01M0G2CMYGQGSVV2WS7TZZ4PG7: 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: 01M0G2D8DMJR032MVGK7T7YH5Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T17:12:01.779Zjob assigned to worker 01M0G2DHS12H6NZXZJ4GEB8RBT [factory aws, i-04e48c223f3e188c2] (queued for 2 m 3 s)
 
22026-08-20T17:12:09.487Zstarting task 0: "setup"
32026-08-20T17:12:09.492Z++ uname -s
42026-08-20T17:12:09.498Z+ kern=SunOS
52026-08-20T17:12:09.498Z+ build_user=build
62026-08-20T17:12:09.498Z+ build_uid=12345
72026-08-20T17:12:09.499Z+ work_dir=/work
82026-08-20T17:12:09.499Z+ input_dir=/input
92026-08-20T17:12:09.499Z+ [[ 0 == 12345 ]]
102026-08-20T17:12:09.499Z+ case "$kern" in
112026-08-20T17:12:09.499Z+ groupadd -g 12345 build
122026-08-20T17:12:09.499Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T17:12:09.503Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T17:12:09.575Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T17:12:09.579Z+ home_fs=zfs
162026-08-20T17:12:09.579Z+ [[ zfs == autofs ]]
172026-08-20T17:12:09.579Z+ mkdir -p /home/build
182026-08-20T17:12:09.580Z+ chown build:build /home/build /work
192026-08-20T17:12:09.583Z+ chmod 0700 /home/build /work
202026-08-20T17:12:09.583Zprocess exited: duration 98 ms, exit code 0
 
212026-08-20T17:12:09.590Zstarting task 1: "rust-toolchain"
222026-08-20T17:12:09.596Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T17:12:09.596Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-20T17:12:09.599Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-20T17:12:09.600Z * rust toolchain channel = "1.97.1"
262026-08-20T17:12:09.600Z * rust toolchain profile = "default"
272026-08-20T17:12:09.600Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T17:12:09.600Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T17:12:09.600Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T17:12:09.667Zinfo: downloading installer
312026-08-20T17:12:10.989Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T17:12:10.989Zwarn: /home/build/.rustup/settings.toml
332026-08-20T17:12:10.989Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T17:12:10.989Zwarn: instead of the one inferred from the default host triple.
352026-08-20T17:12:11.002Zinfo: profile set to default
362026-08-20T17:12:11.002Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T17:12:11.005Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T17:12:11.125Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T17:12:11.130Zinfo: downloading 6 components
402026-08-20T17:12:25.535Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T17:12:25.535Z
422026-08-20T17:12:25.565Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T17:12:25.565Z
442026-08-20T17:12:25.565Z
452026-08-20T17:12:25.565ZRust is installed now. Great!
462026-08-20T17:12:25.565Z
472026-08-20T17:12:25.565ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T17:12:25.565Zenvironment variable. This has not been done automatically.
492026-08-20T17:12:25.565Z
502026-08-20T17:12:25.565ZTo configure your current shell, you need to source
512026-08-20T17:12:25.565Zthe corresponding env file under $HOME/.cargo.
522026-08-20T17:12:25.565Z
532026-08-20T17:12:25.565ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T17:12:25.569Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T17:12:25.569Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T17:12:25.569Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T17:12:25.569Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T17:12:25.570Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T17:12:25.570Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T17:12:25.570Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T17:12:25.570Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T17:12:25.671Z+ rustup --version
632026-08-20T17:12:25.677Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T17:12:25.680Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T17:12:25.698Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T17:12:25.702Z+ cargo --version
672026-08-20T17:12:25.709Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T17:12:25.713Z+ rustc --version
692026-08-20T17:12:25.733Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T17:12:25.736Zprocess exited: duration 16144 ms, exit code 0
 
712026-08-20T17:12:25.743Zstarting task 2: "authentication"
722026-08-20T17:12:25.764Zprocess exited: duration 20 ms, exit code 0
 
732026-08-20T17:12:25.784Zstarting task 3: "clone repository"
742026-08-20T17:12:25.787Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T17:12:25.792Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T17:12:25.823ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T17:12:38.514Z+ cd /work/oxidecomputer/omicron
782026-08-20T17:12:38.514Z+ git fetch origin fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08
792026-08-20T17:12:38.848ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T17:12:38.848Z * branch fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08 -> FETCH_HEAD
812026-08-20T17:12:38.862Z+ [[ -n multirack-join-service-part-3.5 ]]
822026-08-20T17:12:38.865Z++ git branch --show-current
832026-08-20T17:12:38.865Z+ current=main
842026-08-20T17:12:38.865Z+ [[ main != multirack-join-service-part-3.5 ]]
852026-08-20T17:12:38.865Z+ git branch -f multirack-join-service-part-3.5 fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08
862026-08-20T17:12:38.869Z+ git checkout -f multirack-join-service-part-3.5
872026-08-20T17:12:38.910ZSwitched to branch 'multirack-join-service-part-3.5'
882026-08-20T17:12:38.914Z+ git reset --hard fbcc5cee9208db4cdc11f99d6887eae3ed9f1a08
892026-08-20T17:12:38.955ZHEAD is now at fbcc5cee9 fix migration
902026-08-20T17:12:38.958Zprocess exited: duration 13174 ms, exit code 0
 
912026-08-20T17:12:38.964Zstarting task 4: "build"
922026-08-20T17:12:38.970Z+ source .github/buildomat/ci-env.sh
932026-08-20T17:12:38.970Z++ export CARGO_TERM_COLOR=always
942026-08-20T17:12:38.970Z++ CARGO_TERM_COLOR=always
952026-08-20T17:12:38.974Z+++ uname -s
962026-08-20T17:12:38.974Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-20T17:12:38.974Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-20T17:12:38.977Z+ cargo --version
992026-08-20T17:12:38.983Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-20T17:12:38.986Z+ rustc --version
1012026-08-20T17:12:39.006Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-20T17:12:39.009Z+ WORK=/work
1032026-08-20T17:12:39.010Z+ pfexec mkdir -p /work
1042026-08-20T17:12:39.012Z+ pfexec chown build /work
1052026-08-20T17:12:39.016Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-20T17:12:40.991Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-20T17:12:41.331Z Startup: Caching catalogs ... Done
1082026-08-20T17:12:43.223ZPlanning: Solver setup ... Done (1.786s)
1092026-08-20T17:12:43.280ZPlanning: Running solver ... Done (0.057s)
1102026-08-20T17:12:43.324ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-20T17:12:43.340ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-20T17:12:43.360ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-20T17:12:43.373ZPlanning: Package planning ... Done (0.014s)
1142026-08-20T17:12:43.377ZPlanning: Merging actions ... Done (0.001s)
1152026-08-20T17:12:43.541ZPlanning: Checking for conflicting actions ... Done (0.166s)
1162026-08-20T17:12:43.546ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-20T17:12:44.403ZPlanning: Evaluating mediators ... Done (0.861s)
1182026-08-20T17:12:44.407ZPlanning: Planning completed in 3.04 seconds
1192026-08-20T17:12:44.413Z Packages to install: 2
1202026-08-20T17:12:44.413Z Estimated space available: 156.02 GB
1212026-08-20T17:12:44.413ZEstimated space to be consumed: 72.16 MB
1222026-08-20T17:12:44.413Z Create boot environment: No
1232026-08-20T17:12:44.413ZCreate backup boot environment: No
1242026-08-20T17:12:44.417Z Rebuild boot archive: No
1252026-08-20T17:12:44.417Z
1262026-08-20T17:12:44.417ZChanged packages:
1272026-08-20T17:12:44.417Zhelios
1282026-08-20T17:12:44.417Z developer/build-essential
1292026-08-20T17:12:44.417Z None -> 11-3.0
1302026-08-20T17:12:44.417Z library/libxmlsec1
1312026-08-20T17:12:44.417Z None -> 1.2.35-3.0
1322026-08-20T17:12:44.439Z
1332026-08-20T17:12:44.439ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-20T17:12:44.511ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
1352026-08-20T17:12:44.666Z Actions: 1/268 actions (Installing new actions)
1362026-08-20T17:12:44.706Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-20T17:12:44.738ZFinalize: Updating package state database ... Done (0.032s)
1382026-08-20T17:12:44.738ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-20T17:12:44.818ZFinalize: Updating image state ... Done (0.078s)
1402026-08-20T17:12:47.463ZFinalize: Creating fast lookup database ... Done (2.598s)
1412026-08-20T17:12:47.531ZFinalize: Reading search index ... Done (0.012s)
1422026-08-20T17:12:47.534ZFinalize: Updating search index ... Done (0.000s)
1432026-08-20T17:12:47.653ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-20T17:12:48.019ZPlanning: Evaluating mediator changes ... Done
1452026-08-20T17:12:48.125ZPlanning: Checking for conflicting actions ... Done
1462026-08-20T17:12:48.128ZPlanning: Consolidating action changes ... Done
1472026-08-20T17:12:48.284ZPlanning: Evaluating mediators ... Done
1482026-08-20T17:12:48.288ZPlanning: Planning completed in 0.27 seconds
1492026-08-20T17:12:48.308Z Mediators to change: 2
1502026-08-20T17:12:48.308Z Create boot environment: No
1512026-08-20T17:12:48.308ZCreate backup boot environment: No
1522026-08-20T17:12:48.348ZFinalize: Updating package state database ... Done
1532026-08-20T17:12:48.348ZFinalize: Updating package cache ... Done
1542026-08-20T17:12:48.395ZFinalize: Updating image state ... Done
1552026-08-20T17:12:50.350ZFinalize: Creating fast lookup database ... Done
1562026-08-20T17:12:50.408ZFinalize: Reading search index ... Done
1572026-08-20T17:12:50.411ZFinalize: Updating search index ... Done
1582026-08-20T17:12:50.486ZFinalize: Updating package cache ... Done
1592026-08-20T17:12:50.770ZPlanning: Evaluating mediator changes ... Done
1602026-08-20T17:12:50.875ZPlanning: Checking for conflicting actions ... Done
1612026-08-20T17:12:50.879ZPlanning: Consolidating action changes ... Done
1622026-08-20T17:12:51.035ZPlanning: Evaluating mediators ... Done
1632026-08-20T17:12:51.038ZPlanning: Planning completed in 0.27 seconds
1642026-08-20T17:12:51.059Z Mediators to change: 1
1652026-08-20T17:12:51.059Z Create boot environment: No
1662026-08-20T17:12:51.060ZCreate backup boot environment: No
1672026-08-20T17:12:51.111ZFinalize: Updating package state database ... Done
1682026-08-20T17:12:51.111ZFinalize: Updating package cache ... Done
1692026-08-20T17:12:51.159ZFinalize: Updating image state ... Done
1702026-08-20T17:12:53.112ZFinalize: Creating fast lookup database ... Done
1712026-08-20T17:12:53.173ZFinalize: Reading search index ... Done
1722026-08-20T17:12:53.176ZFinalize: Updating search index ... Done
1732026-08-20T17:12:53.229ZFinalize: Updating package cache ... Done
1742026-08-20T17:12:53.544ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-20T17:12:53.544Zapache system 2.4 system
1762026-08-20T17:12:53.544Zclang system 15 system
1772026-08-20T17:12:53.545Zcsh system system illumos
1782026-08-20T17:12:53.545Zctags system system illumos
1792026-08-20T17:12:53.545Zfile vendor vendor darwinsys
1802026-08-20T17:12:53.545Zfile system system illumos
1812026-08-20T17:12:53.545Zgcc vendor 14 vendor
1822026-08-20T17:12:53.546Zgcc system 13 system
1832026-08-20T17:12:53.546Zgcc system 10 system
1842026-08-20T17:12:53.546Zgo system 1.25 system
1852026-08-20T17:12:53.546Zllvm system 15 system
1862026-08-20T17:12:53.546Zmariadb system 11.4 system
1872026-08-20T17:12:53.546Zmta vendor vendor dma
1882026-08-20T17:12:53.546Zopenjdk system 17 system
1892026-08-20T17:12:53.546Zopenjdk system 11 system
1902026-08-20T17:12:53.546Zopenssl vendor 3 vendor
1912026-08-20T17:12:53.546Zperl system 5.40 system
1922026-08-20T17:12:53.546Zpostgresql system 18 system
1932026-08-20T17:12:53.546Zpostgresql system 17 system
1942026-08-20T17:12:53.546Zpython vendor 3 vendor
1952026-08-20T17:12:53.546Zpython system 2 system
1962026-08-20T17:12:53.546Zpython3 vendor 3.13 vendor
1972026-08-20T17:12:53.546Zruby system 3.4 system
1982026-08-20T17:12:53.546Zruby system 3.0 system
1992026-08-20T17:12:53.546Zwords vendor vendor american-english
2002026-08-20T17:12:53.546Zwords system system australian-english
2012026-08-20T17:12:53.546Zwords system system british-english
2022026-08-20T17:12:53.546Zwords system system canadian-english
2032026-08-20T17:12:53.546Zwords system system french
2042026-08-20T17:12:53.546Zwords system system italian
2052026-08-20T17:12:53.546Zwords system system ngerman
2062026-08-20T17:12:53.546Zwords system system ogerman
2072026-08-20T17:12:53.546Zwords system system spanish
2082026-08-20T17:12:53.803ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-20T17:12:53.803Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-20T17:12:54.265ZFMRI IFO
2112026-08-20T17:12:54.265Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-20T17:12:54.265Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-20T17:12:54.265Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-20T17:12:54.265Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-20T17:12:54.265Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-20T17:12:54.265Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-20T17:12:54.266Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-20T17:12:54.266Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-20T17:12:54.266Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-20T17:12:54.595Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-20T17:12:55.032Z Updating crates.io index
2222026-08-20T17:12:55.036Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-20T17:12:55.582Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-20T17:12:56.149Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-20T17:12:57.988Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-20T17:12:58.633Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-20T17:13:00.633Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-20T17:13:01.733Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-20T17:13:02.056Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-20T17:13:02.445Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-20T17:13:03.875Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-20T17:13:04.202Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-20T17:13:04.683Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-20T17:13:04.964Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-20T17:13:05.230Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-20T17:13:05.503Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-20T17:13:05.801Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-20T17:13:06.071Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-20T17:13:06.383Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2402026-08-20T17:13:06.953Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-20T17:13:07.363Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-20T17:13:07.781Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432026-08-20T17:13:08.090Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-08-20T17:13:08.740Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2452026-08-20T17:13:09.076Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-20T17:13:09.359Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-20T17:13:10.028Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-20T17:13:10.377Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-20T17:13:10.722Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-20T17:13:11.487Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-20T17:13:11.771Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-20T17:13:12.100Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-20T17:13:12.560Z Updating git repository `https://github.com/oxidecomputer/tough`
2542026-08-20T17:13:13.293Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-20T17:13:13.584Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-20T17:13:13.876Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-20T17:13:14.193Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-08-20T17:13:14.508Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-08-20T17:13:14.789Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-20T17:13:15.079Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-20T17:13:15.406Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-20T17:13:15.689Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-08-20T17:13:16.140Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2642026-08-20T17:13:18.941Z Downloading crates ...
2652026-08-20T17:13:19.033Z Downloaded once_cell v1.21.3
2662026-08-20T17:13:19.041Z Downloaded camino v1.2.5
2672026-08-20T17:13:19.042Z Downloaded cargo-platform v0.3.2
2682026-08-20T17:13:19.042Z Downloaded anstream v1.0.0
2692026-08-20T17:13:19.042Z Downloaded toml_datetime v0.6.11
2702026-08-20T17:13:19.042Z Downloaded zmij v1.0.21
2712026-08-20T17:13:19.042Z Downloaded serde_tokenstream v0.2.3
2722026-08-20T17:13:19.042Z Downloaded camino-tempfile v1.4.1
2732026-08-20T17:13:19.042Z Downloaded toml_edit v0.22.27
2742026-08-20T17:13:19.042Z Downloaded papergrid v0.11.0
2752026-08-20T17:13:19.043Z Downloaded cargo_metadata v0.23.1
2762026-08-20T17:13:19.043Z Downloaded fs-err v3.3.0
2772026-08-20T17:13:19.043Z Downloaded zerocopy v0.7.35
2782026-08-20T17:13:19.048Z Downloaded autocfg v1.5.0
2792026-08-20T17:13:19.048Z Downloaded pest_derive v2.8.6
2802026-08-20T17:13:19.048Z Downloaded zerocopy-derive v0.7.35
2812026-08-20T17:13:19.060Z Downloaded indexmap v2.14.0
2822026-08-20T17:13:19.060Z Downloaded crypto-common v0.1.7
2832026-08-20T17:13:19.060Z Downloaded digest v0.10.7
2842026-08-20T17:13:19.060Z Downloaded pest_generator v2.8.6
2852026-08-20T17:13:19.060Z Downloaded clap v4.6.1
2862026-08-20T17:13:19.069Z Downloaded pest v2.8.6
2872026-08-20T17:13:19.069Z Downloaded heck v0.4.1
2882026-08-20T17:13:19.069Z Downloaded itoa v1.0.17
2892026-08-20T17:13:19.069Z Downloaded anstyle-parse v1.0.0
2902026-08-20T17:13:19.084Z Downloaded bitflags v2.11.0
2912026-08-20T17:13:19.084Z Downloaded generic-array v0.14.7
2922026-08-20T17:13:19.084Z Downloaded proc-macro-error-attr v1.0.4
2932026-08-20T17:13:19.084Z Downloaded fastrand v2.3.0
2942026-08-20T17:13:19.084Z Downloaded serde_spanned v0.6.9
2952026-08-20T17:13:19.089Z Downloaded errno v0.3.14
2962026-08-20T17:13:19.089Z Downloaded is_terminal_polyfill v1.70.2
2972026-08-20T17:13:19.089Z Downloaded usdt-macro v0.5.0
2982026-08-20T17:13:19.089Z Downloaded pretty-hex v0.4.1
2992026-08-20T17:13:19.089Z Downloaded equivalent v1.0.2
3002026-08-20T17:13:19.089Z Downloaded fnv v1.0.7
3012026-08-20T17:13:19.089Z Downloaded cpufeatures v0.2.17
3022026-08-20T17:13:19.089Z Downloaded dof v0.3.0
3032026-08-20T17:13:19.089Z Downloaded dtrace-parser v0.2.0
3042026-08-20T17:13:19.089Z Downloaded plain v0.2.3
3052026-08-20T17:13:19.093Z Downloaded terminal_size v0.4.3
3062026-08-20T17:13:19.097Z Downloaded clap_lex v1.0.0
3072026-08-20T17:13:19.097Z Downloaded colorchoice v1.0.4
3082026-08-20T17:13:19.097Z Downloaded block-buffer v0.10.4
3092026-08-20T17:13:19.101Z Downloaded memmap v0.7.0
3102026-08-20T17:13:19.101Z Downloaded macaddr v1.0.1
3112026-08-20T17:13:19.105Z Downloaded cfg-if v1.0.4
3122026-08-20T17:13:19.112Z Downloaded thread-id v4.2.2
3132026-08-20T17:13:19.116Z Downloaded smawk v0.3.2
3142026-08-20T17:13:19.116Z Downloaded unicode-linebreak v0.1.5
3152026-08-20T17:13:19.116Z Downloaded swrite v0.1.0
3162026-08-20T17:13:19.116Z Downloaded toml_write v0.1.2
3172026-08-20T17:13:19.134Z Downloaded scroll_derive v0.12.1
3182026-08-20T17:13:19.134Z Downloaded usdt-attr-macro v0.5.0
3192026-08-20T17:13:19.139Z Downloaded tabled_derive v0.7.0
3202026-08-20T17:13:19.139Z Downloaded heck v0.5.0
3212026-08-20T17:13:19.139Z Downloaded utf8parse v0.2.2
3222026-08-20T17:13:19.140Z Downloaded strsim v0.11.1
3232026-08-20T17:13:19.140Z Downloaded thiserror-impl v2.0.18
3242026-08-20T17:13:19.140Z Downloaded version_check v0.9.5
3252026-08-20T17:13:19.141Z Downloaded cargo_toml v0.21.0
3262026-08-20T17:13:19.159Z Downloaded thiserror-impl v1.0.69
3272026-08-20T17:13:19.159Z Downloaded anstyle v1.0.14
3282026-08-20T17:13:19.159Z Downloaded bytecount v0.6.9
3292026-08-20T17:13:19.159Z Downloaded usdt-impl v0.5.0
3302026-08-20T17:13:19.159Z Downloaded anstyle-query v1.1.5
3312026-08-20T17:13:19.159Z Downloaded scroll v0.12.0
3322026-08-20T17:13:19.160Z Downloaded proc-macro-error v1.0.4
3332026-08-20T17:13:19.160Z Downloaded usdt v0.5.0
3342026-08-20T17:13:19.160Z Downloaded quote v1.0.45
3352026-08-20T17:13:19.160Z Downloaded thiserror v2.0.18
3362026-08-20T17:13:19.178Z Downloaded byteorder v1.5.0
3372026-08-20T17:13:19.178Z Downloaded thiserror v1.0.69
3382026-08-20T17:13:19.178Z Downloaded tempfile v3.27.0
3392026-08-20T17:13:19.178Z Downloaded anyhow v1.0.104
3402026-08-20T17:13:19.178Z Downloaded semver v1.0.28
3412026-08-20T17:13:19.179Z Downloaded clap_derive v4.6.1
3422026-08-20T17:13:19.179Z Downloaded log v0.4.33
3432026-08-20T17:13:19.179Z Downloaded toml v0.8.23
3442026-08-20T17:13:19.179Z Downloaded sha2 v0.10.9
3452026-08-20T17:13:19.188Z Downloaded ucd-trie v0.1.7
3462026-08-20T17:13:19.188Z Downloaded serde_core v1.0.228
3472026-08-20T17:13:19.188Z Downloaded proc-macro2 v1.0.106
3482026-08-20T17:13:19.189Z Downloaded getrandom v0.3.4
3492026-08-20T17:13:19.202Z Downloaded unicode-ident v1.0.24
3502026-08-20T17:13:19.203Z Downloaded serde_derive v1.0.228
3512026-08-20T17:13:19.209Z Downloaded pest_meta v2.8.6
3522026-08-20T17:13:19.209Z Downloaded textwrap v0.16.2
3532026-08-20T17:13:19.213Z Downloaded memchr v2.8.0
3542026-08-20T17:13:19.213Z Downloaded serde v1.0.228
3552026-08-20T17:13:19.232Z Downloaded clap_builder v4.6.0
3562026-08-20T17:13:19.239Z Downloaded typenum v1.20.1
3572026-08-20T17:13:19.278Z Downloaded hashbrown v0.17.0
3582026-08-20T17:13:19.292Z Downloaded serde_json v1.0.151
3592026-08-20T17:13:19.292Z Downloaded goblin v0.8.2
3602026-08-20T17:13:19.292Z Downloaded winnow v0.7.14
3612026-08-20T17:13:19.292Z Downloaded tabled v0.15.0
3622026-08-20T17:13:19.302Z Downloaded syn v1.0.109
3632026-08-20T17:13:19.314Z Downloaded unicode-width v0.1.14
3642026-08-20T17:13:19.314Z Downloaded syn v2.0.117
3652026-08-20T17:13:19.322Z Downloaded unicode-width v0.2.0
3662026-08-20T17:13:19.333Z Downloaded rustix v1.1.4
3672026-08-20T17:13:19.357Z Downloaded libc v0.2.185
3682026-08-20T17:13:19.411Z Compiling proc-macro2 v1.0.106
3692026-08-20T17:13:19.411Z Compiling unicode-ident v1.0.24
3702026-08-20T17:13:19.415Z Compiling quote v1.0.45
3712026-08-20T17:13:19.415Z Compiling serde_core v1.0.228
3722026-08-20T17:13:19.415Z Compiling libc v0.2.185
3732026-08-20T17:13:19.415Z Compiling version_check v0.9.5
3742026-08-20T17:13:19.595Z Compiling memchr v2.8.0
3752026-08-20T17:13:19.606Z Compiling serde v1.0.228
3762026-08-20T17:13:19.606Z Compiling zmij v1.0.21
3772026-08-20T17:13:19.606Z Compiling itoa v1.0.17
3782026-08-20T17:13:19.606Z Compiling thiserror v1.0.69
3792026-08-20T17:13:19.606Z Compiling ucd-trie v0.1.7
3802026-08-20T17:13:19.606Z Compiling rustix v1.1.4
3812026-08-20T17:13:19.606Z Compiling byteorder v1.5.0
3822026-08-20T17:13:19.849Z Compiling bitflags v2.11.0
3832026-08-20T17:13:19.876Z Compiling serde_json v1.0.151
3842026-08-20T17:13:20.023Z Compiling camino v1.2.5
3852026-08-20T17:13:20.047Z Compiling syn v1.0.109
3862026-08-20T17:13:20.137Z Compiling utf8parse v0.2.2
3872026-08-20T17:13:20.142Z Compiling equivalent v1.0.2
3882026-08-20T17:13:20.248Z Compiling pest v2.8.6
3892026-08-20T17:13:20.271Z Compiling proc-macro-error-attr v1.0.4
3902026-08-20T17:13:20.314Z Compiling usdt-impl v0.5.0
3912026-08-20T17:13:20.333Z Compiling proc-macro-error v1.0.4
3922026-08-20T17:13:20.333Z Compiling hashbrown v0.17.0
3932026-08-20T17:13:20.356Z Compiling getrandom v0.3.4
3942026-08-20T17:13:20.407Z Compiling log v0.4.33
3952026-08-20T17:13:20.476Z Compiling plain v0.2.3
3962026-08-20T17:13:20.549Z Compiling errno v0.3.14
3972026-08-20T17:13:20.592Z Compiling thread-id v4.2.2
3982026-08-20T17:13:20.597Z Compiling anstyle-parse v1.0.0
3992026-08-20T17:13:20.618Z Compiling autocfg v1.5.0
4002026-08-20T17:13:20.643Z Compiling is_terminal_polyfill v1.70.2
4012026-08-20T17:13:20.706Z Compiling anstyle v1.0.14
4022026-08-20T17:13:20.706Z Compiling colorchoice v1.0.4
4032026-08-20T17:13:20.757Z Compiling anstyle-query v1.1.5
4042026-08-20T17:13:20.763Z Compiling winnow v0.7.14
4052026-08-20T17:13:20.774Z Compiling thiserror v2.0.18
4062026-08-20T17:13:20.810Z Compiling pretty-hex v0.4.1
4072026-08-20T17:13:20.864Z Compiling toml_write v0.1.2
4082026-08-20T17:13:20.904Z Compiling indexmap v2.14.0
4092026-08-20T17:13:20.919Z Compiling cfg-if v1.0.4
4102026-08-20T17:13:20.974Z Compiling anstream v1.0.0
4112026-08-20T17:13:20.992Z Compiling fnv v1.0.7
4122026-08-20T17:13:21.026Z Compiling unicode-width v0.1.14
4132026-08-20T17:13:21.111Z Compiling syn v2.0.117
4142026-08-20T17:13:21.168Z Compiling fs-err v3.3.0
4152026-08-20T17:13:21.171Z Compiling anyhow v1.0.104
4162026-08-20T17:13:21.171Z Compiling heck v0.5.0
4172026-08-20T17:13:21.320Z Compiling clap_lex v1.0.0
4182026-08-20T17:13:21.336Z Compiling strsim v0.11.1
4192026-08-20T17:13:21.407Z Compiling bytecount v0.6.9
4202026-08-20T17:13:21.442Z Compiling pest_meta v2.8.6
4212026-08-20T17:13:21.481Z Compiling once_cell v1.21.3
4222026-08-20T17:13:21.498Z Compiling fastrand v2.3.0
4232026-08-20T17:13:21.516Z Compiling heck v0.4.1
4242026-08-20T17:13:21.588Z Compiling papergrid v0.11.0
4252026-08-20T17:13:21.646Z Compiling terminal_size v0.4.3
4262026-08-20T17:13:21.665Z Compiling memmap v0.7.0
4272026-08-20T17:13:21.706Z Compiling smawk v0.3.2
4282026-08-20T17:13:21.725Z Compiling tempfile v3.27.0
4292026-08-20T17:13:21.744Z Compiling unicode-width v0.2.0
4302026-08-20T17:13:21.766Z Compiling clap_builder v4.6.0
4312026-08-20T17:13:21.787Z Compiling unicode-linebreak v0.1.5
4322026-08-20T17:13:21.867Z Compiling swrite v0.1.0
4332026-08-20T17:13:21.987Z Compiling textwrap v0.16.2
4342026-08-20T17:13:22.123Z Compiling semver v1.0.28
4352026-08-20T17:13:22.167Z Compiling cargo-platform v0.3.2
4362026-08-20T17:13:22.401Z Compiling camino-tempfile v1.4.1
4372026-08-20T17:13:22.694Z Compiling tabled_derive v0.7.0
4382026-08-20T17:13:23.324Z Compiling pest_generator v2.8.6
4392026-08-20T17:13:23.390Z Compiling tabled v0.15.0
4402026-08-20T17:13:23.837Z Compiling serde_derive v1.0.228
4412026-08-20T17:13:23.837Z Compiling thiserror-impl v1.0.69
4422026-08-20T17:13:23.864Z Compiling zerocopy-derive v0.7.35
4432026-08-20T17:13:23.864Z Compiling scroll_derive v0.12.1
4442026-08-20T17:13:23.864Z Compiling thiserror-impl v2.0.18
4452026-08-20T17:13:23.865Z Compiling clap_derive v4.6.1
4462026-08-20T17:13:23.969Z Compiling pest_derive v2.8.6
4472026-08-20T17:13:24.569Z Compiling scroll v0.12.0
4482026-08-20T17:13:24.659Z Compiling zerocopy v0.7.35
4492026-08-20T17:13:24.770Z Compiling goblin v0.8.2
4502026-08-20T17:13:25.012Z Compiling dtrace-parser v0.2.0
4512026-08-20T17:13:25.332Z Compiling clap v4.6.1
4522026-08-20T17:13:26.316Z Compiling serde_spanned v0.6.9
4532026-08-20T17:13:26.317Z Compiling toml_datetime v0.6.11
4542026-08-20T17:13:26.321Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-08-20T17:13:26.321Z Compiling macaddr v1.0.1
4562026-08-20T17:13:26.321Z Compiling cargo_metadata v0.23.1
4572026-08-20T17:13:26.337Z Compiling dof v0.3.0
4582026-08-20T17:13:26.341Z Compiling serde_tokenstream v0.2.3
4592026-08-20T17:13:26.488Z Compiling toml_edit v0.22.27
4602026-08-20T17:13:27.089Z Compiling usdt-attr-macro v0.5.0
4612026-08-20T17:13:27.089Z Compiling usdt-macro v0.5.0
4622026-08-20T17:13:27.695Z Compiling usdt v0.5.0
4632026-08-20T17:13:27.748Z Compiling toml v0.8.23
4642026-08-20T17:13:28.072Z Compiling cargo_toml v0.21.0
4652026-08-20T17:13:29.378Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-20T17:13:31.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.04s
4672026-08-20T17:13:31.689Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-20T17:13:32.220Z Downloading crates ...
4692026-08-20T17:13:32.285Z Downloaded anstyle-parse v0.2.7
4702026-08-20T17:13:32.331Z Downloaded aho-corasick v1.1.4
4712026-08-20T17:13:32.331Z Downloaded anstream v0.6.21
4722026-08-20T17:13:32.331Z Downloaded erased-serde v0.3.31
4732026-08-20T17:13:32.332Z Downloaded fallible-iterator v0.2.0
4742026-08-20T17:13:32.332Z Downloaded gethostname v0.5.0
4752026-08-20T17:13:32.332Z Downloaded arrayref v0.3.9
4762026-08-20T17:13:32.332Z Downloaded enum_dispatch v0.3.13
4772026-08-20T17:13:32.332Z Downloaded assert_matches v1.5.0
4782026-08-20T17:13:32.332Z Downloaded async-stream v0.3.6
4792026-08-20T17:13:32.332Z Downloaded cfg_aliases v0.2.1
4802026-08-20T17:13:32.332Z Downloaded ghash v0.6.0
4812026-08-20T17:13:32.335Z Downloaded ascii-canvas v3.0.0
4822026-08-20T17:13:32.337Z Downloaded base16ct v1.0.0
4832026-08-20T17:13:32.337Z Downloaded const-oid v0.10.2
4842026-08-20T17:13:32.337Z Downloaded atomic-waker v1.1.2
4852026-08-20T17:13:32.337Z Downloaded expectorate v1.2.0
4862026-08-20T17:13:32.337Z Downloaded hickory-resolver v0.25.2
4872026-08-20T17:13:32.337Z Downloaded base16ct v0.2.0
4882026-08-20T17:13:32.359Z Downloaded adler2 v2.0.1
4892026-08-20T17:13:32.359Z Downloaded fixedbitset v0.4.2
4902026-08-20T17:13:32.359Z Downloaded bitfield-struct v0.6.2
4912026-08-20T17:13:32.359Z Downloaded env_filter v2.0.0
4922026-08-20T17:13:32.360Z Downloaded bitfield-macros v0.19.4
4932026-08-20T17:13:32.360Z Downloaded ena v0.14.4
4942026-08-20T17:13:32.360Z Downloaded embedded-io v0.6.1
4952026-08-20T17:13:32.360Z Downloaded futures-core v0.3.32
4962026-08-20T17:13:32.360Z Downloaded futures-io v0.3.32
4972026-08-20T17:13:32.361Z Downloaded cipher v0.4.4
4982026-08-20T17:13:32.361Z Downloaded cmake v0.1.57
4992026-08-20T17:13:32.361Z Downloaded flagset v0.4.7
5002026-08-20T17:13:32.361Z Downloaded bcrypt-pbkdf v0.11.0
5012026-08-20T17:13:32.361Z Downloaded fxhash v0.2.1
5022026-08-20T17:13:32.361Z Downloaded async-recursion v1.1.1
5032026-08-20T17:13:32.361Z Downloaded bit-set v0.5.3
5042026-08-20T17:13:32.361Z Downloaded addr2line v0.25.1
5052026-08-20T17:13:32.362Z Downloaded futures-sink v0.3.32
5062026-08-20T17:13:32.362Z Downloaded hash32 v0.3.1
5072026-08-20T17:13:32.362Z Downloaded ahash v0.8.12
5082026-08-20T17:13:32.362Z Downloaded foreign-types v0.3.2
5092026-08-20T17:13:32.362Z Downloaded float-cmp v0.10.0
5102026-08-20T17:13:32.362Z Downloaded float-ord v0.3.2
5112026-08-20T17:13:32.362Z Downloaded bb8 v0.8.6
5122026-08-20T17:13:32.362Z Downloaded futures-task v0.3.32
5132026-08-20T17:13:32.794Z Downloaded foreign-types-macros v0.2.3
5142026-08-20T17:13:32.794Z Downloaded ciborium-io v0.2.2
5152026-08-20T17:13:32.794Z Downloaded enum-as-inner v0.6.1
5162026-08-20T17:13:32.794Z Downloaded aead v0.5.2
5172026-08-20T17:13:32.794Z Downloaded async-stream-impl v0.3.6
5182026-08-20T17:13:32.795Z Downloaded block-buffer v0.12.1
5192026-08-20T17:13:32.795Z Downloaded atty v0.2.14
5202026-08-20T17:13:32.795Z Downloaded ciborium-ll v0.2.2
5212026-08-20T17:13:32.795Z Downloaded foldhash v0.2.0
5222026-08-20T17:13:32.795Z Downloaded fs-err v2.11.0
5232026-08-20T17:13:32.795Z Downloaded bit-set v0.8.0
5242026-08-20T17:13:32.795Z Downloaded cfg_aliases v0.1.1
5252026-08-20T17:13:32.795Z Downloaded foreign-types-shared v0.1.1
5262026-08-20T17:13:32.795Z Downloaded hash32 v0.2.1
5272026-08-20T17:13:32.795Z Downloaded hex v0.4.3
5282026-08-20T17:13:32.795Z Downloaded backtrace-ext v0.2.1
5292026-08-20T17:13:32.795Z Downloaded hostname v0.4.2
5302026-08-20T17:13:32.795Z Downloaded array-init v0.0.4
5312026-08-20T17:13:32.856Z Downloaded bcs v0.1.6
5322026-08-20T17:13:32.856Z Downloaded foreign-types v0.5.0
5332026-08-20T17:13:32.856Z Downloaded cobs v0.3.0
5342026-08-20T17:13:32.856Z Downloaded base64ct v1.8.3
5352026-08-20T17:13:32.857Z Downloaded bitfield v0.19.4
5362026-08-20T17:13:32.857Z Downloaded ff v0.13.1
5372026-08-20T17:13:32.857Z Downloaded futures-macro v0.3.32
5382026-08-20T17:13:32.857Z Downloaded glob v0.3.3
5392026-08-20T17:13:32.857Z Downloaded aead v0.6.1
5402026-08-20T17:13:32.857Z Downloaded cassowary v0.3.0
5412026-08-20T17:13:32.857Z Downloaded fd-lock v4.0.4
5422026-08-20T17:13:32.857Z Downloaded fixedbitset v0.5.7
5432026-08-20T17:13:32.857Z Downloaded backoff v0.4.0
5442026-08-20T17:13:32.858Z Downloaded futures-executor v0.3.32
5452026-08-20T17:13:32.858Z Downloaded env_logger v0.11.11
5462026-08-20T17:13:32.858Z Downloaded compression-core v0.4.31
5472026-08-20T17:13:32.858Z Downloaded hubpack_derive v0.1.1
5482026-08-20T17:13:32.858Z Downloaded funty v2.0.0
5492026-08-20T17:13:32.858Z Downloaded headers-core v0.3.0
5502026-08-20T17:13:32.858Z Downloaded home v0.5.12
5512026-08-20T17:13:32.858Z Downloaded normalize-line-endings v0.3.0
5522026-08-20T17:13:32.859Z Downloaded endian-type v0.1.2
5532026-08-20T17:13:32.859Z Downloaded foreign-types-shared v0.3.1
5542026-08-20T17:13:32.859Z Downloaded num_threads v0.1.7
5552026-08-20T17:13:32.859Z Downloaded form_urlencoded v1.2.2
5562026-08-20T17:13:32.859Z Downloaded atomicwrites v0.4.4
5572026-08-20T17:13:32.859Z Downloaded embedded-io v0.4.0
5582026-08-20T17:13:32.859Z Downloaded hubpack v0.1.2
5592026-08-20T17:13:32.859Z Downloaded hex-literal v1.1.0
5602026-08-20T17:13:32.859Z Downloaded newline-converter v0.3.0
5612026-08-20T17:13:32.859Z Downloaded hostname v0.3.1
5622026-08-20T17:13:32.860Z Downloaded http-body v1.0.1
5632026-08-20T17:13:32.860Z Downloaded git-stub v1.0.0
5642026-08-20T17:13:32.860Z Downloaded ff v0.14.0
5652026-08-20T17:13:32.860Z Downloaded fatfs v0.3.6
5662026-08-20T17:13:32.860Z Downloaded fs_extra v1.3.0
5672026-08-20T17:13:32.860Z Downloaded nibble_vec v0.1.0
5682026-08-20T17:13:32.860Z Downloaded globwalk v0.9.1
5692026-08-20T17:13:32.860Z Downloaded opaque-debug v0.3.1
5702026-08-20T17:13:32.860Z Downloaded httpdate v1.0.3
5712026-08-20T17:13:32.861Z Downloaded http-range v0.1.5
5722026-08-20T17:13:32.861Z Downloaded foldhash v0.1.5
5732026-08-20T17:13:32.861Z Downloaded group v0.14.0
5742026-08-20T17:13:32.861Z Downloaded cbc v0.2.1
5752026-08-20T17:13:32.861Z Downloaded bs58 v0.5.1
5762026-08-20T17:13:32.861Z Downloaded block-padding v0.4.2
5772026-08-20T17:13:32.861Z Downloaded phf_shared v0.11.3
5782026-08-20T17:13:32.861Z Downloaded bit-vec v0.6.3
5792026-08-20T17:13:32.861Z Downloaded bitflags v1.3.2
5802026-08-20T17:13:32.862Z Downloaded powerfmt v0.2.0
5812026-08-20T17:13:32.862Z Downloaded psl-types v2.0.11
5822026-08-20T17:13:32.862Z Downloaded recursive v0.1.1
5832026-08-20T17:13:32.862Z Downloaded byte-wrapper v0.1.0
5842026-08-20T17:13:32.862Z Downloaded futures-channel v0.3.32
5852026-08-20T17:13:32.862Z Downloaded group v0.13.0
5862026-08-20T17:13:32.862Z Downloaded globset v0.4.18
5872026-08-20T17:13:32.862Z Downloaded http-body-util v0.1.3
5882026-08-20T17:13:32.862Z Downloaded oxide-update-engine v0.1.2
5892026-08-20T17:13:32.862Z Downloaded ref-cast-impl v1.0.25
5902026-08-20T17:13:32.862Z Downloaded cmov v0.5.4
5912026-08-20T17:13:32.863Z Downloaded rustc_version v0.4.1
5922026-08-20T17:13:32.863Z Downloaded argon2 v0.5.3
5932026-08-20T17:13:32.863Z Downloaded find-msvc-tools v0.1.9
5942026-08-20T17:13:32.863Z Downloaded httparse v1.10.1
5952026-08-20T17:13:32.863Z Downloaded camino-tempfile-ext v0.3.3
5962026-08-20T17:13:32.863Z Downloaded cipher v0.5.2
5972026-08-20T17:13:32.863Z Downloaded castaway v0.2.4
5982026-08-20T17:13:32.863Z Downloaded serde_urlencoded v0.7.1
5992026-08-20T17:13:32.863Z Downloaded chacha20 v0.9.1
6002026-08-20T17:13:32.863Z Downloaded serde_repr v0.1.20
6012026-08-20T17:13:32.863Z Downloaded serde_spanned v1.1.1
6022026-08-20T17:13:32.863Z Downloaded compression-codecs v0.4.37
6032026-08-20T17:13:32.864Z Downloaded bit-vec v0.8.0
6042026-08-20T17:13:32.864Z Downloaded russh-cryptovec v0.62.0
6052026-08-20T17:13:32.864Z Downloaded allocator-api2 v0.2.21
6062026-08-20T17:13:32.864Z Downloaded filetime v0.2.27
6072026-08-20T17:13:32.864Z Downloaded git-stub-vcs v0.1.0
6082026-08-20T17:13:32.864Z Downloaded paste v1.0.15
6092026-08-20T17:13:32.864Z Downloaded potential_utf v0.1.4
6102026-08-20T17:13:32.864Z Downloaded structmeta v0.3.0
6112026-08-20T17:13:32.864Z Downloaded testing_table v0.3.0
6122026-08-20T17:13:32.864Z Downloaded strsim v0.10.0
6132026-08-20T17:13:32.864Z Downloaded arrayvec v0.7.6
6142026-08-20T17:13:32.864Z Downloaded supports-hyperlinks v3.2.0
6152026-08-20T17:13:32.865Z Downloaded seq-macro v0.3.6
6162026-08-20T17:13:32.865Z Downloaded serde-big-array v0.5.1
6172026-08-20T17:13:32.865Z Downloaded sapling-renderdag v0.1.0
6182026-08-20T17:13:32.865Z Downloaded half v1.8.3
6192026-08-20T17:13:32.865Z Downloaded hmac v0.12.1
6202026-08-20T17:13:32.865Z Downloaded arc-swap v1.8.2
6212026-08-20T17:13:32.865Z Downloaded highway v1.3.0
6222026-08-20T17:13:32.865Z Downloaded num-complex v0.4.6
6232026-08-20T17:13:32.865Z Downloaded peg-macros v0.8.5
6242026-08-20T17:13:32.865Z Downloaded blowfish v0.10.0
6252026-08-20T17:13:32.865Z Downloaded port-file v0.1.0
6262026-08-20T17:13:32.865Z Downloaded progenitor-client v0.13.0
6272026-08-20T17:13:32.866Z Downloaded rand_chacha v0.9.0
6282026-08-20T17:13:32.866Z Downloaded num_enum v0.5.11
6292026-08-20T17:13:32.866Z Downloaded oxnet v0.1.6
6302026-08-20T17:13:32.866Z Downloaded thread-id v5.1.0
6312026-08-20T17:13:32.901Z Downloaded tokio-macros v2.7.0
6322026-08-20T17:13:32.901Z Downloaded parse-display-derive v0.10.0
6332026-08-20T17:13:32.901Z Downloaded signal-hook-tokio v0.3.1
6342026-08-20T17:13:32.901Z Downloaded sqlparser_derive v0.5.0
6352026-08-20T17:13:32.901Z Downloaded take_mut v0.2.2
6362026-08-20T17:13:32.901Z Downloaded tower-layer v0.3.3
6372026-08-20T17:13:32.901Z Downloaded unarray v0.1.4
6382026-08-20T17:13:32.902Z Downloaded usdt-attr-macro v0.6.0
6392026-08-20T17:13:32.902Z Downloaded pem-rfc7468 v1.0.0
6402026-08-20T17:13:32.902Z Downloaded blake2 v0.11.0-rc.6
6412026-08-20T17:13:32.902Z Downloaded cexpr v0.6.0
6422026-08-20T17:13:32.902Z Downloaded pin-project-internal v1.1.11
6432026-08-20T17:13:32.902Z Downloaded rand_core v0.6.4
6442026-08-20T17:13:32.902Z Downloaded argon2 v0.6.0-rc.8
6452026-08-20T17:13:32.902Z Downloaded async-trait v0.1.89
6462026-08-20T17:13:32.902Z Downloaded backon v1.6.0
6472026-08-20T17:13:32.902Z Downloaded colored v3.1.1
6482026-08-20T17:13:32.902Z Downloaded blake2 v0.10.6
6492026-08-20T17:13:32.902Z Downloaded primeorder v0.13.6
6502026-08-20T17:13:32.902Z Downloaded async-bb8-diesel v0.2.1
6512026-08-20T17:13:32.902Z Downloaded ciborium v0.2.2
6522026-08-20T17:13:32.903Z Downloaded console v0.16.2
6532026-08-20T17:13:32.903Z Downloaded primeorder v0.14.0
6542026-08-20T17:13:32.903Z Downloaded quick-error v1.2.3
6552026-08-20T17:13:32.903Z Downloaded usdt v0.6.0
6562026-08-20T17:13:32.903Z Downloaded want v0.3.1
6572026-08-20T17:13:32.903Z Downloaded flume v0.11.1
6582026-08-20T17:13:32.903Z Downloaded console v0.15.11
6592026-08-20T17:13:32.903Z Downloaded cancel-safe-futures v0.1.5
6602026-08-20T17:13:32.903Z Downloaded colored v2.2.0
6612026-08-20T17:13:32.903Z Downloaded bzip2 v0.6.1
6622026-08-20T17:13:32.903Z Downloaded hmac v0.13.0
6632026-08-20T17:13:32.903Z Downloaded yoke-derive v0.8.1
6642026-08-20T17:13:32.903Z Downloaded shlex v1.3.0
6652026-08-20T17:13:32.903Z Downloaded getrandom v0.2.17
6662026-08-20T17:13:32.903Z Downloaded snafu-derive v0.8.9
6672026-08-20T17:13:32.903Z Downloaded thiserror-impl-no-std v2.0.2
6682026-08-20T17:13:32.904Z Downloaded bzip2 v0.4.4
6692026-08-20T17:13:32.904Z Downloaded clang-sys v1.8.1
6702026-08-20T17:13:32.904Z Downloaded thiserror-no-std v2.0.2
6712026-08-20T17:13:32.904Z Downloaded convert_case v0.4.0
6722026-08-20T17:13:32.904Z Downloaded scheduled-thread-pool v0.2.7
6732026-08-20T17:13:32.906Z Downloaded zeroize_derive v1.5.0
6742026-08-20T17:13:32.906Z Downloaded zone_cfg_derive v0.3.1
6752026-08-20T17:13:32.906Z Downloaded cstr-argument v0.1.2
6762026-08-20T17:13:32.906Z Downloaded curve25519-dalek-derive v0.1.1
6772026-08-20T17:13:32.907Z Downloaded darling_macro v0.13.4
6782026-08-20T17:13:32.907Z Downloaded rustls-pemfile v2.2.0
6792026-08-20T17:13:32.907Z Downloaded postgres-types v0.2.12
6802026-08-20T17:13:32.908Z Downloaded synstructure v0.13.2
6812026-08-20T17:13:32.908Z Downloaded slog-scope v4.4.1
6822026-08-20T17:13:32.908Z Downloaded slog-stdlog v4.1.1
6832026-08-20T17:13:32.908Z Downloaded strum_macros v0.26.4
6842026-08-20T17:13:32.908Z Downloaded debug-ignore v1.0.5
6852026-08-20T17:13:32.908Z Downloaded difflib v0.4.0
6862026-08-20T17:13:32.908Z Downloaded downcast-rs v2.0.2
6872026-08-20T17:13:32.908Z Downloaded hyper-tls v0.6.0
6882026-08-20T17:13:32.908Z Downloaded dof v0.4.0
6892026-08-20T17:13:32.908Z Downloaded slog-dtrace v0.3.0
6902026-08-20T17:13:32.908Z Downloaded buf-list v1.1.2
6912026-08-20T17:13:32.908Z Downloaded generic-array v1.4.3
6922026-08-20T17:13:32.908Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6932026-08-20T17:13:32.908Z Downloaded tui-tree-widget v0.23.1
6942026-08-20T17:13:32.908Z Downloaded unicase v2.9.0
6952026-08-20T17:13:32.908Z Downloaded chacha20 v0.10.0
6962026-08-20T17:13:32.908Z Downloaded getrandom v0.4.3
6972026-08-20T17:13:32.909Z Downloaded dirs-sys-next v0.1.2
6982026-08-20T17:13:32.909Z Downloaded dtrace-parser v0.3.0
6992026-08-20T17:13:32.909Z Downloaded ssh-cipher v0.3.0
7002026-08-20T17:13:32.909Z Downloaded is_ci v1.2.0
7012026-08-20T17:13:32.909Z Downloaded bytes v1.11.1
7022026-08-20T17:13:32.909Z Downloaded elliptic-curve v0.14.1
7032026-08-20T17:13:32.909Z Downloaded futures v0.3.32
7042026-08-20T17:13:32.909Z Downloaded headers v0.4.1
7052026-08-20T17:13:32.909Z Downloaded sec1 v0.8.1
7062026-08-20T17:13:32.909Z Downloaded kem v0.3.0
7072026-08-20T17:13:32.909Z Downloaded instability v0.3.11
7082026-08-20T17:13:32.909Z Downloaded libscf-sys v1.2.0
7092026-08-20T17:13:32.909Z Downloaded jiff-static v0.2.34
7102026-08-20T17:13:32.909Z Downloaded lru-slab v0.1.2
7112026-08-20T17:13:32.909Z Downloaded new_debug_unreachable v1.0.6
7122026-08-20T17:13:32.909Z Downloaded match_cfg v0.1.0
7132026-08-20T17:13:32.909Z Downloaded nonempty v0.12.0
7142026-08-20T17:13:32.909Z Downloaded ar_archive_writer v0.5.1
7152026-08-20T17:13:32.910Z Downloaded wyz v0.5.1
7162026-08-20T17:13:32.910Z Downloaded term v0.7.0
7172026-08-20T17:13:32.910Z Downloaded crunchy v0.2.4
7182026-08-20T17:13:32.910Z Downloaded salsa20 v0.11.0
7192026-08-20T17:13:32.910Z Downloaded critical-section v1.2.0
7202026-08-20T17:13:32.910Z Downloaded md-5 v0.10.6
7212026-08-20T17:13:32.910Z Downloaded peg-runtime v0.8.5
7222026-08-20T17:13:32.910Z Downloaded num_enum_derive v0.5.11
7232026-08-20T17:13:32.910Z Downloaded openssl-macros v0.1.1
7242026-08-20T17:13:32.910Z Downloaded password-hash v0.6.1
7252026-08-20T17:13:32.910Z Downloaded convert_case v0.10.0
7262026-08-20T17:13:32.911Z Downloaded pkcs5 v0.8.1
7272026-08-20T17:13:32.911Z Downloaded tokio-stream v0.1.18
7282026-08-20T17:13:32.911Z Downloaded progenitor-macro v0.14.0
7292026-08-20T17:13:32.911Z Downloaded const-oid v0.9.6
7302026-08-20T17:13:32.911Z Downloaded olpc-cjson v0.1.4
7312026-08-20T17:13:32.933Z Downloaded rand_chacha v0.3.1
7322026-08-20T17:13:32.933Z Downloaded rfc6979 v0.4.0
7332026-08-20T17:13:32.933Z Downloaded omicron-zone-package v0.12.3
7342026-08-20T17:13:32.933Z Downloaded simd-adler32 v0.3.8
7352026-08-20T17:13:32.933Z Downloaded derive_builder_core v0.20.2
7362026-08-20T17:13:32.934Z Downloaded der_derive v0.7.3
7372026-08-20T17:13:32.934Z Downloaded precomputed-hash v0.1.1
7382026-08-20T17:13:32.934Z Downloaded heapless v0.7.17
7392026-08-20T17:13:32.934Z Downloaded chacha20poly1305 v0.10.1
7402026-08-20T17:13:32.934Z Downloaded chumsky v0.9.3
7412026-08-20T17:13:32.934Z Downloaded half v2.7.1
7422026-08-20T17:13:32.934Z Downloaded progenitor-impl v0.14.0
7432026-08-20T17:13:32.934Z Downloaded diesel-dtrace v0.5.0
7442026-08-20T17:13:32.934Z Downloaded ecdsa v0.16.9
7452026-08-20T17:13:32.934Z Downloaded secrecy v0.8.0
7462026-08-20T17:13:32.935Z Downloaded serde_plain v1.0.2
7472026-08-20T17:13:32.935Z Downloaded sha1 v0.11.0
7482026-08-20T17:13:32.935Z Downloaded secrecy v0.10.3
7492026-08-20T17:13:32.935Z Downloaded futures-util v0.3.32
7502026-08-20T17:13:32.935Z Downloaded heapless v0.8.0
7512026-08-20T17:13:32.935Z Downloaded vergen-lib v0.1.6
7522026-08-20T17:13:32.936Z Downloaded ipnet v2.12.0
7532026-08-20T17:13:32.936Z Downloaded schemars v0.8.22
7542026-08-20T17:13:32.936Z Downloaded toml_parser v1.1.2+spec-1.1.0
7552026-08-20T17:13:32.936Z Downloaded base64 v0.22.1
7562026-08-20T17:13:32.936Z Downloaded base64 v0.21.7
7572026-08-20T17:13:32.936Z Downloaded maybe-uninit v2.0.0
7582026-08-20T17:13:32.936Z Downloaded signal-hook-mio v0.2.5
7592026-08-20T17:13:32.936Z Downloaded strum v0.27.2
7602026-08-20T17:13:32.936Z Downloaded libefi-sys v0.1.0
7612026-08-20T17:13:32.936Z Downloaded num-iter v0.1.45
7622026-08-20T17:13:32.936Z Downloaded slog-bunyan v2.5.0
7632026-08-20T17:13:32.936Z Downloaded stable_deref_trait v1.2.1
7642026-08-20T17:13:32.936Z Downloaded socket2 v0.6.3
7652026-08-20T17:13:32.936Z Downloaded sponge-cursor v0.1.0
7662026-08-20T17:13:32.936Z Downloaded strip-ansi-escapes v0.2.1
7672026-08-20T17:13:32.937Z Downloaded cookie v0.18.1
7682026-08-20T17:13:32.937Z Downloaded tap v1.0.1
7692026-08-20T17:13:32.937Z Downloaded async-compression v0.4.41
7702026-08-20T17:13:32.937Z Downloaded untrusted v0.9.0
7712026-08-20T17:13:32.937Z Downloaded flate2 v1.1.9
7722026-08-20T17:13:32.937Z Downloaded packed_struct v0.10.1
7732026-08-20T17:13:32.937Z Downloaded phc v0.6.1
7742026-08-20T17:13:32.937Z Downloaded crossbeam-epoch v0.9.18
7752026-08-20T17:13:32.937Z Downloaded typify-macro v0.6.2
7762026-08-20T17:13:32.937Z Downloaded rustc-hash v2.1.1
7772026-08-20T17:13:32.937Z Downloaded defmt-macros v1.0.1
7782026-08-20T17:13:32.938Z Downloaded rustc-demangle v0.1.27
7792026-08-20T17:13:32.938Z Downloaded crc-catalog v2.4.0
7802026-08-20T17:13:32.938Z Downloaded ppv-lite86 v0.2.21
7812026-08-20T17:13:32.938Z Downloaded progenitor-extras v0.2.0
7822026-08-20T17:13:32.938Z Downloaded wnaf v0.14.0
7832026-08-20T17:13:32.938Z Downloaded zone v0.3.1
7842026-08-20T17:13:32.938Z Downloaded ingot-macros v0.2.0
7852026-08-20T17:13:32.938Z Downloaded rustversion v1.0.22
7862026-08-20T17:13:32.938Z Downloaded derive_builder v0.20.2
7872026-08-20T17:13:32.938Z Downloaded postgres-protocol v0.6.10
7882026-08-20T17:13:32.939Z Downloaded phf v0.12.1
7892026-08-20T17:13:32.939Z Downloaded polyval v0.7.1
7902026-08-20T17:13:32.939Z Downloaded predicates v3.1.4
7912026-08-20T17:13:32.939Z Downloaded universal-hash v0.5.1
7922026-08-20T17:13:32.939Z Downloaded rusty-fork v0.3.1
7932026-08-20T17:13:32.939Z Downloaded shell-words v1.1.1
7942026-08-20T17:13:32.939Z Downloaded crucible-workspace-hack v0.1.0
7952026-08-20T17:13:32.939Z Downloaded rand_seeder v0.4.0
7962026-08-20T17:13:32.939Z Downloaded hybrid-array v0.4.13
7972026-08-20T17:13:32.939Z Downloaded schemars_derive v0.8.22
7982026-08-20T17:13:32.939Z Downloaded serde_with_macros v1.5.2
7992026-08-20T17:13:32.939Z Downloaded hashbrown v0.13.2
8002026-08-20T17:13:32.939Z Downloaded dunce v1.0.5
8012026-08-20T17:13:32.939Z Downloaded darling_macro v0.23.0
8022026-08-20T17:13:32.939Z Downloaded document-features v0.2.12
8032026-08-20T17:13:32.939Z Downloaded backtrace v0.3.76
8042026-08-20T17:13:32.939Z Downloaded hickory-resolver v0.24.4
8052026-08-20T17:13:32.939Z Downloaded indent_write v2.2.0
8062026-08-20T17:13:32.939Z Downloaded strum_macros v0.24.3
8072026-08-20T17:13:32.939Z Downloaded bumpalo v3.20.2
8082026-08-20T17:13:32.939Z Downloaded compact_str v0.8.1
8092026-08-20T17:13:32.939Z Downloaded socket2 v0.5.10
8102026-08-20T17:13:32.939Z Downloaded spki v0.8.0
8112026-08-20T17:13:32.939Z Downloaded smallvec v0.6.14
8122026-08-20T17:13:32.939Z Downloaded tls_codec_derive v0.4.2
8132026-08-20T17:13:32.940Z Downloaded tokio-dtrace v0.1.1
8142026-08-20T17:13:32.940Z Downloaded termtree v0.5.1
8152026-08-20T17:13:32.940Z Downloaded ml-kem v0.3.2
8162026-08-20T17:13:32.940Z Downloaded nodrop v0.1.14
8172026-08-20T17:13:32.940Z Downloaded num v0.4.3
8182026-08-20T17:13:32.940Z Downloaded hashbrown v0.12.3
8192026-08-20T17:13:32.940Z Downloaded hickory-server v0.25.2
8202026-08-20T17:13:32.940Z Downloaded darling v0.20.11
8212026-08-20T17:13:32.940Z Downloaded vsss-rs v3.3.4
8222026-08-20T17:13:32.940Z Downloaded vergen-git2 v9.1.0
8232026-08-20T17:13:32.940Z Downloaded lazy_static v1.5.0
8242026-08-20T17:13:32.940Z Downloaded linked-hash-map v0.5.6
8252026-08-20T17:13:32.940Z Downloaded zerovec-derive v0.11.2
8262026-08-20T17:13:32.940Z Downloaded packed_struct_codegen v0.10.1
8272026-08-20T17:13:32.940Z Downloaded lru v0.12.5
8282026-08-20T17:13:32.940Z Downloaded proc-macro-error-attr2 v2.0.0
8292026-08-20T17:13:32.940Z Downloaded lru-cache v0.1.2
8302026-08-20T17:13:32.940Z Downloaded crossbeam-deque v0.8.6
8312026-08-20T17:13:32.958Z Downloaded icu_properties v2.1.2
8322026-08-20T17:13:32.958Z Downloaded icu_provider v2.1.1
8332026-08-20T17:13:32.958Z Downloaded unsafe-libyaml v0.2.11
8342026-08-20T17:13:32.958Z Downloaded zopfli v0.8.3
8352026-08-20T17:13:32.958Z Downloaded zip v0.6.6
8362026-08-20T17:13:32.958Z Downloaded darling v0.13.4
8372026-08-20T17:13:32.958Z Downloaded const_format_proc_macros v0.2.34
8382026-08-20T17:13:32.958Z Downloaded path-slash v0.1.5
8392026-08-20T17:13:32.959Z Downloaded ref-cast v1.0.25
8402026-08-20T17:13:32.959Z Downloaded phf_shared v0.13.1
8412026-08-20T17:13:32.959Z Downloaded progenitor-client v0.14.0
8422026-08-20T17:13:32.959Z Downloaded russh-util v0.52.0
8432026-08-20T17:13:32.959Z Downloaded rustc_version v0.1.7
8442026-08-20T17:13:32.959Z Downloaded same-file v1.0.6
8452026-08-20T17:13:32.959Z Downloaded strum_macros v0.27.2
8462026-08-20T17:13:32.959Z Downloaded digest v0.11.3
8472026-08-20T17:13:32.959Z Downloaded ed25519 v3.0.0
8482026-08-20T17:13:32.959Z Downloaded constant_time_eq v0.4.2
8492026-08-20T17:13:32.959Z Downloaded csv-core v0.1.13
8502026-08-20T17:13:32.959Z Downloaded displaydoc v0.2.5
8512026-08-20T17:13:32.960Z Downloaded predicates-core v1.0.10
8522026-08-20T17:13:32.960Z Downloaded ingot v0.2.1
8532026-08-20T17:13:32.960Z Downloaded cc v1.2.56
8542026-08-20T17:13:32.960Z Downloaded rand v0.8.6
8552026-08-20T17:13:32.960Z Downloaded signature v2.2.0
8562026-08-20T17:13:32.960Z Downloaded radium v0.7.0
8572026-08-20T17:13:32.960Z Downloaded rfc6979 v0.6.0
8582026-08-20T17:13:32.960Z Downloaded scroll_derive v0.13.1
8592026-08-20T17:13:32.960Z Downloaded nanorand v0.7.0
8602026-08-20T17:13:32.960Z Downloaded oxide-tokio-rt v0.1.4
8612026-08-20T17:13:32.960Z Downloaded whoami v1.6.1
8622026-08-20T17:13:32.961Z Downloaded siphasher v1.0.2
8632026-08-20T17:13:32.961Z Downloaded rustls-webpki v0.103.13
8642026-08-20T17:13:32.961Z Downloaded vte v0.14.1
8652026-08-20T17:13:32.961Z Downloaded poly1305 v0.8.0
8662026-08-20T17:13:32.961Z Downloaded sync_wrapper v1.0.2
8672026-08-20T17:13:32.961Z Downloaded unit-prefix v0.5.2
8682026-08-20T17:13:32.961Z Downloaded topological-sort v0.2.2
8692026-08-20T17:13:32.961Z Downloaded universal-hash v0.6.1
8702026-08-20T17:13:32.961Z Downloaded aes v0.9.1
8712026-08-20T17:13:32.961Z Downloaded xshell-macros v0.2.7
8722026-08-20T17:13:32.961Z Downloaded http v1.4.2
8732026-08-20T17:13:32.962Z Downloaded unicode_categories v0.1.1
8742026-08-20T17:13:32.962Z Downloaded icu_normalizer_data v2.1.1
8752026-08-20T17:13:32.962Z Downloaded ipnetwork v0.21.1
8762026-08-20T17:13:32.962Z Downloaded time-core v0.1.8
8772026-08-20T17:13:32.962Z Downloaded trait-variant v0.1.2
8782026-08-20T17:13:32.994Z Downloaded defmt v0.3.100
8792026-08-20T17:13:32.994Z Downloaded data-encoding v2.10.0
8802026-08-20T17:13:32.994Z Downloaded cpufeatures v0.3.0
8812026-08-20T17:13:32.994Z Downloaded signal-hook v0.3.18
8822026-08-20T17:13:32.995Z Downloaded derive_builder_macro v0.20.2
8832026-08-20T17:13:32.995Z Downloaded display-error-chain v0.2.2
8842026-08-20T17:13:32.995Z Downloaded num-rational v0.4.2
8852026-08-20T17:13:32.995Z Downloaded dirs-next v2.0.0
8862026-08-20T17:13:32.995Z Downloaded aes-gcm v0.11.0
8872026-08-20T17:13:32.995Z Downloaded dyn-clone v1.0.20
8882026-08-20T17:13:32.995Z Downloaded p256 v0.14.0
8892026-08-20T17:13:33.037Z Downloaded darling_core v0.20.11
8902026-08-20T17:13:33.037Z Downloaded zerocopy v0.6.6
8912026-08-20T17:13:33.038Z Downloaded void v1.0.2
8922026-08-20T17:13:33.038Z Downloaded crc8 v0.1.1
8932026-08-20T17:13:33.038Z Downloaded pem v3.0.6
8942026-08-20T17:13:33.038Z Downloaded tinyvec v1.10.0
8952026-08-20T17:13:33.038Z Downloaded rcgen v0.12.1
8962026-08-20T17:13:33.038Z Downloaded serde_derive_internals v0.29.1
8972026-08-20T17:13:33.038Z Downloaded serde_path_to_error v0.1.20
8982026-08-20T17:13:33.038Z Downloaded idna_adapter v1.2.1
8992026-08-20T17:13:33.038Z Downloaded predicates-tree v1.0.13
9002026-08-20T17:13:33.038Z Downloaded deranged v0.5.8
9012026-08-20T17:13:33.038Z Downloaded ident_case v1.0.1
9022026-08-20T17:13:33.038Z Downloaded subtle v2.6.1
9032026-08-20T17:13:33.039Z Downloaded tokio-tungstenite v0.23.1
9042026-08-20T17:13:33.039Z Downloaded scrypt v0.12.0
9052026-08-20T17:13:33.039Z Downloaded string_cache v0.8.9
9062026-08-20T17:13:33.039Z Downloaded newtype_derive v0.1.6
9072026-08-20T17:13:33.039Z Downloaded multimap v0.10.1
9082026-08-20T17:13:33.039Z Downloaded lzss v0.8.2
9092026-08-20T17:13:33.039Z Downloaded uzers v0.12.2
9102026-08-20T17:13:33.071Z Downloaded tungstenite v0.21.0
9112026-08-20T17:13:33.071Z Downloaded zeroize v1.9.0
9122026-08-20T17:13:33.072Z Downloaded openssl-probe v0.1.6
9132026-08-20T17:13:33.072Z Downloaded iana-time-zone v0.1.65
9142026-08-20T17:13:33.072Z Downloaded openssl-probe v0.2.1
9152026-08-20T17:13:33.072Z Downloaded daft v0.1.7
9162026-08-20T17:13:33.072Z Downloaded indoc v2.0.7
9172026-08-20T17:13:33.072Z Downloaded termios v0.3.3
9182026-08-20T17:13:33.072Z Downloaded daft-derive v0.1.7
9192026-08-20T17:13:33.072Z Downloaded tls_codec v0.4.2
9202026-08-20T17:13:33.072Z Downloaded tokio-native-tls v0.3.1
9212026-08-20T17:13:33.072Z Downloaded parse-size v1.1.0
9222026-08-20T17:13:33.073Z Downloaded derive_more v0.99.20
9232026-08-20T17:13:33.073Z Downloaded unicode-properties v0.1.4
9242026-08-20T17:13:33.073Z Downloaded whoami v2.1.0
9252026-08-20T17:13:33.073Z Downloaded semver v0.1.20
9262026-08-20T17:13:33.073Z Downloaded p384 v0.14.0
9272026-08-20T17:13:33.114Z Downloaded structmeta-derive v0.3.0
9282026-08-20T17:13:33.114Z Downloaded sha2 v0.11.0
9292026-08-20T17:13:33.114Z Downloaded x509-cert v0.2.5
9302026-08-20T17:13:33.114Z Downloaded rand_xorshift v0.4.0
9312026-08-20T17:13:33.114Z Downloaded scopeguard v1.2.0
9322026-08-20T17:13:33.114Z Downloaded hyper-staticfile v0.10.1
9332026-08-20T17:13:33.114Z Downloaded instant v0.1.13
9342026-08-20T17:13:33.114Z Downloaded supports-unicode v3.0.0
9352026-08-20T17:13:33.114Z Downloaded sync-ptr v0.1.4
9362026-08-20T17:13:33.114Z Downloaded quinn v0.11.11
9372026-08-20T17:13:33.130Z Downloaded tinyvec_macros v0.1.1
9382026-08-20T17:13:33.130Z Downloaded parking_lot_core v0.9.12
9392026-08-20T17:13:33.130Z Downloaded libloading v0.8.9
9402026-08-20T17:13:33.130Z Downloaded knus-derive v3.4.0
9412026-08-20T17:13:33.130Z Downloaded unicode-truncate v1.1.0
9422026-08-20T17:13:33.130Z Downloaded utf8_iter v1.0.4
9432026-08-20T17:13:33.130Z Downloaded r2d2 v0.8.10
9442026-08-20T17:13:33.130Z Downloaded xattr v1.6.1
9452026-08-20T17:13:33.130Z Downloaded hashbrown v0.16.1
9462026-08-20T17:13:33.130Z Downloaded hyper-util v0.1.20
9472026-08-20T17:13:33.130Z Downloaded smf v0.2.3
9482026-08-20T17:13:33.130Z Downloaded hickory-proto v0.24.4
9492026-08-20T17:13:33.130Z Downloaded crc v3.4.0
9502026-08-20T17:13:33.130Z Downloaded linear-map v1.2.0
9512026-08-20T17:13:33.131Z Downloaded mime_guess v2.0.5
9522026-08-20T17:13:33.131Z Downloaded usdt-macro v0.6.0
9532026-08-20T17:13:33.131Z Downloaded darling_core v0.21.3
9542026-08-20T17:13:33.131Z Downloaded rsa v0.10.0-rc.18
9552026-08-20T17:13:33.167Z Downloaded inout v0.2.2
9562026-08-20T17:13:33.167Z Downloaded inout v0.1.4
9572026-08-20T17:13:33.167Z Downloaded hashbrown v0.15.5
9582026-08-20T17:13:33.167Z Downloaded psm v0.1.30
9592026-08-20T17:13:33.167Z Downloaded toml_edit v0.23.10+spec-1.0.0
9602026-08-20T17:13:33.167Z Downloaded tracing-core v0.1.36
9612026-08-20T17:13:33.167Z Downloaded tracing-attributes v0.1.31
9622026-08-20T17:13:33.167Z Downloaded libbz2-rs-sys v0.2.2
9632026-08-20T17:13:33.167Z Downloaded rpassword v7.5.4
9642026-08-20T17:13:33.167Z Downloaded serdect v0.4.3
9652026-08-20T17:13:33.167Z Downloaded slog-async v2.8.0
9662026-08-20T17:13:33.167Z Downloaded pin-project-lite v0.2.17
9672026-08-20T17:13:33.189Z Downloaded pkcs8 v0.10.2
9682026-08-20T17:13:33.189Z Downloaded primefield v0.14.0
9692026-08-20T17:13:33.189Z Downloaded proc-macro-error2 v2.0.1
9702026-08-20T17:13:33.189Z Downloaded xshell v0.2.7
9712026-08-20T17:13:33.189Z Downloaded num-bigint-dig v0.8.6
9722026-08-20T17:13:33.190Z Downloaded stacker v0.1.23
9732026-08-20T17:13:33.190Z Downloaded num-traits v0.2.19
9742026-08-20T17:13:33.190Z Downloaded sec1 v0.7.3
9752026-08-20T17:13:33.190Z Downloaded subprocess v0.2.15
9762026-08-20T17:13:33.190Z Downloaded keccak v0.1.6
9772026-08-20T17:13:33.190Z Downloaded managed v0.8.0
9782026-08-20T17:13:33.190Z Downloaded url v2.5.8
9792026-08-20T17:13:33.190Z Downloaded memmap2 v0.9.10
9802026-08-20T17:13:33.190Z Downloaded miniz_oxide v0.8.9
9812026-08-20T17:13:33.190Z Downloaded utf-8 v0.7.6
9822026-08-20T17:13:33.190Z Downloaded rsa v0.9.10
9832026-08-20T17:13:33.190Z Downloaded hashbrown v0.14.5
9842026-08-20T17:13:33.249Z Downloaded schemars v1.2.1
9852026-08-20T17:13:33.249Z Downloaded sqlformat v0.3.5
9862026-08-20T17:13:33.249Z Downloaded thread_local v1.1.9
9872026-08-20T17:13:33.249Z Downloaded phf_shared v0.12.1
9882026-08-20T17:13:33.249Z Downloaded progenitor-macro v0.13.0
9892026-08-20T17:13:33.250Z Downloaded digest-io v0.1.0
9902026-08-20T17:13:33.250Z Downloaded delegate v0.13.5
9912026-08-20T17:13:33.250Z Downloaded typed-path v0.9.3
9922026-08-20T17:13:33.250Z Downloaded signature v3.0.0
9932026-08-20T17:13:33.250Z Downloaded tokio-tungstenite v0.21.0
9942026-08-20T17:13:33.250Z Downloaded mio v1.2.0
9952026-08-20T17:13:33.250Z Downloaded ed25519-dalek v2.2.0
9962026-08-20T17:13:33.250Z Downloaded postcard v1.1.3
9972026-08-20T17:13:33.308Z Downloaded similar v2.7.0
9982026-08-20T17:13:33.308Z Downloaded progenitor-impl v0.13.0
9992026-08-20T17:13:33.308Z Downloaded libsw-core v0.3.2
10002026-08-20T17:13:33.308Z Downloaded ctr v0.10.1
10012026-08-20T17:13:33.308Z Downloaded ctutils v0.4.2
10022026-08-20T17:13:33.308Z Downloaded wait-timeout v0.2.1
10032026-08-20T17:13:33.308Z Downloaded ignore v0.4.25
10042026-08-20T17:13:33.308Z Downloaded darling_macro v0.20.11
10052026-08-20T17:13:33.308Z Downloaded waitgroup v0.1.2
10062026-08-20T17:13:33.308Z Downloaded multer v3.1.0
10072026-08-20T17:13:33.308Z Downloaded knus v3.4.0
10082026-08-20T17:13:33.308Z Downloaded tower v0.5.3
10092026-08-20T17:13:33.308Z Downloaded zerofrom v0.1.6
10102026-08-20T17:13:33.309Z Downloaded num-integer v0.1.46
10112026-08-20T17:13:33.309Z Downloaded peg v0.8.5
10122026-08-20T17:13:33.309Z Downloaded cpubits v0.1.1
10132026-08-20T17:13:33.309Z Downloaded h2 v0.4.15
10142026-08-20T17:13:33.309Z Downloaded parking_lot_core v0.8.6
10152026-08-20T17:13:33.309Z Downloaded pin-project v1.1.11
10162026-08-20T17:13:33.309Z Downloaded jobserver v0.1.34
10172026-08-20T17:13:33.309Z Downloaded miette-derive v7.6.0
10182026-08-20T17:13:33.309Z Downloaded lalrpop-util v0.19.12
10192026-08-20T17:13:33.309Z Downloaded rayon-core v1.13.0
10202026-08-20T17:13:33.309Z Downloaded ed25519-dalek v3.0.0
10212026-08-20T17:13:33.309Z Downloaded nu-ansi-term v0.50.3
10222026-08-20T17:13:33.309Z Downloaded elliptic-curve v0.13.8
10232026-08-20T17:13:33.309Z Downloaded md5 v0.8.0
10242026-08-20T17:13:33.309Z Downloaded num-conv v0.2.0
10252026-08-20T17:13:33.310Z Downloaded tower-http v0.6.8
10262026-08-20T17:13:33.310Z Downloaded itertools v0.10.5
10272026-08-20T17:13:33.310Z Downloaded diff v0.1.13
10282026-08-20T17:13:33.310Z Downloaded snafu v0.8.9
10292026-08-20T17:13:33.310Z Downloaded twox-hash v2.1.2
10302026-08-20T17:13:33.310Z Downloaded stringprep v0.1.5
10312026-08-20T17:13:33.310Z Downloaded tokio-test v0.4.5
10322026-08-20T17:13:33.310Z Downloaded sigpipe v0.1.3
10332026-08-20T17:13:33.310Z Downloaded supports-color v3.0.2
10342026-08-20T17:13:33.310Z Downloaded oso v0.27.3
10352026-08-20T17:13:33.310Z Downloaded resolv-conf v0.7.6
10362026-08-20T17:13:33.310Z Downloaded proc-macro-crate v1.3.1
10372026-08-20T17:13:33.339Z Downloaded crossbeam-utils v0.8.21
10382026-08-20T17:13:33.339Z Downloaded p521 v0.14.0
10392026-08-20T17:13:33.339Z Downloaded pem-rfc7468 v0.7.0
10402026-08-20T17:13:33.339Z Downloaded serde_yaml v0.9.34+deprecated
10412026-08-20T17:13:33.339Z Downloaded untrusted v0.7.1
10422026-08-20T17:13:33.339Z Downloaded libxml v0.3.3
10432026-08-20T17:13:33.339Z Downloaded toml_writer v1.1.1+spec-1.1.0
10442026-08-20T17:13:33.388Z Downloaded zstd-safe v7.2.4
10452026-08-20T17:13:33.388Z Downloaded hyper-rustls v0.27.7
10462026-08-20T17:13:33.389Z Downloaded mime v0.3.17
10472026-08-20T17:13:33.389Z Downloaded openssl-sys v0.9.117
10482026-08-20T17:13:33.389Z Downloaded tokio-util v0.7.18
10492026-08-20T17:13:33.389Z Downloaded zerocopy-derive v0.8.55
10502026-08-20T17:13:33.389Z Downloaded impl-trait-for-tuples v0.2.3
10512026-08-20T17:13:33.389Z Downloaded ryu v1.0.23
10522026-08-20T17:13:33.389Z Downloaded ed25519 v2.2.3
10532026-08-20T17:13:33.389Z Downloaded is-terminal v0.4.17
10542026-08-20T17:13:33.389Z Downloaded kstat-rs v0.2.5
10552026-08-20T17:13:33.389Z Downloaded newtype-uuid-macros v0.1.0
10562026-08-20T17:13:33.389Z Downloaded oxide-update-engine-display v0.1.2
10572026-08-20T17:13:33.390Z Downloaded slog-envlogger v2.2.0
10582026-08-20T17:13:33.390Z Downloaded poly1305 v0.9.0
10592026-08-20T17:13:33.390Z Downloaded progenitor v0.14.0
10602026-08-20T17:13:33.390Z Downloaded ecdsa v0.17.0
10612026-08-20T17:13:33.390Z Downloaded hkdf v0.13.0
10622026-08-20T17:13:33.447Z Downloaded regex v1.12.3
10632026-08-20T17:13:33.448Z Downloaded oso-derive v0.27.3
10642026-08-20T17:13:33.448Z Downloaded sha1 v0.10.6
10652026-08-20T17:13:33.448Z Downloaded crypto-bigint v0.5.5
10662026-08-20T17:13:33.448Z Downloaded rand v0.9.2
10672026-08-20T17:13:33.448Z Downloaded reqwest v0.13.2
10682026-08-20T17:13:33.448Z Downloaded slog v2.8.2
10692026-08-20T17:13:33.448Z Downloaded term v1.2.1
10702026-08-20T17:13:33.448Z Downloaded pkg-config v0.3.32
10712026-08-20T17:13:33.448Z Downloaded progenitor v0.13.0
10722026-08-20T17:13:33.448Z Downloaded serde-hex v0.1.0
10732026-08-20T17:13:33.448Z Downloaded time-macros v0.2.27
10742026-08-20T17:13:33.449Z Downloaded der v0.7.10
10752026-08-20T17:13:33.449Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10762026-08-20T17:13:33.462Z Downloaded defmt-parser v1.0.0
10772026-08-20T17:13:33.462Z Downloaded slog-term v2.9.2
10782026-08-20T17:13:33.462Z Downloaded indexmap v1.9.3
10792026-08-20T17:13:33.463Z Downloaded ssh-encoding v0.3.0
10802026-08-20T17:13:33.463Z Downloaded vergen-lib v9.1.0
10812026-08-20T17:13:33.463Z Downloaded minimal-lexical v0.2.1
10822026-08-20T17:13:33.463Z Downloaded miette v7.6.0
10832026-08-20T17:13:33.463Z Downloaded parking_lot v0.11.2
10842026-08-20T17:13:33.463Z Downloaded litemap v0.8.1
10852026-08-20T17:13:33.463Z Downloaded phf v0.13.1
10862026-08-20T17:13:33.463Z Downloaded rand_core v0.10.0
10872026-08-20T17:13:33.463Z Downloaded des v0.9.0
10882026-08-20T17:13:33.463Z Downloaded icu_properties_data v2.1.2
10892026-08-20T17:13:33.486Z Downloaded scroll v0.13.0
10902026-08-20T17:13:33.486Z Downloaded keccak v0.2.0
10912026-08-20T17:13:33.486Z Downloaded illumos-nvpair-sys v0.2.0
10922026-08-20T17:13:33.486Z Downloaded oxide-update-engine-types v0.1.2
10932026-08-20T17:13:33.487Z Downloaded winnow v0.6.26
10942026-08-20T17:13:33.487Z Downloaded rustls-native-certs v0.8.3
10952026-08-20T17:13:33.487Z Downloaded unicode-bidi v0.3.18
10962026-08-20T17:13:33.487Z Downloaded crypto-common v0.2.2
10972026-08-20T17:13:33.509Z Downloaded tinystr v0.8.2
10982026-08-20T17:13:33.509Z Downloaded dropshot-api-manager-types v0.8.0
10992026-08-20T17:13:33.509Z Downloaded ron v0.8.1
11002026-08-20T17:13:33.509Z Downloaded rtoolbox v0.0.3
11012026-08-20T17:13:33.509Z Downloaded rawzip v0.4.4
11022026-08-20T17:13:33.509Z Downloaded hkdf v0.12.4
11032026-08-20T17:13:33.509Z Downloaded const_format v0.2.35
11042026-08-20T17:13:33.509Z Downloaded rand_pcg v0.10.2
11052026-08-20T17:13:33.544Z Downloaded jiff-core v0.1.0
11062026-08-20T17:13:33.544Z Downloaded zstd v0.13.3
11072026-08-20T17:13:33.544Z Downloaded crc-any v2.5.0
11082026-08-20T17:13:33.544Z Downloaded darling v0.23.0
11092026-08-20T17:13:33.544Z Downloaded humantime v2.3.0
11102026-08-20T17:13:33.544Z Downloaded module-lattice v0.2.3
11112026-08-20T17:13:33.544Z Downloaded serde_with_macros v3.21.0
11122026-08-20T17:13:33.544Z Downloaded smallvec v1.15.1
11132026-08-20T17:13:33.544Z Downloaded darling_core v0.23.0
11142026-08-20T17:13:33.544Z Downloaded prettyplease v0.2.37
11152026-08-20T17:13:33.544Z Downloaded p384 v0.13.1
11162026-08-20T17:13:33.544Z Downloaded nom v8.0.0
11172026-08-20T17:13:33.570Z Downloaded yasna v0.5.2
11182026-08-20T17:13:33.570Z Downloaded proc-macro-crate v3.4.0
11192026-08-20T17:13:33.570Z Downloaded indoc v1.0.9
11202026-08-20T17:13:33.570Z Downloaded corncobs v0.1.4
11212026-08-20T17:13:33.570Z Downloaded num_enum v0.7.6
11222026-08-20T17:13:33.570Z Downloaded num_enum_derive v0.7.6
11232026-08-20T17:13:33.570Z Downloaded slog-json v2.6.1
11242026-08-20T17:13:33.570Z Downloaded zerofrom-derive v0.1.6
11252026-08-20T17:13:33.570Z Downloaded dsl_auto_type v0.2.0
11262026-08-20T17:13:33.570Z Downloaded rustls-platform-verifier v0.6.2
11272026-08-20T17:13:33.570Z Downloaded tar v0.4.46
11282026-08-20T17:13:33.570Z Downloaded zip v4.6.1
11292026-08-20T17:13:33.570Z Downloaded derive-ex v0.1.8
11302026-08-20T17:13:33.590Z Downloaded memoffset v0.9.1
11312026-08-20T17:13:33.590Z Downloaded strum v0.26.3
11322026-08-20T17:13:33.590Z Downloaded tabwriter v1.4.1
11332026-08-20T17:13:33.591Z Downloaded lock_api v0.4.14
11342026-08-20T17:13:33.591Z Downloaded cookie_store v0.22.1
11352026-08-20T17:13:33.591Z Downloaded parse-display v0.10.0
11362026-08-20T17:13:33.591Z Downloaded illumos-nvpair v0.3.0
11372026-08-20T17:13:33.591Z Downloaded try-lock v0.2.5
11382026-08-20T17:13:33.591Z Downloaded internet-checksum v0.2.1
11392026-08-20T17:13:33.591Z Downloaded serde_bytes v0.11.19
11402026-08-20T17:13:33.591Z Downloaded tungstenite v0.23.0
11412026-08-20T17:13:33.591Z Downloaded tiny-keccak v2.0.2
11422026-08-20T17:13:33.591Z Downloaded num-derive v0.4.2
11432026-08-20T17:13:33.591Z Downloaded crypto-primes v0.7.2
11442026-08-20T17:13:33.614Z Downloaded newtype-uuid v1.3.2
11452026-08-20T17:13:33.614Z Downloaded dropshot_endpoint v0.17.1
11462026-08-20T17:13:33.614Z Downloaded icu_locale_core v2.1.1
11472026-08-20T17:13:33.614Z Downloaded uuid v1.23.4
11482026-08-20T17:13:33.614Z Downloaded pkcs1 v0.8.0-rc.4
11492026-08-20T17:13:33.614Z Downloaded scuffle v0.1.0
11502026-08-20T17:13:33.614Z Downloaded darling v0.21.3
11512026-08-20T17:13:33.614Z Downloaded usdt-impl v0.6.0
11522026-08-20T17:13:33.614Z Downloaded vergen v9.1.0
11532026-08-20T17:13:33.614Z Downloaded unicode-xid v0.2.6
11542026-08-20T17:13:33.614Z Downloaded diesel_table_macro_syntax v0.3.0
11552026-08-20T17:13:33.614Z Downloaded percent-encoding v2.3.2
11562026-08-20T17:13:33.615Z Downloaded pkcs1 v0.7.5
11572026-08-20T17:13:33.615Z Downloaded aws-lc-rs v1.16.3
11582026-08-20T17:13:33.643Z Downloaded papergrid v0.18.0
11592026-08-20T17:13:33.643Z Downloaded typify v0.6.2
11602026-08-20T17:13:33.643Z Downloaded litrs v1.0.0
11612026-08-20T17:13:33.643Z Downloaded native-tls v0.2.18
11622026-08-20T17:13:33.643Z Downloaded writeable v0.6.2
11632026-08-20T17:13:33.644Z Downloaded spki v0.7.3
11642026-08-20T17:13:33.644Z Downloaded static_assertions v1.1.0
11652026-08-20T17:13:33.644Z Downloaded support-bundle-viewer v0.1.2
11662026-08-20T17:13:33.644Z Downloaded ingot-types v0.2.0
11672026-08-20T17:13:33.644Z Downloaded maplit v1.0.2
11682026-08-20T17:13:33.645Z Downloaded darling_macro v0.21.3
11692026-08-20T17:13:33.645Z Downloaded recursive-proc-macro-impl v0.1.1
11702026-08-20T17:13:33.676Z Downloaded git2 v0.20.4
11712026-08-20T17:13:33.677Z Downloaded rand v0.10.1
11722026-08-20T17:13:33.677Z Downloaded test-strategy v0.4.5
11732026-08-20T17:13:33.677Z Downloaded tagptr v0.2.0
11742026-08-20T17:13:33.678Z Downloaded rand_core v0.9.5
11752026-08-20T17:13:33.678Z Downloaded rustls-pki-types v1.14.0
11762026-08-20T17:13:33.678Z Downloaded drift v0.2.0
11772026-08-20T17:13:33.691Z Downloaded tokio-rustls v0.26.4
11782026-08-20T17:13:33.691Z Downloaded crc32fast v1.5.0
11792026-08-20T17:13:33.691Z Downloaded prefix-trie v0.7.0
11802026-08-20T17:13:33.691Z Downloaded diesel_derives v2.3.7
11812026-08-20T17:13:33.691Z Downloaded owo-colors v4.3.0
11822026-08-20T17:13:33.691Z Downloaded nom v7.1.3
11832026-08-20T17:13:33.691Z Downloaded quick-xml v0.37.5
11842026-08-20T17:13:33.692Z Downloaded quinn-udp v0.5.14
11852026-08-20T17:13:33.692Z Downloaded pkcs8 v0.11.0
11862026-08-20T17:13:33.692Z Downloaded parking_lot v0.12.5
11872026-08-20T17:13:33.692Z Downloaded slab v0.4.12
11882026-08-20T17:13:33.692Z Downloaded bindgen v0.71.1
11892026-08-20T17:13:33.708Z Downloaded derive_more v2.1.1
11902026-08-20T17:13:33.708Z Downloaded toml v0.7.8
11912026-08-20T17:13:33.709Z Downloaded itertools v0.13.0
11922026-08-20T17:13:33.722Z Downloaded unicode-normalization v0.1.25
11932026-08-20T17:13:33.723Z Downloaded pbkdf2 v0.13.0
11942026-08-20T17:13:33.723Z Downloaded either v1.15.0
11952026-08-20T17:13:33.723Z Downloaded tower-service v0.3.3
11962026-08-20T17:13:33.723Z Downloaded vergen-gitcl v1.0.8
11972026-08-20T17:13:33.723Z Downloaded libsw v3.5.0
11982026-08-20T17:13:33.723Z Downloaded steno v0.4.1
11992026-08-20T17:13:33.723Z Downloaded walkdir v2.5.0
12002026-08-20T17:13:33.723Z Downloaded crossterm v0.29.0
12012026-08-20T17:13:33.723Z Downloaded yoke v0.8.1
12022026-08-20T17:13:33.723Z Downloaded toml v1.1.2+spec-1.1.0
12032026-08-20T17:13:33.723Z Downloaded signal-hook-registry v1.4.8
12042026-08-20T17:13:33.723Z Downloaded indicatif v0.18.4
12052026-08-20T17:13:33.728Z Downloaded iri-string v0.7.10
12062026-08-20T17:13:33.728Z Downloaded spin v0.9.8
12072026-08-20T17:13:33.728Z Downloaded toml_edit v0.19.15
12082026-08-20T17:13:33.736Z Downloaded qorb v0.4.1
12092026-08-20T17:13:33.751Z Downloaded schemars v0.9.0
12102026-08-20T17:13:33.785Z Downloaded defmt v1.0.1
12112026-08-20T17:13:33.785Z Downloaded darling_core v0.13.4
12122026-08-20T17:13:33.785Z Downloaded blake3 v1.8.5
12132026-08-20T17:13:33.785Z Downloaded serde_with v1.14.0
12142026-08-20T17:13:33.785Z Downloaded chrono v0.4.45
12152026-08-20T17:13:33.786Z Downloaded password-hash v0.5.0
12162026-08-20T17:13:33.787Z Downloaded zerovec v0.11.5
12172026-08-20T17:13:33.807Z Downloaded yansi v1.0.1
12182026-08-20T17:13:33.807Z Downloaded derive_more-impl v2.1.1
12192026-08-20T17:13:33.808Z Downloaded tokio-postgres v0.7.16
12202026-08-20T17:13:33.808Z Downloaded derive-where v1.6.0
12212026-08-20T17:13:33.808Z Downloaded icu_collections v2.1.1
12222026-08-20T17:13:33.808Z Downloaded bitvec v1.0.1
12232026-08-20T17:13:33.808Z Downloaded idna v1.1.0
12242026-08-20T17:13:33.808Z Downloaded goblin v0.10.5
12252026-08-20T17:13:33.808Z Downloaded internal-russh-num-bigint v0.5.0
12262026-08-20T17:13:33.808Z Downloaded lalrpop v0.19.12
12272026-08-20T17:13:33.808Z Downloaded icu_normalizer v2.1.1
12282026-08-20T17:13:33.828Z Downloaded samael v0.0.19
12292026-08-20T17:13:33.846Z Downloaded crossbeam-channel v0.5.15
12302026-08-20T17:13:33.847Z Downloaded gimli v0.32.3
12312026-08-20T17:13:33.847Z Downloaded winnow v1.0.3
12322026-08-20T17:13:33.847Z Downloaded serde_cbor v0.11.2
12332026-08-20T17:13:33.847Z Downloaded der v0.8.0
12342026-08-20T17:13:33.847Z Downloaded reedline v0.40.0
12352026-08-20T17:13:33.847Z Downloaded petname v2.0.2
12362026-08-20T17:13:33.847Z Downloaded num-bigint v0.4.6
12372026-08-20T17:13:33.856Z Downloaded iddqd v0.4.2
12382026-08-20T17:13:33.861Z Downloaded zerotrie v0.2.3
12392026-08-20T17:13:33.866Z Downloaded quinn-proto v0.11.16
12402026-08-20T17:13:33.871Z Downloaded pretty_assertions v1.4.1
12412026-08-20T17:13:33.879Z Downloaded rustyline v14.0.0
12422026-08-20T17:13:33.897Z Downloaded itertools v0.14.0
12432026-08-20T17:13:33.902Z Downloaded publicsuffix v2.3.0
12442026-08-20T17:13:33.914Z Downloaded zlib-rs v0.6.2
12452026-08-20T17:13:33.926Z Downloaded hyper v1.10.1
12462026-08-20T17:13:33.926Z Downloaded russh v0.62.4
12472026-08-20T17:13:33.926Z Downloaded salty v0.3.0
12482026-08-20T17:13:33.935Z Downloaded vcpkg v0.2.15
12492026-08-20T17:13:33.958Z Downloaded crossterm v0.28.1
12502026-08-20T17:13:33.965Z Downloaded ssh-key v0.7.0-rc.11
12512026-08-20T17:13:33.965Z Downloaded unicode-segmentation v1.12.0
12522026-08-20T17:13:33.971Z Downloaded smoltcp v0.9.1
12532026-08-20T17:13:33.971Z Downloaded polar-core v0.27.3
12542026-08-20T17:13:33.977Z Downloaded time v0.3.47
12552026-08-20T17:13:33.989Z Downloaded itertools v0.15.0
12562026-08-20T17:13:33.997Z Downloaded dropshot-api-manager v0.8.0
12572026-08-20T17:13:33.997Z Downloaded nix v0.27.1
12582026-08-20T17:13:34.003Z Downloaded reqwest v0.12.28
12592026-08-20T17:13:34.003Z Downloaded tough v0.22.0
12602026-08-20T17:13:34.003Z Downloaded itertools v0.12.1
12612026-08-20T17:13:34.009Z Downloaded radix_trie v0.2.1
12622026-08-20T17:13:34.013Z Downloaded rayon v1.11.0
12632026-08-20T17:13:34.026Z Downloaded portable-atomic v1.13.1
12642026-08-20T17:13:34.029Z Downloaded nix v0.28.0
12652026-08-20T17:13:34.033Z Downloaded openssl v0.10.80
12662026-08-20T17:13:34.040Z Downloaded zerocopy v0.8.55
12672026-08-20T17:13:34.051Z Downloaded sha3 v0.12.0
12682026-08-20T17:13:34.059Z Downloaded bstr v1.12.1
12692026-08-20T17:13:34.059Z Downloaded proptest v1.11.0
12702026-08-20T17:13:34.071Z Downloaded tabled v0.21.0
12712026-08-20T17:13:34.081Z Downloaded libm v0.2.16
12722026-08-20T17:13:34.081Z Downloaded winnow v0.5.40
12732026-08-20T17:13:34.091Z Downloaded moka v0.12.13
12742026-08-20T17:13:34.114Z Downloaded hickory-proto v0.25.2
12752026-08-20T17:13:34.137Z Downloaded regress v0.10.5
12762026-08-20T17:13:34.147Z Downloaded openapiv3 v2.2.0
12772026-08-20T17:13:34.163Z Downloaded nix v0.31.2
12782026-08-20T17:13:34.170Z Downloaded regress v0.11.1
12792026-08-20T17:13:34.171Z Downloaded serde_with v3.21.0
12802026-08-20T17:13:34.182Z Downloaded smoltcp v0.11.0
12812026-08-20T17:13:34.191Z Downloaded object v0.30.4
12822026-08-20T17:13:34.200Z Downloaded regex-syntax v0.6.29
12832026-08-20T17:13:34.213Z Downloaded crypto-bigint v0.7.5
12842026-08-20T17:13:34.213Z Downloaded object v0.37.3
12852026-08-20T17:13:34.217Z Downloaded diesel v2.3.7
12862026-08-20T17:13:34.231Z Downloaded curve25519-dalek v4.1.3
12872026-08-20T17:13:34.236Z Downloaded regex-syntax v0.8.10
12882026-08-20T17:13:34.246Z Downloaded sled v0.34.7
12892026-08-20T17:13:34.246Z Downloaded rustix v0.38.44
12902026-08-20T17:13:34.257Z Downloaded rustls v0.23.41
12912026-08-20T17:13:34.266Z Downloaded curve25519-dalek v5.0.0
12922026-08-20T17:13:34.276Z Downloaded tracing v0.1.44
12932026-08-20T17:13:34.307Z Downloaded sha3 v0.11.0
12942026-08-20T17:13:34.348Z Downloaded dropshot v0.17.1
12952026-08-20T17:13:34.369Z Downloaded ratatui v0.29.0
12962026-08-20T17:13:34.377Z Downloaded sqlparser v0.61.0
12972026-08-20T17:13:34.377Z Downloaded regex-automata v0.4.14
12982026-08-20T17:13:34.381Z Downloaded typify-impl v0.6.2
12992026-08-20T17:13:34.399Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-08-20T17:13:34.405Z Downloaded zerocopy-derive v0.6.6
13012026-08-20T17:13:34.413Z Downloaded libz-sys v1.1.24
13022026-08-20T17:13:34.429Z Downloaded tokio v1.52.1
13032026-08-20T17:13:34.467Z Downloaded jiff v0.2.34
13042026-08-20T17:13:34.479Z Downloaded petgraph v0.6.5
13052026-08-20T17:13:34.492Z Downloaded encoding_rs v0.8.35
13062026-08-20T17:13:34.503Z Downloaded chrono-tz v0.10.4
13072026-08-20T17:13:34.515Z Downloaded petgraph v0.8.3
13082026-08-20T17:13:34.529Z Downloaded ring v0.17.14
13092026-08-20T17:13:34.554Z Downloaded sha3 v0.10.8
13102026-08-20T17:13:34.559Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13112026-08-20T17:13:34.567Z Downloaded csv v1.4.0
13122026-08-20T17:13:34.580Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-08-20T17:13:35.251Z Downloaded aws-lc-sys v0.40.0
13142026-08-20T17:13:35.519Z Compiling serde_core v1.0.228
13152026-08-20T17:13:35.520Z Compiling libc v0.2.185
13162026-08-20T17:13:35.520Z Compiling serde v1.0.228
13172026-08-20T17:13:35.524Z Compiling log v0.4.33
13182026-08-20T17:13:35.524Z Compiling smallvec v1.15.1
13192026-08-20T17:13:35.524Z Compiling shlex v1.3.0
13202026-08-20T17:13:35.524Z Compiling find-msvc-tools v0.1.9
13212026-08-20T17:13:35.524Z Compiling subtle v2.6.1
13222026-08-20T17:13:35.723Z Compiling scopeguard v1.2.0
13232026-08-20T17:13:35.726Z Compiling typenum v1.20.1
13242026-08-20T17:13:35.726Z Compiling stable_deref_trait v1.2.1
13252026-08-20T17:13:35.726Z Compiling zerocopy v0.8.55
13262026-08-20T17:13:35.726Z Compiling portable-atomic v1.13.1
13272026-08-20T17:13:35.766Z Compiling serde_json v1.0.151
13282026-08-20T17:13:35.779Z Compiling syn v2.0.117
13292026-08-20T17:13:35.794Z Compiling critical-section v1.2.0
13302026-08-20T17:13:35.862Z Compiling lock_api v0.4.14
13312026-08-20T17:13:35.878Z Compiling libm v0.2.16
13322026-08-20T17:13:35.878Z Compiling num-traits v0.2.19
13332026-08-20T17:13:35.922Z Compiling pkg-config v0.3.32
13342026-08-20T17:13:35.937Z Compiling generic-array v0.14.7
13352026-08-20T17:13:35.952Z Compiling const-oid v0.9.6
13362026-08-20T17:13:35.984Z Compiling parking_lot_core v0.9.12
13372026-08-20T17:13:36.000Z Compiling pin-project-lite v0.2.17
13382026-08-20T17:13:36.100Z Compiling getrandom v0.3.4
13392026-08-20T17:13:36.133Z Compiling litemap v0.8.1
13402026-08-20T17:13:36.136Z Compiling writeable v0.6.2
13412026-08-20T17:13:36.162Z Compiling futures-core v0.3.32
13422026-08-20T17:13:36.276Z Compiling percent-encoding v2.3.2
13432026-08-20T17:13:36.320Z Compiling icu_properties_data v2.1.2
13442026-08-20T17:13:36.334Z Compiling icu_normalizer_data v2.1.1
13452026-08-20T17:13:36.364Z Compiling getrandom v0.4.3
13462026-08-20T17:13:36.380Z Compiling rustix v1.1.4
13472026-08-20T17:13:36.394Z Compiling rand_core v0.10.0
13482026-08-20T17:13:36.394Z Compiling futures-sink v0.3.32
13492026-08-20T17:13:36.479Z Compiling utf8_iter v1.0.4
13502026-08-20T17:13:36.536Z Compiling futures-channel v0.3.32
13512026-08-20T17:13:36.551Z Compiling futures-io v0.3.32
13522026-08-20T17:13:36.579Z Compiling futures-task v0.3.32
13532026-08-20T17:13:36.636Z Compiling slab v0.4.12
13542026-08-20T17:13:36.673Z Compiling errno v0.3.14
13552026-08-20T17:13:36.702Z Compiling jobserver v0.1.34
13562026-08-20T17:13:36.719Z Compiling getrandom v0.2.17
13572026-08-20T17:13:36.752Z Compiling mio v1.2.0
13582026-08-20T17:13:36.756Z Compiling socket2 v0.6.3
13592026-08-20T17:13:36.782Z Compiling signal-hook-registry v1.4.8
13602026-08-20T17:13:36.799Z Compiling form_urlencoded v1.2.2
13612026-08-20T17:13:36.847Z Compiling once_cell v1.21.3
13622026-08-20T17:13:36.862Z Compiling rand_core v0.6.4
13632026-08-20T17:13:36.943Z Compiling cc v1.2.56
13642026-08-20T17:13:36.958Z Compiling parking_lot v0.12.5
13652026-08-20T17:13:37.019Z Compiling rustversion v1.0.22
13662026-08-20T17:13:37.037Z Compiling base64ct v1.8.3
13672026-08-20T17:13:37.074Z Compiling iana-time-zone v0.1.65
13682026-08-20T17:13:37.095Z Compiling flagset v0.4.7
13692026-08-20T17:13:37.095Z Compiling ident_case v1.0.1
13702026-08-20T17:13:37.130Z Compiling fs_extra v1.3.0
13712026-08-20T17:13:37.145Z Compiling regex-syntax v0.8.10
13722026-08-20T17:13:37.172Z Compiling dunce v1.0.5
13732026-08-20T17:13:37.187Z Compiling rand_core v0.9.5
13742026-08-20T17:13:37.227Z Compiling base64 v0.22.1
13752026-08-20T17:13:37.245Z Compiling vcpkg v0.2.15
13762026-08-20T17:13:37.245Z Compiling syn v1.0.109
13772026-08-20T17:13:37.283Z Compiling pem-rfc7468 v0.7.0
13782026-08-20T17:13:37.298Z Compiling tracing-core v0.1.36
13792026-08-20T17:13:37.346Z Compiling schemars v0.8.22
13802026-08-20T17:13:37.350Z Compiling dyn-clone v1.0.20
13812026-08-20T17:13:37.408Z Compiling cpufeatures v0.2.17
13822026-08-20T17:13:37.422Z Compiling simd-adler32 v0.3.8
13832026-08-20T17:13:37.482Z Compiling aws-lc-rs v1.16.3
13842026-08-20T17:13:37.498Z Compiling spin v0.9.8
13852026-08-20T17:13:37.512Z Compiling crc32fast v1.5.0
13862026-08-20T17:13:37.586Z Compiling cmov v0.5.4
13872026-08-20T17:13:37.602Z Compiling adler2 v2.0.1
13882026-08-20T17:13:37.619Z Compiling tinyvec_macros v0.1.1
13892026-08-20T17:13:37.672Z Compiling cmake v0.1.57
13902026-08-20T17:13:37.706Z Compiling openssl-probe v0.2.1
13912026-08-20T17:13:37.723Z Compiling httparse v1.10.1
13922026-08-20T17:13:37.723Z Compiling miniz_oxide v0.8.9
13932026-08-20T17:13:37.755Z Compiling tinyvec v1.10.0
13942026-08-20T17:13:37.796Z Compiling ctutils v0.4.2
13952026-08-20T17:13:37.813Z Compiling bitflags v2.11.0
13962026-08-20T17:13:37.869Z Compiling semver v1.0.28
13972026-08-20T17:13:37.903Z Compiling indexmap v2.14.0
13982026-08-20T17:13:37.997Z Compiling uuid v1.23.4
13992026-08-20T17:13:38.067Z Compiling aho-corasick v1.1.4
14002026-08-20T17:13:38.070Z Compiling radium v0.7.0
14012026-08-20T17:13:38.097Z Compiling rustc_version v0.4.1
14022026-08-20T17:13:38.113Z Compiling untrusted v0.7.1
14032026-08-20T17:13:38.145Z Compiling tower-service v0.3.3
14042026-08-20T17:13:38.170Z Compiling atomic-waker v1.1.2
14052026-08-20T17:13:38.201Z Compiling try-lock v0.2.5
14062026-08-20T17:13:38.296Z Compiling tower-layer v0.3.3
14072026-08-20T17:13:38.402Z Compiling want v0.3.1
14082026-08-20T17:13:38.418Z Compiling tap v1.0.1
14092026-08-20T17:13:38.454Z Compiling rustls v0.23.41
14102026-08-20T17:13:38.481Z Compiling maybe-uninit v2.0.0
14112026-08-20T17:13:38.499Z Compiling untrusted v0.9.0
14122026-08-20T17:13:38.549Z Compiling openssl v0.10.80
14132026-08-20T17:13:38.577Z Compiling foreign-types-shared v0.1.1
14142026-08-20T17:13:38.593Z Compiling httpdate v1.0.3
14152026-08-20T17:13:38.621Z Compiling aws-lc-sys v0.40.0
14162026-08-20T17:13:38.652Z Compiling openssl-sys v0.9.117
14172026-08-20T17:13:38.656Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14182026-08-20T17:13:38.656Z Compiling bzip2-sys v0.1.13+1.0.8
14192026-08-20T17:13:38.684Z Compiling synstructure v0.13.2
14202026-08-20T17:13:38.713Z Compiling serde_derive_internals v0.29.1
14212026-08-20T17:13:38.774Z Compiling pest_generator v2.8.6
14222026-08-20T17:13:38.792Z Compiling darling_core v0.20.11
14232026-08-20T17:13:38.851Z Compiling foreign-types v0.3.2
14242026-08-20T17:13:38.870Z Compiling wyz v0.5.1
14252026-08-20T17:13:38.937Z Compiling terminal_size v0.4.3
14262026-08-20T17:13:38.998Z Compiling tempfile v3.27.0
14272026-08-20T17:13:39.064Z Compiling regex-automata v0.4.14
14282026-08-20T17:13:39.105Z Compiling unicode-normalization v0.1.25
14292026-08-20T17:13:39.108Z Compiling num-integer v0.1.46
14302026-08-20T17:13:39.233Z Compiling wait-timeout v0.2.1
14312026-08-20T17:13:39.316Z Compiling ahash v0.8.12
14322026-08-20T17:13:39.346Z Compiling powerfmt v0.2.0
14332026-08-20T17:13:39.410Z Compiling quick-error v1.2.3
14342026-08-20T17:13:39.530Z Compiling time-core v0.1.8
14352026-08-20T17:13:39.530Z Compiling bit-vec v0.8.0
14362026-08-20T17:13:39.562Z Compiling native-tls v0.2.18
14372026-08-20T17:13:39.562Z Compiling num-bigint-dig v0.8.6
14382026-08-20T17:13:39.565Z Compiling packed_struct v0.10.1
14392026-08-20T17:13:39.609Z Compiling funty v2.0.0
14402026-08-20T17:13:39.626Z Compiling num-conv v0.2.0
14412026-08-20T17:13:39.690Z Compiling clap_builder v4.6.0
14422026-08-20T17:13:39.705Z Compiling rusty-fork v0.3.1
14432026-08-20T17:13:39.721Z Compiling deranged v0.5.8
14442026-08-20T17:13:39.775Z Compiling time-macros v0.2.27
14452026-08-20T17:13:39.810Z Compiling bit-set v0.8.0
14462026-08-20T17:13:39.838Z Compiling num-iter v0.1.45
14472026-08-20T17:13:39.961Z Compiling bitvec v1.0.1
14482026-08-20T17:13:39.978Z Compiling lazy_static v1.5.0
14492026-08-20T17:13:40.006Z Compiling rand_xorshift v0.4.0
14502026-08-20T17:13:40.050Z Compiling sync_wrapper v1.0.2
14512026-08-20T17:13:40.075Z Compiling indexmap v1.9.3
14522026-08-20T17:13:40.090Z Compiling object v0.37.3
14532026-08-20T17:13:40.173Z Compiling siphasher v1.0.2
14542026-08-20T17:13:40.188Z Compiling paste v1.0.15
14552026-08-20T17:13:40.223Z Compiling nodrop v0.1.14
14562026-08-20T17:13:40.286Z Compiling usdt-impl v0.6.0
14572026-08-20T17:13:40.330Z Compiling zlib-rs v0.6.2
14582026-08-20T17:13:40.381Z Compiling crc-catalog v2.4.0
14592026-08-20T17:13:40.381Z Compiling num_threads v0.1.7
14602026-08-20T17:13:40.487Z Compiling crossbeam-utils v0.8.21
14612026-08-20T17:13:40.502Z Compiling unarray v0.1.4
14622026-08-20T17:13:40.521Z Compiling serde_derive v1.0.228
14632026-08-20T17:13:40.535Z Compiling zeroize_derive v1.5.0
14642026-08-20T17:13:40.579Z Compiling zerofrom-derive v0.1.6
14652026-08-20T17:13:40.631Z Compiling zerocopy-derive v0.8.55
14662026-08-20T17:13:40.768Z Compiling yoke-derive v0.8.1
14672026-08-20T17:13:40.805Z Compiling zerovec-derive v0.11.2
14682026-08-20T17:13:40.866Z Compiling displaydoc v0.2.5
14692026-08-20T17:13:40.921Z Compiling tokio-macros v2.7.0
14702026-08-20T17:13:41.227Z Compiling futures-macro v0.3.32
14712026-08-20T17:13:41.260Z Compiling der_derive v0.7.3
14722026-08-20T17:13:41.499Z Compiling thiserror-impl v2.0.18
14732026-08-20T17:13:41.671Z Compiling tracing-attributes v0.1.31
14742026-08-20T17:13:41.704Z Compiling schemars_derive v0.8.22
14752026-08-20T17:13:41.859Z Compiling pest_derive v2.8.6
14762026-08-20T17:13:41.994Z Compiling scroll_derive v0.13.1
14772026-08-20T17:13:42.011Z Compiling darling_macro v0.20.11
14782026-08-20T17:13:42.067Z Compiling zerofrom v0.1.6
14792026-08-20T17:13:42.112Z Compiling futures-util v0.3.32
14802026-08-20T17:13:42.217Z Compiling yoke v0.8.1
14812026-08-20T17:13:42.312Z Compiling openssl-macros v0.1.1
14822026-08-20T17:13:42.373Z Compiling thiserror-impl v1.0.69
14832026-08-20T17:13:42.426Z Compiling zerovec v0.11.5
14842026-08-20T17:13:42.553Z Compiling zerotrie v0.2.3
14852026-08-20T17:13:42.898Z Compiling tinystr v0.8.2
14862026-08-20T17:13:42.915Z Compiling potential_utf v0.1.4
14872026-08-20T17:13:42.918Z Compiling scroll v0.13.0
14882026-08-20T17:13:42.947Z Compiling thiserror v2.0.18
14892026-08-20T17:13:42.977Z Compiling darling v0.20.11
14902026-08-20T17:13:43.056Z Compiling icu_collections v2.1.1
14912026-08-20T17:13:43.070Z Compiling icu_locale_core v2.1.1
14922026-08-20T17:13:43.074Z Compiling packed_struct_codegen v0.10.1
14932026-08-20T17:13:43.100Z Compiling tracing v0.1.44
14942026-08-20T17:13:43.115Z Compiling bitfield-macros v0.19.4
14952026-08-20T17:13:43.132Z Compiling zerocopy-derive v0.6.6
14962026-08-20T17:13:43.217Z Compiling goblin v0.10.5
14972026-08-20T17:13:43.463Z Compiling clap_derive v4.6.1
14982026-08-20T17:13:43.466Z Compiling flate2 v1.1.9
14992026-08-20T17:13:43.626Z Compiling derive_builder_core v0.20.2
15002026-08-20T17:13:43.715Z Compiling dtrace-parser v0.3.0
15012026-08-20T17:13:43.753Z Compiling thiserror v1.0.69
15022026-08-20T17:13:43.873Z Compiling icu_provider v2.1.1
15032026-08-20T17:13:43.888Z Compiling bitfield v0.19.4
15042026-08-20T17:13:43.918Z Compiling time v0.3.47
15052026-08-20T17:13:44.047Z Compiling zerocopy v0.6.6
15062026-08-20T17:13:44.085Z Compiling zeroize v1.9.0
15072026-08-20T17:13:44.166Z Compiling bytes v1.11.1
15082026-08-20T17:13:44.195Z Compiling icu_properties v2.1.2
15092026-08-20T17:13:44.214Z Compiling icu_normalizer v2.1.1
15102026-08-20T17:13:44.248Z Compiling chrono v0.4.45
15112026-08-20T17:13:44.399Z Compiling der v0.7.10
15122026-08-20T17:13:44.500Z Compiling rustls-pki-types v1.14.0
15132026-08-20T17:13:44.529Z Compiling hybrid-array v0.4.13
15142026-08-20T17:13:44.581Z Compiling ipnet v2.12.0
15152026-08-20T17:13:44.781Z Compiling tokio v1.52.1
15162026-08-20T17:13:44.814Z Compiling http v1.4.2
15172026-08-20T17:13:44.929Z Compiling crypto-common v0.1.7
15182026-08-20T17:13:44.985Z Compiling block-buffer v0.10.4
15192026-08-20T17:13:45.095Z Compiling idna_adapter v1.2.1
15202026-08-20T17:13:45.110Z Compiling hex v0.4.3
15212026-08-20T17:13:45.178Z Compiling digest v0.10.7
15222026-08-20T17:13:45.254Z Compiling idna v1.1.0
15232026-08-20T17:13:45.326Z Compiling ppv-lite86 v0.2.21
15242026-08-20T17:13:45.343Z Compiling spki v0.7.3
15252026-08-20T17:13:45.344Z Compiling toml_datetime v0.6.11
15262026-08-20T17:13:45.399Z Compiling sha2 v0.10.9
15272026-08-20T17:13:45.455Z Compiling signature v2.2.0
15282026-08-20T17:13:45.486Z Compiling http-body v1.0.1
15292026-08-20T17:13:45.570Z Compiling url v2.5.8
15302026-08-20T17:13:45.585Z Compiling pkcs8 v0.10.2
15312026-08-20T17:13:45.649Z Compiling rand_chacha v0.9.0
15322026-08-20T17:13:45.668Z Compiling rand_chacha v0.3.1
15332026-08-20T17:13:45.671Z Compiling hmac v0.12.1
15342026-08-20T17:13:45.671Z Compiling serde_spanned v0.6.9
15352026-08-20T17:13:45.709Z Compiling http-body-util v0.1.3
15362026-08-20T17:13:45.713Z Compiling clap v4.6.1
15372026-08-20T17:13:45.767Z Compiling pkcs1 v0.7.5
15382026-08-20T17:13:45.855Z Compiling rand v0.9.2
15392026-08-20T17:13:45.926Z Compiling rand v0.8.6
15402026-08-20T17:13:46.026Z Compiling scroll_derive v0.12.1
15412026-08-20T17:13:46.050Z Compiling dof v0.4.0
15422026-08-20T17:13:46.071Z Compiling structmeta-derive v0.3.0
15432026-08-20T17:13:46.205Z Compiling crc v3.4.0
15442026-08-20T17:13:46.397Z Compiling array-init v0.0.4
15452026-08-20T17:13:46.430Z Compiling proptest v1.11.0
15462026-08-20T17:13:46.450Z Compiling smallvec v0.6.14
15472026-08-20T17:13:46.470Z Compiling darling_core v0.23.0
15482026-08-20T17:13:46.664Z Compiling heapless v0.7.17
15492026-08-20T17:13:46.710Z Compiling slog v2.8.2
15502026-08-20T17:13:46.740Z Compiling thread-id v5.1.0
15512026-08-20T17:13:46.755Z Compiling env_filter v2.0.0
15522026-08-20T17:13:46.824Z Compiling cookie v0.18.1
15532026-08-20T17:13:46.851Z Compiling signal-hook v0.3.18
15542026-08-20T17:13:46.921Z Compiling hashbrown v0.12.3
15552026-08-20T17:13:46.936Z Compiling unicode-properties v0.1.4
15562026-08-20T17:13:46.968Z Compiling ipnetwork v0.21.1
15572026-08-20T17:13:47.022Z Compiling zstd-safe v7.2.4
15582026-08-20T17:13:47.069Z Compiling iri-string v0.7.10
15592026-08-20T17:13:47.166Z Compiling base64 v0.21.7
15602026-08-20T17:13:47.188Z Compiling gimli v0.32.3
15612026-08-20T17:13:47.212Z Compiling ryu v1.0.23
15622026-08-20T17:13:47.233Z Compiling winnow v0.5.40
15632026-08-20T17:13:47.246Z Compiling anyhow v1.0.104
15642026-08-20T17:13:47.379Z Compiling allocator-api2 v0.2.21
15652026-08-20T17:13:47.405Z Compiling unicode-bidi v0.3.18
15662026-08-20T17:13:47.423Z Compiling ron v0.8.1
15672026-08-20T17:13:47.530Z Compiling serde_urlencoded v0.7.1
15682026-08-20T17:13:47.596Z Compiling oxnet v0.1.6
15692026-08-20T17:13:47.620Z Compiling structmeta v0.3.0
15702026-08-20T17:13:47.719Z Compiling rsa v0.9.10
15712026-08-20T17:13:47.792Z Compiling stringprep v0.1.5
15722026-08-20T17:13:47.832Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15732026-08-20T17:13:47.940Z Compiling env_logger v0.11.11
15742026-08-20T17:13:47.969Z Compiling scroll v0.12.0
15752026-08-20T17:13:48.049Z Compiling serde-hex v0.1.0
15762026-08-20T17:13:48.318Z Compiling camino v1.2.5
15772026-08-20T17:13:48.334Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15782026-08-20T17:13:48.422Z Compiling hashbrown v0.13.2
15792026-08-20T17:13:48.540Z Compiling toml_edit v0.19.15
15802026-08-20T17:13:48.597Z Compiling bzip2 v0.4.4
15812026-08-20T17:13:48.638Z Compiling tokio-util v0.7.18
15822026-08-20T17:13:48.701Z Compiling tower v0.5.3
15832026-08-20T17:13:48.741Z Compiling tokio-native-tls v0.3.1
15842026-08-20T17:13:48.933Z Compiling newtype-uuid v1.3.2
15852026-08-20T17:13:48.936Z Compiling x509-cert v0.2.5
15862026-08-20T17:13:49.052Z Compiling darling_macro v0.23.0
15872026-08-20T17:13:49.217Z Compiling tower-http v0.6.8
15882026-08-20T17:13:49.239Z Compiling addr2line v0.25.1
15892026-08-20T17:13:49.304Z Compiling md-5 v0.10.6
15902026-08-20T17:13:49.349Z Compiling h2 v0.4.15
15912026-08-20T17:13:49.492Z Compiling crypto-common v0.2.2
15922026-08-20T17:13:49.584Z Compiling block-padding v0.4.2
15932026-08-20T17:13:49.599Z Compiling block-buffer v0.12.1
15942026-08-20T17:13:49.654Z Compiling rustls-native-certs v0.8.3
15952026-08-20T17:13:49.712Z Compiling derive_builder_macro v0.20.2
15962026-08-20T17:13:49.774Z Compiling serde_tokenstream v0.2.3
15972026-08-20T17:13:49.817Z Compiling erased-serde v0.3.31
15982026-08-20T17:13:49.881Z Compiling bstr v1.12.1
15992026-08-20T17:13:50.109Z Compiling zerocopy-derive v0.7.35
16002026-08-20T17:13:50.255Z Compiling daft-derive v0.1.7
16012026-08-20T17:13:50.392Z Compiling async-trait v0.1.89
16022026-08-20T17:13:50.523Z Compiling pin-project-internal v1.1.11
16032026-08-20T17:13:50.595Z Compiling curve25519-dalek v4.1.3
16042026-08-20T17:13:50.633Z Compiling vergen-lib v9.1.0
16052026-08-20T17:13:50.712Z Compiling hash32 v0.2.1
16062026-08-20T17:13:50.847Z Compiling memoffset v0.9.1
16072026-08-20T17:13:50.917Z Compiling encoding_rs v0.8.35
16082026-08-20T17:13:50.934Z Compiling ref-cast v1.0.25
16092026-08-20T17:13:50.964Z Compiling rustc-demangle v0.1.27
16102026-08-20T17:13:51.032Z Compiling litrs v1.0.0
16112026-08-20T17:13:51.056Z Compiling smoltcp v0.9.1
16122026-08-20T17:13:51.069Z Compiling mime v0.3.17
16132026-08-20T17:13:51.223Z Compiling crc-any v2.5.0
16142026-08-20T17:13:51.266Z Compiling rustix v0.38.44
16152026-08-20T17:13:51.302Z Compiling owo-colors v4.3.0
16162026-08-20T17:13:51.305Z Compiling fallible-iterator v0.2.0
16172026-08-20T17:13:51.348Z Compiling cfg_aliases v0.2.1
16182026-08-20T17:13:51.380Z Compiling psl-types v2.0.11
16192026-08-20T17:13:51.434Z Compiling nix v0.31.2
16202026-08-20T17:13:51.448Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16212026-08-20T17:13:51.480Z Compiling backtrace v0.3.76
16222026-08-20T17:13:51.517Z Compiling publicsuffix v2.3.0
16232026-08-20T17:13:51.559Z Compiling document-features v0.2.12
16242026-08-20T17:13:51.658Z Compiling postgres-protocol v0.6.10
16252026-08-20T17:13:51.661Z Compiling zerocopy v0.7.35
16262026-08-20T17:13:51.703Z Compiling pin-project v1.1.11
16272026-08-20T17:13:51.717Z Compiling daft v0.1.7
16282026-08-20T17:13:51.833Z Compiling derive_builder v0.20.2
16292026-08-20T17:13:51.862Z Compiling toml v0.7.8
16302026-08-20T17:13:51.994Z Compiling inout v0.2.2
16312026-08-20T17:13:52.025Z Compiling darling v0.23.0
16322026-08-20T17:13:52.122Z Compiling object v0.30.4
16332026-08-20T17:13:52.182Z Compiling zip v0.6.6
16342026-08-20T17:13:52.203Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16352026-08-20T17:13:52.232Z Compiling goblin v0.8.2
16362026-08-20T17:13:52.248Z Compiling derive-ex v0.1.8
16372026-08-20T17:13:52.493Z Compiling futures-executor v0.3.32
16382026-08-20T17:13:52.519Z Compiling hubpack_derive v0.1.1
16392026-08-20T17:13:52.604Z Compiling hyper v1.10.1
16402026-08-20T17:13:52.619Z Compiling regex v1.12.3
16412026-08-20T17:13:52.676Z Compiling snafu-derive v0.8.9
16422026-08-20T17:13:52.692Z Compiling ref-cast-impl v1.0.25
16432026-08-20T17:13:52.706Z Compiling strum_macros v0.27.2
16442026-08-20T17:13:52.779Z Compiling curve25519-dalek-derive v0.1.1
16452026-08-20T17:13:52.783Z Compiling phf_shared v0.13.1
16462026-08-20T17:13:52.811Z Compiling vergen v9.1.0
16472026-08-20T17:13:53.016Z Compiling cargo-platform v0.3.2
16482026-08-20T17:13:53.031Z Compiling ff v0.13.1
16492026-08-20T17:13:53.047Z Compiling fs-err v3.3.0
16502026-08-20T17:13:53.077Z Compiling either v1.15.0
16512026-08-20T17:13:53.194Z Compiling unicode-segmentation v1.12.0
16522026-08-20T17:13:53.292Z Compiling bumpalo v3.20.2
16532026-08-20T17:13:53.323Z Compiling jiff-core v0.1.0
16542026-08-20T17:13:53.339Z Compiling foldhash v0.2.0
16552026-08-20T17:13:53.364Z Compiling libbz2-rs-sys v0.2.2
16562026-08-20T17:13:53.532Z Compiling base16ct v0.2.0
16572026-08-20T17:13:53.575Z Compiling foldhash v0.1.5
16582026-08-20T17:13:53.592Z Compiling is_ci v1.2.0
16592026-08-20T17:13:53.627Z Compiling managed v0.8.0
16602026-08-20T17:13:53.648Z Compiling bitflags v1.3.2
16612026-08-20T17:13:53.733Z Compiling path-slash v0.1.5
16622026-08-20T17:13:53.748Z Compiling same-file v1.0.6
16632026-08-20T17:13:53.751Z Compiling textwrap v0.16.2
16642026-08-20T17:13:53.780Z Compiling hyper-util v0.1.20
16652026-08-20T17:13:53.869Z Compiling walkdir v2.5.0
16662026-08-20T17:13:53.937Z Compiling bzip2 v0.6.1
16672026-08-20T17:13:54.044Z Compiling test-strategy v0.4.5
16682026-08-20T17:13:54.081Z Compiling hashbrown v0.15.5
16692026-08-20T17:13:54.163Z Compiling jiff v0.2.34
16702026-08-20T17:13:54.213Z Compiling supports-color v3.0.2
16712026-08-20T17:13:54.251Z Compiling sec1 v0.7.3
16722026-08-20T17:13:54.396Z Compiling zopfli v0.8.3
16732026-08-20T17:13:54.449Z Compiling hashbrown v0.16.1
16742026-08-20T17:13:54.558Z Compiling dof v0.3.0
16752026-08-20T17:13:54.658Z Compiling snafu v0.8.9
16762026-08-20T17:13:54.672Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16772026-08-20T17:13:54.788Z Compiling strum v0.27.2
16782026-08-20T17:13:54.938Z Compiling cargo_metadata v0.23.1
16792026-08-20T17:13:54.964Z Compiling group v0.13.0
16802026-08-20T17:13:55.061Z Compiling hubpack v0.1.2
16812026-08-20T17:13:55.079Z Compiling phf v0.13.1
16822026-08-20T17:13:55.102Z Compiling futures v0.3.32
16832026-08-20T17:13:55.139Z Compiling zstd v0.13.3
16842026-08-20T17:13:55.196Z Compiling cookie_store v0.22.1
16852026-08-20T17:13:55.262Z Compiling hyper-tls v0.6.0
16862026-08-20T17:13:55.306Z Compiling signal-hook-mio v0.2.5
16872026-08-20T17:13:55.321Z Compiling cipher v0.5.2
16882026-08-20T17:13:55.423Z Compiling serde_with_macros v3.21.0
16892026-08-20T17:13:55.440Z Compiling reqwest v0.12.28
16902026-08-20T17:13:55.520Z Compiling postgres-types v0.2.12
16912026-08-20T17:13:55.554Z Compiling backtrace-ext v0.2.1
16922026-08-20T17:13:55.749Z Compiling globset v0.4.18
16932026-08-20T17:13:55.762Z Compiling usdt-macro v0.6.0
16942026-08-20T17:13:55.840Z Compiling usdt-attr-macro v0.6.0
16952026-08-20T17:13:55.880Z Compiling byte-wrapper v0.1.0
16962026-08-20T17:13:56.104Z Compiling hkdf v0.12.4
16972026-08-20T17:13:56.138Z Compiling ed25519 v2.2.3
16982026-08-20T17:13:56.235Z Compiling crypto-bigint v0.5.5
16992026-08-20T17:13:56.304Z Compiling serde_plain v1.0.2
17002026-08-20T17:13:56.320Z Compiling olpc-cjson v0.1.4
17012026-08-20T17:13:56.383Z Compiling serde-big-array v0.5.1
17022026-08-20T17:13:56.444Z Compiling dtrace-parser v0.2.0
17032026-08-20T17:13:56.506Z Compiling async-recursion v1.1.1
17042026-08-20T17:13:56.534Z Compiling miette-derive v7.6.0
17052026-08-20T17:13:56.550Z Compiling serde_repr v0.1.20
17062026-08-20T17:13:56.586Z Compiling strum_macros v0.26.4
17072026-08-20T17:13:56.626Z Compiling enum-as-inner v0.6.1
17082026-08-20T17:13:56.732Z Compiling phf_shared v0.11.3
17092026-08-20T17:13:56.757Z Compiling float-cmp v0.10.0
17102026-08-20T17:13:56.922Z Compiling pem v3.0.6
17112026-08-20T17:13:56.936Z Compiling memmap2 v0.9.10
17122026-08-20T17:13:57.062Z Compiling thread-id v4.2.2
17132026-08-20T17:13:57.132Z Compiling new_debug_unreachable v1.0.6
17142026-08-20T17:13:57.164Z Compiling predicates-core v1.0.10
17152026-08-20T17:13:57.180Z Compiling precomputed-hash v0.1.1
17162026-08-20T17:13:57.196Z Compiling data-encoding v2.10.0
17172026-08-20T17:13:57.210Z Compiling supports-unicode v3.0.0
17182026-08-20T17:13:57.215Z Compiling supports-hyperlinks v3.2.0
17192026-08-20T17:13:57.238Z Compiling fixedbitset v0.4.2
17202026-08-20T17:13:57.271Z Compiling winnow v1.0.3
17212026-08-20T17:13:57.286Z Compiling cpufeatures v0.3.0
17222026-08-20T17:13:57.305Z Compiling normalize-line-endings v0.3.0
17232026-08-20T17:13:57.356Z Compiling difflib v0.4.0
17242026-08-20T17:13:57.372Z Compiling whoami v2.1.0
17252026-08-20T17:13:57.389Z Compiling typed-path v0.9.3
17262026-08-20T17:13:57.404Z Compiling fixedbitset v0.5.7
17272026-08-20T17:13:57.419Z Compiling static_assertions v1.1.0
17282026-08-20T17:13:57.473Z Compiling keccak v0.1.6
17292026-08-20T17:13:57.511Z Compiling const-oid v0.10.2
17302026-08-20T17:13:57.646Z Compiling petgraph v0.8.3
17312026-08-20T17:13:57.730Z Compiling miette v7.6.0
17322026-08-20T17:13:57.746Z Compiling digest v0.11.3
17332026-08-20T17:13:57.749Z Compiling sha3 v0.10.8
17342026-08-20T17:13:57.777Z Compiling tokio-postgres v0.7.16
17352026-08-20T17:13:57.794Z Compiling predicates v3.1.4
17362026-08-20T17:13:57.916Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-08-20T17:13:57.942Z Compiling hickory-proto v0.25.2
17382026-08-20T17:13:57.994Z Compiling toml_edit v0.22.27
17392026-08-20T17:13:58.293Z Compiling toml_parser v1.1.2+spec-1.1.0
17402026-08-20T17:13:58.308Z Compiling petgraph v0.6.5
17412026-08-20T17:13:58.413Z Compiling strum v0.26.3
17422026-08-20T17:13:58.430Z Compiling chacha20 v0.10.0
17432026-08-20T17:13:58.453Z Compiling string_cache v0.8.9
17442026-08-20T17:13:58.512Z Compiling elliptic-curve v0.13.8
17452026-08-20T17:13:58.572Z Compiling usdt-impl v0.5.0
17462026-08-20T17:13:58.705Z Compiling usdt v0.6.0
17472026-08-20T17:13:58.719Z Compiling serde_with v3.21.0
17482026-08-20T17:13:58.838Z Compiling crossterm v0.28.1
17492026-08-20T17:13:58.954Z Compiling zip v4.6.1
17502026-08-20T17:13:58.970Z Compiling ed25519-dalek v2.2.0
17512026-08-20T17:13:58.988Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17522026-08-20T17:13:59.287Z Compiling iddqd v0.4.2
17532026-08-20T17:13:59.530Z Compiling heck v0.4.1
17542026-08-20T17:13:59.638Z Compiling similar v2.7.0
17552026-08-20T17:13:59.775Z Compiling itertools v0.13.0
17562026-08-20T17:13:59.865Z Compiling itertools v0.15.0
17572026-08-20T17:13:59.883Z Compiling tokio-stream v0.1.18
17582026-08-20T17:13:59.944Z Compiling crossbeam-epoch v0.9.18
17592026-08-20T17:14:00.132Z Compiling buf-list v1.1.2
17602026-08-20T17:14:00.175Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-20T17:14:00.295Z Compiling openapiv3 v2.2.0
17622026-08-20T17:14:00.387Z Compiling lalrpop-util v0.19.12
17632026-08-20T17:14:00.441Z Compiling peg-runtime v0.8.5
17642026-08-20T17:14:00.501Z Compiling thread_local v1.1.9
17652026-08-20T17:14:00.540Z Compiling slog-async v2.8.0
17662026-08-20T17:14:00.602Z Compiling crossbeam-channel v0.5.15
17672026-08-20T17:14:00.617Z Compiling filetime v0.2.27
17682026-08-20T17:14:00.631Z Compiling is-terminal v0.4.17
17692026-08-20T17:14:00.683Z Compiling xattr v1.6.1
17702026-08-20T17:14:00.683Z Compiling take_mut v0.2.2
17712026-08-20T17:14:00.744Z Compiling term v1.2.1
17722026-08-20T17:14:00.758Z Compiling camino-tempfile v1.4.1
17732026-08-20T17:14:00.791Z Compiling tar v0.4.46
17742026-08-20T17:14:01.067Z Compiling slog-term v2.9.2
17752026-08-20T17:14:18.210Z Compiling rustls-webpki v0.103.13
17762026-08-20T17:14:20.926Z Compiling tokio-rustls v0.26.4
17772026-08-20T17:14:20.926Z Compiling rustls-platform-verifier v0.6.2
17782026-08-20T17:14:20.930Z Compiling tough v0.22.0
17792026-08-20T17:14:21.146Z Compiling hyper-rustls v0.27.7
17802026-08-20T17:14:21.341Z Compiling reqwest v0.13.2
17812026-08-20T17:14:23.497Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-08-20T17:14:23.734Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-08-20T17:14:26.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.89s
17842026-08-20T17:14:26.777Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-08-20T17:14:26.835ZAug 20 17:14:26.367 INFO Starting download, target: Clickhouse
17862026-08-20T17:14:26.835ZAug 20 17:14:26.368 INFO Starting download, target: Console
17872026-08-20T17:14:26.835ZAug 20 17:14:26.368 INFO Starting download, target: DendriteStub
17882026-08-20T17:14:26.838ZAug 20 17:14:26.368 INFO Starting download, target: Cockroach
17892026-08-20T17:14:26.838ZAug 20 17:14:26.368 INFO Starting download, target: MaghemiteMgd
17902026-08-20T17:14:26.838ZAug 20 17:14:26.368 INFO Starting download, target: MaghemiteDdmd
17912026-08-20T17:14:26.838ZAug 20 17:14:26.368 INFO Starting download, target: TransceiverControl
17922026-08-20T17:14:26.838ZAug 20 17:14:26.368 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17932026-08-20T17:14:26.838ZAug 20 17:14:26.368 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17942026-08-20T17:14:26.838ZAug 20 17:14:26.368 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17952026-08-20T17:14:26.838ZAug 20 17:14:26.368 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17962026-08-20T17:14:26.838ZAug 20 17:14:26.368 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17972026-08-20T17:14:26.838ZAug 20 17:14:26.368 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17982026-08-20T17:14:26.838ZAug 20 17:14:26.368 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17992026-08-20T17:14:27.319ZAug 20 17:14:26.840 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18002026-08-20T17:14:27.537ZAug 20 17:14:27.063 INFO Download complete, target: TransceiverControl
18012026-08-20T17:14:28.798ZAug 20 17:14:28.327 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18022026-08-20T17:14:29.084ZAug 20 17:14:28.567 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18032026-08-20T17:14:29.095ZAug 20 17:14:28.578 INFO Download complete, target: Console
18042026-08-20T17:14:29.167ZAug 20 17:14:28.700 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18052026-08-20T17:14:29.200ZAug 20 17:14:28.727 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18062026-08-20T17:14:30.101ZAug 20 17:14:29.634 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18072026-08-20T17:14:30.101ZAug 20 17:14:29.634 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18082026-08-20T17:14:30.676ZAug 20 17:14:30.209 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18092026-08-20T17:14:31.074ZAug 20 17:14:30.603 INFO Download complete, target: MaghemiteDdmd
18102026-08-20T17:14:31.769ZAug 20 17:14:31.302 INFO Download complete, target: DendriteStub
18112026-08-20T17:14:31.905ZAug 20 17:14:31.438 INFO Download complete, target: MaghemiteMgd
18122026-08-20T17:14:34.911ZAug 20 17:14:34.444 INFO Checking that binary works, target: Cockroach
18132026-08-20T17:14:35.030ZAug 20 17:14:34.563 INFO Download complete, target: Cockroach
18142026-08-20T17:14:37.506ZAug 20 17:14:37.038 INFO Checking that binary works, target: Clickhouse
18152026-08-20T17:14:37.588ZAug 20 17:14:37.121 INFO Download complete, target: Clickhouse
18162026-08-20T17:14:37.597ZAll prerequisites installed successfully
18172026-08-20T17:14:37.600Z
18182026-08-20T17:14:37.600Zreal 1:58.577103672
18192026-08-20T17:14:37.600Zuser 7:23.667924736
18202026-08-20T17:14:37.600Zsys 1:46.890937968
18212026-08-20T17:14:37.600Ztrap 0.299412253
18222026-08-20T17:14:37.600Ztflt 0.960973312
18232026-08-20T17:14:37.600Zdflt 1.511111953
18242026-08-20T17:14:37.600Zkflt 0.028266778
18252026-08-20T17:14:37.600Zlock 29:25.294943815
18262026-08-20T17:14:37.600Zslp 20:20.992966882
18272026-08-20T17:14:37.600Zlat 29.159399739
18282026-08-20T17:14:37.600Zstop 3:37.213217408
18292026-08-20T17:14:37.601Z+ ptime -m cargo xtask download softnpu
18302026-08-20T17:14:38.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18312026-08-20T17:14:38.104Z Running `target/debug/xtask download softnpu`
18322026-08-20T17:14:38.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18332026-08-20T17:14:38.911Z Running `target/debug/xtask-downloader softnpu`
18342026-08-20T17:14:38.957ZAug 20 17:14:38.487 INFO Starting download, target: Softnpu
18352026-08-20T17:14:38.966ZAug 20 17:14:38.487 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18362026-08-20T17:14:39.843ZAug 20 17:14:39.375 INFO Download complete, target: Softnpu
18372026-08-20T17:14:39.849Z
18382026-08-20T17:14:39.849Zreal 2.244324230
18392026-08-20T17:14:39.849Zuser 1.296216378
18402026-08-20T17:14:39.849Zsys 0.635121071
18412026-08-20T17:14:39.849Ztrap 0.001154330
18422026-08-20T17:14:39.849Ztflt 0.000255170
18432026-08-20T17:14:39.849Zdflt 0.000187620
18442026-08-20T17:14:39.849Zkflt 0.000000000
18452026-08-20T17:14:39.849Zlock 16.685833954
18462026-08-20T17:14:39.849Zslp 0.759286988
18472026-08-20T17:14:39.849Zlat 0.125874907
18482026-08-20T17:14:39.849Zstop 0.000193630
18492026-08-20T17:14:39.849Z+ export CARGO_INCREMENTAL=0
18502026-08-20T17:14:39.849Z+ CARGO_INCREMENTAL=0
18512026-08-20T17:14:39.849Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18522026-08-20T17:14:40.780Z Compiling proc-macro2 v1.0.106
18532026-08-20T17:14:40.780Z Compiling quote v1.0.45
18542026-08-20T17:14:40.780Z Compiling unicode-ident v1.0.24
18552026-08-20T17:14:40.780Z Compiling serde_core v1.0.228
18562026-08-20T17:14:40.784Z Compiling libc v0.2.185
18572026-08-20T17:14:40.784Z Compiling serde v1.0.228
18582026-08-20T17:14:40.784Z Compiling cfg-if v1.0.4
18592026-08-20T17:14:40.784Z Compiling version_check v0.9.5
18602026-08-20T17:14:40.784Z Compiling autocfg v1.5.0
18612026-08-20T17:14:40.929Z Compiling shlex v1.3.0
18622026-08-20T17:14:40.932Z Compiling find-msvc-tools v0.1.9
18632026-08-20T17:14:40.939Z Compiling memchr v2.8.0
18642026-08-20T17:14:40.944Z Compiling zmij v1.0.21
18652026-08-20T17:14:40.944Z Compiling serde_json v1.0.151
18662026-08-20T17:14:41.065Z Compiling portable-atomic v1.13.1
18672026-08-20T17:14:41.070Z Compiling zerocopy v0.8.55
18682026-08-20T17:14:41.156Z Compiling libm v0.2.16
18692026-08-20T17:14:41.241Z Compiling parking_lot_core v0.9.12
18702026-08-20T17:14:41.271Z Compiling smallvec v1.15.1
18712026-08-20T17:14:41.443Z Compiling generic-array v0.14.7
18722026-08-20T17:14:41.504Z Compiling icu_properties_data v2.1.2
18732026-08-20T17:14:41.523Z Compiling icu_normalizer_data v2.1.1
18742026-08-20T17:14:41.527Z Compiling itoa v1.0.17
18752026-08-20T17:14:41.561Z Compiling getrandom v0.4.3
18762026-08-20T17:14:41.565Z Compiling log v0.4.33
18772026-08-20T17:14:41.565Z Compiling num-traits v0.2.19
18782026-08-20T17:14:41.623Z Compiling getrandom v0.3.4
18792026-08-20T17:14:41.680Z Compiling pkg-config v0.3.32
18802026-08-20T17:14:41.727Z Compiling subtle v2.6.1
18812026-08-20T17:14:41.760Z Compiling stable_deref_trait v1.2.1
18822026-08-20T17:14:41.799Z Compiling typenum v1.20.1
18832026-08-20T17:14:41.814Z Compiling rustix v1.1.4
18842026-08-20T17:14:41.858Z Compiling jobserver v0.1.34
18852026-08-20T17:14:41.876Z Compiling errno v0.3.14
18862026-08-20T17:14:41.979Z Compiling scopeguard v1.2.0
18872026-08-20T17:14:42.054Z Compiling thiserror v2.0.18
18882026-08-20T17:14:42.091Z Compiling lock_api v0.4.14
18892026-08-20T17:14:42.092Z Compiling cc v1.2.56
18902026-08-20T17:14:42.128Z Compiling getrandom v0.2.17
18912026-08-20T17:14:42.199Z Compiling equivalent v1.0.2
18922026-08-20T17:14:42.223Z Compiling heck v0.5.0
18932026-08-20T17:14:42.292Z Compiling rand_core v0.6.4
18942026-08-20T17:14:42.310Z Compiling syn v2.0.117
18952026-08-20T17:14:42.373Z Compiling syn v1.0.109
18962026-08-20T17:14:42.387Z Compiling critical-section v1.2.0
18972026-08-20T17:14:42.402Z Compiling pin-project-lite v0.2.17
18982026-08-20T17:14:42.509Z Compiling schemars v0.8.22
18992026-08-20T17:14:42.525Z Compiling litemap v0.8.1
19002026-08-20T17:14:42.525Z Compiling percent-encoding v2.3.2
19012026-08-20T17:14:42.569Z Compiling writeable v0.6.2
19022026-08-20T17:14:42.608Z Compiling hashbrown v0.17.0
19032026-08-20T17:14:42.719Z Compiling once_cell v1.21.3
19042026-08-20T17:14:42.752Z Compiling rustversion v1.0.22
19052026-08-20T17:14:42.758Z Compiling fs_extra v1.3.0
19062026-08-20T17:14:42.799Z Compiling dunce v1.0.5
19072026-08-20T17:14:42.832Z Compiling cmake v0.1.57
19082026-08-20T17:14:43.002Z Compiling byteorder v1.5.0
19092026-08-20T17:14:43.058Z Compiling strsim v0.11.1
19102026-08-20T17:14:43.065Z Compiling rand_core v0.10.0
19112026-08-20T17:14:43.107Z Compiling signal-hook-registry v1.4.8
19122026-08-20T17:14:43.234Z Compiling semver v1.0.28
19132026-08-20T17:14:43.249Z Compiling bitflags v2.11.0
19142026-08-20T17:14:43.266Z Compiling indexmap v2.14.0
19152026-08-20T17:14:43.437Z Compiling aws-lc-sys v0.40.0
19162026-08-20T17:14:43.502Z Compiling utf8_iter v1.0.4
19172026-08-20T17:14:43.534Z Compiling thiserror v1.0.69
19182026-08-20T17:14:43.549Z Compiling parking_lot v0.12.5
19192026-08-20T17:14:43.562Z Compiling form_urlencoded v1.2.2
19202026-08-20T17:14:43.650Z Compiling socket2 v0.6.3
19212026-08-20T17:14:43.714Z Compiling mio v1.2.0
19222026-08-20T17:14:43.812Z Compiling aws-lc-rs v1.16.3
19232026-08-20T17:14:43.866Z Compiling const-oid v0.9.6
19242026-08-20T17:14:43.941Z Compiling futures-core v0.3.32
19252026-08-20T17:14:44.026Z Compiling httparse v1.10.1
19262026-08-20T17:14:44.111Z Compiling crc32fast v1.5.0
19272026-08-20T17:14:44.131Z Compiling fnv v1.0.7
19282026-08-20T17:14:44.269Z Compiling ucd-trie v0.1.7
19292026-08-20T17:14:44.370Z Compiling regex-syntax v0.8.10
19302026-08-20T17:14:44.432Z Compiling pest v2.8.6
19312026-08-20T17:14:44.479Z Compiling iana-time-zone v0.1.65
19322026-08-20T17:14:44.493Z Compiling vcpkg v0.2.15
19332026-08-20T17:14:44.508Z Compiling ident_case v1.0.1
19342026-08-20T17:14:44.655Z Compiling uuid v1.23.4
19352026-08-20T17:14:44.787Z Compiling rustc_version v0.4.1
19362026-08-20T17:14:44.844Z Compiling rustls v0.23.41
19372026-08-20T17:14:44.895Z Compiling futures-sink v0.3.32
19382026-08-20T17:14:45.030Z Compiling futures-channel v0.3.32
19392026-08-20T17:14:45.090Z Compiling synstructure v0.13.2
19402026-08-20T17:14:45.109Z Compiling serde_derive_internals v0.29.1
19412026-08-20T17:14:45.134Z Compiling openssl-sys v0.9.117
19422026-08-20T17:14:45.278Z Compiling aho-corasick v1.1.4
19432026-08-20T17:14:45.302Z Compiling futures-io v0.3.32
19442026-08-20T17:14:45.361Z Compiling futures-task v0.3.32
19452026-08-20T17:14:45.396Z Compiling slab v0.4.12
19462026-08-20T17:14:45.547Z Compiling pest_meta v2.8.6
19472026-08-20T17:14:45.678Z Compiling radium v0.7.0
19482026-08-20T17:14:45.701Z Compiling time-core v0.1.8
19492026-08-20T17:14:45.739Z Compiling plain v0.2.3
19502026-08-20T17:14:45.797Z Compiling num-conv v0.2.0
19512026-08-20T17:14:45.804Z Compiling dyn-clone v1.0.20
19522026-08-20T17:14:45.864Z Compiling crossbeam-utils v0.8.21
19532026-08-20T17:14:45.888Z Compiling base64ct v1.8.3
19542026-08-20T17:14:45.908Z Compiling base64 v0.22.1
19552026-08-20T17:14:45.922Z Compiling time-macros v0.2.27
19562026-08-20T17:14:45.964Z Compiling openssl v0.10.80
19572026-08-20T17:14:45.977Z Compiling maybe-uninit v2.0.0
19582026-08-20T17:14:46.072Z Compiling pretty-hex v0.4.1
19592026-08-20T17:14:46.163Z Compiling pest_generator v2.8.6
19602026-08-20T17:14:46.186Z Compiling regex-automata v0.4.14
19612026-08-20T17:14:46.212Z Compiling pem-rfc7468 v0.7.0
19622026-08-20T17:14:46.229Z Compiling flagset v0.4.7
19632026-08-20T17:14:46.264Z Compiling darling_core v0.23.0
19642026-08-20T17:14:46.361Z Compiling serde_derive v1.0.228
19652026-08-20T17:14:46.361Z Compiling zeroize_derive v1.5.0
19662026-08-20T17:14:46.391Z Compiling zerofrom-derive v0.1.6
19672026-08-20T17:14:46.431Z Compiling yoke-derive v0.8.1
19682026-08-20T17:14:46.450Z Compiling zerocopy-derive v0.8.55
19692026-08-20T17:14:46.487Z Compiling zerovec-derive v0.11.2
19702026-08-20T17:14:46.503Z Compiling displaydoc v0.2.5
19712026-08-20T17:14:46.664Z Compiling tokio-macros v2.7.0
19722026-08-20T17:14:46.705Z Compiling futures-macro v0.3.32
19732026-08-20T17:14:46.724Z Compiling thiserror-impl v2.0.18
19742026-08-20T17:14:46.833Z Compiling schemars_derive v0.8.22
19752026-08-20T17:14:46.847Z Compiling der_derive v0.7.3
19762026-08-20T17:14:46.900Z Compiling tracing-attributes v0.1.31
19772026-08-20T17:14:46.998Z Compiling thiserror-impl v1.0.69
19782026-08-20T17:14:47.246Z Compiling pest_derive v2.8.6
19792026-08-20T17:14:47.389Z Compiling scroll_derive v0.13.1
19802026-08-20T17:14:47.534Z Compiling scroll_derive v0.12.1
19812026-08-20T17:14:47.564Z Compiling futures-util v0.3.32
19822026-08-20T17:14:47.588Z Compiling zerofrom v0.1.6
19832026-08-20T17:14:47.732Z Compiling yoke v0.8.1
19842026-08-20T17:14:47.772Z Compiling openssl-macros v0.1.1
19852026-08-20T17:14:47.839Z Compiling rand_core v0.9.5
19862026-08-20T17:14:47.958Z Compiling zerovec v0.11.5
19872026-08-20T17:14:47.973Z Compiling zerotrie v0.2.3
19882026-08-20T17:14:48.146Z Compiling bzip2-sys v0.1.13+1.0.8
19892026-08-20T17:14:48.187Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19902026-08-20T17:14:48.210Z Compiling ahash v0.8.12
19912026-08-20T17:14:48.215Z Compiling anyhow v1.0.104
19922026-08-20T17:14:48.443Z Compiling native-tls v0.2.18
19932026-08-20T17:14:48.460Z Compiling num-bigint-dig v0.8.6
19942026-08-20T17:14:48.485Z Compiling packed_struct v0.10.1
19952026-08-20T17:14:48.498Z Compiling regex v1.12.3
19962026-08-20T17:14:48.555Z Compiling tinystr v0.8.2
19972026-08-20T17:14:48.565Z Compiling potential_utf v0.1.4
19982026-08-20T17:14:48.610Z Compiling darling_macro v0.23.0
19992026-08-20T17:14:48.669Z Compiling zerocopy-derive v0.7.35
20002026-08-20T17:14:48.738Z Compiling icu_collections v2.1.1
20012026-08-20T17:14:48.758Z Compiling icu_locale_core v2.1.1
20022026-08-20T17:14:49.056Z Compiling slog v2.8.2
20032026-08-20T17:14:49.154Z Compiling tracing-core v0.1.36
20042026-08-20T17:14:49.293Z Compiling cookie v0.18.1
20052026-08-20T17:14:49.409Z Compiling camino v1.2.5
20062026-08-20T17:14:49.476Z Compiling icu_provider v2.1.1
20072026-08-20T17:14:49.951Z Compiling cpufeatures v0.2.17
20082026-08-20T17:14:49.952Z Compiling zeroize v1.9.0
20092026-08-20T17:14:49.952Z Compiling bytes v1.11.1
20102026-08-20T17:14:49.952Z Compiling chrono v0.4.45
20112026-08-20T17:14:49.952Z Compiling icu_properties v2.1.2
20122026-08-20T17:14:49.952Z Compiling icu_normalizer v2.1.1
20132026-08-20T17:14:50.211Z Compiling tokio v1.52.1
20142026-08-20T17:14:50.261Z Compiling serde_tokenstream v0.2.3
20152026-08-20T17:14:50.415Z Compiling crypto-common v0.1.7
20162026-08-20T17:14:50.456Z Compiling block-buffer v0.10.4
20172026-08-20T17:14:50.573Z Compiling der v0.7.10
20182026-08-20T17:14:50.611Z Compiling digest v0.10.7
20192026-08-20T17:14:50.629Z Compiling idna_adapter v1.2.1
20202026-08-20T17:14:50.828Z Compiling ppv-lite86 v0.2.21
20212026-08-20T17:14:50.844Z Compiling idna v1.1.0
20222026-08-20T17:14:51.005Z Compiling http v1.4.2
20232026-08-20T17:14:51.125Z Compiling rand_chacha v0.9.0
20242026-08-20T17:14:51.184Z Compiling url v2.5.8
20252026-08-20T17:14:51.255Z Compiling serde_spanned v0.6.9
20262026-08-20T17:14:51.407Z Compiling toml_datetime v0.6.11
20272026-08-20T17:14:51.439Z Compiling spki v0.7.3
20282026-08-20T17:14:51.589Z Compiling tracing v0.1.44
20292026-08-20T17:14:51.590Z Compiling darling v0.23.0
20302026-08-20T17:14:51.668Z Compiling zerocopy-derive v0.6.6
20312026-08-20T17:14:51.712Z Compiling clap_derive v4.6.1
20322026-08-20T17:14:51.749Z Compiling bitfield-macros v0.19.4
20332026-08-20T17:14:51.784Z Compiling packed_struct_codegen v0.10.1
20342026-08-20T17:14:51.910Z Compiling indexmap v1.9.3
20352026-08-20T17:14:51.925Z Compiling object v0.37.3
20362026-08-20T17:14:52.175Z Compiling paste v1.0.15
20372026-08-20T17:14:52.284Z Compiling simd-adler32 v0.3.8
20382026-08-20T17:14:52.434Z Compiling http-body v1.0.1
20392026-08-20T17:14:52.475Z Compiling pkcs8 v0.10.2
20402026-08-20T17:14:52.512Z Compiling rand v0.9.2
20412026-08-20T17:14:52.530Z Compiling rustls-pki-types v1.14.0
20422026-08-20T17:14:52.792Z Compiling spin v0.9.8
20432026-08-20T17:14:52.802Z Compiling usdt-impl v0.5.0
20442026-08-20T17:14:52.896Z Compiling fastrand v2.3.0
20452026-08-20T17:14:53.015Z Compiling openssl-probe v0.2.1
20462026-08-20T17:14:53.043Z Compiling either v1.15.0
20472026-08-20T17:14:53.167Z Compiling winnow v0.5.40
20482026-08-20T17:14:53.232Z Compiling cmov v0.5.4
20492026-08-20T17:14:53.253Z Compiling tinyvec_macros v0.1.1
20502026-08-20T17:14:53.253Z Compiling ref-cast v1.0.25
20512026-08-20T17:14:53.308Z Compiling utf8parse v0.2.2
20522026-08-20T17:14:53.330Z Compiling adler2 v2.0.1
20532026-08-20T17:14:53.378Z Compiling anstyle v1.0.14
20542026-08-20T17:14:53.403Z Compiling usdt-impl v0.6.0
20552026-08-20T17:14:53.428Z Compiling miniz_oxide v0.8.9
20562026-08-20T17:14:53.449Z Compiling ctutils v0.4.2
20572026-08-20T17:14:53.466Z Compiling anstyle-parse v1.0.0
20582026-08-20T17:14:53.556Z Compiling tinyvec v1.10.0
20592026-08-20T17:14:53.669Z Compiling sha2 v0.10.9
20602026-08-20T17:14:53.803Z Compiling scroll v0.13.0
20612026-08-20T17:14:53.811Z Compiling scroll v0.12.0
20622026-08-20T17:14:53.913Z Compiling terminal_size v0.4.3
20632026-08-20T17:14:53.934Z Compiling async-trait v0.1.89
20642026-08-20T17:14:53.966Z Compiling heapless v0.7.17
20652026-08-20T17:14:54.027Z Compiling tokio-util v0.7.18
20662026-08-20T17:14:54.145Z Compiling anstyle-query v1.1.5
20672026-08-20T17:14:54.165Z Compiling zstd-safe v7.2.4
20682026-08-20T17:14:54.189Z Compiling tower-layer v0.3.3
20692026-08-20T17:14:54.216Z Compiling atomic-waker v1.1.2
20702026-08-20T17:14:54.272Z Compiling rustix v0.38.44
20712026-08-20T17:14:54.345Z Compiling winnow v0.7.14
20722026-08-20T17:14:54.362Z Compiling colorchoice v1.0.4
20732026-08-20T17:14:54.394Z Compiling signal-hook v0.3.18
20742026-08-20T17:14:54.559Z Compiling toml_edit v0.19.15
20752026-08-20T17:14:54.621Z Compiling litrs v1.0.0
20762026-08-20T17:14:54.625Z Compiling winnow v1.0.3
20772026-08-20T17:14:54.811Z Compiling tower-service v0.3.3
20782026-08-20T17:14:54.818Z Compiling is_terminal_polyfill v1.70.2
20792026-08-20T17:14:54.977Z Compiling try-lock v0.2.5
20802026-08-20T17:14:54.999Z Compiling untrusted v0.7.1
20812026-08-20T17:14:55.028Z Compiling want v0.3.1
20822026-08-20T17:14:55.065Z Compiling anstream v1.0.0
20832026-08-20T17:14:55.086Z Compiling h2 v0.4.15
20842026-08-20T17:14:55.113Z Compiling document-features v0.2.12
20852026-08-20T17:14:55.382Z Compiling tempfile v3.27.0
20862026-08-20T17:14:55.650Z Compiling toml_parser v1.1.2+spec-1.1.0
20872026-08-20T17:14:55.743Z Compiling goblin v0.8.2
20882026-08-20T17:14:55.833Z Compiling goblin v0.10.5
20892026-08-20T17:14:55.868Z Compiling hybrid-array v0.4.13
20902026-08-20T17:14:56.001Z Compiling itertools v0.15.0
20912026-08-20T17:14:56.131Z Compiling ipnet v2.12.0
20922026-08-20T17:14:56.220Z Compiling zerocopy v0.7.35
20932026-08-20T17:14:56.455Z Compiling ref-cast-impl v1.0.25
20942026-08-20T17:14:56.509Z Compiling structmeta-derive v0.3.0
20952026-08-20T17:14:56.598Z Compiling daft-derive v0.1.7
20962026-08-20T17:14:56.683Z Compiling curve25519-dalek v4.1.3
20972026-08-20T17:14:56.701Z Compiling darling_core v0.20.11
20982026-08-20T17:14:56.785Z Compiling memoffset v0.9.1
20992026-08-20T17:14:56.935Z Compiling untrusted v0.9.0
21002026-08-20T17:14:57.007Z Compiling foreign-types-shared v0.1.1
21012026-08-20T17:14:57.028Z Compiling httpdate v1.0.3
21022026-08-20T17:14:57.146Z Compiling powerfmt v0.2.0
21032026-08-20T17:14:57.240Z Compiling tap v1.0.1
21042026-08-20T17:14:57.254Z Compiling foreign-types v0.3.2
21052026-08-20T17:14:57.325Z Compiling deranged v0.5.8
21062026-08-20T17:14:57.337Z Compiling wyz v0.5.1
21072026-08-20T17:14:57.476Z Compiling unicode-normalization v0.1.25
21082026-08-20T17:14:57.506Z Compiling structmeta v0.3.0
21092026-08-20T17:14:57.725Z Compiling dtrace-parser v0.2.0
21102026-08-20T17:14:57.745Z Compiling rand_chacha v0.3.1
21112026-08-20T17:14:57.957Z Compiling signature v2.2.0
21122026-08-20T17:14:58.005Z Compiling dof v0.3.0
21132026-08-20T17:14:58.041Z Compiling hex v0.4.3
21142026-08-20T17:14:58.155Z Compiling dtrace-parser v0.3.0
21152026-08-20T17:14:58.395Z Compiling hyper v1.10.1
21162026-08-20T17:14:58.417Z Compiling pin-project-internal v1.1.11
21172026-08-20T17:14:58.454Z Compiling num-integer v0.1.46
21182026-08-20T17:14:58.633Z Compiling dof v0.4.0
21192026-08-20T17:14:58.688Z Compiling darling_macro v0.20.11
21202026-08-20T17:14:58.712Z Compiling wait-timeout v0.2.1
21212026-08-20T17:14:58.751Z Compiling thread-id v5.1.0
21222026-08-20T17:14:58.768Z Compiling thread-id v4.2.2
21232026-08-20T17:14:58.873Z Compiling num_threads v0.1.7
21242026-08-20T17:14:59.001Z Compiling cfg_aliases v0.2.1
21252026-08-20T17:14:59.032Z Compiling bit-vec v0.8.0
21262026-08-20T17:14:59.042Z Compiling quick-error v1.2.3
21272026-08-20T17:14:59.086Z Compiling funty v2.0.0
21282026-08-20T17:14:59.097Z Compiling clap_lex v1.0.0
21292026-08-20T17:14:59.179Z Compiling owo-colors v4.3.0
21302026-08-20T17:14:59.273Z Compiling smoltcp v0.9.1
21312026-08-20T17:14:59.346Z Compiling clap_builder v4.6.0
21322026-08-20T17:14:59.351Z Compiling bit-set v0.8.0
21332026-08-20T17:14:59.351Z Compiling darling v0.20.11
21342026-08-20T17:14:59.396Z Compiling rusty-fork v0.3.1
21352026-08-20T17:14:59.478Z Compiling hyper-util v0.1.20
21362026-08-20T17:14:59.510Z Compiling bitvec v1.0.1
21372026-08-20T17:14:59.552Z Compiling nix v0.31.2
21382026-08-20T17:14:59.599Z Compiling time v0.3.47
21392026-08-20T17:14:59.624Z Compiling num-iter v0.1.45
21402026-08-20T17:14:59.778Z Compiling rand v0.8.6
21412026-08-20T17:14:59.942Z Compiling ipnetwork v0.21.1
21422026-08-20T17:14:59.998Z Compiling lazy_static v1.5.0
21432026-08-20T17:15:00.135Z Compiling hmac v0.12.1
21442026-08-20T17:15:00.438Z Compiling rand_xorshift v0.4.0
21452026-08-20T17:15:00.444Z Compiling curve25519-dalek-derive v0.1.1
21462026-08-20T17:15:00.573Z Compiling sync_wrapper v1.0.2
21472026-08-20T17:15:00.695Z Compiling unarray v0.1.4
21482026-08-20T17:15:00.827Z Compiling zlib-rs v0.6.2
21492026-08-20T17:15:01.033Z Compiling nodrop v0.1.14
21502026-08-20T17:15:01.058Z Compiling crc-catalog v2.4.0
21512026-08-20T17:15:01.080Z Compiling siphasher v1.0.2
21522026-08-20T17:15:01.211Z Compiling crc v3.4.0
21532026-08-20T17:15:01.256Z Compiling array-init v0.0.4
21542026-08-20T17:15:01.591Z Compiling clap v4.6.1
21552026-08-20T17:15:01.641Z Compiling proptest v1.11.0
21562026-08-20T17:15:01.665Z Compiling tower v0.5.3
21572026-08-20T17:15:02.276Z Compiling smallvec v0.6.14
21582026-08-20T17:15:02.425Z Compiling derive_builder_core v0.20.2
21592026-08-20T17:15:02.502Z Compiling pkcs1 v0.7.5
21602026-08-20T17:15:02.733Z Compiling http-body-util v0.1.3
21612026-08-20T17:15:02.840Z Compiling flate2 v1.1.9
21622026-08-20T17:15:02.853Z Compiling bitfield v0.19.4
21632026-08-20T17:15:02.880Z Compiling zerocopy v0.6.6
21642026-08-20T17:15:03.017Z Compiling snafu-derive v0.8.9
21652026-08-20T17:15:03.051Z Compiling strum_macros v0.26.4
21662026-08-20T17:15:03.090Z Compiling strum_macros v0.27.2
21672026-08-20T17:15:03.151Z Compiling hubpack_derive v0.1.1
21682026-08-20T17:15:03.239Z Compiling env_filter v2.0.0
21692026-08-20T17:15:03.274Z Compiling fs-err v3.3.0
21702026-08-20T17:15:03.331Z Compiling ryu v1.0.23
21712026-08-20T17:15:03.344Z Compiling gimli v0.32.3
21722026-08-20T17:15:03.517Z Compiling allocator-api2 v0.2.21
21732026-08-20T17:15:03.524Z Compiling hashbrown v0.12.3
21742026-08-20T17:15:03.596Z Compiling unicode-segmentation v1.12.0
21752026-08-20T17:15:03.742Z Compiling unicode-bidi v0.3.18
21762026-08-20T17:15:03.853Z Compiling base64 v0.21.7
21772026-08-20T17:15:04.005Z Compiling iri-string v0.7.10
21782026-08-20T17:15:04.272Z Compiling unicode-properties v0.1.4
21792026-08-20T17:15:04.326Z Compiling ron v0.8.1
21802026-08-20T17:15:04.596Z Compiling stringprep v0.1.5
21812026-08-20T17:15:04.736Z Compiling newtype-uuid v1.3.2
21822026-08-20T17:15:04.911Z Compiling serde_urlencoded v0.7.1
21832026-08-20T17:15:04.932Z Compiling env_logger v0.11.11
21842026-08-20T17:15:04.995Z Compiling derive_builder_macro v0.20.2
21852026-08-20T17:15:05.053Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21862026-08-20T17:15:05.171Z Compiling tower-http v0.6.8
21872026-08-20T17:15:05.241Z Compiling addr2line v0.25.1
21882026-08-20T17:15:05.265Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21892026-08-20T17:15:05.291Z Compiling rsa v0.9.10
21902026-08-20T17:15:05.319Z Compiling oxnet v0.1.6
21912026-08-20T17:15:05.404Z Compiling serde-hex v0.1.0
21922026-08-20T17:15:05.418Z Compiling tokio-native-tls v0.3.1
21932026-08-20T17:15:05.509Z Compiling hashbrown v0.13.2
21942026-08-20T17:15:05.567Z Compiling bzip2 v0.4.4
21952026-08-20T17:15:05.610Z Compiling usdt-attr-macro v0.6.0
21962026-08-20T17:15:05.626Z Compiling usdt-macro v0.6.0
21972026-08-20T17:15:05.684Z Compiling derive-ex v0.1.8
21982026-08-20T17:15:05.738Z Compiling block-buffer v0.12.1
21992026-08-20T17:15:05.780Z Compiling crypto-common v0.2.2
22002026-08-20T17:15:05.854Z Compiling block-padding v0.4.2
22012026-08-20T17:15:06.097Z Compiling rustls-native-certs v0.8.3
22022026-08-20T17:15:06.157Z Compiling x509-cert v0.2.5
22032026-08-20T17:15:06.397Z Compiling md-5 v0.10.6
22042026-08-20T17:15:06.436Z Compiling erased-serde v0.3.31
22052026-08-20T17:15:06.732Z Compiling bstr v1.12.1
22062026-08-20T17:15:06.867Z Compiling vergen-lib v9.1.0
22072026-08-20T17:15:06.891Z Compiling hash32 v0.2.1
22082026-08-20T17:15:06.972Z Compiling encoding_rs v0.8.35
22092026-08-20T17:15:07.056Z Compiling psl-types v2.0.11
22102026-08-20T17:15:07.075Z Compiling unicode-width v0.2.0
22112026-08-20T17:15:07.093Z Compiling mime v0.3.17
22122026-08-20T17:15:07.155Z Compiling rustc-demangle v0.1.27
22132026-08-20T17:15:07.189Z Compiling fallible-iterator v0.2.0
22142026-08-20T17:15:07.256Z Compiling cpufeatures v0.3.0
22152026-08-20T17:15:07.338Z Compiling crc-any v2.5.0
22162026-08-20T17:15:07.479Z Compiling postgres-protocol v0.6.10
22172026-08-20T17:15:07.526Z Compiling test-strategy v0.4.5
22182026-08-20T17:15:07.583Z Compiling publicsuffix v2.3.0
22192026-08-20T17:15:08.141Z Compiling backtrace v0.3.76
22202026-08-20T17:15:08.291Z Compiling inout v0.2.2
22212026-08-20T17:15:08.339Z Compiling object v0.30.4
22222026-08-20T17:15:08.401Z Compiling zip v0.6.6
22232026-08-20T17:15:08.464Z Compiling daft v0.1.7
22242026-08-20T17:15:08.499Z Compiling hyper-tls v0.6.0
22252026-08-20T17:15:08.518Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22262026-08-20T17:15:08.552Z Compiling derive_builder v0.20.2
22272026-08-20T17:15:08.565Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22282026-08-20T17:15:08.722Z Compiling heck v0.4.1
22292026-08-20T17:15:08.773Z Compiling phf_shared v0.13.1
22302026-08-20T17:15:08.868Z Compiling pin-project v1.1.11
22312026-08-20T17:15:08.911Z Compiling toml v0.7.8
22322026-08-20T17:15:08.980Z Compiling serde_with_macros v3.21.0
22332026-08-20T17:15:09.001Z Compiling futures-executor v0.3.32
22342026-08-20T17:15:09.043Z Compiling enum-as-inner v0.6.1
22352026-08-20T17:15:09.247Z Compiling async-recursion v1.1.1
22362026-08-20T17:15:09.258Z Compiling serde_repr v0.1.20
22372026-08-20T17:15:09.279Z Compiling miette-derive v7.6.0
22382026-08-20T17:15:09.458Z Compiling ff v0.13.1
22392026-08-20T17:15:09.490Z Compiling vergen v9.1.0
22402026-08-20T17:15:09.527Z Compiling cargo-platform v0.3.2
22412026-08-20T17:15:09.617Z Compiling base16ct v0.2.0
22422026-08-20T17:15:09.688Z Compiling foldhash v0.2.0
22432026-08-20T17:15:09.819Z Compiling is_ci v1.2.0
22442026-08-20T17:15:09.863Z Compiling libbz2-rs-sys v0.2.2
22452026-08-20T17:15:09.880Z Compiling managed v0.8.0
22462026-08-20T17:15:09.944Z Compiling jiff-core v0.1.0
22472026-08-20T17:15:09.986Z Compiling bumpalo v3.20.2
22482026-08-20T17:15:10.082Z Compiling unicode-linebreak v0.1.5
22492026-08-20T17:15:10.233Z Compiling bitflags v1.3.2
22502026-08-20T17:15:10.238Z Compiling path-slash v0.1.5
22512026-08-20T17:15:10.276Z Compiling same-file v1.0.6
22522026-08-20T17:15:10.319Z Compiling foldhash v0.1.5
22532026-08-20T17:15:10.380Z Compiling smawk v0.3.2
22542026-08-20T17:15:10.476Z Compiling walkdir v2.5.0
22552026-08-20T17:15:10.527Z Compiling textwrap v0.16.2
22562026-08-20T17:15:10.527Z Compiling hashbrown v0.15.5
22572026-08-20T17:15:10.559Z Compiling bzip2 v0.6.1
22582026-08-20T17:15:10.718Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22592026-08-20T17:15:10.754Z Compiling jiff v0.2.34
22602026-08-20T17:15:10.933Z Compiling zopfli v0.8.3
22612026-08-20T17:15:10.956Z Compiling supports-color v3.0.2
22622026-08-20T17:15:11.140Z Compiling hashbrown v0.16.1
22632026-08-20T17:15:11.158Z Compiling sec1 v0.7.3
22642026-08-20T17:15:11.194Z Compiling cargo_metadata v0.23.1
22652026-08-20T17:15:11.243Z Compiling group v0.13.0
22662026-08-20T17:15:11.518Z Compiling futures v0.3.32
22672026-08-20T17:15:11.765Z Compiling phf v0.13.1
22682026-08-20T17:15:11.776Z Compiling snafu v0.8.9
22692026-08-20T17:15:11.911Z Compiling reqwest v0.12.28
22702026-08-20T17:15:12.117Z Compiling signal-hook-mio v0.2.5
22712026-08-20T17:15:12.129Z Compiling cipher v0.5.2
22722026-08-20T17:15:12.659Z Compiling cookie_store v0.22.1
22732026-08-20T17:15:12.697Z Compiling backtrace-ext v0.2.1
22742026-08-20T17:15:12.697Z Compiling zstd v0.13.3
22752026-08-20T17:15:12.697Z Compiling postgres-types v0.2.12
22762026-08-20T17:15:12.697Z Compiling globset v0.4.18
22772026-08-20T17:15:12.697Z Compiling strum v0.27.2
22782026-08-20T17:15:12.697Z Compiling hubpack v0.1.2
22792026-08-20T17:15:12.699Z Compiling phf_shared v0.11.3
22802026-08-20T17:15:12.731Z Compiling hkdf v0.12.4
22812026-08-20T17:15:12.731Z Compiling crossbeam-epoch v0.9.18
22822026-08-20T17:15:12.751Z Compiling byte-wrapper v0.1.0
22832026-08-20T17:15:12.937Z Compiling ed25519 v2.2.3
22842026-08-20T17:15:12.957Z Compiling olpc-cjson v0.1.4
22852026-08-20T17:15:13.081Z Compiling crypto-bigint v0.5.5
22862026-08-20T17:15:13.136Z Compiling serde_plain v1.0.2
22872026-08-20T17:15:13.158Z Compiling serde-big-array v0.5.1
22882026-08-20T17:15:13.197Z Compiling pem v3.0.6
22892026-08-20T17:15:13.254Z Compiling float-cmp v0.10.0
22902026-08-20T17:15:13.311Z Compiling memmap2 v0.9.10
22912026-08-20T17:15:13.335Z Compiling static_assertions v1.1.0
22922026-08-20T17:15:13.534Z Compiling unicode-width v0.1.14
22932026-08-20T17:15:13.570Z Compiling fixedbitset v0.5.7
22942026-08-20T17:15:13.596Z Compiling data-encoding v2.10.0
22952026-08-20T17:15:13.611Z Compiling precomputed-hash v0.1.1
22962026-08-20T17:15:13.625Z Compiling keccak v0.1.6
22972026-08-20T17:15:13.716Z Compiling fixedbitset v0.4.2
22982026-08-20T17:15:13.823Z Compiling normalize-line-endings v0.3.0
22992026-08-20T17:15:13.831Z Compiling supports-unicode v3.0.0
23002026-08-20T17:15:13.842Z Compiling typed-path v0.9.3
23012026-08-20T17:15:13.859Z Compiling whoami v2.1.0
23022026-08-20T17:15:13.929Z Compiling supports-hyperlinks v3.2.0
23032026-08-20T17:15:13.959Z Compiling predicates-core v1.0.10
23042026-08-20T17:15:13.983Z Compiling new_debug_unreachable v1.0.6
23052026-08-20T17:15:14.078Z Compiling const-oid v0.10.2
23062026-08-20T17:15:14.092Z Compiling difflib v0.4.0
23072026-08-20T17:15:14.134Z Compiling toml_write v0.1.2
23082026-08-20T17:15:14.146Z Compiling tokio-postgres v0.7.16
23092026-08-20T17:15:14.220Z Compiling string_cache v0.8.9
23102026-08-20T17:15:14.257Z Compiling digest v0.11.3
23112026-08-20T17:15:14.291Z Compiling toml_edit v0.22.27
23122026-08-20T17:15:14.348Z Compiling predicates v3.1.4
23132026-08-20T17:15:14.456Z Compiling miette v7.6.0
23142026-08-20T17:15:14.486Z Compiling elliptic-curve v0.13.8
23152026-08-20T17:15:14.511Z Compiling hickory-proto v0.25.2
23162026-08-20T17:15:14.551Z Compiling petgraph v0.6.5
23172026-08-20T17:15:14.682Z Compiling sha3 v0.10.8
23182026-08-20T17:15:14.893Z Compiling petgraph v0.8.3
23192026-08-20T17:15:14.952Z Compiling chacha20 v0.10.0
23202026-08-20T17:15:15.176Z Compiling usdt v0.6.0
23212026-08-20T17:15:15.415Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23222026-08-20T17:15:16.132Z Compiling ed25519-dalek v2.2.0
23232026-08-20T17:15:16.286Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23242026-08-20T17:15:16.302Z Compiling zip v4.6.1
23252026-08-20T17:15:16.846Z Compiling crossterm v0.28.1
23262026-08-20T17:15:17.575Z Compiling iddqd v0.4.2
23272026-08-20T17:15:17.651Z Compiling serde_with v3.21.0
23282026-08-20T17:15:17.651Z Compiling similar v2.7.0
23292026-08-20T17:15:17.684Z Compiling strum v0.26.3
23302026-08-20T17:15:17.882Z Compiling tokio-stream v0.1.18
23312026-08-20T17:15:18.031Z Compiling buf-list v1.1.2
23322026-08-20T17:15:18.289Z Compiling itertools v0.13.0
23332026-08-20T17:15:18.331Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23342026-08-20T17:15:18.348Z Compiling openapiv3 v2.2.0
23352026-08-20T17:15:19.193Z Compiling peg-runtime v0.8.5
23362026-08-20T17:15:19.548Z Compiling lalrpop-util v0.19.12
23372026-08-20T17:15:34.750Z Compiling rustls-webpki v0.103.13
23382026-08-20T17:15:38.319Z Compiling tokio-rustls v0.26.4
23392026-08-20T17:15:38.423Z Compiling rustls-platform-verifier v0.6.2
23402026-08-20T17:15:38.648Z Compiling hyper-rustls v0.27.7
23412026-08-20T17:15:38.670Z Compiling tough v0.22.0
23422026-08-20T17:15:38.949Z Compiling reqwest v0.13.2
23432026-08-20T17:15:41.486Z Compiling macaddr v1.0.1
23442026-08-20T17:15:41.518Z Compiling crucible-workspace-hack v0.1.0
23452026-08-20T17:15:41.551Z Compiling rayon-core v1.13.0
23462026-08-20T17:15:41.642Z Compiling secrecy v0.10.3
23472026-08-20T17:15:41.679Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23482026-08-20T17:15:41.787Z Compiling heapless v0.8.0
23492026-08-20T17:15:41.822Z Compiling toml_datetime v0.7.5+spec-1.1.0
23502026-08-20T17:15:41.839Z Compiling crossbeam-deque v0.8.6
23512026-08-20T17:15:41.978Z Compiling toml_edit v0.23.10+spec-1.0.0
23522026-08-20T17:15:42.038Z Compiling ingot-macros v0.2.0
23532026-08-20T17:15:42.055Z Compiling inout v0.1.4
23542026-08-20T17:15:42.090Z Compiling hash32 v0.3.1
23552026-08-20T17:15:42.116Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23562026-08-20T17:15:42.260Z Compiling multer v3.1.0
23572026-08-20T17:15:42.275Z Compiling thread_local v1.1.9
23582026-08-20T17:15:42.294Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-08-20T17:15:42.294Z Compiling compression-core v0.4.31
23602026-08-20T17:15:42.331Z Compiling match_cfg v0.1.0
23612026-08-20T17:15:42.355Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23622026-08-20T17:15:42.373Z Compiling smoltcp v0.11.0
23632026-08-20T17:15:42.428Z Compiling slog-async v2.8.0
23642026-08-20T17:15:42.517Z Compiling proc-macro-crate v3.4.0
23652026-08-20T17:15:42.560Z Compiling compression-codecs v0.4.37
23662026-08-20T17:15:42.574Z Compiling hostname v0.3.1
23672026-08-20T17:15:42.633Z Compiling cipher v0.4.4
23682026-08-20T17:15:42.767Z Compiling atomicwrites v0.4.4
23692026-08-20T17:15:42.779Z Compiling slog-json v2.6.1
23702026-08-20T17:15:42.786Z Compiling crossbeam-channel v0.5.15
23712026-08-20T17:15:42.885Z Compiling half v2.7.1
23722026-08-20T17:15:42.912Z Compiling newtype-uuid-macros v0.1.0
23732026-08-20T17:15:42.926Z Compiling universal-hash v0.5.1
23742026-08-20T17:15:42.964Z Compiling cobs v0.3.0
23752026-08-20T17:15:43.054Z Compiling async-stream-impl v0.3.6
23762026-08-20T17:15:43.070Z Compiling thiserror-impl-no-std v2.0.2
23772026-08-20T17:15:43.099Z Compiling serde_spanned v1.1.1
23782026-08-20T17:15:43.147Z Compiling toml_datetime v1.1.1+spec-1.1.0
23792026-08-20T17:15:43.251Z Compiling is-terminal v0.4.17
23802026-08-20T17:15:43.272Z Compiling dropshot v0.17.1
23812026-08-20T17:15:43.285Z Compiling proc-macro-error-attr v1.0.4
23822026-08-20T17:15:43.375Z Compiling convert_case v0.4.0
23832026-08-20T17:15:43.490Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23842026-08-20T17:15:43.510Z Compiling opaque-debug v0.3.1
23852026-08-20T17:15:43.510Z Compiling toml_writer v1.1.1+spec-1.1.0
23862026-08-20T17:15:43.541Z Compiling take_mut v0.2.2
23872026-08-20T17:15:43.590Z Compiling term v1.2.1
23882026-08-20T17:15:43.622Z Compiling ciborium-io v0.2.2
23892026-08-20T17:15:43.644Z Compiling async-stream v0.3.6
23902026-08-20T17:15:43.663Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23912026-08-20T17:15:43.715Z Compiling derive_more v0.99.20
23922026-08-20T17:15:43.750Z Compiling toml v1.1.2+spec-1.1.0
23932026-08-20T17:15:43.771Z Compiling ciborium-ll v0.2.2
23942026-08-20T17:15:43.806Z Compiling poly1305 v0.8.0
23952026-08-20T17:15:44.084Z Compiling slog-term v2.9.2
23962026-08-20T17:15:44.102Z Compiling postcard v1.1.3
23972026-08-20T17:15:44.102Z Compiling slog-bunyan v2.5.0
23982026-08-20T17:15:44.117Z Compiling thiserror-no-std v2.0.2
23992026-08-20T17:15:44.222Z Compiling num_enum_derive v0.7.6
24002026-08-20T17:15:44.262Z Compiling chacha20 v0.9.1
24012026-08-20T17:15:44.281Z Compiling async-compression v0.4.41
24022026-08-20T17:15:44.453Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24032026-08-20T17:15:44.536Z Compiling sha1 v0.11.0
24042026-08-20T17:15:44.677Z Compiling ingot-types v0.2.0
24052026-08-20T17:15:44.792Z Compiling parse-display-derive v0.10.0
24062026-08-20T17:15:44.932Z Compiling proc-macro-crate v1.3.1
24072026-08-20T17:15:45.057Z Compiling waitgroup v0.1.2
24082026-08-20T17:15:45.184Z Compiling ingot v0.2.1
24092026-08-20T17:15:45.195Z Compiling backon v1.6.0
24102026-08-20T17:15:45.218Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24112026-08-20T17:15:45.226Z Compiling rustls-pemfile v2.2.0
24122026-08-20T17:15:45.301Z Compiling blake2 v0.10.6
24132026-08-20T17:15:45.431Z Compiling dropshot_endpoint v0.17.1
24142026-08-20T17:15:45.476Z Compiling aead v0.5.2
24152026-08-20T17:15:45.557Z Compiling password-hash v0.5.0
24162026-08-20T17:15:45.646Z Compiling foreign-types-macros v0.2.3
24172026-08-20T17:15:45.699Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24182026-08-20T17:15:45.847Z Compiling serde_path_to_error v0.1.20
24192026-08-20T17:15:45.907Z Compiling hostname v0.4.2
24202026-08-20T17:15:45.993Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24212026-08-20T17:15:46.101Z Compiling proc-macro-error v1.0.4
24222026-08-20T17:15:46.144Z Compiling instant v0.1.13
24232026-08-20T17:15:46.220Z Compiling debug-ignore v1.0.5
24242026-08-20T17:15:46.274Z Compiling foreign-types-shared v0.3.1
24252026-08-20T17:15:46.291Z Compiling parse-display v0.10.0
24262026-08-20T17:15:46.323Z Compiling backoff v0.4.0
24272026-08-20T17:15:46.356Z Compiling argon2 v0.5.3
24282026-08-20T17:15:46.371Z Compiling foreign-types v0.5.0
24292026-08-20T17:15:46.379Z Compiling chacha20poly1305 v0.10.1
24302026-08-20T17:15:46.405Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24312026-08-20T17:15:46.457Z Compiling num_enum_derive v0.5.11
24322026-08-20T17:15:46.472Z Compiling num_enum v0.7.6
24332026-08-20T17:15:46.538Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24342026-08-20T17:15:46.568Z Compiling vsss-rs v3.3.4
24352026-08-20T17:15:46.582Z Compiling ciborium v0.2.2
24362026-08-20T17:15:46.893Z Compiling regress v0.10.5
24372026-08-20T17:15:46.971Z Compiling itertools v0.14.0
24382026-08-20T17:15:47.009Z Compiling tabwriter v1.4.1
24392026-08-20T17:15:47.043Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24402026-08-20T17:15:47.101Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24412026-08-20T17:15:47.254Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24422026-08-20T17:15:47.381Z Compiling cstr-argument v0.1.2
24432026-08-20T17:15:47.400Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24442026-08-20T17:15:47.416Z Compiling humantime v2.3.0
24452026-08-20T17:15:47.436Z Compiling num_enum v0.5.11
24462026-08-20T17:15:47.529Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24472026-08-20T17:15:47.580Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24482026-08-20T17:15:47.589Z Compiling rayon v1.11.0
24492026-08-20T17:15:47.639Z Compiling rand v0.10.1
24502026-08-20T17:15:47.706Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24512026-08-20T17:15:47.772Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24522026-08-20T17:15:47.842Z Compiling indent_write v2.2.0
24532026-08-20T17:15:47.878Z Compiling colored v3.1.1
24542026-08-20T17:15:47.898Z Compiling libefi-sys v0.1.0
24552026-08-20T17:15:47.931Z Compiling zone_cfg_derive v0.3.1
24562026-08-20T17:15:47.956Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24572026-08-20T17:15:48.029Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24582026-08-20T17:15:48.188Z Compiling camino-tempfile v1.4.1
24592026-08-20T17:15:48.611Z Compiling itertools v0.12.1
24602026-08-20T17:15:48.611Z Compiling usdt-macro v0.5.0
24612026-08-20T17:15:48.618Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24622026-08-20T17:15:48.634Z Compiling usdt-attr-macro v0.5.0
24632026-08-20T17:15:48.634Z Compiling bitfield-struct v0.6.2
24642026-08-20T17:15:48.634Z Compiling num-derive v0.4.2
24652026-08-20T17:15:48.702Z Compiling blake3 v1.8.5
24662026-08-20T17:15:48.702Z Compiling sigpipe v0.1.3
24672026-08-20T17:15:48.763Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24682026-08-20T17:15:48.763Z Compiling memmap v0.7.0
24692026-08-20T17:15:48.803Z Compiling glob v0.3.3
24702026-08-20T17:15:48.866Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24712026-08-20T17:15:48.936Z Compiling swrite v0.1.0
24722026-08-20T17:15:48.953Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24732026-08-20T17:15:49.197Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24742026-08-20T17:15:49.209Z Compiling smf v0.2.3
24752026-08-20T17:15:49.312Z Compiling filetime v0.2.27
24762026-08-20T17:15:49.331Z Compiling usdt v0.5.0
24772026-08-20T17:15:49.368Z Compiling arrayvec v0.7.6
24782026-08-20T17:15:49.475Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24792026-08-20T17:15:49.496Z Compiling zone v0.3.1
24802026-08-20T17:15:49.511Z Compiling xattr v1.6.1
24812026-08-20T17:15:49.541Z Compiling arrayref v0.3.9
24822026-08-20T17:15:49.609Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24832026-08-20T17:15:49.623Z Compiling whoami v1.6.1
24842026-08-20T17:15:49.639Z Compiling constant_time_eq v0.4.2
24852026-08-20T17:15:49.656Z Compiling tar v0.4.46
24862026-08-20T17:15:49.696Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24872026-08-20T17:15:49.738Z Compiling tokio-dtrace v0.1.1
24882026-08-20T17:15:49.781Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24892026-08-20T17:15:49.799Z Compiling gethostname v0.5.0
24902026-08-20T17:15:49.967Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24912026-08-20T17:15:49.982Z Compiling console v0.16.2
24922026-08-20T17:15:50.115Z Compiling topological-sort v0.2.2
24932026-08-20T17:15:50.137Z Compiling unit-prefix v0.5.2
24942026-08-20T17:15:50.200Z Compiling oxide-tokio-rt v0.1.4
24952026-08-20T17:15:50.325Z Compiling toml v0.8.23
24962026-08-20T17:15:50.406Z Compiling indicatif v0.18.4
24972026-08-20T17:15:50.434Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24982026-08-20T17:15:50.596Z Compiling shell-words v1.1.1
24992026-08-20T17:16:01.463Z Compiling progenitor-client v0.14.0
25002026-08-20T17:16:01.463Z Compiling omicron-zone-package v0.12.3
25012026-08-20T17:16:01.463Z Compiling progenitor-extras v0.2.0
25022026-08-20T17:16:01.463Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25032026-08-20T17:16:01.463Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25042026-08-20T17:16:01.463Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25052026-08-20T17:16:01.463Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25062026-08-20T17:16:01.463Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25072026-08-20T17:16:01.463Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25082026-08-20T17:16:01.463Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25092026-08-20T17:16:01.463Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25102026-08-20T17:16:01.463Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-08-20T17:16:04.919Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25122026-08-20T17:16:13.864Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25132026-08-20T17:16:17.204Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25142026-08-20T17:16:18.294Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25152026-08-20T17:16:28.349Z Finished `release` profile [optimized] target(s) in 1m 48s
25162026-08-20T17:16:28.498Z Running `target/release/omicron-package -t test target create -p dev`
25172026-08-20T17:16:28.565ZLogging to: /work/oxidecomputer/omicron/out/LOG
25182026-08-20T17:16:28.569ZCreated new build target 'test' and set it as active
25192026-08-20T17:16:28.569Z
25202026-08-20T17:16:28.569Zreal 1:48.716729702
25212026-08-20T17:16:28.569Zuser 18:02.861517174
25222026-08-20T17:16:28.570Zsys 2:49.231474018
25232026-08-20T17:16:28.570Ztrap 0.505769286
25242026-08-20T17:16:28.570Ztflt 2.360729541
25252026-08-20T17:16:28.570Zdflt 4.783886312
25262026-08-20T17:16:28.570Zkflt 0.006876854
25272026-08-20T17:16:28.570Zlock 59:04.738602886
25282026-08-20T17:16:28.570Zslp 45:59.605760794
25292026-08-20T17:16:28.570Zlat 50.978623483
25302026-08-20T17:16:28.570Zstop 6:24.516495945
25312026-08-20T17:16:28.570Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25322026-08-20T17:16:29.481Z Finished `release` profile [optimized] target(s) in 0.90s
25332026-08-20T17:16:29.559Z Running `target/release/omicron-package -t test package`
25342026-08-20T17:16:29.615ZLogging to: /work/oxidecomputer/omicron/out/LOG
25352026-08-20T17:16:31.097Z Compiling heck v0.5.0
25362026-08-20T17:16:31.097Z Compiling regress v0.11.1
25372026-08-20T17:16:31.343Z Compiling unsafe-libyaml v0.2.11
25382026-08-20T17:16:31.365Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25392026-08-20T17:16:31.395Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-08-20T17:16:31.395Z Compiling derive-where v1.6.0
25412026-08-20T17:16:31.403Z Compiling bytecount v0.6.9
25422026-08-20T17:16:31.455Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25432026-08-20T17:16:31.455Z Compiling atomicwrites v0.4.4
25442026-08-20T17:16:31.458Z Compiling is-terminal v0.4.17
25452026-08-20T17:16:31.458Z Compiling prettyplease v0.2.37
25462026-08-20T17:16:31.458Z Compiling newline-converter v0.3.0
25472026-08-20T17:16:31.478Z Compiling console v0.15.11
25482026-08-20T17:16:31.517Z Compiling slog-dtrace v0.3.0
25492026-08-20T17:16:31.526Z Compiling cancel-safe-futures v0.1.5
25502026-08-20T17:16:31.621Z Compiling resolv-conf v0.7.6
25512026-08-20T17:16:31.649Z Compiling num-rational v0.4.2
25522026-08-20T17:16:31.671Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25532026-08-20T17:16:31.674Z Compiling num-complex v0.4.6
25542026-08-20T17:16:31.713Z Compiling thread_local v1.1.9
25552026-08-20T17:16:31.844Z Compiling compression-core v0.4.31
25562026-08-20T17:16:31.864Z Compiling serde_yaml v0.9.34+deprecated
25572026-08-20T17:16:31.976Z Compiling expectorate v1.2.0
25582026-08-20T17:16:32.028Z Compiling match_cfg v0.1.0
25592026-08-20T17:16:32.049Z Compiling compression-codecs v0.4.37
25602026-08-20T17:16:32.123Z Compiling hostname v0.3.1
25612026-08-20T17:16:32.163Z Compiling num v0.4.3
25622026-08-20T17:16:32.214Z Compiling multer v3.1.0
25632026-08-20T17:16:32.249Z Compiling slog-async v2.8.0
25642026-08-20T17:16:32.272Z Compiling crossbeam-channel v0.5.15
25652026-08-20T17:16:32.295Z Compiling slog-json v2.6.1
25662026-08-20T17:16:32.298Z Compiling serde_spanned v1.1.1
25672026-08-20T17:16:32.343Z Compiling toml_datetime v1.1.1+spec-1.1.0
25682026-08-20T17:16:32.366Z Compiling float-ord v0.3.2
25692026-08-20T17:16:32.498Z Compiling term v1.2.1
25702026-08-20T17:16:32.519Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25712026-08-20T17:16:32.542Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25722026-08-20T17:16:32.573Z Compiling linear-map v1.2.0
25732026-08-20T17:16:32.595Z Compiling toml_writer v1.1.1+spec-1.1.0
25742026-08-20T17:16:32.619Z Compiling oxide-update-engine-types v0.1.2
25752026-08-20T17:16:32.685Z Compiling linked-hash-map v0.5.6
25762026-08-20T17:16:32.687Z Compiling take_mut v0.2.2
25772026-08-20T17:16:32.687Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25782026-08-20T17:16:32.713Z Compiling slog-bunyan v2.5.0
25792026-08-20T17:16:32.811Z Compiling toml v1.1.2+spec-1.1.0
25802026-08-20T17:16:32.833Z Compiling slog-term v2.9.2
25812026-08-20T17:16:32.877Z Compiling typify-impl v0.6.2
25822026-08-20T17:16:32.901Z Compiling lru-cache v0.1.2
25832026-08-20T17:16:32.904Z Compiling async-compression v0.4.41
25842026-08-20T17:16:33.080Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25852026-08-20T17:16:33.195Z Compiling async-stream v0.3.6
25862026-08-20T17:16:33.247Z Compiling dropshot v0.17.1
25872026-08-20T17:16:33.269Z Compiling progenitor-client v0.14.0
25882026-08-20T17:16:33.293Z Compiling sha1 v0.11.0
25892026-08-20T17:16:33.318Z Compiling waitgroup v0.1.2
25902026-08-20T17:16:33.356Z Compiling rustls-pemfile v2.2.0
25912026-08-20T17:16:33.381Z Compiling backon v1.6.0
25922026-08-20T17:16:33.403Z Compiling serde_path_to_error v0.1.20
25932026-08-20T17:16:33.482Z Compiling hostname v0.4.2
25942026-08-20T17:16:33.577Z Compiling instant v0.1.13
25952026-08-20T17:16:33.598Z Compiling minimal-lexical v0.2.1
25962026-08-20T17:16:33.622Z Compiling debug-ignore v1.0.5
25972026-08-20T17:16:33.643Z Compiling progenitor-extras v0.2.0
25982026-08-20T17:16:33.662Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25992026-08-20T17:16:33.716Z Compiling backoff v0.4.0
26002026-08-20T17:16:33.790Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26012026-08-20T17:16:33.898Z Compiling oxide-update-engine v0.1.2
26022026-08-20T17:16:33.954Z Compiling nom v7.1.3
26032026-08-20T17:16:33.981Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26042026-08-20T17:16:33.981Z Compiling parse-display v0.10.0
26052026-08-20T17:16:33.985Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26062026-08-20T17:16:34.050Z Compiling hickory-proto v0.24.4
26072026-08-20T17:16:34.511Z Compiling regress v0.10.5
26082026-08-20T17:16:34.732Z Compiling itertools v0.14.0
26092026-08-20T17:16:35.215Z Compiling macaddr v1.0.1
26102026-08-20T17:16:35.305Z Compiling humantime v2.3.0
26112026-08-20T17:16:35.384Z Compiling unicode-xid v0.2.6
26122026-08-20T17:16:35.542Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26132026-08-20T17:16:35.596Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-08-20T17:16:35.724Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26152026-08-20T17:16:35.768Z Compiling convert_case v0.10.0
26162026-08-20T17:16:35.977Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26172026-08-20T17:16:36.003Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26182026-08-20T17:16:36.072Z Compiling derive_more-impl v2.1.1
26192026-08-20T17:16:36.123Z Compiling toml v0.8.23
26202026-08-20T17:16:36.263Z Compiling papergrid v0.11.0
26212026-08-20T17:16:36.440Z Compiling typify-macro v0.6.2
26222026-08-20T17:16:36.577Z Compiling tabled_derive v0.7.0
26232026-08-20T17:16:36.715Z Compiling hickory-resolver v0.24.4
26242026-08-20T17:16:36.762Z Compiling termtree v0.5.1
26252026-08-20T17:16:36.880Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26262026-08-20T17:16:36.971Z Compiling derive_more v2.1.1
26272026-08-20T17:16:37.082Z Compiling crossterm v0.29.0
26282026-08-20T17:16:37.312Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26292026-08-20T17:16:37.501Z Compiling tabled v0.15.0
26302026-08-20T17:16:37.913Z Compiling phf_shared v0.12.1
26312026-08-20T17:16:38.119Z Compiling typify v0.6.2
26322026-08-20T17:16:38.611Z Compiling progenitor-impl v0.14.0
26332026-08-20T17:16:38.650Z Compiling qorb v0.4.1
26342026-08-20T17:16:39.060Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26352026-08-20T17:16:39.586Z Compiling vte v0.14.1
26362026-08-20T17:16:39.877Z Compiling csv-core v0.1.13
26372026-08-20T17:16:39.951Z Compiling highway v1.3.0
26382026-08-20T17:16:40.456Z Compiling progenitor-macro v0.14.0
26392026-08-20T17:16:40.684Z Compiling chrono-tz v0.10.4
26402026-08-20T17:16:40.947Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26412026-08-20T17:16:41.283Z Compiling csv v1.4.0
26422026-08-20T17:16:41.555Z Compiling strip-ansi-escapes v0.2.1
26432026-08-20T17:16:42.009Z Compiling phf v0.12.1
26442026-08-20T17:16:42.121Z Compiling const_format_proc_macros v0.2.34
26452026-08-20T17:16:42.151Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26462026-08-20T17:16:42.244Z Compiling fd-lock v4.0.4
26472026-08-20T17:16:42.411Z Compiling peg-macros v0.8.5
26482026-08-20T17:16:42.640Z Compiling nu-ansi-term v0.50.3
26492026-08-20T17:16:42.902Z Compiling const_format v0.2.35
26502026-08-20T17:16:43.006Z Compiling reedline v0.40.0
26512026-08-20T17:16:43.193Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26522026-08-20T17:16:43.411Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26532026-08-20T17:16:43.702Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26542026-08-20T17:16:43.897Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26552026-08-20T17:16:44.576Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26562026-08-20T17:16:44.688Z Compiling progenitor v0.14.0
26572026-08-20T17:16:44.900Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26582026-08-20T17:16:45.050Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26592026-08-20T17:16:45.055Z Compiling peg v0.8.5
26602026-08-20T17:16:45.182Z Compiling bcs v0.1.6
26612026-08-20T17:16:45.630Z Compiling nom v8.0.0
26622026-08-20T17:16:45.633Z Compiling semver v0.1.20
26632026-08-20T17:16:45.949Z Compiling rustc_version v0.1.7
26642026-08-20T17:16:46.190Z Compiling newtype_derive v0.1.6
26652026-08-20T17:16:46.433Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26662026-08-20T17:16:46.464Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26672026-08-20T17:16:46.704Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26682026-08-20T17:16:46.882Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26692026-08-20T17:16:47.062Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26702026-08-20T17:16:47.338Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26712026-08-20T17:16:47.364Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26722026-08-20T17:16:47.811Z Compiling dropshot-api-manager-types v0.8.0
26732026-08-20T17:16:47.860Z Compiling sha1 v0.10.6
26742026-08-20T17:16:47.904Z Compiling steno v0.4.1
26752026-08-20T17:16:48.119Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26762026-08-20T17:16:48.330Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26772026-08-20T17:16:48.366Z Compiling tagptr v0.2.0
26782026-08-20T17:16:48.402Z Compiling utf-8 v0.7.6
26792026-08-20T17:16:48.567Z Compiling moka v0.12.13
26802026-08-20T17:16:48.650Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26812026-08-20T17:16:48.842Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26822026-08-20T17:16:49.107Z Compiling tungstenite v0.21.0
26832026-08-20T17:16:49.568Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26842026-08-20T17:16:49.908Z Compiling hickory-resolver v0.25.2
26852026-08-20T17:16:50.902Z Compiling tokio-tungstenite v0.21.0
26862026-08-20T17:16:51.301Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26872026-08-20T17:16:51.338Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26882026-08-20T17:16:52.242Z Compiling darling_core v0.21.3
26892026-08-20T17:16:53.520Z Compiling display-error-chain v0.2.2
26902026-08-20T17:16:53.619Z Compiling libscf-sys v1.2.0
26912026-08-20T17:16:53.704Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26922026-08-20T17:16:53.842Z Compiling vergen-lib v0.1.6
26932026-08-20T17:16:54.066Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26942026-08-20T17:16:54.208Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26952026-08-20T17:16:54.440Z Compiling darling_macro v0.21.3
26962026-08-20T17:16:54.988Z Compiling darling v0.21.3
26972026-08-20T17:16:55.104Z Compiling diesel_derives v2.3.7
26982026-08-20T17:16:55.324Z Compiling dsl_auto_type v0.2.0
26992026-08-20T17:16:55.586Z Compiling scheduled-thread-pool v0.2.7
27002026-08-20T17:16:55.797Z Compiling vergen-gitcl v1.0.8
27012026-08-20T17:16:55.877Z Compiling diesel_table_macro_syntax v0.3.0
27022026-08-20T17:16:56.040Z Compiling dirs-sys-next v0.1.2
27032026-08-20T17:16:56.101Z Compiling crunchy v0.2.4
27042026-08-20T17:16:56.164Z Compiling glob v0.3.3
27052026-08-20T17:16:56.193Z Compiling maplit v1.0.2
27062026-08-20T17:16:56.252Z Compiling dirs-next v2.0.0
27072026-08-20T17:16:56.355Z Compiling r2d2 v0.8.10
27082026-08-20T17:16:56.437Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27092026-08-20T17:16:56.458Z Compiling papergrid v0.18.0
27102026-08-20T17:16:56.527Z Compiling clang-sys v1.8.1
27112026-08-20T17:16:56.598Z Compiling tiny-keccak v2.0.2
27122026-08-20T17:16:56.621Z Compiling downcast-rs v2.0.2
27132026-08-20T17:16:56.647Z Compiling xshell-macros v0.2.7
27142026-08-20T17:16:56.842Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27152026-08-20T17:16:56.874Z Compiling term v0.7.0
27162026-08-20T17:16:56.953Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27172026-08-20T17:16:57.050Z Compiling xshell v0.2.7
27182026-08-20T17:16:57.110Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27192026-08-20T17:16:57.264Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27202026-08-20T17:16:57.379Z Compiling bit-vec v0.6.3
27212026-08-20T17:16:57.490Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27222026-08-20T17:16:57.576Z Compiling bit-set v0.5.3
27232026-08-20T17:16:57.601Z Compiling ascii-canvas v3.0.0
27242026-08-20T17:16:57.767Z Compiling tabled v0.21.0
27252026-08-20T17:16:57.860Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27262026-08-20T17:16:57.881Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27272026-08-20T17:16:58.048Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27282026-08-20T17:16:58.306Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27292026-08-20T17:16:58.517Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27302026-08-20T17:16:58.560Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27312026-08-20T17:16:58.792Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27322026-08-20T17:16:58.815Z Compiling itertools v0.10.5
27332026-08-20T17:16:59.019Z Compiling ena v0.14.4
27342026-08-20T17:16:59.161Z Compiling libloading v0.8.9
27352026-08-20T17:16:59.267Z Compiling regex-syntax v0.6.29
27362026-08-20T17:16:59.342Z Compiling diff v0.1.13
27372026-08-20T17:16:59.397Z Compiling unicase v2.9.0
27382026-08-20T17:16:59.602Z Compiling bindgen v0.71.1
27392026-08-20T17:16:59.955Z Compiling cexpr v0.6.0
27402026-08-20T17:16:59.985Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27412026-08-20T17:17:00.224Z Compiling rustc-hash v2.1.1
27422026-08-20T17:17:00.408Z Compiling crc8 v0.1.1
27432026-08-20T17:17:00.623Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27442026-08-20T17:17:00.852Z Compiling lalrpop v0.19.12
27452026-08-20T17:17:01.030Z Compiling diesel v2.3.7
27462026-08-20T17:17:01.054Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27472026-08-20T17:17:01.216Z Compiling headers-core v0.3.0
27482026-08-20T17:17:01.569Z Compiling libxml v0.3.3
27492026-08-20T17:17:01.831Z Compiling headers v0.4.1
27502026-08-20T17:17:01.882Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27512026-08-20T17:17:02.103Z Compiling strum_macros v0.24.3
27522026-08-20T17:17:02.130Z Compiling indoc v1.0.9
27532026-08-20T17:17:02.378Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27542026-08-20T17:17:02.570Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27552026-08-20T17:17:02.609Z Compiling derive_builder v0.20.2
27562026-08-20T17:17:02.714Z Compiling oso-derive v0.27.3
27572026-08-20T17:17:02.781Z Compiling quick-xml v0.37.5
27582026-08-20T17:17:03.243Z Compiling impl-trait-for-tuples v0.2.3
27592026-08-20T17:17:03.345Z Compiling openssl-probe v0.1.6
27602026-08-20T17:17:03.498Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27612026-08-20T17:17:03.644Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27622026-08-20T17:17:03.834Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27632026-08-20T17:17:04.209Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27642026-08-20T17:17:04.245Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27652026-08-20T17:17:04.385Z Compiling bb8 v0.8.6
27662026-08-20T17:17:04.466Z Compiling trait-variant v0.1.2
27672026-08-20T17:17:04.519Z Compiling proc-macro-error-attr2 v2.0.0
27682026-08-20T17:17:04.784Z Compiling half v1.8.3
27692026-08-20T17:17:04.972Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27702026-08-20T17:17:05.028Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27712026-08-20T17:17:05.069Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27722026-08-20T17:17:05.248Z Compiling serde_cbor v0.11.2
27732026-08-20T17:17:05.273Z Compiling proc-macro-error2 v2.0.1
27742026-08-20T17:17:05.559Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27752026-08-20T17:17:05.623Z Compiling hashbrown v0.14.5
27762026-08-20T17:17:05.761Z Compiling rfc6979 v0.4.0
27772026-08-20T17:17:05.803Z Compiling salty v0.3.0
27782026-08-20T17:17:05.929Z Compiling ecdsa v0.16.9
27792026-08-20T17:17:06.055Z Compiling samael v0.0.19
27802026-08-20T17:17:06.166Z Compiling knus-derive v3.4.0
27812026-08-20T17:17:06.231Z Compiling chumsky v0.9.3
27822026-08-20T17:17:06.374Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27832026-08-20T17:17:06.438Z Compiling progenitor-impl v0.13.0
27842026-08-20T17:17:06.560Z Compiling primeorder v0.13.6
27852026-08-20T17:17:06.882Z Compiling nonempty v0.12.0
27862026-08-20T17:17:07.114Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27872026-08-20T17:17:07.525Z Compiling knus v3.4.0
27882026-08-20T17:17:07.547Z Compiling p384 v0.13.1
27892026-08-20T17:17:08.343Z Compiling polar-core v0.27.3
27902026-08-20T17:17:08.444Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27912026-08-20T17:17:08.611Z Compiling progenitor-macro v0.13.0
27922026-08-20T17:17:09.117Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27932026-08-20T17:17:09.767Z Compiling progenitor-client v0.13.0
27942026-08-20T17:17:10.029Z Compiling fxhash v0.2.1
27952026-08-20T17:17:10.289Z Compiling libz-sys v1.1.24
27962026-08-20T17:17:10.474Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-08-20T17:17:10.581Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27982026-08-20T17:17:10.813Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27992026-08-20T17:17:10.843Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28002026-08-20T17:17:11.176Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28012026-08-20T17:17:11.427Z Compiling kstat-rs v0.2.5
28022026-08-20T17:17:11.794Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28032026-08-20T17:17:11.891Z Compiling mime_guess v2.0.5
28042026-08-20T17:17:12.414Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28052026-08-20T17:17:12.796Z Compiling progenitor v0.13.0
28062026-08-20T17:17:14.320Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28072026-08-20T17:17:14.444Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28082026-08-20T17:17:14.452Z Compiling nanorand v0.7.0
28092026-08-20T17:17:14.606Z Compiling libgit2-sys v0.18.3+1.9.2
28102026-08-20T17:17:14.880Z Compiling parking_lot_core v0.8.6
28112026-08-20T17:17:15.200Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28122026-08-20T17:17:15.223Z Compiling flume v0.11.1
28132026-08-20T17:17:15.637Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28142026-08-20T17:17:15.800Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28152026-08-20T17:17:16.470Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28162026-08-20T17:17:16.514Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28172026-08-20T17:17:16.996Z Compiling git-stub v1.0.0
28182026-08-20T17:17:17.276Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28192026-08-20T17:17:17.300Z Compiling strsim v0.10.0
28202026-08-20T17:17:17.534Z Compiling oso v0.27.3
28212026-08-20T17:17:17.616Z Compiling instability v0.3.11
28222026-08-20T17:17:17.671Z Compiling http-range v0.1.5
28232026-08-20T17:17:17.844Z Compiling corncobs v0.1.4
28242026-08-20T17:17:18.053Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28252026-08-20T17:17:18.170Z Compiling darling_core v0.13.4
28262026-08-20T17:17:18.701Z Compiling git-stub-vcs v0.1.0
28272026-08-20T17:17:19.082Z Compiling diesel-dtrace v0.5.0
28282026-08-20T17:17:19.418Z Compiling async-bb8-diesel v0.2.1
28292026-08-20T17:17:19.837Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28302026-08-20T17:17:22.171Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28312026-08-20T17:17:22.784Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28322026-08-20T17:17:22.956Z Compiling ignore v0.4.25
28332026-08-20T17:17:23.886Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28342026-08-20T17:17:24.008Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28352026-08-20T17:17:24.166Z Compiling anstyle-parse v0.2.7
28362026-08-20T17:17:24.235Z Compiling secrecy v0.8.0
28372026-08-20T17:17:24.434Z Compiling castaway v0.2.4
28382026-08-20T17:17:24.438Z Compiling vergen-git2 v9.1.0
28392026-08-20T17:17:24.479Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28402026-08-20T17:17:24.604Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28412026-08-20T17:17:24.680Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28422026-08-20T17:17:25.499Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28432026-08-20T17:17:25.576Z Compiling indoc v2.0.7
28442026-08-20T17:17:25.816Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28452026-08-20T17:17:25.874Z Compiling compact_str v0.8.1
28462026-08-20T17:17:26.744Z Compiling anstream v0.6.21
28472026-08-20T17:17:26.992Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28482026-08-20T17:17:27.284Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28492026-08-20T17:17:27.926Z Compiling globwalk v0.9.1
28502026-08-20T17:17:27.952Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28512026-08-20T17:17:28.588Z Compiling parking_lot v0.11.2
28522026-08-20T17:17:28.662Z Compiling hyper-staticfile v0.10.1
28532026-08-20T17:17:29.027Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28542026-08-20T17:17:29.175Z Compiling darling_macro v0.13.4
28552026-08-20T17:17:29.493Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28562026-08-20T17:17:29.689Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28572026-08-20T17:17:29.818Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28582026-08-20T17:17:30.028Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28592026-08-20T17:17:30.047Z Compiling predicates-tree v1.0.13
28602026-08-20T17:17:30.393Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28612026-08-20T17:17:30.483Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28622026-08-20T17:17:30.623Z Compiling unicode-truncate v1.1.0
28632026-08-20T17:17:30.677Z Compiling lru v0.12.5
28642026-08-20T17:17:30.841Z Compiling digest-io v0.1.0
28652026-08-20T17:17:30.912Z Compiling sha2 v0.11.0
28662026-08-20T17:17:31.026Z Compiling prefix-trie v0.7.0
28672026-08-20T17:17:31.248Z Compiling rand_seeder v0.4.0
28682026-08-20T17:17:31.518Z Compiling illumos-nvpair-sys v0.2.0
28692026-08-20T17:17:31.540Z Compiling cassowary v0.3.0
28702026-08-20T17:17:31.567Z Compiling rawzip v0.4.4
28712026-08-20T17:17:31.699Z Compiling hickory-server v0.25.2
28722026-08-20T17:17:31.774Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28732026-08-20T17:17:31.987Z Compiling ratatui v0.29.0
28742026-08-20T17:17:32.505Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28752026-08-20T17:17:32.681Z Compiling camino-tempfile-ext v0.3.3
28762026-08-20T17:17:32.833Z Compiling darling v0.13.4
28772026-08-20T17:17:32.952Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28782026-08-20T17:17:33.052Z Compiling sled v0.34.7
28792026-08-20T17:17:33.119Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28802026-08-20T17:17:33.269Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28812026-08-20T17:17:35.551Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28822026-08-20T17:17:35.855Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28832026-08-20T17:17:36.071Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28842026-08-20T17:17:36.781Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28852026-08-20T17:17:38.613Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28862026-08-20T17:17:39.191Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28872026-08-20T17:17:39.867Z Compiling serde_with_macros v1.5.2
28882026-08-20T17:17:40.399Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28892026-08-20T17:17:40.724Z Compiling git2 v0.20.4
28902026-08-20T17:17:40.763Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28912026-08-20T17:17:40.838Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28922026-08-20T17:17:40.940Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28932026-08-20T17:17:41.072Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28942026-08-20T17:17:41.172Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28952026-08-20T17:17:41.303Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28962026-08-20T17:17:41.407Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28972026-08-20T17:17:41.431Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28982026-08-20T17:17:41.535Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28992026-08-20T17:17:41.634Z Compiling arc-swap v1.8.2
29002026-08-20T17:17:41.662Z Compiling void v1.0.2
29012026-08-20T17:17:41.817Z Compiling lzss v0.8.2
29022026-08-20T17:17:41.938Z Compiling slog-scope v4.4.1
29032026-08-20T17:17:42.171Z Compiling illumos-nvpair v0.3.0
29042026-08-20T17:17:42.371Z Compiling serde_with v1.14.0
29052026-08-20T17:17:42.499Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29062026-08-20T17:17:42.698Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29072026-08-20T17:17:43.634Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29082026-08-20T17:17:43.830Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29092026-08-20T17:17:44.145Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29102026-08-20T17:17:44.400Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29112026-08-20T17:17:44.572Z Compiling scuffle v0.1.0
29122026-08-20T17:17:44.826Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29132026-08-20T17:17:45.273Z Compiling tungstenite v0.23.0
29142026-08-20T17:17:46.696Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29152026-08-20T17:17:46.983Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29162026-08-20T17:17:47.246Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29172026-08-20T17:17:47.476Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29182026-08-20T17:17:47.561Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29192026-08-20T17:17:47.706Z Compiling nix v0.27.1
29202026-08-20T17:17:47.819Z Compiling twox-hash v2.1.2
29212026-08-20T17:17:47.843Z Compiling libsw-core v0.3.2
29222026-08-20T17:17:48.062Z Compiling atty v0.2.14
29232026-08-20T17:17:48.217Z Compiling serde_bytes v0.11.19
29242026-08-20T17:17:48.340Z Compiling libsw v3.5.0
29252026-08-20T17:17:48.524Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29262026-08-20T17:17:48.635Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29272026-08-20T17:17:48.658Z Compiling tokio-tungstenite v0.23.1
29282026-08-20T17:17:48.862Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29292026-08-20T17:17:49.043Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29302026-08-20T17:17:49.066Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29312026-08-20T17:17:49.632Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29322026-08-20T17:17:50.525Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29332026-08-20T17:17:50.548Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29342026-08-20T17:17:51.858Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29352026-08-20T17:17:52.516Z Compiling slog-stdlog v4.1.1
29362026-08-20T17:17:52.897Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29372026-08-20T17:17:52.920Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29382026-08-20T17:17:53.249Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29392026-08-20T17:17:53.718Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29402026-08-20T17:17:54.592Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29412026-08-20T17:17:54.833Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29422026-08-20T17:17:55.177Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29432026-08-20T17:17:56.889Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29442026-08-20T17:17:57.855Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29452026-08-20T17:17:58.122Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29462026-08-20T17:17:58.419Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29472026-08-20T17:17:59.640Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29482026-08-20T17:18:01.420Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29492026-08-20T17:18:01.782Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29502026-08-20T17:18:02.242Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29512026-08-20T17:18:03.869Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29522026-08-20T17:18:04.120Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29532026-08-20T17:18:04.561Z Compiling signal-hook-tokio v0.3.1
29542026-08-20T17:18:04.762Z Compiling fatfs v0.3.6
29552026-08-20T17:18:04.963Z Compiling yasna v0.5.2
29562026-08-20T17:18:05.476Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29572026-08-20T17:18:06.007Z Compiling seq-macro v0.3.6
29582026-08-20T17:18:06.483Z Compiling assert_matches v1.5.0
29592026-08-20T17:18:06.506Z Compiling rcgen v0.12.1
29602026-08-20T17:18:06.596Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29612026-08-20T17:18:07.404Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29622026-08-20T17:18:08.115Z Compiling slog-envlogger v2.2.0
29632026-08-20T17:18:09.249Z Compiling oxide-update-engine-display v0.1.2
29642026-08-20T17:18:09.285Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29652026-08-20T17:18:10.243Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29662026-08-20T17:18:10.677Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29672026-08-20T17:18:10.918Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29682026-08-20T17:18:10.944Z Compiling port-file v0.1.0
29692026-08-20T17:18:11.101Z Compiling subprocess v0.2.15
29702026-08-20T17:18:11.157Z Compiling rtoolbox v0.0.3
29712026-08-20T17:18:11.322Z Compiling rpassword v7.5.4
29722026-08-20T17:18:11.477Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29732026-08-20T17:18:11.932Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29742026-08-20T17:18:14.115Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29752026-08-20T17:18:14.502Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29762026-08-20T17:18:14.649Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29772026-08-20T17:18:16.456Z Compiling tui-tree-widget v0.23.1
29782026-08-20T17:18:16.765Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29792026-08-20T17:18:17.602Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29802026-08-20T17:18:17.942Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29812026-08-20T17:18:19.463Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29822026-08-20T17:18:20.125Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29832026-08-20T17:18:20.265Z Compiling uzers v0.12.2
29842026-08-20T17:18:20.301Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29852026-08-20T17:18:21.748Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29862026-08-20T17:18:22.211Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29872026-08-20T17:18:23.294Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29882026-08-20T17:18:23.397Z Compiling support-bundle-viewer v0.1.2
29892026-08-20T17:18:23.590Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29902026-08-20T17:18:25.303Z Compiling multimap v0.10.1
29912026-08-20T17:18:33.265Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29922026-08-20T17:18:36.259Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29932026-08-20T17:18:40.121Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29942026-08-20T17:18:45.217Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29952026-08-20T17:18:46.485Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29962026-08-20T17:26:17.130Z Finished `release` profile [optimized] target(s) in 9m 47s
29972026-08-20T17:26:17.133Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29982026-08-20T17:26:17.133Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29992026-08-20T17:27:15.025Z
30002026-08-20T17:27:15.025Zreal 10:46.428065042
30012026-08-20T17:27:15.025Zuser 1:23:00.781037534
30022026-08-20T17:27:15.028Zsys 3:45.140256205
30032026-08-20T17:27:15.028Ztrap 1.832310358
30042026-08-20T17:27:15.028Ztflt 2.124301825
30052026-08-20T17:27:15.028Zdflt 19.046501359
30062026-08-20T17:27:15.028Zkflt 0.005649292
30072026-08-20T17:27:15.028Zlock 8:06:01.010363570
30082026-08-20T17:27:15.028Zslp 2:21:52.998745426
30092026-08-20T17:27:15.028Zlat 2:24.150252190
30102026-08-20T17:27:15.028Zstop 5:44.326225782
30112026-08-20T17:27:15.028Z+ mapfile -t packages
30122026-08-20T17:27:15.028Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30132026-08-20T17:27:15.988Z Finished `release` profile [optimized] target(s) in 0.95s
30142026-08-20T17:27:16.057Z Running `target/release/omicron-package -t test list-outputs`
30152026-08-20T17:27:16.119ZLogging to: /work/oxidecomputer/omicron/out/LOG
30162026-08-20T17:27:16.122Z+ ptime -m cargo build --locked --release -p xtask
30172026-08-20T17:27:16.605Z Compiling libc v0.2.185
30182026-08-20T17:27:16.605Z Compiling serde_core v1.0.228
30192026-08-20T17:27:16.606Z Compiling serde v1.0.228
30202026-08-20T17:27:16.609Z Compiling rustix v1.1.4
30212026-08-20T17:27:16.696Z Compiling serde_json v1.0.151
30222026-08-20T17:27:16.749Z Compiling bitflags v2.11.0
30232026-08-20T17:27:16.755Z Compiling usdt-impl v0.5.0
30242026-08-20T17:27:16.773Z Compiling syn v2.0.117
30252026-08-20T17:27:16.782Z Compiling syn v1.0.109
30262026-08-20T17:27:16.795Z Compiling log v0.4.33
30272026-08-20T17:27:16.798Z Compiling getrandom v0.3.4
30282026-08-20T17:27:16.817Z Compiling indexmap v2.14.0
30292026-08-20T17:27:16.832Z Compiling fs-err v3.3.0
30302026-08-20T17:27:17.004Z Compiling anyhow v1.0.104
30312026-08-20T17:27:17.090Z Compiling once_cell v1.21.3
30322026-08-20T17:27:17.123Z Compiling heck v0.4.1
30332026-08-20T17:27:17.459Z Compiling thread-id v4.2.2
30342026-08-20T17:27:17.489Z Compiling errno v0.3.14
30352026-08-20T17:27:17.492Z Compiling memmap v0.7.0
30362026-08-20T17:27:18.243Z Compiling proc-macro-error v1.0.4
30372026-08-20T17:27:18.463Z Compiling terminal_size v0.4.3
30382026-08-20T17:27:18.463Z Compiling tempfile v3.27.0
30392026-08-20T17:27:18.500Z Compiling tabled_derive v0.7.0
30402026-08-20T17:27:18.562Z Compiling clap_builder v4.6.0
30412026-08-20T17:27:18.562Z Compiling textwrap v0.16.2
30422026-08-20T17:27:18.906Z Compiling camino v1.2.5
30432026-08-20T17:27:18.917Z Compiling semver v1.0.28
30442026-08-20T17:27:18.942Z Compiling pest_generator v2.8.6
30452026-08-20T17:27:18.957Z Compiling cargo-platform v0.3.2
30462026-08-20T17:27:19.205Z Compiling tabled v0.15.0
30472026-08-20T17:27:19.219Z Compiling camino-tempfile v1.4.1
30482026-08-20T17:27:19.454Z Compiling serde_derive v1.0.228
30492026-08-20T17:27:19.457Z Compiling thiserror-impl v1.0.69
30502026-08-20T17:27:19.458Z Compiling zerocopy-derive v0.7.35
30512026-08-20T17:27:19.458Z Compiling scroll_derive v0.12.1
30522026-08-20T17:27:19.458Z Compiling thiserror-impl v2.0.18
30532026-08-20T17:27:19.463Z Compiling clap_derive v4.6.1
30542026-08-20T17:27:19.544Z Compiling pest_derive v2.8.6
30552026-08-20T17:27:20.180Z Compiling scroll v0.12.0
30562026-08-20T17:27:20.326Z Compiling zerocopy v0.7.35
30572026-08-20T17:27:20.478Z Compiling goblin v0.8.2
30582026-08-20T17:27:20.597Z Compiling thiserror v1.0.69
30592026-08-20T17:27:20.666Z Compiling thiserror v2.0.18
30602026-08-20T17:27:20.721Z Compiling dtrace-parser v0.2.0
30612026-08-20T17:27:20.955Z Compiling clap v4.6.1
30622026-08-20T17:27:22.675Z Compiling toml_datetime v0.6.11
30632026-08-20T17:27:22.749Z Compiling dof v0.3.0
30642026-08-20T17:27:22.752Z Compiling serde_tokenstream v0.2.3
30652026-08-20T17:27:22.870Z Compiling serde_spanned v0.6.9
30662026-08-20T17:27:22.896Z Compiling macaddr v1.0.1
30672026-08-20T17:27:22.909Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30682026-08-20T17:27:22.920Z Compiling cargo_metadata v0.23.1
30692026-08-20T17:27:22.987Z Compiling toml_edit v0.22.27
30702026-08-20T17:27:23.444Z Compiling usdt-macro v0.5.0
30712026-08-20T17:27:23.447Z Compiling usdt-attr-macro v0.5.0
30722026-08-20T17:27:24.125Z Compiling usdt v0.5.0
30732026-08-20T17:27:24.512Z Compiling toml v0.8.23
30742026-08-20T17:27:24.951Z Compiling cargo_toml v0.21.0
30752026-08-20T17:27:29.394Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30762026-08-20T17:27:32.627Z Finished `release` profile [optimized] target(s) in 16.49s
30772026-08-20T17:27:32.732Z
30782026-08-20T17:27:32.732Zreal 16.574887644
30792026-08-20T17:27:32.732Zuser 2:06.101476664
30802026-08-20T17:27:32.732Zsys 13.767495447
30812026-08-20T17:27:32.732Ztrap 0.060536095
30822026-08-20T17:27:32.735Ztflt 0.480454129
30832026-08-20T17:27:32.735Zdflt 1.498330907
30842026-08-20T17:27:32.735Zkflt 0.000026330
30852026-08-20T17:27:32.735Zlock 4:48.074271352
30862026-08-20T17:27:32.735Zslp 2:41.733817990
30872026-08-20T17:27:32.735Zlat 3.540124191
30882026-08-20T17:27:32.735Zstop 16.279930867
30892026-08-20T17:27:32.735Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30902026-08-20T17:27:32.735Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30912026-08-20T17:27:32.735Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30922026-08-20T17:27:32.735Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30932026-08-20T17:27:32.735Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30942026-08-20T17:27:33.701Z Compiling match_cfg v0.1.0
30952026-08-20T17:27:33.701Z Compiling progenitor-client v0.14.0
30962026-08-20T17:27:33.701Z Compiling slog-json v2.6.1
30972026-08-20T17:27:33.704Z Compiling newtype-uuid-macros v0.1.0
30982026-08-20T17:27:33.704Z Compiling sha1 v0.11.0
30992026-08-20T17:27:33.704Z Compiling multer v3.1.0
31002026-08-20T17:27:33.850Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31012026-08-20T17:27:33.882Z Compiling compression-core v0.4.31
31022026-08-20T17:27:33.884Z Compiling debug-ignore v1.0.5
31032026-08-20T17:27:33.884Z Compiling async-stream-impl v0.3.6
31042026-08-20T17:27:33.885Z Compiling serde_spanned v1.1.1
31052026-08-20T17:27:33.885Z Compiling toml_datetime v1.1.1+spec-1.1.0
31062026-08-20T17:27:33.885Z Compiling dropshot v0.17.1
31072026-08-20T17:27:33.885Z Compiling toml_writer v1.1.1+spec-1.1.0
31082026-08-20T17:27:33.903Z Compiling waitgroup v0.1.2
31092026-08-20T17:27:33.906Z Compiling hostname v0.3.1
31102026-08-20T17:27:33.909Z Compiling rustls-pemfile v2.2.0
31112026-08-20T17:27:34.142Z Compiling dropshot_endpoint v0.17.1
31122026-08-20T17:27:34.148Z Compiling serde_path_to_error v0.1.20
31132026-08-20T17:27:34.177Z Compiling hostname v0.4.2
31142026-08-20T17:27:34.179Z Compiling atomicwrites v0.4.4
31152026-08-20T17:27:34.228Z Compiling toml v1.1.2+spec-1.1.0
31162026-08-20T17:27:34.247Z Compiling compression-codecs v0.4.37
31172026-08-20T17:27:34.298Z Compiling macaddr v1.0.1
31182026-08-20T17:27:34.302Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31192026-08-20T17:27:34.302Z Compiling instant v0.1.13
31202026-08-20T17:27:34.395Z Compiling slog-bunyan v2.5.0
31212026-08-20T17:27:34.395Z Compiling regress v0.10.5
31222026-08-20T17:27:34.398Z Compiling parse-display-derive v0.10.0
31232026-08-20T17:27:34.450Z Compiling backon v1.6.0
31242026-08-20T17:27:34.453Z Compiling backoff v0.4.0
31252026-08-20T17:27:34.468Z Compiling async-compression v0.4.41
31262026-08-20T17:27:34.544Z Compiling itertools v0.14.0
31272026-08-20T17:27:34.547Z Compiling humantime v2.3.0
31282026-08-20T17:27:34.547Z Compiling half v2.7.1
31292026-08-20T17:27:34.597Z Compiling ciborium-io v0.2.2
31302026-08-20T17:27:34.619Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31312026-08-20T17:27:34.676Z Compiling progenitor-extras v0.2.0
31322026-08-20T17:27:34.694Z Compiling crucible-workspace-hack v0.1.0
31332026-08-20T17:27:34.712Z Compiling async-stream v0.3.6
31342026-08-20T17:27:34.712Z Compiling convert_case v0.4.0
31352026-08-20T17:27:34.749Z Compiling regress v0.11.1
31362026-08-20T17:27:34.752Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31372026-08-20T17:27:34.781Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31382026-08-20T17:27:34.824Z Compiling secrecy v0.10.3
31392026-08-20T17:27:34.842Z Compiling ciborium-ll v0.2.2
31402026-08-20T17:27:34.895Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31412026-08-20T17:27:34.914Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31422026-08-20T17:27:34.950Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31432026-08-20T17:27:34.953Z Compiling inout v0.1.4
31442026-08-20T17:27:35.005Z Compiling thiserror-impl-no-std v2.0.2
31452026-08-20T17:27:35.072Z Compiling ciborium v0.2.2
31462026-08-20T17:27:35.089Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31472026-08-20T17:27:35.093Z Compiling universal-hash v0.5.1
31482026-08-20T17:27:35.138Z Compiling derive_more v0.99.20
31492026-08-20T17:27:35.174Z Compiling cipher v0.4.4
31502026-08-20T17:27:35.194Z Compiling opaque-debug v0.3.1
31512026-08-20T17:27:35.277Z Compiling unsafe-libyaml v0.2.11
31522026-08-20T17:27:35.296Z Compiling poly1305 v0.8.0
31532026-08-20T17:27:35.315Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31542026-08-20T17:27:35.335Z Compiling blake2 v0.10.6
31552026-08-20T17:27:35.449Z Compiling chacha20 v0.9.1
31562026-08-20T17:27:35.467Z Compiling aead v0.5.2
31572026-08-20T17:27:35.592Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31582026-08-20T17:27:35.703Z Compiling password-hash v0.5.0
31592026-08-20T17:27:35.706Z Compiling indent_write v2.2.0
31602026-08-20T17:27:35.746Z Compiling chacha20poly1305 v0.10.1
31612026-08-20T17:27:35.791Z Compiling toml_datetime v0.7.5+spec-1.1.0
31622026-08-20T17:27:35.888Z Compiling serde_yaml v0.9.34+deprecated
31632026-08-20T17:27:35.906Z Compiling num-derive v0.4.2
31642026-08-20T17:27:35.940Z Compiling heapless v0.8.0
31652026-08-20T17:27:35.957Z Compiling ingot-macros v0.2.0
31662026-08-20T17:27:36.077Z Compiling argon2 v0.5.3
31672026-08-20T17:27:36.080Z Compiling toml_edit v0.23.10+spec-1.0.0
31682026-08-20T17:27:36.111Z Compiling tabwriter v1.4.1
31692026-08-20T17:27:36.148Z Compiling hash32 v0.3.1
31702026-08-20T17:27:36.212Z Compiling parse-display v0.10.0
31712026-08-20T17:27:36.289Z Compiling thiserror-no-std v2.0.2
31722026-08-20T17:27:36.333Z Compiling smoltcp v0.11.0
31732026-08-20T17:27:36.368Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31742026-08-20T17:27:36.406Z Compiling typify-impl v0.6.2
31752026-08-20T17:27:36.464Z Compiling vsss-rs v3.3.4
31762026-08-20T17:27:36.543Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-08-20T17:27:36.712Z Compiling proc-macro-crate v3.4.0
31782026-08-20T17:27:36.876Z Compiling cobs v0.3.0
31792026-08-20T17:27:36.910Z Compiling colored v3.1.1
31802026-08-20T17:27:37.107Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31812026-08-20T17:27:37.187Z Compiling postcard v1.1.3
31822026-08-20T17:27:37.303Z Compiling proc-macro-error v1.0.4
31832026-08-20T17:27:37.303Z Compiling rand v0.10.1
31842026-08-20T17:27:37.339Z Compiling num_enum_derive v0.7.6
31852026-08-20T17:27:37.380Z Compiling proc-macro-crate v1.3.1
31862026-08-20T17:27:37.405Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31872026-08-20T17:27:37.504Z Compiling foreign-types-macros v0.2.3
31882026-08-20T17:27:37.573Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31892026-08-20T17:27:37.638Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31902026-08-20T17:27:37.669Z Compiling rayon-core v1.13.0
31912026-08-20T17:27:37.707Z Compiling foreign-types-shared v0.3.1
31922026-08-20T17:27:37.849Z Compiling num_enum_derive v0.5.11
31932026-08-20T17:27:37.869Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31942026-08-20T17:27:37.869Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31952026-08-20T17:27:37.946Z Compiling crossbeam-deque v0.8.6
31962026-08-20T17:27:37.978Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31972026-08-20T17:27:37.995Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31982026-08-20T17:27:38.078Z Compiling cstr-argument v0.1.2
31992026-08-20T17:27:38.138Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32002026-08-20T17:27:38.164Z Compiling foreign-types v0.5.0
32012026-08-20T17:27:38.197Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32022026-08-20T17:27:38.267Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32032026-08-20T17:27:38.284Z Compiling zone_cfg_derive v0.3.1
32042026-08-20T17:27:38.354Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32052026-08-20T17:27:38.478Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32062026-08-20T17:27:38.523Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32072026-08-20T17:27:38.523Z Compiling num_enum v0.7.6
32082026-08-20T17:27:38.560Z Compiling itertools v0.12.1
32092026-08-20T17:27:38.564Z Compiling sigpipe v0.1.3
32102026-08-20T17:27:38.597Z Compiling rayon v1.11.0
32112026-08-20T17:27:38.597Z Compiling glob v0.3.3
32122026-08-20T17:27:38.633Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32132026-08-20T17:27:38.674Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32142026-08-20T17:27:38.692Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32152026-08-20T17:27:38.753Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32162026-08-20T17:27:38.907Z Compiling smf v0.2.3
32172026-08-20T17:27:38.924Z Compiling whoami v1.6.1
32182026-08-20T17:27:38.961Z Compiling cpubits v0.1.1
32192026-08-20T17:27:38.965Z Compiling ingot-types v0.2.0
32202026-08-20T17:27:38.997Z Compiling num_enum v0.5.11
32212026-08-20T17:27:39.002Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32222026-08-20T17:27:39.034Z Compiling gethostname v0.5.0
32232026-08-20T17:27:39.054Z Compiling derive-where v1.6.0
32242026-08-20T17:27:39.072Z Compiling usdt-attr-macro v0.5.0
32252026-08-20T17:27:39.075Z Compiling usdt-macro v0.5.0
32262026-08-20T17:27:39.145Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32272026-08-20T17:27:39.171Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32282026-08-20T17:27:39.192Z Compiling num-rational v0.4.2
32292026-08-20T17:27:39.209Z Compiling num-complex v0.4.6
32302026-08-20T17:27:39.246Z Compiling memmap v0.7.0
32312026-08-20T17:27:39.433Z Compiling ingot v0.2.1
32322026-08-20T17:27:39.471Z Compiling toml v0.8.23
32332026-08-20T17:27:39.509Z Compiling pem-rfc7468 v1.0.0
32342026-08-20T17:27:39.631Z Compiling num v0.4.3
32352026-08-20T17:27:39.731Z Compiling zone v0.3.1
32362026-08-20T17:27:39.750Z Compiling float-ord v0.3.2
32372026-08-20T17:27:39.803Z Compiling cancel-safe-futures v0.1.5
32382026-08-20T17:27:39.850Z Compiling resolv-conf v0.7.6
32392026-08-20T17:27:39.868Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-08-20T17:27:39.895Z Compiling hmac v0.13.0
32412026-08-20T17:27:39.913Z Compiling universal-hash v0.6.1
32422026-08-20T17:27:39.944Z Compiling usdt v0.5.0
32432026-08-20T17:27:40.088Z Compiling sha1 v0.10.6
32442026-08-20T17:27:40.127Z Compiling prettyplease v0.2.37
32452026-08-20T17:27:40.180Z Compiling linear-map v1.2.0
32462026-08-20T17:27:40.264Z Compiling libefi-sys v0.1.0
32472026-08-20T17:27:40.297Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32482026-08-20T17:27:40.383Z Compiling polyval v0.7.1
32492026-08-20T17:27:40.410Z Compiling der v0.8.0
32502026-08-20T17:27:40.451Z Compiling hickory-proto v0.24.4
32512026-08-20T17:27:40.470Z Compiling newline-converter v0.3.0
32522026-08-20T17:27:40.492Z Compiling console v0.15.11
32532026-08-20T17:27:40.532Z Compiling oxide-update-engine-types v0.1.2
32542026-08-20T17:27:40.532Z Compiling bitfield-struct v0.6.2
32552026-08-20T17:27:40.536Z Compiling linked-hash-map v0.5.6
32562026-08-20T17:27:40.622Z Compiling ghash v0.6.0
32572026-08-20T17:27:40.776Z Compiling lru-cache v0.1.2
32582026-08-20T17:27:40.795Z Compiling pbkdf2 v0.13.0
32592026-08-20T17:27:40.813Z Compiling crypto-bigint v0.7.5
32602026-08-20T17:27:40.923Z Compiling expectorate v1.2.0
32612026-08-20T17:27:40.942Z Compiling aes v0.9.1
32622026-08-20T17:27:40.964Z Compiling ctr v0.10.1
32632026-08-20T17:27:41.124Z Compiling aead v0.6.1
32642026-08-20T17:27:41.143Z Compiling sha2 v0.11.0
32652026-08-20T17:27:41.146Z Compiling typify-macro v0.6.2
32662026-08-20T17:27:41.205Z Compiling nom v8.0.0
32672026-08-20T17:27:41.285Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32682026-08-20T17:27:41.328Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32692026-08-20T17:27:41.467Z Compiling semver v0.1.20
32702026-08-20T17:27:41.666Z Compiling oxide-update-engine v0.1.2
32712026-08-20T17:27:41.735Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32722026-08-20T17:27:41.802Z Compiling rustc_version v0.1.7
32732026-08-20T17:27:41.834Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32742026-08-20T17:27:41.853Z Compiling aes-gcm v0.11.0
32752026-08-20T17:27:41.874Z Compiling spki v0.8.0
32762026-08-20T17:27:41.877Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32772026-08-20T17:27:42.082Z Compiling tokio-dtrace v0.1.1
32782026-08-20T17:27:42.098Z Compiling dropshot-api-manager-types v0.8.0
32792026-08-20T17:27:42.101Z Compiling salsa20 v0.11.0
32802026-08-20T17:27:42.136Z Compiling slog-dtrace v0.3.0
32812026-08-20T17:27:42.152Z Compiling minimal-lexical v0.2.1
32822026-08-20T17:27:42.264Z Compiling xshell-macros v0.2.7
32832026-08-20T17:27:42.287Z Compiling scrypt v0.12.0
32842026-08-20T17:27:42.305Z Compiling oxide-tokio-rt v0.1.4
32852026-08-20T17:27:42.397Z Compiling nom v7.1.3
32862026-08-20T17:27:42.429Z Compiling newtype_derive v0.1.6
32872026-08-20T17:27:42.447Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32882026-08-20T17:27:42.464Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32892026-08-20T17:27:42.485Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32902026-08-20T17:27:42.612Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32912026-08-20T17:27:42.643Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32922026-08-20T17:27:42.661Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32932026-08-20T17:27:42.696Z Compiling hickory-resolver v0.24.4
32942026-08-20T17:27:42.716Z Compiling xshell v0.2.7
32952026-08-20T17:27:42.745Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32962026-08-20T17:27:42.991Z Compiling phf_shared v0.12.1
32972026-08-20T17:27:43.060Z Compiling typify v0.6.2
32982026-08-20T17:27:43.117Z Compiling rfc6979 v0.4.0
32992026-08-20T17:27:43.202Z Compiling progenitor-impl v0.14.0
33002026-08-20T17:27:43.219Z Compiling cbc v0.2.1
33012026-08-20T17:27:43.260Z Compiling proc-macro-error-attr2 v2.0.0
33022026-08-20T17:27:43.292Z Compiling csv-core v0.1.13
33032026-08-20T17:27:43.328Z Compiling unicode-xid v0.2.6
33042026-08-20T17:27:43.410Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33052026-08-20T17:27:43.479Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33062026-08-20T17:27:43.576Z Compiling chrono-tz v0.10.4
33072026-08-20T17:27:43.607Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33082026-08-20T17:27:43.688Z Compiling highway v1.3.0
33092026-08-20T17:27:43.708Z Compiling const_format_proc_macros v0.2.34
33102026-08-20T17:27:43.727Z Compiling proc-macro-error2 v2.0.1
33112026-08-20T17:27:43.786Z Compiling qorb v0.4.1
33122026-08-20T17:27:43.824Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33132026-08-20T17:27:43.842Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33142026-08-20T17:27:43.982Z Compiling csv v1.4.0
33152026-08-20T17:27:44.036Z Compiling pkcs5 v0.8.1
33162026-08-20T17:27:44.101Z Compiling ecdsa v0.16.9
33172026-08-20T17:27:44.119Z Compiling phf v0.12.1
33182026-08-20T17:27:44.367Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33192026-08-20T17:27:44.541Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33202026-08-20T17:27:44.560Z Compiling primeorder v0.13.6
33212026-08-20T17:27:44.579Z Compiling hashbrown v0.14.5
33222026-08-20T17:27:44.596Z Compiling salty v0.3.0
33232026-08-20T17:27:44.612Z Compiling const_format v0.2.35
33242026-08-20T17:27:44.772Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33252026-08-20T17:27:44.828Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33262026-08-20T17:27:44.859Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33272026-08-20T17:27:44.899Z Compiling p384 v0.13.1
33282026-08-20T17:27:44.917Z Compiling pkcs8 v0.11.0
33292026-08-20T17:27:45.096Z Compiling chumsky v0.9.3
33302026-08-20T17:27:45.220Z Compiling knus-derive v3.4.0
33312026-08-20T17:27:45.381Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33322026-08-20T17:27:45.532Z Compiling tabled_derive v0.7.0
33332026-08-20T17:27:45.662Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33342026-08-20T17:27:45.684Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33352026-08-20T17:27:45.836Z Compiling bcs v0.1.6
33362026-08-20T17:27:45.932Z Compiling ff v0.14.0
33372026-08-20T17:27:45.990Z Compiling progenitor-macro v0.14.0
33382026-08-20T17:27:46.115Z Compiling termtree v0.5.1
33392026-08-20T17:27:46.195Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33402026-08-20T17:27:46.302Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33412026-08-20T17:27:46.389Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33422026-08-20T17:27:46.432Z Compiling steno v0.4.1
33432026-08-20T17:27:46.597Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33442026-08-20T17:27:46.641Z Compiling tabled v0.15.0
33452026-08-20T17:27:46.644Z Compiling tagptr v0.2.0
33462026-08-20T17:27:46.657Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33472026-08-20T17:27:46.704Z Compiling group v0.14.0
33482026-08-20T17:27:46.780Z Compiling knus v3.4.0
33492026-08-20T17:27:46.837Z Compiling moka v0.12.13
33502026-08-20T17:27:46.901Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33512026-08-20T17:27:46.955Z Compiling signature v3.0.0
33522026-08-20T17:27:46.975Z Compiling base16ct v1.0.0
33532026-08-20T17:27:47.177Z Compiling sec1 v0.8.1
33542026-08-20T17:27:47.194Z Compiling hkdf v0.13.0
33552026-08-20T17:27:47.261Z Compiling libscf-sys v1.2.0
33562026-08-20T17:27:47.297Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33572026-08-20T17:27:47.405Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33582026-08-20T17:27:47.442Z Compiling elliptic-curve v0.14.1
33592026-08-20T17:27:47.517Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33602026-08-20T17:27:47.558Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33612026-08-20T17:27:47.649Z Compiling hickory-resolver v0.25.2
33622026-08-20T17:27:47.679Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33632026-08-20T17:27:47.727Z Compiling utf-8 v0.7.6
33642026-08-20T17:27:47.943Z Compiling parking_lot_core v0.8.6
33652026-08-20T17:27:48.036Z Compiling corncobs v0.1.4
33662026-08-20T17:27:48.054Z Compiling tungstenite v0.21.0
33672026-08-20T17:27:48.249Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33682026-08-20T17:27:48.274Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33692026-08-20T17:27:48.392Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33702026-08-20T17:27:48.442Z Compiling wnaf v0.14.0
33712026-08-20T17:27:48.529Z Compiling primefield v0.14.0
33722026-08-20T17:27:48.666Z Compiling rfc6979 v0.6.0
33732026-08-20T17:27:48.685Z Compiling papergrid v0.18.0
33742026-08-20T17:27:48.687Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33752026-08-20T17:27:48.798Z Compiling git-stub v1.0.0
33762026-08-20T17:27:48.855Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33772026-08-20T17:27:48.940Z Compiling secrecy v0.8.0
33782026-08-20T17:27:49.004Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33792026-08-20T17:27:49.047Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33802026-08-20T17:27:49.095Z Compiling git-stub-vcs v0.1.0
33812026-08-20T17:27:49.116Z Compiling ecdsa v0.17.0
33822026-08-20T17:27:49.292Z Compiling primeorder v0.14.0
33832026-08-20T17:27:49.310Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33842026-08-20T17:27:49.498Z Compiling tokio-tungstenite v0.21.0
33852026-08-20T17:27:49.600Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33862026-08-20T17:27:49.659Z Compiling tabled v0.21.0
33872026-08-20T17:27:49.736Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33882026-08-20T17:27:49.756Z Compiling curve25519-dalek v5.0.0
33892026-08-20T17:27:49.776Z Compiling unicase v2.9.0
33902026-08-20T17:27:49.855Z Compiling illumos-nvpair-sys v0.2.0
33912026-08-20T17:27:49.876Z Compiling parking_lot v0.11.2
33922026-08-20T17:27:49.931Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33932026-08-20T17:27:49.952Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33942026-08-20T17:27:50.002Z Compiling mime_guess v2.0.5
33952026-08-20T17:27:50.082Z Compiling ssh-encoding v0.3.0
33962026-08-20T17:27:50.161Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33972026-08-20T17:27:50.261Z Compiling progenitor-impl v0.13.0
33982026-08-20T17:27:50.350Z Compiling prefix-trie v0.7.0
33992026-08-20T17:27:50.355Z Compiling fxhash v0.2.1
34002026-08-20T17:27:50.487Z Compiling keccak v0.2.0
34012026-08-20T17:27:50.515Z Compiling crc8 v0.1.1
34022026-08-20T17:27:50.535Z Compiling sled v0.34.7
34032026-08-20T17:27:50.704Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34042026-08-20T17:27:50.729Z Compiling hickory-server v0.25.2
34052026-08-20T17:27:50.785Z Compiling ed25519 v3.0.0
34062026-08-20T17:27:50.827Z Compiling crypto-primes v0.7.2
34072026-08-20T17:27:51.008Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34082026-08-20T17:27:51.179Z Compiling pkcs1 v0.8.0-rc.4
34092026-08-20T17:27:51.211Z Compiling poly1305 v0.9.0
34102026-08-20T17:27:51.254Z Compiling progenitor v0.14.0
34112026-08-20T17:27:51.438Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34122026-08-20T17:27:51.621Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34132026-08-20T17:27:51.811Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34142026-08-20T17:27:51.830Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34152026-08-20T17:27:51.956Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34162026-08-20T17:27:51.998Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34172026-08-20T17:27:52.301Z Compiling progenitor-client v0.13.0
34182026-08-20T17:27:52.363Z Compiling blowfish v0.10.0
34192026-08-20T17:27:52.428Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34202026-08-20T17:27:52.605Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34212026-08-20T17:27:52.660Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34222026-08-20T17:27:52.678Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34232026-08-20T17:27:52.678Z Compiling blake2 v0.11.0-rc.6
34242026-08-20T17:27:52.712Z Compiling half v1.8.3
34252026-08-20T17:27:52.861Z Compiling http-range v0.1.5
34262026-08-20T17:27:52.987Z Compiling progenitor-macro v0.13.0
34272026-08-20T17:27:53.017Z Compiling argon2 v0.6.0-rc.8
34282026-08-20T17:27:53.092Z Compiling serde_cbor v0.11.2
34292026-08-20T17:27:53.162Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34302026-08-20T17:27:53.283Z Compiling bcrypt-pbkdf v0.11.0
34312026-08-20T17:27:53.704Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34322026-08-20T17:27:53.721Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34332026-08-20T17:27:54.126Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34342026-08-20T17:27:54.303Z Compiling rsa v0.10.0-rc.18
34352026-08-20T17:27:54.360Z Compiling ed25519-dalek v3.0.0
34362026-08-20T17:27:54.460Z Compiling ssh-cipher v0.3.0
34372026-08-20T17:27:54.483Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34382026-08-20T17:27:54.981Z Compiling illumos-nvpair v0.3.0
34392026-08-20T17:27:55.095Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34402026-08-20T17:27:55.269Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34412026-08-20T17:27:55.472Z Compiling sha3 v0.11.0
34422026-08-20T17:27:55.599Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34432026-08-20T17:27:55.933Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34442026-08-20T17:27:55.957Z Compiling p256 v0.14.0
34452026-08-20T17:27:55.975Z Compiling p521 v0.14.0
34462026-08-20T17:27:55.992Z Compiling p384 v0.14.0
34472026-08-20T17:27:56.154Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34482026-08-20T17:27:56.196Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34492026-08-20T17:27:56.252Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34502026-08-20T17:27:56.467Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34512026-08-20T17:27:56.885Z Compiling scuffle v0.1.0
34522026-08-20T17:27:57.049Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34532026-08-20T17:27:57.127Z Compiling yasna v0.5.2
34542026-08-20T17:27:57.265Z Compiling kstat-rs v0.2.5
34552026-08-20T17:27:57.531Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34562026-08-20T17:27:57.593Z Compiling headers-core v0.3.0
34572026-08-20T17:27:57.748Z Compiling kem v0.3.0
34582026-08-20T17:27:57.846Z Compiling module-lattice v0.2.3
34592026-08-20T17:27:57.879Z Compiling nanorand v0.7.0
34602026-08-20T17:27:57.898Z Compiling sponge-cursor v0.1.0
34612026-08-20T17:27:57.918Z Compiling headers v0.4.1
34622026-08-20T17:27:57.936Z Compiling rcgen v0.12.1
34632026-08-20T17:27:58.065Z Compiling ml-kem v0.3.2
34642026-08-20T17:27:58.088Z Compiling sha3 v0.12.0
34652026-08-20T17:27:58.120Z Compiling flume v0.11.1
34662026-08-20T17:27:58.196Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34672026-08-20T17:27:58.224Z Compiling progenitor v0.13.0
34682026-08-20T17:27:58.245Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34692026-08-20T17:27:58.333Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34702026-08-20T17:27:58.390Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34712026-08-20T17:27:58.410Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34722026-08-20T17:27:58.465Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34732026-08-20T17:27:58.593Z Compiling hyper-staticfile v0.10.1
34742026-08-20T17:27:58.677Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34752026-08-20T17:27:58.700Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34762026-08-20T17:27:58.809Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34772026-08-20T17:27:58.860Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34782026-08-20T17:27:59.025Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34792026-08-20T17:27:59.130Z Compiling ssh-key v0.7.0-rc.11
34802026-08-20T17:27:59.134Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34812026-08-20T17:27:59.168Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34822026-08-20T17:27:59.173Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34832026-08-20T17:27:59.216Z Compiling russh-cryptovec v0.62.0
34842026-08-20T17:27:59.326Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34852026-08-20T17:27:59.371Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34862026-08-20T17:27:59.456Z Compiling internal-russh-num-bigint v0.5.0
34872026-08-20T17:27:59.474Z Compiling port-file v0.1.0
34882026-08-20T17:27:59.477Z Compiling num-bigint v0.4.6
34892026-08-20T17:27:59.538Z Compiling generic-array v1.4.3
34902026-08-20T17:27:59.559Z Compiling russh-util v0.52.0
34912026-08-20T17:27:59.652Z Compiling enum_dispatch v0.3.13
34922026-08-20T17:27:59.741Z Compiling delegate v0.13.5
34932026-08-20T17:27:59.744Z Compiling subprocess v0.2.15
34942026-08-20T17:27:59.930Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34952026-08-20T17:28:00.047Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34962026-08-20T17:28:00.192Z Compiling md5 v0.8.0
34972026-08-20T17:28:00.500Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34982026-08-20T17:28:00.548Z Compiling hex-literal v1.1.0
34992026-08-20T17:28:00.567Z Compiling display-error-chain v0.2.2
35002026-08-20T17:28:00.570Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35012026-08-20T17:28:00.689Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35022026-08-20T17:28:00.709Z Compiling colored v2.2.0
35032026-08-20T17:28:00.727Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35042026-08-20T17:28:00.807Z Compiling socket2 v0.5.10
35052026-08-20T17:28:00.810Z Compiling russh v0.62.4
35062026-08-20T17:28:01.002Z Compiling internet-checksum v0.2.1
35072026-08-20T17:28:01.098Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35082026-08-20T17:28:01.175Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35092026-08-20T17:28:03.890Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35102026-08-20T17:28:04.615Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35112026-08-20T17:28:05.160Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35122026-08-20T17:28:06.524Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35132026-08-20T17:28:06.562Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35142026-08-20T17:28:15.648Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35152026-08-20T17:28:15.648Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35162026-08-20T17:28:15.648Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35172026-08-20T17:28:15.652Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35182026-08-20T17:28:15.652Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35192026-08-20T17:28:17.514Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35202026-08-20T17:28:17.555Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35212026-08-20T17:28:21.892Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35222026-08-20T17:29:03.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35232026-08-20T17:29:03.027Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35242026-08-20T17:29:03.027Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35252026-08-20T17:29:03.250Z
35262026-08-20T17:29:03.250Zreal 1:30.450520625
35272026-08-20T17:29:03.251Zuser 8:45.645756283
35282026-08-20T17:29:03.251Zsys 1:44.103185285
35292026-08-20T17:29:03.251Ztrap 0.262641630
35302026-08-20T17:29:03.251Ztflt 0.363797443
35312026-08-20T17:29:03.251Zdflt 1.920540278
35322026-08-20T17:29:03.254Zkflt 0.000444070
35332026-08-20T17:29:03.255Zlock 32:32.460354483
35342026-08-20T17:29:03.255Zslp 19:57.631795398
35352026-08-20T17:29:03.255Zlat 39.620524713
35362026-08-20T17:29:03.255Zstop 3:08.490381832
35372026-08-20T17:29:03.255Z+ mkdir tests
35382026-08-20T17:29:03.255Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35392026-08-20T17:29:03.259Z+ xargs -I '{}' -t cp '{}' tests/
35402026-08-20T17:29:03.279Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e3b27565dc37fa1f tests/
35412026-08-20T17:29:03.309Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-594f2dec84179fc3 tests/
35422026-08-20T17:29:03.341Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-74c7ef97fc0c6cdd tests/
35432026-08-20T17:29:03.373Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f7200e6b6f596b24 tests/
35442026-08-20T17:29:03.755Z+ 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-20T17:29:03.758Z+ 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-20T17:30:33.496ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35472026-08-20T17:30:33.496Za .github/buildomat/ci-env.sh 1K
35482026-08-20T17:30:33.496Za out/target/test 1K
35492026-08-20T17:30:33.496Za out/npuzone/npuzone 27402K
35502026-08-20T17:30:33.496Za package-manifest.toml 35K
35512026-08-20T17:30:33.496Za smf/sled-agent/non-gimlet/config.toml 6K
35522026-08-20T17:30:33.496Za target/release/omicron-package 48274K
35532026-08-20T17:30:33.496Za target/release/xtask 11727K
35542026-08-20T17:30:33.497Za target/debug/bootstrap 438601K
35552026-08-20T17:30:33.497Za tests/bootstrap-594f2dec84179fc3 34430K
35562026-08-20T17:30:33.497Za tests/commtest-74c7ef97fc0c6cdd 34431K
35572026-08-20T17:30:33.497Za tests/dhcp_server-e3b27565dc37fa1f 34431K
35582026-08-20T17:30:33.497Za tests/end_to_end_tests-f7200e6b6f596b24 502127K
35592026-08-20T17:30:33.497Za tools/opte_version 1K
35602026-08-20T17:30:33.497Za tools/opte_version_override 2K
35612026-08-20T17:30:33.497Za out/clickhouse.tar.gz 330155K
35622026-08-20T17:30:33.497Za out/clickhouse_keeper.tar.gz 314178K
35632026-08-20T17:30:33.497Za out/clickhouse_server.tar.gz 330152K
35642026-08-20T17:30:33.497Za out/cockroachdb.tar.gz 169576K
35652026-08-20T17:30:33.497Za out/crucible-pantry-zone.tar.gz 41339K
35662026-08-20T17:30:33.497Za out/crucible-utils.tar 18900K
35672026-08-20T17:30:33.497Za out/crucible-zone.tar.gz 56151K
35682026-08-20T17:30:33.497Za out/external-dns.tar.gz 54214K
35692026-08-20T17:30:33.497Za out/internal-dns.tar.gz 54213K
35702026-08-20T17:30:33.497Za out/mg-ddm-gz.tar 100917K
35712026-08-20T17:30:33.497Za out/nexus.tar.gz 358117K
35722026-08-20T17:30:33.497Za out/ntp.tar.gz 34662K
35732026-08-20T17:30:33.497Za out/omicron-gateway-softnpu.tar.gz 29991K
35742026-08-20T17:30:33.497Za out/omicron-sled-agent.tar 247068K
35752026-08-20T17:30:33.497Za out/overlay.tar.gz 4K
35762026-08-20T17:30:33.497Za out/oximeter.tar.gz 72452K
35772026-08-20T17:30:33.497Za out/oxlog.tar 4071K
35782026-08-20T17:30:33.497Za out/probe.tar.gz 3037K
35792026-08-20T17:30:33.497Za out/propolis-server.tar.gz 34642K
35802026-08-20T17:30:33.497Za out/pumpkind-gz.tar 26647K
35812026-08-20T17:30:33.497Za out/switch-softnpu.tar.gz 503786K
35822026-08-20T17:30:33.501Z
35832026-08-20T17:30:33.501Zreal 1:29.738467233
35842026-08-20T17:30:33.501Zuser 1:26.740410441
35852026-08-20T17:30:33.501Zsys 5.040724890
35862026-08-20T17:30:33.501Ztrap 0.006445674
35872026-08-20T17:30:33.501Ztflt 0.000000000
35882026-08-20T17:30:33.501Zdflt 0.000000000
35892026-08-20T17:30:33.501Zkflt 0.000000000
35902026-08-20T17:30:33.501Zlock 0.000000000
35912026-08-20T17:30:33.501Zslp 1:26.591371278
35922026-08-20T17:30:33.501Zlat 1.093573964
35932026-08-20T17:30:33.501Zstop 0.000165450
35942026-08-20T17:30:33.501Zprocess exited: duration 1074526 ms, exit code 0
 
35952026-08-20T17:30:33.516Zfound 1 output files
35962026-08-20T17:30:33.558Zuploading: /work/package.tar.gz (2781024862 bytes)
35972026-08-20T17:31:09.212Zuploaded: /work/package.tar.gz