01M090N9VMDBMTM6XT3EJS4CZB: 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: 01M090NX6MXRATHXHC51PQENCM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-17T23:25:59.543Zjob assigned to worker 01M090PAAQPRQXBKQG4VHWBKX1 [factory aws, i-013d51495e6e71eee] (queued for 56 s)
 
22026-08-17T23:26:06.845Zstarting task 0: "setup"
32026-08-17T23:26:06.853Z++ uname -s
42026-08-17T23:26:06.856Z+ kern=SunOS
52026-08-17T23:26:06.856Z+ build_user=build
62026-08-17T23:26:06.856Z+ build_uid=12345
72026-08-17T23:26:06.856Z+ work_dir=/work
82026-08-17T23:26:06.856Z+ input_dir=/input
92026-08-17T23:26:06.856Z+ [[ 0 == 12345 ]]
102026-08-17T23:26:06.856Z+ case "$kern" in
112026-08-17T23:26:06.857Z+ groupadd -g 12345 build
122026-08-17T23:26:06.860Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-17T23:26:08.864Z+ zfs create -o mountpoint=/work rpool/work
142026-08-17T23:26:08.993Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-17T23:26:08.997Z+ home_fs=zfs
162026-08-17T23:26:08.997Z+ [[ zfs == autofs ]]
172026-08-17T23:26:08.997Z+ mkdir -p /home/build
182026-08-17T23:26:08.997Z+ chown build:build /home/build /work
192026-08-17T23:26:10.998Z+ chmod 0700 /home/build /work
202026-08-17T23:26:11.003Zprocess exited: duration 4154 ms, exit code 0
 
212026-08-17T23:26:11.012Zstarting task 1: "rust-toolchain"
222026-08-17T23:26:11.017Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-17T23:26:11.017Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-17T23:26:11.017Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-17T23:26:11.017Z * rust toolchain channel = "1.97.1"
262026-08-17T23:26:11.017Z * rust toolchain profile = "default"
272026-08-17T23:26:11.017Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-17T23:26:11.022Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-17T23:26:11.022Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-17T23:26:11.126Zinfo: downloading installer
312026-08-17T23:26:12.585Zwarn: It looks like you have an existing rustup settings file at:
322026-08-17T23:26:12.585Zwarn: /home/build/.rustup/settings.toml
332026-08-17T23:26:12.585Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-17T23:26:12.585Zwarn: instead of the one inferred from the default host triple.
352026-08-17T23:26:12.598Zinfo: profile set to default
362026-08-17T23:26:12.598Zinfo: default host triple is x86_64-unknown-illumos
372026-08-17T23:26:12.601Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-17T23:26:12.733Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-17T23:26:12.737Zinfo: downloading 6 components
402026-08-17T23:26:28.004Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-17T23:26:28.004Z
422026-08-17T23:26:28.031Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-17T23:26:28.031Z
442026-08-17T23:26:28.031Z
452026-08-17T23:26:28.031ZRust is installed now. Great!
462026-08-17T23:26:28.032Z
472026-08-17T23:26:28.032ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-17T23:26:28.032Zenvironment variable. This has not been done automatically.
492026-08-17T23:26:28.032Z
502026-08-17T23:26:28.032ZTo configure your current shell, you need to source
512026-08-17T23:26:28.033Zthe corresponding env file under $HOME/.cargo.
522026-08-17T23:26:28.033Z
532026-08-17T23:26:28.033ZThis is usually done by running one of the following (note the leading DOT):
542026-08-17T23:26:28.051Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-17T23:26:28.051Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-17T23:26:28.051Zsource "~/.cargo/env.nu" # For nushell
572026-08-17T23:26:28.051Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-17T23:26:28.051Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-17T23:26:28.051Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-17T23:26:28.051Zwarn: no default linker (`cc`) was found in your PATH
612026-08-17T23:26:28.051Zwarn: many Rust crates require a system C toolchain to build
622026-08-17T23:26:28.128Z+ rustup --version
632026-08-17T23:26:28.133Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-17T23:26:28.138Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-17T23:26:28.155Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-17T23:26:28.159Z+ cargo --version
672026-08-17T23:26:28.166Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-17T23:26:28.169Z+ rustc --version
692026-08-17T23:26:28.189Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-17T23:26:28.198Zprocess exited: duration 17178 ms, exit code 0
 
712026-08-17T23:26:28.213Zstarting task 2: "authentication"
722026-08-17T23:26:28.231Zprocess exited: duration 18 ms, exit code 0
 
732026-08-17T23:26:28.250Zstarting task 3: "clone repository"
742026-08-17T23:26:28.254Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-17T23:26:28.258Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-17T23:26:28.291ZCloning into '/work/oxidecomputer/omicron'...
772026-08-17T23:26:45.525Z+ cd /work/oxidecomputer/omicron
782026-08-17T23:26:45.526Z+ git fetch origin aac4ef5abd241d8b69b5d838d334dd04c7151ba3
792026-08-17T23:26:45.875ZFrom https://github.com/oxidecomputer/omicron
802026-08-17T23:26:45.875Z * branch aac4ef5abd241d8b69b5d838d334dd04c7151ba3 -> FETCH_HEAD
812026-08-17T23:26:45.888Z+ [[ -n maghemite-integration ]]
822026-08-17T23:26:45.891Z++ git branch --show-current
832026-08-17T23:26:45.891Z+ current=main
842026-08-17T23:26:45.891Z+ [[ main != maghemite-integration ]]
852026-08-17T23:26:45.891Z+ git branch -f maghemite-integration aac4ef5abd241d8b69b5d838d334dd04c7151ba3
862026-08-17T23:26:45.895Z+ git checkout -f maghemite-integration
872026-08-17T23:26:46.147ZSwitched to branch 'maghemite-integration'
882026-08-17T23:26:46.152Z+ git reset --hard aac4ef5abd241d8b69b5d838d334dd04c7151ba3
892026-08-17T23:26:46.167ZHEAD is now at aac4ef5ab update Cargo.lock and workspace-hack
902026-08-17T23:26:46.170Zprocess exited: duration 17917 ms, exit code 0
 
912026-08-17T23:26:46.178Zstarting task 4: "build"
922026-08-17T23:26:46.182Z+ source .github/buildomat/ci-env.sh
932026-08-17T23:26:46.182Z++ export CARGO_TERM_COLOR=always
942026-08-17T23:26:46.182Z++ CARGO_TERM_COLOR=always
952026-08-17T23:26:46.187Z+++ uname -s
962026-08-17T23:26:46.187Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-17T23:26:46.187Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-17T23:26:46.192Z+ cargo --version
992026-08-17T23:26:46.197Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-17T23:26:46.201Z+ rustc --version
1012026-08-17T23:26:46.220Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-17T23:26:46.224Z+ WORK=/work
1032026-08-17T23:26:46.224Z+ pfexec mkdir -p /work
1042026-08-17T23:26:46.228Z+ pfexec chown build /work
1052026-08-17T23:26:46.233Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-17T23:26:48.179Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-17T23:26:48.491Z Startup: Caching catalogs ... Done
1082026-08-17T23:26:50.227ZPlanning: Solver setup ... Done (1.629s)
1092026-08-17T23:26:50.279ZPlanning: Running solver ... Done (0.053s)
1102026-08-17T23:26:50.321ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-17T23:26:50.333ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-17T23:26:50.357ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-17T23:26:50.371ZPlanning: Package planning ... Done (0.014s)
1142026-08-17T23:26:50.379ZPlanning: Merging actions ... Done (0.001s)
1152026-08-17T23:26:50.538ZPlanning: Checking for conflicting actions ... Done (0.165s)
1162026-08-17T23:26:50.543ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-17T23:26:51.844ZPlanning: Evaluating mediators ... Done (0.866s)
1182026-08-17T23:26:51.878ZPlanning: Planning completed in 2.88 seconds
1192026-08-17T23:26:51.878Z Packages to install: 2
1202026-08-17T23:26:51.878Z Estimated space available: 156.02 GB
1212026-08-17T23:26:51.878ZEstimated space to be consumed: 69.36 MB
1222026-08-17T23:26:51.878Z Create boot environment: No
1232026-08-17T23:26:51.878ZCreate backup boot environment: No
1242026-08-17T23:26:51.878Z Rebuild boot archive: No
1252026-08-17T23:26:51.878Z
1262026-08-17T23:26:51.878ZChanged packages:
1272026-08-17T23:26:51.878Zhelios
1282026-08-17T23:26:51.878Z developer/build-essential
1292026-08-17T23:26:51.878Z None -> 11-3.0
1302026-08-17T23:26:51.878Z library/libxmlsec1
1312026-08-17T23:26:51.878Z None -> 1.2.35-3.0
1322026-08-17T23:26:51.878Z
1332026-08-17T23:26:51.878ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-17T23:26:51.878ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1352026-08-17T23:26:51.878Z Actions: 1/268 actions (Installing new actions)
1362026-08-17T23:26:51.880Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-17T23:26:51.880ZFinalize: Updating package state database ... Done (0.029s)
1382026-08-17T23:26:51.880ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-17T23:26:51.880ZFinalize: Updating image state ... Done (0.076s)
1402026-08-17T23:26:54.344ZFinalize: Creating fast lookup database ... Done (2.554s)
1412026-08-17T23:26:54.416ZFinalize: Reading search index ... Done (0.012s)
1422026-08-17T23:26:54.419ZFinalize: Updating search index ... Done (0.000s)
1432026-08-17T23:26:54.511ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-17T23:26:54.871ZPlanning: Evaluating mediator changes ... Done
1452026-08-17T23:26:54.977ZPlanning: Checking for conflicting actions ... Done
1462026-08-17T23:26:54.980ZPlanning: Consolidating action changes ... Done
1472026-08-17T23:26:55.134ZPlanning: Evaluating mediators ... Done
1482026-08-17T23:26:55.137ZPlanning: Planning completed in 0.26 seconds
1492026-08-17T23:26:55.157Z Mediators to change: 2
1502026-08-17T23:26:55.157Z Create boot environment: No
1512026-08-17T23:26:55.157ZCreate backup boot environment: No
1522026-08-17T23:26:55.223ZFinalize: Updating package state database ... Done
1532026-08-17T23:26:55.223ZFinalize: Updating package cache ... Done
1542026-08-17T23:26:55.271ZFinalize: Updating image state ... Done
1552026-08-17T23:26:57.197ZFinalize: Creating fast lookup database ... Done
1562026-08-17T23:26:57.258ZFinalize: Reading search index ... Done
1572026-08-17T23:26:57.263ZFinalize: Updating search index ... Done
1582026-08-17T23:26:57.355ZFinalize: Updating package cache ... Done
1592026-08-17T23:26:57.635ZPlanning: Evaluating mediator changes ... Done
1602026-08-17T23:26:57.740ZPlanning: Checking for conflicting actions ... Done
1612026-08-17T23:26:57.747ZPlanning: Consolidating action changes ... Done
1622026-08-17T23:26:57.897ZPlanning: Evaluating mediators ... Done
1632026-08-17T23:26:57.900ZPlanning: Planning completed in 0.26 seconds
1642026-08-17T23:26:57.920Z Mediators to change: 1
1652026-08-17T23:26:57.920Z Create boot environment: No
1662026-08-17T23:26:57.920ZCreate backup boot environment: No
1672026-08-17T23:26:57.975ZFinalize: Updating package state database ... Done
1682026-08-17T23:26:57.975ZFinalize: Updating package cache ... Done
1692026-08-17T23:26:58.023ZFinalize: Updating image state ... Done
1702026-08-17T23:26:59.929ZFinalize: Creating fast lookup database ... Done
1712026-08-17T23:26:59.992ZFinalize: Reading search index ... Done
1722026-08-17T23:26:59.995ZFinalize: Updating search index ... Done
1732026-08-17T23:27:00.074ZFinalize: Updating package cache ... Done
1742026-08-17T23:27:00.383ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-17T23:27:00.383Zapache system 2.4 system
1762026-08-17T23:27:00.383Zclang system 15 system
1772026-08-17T23:27:00.383Zcsh system system illumos
1782026-08-17T23:27:00.383Zctags system system illumos
1792026-08-17T23:27:00.383Zfile vendor vendor darwinsys
1802026-08-17T23:27:00.383Zfile system system illumos
1812026-08-17T23:27:00.383Zgcc vendor 14 vendor
1822026-08-17T23:27:00.383Zgcc system 13 system
1832026-08-17T23:27:00.383Zgcc system 10 system
1842026-08-17T23:27:00.383Zgo system 1.25 system
1852026-08-17T23:27:00.383Zllvm system 15 system
1862026-08-17T23:27:00.383Zmariadb system 11.4 system
1872026-08-17T23:27:00.383Zmta vendor vendor dma
1882026-08-17T23:27:00.384Zopenjdk system 17 system
1892026-08-17T23:27:00.384Zopenjdk system 11 system
1902026-08-17T23:27:00.384Zopenssl vendor 3 vendor
1912026-08-17T23:27:00.384Zperl system 5.40 system
1922026-08-17T23:27:00.384Zpostgresql system 18 system
1932026-08-17T23:27:00.384Zpostgresql system 17 system
1942026-08-17T23:27:00.385Zpython vendor 3 vendor
1952026-08-17T23:27:00.385Zpython system 2 system
1962026-08-17T23:27:00.385Zpython3 vendor 3.13 vendor
1972026-08-17T23:27:00.385Zruby system 3.4 system
1982026-08-17T23:27:00.385Zruby system 3.0 system
1992026-08-17T23:27:00.385Zwords vendor vendor american-english
2002026-08-17T23:27:00.385Zwords system system australian-english
2012026-08-17T23:27:00.385Zwords system system british-english
2022026-08-17T23:27:00.385Zwords system system canadian-english
2032026-08-17T23:27:00.385Zwords system system french
2042026-08-17T23:27:00.385Zwords system system italian
2052026-08-17T23:27:00.385Zwords system system ngerman
2062026-08-17T23:27:00.385Zwords system system ogerman
2072026-08-17T23:27:00.385Zwords system system spanish
2082026-08-17T23:27:00.634ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-17T23:27:00.634Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-17T23:27:01.089ZFMRI IFO
2112026-08-17T23:27:01.089Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-17T23:27:01.089Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-17T23:27:01.089Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-17T23:27:01.089Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-17T23:27:01.089Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-17T23:27:01.089Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-17T23:27:01.089Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-17T23:27:01.090Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-17T23:27:01.090Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-17T23:27:01.402Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-17T23:27:01.729Z Updating crates.io index
2222026-08-17T23:27:01.732Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-17T23:27:02.023Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-17T23:27:02.406Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-17T23:27:03.445Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-17T23:27:03.997Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-17T23:27:05.995Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-17T23:27:06.873Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-17T23:27:07.187Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-17T23:27:07.529Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-17T23:27:08.783Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-17T23:27:09.081Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-17T23:27:09.459Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-17T23:27:09.747Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-17T23:27:10.318Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-17T23:27:10.600Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-17T23:27:10.903Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-17T23:27:11.170Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-17T23:27:11.515Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-08-17T23:27:12.007Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-17T23:27:12.460Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-17T23:27:13.018Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-17T23:27:13.507Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-17T23:27:13.843Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-17T23:27:14.397Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-17T23:27:14.734Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-17T23:27:14.991Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-17T23:27:15.489Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-17T23:27:15.819Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-17T23:27:16.210Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-17T23:27:16.558Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-17T23:27:16.866Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-17T23:27:17.206Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-17T23:27:17.631Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-17T23:27:18.183Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-17T23:27:18.775Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-17T23:27:19.059Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-17T23:27:19.407Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-17T23:27:20.061Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-17T23:27:20.380Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-17T23:27:20.673Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-17T23:27:21.017Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-17T23:27:21.295Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-17T23:27:24.007Z Downloading crates ...
2652026-08-17T23:27:24.075Z Downloaded is_terminal_polyfill v1.70.2
2662026-08-17T23:27:24.078Z Downloaded cfg-if v1.0.4
2672026-08-17T23:27:24.081Z Downloaded dof v0.3.0
2682026-08-17T23:27:24.084Z Downloaded heck v0.4.1
2692026-08-17T23:27:24.084Z Downloaded anstream v1.0.0
2702026-08-17T23:27:24.087Z Downloaded block-buffer v0.10.4
2712026-08-17T23:27:24.087Z Downloaded pretty-hex v0.4.1
2722026-08-17T23:27:24.090Z Downloaded unicode-linebreak v0.1.5
2732026-08-17T23:27:24.090Z Downloaded usdt-macro v0.5.0
2742026-08-17T23:27:24.093Z Downloaded pest_generator v2.8.6
2752026-08-17T23:27:24.096Z Downloaded cargo-platform v0.3.2
2762026-08-17T23:27:24.099Z Downloaded anstyle-query v1.1.5
2772026-08-17T23:27:24.103Z Downloaded clap_lex v1.0.0
2782026-08-17T23:27:24.105Z Downloaded zerocopy-derive v0.7.35
2792026-08-17T23:27:24.109Z Downloaded zmij v1.0.21
2802026-08-17T23:27:24.112Z Downloaded errno v0.3.14
2812026-08-17T23:27:24.112Z Downloaded generic-array v0.14.7
2822026-08-17T23:27:24.112Z Downloaded winnow v0.7.14
2832026-08-17T23:27:24.116Z Downloaded quote v1.0.45
2842026-08-17T23:27:24.119Z Downloaded dtrace-parser v0.2.0
2852026-08-17T23:27:24.119Z Downloaded macaddr v1.0.1
2862026-08-17T23:27:24.119Z Downloaded heck v0.5.0
2872026-08-17T23:27:24.122Z Downloaded colorchoice v1.0.4
2882026-08-17T23:27:24.122Z Downloaded crypto-common v0.1.7
2892026-08-17T23:27:24.122Z Downloaded equivalent v1.0.2
2902026-08-17T23:27:24.125Z Downloaded fnv v1.0.7
2912026-08-17T23:27:24.125Z Downloaded anstyle v1.0.14
2922026-08-17T23:27:24.131Z Downloaded cpufeatures v0.2.17
2932026-08-17T23:27:24.135Z Downloaded fastrand v2.3.0
2942026-08-17T23:27:24.140Z Downloaded fs-err v3.3.0
2952026-08-17T23:27:24.145Z Downloaded cargo_toml v0.21.0
2962026-08-17T23:27:24.145Z Downloaded anyhow v1.0.102
2972026-08-17T23:27:24.148Z Downloaded itoa v1.0.17
2982026-08-17T23:27:24.151Z Downloaded anstyle-parse v1.0.0
2992026-08-17T23:27:24.154Z Downloaded usdt v0.5.0
3002026-08-17T23:27:24.157Z Downloaded utf8parse v0.2.2
3012026-08-17T23:27:24.160Z Downloaded thread-id v4.2.2
3022026-08-17T23:27:24.164Z Downloaded plain v0.2.3
3032026-08-17T23:27:24.165Z Downloaded smawk v0.3.2
3042026-08-17T23:27:24.172Z Downloaded scroll_derive v0.12.1
3052026-08-17T23:27:24.175Z Downloaded tabled_derive v0.7.0
3062026-08-17T23:27:24.178Z Downloaded swrite v0.1.0
3072026-08-17T23:27:24.181Z Downloaded toml_datetime v0.6.11
3082026-08-17T23:27:24.185Z Downloaded byteorder v1.5.0
3092026-08-17T23:27:24.188Z Downloaded memmap v0.7.0
3102026-08-17T23:27:24.191Z Downloaded camino-tempfile v1.4.1
3112026-08-17T23:27:24.194Z Downloaded autocfg v1.5.0
3122026-08-17T23:27:24.194Z Downloaded camino v1.2.2
3132026-08-17T23:27:24.197Z Downloaded strsim v0.11.1
3142026-08-17T23:27:24.197Z Downloaded terminal_size v0.4.3
3152026-08-17T23:27:24.203Z Downloaded proc-macro-error-attr v1.0.4
3162026-08-17T23:27:24.207Z Downloaded toml_write v0.1.2
3172026-08-17T23:27:24.210Z Downloaded serde_spanned v0.6.9
3182026-08-17T23:27:24.210Z Downloaded usdt-attr-macro v0.5.0
3192026-08-17T23:27:24.210Z Downloaded sha2 v0.10.9
3202026-08-17T23:27:24.216Z Downloaded clap_derive v4.6.1
3212026-08-17T23:27:24.219Z Downloaded version_check v0.9.5
3222026-08-17T23:27:24.219Z Downloaded pest_derive v2.8.6
3232026-08-17T23:27:24.219Z Downloaded thiserror-impl v2.0.18
3242026-08-17T23:27:24.222Z Downloaded thiserror-impl v1.0.69
3252026-08-17T23:27:24.222Z Downloaded cargo_metadata v0.23.1
3262026-08-17T23:27:24.226Z Downloaded thiserror v1.0.69
3272026-08-17T23:27:24.229Z Downloaded thiserror v2.0.18
3282026-08-17T23:27:24.232Z Downloaded papergrid v0.11.0
3292026-08-17T23:27:24.235Z Downloaded usdt-impl v0.5.0
3302026-08-17T23:27:24.235Z Downloaded scroll v0.12.0
3312026-08-17T23:27:24.238Z Downloaded getrandom v0.4.1
3322026-08-17T23:27:24.241Z Downloaded clap v4.6.1
3332026-08-17T23:27:24.244Z Downloaded digest v0.10.7
3342026-08-17T23:27:24.248Z Downloaded bytecount v0.6.9
3352026-08-17T23:27:24.253Z Downloaded once_cell v1.21.3
3362026-08-17T23:27:24.312Z Downloaded proc-macro-error v1.0.4
3372026-08-17T23:27:24.324Z Downloaded bitflags v2.11.0
3382026-08-17T23:27:24.324Z Downloaded serde_tokenstream v0.2.3
3392026-08-17T23:27:24.324Z Downloaded log v0.4.29
3402026-08-17T23:27:24.324Z Downloaded semver v1.0.28
3412026-08-17T23:27:24.324Z Downloaded tempfile v3.25.0
3422026-08-17T23:27:24.324Z Downloaded toml v0.8.23
3432026-08-17T23:27:24.324Z Downloaded ucd-trie v0.1.7
3442026-08-17T23:27:24.324Z Downloaded serde_derive v1.0.229
3452026-08-17T23:27:24.325Z Downloaded unicode-ident v1.0.24
3462026-08-17T23:27:24.326Z Downloaded proc-macro2 v1.0.106
3472026-08-17T23:27:24.326Z Downloaded serde_core v1.0.229
3482026-08-17T23:27:24.326Z Downloaded toml_edit v0.22.27
3492026-08-17T23:27:24.326Z Downloaded textwrap v0.16.2
3502026-08-17T23:27:24.329Z Downloaded memchr v2.8.0
3512026-08-17T23:27:24.329Z Downloaded pest_meta v2.8.6
3522026-08-17T23:27:24.332Z Downloaded serde v1.0.229
3532026-08-17T23:27:24.338Z Downloaded indexmap v2.14.0
3542026-08-17T23:27:24.362Z Downloaded typenum v1.20.1
3552026-08-17T23:27:24.367Z Downloaded hashbrown v0.17.0
3562026-08-17T23:27:24.370Z Downloaded pest v2.8.6
3572026-08-17T23:27:24.383Z Downloaded zerocopy v0.7.35
3582026-08-17T23:27:24.391Z Downloaded clap_builder v4.6.0
3592026-08-17T23:27:24.395Z Downloaded serde_json v1.0.151
3602026-08-17T23:27:24.421Z Downloaded goblin v0.8.2
3612026-08-17T23:27:24.424Z Downloaded tabled v0.15.0
3622026-08-17T23:27:24.441Z Downloaded unicode-width v0.1.14
3632026-08-17T23:27:24.452Z Downloaded syn v1.0.109
3642026-08-17T23:27:24.458Z Downloaded unicode-width v0.2.0
3652026-08-17T23:27:24.463Z Downloaded syn v2.0.117
3662026-08-17T23:27:24.468Z Downloaded syn v3.0.3
3672026-08-17T23:27:24.488Z Downloaded rustix v1.1.3
3682026-08-17T23:27:24.506Z Downloaded libc v0.2.185
3692026-08-17T23:27:24.568Z Compiling proc-macro2 v1.0.106
3702026-08-17T23:27:24.569Z Compiling quote v1.0.45
3712026-08-17T23:27:24.572Z Compiling unicode-ident v1.0.24
3722026-08-17T23:27:24.572Z Compiling serde_core v1.0.229
3732026-08-17T23:27:24.572Z Compiling libc v0.2.185
3742026-08-17T23:27:24.572Z Compiling version_check v0.9.5
3752026-08-17T23:27:24.572Z Compiling memchr v2.8.0
3762026-08-17T23:27:24.572Z Compiling serde v1.0.229
3772026-08-17T23:27:24.572Z Compiling zmij v1.0.21
3782026-08-17T23:27:24.753Z Compiling thiserror v1.0.69
3792026-08-17T23:27:24.756Z Compiling ucd-trie v0.1.7
3802026-08-17T23:27:24.756Z Compiling itoa v1.0.17
3812026-08-17T23:27:24.756Z Compiling byteorder v1.5.0
3822026-08-17T23:27:24.756Z Compiling rustix v1.1.3
3832026-08-17T23:27:24.947Z Compiling serde_json v1.0.151
3842026-08-17T23:27:24.998Z Compiling bitflags v2.11.0
3852026-08-17T23:27:25.125Z Compiling syn v1.0.109
3862026-08-17T23:27:25.222Z Compiling camino v1.2.2
3872026-08-17T23:27:25.297Z Compiling getrandom v0.4.1
3882026-08-17T23:27:25.315Z Compiling log v0.4.29
3892026-08-17T23:27:25.334Z Compiling usdt-impl v0.5.0
3902026-08-17T23:27:25.352Z Compiling pest v2.8.6
3912026-08-17T23:27:25.412Z Compiling proc-macro-error-attr v1.0.4
3922026-08-17T23:27:25.526Z Compiling proc-macro-error v1.0.4
3932026-08-17T23:27:25.567Z Compiling equivalent v1.0.2
3942026-08-17T23:27:25.604Z Compiling hashbrown v0.17.0
3952026-08-17T23:27:25.642Z Compiling plain v0.2.3
3962026-08-17T23:27:25.678Z Compiling utf8parse v0.2.2
3972026-08-17T23:27:25.681Z Compiling anstyle v1.0.14
3982026-08-17T23:27:25.681Z Compiling is_terminal_polyfill v1.70.2
3992026-08-17T23:27:25.767Z Compiling pretty-hex v0.4.1
4002026-08-17T23:27:25.770Z Compiling winnow v0.7.14
4012026-08-17T23:27:25.770Z Compiling cfg-if v1.0.4
4022026-08-17T23:27:25.770Z Compiling autocfg v1.5.0
4032026-08-17T23:27:25.872Z Compiling anstyle-parse v1.0.0
4042026-08-17T23:27:25.875Z Compiling anstyle-query v1.1.5
4052026-08-17T23:27:25.907Z Compiling errno v0.3.14
4062026-08-17T23:27:25.910Z Compiling thread-id v4.2.2
4072026-08-17T23:27:25.911Z Compiling toml_write v0.1.2
4082026-08-17T23:27:25.966Z Compiling thiserror v2.0.18
4092026-08-17T23:27:25.983Z Compiling colorchoice v1.0.4
4102026-08-17T23:27:26.074Z Compiling fnv v1.0.7
4112026-08-17T23:27:26.090Z Compiling heck v0.5.0
4122026-08-17T23:27:26.142Z Compiling indexmap v2.14.0
4132026-08-17T23:27:26.166Z Compiling syn v2.0.117
4142026-08-17T23:27:26.182Z Compiling syn v3.0.3
4152026-08-17T23:27:26.201Z Compiling anstream v1.0.0
4162026-08-17T23:27:26.240Z Compiling unicode-width v0.1.14
4172026-08-17T23:27:26.259Z Compiling anyhow v1.0.102
4182026-08-17T23:27:26.310Z Compiling fs-err v3.3.0
4192026-08-17T23:27:26.338Z Compiling bytecount v0.6.9
4202026-08-17T23:27:26.499Z Compiling pest_meta v2.8.6
4212026-08-17T23:27:26.529Z Compiling once_cell v1.21.3
4222026-08-17T23:27:26.548Z Compiling fastrand v2.3.0
4232026-08-17T23:27:26.569Z Compiling strsim v0.11.1
4242026-08-17T23:27:26.594Z Compiling clap_lex v1.0.0
4252026-08-17T23:27:26.613Z Compiling heck v0.4.1
4262026-08-17T23:27:26.771Z Compiling papergrid v0.11.0
4272026-08-17T23:27:26.789Z Compiling memmap v0.7.0
4282026-08-17T23:27:26.825Z Compiling unicode-linebreak v0.1.5
4292026-08-17T23:27:26.844Z Compiling smawk v0.3.2
4302026-08-17T23:27:26.861Z Compiling unicode-width v0.2.0
4312026-08-17T23:27:26.915Z Compiling terminal_size v0.4.3
4322026-08-17T23:27:26.934Z Compiling tempfile v3.25.0
4332026-08-17T23:27:27.071Z Compiling clap_builder v4.6.0
4342026-08-17T23:27:27.088Z Compiling swrite v0.1.0
4352026-08-17T23:27:27.200Z Compiling cargo-platform v0.3.2
4362026-08-17T23:27:27.203Z Compiling semver v1.0.28
4372026-08-17T23:27:27.251Z Compiling textwrap v0.16.2
4382026-08-17T23:27:27.478Z Compiling camino-tempfile v1.4.1
4392026-08-17T23:27:27.797Z Compiling tabled_derive v0.7.0
4402026-08-17T23:27:27.882Z Compiling serde_derive v1.0.229
4412026-08-17T23:27:28.311Z Compiling pest_generator v2.8.6
4422026-08-17T23:27:28.522Z Compiling tabled v0.15.0
4432026-08-17T23:27:28.806Z Compiling thiserror-impl v1.0.69
4442026-08-17T23:27:28.806Z Compiling zerocopy-derive v0.7.35
4452026-08-17T23:27:28.811Z Compiling scroll_derive v0.12.1
4462026-08-17T23:27:28.811Z Compiling thiserror-impl v2.0.18
4472026-08-17T23:27:28.811Z Compiling clap_derive v4.6.1
4482026-08-17T23:27:28.886Z Compiling pest_derive v2.8.6
4492026-08-17T23:27:29.435Z Compiling scroll v0.12.0
4502026-08-17T23:27:29.527Z Compiling zerocopy v0.7.35
4512026-08-17T23:27:29.661Z Compiling goblin v0.8.2
4522026-08-17T23:27:29.810Z Compiling dtrace-parser v0.2.0
4532026-08-17T23:27:30.193Z Compiling clap v4.6.1
4542026-08-17T23:27:30.295Z Compiling serde_spanned v0.6.9
4552026-08-17T23:27:30.295Z Compiling toml_datetime v0.6.11
4562026-08-17T23:27:30.299Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-08-17T23:27:30.299Z Compiling macaddr v1.0.1
4582026-08-17T23:27:30.299Z Compiling cargo_metadata v0.23.1
4592026-08-17T23:27:30.342Z Compiling dof v0.3.0
4602026-08-17T23:27:30.342Z Compiling serde_tokenstream v0.2.3
4612026-08-17T23:27:30.499Z Compiling toml_edit v0.22.27
4622026-08-17T23:27:31.063Z Compiling usdt-attr-macro v0.5.0
4632026-08-17T23:27:31.080Z Compiling usdt-macro v0.5.0
4642026-08-17T23:27:31.746Z Compiling toml v0.8.23
4652026-08-17T23:27:32.083Z Compiling cargo_toml v0.21.0
4662026-08-17T23:27:32.275Z Compiling usdt v0.5.0
4672026-08-17T23:27:33.392Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4682026-08-17T23:27:36.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.22s
4692026-08-17T23:27:36.493Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4702026-08-17T23:27:36.493Z Downloading crates ...
4712026-08-17T23:27:36.493Z Downloaded adler2 v2.0.1
4722026-08-17T23:27:36.493Z Downloaded atomic-waker v1.1.2
4732026-08-17T23:27:36.493Z Downloaded array-init v0.0.4
4742026-08-17T23:27:36.493Z Downloaded block-buffer v0.12.1
4752026-08-17T23:27:36.493Z Downloaded cfg_aliases v0.1.1
4762026-08-17T23:27:36.493Z Downloaded ciborium-io v0.2.2
4772026-08-17T23:27:36.493Z Downloaded bit-set v0.8.0
4782026-08-17T23:27:36.493Z Downloaded futures v0.3.32
4792026-08-17T23:27:36.493Z Downloaded bitfield v0.19.4
4802026-08-17T23:27:36.493Z Downloaded anstyle-parse v0.2.7
4812026-08-17T23:27:36.493Z Downloaded arrayvec v0.7.6
4822026-08-17T23:27:36.493Z Downloaded futures-task v0.3.32
4832026-08-17T23:27:36.493Z Downloaded highway v1.3.0
4842026-08-17T23:27:36.494Z Downloaded argon2 v0.5.3
4852026-08-17T23:27:36.494Z Downloaded ghash v0.6.0
4862026-08-17T23:27:36.494Z Downloaded gethostname v0.5.0
4872026-08-17T23:27:36.494Z Downloaded base64ct v1.8.3
4882026-08-17T23:27:36.494Z Downloaded foreign-types-shared v0.1.1
4892026-08-17T23:27:36.494Z Downloaded form_urlencoded v1.2.2
4902026-08-17T23:27:36.494Z Downloaded blowfish v0.10.0
4912026-08-17T23:27:36.494Z Downloaded cipher v0.5.2
4922026-08-17T23:27:36.494Z Downloaded cbc v0.2.1
4932026-08-17T23:27:36.494Z Downloaded cmov v0.5.4
4942026-08-17T23:27:36.494Z Downloaded foreign-types v0.3.2
4952026-08-17T23:27:36.494Z Downloaded async-bb8-diesel v0.2.1
4962026-08-17T23:27:36.494Z Downloaded backon v1.6.0
4972026-08-17T23:27:36.494Z Downloaded foreign-types-macros v0.2.3
4982026-08-17T23:27:36.494Z Downloaded fd-lock v4.0.4
4992026-08-17T23:27:36.494Z Downloaded chacha20 v0.9.1
5002026-08-17T23:27:36.494Z Downloaded fallible-iterator v0.2.0
5012026-08-17T23:27:36.494Z Downloaded foreign-types v0.5.0
5022026-08-17T23:27:36.494Z Downloaded globwalk v0.9.1
5032026-08-17T23:27:36.494Z Downloaded ascii-canvas v3.0.0
5042026-08-17T23:27:36.494Z Downloaded bcs v0.1.6
5052026-08-17T23:27:36.494Z Downloaded hex-literal v1.1.0
5062026-08-17T23:27:36.494Z Downloaded backoff v0.4.0
5072026-08-17T23:27:36.494Z Downloaded ff v0.13.1
5082026-08-17T23:27:36.494Z Downloaded erased-serde v0.3.31
5092026-08-17T23:27:36.494Z Downloaded colored v3.1.1
5102026-08-17T23:27:36.494Z Downloaded async-recursion v1.1.1
5112026-08-17T23:27:36.494Z Downloaded bzip2 v0.6.1
5122026-08-17T23:27:36.494Z Downloaded find-msvc-tools v0.1.9
5132026-08-17T23:27:36.494Z Downloaded fxhash v0.2.1
5142026-08-17T23:27:36.494Z Downloaded atomicwrites v0.4.4
5152026-08-17T23:27:36.494Z Downloaded bitfield-macros v0.19.4
5162026-08-17T23:27:36.494Z Downloaded arrayref v0.3.9
5172026-08-17T23:27:36.494Z Downloaded async-stream-impl v0.3.6
5182026-08-17T23:27:36.494Z Downloaded flagset v0.4.7
5192026-08-17T23:27:36.494Z Downloaded bcrypt-pbkdf v0.11.0
5202026-08-17T23:27:36.494Z Downloaded convert_case v0.4.0
5212026-08-17T23:27:36.494Z Downloaded futures-core v0.3.32
5222026-08-17T23:27:36.494Z Downloaded futures-io v0.3.32
5232026-08-17T23:27:36.495Z Downloaded hubpack_derive v0.1.1
5242026-08-17T23:27:36.495Z Downloaded async-stream v0.3.6
5252026-08-17T23:27:36.495Z Downloaded bit-set v0.5.3
5262026-08-17T23:27:36.495Z Downloaded bitfield-struct v0.6.2
5272026-08-17T23:27:36.495Z Downloaded compression-core v0.4.31
5282026-08-17T23:27:36.495Z Downloaded aead v0.5.2
5292026-08-17T23:27:36.495Z Downloaded futures-macro v0.3.32
5302026-08-17T23:27:36.495Z Downloaded base16ct v1.0.0
5312026-08-17T23:27:36.495Z Downloaded base16ct v0.2.0
5322026-08-17T23:27:36.495Z Downloaded env_filter v1.0.0
5332026-08-17T23:27:36.495Z Downloaded getrandom v0.2.17
5342026-08-17T23:27:36.495Z Downloaded assert_matches v1.5.0
5352026-08-17T23:27:36.495Z Downloaded float-ord v0.3.2
5362026-08-17T23:27:36.495Z Downloaded foreign-types-shared v0.3.1
5372026-08-17T23:27:36.495Z Downloaded funty v2.0.0
5382026-08-17T23:27:36.495Z Downloaded atty v0.2.14
5392026-08-17T23:27:36.495Z Downloaded futures-sink v0.3.32
5402026-08-17T23:27:36.495Z Downloaded hex v0.4.3
5412026-08-17T23:27:36.495Z Downloaded float-cmp v0.10.0
5422026-08-17T23:27:36.495Z Downloaded hash32 v0.3.1
5432026-08-17T23:27:36.495Z Downloaded http-range v0.1.5
5442026-08-17T23:27:36.495Z Downloaded ciborium-ll v0.2.2
5452026-08-17T23:27:36.495Z Downloaded bb8 v0.8.6
5462026-08-17T23:27:36.495Z Downloaded bit-vec v0.6.3
5472026-08-17T23:27:36.495Z Downloaded bitflags v1.3.2
5482026-08-17T23:27:36.495Z Downloaded getrandom v0.3.4
5492026-08-17T23:27:36.495Z Downloaded git-stub v1.0.0
5502026-08-17T23:27:36.495Z Downloaded hash32 v0.2.1
5512026-08-17T23:27:36.495Z Downloaded hubpack v0.1.2
5522026-08-17T23:27:36.495Z Downloaded cobs v0.3.0
5532026-08-17T23:27:36.495Z Downloaded home v0.5.12
5542026-08-17T23:27:36.495Z Downloaded hostname v0.3.1
5552026-08-17T23:27:36.495Z Downloaded block-padding v0.4.2
5562026-08-17T23:27:36.495Z Downloaded globset v0.4.18
5572026-08-17T23:27:36.495Z Downloaded headers-core v0.3.0
5582026-08-17T23:27:36.495Z Downloaded cfg_aliases v0.2.1
5592026-08-17T23:27:36.496Z Downloaded castaway v0.2.4
5602026-08-17T23:27:36.496Z Downloaded num v0.4.3
5612026-08-17T23:27:36.496Z Downloaded num-conv v0.2.0
5622026-08-17T23:27:36.496Z Downloaded httpdate v1.0.3
5632026-08-17T23:27:36.496Z Downloaded fixedbitset v0.4.2
5642026-08-17T23:27:36.496Z Downloaded http-body v1.0.1
5652026-08-17T23:27:36.496Z Downloaded cancel-safe-futures v0.1.5
5662026-08-17T23:27:36.496Z Downloaded anstream v0.6.21
5672026-08-17T23:27:36.496Z Downloaded num_enum_derive v0.5.11
5682026-08-17T23:27:36.496Z Downloaded openssl-probe v0.2.1
5692026-08-17T23:27:36.511Z Downloaded hyper-tls v0.6.0
5702026-08-17T23:27:36.511Z Downloaded bit-vec v0.8.0
5712026-08-17T23:27:36.511Z Downloaded git-stub-vcs v0.1.0
5722026-08-17T23:27:36.511Z Downloaded glob v0.3.3
5732026-08-17T23:27:36.515Z Downloaded percent-encoding v2.3.2
5742026-08-17T23:27:36.515Z Downloaded predicates-core v1.0.10
5752026-08-17T23:27:36.515Z Downloaded aead v0.6.1
5762026-08-17T23:27:36.515Z Downloaded async-trait v0.1.89
5772026-08-17T23:27:36.515Z Downloaded foldhash v0.2.0
5782026-08-17T23:27:36.515Z Downloaded foldhash v0.1.5
5792026-08-17T23:27:36.515Z Downloaded cmake v0.1.57
5802026-08-17T23:27:36.515Z Downloaded powerfmt v0.2.0
5812026-08-17T23:27:36.515Z Downloaded proc-macro-crate v1.3.1
5822026-08-17T23:27:36.515Z Downloaded phf_shared v0.13.1
5832026-08-17T23:27:36.515Z Downloaded rand_chacha v0.3.1
5842026-08-17T23:27:36.515Z Downloaded env_logger v0.11.9
5852026-08-17T23:27:36.515Z Downloaded fixedbitset v0.5.7
5862026-08-17T23:27:36.515Z Downloaded rand_xorshift v0.4.0
5872026-08-17T23:27:36.515Z Downloaded rustc_version v0.1.7
5882026-08-17T23:27:36.515Z Downloaded rustc_version v0.4.1
5892026-08-17T23:27:36.515Z Downloaded serde_spanned v1.1.1
5902026-08-17T23:27:36.515Z Downloaded serde_urlencoded v0.7.1
5912026-08-17T23:27:36.515Z Downloaded argon2 v0.6.0-rc.8
5922026-08-17T23:27:36.516Z Downloaded scopeguard v1.2.0
5932026-08-17T23:27:36.516Z Downloaded seq-macro v0.3.6
5942026-08-17T23:27:36.516Z Downloaded num-rational v0.4.2
5952026-08-17T23:27:36.516Z Downloaded cassowary v0.3.0
5962026-08-17T23:27:36.516Z Downloaded semver v0.1.20
5972026-08-17T23:27:36.516Z Downloaded byte-wrapper v0.1.0
5982026-08-17T23:27:36.516Z Downloaded constant_time_eq v0.4.2
5992026-08-17T23:27:36.516Z Downloaded filetime v0.2.27
6002026-08-17T23:27:36.516Z Downloaded futures-executor v0.3.32
6012026-08-17T23:27:36.516Z Downloaded serde_plain v1.0.2
6022026-08-17T23:27:36.516Z Downloaded serde_repr v0.1.20
6032026-08-17T23:27:36.516Z Downloaded fs-err v2.11.0
6042026-08-17T23:27:36.516Z Downloaded http-body-util v0.1.3
6052026-08-17T23:27:36.516Z Downloaded shell-words v1.1.1
6062026-08-17T23:27:36.516Z Downloaded siphasher v1.0.2
6072026-08-17T23:27:36.516Z Downloaded group v0.13.0
6082026-08-17T23:27:36.516Z Downloaded hostname v0.4.2
6092026-08-17T23:27:36.516Z Downloaded humantime v2.3.0
6102026-08-17T23:27:36.516Z Downloaded sigpipe v0.1.3
6112026-08-17T23:27:36.516Z Downloaded buf-list v1.1.2
6122026-08-17T23:27:36.516Z Downloaded strum v0.26.3
6132026-08-17T23:27:36.516Z Downloaded num_enum_derive v0.7.6
6142026-08-17T23:27:36.516Z Downloaded owo-colors v4.3.0
6152026-08-17T23:27:36.516Z Downloaded console v0.15.11
6162026-08-17T23:27:36.516Z Downloaded futures-channel v0.3.32
6172026-08-17T23:27:36.517Z Downloaded generic-array v1.4.3
6182026-08-17T23:27:36.517Z Downloaded oxnet v0.1.6
6192026-08-17T23:27:36.517Z Downloaded ff v0.14.0
6202026-08-17T23:27:36.517Z Downloaded hyper-rustls v0.27.7
6212026-08-17T23:27:36.517Z Downloaded password-hash v0.5.0
6222026-08-17T23:27:36.517Z Downloaded pin-project-lite v0.2.17
6232026-08-17T23:27:36.527Z Downloaded poly1305 v0.8.0
6242026-08-17T23:27:36.527Z Downloaded time-core v0.1.8
6252026-08-17T23:27:36.527Z Downloaded packed_struct v0.10.1
6262026-08-17T23:27:36.527Z Downloaded tap v1.0.1
6272026-08-17T23:27:36.527Z Downloaded topological-sort v0.2.2
6282026-08-17T23:27:36.527Z Downloaded pbkdf2 v0.13.0
6292026-08-17T23:27:36.527Z Downloaded pem v3.0.6
6302026-08-17T23:27:36.527Z Downloaded progenitor-macro v0.14.0
6312026-08-17T23:27:36.528Z Downloaded fs_extra v1.3.0
6322026-08-17T23:27:36.528Z Downloaded proc-macro-error2 v2.0.1
6332026-08-17T23:27:36.528Z Downloaded tower-layer v0.3.3
6342026-08-17T23:27:36.528Z Downloaded tower-service v0.3.3
6352026-08-17T23:27:36.528Z Downloaded unit-prefix v0.5.2
6362026-08-17T23:27:36.528Z Downloaded predicates v3.1.4
6372026-08-17T23:27:36.528Z Downloaded cexpr v0.6.0
6382026-08-17T23:27:36.528Z Downloaded const-oid v0.9.6
6392026-08-17T23:27:36.528Z Downloaded usdt-attr-macro v0.6.0
6402026-08-17T23:27:36.528Z Downloaded half v1.8.3
6412026-08-17T23:27:36.528Z Downloaded fatfs v0.3.6
6422026-08-17T23:27:36.528Z Downloaded hickory-resolver v0.24.4
6432026-08-17T23:27:36.534Z Downloaded hmac v0.12.1
6442026-08-17T23:27:36.534Z Downloaded ciborium v0.2.2
6452026-08-17T23:27:36.534Z Downloaded cipher v0.4.4
6462026-08-17T23:27:36.534Z Downloaded clang-sys v1.8.1
6472026-08-17T23:27:36.534Z Downloaded console v0.16.2
6482026-08-17T23:27:36.534Z Downloaded ahash v0.8.12
6492026-08-17T23:27:36.534Z Downloaded hyper-staticfile v0.10.1
6502026-08-17T23:27:36.534Z Downloaded iana-time-zone v0.1.65
6512026-08-17T23:27:36.534Z Downloaded progenitor-extras v0.2.0
6522026-08-17T23:27:36.534Z Downloaded r2d2 v0.8.10
6532026-08-17T23:27:36.534Z Downloaded rpassword v7.5.4
6542026-08-17T23:27:36.534Z Downloaded scroll v0.13.0
6552026-08-17T23:27:36.538Z Downloaded signal-hook-registry v1.4.8
6562026-08-17T23:27:36.538Z Downloaded void v1.0.2
6572026-08-17T23:27:36.538Z Downloaded utf8_iter v1.0.4
6582026-08-17T23:27:36.538Z Downloaded crc-catalog v2.4.0
6592026-08-17T23:27:36.538Z Downloaded const-oid v0.10.2
6602026-08-17T23:27:36.538Z Downloaded blake2 v0.10.6
6612026-08-17T23:27:36.552Z Downloaded bzip2 v0.4.4
6622026-08-17T23:27:36.555Z Downloaded const_format_proc_macros v0.2.34
6632026-08-17T23:27:36.556Z Downloaded bs58 v0.5.1
6642026-08-17T23:27:36.556Z Downloaded zerofrom v0.1.6
6652026-08-17T23:27:36.559Z Downloaded slog-scope v4.4.1
6662026-08-17T23:27:36.559Z Downloaded snafu-derive v0.8.9
6672026-08-17T23:27:36.559Z Downloaded static_assertions v1.1.0
6682026-08-17T23:27:36.559Z Downloaded base64 v0.21.7
6692026-08-17T23:27:36.562Z Downloaded compression-codecs v0.4.37
6702026-08-17T23:27:36.562Z Downloaded camino-tempfile-ext v0.3.3
6712026-08-17T23:27:36.564Z Downloaded cpubits v0.1.1
6722026-08-17T23:27:36.564Z Downloaded strum_macros v0.27.2
6732026-08-17T23:27:36.564Z Downloaded darling_macro v0.21.3
6742026-08-17T23:27:36.564Z Downloaded hybrid-array v0.4.13
6752026-08-17T23:27:36.568Z Downloaded parking_lot_core v0.9.12
6762026-08-17T23:27:36.568Z Downloaded tokio-native-tls v0.3.1
6772026-08-17T23:27:36.569Z Downloaded ssh-encoding v0.3.0
6782026-08-17T23:27:36.572Z Downloaded pkcs8 v0.11.0
6792026-08-17T23:27:36.572Z Downloaded poly1305 v0.9.0
6802026-08-17T23:27:36.575Z Downloaded cstr-argument v0.1.2
6812026-08-17T23:27:36.575Z Downloaded time-macros v0.2.27
6822026-08-17T23:27:36.575Z Downloaded group v0.14.0
6832026-08-17T23:27:36.575Z Downloaded tokio-test v0.4.5
6842026-08-17T23:27:36.575Z Downloaded darling_macro v0.23.0
6852026-08-17T23:27:36.578Z Downloaded display-error-chain v0.2.2
6862026-08-17T23:27:36.583Z Downloaded instability v0.3.11
6872026-08-17T23:27:36.587Z Downloaded embedded-io v0.6.1
6882026-08-17T23:27:36.595Z Downloaded allocator-api2 v0.2.21
6892026-08-17T23:27:36.595Z Downloaded blake2 v0.11.0-rc.6
6902026-08-17T23:27:36.595Z Downloaded illumos-nvpair-sys v0.2.0
6912026-08-17T23:27:36.598Z Downloaded hashbrown v0.15.5
6922026-08-17T23:27:36.598Z Downloaded heapless v0.8.0
6932026-08-17T23:27:36.603Z Downloaded slog-async v2.8.0
6942026-08-17T23:27:36.603Z Downloaded whoami v1.6.1
6952026-08-17T23:27:36.603Z Downloaded xattr v1.6.1
6962026-08-17T23:27:36.606Z Downloaded is_ci v1.2.0
6972026-08-17T23:27:36.606Z Downloaded lazy_static v1.5.0
6982026-08-17T23:27:36.606Z Downloaded vergen-lib v9.1.0
6992026-08-17T23:27:36.606Z Downloaded instant v0.1.13
7002026-08-17T23:27:36.609Z Downloaded managed v0.8.0
7012026-08-17T23:27:36.611Z Downloaded nodrop v0.1.14
7022026-08-17T23:27:36.611Z Downloaded num_threads v0.1.7
7032026-08-17T23:27:36.611Z Downloaded olpc-cjson v0.1.4
7042026-08-17T23:27:36.611Z Downloaded flume v0.11.1
7052026-08-17T23:27:36.614Z Downloaded httparse v1.10.1
7062026-08-17T23:27:36.614Z Downloaded md-5 v0.10.6
7072026-08-17T23:27:36.617Z Downloaded rustls-pki-types v1.14.0
7082026-08-17T23:27:36.617Z Downloaded convert_case v0.10.0
7092026-08-17T23:27:36.617Z Downloaded hmac v0.13.0
7102026-08-17T23:27:36.621Z Downloaded libscf-sys v1.2.0
7112026-08-17T23:27:36.623Z Downloaded new_debug_unreachable v1.0.6
7122026-08-17T23:27:36.627Z Downloaded md5 v0.8.0
7132026-08-17T23:27:36.628Z Downloaded newtype_derive v0.1.6
7142026-08-17T23:27:36.631Z Downloaded colored v2.2.0
7152026-08-17T23:27:36.631Z Downloaded ar_archive_writer v0.5.1
7162026-08-17T23:27:36.633Z Downloaded chacha20 v0.10.0
7172026-08-17T23:27:36.633Z Downloaded num-iter v0.1.45
7182026-08-17T23:27:36.638Z Downloaded peg-runtime v0.8.5
7192026-08-17T23:27:36.642Z Downloaded ref-cast-impl v1.0.25
7202026-08-17T23:27:36.645Z Downloaded daft v0.1.7
7212026-08-17T23:27:36.645Z Downloaded smallvec v1.15.1
7222026-08-17T23:27:36.647Z Downloaded term v0.7.0
7232026-08-17T23:27:36.647Z Downloaded oxide-update-engine-types v0.1.2
7242026-08-17T23:27:36.650Z Downloaded delegate v0.13.5
7252026-08-17T23:27:36.659Z Downloaded ed25519 v2.2.3
7262026-08-17T23:27:36.659Z Downloaded displaydoc v0.2.5
7272026-08-17T23:27:36.659Z Downloaded ctutils v0.4.2
7282026-08-17T23:27:36.663Z Downloaded rfc6979 v0.6.0
7292026-08-17T23:27:36.663Z Downloaded rustc-hash v2.1.1
7302026-08-17T23:27:36.663Z Downloaded same-file v1.0.6
7312026-08-17T23:27:36.666Z Downloaded ed25519 v3.0.0
7322026-08-17T23:27:36.669Z Downloaded deranged v0.5.8
7332026-08-17T23:27:36.672Z Downloaded derive_builder_core v0.20.2
7342026-08-17T23:27:36.672Z Downloaded chacha20poly1305 v0.10.1
7352026-08-17T23:27:36.676Z Downloaded dropshot-api-manager-types v0.8.0
7362026-08-17T23:27:36.676Z Downloaded digest v0.11.3
7372026-08-17T23:27:36.677Z Downloaded ena v0.14.4
7382026-08-17T23:27:36.677Z Downloaded impl-trait-for-tuples v0.2.3
7392026-08-17T23:27:36.679Z Downloaded rustls-platform-verifier v0.6.2
7402026-08-17T23:27:36.679Z Downloaded vergen v9.1.0
7412026-08-17T23:27:36.687Z Downloaded linked-hash-map v0.5.6
7422026-08-17T23:27:36.691Z Downloaded multer v3.1.0
7432026-08-17T23:27:36.694Z Downloaded scroll_derive v0.13.1
7442026-08-17T23:27:36.696Z Downloaded signal-hook-mio v0.2.5
7452026-08-17T23:27:36.696Z Downloaded compact_str v0.8.1
7462026-08-17T23:27:36.699Z Downloaded slog-envlogger v2.2.0
7472026-08-17T23:27:36.702Z Downloaded strsim v0.10.0
7482026-08-17T23:27:36.705Z Downloaded tagptr v0.2.0
7492026-08-17T23:27:36.705Z Downloaded crc32fast v1.5.0
7502026-08-17T23:27:36.705Z Downloaded sync-ptr v0.1.4
7512026-08-17T23:27:36.707Z Downloaded socket2 v0.5.10
7522026-08-17T23:27:36.710Z Downloaded half v2.7.1
7532026-08-17T23:27:36.714Z Downloaded headers v0.4.1
7542026-08-17T23:27:36.718Z Downloaded polyval v0.7.1
7552026-08-17T23:27:36.721Z Downloaded untrusted v0.9.0
7562026-08-17T23:27:36.721Z Downloaded yoke-derive v0.8.1
7572026-08-17T23:27:36.726Z Downloaded pkg-config v0.3.32
7582026-08-17T23:27:36.729Z Downloaded tungstenite v0.21.0
7592026-08-17T23:27:36.729Z Downloaded try-lock v0.2.5
7602026-08-17T23:27:36.732Z Downloaded des v0.9.0
7612026-08-17T23:27:36.735Z Downloaded cpufeatures v0.3.0
7622026-08-17T23:27:36.738Z Downloaded crc v3.4.0
7632026-08-17T23:27:36.741Z Downloaded hickory-resolver v0.25.2
7642026-08-17T23:27:36.746Z Downloaded paste v1.0.15
7652026-08-17T23:27:36.749Z Downloaded phc v0.6.1
7662026-08-17T23:27:36.749Z Downloaded progenitor v0.14.0
7672026-08-17T23:27:36.752Z Downloaded phf v0.12.1
7682026-08-17T23:27:36.752Z Downloaded base64 v0.22.1
7692026-08-17T23:27:36.755Z Downloaded rustversion v1.0.22
7702026-08-17T23:27:36.755Z Downloaded rand_chacha v0.9.0
7712026-08-17T23:27:36.755Z Downloaded wait-timeout v0.2.1
7722026-08-17T23:27:36.757Z Downloaded serde_derive_internals v0.29.1
7732026-08-17T23:27:36.757Z Downloaded typify v0.6.2
7742026-08-17T23:27:36.787Z Downloaded cc v1.2.56
7752026-08-17T23:27:36.787Z Downloaded const_format v0.2.35
7762026-08-17T23:27:36.791Z Downloaded zone v0.3.1
7772026-08-17T23:27:36.791Z Downloaded icu_locale_core v2.1.1
7782026-08-17T23:27:36.792Z Downloaded progenitor v0.13.0
7792026-08-17T23:27:36.792Z Downloaded toml v0.7.8
7802026-08-17T23:27:36.792Z Downloaded sponge-cursor v0.1.0
7812026-08-17T23:27:36.792Z Downloaded zerocopy v0.6.6
7822026-08-17T23:27:36.792Z Downloaded unsafe-libyaml v0.2.11
7832026-08-17T23:27:36.792Z Downloaded darling_macro v0.13.4
7842026-08-17T23:27:36.792Z Downloaded expectorate v1.2.0
7852026-08-17T23:27:36.792Z Downloaded schemars v0.9.0
7862026-08-17T23:27:36.792Z Downloaded ingot-macros v0.2.0
7872026-08-17T23:27:36.792Z Downloaded bumpalo v3.20.2
7882026-08-17T23:27:36.792Z Downloaded litemap v0.8.1
7892026-08-17T23:27:36.792Z Downloaded schemars_derive v0.8.22
7902026-08-17T23:27:36.792Z Downloaded slog-term v2.9.2
7912026-08-17T23:27:36.792Z Downloaded strum_macros v0.26.4
7922026-08-17T23:27:36.792Z Downloaded defmt v0.3.100
7932026-08-17T23:27:36.792Z Downloaded downcast-rs v2.0.2
7942026-08-17T23:27:36.792Z Downloaded inout v0.2.2
7952026-08-17T23:27:36.792Z Downloaded keccak v0.1.6
7962026-08-17T23:27:36.792Z Downloaded jiff-static v0.2.34
7972026-08-17T23:27:36.792Z Downloaded string_cache v0.8.9
7982026-08-17T23:27:36.792Z Downloaded zopfli v0.8.3
7992026-08-17T23:27:36.795Z Downloaded dsl_auto_type v0.2.0
8002026-08-17T23:27:36.795Z Downloaded endian-type v0.1.2
8012026-08-17T23:27:36.795Z Downloaded darling v0.21.3
8022026-08-17T23:27:36.795Z Downloaded termios v0.3.3
8032026-08-17T23:27:36.795Z Downloaded thiserror-no-std v2.0.2
8042026-08-17T23:27:36.798Z Downloaded tls_codec_derive v0.4.2
8052026-08-17T23:27:36.801Z Downloaded snafu v0.8.9
8062026-08-17T23:27:36.804Z Downloaded flate2 v1.1.9
8072026-08-17T23:27:36.806Z Downloaded usdt-macro v0.6.0
8082026-08-17T23:27:36.806Z Downloaded indent_write v2.2.0
8092026-08-17T23:27:36.807Z Downloaded port-file v0.1.0
8102026-08-17T23:27:36.807Z Downloaded subprocess v0.2.15
8112026-08-17T23:27:36.809Z Downloaded tar v0.4.46
8122026-08-17T23:27:36.812Z Downloaded tinystr v0.8.2
8132026-08-17T23:27:36.812Z Downloaded tokio-tungstenite v0.23.1
8142026-08-17T23:27:36.815Z Downloaded lru-slab v0.1.2
8152026-08-17T23:27:36.815Z Downloaded maybe-uninit v2.0.0
8162026-08-17T23:27:36.818Z Downloaded yoke v0.8.1
8172026-08-17T23:27:36.818Z Downloaded hashbrown v0.13.2
8182026-08-17T23:27:36.821Z Downloaded icu_provider v2.1.1
8192026-08-17T23:27:36.824Z Downloaded serde_cbor v0.11.2
8202026-08-17T23:27:36.829Z Downloaded serde_with_macros v3.21.0
8212026-08-17T23:27:36.829Z Downloaded tui-tree-widget v0.23.1
8222026-08-17T23:27:36.829Z Downloaded arc-swap v1.8.2
8232026-08-17T23:27:36.833Z Downloaded csv-core v0.1.13
8242026-08-17T23:27:36.833Z Downloaded wnaf v0.14.0
8252026-08-17T23:27:36.836Z Downloaded nibble_vec v0.1.0
8262026-08-17T23:27:36.836Z Downloaded vsss-rs v3.3.4
8272026-08-17T23:27:36.836Z Downloaded toml v1.1.2+spec-1.1.0
8282026-08-17T23:27:36.839Z Downloaded path-slash v0.1.5
8292026-08-17T23:27:36.839Z Downloaded dirs-next v2.0.0
8302026-08-17T23:27:36.843Z Downloaded dropshot_endpoint v0.17.1
8312026-08-17T23:27:36.846Z Downloaded phf_shared v0.12.1
8322026-08-17T23:27:36.849Z Downloaded bytes v1.11.1
8332026-08-17T23:27:36.853Z Downloaded heapless v0.7.17
8342026-08-17T23:27:36.853Z Downloaded quinn v0.11.11
8352026-08-17T23:27:36.857Z Downloaded async-compression v0.4.41
8362026-08-17T23:27:36.859Z Downloaded libbz2-rs-sys v0.2.2
8372026-08-17T23:27:36.859Z Downloaded sqlformat v0.3.5
8382026-08-17T23:27:36.862Z Downloaded indoc v2.0.7
8392026-08-17T23:27:36.862Z Downloaded progenitor-macro v0.13.0
8402026-08-17T23:27:36.862Z Downloaded psl-types v2.0.11
8412026-08-17T23:27:36.865Z Downloaded either v1.15.0
8422026-08-17T23:27:36.868Z Downloaded jobserver v0.1.34
8432026-08-17T23:27:36.868Z Downloaded recursive-proc-macro-impl v0.1.1
8442026-08-17T23:27:36.871Z Downloaded hashbrown v0.12.3
8452026-08-17T23:27:36.873Z Downloaded ipnetwork v0.21.1
8462026-08-17T23:27:36.873Z Downloaded icu_collections v2.1.1
8472026-08-17T23:27:36.876Z Downloaded aes v0.9.1
8482026-08-17T23:27:36.879Z Downloaded steno v0.4.1
8492026-08-17T23:27:36.882Z Downloaded darling_core v0.21.3
8502026-08-17T23:27:36.885Z Downloaded prefix-trie v0.7.0
8512026-08-17T23:27:36.885Z Downloaded signature v2.2.0
8522026-08-17T23:27:36.887Z Downloaded signature v3.0.0
8532026-08-17T23:27:36.887Z Downloaded russh-cryptovec v0.62.0
8542026-08-17T23:27:36.887Z Downloaded serde-big-array v0.5.1
8552026-08-17T23:27:36.909Z Downloaded aes-gcm v0.11.0
8562026-08-17T23:27:36.909Z Downloaded libsw-core v0.3.2
8572026-08-17T23:27:36.920Z Downloaded progenitor-impl v0.13.0
8582026-08-17T23:27:36.920Z Downloaded mime_guess v2.0.5
8592026-08-17T23:27:36.920Z Downloaded module-lattice v0.2.3
8602026-08-17T23:27:36.920Z Downloaded unicode-properties v0.1.4
8612026-08-17T23:27:36.920Z Downloaded untrusted v0.7.1
8622026-08-17T23:27:36.920Z Downloaded waitgroup v0.1.2
8632026-08-17T23:27:36.920Z Downloaded strip-ansi-escapes v0.2.1
8642026-08-17T23:27:36.920Z Downloaded sync_wrapper v1.0.2
8652026-08-17T23:27:36.925Z Downloaded serde_yaml v0.9.34+deprecated
8662026-08-17T23:27:36.925Z Downloaded signal-hook v0.3.18
8672026-08-17T23:27:36.925Z Downloaded trait-variant v0.1.2
8682026-08-17T23:27:36.925Z Downloaded parse-display v0.10.0
8692026-08-17T23:27:36.925Z Downloaded darling v0.23.0
8702026-08-17T23:27:36.925Z Downloaded peg v0.8.5
8712026-08-17T23:27:36.928Z Downloaded num-complex v0.4.6
8722026-08-17T23:27:36.928Z Downloaded unicode-truncate v1.1.0
8732026-08-17T23:27:36.930Z Downloaded unarray v0.1.4
8742026-08-17T23:27:36.930Z Downloaded zerofrom-derive v0.1.6
8752026-08-17T23:27:36.933Z Downloaded hyper-util v0.1.20
8762026-08-17T23:27:36.936Z Downloaded crunchy v0.2.4
8772026-08-17T23:27:36.938Z Downloaded zerotrie v0.2.3
8782026-08-17T23:27:36.941Z Downloaded socket2 v0.6.3
8792026-08-17T23:27:36.945Z Downloaded ppv-lite86 v0.2.21
8802026-08-17T23:27:36.947Z Downloaded diesel_table_macro_syntax v0.3.0
8812026-08-17T23:27:36.950Z Downloaded debug-ignore v1.0.5
8822026-08-17T23:27:36.950Z Downloaded dirs-sys-next v0.1.2
8832026-08-17T23:27:36.950Z Downloaded dtrace-parser v0.3.0
8842026-08-17T23:27:36.951Z Downloaded inout v0.1.4
8852026-08-17T23:27:36.953Z Downloaded psm v0.1.30
8862026-08-17T23:27:36.956Z Downloaded crypto-bigint v0.5.5
8872026-08-17T23:27:36.958Z Downloaded hickory-server v0.25.2
8882026-08-17T23:27:36.962Z Downloaded rustls-pemfile v2.2.0
8892026-08-17T23:27:36.962Z Downloaded p384 v0.14.0
8902026-08-17T23:27:36.969Z Downloaded rusty-fork v0.3.1
8912026-08-17T23:27:36.971Z Downloaded kstat-rs v0.2.5
8922026-08-17T23:27:36.971Z Downloaded thiserror-impl-no-std v2.0.2
8932026-08-17T23:27:36.971Z Downloaded lru v0.12.5
8942026-08-17T23:27:36.974Z Downloaded match_cfg v0.1.0
8952026-08-17T23:27:36.974Z Downloaded slog-json v2.6.1
8962026-08-17T23:27:36.977Z Downloaded spki v0.8.0
8972026-08-17T23:27:36.977Z Downloaded normalize-line-endings v0.3.0
8982026-08-17T23:27:36.983Z Downloaded crossbeam-utils v0.8.21
8992026-08-17T23:27:36.993Z Downloaded thread-id v5.1.0
9002026-08-17T23:27:36.996Z Downloaded proc-macro-crate v3.4.0
9012026-08-17T23:27:36.996Z Downloaded strum_macros v0.24.3
9022026-08-17T23:27:36.996Z Downloaded tls_codec v0.4.2
9032026-08-17T23:27:36.999Z Downloaded tokio-tungstenite v0.21.0
9042026-08-17T23:27:36.999Z Downloaded vergen-lib v0.1.6
9052026-08-17T23:27:36.999Z Downloaded native-tls v0.2.18
9062026-08-17T23:27:37.002Z Downloaded opaque-debug v0.3.1
9072026-08-17T23:27:37.002Z Downloaded openssl-probe v0.1.6
9082026-08-17T23:27:37.003Z Downloaded unicode-segmentation v1.12.0
9092026-08-17T23:27:37.005Z Downloaded rand v0.10.1
9102026-08-17T23:27:37.008Z Downloaded oxide-update-engine v0.1.2
9112026-08-17T23:27:37.683Z Downloaded walkdir v2.5.0
9122026-08-17T23:27:37.683Z Downloaded predicates-tree v1.0.13
9132026-08-17T23:27:37.715Z Downloaded zstd v0.13.3
9142026-08-17T23:27:37.715Z Downloaded corncobs v0.1.4
9152026-08-17T23:27:37.715Z Downloaded rfc6979 v0.4.0
9162026-08-17T23:27:37.715Z Downloaded x509-cert v0.2.5
9172026-08-17T23:27:37.715Z Downloaded postcard v1.1.3
9182026-08-17T23:27:37.715Z Downloaded derive_more v0.99.20
9192026-08-17T23:27:37.715Z Downloaded serde_bytes v0.11.19
9202026-08-17T23:27:37.715Z Downloaded sha1 v0.10.6
9212026-08-17T23:27:37.715Z Downloaded tabwriter v1.4.1
9222026-08-17T23:27:37.715Z Downloaded darling v0.13.4
9232026-08-17T23:27:37.715Z Downloaded daft-derive v0.1.7
9242026-08-17T23:27:37.715Z Downloaded derive-where v1.6.0
9252026-08-17T23:27:37.716Z Downloaded defmt v1.0.1
9262026-08-17T23:27:37.716Z Downloaded derive_builder_macro v0.20.2
9272026-08-17T23:27:37.716Z Downloaded primefield v0.14.0
9282026-08-17T23:27:37.716Z Downloaded structmeta v0.3.0
9292026-08-17T23:27:37.716Z Downloaded icu_properties v2.1.2
9302026-08-17T23:27:37.716Z Downloaded aho-corasick v1.1.4
9312026-08-17T23:27:37.716Z Downloaded sha2 v0.11.0
9322026-08-17T23:27:37.716Z Downloaded ingot-types v0.2.0
9332026-08-17T23:27:37.716Z Downloaded typify-macro v0.6.2
9342026-08-17T23:27:37.716Z Downloaded testing_table v0.3.0
9352026-08-17T23:27:37.716Z Downloaded usdt v0.6.0
9362026-08-17T23:27:37.716Z Downloaded derive_more-impl v2.1.1
9372026-08-17T23:27:37.716Z Downloaded http v1.4.2
9382026-08-17T23:27:37.716Z Downloaded tracing-attributes v0.1.31
9392026-08-17T23:27:37.716Z Downloaded publicsuffix v2.3.0
9402026-08-17T23:27:37.716Z Downloaded omicron-zone-package v0.12.3
9412026-08-17T23:27:37.716Z Downloaded newtype-uuid-macros v0.1.0
9422026-08-17T23:27:37.716Z Downloaded num-integer v0.1.46
9432026-08-17T23:27:37.716Z Downloaded phf v0.13.1
9442026-08-17T23:27:37.716Z Downloaded vte v0.14.1
9452026-08-17T23:27:37.717Z Downloaded term v1.2.1
9462026-08-17T23:27:37.717Z Downloaded rand v0.8.6
9472026-08-17T23:27:37.717Z Downloaded futures-util v0.3.32
9482026-08-17T23:27:37.717Z Downloaded vergen-gitcl v1.0.8
9492026-08-17T23:27:37.717Z Downloaded pin-project v1.1.11
9502026-08-17T23:27:37.717Z Downloaded parking_lot_core v0.8.6
9512026-08-17T23:27:37.717Z Downloaded rand_core v0.10.0
9522026-08-17T23:27:37.717Z Downloaded enum-as-inner v0.6.1
9532026-08-17T23:27:37.717Z Downloaded idna_adapter v1.2.1
9542026-08-17T23:27:37.717Z Downloaded digest-io v0.1.0
9552026-08-17T23:27:37.717Z Downloaded dunce v1.0.5
9562026-08-17T23:27:37.717Z Downloaded sec1 v0.8.1
9572026-08-17T23:27:37.718Z Downloaded lru-cache v0.1.2
9582026-08-17T23:27:37.718Z Downloaded precomputed-hash v0.1.1
9592026-08-17T23:27:37.718Z Downloaded memoffset v0.9.1
9602026-08-17T23:27:37.718Z Downloaded slab v0.4.12
9612026-08-17T23:27:37.718Z Downloaded progenitor-impl v0.14.0
9622026-08-17T23:27:37.718Z Downloaded multimap v0.10.1
9632026-08-17T23:27:37.718Z Downloaded newline-converter v0.3.0
9642026-08-17T23:27:37.718Z Downloaded phf_shared v0.11.3
9652026-08-17T23:27:37.718Z Downloaded icu_normalizer_data v2.1.1
9662026-08-17T23:27:37.718Z Downloaded proc-macro-error-attr2 v2.0.0
9672026-08-17T23:27:37.718Z Downloaded recursive v0.1.1
9682026-08-17T23:27:37.718Z Downloaded russh-util v0.52.0
9692026-08-17T23:27:37.718Z Downloaded stringprep v0.1.5
9702026-08-17T23:27:37.718Z Downloaded signal-hook-tokio v0.3.1
9712026-08-17T23:27:37.718Z Downloaded subtle v2.6.1
9722026-08-17T23:27:37.718Z Downloaded take_mut v0.2.2
9732026-08-17T23:27:37.718Z Downloaded rand v0.9.2
9742026-08-17T23:27:37.718Z Downloaded stable_deref_trait v1.2.1
9752026-08-17T23:27:37.718Z Downloaded termtree v0.5.1
9762026-08-17T23:27:37.718Z Downloaded pkcs1 v0.8.0-rc.4
9772026-08-17T23:27:37.718Z Downloaded critical-section v1.2.0
9782026-08-17T23:27:37.718Z Downloaded der v0.7.10
9792026-08-17T23:27:37.719Z Downloaded zerovec-derive v0.11.2
9802026-08-17T23:27:37.719Z Downloaded zstd-safe v7.2.4
9812026-08-17T23:27:37.719Z Downloaded ctr v0.10.1
9822026-08-17T23:27:37.719Z Downloaded openssl-sys v0.9.117
9832026-08-17T23:27:37.719Z Downloaded derive_more v2.1.1
9842026-08-17T23:27:37.719Z Downloaded quinn-udp v0.5.14
9852026-08-17T23:27:37.719Z Downloaded crc-any v2.5.0
9862026-08-17T23:27:37.719Z Downloaded parse-display-derive v0.10.0
9872026-08-17T23:27:37.719Z Downloaded der_derive v0.7.3
9882026-08-17T23:27:37.719Z Downloaded diesel-dtrace v0.5.0
9892026-08-17T23:27:37.719Z Downloaded xshell-macros v0.2.7
9902026-08-17T23:27:37.719Z Downloaded papergrid v0.18.0
9912026-08-17T23:27:37.719Z Downloaded mio v1.2.0
9922026-08-17T23:27:37.719Z Downloaded curve25519-dalek-derive v0.1.1
9932026-08-17T23:27:37.719Z Downloaded darling_macro v0.20.11
9942026-08-17T23:27:37.719Z Downloaded schemars v1.2.1
9952026-08-17T23:27:37.719Z Downloaded spin v0.9.8
9962026-08-17T23:27:37.719Z Downloaded ipnet v2.11.0
9972026-08-17T23:27:37.719Z Downloaded libefi-sys v0.1.0
9982026-08-17T23:27:37.719Z Downloaded want v0.3.1
9992026-08-17T23:27:37.719Z Downloaded crc8 v0.1.1
10002026-08-17T23:27:37.719Z Downloaded ident_case v1.0.1
10012026-08-17T23:27:37.719Z Downloaded indoc v1.0.9
10022026-08-17T23:27:37.719Z Downloaded enum_dispatch v0.3.13
10032026-08-17T23:27:37.720Z Downloaded prettyplease v0.2.37
10042026-08-17T23:27:37.720Z Downloaded libsw v3.5.0
10052026-08-17T23:27:37.720Z Downloaded nanorand v0.7.0
10062026-08-17T23:27:37.720Z Downloaded elliptic-curve v0.13.8
10072026-08-17T23:27:37.720Z Downloaded indexmap v1.9.3
10082026-08-17T23:27:37.720Z Downloaded newtype-uuid v1.3.2
10092026-08-17T23:27:37.720Z Downloaded hashbrown v0.16.1
10102026-08-17T23:27:37.720Z Downloaded nom v7.1.3
10112026-08-17T23:27:37.720Z Downloaded toml_edit v0.19.15
10122026-08-17T23:27:37.720Z Downloaded p521 v0.14.0
10132026-08-17T23:27:37.738Z Downloaded rand_core v0.6.4
10142026-08-17T23:27:37.738Z Downloaded tokio-rustls v0.26.4
10152026-08-17T23:27:37.738Z Downloaded kem v0.3.0
10162026-08-17T23:27:37.738Z Downloaded openssl-macros v0.1.1
10172026-08-17T23:27:37.738Z Downloaded lzss v0.8.2
10182026-08-17T23:27:37.739Z Downloaded xshell v0.2.7
10192026-08-17T23:27:37.739Z Downloaded serde_path_to_error v0.1.20
10202026-08-17T23:27:37.739Z Downloaded slog-dtrace v0.3.0
10212026-08-17T23:27:37.739Z Downloaded hyper v1.10.1
10222026-08-17T23:27:37.739Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10232026-08-17T23:27:37.739Z Downloaded secrecy v0.10.3
10242026-08-17T23:27:37.739Z Downloaded spki v0.7.3
10252026-08-17T23:27:37.739Z Downloaded potential_utf v0.1.4
10262026-08-17T23:27:37.739Z Downloaded pkcs5 v0.8.1
10272026-08-17T23:27:37.739Z Downloaded zip v0.6.6
10282026-08-17T23:27:37.739Z Downloaded unicode-xid v0.2.6
10292026-08-17T23:27:37.739Z Downloaded salsa20 v0.11.0
10302026-08-17T23:27:37.739Z Downloaded usdt-impl v0.6.0
10312026-08-17T23:27:37.739Z Downloaded ron v0.8.1
10322026-08-17T23:27:37.739Z Downloaded wyz v0.5.1
10332026-08-17T23:27:37.739Z Downloaded slog-bunyan v2.5.0
10342026-08-17T23:27:37.739Z Downloaded reedline v0.40.0
10352026-08-17T23:27:37.739Z Downloaded parking_lot v0.11.2
10362026-08-17T23:27:37.739Z Downloaded schemars v0.8.22
10372026-08-17T23:27:37.739Z Downloaded parking_lot v0.12.5
10382026-08-17T23:27:37.739Z Downloaded zerovec v0.11.5
10392026-08-17T23:27:37.739Z Downloaded difflib v0.4.0
10402026-08-17T23:27:37.739Z Downloaded derive-ex v0.1.8
10412026-08-17T23:27:37.739Z Downloaded h2 v0.4.15
10422026-08-17T23:27:37.739Z Downloaded structmeta-derive v0.3.0
10432026-08-17T23:27:37.740Z Downloaded crossterm v0.28.1
10442026-08-17T23:27:37.740Z Downloaded zeroize_derive v1.5.0
10452026-08-17T23:27:37.740Z Downloaded embedded-io v0.4.0
10462026-08-17T23:27:37.740Z Downloaded hkdf v0.13.0
10472026-08-17T23:27:37.740Z Downloaded rustls-webpki v0.103.13
10482026-08-17T23:27:37.740Z Downloaded similar v2.7.0
10492026-08-17T23:27:37.740Z Downloaded tinyvec v1.10.0
10502026-08-17T23:27:37.740Z Downloaded num_enum v0.5.11
10512026-08-17T23:27:37.740Z Downloaded password-hash v0.6.1
10522026-08-17T23:27:37.740Z Downloaded is-terminal v0.4.17
10532026-08-17T23:27:37.740Z Downloaded nu-ansi-term v0.50.3
10542026-08-17T23:27:37.740Z Downloaded rsa v0.10.0-rc.18
10552026-08-17T23:27:37.740Z Downloaded num-derive v0.4.2
10562026-08-17T23:27:37.740Z Downloaded oso-derive v0.27.3
10572026-08-17T23:27:37.740Z Downloaded progenitor-client v0.14.0
10582026-08-17T23:27:37.740Z Downloaded serde-hex v0.1.0
10592026-08-17T23:27:37.740Z Downloaded uuid v1.23.4
10602026-08-17T23:27:37.740Z Downloaded hkdf v0.12.4
10612026-08-17T23:27:37.740Z Downloaded pem-rfc7468 v0.7.0
10622026-08-17T23:27:37.740Z Downloaded progenitor-client v0.13.0
10632026-08-17T23:27:37.740Z Downloaded rand_pcg v0.10.2
10642026-08-17T23:27:37.740Z Downloaded serde_with_macros v1.5.2
10652026-08-17T23:27:37.740Z Downloaded resolv-conf v0.7.6
10662026-08-17T23:27:37.740Z Downloaded universal-hash v0.5.1
10672026-08-17T23:27:37.740Z Downloaded rayon-core v1.13.0
10682026-08-17T23:27:37.740Z Downloaded rcgen v0.12.1
10692026-08-17T23:27:37.740Z Downloaded url v2.5.8
10702026-08-17T23:27:37.740Z Downloaded data-encoding v2.10.0
10712026-08-17T23:27:37.740Z Downloaded ignore v0.4.25
10722026-08-17T23:27:37.740Z Downloaded darling_core v0.13.4
10732026-08-17T23:27:37.740Z Downloaded smf v0.2.3
10742026-08-17T23:27:37.741Z Downloaded scrypt v0.12.0
10752026-08-17T23:27:37.741Z Downloaded rayon v1.11.0
10762026-08-17T23:27:37.741Z Downloaded salty v0.3.0
10772026-08-17T23:27:37.741Z Downloaded internet-checksum v0.2.1
10782026-08-17T23:27:37.741Z Downloaded crossbeam-deque v0.8.6
10792026-08-17T23:27:37.741Z Downloaded derive_builder v0.20.2
10802026-08-17T23:27:37.741Z Downloaded sha1 v0.11.0
10812026-08-17T23:27:37.741Z Downloaded dyn-clone v1.0.20
10822026-08-17T23:27:37.741Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10832026-08-17T23:27:37.741Z Downloaded uzers v0.12.2
10842026-08-17T23:27:37.741Z Downloaded quick-error v1.2.3
10852026-08-17T23:27:37.741Z Downloaded icu_normalizer v2.1.1
10862026-08-17T23:27:37.741Z Downloaded toml_edit v0.23.10+spec-1.0.0
10872026-08-17T23:27:37.741Z Downloaded writeable v0.6.2
10882026-08-17T23:27:37.741Z Downloaded zeroize v1.9.0
10892026-08-17T23:27:37.741Z Downloaded lock_api v0.4.14
10902026-08-17T23:27:37.741Z Downloaded parse-size v1.1.0
10912026-08-17T23:27:37.741Z Downloaded zone_cfg_derive v0.3.1
10922026-08-17T23:27:37.741Z Downloaded aws-lc-rs v1.16.3
10932026-08-17T23:27:37.741Z Downloaded defmt-parser v1.0.0
10942026-08-17T23:27:37.741Z Downloaded dof v0.4.0
10952026-08-17T23:27:37.741Z Downloaded nonempty v0.12.0
10962026-08-17T23:27:37.741Z Downloaded strum v0.27.2
10972026-08-17T23:27:37.741Z Downloaded p256 v0.14.0
10982026-08-17T23:27:37.741Z Downloaded unicode-normalization v0.1.25
10992026-08-17T23:27:37.742Z Downloaded pkcs1 v0.7.5
11002026-08-17T23:27:37.742Z Downloaded tokio-dtrace v0.1.1
11012026-08-17T23:27:37.742Z Downloaded tokio-macros v2.7.0
11022026-08-17T23:27:37.742Z Downloaded illumos-nvpair v0.3.0
11032026-08-17T23:27:37.742Z Downloaded rand_seeder v0.4.0
11042026-08-17T23:27:37.742Z Downloaded secrecy v0.8.0
11052026-08-17T23:27:37.742Z Downloaded serdect v0.4.3
11062026-08-17T23:27:37.742Z Downloaded slog-stdlog v4.1.1
11072026-08-17T23:27:37.742Z Downloaded scheduled-thread-pool v0.2.7
11082026-08-17T23:27:37.742Z Downloaded packed_struct_codegen v0.10.1
11092026-08-17T23:27:37.742Z Downloaded qorb v0.4.1
11102026-08-17T23:27:37.742Z Downloaded rtoolbox v0.0.3
11112026-08-17T23:27:37.742Z Downloaded ssh-cipher v0.3.0
11122026-08-17T23:27:37.742Z Downloaded tungstenite v0.23.0
11132026-08-17T23:27:37.754Z Downloaded synstructure v0.13.2
11142026-08-17T23:27:37.754Z Downloaded tinyvec_macros v0.1.1
11152026-08-17T23:27:37.754Z Downloaded crucible-workspace-hack v0.1.0
11162026-08-17T23:27:37.754Z Downloaded oxide-update-engine-display v0.1.2
11172026-08-17T23:27:37.754Z Downloaded ecdsa v0.16.9
11182026-08-17T23:27:37.754Z Downloaded rustls-native-certs v0.8.3
11192026-08-17T23:27:37.754Z Downloaded oxide-tokio-rt v0.1.4
11202026-08-17T23:27:37.754Z Downloaded postgres-protocol v0.6.10
11212026-08-17T23:27:37.754Z Downloaded sapling-renderdag v0.1.0
11222026-08-17T23:27:37.754Z Downloaded simd-adler32 v0.3.8
11232026-08-17T23:27:37.754Z Downloaded stacker v0.1.23
11242026-08-17T23:27:37.754Z Downloaded itertools v0.14.0
11252026-08-17T23:27:37.754Z Downloaded itertools v0.15.0
11262026-08-17T23:27:37.754Z Downloaded maplit v1.0.2
11272026-08-17T23:27:37.754Z Downloaded utf-8 v0.7.6
11282026-08-17T23:27:37.754Z Downloaded unicase v2.9.0
11292026-08-17T23:27:37.754Z Downloaded serde_with v1.14.0
11302026-08-17T23:27:37.754Z Downloaded supports-color v3.0.2
11312026-08-17T23:27:37.754Z Downloaded minimal-lexical v0.2.1
11322026-08-17T23:27:37.755Z Downloaded document-features v0.2.12
11332026-08-17T23:27:37.755Z Downloaded libxml v0.3.3
11342026-08-17T23:27:37.755Z Downloaded ml-kem v0.3.2
11352026-08-17T23:27:37.755Z Downloaded postgres-types v0.2.12
11362026-08-17T23:27:37.755Z Downloaded whoami v2.1.0
11372026-08-17T23:27:37.755Z Downloaded crypto-common v0.2.2
11382026-08-17T23:27:37.755Z Downloaded lalrpop-util v0.19.12
11392026-08-17T23:27:37.755Z Downloaded pin-project-internal v1.1.11
11402026-08-17T23:27:37.755Z Downloaded tough v0.22.0
11412026-08-17T23:27:37.755Z Downloaded crossterm v0.29.0
11422026-08-17T23:27:37.755Z Downloaded num-bigint-dig v0.8.6
11432026-08-17T23:27:37.755Z Downloaded scuffle v0.1.0
11442026-08-17T23:27:37.755Z Downloaded oso v0.27.3
11452026-08-17T23:27:37.755Z Downloaded primeorder v0.14.0
11462026-08-17T23:27:37.755Z Downloaded reqwest v0.12.28
11472026-08-17T23:27:37.755Z Downloaded defmt-macros v1.0.1
11482026-08-17T23:27:37.755Z Downloaded primeorder v0.13.6
11492026-08-17T23:27:37.755Z Downloaded sec1 v0.7.3
11502026-08-17T23:27:37.755Z Downloaded ref-cast v1.0.25
11512026-08-17T23:27:37.755Z Downloaded peg-macros v0.8.5
11522026-08-17T23:27:37.755Z Downloaded yasna v0.5.2
11532026-08-17T23:27:37.755Z Downloaded memmap2 v0.9.10
11542026-08-17T23:27:37.755Z Downloaded diff v0.1.13
11552026-08-17T23:27:37.755Z Downloaded ecdsa v0.17.0
11562026-08-17T23:27:37.755Z Downloaded chrono v0.4.45
11572026-08-17T23:27:37.755Z Downloaded tracing-core v0.1.36
11582026-08-17T23:27:37.755Z Downloaded cookie v0.18.1
11592026-08-17T23:27:37.755Z Downloaded sqlparser_derive v0.5.0
11602026-08-17T23:27:37.755Z Downloaded thread_local v1.1.9
11612026-08-17T23:27:37.756Z Downloaded linear-map v1.2.0
11622026-08-17T23:27:37.756Z Downloaded universal-hash v0.6.1
11632026-08-17T23:27:37.756Z Downloaded winnow v1.0.3
11642026-08-17T23:27:37.756Z Downloaded dropshot-api-manager v0.8.0
11652026-08-17T23:27:37.756Z Downloaded itertools v0.12.1
11662026-08-17T23:27:37.756Z Downloaded rustyline v14.0.0
11672026-08-17T23:27:37.756Z Downloaded num_enum v0.7.6
11682026-08-17T23:27:37.756Z Downloaded elliptic-curve v0.14.1
11692026-08-17T23:27:37.756Z Downloaded vergen-git2 v9.1.0
11702026-08-17T23:27:37.756Z Downloaded keccak v0.2.0
11712026-08-17T23:27:37.756Z Downloaded samael v0.0.19
11722026-08-17T23:27:37.756Z Downloaded shlex v1.3.0
11732026-08-17T23:27:37.756Z Downloaded pem-rfc7468 v1.0.0
11742026-08-17T23:27:37.756Z Downloaded rand_core v0.9.5
11752026-08-17T23:27:37.756Z Downloaded crossbeam-epoch v0.9.18
11762026-08-17T23:27:37.756Z Downloaded ryu v1.0.23
11772026-08-17T23:27:37.756Z Downloaded tiny-keccak v2.0.2
11782026-08-17T23:27:37.756Z Downloaded crossbeam-channel v0.5.15
11792026-08-17T23:27:37.756Z Downloaded litrs v1.0.0
11802026-08-17T23:27:37.756Z Downloaded tokio-postgres v0.7.16
11812026-08-17T23:27:37.756Z Downloaded unicode-bidi v0.3.18
11822026-08-17T23:27:37.756Z Downloaded proptest v1.11.0
11832026-08-17T23:27:37.756Z Downloaded ingot v0.2.1
11842026-08-17T23:27:37.756Z Downloaded icu_properties_data v2.1.2
11852026-08-17T23:27:37.756Z Downloaded radium v0.7.0
11862026-08-17T23:27:37.756Z Downloaded ed25519-dalek v2.2.0
11872026-08-17T23:27:37.756Z Downloaded pkcs8 v0.10.2
11882026-08-17T23:27:37.756Z Downloaded support-bundle-viewer v0.1.2
11892026-08-17T23:27:37.756Z Downloaded libloading v0.8.9
11902026-08-17T23:27:37.757Z Downloaded smallvec v0.6.14
11912026-08-17T23:27:37.757Z Downloaded mime v0.3.17
11922026-08-17T23:27:37.757Z Downloaded blake3 v1.8.5
11932026-08-17T23:27:37.757Z Downloaded tokio-stream v0.1.18
11942026-08-17T23:27:37.757Z Downloaded toml_parser v1.1.2+spec-1.1.0
11952026-08-17T23:27:37.757Z Downloaded typed-path v0.9.3
11962026-08-17T23:27:37.757Z Downloaded toml_writer v1.1.1+spec-1.1.0
11972026-08-17T23:27:37.757Z Downloaded p384 v0.13.1
11982026-08-17T23:27:37.757Z Downloaded miniz_oxide v0.8.9
11992026-08-17T23:27:37.757Z Downloaded tokio-util v0.7.18
12002026-08-17T23:27:37.757Z Downloaded tower-http v0.6.8
12012026-08-17T23:27:37.757Z Downloaded drift v0.2.0
12022026-08-17T23:27:37.757Z Downloaded test-strategy v0.4.5
12032026-08-17T23:27:37.757Z Downloaded darling v0.20.11
12042026-08-17T23:27:37.757Z Downloaded num-traits v0.2.19
12052026-08-17T23:27:37.757Z Downloaded russh v0.62.4
12062026-08-17T23:27:37.757Z Downloaded rsa v0.9.10
12072026-08-17T23:27:37.757Z Downloaded twox-hash v2.1.2
12082026-08-17T23:27:37.757Z Downloaded slog v2.8.2
12092026-08-17T23:27:37.757Z Downloaded cookie_store v0.22.1
12102026-08-17T23:27:37.757Z Downloaded itertools v0.13.0
12112026-08-17T23:27:37.757Z Downloaded bindgen v0.71.1
12122026-08-17T23:27:37.757Z Downloaded bitvec v1.0.1
12132026-08-17T23:27:37.770Z Downloaded time v0.3.47
12142026-08-17T23:27:37.770Z Downloaded unicode_categories v0.1.1
12152026-08-17T23:27:37.770Z Downloaded ed25519-dalek v3.0.0
12162026-08-17T23:27:37.770Z Downloaded jiff-core v0.1.0
12172026-08-17T23:27:37.770Z Downloaded rawzip v0.4.4
12182026-08-17T23:27:37.770Z Downloaded tabled v0.21.0
12192026-08-17T23:27:37.777Z Downloaded goblin v0.10.5
12202026-08-17T23:27:37.782Z Downloaded git2 v0.20.4
12212026-08-17T23:27:37.916Z Downloaded darling_core v0.23.0
12222026-08-17T23:27:37.929Z Downloaded petname v2.0.2
12232026-08-17T23:27:37.929Z Downloaded darling_core v0.20.11
12242026-08-17T23:27:37.929Z Downloaded num-bigint v0.4.6
12252026-08-17T23:27:37.929Z Downloaded yansi v1.0.1
12262026-08-17T23:27:37.929Z Downloaded iri-string v0.7.10
12272026-08-17T23:27:37.929Z Downloaded indicatif v0.18.4
12282026-08-17T23:27:37.929Z Downloaded zip v4.6.1
12292026-08-17T23:27:37.929Z Downloaded pretty_assertions v1.4.1
12302026-08-17T23:27:37.929Z Downloaded zerocopy-derive v0.8.40
12312026-08-17T23:27:37.929Z Downloaded winnow v0.5.40
12322026-08-17T23:27:37.929Z Downloaded reqwest v0.13.2
12332026-08-17T23:27:37.929Z Downloaded itertools v0.10.5
12342026-08-17T23:27:37.929Z Downloaded object v0.30.4
12352026-08-17T23:27:37.929Z Downloaded serde_with v3.21.0
12362026-08-17T23:27:37.929Z Downloaded radix_trie v0.2.1
12372026-08-17T23:27:37.929Z Downloaded sha3 v0.12.0
12382026-08-17T23:27:37.929Z Downloaded quick-xml v0.37.5
12392026-08-17T23:27:37.929Z Downloaded zerocopy v0.8.40
12402026-08-17T23:27:37.929Z Downloaded der v0.8.0
12412026-08-17T23:27:37.929Z Downloaded libm v0.2.16
12422026-08-17T23:27:37.929Z Downloaded moka v0.12.13
12432026-08-17T23:27:37.929Z Downloaded diesel_derives v2.3.7
12442026-08-17T23:27:37.929Z Downloaded tower v0.5.3
12452026-08-17T23:27:37.930Z Downloaded internal-russh-num-bigint v0.5.0
12462026-08-17T23:27:37.934Z Downloaded nix v0.27.1
12472026-08-17T23:27:37.934Z Downloaded vcpkg v0.2.15
12482026-08-17T23:27:37.955Z Downloaded portable-atomic v1.13.1
12492026-08-17T23:27:37.958Z Downloaded smoltcp v0.9.1
12502026-08-17T23:27:37.964Z Downloaded regex v1.12.3
12512026-08-17T23:27:37.968Z Downloaded bstr v1.12.1
12522026-08-17T23:27:37.971Z Downloaded lalrpop v0.19.12
12532026-08-17T23:27:37.977Z Downloaded polar-core v0.27.3
12542026-08-17T23:27:37.982Z Downloaded iddqd v0.4.2
12552026-08-17T23:27:37.987Z Downloaded ssh-key v0.7.0-rc.11
12562026-08-17T23:27:37.992Z Downloaded idna v1.1.0
12572026-08-17T23:27:37.994Z Downloaded hickory-proto v0.24.4
12582026-08-17T23:27:38.003Z Downloaded winnow v0.6.26
12592026-08-17T23:27:38.008Z Downloaded crypto-primes v0.7.2
12602026-08-17T23:27:38.013Z Downloaded object v0.37.3
12612026-08-17T23:27:38.017Z Downloaded nix v0.31.2
12622026-08-17T23:27:38.337Z Downloaded regress v0.10.5
12632026-08-17T23:27:38.355Z Downloaded smoltcp v0.11.0
12642026-08-17T23:27:38.355Z Downloaded regress v0.11.1
12652026-08-17T23:27:38.355Z Downloaded nom v8.0.0
12662026-08-17T23:27:38.355Z Downloaded zlib-rs v0.6.2
12672026-08-17T23:27:38.355Z Downloaded hickory-proto v0.25.2
12682026-08-17T23:27:38.355Z Downloaded nix v0.28.0
12692026-08-17T23:27:38.355Z Downloaded regex-syntax v0.6.29
12702026-08-17T23:27:38.355Z Downloaded curve25519-dalek v4.1.3
12712026-08-17T23:27:38.355Z Downloaded openapiv3 v2.2.0
12722026-08-17T23:27:38.355Z Downloaded quinn-proto v0.11.16
12732026-08-17T23:27:38.356Z Downloaded curve25519-dalek v5.0.0
12742026-08-17T23:27:38.356Z Downloaded rustix v0.38.44
12752026-08-17T23:27:38.356Z Downloaded sqlparser v0.61.0
12762026-08-17T23:27:38.356Z Downloaded sled v0.34.7
12772026-08-17T23:27:38.356Z Downloaded rustls v0.23.41
12782026-08-17T23:27:38.356Z Downloaded dropshot v0.17.1
12792026-08-17T23:27:38.356Z Downloaded regex-syntax v0.8.10
12802026-08-17T23:27:38.356Z Downloaded tracing v0.1.44
12812026-08-17T23:27:38.356Z Downloaded typify-impl v0.6.2
12822026-08-17T23:27:38.356Z Downloaded crypto-bigint v0.7.5
12832026-08-17T23:27:38.356Z Downloaded petgraph v0.6.5
12842026-08-17T23:27:38.356Z Downloaded ratatui v0.29.0
12852026-08-17T23:27:38.356Z Downloaded openssl v0.10.80
12862026-08-17T23:27:38.356Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12872026-08-17T23:27:38.356Z Downloaded libz-sys v1.1.24
12882026-08-17T23:27:38.356Z Downloaded diesel v2.3.7
12892026-08-17T23:27:38.362Z Downloaded regex-automata v0.4.14
12902026-08-17T23:27:38.362Z Downloaded bzip2-sys v0.1.13+1.0.8
12912026-08-17T23:27:38.368Z Downloaded zerocopy-derive v0.6.6
12922026-08-17T23:27:38.400Z Downloaded ring v0.17.14
12932026-08-17T23:27:38.423Z Downloaded jiff v0.2.34
12942026-08-17T23:27:38.432Z Downloaded sha3 v0.11.0
12952026-08-17T23:27:38.435Z Downloaded libgit2-sys v0.18.3+1.9.2
12962026-08-17T23:27:38.603Z Downloaded chrono-tz v0.10.4
12972026-08-17T23:27:38.622Z Downloaded tokio v1.52.1
12982026-08-17T23:27:38.622Z Downloaded petgraph v0.8.3
12992026-08-17T23:27:38.622Z Downloaded csv v1.4.0
13002026-08-17T23:27:38.622Z Downloaded sha3 v0.10.8
13012026-08-17T23:27:38.622Z Downloaded encoding_rs v0.8.35
13022026-08-17T23:27:39.211Z Downloaded aws-lc-sys v0.40.0
13032026-08-17T23:27:39.490Z Compiling libc v0.2.185
13042026-08-17T23:27:39.490Z Compiling serde_core v1.0.229
13052026-08-17T23:27:39.513Z Compiling serde v1.0.229
13062026-08-17T23:27:39.514Z Compiling log v0.4.29
13072026-08-17T23:27:39.514Z Compiling smallvec v1.15.1
13082026-08-17T23:27:39.514Z Compiling shlex v1.3.0
13092026-08-17T23:27:39.514Z Compiling find-msvc-tools v0.1.9
13102026-08-17T23:27:39.514Z Compiling subtle v2.6.1
13112026-08-17T23:27:39.663Z Compiling scopeguard v1.2.0
13122026-08-17T23:27:39.667Z Compiling typenum v1.20.1
13132026-08-17T23:27:39.667Z Compiling stable_deref_trait v1.2.1
13142026-08-17T23:27:39.667Z Compiling zerocopy v0.8.40
13152026-08-17T23:27:39.667Z Compiling portable-atomic v1.13.1
13162026-08-17T23:27:39.671Z Compiling serde_json v1.0.151
13172026-08-17T23:27:39.713Z Compiling syn v2.0.117
13182026-08-17T23:27:39.883Z Compiling critical-section v1.2.0
13192026-08-17T23:27:39.896Z Compiling lock_api v0.4.14
13202026-08-17T23:27:39.896Z Compiling libm v0.2.16
13212026-08-17T23:27:39.896Z Compiling num-traits v0.2.19
13222026-08-17T23:27:39.896Z Compiling pkg-config v0.3.32
13232026-08-17T23:27:39.896Z Compiling generic-array v0.14.7
13242026-08-17T23:27:39.933Z Compiling pin-project-lite v0.2.17
13252026-08-17T23:27:39.958Z Compiling const-oid v0.9.6
13262026-08-17T23:27:40.112Z Compiling parking_lot_core v0.9.12
13272026-08-17T23:27:40.218Z Compiling getrandom v0.4.1
13282026-08-17T23:27:40.225Z Compiling rand_core v0.10.0
13292026-08-17T23:27:40.225Z Compiling writeable v0.6.2
13302026-08-17T23:27:40.230Z Compiling litemap v0.8.1
13312026-08-17T23:27:40.389Z Compiling futures-core v0.3.32
13322026-08-17T23:27:40.396Z Compiling percent-encoding v2.3.2
13332026-08-17T23:27:40.396Z Compiling icu_properties_data v2.1.2
13342026-08-17T23:27:40.429Z Compiling icu_normalizer_data v2.1.1
13352026-08-17T23:27:40.443Z Compiling getrandom v0.3.4
13362026-08-17T23:27:40.457Z Compiling futures-sink v0.3.32
13372026-08-17T23:27:40.475Z Compiling utf8_iter v1.0.4
13382026-08-17T23:27:40.625Z Compiling futures-task v0.3.32
13392026-08-17T23:27:40.632Z Compiling futures-channel v0.3.32
13402026-08-17T23:27:40.632Z Compiling rustix v1.1.3
13412026-08-17T23:27:40.633Z Compiling futures-io v0.3.32
13422026-08-17T23:27:40.633Z Compiling slab v0.4.12
13432026-08-17T23:27:40.656Z Compiling form_urlencoded v1.2.2
13442026-08-17T23:27:40.673Z Compiling rustversion v1.0.22
13452026-08-17T23:27:40.754Z Compiling errno v0.3.14
13462026-08-17T23:27:40.805Z Compiling jobserver v0.1.34
13472026-08-17T23:27:40.821Z Compiling getrandom v0.2.17
13482026-08-17T23:27:40.892Z Compiling once_cell v1.21.3
13492026-08-17T23:27:40.897Z Compiling signal-hook-registry v1.4.8
13502026-08-17T23:27:40.897Z Compiling mio v1.2.0
13512026-08-17T23:27:40.912Z Compiling socket2 v0.6.3
13522026-08-17T23:27:40.928Z Compiling base64ct v1.8.3
13532026-08-17T23:27:40.975Z Compiling rand_core v0.6.4
13542026-08-17T23:27:41.082Z Compiling cc v1.2.56
13552026-08-17T23:27:41.093Z Compiling parking_lot v0.12.5
13562026-08-17T23:27:41.197Z Compiling iana-time-zone v0.1.65
13572026-08-17T23:27:41.213Z Compiling pem-rfc7468 v0.7.0
13582026-08-17T23:27:41.232Z Compiling regex-syntax v0.8.10
13592026-08-17T23:27:41.259Z Compiling fs_extra v1.3.0
13602026-08-17T23:27:41.273Z Compiling flagset v0.4.7
13612026-08-17T23:27:41.364Z Compiling dunce v1.0.5
13622026-08-17T23:27:41.369Z Compiling ident_case v1.0.1
13632026-08-17T23:27:41.392Z Compiling rand_core v0.9.5
13642026-08-17T23:27:41.399Z Compiling base64 v0.22.1
13652026-08-17T23:27:41.426Z Compiling vcpkg v0.2.15
13662026-08-17T23:27:41.429Z Compiling syn v1.0.109
13672026-08-17T23:27:41.728Z Compiling tracing-core v0.1.36
13682026-08-17T23:27:41.744Z Compiling schemars v0.8.22
13692026-08-17T23:27:41.744Z Compiling dyn-clone v1.0.20
13702026-08-17T23:27:41.744Z Compiling aws-lc-rs v1.16.3
13712026-08-17T23:27:41.745Z Compiling cpufeatures v0.2.17
13722026-08-17T23:27:41.745Z Compiling spin v0.9.8
13732026-08-17T23:27:41.745Z Compiling httparse v1.10.1
13742026-08-17T23:27:41.745Z Compiling openssl-probe v0.2.1
13752026-08-17T23:27:41.745Z Compiling tinyvec_macros v0.1.1
13762026-08-17T23:27:41.792Z Compiling crc32fast v1.5.0
13772026-08-17T23:27:42.232Z Compiling cmov v0.5.4
13782026-08-17T23:27:42.232Z Compiling tinyvec v1.10.0
13792026-08-17T23:27:42.256Z Compiling aho-corasick v1.1.4
13802026-08-17T23:27:42.256Z Compiling cmake v0.1.57
13812026-08-17T23:27:42.256Z Compiling untrusted v0.7.1
13822026-08-17T23:27:42.256Z Compiling atomic-waker v1.1.2
13832026-08-17T23:27:42.256Z Compiling try-lock v0.2.5
13842026-08-17T23:27:42.256Z Compiling bitflags v2.11.0
13852026-08-17T23:27:42.256Z Compiling semver v1.0.28
13862026-08-17T23:27:42.256Z Compiling indexmap v2.14.0
13872026-08-17T23:27:42.256Z Compiling uuid v1.23.4
13882026-08-17T23:27:42.256Z Compiling ctutils v0.4.2
13892026-08-17T23:27:42.268Z Compiling radium v0.7.0
13902026-08-17T23:27:42.282Z Compiling tower-layer v0.3.3
13912026-08-17T23:27:42.588Z Compiling tower-service v0.3.3
13922026-08-17T23:27:42.602Z Compiling rustc_version v0.4.1
13932026-08-17T23:27:42.602Z Compiling want v0.3.1
13942026-08-17T23:27:42.603Z Compiling httpdate v1.0.3
13952026-08-17T23:27:42.603Z Compiling bytes v1.11.1
13962026-08-17T23:27:42.646Z Compiling chrono v0.4.45
13972026-08-17T23:27:43.115Z Compiling ipnet v2.11.0
13982026-08-17T23:27:43.126Z Compiling simd-adler32 v0.3.8
13992026-08-17T23:27:43.126Z Compiling synstructure v0.13.2
14002026-08-17T23:27:43.126Z Compiling aws-lc-sys v0.40.0
14012026-08-17T23:27:43.126Z Compiling openssl-sys v0.9.117
14022026-08-17T23:27:43.126Z Compiling serde_derive_internals v0.29.1
14032026-08-17T23:27:43.126Z Compiling pest_generator v2.8.6
14042026-08-17T23:27:43.126Z Compiling regex-automata v0.4.14
14052026-08-17T23:27:43.127Z Compiling darling_core v0.20.11
14062026-08-17T23:27:43.424Z Compiling http v1.4.2
14072026-08-17T23:27:43.441Z Compiling tempfile v3.25.0
14082026-08-17T23:27:43.441Z Compiling maybe-uninit v2.0.0
14092026-08-17T23:27:43.441Z Compiling tap v1.0.1
14102026-08-17T23:27:43.898Z Compiling foreign-types-shared v0.1.1
14112026-08-17T23:27:43.923Z Compiling untrusted v0.9.0
14122026-08-17T23:27:43.924Z Compiling rustls v0.23.41
14132026-08-17T23:27:43.924Z Compiling openssl v0.10.80
14142026-08-17T23:27:43.924Z Compiling foreign-types v0.3.2
14152026-08-17T23:27:43.924Z Compiling wyz v0.5.1
14162026-08-17T23:27:43.924Z Compiling terminal_size v0.4.3
14172026-08-17T23:27:43.924Z Compiling bzip2-sys v0.1.13+1.0.8
14182026-08-17T23:27:43.924Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14192026-08-17T23:27:43.924Z Compiling hex v0.4.3
14202026-08-17T23:27:43.924Z Compiling unicode-normalization v0.1.25
14212026-08-17T23:27:43.924Z Compiling num-integer v0.1.46
14222026-08-17T23:27:43.931Z Compiling http-body v1.0.1
14232026-08-17T23:27:43.964Z Compiling wait-timeout v0.2.1
14242026-08-17T23:27:44.113Z Compiling ahash v0.8.12
14252026-08-17T23:27:44.119Z Compiling num-bigint-dig v0.8.6
14262026-08-17T23:27:44.120Z Compiling time-core v0.1.8
14272026-08-17T23:27:44.124Z Compiling bit-vec v0.8.0
14282026-08-17T23:27:44.137Z Compiling adler2 v2.0.1
14292026-08-17T23:27:44.154Z Compiling funty v2.0.0
14302026-08-17T23:27:44.182Z Compiling quick-error v1.2.3
14312026-08-17T23:27:44.373Z Compiling packed_struct v0.10.1
14322026-08-17T23:27:44.379Z Compiling powerfmt v0.2.0
14332026-08-17T23:27:44.379Z Compiling num-conv v0.2.0
14342026-08-17T23:27:44.379Z Compiling native-tls v0.2.18
14352026-08-17T23:27:44.379Z Compiling rusty-fork v0.3.1
14362026-08-17T23:27:44.380Z Compiling bit-set v0.8.0
14372026-08-17T23:27:44.380Z Compiling miniz_oxide v0.8.9
14382026-08-17T23:27:44.409Z Compiling clap_builder v4.6.0
14392026-08-17T23:27:44.437Z Compiling deranged v0.5.8
14402026-08-17T23:27:44.454Z Compiling time-macros v0.2.27
14412026-08-17T23:27:44.545Z Compiling bitvec v1.0.1
14422026-08-17T23:27:44.551Z Compiling num-iter v0.1.45
14432026-08-17T23:27:44.570Z Compiling zeroize_derive v1.5.0
14442026-08-17T23:27:44.586Z Compiling zerofrom-derive v0.1.6
14452026-08-17T23:27:44.615Z Compiling zerocopy-derive v0.8.40
14462026-08-17T23:27:44.772Z Compiling yoke-derive v0.8.1
14472026-08-17T23:27:44.775Z Compiling zerovec-derive v0.11.2
14482026-08-17T23:27:44.778Z Compiling displaydoc v0.2.5
14492026-08-17T23:27:44.999Z Compiling tokio-macros v2.7.0
14502026-08-17T23:27:45.314Z Compiling zeroize v1.9.0
14512026-08-17T23:27:45.690Z Compiling futures-macro v0.3.32
14522026-08-17T23:27:45.697Z Compiling thiserror-impl v2.0.18
14532026-08-17T23:27:45.697Z Compiling der_derive v0.7.3
14542026-08-17T23:27:45.697Z Compiling tracing-attributes v0.1.31
14552026-08-17T23:27:45.866Z Compiling tokio v1.52.1
14562026-08-17T23:27:45.910Z Compiling rustls-pki-types v1.14.0
14572026-08-17T23:27:45.925Z Compiling schemars_derive v0.8.22
14582026-08-17T23:27:45.947Z Compiling hybrid-array v0.4.13
14592026-08-17T23:27:46.102Z Compiling crypto-common v0.1.7
14602026-08-17T23:27:46.108Z Compiling zerofrom v0.1.6
14612026-08-17T23:27:46.115Z Compiling block-buffer v0.10.4
14622026-08-17T23:27:46.256Z Compiling yoke v0.8.1
14632026-08-17T23:27:46.260Z Compiling scroll_derive v0.13.1
14642026-08-17T23:27:46.319Z Compiling digest v0.10.7
14652026-08-17T23:27:46.334Z Compiling futures-util v0.3.32
14662026-08-17T23:27:46.459Z Compiling pest_derive v2.8.6
14672026-08-17T23:27:46.469Z Compiling zerovec v0.11.5
14682026-08-17T23:27:46.602Z Compiling zerotrie v0.2.3
14692026-08-17T23:27:46.655Z Compiling der v0.7.10
14702026-08-17T23:27:46.775Z Compiling sha2 v0.10.9
14712026-08-17T23:27:47.326Z Compiling signature v2.2.0
14722026-08-17T23:27:47.326Z Compiling tinystr v0.8.2
14732026-08-17T23:27:47.326Z Compiling potential_utf v0.1.4
14742026-08-17T23:27:47.326Z Compiling thiserror v2.0.18
14752026-08-17T23:27:47.326Z Compiling tracing v0.1.44
14762026-08-17T23:27:47.326Z Compiling scroll v0.13.0
14772026-08-17T23:27:47.326Z Compiling icu_locale_core v2.1.1
14782026-08-17T23:27:47.326Z Compiling icu_collections v2.1.1
14792026-08-17T23:27:47.326Z Compiling darling_macro v0.20.11
14802026-08-17T23:27:47.326Z Compiling openssl-macros v0.1.1
14812026-08-17T23:27:47.326Z Compiling thiserror-impl v1.0.69
14822026-08-17T23:27:47.326Z Compiling hmac v0.12.1
14832026-08-17T23:27:47.354Z Compiling packed_struct_codegen v0.10.1
14842026-08-17T23:27:47.523Z Compiling goblin v0.10.5
14852026-08-17T23:27:47.536Z Compiling bitfield-macros v0.19.4
14862026-08-17T23:27:47.536Z Compiling zerocopy-derive v0.6.6
14872026-08-17T23:27:50.892Z Compiling spki v0.7.3
14882026-08-17T23:27:50.897Z Compiling darling v0.20.11
14892026-08-17T23:27:50.897Z Compiling icu_provider v2.1.1
14902026-08-17T23:27:50.897Z Compiling pkcs8 v0.10.2
14912026-08-17T23:27:50.898Z Compiling clap_derive v4.6.1
14922026-08-17T23:27:50.898Z Compiling icu_normalizer v2.1.1
14932026-08-17T23:27:50.898Z Compiling icu_properties v2.1.2
14942026-08-17T23:27:50.898Z Compiling toml_datetime v0.6.11
14952026-08-17T23:27:50.898Z Compiling serde_spanned v0.6.9
14962026-08-17T23:27:50.898Z Compiling lazy_static v1.5.0
14972026-08-17T23:27:50.898Z Compiling rand_xorshift v0.4.0
14982026-08-17T23:27:50.898Z Compiling anstyle-parse v0.2.7
14992026-08-17T23:27:50.898Z Compiling sync_wrapper v1.0.2
15002026-08-17T23:27:50.898Z Compiling thiserror v1.0.69
15012026-08-17T23:27:50.898Z Compiling indexmap v1.9.3
15022026-08-17T23:27:50.898Z Compiling siphasher v1.0.2
15032026-08-17T23:27:50.898Z Compiling num_threads v0.1.7
15042026-08-17T23:27:50.898Z Compiling paste v1.0.15
15052026-08-17T23:27:50.898Z Compiling nodrop v0.1.14
15062026-08-17T23:27:50.898Z Compiling crc-catalog v2.4.0
15072026-08-17T23:27:50.899Z Compiling usdt-impl v0.6.0
15082026-08-17T23:27:50.899Z Compiling crossbeam-utils v0.8.21
15092026-08-17T23:27:50.899Z Compiling unarray v0.1.4
15102026-08-17T23:27:50.899Z Compiling zlib-rs v0.6.2
15112026-08-17T23:27:50.899Z Compiling crc v3.4.0
15122026-08-17T23:27:50.899Z Compiling array-init v0.0.4
15132026-08-17T23:27:50.899Z Compiling time v0.3.47
15142026-08-17T23:27:50.899Z Compiling anstream v0.6.21
15152026-08-17T23:27:50.899Z Compiling idna_adapter v1.2.1
15162026-08-17T23:27:50.899Z Compiling ppv-lite86 v0.2.21
15172026-08-17T23:27:50.899Z Compiling idna v1.1.0
15182026-08-17T23:27:50.899Z Compiling zerocopy v0.6.6
15192026-08-17T23:27:50.899Z Compiling smallvec v0.6.14
15202026-08-17T23:27:50.899Z Compiling bitfield v0.19.4
15212026-08-17T23:27:50.899Z Compiling pkcs1 v0.7.5
15222026-08-17T23:27:50.899Z Compiling rand_chacha v0.9.0
15232026-08-17T23:27:50.899Z Compiling rand_chacha v0.3.1
15242026-08-17T23:27:50.899Z Compiling derive_builder_core v0.20.2
15252026-08-17T23:27:50.900Z Compiling url v2.5.8
15262026-08-17T23:27:50.900Z Compiling tokio-util v0.7.18
15272026-08-17T23:27:50.900Z Compiling rand v0.9.2
15282026-08-17T23:27:50.900Z Compiling rand v0.8.6
15292026-08-17T23:27:50.900Z Compiling clap v4.6.1
15302026-08-17T23:27:50.900Z Compiling dof v0.4.0
15312026-08-17T23:27:50.900Z Compiling tower v0.5.3
15322026-08-17T23:27:50.900Z Compiling h2 v0.4.15
15332026-08-17T23:27:50.900Z Compiling proptest v1.11.0
15342026-08-17T23:27:50.900Z Compiling dtrace-parser v0.3.0
15352026-08-17T23:27:50.900Z Compiling structmeta-derive v0.3.0
15362026-08-17T23:27:50.900Z Compiling scroll_derive v0.12.1
15372026-08-17T23:27:50.900Z Compiling http-body-util v0.1.3
15382026-08-17T23:27:50.900Z Compiling heapless v0.7.17
15392026-08-17T23:27:50.900Z Compiling darling_core v0.23.0
15402026-08-17T23:27:51.137Z Compiling slog v2.8.2
15412026-08-17T23:27:51.143Z Compiling ipnetwork v0.21.1
15422026-08-17T23:27:51.482Z Compiling thread-id v5.1.0
15432026-08-17T23:27:51.491Z Compiling env_filter v1.0.0
15442026-08-17T23:27:51.491Z Compiling cookie v0.18.1
15452026-08-17T23:27:51.491Z Compiling iri-string v0.7.10
15462026-08-17T23:27:51.491Z Compiling winnow v0.5.40
15472026-08-17T23:27:51.508Z Compiling base64 v0.21.7
15482026-08-17T23:27:51.575Z Compiling unicode-properties v0.1.4
15492026-08-17T23:27:51.683Z Compiling zstd-safe v7.2.4
15502026-08-17T23:27:51.699Z Compiling anyhow v1.0.102
15512026-08-17T23:27:51.699Z Compiling ryu v1.0.23
15522026-08-17T23:27:51.699Z Compiling unicode-bidi v0.3.18
15532026-08-17T23:27:51.747Z Compiling flate2 v1.1.9
15542026-08-17T23:27:51.762Z Compiling signal-hook v0.3.18
15552026-08-17T23:27:52.003Z Compiling hashbrown v0.12.3
15562026-08-17T23:27:52.019Z Compiling allocator-api2 v0.2.21
15572026-08-17T23:27:52.024Z Compiling structmeta v0.3.0
15582026-08-17T23:27:52.024Z Compiling serde_urlencoded v0.7.1
15592026-08-17T23:27:52.024Z Compiling ron v0.8.1
15602026-08-17T23:27:52.175Z Compiling stringprep v0.1.5
15612026-08-17T23:27:52.184Z Compiling env_logger v0.11.9
15622026-08-17T23:27:52.198Z Compiling rsa v0.9.10
15632026-08-17T23:27:52.201Z Compiling scroll v0.12.0
15642026-08-17T23:27:52.379Z Compiling oxnet v0.1.6
15652026-08-17T23:27:52.406Z Compiling derive_builder_macro v0.20.2
15662026-08-17T23:27:52.546Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15672026-08-17T23:27:52.566Z Compiling tower-http v0.6.8
15682026-08-17T23:27:52.586Z Compiling tokio-native-tls v0.3.1
15692026-08-17T23:27:52.734Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15702026-08-17T23:27:52.791Z Compiling toml_edit v0.19.15
15712026-08-17T23:27:52.806Z Compiling serde-hex v0.1.0
15722026-08-17T23:27:52.892Z Compiling hashbrown v0.13.2
15732026-08-17T23:27:52.901Z Compiling newtype-uuid v1.3.2
15742026-08-17T23:27:52.972Z Compiling camino v1.2.2
15752026-08-17T23:27:52.987Z Compiling bzip2 v0.4.4
15762026-08-17T23:27:53.075Z Compiling x509-cert v0.2.5
15772026-08-17T23:27:53.227Z Compiling block-buffer v0.12.1
15782026-08-17T23:27:53.230Z Compiling crypto-common v0.2.2
15792026-08-17T23:27:53.470Z Compiling block-padding v0.4.2
15802026-08-17T23:27:53.490Z Compiling md-5 v0.10.6
15812026-08-17T23:27:53.490Z Compiling darling_macro v0.23.0
15822026-08-17T23:27:53.490Z Compiling rustls-native-certs v0.8.3
15832026-08-17T23:27:53.498Z Compiling bstr v1.12.1
15842026-08-17T23:27:53.498Z Compiling daft-derive v0.1.7
15852026-08-17T23:27:53.639Z Compiling hyper v1.10.1
15862026-08-17T23:27:53.643Z Compiling zerocopy-derive v0.7.35
15872026-08-17T23:27:53.856Z Compiling pin-project-internal v1.1.11
15882026-08-17T23:27:53.927Z Compiling async-trait v0.1.89
15892026-08-17T23:27:54.153Z Compiling curve25519-dalek v4.1.3
15902026-08-17T23:27:54.319Z Compiling serde_tokenstream v0.2.3
15912026-08-17T23:27:54.492Z Compiling erased-serde v0.3.31
15922026-08-17T23:27:54.517Z Compiling vergen-lib v9.1.0
15932026-08-17T23:27:54.713Z Compiling hash32 v0.2.1
15942026-08-17T23:27:54.720Z Compiling encoding_rs v0.8.35
15952026-08-17T23:27:54.720Z Compiling memoffset v0.9.1
15962026-08-17T23:27:54.720Z Compiling mime v0.3.17
15972026-08-17T23:27:54.733Z Compiling hyper-util v0.1.20
15982026-08-17T23:27:54.791Z Compiling ref-cast v1.0.25
15992026-08-17T23:27:54.962Z Compiling rustix v0.38.44
16002026-08-17T23:27:54.966Z Compiling crc-any v2.5.0
16012026-08-17T23:27:54.966Z Compiling psl-types v2.0.11
16022026-08-17T23:27:55.000Z Compiling cfg_aliases v0.2.1
16032026-08-17T23:27:55.029Z Compiling fallible-iterator v0.2.0
16042026-08-17T23:27:55.034Z Compiling smoltcp v0.9.1
16052026-08-17T23:27:55.188Z Compiling litrs v1.0.0
16062026-08-17T23:27:55.200Z Compiling nix v0.31.2
16072026-08-17T23:27:55.239Z Compiling publicsuffix v2.3.0
16082026-08-17T23:27:55.255Z Compiling pin-project v1.1.11
16092026-08-17T23:27:55.390Z Compiling postgres-protocol v0.6.10
16102026-08-17T23:27:56.303Z Compiling zerocopy v0.7.35
16112026-08-17T23:27:56.325Z Compiling daft v0.1.7
16122026-08-17T23:27:56.325Z Compiling toml v0.7.8
16132026-08-17T23:27:56.325Z Compiling darling v0.23.0
16142026-08-17T23:27:56.325Z Compiling inout v0.2.2
16152026-08-17T23:27:56.325Z Compiling object v0.30.4
16162026-08-17T23:27:56.325Z Compiling zip v0.6.6
16172026-08-17T23:27:56.325Z Compiling document-features v0.2.12
16182026-08-17T23:27:56.325Z Compiling derive_builder v0.20.2
16192026-08-17T23:27:56.325Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16202026-08-17T23:27:56.325Z Compiling goblin v0.8.2
16212026-08-17T23:27:56.325Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16222026-08-17T23:27:56.325Z Compiling derive-ex v0.1.8
16232026-08-17T23:27:56.325Z Compiling phf_shared v0.13.1
16242026-08-17T23:27:56.325Z Compiling futures-executor v0.3.32
16252026-08-17T23:27:56.325Z Compiling hyper-tls v0.6.0
16262026-08-17T23:27:56.325Z Compiling hubpack_derive v0.1.1
16272026-08-17T23:27:56.335Z Compiling regex v1.12.3
16282026-08-17T23:27:56.384Z Compiling snafu-derive v0.8.9
16292026-08-17T23:27:57.242Z Compiling curve25519-dalek-derive v0.1.1
16302026-08-17T23:27:57.258Z Compiling strum_macros v0.27.2
16312026-08-17T23:27:57.258Z Compiling ref-cast-impl v1.0.25
16322026-08-17T23:27:57.259Z Compiling cargo-platform v0.3.2
16332026-08-17T23:27:57.259Z Compiling vergen v9.1.0
16342026-08-17T23:27:57.259Z Compiling ff v0.13.1
16352026-08-17T23:27:57.259Z Compiling fs-err v3.3.0
16362026-08-17T23:27:57.259Z Compiling unicode-segmentation v1.12.0
16372026-08-17T23:27:57.259Z Compiling either v1.15.0
16382026-08-17T23:27:57.259Z Compiling base16ct v0.2.0
16392026-08-17T23:27:57.259Z Compiling bitflags v1.3.2
16402026-08-17T23:27:57.259Z Compiling object v0.37.3
16412026-08-17T23:27:57.259Z Compiling same-file v1.0.6
16422026-08-17T23:27:57.259Z Compiling jiff-core v0.1.0
16432026-08-17T23:27:57.259Z Compiling libbz2-rs-sys v0.2.2
16442026-08-17T23:27:57.259Z Compiling foldhash v0.1.5
16452026-08-17T23:27:57.259Z Compiling bumpalo v3.20.2
16462026-08-17T23:27:57.259Z Compiling path-slash v0.1.5
16472026-08-17T23:27:57.259Z Compiling managed v0.8.0
16482026-08-17T23:27:57.259Z Compiling foldhash v0.2.0
16492026-08-17T23:27:57.309Z Compiling hashbrown v0.15.5
16502026-08-17T23:27:57.664Z Compiling zopfli v0.8.3
16512026-08-17T23:27:57.670Z Compiling bzip2 v0.6.1
16522026-08-17T23:27:57.670Z Compiling hashbrown v0.16.1
16532026-08-17T23:27:57.710Z Compiling walkdir v2.5.0
16542026-08-17T23:27:57.880Z Compiling test-strategy v0.4.5
16552026-08-17T23:27:57.890Z Compiling jiff v0.2.34
16562026-08-17T23:27:57.906Z Compiling sec1 v0.7.3
16572026-08-17T23:27:58.557Z Compiling dof v0.3.0
16582026-08-17T23:27:58.568Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16592026-08-17T23:27:58.568Z Compiling hubpack v0.1.2
16602026-08-17T23:27:58.568Z Compiling group v0.13.0
16612026-08-17T23:27:58.568Z Compiling cargo_metadata v0.23.1
16622026-08-17T23:27:58.568Z Compiling reqwest v0.12.28
16632026-08-17T23:27:58.568Z Compiling futures v0.3.32
16642026-08-17T23:27:58.568Z Compiling snafu v0.8.9
16652026-08-17T23:27:58.568Z Compiling phf v0.13.1
16662026-08-17T23:27:58.568Z Compiling cookie_store v0.22.1
16672026-08-17T23:27:58.568Z Compiling strum v0.27.2
16682026-08-17T23:27:58.568Z Compiling signal-hook-mio v0.2.5
16692026-08-17T23:27:58.624Z Compiling zstd v0.13.3
16702026-08-17T23:27:58.724Z Compiling postgres-types v0.2.12
16712026-08-17T23:27:58.770Z Compiling cipher v0.5.2
16722026-08-17T23:27:58.808Z Compiling serde_with_macros v3.21.0
16732026-08-17T23:27:59.321Z Compiling usdt-macro v0.6.0
16742026-08-17T23:27:59.335Z Compiling usdt-attr-macro v0.6.0
16752026-08-17T23:27:59.335Z Compiling globset v0.4.18
16762026-08-17T23:27:59.335Z Compiling byte-wrapper v0.1.0
16772026-08-17T23:27:59.341Z Compiling phf_shared v0.11.3
16782026-08-17T23:27:59.350Z Compiling dtrace-parser v0.2.0
16792026-08-17T23:27:59.744Z Compiling ed25519 v2.2.3
16802026-08-17T23:27:59.770Z Compiling hkdf v0.12.4
16812026-08-17T23:27:59.771Z Compiling crypto-bigint v0.5.5
16822026-08-17T23:27:59.771Z Compiling serde_repr v0.1.20
16832026-08-17T23:27:59.791Z Compiling async-recursion v1.1.1
16842026-08-17T23:28:00.185Z Compiling enum-as-inner v0.6.1
16852026-08-17T23:28:00.195Z Compiling strum_macros v0.26.4
16862026-08-17T23:28:00.195Z Compiling olpc-cjson v0.1.4
16872026-08-17T23:28:00.195Z Compiling serde-big-array v0.5.1
16882026-08-17T23:28:00.195Z Compiling serde_plain v1.0.2
16892026-08-17T23:28:00.196Z Compiling float-cmp v0.10.0
16902026-08-17T23:28:00.234Z Compiling pem v3.0.6
16912026-08-17T23:28:00.254Z Compiling thread-id v4.2.2
16922026-08-17T23:28:00.267Z Compiling memmap2 v0.9.10
16932026-08-17T23:28:00.458Z Compiling new_debug_unreachable v1.0.6
16942026-08-17T23:28:00.464Z Compiling static_assertions v1.1.0
16952026-08-17T23:28:00.464Z Compiling fixedbitset v0.5.7
16962026-08-17T23:28:00.464Z Compiling normalize-line-endings v0.3.0
16972026-08-17T23:28:00.464Z Compiling whoami v2.1.0
16982026-08-17T23:28:00.472Z Compiling data-encoding v2.10.0
16992026-08-17T23:28:00.490Z Compiling fixedbitset v0.4.2
17002026-08-17T23:28:00.506Z Compiling predicates-core v1.0.10
17012026-08-17T23:28:00.519Z Compiling keccak v0.1.6
17022026-08-17T23:28:00.522Z Compiling cpufeatures v0.3.0
17032026-08-17T23:28:00.551Z Compiling winnow v1.0.3
17042026-08-17T23:28:00.747Z Compiling typed-path v0.9.3
17052026-08-17T23:28:00.771Z Compiling difflib v0.4.0
17062026-08-17T23:28:00.771Z Compiling const-oid v0.10.2
17072026-08-17T23:28:00.771Z Compiling precomputed-hash v0.1.1
17082026-08-17T23:28:00.771Z Compiling tokio-postgres v0.7.16
17092026-08-17T23:28:00.965Z Compiling string_cache v0.8.9
17102026-08-17T23:28:00.979Z Compiling predicates v3.1.4
17112026-08-17T23:28:00.980Z Compiling digest v0.11.3
17122026-08-17T23:28:01.153Z Compiling hickory-proto v0.25.2
17132026-08-17T23:28:01.201Z Compiling sha3 v0.10.8
17142026-08-17T23:28:01.205Z Compiling petgraph v0.6.5
17152026-08-17T23:28:01.230Z Compiling elliptic-curve v0.13.8
17162026-08-17T23:28:01.317Z Compiling chacha20 v0.10.0
17172026-08-17T23:28:01.586Z Compiling toml_parser v1.1.2+spec-1.1.0
17182026-08-17T23:28:01.592Z Compiling petgraph v0.8.3
17192026-08-17T23:28:01.802Z Compiling toml_edit v0.22.27
17202026-08-17T23:28:01.822Z Compiling usdt v0.6.0
17212026-08-17T23:28:01.822Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17222026-08-17T23:28:01.822Z Compiling usdt-impl v0.5.0
17232026-08-17T23:28:01.822Z Compiling zip v4.6.1
17242026-08-17T23:28:01.822Z Compiling strum v0.26.3
17252026-08-17T23:28:01.869Z Compiling serde_with v3.21.0
17262026-08-17T23:28:01.880Z Compiling crossterm v0.28.1
17272026-08-17T23:28:01.984Z Compiling ed25519-dalek v2.2.0
17282026-08-17T23:28:01.988Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17292026-08-17T23:28:02.340Z Compiling iddqd v0.4.2
17302026-08-17T23:28:02.705Z Compiling similar v2.7.0
17312026-08-17T23:28:02.759Z Compiling heck v0.4.1
17322026-08-17T23:28:02.940Z Compiling itertools v0.13.0
17332026-08-17T23:28:03.024Z Compiling itertools v0.15.0
17342026-08-17T23:28:03.027Z Compiling crossbeam-epoch v0.9.18
17352026-08-17T23:28:03.163Z Compiling tokio-stream v0.1.18
17362026-08-17T23:28:03.399Z Compiling buf-list v1.1.2
17372026-08-17T23:28:03.524Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17382026-08-17T23:28:03.580Z Compiling openapiv3 v2.2.0
17392026-08-17T23:28:03.584Z Compiling peg-runtime v0.8.5
17402026-08-17T23:28:03.648Z Compiling lalrpop-util v0.19.12
17412026-08-17T23:28:03.648Z Compiling thread_local v1.1.9
17422026-08-17T23:28:04.196Z Compiling slog-async v2.8.0
17432026-08-17T23:28:04.225Z Compiling crossbeam-channel v0.5.15
17442026-08-17T23:28:04.225Z Compiling is-terminal v0.4.17
17452026-08-17T23:28:04.225Z Compiling filetime v0.2.27
17462026-08-17T23:28:04.225Z Compiling xattr v1.6.1
17472026-08-17T23:28:04.225Z Compiling term v1.2.1
17482026-08-17T23:28:04.225Z Compiling take_mut v0.2.2
17492026-08-17T23:28:04.225Z Compiling camino-tempfile v1.4.1
17502026-08-17T23:28:04.225Z Compiling tar v0.4.46
17512026-08-17T23:28:04.250Z Compiling slog-term v2.9.2
17522026-08-17T23:28:21.693Z Compiling rustls-webpki v0.103.13
17532026-08-17T23:28:24.410Z Compiling tokio-rustls v0.26.4
17542026-08-17T23:28:24.410Z Compiling rustls-platform-verifier v0.6.2
17552026-08-17T23:28:24.432Z Compiling tough v0.22.0
17562026-08-17T23:28:24.565Z Compiling hyper-rustls v0.27.7
17572026-08-17T23:28:24.744Z Compiling reqwest v0.13.2
17582026-08-17T23:28:26.911Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17592026-08-17T23:28:27.142Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17602026-08-17T23:28:30.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.35s
17612026-08-17T23:28:30.232Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17622026-08-17T23:28:30.288ZAug 17 23:28:29.725 INFO Starting download, target: Clickhouse
17632026-08-17T23:28:30.288ZAug 17 23:28:29.726 INFO Starting download, target: Cockroach
17642026-08-17T23:28:30.288ZAug 17 23:28:29.726 INFO Starting download, target: Console
17652026-08-17T23:28:30.292ZAug 17 23:28:29.726 INFO Starting download, target: DendriteStub
17662026-08-17T23:28:30.292ZAug 17 23:28:29.726 INFO Starting download, target: MaghemiteMgd
17672026-08-17T23:28:30.292ZAug 17 23:28:29.726 INFO Starting download, target: MaghemiteDdmd
17682026-08-17T23:28:30.292ZAug 17 23:28:29.726 INFO Starting download, target: TransceiverControl
17692026-08-17T23:28:30.292ZAug 17 23:28:29.726 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17702026-08-17T23:28:30.292ZAug 17 23:28:29.726 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17712026-08-17T23:28:30.292ZAug 17 23:28:29.726 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17722026-08-17T23:28:30.292ZAug 17 23:28:29.726 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17732026-08-17T23:28:30.292ZAug 17 23:28:29.726 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17742026-08-17T23:28:30.292ZAug 17 23:28:29.726 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17752026-08-17T23:28:30.292ZAug 17 23:28:29.726 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17762026-08-17T23:28:30.642ZAug 17 23:28:30.074 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17772026-08-17T23:28:30.845ZAug 17 23:28:30.277 INFO Download complete, target: TransceiverControl
17782026-08-17T23:28:32.237ZAug 17 23:28:31.673 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17792026-08-17T23:28:32.244ZAug 17 23:28:31.681 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17802026-08-17T23:28:32.491ZAug 17 23:28:31.925 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17812026-08-17T23:28:32.503ZAug 17 23:28:31.937 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17822026-08-17T23:28:32.766ZAug 17 23:28:32.204 INFO Download complete, target: Console
17832026-08-17T23:28:32.847ZAug 17 23:28:32.284 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17842026-08-17T23:28:32.847ZAug 17 23:28:32.284 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17852026-08-17T23:28:33.144ZAug 17 23:28:32.582 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17862026-08-17T23:28:34.263ZAug 17 23:28:33.700 INFO Download complete, target: MaghemiteDdmd
17872026-08-17T23:28:34.762ZAug 17 23:28:34.199 INFO Download complete, target: DendriteStub
17882026-08-17T23:28:35.182ZAug 17 23:28:34.619 INFO Download complete, target: MaghemiteMgd
17892026-08-17T23:28:37.494ZAug 17 23:28:36.925 INFO Checking that binary works, target: Cockroach
17902026-08-17T23:28:37.619ZAug 17 23:28:37.045 INFO Download complete, target: Cockroach
17912026-08-17T23:28:39.714ZAug 17 23:28:39.151 INFO Checking that binary works, target: Clickhouse
17922026-08-17T23:28:39.798ZAug 17 23:28:39.235 INFO Download complete, target: Clickhouse
17932026-08-17T23:28:39.804ZAll prerequisites installed successfully
17942026-08-17T23:28:39.810Z
17952026-08-17T23:28:39.810Zreal 1:53.572212541
17962026-08-17T23:28:39.810Zuser 7:09.086049405
17972026-08-17T23:28:39.810Zsys 1:48.477690798
17982026-08-17T23:28:39.811Ztrap 0.281445606
17992026-08-17T23:28:39.811Ztflt 0.921284051
18002026-08-17T23:28:39.811Zdflt 1.549528314
18012026-08-17T23:28:39.811Zkflt 0.030100008
18022026-08-17T23:28:39.811Zlock 28:23.753914757
18032026-08-17T23:28:39.811Zslp 19:53.328154271
18042026-08-17T23:28:39.811Zlat 30.227399953
18052026-08-17T23:28:39.811Zstop 3:25.340159810
18062026-08-17T23:28:39.811Z+ ptime -m cargo xtask download softnpu
18072026-08-17T23:28:40.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18082026-08-17T23:28:40.287Z Running `target/debug/xtask download softnpu`
18092026-08-17T23:28:41.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18102026-08-17T23:28:41.109Z Running `target/debug/xtask-downloader softnpu`
18112026-08-17T23:28:41.150ZAug 17 23:28:40.587 INFO Starting download, target: Softnpu
18122026-08-17T23:28:41.154ZAug 17 23:28:40.588 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18132026-08-17T23:28:42.481ZAug 17 23:28:41.919 INFO Download complete, target: Softnpu
18142026-08-17T23:28:42.485Z
18152026-08-17T23:28:42.489Zreal 2.674347234
18162026-08-17T23:28:42.489Zuser 1.292968677
18172026-08-17T23:28:42.489Zsys 0.621953331
18182026-08-17T23:28:42.489Ztrap 0.000690720
18192026-08-17T23:28:42.489Ztflt 0.000394010
18202026-08-17T23:28:42.489Zdflt 0.000300550
18212026-08-17T23:28:42.489Zkflt 0.000000000
18222026-08-17T23:28:42.489Zlock 24.806012629
18232026-08-17T23:28:42.489Zslp 1.216840402
18242026-08-17T23:28:42.489Zlat 0.087453821
18252026-08-17T23:28:42.489Zstop 0.000201340
18262026-08-17T23:28:42.489Z+ export CARGO_INCREMENTAL=0
18272026-08-17T23:28:42.489Z+ CARGO_INCREMENTAL=0
18282026-08-17T23:28:42.489Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18292026-08-17T23:28:43.393Z Compiling proc-macro2 v1.0.106
18302026-08-17T23:28:43.393Z Compiling quote v1.0.45
18312026-08-17T23:28:43.393Z Compiling unicode-ident v1.0.24
18322026-08-17T23:28:43.397Z Compiling libc v0.2.185
18332026-08-17T23:28:43.397Z Compiling serde_core v1.0.229
18342026-08-17T23:28:43.397Z Compiling serde v1.0.229
18352026-08-17T23:28:43.397Z Compiling cfg-if v1.0.4
18362026-08-17T23:28:43.397Z Compiling version_check v0.9.5
18372026-08-17T23:28:43.555Z Compiling autocfg v1.5.0
18382026-08-17T23:28:43.558Z Compiling shlex v1.3.0
18392026-08-17T23:28:43.558Z Compiling find-msvc-tools v0.1.9
18402026-08-17T23:28:43.582Z Compiling memchr v2.8.0
18412026-08-17T23:28:43.585Z Compiling zmij v1.0.21
18422026-08-17T23:28:43.585Z Compiling serde_json v1.0.151
18432026-08-17T23:28:43.807Z Compiling portable-atomic v1.13.1
18442026-08-17T23:28:43.848Z Compiling zerocopy v0.8.40
18452026-08-17T23:28:43.882Z Compiling libm v0.2.16
18462026-08-17T23:28:43.903Z Compiling getrandom v0.4.1
18472026-08-17T23:28:43.996Z Compiling parking_lot_core v0.9.12
18482026-08-17T23:28:44.000Z Compiling icu_properties_data v2.1.2
18492026-08-17T23:28:44.014Z Compiling smallvec v1.15.1
18502026-08-17T23:28:44.192Z Compiling generic-array v0.14.7
18512026-08-17T23:28:44.209Z Compiling num-traits v0.2.19
18522026-08-17T23:28:44.226Z Compiling icu_normalizer_data v2.1.1
18532026-08-17T23:28:44.243Z Compiling itoa v1.0.17
18542026-08-17T23:28:44.243Z Compiling log v0.4.29
18552026-08-17T23:28:44.289Z Compiling pkg-config v0.3.32
18562026-08-17T23:28:44.311Z Compiling subtle v2.6.1
18572026-08-17T23:28:44.341Z Compiling stable_deref_trait v1.2.1
18582026-08-17T23:28:44.446Z Compiling typenum v1.20.1
18592026-08-17T23:28:44.476Z Compiling getrandom v0.3.4
18602026-08-17T23:28:44.516Z Compiling scopeguard v1.2.0
18612026-08-17T23:28:44.534Z Compiling thiserror v2.0.18
18622026-08-17T23:28:44.537Z Compiling rustix v1.1.3
18632026-08-17T23:28:44.591Z Compiling jobserver v0.1.34
18642026-08-17T23:28:44.662Z Compiling errno v0.3.14
18652026-08-17T23:28:44.694Z Compiling lock_api v0.4.14
18662026-08-17T23:28:44.833Z Compiling cc v1.2.56
18672026-08-17T23:28:44.850Z Compiling rand_core v0.10.0
18682026-08-17T23:28:44.882Z Compiling getrandom v0.2.17
18692026-08-17T23:28:44.933Z Compiling equivalent v1.0.2
18702026-08-17T23:28:44.949Z Compiling heck v0.5.0
18712026-08-17T23:28:44.979Z Compiling syn v2.0.117
18722026-08-17T23:28:44.995Z Compiling syn v3.0.3
18732026-08-17T23:28:45.073Z Compiling rand_core v0.6.4
18742026-08-17T23:28:45.125Z Compiling syn v1.0.109
18752026-08-17T23:28:45.141Z Compiling pin-project-lite v0.2.17
18762026-08-17T23:28:45.164Z Compiling critical-section v1.2.0
18772026-08-17T23:28:45.295Z Compiling writeable v0.6.2
18782026-08-17T23:28:45.311Z Compiling schemars v0.8.22
18792026-08-17T23:28:45.344Z Compiling percent-encoding v2.3.2
18802026-08-17T23:28:45.360Z Compiling litemap v0.8.1
18812026-08-17T23:28:45.446Z Compiling hashbrown v0.17.0
18822026-08-17T23:28:45.521Z Compiling once_cell v1.21.3
18832026-08-17T23:28:45.579Z Compiling cmake v0.1.57
18842026-08-17T23:28:45.669Z Compiling rustversion v1.0.22
18852026-08-17T23:28:45.673Z Compiling dunce v1.0.5
18862026-08-17T23:28:45.717Z Compiling fs_extra v1.3.0
18872026-08-17T23:28:45.805Z Compiling semver v1.0.28
18882026-08-17T23:28:45.951Z Compiling indexmap v2.14.0
18892026-08-17T23:28:45.982Z Compiling bitflags v2.11.0
18902026-08-17T23:28:46.093Z Compiling byteorder v1.5.0
18912026-08-17T23:28:46.147Z Compiling aws-lc-sys v0.40.0
18922026-08-17T23:28:46.186Z Compiling strsim v0.11.1
18932026-08-17T23:28:46.204Z Compiling signal-hook-registry v1.4.8
18942026-08-17T23:28:46.356Z Compiling utf8_iter v1.0.4
18952026-08-17T23:28:46.465Z Compiling thiserror v1.0.69
18962026-08-17T23:28:46.499Z Compiling parking_lot v0.12.5
18972026-08-17T23:28:46.564Z Compiling form_urlencoded v1.2.2
18982026-08-17T23:28:46.636Z Compiling mio v1.2.0
18992026-08-17T23:28:46.655Z Compiling socket2 v0.6.3
19002026-08-17T23:28:46.722Z Compiling futures-core v0.3.32
19012026-08-17T23:28:46.777Z Compiling const-oid v0.9.6
19022026-08-17T23:28:46.800Z Compiling aws-lc-rs v1.16.3
19032026-08-17T23:28:46.915Z Compiling httparse v1.10.1
19042026-08-17T23:28:46.967Z Compiling serde_derive v1.0.229
19052026-08-17T23:28:47.079Z Compiling crc32fast v1.5.0
19062026-08-17T23:28:47.236Z Compiling regex-syntax v0.8.10
19072026-08-17T23:28:47.336Z Compiling fnv v1.0.7
19082026-08-17T23:28:47.366Z Compiling ucd-trie v0.1.7
19092026-08-17T23:28:47.461Z Compiling iana-time-zone v0.1.65
19102026-08-17T23:28:47.466Z Compiling ident_case v1.0.1
19112026-08-17T23:28:47.513Z Compiling vcpkg v0.2.15
19122026-08-17T23:28:47.545Z Compiling pest v2.8.6
19132026-08-17T23:28:47.670Z Compiling uuid v1.23.4
19142026-08-17T23:28:47.797Z Compiling synstructure v0.13.2
19152026-08-17T23:28:47.845Z Compiling serde_derive_internals v0.29.1
19162026-08-17T23:28:47.871Z Compiling rustc_version v0.4.1
19172026-08-17T23:28:47.875Z Compiling rustls v0.23.41
19182026-08-17T23:28:47.928Z Compiling futures-sink v0.3.32
19192026-08-17T23:28:48.092Z Compiling futures-channel v0.3.32
19202026-08-17T23:28:48.139Z Compiling openssl-sys v0.9.117
19212026-08-17T23:28:48.327Z Compiling aho-corasick v1.1.4
19222026-08-17T23:28:48.353Z Compiling futures-io v0.3.32
19232026-08-17T23:28:48.371Z Compiling slab v0.4.12
19242026-08-17T23:28:48.394Z Compiling futures-task v0.3.32
19252026-08-17T23:28:48.597Z Compiling dyn-clone v1.0.20
19262026-08-17T23:28:48.649Z Compiling pest_meta v2.8.6
19272026-08-17T23:28:48.681Z Compiling num-conv v0.2.0
19282026-08-17T23:28:48.717Z Compiling time-core v0.1.8
19292026-08-17T23:28:48.746Z Compiling radium v0.7.0
19302026-08-17T23:28:48.784Z Compiling plain v0.2.3
19312026-08-17T23:28:48.851Z Compiling crossbeam-utils v0.8.21
19322026-08-17T23:28:48.899Z Compiling time-macros v0.2.27
19332026-08-17T23:28:48.922Z Compiling base64 v0.22.1
19342026-08-17T23:28:48.939Z Compiling base64ct v1.8.3
19352026-08-17T23:28:48.980Z Compiling maybe-uninit v2.0.0
19362026-08-17T23:28:49.035Z Compiling pretty-hex v0.4.1
19372026-08-17T23:28:49.053Z Compiling zeroize_derive v1.5.0
19382026-08-17T23:28:49.075Z Compiling zerofrom-derive v0.1.6
19392026-08-17T23:28:49.089Z Compiling yoke-derive v0.8.1
19402026-08-17T23:28:49.104Z Compiling zerocopy-derive v0.8.40
19412026-08-17T23:28:49.158Z Compiling zerovec-derive v0.11.2
19422026-08-17T23:28:49.175Z Compiling displaydoc v0.2.5
19432026-08-17T23:28:49.208Z Compiling tokio-macros v2.7.0
19442026-08-17T23:28:49.266Z Compiling futures-macro v0.3.32
19452026-08-17T23:28:49.281Z Compiling thiserror-impl v2.0.18
19462026-08-17T23:28:49.382Z Compiling schemars_derive v0.8.22
19472026-08-17T23:28:49.450Z Compiling der_derive v0.7.3
19482026-08-17T23:28:49.681Z Compiling zeroize v1.9.0
19492026-08-17T23:28:49.892Z Compiling tracing-attributes v0.1.31
19502026-08-17T23:28:49.892Z Compiling thiserror-impl v1.0.69
19512026-08-17T23:28:49.959Z Compiling pest_generator v2.8.6
19522026-08-17T23:28:49.972Z Compiling regex-automata v0.4.14
19532026-08-17T23:28:50.070Z Compiling bytes v1.11.1
19542026-08-17T23:28:50.108Z Compiling chrono v0.4.45
19552026-08-17T23:28:50.199Z Compiling zerofrom v0.1.6
19562026-08-17T23:28:50.230Z Compiling futures-util v0.3.32
19572026-08-17T23:28:50.370Z Compiling yoke v0.8.1
19582026-08-17T23:28:50.497Z Compiling crypto-common v0.1.7
19592026-08-17T23:28:50.502Z Compiling block-buffer v0.10.4
19602026-08-17T23:28:50.592Z Compiling zerovec v0.11.5
19612026-08-17T23:28:50.609Z Compiling zerotrie v0.2.3
19622026-08-17T23:28:50.676Z Compiling tokio v1.52.1
19632026-08-17T23:28:50.724Z Compiling pest_derive v2.8.6
19642026-08-17T23:28:50.961Z Compiling digest v0.10.7
19652026-08-17T23:28:51.173Z Compiling tinystr v0.8.2
19662026-08-17T23:28:51.190Z Compiling potential_utf v0.1.4
19672026-08-17T23:28:51.227Z Compiling openssl v0.10.80
19682026-08-17T23:28:51.275Z Compiling serde_tokenstream v0.2.3
19692026-08-17T23:28:51.419Z Compiling icu_locale_core v2.1.1
19702026-08-17T23:28:51.447Z Compiling icu_collections v2.1.1
19712026-08-17T23:28:51.522Z Compiling pem-rfc7468 v0.7.0
19722026-08-17T23:28:51.644Z Compiling scroll_derive v0.13.1
19732026-08-17T23:28:51.814Z Compiling scroll_derive v0.12.1
19742026-08-17T23:28:52.199Z Compiling icu_provider v2.1.1
19752026-08-17T23:28:52.246Z Compiling flagset v0.4.7
19762026-08-17T23:28:52.427Z Compiling der v0.7.10
19772026-08-17T23:28:52.443Z Compiling openssl-macros v0.1.1
19782026-08-17T23:28:52.557Z Compiling icu_properties v2.1.2
19792026-08-17T23:28:52.573Z Compiling icu_normalizer v2.1.1
19802026-08-17T23:28:52.877Z Compiling rand_core v0.9.5
19812026-08-17T23:28:53.138Z Compiling darling_core v0.23.0
19822026-08-17T23:28:53.171Z Compiling bzip2-sys v0.1.13+1.0.8
19832026-08-17T23:28:53.444Z Compiling ppv-lite86 v0.2.21
19842026-08-17T23:28:53.493Z Compiling idna_adapter v1.2.1
19852026-08-17T23:28:53.535Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19862026-08-17T23:28:53.603Z Compiling ahash v0.8.12
19872026-08-17T23:28:53.606Z Compiling num-bigint-dig v0.8.6
19882026-08-17T23:28:53.664Z Compiling idna v1.1.0
19892026-08-17T23:28:53.715Z Compiling anyhow v1.0.102
19902026-08-17T23:28:53.755Z Compiling packed_struct v0.10.1
19912026-08-17T23:28:53.791Z Compiling native-tls v0.2.18
19922026-08-17T23:28:53.841Z Compiling spki v0.7.3
19932026-08-17T23:28:53.845Z Compiling regex v1.12.3
19942026-08-17T23:28:53.898Z Compiling http v1.4.2
19952026-08-17T23:28:53.971Z Compiling zerocopy-derive v0.7.35
19962026-08-17T23:28:54.037Z Compiling url v2.5.8
19972026-08-17T23:28:54.206Z Compiling slog v2.8.2
19982026-08-17T23:28:54.249Z Compiling tracing-core v0.1.36
19992026-08-17T23:28:54.291Z Compiling cookie v0.18.1
20002026-08-17T23:28:54.317Z Compiling camino v1.2.2
20012026-08-17T23:28:54.354Z Compiling utf8parse v0.2.2
20022026-08-17T23:28:54.438Z Compiling cpufeatures v0.2.17
20032026-08-17T23:28:54.513Z Compiling tokio-util v0.7.18
20042026-08-17T23:28:54.646Z Compiling tracing v0.1.44
20052026-08-17T23:28:54.669Z Compiling rand_chacha v0.9.0
20062026-08-17T23:28:54.770Z Compiling toml_datetime v0.6.11
20072026-08-17T23:28:54.789Z Compiling serde_spanned v0.6.9
20082026-08-17T23:28:54.804Z Compiling clap_derive v4.6.1
20092026-08-17T23:28:54.962Z Compiling zerocopy-derive v0.6.6
20102026-08-17T23:28:55.047Z Compiling bitfield-macros v0.19.4
20112026-08-17T23:28:55.063Z Compiling packed_struct_codegen v0.10.1
20122026-08-17T23:28:55.258Z Compiling darling_macro v0.23.0
20132026-08-17T23:28:55.274Z Compiling indexmap v1.9.3
20142026-08-17T23:28:55.502Z Compiling paste v1.0.15
20152026-08-17T23:28:55.602Z Compiling anstyle v1.0.14
20162026-08-17T23:28:55.759Z Compiling rand v0.9.2
20172026-08-17T23:28:55.759Z Compiling http-body v1.0.1
20182026-08-17T23:28:55.821Z Compiling darling v0.23.0
20192026-08-17T23:28:55.854Z Compiling pkcs8 v0.10.2
20202026-08-17T23:28:55.873Z Compiling rustls-pki-types v1.14.0
20212026-08-17T23:28:55.990Z Compiling spin v0.9.8
20222026-08-17T23:28:56.012Z Compiling usdt-impl v0.5.0
20232026-08-17T23:28:56.035Z Compiling usdt-impl v0.6.0
20242026-08-17T23:28:56.070Z Compiling cmov v0.5.4
20252026-08-17T23:28:56.124Z Compiling is_terminal_polyfill v1.70.2
20262026-08-17T23:28:56.255Z Compiling openssl-probe v0.2.1
20272026-08-17T23:28:56.289Z Compiling fastrand v2.3.0
20282026-08-17T23:28:56.312Z Compiling tinyvec_macros v0.1.1
20292026-08-17T23:28:56.339Z Compiling anstyle-query v1.1.5
20302026-08-17T23:28:56.356Z Compiling colorchoice v1.0.4
20312026-08-17T23:28:56.418Z Compiling either v1.15.0
20322026-08-17T23:28:56.447Z Compiling ref-cast v1.0.25
20332026-08-17T23:28:56.451Z Compiling winnow v0.5.40
20342026-08-17T23:28:56.518Z Compiling tinyvec v1.10.0
20352026-08-17T23:28:56.547Z Compiling ctutils v0.4.2
20362026-08-17T23:28:56.732Z Compiling sha2 v0.10.9
20372026-08-17T23:28:56.778Z Compiling scroll v0.12.0
20382026-08-17T23:28:56.840Z Compiling scroll v0.13.0
20392026-08-17T23:28:56.963Z Compiling async-trait v0.1.89
20402026-08-17T23:28:56.978Z Compiling heapless v0.7.17
20412026-08-17T23:28:57.162Z Compiling tower-service v0.3.3
20422026-08-17T23:28:57.180Z Compiling winnow v1.0.3
20432026-08-17T23:28:57.213Z Compiling atomic-waker v1.1.2
20442026-08-17T23:28:57.217Z Compiling winnow v0.7.14
20452026-08-17T23:28:57.250Z Compiling zstd-safe v7.2.4
20462026-08-17T23:28:57.286Z Compiling signal-hook v0.3.18
20472026-08-17T23:28:57.381Z Compiling tower-layer v0.3.3
20482026-08-17T23:28:57.477Z Compiling rustix v0.38.44
20492026-08-17T23:28:57.509Z Compiling try-lock v0.2.5
20502026-08-17T23:28:57.575Z Compiling untrusted v0.7.1
20512026-08-17T23:28:57.649Z Compiling litrs v1.0.0
20522026-08-17T23:28:57.665Z Compiling want v0.3.1
20532026-08-17T23:28:57.726Z Compiling h2 v0.4.15
20542026-08-17T23:28:57.830Z Compiling toml_edit v0.19.15
20552026-08-17T23:28:57.847Z Compiling tempfile v3.25.0
20562026-08-17T23:28:58.063Z Compiling goblin v0.10.5
20572026-08-17T23:28:58.125Z Compiling toml_parser v1.1.2+spec-1.1.0
20582026-08-17T23:28:58.141Z Compiling document-features v0.2.12
20592026-08-17T23:28:58.203Z Compiling goblin v0.8.2
20602026-08-17T23:28:58.218Z Compiling hybrid-array v0.4.13
20612026-08-17T23:28:58.370Z Compiling itertools v0.15.0
20622026-08-17T23:28:58.676Z Compiling zerocopy v0.7.35
20632026-08-17T23:28:58.705Z Compiling anstyle-parse v1.0.0
20642026-08-17T23:28:58.727Z Compiling ipnet v2.11.0
20652026-08-17T23:28:58.744Z Compiling daft-derive v0.1.7
20662026-08-17T23:28:58.914Z Compiling ref-cast-impl v1.0.25
20672026-08-17T23:28:59.026Z Compiling structmeta-derive v0.3.0
20682026-08-17T23:28:59.085Z Compiling curve25519-dalek v4.1.3
20692026-08-17T23:28:59.182Z Compiling darling_core v0.20.11
20702026-08-17T23:28:59.312Z Compiling memoffset v0.9.1
20712026-08-17T23:28:59.479Z Compiling tap v1.0.1
20722026-08-17T23:28:59.501Z Compiling foreign-types-shared v0.1.1
20732026-08-17T23:28:59.613Z Compiling simd-adler32 v0.3.8
20742026-08-17T23:28:59.643Z Compiling httpdate v1.0.3
20752026-08-17T23:28:59.659Z Compiling powerfmt v0.2.0
20762026-08-17T23:28:59.704Z Compiling untrusted v0.9.0
20772026-08-17T23:28:59.814Z Compiling wyz v0.5.1
20782026-08-17T23:28:59.846Z Compiling deranged v0.5.8
20792026-08-17T23:28:59.850Z Compiling foreign-types v0.3.2
20802026-08-17T23:28:59.958Z Compiling anstream v1.0.0
20812026-08-17T23:29:00.018Z Compiling structmeta v0.3.0
20822026-08-17T23:29:00.088Z Compiling unicode-normalization v0.1.25
20832026-08-17T23:29:00.290Z Compiling dtrace-parser v0.2.0
20842026-08-17T23:29:00.348Z Compiling dof v0.3.0
20852026-08-17T23:29:00.586Z Compiling rand_chacha v0.3.1
20862026-08-17T23:29:00.686Z Compiling terminal_size v0.4.3
20872026-08-17T23:29:00.703Z Compiling dtrace-parser v0.3.0
20882026-08-17T23:29:00.857Z Compiling hyper v1.10.1
20892026-08-17T23:29:00.888Z Compiling dof v0.4.0
20902026-08-17T23:29:00.957Z Compiling signature v2.2.0
20912026-08-17T23:29:00.996Z Compiling hex v0.4.3
20922026-08-17T23:29:01.108Z Compiling pin-project-internal v1.1.11
20932026-08-17T23:29:01.130Z Compiling darling_macro v0.20.11
20942026-08-17T23:29:01.146Z Compiling num-integer v0.1.46
20952026-08-17T23:29:01.290Z Compiling wait-timeout v0.2.1
20962026-08-17T23:29:01.310Z Compiling thread-id v5.1.0
20972026-08-17T23:29:01.449Z Compiling thread-id v4.2.2
20982026-08-17T23:29:01.475Z Compiling num_threads v0.1.7
20992026-08-17T23:29:01.563Z Compiling quick-error v1.2.3
21002026-08-17T23:29:01.669Z Compiling smoltcp v0.9.1
21012026-08-17T23:29:01.708Z Compiling bit-vec v0.8.0
21022026-08-17T23:29:01.732Z Compiling cfg_aliases v0.2.1
21032026-08-17T23:29:01.788Z Compiling funty v2.0.0
21042026-08-17T23:29:01.805Z Compiling clap_lex v1.0.0
21052026-08-17T23:29:01.839Z Compiling adler2 v2.0.1
21062026-08-17T23:29:01.980Z Compiling clap_builder v4.6.0
21072026-08-17T23:29:01.999Z Compiling hyper-util v0.1.20
21082026-08-17T23:29:02.002Z Compiling time v0.3.47
21092026-08-17T23:29:02.033Z Compiling miniz_oxide v0.8.9
21102026-08-17T23:29:02.052Z Compiling bit-set v0.8.0
21112026-08-17T23:29:02.142Z Compiling bitvec v1.0.1
21122026-08-17T23:29:02.163Z Compiling nix v0.31.2
21132026-08-17T23:29:02.228Z Compiling darling v0.20.11
21142026-08-17T23:29:02.251Z Compiling rusty-fork v0.3.1
21152026-08-17T23:29:02.371Z Compiling num-iter v0.1.45
21162026-08-17T23:29:02.539Z Compiling rand v0.8.6
21172026-08-17T23:29:02.861Z Compiling lazy_static v1.5.0
21182026-08-17T23:29:02.904Z Compiling ipnetwork v0.21.1
21192026-08-17T23:29:02.983Z Compiling anstyle-parse v0.2.7
21202026-08-17T23:29:03.217Z Compiling rand_xorshift v0.4.0
21212026-08-17T23:29:03.234Z Compiling hmac v0.12.1
21222026-08-17T23:29:03.255Z Compiling curve25519-dalek-derive v0.1.1
21232026-08-17T23:29:03.330Z Compiling sync_wrapper v1.0.2
21242026-08-17T23:29:03.421Z Compiling unarray v0.1.4
21252026-08-17T23:29:03.558Z Compiling crc-catalog v2.4.0
21262026-08-17T23:29:03.597Z Compiling zlib-rs v0.6.2
21272026-08-17T23:29:03.615Z Compiling nodrop v0.1.14
21282026-08-17T23:29:03.679Z Compiling siphasher v1.0.2
21292026-08-17T23:29:03.891Z Compiling array-init v0.0.4
21302026-08-17T23:29:04.023Z Compiling crc v3.4.0
21312026-08-17T23:29:04.104Z Compiling proptest v1.11.0
21322026-08-17T23:29:04.336Z Compiling clap v4.6.1
21332026-08-17T23:29:04.383Z Compiling tower v0.5.3
21342026-08-17T23:29:05.153Z Compiling anstream v0.6.21
21352026-08-17T23:29:05.156Z Compiling smallvec v0.6.14
21362026-08-17T23:29:05.309Z Compiling derive_builder_core v0.20.2
21372026-08-17T23:29:05.475Z Compiling pkcs1 v0.7.5
21382026-08-17T23:29:05.503Z Compiling http-body-util v0.1.3
21392026-08-17T23:29:05.520Z Compiling bitfield v0.19.4
21402026-08-17T23:29:05.646Z Compiling flate2 v1.1.9
21412026-08-17T23:29:05.719Z Compiling zerocopy v0.6.6
21422026-08-17T23:29:05.799Z Compiling snafu-derive v0.8.9
21432026-08-17T23:29:05.834Z Compiling strum_macros v0.26.4
21442026-08-17T23:29:05.849Z Compiling strum_macros v0.27.2
21452026-08-17T23:29:05.866Z Compiling hubpack_derive v0.1.1
21462026-08-17T23:29:05.961Z Compiling env_filter v1.0.0
21472026-08-17T23:29:06.055Z Compiling fs-err v3.3.0
21482026-08-17T23:29:06.229Z Compiling hashbrown v0.12.3
21492026-08-17T23:29:06.271Z Compiling ryu v1.0.23
21502026-08-17T23:29:06.289Z Compiling unicode-segmentation v1.12.0
21512026-08-17T23:29:06.506Z Compiling object v0.37.3
21522026-08-17T23:29:06.693Z Compiling allocator-api2 v0.2.21
21532026-08-17T23:29:06.708Z Compiling iri-string v0.7.10
21542026-08-17T23:29:06.771Z Compiling base64 v0.21.7
21552026-08-17T23:29:06.789Z Compiling unicode-bidi v0.3.18
21562026-08-17T23:29:07.067Z Compiling unicode-properties v0.1.4
21572026-08-17T23:29:07.100Z Compiling ron v0.8.1
21582026-08-17T23:29:07.288Z Compiling stringprep v0.1.5
21592026-08-17T23:29:07.308Z Compiling serde_urlencoded v0.7.1
21602026-08-17T23:29:07.524Z Compiling env_logger v0.11.9
21612026-08-17T23:29:07.950Z Compiling derive_builder_macro v0.20.2
21622026-08-17T23:29:07.964Z Compiling newtype-uuid v1.3.2
21632026-08-17T23:29:07.964Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21642026-08-17T23:29:07.964Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21652026-08-17T23:29:07.965Z Compiling rsa v0.9.10
21662026-08-17T23:29:07.965Z Compiling tower-http v0.6.8
21672026-08-17T23:29:07.965Z Compiling oxnet v0.1.6
21682026-08-17T23:29:07.965Z Compiling serde-hex v0.1.0
21692026-08-17T23:29:07.965Z Compiling hashbrown v0.13.2
21702026-08-17T23:29:07.975Z Compiling tokio-native-tls v0.3.1
21712026-08-17T23:29:08.216Z Compiling bzip2 v0.4.4
21722026-08-17T23:29:08.225Z Compiling usdt-attr-macro v0.6.0
21732026-08-17T23:29:08.225Z Compiling usdt-macro v0.6.0
21742026-08-17T23:29:08.225Z Compiling derive-ex v0.1.8
21752026-08-17T23:29:08.318Z Compiling block-buffer v0.12.1
21762026-08-17T23:29:08.333Z Compiling crypto-common v0.2.2
21772026-08-17T23:29:08.469Z Compiling block-padding v0.4.2
21782026-08-17T23:29:08.620Z Compiling rustls-native-certs v0.8.3
21792026-08-17T23:29:08.871Z Compiling x509-cert v0.2.5
21802026-08-17T23:29:08.902Z Compiling bstr v1.12.1
21812026-08-17T23:29:08.905Z Compiling md-5 v0.10.6
21822026-08-17T23:29:08.937Z Compiling erased-serde v0.3.31
21832026-08-17T23:29:09.084Z Compiling vergen-lib v9.1.0
21842026-08-17T23:29:09.169Z Compiling hash32 v0.2.1
21852026-08-17T23:29:09.293Z Compiling encoding_rs v0.8.35
21862026-08-17T23:29:09.383Z Compiling psl-types v2.0.11
21872026-08-17T23:29:09.515Z Compiling fallible-iterator v0.2.0
21882026-08-17T23:29:09.533Z Compiling crc-any v2.5.0
21892026-08-17T23:29:09.550Z Compiling mime v0.3.17
21902026-08-17T23:29:09.655Z Compiling cpufeatures v0.3.0
21912026-08-17T23:29:09.672Z Compiling test-strategy v0.4.5
21922026-08-17T23:29:09.796Z Compiling publicsuffix v2.3.0
21932026-08-17T23:29:09.822Z Compiling postgres-protocol v0.6.10
21942026-08-17T23:29:10.354Z Compiling inout v0.2.2
21952026-08-17T23:29:10.426Z Compiling object v0.30.4
21962026-08-17T23:29:10.517Z Compiling zip v0.6.6
21972026-08-17T23:29:10.538Z Compiling daft v0.1.7
21982026-08-17T23:29:10.567Z Compiling derive_builder v0.20.2
21992026-08-17T23:29:10.611Z Compiling hyper-tls v0.6.0
22002026-08-17T23:29:10.627Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22012026-08-17T23:29:10.721Z Compiling heck v0.4.1
22022026-08-17T23:29:10.738Z Compiling phf_shared v0.13.1
22032026-08-17T23:29:10.797Z Compiling pin-project v1.1.11
22042026-08-17T23:29:10.854Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22052026-08-17T23:29:10.966Z Compiling toml v0.7.8
22062026-08-17T23:29:11.034Z Compiling serde_with_macros v3.21.0
22072026-08-17T23:29:11.072Z Compiling futures-executor v0.3.32
22082026-08-17T23:29:11.165Z Compiling async-recursion v1.1.1
22092026-08-17T23:29:11.278Z Compiling enum-as-inner v0.6.1
22102026-08-17T23:29:11.305Z Compiling serde_repr v0.1.20
22112026-08-17T23:29:11.357Z Compiling vergen v9.1.0
22122026-08-17T23:29:11.547Z Compiling ff v0.13.1
22132026-08-17T23:29:11.564Z Compiling cargo-platform v0.3.2
22142026-08-17T23:29:11.853Z Compiling bumpalo v3.20.2
22152026-08-17T23:29:11.856Z Compiling base16ct v0.2.0
22162026-08-17T23:29:11.903Z Compiling same-file v1.0.6
22172026-08-17T23:29:11.920Z Compiling path-slash v0.1.5
22182026-08-17T23:29:12.019Z Compiling foldhash v0.2.0
22192026-08-17T23:29:12.091Z Compiling jiff-core v0.1.0
22202026-08-17T23:29:12.095Z Compiling managed v0.8.0
22212026-08-17T23:29:12.128Z Compiling bitflags v1.3.2
22222026-08-17T23:29:12.176Z Compiling libbz2-rs-sys v0.2.2
22232026-08-17T23:29:12.246Z Compiling foldhash v0.1.5
22242026-08-17T23:29:12.262Z Compiling hashbrown v0.16.1
22252026-08-17T23:29:12.378Z Compiling hashbrown v0.15.5
22262026-08-17T23:29:12.441Z Compiling zopfli v0.8.3
22272026-08-17T23:29:12.698Z Compiling bzip2 v0.6.1
22282026-08-17T23:29:12.779Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22292026-08-17T23:29:12.896Z Compiling jiff v0.2.34
22302026-08-17T23:29:12.931Z Compiling sec1 v0.7.3
22312026-08-17T23:29:12.965Z Compiling walkdir v2.5.0
22322026-08-17T23:29:13.128Z Compiling cargo_metadata v0.23.1
22332026-08-17T23:29:13.176Z Compiling group v0.13.0
22342026-08-17T23:29:13.247Z Compiling futures v0.3.32
22352026-08-17T23:29:13.701Z Compiling phf v0.13.1
22362026-08-17T23:29:13.750Z Compiling snafu v0.8.9
22372026-08-17T23:29:13.898Z Compiling reqwest v0.12.28
22382026-08-17T23:29:13.916Z Compiling signal-hook-mio v0.2.5
22392026-08-17T23:29:13.954Z Compiling cipher v0.5.2
22402026-08-17T23:29:14.092Z Compiling cookie_store v0.22.1
22412026-08-17T23:29:14.138Z Compiling postgres-types v0.2.12
22422026-08-17T23:29:14.248Z Compiling zstd v0.13.3
22432026-08-17T23:29:14.264Z Compiling globset v0.4.18
22442026-08-17T23:29:14.347Z Compiling strum v0.27.2
22452026-08-17T23:29:14.510Z Compiling hubpack v0.1.2
22462026-08-17T23:29:14.577Z Compiling phf_shared v0.11.3
22472026-08-17T23:29:14.597Z Compiling hkdf v0.12.4
22482026-08-17T23:29:14.678Z Compiling crossbeam-epoch v0.9.18
22492026-08-17T23:29:14.712Z Compiling byte-wrapper v0.1.0
22502026-08-17T23:29:14.732Z Compiling ed25519 v2.2.3
22512026-08-17T23:29:14.757Z Compiling olpc-cjson v0.1.4
22522026-08-17T23:29:15.011Z Compiling pem v3.0.6
22532026-08-17T23:29:15.063Z Compiling crypto-bigint v0.5.5
22542026-08-17T23:29:15.095Z Compiling serde_plain v1.0.2
22552026-08-17T23:29:15.155Z Compiling serde-big-array v0.5.1
22562026-08-17T23:29:15.267Z Compiling float-cmp v0.10.0
22572026-08-17T23:29:15.335Z Compiling memmap2 v0.9.10
22582026-08-17T23:29:15.338Z Compiling keccak v0.1.6
22592026-08-17T23:29:15.338Z Compiling whoami v2.1.0
22602026-08-17T23:29:15.384Z Compiling predicates-core v1.0.10
22612026-08-17T23:29:15.457Z Compiling toml_write v0.1.2
22622026-08-17T23:29:15.541Z Compiling normalize-line-endings v0.3.0
22632026-08-17T23:29:15.606Z Compiling fixedbitset v0.5.7
22642026-08-17T23:29:15.690Z Compiling data-encoding v2.10.0
22652026-08-17T23:29:15.718Z Compiling const-oid v0.10.2
22662026-08-17T23:29:15.734Z Compiling precomputed-hash v0.1.1
22672026-08-17T23:29:15.834Z Compiling new_debug_unreachable v1.0.6
22682026-08-17T23:29:15.850Z Compiling fixedbitset v0.4.2
22692026-08-17T23:29:15.913Z Compiling difflib v0.4.0
22702026-08-17T23:29:15.931Z Compiling static_assertions v1.1.0
22712026-08-17T23:29:15.985Z Compiling typed-path v0.9.3
22722026-08-17T23:29:16.052Z Compiling chacha20 v0.10.0
22732026-08-17T23:29:16.079Z Compiling petgraph v0.6.5
22742026-08-17T23:29:16.098Z Compiling elliptic-curve v0.13.8
22752026-08-17T23:29:16.189Z Compiling predicates v3.1.4
22762026-08-17T23:29:16.280Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22772026-08-17T23:29:16.378Z Compiling hickory-proto v0.25.2
22782026-08-17T23:29:16.381Z Compiling string_cache v0.8.9
22792026-08-17T23:29:16.433Z Compiling digest v0.11.3
22802026-08-17T23:29:16.483Z Compiling petgraph v0.8.3
22812026-08-17T23:29:16.820Z Compiling toml_edit v0.22.27
22822026-08-17T23:29:16.868Z Compiling tokio-postgres v0.7.16
22832026-08-17T23:29:17.073Z Compiling sha3 v0.10.8
22842026-08-17T23:29:17.201Z Compiling usdt v0.6.0
22852026-08-17T23:29:17.366Z Compiling zip v4.6.1
22862026-08-17T23:29:18.093Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22872026-08-17T23:29:18.281Z Compiling ed25519-dalek v2.2.0
22882026-08-17T23:29:18.942Z Compiling crossterm v0.28.1
22892026-08-17T23:29:19.150Z Compiling iddqd v0.4.2
22902026-08-17T23:29:19.381Z Compiling serde_with v3.21.0
22912026-08-17T23:29:19.399Z Compiling similar v2.7.0
22922026-08-17T23:29:19.419Z Compiling strum v0.26.3
22932026-08-17T23:29:20.032Z Compiling itertools v0.13.0
22942026-08-17T23:29:20.051Z Compiling tokio-stream v0.1.18
22952026-08-17T23:29:20.149Z Compiling buf-list v1.1.2
22962026-08-17T23:29:20.548Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22972026-08-17T23:29:20.730Z Compiling openapiv3 v2.2.0
22982026-08-17T23:29:21.412Z Compiling peg-runtime v0.8.5
22992026-08-17T23:29:21.428Z Compiling lalrpop-util v0.19.12
23002026-08-17T23:29:39.530Z Compiling rustls-webpki v0.103.13
23012026-08-17T23:29:41.710Z Compiling macaddr v1.0.1
23022026-08-17T23:29:41.740Z Compiling rayon-core v1.13.0
23032026-08-17T23:29:41.889Z Compiling crucible-workspace-hack v0.1.0
23042026-08-17T23:29:41.906Z Compiling secrecy v0.10.3
23052026-08-17T23:29:41.978Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23062026-08-17T23:29:42.001Z Compiling heapless v0.8.0
23072026-08-17T23:29:42.031Z Compiling toml_datetime v0.7.5+spec-1.1.0
23082026-08-17T23:29:42.115Z Compiling crossbeam-deque v0.8.6
23092026-08-17T23:29:42.150Z Compiling ingot-macros v0.2.0
23102026-08-17T23:29:42.209Z Compiling toml_edit v0.23.10+spec-1.0.0
23112026-08-17T23:29:42.235Z Compiling inout v0.1.4
23122026-08-17T23:29:42.295Z Compiling hash32 v0.3.1
23132026-08-17T23:29:42.310Z Compiling multer v3.1.0
23142026-08-17T23:29:42.371Z Compiling thread_local v1.1.9
23152026-08-17T23:29:42.425Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23162026-08-17T23:29:42.433Z Compiling match_cfg v0.1.0
23172026-08-17T23:29:42.489Z Compiling slog-async v2.8.0
23182026-08-17T23:29:42.532Z Compiling compression-core v0.4.31
23192026-08-17T23:29:42.548Z Compiling smoltcp v0.11.0
23202026-08-17T23:29:42.551Z Compiling unicode-width v0.2.0
23212026-08-17T23:29:42.602Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222026-08-17T23:29:42.696Z Compiling compression-codecs v0.4.37
23232026-08-17T23:29:42.742Z Compiling hostname v0.3.1
23242026-08-17T23:29:42.839Z Compiling proc-macro-crate v3.4.0
23252026-08-17T23:29:42.880Z Compiling cipher v0.4.4
23262026-08-17T23:29:42.930Z Compiling atomicwrites v0.4.4
23272026-08-17T23:29:42.946Z Compiling slog-json v2.6.1
23282026-08-17T23:29:43.077Z Compiling tokio-rustls v0.26.4
23292026-08-17T23:29:43.119Z Compiling rustls-platform-verifier v0.6.2
23302026-08-17T23:29:43.159Z Compiling tough v0.22.0
23312026-08-17T23:29:43.228Z Compiling crossbeam-channel v0.5.15
23322026-08-17T23:29:43.276Z Compiling half v2.7.1
23332026-08-17T23:29:43.294Z Compiling newtype-uuid-macros v0.1.0
23342026-08-17T23:29:43.312Z Compiling cobs v0.3.0
23352026-08-17T23:29:43.329Z Compiling hyper-rustls v0.27.7
23362026-08-17T23:29:43.349Z Compiling universal-hash v0.5.1
23372026-08-17T23:29:43.399Z Compiling async-stream-impl v0.3.6
23382026-08-17T23:29:43.526Z Compiling thiserror-impl-no-std v2.0.2
23392026-08-17T23:29:43.659Z Compiling reqwest v0.13.2
23402026-08-17T23:29:43.678Z Compiling serde_spanned v1.1.1
23412026-08-17T23:29:43.682Z Compiling toml_datetime v1.1.1+spec-1.1.0
23422026-08-17T23:29:43.896Z Compiling is-terminal v0.4.17
23432026-08-17T23:29:43.991Z Compiling proc-macro-error-attr v1.0.4
23442026-08-17T23:29:44.037Z Compiling dropshot v0.17.1
23452026-08-17T23:29:44.061Z Compiling take_mut v0.2.2
23462026-08-17T23:29:44.087Z Compiling opaque-debug v0.3.1
23472026-08-17T23:29:44.160Z Compiling convert_case v0.4.0
23482026-08-17T23:29:44.191Z Compiling ciborium-io v0.2.2
23492026-08-17T23:29:44.208Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23502026-08-17T23:29:44.208Z Compiling term v1.2.1
23512026-08-17T23:29:44.241Z Compiling toml_writer v1.1.1+spec-1.1.0
23522026-08-17T23:29:44.318Z Compiling ciborium-ll v0.2.2
23532026-08-17T23:29:44.399Z Compiling poly1305 v0.8.0
23542026-08-17T23:29:44.468Z Compiling toml v1.1.2+spec-1.1.0
23552026-08-17T23:29:44.494Z Compiling derive_more v0.99.20
23562026-08-17T23:29:44.548Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23572026-08-17T23:29:44.564Z Compiling thiserror-no-std v2.0.2
23582026-08-17T23:29:44.608Z Compiling slog-term v2.9.2
23592026-08-17T23:29:44.627Z Compiling async-stream v0.3.6
23602026-08-17T23:29:44.691Z Compiling postcard v1.1.3
23612026-08-17T23:29:44.753Z Compiling ingot-types v0.2.0
23622026-08-17T23:29:44.854Z Compiling num_enum_derive v0.7.6
23632026-08-17T23:29:45.107Z Compiling slog-bunyan v2.5.0
23642026-08-17T23:29:45.241Z Compiling ingot v0.2.1
23652026-08-17T23:29:45.326Z Compiling chacha20 v0.9.1
23662026-08-17T23:29:45.618Z Compiling async-compression v0.4.41
23672026-08-17T23:29:45.812Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23682026-08-17T23:29:45.873Z Compiling sha1 v0.11.0
23692026-08-17T23:29:45.889Z Compiling parse-display-derive v0.10.0
23702026-08-17T23:29:46.022Z Compiling proc-macro-crate v1.3.1
23712026-08-17T23:29:46.115Z Compiling waitgroup v0.1.2
23722026-08-17T23:29:46.310Z Compiling backon v1.6.0
23732026-08-17T23:29:46.347Z Compiling rustls-pemfile v2.2.0
23742026-08-17T23:29:46.419Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23752026-08-17T23:29:46.620Z Compiling password-hash v0.5.0
23762026-08-17T23:29:46.634Z Compiling dropshot_endpoint v0.17.1
23772026-08-17T23:29:46.684Z Compiling blake2 v0.10.6
23782026-08-17T23:29:46.723Z Compiling aead v0.5.2
23792026-08-17T23:29:46.743Z Compiling foreign-types-macros v0.2.3
23802026-08-17T23:29:46.858Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23812026-08-17T23:29:46.936Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23822026-08-17T23:29:46.956Z Compiling serde_path_to_error v0.1.20
23832026-08-17T23:29:47.228Z Compiling hostname v0.4.2
23842026-08-17T23:29:47.309Z Compiling proc-macro-error v1.0.4
23852026-08-17T23:29:47.321Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23862026-08-17T23:29:47.360Z Compiling instant v0.1.13
23872026-08-17T23:29:47.399Z Compiling foreign-types-shared v0.3.1
23882026-08-17T23:29:47.434Z Compiling debug-ignore v1.0.5
23892026-08-17T23:29:47.454Z Compiling backoff v0.4.0
23902026-08-17T23:29:47.475Z Compiling parse-display v0.10.0
23912026-08-17T23:29:47.511Z Compiling foreign-types v0.5.0
23922026-08-17T23:29:47.528Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23932026-08-17T23:29:47.545Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23942026-08-17T23:29:47.575Z Compiling argon2 v0.5.3
23952026-08-17T23:29:47.620Z Compiling chacha20poly1305 v0.10.1
23962026-08-17T23:29:47.635Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23972026-08-17T23:29:47.651Z Compiling num_enum_derive v0.5.11
23982026-08-17T23:29:47.680Z Compiling num_enum v0.7.6
23992026-08-17T23:29:47.707Z Compiling vsss-rs v3.3.4
24002026-08-17T23:29:47.806Z Compiling ciborium v0.2.2
24012026-08-17T23:29:47.992Z Compiling tabwriter v1.4.1
24022026-08-17T23:29:48.111Z Compiling regress v0.10.5
24032026-08-17T23:29:48.234Z Compiling itertools v0.14.0
24042026-08-17T23:29:48.294Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24052026-08-17T23:29:48.329Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24062026-08-17T23:29:48.345Z Compiling cstr-argument v0.1.2
24072026-08-17T23:29:48.386Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24082026-08-17T23:29:48.554Z Compiling humantime v2.3.0
24092026-08-17T23:29:48.572Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24102026-08-17T23:29:48.609Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24112026-08-17T23:29:48.612Z Compiling rayon v1.11.0
24122026-08-17T23:29:48.641Z Compiling num_enum v0.5.11
24132026-08-17T23:29:48.679Z Compiling rand v0.10.1
24142026-08-17T23:29:48.697Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24152026-08-17T23:29:48.806Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24162026-08-17T23:29:48.823Z Compiling libefi-sys v0.1.0
24172026-08-17T23:29:48.875Z Compiling colored v3.1.1
24182026-08-17T23:29:48.890Z Compiling indent_write v2.2.0
24192026-08-17T23:29:48.971Z Compiling zone_cfg_derive v0.3.1
24202026-08-17T23:29:48.988Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24212026-08-17T23:29:49.021Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24222026-08-17T23:29:49.075Z Compiling camino-tempfile v1.4.1
24232026-08-17T23:29:49.091Z Compiling itertools v0.12.1
24242026-08-17T23:29:49.107Z Compiling usdt-attr-macro v0.5.0
24252026-08-17T23:29:49.200Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24262026-08-17T23:29:49.298Z Compiling usdt-macro v0.5.0
24272026-08-17T23:29:49.461Z Compiling num-derive v0.4.2
24282026-08-17T23:29:49.506Z Compiling bitfield-struct v0.6.2
24292026-08-17T23:29:49.506Z Compiling blake3 v1.8.5
24302026-08-17T23:29:49.539Z Compiling memmap v0.7.0
24312026-08-17T23:29:49.615Z Compiling sigpipe v0.1.3
24322026-08-17T23:29:49.632Z Compiling swrite v0.1.0
24332026-08-17T23:29:49.743Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24342026-08-17T23:29:49.774Z Compiling glob v0.3.3
24352026-08-17T23:29:49.789Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24362026-08-17T23:29:49.886Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24372026-08-17T23:29:50.015Z Compiling smf v0.2.3
24382026-08-17T23:29:50.032Z Compiling usdt v0.5.0
24392026-08-17T23:29:50.110Z Compiling filetime v0.2.27
24402026-08-17T23:29:50.153Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24412026-08-17T23:29:50.214Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24422026-08-17T23:29:50.322Z Compiling arrayref v0.3.9
24432026-08-17T23:29:50.338Z Compiling arrayvec v0.7.6
24442026-08-17T23:29:50.355Z Compiling xattr v1.6.1
24452026-08-17T23:29:50.381Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24462026-08-17T23:29:50.428Z Compiling zone v0.3.1
24472026-08-17T23:29:50.443Z Compiling constant_time_eq v0.4.2
24482026-08-17T23:29:50.499Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24492026-08-17T23:29:50.556Z Compiling whoami v1.6.1
24502026-08-17T23:29:50.609Z Compiling tar v0.4.46
24512026-08-17T23:29:50.665Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24522026-08-17T23:29:50.681Z Compiling tokio-dtrace v0.1.1
24532026-08-17T23:29:50.696Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24542026-08-17T23:29:50.763Z Compiling console v0.16.2
24552026-08-17T23:29:50.963Z Compiling gethostname v0.5.0
24562026-08-17T23:29:51.068Z Compiling topological-sort v0.2.2
24572026-08-17T23:29:51.084Z Compiling unit-prefix v0.5.2
24582026-08-17T23:29:51.130Z Compiling oxide-tokio-rt v0.1.4
24592026-08-17T23:29:51.161Z Compiling toml v0.8.23
24602026-08-17T23:29:51.285Z Compiling indicatif v0.18.4
24612026-08-17T23:29:51.343Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24622026-08-17T23:29:51.347Z Compiling shell-words v1.1.1
24632026-08-17T23:30:00.820Z Compiling progenitor-client v0.14.0
24642026-08-17T23:30:00.820Z Compiling omicron-zone-package v0.12.3
24652026-08-17T23:30:01.055Z Compiling progenitor-extras v0.2.0
24662026-08-17T23:30:01.391Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-08-17T23:30:01.463Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24682026-08-17T23:30:01.560Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24692026-08-17T23:30:01.609Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24702026-08-17T23:30:01.623Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24712026-08-17T23:30:01.661Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24722026-08-17T23:30:01.753Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-08-17T23:30:01.939Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24742026-08-17T23:30:02.386Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24752026-08-17T23:30:06.041Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24762026-08-17T23:30:14.290Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24772026-08-17T23:30:17.537Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24782026-08-17T23:30:18.572Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24792026-08-17T23:30:27.955Z Finished `release` profile [optimized] target(s) in 1m 45s
24802026-08-17T23:30:28.101Z Running `target/release/omicron-package -t test target create -p dev`
24812026-08-17T23:30:28.162ZLogging to: /work/oxidecomputer/omicron/out/LOG
24822026-08-17T23:30:28.165ZCreated new build target 'test' and set it as active
24832026-08-17T23:30:28.168Z
24842026-08-17T23:30:28.168Zreal 1:45.675264353
24852026-08-17T23:30:28.168Zuser 17:21.111284056
24862026-08-17T23:30:28.168Zsys 2:54.339733617
24872026-08-17T23:30:28.168Ztrap 0.484814148
24882026-08-17T23:30:28.168Ztflt 2.537698122
24892026-08-17T23:30:28.168Zdflt 4.346218063
24902026-08-17T23:30:28.168Zkflt 0.000614200
24912026-08-17T23:30:28.168Zlock 56:54.719376837
24922026-08-17T23:30:28.168Zslp 44:36.863796840
24932026-08-17T23:30:28.168Zlat 50.978447909
24942026-08-17T23:30:28.168Zstop 6:11.703979938
24952026-08-17T23:30:28.168Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24962026-08-17T23:30:29.043Z Finished `release` profile [optimized] target(s) in 0.86s
24972026-08-17T23:30:29.109Z Running `target/release/omicron-package -t test package`
24982026-08-17T23:30:29.165ZLogging to: /work/oxidecomputer/omicron/out/LOG
24992026-08-17T23:30:30.607Z Compiling heck v0.5.0
25002026-08-17T23:30:30.607Z Compiling regress v0.11.1
25012026-08-17T23:30:30.834Z Compiling unsafe-libyaml v0.2.11
25022026-08-17T23:30:30.870Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25032026-08-17T23:30:30.900Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25042026-08-17T23:30:30.921Z Compiling derive-where v1.6.0
25052026-08-17T23:30:30.921Z Compiling bytecount v0.6.9
25062026-08-17T23:30:30.960Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-08-17T23:30:30.960Z Compiling atomicwrites v0.4.4
25082026-08-17T23:30:30.963Z Compiling is-terminal v0.4.17
25092026-08-17T23:30:30.963Z Compiling prettyplease v0.2.37
25102026-08-17T23:30:30.963Z Compiling console v0.15.11
25112026-08-17T23:30:31.024Z Compiling newline-converter v0.3.0
25122026-08-17T23:30:31.027Z Compiling slog-dtrace v0.3.0
25132026-08-17T23:30:31.106Z Compiling resolv-conf v0.7.6
25142026-08-17T23:30:31.109Z Compiling num-rational v0.4.2
25152026-08-17T23:30:31.149Z Compiling num-complex v0.4.6
25162026-08-17T23:30:31.152Z Compiling thread_local v1.1.9
25172026-08-17T23:30:31.213Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25182026-08-17T23:30:31.233Z Compiling unicode-width v0.1.14
25192026-08-17T23:30:31.277Z Compiling cancel-safe-futures v0.1.5
25202026-08-17T23:30:31.364Z Compiling serde_yaml v0.9.34+deprecated
25212026-08-17T23:30:31.431Z Compiling expectorate v1.2.0
25222026-08-17T23:30:31.547Z Compiling match_cfg v0.1.0
25232026-08-17T23:30:31.597Z Compiling compression-core v0.4.31
25242026-08-17T23:30:31.638Z Compiling hostname v0.3.1
25252026-08-17T23:30:31.661Z Compiling num v0.4.3
25262026-08-17T23:30:31.683Z Compiling slog-async v2.8.0
25272026-08-17T23:30:31.730Z Compiling compression-codecs v0.4.37
25282026-08-17T23:30:31.752Z Compiling multer v3.1.0
25292026-08-17T23:30:31.771Z Compiling crossbeam-channel v0.5.15
25302026-08-17T23:30:31.774Z Compiling slog-json v2.6.1
25312026-08-17T23:30:31.813Z Compiling toml_datetime v1.1.1+spec-1.1.0
25322026-08-17T23:30:31.839Z Compiling serde_spanned v1.1.1
25332026-08-17T23:30:31.860Z Compiling take_mut v0.2.2
25342026-08-17T23:30:31.991Z Compiling linked-hash-map v0.5.6
25352026-08-17T23:30:32.015Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25362026-08-17T23:30:32.015Z Compiling toml_writer v1.1.1+spec-1.1.0
25372026-08-17T23:30:32.055Z Compiling term v1.2.1
25382026-08-17T23:30:32.101Z Compiling oxide-update-engine-types v0.1.2
25392026-08-17T23:30:32.118Z Compiling float-ord v0.3.2
25402026-08-17T23:30:32.165Z Compiling slog-bunyan v2.5.0
25412026-08-17T23:30:32.211Z Compiling lru-cache v0.1.2
25422026-08-17T23:30:32.235Z Compiling async-compression v0.4.41
25432026-08-17T23:30:32.253Z Compiling toml v1.1.2+spec-1.1.0
25442026-08-17T23:30:32.274Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25452026-08-17T23:30:32.376Z Compiling typify-impl v0.6.2
25462026-08-17T23:30:32.558Z Compiling slog-term v2.9.2
25472026-08-17T23:30:32.580Z Compiling dropshot v0.17.1
25482026-08-17T23:30:32.637Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25492026-08-17T23:30:32.677Z Compiling async-stream v0.3.6
25502026-08-17T23:30:32.701Z Compiling progenitor-client v0.14.0
25512026-08-17T23:30:32.722Z Compiling sha1 v0.11.0
25522026-08-17T23:30:32.801Z Compiling waitgroup v0.1.2
25532026-08-17T23:30:32.854Z Compiling rustls-pemfile v2.2.0
25542026-08-17T23:30:32.876Z Compiling backon v1.6.0
25552026-08-17T23:30:32.962Z Compiling serde_path_to_error v0.1.20
25562026-08-17T23:30:32.999Z Compiling hostname v0.4.2
25572026-08-17T23:30:33.025Z Compiling instant v0.1.13
25582026-08-17T23:30:33.066Z Compiling minimal-lexical v0.2.1
25592026-08-17T23:30:33.101Z Compiling linear-map v1.2.0
25602026-08-17T23:30:33.121Z Compiling debug-ignore v1.0.5
25612026-08-17T23:30:33.159Z Compiling backoff v0.4.0
25622026-08-17T23:30:33.181Z Compiling progenitor-extras v0.2.0
25632026-08-17T23:30:33.251Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25642026-08-17T23:30:33.331Z Compiling oxide-update-engine v0.1.2
25652026-08-17T23:30:33.352Z Compiling nom v7.1.3
25662026-08-17T23:30:33.399Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25672026-08-17T23:30:33.402Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25682026-08-17T23:30:33.402Z Compiling parse-display v0.10.0
25692026-08-17T23:30:33.465Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25702026-08-17T23:30:33.524Z Compiling hickory-proto v0.24.4
25712026-08-17T23:30:33.954Z Compiling regress v0.10.5
25722026-08-17T23:30:34.104Z Compiling itertools v0.14.0
25732026-08-17T23:30:34.556Z Compiling macaddr v1.0.1
25742026-08-17T23:30:34.687Z Compiling unicode-xid v0.2.6
25752026-08-17T23:30:34.756Z Compiling humantime v2.3.0
25762026-08-17T23:30:34.843Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25772026-08-17T23:30:35.046Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25782026-08-17T23:30:35.068Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25792026-08-17T23:30:35.190Z Compiling convert_case v0.10.0
25802026-08-17T23:30:35.313Z Compiling owo-colors v4.3.0
25812026-08-17T23:30:35.390Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25822026-08-17T23:30:35.412Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25832026-08-17T23:30:35.480Z Compiling derive_more-impl v2.1.1
25842026-08-17T23:30:35.533Z Compiling toml v0.8.23
25852026-08-17T23:30:35.780Z Compiling typify-macro v0.6.2
25862026-08-17T23:30:35.935Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25872026-08-17T23:30:36.103Z Compiling hickory-resolver v0.24.4
25882026-08-17T23:30:36.124Z Compiling papergrid v0.11.0
25892026-08-17T23:30:36.150Z Compiling tabled_derive v0.7.0
25902026-08-17T23:30:36.253Z Compiling derive_more v2.1.1
25912026-08-17T23:30:36.364Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25922026-08-17T23:30:36.648Z Compiling termtree v0.5.1
25932026-08-17T23:30:36.859Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25942026-08-17T23:30:36.951Z Compiling crossterm v0.29.0
25952026-08-17T23:30:37.094Z Compiling tabled v0.15.0
25962026-08-17T23:30:37.214Z Compiling phf_shared v0.12.1
25972026-08-17T23:30:37.371Z Compiling typify v0.6.2
25982026-08-17T23:30:37.519Z Compiling progenitor-impl v0.14.0
25992026-08-17T23:30:38.136Z Compiling qorb v0.4.1
26002026-08-17T23:30:38.465Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26012026-08-17T23:30:39.008Z Compiling csv-core v0.1.13
26022026-08-17T23:30:39.427Z Compiling vte v0.14.1
26032026-08-17T23:30:39.683Z Compiling chrono-tz v0.10.4
26042026-08-17T23:30:39.711Z Compiling progenitor-macro v0.14.0
26052026-08-17T23:30:39.894Z Compiling highway v1.3.0
26062026-08-17T23:30:40.589Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26072026-08-17T23:30:40.935Z Compiling strip-ansi-escapes v0.2.1
26082026-08-17T23:30:41.299Z Compiling csv v1.4.0
26092026-08-17T23:30:41.384Z Compiling phf v0.12.1
26102026-08-17T23:30:41.504Z Compiling const_format_proc_macros v0.2.34
26112026-08-17T23:30:41.528Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26122026-08-17T23:30:41.591Z Compiling fd-lock v4.0.4
26132026-08-17T23:30:41.775Z Compiling peg-macros v0.8.5
26142026-08-17T23:30:42.273Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26152026-08-17T23:30:42.293Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26162026-08-17T23:30:42.317Z Compiling nu-ansi-term v0.50.3
26172026-08-17T23:30:42.456Z Compiling const_format v0.2.35
26182026-08-17T23:30:42.863Z Compiling reedline v0.40.0
26192026-08-17T23:30:43.004Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26202026-08-17T23:30:43.028Z Compiling peg v0.8.5
26212026-08-17T23:30:43.294Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26222026-08-17T23:30:43.805Z Compiling progenitor v0.14.0
26232026-08-17T23:30:43.994Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26242026-08-17T23:30:44.178Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26252026-08-17T23:30:44.343Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26262026-08-17T23:30:44.507Z Compiling bcs v0.1.6
26272026-08-17T23:30:44.936Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26282026-08-17T23:30:45.104Z Compiling nom v8.0.0
26292026-08-17T23:30:45.221Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26302026-08-17T23:30:46.208Z Compiling semver v0.1.20
26312026-08-17T23:30:46.517Z Compiling rustc_version v0.1.7
26322026-08-17T23:30:46.709Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26332026-08-17T23:30:46.735Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26342026-08-17T23:30:46.831Z Compiling newtype_derive v0.1.6
26352026-08-17T23:30:47.013Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
26362026-08-17T23:30:47.069Z Compiling smawk v0.3.2
26372026-08-17T23:30:47.120Z Compiling unicode-linebreak v0.1.5
26382026-08-17T23:30:47.273Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26392026-08-17T23:30:47.425Z Compiling textwrap v0.16.2
26402026-08-17T23:30:47.643Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
26412026-08-17T23:30:47.695Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26422026-08-17T23:30:48.061Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26432026-08-17T23:30:48.142Z Compiling steno v0.4.1
26442026-08-17T23:30:48.692Z Compiling dropshot-api-manager-types v0.8.0
26452026-08-17T23:30:48.945Z Compiling sha1 v0.10.6
26462026-08-17T23:30:49.278Z Compiling utf-8 v0.7.6
26472026-08-17T23:30:49.412Z Compiling tagptr v0.2.0
26482026-08-17T23:30:49.522Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26492026-08-17T23:30:49.614Z Compiling moka v0.12.13
26502026-08-17T23:30:49.635Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26512026-08-17T23:30:49.720Z Compiling tungstenite v0.21.0
26522026-08-17T23:30:49.808Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26532026-08-17T23:30:49.957Z Compiling darling_core v0.21.3
26542026-08-17T23:30:50.853Z Compiling hickory-resolver v0.25.2
26552026-08-17T23:30:51.807Z Compiling tokio-tungstenite v0.21.0
26562026-08-17T23:30:52.168Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26572026-08-17T23:30:52.192Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26582026-08-17T23:30:52.350Z Compiling darling_macro v0.21.3
26592026-08-17T23:30:52.387Z Compiling display-error-chain v0.2.2
26602026-08-17T23:30:52.559Z Compiling libscf-sys v1.2.0
26612026-08-17T23:30:52.702Z Compiling vergen-lib v0.1.6
26622026-08-17T23:30:52.734Z Compiling diesel_derives v2.3.7
26632026-08-17T23:30:52.866Z Compiling darling v0.21.3
26642026-08-17T23:30:52.976Z Compiling dsl_auto_type v0.2.0
26652026-08-17T23:30:52.997Z Compiling scheduled-thread-pool v0.2.7
26662026-08-17T23:30:53.020Z Compiling vergen-gitcl v1.0.8
26672026-08-17T23:30:53.042Z Compiling diesel_table_macro_syntax v0.3.0
26682026-08-17T23:30:53.171Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
26692026-08-17T23:30:53.196Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
26702026-08-17T23:30:53.271Z Compiling dirs-sys-next v0.1.2
26712026-08-17T23:30:53.294Z Compiling crunchy v0.2.4
26722026-08-17T23:30:53.315Z Compiling glob v0.3.3
26732026-08-17T23:30:53.497Z Compiling maplit v1.0.2
26742026-08-17T23:30:53.581Z Compiling dirs-next v2.0.0
26752026-08-17T23:30:53.625Z Compiling r2d2 v0.8.10
26762026-08-17T23:30:53.673Z Compiling clang-sys v1.8.1
26772026-08-17T23:30:53.727Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26782026-08-17T23:30:53.921Z Compiling papergrid v0.18.0
26792026-08-17T23:30:53.988Z Compiling downcast-rs v2.0.2
26802026-08-17T23:30:54.057Z Compiling tiny-keccak v2.0.2
26812026-08-17T23:30:54.316Z Compiling term v0.7.0
26822026-08-17T23:30:54.491Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26832026-08-17T23:30:54.643Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26842026-08-17T23:30:54.813Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26852026-08-17T23:30:55.046Z Compiling bit-vec v0.6.3
26862026-08-17T23:30:55.286Z Compiling tabled v0.21.0
26872026-08-17T23:30:55.867Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26882026-08-17T23:30:56.036Z Compiling bit-set v0.5.3
26892026-08-17T23:30:56.288Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26902026-08-17T23:30:56.405Z Compiling ascii-canvas v3.0.0
26912026-08-17T23:30:56.677Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26922026-08-17T23:30:56.801Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26932026-08-17T23:30:56.851Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26942026-08-17T23:30:56.971Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26952026-08-17T23:30:57.062Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26962026-08-17T23:30:57.147Z Compiling itertools v0.10.5
26972026-08-17T23:30:57.271Z Compiling ena v0.14.4
26982026-08-17T23:30:57.418Z Compiling libloading v0.8.9
26992026-08-17T23:30:57.513Z Compiling xshell-macros v0.2.7
27002026-08-17T23:30:57.649Z Compiling regex-syntax v0.6.29
27012026-08-17T23:30:57.915Z Compiling bindgen v0.71.1
27022026-08-17T23:30:58.096Z Compiling unicase v2.9.0
27032026-08-17T23:30:58.185Z Compiling diesel v2.3.7
27042026-08-17T23:30:58.214Z Compiling diff v0.1.13
27052026-08-17T23:30:58.303Z Compiling xshell v0.2.7
27062026-08-17T23:30:58.624Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27072026-08-17T23:30:59.518Z Compiling lalrpop v0.19.12
27082026-08-17T23:30:59.587Z Compiling cexpr v0.6.0
27092026-08-17T23:30:59.587Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27102026-08-17T23:30:59.637Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27112026-08-17T23:30:59.807Z Compiling rustc-hash v2.1.1
27122026-08-17T23:30:59.965Z Compiling crc8 v0.1.1
27132026-08-17T23:31:00.106Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27142026-08-17T23:31:00.258Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27152026-08-17T23:31:00.439Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27162026-08-17T23:31:00.897Z Compiling headers-core v0.3.0
27172026-08-17T23:31:00.931Z Compiling libxml v0.3.3
27182026-08-17T23:31:01.054Z Compiling headers v0.4.1
27192026-08-17T23:31:01.236Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27202026-08-17T23:31:01.300Z Compiling strum_macros v0.24.3
27212026-08-17T23:31:01.402Z Compiling indoc v1.0.9
27222026-08-17T23:31:01.552Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27232026-08-17T23:31:01.767Z Compiling derive_builder v0.20.2
27242026-08-17T23:31:01.851Z Compiling oso-derive v0.27.3
27252026-08-17T23:31:01.936Z Compiling quick-xml v0.37.5
27262026-08-17T23:31:02.339Z Compiling impl-trait-for-tuples v0.2.3
27272026-08-17T23:31:02.549Z Compiling openssl-probe v0.1.6
27282026-08-17T23:31:02.687Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27292026-08-17T23:31:02.733Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27302026-08-17T23:31:02.847Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27312026-08-17T23:31:02.868Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27322026-08-17T23:31:03.062Z Compiling bb8 v0.8.6
27332026-08-17T23:31:03.120Z Compiling trait-variant v0.1.2
27342026-08-17T23:31:03.324Z Compiling half v1.8.3
27352026-08-17T23:31:03.436Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27362026-08-17T23:31:03.439Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27372026-08-17T23:31:03.594Z Compiling serde_cbor v0.11.2
27382026-08-17T23:31:03.664Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27392026-08-17T23:31:03.715Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27402026-08-17T23:31:03.759Z Compiling progenitor-impl v0.13.0
27412026-08-17T23:31:04.563Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27422026-08-17T23:31:04.615Z Compiling nonempty v0.12.0
27432026-08-17T23:31:04.618Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27442026-08-17T23:31:04.664Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27452026-08-17T23:31:04.755Z Compiling samael v0.0.19
27462026-08-17T23:31:04.899Z Compiling progenitor-client v0.13.0
27472026-08-17T23:31:05.400Z Compiling fxhash v0.2.1
27482026-08-17T23:31:05.566Z Compiling libz-sys v1.1.24
27492026-08-17T23:31:05.872Z Compiling salty v0.3.0
27502026-08-17T23:31:05.922Z Compiling progenitor-macro v0.13.0
27512026-08-17T23:31:06.060Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27522026-08-17T23:31:06.196Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27532026-08-17T23:31:06.287Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27542026-08-17T23:31:06.464Z Compiling kstat-rs v0.2.5
27552026-08-17T23:31:06.875Z Compiling polar-core v0.27.3
27562026-08-17T23:31:07.139Z Compiling mime_guess v2.0.5
27572026-08-17T23:31:07.657Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27582026-08-17T23:31:08.509Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27592026-08-17T23:31:09.358Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27602026-08-17T23:31:09.639Z Compiling rfc6979 v0.4.0
27612026-08-17T23:31:09.717Z Compiling nanorand v0.7.0
27622026-08-17T23:31:09.788Z Compiling libgit2-sys v0.18.3+1.9.2
27632026-08-17T23:31:09.819Z Compiling parking_lot_core v0.8.6
27642026-08-17T23:31:10.034Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27652026-08-17T23:31:10.094Z Compiling progenitor v0.13.0
27662026-08-17T23:31:10.154Z Compiling flume v0.11.1
27672026-08-17T23:31:10.295Z Compiling ecdsa v0.16.9
27682026-08-17T23:31:10.549Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27692026-08-17T23:31:11.100Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27702026-08-17T23:31:11.156Z Compiling primeorder v0.13.6
27712026-08-17T23:31:11.272Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
27722026-08-17T23:31:11.518Z Compiling git-stub v1.0.0
27732026-08-17T23:31:11.784Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27742026-08-17T23:31:12.023Z Compiling http-range v0.1.5
27752026-08-17T23:31:12.307Z Compiling strsim v0.10.0
27762026-08-17T23:31:12.352Z Compiling instability v0.3.11
27772026-08-17T23:31:12.612Z Compiling darling_core v0.13.4
27782026-08-17T23:31:12.654Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
27792026-08-17T23:31:13.893Z Compiling git-stub-vcs v0.1.0
27802026-08-17T23:31:14.157Z Compiling p384 v0.13.1
27812026-08-17T23:31:14.574Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27822026-08-17T23:31:14.675Z Compiling ignore v0.4.25
27832026-08-17T23:31:15.042Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27842026-08-17T23:31:16.360Z Compiling oso v0.27.3
27852026-08-17T23:31:18.017Z Compiling diesel-dtrace v0.5.0
27862026-08-17T23:31:18.349Z Compiling async-bb8-diesel v0.2.1
27872026-08-17T23:31:18.725Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27882026-08-17T23:31:18.819Z Compiling vergen-git2 v9.1.0
27892026-08-17T23:31:18.845Z Compiling castaway v0.2.4
27902026-08-17T23:31:19.008Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27912026-08-17T23:31:19.045Z Compiling indoc v2.0.7
27922026-08-17T23:31:19.343Z Compiling compact_str v0.8.1
27932026-08-17T23:31:19.592Z Compiling globwalk v0.9.1
27942026-08-17T23:31:20.045Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27952026-08-17T23:31:20.126Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27962026-08-17T23:31:20.205Z Compiling hyper-staticfile v0.10.1
27972026-08-17T23:31:20.230Z Compiling parking_lot v0.11.2
27982026-08-17T23:31:20.420Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27992026-08-17T23:31:20.713Z Compiling darling_macro v0.13.4
28002026-08-17T23:31:20.907Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
28012026-08-17T23:31:21.225Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28022026-08-17T23:31:21.324Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28032026-08-17T23:31:21.410Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-08-17T23:31:21.660Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28052026-08-17T23:31:21.865Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28062026-08-17T23:31:22.124Z Compiling predicates-tree v1.0.13
28072026-08-17T23:31:22.540Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28082026-08-17T23:31:22.927Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28092026-08-17T23:31:22.949Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28102026-08-17T23:31:23.467Z Compiling unicode-truncate v1.1.0
28112026-08-17T23:31:23.679Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28122026-08-17T23:31:23.770Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28132026-08-17T23:31:23.892Z Compiling lru v0.12.5
28142026-08-17T23:31:24.119Z Compiling sha2 v0.11.0
28152026-08-17T23:31:24.194Z Compiling digest-io v0.1.0
28162026-08-17T23:31:24.372Z Compiling prefix-trie v0.7.0
28172026-08-17T23:31:24.641Z Compiling rand_seeder v0.4.0
28182026-08-17T23:31:24.866Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28192026-08-17T23:31:24.888Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28202026-08-17T23:31:24.911Z Compiling cassowary v0.3.0
28212026-08-17T23:31:25.131Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28222026-08-17T23:31:25.335Z Compiling rawzip v0.4.4
28232026-08-17T23:31:25.675Z Compiling corncobs v0.1.4
28242026-08-17T23:31:25.925Z Compiling illumos-nvpair-sys v0.2.0
28252026-08-17T23:31:26.178Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28262026-08-17T23:31:26.375Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28272026-08-17T23:31:26.440Z Compiling ratatui v0.29.0
28282026-08-17T23:31:27.112Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28292026-08-17T23:31:27.142Z Compiling hickory-server v0.25.2
28302026-08-17T23:31:27.317Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28312026-08-17T23:31:27.620Z Compiling camino-tempfile-ext v0.3.3
28322026-08-17T23:31:28.215Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28332026-08-17T23:31:29.350Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28342026-08-17T23:31:30.037Z Compiling darling v0.13.4
28352026-08-17T23:31:30.544Z Compiling sled v0.34.7
28362026-08-17T23:31:30.859Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28372026-08-17T23:31:31.793Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28382026-08-17T23:31:32.154Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28392026-08-17T23:31:32.574Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28402026-08-17T23:31:32.799Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28412026-08-17T23:31:32.824Z Compiling secrecy v0.8.0
28422026-08-17T23:31:33.010Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28432026-08-17T23:31:33.266Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28442026-08-17T23:31:33.396Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28452026-08-17T23:31:34.315Z Compiling serde_with_macros v1.5.2
28462026-08-17T23:31:34.713Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28472026-08-17T23:31:35.118Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28482026-08-17T23:31:35.416Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28492026-08-17T23:31:35.677Z Compiling git2 v0.20.4
28502026-08-17T23:31:36.929Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28512026-08-17T23:31:37.152Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28522026-08-17T23:31:37.202Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28532026-08-17T23:31:37.241Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28542026-08-17T23:31:37.397Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28552026-08-17T23:31:37.431Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28562026-08-17T23:31:37.475Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28572026-08-17T23:31:37.613Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28582026-08-17T23:31:37.651Z Compiling arc-swap v1.8.2
28592026-08-17T23:31:37.689Z Compiling void v1.0.2
28602026-08-17T23:31:37.840Z Compiling lzss v0.8.2
28612026-08-17T23:31:37.954Z Compiling slog-scope v4.4.1
28622026-08-17T23:31:38.226Z Compiling illumos-nvpair v0.3.0
28632026-08-17T23:31:38.345Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28642026-08-17T23:31:38.418Z Compiling serde_with v1.14.0
28652026-08-17T23:31:38.697Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28662026-08-17T23:31:38.722Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28672026-08-17T23:31:38.909Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28682026-08-17T23:31:39.551Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28692026-08-17T23:31:40.040Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28702026-08-17T23:31:40.732Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28712026-08-17T23:31:41.375Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28722026-08-17T23:31:41.532Z Compiling scuffle v0.1.0
28732026-08-17T23:31:43.619Z Compiling tungstenite v0.23.0
28742026-08-17T23:31:44.392Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28752026-08-17T23:31:44.417Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28762026-08-17T23:31:45.865Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28772026-08-17T23:31:46.099Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28782026-08-17T23:31:46.129Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28792026-08-17T23:31:46.316Z Compiling nix v0.27.1
28802026-08-17T23:31:46.340Z Compiling twox-hash v2.1.2
28812026-08-17T23:31:46.365Z Compiling libsw-core v0.3.2
28822026-08-17T23:31:46.383Z Compiling serde_bytes v0.11.19
28832026-08-17T23:31:46.439Z Compiling atty v0.2.14
28842026-08-17T23:31:46.580Z Compiling libsw v3.5.0
28852026-08-17T23:31:46.667Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28862026-08-17T23:31:46.687Z Compiling tokio-tungstenite v0.23.1
28872026-08-17T23:31:46.802Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28882026-08-17T23:31:46.825Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28892026-08-17T23:31:46.862Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28902026-08-17T23:31:47.062Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28912026-08-17T23:31:47.484Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28922026-08-17T23:31:48.528Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28932026-08-17T23:31:49.896Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28942026-08-17T23:31:50.501Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28952026-08-17T23:31:50.556Z Compiling slog-stdlog v4.1.1
28962026-08-17T23:31:50.869Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28972026-08-17T23:31:50.941Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28982026-08-17T23:31:51.146Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28992026-08-17T23:31:51.233Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29002026-08-17T23:31:51.416Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29012026-08-17T23:31:51.462Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29022026-08-17T23:31:52.686Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29032026-08-17T23:31:53.179Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29042026-08-17T23:31:53.661Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29052026-08-17T23:31:53.770Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29062026-08-17T23:31:56.238Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29072026-08-17T23:31:58.175Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29082026-08-17T23:31:58.246Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29092026-08-17T23:31:58.874Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29102026-08-17T23:31:59.150Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29112026-08-17T23:31:59.365Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29122026-08-17T23:31:59.450Z Compiling signal-hook-tokio v0.3.1
29132026-08-17T23:31:59.670Z Compiling fatfs v0.3.6
29142026-08-17T23:32:00.253Z Compiling yasna v0.5.2
29152026-08-17T23:32:00.967Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29162026-08-17T23:32:01.563Z Compiling assert_matches v1.5.0
29172026-08-17T23:32:01.676Z Compiling is_ci v1.2.0
29182026-08-17T23:32:01.820Z Compiling seq-macro v0.3.6
29192026-08-17T23:32:01.842Z Compiling supports-color v3.0.2
29202026-08-17T23:32:01.890Z Compiling rcgen v0.12.1
29212026-08-17T23:32:02.142Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29222026-08-17T23:32:02.324Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29232026-08-17T23:32:03.491Z Compiling slog-envlogger v2.2.0
29242026-08-17T23:32:04.596Z Compiling oxide-update-engine-display v0.1.2
29252026-08-17T23:32:04.656Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29262026-08-17T23:32:05.444Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29272026-08-17T23:32:05.608Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29282026-08-17T23:32:05.832Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29292026-08-17T23:32:06.064Z Compiling port-file v0.1.0
29302026-08-17T23:32:06.248Z Compiling rtoolbox v0.0.3
29312026-08-17T23:32:06.378Z Compiling subprocess v0.2.15
29322026-08-17T23:32:06.529Z Compiling rpassword v7.5.4
29332026-08-17T23:32:06.593Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29342026-08-17T23:32:07.169Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29352026-08-17T23:32:08.406Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29362026-08-17T23:32:08.503Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29372026-08-17T23:32:08.569Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29382026-08-17T23:32:10.735Z Compiling tui-tree-widget v0.23.1
29392026-08-17T23:32:11.032Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29402026-08-17T23:32:11.576Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29412026-08-17T23:32:12.134Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29422026-08-17T23:32:12.446Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29432026-08-17T23:32:12.527Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29442026-08-17T23:32:12.773Z Compiling uzers v0.12.2
29452026-08-17T23:32:14.001Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29462026-08-17T23:32:14.211Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29472026-08-17T23:32:15.277Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29482026-08-17T23:32:16.686Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29492026-08-17T23:32:17.051Z Compiling support-bundle-viewer v0.1.2
29502026-08-17T23:32:17.242Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29512026-08-17T23:32:18.902Z Compiling multimap v0.10.1
29522026-08-17T23:32:26.549Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29532026-08-17T23:32:31.576Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29542026-08-17T23:32:32.579Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29552026-08-17T23:32:39.131Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29562026-08-17T23:32:39.347Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29572026-08-17T23:40:28.097Z Finished `release` profile [optimized] target(s) in 9m 58s
29582026-08-17T23:41:17.105Z
29592026-08-17T23:41:17.105Zreal 10:48.914508558
29602026-08-17T23:41:17.105Zuser 1:21:13.276293711
29612026-08-17T23:41:17.105Zsys 3:35.781773648
29622026-08-17T23:41:17.105Ztrap 1.793798289
29632026-08-17T23:41:17.108Ztflt 1.822652295
29642026-08-17T23:41:17.108Zdflt 20.213473818
29652026-08-17T23:41:17.108Zkflt 0.007895663
29662026-08-17T23:41:17.108Zlock 8:05:04.820196772
29672026-08-17T23:41:17.108Zslp 2:18:42.121014577
29682026-08-17T23:41:17.108Zlat 2:34.324833314
29692026-08-17T23:41:17.108Zstop 5:27.653530241
29702026-08-17T23:41:17.108Z+ mapfile -t packages
29712026-08-17T23:41:17.108Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29722026-08-17T23:41:18.059Z Finished `release` profile [optimized] target(s) in 0.94s
29732026-08-17T23:41:18.129Z Running `target/release/omicron-package -t test list-outputs`
29742026-08-17T23:41:18.188ZLogging to: /work/oxidecomputer/omicron/out/LOG
29752026-08-17T23:41:18.191Z+ ptime -m cargo build --locked --release -p xtask
29762026-08-17T23:41:18.675Z Compiling libc v0.2.185
29772026-08-17T23:41:18.675Z Compiling serde_core v1.0.229
29782026-08-17T23:41:18.675Z Compiling serde v1.0.229
29792026-08-17T23:41:18.678Z Compiling rustix v1.1.3
29802026-08-17T23:41:18.678Z Compiling bitflags v2.11.0
29812026-08-17T23:41:18.678Z Compiling serde_json v1.0.151
29822026-08-17T23:41:18.834Z Compiling syn v2.0.117
29832026-08-17T23:41:18.844Z Compiling usdt-impl v0.5.0
29842026-08-17T23:41:18.856Z Compiling syn v1.0.109
29852026-08-17T23:41:18.867Z Compiling log v0.4.29
29862026-08-17T23:41:18.879Z Compiling getrandom v0.4.1
29872026-08-17T23:41:18.889Z Compiling indexmap v2.14.0
29882026-08-17T23:41:18.904Z Compiling fs-err v3.3.0
29892026-08-17T23:41:19.123Z Compiling once_cell v1.21.3
29902026-08-17T23:41:19.214Z Compiling anyhow v1.0.102
29912026-08-17T23:41:19.237Z Compiling heck v0.4.1
29922026-08-17T23:41:19.547Z Compiling thread-id v4.2.2
29932026-08-17T23:41:19.557Z Compiling errno v0.3.14
29942026-08-17T23:41:19.560Z Compiling memmap v0.7.0
29952026-08-17T23:41:20.340Z Compiling proc-macro-error v1.0.4
29962026-08-17T23:41:20.564Z Compiling terminal_size v0.4.3
29972026-08-17T23:41:20.564Z Compiling tempfile v3.25.0
29982026-08-17T23:41:20.598Z Compiling tabled_derive v0.7.0
29992026-08-17T23:41:20.662Z Compiling clap_builder v4.6.0
30002026-08-17T23:41:20.662Z Compiling textwrap v0.16.2
30012026-08-17T23:41:20.970Z Compiling camino v1.2.2
30022026-08-17T23:41:20.981Z Compiling cargo-platform v0.3.2
30032026-08-17T23:41:21.020Z Compiling semver v1.0.28
30042026-08-17T23:41:21.069Z Compiling pest_generator v2.8.6
30052026-08-17T23:41:21.226Z Compiling serde_tokenstream v0.2.3
30062026-08-17T23:41:21.285Z Compiling camino-tempfile v1.4.1
30072026-08-17T23:41:21.326Z Compiling tabled v0.15.0
30082026-08-17T23:41:21.537Z Compiling toml_datetime v0.6.11
30092026-08-17T23:41:21.550Z Compiling serde_spanned v0.6.9
30102026-08-17T23:41:21.561Z Compiling macaddr v1.0.1
30112026-08-17T23:41:21.583Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30122026-08-17T23:41:21.734Z Compiling toml_edit v0.22.27
30132026-08-17T23:41:21.801Z Compiling thiserror-impl v1.0.69
30142026-08-17T23:41:21.845Z Compiling zerocopy-derive v0.7.35
30152026-08-17T23:41:21.922Z Compiling pest_derive v2.8.6
30162026-08-17T23:41:22.090Z Compiling scroll_derive v0.12.1
30172026-08-17T23:41:22.126Z Compiling thiserror-impl v2.0.18
30182026-08-17T23:41:22.256Z Compiling clap_derive v4.6.1
30192026-08-17T23:41:22.635Z Compiling zerocopy v0.7.35
30202026-08-17T23:41:22.716Z Compiling scroll v0.12.0
30212026-08-17T23:41:22.770Z Compiling thiserror v1.0.69
30222026-08-17T23:41:22.890Z Compiling dtrace-parser v0.2.0
30232026-08-17T23:41:23.173Z Compiling dof v0.3.0
30242026-08-17T23:41:23.210Z Compiling goblin v0.8.2
30252026-08-17T23:41:23.554Z Compiling toml v0.8.23
30262026-08-17T23:41:23.895Z Compiling thiserror v2.0.18
30272026-08-17T23:41:23.928Z Compiling clap v4.6.1
30282026-08-17T23:41:24.028Z Compiling usdt-macro v0.5.0
30292026-08-17T23:41:24.031Z Compiling usdt-attr-macro v0.5.0
30302026-08-17T23:41:24.054Z Compiling cargo_toml v0.21.0
30312026-08-17T23:41:24.248Z Compiling cargo_metadata v0.23.1
30322026-08-17T23:41:26.937Z Compiling usdt v0.5.0
30332026-08-17T23:41:28.893Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30342026-08-17T23:41:32.115Z Finished `release` profile [optimized] target(s) in 13.91s
30352026-08-17T23:41:32.257Z
30362026-08-17T23:41:32.260Zreal 14.030606248
30372026-08-17T23:41:32.260Zuser 2:04.598373969
30382026-08-17T23:41:32.260Zsys 13.364285443
30392026-08-17T23:41:32.260Ztrap 0.090363668
30402026-08-17T23:41:32.260Ztflt 0.307733075
30412026-08-17T23:41:32.260Zdflt 0.768756207
30422026-08-17T23:41:32.260Zkflt 0.000016930
30432026-08-17T23:41:32.260Zlock 5:03.261077027
30442026-08-17T23:41:32.260Zslp 3:07.841307513
30452026-08-17T23:41:32.260Zlat 5.500875711
30462026-08-17T23:41:32.260Zstop 15.802171462
30472026-08-17T23:41:32.261Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30482026-08-17T23:41:32.261Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30492026-08-17T23:41:32.261Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30502026-08-17T23:41:32.261Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30512026-08-17T23:41:32.261Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30522026-08-17T23:41:33.217Z Compiling match_cfg v0.1.0
30532026-08-17T23:41:33.217Z Compiling progenitor-client v0.14.0
30542026-08-17T23:41:33.217Z Compiling slog-json v2.6.1
30552026-08-17T23:41:33.220Z Compiling newtype-uuid-macros v0.1.0
30562026-08-17T23:41:33.220Z Compiling sha1 v0.11.0
30572026-08-17T23:41:33.220Z Compiling multer v3.1.0
30582026-08-17T23:41:33.220Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30592026-08-17T23:41:33.384Z Compiling debug-ignore v1.0.5
30602026-08-17T23:41:33.386Z Compiling compression-core v0.4.31
30612026-08-17T23:41:33.397Z Compiling async-stream-impl v0.3.6
30622026-08-17T23:41:33.400Z Compiling serde_spanned v1.1.1
30632026-08-17T23:41:33.400Z Compiling toml_datetime v1.1.1+spec-1.1.0
30642026-08-17T23:41:33.400Z Compiling dropshot v0.17.1
30652026-08-17T23:41:33.400Z Compiling toml_writer v1.1.1+spec-1.1.0
30662026-08-17T23:41:33.404Z Compiling waitgroup v0.1.2
30672026-08-17T23:41:33.404Z Compiling rustls-pemfile v2.2.0
30682026-08-17T23:41:33.605Z Compiling dropshot_endpoint v0.17.1
30692026-08-17T23:41:33.641Z Compiling hostname v0.4.2
30702026-08-17T23:41:33.711Z Compiling serde_path_to_error v0.1.20
30712026-08-17T23:41:33.715Z Compiling compression-codecs v0.4.37
30722026-08-17T23:41:33.715Z Compiling atomicwrites v0.4.4
30732026-08-17T23:41:33.715Z Compiling macaddr v1.0.1
30742026-08-17T23:41:33.728Z Compiling toml v1.1.2+spec-1.1.0
30752026-08-17T23:41:33.776Z Compiling hostname v0.3.1
30762026-08-17T23:41:33.813Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-08-17T23:41:33.831Z Compiling instant v0.1.13
30782026-08-17T23:41:33.850Z Compiling regress v0.10.5
30792026-08-17T23:41:33.900Z Compiling slog-bunyan v2.5.0
30802026-08-17T23:41:33.923Z Compiling async-compression v0.4.41
30812026-08-17T23:41:33.964Z Compiling parse-display-derive v0.10.0
30822026-08-17T23:41:33.964Z Compiling backon v1.6.0
30832026-08-17T23:41:34.003Z Compiling backoff v0.4.0
30842026-08-17T23:41:34.039Z Compiling itertools v0.14.0
30852026-08-17T23:41:34.042Z Compiling humantime v2.3.0
30862026-08-17T23:41:34.077Z Compiling half v2.7.1
30872026-08-17T23:41:34.095Z Compiling ciborium-io v0.2.2
30882026-08-17T23:41:34.115Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30892026-08-17T23:41:34.202Z Compiling async-stream v0.3.6
30902026-08-17T23:41:34.219Z Compiling progenitor-extras v0.2.0
30912026-08-17T23:41:34.222Z Compiling crucible-workspace-hack v0.1.0
30922026-08-17T23:41:34.261Z Compiling regress v0.11.1
30932026-08-17T23:41:34.279Z Compiling convert_case v0.4.0
30942026-08-17T23:41:34.299Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30952026-08-17T23:41:34.302Z Compiling secrecy v0.10.3
30962026-08-17T23:41:34.348Z Compiling ciborium-ll v0.2.2
30972026-08-17T23:41:34.406Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30982026-08-17T23:41:34.424Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30992026-08-17T23:41:34.427Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31002026-08-17T23:41:34.462Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31012026-08-17T23:41:34.497Z Compiling inout v0.1.4
31022026-08-17T23:41:34.515Z Compiling unsafe-libyaml v0.2.11
31032026-08-17T23:41:34.574Z Compiling ciborium v0.2.2
31042026-08-17T23:41:34.591Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31052026-08-17T23:41:34.607Z Compiling thiserror-impl-no-std v2.0.2
31062026-08-17T23:41:34.683Z Compiling cipher v0.4.4
31072026-08-17T23:41:34.683Z Compiling derive_more v0.99.20
31082026-08-17T23:41:34.728Z Compiling universal-hash v0.5.1
31092026-08-17T23:41:34.786Z Compiling opaque-debug v0.3.1
31102026-08-17T23:41:34.826Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31112026-08-17T23:41:34.875Z Compiling poly1305 v0.8.0
31122026-08-17T23:41:34.891Z Compiling blake2 v0.10.6
31132026-08-17T23:41:34.957Z Compiling chacha20 v0.9.1
31142026-08-17T23:41:35.081Z Compiling serde_yaml v0.9.34+deprecated
31152026-08-17T23:41:35.103Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31162026-08-17T23:41:35.176Z Compiling aead v0.5.2
31172026-08-17T23:41:35.243Z Compiling password-hash v0.5.0
31182026-08-17T23:41:35.295Z Compiling indent_write v2.2.0
31192026-08-17T23:41:35.314Z Compiling toml_datetime v0.7.5+spec-1.1.0
31202026-08-17T23:41:35.360Z Compiling chacha20poly1305 v0.10.1
31212026-08-17T23:41:35.413Z Compiling num-derive v0.4.2
31222026-08-17T23:41:35.465Z Compiling heapless v0.8.0
31232026-08-17T23:41:35.485Z Compiling tabwriter v1.4.1
31242026-08-17T23:41:35.538Z Compiling argon2 v0.5.3
31252026-08-17T23:41:35.598Z Compiling toml_edit v0.23.10+spec-1.0.0
31262026-08-17T23:41:35.626Z Compiling ingot-macros v0.2.0
31272026-08-17T23:41:35.674Z Compiling hash32 v0.3.1
31282026-08-17T23:41:35.724Z Compiling parse-display v0.10.0
31292026-08-17T23:41:35.745Z Compiling smoltcp v0.11.0
31302026-08-17T23:41:35.857Z Compiling typify-impl v0.6.2
31312026-08-17T23:41:35.860Z Compiling thiserror-no-std v2.0.2
31322026-08-17T23:41:35.986Z Compiling vsss-rs v3.3.4
31332026-08-17T23:41:36.001Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31342026-08-17T23:41:36.063Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31352026-08-17T23:41:36.335Z Compiling proc-macro-crate v3.4.0
31362026-08-17T23:41:36.380Z Compiling cobs v0.3.0
31372026-08-17T23:41:36.397Z Compiling colored v3.1.1
31382026-08-17T23:41:36.568Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31392026-08-17T23:41:36.638Z Compiling postcard v1.1.3
31402026-08-17T23:41:36.714Z Compiling proc-macro-error v1.0.4
31412026-08-17T23:41:36.785Z Compiling rand v0.10.1
31422026-08-17T23:41:36.818Z Compiling proc-macro-crate v1.3.1
31432026-08-17T23:41:36.843Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31442026-08-17T23:41:36.924Z Compiling num_enum_derive v0.7.6
31452026-08-17T23:41:36.968Z Compiling foreign-types-macros v0.2.3
31462026-08-17T23:41:37.014Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31472026-08-17T23:41:37.063Z Compiling foreign-types-shared v0.3.1
31482026-08-17T23:41:37.085Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31492026-08-17T23:41:37.160Z Compiling rayon-core v1.13.0
31502026-08-17T23:41:37.272Z Compiling num_enum_derive v0.5.11
31512026-08-17T23:41:37.304Z Compiling crossbeam-deque v0.8.6
31522026-08-17T23:41:37.326Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31532026-08-17T23:41:37.348Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31542026-08-17T23:41:37.401Z Compiling cstr-argument v0.1.2
31552026-08-17T23:41:37.418Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31562026-08-17T23:41:37.537Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31572026-08-17T23:41:37.604Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31582026-08-17T23:41:37.643Z Compiling foreign-types v0.5.0
31592026-08-17T23:41:37.662Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31602026-08-17T23:41:37.679Z Compiling cpubits v0.1.1
31612026-08-17T23:41:37.748Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31622026-08-17T23:41:37.783Z Compiling zone_cfg_derive v0.3.1
31632026-08-17T23:41:37.815Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31642026-08-17T23:41:37.856Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31652026-08-17T23:41:37.877Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31662026-08-17T23:41:37.976Z Compiling itertools v0.12.1
31672026-08-17T23:41:38.009Z Compiling sigpipe v0.1.3
31682026-08-17T23:41:38.033Z Compiling rayon v1.11.0
31692026-08-17T23:41:38.050Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31702026-08-17T23:41:38.071Z Compiling num_enum v0.7.6
31712026-08-17T23:41:38.106Z Compiling glob v0.3.3
31722026-08-17T23:41:38.124Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31732026-08-17T23:41:38.142Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31742026-08-17T23:41:38.224Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31752026-08-17T23:41:38.292Z Compiling smf v0.2.3
31762026-08-17T23:41:38.332Z Compiling whoami v1.6.1
31772026-08-17T23:41:38.391Z Compiling usdt-attr-macro v0.5.0
31782026-08-17T23:41:38.410Z Compiling num_enum v0.5.11
31792026-08-17T23:41:38.486Z Compiling usdt-macro v0.5.0
31802026-08-17T23:41:38.505Z Compiling gethostname v0.5.0
31812026-08-17T23:41:38.526Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31822026-08-17T23:41:38.556Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31832026-08-17T23:41:38.574Z Compiling num-rational v0.4.2
31842026-08-17T23:41:38.594Z Compiling pem-rfc7468 v1.0.0
31852026-08-17T23:41:38.655Z Compiling num-complex v0.4.6
31862026-08-17T23:41:38.659Z Compiling ingot-types v0.2.0
31872026-08-17T23:41:38.659Z Compiling derive-where v1.6.0
31882026-08-17T23:41:38.864Z Compiling memmap v0.7.0
31892026-08-17T23:41:38.942Z Compiling float-ord v0.3.2
31902026-08-17T23:41:39.082Z Compiling ingot v0.2.1
31912026-08-17T23:41:39.100Z Compiling num v0.4.3
31922026-08-17T23:41:39.100Z Compiling toml v0.8.23
31932026-08-17T23:41:39.135Z Compiling zone v0.3.1
31942026-08-17T23:41:39.138Z Compiling hmac v0.13.0
31952026-08-17T23:41:39.188Z Compiling universal-hash v0.6.1
31962026-08-17T23:41:39.205Z Compiling resolv-conf v0.7.6
31972026-08-17T23:41:39.260Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31982026-08-17T23:41:39.264Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31992026-08-17T23:41:39.311Z Compiling usdt v0.5.0
32002026-08-17T23:41:39.353Z Compiling cancel-safe-futures v0.1.5
32012026-08-17T23:41:39.377Z Compiling polyval v0.7.1
32022026-08-17T23:41:39.438Z Compiling der v0.8.0
32032026-08-17T23:41:39.577Z Compiling prettyplease v0.2.37
32042026-08-17T23:41:39.615Z Compiling ghash v0.6.0
32052026-08-17T23:41:39.653Z Compiling pbkdf2 v0.13.0
32062026-08-17T23:41:39.766Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32072026-08-17T23:41:39.784Z Compiling crypto-bigint v0.7.5
32082026-08-17T23:41:39.808Z Compiling aes v0.9.1
32092026-08-17T23:41:39.850Z Compiling console v0.15.11
32102026-08-17T23:41:39.853Z Compiling hickory-proto v0.24.4
32112026-08-17T23:41:39.885Z Compiling newline-converter v0.3.0
32122026-08-17T23:41:39.971Z Compiling ctr v0.10.1
32132026-08-17T23:41:40.023Z Compiling aead v0.6.1
32142026-08-17T23:41:40.041Z Compiling sha2 v0.11.0
32152026-08-17T23:41:40.064Z Compiling oxide-update-engine-types v0.1.2
32162026-08-17T23:41:40.210Z Compiling libefi-sys v0.1.0
32172026-08-17T23:41:40.227Z Compiling linear-map v1.2.0
32182026-08-17T23:41:40.382Z Compiling linked-hash-map v0.5.6
32192026-08-17T23:41:40.448Z Compiling spki v0.8.0
32202026-08-17T23:41:40.465Z Compiling aes-gcm v0.11.0
32212026-08-17T23:41:40.483Z Compiling expectorate v1.2.0
32222026-08-17T23:41:40.553Z Compiling typify-macro v0.6.2
32232026-08-17T23:41:40.600Z Compiling lru-cache v0.1.2
32242026-08-17T23:41:40.694Z Compiling salsa20 v0.11.0
32252026-08-17T23:41:40.714Z Compiling bitfield-struct v0.6.2
32262026-08-17T23:41:40.739Z Compiling nom v8.0.0
32272026-08-17T23:41:40.757Z Compiling semver v0.1.20
32282026-08-17T23:41:40.870Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32292026-08-17T23:41:40.925Z Compiling scrypt v0.12.0
32302026-08-17T23:41:41.048Z Compiling rustc_version v0.1.7
32312026-08-17T23:41:41.078Z Compiling oxide-update-engine v0.1.2
32322026-08-17T23:41:41.246Z Compiling tokio-dtrace v0.1.1
32332026-08-17T23:41:41.304Z Compiling cbc v0.2.1
32342026-08-17T23:41:41.363Z Compiling slog-dtrace v0.3.0
32352026-08-17T23:41:41.442Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-08-17T23:41:41.496Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32372026-08-17T23:41:41.519Z Compiling minimal-lexical v0.2.1
32382026-08-17T23:41:41.561Z Compiling pkcs5 v0.8.1
32392026-08-17T23:41:41.609Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32402026-08-17T23:41:41.634Z Compiling oxide-tokio-rt v0.1.4
32412026-08-17T23:41:41.654Z Compiling newtype_derive v0.1.6
32422026-08-17T23:41:41.671Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32432026-08-17T23:41:41.765Z Compiling nom v7.1.3
32442026-08-17T23:41:41.867Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32452026-08-17T23:41:41.884Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-08-17T23:41:41.884Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32472026-08-17T23:41:41.919Z Compiling phf_shared v0.12.1
32482026-08-17T23:41:41.938Z Compiling dropshot-api-manager-types v0.8.0
32492026-08-17T23:41:41.965Z Compiling csv-core v0.1.13
32502026-08-17T23:41:42.080Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32512026-08-17T23:41:42.127Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32522026-08-17T23:41:42.130Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32532026-08-17T23:41:42.259Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32542026-08-17T23:41:42.300Z Compiling hickory-resolver v0.24.4
32552026-08-17T23:41:42.303Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
32562026-08-17T23:41:42.334Z Compiling unicode-xid v0.2.6
32572026-08-17T23:41:42.400Z Compiling xshell-macros v0.2.7
32582026-08-17T23:41:42.480Z Compiling typify v0.6.2
32592026-08-17T23:41:42.497Z Compiling highway v1.3.0
32602026-08-17T23:41:42.515Z Compiling chrono-tz v0.10.4
32612026-08-17T23:41:42.538Z Compiling const_format_proc_macros v0.2.34
32622026-08-17T23:41:42.624Z Compiling progenitor-impl v0.14.0
32632026-08-17T23:41:42.759Z Compiling csv v1.4.0
32642026-08-17T23:41:42.832Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32652026-08-17T23:41:42.902Z Compiling xshell v0.2.7
32662026-08-17T23:41:43.158Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
32672026-08-17T23:41:43.186Z Compiling phf v0.12.1
32682026-08-17T23:41:43.219Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32692026-08-17T23:41:43.237Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32702026-08-17T23:41:43.342Z Compiling qorb v0.4.1
32712026-08-17T23:41:43.376Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32722026-08-17T23:41:43.436Z Compiling pkcs8 v0.11.0
32732026-08-17T23:41:43.519Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32742026-08-17T23:41:43.714Z Compiling ff v0.14.0
32752026-08-17T23:41:43.757Z Compiling owo-colors v4.3.0
32762026-08-17T23:41:43.915Z Compiling const_format v0.2.35
32772026-08-17T23:41:43.956Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32782026-08-17T23:41:43.977Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32792026-08-17T23:41:44.003Z Compiling tabled_derive v0.7.0
32802026-08-17T23:41:44.129Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32812026-08-17T23:41:44.333Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32822026-08-17T23:41:44.491Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-08-17T23:41:44.537Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32842026-08-17T23:41:44.578Z Compiling bcs v0.1.6
32852026-08-17T23:41:44.802Z Compiling salty v0.3.0
32862026-08-17T23:41:44.985Z Compiling tagptr v0.2.0
32872026-08-17T23:41:45.054Z Compiling termtree v0.5.1
32882026-08-17T23:41:45.080Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32892026-08-17T23:41:45.167Z Compiling moka v0.12.13
32902026-08-17T23:41:45.201Z Compiling tabled v0.15.0
32912026-08-17T23:41:45.225Z Compiling textwrap v0.16.2
32922026-08-17T23:41:45.242Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32932026-08-17T23:41:45.371Z Compiling steno v0.4.1
32942026-08-17T23:41:45.374Z Compiling progenitor-macro v0.14.0
32952026-08-17T23:41:45.424Z Compiling group v0.14.0
32962026-08-17T23:41:45.484Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32972026-08-17T23:41:45.643Z Compiling sha1 v0.10.6
32982026-08-17T23:41:45.660Z Compiling signature v3.0.0
32992026-08-17T23:41:45.727Z Compiling base16ct v1.0.0
33002026-08-17T23:41:45.886Z Compiling hickory-resolver v0.25.2
33012026-08-17T23:41:45.913Z Compiling sec1 v0.8.1
33022026-08-17T23:41:45.950Z Compiling hkdf v0.13.0
33032026-08-17T23:41:45.989Z Compiling libscf-sys v1.2.0
33042026-08-17T23:41:46.018Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33052026-08-17T23:41:46.042Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33062026-08-17T23:41:46.157Z Compiling rfc6979 v0.4.0
33072026-08-17T23:41:46.172Z Compiling elliptic-curve v0.14.1
33082026-08-17T23:41:46.255Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33092026-08-17T23:41:46.349Z Compiling ecdsa v0.16.9
33102026-08-17T23:41:46.368Z Compiling primeorder v0.13.6
33112026-08-17T23:41:46.413Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33122026-08-17T23:41:46.641Z Compiling utf-8 v0.7.6
33132026-08-17T23:41:46.658Z Compiling parking_lot_core v0.8.6
33142026-08-17T23:41:46.698Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33152026-08-17T23:41:46.776Z Compiling p384 v0.13.1
33162026-08-17T23:41:46.820Z Compiling tungstenite v0.21.0
33172026-08-17T23:41:46.883Z Compiling wnaf v0.14.0
33182026-08-17T23:41:46.991Z Compiling primefield v0.14.0
33192026-08-17T23:41:47.102Z Compiling rfc6979 v0.6.0
33202026-08-17T23:41:47.122Z Compiling papergrid v0.18.0
33212026-08-17T23:41:47.252Z Compiling git-stub v1.0.0
33222026-08-17T23:41:47.285Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33232026-08-17T23:41:47.401Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33242026-08-17T23:41:47.544Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33252026-08-17T23:41:47.634Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33262026-08-17T23:41:47.718Z Compiling git-stub-vcs v0.1.0
33272026-08-17T23:41:47.782Z Compiling tokio-tungstenite v0.21.0
33282026-08-17T23:41:47.801Z Compiling ecdsa v0.17.0
33292026-08-17T23:41:47.887Z Compiling primeorder v0.14.0
33302026-08-17T23:41:47.949Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-08-17T23:41:47.995Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
33322026-08-17T23:41:48.127Z Compiling tabled v0.21.0
33332026-08-17T23:41:48.144Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33342026-08-17T23:41:48.240Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33352026-08-17T23:41:48.291Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
33362026-08-17T23:41:48.322Z Compiling curve25519-dalek v5.0.0
33372026-08-17T23:41:48.340Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33382026-08-17T23:41:48.396Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-08-17T23:41:48.451Z Compiling corncobs v0.1.4
33402026-08-17T23:41:48.529Z Compiling unicase v2.9.0
33412026-08-17T23:41:48.597Z Compiling illumos-nvpair-sys v0.2.0
33422026-08-17T23:41:48.651Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-08-17T23:41:48.696Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-08-17T23:41:48.755Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
33452026-08-17T23:41:48.772Z Compiling mime_guess v2.0.5
33462026-08-17T23:41:48.858Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33472026-08-17T23:41:48.874Z Compiling parking_lot v0.11.2
33482026-08-17T23:41:49.083Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33492026-08-17T23:41:49.101Z Compiling progenitor-impl v0.13.0
33502026-08-17T23:41:49.123Z Compiling ssh-encoding v0.3.0
33512026-08-17T23:41:49.159Z Compiling prefix-trie v0.7.0
33522026-08-17T23:41:49.195Z Compiling fxhash v0.2.1
33532026-08-17T23:41:49.289Z Compiling secrecy v0.8.0
33542026-08-17T23:41:49.363Z Compiling keccak v0.2.0
33552026-08-17T23:41:49.381Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33562026-08-17T23:41:49.399Z Compiling crc8 v0.1.1
33572026-08-17T23:41:49.530Z Compiling hickory-server v0.25.2
33582026-08-17T23:41:49.579Z Compiling sled v0.34.7
33592026-08-17T23:41:49.660Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33602026-08-17T23:41:49.682Z Compiling ed25519 v3.0.0
33612026-08-17T23:41:49.725Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33622026-08-17T23:41:50.025Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33632026-08-17T23:41:50.576Z Compiling crypto-primes v0.7.2
33642026-08-17T23:41:50.593Z Compiling pkcs1 v0.8.0-rc.4
33652026-08-17T23:41:50.677Z Compiling progenitor v0.14.0
33662026-08-17T23:41:50.680Z Compiling poly1305 v0.9.0
33672026-08-17T23:41:50.714Z Compiling progenitor-client v0.13.0
33682026-08-17T23:41:50.784Z Compiling blowfish v0.10.0
33692026-08-17T23:41:50.836Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33702026-08-17T23:41:50.867Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
33712026-08-17T23:41:50.902Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33722026-08-17T23:41:50.997Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33732026-08-17T23:41:51.014Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33742026-08-17T23:41:51.060Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b0c192ae209ff7c14c52c54b22f32b5eac48bcbf#b0c192ae)
33752026-08-17T23:41:51.063Z Compiling blake2 v0.11.0-rc.6
33762026-08-17T23:41:51.433Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33772026-08-17T23:41:51.452Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33782026-08-17T23:41:51.501Z Compiling half v1.8.3
33792026-08-17T23:41:51.687Z Compiling http-range v0.1.5
33802026-08-17T23:41:51.723Z Compiling serde_cbor v0.11.2
33812026-08-17T23:41:51.745Z Compiling rsa v0.10.0-rc.18
33822026-08-17T23:41:51.798Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33832026-08-17T23:41:51.815Z Compiling progenitor-macro v0.13.0
33842026-08-17T23:41:51.818Z Compiling argon2 v0.6.0-rc.8
33852026-08-17T23:41:51.912Z Compiling ssh-cipher v0.3.0
33862026-08-17T23:41:52.351Z Compiling bcrypt-pbkdf v0.11.0
33872026-08-17T23:41:52.411Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33882026-08-17T23:41:52.693Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33892026-08-17T23:41:52.959Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33902026-08-17T23:41:52.988Z Compiling ed25519-dalek v3.0.0
33912026-08-17T23:41:53.401Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33922026-08-17T23:41:53.543Z Compiling illumos-nvpair v0.3.0
33932026-08-17T23:41:53.763Z Compiling sha3 v0.11.0
33942026-08-17T23:41:53.829Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33952026-08-17T23:41:53.847Z Compiling p256 v0.14.0
33962026-08-17T23:41:53.902Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33972026-08-17T23:41:54.054Z Compiling p521 v0.14.0
33982026-08-17T23:41:54.156Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33992026-08-17T23:41:54.222Z Compiling p384 v0.14.0
34002026-08-17T23:41:54.418Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34012026-08-17T23:41:54.923Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34022026-08-17T23:41:54.989Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34032026-08-17T23:41:55.125Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34042026-08-17T23:41:55.275Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34052026-08-17T23:41:55.625Z Compiling scuffle v0.1.0
34062026-08-17T23:41:55.802Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34072026-08-17T23:41:55.840Z Compiling yasna v0.5.2
34082026-08-17T23:41:56.010Z Compiling headers-core v0.3.0
34092026-08-17T23:41:56.089Z Compiling kstat-rs v0.2.5
34102026-08-17T23:41:56.156Z Compiling kem v0.3.0
34112026-08-17T23:41:56.183Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34122026-08-17T23:41:56.337Z Compiling module-lattice v0.2.3
34132026-08-17T23:41:56.423Z Compiling nanorand v0.7.0
34142026-08-17T23:41:56.498Z Compiling sponge-cursor v0.1.0
34152026-08-17T23:41:56.520Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34162026-08-17T23:41:56.552Z Compiling rcgen v0.12.1
34172026-08-17T23:41:56.612Z Compiling ml-kem v0.3.2
34182026-08-17T23:41:56.629Z Compiling flume v0.11.1
34192026-08-17T23:41:56.649Z Compiling sha3 v0.12.0
34202026-08-17T23:41:56.666Z Compiling headers v0.4.1
34212026-08-17T23:41:56.687Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34222026-08-17T23:41:56.725Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34232026-08-17T23:41:56.744Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34242026-08-17T23:41:56.948Z Compiling hyper-staticfile v0.10.1
34252026-08-17T23:41:56.968Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34262026-08-17T23:41:57.005Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34272026-08-17T23:41:57.092Z Compiling progenitor v0.13.0
34282026-08-17T23:41:57.201Z Compiling ssh-key v0.7.0-rc.11
34292026-08-17T23:41:57.242Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34302026-08-17T23:41:57.275Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34312026-08-17T23:41:57.445Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34322026-08-17T23:41:57.463Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34332026-08-17T23:41:57.482Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34342026-08-17T23:41:57.504Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-08-17T23:41:57.541Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34362026-08-17T23:41:57.571Z Compiling russh-cryptovec v0.62.0
34372026-08-17T23:41:57.607Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-08-17T23:41:57.734Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34392026-08-17T23:41:57.824Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-08-17T23:41:57.842Z Compiling internal-russh-num-bigint v0.5.0
34412026-08-17T23:41:57.863Z Compiling port-file v0.1.0
34422026-08-17T23:41:57.897Z Compiling num-bigint v0.4.6
34432026-08-17T23:41:57.915Z Compiling generic-array v1.4.3
34442026-08-17T23:41:57.981Z Compiling russh-util v0.52.0
34452026-08-17T23:41:58.103Z Compiling enum_dispatch v0.3.13
34462026-08-17T23:41:58.136Z Compiling delegate v0.13.5
34472026-08-17T23:41:58.165Z Compiling subprocess v0.2.15
34482026-08-17T23:41:58.284Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34492026-08-17T23:41:58.418Z Compiling md5 v0.8.0
34502026-08-17T23:41:58.630Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34512026-08-17T23:41:58.715Z Compiling hex-literal v1.1.0
34522026-08-17T23:41:58.749Z Compiling display-error-chain v0.2.2
34532026-08-17T23:41:58.861Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34542026-08-17T23:41:58.939Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34552026-08-17T23:41:58.956Z Compiling colored v2.2.0
34562026-08-17T23:41:59.113Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34572026-08-17T23:41:59.129Z Compiling russh v0.62.4
34582026-08-17T23:41:59.168Z Compiling socket2 v0.5.10
34592026-08-17T23:41:59.219Z Compiling internet-checksum v0.2.1
34602026-08-17T23:41:59.535Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34612026-08-17T23:41:59.777Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34622026-08-17T23:41:59.871Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34632026-08-17T23:42:02.543Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34642026-08-17T23:42:03.275Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34652026-08-17T23:42:03.797Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34662026-08-17T23:42:06.030Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34672026-08-17T23:42:14.944Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34682026-08-17T23:42:14.944Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34692026-08-17T23:42:14.944Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34702026-08-17T23:42:14.947Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34712026-08-17T23:42:16.752Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34722026-08-17T23:42:16.796Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34732026-08-17T23:42:21.046Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34742026-08-17T23:43:01.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
34752026-08-17T23:43:02.104Z
34762026-08-17T23:43:02.107Zreal 1:29.781141824
34772026-08-17T23:43:02.108Zuser 8:28.423436780
34782026-08-17T23:43:02.108Zsys 1:41.974060108
34792026-08-17T23:43:02.108Ztrap 0.241211295
34802026-08-17T23:43:02.108Ztflt 0.323412778
34812026-08-17T23:43:02.108Zdflt 2.007217082
34822026-08-17T23:43:02.108Zkflt 0.000205630
34832026-08-17T23:43:02.108Zlock 31:30.796719564
34842026-08-17T23:43:02.108Zslp 19:11.786685030
34852026-08-17T23:43:02.108Zlat 39.034470822
34862026-08-17T23:43:02.108Zstop 3:03.056311145
34872026-08-17T23:43:02.108Z+ mkdir tests
34882026-08-17T23:43:02.110Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34892026-08-17T23:43:02.110Z+ xargs -I '{}' -t cp '{}' tests/
34902026-08-17T23:43:02.131Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-45f748f06062c44b tests/
34912026-08-17T23:43:02.153Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6d141a849c824bb5 tests/
34922026-08-17T23:43:02.175Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-07e309546c5403be tests/
34932026-08-17T23:43:02.198Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c73d7ab5a6d277c0 tests/
34942026-08-17T23:43:02.507Z+ 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)
34952026-08-17T23:43:02.510Z+ 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-6d141a849c824bb5 tests/commtest-07e309546c5403be tests/dhcp_server-45f748f06062c44b tests/end_to_end_tests-c73d7ab5a6d277c0 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
34962026-08-17T23:44:30.030ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34972026-08-17T23:44:30.031Za .github/buildomat/ci-env.sh 1K
34982026-08-17T23:44:30.031Za out/target/test 1K
34992026-08-17T23:44:30.031Za out/npuzone/npuzone 27402K
35002026-08-17T23:44:30.031Za package-manifest.toml 35K
35012026-08-17T23:44:30.031Za smf/sled-agent/non-gimlet/config.toml 6K
35022026-08-17T23:44:30.031Za target/release/omicron-package 48132K
35032026-08-17T23:44:30.031Za target/release/xtask 11727K
35042026-08-17T23:44:30.031Za target/debug/bootstrap 436922K
35052026-08-17T23:44:30.031Za tests/bootstrap-6d141a849c824bb5 34515K
35062026-08-17T23:44:30.031Za tests/commtest-07e309546c5403be 34515K
35072026-08-17T23:44:30.031Za tests/dhcp_server-45f748f06062c44b 34515K
35082026-08-17T23:44:30.031Za tests/end_to_end_tests-c73d7ab5a6d277c0 500394K
35092026-08-17T23:44:30.031Za tools/opte_version 1K
35102026-08-17T23:44:30.031Za tools/opte_version_override 2K
35112026-08-17T23:44:30.031Za out/clickhouse.tar.gz 323669K
35122026-08-17T23:44:30.031Za out/clickhouse_keeper.tar.gz 307631K
35132026-08-17T23:44:30.031Za out/clickhouse_server.tar.gz 323667K
35142026-08-17T23:44:30.031Za out/cockroachdb.tar.gz 165720K
35152026-08-17T23:44:30.031Za out/crucible-pantry-zone.tar.gz 39408K
35162026-08-17T23:44:30.031Za out/crucible-utils.tar 18900K
35172026-08-17T23:44:30.031Za out/crucible-zone.tar.gz 54220K
35182026-08-17T23:44:30.031Za out/external-dns.tar.gz 49423K
35192026-08-17T23:44:30.031Za out/internal-dns.tar.gz 49422K
35202026-08-17T23:44:30.031Za out/mg-ddm-gz.tar 109299K
35212026-08-17T23:44:30.031Za out/nexus.tar.gz 349596K
35222026-08-17T23:44:30.031Za out/ntp.tar.gz 31020K
35232026-08-17T23:44:30.031Za out/omicron-gateway-softnpu.tar.gz 28227K
35242026-08-17T23:44:30.031Za out/omicron-sled-agent.tar 230523K
35252026-08-17T23:44:30.031Za out/overlay.tar.gz 4K
35262026-08-17T23:44:30.031Za out/oximeter.tar.gz 67237K
35272026-08-17T23:44:30.031Za out/oxlog.tar 4067K
35282026-08-17T23:44:30.031Za out/probe.tar.gz 3037K
35292026-08-17T23:44:30.031Za out/propolis-server.tar.gz 34642K
35302026-08-17T23:44:30.031Za out/pumpkind-gz.tar 26647K
35312026-08-17T23:44:30.031Za out/switch-softnpu.tar.gz 491034K
35322026-08-17T23:44:30.042Z
35332026-08-17T23:44:30.042Zreal 1:27.520656743
35342026-08-17T23:44:30.042Zuser 1:24.603653100
35352026-08-17T23:44:30.042Zsys 4.910593101
35362026-08-17T23:44:30.042Ztrap 0.006541104
35372026-08-17T23:44:30.042Ztflt 0.000000000
35382026-08-17T23:44:30.042Zdflt 0.000000000
35392026-08-17T23:44:30.042Zkflt 0.000000000
35402026-08-17T23:44:30.042Zlock 0.000000000
35412026-08-17T23:44:30.042Zslp 1:24.417242499
35422026-08-17T23:44:30.042Zlat 1.099088658
35432026-08-17T23:44:30.042Zstop 0.000227640
35442026-08-17T23:44:30.042Zprocess exited: duration 1063853 ms, exit code 0
 
35452026-08-17T23:44:30.059Zfound 1 output files
35462026-08-17T23:44:30.059Zuploading: /work/package.tar.gz (2707162626 bytes)
35472026-08-17T23:45:38.321Zuploaded: /work/package.tar.gz