01M0GEK4PNPF8QYECXT1AQ2KTW: 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: 01M0GEKM0YMVRJTNZCN3CFE541

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T20:44:08.914Zjob assigned to worker 01M0GEKTP6C3GVCT2E0PYKC4HR [factory aws, i-0e15f943a0357fde0] (queued for 59 s)
 
22026-08-20T20:44:16.519Zstarting task 0: "setup"
32026-08-20T20:44:16.537Z++ uname -s
42026-08-20T20:44:16.537Z+ kern=SunOS
52026-08-20T20:44:16.537Z+ build_user=build
62026-08-20T20:44:16.537Z+ build_uid=12345
72026-08-20T20:44:16.537Z+ work_dir=/work
82026-08-20T20:44:16.537Z+ input_dir=/input
92026-08-20T20:44:16.537Z+ [[ 0 == 12345 ]]
102026-08-20T20:44:16.538Z+ case "$kern" in
112026-08-20T20:44:16.538Z+ groupadd -g 12345 build
122026-08-20T20:44:16.538Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T20:44:18.526Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T20:44:18.617Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T20:44:18.644Z+ home_fs=zfs
162026-08-20T20:44:18.644Z+ [[ zfs == autofs ]]
172026-08-20T20:44:18.644Z+ mkdir -p /home/build
182026-08-20T20:44:18.645Z+ chown build:build /home/build /work
192026-08-20T20:44:20.635Z+ chmod 0700 /home/build /work
202026-08-20T20:44:20.641Zprocess exited: duration 4119 ms, exit code 0
 
212026-08-20T20:44:20.683Zstarting task 1: "rust-toolchain"
222026-08-20T20:44:20.690Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T20:44:20.690Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-20T20:44:20.690Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-20T20:44:20.690Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-20T20:44:20.690Z * rust toolchain channel = "1.97.1"
272026-08-20T20:44:20.691Z * rust toolchain profile = "default"
282026-08-20T20:44:20.691Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T20:44:20.691Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T20:44:20.774Zinfo: downloading installer
312026-08-20T20:44:22.163Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T20:44:22.163Zwarn: /home/build/.rustup/settings.toml
332026-08-20T20:44:22.163Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T20:44:22.163Zwarn: instead of the one inferred from the default host triple.
352026-08-20T20:44:22.172Zinfo: profile set to default
362026-08-20T20:44:22.172Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T20:44:22.178Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T20:44:22.306Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T20:44:22.310Zinfo: downloading 6 components
402026-08-20T20:44:35.932Z
412026-08-20T20:44:35.932Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-20T20:44:35.962Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T20:44:35.962Z
442026-08-20T20:44:35.962Z
452026-08-20T20:44:35.962ZRust is installed now. Great!
462026-08-20T20:44:35.962Z
472026-08-20T20:44:35.962ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T20:44:35.962Zenvironment variable. This has not been done automatically.
492026-08-20T20:44:35.962Z
502026-08-20T20:44:35.962ZTo configure your current shell, you need to source
512026-08-20T20:44:35.962Zthe corresponding env file under $HOME/.cargo.
522026-08-20T20:44:35.962Z
532026-08-20T20:44:35.962ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T20:44:35.975Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T20:44:35.975Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T20:44:35.975Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T20:44:35.975Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T20:44:35.975Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T20:44:35.976Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T20:44:35.976Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T20:44:35.976Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T20:44:36.058Z+ rustup --version
632026-08-20T20:44:36.089Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T20:44:36.089Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T20:44:36.166Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T20:44:36.166Z+ cargo --version
672026-08-20T20:44:36.166Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T20:44:36.166Z+ rustc --version
692026-08-20T20:44:36.166Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T20:44:36.166Zprocess exited: duration 15444 ms, exit code 0
 
712026-08-20T20:44:36.186Zstarting task 2: "authentication"
722026-08-20T20:44:36.203Zprocess exited: duration 18 ms, exit code 0
 
732026-08-20T20:44:36.218Zstarting task 3: "clone repository"
742026-08-20T20:44:36.223Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T20:44:36.223Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T20:44:36.276ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T20:44:48.193Z+ cd /work/oxidecomputer/omicron
782026-08-20T20:44:48.193Z+ git fetch origin c026ac7969e29bde16a5f1f9045416061f07e30a
792026-08-20T20:44:49.646ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T20:44:49.646Z * branch c026ac7969e29bde16a5f1f9045416061f07e30a -> FETCH_HEAD
812026-08-20T20:44:49.663Z+ [[ -n rack-setup-template-toml ]]
822026-08-20T20:44:49.668Z++ git branch --show-current
832026-08-20T20:44:49.668Z+ current=main
842026-08-20T20:44:49.668Z+ [[ main != rack-setup-template-toml ]]
852026-08-20T20:44:49.668Z+ git branch -f rack-setup-template-toml c026ac7969e29bde16a5f1f9045416061f07e30a
862026-08-20T20:44:49.671Z+ git checkout -f rack-setup-template-toml
872026-08-20T20:44:49.697ZSwitched to branch 'rack-setup-template-toml'
882026-08-20T20:44:49.702Z+ git reset --hard c026ac7969e29bde16a5f1f9045416061f07e30a
892026-08-20T20:44:49.713ZHEAD is now at c026ac796 Change example to use /31
902026-08-20T20:44:49.716Zprocess exited: duration 13497 ms, exit code 0
 
912026-08-20T20:44:49.724Zstarting task 4: "build"
922026-08-20T20:44:49.730Z+ source .github/buildomat/ci-env.sh
932026-08-20T20:44:49.730Z++ export CARGO_TERM_COLOR=always
942026-08-20T20:44:49.730Z++ CARGO_TERM_COLOR=always
952026-08-20T20:44:49.734Z+++ uname -s
962026-08-20T20:44:49.735Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-20T20:44:49.735Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-20T20:44:49.735Z+ cargo --version
992026-08-20T20:44:49.744Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-20T20:44:49.748Z+ rustc --version
1012026-08-20T20:44:49.767Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-20T20:44:49.771Z+ WORK=/work
1032026-08-20T20:44:49.771Z+ pfexec mkdir -p /work
1042026-08-20T20:44:49.775Z+ pfexec chown build /work
1052026-08-20T20:44:49.775Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-20T20:44:51.929Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-20T20:44:52.267Z Startup: Caching catalogs ... Done
1082026-08-20T20:44:54.088ZPlanning: Solver setup ... Done (1.714s)
1092026-08-20T20:44:54.144ZPlanning: Running solver ... Done (0.056s)
1102026-08-20T20:44:54.186ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-20T20:44:54.200ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-20T20:44:54.223ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-20T20:44:54.241ZPlanning: Package planning ... Done (0.015s)
1142026-08-20T20:44:54.246ZPlanning: Merging actions ... Done (0.002s)
1152026-08-20T20:44:54.408ZPlanning: Checking for conflicting actions ... Done (0.168s)
1162026-08-20T20:44:54.412ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-20T20:44:55.287ZPlanning: Evaluating mediators ... Done (0.878s)
1182026-08-20T20:44:55.291ZPlanning: Planning completed in 2.99 seconds
1192026-08-20T20:44:55.297Z Packages to install: 2
1202026-08-20T20:44:55.298Z Estimated space available: 156.01 GB
1212026-08-20T20:44:55.298ZEstimated space to be consumed: 72.16 MB
1222026-08-20T20:44:55.303Z Create boot environment: No
1232026-08-20T20:44:55.304ZCreate backup boot environment: No
1242026-08-20T20:44:55.304Z Rebuild boot archive: No
1252026-08-20T20:44:55.304Z
1262026-08-20T20:44:55.304ZChanged packages:
1272026-08-20T20:44:55.304Zhelios
1282026-08-20T20:44:55.304Z developer/build-essential
1292026-08-20T20:44:55.304Z None -> 11-3.0
1302026-08-20T20:44:55.304Z library/libxmlsec1
1312026-08-20T20:44:55.304Z None -> 1.2.35-3.0
1322026-08-20T20:44:55.327Z
1332026-08-20T20:44:55.337ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-20T20:44:55.393ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1352026-08-20T20:44:55.518Z Actions: 1/268 actions (Installing new actions)
1362026-08-20T20:44:55.555Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-20T20:44:55.586ZFinalize: Updating package state database ... Done (0.031s)
1382026-08-20T20:44:55.586ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-20T20:44:55.674ZFinalize: Updating image state ... Done (0.078s)
1402026-08-20T20:44:58.364ZFinalize: Creating fast lookup database ... Done (2.652s)
1412026-08-20T20:44:58.439ZFinalize: Reading search index ... Done (0.014s)
1422026-08-20T20:44:58.443ZFinalize: Updating search index ... Done (0.000s)
1432026-08-20T20:44:58.545ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-20T20:44:58.914ZPlanning: Evaluating mediator changes ... Done
1452026-08-20T20:44:59.019ZPlanning: Checking for conflicting actions ... Done
1462026-08-20T20:44:59.023ZPlanning: Consolidating action changes ... Done
1472026-08-20T20:44:59.179ZPlanning: Evaluating mediators ... Done
1482026-08-20T20:44:59.183ZPlanning: Planning completed in 0.26 seconds
1492026-08-20T20:44:59.202Z Mediators to change: 2
1502026-08-20T20:44:59.202Z Create boot environment: No
1512026-08-20T20:44:59.202ZCreate backup boot environment: No
1522026-08-20T20:44:59.256ZFinalize: Updating package state database ... Done
1532026-08-20T20:44:59.256ZFinalize: Updating package cache ... Done
1542026-08-20T20:44:59.302ZFinalize: Updating image state ... Done
1552026-08-20T20:45:01.254ZFinalize: Creating fast lookup database ... Done
1562026-08-20T20:45:01.313ZFinalize: Reading search index ... Done
1572026-08-20T20:45:01.317ZFinalize: Updating search index ... Done
1582026-08-20T20:45:01.388ZFinalize: Updating package cache ... Done
1592026-08-20T20:45:01.678ZPlanning: Evaluating mediator changes ... Done
1602026-08-20T20:45:01.783ZPlanning: Checking for conflicting actions ... Done
1612026-08-20T20:45:01.788ZPlanning: Consolidating action changes ... Done
1622026-08-20T20:45:01.938ZPlanning: Evaluating mediators ... Done
1632026-08-20T20:45:01.945ZPlanning: Planning completed in 0.26 seconds
1642026-08-20T20:45:01.962Z Mediators to change: 1
1652026-08-20T20:45:01.962Z Create boot environment: No
1662026-08-20T20:45:01.962ZCreate backup boot environment: No
1672026-08-20T20:45:02.010ZFinalize: Updating package state database ... Done
1682026-08-20T20:45:02.014ZFinalize: Updating package cache ... Done
1692026-08-20T20:45:02.060ZFinalize: Updating image state ... Done
1702026-08-20T20:45:04.029ZFinalize: Creating fast lookup database ... Done
1712026-08-20T20:45:04.091ZFinalize: Reading search index ... Done
1722026-08-20T20:45:04.095ZFinalize: Updating search index ... Done
1732026-08-20T20:45:04.181ZFinalize: Updating package cache ... Done
1742026-08-20T20:45:04.498ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-20T20:45:04.498Zapache system 2.4 system
1762026-08-20T20:45:04.498Zclang system 15 system
1772026-08-20T20:45:04.498Zcsh system system illumos
1782026-08-20T20:45:04.498Zctags system system illumos
1792026-08-20T20:45:04.498Zfile vendor vendor darwinsys
1802026-08-20T20:45:04.499Zfile system system illumos
1812026-08-20T20:45:04.499Zgcc vendor 14 vendor
1822026-08-20T20:45:04.499Zgcc system 13 system
1832026-08-20T20:45:04.499Zgcc system 10 system
1842026-08-20T20:45:04.499Zgo system 1.25 system
1852026-08-20T20:45:04.499Zllvm system 15 system
1862026-08-20T20:45:04.499Zmariadb system 11.4 system
1872026-08-20T20:45:04.499Zmta vendor vendor dma
1882026-08-20T20:45:04.499Zopenjdk system 17 system
1892026-08-20T20:45:04.499Zopenjdk system 11 system
1902026-08-20T20:45:04.499Zopenssl vendor 3 vendor
1912026-08-20T20:45:04.499Zperl system 5.40 system
1922026-08-20T20:45:04.499Zpostgresql system 18 system
1932026-08-20T20:45:04.499Zpostgresql system 17 system
1942026-08-20T20:45:04.499Zpython vendor 3 vendor
1952026-08-20T20:45:04.499Zpython system 2 system
1962026-08-20T20:45:04.499Zpython3 vendor 3.13 vendor
1972026-08-20T20:45:04.499Zruby system 3.4 system
1982026-08-20T20:45:04.500Zruby system 3.0 system
1992026-08-20T20:45:04.500Zwords vendor vendor american-english
2002026-08-20T20:45:04.500Zwords system system australian-english
2012026-08-20T20:45:04.500Zwords system system british-english
2022026-08-20T20:45:04.500Zwords system system canadian-english
2032026-08-20T20:45:04.500Zwords system system french
2042026-08-20T20:45:04.500Zwords system system italian
2052026-08-20T20:45:04.500Zwords system system ngerman
2062026-08-20T20:45:04.500Zwords system system ogerman
2072026-08-20T20:45:04.500Zwords system system spanish
2082026-08-20T20:45:04.758ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-20T20:45:04.758Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-20T20:45:05.221ZFMRI IFO
2112026-08-20T20:45:05.221Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-20T20:45:05.221Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-20T20:45:05.221Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-20T20:45:05.221Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-20T20:45:05.221Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-20T20:45:05.221Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-20T20:45:05.221Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-20T20:45:05.221Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-20T20:45:05.222Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-20T20:45:05.550Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-20T20:45:05.908Z Updating crates.io index
2222026-08-20T20:45:05.912Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-20T20:45:06.192Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-20T20:45:06.695Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-20T20:45:07.764Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-20T20:45:08.364Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-20T20:45:10.392Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-20T20:45:11.351Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-20T20:45:11.716Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-20T20:45:12.075Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-20T20:45:13.280Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-20T20:45:13.701Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-20T20:45:14.560Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-20T20:45:14.977Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-20T20:45:15.284Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-20T20:45:15.687Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-20T20:45:16.050Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-20T20:45:16.399Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-20T20:45:17.085Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2402026-08-20T20:45:17.713Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-20T20:45:18.386Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-20T20:45:18.785Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432026-08-20T20:45:19.114Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-08-20T20:45:19.954Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2452026-08-20T20:45:20.348Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-20T20:45:20.646Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-20T20:45:21.113Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-20T20:45:21.499Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-20T20:45:22.992Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-20T20:45:23.440Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-20T20:45:23.789Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-20T20:45:24.146Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-20T20:45:24.528Z Updating git repository `https://github.com/oxidecomputer/tough`
2542026-08-20T20:45:25.151Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-20T20:45:25.815Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-20T20:45:26.179Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-20T20:45:26.503Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-08-20T20:45:26.804Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-08-20T20:45:27.085Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-20T20:45:27.416Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-20T20:45:27.826Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-20T20:45:28.114Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-08-20T20:45:28.390Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2642026-08-20T20:45:31.014Z Downloading crates ...
2652026-08-20T20:45:31.062Z Downloaded equivalent v1.0.2
2662026-08-20T20:45:31.065Z Downloaded cfg-if v1.0.4
2672026-08-20T20:45:31.069Z Downloaded anstream v1.0.0
2682026-08-20T20:45:31.072Z Downloaded macaddr v1.0.1
2692026-08-20T20:45:31.073Z Downloaded camino v1.2.5
2702026-08-20T20:45:31.073Z Downloaded clap_lex v1.0.0
2712026-08-20T20:45:31.076Z Downloaded crypto-common v0.1.7
2722026-08-20T20:45:31.080Z Downloaded block-buffer v0.10.4
2732026-08-20T20:45:31.088Z Downloaded zerocopy-derive v0.7.35
2742026-08-20T20:45:31.088Z Downloaded bitflags v2.11.0
2752026-08-20T20:45:31.088Z Downloaded colorchoice v1.0.4
2762026-08-20T20:45:31.093Z Downloaded itoa v1.0.17
2772026-08-20T20:45:31.093Z Downloaded cargo-platform v0.3.2
2782026-08-20T20:45:31.093Z Downloaded is_terminal_polyfill v1.70.2
2792026-08-20T20:45:31.093Z Downloaded zmij v1.0.21
2802026-08-20T20:45:31.093Z Downloaded memmap v0.7.0
2812026-08-20T20:45:31.093Z Downloaded cpufeatures v0.2.17
2822026-08-20T20:45:31.097Z Downloaded anstyle-query v1.1.5
2832026-08-20T20:45:31.097Z Downloaded zerocopy v0.7.35
2842026-08-20T20:45:31.104Z Downloaded autocfg v1.5.0
2852026-08-20T20:45:31.108Z Downloaded byteorder v1.5.0
2862026-08-20T20:45:31.108Z Downloaded heck v0.5.0
2872026-08-20T20:45:31.111Z Downloaded anstyle-parse v1.0.0
2882026-08-20T20:45:31.114Z Downloaded digest v0.10.7
2892026-08-20T20:45:31.114Z Downloaded anstyle v1.0.14
2902026-08-20T20:45:31.120Z Downloaded heck v0.4.1
2912026-08-20T20:45:31.127Z Downloaded dof v0.3.0
2922026-08-20T20:45:31.132Z Downloaded errno v0.3.14
2932026-08-20T20:45:31.132Z Downloaded version_check v0.9.5
2942026-08-20T20:45:31.132Z Downloaded camino-tempfile v1.4.1
2952026-08-20T20:45:31.135Z Downloaded clap_derive v4.6.1
2962026-08-20T20:45:31.135Z Downloaded cargo_toml v0.21.0
2972026-08-20T20:45:31.138Z Downloaded fastrand v2.3.0
2982026-08-20T20:45:31.142Z Downloaded dtrace-parser v0.2.0
2992026-08-20T20:45:31.147Z Downloaded usdt-macro v0.5.0
3002026-08-20T20:45:31.153Z Downloaded serde_spanned v0.6.9
3012026-08-20T20:45:31.153Z Downloaded thread-id v4.2.2
3022026-08-20T20:45:31.153Z Downloaded usdt v0.5.0
3032026-08-20T20:45:31.159Z Downloaded generic-array v0.14.7
3042026-08-20T20:45:31.162Z Downloaded unicode-linebreak v0.1.5
3052026-08-20T20:45:31.162Z Downloaded utf8parse v0.2.2
3062026-08-20T20:45:31.162Z Downloaded toml_datetime v0.6.11
3072026-08-20T20:45:31.170Z Downloaded scroll_derive v0.12.1
3082026-08-20T20:45:31.176Z Downloaded pretty-hex v0.4.1
3092026-08-20T20:45:31.176Z Downloaded toml_write v0.1.2
3102026-08-20T20:45:31.181Z Downloaded bytecount v0.6.9
3112026-08-20T20:45:31.185Z Downloaded anyhow v1.0.104
3122026-08-20T20:45:31.190Z Downloaded fnv v1.0.7
3132026-08-20T20:45:31.190Z Downloaded thiserror v1.0.69
3142026-08-20T20:45:31.193Z Downloaded fs-err v3.3.0
3152026-08-20T20:45:31.193Z Downloaded proc-macro-error v1.0.4
3162026-08-20T20:45:31.193Z Downloaded once_cell v1.21.3
3172026-08-20T20:45:31.196Z Downloaded pest_derive v2.8.6
3182026-08-20T20:45:31.196Z Downloaded tabled_derive v0.7.0
3192026-08-20T20:45:31.196Z Downloaded usdt-attr-macro v0.5.0
3202026-08-20T20:45:31.201Z Downloaded proc-macro-error-attr v1.0.4
3212026-08-20T20:45:31.204Z Downloaded plain v0.2.3
3222026-08-20T20:45:31.204Z Downloaded smawk v0.3.2
3232026-08-20T20:45:31.207Z Downloaded strsim v0.11.1
3242026-08-20T20:45:31.212Z Downloaded usdt-impl v0.5.0
3252026-08-20T20:45:31.218Z Downloaded quote v1.0.45
3262026-08-20T20:45:31.218Z Downloaded swrite v0.1.0
3272026-08-20T20:45:31.221Z Downloaded terminal_size v0.4.3
3282026-08-20T20:45:31.224Z Downloaded serde_tokenstream v0.2.3
3292026-08-20T20:45:31.227Z Downloaded sha2 v0.10.9
3302026-08-20T20:45:31.232Z Downloaded scroll v0.12.0
3312026-08-20T20:45:31.237Z Downloaded cargo_metadata v0.23.1
3322026-08-20T20:45:31.244Z Downloaded thiserror-impl v2.0.18
3332026-08-20T20:45:31.248Z Downloaded tempfile v3.27.0
3342026-08-20T20:45:31.248Z Downloaded ucd-trie v0.1.7
3352026-08-20T20:45:31.252Z Downloaded thiserror-impl v1.0.69
3362026-08-20T20:45:31.257Z Downloaded toml v0.8.23
3372026-08-20T20:45:31.268Z Downloaded semver v1.0.28
3382026-08-20T20:45:31.271Z Downloaded getrandom v0.3.4
3392026-08-20T20:45:31.276Z Downloaded pest_generator v2.8.6
3402026-08-20T20:45:31.276Z Downloaded proc-macro2 v1.0.106
3412026-08-20T20:45:31.276Z Downloaded thiserror v2.0.18
3422026-08-20T20:45:31.279Z Downloaded pest_meta v2.8.6
3432026-08-20T20:45:31.279Z Downloaded serde_core v1.0.228
3442026-08-20T20:45:31.282Z Downloaded unicode-ident v1.0.24
3452026-08-20T20:45:31.282Z Downloaded papergrid v0.11.0
3462026-08-20T20:45:31.285Z Downloaded log v0.4.33
3472026-08-20T20:45:31.290Z Downloaded serde_derive v1.0.228
3482026-08-20T20:45:31.298Z Downloaded textwrap v0.16.2
3492026-08-20T20:45:31.305Z Downloaded clap v4.6.1
3502026-08-20T20:45:31.310Z Downloaded indexmap v2.14.0
3512026-08-20T20:45:31.316Z Downloaded memchr v2.8.0
3522026-08-20T20:45:31.320Z Downloaded toml_edit v0.22.27
3532026-08-20T20:45:31.324Z Downloaded serde v1.0.228
3542026-08-20T20:45:31.346Z Downloaded typenum v1.20.1
3552026-08-20T20:45:31.354Z Downloaded pest v2.8.6
3562026-08-20T20:45:31.362Z Downloaded hashbrown v0.17.0
3572026-08-20T20:45:31.382Z Downloaded serde_json v1.0.151
3582026-08-20T20:45:31.389Z Downloaded clap_builder v4.6.0
3592026-08-20T20:45:31.397Z Downloaded goblin v0.8.2
3602026-08-20T20:45:31.413Z Downloaded tabled v0.15.0
3612026-08-20T20:45:31.419Z Downloaded winnow v0.7.14
3622026-08-20T20:45:31.439Z Downloaded unicode-width v0.2.0
3632026-08-20T20:45:31.443Z Downloaded syn v1.0.109
3642026-08-20T20:45:31.447Z Downloaded syn v2.0.117
3652026-08-20T20:45:31.451Z Downloaded unicode-width v0.1.14
3662026-08-20T20:45:31.461Z Downloaded rustix v1.1.4
3672026-08-20T20:45:31.489Z Downloaded libc v0.2.185
3682026-08-20T20:45:31.550Z Compiling proc-macro2 v1.0.106
3692026-08-20T20:45:31.550Z Compiling unicode-ident v1.0.24
3702026-08-20T20:45:31.550Z Compiling quote v1.0.45
3712026-08-20T20:45:31.553Z Compiling serde_core v1.0.228
3722026-08-20T20:45:31.553Z Compiling libc v0.2.185
3732026-08-20T20:45:31.553Z Compiling version_check v0.9.5
3742026-08-20T20:45:31.727Z Compiling memchr v2.8.0
3752026-08-20T20:45:31.730Z Compiling serde v1.0.228
3762026-08-20T20:45:31.730Z Compiling zmij v1.0.21
3772026-08-20T20:45:31.730Z Compiling itoa v1.0.17
3782026-08-20T20:45:31.743Z Compiling ucd-trie v0.1.7
3792026-08-20T20:45:31.747Z Compiling thiserror v1.0.69
3802026-08-20T20:45:31.747Z Compiling byteorder v1.5.0
3812026-08-20T20:45:31.747Z Compiling rustix v1.1.4
3822026-08-20T20:45:31.968Z Compiling bitflags v2.11.0
3832026-08-20T20:45:31.989Z Compiling serde_json v1.0.151
3842026-08-20T20:45:32.178Z Compiling camino v1.2.5
3852026-08-20T20:45:32.231Z Compiling syn v1.0.109
3862026-08-20T20:45:32.235Z Compiling plain v0.2.3
3872026-08-20T20:45:32.304Z Compiling pest v2.8.6
3882026-08-20T20:45:32.338Z Compiling proc-macro-error-attr v1.0.4
3892026-08-20T20:45:32.373Z Compiling usdt-impl v0.5.0
3902026-08-20T20:45:32.405Z Compiling proc-macro-error v1.0.4
3912026-08-20T20:45:32.409Z Compiling hashbrown v0.17.0
3922026-08-20T20:45:32.427Z Compiling getrandom v0.3.4
3932026-08-20T20:45:32.511Z Compiling utf8parse v0.2.2
3942026-08-20T20:45:32.581Z Compiling log v0.4.33
3952026-08-20T20:45:32.585Z Compiling equivalent v1.0.2
3962026-08-20T20:45:32.689Z Compiling anstyle-parse v1.0.0
3972026-08-20T20:45:32.725Z Compiling errno v0.3.14
3982026-08-20T20:45:32.747Z Compiling thread-id v4.2.2
3992026-08-20T20:45:32.747Z Compiling toml_write v0.1.2
4002026-08-20T20:45:32.796Z Compiling colorchoice v1.0.4
4012026-08-20T20:45:32.802Z Compiling pretty-hex v0.4.1
4022026-08-20T20:45:32.802Z Compiling anstyle-query v1.1.5
4032026-08-20T20:45:32.815Z Compiling is_terminal_polyfill v1.70.2
4042026-08-20T20:45:32.905Z Compiling thiserror v2.0.18
4052026-08-20T20:45:32.905Z Compiling anstyle v1.0.14
4062026-08-20T20:45:32.980Z Compiling winnow v0.7.14
4072026-08-20T20:45:33.015Z Compiling indexmap v2.14.0
4082026-08-20T20:45:33.019Z Compiling autocfg v1.5.0
4092026-08-20T20:45:33.019Z Compiling cfg-if v1.0.4
4102026-08-20T20:45:33.084Z Compiling unicode-width v0.1.14
4112026-08-20T20:45:33.088Z Compiling heck v0.5.0
4122026-08-20T20:45:33.119Z Compiling anstream v1.0.0
4132026-08-20T20:45:33.170Z Compiling anyhow v1.0.104
4142026-08-20T20:45:33.188Z Compiling syn v2.0.117
4152026-08-20T20:45:33.355Z Compiling clap_lex v1.0.0
4162026-08-20T20:45:33.386Z Compiling bytecount v0.6.9
4172026-08-20T20:45:33.443Z Compiling pest_meta v2.8.6
4182026-08-20T20:45:33.461Z Compiling strsim v0.11.1
4192026-08-20T20:45:33.489Z Compiling once_cell v1.21.3
4202026-08-20T20:45:33.509Z Compiling fs-err v3.3.0
4212026-08-20T20:45:33.527Z Compiling fnv v1.0.7
4222026-08-20T20:45:33.544Z Compiling fastrand v2.3.0
4232026-08-20T20:45:33.615Z Compiling heck v0.4.1
4242026-08-20T20:45:33.651Z Compiling papergrid v0.11.0
4252026-08-20T20:45:33.686Z Compiling memmap v0.7.0
4262026-08-20T20:45:33.718Z Compiling unicode-width v0.2.0
4272026-08-20T20:45:33.738Z Compiling unicode-linebreak v0.1.5
4282026-08-20T20:45:33.832Z Compiling terminal_size v0.4.3
4292026-08-20T20:45:33.837Z Compiling tempfile v3.27.0
4302026-08-20T20:45:33.868Z Compiling smawk v0.3.2
4312026-08-20T20:45:33.904Z Compiling swrite v0.1.0
4322026-08-20T20:45:33.998Z Compiling clap_builder v4.6.0
4332026-08-20T20:45:34.015Z Compiling textwrap v0.16.2
4342026-08-20T20:45:34.263Z Compiling cargo-platform v0.3.2
4352026-08-20T20:45:34.292Z Compiling semver v1.0.28
4362026-08-20T20:45:34.514Z Compiling camino-tempfile v1.4.1
4372026-08-20T20:45:34.776Z Compiling tabled_derive v0.7.0
4382026-08-20T20:45:35.417Z Compiling pest_generator v2.8.6
4392026-08-20T20:45:35.474Z Compiling tabled v0.15.0
4402026-08-20T20:45:35.913Z Compiling serde_derive v1.0.228
4412026-08-20T20:45:35.913Z Compiling thiserror-impl v1.0.69
4422026-08-20T20:45:35.918Z Compiling zerocopy-derive v0.7.35
4432026-08-20T20:45:35.918Z Compiling scroll_derive v0.12.1
4442026-08-20T20:45:35.918Z Compiling thiserror-impl v2.0.18
4452026-08-20T20:45:35.918Z Compiling clap_derive v4.6.1
4462026-08-20T20:45:35.991Z Compiling pest_derive v2.8.6
4472026-08-20T20:45:36.534Z Compiling scroll v0.12.0
4482026-08-20T20:45:36.622Z Compiling zerocopy v0.7.35
4492026-08-20T20:45:36.747Z Compiling goblin v0.8.2
4502026-08-20T20:45:36.919Z Compiling dtrace-parser v0.2.0
4512026-08-20T20:45:37.249Z Compiling clap v4.6.1
4522026-08-20T20:45:38.357Z Compiling serde_spanned v0.6.9
4532026-08-20T20:45:38.358Z Compiling toml_datetime v0.6.11
4542026-08-20T20:45:38.358Z Compiling cargo_metadata v0.23.1
4552026-08-20T20:45:38.361Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-08-20T20:45:38.361Z Compiling macaddr v1.0.1
4572026-08-20T20:45:38.361Z Compiling dof v0.3.0
4582026-08-20T20:45:38.361Z Compiling serde_tokenstream v0.2.3
4592026-08-20T20:45:38.542Z Compiling toml_edit v0.22.27
4602026-08-20T20:45:39.110Z Compiling usdt-attr-macro v0.5.0
4612026-08-20T20:45:39.116Z Compiling usdt-macro v0.5.0
4622026-08-20T20:45:39.719Z Compiling usdt v0.5.0
4632026-08-20T20:45:39.820Z Compiling toml v0.8.23
4642026-08-20T20:45:40.149Z Compiling cargo_toml v0.21.0
4652026-08-20T20:45:41.441Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-20T20:45:43.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.12s
4672026-08-20T20:45:43.722Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-20T20:45:44.250Z Downloading crates ...
4692026-08-20T20:45:44.319Z Downloaded ahash v0.8.12
4702026-08-20T20:45:44.323Z Downloaded async-stream-impl v0.3.6
4712026-08-20T20:45:44.326Z Downloaded ascii-canvas v3.0.0
4722026-08-20T20:45:44.326Z Downloaded async-stream v0.3.6
4732026-08-20T20:45:44.329Z Downloaded bit-set v0.5.3
4742026-08-20T20:45:44.329Z Downloaded adler2 v2.0.1
4752026-08-20T20:45:44.333Z Downloaded embedded-io v0.6.1
4762026-08-20T20:45:44.353Z Downloaded futures-sink v0.3.32
4772026-08-20T20:45:44.359Z Downloaded futures-channel v0.3.32
4782026-08-20T20:45:44.359Z Downloaded aead v0.6.1
4792026-08-20T20:45:44.359Z Downloaded array-init v0.0.4
4802026-08-20T20:45:44.359Z Downloaded base16ct v1.0.0
4812026-08-20T20:45:44.359Z Downloaded elliptic-curve v0.14.1
4822026-08-20T20:45:44.359Z Downloaded ena v0.14.4
4832026-08-20T20:45:44.359Z Downloaded float-cmp v0.10.0
4842026-08-20T20:45:44.359Z Downloaded bitfield-macros v0.19.4
4852026-08-20T20:45:44.359Z Downloaded erased-serde v0.3.31
4862026-08-20T20:45:44.359Z Downloaded fixedbitset v0.4.2
4872026-08-20T20:45:44.359Z Downloaded atomic-waker v1.1.2
4882026-08-20T20:45:44.359Z Downloaded foreign-types-shared v0.1.1
4892026-08-20T20:45:44.359Z Downloaded futures-task v0.3.32
4902026-08-20T20:45:44.363Z Downloaded futures-macro v0.3.32
4912026-08-20T20:45:44.363Z Downloaded generic-array v1.4.3
4922026-08-20T20:45:44.363Z Downloaded base16ct v0.2.0
4932026-08-20T20:45:44.363Z Downloaded atty v0.2.14
4942026-08-20T20:45:44.363Z Downloaded async-recursion v1.1.1
4952026-08-20T20:45:44.366Z Downloaded foreign-types v0.5.0
4962026-08-20T20:45:44.366Z Downloaded foldhash v0.2.0
4972026-08-20T20:45:44.369Z Downloaded ff v0.14.0
4982026-08-20T20:45:44.372Z Downloaded env_logger v0.11.11
4992026-08-20T20:45:44.372Z Downloaded fatfs v0.3.6
5002026-08-20T20:45:44.372Z Downloaded const-oid v0.10.2
5012026-08-20T20:45:44.376Z Downloaded assert_matches v1.5.0
5022026-08-20T20:45:44.376Z Downloaded bitfield-struct v0.6.2
5032026-08-20T20:45:44.376Z Downloaded atomicwrites v0.4.4
5042026-08-20T20:45:44.376Z Downloaded foreign-types-shared v0.3.1
5052026-08-20T20:45:44.379Z Downloaded form_urlencoded v1.2.2
5062026-08-20T20:45:44.379Z Downloaded float-ord v0.3.2
5072026-08-20T20:45:44.379Z Downloaded hash32 v0.2.1
5082026-08-20T20:45:44.379Z Downloaded embedded-io v0.4.0
5092026-08-20T20:45:44.382Z Downloaded enum-as-inner v0.6.1
5102026-08-20T20:45:44.382Z Downloaded aead v0.5.2
5112026-08-20T20:45:44.383Z Downloaded bcrypt-pbkdf v0.11.0
5122026-08-20T20:45:44.386Z Downloaded funty v2.0.0
5132026-08-20T20:45:44.386Z Downloaded filetime v0.2.27
5142026-08-20T20:45:44.386Z Downloaded futures-executor v0.3.32
5152026-08-20T20:45:44.390Z Downloaded fs-err v2.11.0
5162026-08-20T20:45:44.390Z Downloaded foreign-types-macros v0.2.3
5172026-08-20T20:45:44.393Z Downloaded foreign-types v0.3.2
5182026-08-20T20:45:44.393Z Downloaded futures-core v0.3.32
5192026-08-20T20:45:44.393Z Downloaded cfg_aliases v0.2.1
5202026-08-20T20:45:44.393Z Downloaded ciborium-ll v0.2.2
5212026-08-20T20:45:44.396Z Downloaded enum_dispatch v0.3.13
5222026-08-20T20:45:44.396Z Downloaded ff v0.13.1
5232026-08-20T20:45:44.396Z Downloaded flume v0.11.1
5242026-08-20T20:45:44.399Z Downloaded hubpack_derive v0.1.1
5252026-08-20T20:45:44.399Z Downloaded globwalk v0.9.1
5262026-08-20T20:45:44.399Z Downloaded foldhash v0.1.5
5272026-08-20T20:45:44.399Z Downloaded futures-io v0.3.32
5282026-08-20T20:45:44.403Z Downloaded group v0.14.0
5292026-08-20T20:45:44.403Z Downloaded fallible-iterator v0.2.0
5302026-08-20T20:45:44.403Z Downloaded castaway v0.2.4
5312026-08-20T20:45:44.403Z Downloaded arrayref v0.3.9
5322026-08-20T20:45:44.403Z Downloaded backtrace-ext v0.2.1
5332026-08-20T20:45:44.406Z Downloaded endian-type v0.1.2
5342026-08-20T20:45:44.406Z Downloaded gethostname v0.5.0
5352026-08-20T20:45:44.406Z Downloaded headers-core v0.3.0
5362026-08-20T20:45:44.406Z Downloaded http-body v1.0.1
5372026-08-20T20:45:44.406Z Downloaded fxhash v0.2.1
5382026-08-20T20:45:44.410Z Downloaded bit-vec v0.8.0
5392026-08-20T20:45:44.410Z Downloaded async-trait v0.1.89
5402026-08-20T20:45:44.414Z Downloaded hostname v0.4.2
5412026-08-20T20:45:44.414Z Downloaded fd-lock v4.0.4
5422026-08-20T20:45:44.414Z Downloaded find-msvc-tools v0.1.9
5432026-08-20T20:45:44.420Z Downloaded git-stub v1.0.0
5442026-08-20T20:45:44.423Z Downloaded http-range v0.1.5
5452026-08-20T20:45:44.423Z Downloaded block-buffer v0.12.1
5462026-08-20T20:45:44.426Z Downloaded compression-core v0.4.31
5472026-08-20T20:45:44.430Z Downloaded block-padding v0.4.2
5482026-08-20T20:45:44.433Z Downloaded cfg_aliases v0.1.1
5492026-08-20T20:45:44.436Z Downloaded fixedbitset v0.5.7
5502026-08-20T20:45:44.436Z Downloaded ciborium-io v0.2.2
5512026-08-20T20:45:44.436Z Downloaded newline-converter v0.3.0
5522026-08-20T20:45:44.436Z Downloaded nibble_vec v0.1.0
5532026-08-20T20:45:44.440Z Downloaded futures v0.3.32
5542026-08-20T20:45:44.445Z Downloaded nodrop v0.1.14
5552026-08-20T20:45:44.445Z Downloaded env_filter v2.0.0
5562026-08-20T20:45:44.451Z Downloaded openssl-macros v0.1.1
5572026-08-20T20:45:44.451Z Downloaded openssl-probe v0.2.1
5582026-08-20T20:45:44.451Z Downloaded home v0.5.12
5592026-08-20T20:45:44.451Z Downloaded base64ct v1.8.3
5602026-08-20T20:45:44.451Z Downloaded bit-set v0.8.0
5612026-08-20T20:45:44.451Z Downloaded camino-tempfile-ext v0.3.3
5622026-08-20T20:45:44.455Z Downloaded httpdate v1.0.3
5632026-08-20T20:45:44.455Z Downloaded backoff v0.4.0
5642026-08-20T20:45:44.455Z Downloaded argon2 v0.5.3
5652026-08-20T20:45:44.455Z Downloaded flagset v0.4.7
5662026-08-20T20:45:44.455Z Downloaded hubpack v0.1.2
5672026-08-20T20:45:44.455Z Downloaded num_threads v0.1.7
5682026-08-20T20:45:44.455Z Downloaded anstream v0.6.21
5692026-08-20T20:45:44.459Z Downloaded anstyle-parse v0.2.7
5702026-08-20T20:45:44.459Z Downloaded bit-vec v0.6.3
5712026-08-20T20:45:44.459Z Downloaded ghash v0.6.0
5722026-08-20T20:45:44.463Z Downloaded bitfield v0.19.4
5732026-08-20T20:45:44.463Z Downloaded hex-literal v1.1.0
5742026-08-20T20:45:44.463Z Downloaded arrayvec v0.7.6
5752026-08-20T20:45:44.466Z Downloaded hostname v0.3.1
5762026-08-20T20:45:44.470Z Downloaded buf-list v1.1.2
5772026-08-20T20:45:44.473Z Downloaded byte-wrapper v0.1.0
5782026-08-20T20:45:44.473Z Downloaded cobs v0.3.0
5792026-08-20T20:45:44.476Z Downloaded cassowary v0.3.0
5802026-08-20T20:45:44.479Z Downloaded hex v0.4.3
5812026-08-20T20:45:44.485Z Downloaded bitflags v1.3.2
5822026-08-20T20:45:44.489Z Downloaded cmov v0.5.4
5832026-08-20T20:45:44.489Z Downloaded fs_extra v1.3.0
5842026-08-20T20:45:44.489Z Downloaded psl-types v2.0.11
5852026-08-20T20:45:44.492Z Downloaded group v0.13.0
5862026-08-20T20:45:44.496Z Downloaded potential_utf v0.1.4
5872026-08-20T20:45:44.499Z Downloaded cbc v0.2.1
5882026-08-20T20:45:44.499Z Downloaded chacha20 v0.9.1
5892026-08-20T20:45:44.502Z Downloaded ref-cast-impl v1.0.25
5902026-08-20T20:45:44.505Z Downloaded cipher v0.4.4
5912026-08-20T20:45:44.505Z Downloaded cipher v0.5.2
5922026-08-20T20:45:44.505Z Downloaded cmake v0.1.57
5932026-08-20T20:45:44.508Z Downloaded path-slash v0.1.5
5942026-08-20T20:45:44.508Z Downloaded proc-macro-error-attr2 v2.0.0
5952026-08-20T20:45:44.508Z Downloaded rand_pcg v0.10.2
5962026-08-20T20:45:44.508Z Downloaded phf_shared v0.11.3
5972026-08-20T20:45:44.508Z Downloaded bs58 v0.5.1
5982026-08-20T20:45:44.512Z Downloaded openssl-probe v0.1.6
5992026-08-20T20:45:44.512Z Downloaded rustc_version v0.4.1
6002026-08-20T20:45:44.512Z Downloaded blowfish v0.10.0
6012026-08-20T20:45:44.512Z Downloaded cexpr v0.6.0
6022026-08-20T20:45:44.516Z Downloaded num-integer v0.1.46
6032026-08-20T20:45:44.516Z Downloaded same-file v1.0.6
6042026-08-20T20:45:44.516Z Downloaded signal-hook-tokio v0.3.1
6052026-08-20T20:45:44.519Z Downloaded sigpipe v0.1.3
6062026-08-20T20:45:44.519Z Downloaded hash32 v0.3.1
6072026-08-20T20:45:44.522Z Downloaded take_mut v0.2.2
6082026-08-20T20:45:44.522Z Downloaded parse-display-derive v0.10.0
6092026-08-20T20:45:44.522Z Downloaded bcs v0.1.6
6102026-08-20T20:45:44.522Z Downloaded ciborium v0.2.2
6112026-08-20T20:45:44.526Z Downloaded git-stub-vcs v0.1.0
6122026-08-20T20:45:44.526Z Downloaded highway v1.3.0
6132026-08-20T20:45:44.526Z Downloaded num_enum v0.5.11
6142026-08-20T20:45:44.529Z Downloaded argon2 v0.6.0-rc.8
6152026-08-20T20:45:44.532Z Downloaded backon v1.6.0
6162026-08-20T20:45:44.532Z Downloaded bb8 v0.8.6
6172026-08-20T20:45:44.532Z Downloaded addr2line v0.25.1
6182026-08-20T20:45:44.535Z Downloaded async-bb8-diesel v0.2.1
6192026-08-20T20:45:44.535Z Downloaded colored v3.1.1
6202026-08-20T20:45:44.535Z Downloaded serde_repr v0.1.20
6212026-08-20T20:45:44.538Z Downloaded scroll_derive v0.13.1
6222026-08-20T20:45:44.539Z Downloaded slog-bunyan v2.5.0
6232026-08-20T20:45:44.539Z Downloaded bzip2 v0.4.4
6242026-08-20T20:45:44.539Z Downloaded colored v2.2.0
6252026-08-20T20:45:44.542Z Downloaded compression-codecs v0.4.37
6262026-08-20T20:45:44.542Z Downloaded console v0.16.2
6272026-08-20T20:45:44.545Z Downloaded slog-envlogger v2.2.0
6282026-08-20T20:45:44.548Z Downloaded tinyvec_macros v0.1.1
6292026-08-20T20:45:44.548Z Downloaded polyval v0.7.1
6302026-08-20T20:45:44.548Z Downloaded testing_table v0.3.0
6312026-08-20T20:45:44.548Z Downloaded strsim v0.10.0
6322026-08-20T20:45:44.551Z Downloaded http-body-util v0.1.3
6332026-08-20T20:45:44.555Z Downloaded wait-timeout v0.2.1
6342026-08-20T20:45:44.562Z Downloaded chacha20 v0.10.0
6352026-08-20T20:45:44.566Z Downloaded pem v3.0.6
6362026-08-20T20:45:44.566Z Downloaded packed_struct v0.10.1
6372026-08-20T20:45:44.566Z Downloaded psm v0.1.30
6382026-08-20T20:45:44.569Z Downloaded const-oid v0.9.6
6392026-08-20T20:45:44.569Z Downloaded subtle v2.6.1
6402026-08-20T20:45:44.569Z Downloaded hmac v0.13.0
6412026-08-20T20:45:44.572Z Downloaded glob v0.3.3
6422026-08-20T20:45:44.572Z Downloaded pin-project-internal v1.1.11
6432026-08-20T20:45:44.572Z Downloaded primeorder v0.13.6
6442026-08-20T20:45:44.572Z Downloaded blake2 v0.10.6
6452026-08-20T20:45:44.576Z Downloaded cancel-safe-futures v0.1.5
6462026-08-20T20:45:44.576Z Downloaded paste v1.0.15
6472026-08-20T20:45:44.581Z Downloaded progenitor-client v0.13.0
6482026-08-20T20:45:44.581Z Downloaded tokio-test v0.4.5
6492026-08-20T20:45:44.584Z Downloaded clang-sys v1.8.1
6502026-08-20T20:45:44.584Z Downloaded ssh-encoding v0.3.0
6512026-08-20T20:45:44.584Z Downloaded rand_seeder v0.4.0
6522026-08-20T20:45:44.588Z Downloaded yoke-derive v0.8.1
6532026-08-20T20:45:44.591Z Downloaded untrusted v0.7.1
6542026-08-20T20:45:44.591Z Downloaded utf-8 v0.7.6
6552026-08-20T20:45:44.591Z Downloaded utf8_iter v1.0.4
6562026-08-20T20:45:44.591Z Downloaded postgres-types v0.2.12
6572026-08-20T20:45:44.595Z Downloaded synstructure v0.13.2
6582026-08-20T20:45:44.595Z Downloaded convert_case v0.4.0
6592026-08-20T20:45:44.595Z Downloaded hickory-resolver v0.25.2
6602026-08-20T20:45:44.598Z Downloaded hmac v0.12.1
6612026-08-20T20:45:44.601Z Downloaded console v0.15.11
6622026-08-20T20:45:44.604Z Downloaded getrandom v0.2.17
6632026-08-20T20:45:44.607Z Downloaded zeroize_derive v1.5.0
6642026-08-20T20:45:44.607Z Downloaded arc-swap v1.8.2
6652026-08-20T20:45:44.610Z Downloaded cpubits v0.1.1
6662026-08-20T20:45:44.615Z Downloaded curve25519-dalek-derive v0.1.1
6672026-08-20T20:45:44.615Z Downloaded darling_macro v0.20.11
6682026-08-20T20:45:44.615Z Downloaded globset v0.4.18
6692026-08-20T20:45:44.615Z Downloaded darling_macro v0.21.3
6702026-08-20T20:45:44.618Z Downloaded rustls-pemfile v2.2.0
6712026-08-20T20:45:44.618Z Downloaded tiny-keccak v2.0.2
6722026-08-20T20:45:44.618Z Downloaded tls_codec v0.4.2
6732026-08-20T20:45:44.622Z Downloaded rustversion v1.0.22
6742026-08-20T20:45:44.622Z Downloaded scrypt v0.12.0
6752026-08-20T20:45:44.625Z Downloaded slog-json v2.6.1
6762026-08-20T20:45:44.625Z Downloaded strum v0.27.2
6772026-08-20T20:45:44.625Z Downloaded toml_writer v1.1.1+spec-1.1.0
6782026-08-20T20:45:44.625Z Downloaded tui-tree-widget v0.23.1
6792026-08-20T20:45:44.629Z Downloaded sec1 v0.7.3
6802026-08-20T20:45:44.629Z Downloaded slog-dtrace v0.3.0
6812026-08-20T20:45:44.629Z Downloaded spki v0.7.3
6822026-08-20T20:45:44.629Z Downloaded downcast-rs v2.0.2
6832026-08-20T20:45:44.632Z Downloaded crunchy v0.2.4
6842026-08-20T20:45:44.632Z Downloaded getrandom v0.4.3
6852026-08-20T20:45:44.635Z Downloaded jiff-static v0.2.34
6862026-08-20T20:45:44.641Z Downloaded parking_lot v0.12.5
6872026-08-20T20:45:44.649Z Downloaded wyz v0.5.1
6882026-08-20T20:45:44.652Z Downloaded blake2 v0.11.0-rc.6
6892026-08-20T20:45:44.652Z Downloaded bzip2 v0.6.1
6902026-08-20T20:45:44.655Z Downloaded thread_local v1.1.9
6912026-08-20T20:45:44.658Z Downloaded vergen-git2 v9.1.0
6922026-08-20T20:45:44.662Z Downloaded defmt-parser v1.0.0
6932026-08-20T20:45:44.662Z Downloaded dirs-sys-next v0.1.2
6942026-08-20T20:45:44.665Z Downloaded hyper-tls v0.6.0
6952026-08-20T20:45:44.665Z Downloaded inout v0.1.4
6962026-08-20T20:45:44.665Z Downloaded pkcs1 v0.8.0-rc.4
6972026-08-20T20:45:44.668Z Downloaded linked-hash-map v0.5.6
6982026-08-20T20:45:44.668Z Downloaded new_debug_unreachable v1.0.6
6992026-08-20T20:45:44.671Z Downloaded allocator-api2 v0.2.21
7002026-08-20T20:45:44.675Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7012026-08-20T20:45:44.678Z Downloaded compact_str v0.8.1
7022026-08-20T20:45:44.682Z Downloaded libscf-sys v1.2.0
7032026-08-20T20:45:44.685Z Downloaded olpc-cjson v0.1.4
7042026-08-20T20:45:44.688Z Downloaded corncobs v0.1.4
7052026-08-20T20:45:44.691Z Downloaded num-iter v0.1.45
7062026-08-20T20:45:44.694Z Downloaded httparse v1.10.1
7072026-08-20T20:45:44.694Z Downloaded powerfmt v0.2.0
7082026-08-20T20:45:44.694Z Downloaded term v1.2.1
7092026-08-20T20:45:44.698Z Downloaded ctr v0.10.1
7102026-08-20T20:45:44.701Z Downloaded toml_parser v1.1.2+spec-1.1.0
7112026-08-20T20:45:44.701Z Downloaded half v1.8.3
7122026-08-20T20:45:44.704Z Downloaded rusty-fork v0.3.1
7132026-08-20T20:45:44.704Z Downloaded serde_with_macros v1.5.2
7142026-08-20T20:45:44.704Z Downloaded diesel-dtrace v0.5.0
7152026-08-20T20:45:44.704Z Downloaded dof v0.4.0
7162026-08-20T20:45:44.707Z Downloaded ed25519 v2.2.3
7172026-08-20T20:45:44.707Z Downloaded serde_with_macros v3.21.0
7182026-08-20T20:45:44.707Z Downloaded mime v0.3.17
7192026-08-20T20:45:44.711Z Downloaded ipnetwork v0.21.1
7202026-08-20T20:45:44.711Z Downloaded nonempty v0.12.0
7212026-08-20T20:45:44.711Z Downloaded predicates-core v1.0.10
7222026-08-20T20:45:44.714Z Downloaded critical-section v1.2.0
7232026-08-20T20:45:44.714Z Downloaded radium v0.7.0
7242026-08-20T20:45:44.714Z Downloaded rand_chacha v0.3.1
7252026-08-20T20:45:44.719Z Downloaded ipnet v2.12.0
7262026-08-20T20:45:44.722Z Downloaded omicron-zone-package v0.12.3
7272026-08-20T20:45:44.722Z Downloaded opaque-debug v0.3.1
7282026-08-20T20:45:44.722Z Downloaded peg-runtime v0.8.5
7292026-08-20T20:45:44.728Z Downloaded bytes v1.11.1
7302026-08-20T20:45:44.731Z Downloaded progenitor-macro v0.13.0
7312026-08-20T20:45:44.737Z Downloaded half v2.7.1
7322026-08-20T20:45:44.740Z Downloaded linear-map v1.2.0
7332026-08-20T20:45:44.740Z Downloaded prefix-trie v0.7.0
7342026-08-20T20:45:44.744Z Downloaded defmt-macros v1.0.1
7352026-08-20T20:45:44.744Z Downloaded defmt v1.0.1
7362026-08-20T20:45:44.747Z Downloaded indoc v1.0.9
7372026-08-20T20:45:44.747Z Downloaded serde_bytes v0.11.19
7382026-08-20T20:45:44.750Z Downloaded siphasher v1.0.2
7392026-08-20T20:45:44.750Z Downloaded ar_archive_writer v0.5.1
7402026-08-20T20:45:44.750Z Downloaded base64 v0.22.1
7412026-08-20T20:45:44.753Z Downloaded rfc6979 v0.4.0
7422026-08-20T20:45:44.756Z Downloaded backtrace v0.3.76
7432026-08-20T20:45:44.756Z Downloaded base64 v0.21.7
7442026-08-20T20:45:44.760Z Downloaded tracing-attributes v0.1.31
7452026-08-20T20:45:44.760Z Downloaded unicode-properties v0.1.4
7462026-08-20T20:45:44.763Z Downloaded libefi-sys v0.1.0
7472026-08-20T20:45:44.766Z Downloaded rand_xorshift v0.4.0
7482026-08-20T20:45:44.766Z Downloaded scheduled-thread-pool v0.2.7
7492026-08-20T20:45:44.769Z Downloaded secrecy v0.10.3
7502026-08-20T20:45:44.769Z Downloaded shell-words v1.1.1
7512026-08-20T20:45:44.769Z Downloaded oxide-tokio-rt v0.1.4
7522026-08-20T20:45:44.772Z Downloaded sync_wrapper v1.0.2
7532026-08-20T20:45:44.772Z Downloaded termtree v0.5.1
7542026-08-20T20:45:44.772Z Downloaded tokio-stream v0.1.18
7552026-08-20T20:45:44.779Z Downloaded tungstenite v0.21.0
7562026-08-20T20:45:44.782Z Downloaded tungstenite v0.23.0
7572026-08-20T20:45:44.786Z Downloaded diff v0.1.13
7582026-08-20T20:45:44.786Z Downloaded ecdsa v0.17.0
7592026-08-20T20:45:44.793Z Downloaded hybrid-array v0.4.13
7602026-08-20T20:45:44.796Z Downloaded jobserver v0.1.34
7612026-08-20T20:45:44.800Z Downloaded proc-macro-error2 v2.0.1
7622026-08-20T20:45:44.800Z Downloaded universal-hash v0.5.1
7632026-08-20T20:45:44.800Z Downloaded unarray v0.1.4
7642026-08-20T20:45:44.800Z Downloaded supports-color v3.0.2
7652026-08-20T20:45:44.803Z Downloaded thread-id v5.1.0
7662026-08-20T20:45:44.803Z Downloaded headers v0.4.1
7672026-08-20T20:45:44.806Z Downloaded rpassword v7.5.4
7682026-08-20T20:45:44.806Z Downloaded vte v0.14.1
7692026-08-20T20:45:44.806Z Downloaded bumpalo v3.20.2
7702026-08-20T20:45:44.810Z Downloaded flate2 v1.1.9
7712026-08-20T20:45:44.813Z Downloaded heapless v0.7.17
7722026-08-20T20:45:44.813Z Downloaded chumsky v0.9.3
7732026-08-20T20:45:44.816Z Downloaded password-hash v0.5.0
7742026-08-20T20:45:44.816Z Downloaded oxnet v0.1.6
7752026-08-20T20:45:44.816Z Downloaded pkcs8 v0.10.2
7762026-08-20T20:45:44.819Z Downloaded primefield v0.14.0
7772026-08-20T20:45:44.819Z Downloaded memmap2 v0.9.10
7782026-08-20T20:45:44.819Z Downloaded rustc-demangle v0.1.27
7792026-08-20T20:45:44.823Z Downloaded scroll v0.13.0
7802026-08-20T20:45:44.823Z Downloaded slog-scope v4.4.1
7812026-08-20T20:45:44.823Z Downloaded darling v0.20.11
7822026-08-20T20:45:44.827Z Downloaded futures-util v0.3.32
7832026-08-20T20:45:44.830Z Downloaded pin-project-lite v0.2.17
7842026-08-20T20:45:44.833Z Downloaded subprocess v0.2.15
7852026-08-20T20:45:44.836Z Downloaded wnaf v0.14.0
7862026-08-20T20:45:44.836Z Downloaded zerofrom-derive v0.1.6
7872026-08-20T20:45:44.836Z Downloaded cpufeatures v0.3.0
7882026-08-20T20:45:44.836Z Downloaded crc v3.4.0
7892026-08-20T20:45:44.840Z Downloaded multer v3.1.0
7902026-08-20T20:45:44.840Z Downloaded rayon-core v1.13.0
7912026-08-20T20:45:44.840Z Downloaded litemap v0.8.1
7922026-08-20T20:45:44.845Z Downloaded serdect v0.4.3
7932026-08-20T20:45:44.848Z Downloaded cstr-argument v0.1.2
7942026-08-20T20:45:44.848Z Downloaded zone v0.3.1
7952026-08-20T20:45:44.848Z Downloaded strum_macros v0.24.3
7962026-08-20T20:45:44.852Z Downloaded crossbeam-utils v0.8.21
7972026-08-20T20:45:44.852Z Downloaded num_enum v0.7.6
7982026-08-20T20:45:44.855Z Downloaded derive_builder_macro v0.20.2
7992026-08-20T20:45:44.855Z Downloaded aes v0.9.1
8002026-08-20T20:45:44.858Z Downloaded dropshot_endpoint v0.17.1
8012026-08-20T20:45:44.862Z Downloaded heapless v0.8.0
8022026-08-20T20:45:44.862Z Downloaded icu_provider v2.1.1
8032026-08-20T20:45:44.862Z Downloaded hickory-resolver v0.24.4
8042026-08-20T20:45:44.866Z Downloaded scuffle v0.1.0
8052026-08-20T20:45:44.869Z Downloaded slog-stdlog v4.1.1
8062026-08-20T20:45:44.869Z Downloaded slog-term v2.9.2
8072026-08-20T20:45:44.869Z Downloaded stacker v0.1.23
8082026-08-20T20:45:44.872Z Downloaded static_assertions v1.1.0
8092026-08-20T20:45:44.872Z Downloaded lalrpop-util v0.19.12
8102026-08-20T20:45:44.878Z Downloaded tokio-tungstenite v0.21.0
8112026-08-20T20:45:44.878Z Downloaded document-features v0.2.12
8122026-08-20T20:45:44.881Z Downloaded dunce v1.0.5
8132026-08-20T20:45:44.881Z Downloaded tinystr v0.8.2
8142026-08-20T20:45:44.881Z Downloaded cc v1.2.56
8152026-08-20T20:45:44.882Z Downloaded idna_adapter v1.2.1
8162026-08-20T20:45:44.882Z Downloaded chacha20poly1305 v0.10.1
8172026-08-20T20:45:44.885Z Downloaded samael v0.0.19
8182026-08-20T20:45:44.891Z Downloaded parking_lot_core v0.9.12
8192026-08-20T20:45:44.891Z Downloaded pkcs8 v0.11.0
8202026-08-20T20:45:44.895Z Downloaded progenitor-extras v0.2.0
8212026-08-20T20:45:44.895Z Downloaded tokio-dtrace v0.1.1
8222026-08-20T20:45:44.895Z Downloaded vsss-rs v3.3.4
8232026-08-20T20:45:44.895Z Downloaded writeable v0.6.2
8242026-08-20T20:45:44.895Z Downloaded illumos-nvpair-sys v0.2.0
8252026-08-20T20:45:44.898Z Downloaded p256 v0.14.0
8262026-08-20T20:45:44.898Z Downloaded hashbrown v0.13.2
8272026-08-20T20:45:44.902Z Downloaded usdt v0.6.0
8282026-08-20T20:45:44.902Z Downloaded whoami v1.6.1
8292026-08-20T20:45:44.902Z Downloaded async-compression v0.4.41
8302026-08-20T20:45:44.907Z Downloaded zerotrie v0.2.3
8312026-08-20T20:45:44.907Z Downloaded lru-slab v0.1.2
8322026-08-20T20:45:44.907Z Downloaded match_cfg v0.1.0
8332026-08-20T20:45:44.910Z Downloaded maybe-uninit v2.0.0
8342026-08-20T20:45:44.910Z Downloaded md-5 v0.10.6
8352026-08-20T20:45:44.910Z Downloaded rand v0.8.6
8362026-08-20T20:45:44.913Z Downloaded delegate v0.13.5
8372026-08-20T20:45:44.914Z Downloaded progenitor-impl v0.13.0
8382026-08-20T20:45:44.920Z Downloaded displaydoc v0.2.5
8392026-08-20T20:45:44.927Z Downloaded progenitor-client v0.14.0
8402026-08-20T20:45:44.931Z Downloaded darling_core v0.20.11
8412026-08-20T20:45:44.931Z Downloaded darling v0.13.4
8422026-08-20T20:45:44.937Z Downloaded predicates-tree v1.0.13
8432026-08-20T20:45:44.937Z Downloaded expectorate v1.2.0
8442026-08-20T20:45:44.937Z Downloaded hashbrown v0.12.3
8452026-08-20T20:45:44.940Z Downloaded http v1.4.2
8462026-08-20T20:45:44.940Z Downloaded icu_locale_core v2.1.1
8472026-08-20T20:45:44.944Z Downloaded is-terminal v0.4.17
8482026-08-20T20:45:44.948Z Downloaded russh-cryptovec v0.62.0
8492026-08-20T20:45:44.951Z Downloaded tokio-rustls v0.26.4
8502026-08-20T20:45:44.951Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8512026-08-20T20:45:44.957Z Downloaded hickory-server v0.25.2
8522026-08-20T20:45:44.957Z Downloaded signature v2.2.0
8532026-08-20T20:45:44.961Z Downloaded quinn v0.11.11
8542026-08-20T20:45:44.961Z Downloaded unicode_categories v0.1.1
8552026-08-20T20:45:44.961Z Downloaded ingot v0.2.1
8562026-08-20T20:45:44.968Z Downloaded nom v7.1.3
8572026-08-20T20:45:44.968Z Downloaded oxide-update-engine-types v0.1.2
8582026-08-20T20:45:44.971Z Downloaded seq-macro v0.3.6
8592026-08-20T20:45:44.971Z Downloaded serde-big-array v0.5.1
8602026-08-20T20:45:44.971Z Downloaded progenitor-impl v0.14.0
8612026-08-20T20:45:44.975Z Downloaded vergen v9.1.0
8622026-08-20T20:45:44.975Z Downloaded zerocopy v0.6.6
8632026-08-20T20:45:44.976Z Downloaded num-rational v0.4.2
8642026-08-20T20:45:44.976Z Downloaded tower-service v0.3.3
8652026-08-20T20:45:44.979Z Downloaded strum v0.26.3
8662026-08-20T20:45:44.979Z Downloaded tagptr v0.2.0
8672026-08-20T20:45:44.979Z Downloaded supports-hyperlinks v3.2.0
8682026-08-20T20:45:44.979Z Downloaded tokio-macros v2.7.0
8692026-08-20T20:45:44.985Z Downloaded newtype-uuid v1.3.2
8702026-08-20T20:45:44.985Z Downloaded pbkdf2 v0.13.0
8712026-08-20T20:45:44.985Z Downloaded rand v0.9.2
8722026-08-20T20:45:44.989Z Downloaded rsa v0.9.10
8732026-08-20T20:45:44.989Z Downloaded indicatif v0.18.4
8742026-08-20T20:45:44.992Z Downloaded socket2 v0.5.10
8752026-08-20T20:45:44.992Z Downloaded serde_yaml v0.9.34+deprecated
8762026-08-20T20:45:44.997Z Downloaded port-file v0.1.0
8772026-08-20T20:45:45.002Z Downloaded unit-prefix v0.5.2
8782026-08-20T20:45:45.005Z Downloaded oxide-update-engine v0.1.2
8792026-08-20T20:45:45.005Z Downloaded proc-macro-crate v1.3.1
8802026-08-20T20:45:45.009Z Downloaded usdt-attr-macro v0.6.0
8812026-08-20T20:45:45.009Z Downloaded rsa v0.10.0-rc.18
8822026-08-20T20:45:45.013Z Downloaded crc-catalog v2.4.0
8832026-08-20T20:45:45.013Z Downloaded zerofrom v0.1.6
8842026-08-20T20:45:45.013Z Downloaded crucible-workspace-hack v0.1.0
8852026-08-20T20:45:45.013Z Downloaded diesel_table_macro_syntax v0.3.0
8862026-08-20T20:45:45.017Z Downloaded rustls-native-certs v0.8.3
8872026-08-20T20:45:45.017Z Downloaded unsafe-libyaml v0.2.11
8882026-08-20T20:45:45.020Z Downloaded tracing-core v0.1.36
8892026-08-20T20:45:45.024Z Downloaded darling_macro v0.23.0
8902026-08-20T20:45:45.024Z Downloaded dirs-next v2.0.0
8912026-08-20T20:45:45.024Z Downloaded steno v0.4.1
8922026-08-20T20:45:45.029Z Downloaded ingot-macros v0.2.0
8932026-08-20T20:45:45.029Z Downloaded smallvec v0.6.14
8942026-08-20T20:45:45.032Z Downloaded signal-hook-registry v1.4.8
8952026-08-20T20:45:45.032Z Downloaded darling_macro v0.13.4
8962026-08-20T20:45:45.032Z Downloaded dyn-clone v1.0.20
8972026-08-20T20:45:45.036Z Downloaded lzss v0.8.2
8982026-08-20T20:45:45.039Z Downloaded num-bigint-dig v0.8.6
8992026-08-20T20:45:45.044Z Downloaded serde_cbor v0.11.2
9002026-08-20T20:45:45.047Z Downloaded cookie_store v0.22.1
9012026-08-20T20:45:45.051Z Downloaded thiserror-no-std v2.0.2
9022026-08-20T20:45:45.051Z Downloaded litrs v1.0.0
9032026-08-20T20:45:45.054Z Downloaded memoffset v0.9.1
9042026-08-20T20:45:45.054Z Downloaded ssh-cipher v0.3.0
9052026-08-20T20:45:45.054Z Downloaded termios v0.3.3
9062026-08-20T20:45:45.054Z Downloaded stringprep v0.1.5
9072026-08-20T20:45:45.054Z Downloaded multimap v0.10.1
9082026-08-20T20:45:45.061Z Downloaded newtype-uuid-macros v0.1.0
9092026-08-20T20:45:45.061Z Downloaded num v0.4.3
9102026-08-20T20:45:45.061Z Downloaded rcgen v0.12.1
9112026-08-20T20:45:45.061Z Downloaded xshell v0.2.7
9122026-08-20T20:45:45.061Z Downloaded x509-cert v0.2.5
9132026-08-20T20:45:45.065Z Downloaded crc-any v2.5.0
9142026-08-20T20:45:45.068Z Downloaded poly1305 v0.9.0
9152026-08-20T20:45:45.068Z Downloaded r2d2 v0.8.10
9162026-08-20T20:45:45.068Z Downloaded usdt-macro v0.6.0
9172026-08-20T20:45:45.073Z Downloaded phf_shared v0.13.1
9182026-08-20T20:45:45.076Z Downloaded uzers v0.12.2
9192026-08-20T20:45:45.076Z Downloaded yoke v0.8.1
9202026-08-20T20:45:45.076Z Downloaded derive_more v0.99.20
9212026-08-20T20:45:45.079Z Downloaded pem-rfc7468 v1.0.0
9222026-08-20T20:45:45.080Z Downloaded phf v0.13.1
9232026-08-20T20:45:45.080Z Downloaded pkcs1 v0.7.5
9242026-08-20T20:45:45.083Z Downloaded quinn-udp v0.5.14
9252026-08-20T20:45:45.083Z Downloaded socket2 v0.6.3
9262026-08-20T20:45:45.083Z Downloaded derive_builder_core v0.20.2
9272026-08-20T20:45:45.088Z Downloaded usdt-impl v0.6.0
9282026-08-20T20:45:45.088Z Downloaded parse-size v1.1.0
9292026-08-20T20:45:45.088Z Downloaded zerovec-derive v0.11.2
9302026-08-20T20:45:45.091Z Downloaded rustc_version v0.1.7
9312026-08-20T20:45:45.091Z Downloaded semver v0.1.20
9322026-08-20T20:45:45.091Z Downloaded password-hash v0.6.1
9332026-08-20T20:45:45.091Z Downloaded phf_shared v0.12.1
9342026-08-20T20:45:45.091Z Downloaded ref-cast v1.0.25
9352026-08-20T20:45:45.095Z Downloaded recursive-proc-macro-impl v0.1.1
9362026-08-20T20:45:45.095Z Downloaded signal-hook-mio v0.2.5
9372026-08-20T20:45:45.095Z Downloaded sha2 v0.11.0
9382026-08-20T20:45:45.098Z Downloaded uuid v1.23.4
9392026-08-20T20:45:45.103Z Downloaded spki v0.8.0
9402026-08-20T20:45:45.106Z Downloaded daft v0.1.7
9412026-08-20T20:45:45.106Z Downloaded smallvec v1.15.1
9422026-08-20T20:45:45.110Z Downloaded ecdsa v0.16.9
9432026-08-20T20:45:45.110Z Downloaded indoc v2.0.7
9442026-08-20T20:45:45.113Z Downloaded instant v0.1.13
9452026-08-20T20:45:45.113Z Downloaded serde_plain v1.0.2
9462026-08-20T20:45:45.113Z Downloaded zeroize v1.9.0
9472026-08-20T20:45:45.113Z Downloaded derive_more v2.1.1
9482026-08-20T20:45:45.119Z Downloaded hyper-staticfile v0.10.1
9492026-08-20T20:45:45.123Z Downloaded serde_spanned v1.1.1
9502026-08-20T20:45:45.123Z Downloaded rustls-webpki v0.103.13
9512026-08-20T20:45:45.123Z Downloaded knus-derive v3.4.0
9522026-08-20T20:45:45.130Z Downloaded thiserror-impl-no-std v2.0.2
9532026-08-20T20:45:45.130Z Downloaded topological-sort v0.2.2
9542026-08-20T20:45:45.130Z Downloaded num-complex v0.4.6
9552026-08-20T20:45:45.133Z Downloaded void v1.0.2
9562026-08-20T20:45:45.133Z Downloaded xattr v1.6.1
9572026-08-20T20:45:45.137Z Downloaded owo-colors v4.3.0
9582026-08-20T20:45:45.141Z Downloaded aes-gcm v0.11.0
9592026-08-20T20:45:45.145Z Downloaded darling_core v0.21.3
9602026-08-20T20:45:45.149Z Downloaded unicode-truncate v1.1.0
9612026-08-20T20:45:45.154Z Downloaded debug-ignore v1.0.5
9622026-08-20T20:45:45.158Z Downloaded num-bigint v0.4.6
9632026-08-20T20:45:45.164Z Downloaded primeorder v0.14.0
9642026-08-20T20:45:45.168Z Downloaded hashbrown v0.16.1
9652026-08-20T20:45:45.168Z Downloaded postgres-protocol v0.6.10
9662026-08-20T20:45:45.168Z Downloaded crc8 v0.1.1
9672026-08-20T20:45:45.172Z Downloaded rand_core v0.9.5
9682026-08-20T20:45:45.175Z Downloaded icu_normalizer_data v2.1.1
9692026-08-20T20:45:45.175Z Downloaded inout v0.2.2
9702026-08-20T20:45:45.175Z Downloaded instability v0.3.11
9712026-08-20T20:45:45.178Z Downloaded num-derive v0.4.2
9722026-08-20T20:45:45.178Z Downloaded hashbrown v0.15.5
9732026-08-20T20:45:45.181Z Downloaded aho-corasick v1.1.4
9742026-08-20T20:45:45.184Z Downloaded schemars_derive v0.8.22
9752026-08-20T20:45:45.184Z Downloaded slab v0.4.12
9762026-08-20T20:45:45.185Z Downloaded maplit v1.0.2
9772026-08-20T20:45:45.188Z Downloaded schemars v0.8.22
9782026-08-20T20:45:45.195Z Downloaded knus v3.4.0
9792026-08-20T20:45:45.198Z Downloaded tap v1.0.1
9802026-08-20T20:45:45.198Z Downloaded stable_deref_trait v1.2.1
9812026-08-20T20:45:45.198Z Downloaded support-bundle-viewer v0.1.2
9822026-08-20T20:45:45.198Z Downloaded tls_codec_derive v0.4.2
9832026-08-20T20:45:45.198Z Downloaded internet-checksum v0.2.1
9842026-08-20T20:45:45.201Z Downloaded is_ci v1.2.0
9852026-08-20T20:45:45.201Z Downloaded managed v0.8.0
9862026-08-20T20:45:45.205Z Downloaded percent-encoding v2.3.2
9872026-08-20T20:45:45.208Z Downloaded precomputed-hash v0.1.1
9882026-08-20T20:45:45.208Z Downloaded toml v1.1.2+spec-1.1.0
9892026-08-20T20:45:45.208Z Downloaded zerovec v0.11.5
9902026-08-20T20:45:45.213Z Downloaded darling_core v0.23.0
9912026-08-20T20:45:45.218Z Downloaded tokio-tungstenite v0.23.1
9922026-08-20T20:45:45.221Z Downloaded unicode-bidi v0.3.18
9932026-08-20T20:45:45.221Z Downloaded zerocopy-derive v0.8.55
9942026-08-20T20:45:45.553Z Downloaded mio v1.2.0
9952026-08-20T20:45:45.565Z Downloaded vergen-lib v9.1.0
9962026-08-20T20:45:45.565Z Downloaded rustc-hash v2.1.1
9972026-08-20T20:45:45.565Z Downloaded signature v3.0.0
9982026-08-20T20:45:45.565Z Downloaded strip-ansi-escapes v0.2.1
9992026-08-20T20:45:45.565Z Downloaded hashbrown v0.14.5
10002026-08-20T20:45:45.565Z Downloaded p384 v0.14.0
10012026-08-20T20:45:45.565Z Downloaded const_format_proc_macros v0.2.34
10022026-08-20T20:45:45.565Z Downloaded deranged v0.5.8
10032026-08-20T20:45:45.565Z Downloaded crypto-common v0.2.2
10042026-08-20T20:45:45.565Z Downloaded untrusted v0.9.0
10052026-08-20T20:45:45.565Z Downloaded daft-derive v0.1.7
10062026-08-20T20:45:45.565Z Downloaded ed25519 v3.0.0
10072026-08-20T20:45:45.565Z Downloaded keccak v0.1.6
10082026-08-20T20:45:45.565Z Downloaded digest v0.11.3
10092026-08-20T20:45:45.566Z Downloaded derive-ex v0.1.8
10102026-08-20T20:45:45.566Z Downloaded lazy_static v1.5.0
10112026-08-20T20:45:45.566Z Downloaded impl-trait-for-tuples v0.2.3
10122026-08-20T20:45:45.566Z Downloaded ed25519-dalek v2.2.0
10132026-08-20T20:45:45.566Z Downloaded schemars v0.9.0
10142026-08-20T20:45:45.566Z Downloaded darling_core v0.13.4
10152026-08-20T20:45:45.566Z Downloaded icu_properties v2.1.2
10162026-08-20T20:45:45.566Z Downloaded salsa20 v0.11.0
10172026-08-20T20:45:45.566Z Downloaded normalize-line-endings v0.3.0
10182026-08-20T20:45:45.566Z Downloaded num_enum_derive v0.5.11
10192026-08-20T20:45:45.566Z Downloaded oso-derive v0.27.3
10202026-08-20T20:45:45.566Z Downloaded zone_cfg_derive v0.3.1
10212026-08-20T20:45:45.566Z Downloaded libsw-core v0.3.2
10222026-08-20T20:45:45.566Z Downloaded rand_core v0.6.4
10232026-08-20T20:45:45.566Z Downloaded rand_core v0.10.0
10242026-08-20T20:45:45.566Z Downloaded module-lattice v0.2.3
10252026-08-20T20:45:45.566Z Downloaded nanorand v0.7.0
10262026-08-20T20:45:45.566Z Downloaded illumos-nvpair v0.3.0
10272026-08-20T20:45:45.566Z Downloaded sec1 v0.8.1
10282026-08-20T20:45:45.566Z Downloaded smf v0.2.3
10292026-08-20T20:45:45.567Z Downloaded rustyline v14.0.0
10302026-08-20T20:45:45.567Z Downloaded sha1 v0.10.6
10312026-08-20T20:45:45.567Z Downloaded oxide-update-engine-display v0.1.2
10322026-08-20T20:45:45.567Z Downloaded pem-rfc7468 v0.7.0
10332026-08-20T20:45:45.567Z Downloaded progenitor-macro v0.14.0
10342026-08-20T20:45:45.567Z Downloaded der v0.7.10
10352026-08-20T20:45:45.567Z Downloaded parse-display v0.10.0
10362026-08-20T20:45:45.567Z Downloaded serde_path_to_error v0.1.20
10372026-08-20T20:45:45.567Z Downloaded h2 v0.4.15
10382026-08-20T20:45:45.567Z Downloaded papergrid v0.18.0
10392026-08-20T20:45:45.567Z Downloaded structmeta-derive v0.3.0
10402026-08-20T20:45:45.567Z Downloaded secrecy v0.8.0
10412026-08-20T20:45:45.567Z Downloaded sqlparser_derive v0.5.0
10422026-08-20T20:45:45.567Z Downloaded qorb v0.4.1
10432026-08-20T20:45:45.567Z Downloaded strum_macros v0.27.2
10442026-08-20T20:45:45.567Z Downloaded time-macros v0.2.27
10452026-08-20T20:45:45.567Z Downloaded walkdir v2.5.0
10462026-08-20T20:45:45.567Z Downloaded proc-macro-crate v3.4.0
10472026-08-20T20:45:45.567Z Downloaded quick-error v1.2.3
10482026-08-20T20:45:45.567Z Downloaded hkdf v0.13.0
10492026-08-20T20:45:45.568Z Downloaded indent_write v2.2.0
10502026-08-20T20:45:45.568Z Downloaded universal-hash v0.6.1
10512026-08-20T20:45:45.568Z Downloaded xshell-macros v0.2.7
10522026-08-20T20:45:45.568Z Downloaded typed-path v0.9.3
10532026-08-20T20:45:45.568Z Downloaded packed_struct_codegen v0.10.1
10542026-08-20T20:45:45.568Z Downloaded lock_api v0.4.14
10552026-08-20T20:45:45.568Z Downloaded unicode-segmentation v1.12.0
10562026-08-20T20:45:45.568Z Downloaded phf v0.12.1
10572026-08-20T20:45:45.568Z Downloaded ctutils v0.4.2
10582026-08-20T20:45:45.568Z Downloaded zstd v0.13.3
10592026-08-20T20:45:45.568Z Downloaded digest-io v0.1.0
10602026-08-20T20:45:45.568Z Downloaded difflib v0.4.0
10612026-08-20T20:45:45.568Z Downloaded display-error-chain v0.2.2
10622026-08-20T20:45:45.568Z Downloaded lru v0.12.5
10632026-08-20T20:45:45.568Z Downloaded kstat-rs v0.2.5
10642026-08-20T20:45:45.568Z Downloaded lru-cache v0.1.2
10652026-08-20T20:45:45.568Z Downloaded rand_chacha v0.9.0
10662026-08-20T20:45:45.568Z Downloaded parking_lot v0.11.2
10672026-08-20T20:45:45.568Z Downloaded recursive v0.1.1
10682026-08-20T20:45:45.568Z Downloaded supports-unicode v3.0.0
10692026-08-20T20:45:45.568Z Downloaded winnow v0.6.26
10702026-08-20T20:45:45.569Z Downloaded derive_more-impl v2.1.1
10712026-08-20T20:45:45.569Z Downloaded zip v4.6.1
10722026-08-20T20:45:45.569Z Downloaded scopeguard v1.2.0
10732026-08-20T20:45:45.569Z Downloaded twox-hash v2.1.2
10742026-08-20T20:45:45.569Z Downloaded crc32fast v1.5.0
10752026-08-20T20:45:45.569Z Downloaded sha1 v0.11.0
10762026-08-20T20:45:45.569Z Downloaded typify-macro v0.6.2
10772026-08-20T20:45:45.569Z Downloaded blake3 v1.8.5
10782026-08-20T20:45:45.569Z Downloaded poly1305 v0.8.0
10792026-08-20T20:45:45.569Z Downloaded tower-layer v0.3.3
10802026-08-20T20:45:45.569Z Downloaded prettyplease v0.2.37
10812026-08-20T20:45:45.569Z Downloaded ed25519-dalek v3.0.0
10822026-08-20T20:45:45.569Z Downloaded snafu-derive v0.8.9
10832026-08-20T20:45:45.569Z Downloaded iana-time-zone v0.1.65
10842026-08-20T20:45:45.569Z Downloaded dsl_auto_type v0.2.0
10852026-08-20T20:45:45.569Z Downloaded dtrace-parser v0.3.0
10862026-08-20T20:45:45.569Z Downloaded hyper-util v0.1.20
10872026-08-20T20:45:45.569Z Downloaded data-encoding v2.10.0
10882026-08-20T20:45:45.569Z Downloaded darling v0.21.3
10892026-08-20T20:45:45.569Z Downloaded aws-lc-rs v1.16.3
10902026-08-20T20:45:45.569Z Downloaded tokio-native-tls v0.3.1
10912026-08-20T20:45:45.569Z Downloaded either v1.15.0
10922026-08-20T20:45:45.569Z Downloaded icu_properties_data v2.1.2
10932026-08-20T20:45:45.569Z Downloaded ignore v0.4.25
10942026-08-20T20:45:45.569Z Downloaded constant_time_eq v0.4.2
10952026-08-20T20:45:45.578Z Downloaded convert_case v0.10.0
10962026-08-20T20:45:45.578Z Downloaded tabwriter v1.4.1
10972026-08-20T20:45:45.578Z Downloaded sapling-renderdag v0.1.0
10982026-08-20T20:45:45.578Z Downloaded unicode-xid v0.2.6
10992026-08-20T20:45:45.578Z Downloaded num_enum_derive v0.7.6
11002026-08-20T20:45:45.578Z Downloaded reqwest v0.13.2
11012026-08-20T20:45:45.578Z Downloaded serde_urlencoded v0.7.1
11022026-08-20T20:45:45.578Z Downloaded toml_edit v0.23.10+spec-1.0.0
11032026-08-20T20:45:45.578Z Downloaded resolv-conf v0.7.6
11042026-08-20T20:45:45.578Z Downloaded trait-variant v0.1.2
11052026-08-20T20:45:45.578Z Downloaded ryu v1.0.23
11062026-08-20T20:45:45.579Z Downloaded ident_case v1.0.1
11072026-08-20T20:45:45.579Z Downloaded md5 v0.8.0
11082026-08-20T20:45:45.579Z Downloaded progenitor v0.14.0
11092026-08-20T20:45:45.579Z Downloaded crossbeam-channel v0.5.15
11102026-08-20T20:45:45.579Z Downloaded shlex v1.3.0
11112026-08-20T20:45:45.579Z Downloaded hkdf v0.12.4
11122026-08-20T20:45:45.579Z Downloaded tinyvec v1.10.0
11132026-08-20T20:45:45.579Z Downloaded p521 v0.14.0
11142026-08-20T20:45:45.579Z Downloaded sqlformat v0.3.5
11152026-08-20T20:45:45.579Z Downloaded term v0.7.0
11162026-08-20T20:45:45.579Z Downloaded want v0.3.1
11172026-08-20T20:45:45.579Z Downloaded structmeta v0.3.0
11182026-08-20T20:45:45.579Z Downloaded pretty_assertions v1.4.1
11192026-08-20T20:45:45.579Z Downloaded bitvec v1.0.1
11202026-08-20T20:45:45.579Z Downloaded drift v0.2.0
11212026-08-20T20:45:45.579Z Downloaded zopfli v0.8.3
11222026-08-20T20:45:45.579Z Downloaded rfc6979 v0.6.0
11232026-08-20T20:45:45.579Z Downloaded native-tls v0.2.18
11242026-08-20T20:45:45.579Z Downloaded ingot-types v0.2.0
11252026-08-20T20:45:45.579Z Downloaded parking_lot_core v0.8.6
11262026-08-20T20:45:45.579Z Downloaded try-lock v0.2.5
11272026-08-20T20:45:45.579Z Downloaded newtype_derive v0.1.6
11282026-08-20T20:45:45.579Z Downloaded internal-russh-num-bigint v0.5.0
11292026-08-20T20:45:45.579Z Downloaded kem v0.3.0
11302026-08-20T20:45:45.579Z Downloaded itertools v0.14.0
11312026-08-20T20:45:45.579Z Downloaded predicates v3.1.4
11322026-08-20T20:45:45.579Z Downloaded string_cache v0.8.9
11332026-08-20T20:45:45.579Z Downloaded time-core v0.1.8
11342026-08-20T20:45:45.579Z Downloaded minimal-lexical v0.2.1
11352026-08-20T20:45:45.579Z Downloaded snafu v0.8.9
11362026-08-20T20:45:45.579Z Downloaded slog-async v2.8.0
11372026-08-20T20:45:45.579Z Downloaded phc v0.6.1
11382026-08-20T20:45:45.579Z Downloaded typify v0.6.2
11392026-08-20T20:45:45.579Z Downloaded waitgroup v0.1.2
11402026-08-20T20:45:45.579Z Downloaded postcard v1.1.3
11412026-08-20T20:45:45.579Z Downloaded url v2.5.8
11422026-08-20T20:45:45.579Z Downloaded whoami v2.1.0
11432026-08-20T20:45:45.579Z Downloaded nu-ansi-term v0.50.3
11442026-08-20T20:45:45.580Z Downloaded serde_with v3.21.0
11452026-08-20T20:45:45.580Z Downloaded tar v0.4.46
11462026-08-20T20:45:45.580Z Downloaded keccak v0.2.0
11472026-08-20T20:45:45.580Z Downloaded peg v0.8.5
11482026-08-20T20:45:45.580Z Downloaded rustls-pki-types v1.14.0
11492026-08-20T20:45:45.580Z Downloaded signal-hook v0.3.18
11502026-08-20T20:45:45.580Z Downloaded sponge-cursor v0.1.0
11512026-08-20T20:45:45.580Z Downloaded rtoolbox v0.0.3
11522026-08-20T20:45:45.580Z Downloaded vergen-lib v0.1.6
11532026-08-20T20:45:45.580Z Downloaded dropshot-api-manager-types v0.8.0
11542026-08-20T20:45:45.580Z Downloaded simd-adler32 v0.3.8
11552026-08-20T20:45:45.580Z Downloaded darling v0.23.0
11562026-08-20T20:45:45.580Z Downloaded derive_builder v0.20.2
11572026-08-20T20:45:45.580Z Downloaded tower-http v0.6.8
11582026-08-20T20:45:45.580Z Downloaded icu_normalizer v2.1.1
11592026-08-20T20:45:45.580Z Downloaded zip v0.6.6
11602026-08-20T20:45:45.580Z Downloaded russh-util v0.52.0
11612026-08-20T20:45:45.580Z Downloaded libsw v3.5.0
11622026-08-20T20:45:45.586Z Downloaded sync-ptr v0.1.4
11632026-08-20T20:45:45.586Z Downloaded iri-string v0.7.10
11642026-08-20T20:45:45.586Z Downloaded peg-macros v0.8.5
11652026-08-20T20:45:45.586Z Downloaded ppv-lite86 v0.2.21
11662026-08-20T20:45:45.586Z Downloaded progenitor v0.13.0
11672026-08-20T20:45:45.586Z Downloaded humantime v2.3.0
11682026-08-20T20:45:45.589Z Downloaded iddqd v0.4.2
11692026-08-20T20:45:45.594Z Downloaded serde_with v1.14.0
11702026-08-20T20:45:45.594Z Downloaded crossbeam-epoch v0.9.18
11712026-08-20T20:45:45.597Z Downloaded serde-hex v0.1.0
11722026-08-20T20:45:45.597Z Downloaded crossbeam-deque v0.8.6
11732026-08-20T20:45:45.597Z Downloaded defmt v0.3.100
11742026-08-20T20:45:45.597Z Downloaded ml-kem v0.3.2
11752026-08-20T20:45:45.602Z Downloaded unicase v2.9.0
11762026-08-20T20:45:45.602Z Downloaded derive-where v1.6.0
11772026-08-20T20:45:45.602Z Downloaded mime_guess v2.0.5
11782026-08-20T20:45:45.605Z Downloaded csv-core v0.1.13
11792026-08-20T20:45:45.608Z Downloaded bindgen v0.71.1
11802026-08-20T20:45:45.612Z Downloaded num-conv v0.2.0
11812026-08-20T20:45:45.619Z Downloaded test-strategy v0.4.5
11822026-08-20T20:45:45.640Z Downloaded yasna v0.5.2
11832026-08-20T20:45:45.640Z Downloaded vergen-gitcl v1.0.8
11842026-08-20T20:45:45.640Z Downloaded miette-derive v7.6.0
11852026-08-20T20:45:45.641Z Downloaded zstd-safe v7.2.4
11862026-08-20T20:45:45.644Z Downloaded indexmap v1.9.3
11872026-08-20T20:45:45.647Z Downloaded der_derive v0.7.3
11882026-08-20T20:45:45.652Z Downloaded libm v0.2.16
11892026-08-20T20:45:45.655Z Downloaded tough v0.22.0
11902026-08-20T20:45:45.658Z Downloaded nom v8.0.0
11912026-08-20T20:45:45.661Z Downloaded jiff-core v0.1.0
11922026-08-20T20:45:45.664Z Downloaded spin v0.9.8
11932026-08-20T20:45:45.668Z Downloaded libloading v0.8.9
11942026-08-20T20:45:45.668Z Downloaded des v0.9.0
11952026-08-20T20:45:45.668Z Downloaded strum_macros v0.26.4
11962026-08-20T20:45:45.668Z Downloaded rayon v1.11.0
11972026-08-20T20:45:45.674Z Downloaded git2 v0.20.4
11982026-08-20T20:45:45.678Z Downloaded serde_derive_internals v0.29.1
11992026-08-20T20:45:45.681Z Downloaded pkg-config v0.3.32
12002026-08-20T20:45:45.681Z Downloaded reedline v0.40.0
12012026-08-20T20:45:45.684Z Downloaded diesel_derives v2.3.7
12022026-08-20T20:45:45.687Z Downloaded oso v0.27.3
12032026-08-20T20:45:45.690Z Downloaded hyper-rustls v0.27.7
12042026-08-20T20:45:45.690Z Downloaded const_format v0.2.35
12052026-08-20T20:45:45.695Z Downloaded crypto-primes v0.7.2
12062026-08-20T20:45:45.698Z Downloaded dropshot-api-manager v0.8.0
12072026-08-20T20:45:45.702Z Downloaded rustls-platform-verifier v0.6.2
12082026-08-20T20:45:45.707Z Downloaded elliptic-curve v0.13.8
12092026-08-20T20:45:45.710Z Downloaded tokio-postgres v0.7.16
12102026-08-20T20:45:45.713Z Downloaded libxml v0.3.3
12112026-08-20T20:45:45.717Z Downloaded cookie v0.18.1
12122026-08-20T20:45:45.720Z Downloaded ron v0.8.1
12132026-08-20T20:45:45.723Z Downloaded libbz2-rs-sys v0.2.2
12142026-08-20T20:45:45.723Z Downloaded chrono v0.4.45
12152026-08-20T20:45:45.728Z Downloaded slog v2.8.2
12162026-08-20T20:45:45.731Z Downloaded sha3 v0.12.0
12172026-08-20T20:45:45.731Z Downloaded yansi v1.0.1
12182026-08-20T20:45:45.734Z Downloaded pin-project v1.1.11
12192026-08-20T20:45:45.738Z Downloaded pkcs5 v0.8.1
12202026-08-20T20:45:45.741Z Downloaded similar v2.7.0
12212026-08-20T20:45:45.744Z Downloaded num-traits v0.2.19
12222026-08-20T20:45:45.747Z Downloaded itertools v0.10.5
12232026-08-20T20:45:45.750Z Downloaded goblin v0.10.5
12242026-08-20T20:45:45.754Z Downloaded miniz_oxide v0.8.9
12252026-08-20T20:45:45.754Z Downloaded tower v0.5.3
12262026-08-20T20:45:45.758Z Downloaded miette v7.6.0
12272026-08-20T20:45:45.762Z Downloaded openssl-sys v0.9.117
12282026-08-20T20:45:45.765Z Downloaded ssh-key v0.7.0-rc.11
12292026-08-20T20:45:45.769Z Downloaded publicsuffix v2.3.0
12302026-08-20T20:45:45.772Z Downloaded toml v0.7.8
12312026-08-20T20:45:45.775Z Downloaded schemars v1.2.1
12322026-08-20T20:45:45.783Z Downloaded unicode-normalization v0.1.25
12332026-08-20T20:45:45.786Z Downloaded petname v2.0.2
12342026-08-20T20:45:45.790Z Downloaded polar-core v0.27.3
12352026-08-20T20:45:45.794Z Downloaded itertools v0.15.0
12362026-08-20T20:45:45.800Z Downloaded regex v1.12.3
12372026-08-20T20:45:45.803Z Downloaded crypto-bigint v0.5.5
12382026-08-20T20:45:45.806Z Downloaded rand v0.10.1
12392026-08-20T20:45:45.810Z Downloaded zlib-rs v0.6.2
12402026-08-20T20:45:45.813Z Downloaded hyper v1.10.1
12412026-08-20T20:45:45.819Z Downloaded lalrpop v0.19.12
12422026-08-20T20:45:45.836Z Downloaded icu_collections v2.1.1
12432026-08-20T20:45:45.853Z Downloaded rawzip v0.4.4
12442026-08-20T20:45:45.856Z Downloaded toml_edit v0.19.15
12452026-08-20T20:45:45.866Z Downloaded gimli v0.32.3
12462026-08-20T20:45:45.872Z Downloaded tokio-util v0.7.18
12472026-08-20T20:45:45.878Z Downloaded tabled v0.21.0
12482026-08-20T20:45:45.888Z Downloaded der v0.8.0
12492026-08-20T20:45:45.896Z Downloaded bstr v1.12.1
12502026-08-20T20:45:45.902Z Downloaded crossterm v0.28.1
12512026-08-20T20:45:45.906Z Downloaded moka v0.12.13
12522026-08-20T20:45:45.911Z Downloaded itertools v0.12.1
12532026-08-20T20:45:45.915Z Downloaded winnow v0.5.40
12542026-08-20T20:45:45.920Z Downloaded nix v0.27.1
12552026-08-20T20:45:45.927Z Downloaded portable-atomic v1.13.1
12562026-08-20T20:45:45.931Z Downloaded winnow v1.0.3
12572026-08-20T20:45:45.944Z Downloaded salty v0.3.0
12582026-08-20T20:45:45.948Z Downloaded time v0.3.47
12592026-08-20T20:45:45.956Z Downloaded object v0.30.4
12602026-08-20T20:45:45.964Z Downloaded crossterm v0.29.0
12612026-08-20T20:45:45.967Z Downloaded idna v1.1.0
12622026-08-20T20:45:45.970Z Downloaded itertools v0.13.0
12632026-08-20T20:45:45.973Z Downloaded p384 v0.13.1
12642026-08-20T20:45:45.976Z Downloaded proptest v1.11.0
12652026-08-20T20:45:45.982Z Downloaded radix_trie v0.2.1
12662026-08-20T20:45:45.985Z Downloaded regex-syntax v0.6.29
12672026-08-20T20:45:45.990Z Downloaded reqwest v0.12.28
12682026-08-20T20:45:45.994Z Downloaded regex-syntax v0.8.10
12692026-08-20T20:45:46.013Z Downloaded russh v0.62.4
12702026-08-20T20:45:46.018Z Downloaded smoltcp v0.9.1
12712026-08-20T20:45:46.024Z Downloaded vcpkg v0.2.15
12722026-08-20T20:45:46.052Z Downloaded quick-xml v0.37.5
12732026-08-20T20:45:46.056Z Downloaded hickory-proto v0.24.4
12742026-08-20T20:45:46.063Z Downloaded regress v0.10.5
12752026-08-20T20:45:46.067Z Downloaded openssl v0.10.80
12762026-08-20T20:45:46.073Z Downloaded rustix v0.38.44
12772026-08-20T20:45:46.088Z Downloaded nix v0.31.2
12782026-08-20T20:45:46.095Z Downloaded quinn-proto v0.11.16
12792026-08-20T20:45:46.100Z Downloaded zerocopy v0.8.55
12802026-08-20T20:45:46.113Z Downloaded curve25519-dalek v4.1.3
12812026-08-20T20:45:46.117Z Downloaded object v0.37.3
12822026-08-20T20:45:46.124Z Downloaded hickory-proto v0.25.2
12832026-08-20T20:45:46.133Z Downloaded sqlparser v0.61.0
12842026-08-20T20:45:46.139Z Downloaded smoltcp v0.11.0
12852026-08-20T20:45:46.148Z Downloaded nix v0.28.0
12862026-08-20T20:45:46.154Z Downloaded crypto-bigint v0.7.5
12872026-08-20T20:45:46.164Z Downloaded regress v0.11.1
12882026-08-20T20:45:46.169Z Downloaded rustls v0.23.41
12892026-08-20T20:45:46.176Z Downloaded curve25519-dalek v5.0.0
12902026-08-20T20:45:46.181Z Downloaded openapiv3 v2.2.0
12912026-08-20T20:45:46.187Z Downloaded sha3 v0.11.0
12922026-08-20T20:45:46.191Z Downloaded sled v0.34.7
12932026-08-20T20:45:46.195Z Downloaded tracing v0.1.44
12942026-08-20T20:45:46.207Z Downloaded dropshot v0.17.1
12952026-08-20T20:45:46.221Z Downloaded typify-impl v0.6.2
12962026-08-20T20:45:46.239Z Downloaded ratatui v0.29.0
12972026-08-20T20:45:46.253Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-08-20T20:45:46.260Z Downloaded diesel v2.3.7
12992026-08-20T20:45:46.276Z Downloaded zerocopy-derive v0.6.6
13002026-08-20T20:45:46.281Z Downloaded regex-automata v0.4.14
13012026-08-20T20:45:46.290Z Downloaded petgraph v0.8.3
13022026-08-20T20:45:46.322Z Downloaded sha3 v0.10.8
13032026-08-20T20:45:46.325Z Downloaded petgraph v0.6.5
13042026-08-20T20:45:46.338Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-08-20T20:45:46.350Z Downloaded chrono-tz v0.10.4
13062026-08-20T20:45:46.360Z Downloaded tokio v1.52.1
13072026-08-20T20:45:46.384Z Downloaded jiff v0.2.34
13082026-08-20T20:45:46.393Z Downloaded libz-sys v1.1.24
13092026-08-20T20:45:46.405Z Downloaded encoding_rs v0.8.35
13102026-08-20T20:45:46.418Z Downloaded csv v1.4.0
13112026-08-20T20:45:46.429Z Downloaded ring v0.17.14
13122026-08-20T20:45:46.522Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-08-20T20:45:47.027Z Downloaded aws-lc-sys v0.40.0
13142026-08-20T20:45:47.316Z Compiling serde_core v1.0.228
13152026-08-20T20:45:47.316Z Compiling libc v0.2.185
13162026-08-20T20:45:47.316Z Compiling serde v1.0.228
13172026-08-20T20:45:47.325Z Compiling log v0.4.33
13182026-08-20T20:45:47.326Z Compiling smallvec v1.15.1
13192026-08-20T20:45:47.326Z Compiling shlex v1.3.0
13202026-08-20T20:45:47.326Z Compiling find-msvc-tools v0.1.9
13212026-08-20T20:45:47.449Z Compiling subtle v2.6.1
13222026-08-20T20:45:47.504Z Compiling scopeguard v1.2.0
13232026-08-20T20:45:47.543Z Compiling stable_deref_trait v1.2.1
13242026-08-20T20:45:47.543Z Compiling typenum v1.20.1
13252026-08-20T20:45:47.543Z Compiling zerocopy v0.8.55
13262026-08-20T20:45:47.543Z Compiling portable-atomic v1.13.1
13272026-08-20T20:45:47.547Z Compiling serde_json v1.0.151
13282026-08-20T20:45:47.585Z Compiling syn v2.0.117
13292026-08-20T20:45:47.604Z Compiling critical-section v1.2.0
13302026-08-20T20:45:47.641Z Compiling lock_api v0.4.14
13312026-08-20T20:45:47.661Z Compiling libm v0.2.16
13322026-08-20T20:45:47.692Z Compiling num-traits v0.2.19
13332026-08-20T20:45:47.713Z Compiling pkg-config v0.3.32
13342026-08-20T20:45:47.713Z Compiling generic-array v0.14.7
13352026-08-20T20:45:47.727Z Compiling parking_lot_core v0.9.12
13362026-08-20T20:45:47.765Z Compiling const-oid v0.9.6
13372026-08-20T20:45:47.787Z Compiling pin-project-lite v0.2.17
13382026-08-20T20:45:47.800Z Compiling getrandom v0.3.4
13392026-08-20T20:45:47.873Z Compiling futures-core v0.3.32
13402026-08-20T20:45:47.908Z Compiling litemap v0.8.1
13412026-08-20T20:45:47.929Z Compiling writeable v0.6.2
13422026-08-20T20:45:47.998Z Compiling percent-encoding v2.3.2
13432026-08-20T20:45:48.018Z Compiling icu_properties_data v2.1.2
13442026-08-20T20:45:48.050Z Compiling icu_normalizer_data v2.1.1
13452026-08-20T20:45:48.070Z Compiling rustix v1.1.4
13462026-08-20T20:45:48.113Z Compiling getrandom v0.4.3
13472026-08-20T20:45:48.159Z Compiling futures-sink v0.3.32
13482026-08-20T20:45:48.159Z Compiling rand_core v0.10.0
13492026-08-20T20:45:48.211Z Compiling futures-channel v0.3.32
13502026-08-20T20:45:48.231Z Compiling futures-task v0.3.32
13512026-08-20T20:45:48.258Z Compiling utf8_iter v1.0.4
13522026-08-20T20:45:48.329Z Compiling futures-io v0.3.32
13532026-08-20T20:45:48.388Z Compiling errno v0.3.14
13542026-08-20T20:45:48.450Z Compiling jobserver v0.1.34
13552026-08-20T20:45:48.458Z Compiling getrandom v0.2.17
13562026-08-20T20:45:48.458Z Compiling mio v1.2.0
13572026-08-20T20:45:48.458Z Compiling socket2 v0.6.3
13582026-08-20T20:45:48.465Z Compiling slab v0.4.12
13592026-08-20T20:45:48.510Z Compiling signal-hook-registry v1.4.8
13602026-08-20T20:45:48.514Z Compiling form_urlencoded v1.2.2
13612026-08-20T20:45:48.566Z Compiling once_cell v1.21.3
13622026-08-20T20:45:48.578Z Compiling rand_core v0.6.4
13632026-08-20T20:45:48.635Z Compiling cc v1.2.56
13642026-08-20T20:45:48.656Z Compiling parking_lot v0.12.5
13652026-08-20T20:45:48.723Z Compiling rustversion v1.0.22
13662026-08-20T20:45:48.757Z Compiling base64ct v1.8.3
13672026-08-20T20:45:48.758Z Compiling iana-time-zone v0.1.65
13682026-08-20T20:45:48.794Z Compiling ident_case v1.0.1
13692026-08-20T20:45:48.822Z Compiling fs_extra v1.3.0
13702026-08-20T20:45:48.837Z Compiling regex-syntax v0.8.10
13712026-08-20T20:45:48.872Z Compiling dunce v1.0.5
13722026-08-20T20:45:48.888Z Compiling flagset v0.4.7
13732026-08-20T20:45:48.916Z Compiling rand_core v0.9.5
13742026-08-20T20:45:48.931Z Compiling base64 v0.22.1
13752026-08-20T20:45:48.945Z Compiling syn v1.0.109
13762026-08-20T20:45:48.990Z Compiling vcpkg v0.2.15
13772026-08-20T20:45:49.009Z Compiling pem-rfc7468 v0.7.0
13782026-08-20T20:45:49.045Z Compiling tracing-core v0.1.36
13792026-08-20T20:45:49.057Z Compiling aws-lc-rs v1.16.3
13802026-08-20T20:45:49.057Z Compiling dyn-clone v1.0.20
13812026-08-20T20:45:49.109Z Compiling schemars v0.8.22
13822026-08-20T20:45:49.169Z Compiling cpufeatures v0.2.17
13832026-08-20T20:45:49.267Z Compiling simd-adler32 v0.3.8
13842026-08-20T20:45:49.282Z Compiling spin v0.9.8
13852026-08-20T20:45:49.302Z Compiling cmov v0.5.4
13862026-08-20T20:45:49.321Z Compiling crc32fast v1.5.0
13872026-08-20T20:45:49.387Z Compiling adler2 v2.0.1
13882026-08-20T20:45:49.440Z Compiling cmake v0.1.57
13892026-08-20T20:45:49.470Z Compiling tinyvec_macros v0.1.1
13902026-08-20T20:45:49.530Z Compiling openssl-probe v0.2.1
13912026-08-20T20:45:49.547Z Compiling httparse v1.10.1
13922026-08-20T20:45:49.547Z Compiling tinyvec v1.10.0
13932026-08-20T20:45:49.577Z Compiling ctutils v0.4.2
13942026-08-20T20:45:49.578Z Compiling miniz_oxide v0.8.9
13952026-08-20T20:45:49.581Z Compiling aho-corasick v1.1.4
13962026-08-20T20:45:49.684Z Compiling bitflags v2.11.0
13972026-08-20T20:45:49.730Z Compiling semver v1.0.28
13982026-08-20T20:45:49.829Z Compiling indexmap v2.14.0
13992026-08-20T20:45:49.832Z Compiling uuid v1.23.4
14002026-08-20T20:45:49.876Z Compiling tower-layer v0.3.3
14012026-08-20T20:45:49.876Z Compiling try-lock v0.2.5
14022026-08-20T20:45:49.940Z Compiling atomic-waker v1.1.2
14032026-08-20T20:45:49.954Z Compiling rustc_version v0.4.1
14042026-08-20T20:45:49.973Z Compiling radium v0.7.0
14052026-08-20T20:45:50.010Z Compiling untrusted v0.7.1
14062026-08-20T20:45:50.055Z Compiling tower-service v0.3.3
14072026-08-20T20:45:50.071Z Compiling want v0.3.1
14082026-08-20T20:45:50.162Z Compiling httpdate v1.0.3
14092026-08-20T20:45:50.244Z Compiling untrusted v0.9.0
14102026-08-20T20:45:50.259Z Compiling rustls v0.23.41
14112026-08-20T20:45:50.295Z Compiling openssl v0.10.80
14122026-08-20T20:45:50.310Z Compiling tap v1.0.1
14132026-08-20T20:45:50.313Z Compiling aws-lc-sys v0.40.0
14142026-08-20T20:45:50.370Z Compiling openssl-sys v0.9.117
14152026-08-20T20:45:50.400Z Compiling maybe-uninit v2.0.0
14162026-08-20T20:45:50.429Z Compiling foreign-types-shared v0.1.1
14172026-08-20T20:45:50.447Z Compiling wyz v0.5.1
14182026-08-20T20:45:50.461Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14192026-08-20T20:45:50.502Z Compiling synstructure v0.13.2
14202026-08-20T20:45:50.531Z Compiling serde_derive_internals v0.29.1
14212026-08-20T20:45:50.547Z Compiling pest_generator v2.8.6
14222026-08-20T20:45:50.563Z Compiling regex-automata v0.4.14
14232026-08-20T20:45:50.579Z Compiling darling_core v0.20.11
14242026-08-20T20:45:50.660Z Compiling foreign-types v0.3.2
14252026-08-20T20:45:50.742Z Compiling bzip2-sys v0.1.13+1.0.8
14262026-08-20T20:45:50.895Z Compiling terminal_size v0.4.3
14272026-08-20T20:45:50.910Z Compiling tempfile v3.27.0
14282026-08-20T20:45:51.001Z Compiling unicode-normalization v0.1.25
14292026-08-20T20:45:51.057Z Compiling num-integer v0.1.46
14302026-08-20T20:45:51.061Z Compiling wait-timeout v0.2.1
14312026-08-20T20:45:51.091Z Compiling ahash v0.8.12
14322026-08-20T20:45:51.128Z Compiling num-bigint-dig v0.8.6
14332026-08-20T20:45:51.291Z Compiling time-core v0.1.8
14342026-08-20T20:45:51.308Z Compiling funty v2.0.0
14352026-08-20T20:45:51.328Z Compiling packed_struct v0.10.1
14362026-08-20T20:45:51.347Z Compiling powerfmt v0.2.0
14372026-08-20T20:45:51.363Z Compiling bit-vec v0.8.0
14382026-08-20T20:45:51.363Z Compiling native-tls v0.2.18
14392026-08-20T20:45:51.405Z Compiling num-conv v0.2.0
14402026-08-20T20:45:51.420Z Compiling quick-error v1.2.3
14412026-08-20T20:45:51.457Z Compiling clap_builder v4.6.0
14422026-08-20T20:45:51.513Z Compiling rusty-fork v0.3.1
14432026-08-20T20:45:51.532Z Compiling deranged v0.5.8
14442026-08-20T20:45:51.564Z Compiling time-macros v0.2.27
14452026-08-20T20:45:51.580Z Compiling bit-set v0.8.0
14462026-08-20T20:45:51.604Z Compiling num-iter v0.1.45
14472026-08-20T20:45:51.649Z Compiling bitvec v1.0.1
14482026-08-20T20:45:51.737Z Compiling lazy_static v1.5.0
14492026-08-20T20:45:51.765Z Compiling rand_xorshift v0.4.0
14502026-08-20T20:45:51.779Z Compiling sync_wrapper v1.0.2
14512026-08-20T20:45:51.846Z Compiling indexmap v1.9.3
14522026-08-20T20:45:51.867Z Compiling paste v1.0.15
14532026-08-20T20:45:51.903Z Compiling crc-catalog v2.4.0
14542026-08-20T20:45:51.936Z Compiling usdt-impl v0.6.0
14552026-08-20T20:45:51.951Z Compiling nodrop v0.1.14
14562026-08-20T20:45:52.013Z Compiling num_threads v0.1.7
14572026-08-20T20:45:52.054Z Compiling siphasher v1.0.2
14582026-08-20T20:45:52.057Z Compiling zlib-rs v0.6.2
14592026-08-20T20:45:52.125Z Compiling crossbeam-utils v0.8.21
14602026-08-20T20:45:52.162Z Compiling unarray v0.1.4
14612026-08-20T20:45:52.176Z Compiling object v0.37.3
14622026-08-20T20:45:52.277Z Compiling serde_derive v1.0.228
14632026-08-20T20:45:52.291Z Compiling zeroize_derive v1.5.0
14642026-08-20T20:45:52.316Z Compiling zerofrom-derive v0.1.6
14652026-08-20T20:45:52.438Z Compiling zerocopy-derive v0.8.55
14662026-08-20T20:45:52.468Z Compiling yoke-derive v0.8.1
14672026-08-20T20:45:52.590Z Compiling zerovec-derive v0.11.2
14682026-08-20T20:45:52.636Z Compiling displaydoc v0.2.5
14692026-08-20T20:45:52.705Z Compiling tokio-macros v2.7.0
14702026-08-20T20:45:52.986Z Compiling futures-macro v0.3.32
14712026-08-20T20:45:53.017Z Compiling thiserror-impl v2.0.18
14722026-08-20T20:45:53.203Z Compiling der_derive v0.7.3
14732026-08-20T20:45:53.441Z Compiling tracing-attributes v0.1.31
14742026-08-20T20:45:53.516Z Compiling schemars_derive v0.8.22
14752026-08-20T20:45:53.550Z Compiling pest_derive v2.8.6
14762026-08-20T20:45:53.719Z Compiling scroll_derive v0.13.1
14772026-08-20T20:45:53.799Z Compiling darling_macro v0.20.11
14782026-08-20T20:45:53.819Z Compiling zerofrom v0.1.6
14792026-08-20T20:45:53.897Z Compiling futures-util v0.3.32
14802026-08-20T20:45:53.962Z Compiling yoke v0.8.1
14812026-08-20T20:45:54.056Z Compiling thiserror-impl v1.0.69
14822026-08-20T20:45:54.221Z Compiling zerovec v0.11.5
14832026-08-20T20:45:54.300Z Compiling zerotrie v0.2.3
14842026-08-20T20:45:54.336Z Compiling openssl-macros v0.1.1
14852026-08-20T20:45:54.427Z Compiling thiserror v2.0.18
14862026-08-20T20:45:54.550Z Compiling darling v0.20.11
14872026-08-20T20:45:54.617Z Compiling scroll v0.13.0
14882026-08-20T20:45:54.617Z Compiling packed_struct_codegen v0.10.1
14892026-08-20T20:45:54.651Z Compiling clap_derive v4.6.1
14902026-08-20T20:45:54.670Z Compiling bitfield-macros v0.19.4
14912026-08-20T20:45:54.763Z Compiling tinystr v0.8.2
14922026-08-20T20:45:54.769Z Compiling potential_utf v0.1.4
14932026-08-20T20:45:54.917Z Compiling icu_collections v2.1.1
14942026-08-20T20:45:54.938Z Compiling icu_locale_core v2.1.1
14952026-08-20T20:45:54.941Z Compiling tracing v0.1.44
14962026-08-20T20:45:54.969Z Compiling goblin v0.10.5
14972026-08-20T20:45:55.000Z Compiling zerocopy-derive v0.6.6
14982026-08-20T20:45:55.226Z Compiling flate2 v1.1.9
14992026-08-20T20:45:55.384Z Compiling thiserror v1.0.69
15002026-08-20T20:45:55.417Z Compiling derive_builder_core v0.20.2
15012026-08-20T20:45:55.431Z Compiling bitfield v0.19.4
15022026-08-20T20:45:55.470Z Compiling dtrace-parser v0.3.0
15032026-08-20T20:45:55.505Z Compiling time v0.3.47
15042026-08-20T20:45:55.660Z Compiling icu_provider v2.1.1
15052026-08-20T20:45:55.838Z Compiling structmeta-derive v0.3.0
15062026-08-20T20:45:55.867Z Compiling scroll_derive v0.12.1
15072026-08-20T20:45:55.890Z Compiling zerocopy v0.6.6
15082026-08-20T20:45:55.922Z Compiling icu_normalizer v2.1.1
15092026-08-20T20:45:55.978Z Compiling zeroize v1.9.0
15102026-08-20T20:45:56.029Z Compiling bytes v1.11.1
15112026-08-20T20:45:56.243Z Compiling icu_properties v2.1.2
15122026-08-20T20:45:56.258Z Compiling chrono v0.4.45
15132026-08-20T20:45:56.319Z Compiling der v0.7.10
15142026-08-20T20:45:56.351Z Compiling rustls-pki-types v1.14.0
15152026-08-20T20:45:56.484Z Compiling hybrid-array v0.4.13
15162026-08-20T20:45:56.500Z Compiling ipnet v2.12.0
15172026-08-20T20:45:56.571Z Compiling tokio v1.52.1
15182026-08-20T20:45:56.668Z Compiling http v1.4.2
15192026-08-20T20:45:56.813Z Compiling block-buffer v0.10.4
15202026-08-20T20:45:56.837Z Compiling crypto-common v0.1.7
15212026-08-20T20:45:56.953Z Compiling digest v0.10.7
15222026-08-20T20:45:57.005Z Compiling hex v0.4.3
15232026-08-20T20:45:57.020Z Compiling serde_spanned v0.6.9
15242026-08-20T20:45:57.023Z Compiling toml_datetime v0.6.11
15252026-08-20T20:45:57.140Z Compiling idna_adapter v1.2.1
15262026-08-20T20:45:57.178Z Compiling ppv-lite86 v0.2.21
15272026-08-20T20:45:57.248Z Compiling spki v0.7.3
15282026-08-20T20:45:57.259Z Compiling idna v1.1.0
15292026-08-20T20:45:57.281Z Compiling sha2 v0.10.9
15302026-08-20T20:45:57.295Z Compiling signature v2.2.0
15312026-08-20T20:45:57.299Z Compiling hmac v0.12.1
15322026-08-20T20:45:57.326Z Compiling http-body v1.0.1
15332026-08-20T20:45:57.446Z Compiling pkcs8 v0.10.2
15342026-08-20T20:45:57.488Z Compiling rand_chacha v0.9.0
15352026-08-20T20:45:57.504Z Compiling rand_chacha v0.3.1
15362026-08-20T20:45:57.508Z Compiling http-body-util v0.1.3
15372026-08-20T20:45:57.548Z Compiling url v2.5.8
15382026-08-20T20:45:57.599Z Compiling clap v4.6.1
15392026-08-20T20:45:57.653Z Compiling pkcs1 v0.7.5
15402026-08-20T20:45:57.707Z Compiling rand v0.9.2
15412026-08-20T20:45:57.723Z Compiling dof v0.4.0
15422026-08-20T20:45:57.766Z Compiling rand v0.8.6
15432026-08-20T20:45:57.806Z Compiling array-init v0.0.4
15442026-08-20T20:45:57.921Z Compiling crc v3.4.0
15452026-08-20T20:45:58.013Z Compiling smallvec v0.6.14
15462026-08-20T20:45:58.126Z Compiling darling_core v0.23.0
15472026-08-20T20:45:58.157Z Compiling heapless v0.7.17
15482026-08-20T20:45:58.203Z Compiling slog v2.8.2
15492026-08-20T20:45:58.227Z Compiling thread-id v5.1.0
15502026-08-20T20:45:58.301Z Compiling proptest v1.11.0
15512026-08-20T20:45:58.322Z Compiling env_filter v2.0.0
15522026-08-20T20:45:58.354Z Compiling cookie v0.18.1
15532026-08-20T20:45:58.423Z Compiling base64 v0.21.7
15542026-08-20T20:45:58.478Z Compiling iri-string v0.7.10
15552026-08-20T20:45:58.555Z Compiling allocator-api2 v0.2.21
15562026-08-20T20:45:58.573Z Compiling unicode-properties v0.1.4
15572026-08-20T20:45:58.592Z Compiling hashbrown v0.12.3
15582026-08-20T20:45:58.632Z Compiling winnow v0.5.40
15592026-08-20T20:45:58.753Z Compiling unicode-bidi v0.3.18
15602026-08-20T20:45:58.768Z Compiling signal-hook v0.3.18
15612026-08-20T20:45:58.795Z Compiling ryu v1.0.23
15622026-08-20T20:45:58.890Z Compiling ipnetwork v0.21.1
15632026-08-20T20:45:58.921Z Compiling zstd-safe v7.2.4
15642026-08-20T20:45:58.959Z Compiling gimli v0.32.3
15652026-08-20T20:45:58.994Z Compiling anyhow v1.0.104
15662026-08-20T20:45:59.089Z Compiling stringprep v0.1.5
15672026-08-20T20:45:59.200Z Compiling oxnet v0.1.6
15682026-08-20T20:45:59.296Z Compiling serde_urlencoded v0.7.1
15692026-08-20T20:45:59.325Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15702026-08-20T20:45:59.431Z Compiling ron v0.8.1
15712026-08-20T20:45:59.499Z Compiling rsa v0.9.10
15722026-08-20T20:45:59.513Z Compiling env_logger v0.11.11
15732026-08-20T20:45:59.634Z Compiling serde-hex v0.1.0
15742026-08-20T20:45:59.649Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15752026-08-20T20:45:59.669Z Compiling camino v1.2.5
15762026-08-20T20:45:59.854Z Compiling hashbrown v0.13.2
15772026-08-20T20:45:59.886Z Compiling x509-cert v0.2.5
15782026-08-20T20:46:00.041Z Compiling toml_edit v0.19.15
15792026-08-20T20:46:00.080Z Compiling crypto-common v0.2.2
15802026-08-20T20:46:00.163Z Compiling block-buffer v0.12.1
15812026-08-20T20:46:00.179Z Compiling block-padding v0.4.2
15822026-08-20T20:46:00.362Z Compiling md-5 v0.10.6
15832026-08-20T20:46:00.378Z Compiling structmeta v0.3.0
15842026-08-20T20:46:00.392Z Compiling tokio-util v0.7.18
15852026-08-20T20:46:00.408Z Compiling tower v0.5.3
15862026-08-20T20:46:00.547Z Compiling tokio-native-tls v0.3.1
15872026-08-20T20:46:00.613Z Compiling rustls-native-certs v0.8.3
15882026-08-20T20:46:00.702Z Compiling darling_macro v0.23.0
15892026-08-20T20:46:00.742Z Compiling addr2line v0.25.1
15902026-08-20T20:46:00.930Z Compiling tower-http v0.6.8
15912026-08-20T20:46:00.946Z Compiling newtype-uuid v1.3.2
15922026-08-20T20:46:00.989Z Compiling scroll v0.12.0
15932026-08-20T20:46:01.107Z Compiling h2 v0.4.15
15942026-08-20T20:46:01.234Z Compiling derive_builder_macro v0.20.2
15952026-08-20T20:46:01.276Z Compiling serde_tokenstream v0.2.3
15962026-08-20T20:46:01.307Z Compiling erased-serde v0.3.31
15972026-08-20T20:46:01.465Z Compiling bzip2 v0.4.4
15982026-08-20T20:46:01.553Z Compiling bstr v1.12.1
15992026-08-20T20:46:01.695Z Compiling async-trait v0.1.89
16002026-08-20T20:46:01.752Z Compiling daft-derive v0.1.7
16012026-08-20T20:46:01.827Z Compiling zerocopy-derive v0.7.35
16022026-08-20T20:46:01.863Z Compiling pin-project-internal v1.1.11
16032026-08-20T20:46:01.893Z Compiling curve25519-dalek v4.1.3
16042026-08-20T20:46:02.147Z Compiling vergen-lib v9.1.0
16052026-08-20T20:46:02.218Z Compiling hash32 v0.2.1
16062026-08-20T20:46:02.244Z Compiling memoffset v0.9.1
16072026-08-20T20:46:02.342Z Compiling encoding_rs v0.8.35
16082026-08-20T20:46:02.425Z Compiling litrs v1.0.0
16092026-08-20T20:46:02.440Z Compiling cfg_aliases v0.2.1
16102026-08-20T20:46:02.462Z Compiling crc-any v2.5.0
16112026-08-20T20:46:02.510Z Compiling smoltcp v0.9.1
16122026-08-20T20:46:02.527Z Compiling fallible-iterator v0.2.0
16132026-08-20T20:46:02.601Z Compiling owo-colors v4.3.0
16142026-08-20T20:46:02.722Z Compiling rustc-demangle v0.1.27
16152026-08-20T20:46:02.743Z Compiling rustix v0.38.44
16162026-08-20T20:46:02.759Z Compiling ref-cast v1.0.25
16172026-08-20T20:46:02.762Z Compiling psl-types v2.0.11
16182026-08-20T20:46:02.862Z Compiling mime v0.3.17
16192026-08-20T20:46:02.898Z Compiling publicsuffix v2.3.0
16202026-08-20T20:46:02.914Z Compiling postgres-protocol v0.6.10
16212026-08-20T20:46:02.964Z Compiling document-features v0.2.12
16222026-08-20T20:46:02.999Z Compiling zerocopy v0.7.35
16232026-08-20T20:46:03.015Z Compiling pin-project v1.1.11
16242026-08-20T20:46:03.083Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16252026-08-20T20:46:03.137Z Compiling nix v0.31.2
16262026-08-20T20:46:03.141Z Compiling daft v0.1.7
16272026-08-20T20:46:03.296Z Compiling derive_builder v0.20.2
16282026-08-20T20:46:03.442Z Compiling zip v0.6.6
16292026-08-20T20:46:03.469Z Compiling toml v0.7.8
16302026-08-20T20:46:03.494Z Compiling darling v0.23.0
16312026-08-20T20:46:03.524Z Compiling goblin v0.8.2
16322026-08-20T20:46:03.582Z Compiling derive-ex v0.1.8
16332026-08-20T20:46:03.597Z Compiling inout v0.2.2
16342026-08-20T20:46:03.612Z Compiling object v0.30.4
16352026-08-20T20:46:03.682Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-20T20:46:04.006Z Compiling backtrace v0.3.76
16372026-08-20T20:46:04.044Z Compiling futures-executor v0.3.32
16382026-08-20T20:46:04.072Z Compiling hubpack_derive v0.1.1
16392026-08-20T20:46:04.097Z Compiling regex v1.12.3
16402026-08-20T20:46:04.112Z Compiling strum_macros v0.27.2
16412026-08-20T20:46:04.162Z Compiling ref-cast-impl v1.0.25
16422026-08-20T20:46:04.318Z Compiling hyper v1.10.1
16432026-08-20T20:46:04.334Z Compiling curve25519-dalek-derive v0.1.1
16442026-08-20T20:46:04.374Z Compiling snafu-derive v0.8.9
16452026-08-20T20:46:04.377Z Compiling phf_shared v0.13.1
16462026-08-20T20:46:04.577Z Compiling vergen v9.1.0
16472026-08-20T20:46:04.593Z Compiling cargo-platform v0.3.2
16482026-08-20T20:46:04.641Z Compiling ff v0.13.1
16492026-08-20T20:46:04.758Z Compiling fs-err v3.3.0
16502026-08-20T20:46:04.782Z Compiling foldhash v0.2.0
16512026-08-20T20:46:04.798Z Compiling bitflags v1.3.2
16522026-08-20T20:46:04.887Z Compiling is_ci v1.2.0
16532026-08-20T20:46:04.907Z Compiling libbz2-rs-sys v0.2.2
16542026-08-20T20:46:04.972Z Compiling same-file v1.0.6
16552026-08-20T20:46:05.029Z Compiling jiff-core v0.1.0
16562026-08-20T20:46:05.044Z Compiling unicode-segmentation v1.12.0
16572026-08-20T20:46:05.058Z Compiling foldhash v0.1.5
16582026-08-20T20:46:05.158Z Compiling managed v0.8.0
16592026-08-20T20:46:05.251Z Compiling bumpalo v3.20.2
16602026-08-20T20:46:05.265Z Compiling base16ct v0.2.0
16612026-08-20T20:46:05.352Z Compiling path-slash v0.1.5
16622026-08-20T20:46:05.377Z Compiling either v1.15.0
16632026-08-20T20:46:05.393Z Compiling sec1 v0.7.3
16642026-08-20T20:46:05.451Z Compiling hyper-util v0.1.20
16652026-08-20T20:46:05.466Z Compiling zopfli v0.8.3
16662026-08-20T20:46:05.503Z Compiling test-strategy v0.4.5
16672026-08-20T20:46:05.606Z Compiling bzip2 v0.6.1
16682026-08-20T20:46:05.624Z Compiling hashbrown v0.15.5
16692026-08-20T20:46:05.703Z Compiling walkdir v2.5.0
16702026-08-20T20:46:05.834Z Compiling dof v0.3.0
16712026-08-20T20:46:05.988Z Compiling jiff v0.2.34
16722026-08-20T20:46:06.035Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16732026-08-20T20:46:06.147Z Compiling textwrap v0.16.2
16742026-08-20T20:46:06.214Z Compiling supports-color v3.0.2
16752026-08-20T20:46:06.230Z Compiling strum v0.27.2
16762026-08-20T20:46:06.382Z Compiling hashbrown v0.16.1
16772026-08-20T20:46:06.397Z Compiling snafu v0.8.9
16782026-08-20T20:46:06.435Z Compiling cargo_metadata v0.23.1
16792026-08-20T20:46:06.481Z Compiling group v0.13.0
16802026-08-20T20:46:06.628Z Compiling hubpack v0.1.2
16812026-08-20T20:46:06.642Z Compiling phf v0.13.1
16822026-08-20T20:46:06.677Z Compiling backtrace-ext v0.2.1
16832026-08-20T20:46:06.713Z Compiling futures v0.3.32
16842026-08-20T20:46:06.776Z Compiling signal-hook-mio v0.2.5
16852026-08-20T20:46:06.806Z Compiling cookie_store v0.22.1
16862026-08-20T20:46:06.821Z Compiling zstd v0.13.3
16872026-08-20T20:46:06.872Z Compiling cipher v0.5.2
16882026-08-20T20:46:06.918Z Compiling hyper-tls v0.6.0
16892026-08-20T20:46:07.004Z Compiling serde_with_macros v3.21.0
16902026-08-20T20:46:07.113Z Compiling reqwest v0.12.28
16912026-08-20T20:46:07.133Z Compiling postgres-types v0.2.12
16922026-08-20T20:46:07.201Z Compiling globset v0.4.18
16932026-08-20T20:46:07.249Z Compiling usdt-attr-macro v0.6.0
16942026-08-20T20:46:07.281Z Compiling usdt-macro v0.6.0
16952026-08-20T20:46:07.492Z Compiling byte-wrapper v0.1.0
16962026-08-20T20:46:07.509Z Compiling ed25519 v2.2.3
16972026-08-20T20:46:07.706Z Compiling hkdf v0.12.4
16982026-08-20T20:46:07.810Z Compiling crypto-bigint v0.5.5
16992026-08-20T20:46:07.856Z Compiling serde_plain v1.0.2
17002026-08-20T20:46:07.905Z Compiling serde-big-array v0.5.1
17012026-08-20T20:46:07.918Z Compiling olpc-cjson v0.1.4
17022026-08-20T20:46:07.925Z Compiling dtrace-parser v0.2.0
17032026-08-20T20:46:08.069Z Compiling enum-as-inner v0.6.1
17042026-08-20T20:46:08.084Z Compiling strum_macros v0.26.4
17052026-08-20T20:46:08.109Z Compiling miette-derive v7.6.0
17062026-08-20T20:46:08.125Z Compiling serde_repr v0.1.20
17072026-08-20T20:46:08.129Z Compiling async-recursion v1.1.1
17082026-08-20T20:46:08.202Z Compiling phf_shared v0.11.3
17092026-08-20T20:46:08.271Z Compiling float-cmp v0.10.0
17102026-08-20T20:46:08.401Z Compiling pem v3.0.6
17112026-08-20T20:46:08.431Z Compiling memmap2 v0.9.10
17122026-08-20T20:46:08.431Z Compiling thread-id v4.2.2
17132026-08-20T20:46:08.533Z Compiling winnow v1.0.3
17142026-08-20T20:46:08.604Z Compiling fixedbitset v0.5.7
17152026-08-20T20:46:08.688Z Compiling supports-unicode v3.0.0
17162026-08-20T20:46:08.703Z Compiling fixedbitset v0.4.2
17172026-08-20T20:46:08.707Z Compiling supports-hyperlinks v3.2.0
17182026-08-20T20:46:08.750Z Compiling static_assertions v1.1.0
17192026-08-20T20:46:08.825Z Compiling cpufeatures v0.3.0
17202026-08-20T20:46:08.840Z Compiling typed-path v0.9.3
17212026-08-20T20:46:08.854Z Compiling normalize-line-endings v0.3.0
17222026-08-20T20:46:08.895Z Compiling data-encoding v2.10.0
17232026-08-20T20:46:08.913Z Compiling difflib v0.4.0
17242026-08-20T20:46:08.927Z Compiling predicates-core v1.0.10
17252026-08-20T20:46:08.940Z Compiling const-oid v0.10.2
17262026-08-20T20:46:08.961Z Compiling precomputed-hash v0.1.1
17272026-08-20T20:46:09.067Z Compiling whoami v2.1.0
17282026-08-20T20:46:09.148Z Compiling keccak v0.1.6
17292026-08-20T20:46:09.179Z Compiling new_debug_unreachable v1.0.6
17302026-08-20T20:46:09.209Z Compiling toml_edit v0.22.27
17312026-08-20T20:46:09.265Z Compiling string_cache v0.8.9
17322026-08-20T20:46:09.350Z Compiling miette v7.6.0
17332026-08-20T20:46:09.475Z Compiling sha3 v0.10.8
17342026-08-20T20:46:09.479Z Compiling tokio-postgres v0.7.16
17352026-08-20T20:46:09.530Z Compiling toml_parser v1.1.2+spec-1.1.0
17362026-08-20T20:46:09.536Z Compiling hickory-proto v0.25.2
17372026-08-20T20:46:09.588Z Compiling predicates v3.1.4
17382026-08-20T20:46:09.663Z Compiling digest v0.11.3
17392026-08-20T20:46:09.684Z Compiling chacha20 v0.10.0
17402026-08-20T20:46:09.912Z Compiling petgraph v0.6.5
17412026-08-20T20:46:09.934Z Compiling petgraph v0.8.3
17422026-08-20T20:46:09.938Z Compiling strum v0.26.3
17432026-08-20T20:46:09.962Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17442026-08-20T20:46:10.021Z Compiling elliptic-curve v0.13.8
17452026-08-20T20:46:10.087Z Compiling usdt v0.6.0
17462026-08-20T20:46:10.104Z Compiling usdt-impl v0.5.0
17472026-08-20T20:46:10.147Z Compiling serde_with v3.21.0
17482026-08-20T20:46:10.198Z Compiling zip v4.6.1
17492026-08-20T20:46:10.259Z Compiling crossterm v0.28.1
17502026-08-20T20:46:10.382Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17512026-08-20T20:46:10.455Z Compiling ed25519-dalek v2.2.0
17522026-08-20T20:46:10.974Z Compiling iddqd v0.4.2
17532026-08-20T20:46:11.004Z Compiling itertools v0.13.0
17542026-08-20T20:46:11.167Z Compiling itertools v0.15.0
17552026-08-20T20:46:11.420Z Compiling heck v0.4.1
17562026-08-20T20:46:11.450Z Compiling similar v2.7.0
17572026-08-20T20:46:11.570Z Compiling crossbeam-epoch v0.9.18
17582026-08-20T20:46:11.663Z Compiling tokio-stream v0.1.18
17592026-08-20T20:46:11.764Z Compiling buf-list v1.1.2
17602026-08-20T20:46:11.929Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-20T20:46:11.951Z Compiling openapiv3 v2.2.0
17622026-08-20T20:46:11.955Z Compiling peg-runtime v0.8.5
17632026-08-20T20:46:12.004Z Compiling lalrpop-util v0.19.12
17642026-08-20T20:46:12.020Z Compiling thread_local v1.1.9
17652026-08-20T20:46:12.051Z Compiling slog-async v2.8.0
17662026-08-20T20:46:12.186Z Compiling crossbeam-channel v0.5.15
17672026-08-20T20:46:12.216Z Compiling is-terminal v0.4.17
17682026-08-20T20:46:12.251Z Compiling filetime v0.2.27
17692026-08-20T20:46:12.265Z Compiling xattr v1.6.1
17702026-08-20T20:46:12.286Z Compiling take_mut v0.2.2
17712026-08-20T20:46:12.304Z Compiling term v1.2.1
17722026-08-20T20:46:12.308Z Compiling camino-tempfile v1.4.1
17732026-08-20T20:46:12.400Z Compiling tar v0.4.46
17742026-08-20T20:46:12.609Z Compiling slog-term v2.9.2
17752026-08-20T20:46:29.728Z Compiling rustls-webpki v0.103.13
17762026-08-20T20:46:32.417Z Compiling tokio-rustls v0.26.4
17772026-08-20T20:46:32.417Z Compiling rustls-platform-verifier v0.6.2
17782026-08-20T20:46:32.417Z Compiling tough v0.22.0
17792026-08-20T20:46:32.618Z Compiling hyper-rustls v0.27.7
17802026-08-20T20:46:32.803Z Compiling reqwest v0.13.2
17812026-08-20T20:46:34.980Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-08-20T20:46:35.220Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-08-20T20:46:38.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.36s
17842026-08-20T20:46:38.295Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-08-20T20:46:38.353ZAug 20 20:46:38.193 INFO Starting download, target: Clickhouse
17862026-08-20T20:46:38.357ZAug 20 20:46:38.194 INFO Starting download, target: Cockroach
17872026-08-20T20:46:38.357ZAug 20 20:46:38.194 INFO Starting download, target: Console
17882026-08-20T20:46:38.357ZAug 20 20:46:38.194 INFO Starting download, target: DendriteStub
17892026-08-20T20:46:38.357ZAug 20 20:46:38.194 INFO Starting download, target: MaghemiteMgd
17902026-08-20T20:46:38.357ZAug 20 20:46:38.194 INFO Starting download, target: MaghemiteDdmd
17912026-08-20T20:46:38.357ZAug 20 20:46:38.194 INFO Starting download, target: TransceiverControl
17922026-08-20T20:46:38.357ZAug 20 20:46:38.194 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17932026-08-20T20:46:38.357ZAug 20 20:46:38.194 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17942026-08-20T20:46:38.357ZAug 20 20:46:38.194 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17952026-08-20T20:46:38.357ZAug 20 20:46:38.194 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17962026-08-20T20:46:38.357ZAug 20 20:46:38.194 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17972026-08-20T20:46:38.357ZAug 20 20:46:38.195 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17982026-08-20T20:46:38.357ZAug 20 20:46:38.195 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17992026-08-20T20:46:39.032ZAug 20 20:46:38.862 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18002026-08-20T20:46:39.240ZAug 20 20:46:39.079 INFO Download complete, target: TransceiverControl
18012026-08-20T20:46:40.168ZAug 20 20:46:40.008 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18022026-08-20T20:46:40.416ZAug 20 20:46:40.257 INFO Download complete, target: Console
18032026-08-20T20:46:41.274ZAug 20 20:46:41.114 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18042026-08-20T20:46:43.479ZAug 20 20:46:43.314 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18052026-08-20T20:46:44.063ZAug 20 20:46:43.879 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18062026-08-20T20:46:44.669ZAug 20 20:46:44.503 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-08-20T20:46:45.212ZAug 20 20:46:45.052 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18082026-08-20T20:46:45.213ZAug 20 20:46:45.052 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18092026-08-20T20:46:45.430ZAug 20 20:46:45.263 INFO Download complete, target: MaghemiteDdmd
18102026-08-20T20:46:46.592ZAug 20 20:46:46.430 INFO Download complete, target: DendriteStub
18112026-08-20T20:46:47.310ZAug 20 20:46:47.151 INFO Download complete, target: MaghemiteMgd
18122026-08-20T20:46:48.227ZAug 20 20:46:48.068 INFO Checking that binary works, target: Clickhouse
18132026-08-20T20:46:48.316ZAug 20 20:46:48.157 INFO Download complete, target: Clickhouse
18142026-08-20T20:46:49.956ZAug 20 20:46:49.797 INFO Checking that binary works, target: Cockroach
18152026-08-20T20:46:50.094ZAug 20 20:46:49.935 INFO Download complete, target: Cockroach
18162026-08-20T20:46:50.100ZAll prerequisites installed successfully
18172026-08-20T20:46:50.103Z
18182026-08-20T20:46:50.103Zreal 2:00.322451828
18192026-08-20T20:46:50.103Zuser 7:21.132329679
18202026-08-20T20:46:50.103Zsys 1:45.006495150
18212026-08-20T20:46:50.103Ztrap 0.325617208
18222026-08-20T20:46:50.103Ztflt 0.916120379
18232026-08-20T20:46:50.103Zdflt 1.572646304
18242026-08-20T20:46:50.103Zkflt 0.027715176
18252026-08-20T20:46:50.103Zlock 30:19.767661706
18262026-08-20T20:46:50.103Zslp 20:16.959442936
18272026-08-20T20:46:50.103Zlat 30.388084315
18282026-08-20T20:46:50.103Zstop 3:32.269748671
18292026-08-20T20:46:50.103Z+ ptime -m cargo xtask download softnpu
18302026-08-20T20:46:50.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18312026-08-20T20:46:50.589Z Running `target/debug/xtask download softnpu`
18322026-08-20T20:46:51.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18332026-08-20T20:46:51.442Z Running `target/debug/xtask-downloader softnpu`
18342026-08-20T20:46:51.484ZAug 20 20:46:51.324 INFO Starting download, target: Softnpu
18352026-08-20T20:46:51.487ZAug 20 20:46:51.325 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18362026-08-20T20:46:52.036ZAug 20 20:46:51.877 INFO Download complete, target: Softnpu
18372026-08-20T20:46:52.040Z
18382026-08-20T20:46:52.043Zreal 1.933315076
18392026-08-20T20:46:52.043Zuser 1.343288544
18402026-08-20T20:46:52.043Zsys 0.637048793
18412026-08-20T20:46:52.044Ztrap 0.000579660
18422026-08-20T20:46:52.044Ztflt 0.000066900
18432026-08-20T20:46:52.044Zdflt 0.000226970
18442026-08-20T20:46:52.044Zkflt 0.000000000
18452026-08-20T20:46:52.044Zlock 10.562639888
18462026-08-20T20:46:52.044Zslp 0.397062984
18472026-08-20T20:46:52.044Zlat 0.105296743
18482026-08-20T20:46:52.044Zstop 0.000191040
18492026-08-20T20:46:52.044Z+ export CARGO_INCREMENTAL=0
18502026-08-20T20:46:52.044Z+ CARGO_INCREMENTAL=0
18512026-08-20T20:46:52.044Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18522026-08-20T20:46:52.956Z Compiling proc-macro2 v1.0.106
18532026-08-20T20:46:52.956Z Compiling quote v1.0.45
18542026-08-20T20:46:52.956Z Compiling unicode-ident v1.0.24
18552026-08-20T20:46:52.956Z Compiling serde_core v1.0.228
18562026-08-20T20:46:52.956Z Compiling libc v0.2.185
18572026-08-20T20:46:52.960Z Compiling serde v1.0.228
18582026-08-20T20:46:52.960Z Compiling cfg-if v1.0.4
18592026-08-20T20:46:53.119Z Compiling version_check v0.9.5
18602026-08-20T20:46:53.183Z Compiling autocfg v1.5.0
18612026-08-20T20:46:53.186Z Compiling find-msvc-tools v0.1.9
18622026-08-20T20:46:53.186Z Compiling shlex v1.3.0
18632026-08-20T20:46:53.187Z Compiling memchr v2.8.0
18642026-08-20T20:46:53.187Z Compiling zmij v1.0.21
18652026-08-20T20:46:53.187Z Compiling serde_json v1.0.151
18662026-08-20T20:46:53.242Z Compiling portable-atomic v1.13.1
18672026-08-20T20:46:53.255Z Compiling zerocopy v0.8.55
18682026-08-20T20:46:53.320Z Compiling libm v0.2.16
18692026-08-20T20:46:53.501Z Compiling generic-array v0.14.7
18702026-08-20T20:46:53.569Z Compiling parking_lot_core v0.9.12
18712026-08-20T20:46:53.588Z Compiling smallvec v1.15.1
18722026-08-20T20:46:53.591Z Compiling icu_properties_data v2.1.2
18732026-08-20T20:46:53.673Z Compiling icu_normalizer_data v2.1.1
18742026-08-20T20:46:53.676Z Compiling itoa v1.0.17
18752026-08-20T20:46:53.676Z Compiling getrandom v0.4.3
18762026-08-20T20:46:53.741Z Compiling log v0.4.33
18772026-08-20T20:46:53.758Z Compiling num-traits v0.2.19
18782026-08-20T20:46:53.848Z Compiling getrandom v0.3.4
18792026-08-20T20:46:53.871Z Compiling pkg-config v0.3.32
18802026-08-20T20:46:53.968Z Compiling subtle v2.6.1
18812026-08-20T20:46:54.001Z Compiling stable_deref_trait v1.2.1
18822026-08-20T20:46:54.032Z Compiling typenum v1.20.1
18832026-08-20T20:46:54.048Z Compiling rustix v1.1.4
18842026-08-20T20:46:54.097Z Compiling scopeguard v1.2.0
18852026-08-20T20:46:54.164Z Compiling jobserver v0.1.34
18862026-08-20T20:46:54.180Z Compiling errno v0.3.14
18872026-08-20T20:46:54.184Z Compiling thiserror v2.0.18
18882026-08-20T20:46:54.230Z Compiling lock_api v0.4.14
18892026-08-20T20:46:54.371Z Compiling getrandom v0.2.17
18902026-08-20T20:46:54.401Z Compiling cc v1.2.56
18912026-08-20T20:46:54.416Z Compiling syn v2.0.117
18922026-08-20T20:46:54.482Z Compiling equivalent v1.0.2
18932026-08-20T20:46:54.500Z Compiling heck v0.5.0
18942026-08-20T20:46:54.533Z Compiling rand_core v0.6.4
18952026-08-20T20:46:54.597Z Compiling critical-section v1.2.0
18962026-08-20T20:46:54.646Z Compiling pin-project-lite v0.2.17
18972026-08-20T20:46:54.649Z Compiling syn v1.0.109
18982026-08-20T20:46:54.718Z Compiling percent-encoding v2.3.2
18992026-08-20T20:46:54.737Z Compiling schemars v0.8.22
19002026-08-20T20:46:54.768Z Compiling litemap v0.8.1
19012026-08-20T20:46:54.840Z Compiling writeable v0.6.2
19022026-08-20T20:46:54.890Z Compiling hashbrown v0.17.0
19032026-08-20T20:46:54.959Z Compiling rustversion v1.0.22
19042026-08-20T20:46:54.977Z Compiling dunce v1.0.5
19052026-08-20T20:46:55.006Z Compiling fs_extra v1.3.0
19062026-08-20T20:46:55.090Z Compiling once_cell v1.21.3
19072026-08-20T20:46:55.106Z Compiling byteorder v1.5.0
19082026-08-20T20:46:55.171Z Compiling cmake v0.1.57
19092026-08-20T20:46:55.254Z Compiling strsim v0.11.1
19102026-08-20T20:46:55.280Z Compiling rand_core v0.10.0
19112026-08-20T20:46:55.366Z Compiling signal-hook-registry v1.4.8
19122026-08-20T20:46:55.370Z Compiling utf8_iter v1.0.4
19132026-08-20T20:46:55.475Z Compiling bitflags v2.11.0
19142026-08-20T20:46:55.588Z Compiling semver v1.0.28
19152026-08-20T20:46:55.636Z Compiling indexmap v2.14.0
19162026-08-20T20:46:55.685Z Compiling thiserror v1.0.69
19172026-08-20T20:46:55.730Z Compiling aws-lc-sys v0.40.0
19182026-08-20T20:46:55.786Z Compiling parking_lot v0.12.5
19192026-08-20T20:46:55.863Z Compiling form_urlencoded v1.2.2
19202026-08-20T20:46:55.914Z Compiling socket2 v0.6.3
19212026-08-20T20:46:55.944Z Compiling mio v1.2.0
19222026-08-20T20:46:55.967Z Compiling aws-lc-rs v1.16.3
19232026-08-20T20:46:56.010Z Compiling const-oid v0.9.6
19242026-08-20T20:46:56.148Z Compiling futures-core v0.3.32
19252026-08-20T20:46:56.325Z Compiling httparse v1.10.1
19262026-08-20T20:46:56.397Z Compiling crc32fast v1.5.0
19272026-08-20T20:46:56.405Z Compiling ucd-trie v0.1.7
19282026-08-20T20:46:56.549Z Compiling regex-syntax v0.8.10
19292026-08-20T20:46:56.676Z Compiling fnv v1.0.7
19302026-08-20T20:46:56.680Z Compiling pest v2.8.6
19312026-08-20T20:46:56.741Z Compiling vcpkg v0.2.15
19322026-08-20T20:46:56.771Z Compiling ident_case v1.0.1
19332026-08-20T20:46:56.771Z Compiling iana-time-zone v0.1.65
19342026-08-20T20:46:56.968Z Compiling uuid v1.23.4
19352026-08-20T20:46:57.070Z Compiling rustc_version v0.4.1
19362026-08-20T20:46:57.106Z Compiling futures-sink v0.3.32
19372026-08-20T20:46:57.125Z Compiling rustls v0.23.41
19382026-08-20T20:46:57.241Z Compiling synstructure v0.13.2
19392026-08-20T20:46:57.245Z Compiling serde_derive_internals v0.29.1
19402026-08-20T20:46:57.279Z Compiling futures-channel v0.3.32
19412026-08-20T20:46:57.325Z Compiling openssl-sys v0.9.117
19422026-08-20T20:46:57.557Z Compiling aho-corasick v1.1.4
19432026-08-20T20:46:57.573Z Compiling futures-io v0.3.32
19442026-08-20T20:46:57.622Z Compiling futures-task v0.3.32
19452026-08-20T20:46:57.772Z Compiling slab v0.4.12
19462026-08-20T20:46:57.778Z Compiling pest_meta v2.8.6
19472026-08-20T20:46:57.948Z Compiling num-conv v0.2.0
19482026-08-20T20:46:57.986Z Compiling radium v0.7.0
19492026-08-20T20:46:58.000Z Compiling plain v0.2.3
19502026-08-20T20:46:58.006Z Compiling time-core v0.1.8
19512026-08-20T20:46:58.030Z Compiling dyn-clone v1.0.20
19522026-08-20T20:46:58.092Z Compiling crossbeam-utils v0.8.21
19532026-08-20T20:46:58.126Z Compiling openssl v0.10.80
19542026-08-20T20:46:58.178Z Compiling time-macros v0.2.27
19552026-08-20T20:46:58.194Z Compiling base64ct v1.8.3
19562026-08-20T20:46:58.234Z Compiling pretty-hex v0.4.1
19572026-08-20T20:46:58.254Z Compiling maybe-uninit v2.0.0
19582026-08-20T20:46:58.260Z Compiling base64 v0.22.1
19592026-08-20T20:46:58.392Z Compiling pest_generator v2.8.6
19602026-08-20T20:46:58.399Z Compiling regex-automata v0.4.14
19612026-08-20T20:46:58.399Z Compiling flagset v0.4.7
19622026-08-20T20:46:58.460Z Compiling serde_derive v1.0.228
19632026-08-20T20:46:58.488Z Compiling zeroize_derive v1.5.0
19642026-08-20T20:46:58.506Z Compiling zerofrom-derive v0.1.6
19652026-08-20T20:46:58.523Z Compiling yoke-derive v0.8.1
19662026-08-20T20:46:58.542Z Compiling zerocopy-derive v0.8.55
19672026-08-20T20:46:58.560Z Compiling zerovec-derive v0.11.2
19682026-08-20T20:46:58.654Z Compiling displaydoc v0.2.5
19692026-08-20T20:46:58.678Z Compiling tokio-macros v2.7.0
19702026-08-20T20:46:58.784Z Compiling futures-macro v0.3.32
19712026-08-20T20:46:58.994Z Compiling thiserror-impl v2.0.18
19722026-08-20T20:46:59.021Z Compiling schemars_derive v0.8.22
19732026-08-20T20:46:59.043Z Compiling der_derive v0.7.3
19742026-08-20T20:46:59.098Z Compiling tracing-attributes v0.1.31
19752026-08-20T20:46:59.118Z Compiling thiserror-impl v1.0.69
19762026-08-20T20:46:59.140Z Compiling pest_derive v2.8.6
19772026-08-20T20:46:59.389Z Compiling scroll_derive v0.12.1
19782026-08-20T20:46:59.448Z Compiling scroll_derive v0.13.1
19792026-08-20T20:46:59.560Z Compiling pem-rfc7468 v0.7.0
19802026-08-20T20:46:59.625Z Compiling futures-util v0.3.32
19812026-08-20T20:46:59.658Z Compiling openssl-macros v0.1.1
19822026-08-20T20:46:59.695Z Compiling zerofrom v0.1.6
19832026-08-20T20:46:59.837Z Compiling yoke v0.8.1
19842026-08-20T20:47:00.056Z Compiling zerovec v0.11.5
19852026-08-20T20:47:00.065Z Compiling zerotrie v0.2.3
19862026-08-20T20:47:00.108Z Compiling darling_core v0.23.0
19872026-08-20T20:47:00.283Z Compiling rand_core v0.9.5
19882026-08-20T20:47:00.302Z Compiling bzip2-sys v0.1.13+1.0.8
19892026-08-20T20:47:00.397Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19902026-08-20T20:47:00.406Z Compiling ahash v0.8.12
19912026-08-20T20:47:00.519Z Compiling num-bigint-dig v0.8.6
19922026-08-20T20:47:00.532Z Compiling native-tls v0.2.18
19932026-08-20T20:47:00.547Z Compiling anyhow v1.0.104
19942026-08-20T20:47:00.623Z Compiling tinystr v0.8.2
19952026-08-20T20:47:00.646Z Compiling potential_utf v0.1.4
19962026-08-20T20:47:00.677Z Compiling packed_struct v0.10.1
19972026-08-20T20:47:00.780Z Compiling icu_collections v2.1.1
19982026-08-20T20:47:00.796Z Compiling regex v1.12.3
19992026-08-20T20:47:00.849Z Compiling icu_locale_core v2.1.1
20002026-08-20T20:47:00.865Z Compiling zerocopy-derive v0.7.35
20012026-08-20T20:47:01.407Z Compiling slog v2.8.2
20022026-08-20T20:47:01.522Z Compiling tracing-core v0.1.36
20032026-08-20T20:47:01.537Z Compiling cookie v0.18.1
20042026-08-20T20:47:01.616Z Compiling icu_provider v2.1.1
20052026-08-20T20:47:01.673Z Compiling zeroize v1.9.0
20062026-08-20T20:47:01.750Z Compiling bytes v1.11.1
20072026-08-20T20:47:01.800Z Compiling chrono v0.4.45
20082026-08-20T20:47:01.966Z Compiling icu_normalizer v2.1.1
20092026-08-20T20:47:01.994Z Compiling icu_properties v2.1.2
20102026-08-20T20:47:02.302Z Compiling tokio v1.52.1
20112026-08-20T20:47:02.497Z Compiling crypto-common v0.1.7
20122026-08-20T20:47:02.542Z Compiling block-buffer v0.10.4
20132026-08-20T20:47:02.667Z Compiling serde_tokenstream v0.2.3
20142026-08-20T20:47:02.683Z Compiling digest v0.10.7
20152026-08-20T20:47:02.717Z Compiling der v0.7.10
20162026-08-20T20:47:02.957Z Compiling idna_adapter v1.2.1
20172026-08-20T20:47:02.982Z Compiling ppv-lite86 v0.2.21
20182026-08-20T20:47:03.079Z Compiling idna v1.1.0
20192026-08-20T20:47:03.079Z Compiling http v1.4.2
20202026-08-20T20:47:03.198Z Compiling darling_macro v0.23.0
20212026-08-20T20:47:03.346Z Compiling camino v1.2.5
20222026-08-20T20:47:03.352Z Compiling cpufeatures v0.2.17
20232026-08-20T20:47:03.452Z Compiling url v2.5.8
20242026-08-20T20:47:03.506Z Compiling rand_chacha v0.9.0
20252026-08-20T20:47:03.521Z Compiling tracing v0.1.44
20262026-08-20T20:47:03.707Z Compiling spki v0.7.3
20272026-08-20T20:47:03.832Z Compiling darling v0.23.0
20282026-08-20T20:47:03.857Z Compiling serde_spanned v0.6.9
20292026-08-20T20:47:03.919Z Compiling toml_datetime v0.6.11
20302026-08-20T20:47:03.989Z Compiling packed_struct_codegen v0.10.1
20312026-08-20T20:47:04.036Z Compiling zerocopy-derive v0.6.6
20322026-08-20T20:47:04.081Z Compiling bitfield-macros v0.19.4
20332026-08-20T20:47:04.118Z Compiling clap_derive v4.6.1
20342026-08-20T20:47:04.207Z Compiling indexmap v1.9.3
20352026-08-20T20:47:04.406Z Compiling paste v1.0.15
20362026-08-20T20:47:04.574Z Compiling simd-adler32 v0.3.8
20372026-08-20T20:47:04.724Z Compiling object v0.37.3
20382026-08-20T20:47:04.820Z Compiling http-body v1.0.1
20392026-08-20T20:47:04.834Z Compiling pkcs8 v0.10.2
20402026-08-20T20:47:04.848Z Compiling rand v0.9.2
20412026-08-20T20:47:04.984Z Compiling rustls-pki-types v1.14.0
20422026-08-20T20:47:05.090Z Compiling spin v0.9.8
20432026-08-20T20:47:05.094Z Compiling usdt-impl v0.5.0
20442026-08-20T20:47:05.123Z Compiling either v1.15.0
20452026-08-20T20:47:05.221Z Compiling cmov v0.5.4
20462026-08-20T20:47:05.321Z Compiling adler2 v2.0.1
20472026-08-20T20:47:05.346Z Compiling winnow v0.5.40
20482026-08-20T20:47:05.362Z Compiling fastrand v2.3.0
20492026-08-20T20:47:05.421Z Compiling ref-cast v1.0.25
20502026-08-20T20:47:05.437Z Compiling usdt-impl v0.6.0
20512026-08-20T20:47:05.477Z Compiling tinyvec_macros v0.1.1
20522026-08-20T20:47:05.576Z Compiling anstyle v1.0.14
20532026-08-20T20:47:05.647Z Compiling utf8parse v0.2.2
20542026-08-20T20:47:05.702Z Compiling openssl-probe v0.2.1
20552026-08-20T20:47:05.734Z Compiling tinyvec v1.10.0
20562026-08-20T20:47:05.752Z Compiling anstyle-parse v1.0.0
20572026-08-20T20:47:05.776Z Compiling ctutils v0.4.2
20582026-08-20T20:47:05.886Z Compiling miniz_oxide v0.8.9
20592026-08-20T20:47:05.957Z Compiling sha2 v0.10.9
20602026-08-20T20:47:06.091Z Compiling scroll v0.13.0
20612026-08-20T20:47:06.112Z Compiling scroll v0.12.0
20622026-08-20T20:47:06.210Z Compiling tokio-util v0.7.18
20632026-08-20T20:47:06.275Z Compiling terminal_size v0.4.3
20642026-08-20T20:47:06.325Z Compiling async-trait v0.1.89
20652026-08-20T20:47:06.373Z Compiling heapless v0.7.17
20662026-08-20T20:47:06.465Z Compiling try-lock v0.2.5
20672026-08-20T20:47:06.500Z Compiling is_terminal_polyfill v1.70.2
20682026-08-20T20:47:06.628Z Compiling toml_edit v0.19.15
20692026-08-20T20:47:06.672Z Compiling atomic-waker v1.1.2
20702026-08-20T20:47:06.684Z Compiling winnow v0.7.14
20712026-08-20T20:47:06.768Z Compiling litrs v1.0.0
20722026-08-20T20:47:06.826Z Compiling anstyle-query v1.1.5
20732026-08-20T20:47:06.863Z Compiling colorchoice v1.0.4
20742026-08-20T20:47:06.947Z Compiling winnow v1.0.3
20752026-08-20T20:47:06.995Z Compiling signal-hook v0.3.18
20762026-08-20T20:47:07.063Z Compiling untrusted v0.7.1
20772026-08-20T20:47:07.171Z Compiling tower-layer v0.3.3
20782026-08-20T20:47:07.191Z Compiling zstd-safe v7.2.4
20792026-08-20T20:47:07.223Z Compiling tower-service v0.3.3
20802026-08-20T20:47:07.245Z Compiling rustix v0.38.44
20812026-08-20T20:47:07.336Z Compiling h2 v0.4.15
20822026-08-20T20:47:07.351Z Compiling document-features v0.2.12
20832026-08-20T20:47:07.355Z Compiling anstream v1.0.0
20842026-08-20T20:47:07.411Z Compiling tempfile v3.27.0
20852026-08-20T20:47:07.672Z Compiling want v0.3.1
20862026-08-20T20:47:07.881Z Compiling toml_parser v1.1.2+spec-1.1.0
20872026-08-20T20:47:08.011Z Compiling goblin v0.8.2
20882026-08-20T20:47:08.044Z Compiling goblin v0.10.5
20892026-08-20T20:47:08.066Z Compiling hybrid-array v0.4.13
20902026-08-20T20:47:08.244Z Compiling itertools v0.15.0
20912026-08-20T20:47:08.323Z Compiling zerocopy v0.7.35
20922026-08-20T20:47:08.453Z Compiling ipnet v2.12.0
20932026-08-20T20:47:08.518Z Compiling structmeta-derive v0.3.0
20942026-08-20T20:47:08.682Z Compiling ref-cast-impl v1.0.25
20952026-08-20T20:47:08.881Z Compiling daft-derive v0.1.7
20962026-08-20T20:47:08.917Z Compiling curve25519-dalek v4.1.3
20972026-08-20T20:47:08.949Z Compiling darling_core v0.20.11
20982026-08-20T20:47:08.959Z Compiling memoffset v0.9.1
20992026-08-20T20:47:09.193Z Compiling powerfmt v0.2.0
21002026-08-20T20:47:09.210Z Compiling untrusted v0.9.0
21012026-08-20T20:47:09.354Z Compiling foreign-types-shared v0.1.1
21022026-08-20T20:47:09.412Z Compiling httpdate v1.0.3
21032026-08-20T20:47:09.429Z Compiling tap v1.0.1
21042026-08-20T20:47:09.453Z Compiling foreign-types v0.3.2
21052026-08-20T20:47:09.540Z Compiling wyz v0.5.1
21062026-08-20T20:47:09.551Z Compiling deranged v0.5.8
21072026-08-20T20:47:09.555Z Compiling structmeta v0.3.0
21082026-08-20T20:47:09.693Z Compiling unicode-normalization v0.1.25
21092026-08-20T20:47:09.894Z Compiling dtrace-parser v0.2.0
21102026-08-20T20:47:09.921Z Compiling rand_chacha v0.3.1
21112026-08-20T20:47:10.180Z Compiling signature v2.2.0
21122026-08-20T20:47:10.237Z Compiling hex v0.4.3
21132026-08-20T20:47:10.297Z Compiling dof v0.3.0
21142026-08-20T20:47:10.353Z Compiling dtrace-parser v0.3.0
21152026-08-20T20:47:10.493Z Compiling hyper v1.10.1
21162026-08-20T20:47:10.579Z Compiling pin-project-internal v1.1.11
21172026-08-20T20:47:10.625Z Compiling num-integer v0.1.46
21182026-08-20T20:47:10.887Z Compiling dof v0.4.0
21192026-08-20T20:47:10.904Z Compiling darling_macro v0.20.11
21202026-08-20T20:47:10.932Z Compiling wait-timeout v0.2.1
21212026-08-20T20:47:10.948Z Compiling thread-id v5.1.0
21222026-08-20T20:47:10.962Z Compiling thread-id v4.2.2
21232026-08-20T20:47:11.046Z Compiling quick-error v1.2.3
21242026-08-20T20:47:11.064Z Compiling smoltcp v0.9.1
21252026-08-20T20:47:11.171Z Compiling cfg_aliases v0.2.1
21262026-08-20T20:47:11.204Z Compiling owo-colors v4.3.0
21272026-08-20T20:47:11.320Z Compiling funty v2.0.0
21282026-08-20T20:47:11.391Z Compiling bit-vec v0.8.0
21292026-08-20T20:47:11.408Z Compiling clap_lex v1.0.0
21302026-08-20T20:47:11.439Z Compiling num_threads v0.1.7
21312026-08-20T20:47:11.519Z Compiling time v0.3.47
21322026-08-20T20:47:11.533Z Compiling darling v0.20.11
21332026-08-20T20:47:11.549Z Compiling nix v0.31.2
21342026-08-20T20:47:11.599Z Compiling hyper-util v0.1.20
21352026-08-20T20:47:11.648Z Compiling bit-set v0.8.0
21362026-08-20T20:47:11.665Z Compiling bitvec v1.0.1
21372026-08-20T20:47:11.808Z Compiling clap_builder v4.6.0
21382026-08-20T20:47:11.838Z Compiling rusty-fork v0.3.1
21392026-08-20T20:47:11.854Z Compiling num-iter v0.1.45
21402026-08-20T20:47:12.005Z Compiling rand v0.8.6
21412026-08-20T20:47:12.157Z Compiling lazy_static v1.5.0
21422026-08-20T20:47:12.277Z Compiling ipnetwork v0.21.1
21432026-08-20T20:47:12.297Z Compiling hmac v0.12.1
21442026-08-20T20:47:12.625Z Compiling rand_xorshift v0.4.0
21452026-08-20T20:47:12.641Z Compiling curve25519-dalek-derive v0.1.1
21462026-08-20T20:47:12.733Z Compiling sync_wrapper v1.0.2
21472026-08-20T20:47:12.860Z Compiling crc-catalog v2.4.0
21482026-08-20T20:47:12.883Z Compiling siphasher v1.0.2
21492026-08-20T20:47:13.116Z Compiling zlib-rs v0.6.2
21502026-08-20T20:47:13.268Z Compiling nodrop v0.1.14
21512026-08-20T20:47:13.294Z Compiling unarray v0.1.4
21522026-08-20T20:47:13.311Z Compiling clap v4.6.1
21532026-08-20T20:47:13.375Z Compiling array-init v0.0.4
21542026-08-20T20:47:13.418Z Compiling proptest v1.11.0
21552026-08-20T20:47:13.758Z Compiling crc v3.4.0
21562026-08-20T20:47:13.998Z Compiling tower v0.5.3
21572026-08-20T20:47:14.462Z Compiling smallvec v0.6.14
21582026-08-20T20:47:14.504Z Compiling derive_builder_core v0.20.2
21592026-08-20T20:47:14.867Z Compiling pkcs1 v0.7.5
21602026-08-20T20:47:14.882Z Compiling http-body-util v0.1.3
21612026-08-20T20:47:15.071Z Compiling zerocopy v0.6.6
21622026-08-20T20:47:15.074Z Compiling bitfield v0.19.4
21632026-08-20T20:47:15.192Z Compiling flate2 v1.1.9
21642026-08-20T20:47:15.254Z Compiling hubpack_derive v0.1.1
21652026-08-20T20:47:15.280Z Compiling strum_macros v0.26.4
21662026-08-20T20:47:15.386Z Compiling strum_macros v0.27.2
21672026-08-20T20:47:15.416Z Compiling snafu-derive v0.8.9
21682026-08-20T20:47:15.433Z Compiling env_filter v2.0.0
21692026-08-20T20:47:15.494Z Compiling fs-err v3.3.0
21702026-08-20T20:47:15.568Z Compiling unicode-segmentation v1.12.0
21712026-08-20T20:47:15.592Z Compiling base64 v0.21.7
21722026-08-20T20:47:15.712Z Compiling hashbrown v0.12.3
21732026-08-20T20:47:15.716Z Compiling unicode-properties v0.1.4
21742026-08-20T20:47:15.743Z Compiling iri-string v0.7.10
21752026-08-20T20:47:16.044Z Compiling ryu v1.0.23
21762026-08-20T20:47:16.198Z Compiling unicode-bidi v0.3.18
21772026-08-20T20:47:16.212Z Compiling allocator-api2 v0.2.21
21782026-08-20T20:47:16.228Z Compiling gimli v0.32.3
21792026-08-20T20:47:16.496Z Compiling serde_urlencoded v0.7.1
21802026-08-20T20:47:16.560Z Compiling stringprep v0.1.5
21812026-08-20T20:47:16.930Z Compiling tower-http v0.6.8
21822026-08-20T20:47:17.017Z Compiling ron v0.8.1
21832026-08-20T20:47:17.049Z Compiling env_logger v0.11.11
21842026-08-20T20:47:17.114Z Compiling newtype-uuid v1.3.2
21852026-08-20T20:47:17.148Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21862026-08-20T20:47:17.304Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21872026-08-20T20:47:17.343Z Compiling derive_builder_macro v0.20.2
21882026-08-20T20:47:17.372Z Compiling rsa v0.9.10
21892026-08-20T20:47:17.382Z Compiling oxnet v0.1.6
21902026-08-20T20:47:17.453Z Compiling serde-hex v0.1.0
21912026-08-20T20:47:17.509Z Compiling tokio-native-tls v0.3.1
21922026-08-20T20:47:17.699Z Compiling hashbrown v0.13.2
21932026-08-20T20:47:17.746Z Compiling bzip2 v0.4.4
21942026-08-20T20:47:17.792Z Compiling usdt-macro v0.6.0
21952026-08-20T20:47:17.852Z Compiling usdt-attr-macro v0.6.0
21962026-08-20T20:47:17.860Z Compiling derive-ex v0.1.8
21972026-08-20T20:47:17.864Z Compiling crypto-common v0.2.2
21982026-08-20T20:47:17.964Z Compiling addr2line v0.25.1
21992026-08-20T20:47:17.980Z Compiling block-padding v0.4.2
22002026-08-20T20:47:17.997Z Compiling block-buffer v0.12.1
22012026-08-20T20:47:18.266Z Compiling rustls-native-certs v0.8.3
22022026-08-20T20:47:18.293Z Compiling x509-cert v0.2.5
22032026-08-20T20:47:18.564Z Compiling md-5 v0.10.6
22042026-08-20T20:47:18.655Z Compiling erased-serde v0.3.31
22052026-08-20T20:47:18.741Z Compiling bstr v1.12.1
22062026-08-20T20:47:19.004Z Compiling vergen-lib v9.1.0
22072026-08-20T20:47:19.069Z Compiling hash32 v0.2.1
22082026-08-20T20:47:19.154Z Compiling encoding_rs v0.8.35
22092026-08-20T20:47:19.217Z Compiling crc-any v2.5.0
22102026-08-20T20:47:19.217Z Compiling mime v0.3.17
22112026-08-20T20:47:19.309Z Compiling rustc-demangle v0.1.27
22122026-08-20T20:47:19.382Z Compiling psl-types v2.0.11
22132026-08-20T20:47:19.459Z Compiling cpufeatures v0.3.0
22142026-08-20T20:47:19.530Z Compiling unicode-width v0.2.0
22152026-08-20T20:47:19.552Z Compiling fallible-iterator v0.2.0
22162026-08-20T20:47:19.682Z Compiling publicsuffix v2.3.0
22172026-08-20T20:47:19.739Z Compiling test-strategy v0.4.5
22182026-08-20T20:47:19.858Z Compiling postgres-protocol v0.6.10
22192026-08-20T20:47:20.213Z Compiling backtrace v0.3.76
22202026-08-20T20:47:20.438Z Compiling object v0.30.4
22212026-08-20T20:47:20.466Z Compiling inout v0.2.2
22222026-08-20T20:47:20.485Z Compiling zip v0.6.6
22232026-08-20T20:47:20.502Z Compiling derive_builder v0.20.2
22242026-08-20T20:47:20.645Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22252026-08-20T20:47:20.662Z Compiling daft v0.1.7
22262026-08-20T20:47:20.680Z Compiling hyper-tls v0.6.0
22272026-08-20T20:47:20.698Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22282026-08-20T20:47:20.926Z Compiling heck v0.4.1
22292026-08-20T20:47:20.958Z Compiling phf_shared v0.13.1
22302026-08-20T20:47:20.975Z Compiling pin-project v1.1.11
22312026-08-20T20:47:21.084Z Compiling toml v0.7.8
22322026-08-20T20:47:21.168Z Compiling serde_with_macros v3.21.0
22332026-08-20T20:47:21.171Z Compiling futures-executor v0.3.32
22342026-08-20T20:47:21.216Z Compiling async-recursion v1.1.1
22352026-08-20T20:47:21.430Z Compiling serde_repr v0.1.20
22362026-08-20T20:47:21.433Z Compiling enum-as-inner v0.6.1
22372026-08-20T20:47:21.463Z Compiling miette-derive v7.6.0
22382026-08-20T20:47:21.571Z Compiling ff v0.13.1
22392026-08-20T20:47:21.586Z Compiling vergen v9.1.0
22402026-08-20T20:47:21.615Z Compiling cargo-platform v0.3.2
22412026-08-20T20:47:21.806Z Compiling libbz2-rs-sys v0.2.2
22422026-08-20T20:47:21.851Z Compiling managed v0.8.0
22432026-08-20T20:47:21.972Z Compiling jiff-core v0.1.0
22442026-08-20T20:47:21.972Z Compiling smawk v0.3.2
22452026-08-20T20:47:22.003Z Compiling is_ci v1.2.0
22462026-08-20T20:47:22.018Z Compiling foldhash v0.2.0
22472026-08-20T20:47:22.140Z Compiling foldhash v0.1.5
22482026-08-20T20:47:22.156Z Compiling same-file v1.0.6
22492026-08-20T20:47:22.238Z Compiling bitflags v1.3.2
22502026-08-20T20:47:22.323Z Compiling path-slash v0.1.5
22512026-08-20T20:47:22.386Z Compiling bumpalo v3.20.2
22522026-08-20T20:47:22.492Z Compiling unicode-linebreak v0.1.5
22532026-08-20T20:47:22.539Z Compiling base16ct v0.2.0
22542026-08-20T20:47:22.601Z Compiling zopfli v0.8.3
22552026-08-20T20:47:22.723Z Compiling jiff v0.2.34
22562026-08-20T20:47:22.785Z Compiling textwrap v0.16.2
22572026-08-20T20:47:22.800Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22582026-08-20T20:47:22.861Z Compiling sec1 v0.7.3
22592026-08-20T20:47:22.948Z Compiling walkdir v2.5.0
22602026-08-20T20:47:23.158Z Compiling hashbrown v0.15.5
22612026-08-20T20:47:23.162Z Compiling bzip2 v0.6.1
22622026-08-20T20:47:23.192Z Compiling hashbrown v0.16.1
22632026-08-20T20:47:23.195Z Compiling supports-color v3.0.2
22642026-08-20T20:47:23.407Z Compiling cargo_metadata v0.23.1
22652026-08-20T20:47:23.411Z Compiling group v0.13.0
22662026-08-20T20:47:23.621Z Compiling futures v0.3.32
22672026-08-20T20:47:23.829Z Compiling phf v0.13.1
22682026-08-20T20:47:23.973Z Compiling snafu v0.8.9
22692026-08-20T20:47:24.009Z Compiling reqwest v0.12.28
22702026-08-20T20:47:24.036Z Compiling backtrace-ext v0.2.1
22712026-08-20T20:47:24.212Z Compiling cipher v0.5.2
22722026-08-20T20:47:24.331Z Compiling signal-hook-mio v0.2.5
22732026-08-20T20:47:24.394Z Compiling cookie_store v0.22.1
22742026-08-20T20:47:24.466Z Compiling postgres-types v0.2.12
22752026-08-20T20:47:24.483Z Compiling zstd v0.13.3
22762026-08-20T20:47:24.503Z Compiling globset v0.4.18
22772026-08-20T20:47:24.614Z Compiling strum v0.27.2
22782026-08-20T20:47:24.688Z Compiling hubpack v0.1.2
22792026-08-20T20:47:24.785Z Compiling phf_shared v0.11.3
22802026-08-20T20:47:24.820Z Compiling hkdf v0.12.4
22812026-08-20T20:47:24.836Z Compiling crossbeam-epoch v0.9.18
22822026-08-20T20:47:24.949Z Compiling byte-wrapper v0.1.0
22832026-08-20T20:47:24.987Z Compiling ed25519 v2.2.3
22842026-08-20T20:47:24.991Z Compiling olpc-cjson v0.1.4
22852026-08-20T20:47:25.250Z Compiling crypto-bigint v0.5.5
22862026-08-20T20:47:25.283Z Compiling serde-big-array v0.5.1
22872026-08-20T20:47:25.287Z Compiling serde_plain v1.0.2
22882026-08-20T20:47:25.334Z Compiling pem v3.0.6
22892026-08-20T20:47:25.414Z Compiling float-cmp v0.10.0
22902026-08-20T20:47:25.455Z Compiling memmap2 v0.9.10
22912026-08-20T20:47:25.502Z Compiling toml_write v0.1.2
22922026-08-20T20:47:25.572Z Compiling data-encoding v2.10.0
22932026-08-20T20:47:25.624Z Compiling supports-unicode v3.0.0
22942026-08-20T20:47:25.681Z Compiling const-oid v0.10.2
22952026-08-20T20:47:25.700Z Compiling typed-path v0.9.3
22962026-08-20T20:47:25.721Z Compiling new_debug_unreachable v1.0.6
22972026-08-20T20:47:25.807Z Compiling difflib v0.4.0
22982026-08-20T20:47:25.807Z Compiling fixedbitset v0.5.7
22992026-08-20T20:47:25.902Z Compiling supports-hyperlinks v3.2.0
23002026-08-20T20:47:25.940Z Compiling keccak v0.1.6
23012026-08-20T20:47:25.956Z Compiling normalize-line-endings v0.3.0
23022026-08-20T20:47:26.070Z Compiling precomputed-hash v0.1.1
23032026-08-20T20:47:26.109Z Compiling whoami v2.1.0
23042026-08-20T20:47:26.125Z Compiling predicates-core v1.0.10
23052026-08-20T20:47:26.171Z Compiling unicode-width v0.1.14
23062026-08-20T20:47:26.215Z Compiling fixedbitset v0.4.2
23072026-08-20T20:47:26.290Z Compiling static_assertions v1.1.0
23082026-08-20T20:47:26.351Z Compiling tokio-postgres v0.7.16
23092026-08-20T20:47:26.376Z Compiling petgraph v0.6.5
23102026-08-20T20:47:26.421Z Compiling miette v7.6.0
23112026-08-20T20:47:26.454Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23122026-08-20T20:47:26.469Z Compiling predicates v3.1.4
23132026-08-20T20:47:26.618Z Compiling elliptic-curve v0.13.8
23142026-08-20T20:47:26.688Z Compiling string_cache v0.8.9
23152026-08-20T20:47:26.844Z Compiling sha3 v0.10.8
23162026-08-20T20:47:26.984Z Compiling petgraph v0.8.3
23172026-08-20T20:47:27.021Z Compiling hickory-proto v0.25.2
23182026-08-20T20:47:27.037Z Compiling chacha20 v0.10.0
23192026-08-20T20:47:27.054Z Compiling digest v0.11.3
23202026-08-20T20:47:27.342Z Compiling toml_edit v0.22.27
23212026-08-20T20:47:27.434Z Compiling usdt v0.6.0
23222026-08-20T20:47:27.872Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23232026-08-20T20:47:28.279Z Compiling ed25519-dalek v2.2.0
23242026-08-20T20:47:28.619Z Compiling zip v4.6.1
23252026-08-20T20:47:28.963Z Compiling crossterm v0.28.1
23262026-08-20T20:47:29.290Z Compiling iddqd v0.4.2
23272026-08-20T20:47:29.533Z Compiling serde_with v3.21.0
23282026-08-20T20:47:29.565Z Compiling similar v2.7.0
23292026-08-20T20:47:29.582Z Compiling strum v0.26.3
23302026-08-20T20:47:29.728Z Compiling tokio-stream v0.1.18
23312026-08-20T20:47:29.806Z Compiling buf-list v1.1.2
23322026-08-20T20:47:30.116Z Compiling itertools v0.13.0
23332026-08-20T20:47:30.134Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23342026-08-20T20:47:30.209Z Compiling openapiv3 v2.2.0
23352026-08-20T20:47:30.772Z Compiling peg-runtime v0.8.5
23362026-08-20T20:47:31.024Z Compiling lalrpop-util v0.19.12
23372026-08-20T20:47:46.439Z Compiling rustls-webpki v0.103.13
23382026-08-20T20:47:50.002Z Compiling tokio-rustls v0.26.4
23392026-08-20T20:47:50.283Z Compiling hyper-rustls v0.27.7
23402026-08-20T20:47:50.287Z Compiling rustls-platform-verifier v0.6.2
23412026-08-20T20:47:50.362Z Compiling tough v0.22.0
23422026-08-20T20:47:50.524Z Compiling reqwest v0.13.2
23432026-08-20T20:47:53.151Z Compiling macaddr v1.0.1
23442026-08-20T20:47:53.259Z Compiling crucible-workspace-hack v0.1.0
23452026-08-20T20:47:53.329Z Compiling rayon-core v1.13.0
23462026-08-20T20:47:53.421Z Compiling secrecy v0.10.3
23472026-08-20T20:47:53.452Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23482026-08-20T20:47:53.487Z Compiling toml_datetime v0.7.5+spec-1.1.0
23492026-08-20T20:47:53.507Z Compiling heapless v0.8.0
23502026-08-20T20:47:53.620Z Compiling crossbeam-deque v0.8.6
23512026-08-20T20:47:53.641Z Compiling ingot-macros v0.2.0
23522026-08-20T20:47:53.676Z Compiling toml_edit v0.23.10+spec-1.0.0
23532026-08-20T20:47:53.692Z Compiling inout v0.1.4
23542026-08-20T20:47:53.741Z Compiling hash32 v0.3.1
23552026-08-20T20:47:53.876Z Compiling multer v3.1.0
23562026-08-20T20:47:53.897Z Compiling thread_local v1.1.9
23572026-08-20T20:47:53.900Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23582026-08-20T20:47:53.933Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23592026-08-20T20:47:53.952Z Compiling compression-core v0.4.31
23602026-08-20T20:47:53.970Z Compiling smoltcp v0.11.0
23612026-08-20T20:47:54.004Z Compiling slog-async v2.8.0
23622026-08-20T20:47:54.077Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23632026-08-20T20:47:54.098Z Compiling match_cfg v0.1.0
23642026-08-20T20:47:54.162Z Compiling hostname v0.3.1
23652026-08-20T20:47:54.198Z Compiling compression-codecs v0.4.37
23662026-08-20T20:47:54.260Z Compiling proc-macro-crate v3.4.0
23672026-08-20T20:47:54.343Z Compiling cipher v0.4.4
23682026-08-20T20:47:54.359Z Compiling atomicwrites v0.4.4
23692026-08-20T20:47:54.362Z Compiling slog-json v2.6.1
23702026-08-20T20:47:54.406Z Compiling crossbeam-channel v0.5.15
23712026-08-20T20:47:54.409Z Compiling half v2.7.1
23722026-08-20T20:47:54.578Z Compiling newtype-uuid-macros v0.1.0
23732026-08-20T20:47:54.618Z Compiling universal-hash v0.5.1
23742026-08-20T20:47:54.634Z Compiling cobs v0.3.0
23752026-08-20T20:47:54.653Z Compiling thiserror-impl-no-std v2.0.2
23762026-08-20T20:47:54.692Z Compiling async-stream-impl v0.3.6
23772026-08-20T20:47:54.714Z Compiling toml_datetime v1.1.1+spec-1.1.0
23782026-08-20T20:47:54.770Z Compiling serde_spanned v1.1.1
23792026-08-20T20:47:54.792Z Compiling is-terminal v0.4.17
23802026-08-20T20:47:54.808Z Compiling proc-macro-error-attr v1.0.4
23812026-08-20T20:47:54.913Z Compiling dropshot v0.17.1
23822026-08-20T20:47:54.935Z Compiling opaque-debug v0.3.1
23832026-08-20T20:47:54.951Z Compiling ciborium-io v0.2.2
23842026-08-20T20:47:55.022Z Compiling take_mut v0.2.2
23852026-08-20T20:47:55.025Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23862026-08-20T20:47:55.080Z Compiling toml_writer v1.1.1+spec-1.1.0
23872026-08-20T20:47:55.117Z Compiling term v1.2.1
23882026-08-20T20:47:55.134Z Compiling convert_case v0.4.0
23892026-08-20T20:47:55.208Z Compiling ciborium-ll v0.2.2
23902026-08-20T20:47:55.303Z Compiling async-stream v0.3.6
23912026-08-20T20:47:55.325Z Compiling toml v1.1.2+spec-1.1.0
23922026-08-20T20:47:55.355Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23932026-08-20T20:47:55.371Z Compiling poly1305 v0.8.0
23942026-08-20T20:47:55.459Z Compiling derive_more v0.99.20
23952026-08-20T20:47:55.502Z Compiling slog-term v2.9.2
23962026-08-20T20:47:55.522Z Compiling postcard v1.1.3
23972026-08-20T20:47:55.673Z Compiling thiserror-no-std v2.0.2
23982026-08-20T20:47:55.782Z Compiling num_enum_derive v0.7.6
23992026-08-20T20:47:55.852Z Compiling slog-bunyan v2.5.0
24002026-08-20T20:47:55.891Z Compiling chacha20 v0.9.1
24012026-08-20T20:47:55.929Z Compiling async-compression v0.4.41
24022026-08-20T20:47:56.152Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24032026-08-20T20:47:56.186Z Compiling sha1 v0.11.0
24042026-08-20T20:47:56.288Z Compiling ingot-types v0.2.0
24052026-08-20T20:47:56.363Z Compiling parse-display-derive v0.10.0
24062026-08-20T20:47:56.404Z Compiling proc-macro-crate v1.3.1
24072026-08-20T20:47:56.642Z Compiling waitgroup v0.1.2
24082026-08-20T20:47:56.744Z Compiling ingot v0.2.1
24092026-08-20T20:47:56.760Z Compiling backon v1.6.0
24102026-08-20T20:47:56.776Z Compiling rustls-pemfile v2.2.0
24112026-08-20T20:47:56.780Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24122026-08-20T20:47:56.815Z Compiling blake2 v0.10.6
24132026-08-20T20:47:56.964Z Compiling dropshot_endpoint v0.17.1
24142026-08-20T20:47:57.031Z Compiling aead v0.5.2
24152026-08-20T20:47:57.080Z Compiling password-hash v0.5.0
24162026-08-20T20:47:57.203Z Compiling foreign-types-macros v0.2.3
24172026-08-20T20:47:57.242Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24182026-08-20T20:47:57.335Z Compiling serde_path_to_error v0.1.20
24192026-08-20T20:47:57.575Z Compiling hostname v0.4.2
24202026-08-20T20:47:57.647Z Compiling proc-macro-error v1.0.4
24212026-08-20T20:47:57.669Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24222026-08-20T20:47:57.758Z Compiling instant v0.1.13
24232026-08-20T20:47:57.806Z Compiling debug-ignore v1.0.5
24242026-08-20T20:47:57.823Z Compiling foreign-types-shared v0.3.1
24252026-08-20T20:47:57.841Z Compiling argon2 v0.5.3
24262026-08-20T20:47:57.855Z Compiling parse-display v0.10.0
24272026-08-20T20:47:57.906Z Compiling backoff v0.4.0
24282026-08-20T20:47:57.931Z Compiling foreign-types v0.5.0
24292026-08-20T20:47:57.931Z Compiling chacha20poly1305 v0.10.1
24302026-08-20T20:47:57.964Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24312026-08-20T20:47:57.988Z Compiling num_enum_derive v0.5.11
24322026-08-20T20:47:58.029Z Compiling num_enum v0.7.6
24332026-08-20T20:47:58.044Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24342026-08-20T20:47:58.140Z Compiling vsss-rs v3.3.4
24352026-08-20T20:47:58.156Z Compiling ciborium v0.2.2
24362026-08-20T20:47:58.487Z Compiling regress v0.10.5
24372026-08-20T20:47:58.509Z Compiling itertools v0.14.0
24382026-08-20T20:47:58.576Z Compiling tabwriter v1.4.1
24392026-08-20T20:47:58.592Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24402026-08-20T20:47:58.668Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24412026-08-20T20:47:58.816Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24422026-08-20T20:47:58.957Z Compiling cstr-argument v0.1.2
24432026-08-20T20:47:58.961Z Compiling humantime v2.3.0
24442026-08-20T20:47:58.989Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24452026-08-20T20:47:59.030Z Compiling num_enum v0.5.11
24462026-08-20T20:47:59.122Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24472026-08-20T20:47:59.129Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24482026-08-20T20:47:59.178Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24492026-08-20T20:47:59.224Z Compiling rayon v1.11.0
24502026-08-20T20:47:59.240Z Compiling rand v0.10.1
24512026-08-20T20:47:59.295Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24522026-08-20T20:47:59.421Z Compiling libefi-sys v0.1.0
24532026-08-20T20:47:59.438Z Compiling indent_write v2.2.0
24542026-08-20T20:47:59.441Z Compiling colored v3.1.1
24552026-08-20T20:47:59.471Z Compiling zone_cfg_derive v0.3.1
24562026-08-20T20:47:59.529Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24572026-08-20T20:47:59.614Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24582026-08-20T20:47:59.655Z Compiling camino-tempfile v1.4.1
24592026-08-20T20:47:59.688Z Compiling itertools v0.12.1
24602026-08-20T20:47:59.923Z Compiling usdt-macro v0.5.0
24612026-08-20T20:48:00.043Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24622026-08-20T20:48:00.074Z Compiling usdt-attr-macro v0.5.0
24632026-08-20T20:48:00.091Z Compiling num-derive v0.4.2
24642026-08-20T20:48:00.108Z Compiling bitfield-struct v0.6.2
24652026-08-20T20:48:00.128Z Compiling blake3 v1.8.5
24662026-08-20T20:48:00.131Z Compiling memmap v0.7.0
24672026-08-20T20:48:00.380Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24682026-08-20T20:48:00.466Z Compiling sigpipe v0.1.3
24692026-08-20T20:48:00.502Z Compiling swrite v0.1.0
24702026-08-20T20:48:00.518Z Compiling glob v0.3.3
24712026-08-20T20:48:00.533Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24722026-08-20T20:48:00.632Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24732026-08-20T20:48:00.745Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24742026-08-20T20:48:00.838Z Compiling usdt v0.5.0
24752026-08-20T20:48:00.943Z Compiling smf v0.2.3
24762026-08-20T20:48:01.006Z Compiling filetime v0.2.27
24772026-08-20T20:48:01.022Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24782026-08-20T20:48:01.086Z Compiling zone v0.3.1
24792026-08-20T20:48:01.105Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24802026-08-20T20:48:01.120Z Compiling arrayvec v0.7.6
24812026-08-20T20:48:01.164Z Compiling xattr v1.6.1
24822026-08-20T20:48:01.199Z Compiling arrayref v0.3.9
24832026-08-20T20:48:01.215Z Compiling constant_time_eq v0.4.2
24842026-08-20T20:48:01.239Z Compiling whoami v1.6.1
24852026-08-20T20:48:01.292Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24862026-08-20T20:48:01.375Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24872026-08-20T20:48:01.430Z Compiling tar v0.4.46
24882026-08-20T20:48:01.447Z Compiling tokio-dtrace v0.1.1
24892026-08-20T20:48:01.462Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24902026-08-20T20:48:01.482Z Compiling gethostname v0.5.0
24912026-08-20T20:48:01.632Z Compiling console v0.16.2
24922026-08-20T20:48:01.720Z Compiling unit-prefix v0.5.2
24932026-08-20T20:48:01.723Z Compiling topological-sort v0.2.2
24942026-08-20T20:48:01.791Z Compiling oxide-tokio-rt v0.1.4
24952026-08-20T20:48:01.901Z Compiling toml v0.8.23
24962026-08-20T20:48:01.969Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24972026-08-20T20:48:02.095Z Compiling indicatif v0.18.4
24982026-08-20T20:48:02.240Z Compiling shell-words v1.1.1
24992026-08-20T20:48:11.403Z Compiling progenitor-client v0.14.0
25002026-08-20T20:48:11.403Z Compiling omicron-zone-package v0.12.3
25012026-08-20T20:48:11.643Z Compiling progenitor-extras v0.2.0
25022026-08-20T20:48:11.939Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25032026-08-20T20:48:11.961Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25042026-08-20T20:48:12.076Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25052026-08-20T20:48:12.158Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25062026-08-20T20:48:12.181Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25072026-08-20T20:48:12.200Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25082026-08-20T20:48:12.250Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25092026-08-20T20:48:12.386Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25102026-08-20T20:48:12.865Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-08-20T20:48:16.421Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25122026-08-20T20:48:25.284Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25132026-08-20T20:48:28.584Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25142026-08-20T20:48:29.688Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25152026-08-20T20:48:39.920Z Finished `release` profile [optimized] target(s) in 1m 47s
25162026-08-20T20:48:40.071Z Running `target/release/omicron-package -t test target create -p dev`
25172026-08-20T20:48:40.133ZLogging to: /work/oxidecomputer/omicron/out/LOG
25182026-08-20T20:48:40.136ZCreated new build target 'test' and set it as active
25192026-08-20T20:48:40.137Z
25202026-08-20T20:48:40.137Zreal 1:48.091321827
25212026-08-20T20:48:40.137Zuser 17:50.748169658
25222026-08-20T20:48:40.137Zsys 2:47.423519257
25232026-08-20T20:48:40.137Ztrap 0.514788165
25242026-08-20T20:48:40.137Ztflt 2.422232481
25252026-08-20T20:48:40.137Zdflt 5.101338679
25262026-08-20T20:48:40.137Zkflt 0.001259420
25272026-08-20T20:48:40.137Zlock 58:28.690558468
25282026-08-20T20:48:40.137Zslp 45:34.285817325
25292026-08-20T20:48:40.137Zlat 50.117199369
25302026-08-20T20:48:40.137Zstop 6:18.633917808
25312026-08-20T20:48:40.137Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25322026-08-20T20:48:41.031Z Finished `release` profile [optimized] target(s) in 0.88s
25332026-08-20T20:48:41.099Z Running `target/release/omicron-package -t test package`
25342026-08-20T20:48:41.157ZLogging to: /work/oxidecomputer/omicron/out/LOG
25352026-08-20T20:48:42.610Z Compiling heck v0.5.0
25362026-08-20T20:48:42.611Z Compiling regress v0.11.1
25372026-08-20T20:48:42.838Z Compiling unsafe-libyaml v0.2.11
25382026-08-20T20:48:42.874Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25392026-08-20T20:48:42.901Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-08-20T20:48:42.901Z Compiling derive-where v1.6.0
25412026-08-20T20:48:42.905Z Compiling bytecount v0.6.9
25422026-08-20T20:48:42.965Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25432026-08-20T20:48:42.968Z Compiling atomicwrites v0.4.4
25442026-08-20T20:48:42.968Z Compiling is-terminal v0.4.17
25452026-08-20T20:48:42.968Z Compiling prettyplease v0.2.37
25462026-08-20T20:48:42.968Z Compiling newline-converter v0.3.0
25472026-08-20T20:48:42.987Z Compiling console v0.15.11
25482026-08-20T20:48:43.007Z Compiling slog-dtrace v0.3.0
25492026-08-20T20:48:43.030Z Compiling resolv-conf v0.7.6
25502026-08-20T20:48:43.141Z Compiling cancel-safe-futures v0.1.5
25512026-08-20T20:48:43.186Z Compiling num-rational v0.4.2
25522026-08-20T20:48:43.190Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25532026-08-20T20:48:43.243Z Compiling num-complex v0.4.6
25542026-08-20T20:48:43.269Z Compiling thread_local v1.1.9
25552026-08-20T20:48:43.295Z Compiling match_cfg v0.1.0
25562026-08-20T20:48:43.365Z Compiling serde_yaml v0.9.34+deprecated
25572026-08-20T20:48:43.413Z Compiling expectorate v1.2.0
25582026-08-20T20:48:43.515Z Compiling compression-core v0.4.31
25592026-08-20T20:48:43.650Z Compiling compression-codecs v0.4.37
25602026-08-20T20:48:43.678Z Compiling num v0.4.3
25612026-08-20T20:48:43.682Z Compiling hostname v0.3.1
25622026-08-20T20:48:43.720Z Compiling multer v3.1.0
25632026-08-20T20:48:43.720Z Compiling slog-async v2.8.0
25642026-08-20T20:48:43.780Z Compiling crossbeam-channel v0.5.15
25652026-08-20T20:48:43.801Z Compiling slog-json v2.6.1
25662026-08-20T20:48:43.825Z Compiling serde_spanned v1.1.1
25672026-08-20T20:48:43.862Z Compiling toml_datetime v1.1.1+spec-1.1.0
25682026-08-20T20:48:43.925Z Compiling float-ord v0.3.2
25692026-08-20T20:48:43.946Z Compiling term v1.2.1
25702026-08-20T20:48:44.001Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25712026-08-20T20:48:44.035Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25722026-08-20T20:48:44.073Z Compiling take_mut v0.2.2
25732026-08-20T20:48:44.093Z Compiling oxide-update-engine-types v0.1.2
25742026-08-20T20:48:44.126Z Compiling linear-map v1.2.0
25752026-08-20T20:48:44.148Z Compiling toml_writer v1.1.1+spec-1.1.0
25762026-08-20T20:48:44.173Z Compiling linked-hash-map v0.5.6
25772026-08-20T20:48:44.219Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25782026-08-20T20:48:44.222Z Compiling slog-bunyan v2.5.0
25792026-08-20T20:48:44.265Z Compiling slog-term v2.9.2
25802026-08-20T20:48:44.344Z Compiling toml v1.1.2+spec-1.1.0
25812026-08-20T20:48:44.373Z Compiling async-compression v0.4.41
25822026-08-20T20:48:44.398Z Compiling typify-impl v0.6.2
25832026-08-20T20:48:44.418Z Compiling lru-cache v0.1.2
25842026-08-20T20:48:44.642Z Compiling dropshot v0.17.1
25852026-08-20T20:48:44.672Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25862026-08-20T20:48:44.708Z Compiling async-stream v0.3.6
25872026-08-20T20:48:44.711Z Compiling sha1 v0.11.0
25882026-08-20T20:48:44.792Z Compiling progenitor-client v0.14.0
25892026-08-20T20:48:44.838Z Compiling waitgroup v0.1.2
25902026-08-20T20:48:44.890Z Compiling rustls-pemfile v2.2.0
25912026-08-20T20:48:44.911Z Compiling backon v1.6.0
25922026-08-20T20:48:44.916Z Compiling hostname v0.4.2
25932026-08-20T20:48:45.008Z Compiling serde_path_to_error v0.1.20
25942026-08-20T20:48:45.029Z Compiling instant v0.1.13
25952026-08-20T20:48:45.114Z Compiling debug-ignore v1.0.5
25962026-08-20T20:48:45.114Z Compiling minimal-lexical v0.2.1
25972026-08-20T20:48:45.157Z Compiling backoff v0.4.0
25982026-08-20T20:48:45.160Z Compiling progenitor-extras v0.2.0
25992026-08-20T20:48:45.202Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26002026-08-20T20:48:45.247Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26012026-08-20T20:48:45.377Z Compiling oxide-update-engine v0.1.2
26022026-08-20T20:48:45.398Z Compiling nom v7.1.3
26032026-08-20T20:48:45.462Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26042026-08-20T20:48:45.489Z Compiling parse-display v0.10.0
26052026-08-20T20:48:45.492Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26062026-08-20T20:48:45.534Z Compiling hickory-proto v0.24.4
26072026-08-20T20:48:45.986Z Compiling regress v0.10.5
26082026-08-20T20:48:46.190Z Compiling itertools v0.14.0
26092026-08-20T20:48:46.609Z Compiling macaddr v1.0.1
26102026-08-20T20:48:46.762Z Compiling humantime v2.3.0
26112026-08-20T20:48:46.795Z Compiling unicode-xid v0.2.6
26122026-08-20T20:48:46.946Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26132026-08-20T20:48:47.027Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-08-20T20:48:47.141Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26152026-08-20T20:48:47.182Z Compiling convert_case v0.10.0
26162026-08-20T20:48:47.392Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26172026-08-20T20:48:47.417Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26182026-08-20T20:48:47.472Z Compiling derive_more-impl v2.1.1
26192026-08-20T20:48:47.542Z Compiling toml v0.8.23
26202026-08-20T20:48:47.672Z Compiling papergrid v0.11.0
26212026-08-20T20:48:47.864Z Compiling typify-macro v0.6.2
26222026-08-20T20:48:48.010Z Compiling tabled_derive v0.7.0
26232026-08-20T20:48:48.118Z Compiling hickory-resolver v0.24.4
26242026-08-20T20:48:48.142Z Compiling termtree v0.5.1
26252026-08-20T20:48:48.260Z Compiling derive_more v2.1.1
26262026-08-20T20:48:48.345Z Compiling crossterm v0.29.0
26272026-08-20T20:48:48.370Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26282026-08-20T20:48:48.790Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26292026-08-20T20:48:48.937Z Compiling tabled v0.15.0
26302026-08-20T20:48:49.331Z Compiling qorb v0.4.1
26312026-08-20T20:48:49.464Z Compiling typify v0.6.2
26322026-08-20T20:48:49.755Z Compiling progenitor-impl v0.14.0
26332026-08-20T20:48:50.476Z Compiling phf_shared v0.12.1
26342026-08-20T20:48:50.732Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26352026-08-20T20:48:51.212Z Compiling csv-core v0.1.13
26362026-08-20T20:48:51.262Z Compiling vte v0.14.1
26372026-08-20T20:48:51.517Z Compiling highway v1.3.0
26382026-08-20T20:48:51.647Z Compiling chrono-tz v0.10.4
26392026-08-20T20:48:51.898Z Compiling progenitor-macro v0.14.0
26402026-08-20T20:48:51.929Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26412026-08-20T20:48:52.901Z Compiling strip-ansi-escapes v0.2.1
26422026-08-20T20:48:53.190Z Compiling csv v1.4.0
26432026-08-20T20:48:53.442Z Compiling phf v0.12.1
26442026-08-20T20:48:53.466Z Compiling const_format_proc_macros v0.2.34
26452026-08-20T20:48:53.491Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26462026-08-20T20:48:53.645Z Compiling fd-lock v4.0.4
26472026-08-20T20:48:53.713Z Compiling peg-macros v0.8.5
26482026-08-20T20:48:53.822Z Compiling nu-ansi-term v0.50.3
26492026-08-20T20:48:54.020Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26502026-08-20T20:48:54.177Z Compiling reedline v0.40.0
26512026-08-20T20:48:54.269Z Compiling const_format v0.2.35
26522026-08-20T20:48:54.949Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26532026-08-20T20:48:55.020Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26542026-08-20T20:48:55.792Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26552026-08-20T20:48:56.549Z Compiling progenitor v0.14.0
26562026-08-20T20:48:56.559Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26572026-08-20T20:48:56.559Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26582026-08-20T20:48:56.559Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26592026-08-20T20:48:56.559Z Compiling peg v0.8.5
26602026-08-20T20:48:56.574Z Compiling bcs v0.1.6
26612026-08-20T20:48:58.430Z Compiling nom v8.0.0
26622026-08-20T20:48:58.499Z Compiling semver v0.1.20
26632026-08-20T20:48:58.499Z Compiling rustc_version v0.1.7
26642026-08-20T20:48:58.499Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26652026-08-20T20:48:58.499Z Compiling newtype_derive v0.1.6
26662026-08-20T20:48:58.499Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26672026-08-20T20:48:58.499Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26682026-08-20T20:48:58.499Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26692026-08-20T20:48:58.499Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26702026-08-20T20:48:58.499Z Compiling steno v0.4.1
26712026-08-20T20:48:58.499Z Compiling dropshot-api-manager-types v0.8.0
26722026-08-20T20:48:59.110Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26732026-08-20T20:48:59.384Z Compiling sha1 v0.10.6
26742026-08-20T20:48:59.402Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26752026-08-20T20:49:00.412Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26762026-08-20T20:49:00.423Z Compiling tagptr v0.2.0
26772026-08-20T20:49:00.423Z Compiling utf-8 v0.7.6
26782026-08-20T20:49:00.423Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26792026-08-20T20:49:00.423Z Compiling moka v0.12.13
26802026-08-20T20:49:00.423Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26812026-08-20T20:49:00.423Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26822026-08-20T20:49:01.042Z Compiling tungstenite v0.21.0
26832026-08-20T20:49:01.108Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26842026-08-20T20:49:01.268Z Compiling hickory-resolver v0.25.2
26852026-08-20T20:49:02.640Z Compiling tokio-tungstenite v0.21.0
26862026-08-20T20:49:02.649Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26872026-08-20T20:49:02.649Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26882026-08-20T20:49:04.566Z Compiling darling_core v0.21.3
26892026-08-20T20:49:04.596Z Compiling display-error-chain v0.2.2
26902026-08-20T20:49:04.743Z Compiling libscf-sys v1.2.0
26912026-08-20T20:49:04.945Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26922026-08-20T20:49:05.351Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26932026-08-20T20:49:05.502Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26942026-08-20T20:49:05.638Z Compiling darling_macro v0.21.3
26952026-08-20T20:49:06.174Z Compiling darling v0.21.3
26962026-08-20T20:49:06.243Z Compiling vergen-lib v0.1.6
26972026-08-20T20:49:06.287Z Compiling diesel_derives v2.3.7
26982026-08-20T20:49:06.499Z Compiling dsl_auto_type v0.2.0
26992026-08-20T20:49:06.664Z Compiling scheduled-thread-pool v0.2.7
27002026-08-20T20:49:06.722Z Compiling vergen-gitcl v1.0.8
27012026-08-20T20:49:06.944Z Compiling diesel_table_macro_syntax v0.3.0
27022026-08-20T20:49:07.031Z Compiling dirs-sys-next v0.1.2
27032026-08-20T20:49:07.088Z Compiling maplit v1.0.2
27042026-08-20T20:49:07.199Z Compiling crunchy v0.2.4
27052026-08-20T20:49:07.222Z Compiling glob v0.3.3
27062026-08-20T20:49:07.294Z Compiling dirs-next v2.0.0
27072026-08-20T20:49:07.452Z Compiling r2d2 v0.8.10
27082026-08-20T20:49:07.536Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27092026-08-20T20:49:07.589Z Compiling clang-sys v1.8.1
27102026-08-20T20:49:07.743Z Compiling papergrid v0.18.0
27112026-08-20T20:49:07.824Z Compiling downcast-rs v2.0.2
27122026-08-20T20:49:07.863Z Compiling xshell-macros v0.2.7
27132026-08-20T20:49:07.942Z Compiling tiny-keccak v2.0.2
27142026-08-20T20:49:08.121Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27152026-08-20T20:49:08.189Z Compiling term v0.7.0
27162026-08-20T20:49:08.210Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27172026-08-20T20:49:08.256Z Compiling xshell v0.2.7
27182026-08-20T20:49:08.477Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27192026-08-20T20:49:08.645Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27202026-08-20T20:49:08.684Z Compiling bit-vec v0.6.3
27212026-08-20T20:49:08.708Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27222026-08-20T20:49:08.742Z Compiling ascii-canvas v3.0.0
27232026-08-20T20:49:08.944Z Compiling tabled v0.21.0
27242026-08-20T20:49:08.968Z Compiling bit-set v0.5.3
27252026-08-20T20:49:09.153Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27262026-08-20T20:49:09.257Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27272026-08-20T20:49:09.279Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27282026-08-20T20:49:09.520Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27292026-08-20T20:49:09.875Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27302026-08-20T20:49:09.942Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27312026-08-20T20:49:09.965Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27322026-08-20T20:49:10.149Z Compiling itertools v0.10.5
27332026-08-20T20:49:10.230Z Compiling ena v0.14.4
27342026-08-20T20:49:10.474Z Compiling libloading v0.8.9
27352026-08-20T20:49:10.567Z Compiling bindgen v0.71.1
27362026-08-20T20:49:10.708Z Compiling diff v0.1.13
27372026-08-20T20:49:10.711Z Compiling unicase v2.9.0
27382026-08-20T20:49:10.863Z Compiling regex-syntax v0.6.29
27392026-08-20T20:49:11.254Z Compiling cexpr v0.6.0
27402026-08-20T20:49:11.274Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27412026-08-20T20:49:11.497Z Compiling rustc-hash v2.1.1
27422026-08-20T20:49:11.656Z Compiling crc8 v0.1.1
27432026-08-20T20:49:11.873Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27442026-08-20T20:49:11.958Z Compiling diesel v2.3.7
27452026-08-20T20:49:12.083Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27462026-08-20T20:49:12.358Z Compiling lalrpop v0.19.12
27472026-08-20T20:49:12.586Z Compiling headers-core v0.3.0
27482026-08-20T20:49:12.786Z Compiling libxml v0.3.3
27492026-08-20T20:49:13.065Z Compiling headers v0.4.1
27502026-08-20T20:49:13.089Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27512026-08-20T20:49:13.304Z Compiling strum_macros v0.24.3
27522026-08-20T20:49:13.369Z Compiling indoc v1.0.9
27532026-08-20T20:49:13.673Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27542026-08-20T20:49:13.798Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27552026-08-20T20:49:13.916Z Compiling derive_builder v0.20.2
27562026-08-20T20:49:14.089Z Compiling oso-derive v0.27.3
27572026-08-20T20:49:14.114Z Compiling quick-xml v0.37.5
27582026-08-20T20:49:14.562Z Compiling impl-trait-for-tuples v0.2.3
27592026-08-20T20:49:14.612Z Compiling openssl-probe v0.1.6
27602026-08-20T20:49:14.749Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27612026-08-20T20:49:14.799Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27622026-08-20T20:49:14.925Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27632026-08-20T20:49:15.388Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27642026-08-20T20:49:15.461Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27652026-08-20T20:49:15.596Z Compiling bb8 v0.8.6
27662026-08-20T20:49:15.679Z Compiling trait-variant v0.1.2
27672026-08-20T20:49:15.823Z Compiling proc-macro-error-attr2 v2.0.0
27682026-08-20T20:49:15.985Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27692026-08-20T20:49:16.139Z Compiling half v1.8.3
27702026-08-20T20:49:16.228Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27712026-08-20T20:49:16.249Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27722026-08-20T20:49:16.280Z Compiling proc-macro-error2 v2.0.1
27732026-08-20T20:49:16.581Z Compiling serde_cbor v0.11.2
27742026-08-20T20:49:16.742Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27752026-08-20T20:49:16.809Z Compiling hashbrown v0.14.5
27762026-08-20T20:49:16.831Z Compiling rfc6979 v0.4.0
27772026-08-20T20:49:16.974Z Compiling salty v0.3.0
27782026-08-20T20:49:17.027Z Compiling ecdsa v0.16.9
27792026-08-20T20:49:17.414Z Compiling chumsky v0.9.3
27802026-08-20T20:49:17.436Z Compiling samael v0.0.19
27812026-08-20T20:49:17.463Z Compiling knus-derive v3.4.0
27822026-08-20T20:49:17.538Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27832026-08-20T20:49:17.541Z Compiling progenitor-impl v0.13.0
27842026-08-20T20:49:17.584Z Compiling primeorder v0.13.6
27852026-08-20T20:49:17.873Z Compiling nonempty v0.12.0
27862026-08-20T20:49:18.103Z Compiling p384 v0.13.1
27872026-08-20T20:49:18.685Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27882026-08-20T20:49:18.806Z Compiling knus v3.4.0
27892026-08-20T20:49:19.698Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27902026-08-20T20:49:19.785Z Compiling progenitor-macro v0.13.0
27912026-08-20T20:49:19.818Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27922026-08-20T20:49:19.865Z Compiling polar-core v0.27.3
27932026-08-20T20:49:20.893Z Compiling progenitor-client v0.13.0
27942026-08-20T20:49:21.200Z Compiling fxhash v0.2.1
27952026-08-20T20:49:21.417Z Compiling libz-sys v1.1.24
27962026-08-20T20:49:21.579Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-08-20T20:49:21.648Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27982026-08-20T20:49:21.930Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27992026-08-20T20:49:22.329Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28002026-08-20T20:49:22.378Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28012026-08-20T20:49:22.516Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28022026-08-20T20:49:23.031Z Compiling kstat-rs v0.2.5
28032026-08-20T20:49:23.710Z Compiling mime_guess v2.0.5
28042026-08-20T20:49:23.958Z Compiling progenitor v0.13.0
28052026-08-20T20:49:24.157Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28062026-08-20T20:49:25.462Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28072026-08-20T20:49:25.491Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28082026-08-20T20:49:25.547Z Compiling nanorand v0.7.0
28092026-08-20T20:49:25.685Z Compiling libgit2-sys v0.18.3+1.9.2
28102026-08-20T20:49:25.960Z Compiling parking_lot_core v0.8.6
28112026-08-20T20:49:26.280Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28122026-08-20T20:49:26.444Z Compiling flume v0.11.1
28132026-08-20T20:49:26.618Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28142026-08-20T20:49:26.974Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28152026-08-20T20:49:27.539Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28162026-08-20T20:49:27.670Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28172026-08-20T20:49:28.133Z Compiling git-stub v1.0.0
28182026-08-20T20:49:28.244Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28192026-08-20T20:49:28.401Z Compiling instability v0.3.11
28202026-08-20T20:49:28.497Z Compiling strsim v0.10.0
28212026-08-20T20:49:28.626Z Compiling corncobs v0.1.4
28222026-08-20T20:49:28.716Z Compiling http-range v0.1.5
28232026-08-20T20:49:28.801Z Compiling oso v0.27.3
28242026-08-20T20:49:28.883Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28252026-08-20T20:49:29.078Z Compiling darling_core v0.13.4
28262026-08-20T20:49:29.297Z Compiling git-stub-vcs v0.1.0
28272026-08-20T20:49:29.661Z Compiling async-bb8-diesel v0.2.1
28282026-08-20T20:49:30.118Z Compiling diesel-dtrace v0.5.0
28292026-08-20T20:49:30.451Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28302026-08-20T20:49:32.333Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28312026-08-20T20:49:33.500Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28322026-08-20T20:49:33.742Z Compiling ignore v0.4.25
28332026-08-20T20:49:34.919Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28342026-08-20T20:49:35.007Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28352026-08-20T20:49:35.028Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28362026-08-20T20:49:35.423Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28372026-08-20T20:49:35.717Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28382026-08-20T20:49:36.590Z Compiling anstyle-parse v0.2.7
28392026-08-20T20:49:36.848Z Compiling secrecy v0.8.0
28402026-08-20T20:49:36.933Z Compiling castaway v0.2.4
28412026-08-20T20:49:37.053Z Compiling vergen-git2 v9.1.0
28422026-08-20T20:49:37.099Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28432026-08-20T20:49:37.122Z Compiling indoc v2.0.7
28442026-08-20T20:49:37.146Z Compiling compact_str v0.8.1
28452026-08-20T20:49:37.284Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28462026-08-20T20:49:38.265Z Compiling anstream v0.6.21
28472026-08-20T20:49:38.286Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28482026-08-20T20:49:38.618Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28492026-08-20T20:49:38.881Z Compiling globwalk v0.9.1
28502026-08-20T20:49:39.413Z Compiling parking_lot v0.11.2
28512026-08-20T20:49:39.479Z Compiling hyper-staticfile v0.10.1
28522026-08-20T20:49:39.535Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28532026-08-20T20:49:40.209Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28542026-08-20T20:49:40.314Z Compiling darling_macro v0.13.4
28552026-08-20T20:49:40.347Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28562026-08-20T20:49:40.653Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28572026-08-20T20:49:40.848Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28582026-08-20T20:49:40.867Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28592026-08-20T20:49:41.267Z Compiling predicates-tree v1.0.13
28602026-08-20T20:49:41.428Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28612026-08-20T20:49:41.652Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28622026-08-20T20:49:41.680Z Compiling unicode-truncate v1.1.0
28632026-08-20T20:49:41.773Z Compiling lru v0.12.5
28642026-08-20T20:49:41.889Z Compiling digest-io v0.1.0
28652026-08-20T20:49:42.006Z Compiling sha2 v0.11.0
28662026-08-20T20:49:42.068Z Compiling prefix-trie v0.7.0
28672026-08-20T20:49:42.514Z Compiling rand_seeder v0.4.0
28682026-08-20T20:49:42.579Z Compiling rawzip v0.4.4
28692026-08-20T20:49:42.666Z Compiling cassowary v0.3.0
28702026-08-20T20:49:42.719Z Compiling illumos-nvpair-sys v0.2.0
28712026-08-20T20:49:42.789Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28722026-08-20T20:49:42.963Z Compiling ratatui v0.29.0
28732026-08-20T20:49:43.005Z Compiling hickory-server v0.25.2
28742026-08-20T20:49:43.103Z Compiling camino-tempfile-ext v0.3.3
28752026-08-20T20:49:43.478Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28762026-08-20T20:49:43.606Z Compiling darling v0.13.4
28772026-08-20T20:49:43.636Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28782026-08-20T20:49:43.666Z Compiling sled v0.34.7
28792026-08-20T20:49:43.893Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28802026-08-20T20:49:44.226Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28812026-08-20T20:49:46.122Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28822026-08-20T20:49:46.774Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28832026-08-20T20:49:47.000Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28842026-08-20T20:49:48.074Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28852026-08-20T20:49:49.226Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28862026-08-20T20:49:49.930Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28872026-08-20T20:49:51.192Z Compiling serde_with_macros v1.5.2
28882026-08-20T20:49:51.339Z Compiling git2 v0.20.4
28892026-08-20T20:49:51.406Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28902026-08-20T20:49:51.560Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28912026-08-20T20:49:51.614Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28922026-08-20T20:49:51.849Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28932026-08-20T20:49:52.018Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28942026-08-20T20:49:52.064Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28952026-08-20T20:49:52.192Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28962026-08-20T20:49:52.236Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28972026-08-20T20:49:52.284Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28982026-08-20T20:49:52.422Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28992026-08-20T20:49:52.460Z Compiling arc-swap v1.8.2
29002026-08-20T20:49:52.509Z Compiling void v1.0.2
29012026-08-20T20:49:52.713Z Compiling lzss v0.8.2
29022026-08-20T20:49:52.763Z Compiling slog-scope v4.4.1
29032026-08-20T20:49:53.049Z Compiling serde_with v1.14.0
29042026-08-20T20:49:53.193Z Compiling illumos-nvpair v0.3.0
29052026-08-20T20:49:53.447Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29062026-08-20T20:49:54.249Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29072026-08-20T20:49:54.287Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29082026-08-20T20:49:54.423Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29092026-08-20T20:49:54.771Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29102026-08-20T20:49:55.295Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29112026-08-20T20:49:55.434Z Compiling scuffle v0.1.0
29122026-08-20T20:49:55.473Z Compiling tungstenite v0.23.0
29132026-08-20T20:49:55.758Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29142026-08-20T20:49:57.491Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29152026-08-20T20:49:57.613Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29162026-08-20T20:49:57.712Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29172026-08-20T20:49:57.735Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29182026-08-20T20:49:57.921Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29192026-08-20T20:49:57.947Z Compiling nix v0.27.1
29202026-08-20T20:49:57.973Z Compiling twox-hash v2.1.2
29212026-08-20T20:49:58.180Z Compiling libsw-core v0.3.2
29222026-08-20T20:49:58.418Z Compiling serde_bytes v0.11.19
29232026-08-20T20:49:58.512Z Compiling atty v0.2.14
29242026-08-20T20:49:58.667Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29252026-08-20T20:49:58.718Z Compiling libsw v3.5.0
29262026-08-20T20:49:59.019Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29272026-08-20T20:49:59.134Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29282026-08-20T20:49:59.747Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29292026-08-20T20:50:00.489Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29302026-08-20T20:50:00.746Z Compiling tokio-tungstenite v0.23.1
29312026-08-20T20:50:01.123Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29322026-08-20T20:50:01.145Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29332026-08-20T20:50:01.340Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29342026-08-20T20:50:02.663Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29352026-08-20T20:50:03.270Z Compiling slog-stdlog v4.1.1
29362026-08-20T20:50:03.314Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29372026-08-20T20:50:03.643Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29382026-08-20T20:50:04.373Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29392026-08-20T20:50:04.528Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29402026-08-20T20:50:05.569Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29412026-08-20T20:50:06.349Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29422026-08-20T20:50:06.526Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29432026-08-20T20:50:08.243Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29442026-08-20T20:50:12.003Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29452026-08-20T20:50:12.027Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29462026-08-20T20:50:12.027Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29472026-08-20T20:50:12.027Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29482026-08-20T20:50:13.548Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29492026-08-20T20:50:13.569Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29502026-08-20T20:50:13.675Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29512026-08-20T20:50:15.169Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29522026-08-20T20:50:16.424Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29532026-08-20T20:50:16.436Z Compiling signal-hook-tokio v0.3.1
29542026-08-20T20:50:16.436Z Compiling fatfs v0.3.6
29552026-08-20T20:50:16.809Z Compiling yasna v0.5.2
29562026-08-20T20:50:16.958Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29572026-08-20T20:50:17.656Z Compiling seq-macro v0.3.6
29582026-08-20T20:50:17.804Z Compiling assert_matches v1.5.0
29592026-08-20T20:50:17.876Z Compiling rcgen v0.12.1
29602026-08-20T20:50:17.919Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29612026-08-20T20:50:18.158Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29622026-08-20T20:50:18.364Z Compiling slog-envlogger v2.2.0
29632026-08-20T20:50:18.887Z Compiling oxide-update-engine-display v0.1.2
29642026-08-20T20:50:19.483Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29652026-08-20T20:50:19.819Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29662026-08-20T20:50:20.728Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29672026-08-20T20:50:20.952Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29682026-08-20T20:50:21.177Z Compiling port-file v0.1.0
29692026-08-20T20:50:21.508Z Compiling rtoolbox v0.0.3
29702026-08-20T20:50:21.747Z Compiling subprocess v0.2.15
29712026-08-20T20:50:21.807Z Compiling rpassword v7.5.4
29722026-08-20T20:50:22.274Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29732026-08-20T20:50:22.385Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29742026-08-20T20:50:23.646Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29752026-08-20T20:50:23.874Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29762026-08-20T20:50:24.013Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29772026-08-20T20:50:25.021Z Compiling tui-tree-widget v0.23.1
29782026-08-20T20:50:25.337Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29792026-08-20T20:50:25.935Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29802026-08-20T20:50:27.673Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29812026-08-20T20:50:29.037Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29822026-08-20T20:50:29.787Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29832026-08-20T20:50:29.859Z Compiling uzers v0.12.2
29842026-08-20T20:50:29.992Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29852026-08-20T20:50:30.992Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29862026-08-20T20:50:31.283Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29872026-08-20T20:50:31.732Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29882026-08-20T20:50:32.045Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29892026-08-20T20:50:32.253Z Compiling support-bundle-viewer v0.1.2
29902026-08-20T20:50:34.124Z Compiling multimap v0.10.1
29912026-08-20T20:50:42.303Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29922026-08-20T20:50:44.371Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29932026-08-20T20:50:47.772Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29942026-08-20T20:50:53.029Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29952026-08-20T20:50:54.870Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29962026-08-20T20:59:13.511Z Finished `release` profile [optimized] target(s) in 10m 32s
29972026-08-20T20:59:13.514Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29982026-08-20T20:59:13.515Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29992026-08-20T21:00:06.762Z
30002026-08-20T21:00:06.762Zreal 11:26.596262186
30012026-08-20T21:00:06.762Zuser 1:23:18.347116011
30022026-08-20T21:00:06.762Zsys 3:42.696630661
30032026-08-20T21:00:06.762Ztrap 1.908541513
30042026-08-20T21:00:06.765Ztflt 1.892201504
30052026-08-20T21:00:06.765Zdflt 18.883549375
30062026-08-20T21:00:06.765Zkflt 0.038774395
30072026-08-20T21:00:06.765Zlock 8:26:11.868876350
30082026-08-20T21:00:06.765Zslp 2:24:02.896184267
30092026-08-20T21:00:06.765Zlat 2:31.844709343
30102026-08-20T21:00:06.765Zstop 5:48.413309552
30112026-08-20T21:00:06.765Z+ mapfile -t packages
30122026-08-20T21:00:06.765Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30132026-08-20T21:00:07.729Z Finished `release` profile [optimized] target(s) in 0.95s
30142026-08-20T21:00:07.801Z Running `target/release/omicron-package -t test list-outputs`
30152026-08-20T21:00:07.859ZLogging to: /work/oxidecomputer/omicron/out/LOG
30162026-08-20T21:00:07.862Z+ ptime -m cargo build --locked --release -p xtask
30172026-08-20T21:00:08.347Z Compiling libc v0.2.185
30182026-08-20T21:00:08.347Z Compiling serde_core v1.0.228
30192026-08-20T21:00:08.347Z Compiling serde v1.0.228
30202026-08-20T21:00:08.351Z Compiling rustix v1.1.4
30212026-08-20T21:00:08.351Z Compiling bitflags v2.11.0
30222026-08-20T21:00:08.445Z Compiling serde_json v1.0.151
30232026-08-20T21:00:08.501Z Compiling usdt-impl v0.5.0
30242026-08-20T21:00:08.504Z Compiling syn v2.0.117
30252026-08-20T21:00:08.523Z Compiling syn v1.0.109
30262026-08-20T21:00:08.533Z Compiling log v0.4.33
30272026-08-20T21:00:08.537Z Compiling getrandom v0.3.4
30282026-08-20T21:00:08.554Z Compiling indexmap v2.14.0
30292026-08-20T21:00:08.567Z Compiling fs-err v3.3.0
30302026-08-20T21:00:08.716Z Compiling anyhow v1.0.104
30312026-08-20T21:00:08.785Z Compiling heck v0.4.1
30322026-08-20T21:00:08.809Z Compiling once_cell v1.21.3
30332026-08-20T21:00:09.203Z Compiling thread-id v4.2.2
30342026-08-20T21:00:09.229Z Compiling errno v0.3.14
30352026-08-20T21:00:09.233Z Compiling memmap v0.7.0
30362026-08-20T21:00:09.925Z Compiling proc-macro-error v1.0.4
30372026-08-20T21:00:10.185Z Compiling tabled_derive v0.7.0
30382026-08-20T21:00:10.198Z Compiling terminal_size v0.4.3
30392026-08-20T21:00:10.202Z Compiling tempfile v3.27.0
30402026-08-20T21:00:10.294Z Compiling clap_builder v4.6.0
30412026-08-20T21:00:10.294Z Compiling textwrap v0.16.2
30422026-08-20T21:00:10.644Z Compiling camino v1.2.5
30432026-08-20T21:00:10.656Z Compiling cargo-platform v0.3.2
30442026-08-20T21:00:10.670Z Compiling pest_generator v2.8.6
30452026-08-20T21:00:10.683Z Compiling semver v1.0.28
30462026-08-20T21:00:10.878Z Compiling tabled v0.15.0
30472026-08-20T21:00:10.955Z Compiling camino-tempfile v1.4.1
30482026-08-20T21:00:11.170Z Compiling serde_derive v1.0.228
30492026-08-20T21:00:11.171Z Compiling thiserror-impl v1.0.69
30502026-08-20T21:00:11.174Z Compiling zerocopy-derive v0.7.35
30512026-08-20T21:00:11.174Z Compiling scroll_derive v0.12.1
30522026-08-20T21:00:11.174Z Compiling thiserror-impl v2.0.18
30532026-08-20T21:00:11.174Z Compiling clap_derive v4.6.1
30542026-08-20T21:00:11.235Z Compiling pest_derive v2.8.6
30552026-08-20T21:00:11.866Z Compiling scroll v0.12.0
30562026-08-20T21:00:12.045Z Compiling zerocopy v0.7.35
30572026-08-20T21:00:12.135Z Compiling goblin v0.8.2
30582026-08-20T21:00:12.164Z Compiling thiserror v1.0.69
30592026-08-20T21:00:12.259Z Compiling dtrace-parser v0.2.0
30602026-08-20T21:00:12.349Z Compiling thiserror v2.0.18
30612026-08-20T21:00:12.644Z Compiling clap v4.6.1
30622026-08-20T21:00:14.355Z Compiling dof v0.3.0
30632026-08-20T21:00:14.365Z Compiling serde_spanned v0.6.9
30642026-08-20T21:00:14.376Z Compiling toml_datetime v0.6.11
30652026-08-20T21:00:14.435Z Compiling serde_tokenstream v0.2.3
30662026-08-20T21:00:14.485Z Compiling macaddr v1.0.1
30672026-08-20T21:00:14.505Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30682026-08-20T21:00:14.532Z Compiling cargo_metadata v0.23.1
30692026-08-20T21:00:14.672Z Compiling toml_edit v0.22.27
30702026-08-20T21:00:15.093Z Compiling usdt-macro v0.5.0
30712026-08-20T21:00:15.093Z Compiling usdt-attr-macro v0.5.0
30722026-08-20T21:00:15.734Z Compiling usdt v0.5.0
30732026-08-20T21:00:16.183Z Compiling toml v0.8.23
30742026-08-20T21:00:16.641Z Compiling cargo_toml v0.21.0
30752026-08-20T21:00:21.084Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30762026-08-20T21:00:24.299Z Finished `release` profile [optimized] target(s) in 16.42s
30772026-08-20T21:00:24.404Z
30782026-08-20T21:00:24.404Zreal 16.509603767
30792026-08-20T21:00:24.404Zuser 2:05.840141243
30802026-08-20T21:00:24.408Zsys 13.482013425
30812026-08-20T21:00:24.408Ztrap 0.064129633
30822026-08-20T21:00:24.408Ztflt 0.556961017
30832026-08-20T21:00:24.408Zdflt 1.284983064
30842026-08-20T21:00:24.408Zkflt 0.000028500
30852026-08-20T21:00:24.408Zlock 4:50.601750692
30862026-08-20T21:00:24.408Zslp 2:43.644445314
30872026-08-20T21:00:24.408Zlat 4.125322552
30882026-08-20T21:00:24.408Zstop 15.136645614
30892026-08-20T21:00:24.408Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30902026-08-20T21:00:24.408Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30912026-08-20T21:00:24.408Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30922026-08-20T21:00:24.408Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30932026-08-20T21:00:24.408Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30942026-08-20T21:00:25.377Z Compiling match_cfg v0.1.0
30952026-08-20T21:00:25.377Z Compiling progenitor-client v0.14.0
30962026-08-20T21:00:25.377Z Compiling slog-json v2.6.1
30972026-08-20T21:00:25.377Z Compiling newtype-uuid-macros v0.1.0
30982026-08-20T21:00:25.377Z Compiling sha1 v0.11.0
30992026-08-20T21:00:25.380Z Compiling multer v3.1.0
31002026-08-20T21:00:25.380Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31012026-08-20T21:00:25.380Z Compiling debug-ignore v1.0.5
31022026-08-20T21:00:25.380Z Compiling compression-core v0.4.31
31032026-08-20T21:00:25.380Z Compiling async-stream-impl v0.3.6
31042026-08-20T21:00:25.380Z Compiling toml_datetime v1.1.1+spec-1.1.0
31052026-08-20T21:00:25.380Z Compiling serde_spanned v1.1.1
31062026-08-20T21:00:25.529Z Compiling dropshot v0.17.1
31072026-08-20T21:00:25.532Z Compiling toml_writer v1.1.1+spec-1.1.0
31082026-08-20T21:00:25.578Z Compiling waitgroup v0.1.2
31092026-08-20T21:00:25.594Z Compiling hostname v0.3.1
31102026-08-20T21:00:25.609Z Compiling rustls-pemfile v2.2.0
31112026-08-20T21:00:25.674Z Compiling dropshot_endpoint v0.17.1
31122026-08-20T21:00:25.791Z Compiling compression-codecs v0.4.37
31132026-08-20T21:00:25.794Z Compiling toml v1.1.2+spec-1.1.0
31142026-08-20T21:00:25.794Z Compiling hostname v0.4.2
31152026-08-20T21:00:25.794Z Compiling serde_path_to_error v0.1.20
31162026-08-20T21:00:25.885Z Compiling atomicwrites v0.4.4
31172026-08-20T21:00:25.920Z Compiling macaddr v1.0.1
31182026-08-20T21:00:25.923Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31192026-08-20T21:00:25.923Z Compiling instant v0.1.13
31202026-08-20T21:00:25.975Z Compiling slog-bunyan v2.5.0
31212026-08-20T21:00:25.996Z Compiling regress v0.10.5
31222026-08-20T21:00:26.046Z Compiling parse-display-derive v0.10.0
31232026-08-20T21:00:26.082Z Compiling async-compression v0.4.41
31242026-08-20T21:00:26.100Z Compiling backon v1.6.0
31252026-08-20T21:00:26.139Z Compiling backoff v0.4.0
31262026-08-20T21:00:26.179Z Compiling itertools v0.14.0
31272026-08-20T21:00:26.182Z Compiling humantime v2.3.0
31282026-08-20T21:00:26.217Z Compiling async-stream v0.3.6
31292026-08-20T21:00:26.243Z Compiling half v2.7.1
31302026-08-20T21:00:26.261Z Compiling progenitor-extras v0.2.0
31312026-08-20T21:00:26.282Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31322026-08-20T21:00:26.323Z Compiling crucible-workspace-hack v0.1.0
31332026-08-20T21:00:26.370Z Compiling ciborium-io v0.2.2
31342026-08-20T21:00:26.388Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31352026-08-20T21:00:26.413Z Compiling convert_case v0.4.0
31362026-08-20T21:00:26.431Z Compiling regress v0.11.1
31372026-08-20T21:00:26.492Z Compiling secrecy v0.10.3
31382026-08-20T21:00:26.514Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31392026-08-20T21:00:26.518Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31402026-08-20T21:00:26.547Z Compiling ciborium-ll v0.2.2
31412026-08-20T21:00:26.583Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31422026-08-20T21:00:26.602Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31432026-08-20T21:00:26.605Z Compiling inout v0.1.4
31442026-08-20T21:00:26.671Z Compiling thiserror-impl-no-std v2.0.2
31452026-08-20T21:00:26.727Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31462026-08-20T21:00:26.747Z Compiling ciborium v0.2.2
31472026-08-20T21:00:26.790Z Compiling cipher v0.4.4
31482026-08-20T21:00:26.809Z Compiling derive_more v0.99.20
31492026-08-20T21:00:26.812Z Compiling universal-hash v0.5.1
31502026-08-20T21:00:26.812Z Compiling unsafe-libyaml v0.2.11
31512026-08-20T21:00:26.943Z Compiling opaque-debug v0.3.1
31522026-08-20T21:00:26.962Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31532026-08-20T21:00:26.979Z Compiling blake2 v0.10.6
31542026-08-20T21:00:27.035Z Compiling poly1305 v0.8.0
31552026-08-20T21:00:27.071Z Compiling chacha20 v0.9.1
31562026-08-20T21:00:27.202Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31572026-08-20T21:00:27.226Z Compiling aead v0.5.2
31582026-08-20T21:00:27.348Z Compiling password-hash v0.5.0
31592026-08-20T21:00:27.365Z Compiling serde_yaml v0.9.34+deprecated
31602026-08-20T21:00:27.424Z Compiling indent_write v2.2.0
31612026-08-20T21:00:27.467Z Compiling chacha20poly1305 v0.10.1
31622026-08-20T21:00:27.488Z Compiling toml_datetime v0.7.5+spec-1.1.0
31632026-08-20T21:00:27.563Z Compiling num-derive v0.4.2
31642026-08-20T21:00:27.592Z Compiling heapless v0.8.0
31652026-08-20T21:00:27.610Z Compiling argon2 v0.5.3
31662026-08-20T21:00:27.668Z Compiling ingot-macros v0.2.0
31672026-08-20T21:00:27.792Z Compiling toml_edit v0.23.10+spec-1.0.0
31682026-08-20T21:00:27.809Z Compiling parse-display v0.10.0
31692026-08-20T21:00:27.829Z Compiling tabwriter v1.4.1
31702026-08-20T21:00:27.832Z Compiling hash32 v0.3.1
31712026-08-20T21:00:27.942Z Compiling thiserror-no-std v2.0.2
31722026-08-20T21:00:28.031Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-08-20T21:00:28.065Z Compiling typify-impl v0.6.2
31742026-08-20T21:00:28.084Z Compiling vsss-rs v3.3.4
31752026-08-20T21:00:28.122Z Compiling smoltcp v0.11.0
31762026-08-20T21:00:28.142Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31772026-08-20T21:00:28.389Z Compiling proc-macro-crate v3.4.0
31782026-08-20T21:00:28.541Z Compiling cobs v0.3.0
31792026-08-20T21:00:28.568Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31802026-08-20T21:00:28.769Z Compiling colored v3.1.1
31812026-08-20T21:00:28.831Z Compiling postcard v1.1.3
31822026-08-20T21:00:28.874Z Compiling proc-macro-error v1.0.4
31832026-08-20T21:00:28.891Z Compiling rand v0.10.1
31842026-08-20T21:00:28.919Z Compiling proc-macro-crate v1.3.1
31852026-08-20T21:00:28.979Z Compiling num_enum_derive v0.7.6
31862026-08-20T21:00:29.155Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31872026-08-20T21:00:29.175Z Compiling foreign-types-macros v0.2.3
31882026-08-20T21:00:29.207Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31892026-08-20T21:00:29.225Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31902026-08-20T21:00:29.252Z Compiling foreign-types-shared v0.3.1
31912026-08-20T21:00:29.337Z Compiling rayon-core v1.13.0
31922026-08-20T21:00:29.370Z Compiling num_enum_derive v0.5.11
31932026-08-20T21:00:29.510Z Compiling crossbeam-deque v0.8.6
31942026-08-20T21:00:29.527Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31952026-08-20T21:00:29.569Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31962026-08-20T21:00:29.590Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-08-20T21:00:29.615Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31982026-08-20T21:00:29.707Z Compiling cstr-argument v0.1.2
31992026-08-20T21:00:29.737Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32002026-08-20T21:00:29.790Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32012026-08-20T21:00:29.815Z Compiling foreign-types v0.5.0
32022026-08-20T21:00:29.892Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32032026-08-20T21:00:29.918Z Compiling zone_cfg_derive v0.3.1
32042026-08-20T21:00:29.978Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32052026-08-20T21:00:30.026Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32062026-08-20T21:00:30.084Z Compiling num_enum v0.7.6
32072026-08-20T21:00:30.120Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32082026-08-20T21:00:30.137Z Compiling itertools v0.12.1
32092026-08-20T21:00:30.172Z Compiling rayon v1.11.0
32102026-08-20T21:00:30.191Z Compiling sigpipe v0.1.3
32112026-08-20T21:00:30.194Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32122026-08-20T21:00:30.231Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32132026-08-20T21:00:30.249Z Compiling glob v0.3.3
32142026-08-20T21:00:30.300Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32152026-08-20T21:00:30.344Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32162026-08-20T21:00:30.477Z Compiling smf v0.2.3
32172026-08-20T21:00:30.502Z Compiling whoami v1.6.1
32182026-08-20T21:00:30.521Z Compiling num_enum v0.5.11
32192026-08-20T21:00:30.575Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32202026-08-20T21:00:30.640Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32212026-08-20T21:00:30.659Z Compiling ingot-types v0.2.0
32222026-08-20T21:00:30.662Z Compiling cpubits v0.1.1
32232026-08-20T21:00:30.662Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32242026-08-20T21:00:30.710Z Compiling gethostname v0.5.0
32252026-08-20T21:00:30.730Z Compiling derive-where v1.6.0
32262026-08-20T21:00:30.751Z Compiling usdt-attr-macro v0.5.0
32272026-08-20T21:00:30.793Z Compiling usdt-macro v0.5.0
32282026-08-20T21:00:30.818Z Compiling num-rational v0.4.2
32292026-08-20T21:00:30.860Z Compiling num-complex v0.4.6
32302026-08-20T21:00:30.975Z Compiling memmap v0.7.0
32312026-08-20T21:00:31.029Z Compiling toml v0.8.23
32322026-08-20T21:00:31.107Z Compiling ingot v0.2.1
32332026-08-20T21:00:31.127Z Compiling pem-rfc7468 v1.0.0
32342026-08-20T21:00:31.188Z Compiling float-ord v0.3.2
32352026-08-20T21:00:31.286Z Compiling num v0.4.3
32362026-08-20T21:00:31.337Z Compiling zone v0.3.1
32372026-08-20T21:00:31.384Z Compiling cancel-safe-futures v0.1.5
32382026-08-20T21:00:31.418Z Compiling resolv-conf v0.7.6
32392026-08-20T21:00:31.441Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-08-20T21:00:31.464Z Compiling hmac v0.13.0
32412026-08-20T21:00:31.631Z Compiling universal-hash v0.6.1
32422026-08-20T21:00:31.634Z Compiling usdt v0.5.0
32432026-08-20T21:00:31.685Z Compiling sha1 v0.10.6
32442026-08-20T21:00:31.688Z Compiling prettyplease v0.2.37
32452026-08-20T21:00:31.789Z Compiling linear-map v1.2.0
32462026-08-20T21:00:31.807Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32472026-08-20T21:00:31.938Z Compiling libefi-sys v0.1.0
32482026-08-20T21:00:31.956Z Compiling polyval v0.7.1
32492026-08-20T21:00:31.999Z Compiling der v0.8.0
32502026-08-20T21:00:32.002Z Compiling hickory-proto v0.24.4
32512026-08-20T21:00:32.002Z Compiling newline-converter v0.3.0
32522026-08-20T21:00:32.055Z Compiling console v0.15.11
32532026-08-20T21:00:32.058Z Compiling bitfield-struct v0.6.2
32542026-08-20T21:00:32.058Z Compiling linked-hash-map v0.5.6
32552026-08-20T21:00:32.109Z Compiling oxide-update-engine-types v0.1.2
32562026-08-20T21:00:32.169Z Compiling ghash v0.6.0
32572026-08-20T21:00:32.310Z Compiling lru-cache v0.1.2
32582026-08-20T21:00:32.337Z Compiling pbkdf2 v0.13.0
32592026-08-20T21:00:32.416Z Compiling expectorate v1.2.0
32602026-08-20T21:00:32.419Z Compiling aes v0.9.1
32612026-08-20T21:00:32.464Z Compiling crypto-bigint v0.7.5
32622026-08-20T21:00:32.493Z Compiling ctr v0.10.1
32632026-08-20T21:00:32.614Z Compiling aead v0.6.1
32642026-08-20T21:00:32.672Z Compiling sha2 v0.11.0
32652026-08-20T21:00:32.729Z Compiling typify-macro v0.6.2
32662026-08-20T21:00:32.784Z Compiling nom v8.0.0
32672026-08-20T21:00:32.801Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32682026-08-20T21:00:32.864Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32692026-08-20T21:00:32.968Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32702026-08-20T21:00:33.169Z Compiling semver v0.1.20
32712026-08-20T21:00:33.186Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32722026-08-20T21:00:33.294Z Compiling oxide-update-engine v0.1.2
32732026-08-20T21:00:33.366Z Compiling spki v0.8.0
32742026-08-20T21:00:33.464Z Compiling rustc_version v0.1.7
32752026-08-20T21:00:33.500Z Compiling aes-gcm v0.11.0
32762026-08-20T21:00:33.560Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32772026-08-20T21:00:33.606Z Compiling tokio-dtrace v0.1.1
32782026-08-20T21:00:33.622Z Compiling dropshot-api-manager-types v0.8.0
32792026-08-20T21:00:33.670Z Compiling salsa20 v0.11.0
32802026-08-20T21:00:33.724Z Compiling slog-dtrace v0.3.0
32812026-08-20T21:00:33.742Z Compiling minimal-lexical v0.2.1
32822026-08-20T21:00:33.812Z Compiling xshell-macros v0.2.7
32832026-08-20T21:00:33.839Z Compiling scrypt v0.12.0
32842026-08-20T21:00:33.857Z Compiling oxide-tokio-rt v0.1.4
32852026-08-20T21:00:33.895Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32862026-08-20T21:00:33.953Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32872026-08-20T21:00:33.970Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32882026-08-20T21:00:34.096Z Compiling nom v7.1.3
32892026-08-20T21:00:34.168Z Compiling newtype_derive v0.1.6
32902026-08-20T21:00:34.187Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32912026-08-20T21:00:34.190Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32922026-08-20T21:00:34.257Z Compiling xshell v0.2.7
32932026-08-20T21:00:34.398Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32942026-08-20T21:00:34.438Z Compiling hickory-resolver v0.24.4
32952026-08-20T21:00:34.466Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32962026-08-20T21:00:34.630Z Compiling phf_shared v0.12.1
32972026-08-20T21:00:34.667Z Compiling typify v0.6.2
32982026-08-20T21:00:34.807Z Compiling progenitor-impl v0.14.0
32992026-08-20T21:00:34.826Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33002026-08-20T21:00:34.842Z Compiling rfc6979 v0.4.0
33012026-08-20T21:00:34.862Z Compiling cbc v0.2.1
33022026-08-20T21:00:34.998Z Compiling proc-macro-error-attr2 v2.0.0
33032026-08-20T21:00:35.017Z Compiling csv-core v0.1.13
33042026-08-20T21:00:35.054Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33052026-08-20T21:00:35.072Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33062026-08-20T21:00:35.151Z Compiling unicode-xid v0.2.6
33072026-08-20T21:00:35.228Z Compiling highway v1.3.0
33082026-08-20T21:00:35.308Z Compiling chrono-tz v0.10.4
33092026-08-20T21:00:35.311Z Compiling const_format_proc_macros v0.2.34
33102026-08-20T21:00:35.356Z Compiling csv v1.4.0
33112026-08-20T21:00:35.457Z Compiling proc-macro-error2 v2.0.1
33122026-08-20T21:00:35.478Z Compiling pkcs5 v0.8.1
33132026-08-20T21:00:35.524Z Compiling qorb v0.4.1
33142026-08-20T21:00:35.545Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33152026-08-20T21:00:35.636Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33162026-08-20T21:00:35.817Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33172026-08-20T21:00:35.861Z Compiling ecdsa v0.16.9
33182026-08-20T21:00:35.924Z Compiling phf v0.12.1
33192026-08-20T21:00:36.054Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33202026-08-20T21:00:36.072Z Compiling primeorder v0.13.6
33212026-08-20T21:00:36.108Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33222026-08-20T21:00:36.172Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33232026-08-20T21:00:36.206Z Compiling hashbrown v0.14.5
33242026-08-20T21:00:36.311Z Compiling salty v0.3.0
33252026-08-20T21:00:36.368Z Compiling p384 v0.13.1
33262026-08-20T21:00:36.384Z Compiling const_format v0.2.35
33272026-08-20T21:00:36.722Z Compiling pkcs8 v0.11.0
33282026-08-20T21:00:36.739Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33292026-08-20T21:00:36.765Z Compiling chumsky v0.9.3
33302026-08-20T21:00:36.839Z Compiling knus-derive v3.4.0
33312026-08-20T21:00:36.945Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33322026-08-20T21:00:36.972Z Compiling tabled_derive v0.7.0
33332026-08-20T21:00:37.141Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33342026-08-20T21:00:37.310Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33352026-08-20T21:00:37.496Z Compiling progenitor-macro v0.14.0
33362026-08-20T21:00:37.603Z Compiling bcs v0.1.6
33372026-08-20T21:00:37.622Z Compiling ff v0.14.0
33382026-08-20T21:00:37.645Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33392026-08-20T21:00:37.812Z Compiling termtree v0.5.1
33402026-08-20T21:00:37.963Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33412026-08-20T21:00:37.982Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33422026-08-20T21:00:38.001Z Compiling steno v0.4.1
33432026-08-20T21:00:38.044Z Compiling tabled v0.15.0
33442026-08-20T21:00:38.181Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33452026-08-20T21:00:38.237Z Compiling tagptr v0.2.0
33462026-08-20T21:00:38.260Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33472026-08-20T21:00:38.304Z Compiling group v0.14.0
33482026-08-20T21:00:38.422Z Compiling moka v0.12.13
33492026-08-20T21:00:38.425Z Compiling knus v3.4.0
33502026-08-20T21:00:38.509Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33512026-08-20T21:00:38.526Z Compiling signature v3.0.0
33522026-08-20T21:00:38.529Z Compiling base16ct v1.0.0
33532026-08-20T21:00:38.716Z Compiling sec1 v0.8.1
33542026-08-20T21:00:38.781Z Compiling hkdf v0.13.0
33552026-08-20T21:00:38.871Z Compiling libscf-sys v1.2.0
33562026-08-20T21:00:38.983Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33572026-08-20T21:00:39.002Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33582026-08-20T21:00:39.043Z Compiling elliptic-curve v0.14.1
33592026-08-20T21:00:39.060Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33602026-08-20T21:00:39.205Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33612026-08-20T21:00:39.254Z Compiling hickory-resolver v0.25.2
33622026-08-20T21:00:39.318Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33632026-08-20T21:00:39.393Z Compiling corncobs v0.1.4
33642026-08-20T21:00:39.567Z Compiling parking_lot_core v0.8.6
33652026-08-20T21:00:39.597Z Compiling utf-8 v0.7.6
33662026-08-20T21:00:39.643Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33672026-08-20T21:00:39.826Z Compiling tungstenite v0.21.0
33682026-08-20T21:00:39.893Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33692026-08-20T21:00:39.937Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33702026-08-20T21:00:40.031Z Compiling wnaf v0.14.0
33712026-08-20T21:00:40.048Z Compiling primefield v0.14.0
33722026-08-20T21:00:40.096Z Compiling rfc6979 v0.6.0
33732026-08-20T21:00:40.260Z Compiling papergrid v0.18.0
33742026-08-20T21:00:40.281Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33752026-08-20T21:00:40.317Z Compiling git-stub v1.0.0
33762026-08-20T21:00:40.333Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33772026-08-20T21:00:40.434Z Compiling secrecy v0.8.0
33782026-08-20T21:00:40.590Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33792026-08-20T21:00:40.611Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33802026-08-20T21:00:40.628Z Compiling git-stub-vcs v0.1.0
33812026-08-20T21:00:40.715Z Compiling tokio-tungstenite v0.21.0
33822026-08-20T21:00:40.858Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33832026-08-20T21:00:40.880Z Compiling primeorder v0.14.0
33842026-08-20T21:00:41.028Z Compiling ecdsa v0.17.0
33852026-08-20T21:00:41.134Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33862026-08-20T21:00:41.226Z Compiling tabled v0.21.0
33872026-08-20T21:00:41.312Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33882026-08-20T21:00:41.331Z Compiling curve25519-dalek v5.0.0
33892026-08-20T21:00:41.334Z Compiling unicase v2.9.0
33902026-08-20T21:00:41.383Z Compiling illumos-nvpair-sys v0.2.0
33912026-08-20T21:00:41.412Z Compiling parking_lot v0.11.2
33922026-08-20T21:00:41.517Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33932026-08-20T21:00:41.545Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33942026-08-20T21:00:41.564Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33952026-08-20T21:00:41.582Z Compiling mime_guess v2.0.5
33962026-08-20T21:00:41.620Z Compiling ssh-encoding v0.3.0
33972026-08-20T21:00:41.848Z Compiling progenitor-impl v0.13.0
33982026-08-20T21:00:41.866Z Compiling prefix-trie v0.7.0
33992026-08-20T21:00:41.897Z Compiling fxhash v0.2.1
34002026-08-20T21:00:41.983Z Compiling keccak v0.2.0
34012026-08-20T21:00:41.986Z Compiling crc8 v0.1.1
34022026-08-20T21:00:42.061Z Compiling sled v0.34.7
34032026-08-20T21:00:42.205Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34042026-08-20T21:00:42.228Z Compiling hickory-server v0.25.2
34052026-08-20T21:00:42.297Z Compiling ed25519 v3.0.0
34062026-08-20T21:00:42.314Z Compiling crypto-primes v0.7.2
34072026-08-20T21:00:42.535Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34082026-08-20T21:00:42.654Z Compiling pkcs1 v0.8.0-rc.4
34092026-08-20T21:00:42.729Z Compiling progenitor v0.14.0
34102026-08-20T21:00:42.845Z Compiling poly1305 v0.9.0
34112026-08-20T21:00:42.917Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34122026-08-20T21:00:43.137Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34132026-08-20T21:00:43.415Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34142026-08-20T21:00:43.457Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34152026-08-20T21:00:43.527Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34162026-08-20T21:00:43.634Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34172026-08-20T21:00:43.864Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34182026-08-20T21:00:43.968Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34192026-08-20T21:00:44.099Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34202026-08-20T21:00:44.186Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34212026-08-20T21:00:44.205Z Compiling progenitor-client v0.13.0
34222026-08-20T21:00:44.342Z Compiling blowfish v0.10.0
34232026-08-20T21:00:44.360Z Compiling blake2 v0.11.0-rc.6
34242026-08-20T21:00:44.573Z Compiling http-range v0.1.5
34252026-08-20T21:00:44.588Z Compiling progenitor-macro v0.13.0
34262026-08-20T21:00:44.636Z Compiling half v1.8.3
34272026-08-20T21:00:44.661Z Compiling argon2 v0.6.0-rc.8
34282026-08-20T21:00:44.800Z Compiling bcrypt-pbkdf v0.11.0
34292026-08-20T21:00:44.803Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34302026-08-20T21:00:44.986Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34312026-08-20T21:00:45.130Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34322026-08-20T21:00:45.513Z Compiling serde_cbor v0.11.2
34332026-08-20T21:00:45.780Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34342026-08-20T21:00:45.849Z Compiling rsa v0.10.0-rc.18
34352026-08-20T21:00:46.079Z Compiling ssh-cipher v0.3.0
34362026-08-20T21:00:46.136Z Compiling ed25519-dalek v3.0.0
34372026-08-20T21:00:46.386Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34382026-08-20T21:00:46.652Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34392026-08-20T21:00:46.677Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34402026-08-20T21:00:46.697Z Compiling illumos-nvpair v0.3.0
34412026-08-20T21:00:46.963Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34422026-08-20T21:00:47.116Z Compiling sha3 v0.11.0
34432026-08-20T21:00:47.271Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34442026-08-20T21:00:47.289Z Compiling p384 v0.14.0
34452026-08-20T21:00:47.320Z Compiling p521 v0.14.0
34462026-08-20T21:00:47.471Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34472026-08-20T21:00:47.500Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34482026-08-20T21:00:47.527Z Compiling p256 v0.14.0
34492026-08-20T21:00:47.754Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34502026-08-20T21:00:47.769Z Compiling scuffle v0.1.0
34512026-08-20T21:00:48.146Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34522026-08-20T21:00:48.588Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34532026-08-20T21:00:48.733Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34542026-08-20T21:00:48.737Z Compiling yasna v0.5.2
34552026-08-20T21:00:48.767Z Compiling kstat-rs v0.2.5
34562026-08-20T21:00:49.096Z Compiling headers-core v0.3.0
34572026-08-20T21:00:49.192Z Compiling kem v0.3.0
34582026-08-20T21:00:49.243Z Compiling module-lattice v0.2.3
34592026-08-20T21:00:49.355Z Compiling nanorand v0.7.0
34602026-08-20T21:00:49.436Z Compiling sponge-cursor v0.1.0
34612026-08-20T21:00:49.441Z Compiling headers v0.4.1
34622026-08-20T21:00:49.477Z Compiling ml-kem v0.3.2
34632026-08-20T21:00:49.539Z Compiling rcgen v0.12.1
34642026-08-20T21:00:49.584Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34652026-08-20T21:00:49.602Z Compiling sha3 v0.12.0
34662026-08-20T21:00:49.665Z Compiling flume v0.11.1
34672026-08-20T21:00:49.699Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34682026-08-20T21:00:49.725Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34692026-08-20T21:00:49.776Z Compiling progenitor v0.13.0
34702026-08-20T21:00:49.793Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34712026-08-20T21:00:49.828Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34722026-08-20T21:00:49.961Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34732026-08-20T21:00:50.026Z Compiling hyper-staticfile v0.10.1
34742026-08-20T21:00:50.165Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34752026-08-20T21:00:50.187Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34762026-08-20T21:00:50.226Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34772026-08-20T21:00:50.412Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34782026-08-20T21:00:50.437Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34792026-08-20T21:00:50.579Z Compiling ssh-key v0.7.0-rc.11
34802026-08-20T21:00:50.597Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34812026-08-20T21:00:50.625Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34822026-08-20T21:00:50.645Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34832026-08-20T21:00:50.664Z Compiling russh-cryptovec v0.62.0
34842026-08-20T21:00:50.820Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34852026-08-20T21:00:50.820Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34862026-08-20T21:00:50.854Z Compiling internal-russh-num-bigint v0.5.0
34872026-08-20T21:00:50.857Z Compiling port-file v0.1.0
34882026-08-20T21:00:50.910Z Compiling num-bigint v0.4.6
34892026-08-20T21:00:50.927Z Compiling generic-array v1.4.3
34902026-08-20T21:00:50.992Z Compiling russh-util v0.52.0
34912026-08-20T21:00:51.060Z Compiling enum_dispatch v0.3.13
34922026-08-20T21:00:51.132Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34932026-08-20T21:00:51.171Z Compiling delegate v0.13.5
34942026-08-20T21:00:51.408Z Compiling subprocess v0.2.15
34952026-08-20T21:00:51.439Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34962026-08-20T21:00:51.608Z Compiling hex-literal v1.1.0
34972026-08-20T21:00:51.709Z Compiling md5 v0.8.0
34982026-08-20T21:00:51.750Z Compiling display-error-chain v0.2.2
34992026-08-20T21:00:51.892Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35002026-08-20T21:00:51.942Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35012026-08-20T21:00:52.014Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35022026-08-20T21:00:52.089Z Compiling colored v2.2.0
35032026-08-20T21:00:52.175Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35042026-08-20T21:00:52.193Z Compiling russh v0.62.4
35052026-08-20T21:00:52.209Z Compiling socket2 v0.5.10
35062026-08-20T21:00:52.440Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35072026-08-20T21:00:52.484Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35082026-08-20T21:00:52.684Z Compiling internet-checksum v0.2.1
35092026-08-20T21:00:55.284Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35102026-08-20T21:00:56.014Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35112026-08-20T21:00:56.554Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35122026-08-20T21:00:57.901Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35132026-08-20T21:00:58.052Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35142026-08-20T21:01:07.001Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35152026-08-20T21:01:07.001Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35162026-08-20T21:01:07.004Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35172026-08-20T21:01:07.004Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35182026-08-20T21:01:07.004Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35192026-08-20T21:01:08.858Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35202026-08-20T21:01:09.004Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35212026-08-20T21:01:13.235Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35222026-08-20T21:01:54.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35232026-08-20T21:01:54.236Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35242026-08-20T21:01:54.236Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35252026-08-20T21:01:54.461Z
35262026-08-20T21:01:54.461Zreal 1:29.990019983
35272026-08-20T21:01:54.461Zuser 8:41.803807915
35282026-08-20T21:01:54.461Zsys 1:44.540020159
35292026-08-20T21:01:54.464Ztrap 0.266183639
35302026-08-20T21:01:54.464Ztflt 0.310808941
35312026-08-20T21:01:54.464Zdflt 1.711627955
35322026-08-20T21:01:54.464Zkflt 0.000269850
35332026-08-20T21:01:54.464Zlock 32:25.460909180
35342026-08-20T21:01:54.464Zslp 19:54.928599151
35352026-08-20T21:01:54.464Zlat 41.419740686
35362026-08-20T21:01:54.464Zstop 3:04.211588258
35372026-08-20T21:01:54.464Z+ mkdir tests
35382026-08-20T21:01:54.467Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35392026-08-20T21:01:54.467Z+ xargs -I '{}' -t cp '{}' tests/
35402026-08-20T21:01:54.490Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e3b27565dc37fa1f tests/
35412026-08-20T21:01:54.523Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-594f2dec84179fc3 tests/
35422026-08-20T21:01:54.557Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-74c7ef97fc0c6cdd tests/
35432026-08-20T21:01:54.589Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f7200e6b6f596b24 tests/
35442026-08-20T21:01:55.040Z+ 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)
35452026-08-20T21:01:55.044Z+ 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-594f2dec84179fc3 tests/commtest-74c7ef97fc0c6cdd tests/dhcp_server-e3b27565dc37fa1f tests/end_to_end_tests-f7200e6b6f596b24 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
35462026-08-20T21:03:25.133ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35472026-08-20T21:03:25.133Za .github/buildomat/ci-env.sh 1K
35482026-08-20T21:03:25.133Za out/target/test 1K
35492026-08-20T21:03:25.133Za out/npuzone/npuzone 27402K
35502026-08-20T21:03:25.133Za package-manifest.toml 35K
35512026-08-20T21:03:25.133Za smf/sled-agent/non-gimlet/config.toml 6K
35522026-08-20T21:03:25.133Za target/release/omicron-package 48274K
35532026-08-20T21:03:25.133Za target/release/xtask 11727K
35542026-08-20T21:03:25.133Za target/debug/bootstrap 438601K
35552026-08-20T21:03:25.134Za tests/bootstrap-594f2dec84179fc3 34430K
35562026-08-20T21:03:25.134Za tests/commtest-74c7ef97fc0c6cdd 34431K
35572026-08-20T21:03:25.134Za tests/dhcp_server-e3b27565dc37fa1f 34431K
35582026-08-20T21:03:25.134Za tests/end_to_end_tests-f7200e6b6f596b24 502127K
35592026-08-20T21:03:25.134Za tools/opte_version 1K
35602026-08-20T21:03:25.134Za tools/opte_version_override 2K
35612026-08-20T21:03:25.134Za out/clickhouse.tar.gz 330155K
35622026-08-20T21:03:25.134Za out/clickhouse_keeper.tar.gz 314178K
35632026-08-20T21:03:25.134Za out/clickhouse_server.tar.gz 330152K
35642026-08-20T21:03:25.134Za out/cockroachdb.tar.gz 169576K
35652026-08-20T21:03:25.134Za out/crucible-pantry-zone.tar.gz 41339K
35662026-08-20T21:03:25.134Za out/crucible-utils.tar 18900K
35672026-08-20T21:03:25.134Za out/crucible-zone.tar.gz 56151K
35682026-08-20T21:03:25.134Za out/external-dns.tar.gz 54214K
35692026-08-20T21:03:25.134Za out/internal-dns.tar.gz 54213K
35702026-08-20T21:03:25.134Za out/mg-ddm-gz.tar 100917K
35712026-08-20T21:03:25.134Za out/nexus.tar.gz 358093K
35722026-08-20T21:03:25.134Za out/ntp.tar.gz 34662K
35732026-08-20T21:03:25.134Za out/omicron-gateway-softnpu.tar.gz 29991K
35742026-08-20T21:03:25.134Za out/omicron-sled-agent.tar 247068K
35752026-08-20T21:03:25.134Za out/overlay.tar.gz 4K
35762026-08-20T21:03:25.134Za out/oximeter.tar.gz 72452K
35772026-08-20T21:03:25.134Za out/oxlog.tar 4071K
35782026-08-20T21:03:25.134Za out/probe.tar.gz 3037K
35792026-08-20T21:03:25.134Za out/propolis-server.tar.gz 34642K
35802026-08-20T21:03:25.135Za out/pumpkind-gz.tar 26647K
35812026-08-20T21:03:25.135Za out/switch-softnpu.tar.gz 503670K
35822026-08-20T21:03:25.139Z
35832026-08-20T21:03:25.139Zreal 1:30.089526200
35842026-08-20T21:03:25.139Zuser 1:27.030298190
35852026-08-20T21:03:25.139Zsys 5.057075262
35862026-08-20T21:03:25.139Ztrap 0.007043225
35872026-08-20T21:03:25.139Ztflt 0.000000000
35882026-08-20T21:03:25.139Zdflt 0.000000000
35892026-08-20T21:03:25.139Zkflt 0.000000000
35902026-08-20T21:03:25.139Zlock 0.000000000
35912026-08-20T21:03:25.139Zslp 1:26.905829206
35922026-08-20T21:03:25.139Zlat 1.173384574
35932026-08-20T21:03:25.139Zstop 0.000552320
35942026-08-20T21:03:25.139Zprocess exited: duration 1115404 ms, exit code 0
 
35952026-08-20T21:03:25.156Zfound 1 output files
35962026-08-20T21:03:25.156Zuploading: /work/package.tar.gz (2780868601 bytes)
35972026-08-20T21:04:02.119Zuploaded: /work/package.tar.gz