01M0K3FEA07371D2HC89HDEYQJ: 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: 01M0K3G2TY1ZY720FCHD20M2BM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T21:27:30.842Zjob assigned to worker 01M0K3G9CNC0J66W055NABYWE7 [factory aws, i-08fb29e881c5402d0] (queued for 48 s)
 
22026-08-21T21:27:38.099Zstarting task 0: "setup"
32026-08-21T21:27:38.103Z++ uname -s
42026-08-21T21:27:38.107Z+ kern=SunOS
52026-08-21T21:27:38.107Z+ build_user=build
62026-08-21T21:27:38.107Z+ build_uid=12345
72026-08-21T21:27:38.107Z+ work_dir=/work
82026-08-21T21:27:38.107Z+ input_dir=/input
92026-08-21T21:27:38.107Z+ [[ 0 == 12345 ]]
102026-08-21T21:27:38.107Z+ case "$kern" in
112026-08-21T21:27:38.107Z+ groupadd -g 12345 build
122026-08-21T21:27:38.110Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T21:27:40.116Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T21:27:40.285Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T21:27:40.288Z+ home_fs=zfs
162026-08-21T21:27:40.288Z+ [[ zfs == autofs ]]
172026-08-21T21:27:40.288Z+ mkdir -p /home/build
182026-08-21T21:27:40.288Z+ chown build:build /home/build /work
192026-08-21T21:27:42.292Z+ chmod 0700 /home/build /work
202026-08-21T21:27:42.295Zprocess exited: duration 4195 ms, exit code 0
 
212026-08-21T21:27:42.303Zstarting task 1: "rust-toolchain"
222026-08-21T21:27:42.310Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-21T21:27:42.310Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-21T21:27:42.310Z * rust toolchain channel = "1.97.1"
252026-08-21T21:27:42.310Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-21T21:27:42.310Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-21T21:27:42.310Z * rust toolchain profile = "default"
282026-08-21T21:27:42.313Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T21:27:42.313Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-21T21:27:42.420Zinfo: downloading installer
312026-08-21T21:27:43.567Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T21:27:43.567Zwarn: /home/build/.rustup/settings.toml
332026-08-21T21:27:43.567Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T21:27:43.567Zwarn: instead of the one inferred from the default host triple.
352026-08-21T21:27:43.579Zinfo: profile set to default
362026-08-21T21:27:43.579Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T21:27:43.582Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-21T21:27:43.722Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-21T21:27:43.727Zinfo: downloading 6 components
402026-08-21T21:27:59.773Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-21T21:27:59.773Z
422026-08-21T21:27:59.800Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-21T21:27:59.800Z
442026-08-21T21:27:59.804Z
452026-08-21T21:27:59.804ZRust is installed now. Great!
462026-08-21T21:27:59.804Z
472026-08-21T21:27:59.804ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T21:27:59.804Zenvironment variable. This has not been done automatically.
492026-08-21T21:27:59.804Z
502026-08-21T21:27:59.804ZTo configure your current shell, you need to source
512026-08-21T21:27:59.804Zthe corresponding env file under $HOME/.cargo.
522026-08-21T21:27:59.804Z
532026-08-21T21:27:59.804ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T21:27:59.804Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T21:27:59.804Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T21:27:59.804Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T21:27:59.804Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T21:27:59.804Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T21:27:59.804Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T21:27:59.804Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T21:27:59.804Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T21:27:59.904Z+ rustup --version
632026-08-21T21:27:59.910Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T21:27:59.913Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T21:27:59.931Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-21T21:27:59.935Z+ cargo --version
672026-08-21T21:27:59.943Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-21T21:27:59.946Z+ rustc --version
692026-08-21T21:27:59.964Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-21T21:27:59.967Zprocess exited: duration 17663 ms, exit code 0
 
712026-08-21T21:27:59.972Zstarting task 2: "authentication"
722026-08-21T21:27:59.993Zprocess exited: duration 20 ms, exit code 0
 
732026-08-21T21:28:00.001Zstarting task 3: "clone repository"
742026-08-21T21:28:00.009Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-21T21:28:00.013Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-21T21:28:00.045ZCloning into '/work/oxidecomputer/omicron'...
772026-08-21T21:28:12.390Z+ cd /work/oxidecomputer/omicron
782026-08-21T21:28:12.390Z+ git fetch origin dabd5e5f0ababb3e75cf8d370cd8fc730020e892
792026-08-21T21:28:12.712ZFrom https://github.com/oxidecomputer/omicron
802026-08-21T21:28:12.712Z * branch dabd5e5f0ababb3e75cf8d370cd8fc730020e892 -> FETCH_HEAD
812026-08-21T21:28:12.718Z+ [[ -n greedy-local-storage-allocation ]]
822026-08-21T21:28:12.718Z++ git branch --show-current
832026-08-21T21:28:12.718Z+ current=main
842026-08-21T21:28:12.718Z+ [[ main != greedy-local-storage-allocation ]]
852026-08-21T21:28:12.718Z+ git branch -f greedy-local-storage-allocation dabd5e5f0ababb3e75cf8d370cd8fc730020e892
862026-08-21T21:28:12.740Z+ git checkout -f greedy-local-storage-allocation
872026-08-21T21:28:12.987ZSwitched to branch 'greedy-local-storage-allocation'
882026-08-21T21:28:12.995Z+ git reset --hard dabd5e5f0ababb3e75cf8d370cd8fc730020e892
892026-08-21T21:28:13.243ZHEAD is now at dabd5e5f0 Derive workload test request sizes from the real overhead computation
902026-08-21T21:28:13.257Zprocess exited: duration 13238 ms, exit code 0
 
912026-08-21T21:28:13.278Zstarting task 4: "build"
922026-08-21T21:28:13.293Z+ source .github/buildomat/ci-env.sh
932026-08-21T21:28:13.293Z++ export CARGO_TERM_COLOR=always
942026-08-21T21:28:13.293Z++ CARGO_TERM_COLOR=always
952026-08-21T21:28:13.293Z+++ uname -s
962026-08-21T21:28:13.303Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-21T21:28:13.303Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-21T21:28:13.304Z+ cargo --version
992026-08-21T21:28:13.304Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-21T21:28:13.304Z+ rustc --version
1012026-08-21T21:28:13.339Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-21T21:28:13.365Z+ WORK=/work
1032026-08-21T21:28:13.366Z+ pfexec mkdir -p /work
1042026-08-21T21:28:13.366Z+ pfexec chown build /work
1052026-08-21T21:28:13.366Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-21T21:28:15.250Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-21T21:28:15.639Z Startup: Caching catalogs ... Done
1082026-08-21T21:28:17.525ZPlanning: Solver setup ... Done (1.827s)
1092026-08-21T21:28:17.581ZPlanning: Running solver ... Done (0.057s)
1102026-08-21T21:28:17.626ZPlanning: Finding local manifests ... Done (0.005s)
1112026-08-21T21:28:17.638ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-21T21:28:17.654ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-21T21:28:17.669ZPlanning: Package planning ... Done (0.014s)
1142026-08-21T21:28:17.672ZPlanning: Merging actions ... Done (0.001s)
1152026-08-21T21:28:17.833ZPlanning: Checking for conflicting actions ... Done (0.162s)
1162026-08-21T21:28:17.836ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-21T21:28:18.847ZPlanning: Evaluating mediators ... Done (0.935s)
1182026-08-21T21:28:18.855ZPlanning: Planning completed in 3.14 seconds
1192026-08-21T21:28:18.855Z Packages to install: 2
1202026-08-21T21:28:18.855Z Estimated space available: 156.01 GB
1212026-08-21T21:28:18.856ZEstimated space to be consumed: 73.56 MB
1222026-08-21T21:28:18.856Z Create boot environment: No
1232026-08-21T21:28:18.856ZCreate backup boot environment: No
1242026-08-21T21:28:18.856Z Rebuild boot archive: No
1252026-08-21T21:28:18.856Z
1262026-08-21T21:28:18.856ZChanged packages:
1272026-08-21T21:28:18.856Zhelios
1282026-08-21T21:28:18.856Z developer/build-essential
1292026-08-21T21:28:18.856Z None -> 11-3.0
1302026-08-21T21:28:18.856Z library/libxmlsec1
1312026-08-21T21:28:18.856Z None -> 1.2.35-3.0
1322026-08-21T21:28:18.856Z
1332026-08-21T21:28:18.856ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-21T21:28:18.875ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1352026-08-21T21:28:18.935Z Actions: 1/268 actions (Installing new actions)
1362026-08-21T21:28:18.973Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-21T21:28:19.004ZFinalize: Updating package state database ... Done (0.030s)
1382026-08-21T21:28:19.007ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-21T21:28:19.084ZFinalize: Updating image state ... Done (0.080s)
1402026-08-21T21:28:21.653ZFinalize: Creating fast lookup database ... Done (2.520s)
1412026-08-21T21:28:21.725ZFinalize: Reading search index ... Done (0.012s)
1422026-08-21T21:28:21.729ZFinalize: Updating search index ... Done (0.000s)
1432026-08-21T21:28:21.838ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-21T21:28:22.196ZPlanning: Evaluating mediator changes ... Done
1452026-08-21T21:28:22.299ZPlanning: Checking for conflicting actions ... Done
1462026-08-21T21:28:22.302ZPlanning: Consolidating action changes ... Done
1472026-08-21T21:28:22.457ZPlanning: Evaluating mediators ... Done
1482026-08-21T21:28:22.460ZPlanning: Planning completed in 0.26 seconds
1492026-08-21T21:28:22.478Z Mediators to change: 2
1502026-08-21T21:28:22.478Z Create boot environment: No
1512026-08-21T21:28:22.478ZCreate backup boot environment: No
1522026-08-21T21:28:22.543ZFinalize: Updating package state database ... Done
1532026-08-21T21:28:22.543ZFinalize: Updating package cache ... Done
1542026-08-21T21:28:22.588ZFinalize: Updating image state ... Done
1552026-08-21T21:28:24.581ZFinalize: Creating fast lookup database ... Done
1562026-08-21T21:28:24.692ZFinalize: Reading search index ... Done
1572026-08-21T21:28:24.692ZFinalize: Updating search index ... Done
1582026-08-21T21:28:24.749ZFinalize: Updating package cache ... Done
1592026-08-21T21:28:25.010ZPlanning: Evaluating mediator changes ... Done
1602026-08-21T21:28:25.109ZPlanning: Checking for conflicting actions ... Done
1612026-08-21T21:28:25.137ZPlanning: Consolidating action changes ... Done
1622026-08-21T21:28:25.238ZPlanning: Evaluating mediators ... Done
1632026-08-21T21:28:25.284ZPlanning: Planning completed in 0.26 seconds
1642026-08-21T21:28:25.284Z Mediators to change: 1
1652026-08-21T21:28:25.284Z Create boot environment: No
1662026-08-21T21:28:25.285ZCreate backup boot environment: No
1672026-08-21T21:28:25.290ZFinalize: Updating package state database ... Done
1682026-08-21T21:28:25.290ZFinalize: Updating package cache ... Done
1692026-08-21T21:28:25.334ZFinalize: Updating image state ... Done
1702026-08-21T21:28:27.280ZFinalize: Creating fast lookup database ... Done
1712026-08-21T21:28:27.328ZFinalize: Reading search index ... Done
1722026-08-21T21:28:27.359ZFinalize: Updating search index ... Done
1732026-08-21T21:28:27.428ZFinalize: Updating package cache ... Done
1742026-08-21T21:28:27.760ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-21T21:28:27.760Zapache system 2.4 system
1762026-08-21T21:28:27.760Zclang system 15 system
1772026-08-21T21:28:27.760Zcsh system system illumos
1782026-08-21T21:28:27.761Zctags system system illumos
1792026-08-21T21:28:27.761Zfile vendor vendor darwinsys
1802026-08-21T21:28:27.761Zfile system system illumos
1812026-08-21T21:28:27.761Zgcc vendor 14 vendor
1822026-08-21T21:28:27.761Zgcc system 13 system
1832026-08-21T21:28:27.761Zgcc system 10 system
1842026-08-21T21:28:27.761Zgo system 1.25 system
1852026-08-21T21:28:27.761Zllvm system 15 system
1862026-08-21T21:28:27.761Zmariadb system 11.4 system
1872026-08-21T21:28:27.761Zmta vendor vendor dma
1882026-08-21T21:28:27.765Zopenjdk system 17 system
1892026-08-21T21:28:27.765Zopenjdk system 11 system
1902026-08-21T21:28:27.765Zopenssl vendor 3 vendor
1912026-08-21T21:28:27.765Zperl system 5.40 system
1922026-08-21T21:28:27.765Zpostgresql system 18 system
1932026-08-21T21:28:27.765Zpostgresql system 17 system
1942026-08-21T21:28:27.765Zpython vendor 3 vendor
1952026-08-21T21:28:27.765Zpython system 2 system
1962026-08-21T21:28:27.766Zpython3 vendor 3.13 vendor
1972026-08-21T21:28:27.766Zruby system 3.4 system
1982026-08-21T21:28:27.766Zruby system 3.0 system
1992026-08-21T21:28:27.766Zwords vendor vendor american-english
2002026-08-21T21:28:27.766Zwords system system australian-english
2012026-08-21T21:28:27.766Zwords system system british-english
2022026-08-21T21:28:27.766Zwords system system canadian-english
2032026-08-21T21:28:27.766Zwords system system french
2042026-08-21T21:28:27.766Zwords system system italian
2052026-08-21T21:28:27.766Zwords system system ngerman
2062026-08-21T21:28:27.767Zwords system system ogerman
2072026-08-21T21:28:27.767Zwords system system spanish
2082026-08-21T21:28:28.002ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-21T21:28:28.002Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-21T21:28:28.430ZFMRI IFO
2112026-08-21T21:28:28.430Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-21T21:28:28.430Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-21T21:28:28.430Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-21T21:28:28.430Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-21T21:28:28.431Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-21T21:28:28.431Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-21T21:28:28.431Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-21T21:28:28.432Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-21T21:28:28.432Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-21T21:28:28.773Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-21T21:28:29.101Z Updating crates.io index
2222026-08-21T21:28:29.115Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-21T21:28:29.376Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-21T21:28:29.823Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-21T21:28:30.762Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-21T21:28:31.328Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-21T21:28:33.336Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-21T21:28:34.318Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-21T21:28:35.015Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-21T21:28:35.364Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-21T21:28:37.235Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-21T21:28:37.524Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-21T21:28:37.897Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-08-21T21:28:38.236Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-08-21T21:28:38.766Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-08-21T21:28:39.304Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-08-21T21:28:39.580Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-21T21:28:39.866Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-21T21:28:40.178Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-08-21T21:28:40.534Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-08-21T21:28:41.143Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-08-21T21:28:41.451Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-08-21T21:28:41.768Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-08-21T21:28:42.255Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-08-21T21:28:42.629Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-21T21:28:42.896Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-21T21:28:43.338Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-21T21:28:43.872Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-21T21:28:44.283Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-21T21:28:44.659Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-21T21:28:44.957Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-21T21:28:45.259Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-21T21:28:45.617Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-08-21T21:28:46.038Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-21T21:28:46.630Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-21T21:28:46.928Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-21T21:28:47.256Z Updating git repository `https://github.com/oxidecomputer/tough`
2582026-08-21T21:28:47.817Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-21T21:28:48.492Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-21T21:28:48.764Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-21T21:28:49.066Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-21T21:28:49.381Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-21T21:28:49.651Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-21T21:28:52.314Z Downloading crates ...
2652026-08-21T21:28:52.357Z Downloaded clap_lex v1.0.0
2662026-08-21T21:28:52.360Z Downloaded itoa v1.0.17
2672026-08-21T21:28:52.363Z Downloaded bytecount v0.6.9
2682026-08-21T21:28:52.368Z Downloaded camino-tempfile v1.4.1
2692026-08-21T21:28:52.368Z Downloaded thread-id v4.2.2
2702026-08-21T21:28:52.371Z Downloaded toml_edit v0.22.27
2712026-08-21T21:28:52.374Z Downloaded anstream v1.0.0
2722026-08-21T21:28:52.381Z Downloaded ucd-trie v0.1.7
2732026-08-21T21:28:52.385Z Downloaded fnv v1.0.7
2742026-08-21T21:28:52.391Z Downloaded camino v1.2.2
2752026-08-21T21:28:52.396Z Downloaded zerocopy v0.7.35
2762026-08-21T21:28:52.405Z Downloaded tabled v0.15.0
2772026-08-21T21:28:52.411Z Downloaded fastrand v2.3.0
2782026-08-21T21:28:52.416Z Downloaded block-buffer v0.10.4
2792026-08-21T21:28:52.416Z Downloaded macaddr v1.0.1
2802026-08-21T21:28:52.421Z Downloaded dof v0.3.0
2812026-08-21T21:28:52.421Z Downloaded dtrace-parser v0.2.0
2822026-08-21T21:28:52.421Z Downloaded utf8parse v0.2.2
2832026-08-21T21:28:52.421Z Downloaded cfg-if v1.0.4
2842026-08-21T21:28:52.421Z Downloaded is_terminal_polyfill v1.70.2
2852026-08-21T21:28:52.421Z Downloaded usdt-attr-macro v0.5.0
2862026-08-21T21:28:52.425Z Downloaded swrite v0.1.0
2872026-08-21T21:28:52.425Z Downloaded cargo-platform v0.3.2
2882026-08-21T21:28:52.425Z Downloaded autocfg v1.5.0
2892026-08-21T21:28:52.425Z Downloaded crypto-common v0.1.7
2902026-08-21T21:28:52.428Z Downloaded anstyle-parse v1.0.0
2912026-08-21T21:28:52.431Z Downloaded anstyle-query v1.1.5
2922026-08-21T21:28:52.433Z Downloaded equivalent v1.0.2
2932026-08-21T21:28:52.436Z Downloaded serde_spanned v0.6.9
2942026-08-21T21:28:52.440Z Downloaded heck v0.4.1
2952026-08-21T21:28:52.440Z Downloaded tabled_derive v0.7.0
2962026-08-21T21:28:52.440Z Downloaded memmap v0.7.0
2972026-08-21T21:28:52.443Z Downloaded scroll_derive v0.12.1
2982026-08-21T21:28:52.443Z Downloaded toml_datetime v0.6.11
2992026-08-21T21:28:52.446Z Downloaded toml_write v0.1.2
3002026-08-21T21:28:52.449Z Downloaded errno v0.3.14
3012026-08-21T21:28:52.452Z Downloaded cpufeatures v0.2.17
3022026-08-21T21:28:52.454Z Downloaded anstyle v1.0.14
3032026-08-21T21:28:52.458Z Downloaded proc-macro-error-attr v1.0.4
3042026-08-21T21:28:52.461Z Downloaded generic-array v0.14.7
3052026-08-21T21:28:52.465Z Downloaded plain v0.2.3
3062026-08-21T21:28:52.465Z Downloaded colorchoice v1.0.4
3072026-08-21T21:28:52.468Z Downloaded pretty-hex v0.4.1
3082026-08-21T21:28:52.472Z Downloaded usdt-macro v0.5.0
3092026-08-21T21:28:52.476Z Downloaded unicode-linebreak v0.1.5
3102026-08-21T21:28:52.479Z Downloaded terminal_size v0.4.3
3112026-08-21T21:28:52.483Z Downloaded version_check v0.9.5
3122026-08-21T21:28:52.483Z Downloaded smawk v0.3.2
3132026-08-21T21:28:52.485Z Downloaded strsim v0.11.1
3142026-08-21T21:28:52.488Z Downloaded once_cell v1.21.3
3152026-08-21T21:28:52.488Z Downloaded pest_derive v2.8.6
3162026-08-21T21:28:52.492Z Downloaded usdt v0.5.0
3172026-08-21T21:28:52.500Z Downloaded scroll v0.12.0
3182026-08-21T21:28:52.503Z Downloaded digest v0.10.7
3192026-08-21T21:28:52.503Z Downloaded heck v0.5.0
3202026-08-21T21:28:52.503Z Downloaded byteorder v1.5.0
3212026-08-21T21:28:52.506Z Downloaded cargo_toml v0.21.0
3222026-08-21T21:28:52.509Z Downloaded thiserror v2.0.18
3232026-08-21T21:28:52.512Z Downloaded serde_tokenstream v0.2.3
3242026-08-21T21:28:52.512Z Downloaded proc-macro-error v1.0.4
3252026-08-21T21:28:52.515Z Downloaded thiserror v1.0.69
3262026-08-21T21:28:52.517Z Downloaded thiserror-impl v1.0.69
3272026-08-21T21:28:52.522Z Downloaded thiserror-impl v2.0.18
3282026-08-21T21:28:52.525Z Downloaded zmij v1.0.21
3292026-08-21T21:28:52.525Z Downloaded cargo_metadata v0.23.1
3302026-08-21T21:28:52.528Z Downloaded toml v0.8.23
3312026-08-21T21:28:52.532Z Downloaded pest_generator v2.8.6
3322026-08-21T21:28:52.535Z Downloaded clap_derive v4.6.1
3332026-08-21T21:28:52.538Z Downloaded bitflags v2.11.0
3342026-08-21T21:28:52.538Z Downloaded fs-err v3.3.0
3352026-08-21T21:28:52.541Z Downloaded log v0.4.29
3362026-08-21T21:28:52.547Z Downloaded tempfile v3.25.0
3372026-08-21T21:28:52.550Z Downloaded sha2 v0.10.9
3382026-08-21T21:28:52.553Z Downloaded quote v1.0.45
3392026-08-21T21:28:52.553Z Downloaded semver v1.0.28
3402026-08-21T21:28:52.553Z Downloaded usdt-impl v0.5.0
3412026-08-21T21:28:52.556Z Downloaded zerocopy-derive v0.7.35
3422026-08-21T21:28:52.559Z Downloaded winnow v0.7.14
3432026-08-21T21:28:52.563Z Downloaded anyhow v1.0.102
3442026-08-21T21:28:52.566Z Downloaded getrandom v0.4.1
3452026-08-21T21:28:52.569Z Downloaded papergrid v0.11.0
3462026-08-21T21:28:52.574Z Downloaded clap v4.6.1
3472026-08-21T21:28:52.577Z Downloaded unicode-ident v1.0.24
3482026-08-21T21:28:52.581Z Downloaded pest_meta v2.8.6
3492026-08-21T21:28:52.592Z Downloaded proc-macro2 v1.0.106
3502026-08-21T21:28:52.595Z Downloaded serde_derive v1.0.228
3512026-08-21T21:28:52.598Z Downloaded serde_core v1.0.228
3522026-08-21T21:28:52.598Z Downloaded textwrap v0.16.2
3532026-08-21T21:28:52.606Z Downloaded serde v1.0.228
3542026-08-21T21:28:52.609Z Downloaded goblin v0.8.2
3552026-08-21T21:28:52.619Z Downloaded indexmap v2.14.0
3562026-08-21T21:28:52.623Z Downloaded pest v2.8.6
3572026-08-21T21:28:52.626Z Downloaded memchr v2.8.0
3582026-08-21T21:28:52.630Z Downloaded typenum v1.20.1
3592026-08-21T21:28:52.653Z Downloaded clap_builder v4.6.0
3602026-08-21T21:28:52.656Z Downloaded hashbrown v0.17.0
3612026-08-21T21:28:52.659Z Downloaded serde_json v1.0.151
3622026-08-21T21:28:52.685Z Downloaded syn v1.0.109
3632026-08-21T21:28:52.696Z Downloaded unicode-width v0.2.0
3642026-08-21T21:28:52.700Z Downloaded unicode-width v0.1.14
3652026-08-21T21:28:52.703Z Downloaded syn v2.0.117
3662026-08-21T21:28:52.715Z Downloaded rustix v1.1.3
3672026-08-21T21:28:52.738Z Downloaded libc v0.2.185
3682026-08-21T21:28:52.800Z Compiling proc-macro2 v1.0.106
3692026-08-21T21:28:52.800Z Compiling unicode-ident v1.0.24
3702026-08-21T21:28:52.803Z Compiling quote v1.0.45
3712026-08-21T21:28:52.803Z Compiling serde_core v1.0.228
3722026-08-21T21:28:52.803Z Compiling libc v0.2.185
3732026-08-21T21:28:52.803Z Compiling version_check v0.9.5
3742026-08-21T21:28:52.979Z Compiling memchr v2.8.0
3752026-08-21T21:28:52.982Z Compiling serde v1.0.228
3762026-08-21T21:28:52.982Z Compiling zmij v1.0.21
3772026-08-21T21:28:52.982Z Compiling itoa v1.0.17
3782026-08-21T21:28:52.982Z Compiling ucd-trie v0.1.7
3792026-08-21T21:28:52.982Z Compiling thiserror v1.0.69
3802026-08-21T21:28:52.982Z Compiling rustix v1.1.3
3812026-08-21T21:28:52.982Z Compiling byteorder v1.5.0
3822026-08-21T21:28:53.238Z Compiling serde_json v1.0.151
3832026-08-21T21:28:53.249Z Compiling bitflags v2.11.0
3842026-08-21T21:28:53.344Z Compiling syn v1.0.109
3852026-08-21T21:28:53.360Z Compiling proc-macro-error-attr v1.0.4
3862026-08-21T21:28:53.553Z Compiling usdt-impl v0.5.0
3872026-08-21T21:28:53.573Z Compiling camino v1.2.2
3882026-08-21T21:28:53.628Z Compiling proc-macro-error v1.0.4
3892026-08-21T21:28:53.631Z Compiling pest v2.8.6
3902026-08-21T21:28:53.719Z Compiling getrandom v0.4.1
3912026-08-21T21:28:53.751Z Compiling hashbrown v0.17.0
3922026-08-21T21:28:53.771Z Compiling errno v0.3.14
3932026-08-21T21:28:53.825Z Compiling thread-id v4.2.2
3942026-08-21T21:28:53.900Z Compiling equivalent v1.0.2
3952026-08-21T21:28:53.904Z Compiling utf8parse v0.2.2
3962026-08-21T21:28:53.934Z Compiling plain v0.2.3
3972026-08-21T21:28:53.937Z Compiling log v0.4.29
3982026-08-21T21:28:53.991Z Compiling cfg-if v1.0.4
3992026-08-21T21:28:54.040Z Compiling anstyle-parse v1.0.0
4002026-08-21T21:28:54.040Z Compiling colorchoice v1.0.4
4012026-08-21T21:28:54.089Z Compiling thiserror v2.0.18
4022026-08-21T21:28:54.092Z Compiling anstyle v1.0.14
4032026-08-21T21:28:54.092Z Compiling anstyle-query v1.1.5
4042026-08-21T21:28:54.144Z Compiling pretty-hex v0.4.1
4052026-08-21T21:28:54.146Z Compiling is_terminal_polyfill v1.70.2
4062026-08-21T21:28:54.184Z Compiling autocfg v1.5.0
4072026-08-21T21:28:54.236Z Compiling toml_write v0.1.2
4082026-08-21T21:28:54.239Z Compiling winnow v0.7.14
4092026-08-21T21:28:54.305Z Compiling indexmap v2.14.0
4102026-08-21T21:28:54.308Z Compiling anstream v1.0.0
4112026-08-21T21:28:54.372Z Compiling once_cell v1.21.3
4122026-08-21T21:28:54.389Z Compiling bytecount v0.6.9
4132026-08-21T21:28:54.407Z Compiling syn v2.0.117
4142026-08-21T21:28:54.491Z Compiling heck v0.4.1
4152026-08-21T21:28:54.509Z Compiling strsim v0.11.1
4162026-08-21T21:28:54.547Z Compiling fastrand v2.3.0
4172026-08-21T21:28:54.629Z Compiling clap_lex v1.0.0
4182026-08-21T21:28:54.665Z Compiling fs-err v3.3.0
4192026-08-21T21:28:54.683Z Compiling heck v0.5.0
4202026-08-21T21:28:54.705Z Compiling unicode-width v0.1.14
4212026-08-21T21:28:54.747Z Compiling pest_meta v2.8.6
4222026-08-21T21:28:54.855Z Compiling fnv v1.0.7
4232026-08-21T21:28:54.878Z Compiling terminal_size v0.4.3
4242026-08-21T21:28:54.882Z Compiling anyhow v1.0.102
4252026-08-21T21:28:54.941Z Compiling tempfile v3.25.0
4262026-08-21T21:28:54.974Z Compiling papergrid v0.11.0
4272026-08-21T21:28:54.992Z Compiling clap_builder v4.6.0
4282026-08-21T21:28:54.997Z Compiling memmap v0.7.0
4292026-08-21T21:28:54.997Z Compiling smawk v0.3.2
4302026-08-21T21:28:55.045Z Compiling unicode-linebreak v0.1.5
4312026-08-21T21:28:55.048Z Compiling unicode-width v0.2.0
4322026-08-21T21:28:55.145Z Compiling swrite v0.1.0
4332026-08-21T21:28:55.278Z Compiling semver v1.0.28
4342026-08-21T21:28:55.297Z Compiling cargo-platform v0.3.2
4352026-08-21T21:28:55.379Z Compiling textwrap v0.16.2
4362026-08-21T21:28:55.593Z Compiling camino-tempfile v1.4.1
4372026-08-21T21:28:55.971Z Compiling tabled_derive v0.7.0
4382026-08-21T21:28:56.561Z Compiling pest_generator v2.8.6
4392026-08-21T21:28:56.665Z Compiling tabled v0.15.0
4402026-08-21T21:28:57.146Z Compiling serde_derive v1.0.228
4412026-08-21T21:28:57.146Z Compiling thiserror-impl v1.0.69
4422026-08-21T21:28:57.290Z Compiling zerocopy-derive v0.7.35
4432026-08-21T21:28:57.290Z Compiling scroll_derive v0.12.1
4442026-08-21T21:28:57.290Z Compiling thiserror-impl v2.0.18
4452026-08-21T21:28:57.290Z Compiling clap_derive v4.6.1
4462026-08-21T21:28:57.290Z Compiling pest_derive v2.8.6
4472026-08-21T21:28:57.815Z Compiling scroll v0.12.0
4482026-08-21T21:28:57.975Z Compiling zerocopy v0.7.35
4492026-08-21T21:28:58.087Z Compiling goblin v0.8.2
4502026-08-21T21:28:58.181Z Compiling dtrace-parser v0.2.0
4512026-08-21T21:28:58.438Z Compiling clap v4.6.1
4522026-08-21T21:28:59.502Z Compiling toml_datetime v0.6.11
4532026-08-21T21:28:59.503Z Compiling serde_spanned v0.6.9
4542026-08-21T21:28:59.509Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-08-21T21:28:59.509Z Compiling macaddr v1.0.1
4562026-08-21T21:28:59.509Z Compiling cargo_metadata v0.23.1
4572026-08-21T21:28:59.516Z Compiling dof v0.3.0
4582026-08-21T21:28:59.521Z Compiling serde_tokenstream v0.2.3
4592026-08-21T21:28:59.726Z Compiling toml_edit v0.22.27
4602026-08-21T21:29:00.284Z Compiling usdt-macro v0.5.0
4612026-08-21T21:29:00.289Z Compiling usdt-attr-macro v0.5.0
4622026-08-21T21:29:00.884Z Compiling usdt v0.5.0
4632026-08-21T21:29:01.008Z Compiling toml v0.8.23
4642026-08-21T21:29:01.325Z Compiling cargo_toml v0.21.0
4652026-08-21T21:29:02.594Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-21T21:29:04.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.09s
4672026-08-21T21:29:04.887Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-21T21:29:05.400Z Downloading crates ...
4692026-08-21T21:29:05.447Z Downloaded arrayref v0.3.9
4702026-08-21T21:29:05.454Z Downloaded atomicwrites v0.4.4
4712026-08-21T21:29:05.483Z Downloaded convert_case v0.4.0
4722026-08-21T21:29:05.483Z Downloaded bb8 v0.8.6
4732026-08-21T21:29:05.483Z Downloaded block-padding v0.4.2
4742026-08-21T21:29:05.483Z Downloaded ciborium-ll v0.2.2
4752026-08-21T21:29:05.483Z Downloaded cobs v0.3.0
4762026-08-21T21:29:05.483Z Downloaded funty v2.0.0
4772026-08-21T21:29:05.489Z Downloaded async-trait v0.1.89
4782026-08-21T21:29:05.489Z Downloaded bit-vec v0.6.3
4792026-08-21T21:29:05.489Z Downloaded anstyle-parse v0.2.7
4802026-08-21T21:29:05.489Z Downloaded float-cmp v0.10.0
4812026-08-21T21:29:05.489Z Downloaded foreign-types-shared v0.1.1
4822026-08-21T21:29:05.490Z Downloaded aead v0.5.2
4832026-08-21T21:29:05.490Z Downloaded fallible-iterator v0.2.0
4842026-08-21T21:29:05.490Z Downloaded find-msvc-tools v0.1.9
4852026-08-21T21:29:05.490Z Downloaded bit-set v0.8.0
4862026-08-21T21:29:05.490Z Downloaded blake2 v0.10.6
4872026-08-21T21:29:05.490Z Downloaded cassowary v0.3.0
4882026-08-21T21:29:05.490Z Downloaded http-range v0.1.5
4892026-08-21T21:29:05.490Z Downloaded enum_dispatch v0.3.13
4902026-08-21T21:29:05.490Z Downloaded adler2 v2.0.1
4912026-08-21T21:29:05.490Z Downloaded arrayvec v0.7.6
4922026-08-21T21:29:05.490Z Downloaded filetime v0.2.27
4932026-08-21T21:29:05.490Z Downloaded humantime v2.3.0
4942026-08-21T21:29:05.490Z Downloaded backon v1.6.0
4952026-08-21T21:29:05.490Z Downloaded group v0.14.0
4962026-08-21T21:29:05.490Z Downloaded colored v3.1.1
4972026-08-21T21:29:05.493Z Downloaded aead v0.6.1
4982026-08-21T21:29:05.493Z Downloaded fd-lock v4.0.4
4992026-08-21T21:29:05.493Z Downloaded endian-type v0.1.2
5002026-08-21T21:29:05.493Z Downloaded futures-macro v0.3.32
5012026-08-21T21:29:05.497Z Downloaded bcrypt-pbkdf v0.11.0
5022026-08-21T21:29:05.497Z Downloaded block-buffer v0.12.1
5032026-08-21T21:29:05.497Z Downloaded hmac v0.12.1
5042026-08-21T21:29:05.497Z Downloaded bytes v1.11.1
5052026-08-21T21:29:05.501Z Downloaded const-oid v0.10.2
5062026-08-21T21:29:05.501Z Downloaded base64 v0.21.7
5072026-08-21T21:29:05.513Z Downloaded async-recursion v1.1.1
5082026-08-21T21:29:05.514Z Downloaded half v2.7.1
5092026-08-21T21:29:05.522Z Downloaded futures-sink v0.3.32
5102026-08-21T21:29:05.522Z Downloaded assert_matches v1.5.0
5112026-08-21T21:29:05.522Z Downloaded async-stream v0.3.6
5122026-08-21T21:29:05.522Z Downloaded ff v0.13.1
5132026-08-21T21:29:05.522Z Downloaded float-ord v0.3.2
5142026-08-21T21:29:05.522Z Downloaded futures-io v0.3.32
5152026-08-21T21:29:05.522Z Downloaded env_logger v0.11.9
5162026-08-21T21:29:05.522Z Downloaded bitfield-struct v0.6.2
5172026-08-21T21:29:05.522Z Downloaded ghash v0.6.0
5182026-08-21T21:29:05.523Z Downloaded base16ct v1.0.0
5192026-08-21T21:29:05.524Z Downloaded env_filter v1.0.0
5202026-08-21T21:29:05.524Z Downloaded foreign-types v0.3.2
5212026-08-21T21:29:05.524Z Downloaded foreign-types-shared v0.3.1
5222026-08-21T21:29:05.524Z Downloaded cbc v0.2.1
5232026-08-21T21:29:05.524Z Downloaded ascii-canvas v3.0.0
5242026-08-21T21:29:05.524Z Downloaded fxhash v0.2.1
5252026-08-21T21:29:05.525Z Downloaded foldhash v0.1.5
5262026-08-21T21:29:05.525Z Downloaded bitfield v0.19.4
5272026-08-21T21:29:05.538Z Downloaded fs_extra v1.3.0
5282026-08-21T21:29:05.538Z Downloaded foreign-types v0.5.0
5292026-08-21T21:29:05.538Z Downloaded gethostname v0.5.0
5302026-08-21T21:29:05.538Z Downloaded base16ct v0.2.0
5312026-08-21T21:29:05.538Z Downloaded bitfield-macros v0.19.4
5322026-08-21T21:29:05.538Z Downloaded compression-core v0.4.31
5332026-08-21T21:29:05.538Z Downloaded atomic-waker v1.1.2
5342026-08-21T21:29:05.538Z Downloaded hash32 v0.2.1
5352026-08-21T21:29:05.538Z Downloaded home v0.5.12
5362026-08-21T21:29:05.542Z Downloaded foreign-types-macros v0.2.3
5372026-08-21T21:29:05.542Z Downloaded git-stub v1.0.0
5382026-08-21T21:29:05.542Z Downloaded ciborium-io v0.2.2
5392026-08-21T21:29:05.542Z Downloaded getrandom v0.2.17
5402026-08-21T21:29:05.542Z Downloaded enum-as-inner v0.6.1
5412026-08-21T21:29:05.542Z Downloaded foldhash v0.2.0
5422026-08-21T21:29:05.542Z Downloaded hex v0.4.3
5432026-08-21T21:29:05.542Z Downloaded httpdate v1.0.3
5442026-08-21T21:29:05.542Z Downloaded futures-core v0.3.32
5452026-08-21T21:29:05.542Z Downloaded hostname v0.3.1
5462026-08-21T21:29:05.542Z Downloaded num-conv v0.2.0
5472026-08-21T21:29:05.542Z Downloaded atty v0.2.14
5482026-08-21T21:29:05.542Z Downloaded cfg_aliases v0.2.1
5492026-08-21T21:29:05.542Z Downloaded globwalk v0.9.1
5502026-08-21T21:29:05.543Z Downloaded castaway v0.2.4
5512026-08-21T21:29:05.548Z Downloaded fixedbitset v0.4.2
5522026-08-21T21:29:05.548Z Downloaded bit-set v0.5.3
5532026-08-21T21:29:05.548Z Downloaded http-body v1.0.1
5542026-08-21T21:29:05.548Z Downloaded async-stream-impl v0.3.6
5552026-08-21T21:29:05.553Z Downloaded headers-core v0.3.0
5562026-08-21T21:29:05.556Z Downloaded hostname v0.4.2
5572026-08-21T21:29:05.561Z Downloaded hubpack_derive v0.1.1
5582026-08-21T21:29:05.561Z Downloaded hash32 v0.3.1
5592026-08-21T21:29:05.561Z Downloaded num v0.4.3
5602026-08-21T21:29:05.561Z Downloaded num_enum_derive v0.5.11
5612026-08-21T21:29:05.561Z Downloaded olpc-cjson v0.1.4
5622026-08-21T21:29:05.561Z Downloaded hyper-tls v0.6.0
5632026-08-21T21:29:05.566Z Downloaded openssl-probe v0.2.1
5642026-08-21T21:29:05.566Z Downloaded constant_time_eq v0.4.2
5652026-08-21T21:29:05.566Z Downloaded base64ct v1.8.3
5662026-08-21T21:29:05.566Z Downloaded cfg_aliases v0.1.1
5672026-08-21T21:29:05.572Z Downloaded futures-task v0.3.32
5682026-08-21T21:29:05.572Z Downloaded flagset v0.4.7
5692026-08-21T21:29:05.572Z Downloaded hex-literal v1.1.0
5702026-08-21T21:29:05.574Z Downloaded hubpack v0.1.2
5712026-08-21T21:29:05.574Z Downloaded bzip2 v0.6.1
5722026-08-21T21:29:05.586Z Downloaded parse-size v1.1.0
5732026-08-21T21:29:05.586Z Downloaded futures-executor v0.3.32
5742026-08-21T21:29:05.586Z Downloaded ff v0.14.0
5752026-08-21T21:29:05.586Z Downloaded progenitor-client v0.14.0
5762026-08-21T21:29:05.586Z Downloaded fixedbitset v0.5.7
5772026-08-21T21:29:05.586Z Downloaded fs-err v2.11.0
5782026-08-21T21:29:05.587Z Downloaded radium v0.7.0
5792026-08-21T21:29:05.587Z Downloaded rand_xorshift v0.4.0
5802026-08-21T21:29:05.587Z Downloaded recursive v0.1.1
5812026-08-21T21:29:05.587Z Downloaded powerfmt v0.2.0
5822026-08-21T21:29:05.587Z Downloaded proc-macro-crate v1.3.1
5832026-08-21T21:29:05.587Z Downloaded progenitor-macro v0.14.0
5842026-08-21T21:29:05.595Z Downloaded futures-channel v0.3.32
5852026-08-21T21:29:05.595Z Downloaded same-file v1.0.6
5862026-08-21T21:29:05.595Z Downloaded group v0.13.0
5872026-08-21T21:29:05.595Z Downloaded const_format_proc_macros v0.2.34
5882026-08-21T21:29:05.595Z Downloaded cipher v0.4.4
5892026-08-21T21:29:05.595Z Downloaded form_urlencoded v1.2.2
5902026-08-21T21:29:05.595Z Downloaded rfc6979 v0.4.0
5912026-08-21T21:29:05.595Z Downloaded sapling-renderdag v0.1.0
5922026-08-21T21:29:05.600Z Downloaded cmov v0.5.4
5932026-08-21T21:29:05.600Z Downloaded compression-codecs v0.4.37
5942026-08-21T21:29:05.600Z Downloaded glob v0.3.3
5952026-08-21T21:29:05.604Z Downloaded rtoolbox v0.0.3
5962026-08-21T21:29:05.604Z Downloaded array-init v0.0.4
5972026-08-21T21:29:05.604Z Downloaded backoff v0.4.0
5982026-08-21T21:29:05.605Z Downloaded bit-vec v0.8.0
5992026-08-21T21:29:05.605Z Downloaded camino-tempfile-ext v0.3.3
6002026-08-21T21:29:05.605Z Downloaded scroll_derive v0.13.1
6012026-08-21T21:29:05.605Z Downloaded bitflags v1.3.2
6022026-08-21T21:29:05.608Z Downloaded byte-wrapper v0.1.0
6032026-08-21T21:29:05.608Z Downloaded chacha20 v0.9.1
6042026-08-21T21:29:05.608Z Downloaded cmake v0.1.57
6052026-08-21T21:29:05.611Z Downloaded expectorate v1.2.0
6062026-08-21T21:29:05.611Z Downloaded fatfs v0.3.6
6072026-08-21T21:29:05.611Z Downloaded cipher v0.5.2
6082026-08-21T21:29:05.615Z Downloaded anstream v0.6.21
6092026-08-21T21:29:05.615Z Downloaded serde_bytes v0.11.19
6102026-08-21T21:29:05.615Z Downloaded serde_urlencoded v0.7.1
6112026-08-21T21:29:05.622Z Downloaded http-body-util v0.1.3
6122026-08-21T21:29:05.623Z Downloaded hyper-staticfile v0.10.1
6132026-08-21T21:29:05.623Z Downloaded shell-words v1.1.1
6142026-08-21T21:29:05.623Z Downloaded highway v1.3.0
6152026-08-21T21:29:05.623Z Downloaded peg v0.8.5
6162026-08-21T21:29:05.628Z Downloaded cexpr v0.6.0
6172026-08-21T21:29:05.628Z Downloaded num-rational v0.4.2
6182026-08-21T21:29:05.628Z Downloaded sigpipe v0.1.3
6192026-08-21T21:29:05.628Z Downloaded ahash v0.8.12
6202026-08-21T21:29:05.628Z Downloaded strip-ansi-escapes v0.2.1
6212026-08-21T21:29:05.640Z Downloaded tabled_derive v0.11.0
6222026-08-21T21:29:05.640Z Downloaded termtree v0.5.1
6232026-08-21T21:29:05.640Z Downloaded getrandom v0.3.4
6242026-08-21T21:29:05.640Z Downloaded oxide-tokio-rt v0.1.4
6252026-08-21T21:29:05.640Z Downloaded phc v0.6.1
6262026-08-21T21:29:05.640Z Downloaded pbkdf2 v0.13.0
6272026-08-21T21:29:05.640Z Downloaded owo-colors v4.3.0
6282026-08-21T21:29:05.641Z Downloaded httparse v1.10.1
6292026-08-21T21:29:05.641Z Downloaded phf v0.12.1
6302026-08-21T21:29:05.641Z Downloaded progenitor v0.13.0
6312026-08-21T21:29:05.641Z Downloaded globset v0.4.18
6322026-08-21T21:29:05.644Z Downloaded unicode-xid v0.2.6
6332026-08-21T21:29:05.644Z Downloaded hmac v0.13.0
6342026-08-21T21:29:05.647Z Downloaded hybrid-array v0.4.13
6352026-08-21T21:29:05.647Z Downloaded rand_core v0.9.5
6362026-08-21T21:29:05.648Z Downloaded yoke-derive v0.8.1
6372026-08-21T21:29:05.648Z Downloaded usdt v0.6.0
6382026-08-21T21:29:05.651Z Downloaded bzip2 v0.4.4
6392026-08-21T21:29:05.651Z Downloaded rpassword v7.5.4
6402026-08-21T21:29:05.651Z Downloaded typify-macro v0.6.2
6412026-08-21T21:29:05.651Z Downloaded usdt-attr-macro v0.6.0
6422026-08-21T21:29:05.654Z Downloaded argon2 v0.6.0-rc.8
6432026-08-21T21:29:05.654Z Downloaded clang-sys v1.8.1
6442026-08-21T21:29:05.654Z Downloaded console v0.16.2
6452026-08-21T21:29:05.657Z Downloaded bcs v0.1.6
6462026-08-21T21:29:05.657Z Downloaded blowfish v0.10.0
6472026-08-21T21:29:05.657Z Downloaded cancel-safe-futures v0.1.5
6482026-08-21T21:29:05.660Z Downloaded colored v2.2.0
6492026-08-21T21:29:05.660Z Downloaded generic-array v1.4.3
6502026-08-21T21:29:05.662Z Downloaded want v0.3.1
6512026-08-21T21:29:05.662Z Downloaded signal-hook-registry v1.4.8
6522026-08-21T21:29:05.662Z Downloaded chacha20 v0.10.0
6532026-08-21T21:29:05.662Z Downloaded buf-list v1.1.2
6542026-08-21T21:29:05.665Z Downloaded argon2 v0.5.3
6552026-08-21T21:29:05.666Z Downloaded async-bb8-diesel v0.2.1
6562026-08-21T21:29:05.666Z Downloaded ciborium v0.2.2
6572026-08-21T21:29:05.668Z Downloaded zeroize_derive v1.5.0
6582026-08-21T21:29:05.668Z Downloaded console v0.15.11
6592026-08-21T21:29:05.668Z Downloaded bs58 v0.5.1
6602026-08-21T21:29:05.671Z Downloaded scroll v0.13.0
6612026-08-21T21:29:05.671Z Downloaded crc-catalog v2.4.0
6622026-08-21T21:29:05.671Z Downloaded crunchy v0.2.4
6632026-08-21T21:29:05.671Z Downloaded scrypt v0.12.0
6642026-08-21T21:29:05.674Z Downloaded futures v0.3.32
6652026-08-21T21:29:05.677Z Downloaded slab v0.4.12
6662026-08-21T21:29:05.677Z Downloaded slog-json v2.6.1
6672026-08-21T21:29:05.677Z Downloaded git-stub-vcs v0.1.0
6682026-08-21T21:29:05.681Z Downloaded parking_lot_core v0.9.12
6692026-08-21T21:29:05.681Z Downloaded allocator-api2 v0.2.21
6702026-08-21T21:29:05.681Z Downloaded erased-serde v0.3.31
6712026-08-21T21:29:05.685Z Downloaded half v1.8.3
6722026-08-21T21:29:05.685Z Downloaded slog-async v2.8.0
6732026-08-21T21:29:05.685Z Downloaded darling_macro v0.20.11
6742026-08-21T21:29:05.685Z Downloaded sqlformat v0.3.5
6752026-08-21T21:29:05.688Z Downloaded ssh-encoding v0.3.0
6762026-08-21T21:29:05.688Z Downloaded strum v0.26.3
6772026-08-21T21:29:05.688Z Downloaded dirs-sys-next v0.1.2
6782026-08-21T21:29:05.688Z Downloaded strum_macros v0.26.4
6792026-08-21T21:29:05.694Z Downloaded strum_macros v0.27.2
6802026-08-21T21:29:05.694Z Downloaded tokio-macros v2.7.0
6812026-08-21T21:29:05.695Z Downloaded defmt-parser v1.0.0
6822026-08-21T21:29:05.695Z Downloaded display-error-chain v0.2.2
6832026-08-21T21:29:05.695Z Downloaded embedded-io v0.4.0
6842026-08-21T21:29:05.695Z Downloaded tiny-keccak v2.0.2
6852026-08-21T21:29:05.699Z Downloaded difflib v0.4.0
6862026-08-21T21:29:05.699Z Downloaded hyper-rustls v0.27.7
6872026-08-21T21:29:05.699Z Downloaded pkcs1 v0.7.5
6882026-08-21T21:29:05.699Z Downloaded pkcs8 v0.11.0
6892026-08-21T21:29:05.699Z Downloaded postcard v1.1.3
6902026-08-21T21:29:05.709Z Downloaded termios v0.3.3
6912026-08-21T21:29:05.709Z Downloaded dof v0.4.0
6922026-08-21T21:29:05.709Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6932026-08-21T21:29:05.709Z Downloaded vergen-gitcl v1.0.8
6942026-08-21T21:29:05.709Z Downloaded document-features v0.2.12
6952026-08-21T21:29:05.709Z Downloaded embedded-io v0.6.1
6962026-08-21T21:29:05.709Z Downloaded toml_writer v1.1.1+spec-1.1.0
6972026-08-21T21:29:05.709Z Downloaded keccak v0.1.6
6982026-08-21T21:29:05.710Z Downloaded illumos-nvpair v0.3.0
6992026-08-21T21:29:05.710Z Downloaded internet-checksum v0.2.1
7002026-08-21T21:29:05.710Z Downloaded libscf-sys v1.2.0
7012026-08-21T21:29:05.710Z Downloaded match_cfg v0.1.0
7022026-08-21T21:29:05.710Z Downloaded const-oid v0.9.6
7032026-08-21T21:29:05.719Z Downloaded lru-slab v0.1.2
7042026-08-21T21:29:05.723Z Downloaded zerovec-derive v0.11.2
7052026-08-21T21:29:05.723Z Downloaded curve25519-dalek-derive v0.1.1
7062026-08-21T21:29:05.723Z Downloaded convert_case v0.10.0
7072026-08-21T21:29:05.723Z Downloaded memoffset v0.9.1
7082026-08-21T21:29:05.723Z Downloaded blake2 v0.11.0-rc.6
7092026-08-21T21:29:05.727Z Downloaded arc-swap v1.8.2
7102026-08-21T21:29:05.727Z Downloaded daft v0.1.7
7112026-08-21T21:29:05.730Z Downloaded aes-gcm v0.11.0
7122026-08-21T21:29:05.730Z Downloaded sha2 v0.11.0
7132026-08-21T21:29:05.733Z Downloaded smallvec v1.15.1
7142026-08-21T21:29:05.733Z Downloaded data-encoding v2.10.0
7152026-08-21T21:29:05.733Z Downloaded diesel-dtrace v0.5.0
7162026-08-21T21:29:05.739Z Downloaded openssl-macros v0.1.1
7172026-08-21T21:29:05.739Z Downloaded peg-runtime v0.8.5
7182026-08-21T21:29:05.742Z Downloaded der_derive v0.7.3
7192026-08-21T21:29:05.742Z Downloaded derive_builder_core v0.20.2
7202026-08-21T21:29:05.742Z Downloaded term v1.2.1
7212026-08-21T21:29:05.742Z Downloaded predicates-tree v1.0.13
7222026-08-21T21:29:05.742Z Downloaded predicates-core v1.0.10
7232026-08-21T21:29:05.742Z Downloaded oso-derive v0.27.3
7242026-08-21T21:29:05.745Z Downloaded password-hash v0.6.1
7252026-08-21T21:29:05.745Z Downloaded russh-cryptovec v0.62.0
7262026-08-21T21:29:05.747Z Downloaded ena v0.14.4
7272026-08-21T21:29:05.747Z Downloaded phf_shared v0.11.3
7282026-08-21T21:29:05.750Z Downloaded quick-error v1.2.3
7292026-08-21T21:29:05.750Z Downloaded progenitor-macro v0.13.0
7302026-08-21T21:29:05.753Z Downloaded heapless v0.8.0
7312026-08-21T21:29:05.753Z Downloaded poly1305 v0.9.0
7322026-08-21T21:29:05.761Z Downloaded tinystr v0.8.2
7332026-08-21T21:29:05.761Z Downloaded unicode-properties v0.1.4
7342026-08-21T21:29:05.761Z Downloaded displaydoc v0.2.5
7352026-08-21T21:29:05.761Z Downloaded ppv-lite86 v0.2.21
7362026-08-21T21:29:05.761Z Downloaded tracing-attributes v0.1.31
7372026-08-21T21:29:05.761Z Downloaded indoc v2.0.7
7382026-08-21T21:29:05.768Z Downloaded rand_chacha v0.3.1
7392026-08-21T21:29:05.768Z Downloaded ref-cast v1.0.25
7402026-08-21T21:29:05.768Z Downloaded rustc_version v0.1.7
7412026-08-21T21:29:05.768Z Downloaded serde_spanned v1.1.1
7422026-08-21T21:29:05.768Z Downloaded const_format v0.2.35
7432026-08-21T21:29:05.779Z Downloaded ingot-types v0.2.0
7442026-08-21T21:29:05.779Z Downloaded chacha20poly1305 v0.10.1
7452026-08-21T21:29:05.780Z Downloaded semver v0.1.20
7462026-08-21T21:29:05.780Z Downloaded sha1 v0.10.6
7472026-08-21T21:29:05.780Z Downloaded sha1 v0.11.0
7482026-08-21T21:29:05.780Z Downloaded serde_repr v0.1.20
7492026-08-21T21:29:05.780Z Downloaded sync_wrapper v1.0.2
7502026-08-21T21:29:05.780Z Downloaded compact_str v0.8.1
7512026-08-21T21:29:05.781Z Downloaded base64 v0.22.1
7522026-08-21T21:29:05.781Z Downloaded ryu v1.0.23
7532026-08-21T21:29:05.786Z Downloaded siphasher v1.0.2
7542026-08-21T21:29:05.786Z Downloaded libefi-sys v0.1.0
7552026-08-21T21:29:05.786Z Downloaded module-lattice v0.2.3
7562026-08-21T21:29:05.786Z Downloaded http v1.4.2
7572026-08-21T21:29:05.786Z Downloaded heapless v0.7.17
7582026-08-21T21:29:05.786Z Downloaded supports-color v3.0.2
7592026-08-21T21:29:05.786Z Downloaded nanorand v0.7.0
7602026-08-21T21:29:05.786Z Downloaded num_enum v0.7.6
7612026-08-21T21:29:05.790Z Downloaded num_enum_derive v0.7.6
7622026-08-21T21:29:05.790Z Downloaded num-integer v0.1.46
7632026-08-21T21:29:05.790Z Downloaded sync-ptr v0.1.4
7642026-08-21T21:29:05.790Z Downloaded try-lock v0.2.5
7652026-08-21T21:29:05.790Z Downloaded time-core v0.1.8
7662026-08-21T21:29:05.794Z Downloaded tinyvec_macros v0.1.1
7672026-08-21T21:29:05.794Z Downloaded tower-layer v0.3.3
7682026-08-21T21:29:05.794Z Downloaded crc32fast v1.5.0
7692026-08-21T21:29:05.794Z Downloaded derive_builder v0.20.2
7702026-08-21T21:29:05.798Z Downloaded parking_lot_core v0.8.6
7712026-08-21T21:29:05.798Z Downloaded percent-encoding v2.3.2
7722026-08-21T21:29:05.798Z Downloaded hashbrown v0.16.1
7732026-08-21T21:29:05.802Z Downloaded progenitor-extras v0.2.0
7742026-08-21T21:29:05.802Z Downloaded papergrid v0.17.0
7752026-08-21T21:29:05.805Z Downloaded primeorder v0.14.0
7762026-08-21T21:29:05.805Z Downloaded wait-timeout v0.2.1
7772026-08-21T21:29:05.806Z Downloaded waitgroup v0.1.2
7782026-08-21T21:29:05.809Z Downloaded p256 v0.14.0
7792026-08-21T21:29:05.809Z Downloaded tokio-stream v0.1.18
7802026-08-21T21:29:05.815Z Downloaded flate2 v1.1.9
7812026-08-21T21:29:05.816Z Downloaded oxide-update-engine v0.1.2
7822026-08-21T21:29:05.820Z Downloaded phf v0.13.1
7832026-08-21T21:29:05.820Z Downloaded resolv-conf v0.7.6
7842026-08-21T21:29:05.820Z Downloaded rand_core v0.10.0
7852026-08-21T21:29:05.820Z Downloaded tracing-core v0.1.36
7862026-08-21T21:29:05.820Z Downloaded flume v0.11.1
7872026-08-21T21:29:05.830Z Downloaded crc8 v0.1.1
7882026-08-21T21:29:05.830Z Downloaded litrs v1.0.0
7892026-08-21T21:29:05.834Z Downloaded smallvec v0.6.14
7902026-08-21T21:29:05.834Z Downloaded derive_builder_macro v0.20.2
7912026-08-21T21:29:05.834Z Downloaded dsl_auto_type v0.2.0
7922026-08-21T21:29:05.834Z Downloaded serdect v0.4.3
7932026-08-21T21:29:05.834Z Downloaded thiserror-impl-no-std v2.0.2
7942026-08-21T21:29:05.834Z Downloaded slog-dtrace v0.3.0
7952026-08-21T21:29:05.844Z Downloaded string_cache v0.8.9
7962026-08-21T21:29:05.844Z Downloaded scuffle v0.1.0
7972026-08-21T21:29:05.845Z Downloaded memmap2 v0.9.10
7982026-08-21T21:29:05.845Z Downloaded native-tls v0.2.18
7992026-08-21T21:29:05.849Z Downloaded smf v0.2.3
8002026-08-21T21:29:05.849Z Downloaded time-macros v0.2.27
8012026-08-21T21:29:05.850Z Downloaded instant v0.1.13
8022026-08-21T21:29:05.850Z Downloaded idna_adapter v1.2.1
8032026-08-21T21:29:05.850Z Downloaded crc-any v2.5.0
8042026-08-21T21:29:05.850Z Downloaded md5 v0.8.0
8052026-08-21T21:29:05.854Z Downloaded pem-rfc7468 v1.0.0
8062026-08-21T21:29:05.854Z Downloaded writeable v0.6.2
8072026-08-21T21:29:05.857Z Downloaded lru v0.12.5
8082026-08-21T21:29:05.857Z Downloaded hickory-resolver v0.25.2
8092026-08-21T21:29:05.860Z Downloaded hickory-resolver v0.24.4
8102026-08-21T21:29:05.864Z Downloaded nodrop v0.1.14
8112026-08-21T21:29:05.867Z Downloaded crossbeam-deque v0.8.6
8122026-08-21T21:29:05.867Z Downloaded num_threads v0.1.7
8132026-08-21T21:29:05.867Z Downloaded prettyplease v0.2.37
8142026-08-21T21:29:05.869Z Downloaded rsa v0.9.10
8152026-08-21T21:29:05.872Z Downloaded publicsuffix v2.3.0
8162026-08-21T21:29:05.873Z Downloaded vte v0.14.1
8172026-08-21T21:29:05.875Z Downloaded r2d2 v0.8.10
8182026-08-21T21:29:05.875Z Downloaded rustls-pemfile v2.2.0
8192026-08-21T21:29:05.875Z Downloaded rustls-pki-types v1.14.0
8202026-08-21T21:29:05.878Z Downloaded corncobs v0.1.4
8212026-08-21T21:29:05.878Z Downloaded hickory-server v0.25.2
8222026-08-21T21:29:05.881Z Downloaded zstd v0.13.3
8232026-08-21T21:29:05.881Z Downloaded ignore v0.4.25
8242026-08-21T21:29:05.886Z Downloaded rfc6979 v0.6.0
8252026-08-21T21:29:05.886Z Downloaded cc v1.2.56
8262026-08-21T21:29:05.889Z Downloaded defmt-macros v1.0.1
8272026-08-21T21:29:05.889Z Downloaded deranged v0.5.8
8282026-08-21T21:29:05.889Z Downloaded serde_cbor v0.11.2
8292026-08-21T21:29:05.894Z Downloaded rand_pcg v0.10.2
8302026-08-21T21:29:05.895Z Downloaded slog-term v2.9.2
8312026-08-21T21:29:05.895Z Downloaded seq-macro v0.3.6
8322026-08-21T21:29:05.900Z Downloaded digest v0.11.3
8332026-08-21T21:29:05.900Z Downloaded static_assertions v1.1.0
8342026-08-21T21:29:05.900Z Downloaded hashbrown v0.13.2
8352026-08-21T21:29:05.900Z Downloaded scopeguard v1.2.0
8362026-08-21T21:29:05.914Z Downloaded secrecy v0.10.3
8372026-08-21T21:29:05.914Z Downloaded signal-hook-mio v0.2.5
8382026-08-21T21:29:05.914Z Downloaded ed25519 v3.0.0
8392026-08-21T21:29:05.914Z Downloaded async-compression v0.4.41
8402026-08-21T21:29:05.920Z Downloaded slog-bunyan v2.5.0
8412026-08-21T21:29:05.920Z Downloaded sqlparser_derive v0.5.0
8422026-08-21T21:29:05.920Z Downloaded twox-hash v2.1.2
8432026-08-21T21:29:05.920Z Downloaded slog-envlogger v2.2.0
8442026-08-21T21:29:05.920Z Downloaded strum v0.27.2
8452026-08-21T21:29:05.921Z Downloaded vergen-lib v0.1.6
8462026-08-21T21:29:05.921Z Downloaded take_mut v0.2.2
8472026-08-21T21:29:05.921Z Downloaded serde_yaml v0.9.34+deprecated
8482026-08-21T21:29:05.921Z Downloaded tokio-test v0.4.5
8492026-08-21T21:29:05.921Z Downloaded toml_parser v1.1.2+spec-1.1.0
8502026-08-21T21:29:05.921Z Downloaded jobserver v0.1.34
8512026-08-21T21:29:05.921Z Downloaded keccak v0.2.0
8522026-08-21T21:29:05.924Z Downloaded lock_api v0.4.14
8532026-08-21T21:29:05.924Z Downloaded unicase v2.9.0
8542026-08-21T21:29:05.924Z Downloaded darling_core v0.20.11
8552026-08-21T21:29:05.924Z Downloaded headers v0.4.1
8562026-08-21T21:29:05.928Z Downloaded snafu v0.8.9
8572026-08-21T21:29:05.930Z Downloaded libloading v0.8.9
8582026-08-21T21:29:05.931Z Downloaded libsw-core v0.3.2
8592026-08-21T21:29:05.933Z Downloaded newtype-uuid v1.3.2
8602026-08-21T21:29:05.933Z Downloaded packed_struct_codegen v0.10.1
8612026-08-21T21:29:05.933Z Downloaded crossbeam-epoch v0.9.18
8622026-08-21T21:29:05.937Z Downloaded pem-rfc7468 v0.7.0
8632026-08-21T21:29:05.938Z Downloaded poly1305 v0.8.0
8642026-08-21T21:29:05.938Z Downloaded pem v3.0.6
8652026-08-21T21:29:05.938Z Downloaded unarray v0.1.4
8662026-08-21T21:29:05.938Z Downloaded universal-hash v0.5.1
8672026-08-21T21:29:05.943Z Downloaded xattr v1.6.1
8682026-08-21T21:29:05.943Z Downloaded oxnet v0.1.6
8692026-08-21T21:29:05.943Z Downloaded darling v0.20.11
8702026-08-21T21:29:05.946Z Downloaded hashbrown v0.12.3
8712026-08-21T21:29:05.946Z Downloaded postgres-protocol v0.6.10
8722026-08-21T21:29:05.946Z Downloaded primeorder v0.13.6
8732026-08-21T21:29:05.952Z Downloaded quinn v0.11.11
8742026-08-21T21:29:05.952Z Downloaded zone v0.3.1
8752026-08-21T21:29:05.963Z Downloaded ar_archive_writer v0.5.1
8762026-08-21T21:29:05.970Z Downloaded zerocopy-derive v0.8.40
8772026-08-21T21:29:05.970Z Downloaded bumpalo v3.20.2
8782026-08-21T21:29:05.978Z Downloaded progenitor v0.14.0
8792026-08-21T21:29:05.978Z Downloaded darling_macro v0.13.4
8802026-08-21T21:29:05.978Z Downloaded rand_seeder v0.4.0
8812026-08-21T21:29:05.979Z Downloaded rsa v0.10.0-rc.18
8822026-08-21T21:29:05.979Z Downloaded rustls-native-certs v0.8.3
8832026-08-21T21:29:05.979Z Downloaded serde_with_macros v1.5.2
8842026-08-21T21:29:05.984Z Downloaded signature v3.0.0
8852026-08-21T21:29:05.984Z Downloaded zip v0.6.6
8862026-08-21T21:29:05.984Z Downloaded crc v3.4.0
8872026-08-21T21:29:05.984Z Downloaded slog-scope v4.4.1
8882026-08-21T21:29:05.984Z Downloaded strum_macros v0.24.3
8892026-08-21T21:29:05.984Z Downloaded stringprep v0.1.5
8902026-08-21T21:29:05.984Z Downloaded tinyvec v1.10.0
8912026-08-21T21:29:05.985Z Downloaded dunce v1.0.5
8922026-08-21T21:29:05.985Z Downloaded dyn-clone v1.0.20
8932026-08-21T21:29:05.990Z Downloaded crypto-bigint v0.5.5
8942026-08-21T21:29:05.990Z Downloaded ipnet v2.11.0
8952026-08-21T21:29:05.990Z Downloaded p384 v0.14.0
8962026-08-21T21:29:05.999Z Downloaded uuid v1.23.4
8972026-08-21T21:29:05.999Z Downloaded unicode-bidi v0.3.18
8982026-08-21T21:29:05.999Z Downloaded ingot-macros v0.2.0
8992026-08-21T21:29:05.999Z Downloaded kstat-rs v0.2.5
9002026-08-21T21:29:05.999Z Downloaded md-5 v0.10.6
9012026-08-21T21:29:06.007Z Downloaded thread_local v1.1.9
9022026-08-21T21:29:06.007Z Downloaded password-hash v0.5.0
9032026-08-21T21:29:06.007Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9042026-08-21T21:29:06.007Z Downloaded inout v0.2.2
9052026-08-21T21:29:06.008Z Downloaded is-terminal v0.4.17
9062026-08-21T21:29:06.008Z Downloaded is_ci v1.2.0
9072026-08-21T21:29:06.009Z Downloaded linked-hash-map v0.5.6
9082026-08-21T21:29:06.009Z Downloaded postgres-types v0.2.12
9092026-08-21T21:29:06.009Z Downloaded usdt-impl v0.6.0
9102026-08-21T21:29:06.009Z Downloaded pin-project-lite v0.2.17
9112026-08-21T21:29:06.015Z Downloaded uzers v0.12.2
9122026-08-21T21:29:06.015Z Downloaded vergen-lib v9.1.0
9132026-08-21T21:29:06.015Z Downloaded new_debug_unreachable v1.0.6
9142026-08-21T21:29:06.015Z Downloaded zeroize v1.9.0
9152026-08-21T21:29:06.015Z Downloaded unicode_categories v0.1.1
9162026-08-21T21:29:06.015Z Downloaded zerocopy v0.6.6
9172026-08-21T21:29:06.015Z Downloaded dropshot_endpoint v0.17.1
9182026-08-21T21:29:06.015Z Downloaded whoami v2.1.0
9192026-08-21T21:29:06.015Z Downloaded path-slash v0.1.5
9202026-08-21T21:29:06.015Z Downloaded psl-types v2.0.11
9212026-08-21T21:29:06.021Z Downloaded rustc_version v0.4.1
9222026-08-21T21:29:06.021Z Downloaded ref-cast-impl v1.0.25
9232026-08-21T21:29:06.021Z Downloaded secrecy v0.8.0
9242026-08-21T21:29:06.022Z Downloaded drift v0.2.0
9252026-08-21T21:29:06.030Z Downloaded recursive-proc-macro-impl v0.1.1
9262026-08-21T21:29:06.030Z Downloaded rustc-hash v2.1.1
9272026-08-21T21:29:06.030Z Downloaded indexmap v1.9.3
9282026-08-21T21:29:06.030Z Downloaded aes v0.9.1
9292026-08-21T21:29:06.036Z Downloaded delegate v0.13.5
9302026-08-21T21:29:06.036Z Downloaded structmeta-derive v0.3.0
9312026-08-21T21:29:06.036Z Downloaded elliptic-curve v0.14.1
9322026-08-21T21:29:06.039Z Downloaded defmt v1.0.1
9332026-08-21T21:29:06.039Z Downloaded thread-id v5.1.0
9342026-08-21T21:29:06.039Z Downloaded serde_plain v1.0.2
9352026-08-21T21:29:06.043Z Downloaded yansi v1.0.1
9362026-08-21T21:29:06.043Z Downloaded nibble_vec v0.1.0
9372026-08-21T21:29:06.043Z Downloaded unsafe-libyaml v0.2.11
9382026-08-21T21:29:06.043Z Downloaded zerofrom v0.1.6
9392026-08-21T21:29:06.043Z Downloaded linear-map v1.2.0
9402026-08-21T21:29:06.046Z Downloaded utf-8 v0.7.6
9412026-08-21T21:29:06.046Z Downloaded wnaf v0.14.0
9422026-08-21T21:29:06.049Z Downloaded nu-ansi-term v0.50.3
9432026-08-21T21:29:06.053Z Downloaded typed-path v0.9.3
9442026-08-21T21:29:06.057Z Downloaded paste v1.0.15
9452026-08-21T21:29:06.060Z Downloaded oso v0.27.3
9462026-08-21T21:29:06.063Z Downloaded yoke v0.8.1
9472026-08-21T21:29:06.063Z Downloaded cookie v0.18.1
9482026-08-21T21:29:06.063Z Downloaded usdt-macro v0.6.0
9492026-08-21T21:29:06.063Z Downloaded polyval v0.7.1
9502026-08-21T21:29:06.067Z Downloaded crypto-common v0.2.2
9512026-08-21T21:29:06.067Z Downloaded darling_core v0.21.3
9522026-08-21T21:29:06.069Z Downloaded port-file v0.1.0
9532026-08-21T21:29:06.070Z Downloaded psm v0.1.30
9542026-08-21T21:29:06.072Z Downloaded diesel_table_macro_syntax v0.3.0
9552026-08-21T21:29:06.072Z Downloaded jiff-static v0.2.34
9562026-08-21T21:29:06.072Z Downloaded newtype-uuid-macros v0.1.0
9572026-08-21T21:29:06.072Z Downloaded darling_core v0.23.0
9582026-08-21T21:29:06.144Z Downloaded hashbrown v0.15.5
9592026-08-21T21:29:06.144Z Downloaded ctutils v0.4.2
9602026-08-21T21:29:06.144Z Downloaded oxide-update-engine-display v0.1.2
9612026-08-21T21:29:06.144Z Downloaded packed_struct v0.10.1
9622026-08-21T21:29:06.144Z Downloaded parse-display-derive v0.10.0
9632026-08-21T21:29:06.144Z Downloaded cstr-argument v0.1.2
9642026-08-21T21:29:06.144Z Downloaded hyper v1.10.1
9652026-08-21T21:29:06.144Z Downloaded schemars_derive v0.8.22
9662026-08-21T21:29:06.144Z Downloaded steno v0.4.1
9672026-08-21T21:29:06.144Z Downloaded icu_locale_core v2.1.1
9682026-08-21T21:29:06.144Z Downloaded des v0.9.0
9692026-08-21T21:29:06.144Z Downloaded url v2.5.8
9702026-08-21T21:29:06.144Z Downloaded diff v0.1.13
9712026-08-21T21:29:06.144Z Downloaded ssh-cipher v0.3.0
9722026-08-21T21:29:06.144Z Downloaded tabwriter v1.4.1
9732026-08-21T21:29:06.144Z Downloaded proc-macro-error2 v2.0.1
9742026-08-21T21:29:06.144Z Downloaded spki v0.8.0
9752026-08-21T21:29:06.144Z Downloaded opaque-debug v0.3.1
9762026-08-21T21:29:06.144Z Downloaded num-derive v0.4.2
9772026-08-21T21:29:06.144Z Downloaded num-iter v0.1.45
9782026-08-21T21:29:06.144Z Downloaded potential_utf v0.1.4
9792026-08-21T21:29:06.144Z Downloaded rayon-core v1.13.0
9802026-08-21T21:29:06.144Z Downloaded shlex v1.3.0
9812026-08-21T21:29:06.144Z Downloaded synstructure v0.13.2
9822026-08-21T21:29:06.144Z Downloaded test-strategy v0.4.5
9832026-08-21T21:29:06.144Z Downloaded tokio-tungstenite v0.21.0
9842026-08-21T21:29:06.144Z Downloaded trait-variant v0.1.2
9852026-08-21T21:29:06.144Z Downloaded tokio-native-tls v0.3.1
9862026-08-21T21:29:06.144Z Downloaded tui-tree-widget v0.23.1
9872026-08-21T21:29:06.144Z Downloaded sponge-cursor v0.1.0
9882026-08-21T21:29:06.145Z Downloaded strsim v0.10.0
9892026-08-21T21:29:06.145Z Downloaded ed25519-dalek v3.0.0
9902026-08-21T21:29:06.145Z Downloaded unit-prefix v0.5.2
9912026-08-21T21:29:06.145Z Downloaded internal-russh-num-bigint v0.5.0
9922026-08-21T21:29:06.145Z Downloaded whoami v1.6.1
9932026-08-21T21:29:06.145Z Downloaded tungstenite v0.23.0
9942026-08-21T21:29:06.145Z Downloaded daft-derive v0.1.7
9952026-08-21T21:29:06.145Z Downloaded testing_table v0.3.0
9962026-08-21T21:29:06.145Z Downloaded utf8_iter v1.0.4
9972026-08-21T21:29:06.145Z Downloaded schemars v0.9.0
9982026-08-21T21:29:06.145Z Downloaded ctr v0.10.1
9992026-08-21T21:29:06.145Z Downloaded nom v8.0.0
10002026-08-21T21:29:06.145Z Downloaded csv-core v0.1.13
10012026-08-21T21:29:06.145Z Downloaded ecdsa v0.16.9
10022026-08-21T21:29:06.145Z Downloaded either v1.15.0
10032026-08-21T21:29:06.145Z Downloaded bindgen v0.71.1
10042026-08-21T21:29:06.153Z Downloaded ingot v0.2.1
10052026-08-21T21:29:06.153Z Downloaded aho-corasick v1.1.4
10062026-08-21T21:29:06.153Z Downloaded darling_macro v0.21.3
10072026-08-21T21:29:06.153Z Downloaded futures-util v0.3.32
10082026-08-21T21:29:06.163Z Downloaded nom v7.1.3
10092026-08-21T21:29:06.163Z Downloaded num-bigint v0.4.6
10102026-08-21T21:29:06.163Z Downloaded num_enum v0.5.11
10112026-08-21T21:29:06.175Z Downloaded zerofrom-derive v0.1.6
10122026-08-21T21:29:06.175Z Downloaded miniz_oxide v0.8.9
10132026-08-21T21:29:06.175Z Downloaded rand_core v0.6.4
10142026-08-21T21:29:06.175Z Downloaded ssh-key v0.7.0-rc.11
10152026-08-21T21:29:06.175Z Downloaded dtrace-parser v0.3.0
10162026-08-21T21:29:06.175Z Downloaded inout v0.1.4
10172026-08-21T21:29:06.175Z Downloaded sec1 v0.8.1
10182026-08-21T21:29:06.175Z Downloaded simd-adler32 v0.3.8
10192026-08-21T21:29:06.175Z Downloaded ident_case v1.0.1
10202026-08-21T21:29:06.175Z Downloaded indoc v1.0.9
10212026-08-21T21:29:06.175Z Downloaded lalrpop-util v0.19.12
10222026-08-21T21:29:06.175Z Downloaded maplit v1.0.2
10232026-08-21T21:29:06.176Z Downloaded h2 v0.4.15
10242026-08-21T21:29:06.179Z Downloaded regex v1.12.3
10252026-08-21T21:29:06.179Z Downloaded tower-http v0.6.8
10262026-08-21T21:29:06.183Z Downloaded tokio-util v0.7.18
10272026-08-21T21:29:06.187Z Downloaded newtype_derive v0.1.6
10282026-08-21T21:29:06.190Z Downloaded russh-util v0.52.0
10292026-08-21T21:29:06.190Z Downloaded serde_path_to_error v0.1.20
10302026-08-21T21:29:06.190Z Downloaded support-bundle-viewer v0.1.2
10312026-08-21T21:29:06.190Z Downloaded openssl-probe v0.1.6
10322026-08-21T21:29:06.190Z Downloaded parse-display v0.10.0
10332026-08-21T21:29:06.190Z Downloaded num-traits v0.2.19
10342026-08-21T21:29:06.193Z Downloaded iana-time-zone v0.1.65
10352026-08-21T21:29:06.193Z Downloaded tokio-tungstenite v0.23.1
10362026-08-21T21:29:06.197Z Downloaded schemars v1.2.1
10372026-08-21T21:29:06.202Z Downloaded derive_more-impl v2.1.1
10382026-08-21T21:29:06.211Z Downloaded scheduled-thread-pool v0.2.7
10392026-08-21T21:29:06.211Z Downloaded universal-hash v0.6.1
10402026-08-21T21:29:06.211Z Downloaded darling_macro v0.23.0
10412026-08-21T21:29:06.211Z Downloaded mime_guess v2.0.5
10422026-08-21T21:29:06.211Z Downloaded litemap v0.8.1
10432026-08-21T21:29:06.211Z Downloaded xshell v0.2.7
10442026-08-21T21:29:06.221Z Downloaded vsss-rs v3.3.4
10452026-08-21T21:29:06.221Z Downloaded zstd-safe v7.2.4
10462026-08-21T21:29:06.221Z Downloaded topological-sort v0.2.2
10472026-08-21T21:29:06.221Z Downloaded downcast-rs v2.0.2
10482026-08-21T21:29:06.222Z Downloaded critical-section v1.2.0
10492026-08-21T21:29:06.222Z Downloaded dirs-next v2.0.0
10502026-08-21T21:29:06.222Z Downloaded toml v1.1.2+spec-1.1.0
10512026-08-21T21:29:06.222Z Downloaded icu_normalizer_data v2.1.1
10522026-08-21T21:29:06.226Z Downloaded socket2 v0.5.10
10532026-08-21T21:29:06.226Z Downloaded quinn-udp v0.5.14
10542026-08-21T21:29:06.226Z Downloaded salsa20 v0.11.0
10552026-08-21T21:29:06.226Z Downloaded dropshot-api-manager-types v0.7.2
10562026-08-21T21:29:06.226Z Downloaded libsw v3.5.0
10572026-08-21T21:29:06.226Z Downloaded managed v0.8.0
10582026-08-21T21:29:06.226Z Downloaded hkdf v0.12.4
10592026-08-21T21:29:06.226Z Downloaded hkdf v0.13.0
10602026-08-21T21:29:06.234Z Downloaded indicatif v0.18.4
10612026-08-21T21:29:06.234Z Downloaded multer v3.1.0
10622026-08-21T21:29:06.234Z Downloaded primefield v0.14.0
10632026-08-21T21:29:06.234Z Downloaded qorb v0.4.1
10642026-08-21T21:29:06.234Z Downloaded maybe-uninit v2.0.0
10652026-08-21T21:29:06.234Z Downloaded libxml v0.3.3
10662026-08-21T21:29:06.238Z Downloaded tungstenite v0.21.0
10672026-08-21T21:29:06.239Z Downloaded signal-hook-tokio v0.3.1
10682026-08-21T21:29:06.239Z Downloaded void v1.0.2
10692026-08-21T21:29:06.239Z Downloaded elliptic-curve v0.13.8
10702026-08-21T21:29:06.242Z Downloaded itertools v0.13.0
10712026-08-21T21:29:06.245Z Downloaded itertools v0.12.1
10722026-08-21T21:29:06.248Z Downloaded snafu-derive v0.8.9
10732026-08-21T21:29:06.251Z Downloaded samael v0.0.19
10742026-08-21T21:29:06.256Z Downloaded unicode-truncate v1.1.0
10752026-08-21T21:29:06.256Z Downloaded cpubits v0.1.1
10762026-08-21T21:29:06.256Z Downloaded defmt v0.3.100
10772026-08-21T21:29:06.256Z Downloaded crossbeam-utils v0.8.21
10782026-08-21T21:29:06.260Z Downloaded structmeta v0.3.0
10792026-08-21T21:29:06.260Z Downloaded tokio-dtrace v0.1.1
10802026-08-21T21:29:06.260Z Downloaded vergen-git2 v9.1.0
10812026-08-21T21:29:06.260Z Downloaded winnow v0.5.40
10822026-08-21T21:29:06.264Z Downloaded derive-ex v0.1.8
10832026-08-21T21:29:06.272Z Downloaded ron v0.8.1
10842026-08-21T21:29:06.272Z Downloaded normalize-line-endings v0.3.0
10852026-08-21T21:29:06.272Z Downloaded phf_shared v0.13.1
10862026-08-21T21:29:06.272Z Downloaded lru-cache v0.1.2
10872026-08-21T21:29:06.272Z Downloaded xshell-macros v0.2.7
10882026-08-21T21:29:06.275Z Downloaded toml_edit v0.23.10+spec-1.0.0
10892026-08-21T21:29:06.275Z Downloaded signature v2.2.0
10902026-08-21T21:29:06.280Z Downloaded proc-macro-crate v3.4.0
10912026-08-21T21:29:06.280Z Downloaded similar v2.7.0
10922026-08-21T21:29:06.285Z Downloaded kem v0.3.0
10932026-08-21T21:29:06.285Z Downloaded pkcs8 v0.10.2
10942026-08-21T21:29:06.288Z Downloaded predicates v3.1.4
10952026-08-21T21:29:06.288Z Downloaded nonempty v0.12.0
10962026-08-21T21:29:06.292Z Downloaded pin-project-internal v1.1.11
10972026-08-21T21:29:06.292Z Downloaded pkcs1 v0.8.0-rc.4
10982026-08-21T21:29:06.295Z Downloaded walkdir v2.5.0
10992026-08-21T21:29:06.295Z Downloaded thiserror-no-std v2.0.2
11002026-08-21T21:29:06.299Z Downloaded tower-service v0.3.3
11012026-08-21T21:29:06.299Z Downloaded term v0.7.0
11022026-08-21T21:29:06.303Z Downloaded spki v0.7.3
11032026-08-21T21:29:06.308Z Downloaded pin-project v1.1.11
11042026-08-21T21:29:06.312Z Downloaded debug-ignore v1.0.5
11052026-08-21T21:29:06.315Z Downloaded serde_with_macros v3.21.0
11062026-08-21T21:29:06.315Z Downloaded impl-trait-for-tuples v0.2.3
11072026-08-21T21:29:06.315Z Downloaded instability v0.3.11
11082026-08-21T21:29:06.318Z Downloaded precomputed-hash v0.1.1
11092026-08-21T21:29:06.318Z Downloaded mime v0.3.17
11102026-08-21T21:29:06.318Z Downloaded blake3 v1.8.5
11112026-08-21T21:29:06.321Z Downloaded omicron-zone-package v0.12.3
11122026-08-21T21:29:06.324Z Downloaded winnow v0.6.26
11132026-08-21T21:29:06.328Z Downloaded darling v0.13.4
11142026-08-21T21:29:06.330Z Downloaded untrusted v0.7.1
11152026-08-21T21:29:06.330Z Downloaded phf_shared v0.12.1
11162026-08-21T21:29:06.330Z Downloaded rusty-fork v0.3.1
11172026-08-21T21:29:06.333Z Downloaded peg-macros v0.8.5
11182026-08-21T21:29:06.333Z Downloaded stable_deref_trait v1.2.1
11192026-08-21T21:29:06.333Z Downloaded illumos-nvpair-sys v0.2.0
11202026-08-21T21:29:06.333Z Downloaded prefix-trie v0.7.0
11212026-08-21T21:29:06.339Z Downloaded wyz v0.5.1
11222026-08-21T21:29:06.339Z Downloaded lazy_static v1.5.0
11232026-08-21T21:29:06.342Z Downloaded untrusted v0.9.0
11242026-08-21T21:29:06.342Z Downloaded ed25519 v2.2.3
11252026-08-21T21:29:06.342Z Downloaded serde_derive_internals v0.29.1
11262026-08-21T21:29:06.343Z Downloaded lzss v0.8.2
11272026-08-21T21:29:06.343Z Downloaded crucible-workspace-hack v0.1.0
11282026-08-21T21:29:06.347Z Downloaded crossbeam-channel v0.5.15
11292026-08-21T21:29:06.349Z Downloaded reedline v0.40.0
11302026-08-21T21:29:06.353Z Downloaded darling v0.21.3
11312026-08-21T21:29:06.356Z Downloaded cpufeatures v0.3.0
11322026-08-21T21:29:06.359Z Downloaded sec1 v0.7.3
11332026-08-21T21:29:06.359Z Downloaded tls_codec v0.4.2
11342026-08-21T21:29:06.359Z Downloaded newline-converter v0.3.0
11352026-08-21T21:29:06.362Z Downloaded progenitor-impl v0.13.0
11362026-08-21T21:29:06.362Z Downloaded multimap v0.10.1
11372026-08-21T21:29:06.362Z Downloaded pkg-config v0.3.32
11382026-08-21T21:29:06.366Z Downloaded minimal-lexical v0.2.1
11392026-08-21T21:29:06.368Z Downloaded serde-big-array v0.5.1
11402026-08-21T21:29:06.371Z Downloaded proc-macro-error-attr2 v2.0.0
11412026-08-21T21:29:06.378Z Downloaded pretty_assertions v1.4.1
11422026-08-21T21:29:06.382Z Downloaded slog-stdlog v4.1.1
11432026-08-21T21:29:06.385Z Downloaded hyper-util v0.1.20
11442026-08-21T21:29:06.395Z Downloaded zone_cfg_derive v0.3.1
11452026-08-21T21:29:06.395Z Downloaded num-complex v0.4.6
11462026-08-21T21:29:06.400Z Downloaded indent_write v2.2.0
11472026-08-21T21:29:06.400Z Downloaded parking_lot v0.12.5
11482026-08-21T21:29:06.400Z Downloaded tap v1.0.1
11492026-08-21T21:29:06.401Z Downloaded rustls-webpki v0.103.13
11502026-08-21T21:29:06.407Z Downloaded schemars v0.8.22
11512026-08-21T21:29:06.418Z Downloaded derive_more v0.99.20
11522026-08-21T21:29:06.418Z Downloaded parking_lot v0.11.2
11532026-08-21T21:29:06.418Z Downloaded subtle v2.6.1
11542026-08-21T21:29:06.418Z Downloaded progenitor-client v0.13.0
11552026-08-21T21:29:06.418Z Downloaded stacker v0.1.23
11562026-08-21T21:29:06.418Z Downloaded tls_codec_derive v0.4.2
11572026-08-21T21:29:06.418Z Downloaded serde-hex v0.1.0
11582026-08-21T21:29:06.418Z Downloaded salty v0.3.0
11592026-08-21T21:29:06.422Z Downloaded rand_chacha v0.9.0
11602026-08-21T21:29:06.422Z Downloaded yasna v0.5.2
11612026-08-21T21:29:06.422Z Downloaded crossterm v0.28.1
11622026-08-21T21:29:06.426Z Downloaded tokio-rustls v0.26.4
11632026-08-21T21:29:06.426Z Downloaded spin v0.9.8
11642026-08-21T21:29:06.426Z Downloaded tagptr v0.2.0
11652026-08-21T21:29:06.429Z Downloaded aws-lc-rs v1.16.3
11662026-08-21T21:29:06.432Z Downloaded winnow v1.0.3
11672026-08-21T21:29:06.438Z Downloaded socket2 v0.6.3
11682026-08-21T21:29:06.444Z Downloaded tar v0.4.46
11692026-08-21T21:29:06.444Z Downloaded ipnetwork v0.21.1
11702026-08-21T21:29:06.445Z Downloaded zerotrie v0.2.3
11712026-08-21T21:29:06.449Z Downloaded bitvec v1.0.1
11722026-08-21T21:29:06.452Z Downloaded digest-io v0.1.0
11732026-08-21T21:29:06.455Z Downloaded ecdsa v0.17.0
11742026-08-21T21:29:06.455Z Downloaded itertools v0.15.0
11752026-08-21T21:29:06.458Z Downloaded zip v4.6.1
11762026-08-21T21:29:06.462Z Downloaded icu_collections v2.1.1
11772026-08-21T21:29:06.468Z Downloaded vergen v9.1.0
11782026-08-21T21:29:06.468Z Downloaded rustversion v1.0.22
11792026-08-21T21:29:06.473Z Downloaded typify v0.6.2
11802026-08-21T21:29:06.473Z Downloaded mio v1.2.0
11812026-08-21T21:29:06.473Z Downloaded derive_more v2.1.1
11822026-08-21T21:29:06.487Z Downloaded iddqd v0.4.2
11832026-08-21T21:29:06.497Z Downloaded diesel_derives v2.3.7
11842026-08-21T21:29:06.498Z Downloaded toml_edit v0.19.15
11852026-08-21T21:29:06.501Z Downloaded icu_properties v2.1.2
11862026-08-21T21:29:06.501Z Downloaded derive-where v1.6.0
11872026-08-21T21:29:06.501Z Downloaded chrono v0.4.45
11882026-08-21T21:29:06.505Z Downloaded reqwest v0.13.2
11892026-08-21T21:29:06.508Z Downloaded signal-hook v0.3.18
11902026-08-21T21:29:06.508Z Downloaded slog v2.8.2
11912026-08-21T21:29:06.515Z Downloaded git2 v0.20.4
11922026-08-21T21:29:06.518Z Downloaded goblin v0.10.5
11932026-08-21T21:29:06.518Z Downloaded cookie_store v0.22.1
11942026-08-21T21:29:06.523Z Downloaded pkcs5 v0.8.1
11952026-08-21T21:29:06.523Z Downloaded subprocess v0.2.15
11962026-08-21T21:29:06.535Z Downloaded toml v0.7.8
11972026-08-21T21:29:06.535Z Downloaded der v0.7.10
11982026-08-21T21:29:06.535Z Downloaded icu_normalizer v2.1.1
11992026-08-21T21:29:06.536Z Downloaded serde_with v1.14.0
12002026-08-21T21:29:06.540Z Downloaded zerovec v0.11.5
12012026-08-21T21:29:06.540Z Downloaded jiff-core v0.1.0
12022026-08-21T21:29:06.540Z Downloaded darling_core v0.13.4
12032026-08-21T21:29:06.543Z Downloaded oxide-update-engine-types v0.1.2
12042026-08-21T21:29:06.543Z Downloaded rcgen v0.12.1
12052026-08-21T21:29:06.543Z Downloaded russh v0.62.4
12062026-08-21T21:29:06.548Z Downloaded icu_properties_data v2.1.2
12072026-08-21T21:29:06.553Z Downloaded idna v1.1.0
12082026-08-21T21:29:06.556Z Downloaded vcpkg v0.2.15
12092026-08-21T21:29:06.587Z Downloaded ml-kem v0.3.2
12102026-08-21T21:29:06.591Z Downloaded zopfli v0.8.3
12112026-08-21T21:29:06.592Z Downloaded openssl-sys v0.9.117
12122026-08-21T21:29:06.592Z Downloaded rand v0.9.2
12132026-08-21T21:29:06.592Z Downloaded rustls-platform-verifier v0.6.2
12142026-08-21T21:29:06.592Z Downloaded tower v0.5.3
12152026-08-21T21:29:06.596Z Downloaded icu_provider v2.1.1
12162026-08-21T21:29:06.596Z Downloaded darling v0.23.0
12172026-08-21T21:29:06.602Z Downloaded lalrpop v0.19.12
12182026-08-21T21:29:06.606Z Downloaded radix_trie v0.2.1
12192026-08-21T21:29:06.610Z Downloaded tabled v0.20.0
12202026-08-21T21:29:06.617Z Downloaded ed25519-dalek v2.2.0
12212026-08-21T21:29:06.620Z Downloaded libbz2-rs-sys v0.2.2
12222026-08-21T21:29:06.620Z Downloaded quick-xml v0.37.5
12232026-08-21T21:29:06.623Z Downloaded p521 v0.14.0
12242026-08-21T21:29:06.628Z Downloaded progenitor-impl v0.14.0
12252026-08-21T21:29:06.628Z Downloaded x509-cert v0.2.5
12262026-08-21T21:29:06.632Z Downloaded rand v0.8.6
12272026-08-21T21:29:06.632Z Downloaded petname v2.0.2
12282026-08-21T21:29:06.639Z Downloaded num-bigint-dig v0.8.6
12292026-08-21T21:29:06.648Z Downloaded zlib-rs v0.6.2
12302026-08-21T21:29:06.648Z Downloaded crypto-primes v0.7.2
12312026-08-21T21:29:06.648Z Downloaded rustyline v14.0.0
12322026-08-21T21:29:06.648Z Downloaded iri-string v0.7.10
12332026-08-21T21:29:06.654Z Downloaded tokio-postgres v0.7.16
12342026-08-21T21:29:06.660Z Downloaded tough v0.22.0
12352026-08-21T21:29:06.660Z Downloaded der v0.8.0
12362026-08-21T21:29:06.666Z Downloaded itertools v0.10.5
12372026-08-21T21:29:06.666Z Downloaded dropshot-api-manager v0.7.2
12382026-08-21T21:29:06.670Z Downloaded rawzip v0.4.4
12392026-08-21T21:29:06.670Z Downloaded smoltcp v0.9.1
12402026-08-21T21:29:06.676Z Downloaded rand v0.10.1
12412026-08-21T21:29:06.681Z Downloaded serde_with v3.21.0
12422026-08-21T21:29:06.687Z Downloaded crypto-bigint v0.7.5
12432026-08-21T21:29:06.694Z Downloaded sha3 v0.12.0
12442026-08-21T21:29:06.697Z Downloaded time v0.3.47
12452026-08-21T21:29:06.701Z Downloaded moka v0.12.13
12462026-08-21T21:29:06.706Z Downloaded unicode-normalization v0.1.25
12472026-08-21T21:29:06.709Z Downloaded nix v0.27.1
12482026-08-21T21:29:06.714Z Downloaded proptest v1.11.0
12492026-08-21T21:29:06.724Z Downloaded unicode-segmentation v1.12.0
12502026-08-21T21:29:06.728Z Downloaded itertools v0.14.0
12512026-08-21T21:29:06.729Z Downloaded zerocopy v0.8.40
12522026-08-21T21:29:06.732Z Downloaded object v0.30.4
12532026-08-21T21:29:06.734Z Downloaded crossterm v0.29.0
12542026-08-21T21:29:06.738Z Downloaded libm v0.2.16
12552026-08-21T21:29:06.744Z Downloaded quinn-proto v0.11.16
12562026-08-21T21:29:06.748Z Downloaded bstr v1.12.1
12572026-08-21T21:29:06.753Z Downloaded reqwest v0.12.28
12582026-08-21T21:29:06.756Z Downloaded smoltcp v0.11.0
12592026-08-21T21:29:06.763Z Downloaded regex-syntax v0.6.29
12602026-08-21T21:29:06.769Z Downloaded p384 v0.13.1
12612026-08-21T21:29:06.772Z Downloaded rayon v1.11.0
12622026-08-21T21:29:06.776Z Downloaded portable-atomic v1.13.1
12632026-08-21T21:29:06.779Z Downloaded regress v0.11.1
12642026-08-21T21:29:06.785Z Downloaded nix v0.28.0
12652026-08-21T21:29:06.790Z Downloaded object v0.37.3
12662026-08-21T21:29:06.797Z Downloaded hickory-proto v0.24.4
12672026-08-21T21:29:06.806Z Downloaded curve25519-dalek v4.1.3
12682026-08-21T21:29:06.823Z Downloaded hickory-proto v0.25.2
12692026-08-21T21:29:06.829Z Downloaded polar-core v0.27.3
12702026-08-21T21:29:06.829Z Downloaded nix v0.31.2
12712026-08-21T21:29:06.837Z Downloaded curve25519-dalek v5.0.0
12722026-08-21T21:29:06.837Z Downloaded openssl v0.10.80
12732026-08-21T21:29:06.841Z Downloaded dropshot v0.17.1
12742026-08-21T21:29:06.853Z Downloaded rustls v0.23.41
12752026-08-21T21:29:06.860Z Downloaded sqlparser v0.61.0
12762026-08-21T21:29:06.870Z Downloaded sled v0.34.7
12772026-08-21T21:29:06.877Z Downloaded typify-impl v0.6.2
12782026-08-21T21:29:06.882Z Downloaded openapiv3 v2.2.0
12792026-08-21T21:29:06.892Z Downloaded sha3 v0.11.0
12802026-08-21T21:29:06.898Z Downloaded regress v0.10.5
12812026-08-21T21:29:06.899Z Downloaded regex-automata v0.4.14
12822026-08-21T21:29:06.903Z Downloaded regex-syntax v0.8.10
12832026-08-21T21:29:06.908Z Downloaded ratatui v0.29.0
12842026-08-21T21:29:06.918Z Downloaded rustix v0.38.44
12852026-08-21T21:29:06.933Z Downloaded tracing v0.1.44
12862026-08-21T21:29:06.942Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12872026-08-21T21:29:06.952Z Downloaded csv v1.4.0
12882026-08-21T21:29:06.964Z Downloaded tokio v1.52.1
12892026-08-21T21:29:06.991Z Downloaded sha3 v0.10.8
12902026-08-21T21:29:06.996Z Downloaded diesel v2.3.7
12912026-08-21T21:29:07.001Z Downloaded zerocopy-derive v0.6.6
12922026-08-21T21:29:07.006Z Downloaded encoding_rs v0.8.35
12932026-08-21T21:29:07.020Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-08-21T21:29:07.025Z Downloaded petgraph v0.6.5
12952026-08-21T21:29:07.036Z Downloaded chrono-tz v0.10.4
12962026-08-21T21:29:07.047Z Downloaded petgraph v0.8.3
12972026-08-21T21:29:07.060Z Downloaded jiff v0.2.34
12982026-08-21T21:29:07.069Z Downloaded libz-sys v1.1.24
12992026-08-21T21:29:07.157Z Downloaded ring v0.17.14
13002026-08-21T21:29:07.189Z Downloaded libgit2-sys v0.18.3+1.9.2
13012026-08-21T21:29:07.589Z Downloaded aws-lc-sys v0.40.0
13022026-08-21T21:29:07.850Z Compiling libc v0.2.185
13032026-08-21T21:29:07.850Z Compiling serde_core v1.0.228
13042026-08-21T21:29:07.850Z Compiling serde v1.0.228
13052026-08-21T21:29:07.855Z Compiling log v0.4.29
13062026-08-21T21:29:07.855Z Compiling smallvec v1.15.1
13072026-08-21T21:29:07.855Z Compiling find-msvc-tools v0.1.9
13082026-08-21T21:29:07.855Z Compiling shlex v1.3.0
13092026-08-21T21:29:07.855Z Compiling subtle v2.6.1
13102026-08-21T21:29:08.025Z Compiling scopeguard v1.2.0
13112026-08-21T21:29:08.029Z Compiling typenum v1.20.1
13122026-08-21T21:29:08.029Z Compiling stable_deref_trait v1.2.1
13132026-08-21T21:29:08.029Z Compiling zerocopy v0.8.40
13142026-08-21T21:29:08.040Z Compiling portable-atomic v1.13.1
13152026-08-21T21:29:08.081Z Compiling serde_json v1.0.151
13162026-08-21T21:29:08.085Z Compiling syn v2.0.117
13172026-08-21T21:29:08.095Z Compiling critical-section v1.2.0
13182026-08-21T21:29:08.173Z Compiling lock_api v0.4.14
13192026-08-21T21:29:08.179Z Compiling libm v0.2.16
13202026-08-21T21:29:08.204Z Compiling num-traits v0.2.19
13212026-08-21T21:29:08.225Z Compiling pkg-config v0.3.32
13222026-08-21T21:29:08.255Z Compiling generic-array v0.14.7
13232026-08-21T21:29:08.294Z Compiling const-oid v0.9.6
13242026-08-21T21:29:08.308Z Compiling getrandom v0.4.1
13252026-08-21T21:29:08.349Z Compiling parking_lot_core v0.9.12
13262026-08-21T21:29:08.382Z Compiling pin-project-lite v0.2.17
13272026-08-21T21:29:08.434Z Compiling rand_core v0.10.0
13282026-08-21T21:29:08.439Z Compiling writeable v0.6.2
13292026-08-21T21:29:08.528Z Compiling litemap v0.8.1
13302026-08-21T21:29:08.538Z Compiling percent-encoding v2.3.2
13312026-08-21T21:29:08.551Z Compiling futures-core v0.3.32
13322026-08-21T21:29:08.620Z Compiling icu_normalizer_data v2.1.1
13332026-08-21T21:29:08.649Z Compiling icu_properties_data v2.1.2
13342026-08-21T21:29:08.677Z Compiling getrandom v0.3.4
13352026-08-21T21:29:08.695Z Compiling futures-sink v0.3.32
13362026-08-21T21:29:08.722Z Compiling rustix v1.1.3
13372026-08-21T21:29:08.725Z Compiling utf8_iter v1.0.4
13382026-08-21T21:29:08.766Z Compiling slab v0.4.12
13392026-08-21T21:29:08.769Z Compiling futures-task v0.3.32
13402026-08-21T21:29:08.820Z Compiling futures-channel v0.3.32
13412026-08-21T21:29:08.834Z Compiling futures-io v0.3.32
13422026-08-21T21:29:08.921Z Compiling errno v0.3.14
13432026-08-21T21:29:08.972Z Compiling jobserver v0.1.34
13442026-08-21T21:29:09.002Z Compiling getrandom v0.2.17
13452026-08-21T21:29:09.053Z Compiling signal-hook-registry v1.4.8
13462026-08-21T21:29:09.071Z Compiling mio v1.2.0
13472026-08-21T21:29:09.092Z Compiling socket2 v0.6.3
13482026-08-21T21:29:09.097Z Compiling form_urlencoded v1.2.2
13492026-08-21T21:29:09.127Z Compiling rustversion v1.0.22
13502026-08-21T21:29:09.127Z Compiling iana-time-zone v0.1.65
13512026-08-21T21:29:09.266Z Compiling cc v1.2.56
13522026-08-21T21:29:09.292Z Compiling once_cell v1.21.3
13532026-08-21T21:29:09.306Z Compiling rand_core v0.6.4
13542026-08-21T21:29:09.323Z Compiling parking_lot v0.12.5
13552026-08-21T21:29:09.338Z Compiling base64ct v1.8.3
13562026-08-21T21:29:09.354Z Compiling fs_extra v1.3.0
13572026-08-21T21:29:09.412Z Compiling flagset v0.4.7
13582026-08-21T21:29:09.415Z Compiling dunce v1.0.5
13592026-08-21T21:29:09.529Z Compiling regex-syntax v0.8.10
13602026-08-21T21:29:09.545Z Compiling ident_case v1.0.1
13612026-08-21T21:29:09.573Z Compiling rand_core v0.9.5
13622026-08-21T21:29:09.576Z Compiling pem-rfc7468 v0.7.0
13632026-08-21T21:29:09.601Z Compiling base64 v0.22.1
13642026-08-21T21:29:09.617Z Compiling vcpkg v0.2.15
13652026-08-21T21:29:09.637Z Compiling syn v1.0.109
13662026-08-21T21:29:09.640Z Compiling tracing-core v0.1.36
13672026-08-21T21:29:09.664Z Compiling aws-lc-rs v1.16.3
13682026-08-21T21:29:09.684Z Compiling schemars v0.8.22
13692026-08-21T21:29:09.722Z Compiling dyn-clone v1.0.20
13702026-08-21T21:29:09.761Z Compiling cpufeatures v0.2.17
13712026-08-21T21:29:09.850Z Compiling spin v0.9.8
13722026-08-21T21:29:09.875Z Compiling tinyvec_macros v0.1.1
13732026-08-21T21:29:09.890Z Compiling httparse v1.10.1
13742026-08-21T21:29:09.919Z Compiling cmov v0.5.4
13752026-08-21T21:29:09.940Z Compiling crc32fast v1.5.0
13762026-08-21T21:29:09.954Z Compiling openssl-probe v0.2.1
13772026-08-21T21:29:09.969Z Compiling tinyvec v1.10.0
13782026-08-21T21:29:09.997Z Compiling aho-corasick v1.1.4
13792026-08-21T21:29:10.039Z Compiling cmake v0.1.57
13802026-08-21T21:29:10.077Z Compiling try-lock v0.2.5
13812026-08-21T21:29:10.183Z Compiling bitflags v2.11.0
13822026-08-21T21:29:10.203Z Compiling semver v1.0.28
13832026-08-21T21:29:10.219Z Compiling indexmap v2.14.0
13842026-08-21T21:29:10.233Z Compiling uuid v1.23.4
13852026-08-21T21:29:10.302Z Compiling ctutils v0.4.2
13862026-08-21T21:29:10.314Z Compiling tower-layer v0.3.3
13872026-08-21T21:29:10.351Z Compiling radium v0.7.0
13882026-08-21T21:29:10.366Z Compiling untrusted v0.7.1
13892026-08-21T21:29:10.408Z Compiling atomic-waker v1.1.2
13902026-08-21T21:29:10.475Z Compiling rustc_version v0.4.1
13912026-08-21T21:29:10.496Z Compiling tower-service v0.3.3
13922026-08-21T21:29:10.561Z Compiling want v0.3.1
13932026-08-21T21:29:10.579Z Compiling untrusted v0.9.0
13942026-08-21T21:29:10.614Z Compiling openssl v0.10.80
13952026-08-21T21:29:10.651Z Compiling maybe-uninit v2.0.0
13962026-08-21T21:29:10.714Z Compiling tap v1.0.1
13972026-08-21T21:29:10.742Z Compiling rustls v0.23.41
13982026-08-21T21:29:10.763Z Compiling simd-adler32 v0.3.8
13992026-08-21T21:29:10.824Z Compiling httpdate v1.0.3
14002026-08-21T21:29:10.841Z Compiling foreign-types-shared v0.1.1
14012026-08-21T21:29:10.846Z Compiling wyz v0.5.1
14022026-08-21T21:29:10.888Z Compiling aws-lc-sys v0.40.0
14032026-08-21T21:29:10.908Z Compiling openssl-sys v0.9.117
14042026-08-21T21:29:10.946Z Compiling foreign-types v0.3.2
14052026-08-21T21:29:10.958Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14062026-08-21T21:29:10.962Z Compiling bzip2-sys v0.1.13+1.0.8
14072026-08-21T21:29:11.022Z Compiling unicode-normalization v0.1.25
14082026-08-21T21:29:11.037Z Compiling synstructure v0.13.2
14092026-08-21T21:29:11.040Z Compiling serde_derive_internals v0.29.1
14102026-08-21T21:29:11.082Z Compiling pest_generator v2.8.6
14112026-08-21T21:29:11.085Z Compiling regex-automata v0.4.14
14122026-08-21T21:29:11.085Z Compiling darling_core v0.20.11
14132026-08-21T21:29:11.288Z Compiling tempfile v3.25.0
14142026-08-21T21:29:11.340Z Compiling terminal_size v0.4.3
14152026-08-21T21:29:11.374Z Compiling num-integer v0.1.46
14162026-08-21T21:29:11.493Z Compiling wait-timeout v0.2.1
14172026-08-21T21:29:11.514Z Compiling ahash v0.8.12
14182026-08-21T21:29:11.529Z Compiling quick-error v1.2.3
14192026-08-21T21:29:11.648Z Compiling powerfmt v0.2.0
14202026-08-21T21:29:11.662Z Compiling num-conv v0.2.0
14212026-08-21T21:29:11.679Z Compiling time-core v0.1.8
14222026-08-21T21:29:11.731Z Compiling funty v2.0.0
14232026-08-21T21:29:11.747Z Compiling native-tls v0.2.18
14242026-08-21T21:29:11.774Z Compiling bit-vec v0.8.0
14252026-08-21T21:29:11.790Z Compiling num-bigint-dig v0.8.6
14262026-08-21T21:29:11.805Z Compiling packed_struct v0.10.1
14272026-08-21T21:29:11.808Z Compiling adler2 v2.0.1
14282026-08-21T21:29:11.836Z Compiling clap_builder v4.6.0
14292026-08-21T21:29:11.866Z Compiling time-macros v0.2.27
14302026-08-21T21:29:11.957Z Compiling miniz_oxide v0.8.9
14312026-08-21T21:29:11.973Z Compiling bit-set v0.8.0
14322026-08-21T21:29:12.000Z Compiling deranged v0.5.8
14332026-08-21T21:29:12.030Z Compiling rusty-fork v0.3.1
14342026-08-21T21:29:12.067Z Compiling bitvec v1.0.1
14352026-08-21T21:29:12.117Z Compiling num-iter v0.1.45
14362026-08-21T21:29:12.219Z Compiling lazy_static v1.5.0
14372026-08-21T21:29:12.234Z Compiling rand_xorshift v0.4.0
14382026-08-21T21:29:12.324Z Compiling anstyle-parse v0.2.7
14392026-08-21T21:29:12.328Z Compiling sync_wrapper v1.0.2
14402026-08-21T21:29:12.435Z Compiling indexmap v1.9.3
14412026-08-21T21:29:12.464Z Compiling paste v1.0.15
14422026-08-21T21:29:12.479Z Compiling nodrop v0.1.14
14432026-08-21T21:29:12.536Z Compiling unarray v0.1.4
14442026-08-21T21:29:12.581Z Compiling num_threads v0.1.7
14452026-08-21T21:29:12.636Z Compiling crc-catalog v2.4.0
14462026-08-21T21:29:12.649Z Compiling zlib-rs v0.6.2
14472026-08-21T21:29:12.665Z Compiling siphasher v1.0.2
14482026-08-21T21:29:12.735Z Compiling crossbeam-utils v0.8.21
14492026-08-21T21:29:12.743Z Compiling usdt-impl v0.6.0
14502026-08-21T21:29:12.791Z Compiling serde_derive v1.0.228
14512026-08-21T21:29:12.808Z Compiling zeroize_derive v1.5.0
14522026-08-21T21:29:12.880Z Compiling zerocopy-derive v0.8.40
14532026-08-21T21:29:12.967Z Compiling zerofrom-derive v0.1.6
14542026-08-21T21:29:13.003Z Compiling yoke-derive v0.8.1
14552026-08-21T21:29:13.017Z Compiling zerovec-derive v0.11.2
14562026-08-21T21:29:13.066Z Compiling displaydoc v0.2.5
14572026-08-21T21:29:13.102Z Compiling tokio-macros v2.7.0
14582026-08-21T21:29:13.450Z Compiling futures-macro v0.3.32
14592026-08-21T21:29:13.485Z Compiling zeroize v1.9.0
14602026-08-21T21:29:13.582Z Compiling der_derive v0.7.3
14612026-08-21T21:29:13.844Z Compiling thiserror-impl v2.0.18
14622026-08-21T21:29:13.860Z Compiling tracing-attributes v0.1.31
14632026-08-21T21:29:14.036Z Compiling rustls-pki-types v1.14.0
14642026-08-21T21:29:14.168Z Compiling schemars_derive v0.8.22
14652026-08-21T21:29:14.221Z Compiling hybrid-array v0.4.13
14662026-08-21T21:29:14.301Z Compiling crypto-common v0.1.7
14672026-08-21T21:29:14.313Z Compiling block-buffer v0.10.4
14682026-08-21T21:29:14.415Z Compiling zerofrom v0.1.6
14692026-08-21T21:29:14.476Z Compiling digest v0.10.7
14702026-08-21T21:29:14.501Z Compiling futures-util v0.3.32
14712026-08-21T21:29:14.521Z Compiling pest_derive v2.8.6
14722026-08-21T21:29:14.555Z Compiling yoke v0.8.1
14732026-08-21T21:29:14.580Z Compiling der v0.7.10
14742026-08-21T21:29:14.735Z Compiling zerovec v0.11.5
14752026-08-21T21:29:14.755Z Compiling zerotrie v0.2.3
14762026-08-21T21:29:14.982Z Compiling sha2 v0.10.9
14772026-08-21T21:29:14.999Z Compiling scroll_derive v0.13.1
14782026-08-21T21:29:15.019Z Compiling signature v2.2.0
14792026-08-21T21:29:15.068Z Compiling darling_macro v0.20.11
14802026-08-21T21:29:15.222Z Compiling tinystr v0.8.2
14812026-08-21T21:29:15.246Z Compiling potential_utf v0.1.4
14822026-08-21T21:29:15.265Z Compiling thiserror v2.0.18
14832026-08-21T21:29:15.274Z Compiling tracing v0.1.44
14842026-08-21T21:29:15.312Z Compiling openssl-macros v0.1.1
14852026-08-21T21:29:15.375Z Compiling icu_collections v2.1.1
14862026-08-21T21:29:15.428Z Compiling icu_locale_core v2.1.1
14872026-08-21T21:29:15.454Z Compiling spki v0.7.3
14882026-08-21T21:29:15.480Z Compiling thiserror-impl v1.0.69
14892026-08-21T21:29:15.563Z Compiling hmac v0.12.1
14902026-08-21T21:29:15.620Z Compiling darling v0.20.11
14912026-08-21T21:29:15.682Z Compiling pkcs8 v0.10.2
14922026-08-21T21:29:15.697Z Compiling packed_struct_codegen v0.10.1
14932026-08-21T21:29:15.739Z Compiling bitfield-macros v0.19.4
14942026-08-21T21:29:15.816Z Compiling zerocopy-derive v0.6.6
14952026-08-21T21:29:15.845Z Compiling scroll v0.13.0
14962026-08-21T21:29:15.879Z Compiling clap_derive v4.6.1
14972026-08-21T21:29:15.922Z Compiling pkcs1 v0.7.5
14982026-08-21T21:29:15.963Z Compiling derive_builder_core v0.20.2
14992026-08-21T21:29:16.122Z Compiling icu_provider v2.1.1
15002026-08-21T21:29:16.314Z Compiling bytes v1.11.1
15012026-08-21T21:29:16.329Z Compiling chrono v0.4.45
15022026-08-21T21:29:16.343Z Compiling ipnet v2.11.0
15032026-08-21T21:29:16.356Z Compiling hex v0.4.3
15042026-08-21T21:29:16.452Z Compiling icu_properties v2.1.2
15052026-08-21T21:29:16.486Z Compiling icu_normalizer v2.1.1
15062026-08-21T21:29:16.644Z Compiling toml_datetime v0.6.11
15072026-08-21T21:29:16.727Z Compiling serde_spanned v0.6.9
15082026-08-21T21:29:16.788Z Compiling tokio v1.52.1
15092026-08-21T21:29:16.822Z Compiling http v1.4.2
15102026-08-21T21:29:16.838Z Compiling thiserror v1.0.69
15112026-08-21T21:29:16.856Z Compiling goblin v0.10.5
15122026-08-21T21:29:16.889Z Compiling zerocopy v0.6.6
15132026-08-21T21:29:16.919Z Compiling bitfield v0.19.4
15142026-08-21T21:29:16.950Z Compiling flate2 v1.1.9
15152026-08-21T21:29:16.964Z Compiling dtrace-parser v0.3.0
15162026-08-21T21:29:17.147Z Compiling time v0.3.47
15172026-08-21T21:29:17.236Z Compiling ppv-lite86 v0.2.21
15182026-08-21T21:29:17.361Z Compiling idna_adapter v1.2.1
15192026-08-21T21:29:17.466Z Compiling scroll_derive v0.12.1
15202026-08-21T21:29:17.557Z Compiling idna v1.1.0
15212026-08-21T21:29:17.571Z Compiling http-body v1.0.1
15222026-08-21T21:29:17.642Z Compiling rand_chacha v0.9.0
15232026-08-21T21:29:17.657Z Compiling rand_chacha v0.3.1
15242026-08-21T21:29:17.719Z Compiling clap v4.6.1
15252026-08-21T21:29:17.734Z Compiling http-body-util v0.1.3
15262026-08-21T21:29:17.749Z Compiling structmeta-derive v0.3.0
15272026-08-21T21:29:17.800Z Compiling crc v3.4.0
15282026-08-21T21:29:17.832Z Compiling array-init v0.0.4
15292026-08-21T21:29:17.849Z Compiling url v2.5.8
15302026-08-21T21:29:18.004Z Compiling rand v0.9.2
15312026-08-21T21:29:18.018Z Compiling rand v0.8.6
15322026-08-21T21:29:18.193Z Compiling anstream v0.6.21
15332026-08-21T21:29:18.219Z Compiling smallvec v0.6.14
15342026-08-21T21:29:18.233Z Compiling darling_core v0.23.0
15352026-08-21T21:29:18.441Z Compiling heapless v0.7.17
15362026-08-21T21:29:18.461Z Compiling slog v2.8.2
15372026-08-21T21:29:18.530Z Compiling thread-id v5.1.0
15382026-08-21T21:29:18.530Z Compiling env_filter v1.0.0
15392026-08-21T21:29:18.593Z Compiling proptest v1.11.0
15402026-08-21T21:29:18.681Z Compiling cookie v0.18.1
15412026-08-21T21:29:18.701Z Compiling ryu v1.0.23
15422026-08-21T21:29:18.790Z Compiling anyhow v1.0.102
15432026-08-21T21:29:18.803Z Compiling unicode-bidi v0.3.18
15442026-08-21T21:29:18.834Z Compiling hashbrown v0.12.3
15452026-08-21T21:29:18.848Z Compiling zstd-safe v7.2.4
15462026-08-21T21:29:18.867Z Compiling allocator-api2 v0.2.21
15472026-08-21T21:29:18.882Z Compiling signal-hook v0.3.18
15482026-08-21T21:29:18.897Z Compiling unicode-properties v0.1.4
15492026-08-21T21:29:18.901Z Compiling iri-string v0.7.10
15502026-08-21T21:29:19.057Z Compiling base64 v0.21.7
15512026-08-21T21:29:19.072Z Compiling winnow v0.5.40
15522026-08-21T21:29:19.146Z Compiling stringprep v0.1.5
15532026-08-21T21:29:19.183Z Compiling ipnetwork v0.21.1
15542026-08-21T21:29:19.318Z Compiling ron v0.8.1
15552026-08-21T21:29:19.372Z Compiling structmeta v0.3.0
15562026-08-21T21:29:19.390Z Compiling serde_urlencoded v0.7.1
15572026-08-21T21:29:19.409Z Compiling oxnet v0.1.6
15582026-08-21T21:29:19.601Z Compiling dof v0.4.0
15592026-08-21T21:29:19.614Z Compiling env_logger v0.11.9
15602026-08-21T21:29:19.658Z Compiling serde-hex v0.1.0
15612026-08-21T21:29:19.672Z Compiling scroll v0.12.0
15622026-08-21T21:29:19.704Z Compiling rsa v0.9.10
15632026-08-21T21:29:19.736Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15642026-08-21T21:29:19.858Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15652026-08-21T21:29:19.960Z Compiling camino v1.2.2
15662026-08-21T21:29:19.982Z Compiling hashbrown v0.13.2
15672026-08-21T21:29:20.272Z Compiling bzip2 v0.4.4
15682026-08-21T21:29:20.447Z Compiling toml_edit v0.19.15
15692026-08-21T21:29:20.475Z Compiling derive_builder_macro v0.20.2
15702026-08-21T21:29:20.494Z Compiling erased-serde v0.3.31
15712026-08-21T21:29:20.541Z Compiling serde_tokenstream v0.2.3
15722026-08-21T21:29:20.561Z Compiling x509-cert v0.2.5
15732026-08-21T21:29:20.777Z Compiling tokio-util v0.7.18
15742026-08-21T21:29:20.802Z Compiling tower v0.5.3
15752026-08-21T21:29:20.867Z Compiling darling_macro v0.23.0
15762026-08-21T21:29:20.950Z Compiling tokio-native-tls v0.3.1
15772026-08-21T21:29:21.015Z Compiling newtype-uuid v1.3.2
15782026-08-21T21:29:21.027Z Compiling crypto-common v0.2.2
15792026-08-21T21:29:21.136Z Compiling block-padding v0.4.2
15802026-08-21T21:29:21.150Z Compiling block-buffer v0.12.1
15812026-08-21T21:29:21.302Z Compiling tower-http v0.6.8
15822026-08-21T21:29:21.321Z Compiling md-5 v0.10.6
15832026-08-21T21:29:21.325Z Compiling rustls-native-certs v0.8.3
15842026-08-21T21:29:21.365Z Compiling bstr v1.12.1
15852026-08-21T21:29:21.401Z Compiling daft-derive v0.1.7
15862026-08-21T21:29:21.500Z Compiling h2 v0.4.15
15872026-08-21T21:29:21.630Z Compiling async-trait v0.1.89
15882026-08-21T21:29:21.715Z Compiling zerocopy-derive v0.7.35
15892026-08-21T21:29:21.827Z Compiling pin-project-internal v1.1.11
15902026-08-21T21:29:21.921Z Compiling curve25519-dalek v4.1.3
15912026-08-21T21:29:22.025Z Compiling vergen-lib v9.1.0
15922026-08-21T21:29:22.164Z Compiling hash32 v0.2.1
15932026-08-21T21:29:22.188Z Compiling encoding_rs v0.8.35
15942026-08-21T21:29:22.239Z Compiling memoffset v0.9.1
15952026-08-21T21:29:22.294Z Compiling smoltcp v0.9.1
15962026-08-21T21:29:22.421Z Compiling rustix v0.38.44
15972026-08-21T21:29:22.465Z Compiling cfg_aliases v0.2.1
15982026-08-21T21:29:22.551Z Compiling litrs v1.0.0
15992026-08-21T21:29:22.639Z Compiling ref-cast v1.0.25
16002026-08-21T21:29:22.654Z Compiling psl-types v2.0.11
16012026-08-21T21:29:22.674Z Compiling mime v0.3.17
16022026-08-21T21:29:22.709Z Compiling fallible-iterator v0.2.0
16032026-08-21T21:29:22.784Z Compiling crc-any v2.5.0
16042026-08-21T21:29:22.800Z Compiling publicsuffix v2.3.0
16052026-08-21T21:29:22.851Z Compiling zerocopy v0.7.35
16062026-08-21T21:29:22.915Z Compiling nix v0.31.2
16072026-08-21T21:29:23.029Z Compiling postgres-protocol v0.6.10
16082026-08-21T21:29:23.043Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16092026-08-21T21:29:23.075Z Compiling pin-project v1.1.11
16102026-08-21T21:29:23.111Z Compiling document-features v0.2.12
16112026-08-21T21:29:23.120Z Compiling daft v0.1.7
16122026-08-21T21:29:23.148Z Compiling toml v0.7.8
16132026-08-21T21:29:23.167Z Compiling darling v0.23.0
16142026-08-21T21:29:23.206Z Compiling inout v0.2.2
16152026-08-21T21:29:23.265Z Compiling derive_builder v0.20.2
16162026-08-21T21:29:23.404Z Compiling zip v0.6.6
16172026-08-21T21:29:23.419Z Compiling object v0.30.4
16182026-08-21T21:29:23.434Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16192026-08-21T21:29:23.447Z Compiling goblin v0.8.2
16202026-08-21T21:29:23.507Z Compiling derive-ex v0.1.8
16212026-08-21T21:29:23.762Z Compiling futures-executor v0.3.32
16222026-08-21T21:29:23.780Z Compiling hubpack_derive v0.1.1
16232026-08-21T21:29:23.963Z Compiling regex v1.12.3
16242026-08-21T21:29:24.013Z Compiling phf_shared v0.13.1
16252026-08-21T21:29:24.115Z Compiling snafu-derive v0.8.9
16262026-08-21T21:29:24.121Z Compiling strum_macros v0.27.2
16272026-08-21T21:29:24.121Z Compiling ref-cast-impl v1.0.25
16282026-08-21T21:29:24.160Z Compiling curve25519-dalek-derive v0.1.1
16292026-08-21T21:29:24.224Z Compiling vergen v9.1.0
16302026-08-21T21:29:24.255Z Compiling cargo-platform v0.3.2
16312026-08-21T21:29:24.289Z Compiling ff v0.13.1
16322026-08-21T21:29:24.414Z Compiling fs-err v3.3.0
16332026-08-21T21:29:24.428Z Compiling libbz2-rs-sys v0.2.2
16342026-08-21T21:29:24.442Z Compiling unicode-segmentation v1.12.0
16352026-08-21T21:29:24.481Z Compiling bitflags v1.3.2
16362026-08-21T21:29:24.534Z Compiling either v1.15.0
16372026-08-21T21:29:24.567Z Compiling same-file v1.0.6
16382026-08-21T21:29:24.634Z Compiling bumpalo v3.20.2
16392026-08-21T21:29:24.665Z Compiling jiff-core v0.1.0
16402026-08-21T21:29:24.755Z Compiling hyper v1.10.1
16412026-08-21T21:29:24.765Z Compiling managed v0.8.0
16422026-08-21T21:29:24.867Z Compiling foldhash v0.2.0
16432026-08-21T21:29:24.929Z Compiling foldhash v0.1.5
16442026-08-21T21:29:24.937Z Compiling object v0.37.3
16452026-08-21T21:29:25.012Z Compiling path-slash v0.1.5
16462026-08-21T21:29:25.113Z Compiling base16ct v0.2.0
16472026-08-21T21:29:25.176Z Compiling hashbrown v0.15.5
16482026-08-21T21:29:25.177Z Compiling hashbrown v0.16.1
16492026-08-21T21:29:25.233Z Compiling test-strategy v0.4.5
16502026-08-21T21:29:25.243Z Compiling sec1 v0.7.3
16512026-08-21T21:29:25.257Z Compiling bzip2 v0.6.1
16522026-08-21T21:29:25.477Z Compiling jiff v0.2.34
16532026-08-21T21:29:25.538Z Compiling zopfli v0.8.3
16542026-08-21T21:29:25.745Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16552026-08-21T21:29:25.764Z Compiling dof v0.3.0
16562026-08-21T21:29:25.778Z Compiling walkdir v2.5.0
16572026-08-21T21:29:25.973Z Compiling hyper-util v0.1.20
16582026-08-21T21:29:26.011Z Compiling snafu v0.8.9
16592026-08-21T21:29:26.084Z Compiling strum v0.27.2
16602026-08-21T21:29:26.232Z Compiling cargo_metadata v0.23.1
16612026-08-21T21:29:26.270Z Compiling group v0.13.0
16622026-08-21T21:29:26.337Z Compiling hubpack v0.1.2
16632026-08-21T21:29:26.351Z Compiling phf v0.13.1
16642026-08-21T21:29:26.377Z Compiling signal-hook-mio v0.2.5
16652026-08-21T21:29:26.470Z Compiling futures v0.3.32
16662026-08-21T21:29:26.496Z Compiling zstd v0.13.3
16672026-08-21T21:29:26.513Z Compiling cookie_store v0.22.1
16682026-08-21T21:29:26.533Z Compiling postgres-types v0.2.12
16692026-08-21T21:29:26.567Z Compiling cipher v0.5.2
16702026-08-21T21:29:26.602Z Compiling serde_with_macros v3.21.0
16712026-08-21T21:29:26.781Z Compiling globset v0.4.18
16722026-08-21T21:29:26.827Z Compiling usdt-attr-macro v0.6.0
16732026-08-21T21:29:26.884Z Compiling usdt-macro v0.6.0
16742026-08-21T21:29:27.038Z Compiling byte-wrapper v0.1.0
16752026-08-21T21:29:27.092Z Compiling dtrace-parser v0.2.0
16762026-08-21T21:29:27.175Z Compiling serde_plain v1.0.2
16772026-08-21T21:29:27.204Z Compiling olpc-cjson v0.1.4
16782026-08-21T21:29:27.329Z Compiling serde-big-array v0.5.1
16792026-08-21T21:29:27.430Z Compiling hyper-tls v0.6.0
16802026-08-21T21:29:27.446Z Compiling ed25519 v2.2.3
16812026-08-21T21:29:27.488Z Compiling hkdf v0.12.4
16822026-08-21T21:29:27.520Z Compiling crypto-bigint v0.5.5
16832026-08-21T21:29:27.651Z Compiling reqwest v0.12.28
16842026-08-21T21:29:27.682Z Compiling phf_shared v0.11.3
16852026-08-21T21:29:27.718Z Compiling serde_repr v0.1.20
16862026-08-21T21:29:27.730Z Compiling enum-as-inner v0.6.1
16872026-08-21T21:29:27.759Z Compiling strum_macros v0.26.4
16882026-08-21T21:29:27.822Z Compiling async-recursion v1.1.1
16892026-08-21T21:29:27.829Z Compiling float-cmp v0.10.0
16902026-08-21T21:29:27.895Z Compiling pem v3.0.6
16912026-08-21T21:29:27.908Z Compiling thread-id v4.2.2
16922026-08-21T21:29:27.937Z Compiling memmap2 v0.9.10
16932026-08-21T21:29:27.988Z Compiling winnow v1.0.3
16942026-08-21T21:29:28.010Z Compiling static_assertions v1.1.0
16952026-08-21T21:29:28.092Z Compiling difflib v0.4.0
16962026-08-21T21:29:28.173Z Compiling precomputed-hash v0.1.1
16972026-08-21T21:29:28.254Z Compiling data-encoding v2.10.0
16982026-08-21T21:29:28.273Z Compiling new_debug_unreachable v1.0.6
16992026-08-21T21:29:28.286Z Compiling predicates-core v1.0.10
17002026-08-21T21:29:28.313Z Compiling keccak v0.1.6
17012026-08-21T21:29:28.350Z Compiling whoami v2.1.0
17022026-08-21T21:29:28.376Z Compiling fixedbitset v0.5.7
17032026-08-21T21:29:28.426Z Compiling const-oid v0.10.2
17042026-08-21T21:29:28.485Z Compiling typed-path v0.9.3
17052026-08-21T21:29:28.506Z Compiling fixedbitset v0.4.2
17062026-08-21T21:29:28.613Z Compiling cpufeatures v0.3.0
17072026-08-21T21:29:28.700Z Compiling normalize-line-endings v0.3.0
17082026-08-21T21:29:28.734Z Compiling chacha20 v0.10.0
17092026-08-21T21:29:28.735Z Compiling petgraph v0.6.5
17102026-08-21T21:29:28.735Z Compiling petgraph v0.8.3
17112026-08-21T21:29:28.779Z Compiling tokio-postgres v0.7.16
17122026-08-21T21:29:28.832Z Compiling digest v0.11.3
17132026-08-21T21:29:28.832Z Compiling predicates v3.1.4
17142026-08-21T21:29:28.968Z Compiling hickory-proto v0.25.2
17152026-08-21T21:29:29.039Z Compiling elliptic-curve v0.13.8
17162026-08-21T21:29:29.102Z Compiling sha3 v0.10.8
17172026-08-21T21:29:29.133Z Compiling toml_edit v0.22.27
17182026-08-21T21:29:29.152Z Compiling string_cache v0.8.9
17192026-08-21T21:29:29.404Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17202026-08-21T21:29:29.448Z Compiling toml_parser v1.1.2+spec-1.1.0
17212026-08-21T21:29:29.487Z Compiling usdt v0.6.0
17222026-08-21T21:29:29.564Z Compiling usdt-impl v0.5.0
17232026-08-21T21:29:29.592Z Compiling strum v0.26.3
17242026-08-21T21:29:29.747Z Compiling serde_with v3.21.0
17252026-08-21T21:29:29.782Z Compiling zip v4.6.1
17262026-08-21T21:29:29.782Z Compiling crossterm v0.28.1
17272026-08-21T21:29:29.783Z Compiling ed25519-dalek v2.2.0
17282026-08-21T21:29:29.820Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17292026-08-21T21:29:30.328Z Compiling iddqd v0.4.2
17302026-08-21T21:29:30.652Z Compiling heck v0.4.1
17312026-08-21T21:29:30.688Z Compiling similar v2.7.0
17322026-08-21T21:29:30.715Z Compiling itertools v0.13.0
17332026-08-21T21:29:30.892Z Compiling itertools v0.15.0
17342026-08-21T21:29:31.009Z Compiling tokio-stream v0.1.18
17352026-08-21T21:29:31.027Z Compiling buf-list v1.1.2
17362026-08-21T21:29:31.294Z Compiling crossbeam-epoch v0.9.18
17372026-08-21T21:29:31.314Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17382026-08-21T21:29:31.451Z Compiling openapiv3 v2.2.0
17392026-08-21T21:29:31.486Z Compiling peg-runtime v0.8.5
17402026-08-21T21:29:31.517Z Compiling lalrpop-util v0.19.12
17412026-08-21T21:29:31.554Z Compiling thread_local v1.1.9
17422026-08-21T21:29:31.583Z Compiling slog-async v2.8.0
17432026-08-21T21:29:31.638Z Compiling crossbeam-channel v0.5.15
17442026-08-21T21:29:31.652Z Compiling is-terminal v0.4.17
17452026-08-21T21:29:31.726Z Compiling filetime v0.2.27
17462026-08-21T21:29:31.762Z Compiling take_mut v0.2.2
17472026-08-21T21:29:31.784Z Compiling xattr v1.6.1
17482026-08-21T21:29:31.833Z Compiling term v1.2.1
17492026-08-21T21:29:31.851Z Compiling camino-tempfile v1.4.1
17502026-08-21T21:29:31.920Z Compiling tar v0.4.46
17512026-08-21T21:29:32.104Z Compiling slog-term v2.9.2
17522026-08-21T21:29:49.448Z Compiling rustls-webpki v0.103.13
17532026-08-21T21:29:52.157Z Compiling tokio-rustls v0.26.4
17542026-08-21T21:29:52.157Z Compiling rustls-platform-verifier v0.6.2
17552026-08-21T21:29:52.187Z Compiling tough v0.22.0
17562026-08-21T21:29:52.303Z Compiling hyper-rustls v0.27.7
17572026-08-21T21:29:52.502Z Compiling reqwest v0.13.2
17582026-08-21T21:29:54.613Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17592026-08-21T21:29:54.830Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17602026-08-21T21:29:57.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.77s
17612026-08-21T21:29:57.860Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17622026-08-21T21:29:57.910ZAug 21 21:29:56.905 INFO Starting download, target: Cockroach
17632026-08-21T21:29:57.910ZAug 21 21:29:56.906 INFO Starting download, target: Clickhouse
17642026-08-21T21:29:57.910ZAug 21 21:29:56.906 INFO Starting download, target: Console
17652026-08-21T21:29:57.910ZAug 21 21:29:56.906 INFO Starting download, target: DendriteStub
17662026-08-21T21:29:57.913ZAug 21 21:29:56.906 INFO Starting download, target: MaghemiteMgd
17672026-08-21T21:29:57.913ZAug 21 21:29:56.906 INFO Starting download, target: MaghemiteDdmd
17682026-08-21T21:29:57.913ZAug 21 21:29:56.906 INFO Starting download, target: TransceiverControl
17692026-08-21T21:29:57.913ZAug 21 21:29:56.906 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17702026-08-21T21:29:57.913ZAug 21 21:29:56.906 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17712026-08-21T21:29:57.913ZAug 21 21:29:56.906 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17722026-08-21T21:29:57.913ZAug 21 21:29:56.906 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17732026-08-21T21:29:57.913ZAug 21 21:29:56.906 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17742026-08-21T21:29:57.913ZAug 21 21:29:56.907 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17752026-08-21T21:29:57.913ZAug 21 21:29:56.907 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17762026-08-21T21:29:58.327ZAug 21 21:29:57.297 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17772026-08-21T21:29:58.527ZAug 21 21:29:57.510 INFO Download complete, target: TransceiverControl
17782026-08-21T21:29:59.525ZAug 21 21:29:58.517 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17792026-08-21T21:29:59.605ZAug 21 21:29:58.598 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17802026-08-21T21:30:00.221ZAug 21 21:29:59.217 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17812026-08-21T21:30:00.225ZAug 21 21:29:59.217 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17822026-08-21T21:30:00.481ZAug 21 21:29:59.476 INFO Download complete, target: Console
17832026-08-21T21:30:01.451ZAug 21 21:30:00.445 INFO Download complete, target: MaghemiteDdmd
17842026-08-21T21:30:01.966ZAug 21 21:30:00.961 INFO Download complete, target: DendriteStub
17852026-08-21T21:30:02.297ZAug 21 21:30:01.289 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17862026-08-21T21:30:02.901ZAug 21 21:30:01.897 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17872026-08-21T21:30:02.902ZAug 21 21:30:01.897 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17882026-08-21T21:30:04.931ZAug 21 21:30:03.925 INFO Download complete, target: MaghemiteMgd
17892026-08-21T21:30:07.088ZAug 21 21:30:06.083 INFO Checking that binary works, target: Clickhouse
17902026-08-21T21:30:07.176ZAug 21 21:30:06.171 INFO Download complete, target: Clickhouse
17912026-08-21T21:30:07.626ZAug 21 21:30:06.580 INFO Checking that binary works, target: Cockroach
17922026-08-21T21:30:07.720ZAug 21 21:30:06.704 INFO Download complete, target: Cockroach
17932026-08-21T21:30:07.758ZAll prerequisites installed successfully
17942026-08-21T21:30:07.758Z
17952026-08-21T21:30:07.758Zreal 1:54.382580395
17962026-08-21T21:30:07.758Zuser 7:10.523950183
17972026-08-21T21:30:07.758Zsys 1:42.271858902
17982026-08-21T21:30:07.758Ztrap 0.280132568
17992026-08-21T21:30:07.758Ztflt 0.902763832
18002026-08-21T21:30:07.758Zdflt 1.736567728
18012026-08-21T21:30:07.758Zkflt 0.024818113
18022026-08-21T21:30:07.759Zlock 28:05.672304257
18032026-08-21T21:30:07.759Zslp 19:42.319365175
18042026-08-21T21:30:07.760Zlat 25.049218433
18052026-08-21T21:30:07.760Zstop 3:22.241484247
18062026-08-21T21:30:07.760Z+ ptime -m cargo xtask download softnpu
18072026-08-21T21:30:08.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18082026-08-21T21:30:08.231Z Running `target/debug/xtask download softnpu`
18092026-08-21T21:30:08.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18102026-08-21T21:30:09.131Z Running `target/debug/xtask-downloader softnpu`
18112026-08-21T21:30:09.140ZAug 21 21:30:08.073 INFO Starting download, target: Softnpu
18122026-08-21T21:30:09.140ZAug 21 21:30:08.073 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18132026-08-21T21:30:10.321ZAug 21 21:30:09.297 INFO Download complete, target: Softnpu
18142026-08-21T21:30:10.339Z
18152026-08-21T21:30:10.339Zreal 2.584050245
18162026-08-21T21:30:10.339Zuser 1.319221829
18172026-08-21T21:30:10.339Zsys 0.615976183
18182026-08-21T21:30:10.339Ztrap 0.000715441
18192026-08-21T21:30:10.340Ztflt 0.000192011
18202026-08-21T21:30:10.340Zdflt 0.000189159
18212026-08-21T21:30:10.340Zkflt 0.000000000
18222026-08-21T21:30:10.340Zlock 22.899449489
18232026-08-21T21:30:10.340Zslp 1.083339096
18242026-08-21T21:30:10.340Zlat 0.091522137
18252026-08-21T21:30:10.340Zstop 0.000185787
18262026-08-21T21:30:10.340Z+ export CARGO_INCREMENTAL=0
18272026-08-21T21:30:10.340Z+ CARGO_INCREMENTAL=0
18282026-08-21T21:30:10.340Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18292026-08-21T21:30:11.222Z Compiling proc-macro2 v1.0.106
18302026-08-21T21:30:11.222Z Compiling quote v1.0.45
18312026-08-21T21:30:11.222Z Compiling unicode-ident v1.0.24
18322026-08-21T21:30:11.228Z Compiling libc v0.2.185
18332026-08-21T21:30:11.228Z Compiling serde_core v1.0.228
18342026-08-21T21:30:11.228Z Compiling serde v1.0.228
18352026-08-21T21:30:11.228Z Compiling cfg-if v1.0.4
18362026-08-21T21:30:11.228Z Compiling version_check v0.9.5
18372026-08-21T21:30:11.363Z Compiling autocfg v1.5.0
18382026-08-21T21:30:11.382Z Compiling shlex v1.3.0
18392026-08-21T21:30:11.382Z Compiling find-msvc-tools v0.1.9
18402026-08-21T21:30:11.382Z Compiling memchr v2.8.0
18412026-08-21T21:30:11.382Z Compiling zmij v1.0.21
18422026-08-21T21:30:11.382Z Compiling serde_json v1.0.151
18432026-08-21T21:30:11.603Z Compiling portable-atomic v1.13.1
18442026-08-21T21:30:11.618Z Compiling zerocopy v0.8.40
18452026-08-21T21:30:11.631Z Compiling libm v0.2.16
18462026-08-21T21:30:11.688Z Compiling getrandom v0.4.1
18472026-08-21T21:30:11.750Z Compiling generic-array v0.14.7
18482026-08-21T21:30:11.764Z Compiling parking_lot_core v0.9.12
18492026-08-21T21:30:11.777Z Compiling icu_properties_data v2.1.2
18502026-08-21T21:30:11.797Z Compiling smallvec v1.15.1
18512026-08-21T21:30:11.814Z Compiling num-traits v0.2.19
18522026-08-21T21:30:12.076Z Compiling icu_normalizer_data v2.1.1
18532026-08-21T21:30:12.076Z Compiling itoa v1.0.17
18542026-08-21T21:30:12.079Z Compiling log v0.4.29
18552026-08-21T21:30:12.079Z Compiling subtle v2.6.1
18562026-08-21T21:30:12.125Z Compiling pkg-config v0.3.32
18572026-08-21T21:30:12.157Z Compiling typenum v1.20.1
18582026-08-21T21:30:12.237Z Compiling stable_deref_trait v1.2.1
18592026-08-21T21:30:12.317Z Compiling getrandom v0.3.4
18602026-08-21T21:30:12.334Z Compiling scopeguard v1.2.0
18612026-08-21T21:30:12.365Z Compiling thiserror v2.0.18
18622026-08-21T21:30:12.396Z Compiling jobserver v0.1.34
18632026-08-21T21:30:12.400Z Compiling errno v0.3.14
18642026-08-21T21:30:12.449Z Compiling lock_api v0.4.14
18652026-08-21T21:30:12.480Z Compiling rustix v1.1.3
18662026-08-21T21:30:12.617Z Compiling cc v1.2.56
18672026-08-21T21:30:12.668Z Compiling rand_core v0.10.0
18682026-08-21T21:30:12.700Z Compiling getrandom v0.2.17
18692026-08-21T21:30:12.736Z Compiling heck v0.5.0
18702026-08-21T21:30:12.766Z Compiling syn v2.0.117
18712026-08-21T21:30:12.905Z Compiling equivalent v1.0.2
18722026-08-21T21:30:12.911Z Compiling rand_core v0.6.4
18732026-08-21T21:30:12.917Z Compiling pin-project-lite v0.2.17
18742026-08-21T21:30:12.918Z Compiling critical-section v1.2.0
18752026-08-21T21:30:12.957Z Compiling syn v1.0.109
18762026-08-21T21:30:13.048Z Compiling percent-encoding v2.3.2
18772026-08-21T21:30:13.048Z Compiling schemars v0.8.22
18782026-08-21T21:30:13.078Z Compiling litemap v0.8.1
18792026-08-21T21:30:13.099Z Compiling writeable v0.6.2
18802026-08-21T21:30:13.147Z Compiling hashbrown v0.17.0
18812026-08-21T21:30:13.242Z Compiling dunce v1.0.5
18822026-08-21T21:30:13.257Z Compiling rustversion v1.0.22
18832026-08-21T21:30:13.289Z Compiling fs_extra v1.3.0
18842026-08-21T21:30:13.330Z Compiling once_cell v1.21.3
18852026-08-21T21:30:13.370Z Compiling cmake v0.1.57
18862026-08-21T21:30:13.482Z Compiling byteorder v1.5.0
18872026-08-21T21:30:13.519Z Compiling strsim v0.11.1
18882026-08-21T21:30:13.625Z Compiling signal-hook-registry v1.4.8
18892026-08-21T21:30:13.766Z Compiling semver v1.0.28
18902026-08-21T21:30:13.769Z Compiling indexmap v2.14.0
18912026-08-21T21:30:13.838Z Compiling bitflags v2.11.0
18922026-08-21T21:30:13.863Z Compiling utf8_iter v1.0.4
18932026-08-21T21:30:13.893Z Compiling thiserror v1.0.69
18942026-08-21T21:30:13.922Z Compiling aws-lc-sys v0.40.0
18952026-08-21T21:30:14.050Z Compiling parking_lot v0.12.5
18962026-08-21T21:30:14.083Z Compiling form_urlencoded v1.2.2
18972026-08-21T21:30:14.116Z Compiling socket2 v0.6.3
18982026-08-21T21:30:14.152Z Compiling mio v1.2.0
18992026-08-21T21:30:14.280Z Compiling aws-lc-rs v1.16.3
19002026-08-21T21:30:14.317Z Compiling const-oid v0.9.6
19012026-08-21T21:30:14.448Z Compiling futures-core v0.3.32
19022026-08-21T21:30:14.530Z Compiling httparse v1.10.1
19032026-08-21T21:30:14.663Z Compiling ucd-trie v0.1.7
19042026-08-21T21:30:14.747Z Compiling crc32fast v1.5.0
19052026-08-21T21:30:14.803Z Compiling regex-syntax v0.8.10
19062026-08-21T21:30:14.868Z Compiling fnv v1.0.7
19072026-08-21T21:30:14.917Z Compiling pest v2.8.6
19082026-08-21T21:30:15.002Z Compiling iana-time-zone v0.1.65
19092026-08-21T21:30:15.017Z Compiling vcpkg v0.2.15
19102026-08-21T21:30:15.049Z Compiling ident_case v1.0.1
19112026-08-21T21:30:15.121Z Compiling uuid v1.23.4
19122026-08-21T21:30:15.276Z Compiling rustc_version v0.4.1
19132026-08-21T21:30:15.325Z Compiling futures-sink v0.3.32
19142026-08-21T21:30:15.403Z Compiling rustls v0.23.41
19152026-08-21T21:30:15.440Z Compiling futures-channel v0.3.32
19162026-08-21T21:30:15.576Z Compiling synstructure v0.13.2
19172026-08-21T21:30:15.594Z Compiling serde_derive_internals v0.29.1
19182026-08-21T21:30:15.594Z Compiling openssl-sys v0.9.117
19192026-08-21T21:30:15.662Z Compiling aho-corasick v1.1.4
19202026-08-21T21:30:15.690Z Compiling futures-io v0.3.32
19212026-08-21T21:30:15.742Z Compiling slab v0.4.12
19222026-08-21T21:30:15.757Z Compiling futures-task v0.3.32
19232026-08-21T21:30:16.020Z Compiling pest_meta v2.8.6
19242026-08-21T21:30:16.049Z Compiling radium v0.7.0
19252026-08-21T21:30:16.081Z Compiling plain v0.2.3
19262026-08-21T21:30:16.098Z Compiling num-conv v0.2.0
19272026-08-21T21:30:16.120Z Compiling time-core v0.1.8
19282026-08-21T21:30:16.139Z Compiling dyn-clone v1.0.20
19292026-08-21T21:30:16.225Z Compiling crossbeam-utils v0.8.21
19302026-08-21T21:30:16.277Z Compiling maybe-uninit v2.0.0
19312026-08-21T21:30:16.295Z Compiling time-macros v0.2.27
19322026-08-21T21:30:16.310Z Compiling base64ct v1.8.3
19332026-08-21T21:30:16.340Z Compiling openssl v0.10.80
19342026-08-21T21:30:16.358Z Compiling base64 v0.22.1
19352026-08-21T21:30:16.432Z Compiling pretty-hex v0.4.1
19362026-08-21T21:30:16.471Z Compiling regex-automata v0.4.14
19372026-08-21T21:30:16.555Z Compiling pem-rfc7468 v0.7.0
19382026-08-21T21:30:16.607Z Compiling pest_generator v2.8.6
19392026-08-21T21:30:16.641Z Compiling flagset v0.4.7
19402026-08-21T21:30:16.751Z Compiling rand_core v0.9.5
19412026-08-21T21:30:16.784Z Compiling serde_derive v1.0.228
19422026-08-21T21:30:16.800Z Compiling zeroize_derive v1.5.0
19432026-08-21T21:30:16.817Z Compiling zerofrom-derive v0.1.6
19442026-08-21T21:30:16.838Z Compiling yoke-derive v0.8.1
19452026-08-21T21:30:16.856Z Compiling zerocopy-derive v0.8.40
19462026-08-21T21:30:16.857Z Compiling zerovec-derive v0.11.2
19472026-08-21T21:30:16.890Z Compiling displaydoc v0.2.5
19482026-08-21T21:30:16.904Z Compiling tokio-macros v2.7.0
19492026-08-21T21:30:17.058Z Compiling futures-macro v0.3.32
19502026-08-21T21:30:17.069Z Compiling thiserror-impl v2.0.18
19512026-08-21T21:30:17.283Z Compiling schemars_derive v0.8.22
19522026-08-21T21:30:17.299Z Compiling der_derive v0.7.3
19532026-08-21T21:30:17.299Z Compiling tracing-attributes v0.1.31
19542026-08-21T21:30:17.428Z Compiling zeroize v1.9.0
19552026-08-21T21:30:17.587Z Compiling thiserror-impl v1.0.69
19562026-08-21T21:30:17.688Z Compiling pest_derive v2.8.6
19572026-08-21T21:30:17.809Z Compiling futures-util v0.3.32
19582026-08-21T21:30:17.933Z Compiling scroll_derive v0.13.1
19592026-08-21T21:30:17.987Z Compiling zerofrom v0.1.6
19602026-08-21T21:30:18.142Z Compiling yoke v0.8.1
19612026-08-21T21:30:18.277Z Compiling crypto-common v0.1.7
19622026-08-21T21:30:18.309Z Compiling block-buffer v0.10.4
19632026-08-21T21:30:18.365Z Compiling zerovec v0.11.5
19642026-08-21T21:30:18.447Z Compiling zerotrie v0.2.3
19652026-08-21T21:30:18.483Z Compiling digest v0.10.7
19662026-08-21T21:30:18.675Z Compiling scroll_derive v0.12.1
19672026-08-21T21:30:18.691Z Compiling der v0.7.10
19682026-08-21T21:30:18.714Z Compiling openssl-macros v0.1.1
19692026-08-21T21:30:18.730Z Compiling darling_core v0.23.0
19702026-08-21T21:30:18.819Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19712026-08-21T21:30:18.905Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-08-21T21:30:18.928Z Compiling tinystr v0.8.2
19732026-08-21T21:30:18.985Z Compiling potential_utf v0.1.4
19742026-08-21T21:30:19.133Z Compiling icu_locale_core v2.1.1
19752026-08-21T21:30:19.152Z Compiling icu_collections v2.1.1
19762026-08-21T21:30:19.211Z Compiling ahash v0.8.12
19772026-08-21T21:30:19.230Z Compiling native-tls v0.2.18
19782026-08-21T21:30:19.350Z Compiling anyhow v1.0.102
19792026-08-21T21:30:19.443Z Compiling num-bigint-dig v0.8.6
19802026-08-21T21:30:19.561Z Compiling packed_struct v0.10.1
19812026-08-21T21:30:19.664Z Compiling spki v0.7.3
19822026-08-21T21:30:19.782Z Compiling regex v1.12.3
19832026-08-21T21:30:19.801Z Compiling zerocopy-derive v0.7.35
19842026-08-21T21:30:19.817Z Compiling icu_provider v2.1.1
19852026-08-21T21:30:19.990Z Compiling bytes v1.11.1
19862026-08-21T21:30:20.026Z Compiling chrono v0.4.45
19872026-08-21T21:30:20.041Z Compiling serde_tokenstream v0.2.3
19882026-08-21T21:30:20.078Z Compiling icu_properties v2.1.2
19892026-08-21T21:30:20.117Z Compiling icu_normalizer v2.1.1
19902026-08-21T21:30:20.442Z Compiling slog v2.8.2
19912026-08-21T21:30:20.603Z Compiling tokio v1.52.1
19922026-08-21T21:30:20.622Z Compiling http v1.4.2
19932026-08-21T21:30:20.827Z Compiling darling_macro v0.23.0
19942026-08-21T21:30:21.070Z Compiling idna_adapter v1.2.1
19952026-08-21T21:30:21.131Z Compiling ppv-lite86 v0.2.21
19962026-08-21T21:30:21.226Z Compiling idna v1.1.0
19972026-08-21T21:30:21.465Z Compiling tracing-core v0.1.36
19982026-08-21T21:30:21.482Z Compiling cookie v0.18.1
19992026-08-21T21:30:21.512Z Compiling utf8parse v0.2.2
20002026-08-21T21:30:21.546Z Compiling cpufeatures v0.2.17
20012026-08-21T21:30:21.588Z Compiling url v2.5.8
20022026-08-21T21:30:21.607Z Compiling camino v1.2.2
20032026-08-21T21:30:21.639Z Compiling rand_chacha v0.9.0
20042026-08-21T21:30:21.659Z Compiling darling v0.23.0
20052026-08-21T21:30:21.696Z Compiling toml_datetime v0.6.11
20062026-08-21T21:30:21.780Z Compiling serde_spanned v0.6.9
20072026-08-21T21:30:21.802Z Compiling clap_derive v4.6.1
20082026-08-21T21:30:21.912Z Compiling tracing v0.1.44
20092026-08-21T21:30:21.929Z Compiling bitfield-macros v0.19.4
20102026-08-21T21:30:21.953Z Compiling zerocopy-derive v0.6.6
20112026-08-21T21:30:21.987Z Compiling packed_struct_codegen v0.10.1
20122026-08-21T21:30:22.528Z Compiling indexmap v1.9.3
20132026-08-21T21:30:22.543Z Compiling anstyle v1.0.14
20142026-08-21T21:30:22.583Z Compiling paste v1.0.15
20152026-08-21T21:30:22.709Z Compiling rand v0.9.2
20162026-08-21T21:30:22.743Z Compiling http-body v1.0.1
20172026-08-21T21:30:22.795Z Compiling pkcs8 v0.10.2
20182026-08-21T21:30:22.911Z Compiling rustls-pki-types v1.14.0
20192026-08-21T21:30:22.982Z Compiling spin v0.9.8
20202026-08-21T21:30:22.999Z Compiling usdt-impl v0.5.0
20212026-08-21T21:30:23.047Z Compiling usdt-impl v0.6.0
20222026-08-21T21:30:23.210Z Compiling tinyvec_macros v0.1.1
20232026-08-21T21:30:23.242Z Compiling openssl-probe v0.2.1
20242026-08-21T21:30:23.278Z Compiling cmov v0.5.4
20252026-08-21T21:30:23.294Z Compiling winnow v0.5.40
20262026-08-21T21:30:23.311Z Compiling is_terminal_polyfill v1.70.2
20272026-08-21T21:30:23.352Z Compiling fastrand v2.3.0
20282026-08-21T21:30:23.423Z Compiling anstyle-query v1.1.5
20292026-08-21T21:30:23.440Z Compiling either v1.15.0
20302026-08-21T21:30:23.480Z Compiling colorchoice v1.0.4
20312026-08-21T21:30:23.495Z Compiling ref-cast v1.0.25
20322026-08-21T21:30:23.549Z Compiling ctutils v0.4.2
20332026-08-21T21:30:23.604Z Compiling tinyvec v1.10.0
20342026-08-21T21:30:23.792Z Compiling sha2 v0.10.9
20352026-08-21T21:30:23.825Z Compiling scroll v0.12.0
20362026-08-21T21:30:23.971Z Compiling scroll v0.13.0
20372026-08-21T21:30:23.974Z Compiling async-trait v0.1.89
20382026-08-21T21:30:24.034Z Compiling heapless v0.7.17
20392026-08-21T21:30:24.188Z Compiling tower-service v0.3.3
20402026-08-21T21:30:24.213Z Compiling rustix v0.38.44
20412026-08-21T21:30:24.228Z Compiling zstd-safe v7.2.4
20422026-08-21T21:30:24.259Z Compiling atomic-waker v1.1.2
20432026-08-21T21:30:24.280Z Compiling untrusted v0.7.1
20442026-08-21T21:30:24.299Z Compiling tower-layer v0.3.3
20452026-08-21T21:30:24.304Z Compiling litrs v1.0.0
20462026-08-21T21:30:24.400Z Compiling signal-hook v0.3.18
20472026-08-21T21:30:24.451Z Compiling tokio-util v0.7.18
20482026-08-21T21:30:24.482Z Compiling winnow v1.0.3
20492026-08-21T21:30:24.544Z Compiling winnow v0.7.14
20502026-08-21T21:30:24.570Z Compiling toml_edit v0.19.15
20512026-08-21T21:30:24.597Z Compiling try-lock v0.2.5
20522026-08-21T21:30:24.728Z Compiling want v0.3.1
20532026-08-21T21:30:24.778Z Compiling document-features v0.2.12
20542026-08-21T21:30:24.806Z Compiling toml_parser v1.1.2+spec-1.1.0
20552026-08-21T21:30:24.967Z Compiling tempfile v3.25.0
20562026-08-21T21:30:25.142Z Compiling h2 v0.4.15
20572026-08-21T21:30:25.294Z Compiling goblin v0.10.5
20582026-08-21T21:30:25.368Z Compiling goblin v0.8.2
20592026-08-21T21:30:25.405Z Compiling hybrid-array v0.4.13
20602026-08-21T21:30:25.677Z Compiling itertools v0.15.0
20612026-08-21T21:30:25.782Z Compiling anstyle-parse v1.0.0
20622026-08-21T21:30:25.976Z Compiling zerocopy v0.7.35
20632026-08-21T21:30:26.016Z Compiling ipnet v2.11.0
20642026-08-21T21:30:26.231Z Compiling daft-derive v0.1.7
20652026-08-21T21:30:26.321Z Compiling structmeta-derive v0.3.0
20662026-08-21T21:30:26.426Z Compiling ref-cast-impl v1.0.25
20672026-08-21T21:30:26.501Z Compiling curve25519-dalek v4.1.3
20682026-08-21T21:30:26.517Z Compiling darling_core v0.20.11
20692026-08-21T21:30:26.605Z Compiling memoffset v0.9.1
20702026-08-21T21:30:26.762Z Compiling foreign-types-shared v0.1.1
20712026-08-21T21:30:26.818Z Compiling untrusted v0.9.0
20722026-08-21T21:30:26.838Z Compiling simd-adler32 v0.3.8
20732026-08-21T21:30:26.935Z Compiling powerfmt v0.2.0
20742026-08-21T21:30:27.008Z Compiling httpdate v1.0.3
20752026-08-21T21:30:27.069Z Compiling tap v1.0.1
20762026-08-21T21:30:27.132Z Compiling deranged v0.5.8
20772026-08-21T21:30:27.199Z Compiling wyz v0.5.1
20782026-08-21T21:30:27.237Z Compiling foreign-types v0.3.2
20792026-08-21T21:30:27.324Z Compiling anstream v1.0.0
20802026-08-21T21:30:27.339Z Compiling structmeta v0.3.0
20812026-08-21T21:30:27.412Z Compiling unicode-normalization v0.1.25
20822026-08-21T21:30:27.627Z Compiling dof v0.3.0
20832026-08-21T21:30:27.676Z Compiling dtrace-parser v0.2.0
20842026-08-21T21:30:27.890Z Compiling rand_chacha v0.3.1
20852026-08-21T21:30:28.034Z Compiling hex v0.4.3
20862026-08-21T21:30:28.236Z Compiling dof v0.4.0
20872026-08-21T21:30:28.274Z Compiling hyper v1.10.1
20882026-08-21T21:30:28.288Z Compiling signature v2.2.0
20892026-08-21T21:30:28.293Z Compiling dtrace-parser v0.3.0
20902026-08-21T21:30:28.318Z Compiling terminal_size v0.4.3
20912026-08-21T21:30:28.338Z Compiling pin-project-internal v1.1.11
20922026-08-21T21:30:28.501Z Compiling num-integer v0.1.46
20932026-08-21T21:30:28.505Z Compiling darling_macro v0.20.11
20942026-08-21T21:30:28.532Z Compiling thread-id v4.2.2
20952026-08-21T21:30:28.642Z Compiling thread-id v5.1.0
20962026-08-21T21:30:28.742Z Compiling wait-timeout v0.2.1
20972026-08-21T21:30:28.772Z Compiling num_threads v0.1.7
20982026-08-21T21:30:28.884Z Compiling cfg_aliases v0.2.1
20992026-08-21T21:30:28.900Z Compiling smoltcp v0.9.1
21002026-08-21T21:30:28.987Z Compiling clap_lex v1.0.0
21012026-08-21T21:30:29.021Z Compiling bit-vec v0.8.0
21022026-08-21T21:30:29.110Z Compiling adler2 v2.0.1
21032026-08-21T21:30:29.205Z Compiling quick-error v1.2.3
21042026-08-21T21:30:29.221Z Compiling funty v2.0.0
21052026-08-21T21:30:29.259Z Compiling bit-set v0.8.0
21062026-08-21T21:30:29.276Z Compiling miniz_oxide v0.8.9
21072026-08-21T21:30:29.293Z Compiling rusty-fork v0.3.1
21082026-08-21T21:30:29.324Z Compiling time v0.3.47
21092026-08-21T21:30:29.340Z Compiling clap_builder v4.6.0
21102026-08-21T21:30:29.357Z Compiling darling v0.20.11
21112026-08-21T21:30:29.375Z Compiling hyper-util v0.1.20
21122026-08-21T21:30:29.403Z Compiling nix v0.31.2
21132026-08-21T21:30:29.457Z Compiling num-iter v0.1.45
21142026-08-21T21:30:29.589Z Compiling bitvec v1.0.1
21152026-08-21T21:30:29.757Z Compiling rand v0.8.6
21162026-08-21T21:30:29.960Z Compiling ipnetwork v0.21.1
21172026-08-21T21:30:30.122Z Compiling lazy_static v1.5.0
21182026-08-21T21:30:30.164Z Compiling anstyle-parse v0.2.7
21192026-08-21T21:30:30.383Z Compiling hmac v0.12.1
21202026-08-21T21:30:30.399Z Compiling rand_xorshift v0.4.0
21212026-08-21T21:30:30.529Z Compiling curve25519-dalek-derive v0.1.1
21222026-08-21T21:30:30.545Z Compiling sync_wrapper v1.0.2
21232026-08-21T21:30:30.578Z Compiling zlib-rs v0.6.2
21242026-08-21T21:30:30.854Z Compiling crc-catalog v2.4.0
21252026-08-21T21:30:31.048Z Compiling unarray v0.1.4
21262026-08-21T21:30:31.135Z Compiling siphasher v1.0.2
21272026-08-21T21:30:31.179Z Compiling nodrop v0.1.14
21282026-08-21T21:30:31.304Z Compiling array-init v0.0.4
21292026-08-21T21:30:31.334Z Compiling proptest v1.11.0
21302026-08-21T21:30:31.630Z Compiling crc v3.4.0
21312026-08-21T21:30:31.672Z Compiling clap v4.6.1
21322026-08-21T21:30:31.843Z Compiling tower v0.5.3
21332026-08-21T21:30:32.409Z Compiling anstream v0.6.21
21342026-08-21T21:30:32.620Z Compiling flate2 v1.1.9
21352026-08-21T21:30:32.712Z Compiling smallvec v0.6.14
21362026-08-21T21:30:32.874Z Compiling derive_builder_core v0.20.2
21372026-08-21T21:30:32.935Z Compiling pkcs1 v0.7.5
21382026-08-21T21:30:33.031Z Compiling http-body-util v0.1.3
21392026-08-21T21:30:33.200Z Compiling zerocopy v0.6.6
21402026-08-21T21:30:33.221Z Compiling bitfield v0.19.4
21412026-08-21T21:30:33.261Z Compiling strum_macros v0.26.4
21422026-08-21T21:30:33.280Z Compiling strum_macros v0.27.2
21432026-08-21T21:30:33.304Z Compiling snafu-derive v0.8.9
21442026-08-21T21:30:33.335Z Compiling hubpack_derive v0.1.1
21452026-08-21T21:30:33.583Z Compiling env_filter v1.0.0
21462026-08-21T21:30:33.591Z Compiling fs-err v3.3.0
21472026-08-21T21:30:33.702Z Compiling allocator-api2 v0.2.21
21482026-08-21T21:30:33.783Z Compiling object v0.37.3
21492026-08-21T21:30:33.816Z Compiling unicode-bidi v0.3.18
21502026-08-21T21:30:33.830Z Compiling hashbrown v0.12.3
21512026-08-21T21:30:34.051Z Compiling iri-string v0.7.10
21522026-08-21T21:30:34.083Z Compiling unicode-segmentation v1.12.0
21532026-08-21T21:30:34.212Z Compiling base64 v0.21.7
21542026-08-21T21:30:34.304Z Compiling ryu v1.0.23
21552026-08-21T21:30:34.372Z Compiling unicode-properties v0.1.4
21562026-08-21T21:30:34.469Z Compiling ron v0.8.1
21572026-08-21T21:30:34.485Z Compiling serde_urlencoded v0.7.1
21582026-08-21T21:30:34.595Z Compiling stringprep v0.1.5
21592026-08-21T21:30:34.819Z Compiling env_logger v0.11.9
21602026-08-21T21:30:34.933Z Compiling derive_builder_macro v0.20.2
21612026-08-21T21:30:34.968Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21622026-08-21T21:30:34.986Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21632026-08-21T21:30:35.010Z Compiling rsa v0.9.10
21642026-08-21T21:30:35.151Z Compiling newtype-uuid v1.3.2
21652026-08-21T21:30:35.175Z Compiling tower-http v0.6.8
21662026-08-21T21:30:35.192Z Compiling oxnet v0.1.6
21672026-08-21T21:30:35.228Z Compiling serde-hex v0.1.0
21682026-08-21T21:30:35.312Z Compiling hashbrown v0.13.2
21692026-08-21T21:30:35.410Z Compiling tokio-native-tls v0.3.1
21702026-08-21T21:30:35.436Z Compiling bzip2 v0.4.4
21712026-08-21T21:30:35.466Z Compiling usdt-attr-macro v0.6.0
21722026-08-21T21:30:35.522Z Compiling usdt-macro v0.6.0
21732026-08-21T21:30:35.601Z Compiling derive-ex v0.1.8
21742026-08-21T21:30:35.618Z Compiling block-padding v0.4.2
21752026-08-21T21:30:35.621Z Compiling block-buffer v0.12.1
21762026-08-21T21:30:35.651Z Compiling crypto-common v0.2.2
21772026-08-21T21:30:35.844Z Compiling rustls-native-certs v0.8.3
21782026-08-21T21:30:36.095Z Compiling erased-serde v0.3.31
21792026-08-21T21:30:36.120Z Compiling x509-cert v0.2.5
21802026-08-21T21:30:36.251Z Compiling bstr v1.12.1
21812026-08-21T21:30:36.339Z Compiling md-5 v0.10.6
21822026-08-21T21:30:36.466Z Compiling vergen-lib v9.1.0
21832026-08-21T21:30:36.504Z Compiling hash32 v0.2.1
21842026-08-21T21:30:36.608Z Compiling encoding_rs v0.8.35
21852026-08-21T21:30:36.697Z Compiling psl-types v2.0.11
21862026-08-21T21:30:36.713Z Compiling mime v0.3.17
21872026-08-21T21:30:36.822Z Compiling fallible-iterator v0.2.0
21882026-08-21T21:30:36.859Z Compiling cpufeatures v0.3.0
21892026-08-21T21:30:36.971Z Compiling crc-any v2.5.0
21902026-08-21T21:30:37.095Z Compiling test-strategy v0.4.5
21912026-08-21T21:30:37.154Z Compiling postgres-protocol v0.6.10
21922026-08-21T21:30:37.184Z Compiling publicsuffix v2.3.0
21932026-08-21T21:30:37.715Z Compiling object v0.30.4
21942026-08-21T21:30:37.853Z Compiling inout v0.2.2
21952026-08-21T21:30:37.870Z Compiling zip v0.6.6
21962026-08-21T21:30:37.902Z Compiling hyper-tls v0.6.0
21972026-08-21T21:30:37.972Z Compiling daft v0.1.7
21982026-08-21T21:30:37.994Z Compiling derive_builder v0.20.2
21992026-08-21T21:30:38.033Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22002026-08-21T21:30:38.136Z Compiling heck v0.4.1
22012026-08-21T21:30:38.152Z Compiling phf_shared v0.13.1
22022026-08-21T21:30:38.152Z Compiling pin-project v1.1.11
22032026-08-21T21:30:38.267Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22042026-08-21T21:30:38.399Z Compiling toml v0.7.8
22052026-08-21T21:30:38.433Z Compiling serde_with_macros v3.21.0
22062026-08-21T21:30:38.466Z Compiling futures-executor v0.3.32
22072026-08-21T21:30:38.535Z Compiling enum-as-inner v0.6.1
22082026-08-21T21:30:38.677Z Compiling serde_repr v0.1.20
22092026-08-21T21:30:38.715Z Compiling async-recursion v1.1.1
22102026-08-21T21:30:38.796Z Compiling ff v0.13.1
22112026-08-21T21:30:38.879Z Compiling vergen v9.1.0
22122026-08-21T21:30:38.954Z Compiling cargo-platform v0.3.2
22132026-08-21T21:30:39.056Z Compiling managed v0.8.0
22142026-08-21T21:30:39.177Z Compiling same-file v1.0.6
22152026-08-21T21:30:39.337Z Compiling bitflags v1.3.2
22162026-08-21T21:30:39.353Z Compiling path-slash v0.1.5
22172026-08-21T21:30:39.357Z Compiling bumpalo v3.20.2
22182026-08-21T21:30:39.357Z Compiling foldhash v0.1.5
22192026-08-21T21:30:39.443Z Compiling base16ct v0.2.0
22202026-08-21T21:30:39.543Z Compiling foldhash v0.2.0
22212026-08-21T21:30:39.544Z Compiling libbz2-rs-sys v0.2.2
22222026-08-21T21:30:39.544Z Compiling jiff-core v0.1.0
22232026-08-21T21:30:39.615Z Compiling hashbrown v0.16.1
22242026-08-21T21:30:39.632Z Compiling sec1 v0.7.3
22252026-08-21T21:30:39.635Z Compiling zopfli v0.8.3
22262026-08-21T21:30:39.744Z Compiling hashbrown v0.15.5
22272026-08-21T21:30:39.909Z Compiling bzip2 v0.6.1
22282026-08-21T21:30:40.038Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22292026-08-21T21:30:40.123Z Compiling walkdir v2.5.0
22302026-08-21T21:30:40.188Z Compiling cargo_metadata v0.23.1
22312026-08-21T21:30:40.237Z Compiling group v0.13.0
22322026-08-21T21:30:40.306Z Compiling jiff v0.2.34
22332026-08-21T21:30:40.500Z Compiling futures v0.3.32
22342026-08-21T21:30:40.788Z Compiling phf v0.13.1
22352026-08-21T21:30:40.894Z Compiling snafu v0.8.9
22362026-08-21T21:30:41.115Z Compiling reqwest v0.12.28
22372026-08-21T21:30:41.182Z Compiling cipher v0.5.2
22382026-08-21T21:30:41.241Z Compiling signal-hook-mio v0.2.5
22392026-08-21T21:30:41.254Z Compiling cookie_store v0.22.1
22402026-08-21T21:30:41.320Z Compiling postgres-types v0.2.12
22412026-08-21T21:30:41.378Z Compiling zstd v0.13.3
22422026-08-21T21:30:41.403Z Compiling globset v0.4.18
22432026-08-21T21:30:41.467Z Compiling strum v0.27.2
22442026-08-21T21:30:41.708Z Compiling hubpack v0.1.2
22452026-08-21T21:30:41.823Z Compiling phf_shared v0.11.3
22462026-08-21T21:30:41.827Z Compiling hkdf v0.12.4
22472026-08-21T21:30:41.848Z Compiling crossbeam-epoch v0.9.18
22482026-08-21T21:30:41.958Z Compiling ed25519 v2.2.3
22492026-08-21T21:30:41.981Z Compiling byte-wrapper v0.1.0
22502026-08-21T21:30:42.012Z Compiling olpc-cjson v0.1.4
22512026-08-21T21:30:42.259Z Compiling serde-big-array v0.5.1
22522026-08-21T21:30:42.262Z Compiling serde_plain v1.0.2
22532026-08-21T21:30:42.274Z Compiling pem v3.0.6
22542026-08-21T21:30:42.376Z Compiling crypto-bigint v0.5.5
22552026-08-21T21:30:42.515Z Compiling float-cmp v0.10.0
22562026-08-21T21:30:42.545Z Compiling memmap2 v0.9.10
22572026-08-21T21:30:42.593Z Compiling typed-path v0.9.3
22582026-08-21T21:30:42.607Z Compiling whoami v2.1.0
22592026-08-21T21:30:42.677Z Compiling toml_write v0.1.2
22602026-08-21T21:30:42.751Z Compiling const-oid v0.10.2
22612026-08-21T21:30:42.833Z Compiling precomputed-hash v0.1.1
22622026-08-21T21:30:42.871Z Compiling predicates-core v1.0.10
22632026-08-21T21:30:42.892Z Compiling fixedbitset v0.4.2
22642026-08-21T21:30:42.908Z Compiling normalize-line-endings v0.3.0
22652026-08-21T21:30:42.928Z Compiling keccak v0.1.6
22662026-08-21T21:30:42.964Z Compiling static_assertions v1.1.0
22672026-08-21T21:30:42.979Z Compiling fixedbitset v0.5.7
22682026-08-21T21:30:43.063Z Compiling data-encoding v2.10.0
22692026-08-21T21:30:43.065Z Compiling new_debug_unreachable v1.0.6
22702026-08-21T21:30:43.114Z Compiling difflib v0.4.0
22712026-08-21T21:30:43.163Z Compiling string_cache v0.8.9
22722026-08-21T21:30:43.276Z Compiling petgraph v0.8.3
22732026-08-21T21:30:43.494Z Compiling hickory-proto v0.25.2
22742026-08-21T21:30:43.512Z Compiling predicates v3.1.4
22752026-08-21T21:30:43.528Z Compiling elliptic-curve v0.13.8
22762026-08-21T21:30:43.560Z Compiling sha3 v0.10.8
22772026-08-21T21:30:43.590Z Compiling petgraph v0.6.5
22782026-08-21T21:30:43.739Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22792026-08-21T21:30:43.840Z Compiling digest v0.11.3
22802026-08-21T21:30:43.949Z Compiling chacha20 v0.10.0
22812026-08-21T21:30:43.970Z Compiling tokio-postgres v0.7.16
22822026-08-21T21:30:44.060Z Compiling toml_edit v0.22.27
22832026-08-21T21:30:44.216Z Compiling usdt v0.6.0
22842026-08-21T21:30:44.483Z Compiling zip v4.6.1
22852026-08-21T21:30:45.172Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22862026-08-21T21:30:45.357Z Compiling ed25519-dalek v2.2.0
22872026-08-21T21:30:46.023Z Compiling crossterm v0.28.1
22882026-08-21T21:30:46.445Z Compiling iddqd v0.4.2
22892026-08-21T21:30:46.467Z Compiling serde_with v3.21.0
22902026-08-21T21:30:46.503Z Compiling similar v2.7.0
22912026-08-21T21:30:46.676Z Compiling strum v0.26.3
22922026-08-21T21:30:47.204Z Compiling tokio-stream v0.1.18
22932026-08-21T21:30:47.233Z Compiling buf-list v1.1.2
22942026-08-21T21:30:47.262Z Compiling itertools v0.13.0
22952026-08-21T21:30:47.303Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22962026-08-21T21:30:47.623Z Compiling openapiv3 v2.2.0
22972026-08-21T21:30:48.118Z Compiling peg-runtime v0.8.5
22982026-08-21T21:30:48.303Z Compiling lalrpop-util v0.19.12
22992026-08-21T21:31:04.242Z Compiling rustls-webpki v0.103.13
23002026-08-21T21:31:08.221Z Compiling tokio-rustls v0.26.4
23012026-08-21T21:31:08.242Z Compiling rustls-platform-verifier v0.6.2
23022026-08-21T21:31:08.276Z Compiling tough v0.22.0
23032026-08-21T21:31:08.466Z Compiling hyper-rustls v0.27.7
23042026-08-21T21:31:08.721Z Compiling reqwest v0.13.2
23052026-08-21T21:31:09.119Z Compiling macaddr v1.0.1
23062026-08-21T21:31:09.146Z Compiling crucible-workspace-hack v0.1.0
23072026-08-21T21:31:09.184Z Compiling rayon-core v1.13.0
23082026-08-21T21:31:09.218Z Compiling secrecy v0.10.3
23092026-08-21T21:31:09.236Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23102026-08-21T21:31:09.370Z Compiling heapless v0.8.0
23112026-08-21T21:31:09.417Z Compiling toml_datetime v0.7.5+spec-1.1.0
23122026-08-21T21:31:09.433Z Compiling crossbeam-deque v0.8.6
23132026-08-21T21:31:09.467Z Compiling ingot-macros v0.2.0
23142026-08-21T21:31:09.493Z Compiling inout v0.1.4
23152026-08-21T21:31:09.524Z Compiling hash32 v0.3.1
23162026-08-21T21:31:09.540Z Compiling multer v3.1.0
23172026-08-21T21:31:09.556Z Compiling thread_local v1.1.9
23182026-08-21T21:31:09.660Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23192026-08-21T21:31:09.678Z Compiling toml_edit v0.23.10+spec-1.0.0
23202026-08-21T21:31:09.678Z Compiling smoltcp v0.11.0
23212026-08-21T21:31:09.713Z Compiling compression-core v0.4.31
23222026-08-21T21:31:09.744Z Compiling unicode-width v0.2.0
23232026-08-21T21:31:09.761Z Compiling slog-async v2.8.0
23242026-08-21T21:31:09.828Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-08-21T21:31:09.864Z Compiling match_cfg v0.1.0
23262026-08-21T21:31:09.921Z Compiling compression-codecs v0.4.37
23272026-08-21T21:31:09.954Z Compiling hostname v0.3.1
23282026-08-21T21:31:10.104Z Compiling cipher v0.4.4
23292026-08-21T21:31:10.107Z Compiling atomicwrites v0.4.4
23302026-08-21T21:31:10.134Z Compiling slog-json v2.6.1
23312026-08-21T21:31:10.138Z Compiling crossbeam-channel v0.5.15
23322026-08-21T21:31:10.317Z Compiling proc-macro-crate v3.4.0
23332026-08-21T21:31:10.386Z Compiling half v2.7.1
23342026-08-21T21:31:10.422Z Compiling newtype-uuid-macros v0.1.0
23352026-08-21T21:31:10.422Z Compiling cobs v0.3.0
23362026-08-21T21:31:10.462Z Compiling universal-hash v0.5.1
23372026-08-21T21:31:10.650Z Compiling async-stream-impl v0.3.6
23382026-08-21T21:31:10.676Z Compiling thiserror-impl-no-std v2.0.2
23392026-08-21T21:31:10.717Z Compiling serde_spanned v1.1.1
23402026-08-21T21:31:10.758Z Compiling toml_datetime v1.1.1+spec-1.1.0
23412026-08-21T21:31:10.775Z Compiling is-terminal v0.4.17
23422026-08-21T21:31:10.834Z Compiling proc-macro-error-attr v1.0.4
23432026-08-21T21:31:10.903Z Compiling dropshot v0.17.1
23442026-08-21T21:31:11.012Z Compiling convert_case v0.4.0
23452026-08-21T21:31:11.047Z Compiling opaque-debug v0.3.1
23462026-08-21T21:31:11.128Z Compiling term v1.2.1
23472026-08-21T21:31:11.144Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23482026-08-21T21:31:11.184Z Compiling ciborium-io v0.2.2
23492026-08-21T21:31:11.200Z Compiling take_mut v0.2.2
23502026-08-21T21:31:11.231Z Compiling toml_writer v1.1.1+spec-1.1.0
23512026-08-21T21:31:11.336Z Compiling derive_more v0.99.20
23522026-08-21T21:31:11.352Z Compiling ciborium-ll v0.2.2
23532026-08-21T21:31:11.392Z Compiling async-stream v0.3.6
23542026-08-21T21:31:11.409Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23552026-08-21T21:31:11.509Z Compiling slog-term v2.9.2
23562026-08-21T21:31:11.590Z Compiling toml v1.1.2+spec-1.1.0
23572026-08-21T21:31:11.645Z Compiling poly1305 v0.8.0
23582026-08-21T21:31:11.690Z Compiling thiserror-no-std v2.0.2
23592026-08-21T21:31:11.718Z Compiling num_enum_derive v0.7.6
23602026-08-21T21:31:11.802Z Compiling postcard v1.1.3
23612026-08-21T21:31:11.980Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23622026-08-21T21:31:12.080Z Compiling ingot-types v0.2.0
23632026-08-21T21:31:12.203Z Compiling chacha20 v0.9.1
23642026-08-21T21:31:12.317Z Compiling slog-bunyan v2.5.0
23652026-08-21T21:31:12.487Z Compiling async-compression v0.4.41
23662026-08-21T21:31:12.518Z Compiling ingot v0.2.1
23672026-08-21T21:31:12.535Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23682026-08-21T21:31:12.579Z Compiling sha1 v0.11.0
23692026-08-21T21:31:12.680Z Compiling parse-display-derive v0.10.0
23702026-08-21T21:31:12.816Z Compiling proc-macro-crate v1.3.1
23712026-08-21T21:31:12.899Z Compiling waitgroup v0.1.2
23722026-08-21T21:31:12.951Z Compiling backon v1.6.0
23732026-08-21T21:31:12.973Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23742026-08-21T21:31:13.049Z Compiling rustls-pemfile v2.2.0
23752026-08-21T21:31:13.076Z Compiling dropshot_endpoint v0.17.1
23762026-08-21T21:31:13.167Z Compiling password-hash v0.5.0
23772026-08-21T21:31:13.220Z Compiling blake2 v0.10.6
23782026-08-21T21:31:13.352Z Compiling aead v0.5.2
23792026-08-21T21:31:13.514Z Compiling foreign-types-macros v0.2.3
23802026-08-21T21:31:13.549Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23812026-08-21T21:31:13.583Z Compiling serde_path_to_error v0.1.20
23822026-08-21T21:31:13.587Z Compiling hostname v0.4.2
23832026-08-21T21:31:13.729Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23842026-08-21T21:31:13.781Z Compiling proc-macro-error v1.0.4
23852026-08-21T21:31:13.945Z Compiling instant v0.1.13
23862026-08-21T21:31:13.983Z Compiling debug-ignore v1.0.5
23872026-08-21T21:31:14.001Z Compiling foreign-types-shared v0.3.1
23882026-08-21T21:31:14.053Z Compiling backoff v0.4.0
23892026-08-21T21:31:14.114Z Compiling chacha20poly1305 v0.10.1
23902026-08-21T21:31:14.132Z Compiling argon2 v0.5.3
23912026-08-21T21:31:14.132Z Compiling foreign-types v0.5.0
23922026-08-21T21:31:14.165Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23932026-08-21T21:31:14.168Z Compiling parse-display v0.10.0
23942026-08-21T21:31:14.168Z Compiling num_enum_derive v0.5.11
23952026-08-21T21:31:14.168Z Compiling num_enum v0.7.6
23962026-08-21T21:31:14.246Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23972026-08-21T21:31:14.283Z Compiling vsss-rs v3.3.4
23982026-08-21T21:31:14.344Z Compiling ciborium v0.2.2
23992026-08-21T21:31:14.580Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24002026-08-21T21:31:14.705Z Compiling tabwriter v1.4.1
24012026-08-21T21:31:14.751Z Compiling regress v0.10.5
24022026-08-21T21:31:14.801Z Compiling itertools v0.14.0
24032026-08-21T21:31:14.823Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24042026-08-21T21:31:14.988Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24052026-08-21T21:31:15.092Z Compiling cstr-argument v0.1.2
24062026-08-21T21:31:15.116Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24072026-08-21T21:31:15.152Z Compiling humantime v2.3.0
24082026-08-21T21:31:15.169Z Compiling num_enum v0.5.11
24092026-08-21T21:31:15.228Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24102026-08-21T21:31:15.283Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24112026-08-21T21:31:15.314Z Compiling rayon v1.11.0
24122026-08-21T21:31:15.354Z Compiling rand v0.10.1
24132026-08-21T21:31:15.437Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24142026-08-21T21:31:15.459Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24152026-08-21T21:31:15.571Z Compiling indent_write v2.2.0
24162026-08-21T21:31:15.588Z Compiling libefi-sys v0.1.0
24172026-08-21T21:31:15.591Z Compiling colored v3.1.1
24182026-08-21T21:31:15.618Z Compiling zone_cfg_derive v0.3.1
24192026-08-21T21:31:15.635Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24202026-08-21T21:31:15.743Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24212026-08-21T21:31:15.775Z Compiling camino-tempfile v1.4.1
24222026-08-21T21:31:15.791Z Compiling itertools v0.12.1
24232026-08-21T21:31:15.832Z Compiling usdt-attr-macro v0.5.0
24242026-08-21T21:31:15.847Z Compiling usdt-macro v0.5.0
24252026-08-21T21:31:16.131Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24262026-08-21T21:31:16.180Z Compiling num-derive v0.4.2
24272026-08-21T21:31:16.196Z Compiling bitfield-struct v0.6.2
24282026-08-21T21:31:16.226Z Compiling blake3 v1.8.5
24292026-08-21T21:31:16.268Z Compiling sigpipe v0.1.3
24302026-08-21T21:31:16.301Z Compiling memmap v0.7.0
24312026-08-21T21:31:16.334Z Compiling swrite v0.1.0
24322026-08-21T21:31:16.355Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24332026-08-21T21:31:16.376Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24342026-08-21T21:31:16.464Z Compiling glob v0.3.3
24352026-08-21T21:31:16.499Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24362026-08-21T21:31:16.626Z Compiling smf v0.2.3
24372026-08-21T21:31:16.637Z Compiling usdt v0.5.0
24382026-08-21T21:31:16.808Z Compiling filetime v0.2.27
24392026-08-21T21:31:16.824Z Compiling constant_time_eq v0.4.2
24402026-08-21T21:31:16.839Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24412026-08-21T21:31:17.050Z Compiling whoami v1.6.1
24422026-08-21T21:31:17.071Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24432026-08-21T21:31:17.095Z Compiling xattr v1.6.1
24442026-08-21T21:31:17.111Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24452026-08-21T21:31:17.114Z Compiling zone v0.3.1
24462026-08-21T21:31:17.164Z Compiling arrayvec v0.7.6
24472026-08-21T21:31:17.181Z Compiling arrayref v0.3.9
24482026-08-21T21:31:17.265Z Compiling tar v0.4.46
24492026-08-21T21:31:17.281Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24502026-08-21T21:31:17.314Z Compiling tokio-dtrace v0.1.1
24512026-08-21T21:31:17.332Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24522026-08-21T21:31:17.427Z Compiling console v0.16.2
24532026-08-21T21:31:17.480Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24542026-08-21T21:31:17.537Z Compiling gethostname v0.5.0
24552026-08-21T21:31:17.690Z Compiling topological-sort v0.2.2
24562026-08-21T21:31:17.707Z Compiling unit-prefix v0.5.2
24572026-08-21T21:31:17.820Z Compiling oxide-tokio-rt v0.1.4
24582026-08-21T21:31:17.889Z Compiling indicatif v0.18.4
24592026-08-21T21:31:17.903Z Compiling toml v0.8.23
24602026-08-21T21:31:17.956Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24612026-08-21T21:31:18.145Z Compiling shell-words v1.1.1
24622026-08-21T21:31:27.446Z Compiling progenitor-client v0.14.0
24632026-08-21T21:31:27.446Z Compiling omicron-zone-package v0.12.3
24642026-08-21T21:31:27.680Z Compiling progenitor-extras v0.2.0
24652026-08-21T21:31:27.964Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24662026-08-21T21:31:27.984Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-08-21T21:31:28.088Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24682026-08-21T21:31:28.133Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24692026-08-21T21:31:28.178Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24702026-08-21T21:31:28.258Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24712026-08-21T21:31:28.291Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24722026-08-21T21:31:28.422Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24732026-08-21T21:31:28.938Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24742026-08-21T21:31:32.728Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24752026-08-21T21:31:40.866Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24762026-08-21T21:31:44.096Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24772026-08-21T21:31:45.150Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24782026-08-21T21:31:54.555Z Finished `release` profile [optimized] target(s) in 1m 44s
24792026-08-21T21:31:54.699Z Running `target/release/omicron-package -t test target create -p dev`
24802026-08-21T21:31:54.763ZLogging to: /work/oxidecomputer/omicron/out/LOG
24812026-08-21T21:31:54.766ZCreated new build target 'test' and set it as active
24822026-08-21T21:31:54.766Z
24832026-08-21T21:31:54.766Zreal 1:44.454861897
24842026-08-21T21:31:54.766Zuser 17:20.022887856
24852026-08-21T21:31:54.766Zsys 2:42.571674130
24862026-08-21T21:31:54.766Ztrap 0.500375166
24872026-08-21T21:31:54.766Ztflt 2.422783607
24882026-08-21T21:31:54.766Zdflt 4.774273598
24892026-08-21T21:31:54.766Zkflt 0.000586980
24902026-08-21T21:31:54.766Zlock 56:32.283942013
24912026-08-21T21:31:54.766Zslp 44:03.481609280
24922026-08-21T21:31:54.766Zlat 50.994647793
24932026-08-21T21:31:54.766Zstop 6:10.268638014
24942026-08-21T21:31:54.766Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24952026-08-21T21:31:55.660Z Finished `release` profile [optimized] target(s) in 0.88s
24962026-08-21T21:31:55.738Z Running `target/release/omicron-package -t test package`
24972026-08-21T21:31:55.796ZLogging to: /work/oxidecomputer/omicron/out/LOG
24982026-08-21T21:31:57.220Z Compiling heck v0.5.0
24992026-08-21T21:31:57.223Z Compiling regress v0.11.1
25002026-08-21T21:31:57.438Z Compiling unsafe-libyaml v0.2.11
25012026-08-21T21:31:57.474Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25022026-08-21T21:31:57.503Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25032026-08-21T21:31:57.524Z Compiling derive-where v1.6.0
25042026-08-21T21:31:57.527Z Compiling bytecount v0.6.9
25052026-08-21T21:31:57.566Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-08-21T21:31:57.570Z Compiling atomicwrites v0.4.4
25072026-08-21T21:31:57.570Z Compiling is-terminal v0.4.17
25082026-08-21T21:31:57.570Z Compiling prettyplease v0.2.37
25092026-08-21T21:31:57.570Z Compiling console v0.15.11
25102026-08-21T21:31:57.570Z Compiling newline-converter v0.3.0
25112026-08-21T21:31:57.605Z Compiling slog-dtrace v0.3.0
25122026-08-21T21:31:57.668Z Compiling resolv-conf v0.7.6
25132026-08-21T21:31:57.707Z Compiling num-rational v0.4.2
25142026-08-21T21:31:57.751Z Compiling num-complex v0.4.6
25152026-08-21T21:31:57.754Z Compiling thread_local v1.1.9
25162026-08-21T21:31:57.798Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25172026-08-21T21:31:57.844Z Compiling cancel-safe-futures v0.1.5
25182026-08-21T21:31:57.871Z Compiling match_cfg v0.1.0
25192026-08-21T21:31:57.961Z Compiling serde_yaml v0.9.34+deprecated
25202026-08-21T21:31:58.035Z Compiling expectorate v1.2.0
25212026-08-21T21:31:58.081Z Compiling compression-core v0.4.31
25222026-08-21T21:31:58.114Z Compiling unicode-width v0.1.14
25232026-08-21T21:31:58.230Z Compiling compression-codecs v0.4.37
25242026-08-21T21:31:58.259Z Compiling num v0.4.3
25252026-08-21T21:31:58.281Z Compiling hostname v0.3.1
25262026-08-21T21:31:58.325Z Compiling slog-async v2.8.0
25272026-08-21T21:31:58.345Z Compiling multer v3.1.0
25282026-08-21T21:31:58.366Z Compiling crossbeam-channel v0.5.15
25292026-08-21T21:31:58.391Z Compiling slog-json v2.6.1
25302026-08-21T21:31:58.413Z Compiling serde_spanned v1.1.1
25312026-08-21T21:31:58.454Z Compiling toml_datetime v1.1.1+spec-1.1.0
25322026-08-21T21:31:58.479Z Compiling linked-hash-map v0.5.6
25332026-08-21T21:31:58.502Z Compiling take_mut v0.2.2
25342026-08-21T21:31:58.583Z Compiling toml_writer v1.1.1+spec-1.1.0
25352026-08-21T21:31:58.614Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25362026-08-21T21:31:58.642Z Compiling term v1.2.1
25372026-08-21T21:31:58.675Z Compiling float-ord v0.3.2
25382026-08-21T21:31:58.695Z Compiling oxide-update-engine-types v0.1.2
25392026-08-21T21:31:58.714Z Compiling lru-cache v0.1.2
25402026-08-21T21:31:58.739Z Compiling slog-bunyan v2.5.0
25412026-08-21T21:31:58.739Z Compiling async-compression v0.4.41
25422026-08-21T21:31:58.782Z Compiling toml v1.1.2+spec-1.1.0
25432026-08-21T21:31:58.807Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25442026-08-21T21:31:58.926Z Compiling async-stream v0.3.6
25452026-08-21T21:31:59.098Z Compiling typify-impl v0.6.2
25462026-08-21T21:31:59.120Z Compiling slog-term v2.9.2
25472026-08-21T21:31:59.147Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25482026-08-21T21:31:59.265Z Compiling dropshot v0.17.1
25492026-08-21T21:31:59.288Z Compiling sha1 v0.11.0
25502026-08-21T21:31:59.292Z Compiling progenitor-client v0.14.0
25512026-08-21T21:31:59.331Z Compiling waitgroup v0.1.2
25522026-08-21T21:31:59.349Z Compiling rustls-pemfile v2.2.0
25532026-08-21T21:31:59.450Z Compiling backon v1.6.0
25542026-08-21T21:31:59.485Z Compiling hostname v0.4.2
25552026-08-21T21:31:59.561Z Compiling serde_path_to_error v0.1.20
25562026-08-21T21:31:59.581Z Compiling instant v0.1.13
25572026-08-21T21:31:59.625Z Compiling debug-ignore v1.0.5
25582026-08-21T21:31:59.646Z Compiling minimal-lexical v0.2.1
25592026-08-21T21:31:59.649Z Compiling linear-map v1.2.0
25602026-08-21T21:31:59.693Z Compiling progenitor-extras v0.2.0
25612026-08-21T21:31:59.722Z Compiling backoff v0.4.0
25622026-08-21T21:31:59.760Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25632026-08-21T21:31:59.919Z Compiling oxide-update-engine v0.1.2
25642026-08-21T21:31:59.922Z Compiling nom v7.1.3
25652026-08-21T21:31:59.982Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25662026-08-21T21:31:59.985Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25672026-08-21T21:31:59.985Z Compiling parse-display v0.10.0
25682026-08-21T21:32:00.046Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25692026-08-21T21:32:00.049Z Compiling hickory-proto v0.24.4
25702026-08-21T21:32:00.555Z Compiling regress v0.10.5
25712026-08-21T21:32:00.696Z Compiling itertools v0.14.0
25722026-08-21T21:32:01.198Z Compiling macaddr v1.0.1
25732026-08-21T21:32:01.292Z Compiling humantime v2.3.0
25742026-08-21T21:32:01.330Z Compiling unicode-xid v0.2.6
25752026-08-21T21:32:01.495Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25762026-08-21T21:32:01.587Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25772026-08-21T21:32:01.714Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25782026-08-21T21:32:01.818Z Compiling convert_case v0.10.0
25792026-08-21T21:32:01.943Z Compiling owo-colors v4.3.0
25802026-08-21T21:32:01.968Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25812026-08-21T21:32:01.992Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25822026-08-21T21:32:02.108Z Compiling derive_more-impl v2.1.1
25832026-08-21T21:32:02.179Z Compiling toml v0.8.23
25842026-08-21T21:32:02.562Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25852026-08-21T21:32:02.565Z Compiling typify-macro v0.6.2
25862026-08-21T21:32:02.724Z Compiling hickory-resolver v0.24.4
25872026-08-21T21:32:02.767Z Compiling papergrid v0.11.0
25882026-08-21T21:32:02.788Z Compiling tabled_derive v0.7.0
25892026-08-21T21:32:02.892Z Compiling derive_more v2.1.1
25902026-08-21T21:32:03.002Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25912026-08-21T21:32:03.271Z Compiling termtree v0.5.1
25922026-08-21T21:32:03.486Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25932026-08-21T21:32:03.507Z Compiling crossterm v0.29.0
25942026-08-21T21:32:03.733Z Compiling tabled v0.15.0
25952026-08-21T21:32:03.875Z Compiling phf_shared v0.12.1
25962026-08-21T21:32:04.151Z Compiling qorb v0.4.1
25972026-08-21T21:32:04.182Z Compiling typify v0.6.2
25982026-08-21T21:32:04.459Z Compiling progenitor-impl v0.14.0
25992026-08-21T21:32:05.077Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26002026-08-21T21:32:05.595Z Compiling csv-core v0.1.13
26012026-08-21T21:32:06.025Z Compiling vte v0.14.1
26022026-08-21T21:32:06.302Z Compiling highway v1.3.0
26032026-08-21T21:32:06.327Z Compiling chrono-tz v0.10.4
26042026-08-21T21:32:06.625Z Compiling progenitor-macro v0.14.0
26052026-08-21T21:32:07.001Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26062026-08-21T21:32:07.694Z Compiling strip-ansi-escapes v0.2.1
26072026-08-21T21:32:07.878Z Compiling csv v1.4.0
26082026-08-21T21:32:07.964Z Compiling phf v0.12.1
26092026-08-21T21:32:08.114Z Compiling const_format_proc_macros v0.2.34
26102026-08-21T21:32:08.180Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26112026-08-21T21:32:08.257Z Compiling fd-lock v4.0.4
26122026-08-21T21:32:08.289Z Compiling peg-macros v0.8.5
26132026-08-21T21:32:08.660Z Compiling nu-ansi-term v0.50.3
26142026-08-21T21:32:08.766Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26152026-08-21T21:32:08.815Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26162026-08-21T21:32:09.225Z Compiling reedline v0.40.0
26172026-08-21T21:32:09.284Z Compiling const_format v0.2.35
26182026-08-21T21:32:09.514Z Compiling peg v0.8.5
26192026-08-21T21:32:09.647Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26202026-08-21T21:32:09.796Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26212026-08-21T21:32:10.177Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26222026-08-21T21:32:10.898Z Compiling progenitor v0.14.0
26232026-08-21T21:32:10.988Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26242026-08-21T21:32:11.075Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26252026-08-21T21:32:11.097Z Compiling bcs v0.1.6
26262026-08-21T21:32:11.526Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26272026-08-21T21:32:11.730Z Compiling nom v8.0.0
26282026-08-21T21:32:11.816Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26292026-08-21T21:32:12.745Z Compiling semver v0.1.20
26302026-08-21T21:32:12.897Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26312026-08-21T21:32:13.043Z Compiling rustc_version v0.1.7
26322026-08-21T21:32:13.065Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26332026-08-21T21:32:13.162Z Compiling smawk v0.3.2
26342026-08-21T21:32:13.317Z Compiling newtype_derive v0.1.6
26352026-08-21T21:32:13.359Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26362026-08-21T21:32:13.543Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26372026-08-21T21:32:13.611Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26382026-08-21T21:32:13.647Z Compiling unicode-linebreak v0.1.5
26392026-08-21T21:32:13.956Z Compiling textwrap v0.16.2
26402026-08-21T21:32:13.982Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26412026-08-21T21:32:13.985Z Compiling steno v0.4.1
26422026-08-21T21:32:14.447Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26432026-08-21T21:32:15.518Z Compiling dropshot-api-manager-types v0.7.2
26442026-08-21T21:32:15.807Z Compiling sha1 v0.10.6
26452026-08-21T21:32:15.977Z Compiling tagptr v0.2.0
26462026-08-21T21:32:16.106Z Compiling utf-8 v0.7.6
26472026-08-21T21:32:16.165Z Compiling moka v0.12.13
26482026-08-21T21:32:16.262Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26492026-08-21T21:32:16.355Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26502026-08-21T21:32:16.388Z Compiling tungstenite v0.21.0
26512026-08-21T21:32:16.563Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26522026-08-21T21:32:16.707Z Compiling darling_core v0.21.3
26532026-08-21T21:32:16.783Z Compiling display-error-chain v0.2.2
26542026-08-21T21:32:16.957Z Compiling libscf-sys v1.2.0
26552026-08-21T21:32:17.138Z Compiling tokio-tungstenite v0.21.0
26562026-08-21T21:32:17.448Z Compiling hickory-resolver v0.25.2
26572026-08-21T21:32:17.558Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26582026-08-21T21:32:18.528Z Compiling vergen-lib v0.1.6
26592026-08-21T21:32:18.746Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26602026-08-21T21:32:18.902Z Compiling darling_macro v0.21.3
26612026-08-21T21:32:19.237Z Compiling proc-macro-error-attr2 v2.0.0
26622026-08-21T21:32:19.269Z Compiling diesel_derives v2.3.7
26632026-08-21T21:32:19.421Z Compiling darling v0.21.3
26642026-08-21T21:32:19.531Z Compiling dsl_auto_type v0.2.0
26652026-08-21T21:32:19.552Z Compiling scheduled-thread-pool v0.2.7
26662026-08-21T21:32:19.648Z Compiling proc-macro-error2 v2.0.1
26672026-08-21T21:32:19.718Z Compiling vergen-gitcl v1.0.8
26682026-08-21T21:32:19.820Z Compiling diesel_table_macro_syntax v0.3.0
26692026-08-21T21:32:19.842Z Compiling dirs-sys-next v0.1.2
26702026-08-21T21:32:19.944Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26712026-08-21T21:32:19.966Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26722026-08-21T21:32:20.043Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26732026-08-21T21:32:20.062Z Compiling crunchy v0.2.4
26742026-08-21T21:32:20.086Z Compiling glob v0.3.3
26752026-08-21T21:32:20.106Z Compiling maplit v1.0.2
26762026-08-21T21:32:20.219Z Compiling dirs-next v2.0.0
26772026-08-21T21:32:20.370Z Compiling tabled_derive v0.11.0
26782026-08-21T21:32:20.429Z Compiling r2d2 v0.8.10
26792026-08-21T21:32:20.448Z Compiling clang-sys v1.8.1
26802026-08-21T21:32:20.833Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26812026-08-21T21:32:21.076Z Compiling papergrid v0.17.0
26822026-08-21T21:32:21.401Z Compiling testing_table v0.3.0
26832026-08-21T21:32:21.499Z Compiling downcast-rs v2.0.2
26842026-08-21T21:32:21.632Z Compiling tiny-keccak v2.0.2
26852026-08-21T21:32:22.026Z Compiling term v0.7.0
26862026-08-21T21:32:22.220Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26872026-08-21T21:32:22.296Z Compiling tabled v0.20.0
26882026-08-21T21:32:22.330Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26892026-08-21T21:32:22.486Z Compiling bit-vec v0.6.3
26902026-08-21T21:32:22.532Z Compiling ascii-canvas v3.0.0
26912026-08-21T21:32:22.555Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26922026-08-21T21:32:22.665Z Compiling bit-set v0.5.3
26932026-08-21T21:32:22.792Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26942026-08-21T21:32:22.854Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26952026-08-21T21:32:22.927Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26962026-08-21T21:32:23.108Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26972026-08-21T21:32:23.146Z Compiling itertools v0.10.5
26982026-08-21T21:32:23.284Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26992026-08-21T21:32:23.439Z Compiling ena v0.14.4
27002026-08-21T21:32:23.657Z Compiling libloading v0.8.9
27012026-08-21T21:32:23.681Z Compiling diff v0.1.13
27022026-08-21T21:32:23.887Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27032026-08-21T21:32:23.935Z Compiling bindgen v0.71.1
27042026-08-21T21:32:24.077Z Compiling unicase v2.9.0
27052026-08-21T21:32:24.112Z Compiling xshell-macros v0.2.7
27062026-08-21T21:32:24.220Z Compiling regex-syntax v0.6.29
27072026-08-21T21:32:24.511Z Compiling xshell v0.2.7
27082026-08-21T21:32:24.782Z Compiling diesel v2.3.7
27092026-08-21T21:32:25.225Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27102026-08-21T21:32:25.741Z Compiling lalrpop v0.19.12
27112026-08-21T21:32:26.080Z Compiling cexpr v0.6.0
27122026-08-21T21:32:26.239Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27132026-08-21T21:32:26.455Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27142026-08-21T21:32:26.715Z Compiling rustc-hash v2.1.1
27152026-08-21T21:32:26.767Z Compiling crc8 v0.1.1
27162026-08-21T21:32:26.904Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27172026-08-21T21:32:27.027Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27182026-08-21T21:32:27.211Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27192026-08-21T21:32:27.251Z Compiling headers-core v0.3.0
27202026-08-21T21:32:27.407Z Compiling libxml v0.3.3
27212026-08-21T21:32:27.505Z Compiling headers v0.4.1
27222026-08-21T21:32:27.705Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27232026-08-21T21:32:27.728Z Compiling strum_macros v0.24.3
27242026-08-21T21:32:27.932Z Compiling indoc v1.0.9
27252026-08-21T21:32:28.233Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27262026-08-21T21:32:28.370Z Compiling derive_builder v0.20.2
27272026-08-21T21:32:28.452Z Compiling oso-derive v0.27.3
27282026-08-21T21:32:28.544Z Compiling quick-xml v0.37.5
27292026-08-21T21:32:28.951Z Compiling impl-trait-for-tuples v0.2.3
27302026-08-21T21:32:28.974Z Compiling openssl-probe v0.1.6
27312026-08-21T21:32:29.146Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27322026-08-21T21:32:29.273Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27332026-08-21T21:32:29.512Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27342026-08-21T21:32:29.587Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27352026-08-21T21:32:29.732Z Compiling bb8 v0.8.6
27362026-08-21T21:32:29.879Z Compiling trait-variant v0.1.2
27372026-08-21T21:32:29.980Z Compiling half v1.8.3
27382026-08-21T21:32:30.147Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27392026-08-21T21:32:30.168Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27402026-08-21T21:32:30.199Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27412026-08-21T21:32:30.388Z Compiling serde_cbor v0.11.2
27422026-08-21T21:32:30.432Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27432026-08-21T21:32:30.482Z Compiling progenitor-impl v0.13.0
27442026-08-21T21:32:31.200Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27452026-08-21T21:32:31.346Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27462026-08-21T21:32:31.372Z Compiling nonempty v0.12.0
27472026-08-21T21:32:31.391Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27482026-08-21T21:32:31.549Z Compiling samael v0.0.19
27492026-08-21T21:32:31.661Z Compiling progenitor-client v0.13.0
27502026-08-21T21:32:32.170Z Compiling fxhash v0.2.1
27512026-08-21T21:32:32.343Z Compiling libz-sys v1.1.24
27522026-08-21T21:32:32.394Z Compiling salty v0.3.0
27532026-08-21T21:32:32.636Z Compiling progenitor-macro v0.13.0
27542026-08-21T21:32:32.736Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27552026-08-21T21:32:32.847Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27562026-08-21T21:32:33.066Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27572026-08-21T21:32:33.115Z Compiling kstat-rs v0.2.5
27582026-08-21T21:32:33.265Z Compiling polar-core v0.27.3
27592026-08-21T21:32:33.851Z Compiling mime_guess v2.0.5
27602026-08-21T21:32:34.313Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27612026-08-21T21:32:35.073Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27622026-08-21T21:32:36.021Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27632026-08-21T21:32:36.324Z Compiling rfc6979 v0.4.0
27642026-08-21T21:32:36.397Z Compiling nanorand v0.7.0
27652026-08-21T21:32:36.508Z Compiling libgit2-sys v0.18.3+1.9.2
27662026-08-21T21:32:36.588Z Compiling parking_lot_core v0.8.6
27672026-08-21T21:32:36.761Z Compiling progenitor v0.13.0
27682026-08-21T21:32:36.783Z Compiling flume v0.11.1
27692026-08-21T21:32:36.872Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27702026-08-21T21:32:37.042Z Compiling ecdsa v0.16.9
27712026-08-21T21:32:37.211Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27722026-08-21T21:32:37.441Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27732026-08-21T21:32:37.696Z Compiling primeorder v0.13.6
27742026-08-21T21:32:37.953Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27752026-08-21T21:32:38.020Z Compiling git-stub v1.0.0
27762026-08-21T21:32:38.302Z Compiling instability v0.3.11
27772026-08-21T21:32:38.532Z Compiling http-range v0.1.5
27782026-08-21T21:32:38.627Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27792026-08-21T21:32:38.860Z Compiling strsim v0.10.0
27802026-08-21T21:32:38.941Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27812026-08-21T21:32:39.163Z Compiling darling_core v0.13.4
27822026-08-21T21:32:40.054Z Compiling git-stub-vcs v0.1.0
27832026-08-21T21:32:40.209Z Compiling p384 v0.13.1
27842026-08-21T21:32:40.837Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27852026-08-21T21:32:41.189Z Compiling ignore v0.4.25
27862026-08-21T21:32:41.227Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27872026-08-21T21:32:41.504Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-08-21T21:32:42.932Z Compiling oso v0.27.3
27892026-08-21T21:32:44.286Z Compiling diesel-dtrace v0.5.0
27902026-08-21T21:32:44.616Z Compiling async-bb8-diesel v0.2.1
27912026-08-21T21:32:45.059Z Compiling castaway v0.2.4
27922026-08-21T21:32:45.219Z Compiling vergen-git2 v9.1.0
27932026-08-21T21:32:45.416Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27942026-08-21T21:32:45.447Z Compiling indoc v2.0.7
27952026-08-21T21:32:45.603Z Compiling compact_str v0.8.1
27962026-08-21T21:32:45.716Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27972026-08-21T21:32:46.086Z Compiling globwalk v0.9.1
27982026-08-21T21:32:46.598Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27992026-08-21T21:32:46.679Z Compiling parking_lot v0.11.2
28002026-08-21T21:32:46.708Z Compiling darling_macro v0.13.4
28012026-08-21T21:32:46.821Z Compiling hyper-staticfile v0.10.1
28022026-08-21T21:32:47.205Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28032026-08-21T21:32:47.344Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28042026-08-21T21:32:47.599Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28052026-08-21T21:32:47.688Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28062026-08-21T21:32:47.873Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-08-21T21:32:47.971Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28082026-08-21T21:32:48.106Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28092026-08-21T21:32:48.217Z Compiling predicates-tree v1.0.13
28102026-08-21T21:32:48.588Z Compiling unicode-truncate v1.1.0
28112026-08-21T21:32:48.627Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28122026-08-21T21:32:48.796Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28132026-08-21T21:32:48.848Z Compiling digest-io v0.1.0
28142026-08-21T21:32:49.022Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28152026-08-21T21:32:49.482Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28162026-08-21T21:32:49.657Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28172026-08-21T21:32:49.800Z Compiling sha2 v0.11.0
28182026-08-21T21:32:49.930Z Compiling lru v0.12.5
28192026-08-21T21:32:50.164Z Compiling prefix-trie v0.7.0
28202026-08-21T21:32:50.648Z Compiling rand_seeder v0.4.0
28212026-08-21T21:32:50.897Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28222026-08-21T21:32:51.170Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28232026-08-21T21:32:51.358Z Compiling cassowary v0.3.0
28242026-08-21T21:32:51.380Z Compiling corncobs v0.1.4
28252026-08-21T21:32:51.411Z Compiling illumos-nvpair-sys v0.2.0
28262026-08-21T21:32:51.623Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28272026-08-21T21:32:51.643Z Compiling rawzip v0.4.4
28282026-08-21T21:32:52.020Z Compiling ratatui v0.29.0
28292026-08-21T21:32:52.721Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28302026-08-21T21:32:52.926Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28312026-08-21T21:32:53.580Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28322026-08-21T21:32:53.611Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28332026-08-21T21:32:53.860Z Compiling hickory-server v0.25.2
28342026-08-21T21:32:54.407Z Compiling camino-tempfile-ext v0.3.3
28352026-08-21T21:32:54.982Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28362026-08-21T21:32:56.069Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28372026-08-21T21:32:56.792Z Compiling darling v0.13.4
28382026-08-21T21:32:56.908Z Compiling sled v0.34.7
28392026-08-21T21:32:57.434Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28402026-08-21T21:32:58.086Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28412026-08-21T21:32:58.158Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28422026-08-21T21:32:58.806Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28432026-08-21T21:32:59.036Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28442026-08-21T21:32:59.263Z Compiling secrecy v0.8.0
28452026-08-21T21:32:59.399Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28462026-08-21T21:32:59.767Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28472026-08-21T21:33:00.108Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28482026-08-21T21:33:00.352Z Compiling serde_with_macros v1.5.2
28492026-08-21T21:33:00.612Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28502026-08-21T21:33:01.175Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28512026-08-21T21:33:01.375Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28522026-08-21T21:33:02.677Z Compiling git2 v0.20.4
28532026-08-21T21:33:02.697Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28542026-08-21T21:33:02.741Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28552026-08-21T21:33:02.917Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28562026-08-21T21:33:02.991Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28572026-08-21T21:33:03.144Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28582026-08-21T21:33:03.244Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28592026-08-21T21:33:03.428Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28602026-08-21T21:33:03.501Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28612026-08-21T21:33:03.699Z Compiling arc-swap v1.8.2
28622026-08-21T21:33:03.826Z Compiling void v1.0.2
28632026-08-21T21:33:04.013Z Compiling lzss v0.8.2
28642026-08-21T21:33:04.119Z Compiling slog-scope v4.4.1
28652026-08-21T21:33:04.528Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28662026-08-21T21:33:04.537Z Compiling illumos-nvpair v0.3.0
28672026-08-21T21:33:04.552Z Compiling serde_with v1.14.0
28682026-08-21T21:33:05.147Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28692026-08-21T21:33:05.558Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28702026-08-21T21:33:05.747Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28712026-08-21T21:33:05.785Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28722026-08-21T21:33:07.028Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28732026-08-21T21:33:07.735Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28742026-08-21T21:33:08.119Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28752026-08-21T21:33:08.192Z Compiling scuffle v0.1.0
28762026-08-21T21:33:10.241Z Compiling tungstenite v0.23.0
28772026-08-21T21:33:10.684Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28782026-08-21T21:33:10.733Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28792026-08-21T21:33:12.430Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28802026-08-21T21:33:12.495Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28812026-08-21T21:33:12.520Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28822026-08-21T21:33:12.628Z Compiling nix v0.27.1
28832026-08-21T21:33:12.651Z Compiling twox-hash v2.1.2
28842026-08-21T21:33:12.717Z Compiling libsw-core v0.3.2
28852026-08-21T21:33:12.768Z Compiling serde_bytes v0.11.19
28862026-08-21T21:33:12.797Z Compiling atty v0.2.14
28872026-08-21T21:33:12.946Z Compiling libsw v3.5.0
28882026-08-21T21:33:13.025Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28892026-08-21T21:33:13.073Z Compiling tokio-tungstenite v0.23.1
28902026-08-21T21:33:13.151Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28912026-08-21T21:33:13.175Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28922026-08-21T21:33:13.459Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28932026-08-21T21:33:13.805Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28942026-08-21T21:33:14.166Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28952026-08-21T21:33:14.862Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28962026-08-21T21:33:16.610Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28972026-08-21T21:33:16.683Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28982026-08-21T21:33:16.881Z Compiling slog-stdlog v4.1.1
28992026-08-21T21:33:17.225Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29002026-08-21T21:33:17.280Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29012026-08-21T21:33:17.319Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29022026-08-21T21:33:17.744Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29032026-08-21T21:33:17.982Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29042026-08-21T21:33:18.073Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29052026-08-21T21:33:19.358Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29062026-08-21T21:33:19.711Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29072026-08-21T21:33:20.271Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29082026-08-21T21:33:20.276Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29092026-08-21T21:33:22.560Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29102026-08-21T21:33:24.508Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29112026-08-21T21:33:24.741Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29122026-08-21T21:33:25.090Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29132026-08-21T21:33:25.470Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29142026-08-21T21:33:26.345Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29152026-08-21T21:33:26.570Z Compiling signal-hook-tokio v0.3.1
29162026-08-21T21:33:26.771Z Compiling fatfs v0.3.6
29172026-08-21T21:33:28.056Z Compiling yasna v0.5.2
29182026-08-21T21:33:28.101Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29192026-08-21T21:33:28.214Z Compiling seq-macro v0.3.6
29202026-08-21T21:33:28.381Z Compiling is_ci v1.2.0
29212026-08-21T21:33:28.400Z Compiling assert_matches v1.5.0
29222026-08-21T21:33:28.510Z Compiling supports-color v3.0.2
29232026-08-21T21:33:28.561Z Compiling rcgen v0.12.1
29242026-08-21T21:33:28.582Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29252026-08-21T21:33:29.318Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29262026-08-21T21:33:30.035Z Compiling slog-envlogger v2.2.0
29272026-08-21T21:33:31.162Z Compiling oxide-update-engine-display v0.1.2
29282026-08-21T21:33:31.601Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29292026-08-21T21:33:31.633Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29302026-08-21T21:33:32.128Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29312026-08-21T21:33:32.324Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29322026-08-21T21:33:32.549Z Compiling port-file v0.1.0
29332026-08-21T21:33:32.701Z Compiling rtoolbox v0.0.3
29342026-08-21T21:33:32.887Z Compiling subprocess v0.2.15
29352026-08-21T21:33:32.927Z Compiling rpassword v7.5.4
29362026-08-21T21:33:33.077Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29372026-08-21T21:33:37.355Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29382026-08-21T21:33:37.397Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29392026-08-21T21:33:37.397Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29402026-08-21T21:33:37.397Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29412026-08-21T21:33:37.397Z Compiling tui-tree-widget v0.23.1
29422026-08-21T21:33:37.581Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29432026-08-21T21:33:37.819Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29442026-08-21T21:33:38.115Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29452026-08-21T21:33:38.719Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29462026-08-21T21:33:38.816Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29472026-08-21T21:33:39.039Z Compiling uzers v0.12.2
29482026-08-21T21:33:40.309Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29492026-08-21T21:33:40.481Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29502026-08-21T21:33:41.545Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29512026-08-21T21:33:43.195Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29522026-08-21T21:33:43.402Z Compiling support-bundle-viewer v0.1.2
29532026-08-21T21:33:44.299Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29542026-08-21T21:33:45.234Z Compiling multimap v0.10.1
29552026-08-21T21:33:53.189Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29562026-08-21T21:33:58.476Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29572026-08-21T21:34:01.521Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29582026-08-21T21:34:05.864Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29592026-08-21T21:34:06.236Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29602026-08-21T21:43:41.085Z Finished `release` profile [optimized] target(s) in 11m 45s
29612026-08-21T21:43:41.095Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29622026-08-21T21:43:41.095Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29632026-08-21T21:44:32.309Z
29642026-08-21T21:44:32.309Zreal 12:37.517570066
29652026-08-21T21:44:32.309Zuser 1:22:43.538700992
29662026-08-21T21:44:32.315Zsys 3:38.134958329
29672026-08-21T21:44:32.315Ztrap 1.789560862
29682026-08-21T21:44:32.315Ztflt 1.907961161
29692026-08-21T21:44:32.315Zdflt 19.664149817
29702026-08-21T21:44:32.315Zkflt 0.009927713
29712026-08-21T21:44:32.315Zlock 9:11:53.898382356
29722026-08-21T21:44:32.315Zslp 2:26:11.113855689
29732026-08-21T21:44:32.315Zlat 2:33.302656321
29742026-08-21T21:44:32.315Zstop 5:36.076880494
29752026-08-21T21:44:32.315Z+ mapfile -t packages
29762026-08-21T21:44:32.315Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29772026-08-21T21:44:33.249Z Finished `release` profile [optimized] target(s) in 0.92s
29782026-08-21T21:44:33.319Z Running `target/release/omicron-package -t test list-outputs`
29792026-08-21T21:44:33.377ZLogging to: /work/oxidecomputer/omicron/out/LOG
29802026-08-21T21:44:33.382Z+ ptime -m cargo build --locked --release -p xtask
29812026-08-21T21:44:33.869Z Compiling libc v0.2.185
29822026-08-21T21:44:33.870Z Compiling serde_core v1.0.228
29832026-08-21T21:44:33.870Z Compiling serde v1.0.228
29842026-08-21T21:44:33.877Z Compiling rustix v1.1.3
29852026-08-21T21:44:33.877Z Compiling serde_json v1.0.151
29862026-08-21T21:44:33.877Z Compiling bitflags v2.11.0
29872026-08-21T21:44:34.013Z Compiling usdt-impl v0.5.0
29882026-08-21T21:44:34.033Z Compiling syn v2.0.117
29892026-08-21T21:44:34.044Z Compiling syn v1.0.109
29902026-08-21T21:44:34.068Z Compiling getrandom v0.4.1
29912026-08-21T21:44:34.068Z Compiling log v0.4.29
29922026-08-21T21:44:34.068Z Compiling indexmap v2.14.0
29932026-08-21T21:44:34.103Z Compiling fs-err v3.3.0
29942026-08-21T21:44:34.256Z Compiling anyhow v1.0.102
29952026-08-21T21:44:34.340Z Compiling once_cell v1.21.3
29962026-08-21T21:44:34.365Z Compiling heck v0.4.1
29972026-08-21T21:44:34.777Z Compiling thread-id v4.2.2
29982026-08-21T21:44:34.788Z Compiling errno v0.3.14
29992026-08-21T21:44:34.788Z Compiling memmap v0.7.0
30002026-08-21T21:44:35.502Z Compiling proc-macro-error v1.0.4
30012026-08-21T21:44:35.723Z Compiling terminal_size v0.4.3
30022026-08-21T21:44:35.723Z Compiling tempfile v3.25.0
30032026-08-21T21:44:35.766Z Compiling tabled_derive v0.7.0
30042026-08-21T21:44:35.872Z Compiling clap_builder v4.6.0
30052026-08-21T21:44:36.014Z Compiling textwrap v0.16.2
30062026-08-21T21:44:36.099Z Compiling camino v1.2.2
30072026-08-21T21:44:36.122Z Compiling cargo-platform v0.3.2
30082026-08-21T21:44:36.136Z Compiling semver v1.0.28
30092026-08-21T21:44:36.214Z Compiling pest_generator v2.8.6
30102026-08-21T21:44:36.473Z Compiling camino-tempfile v1.4.1
30112026-08-21T21:44:36.473Z Compiling tabled v0.15.0
30122026-08-21T21:44:36.736Z Compiling serde_derive v1.0.228
30132026-08-21T21:44:36.737Z Compiling thiserror-impl v1.0.69
30142026-08-21T21:44:36.740Z Compiling zerocopy-derive v0.7.35
30152026-08-21T21:44:36.740Z Compiling scroll_derive v0.12.1
30162026-08-21T21:44:36.741Z Compiling thiserror-impl v2.0.18
30172026-08-21T21:44:36.741Z Compiling clap_derive v4.6.1
30182026-08-21T21:44:36.804Z Compiling pest_derive v2.8.6
30192026-08-21T21:44:37.443Z Compiling scroll v0.12.0
30202026-08-21T21:44:37.531Z Compiling zerocopy v0.7.35
30212026-08-21T21:44:37.682Z Compiling goblin v0.8.2
30222026-08-21T21:44:37.880Z Compiling thiserror v1.0.69
30232026-08-21T21:44:37.997Z Compiling dtrace-parser v0.2.0
30242026-08-21T21:44:38.140Z Compiling thiserror v2.0.18
30252026-08-21T21:44:38.146Z Compiling clap v4.6.1
30262026-08-21T21:44:39.784Z Compiling dof v0.3.0
30272026-08-21T21:44:39.862Z Compiling serde_spanned v0.6.9
30282026-08-21T21:44:39.883Z Compiling toml_datetime v0.6.11
30292026-08-21T21:44:39.928Z Compiling serde_tokenstream v0.2.3
30302026-08-21T21:44:39.962Z Compiling cargo_metadata v0.23.1
30312026-08-21T21:44:39.982Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30322026-08-21T21:44:39.987Z Compiling macaddr v1.0.1
30332026-08-21T21:44:40.133Z Compiling toml_edit v0.22.27
30342026-08-21T21:44:40.600Z Compiling usdt-macro v0.5.0
30352026-08-21T21:44:40.607Z Compiling usdt-attr-macro v0.5.0
30362026-08-21T21:44:41.259Z Compiling usdt v0.5.0
30372026-08-21T21:44:41.707Z Compiling toml v0.8.23
30382026-08-21T21:44:42.162Z Compiling cargo_toml v0.21.0
30392026-08-21T21:44:48.753Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30402026-08-21T21:44:49.756Z Finished `release` profile [optimized] target(s) in 16.36s
30412026-08-21T21:44:49.896Z
30422026-08-21T21:44:49.896Zreal 16.478352470
30432026-08-21T21:44:49.896Zuser 2:05.623108221
30442026-08-21T21:44:49.896Zsys 13.684619295
30452026-08-21T21:44:49.896Ztrap 0.076383028
30462026-08-21T21:44:49.896Ztflt 0.418724495
30472026-08-21T21:44:49.901Zdflt 1.509776757
30482026-08-21T21:44:49.902Zkflt 0.000048192
30492026-08-21T21:44:49.902Zlock 4:50.653171548
30502026-08-21T21:44:49.902Zslp 2:43.218513667
30512026-08-21T21:44:49.902Zlat 4.689666485
30522026-08-21T21:44:49.902Zstop 17.058024743
30532026-08-21T21:44:49.902Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30542026-08-21T21:44:49.902Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30552026-08-21T21:44:49.902Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30562026-08-21T21:44:49.902Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30572026-08-21T21:44:49.902Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30582026-08-21T21:44:50.840Z Compiling match_cfg v0.1.0
30592026-08-21T21:44:50.840Z Compiling progenitor-client v0.14.0
30602026-08-21T21:44:50.840Z Compiling slog-json v2.6.1
30612026-08-21T21:44:50.840Z Compiling newtype-uuid-macros v0.1.0
30622026-08-21T21:44:50.844Z Compiling sha1 v0.11.0
30632026-08-21T21:44:50.844Z Compiling multer v3.1.0
30642026-08-21T21:44:50.987Z Compiling compression-core v0.4.31
30652026-08-21T21:44:51.003Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30662026-08-21T21:44:51.045Z Compiling debug-ignore v1.0.5
30672026-08-21T21:44:51.060Z Compiling async-stream-impl v0.3.6
30682026-08-21T21:44:51.063Z Compiling toml_datetime v1.1.1+spec-1.1.0
30692026-08-21T21:44:51.063Z Compiling serde_spanned v1.1.1
30702026-08-21T21:44:51.063Z Compiling dropshot v0.17.1
30712026-08-21T21:44:51.063Z Compiling toml_writer v1.1.1+spec-1.1.0
30722026-08-21T21:44:51.083Z Compiling waitgroup v0.1.2
30732026-08-21T21:44:51.087Z Compiling rustls-pemfile v2.2.0
30742026-08-21T21:44:51.173Z Compiling hostname v0.3.1
30752026-08-21T21:44:51.188Z Compiling compression-codecs v0.4.37
30762026-08-21T21:44:51.286Z Compiling slog-bunyan v2.5.0
30772026-08-21T21:44:51.336Z Compiling dropshot_endpoint v0.17.1
30782026-08-21T21:44:51.340Z Compiling serde_path_to_error v0.1.20
30792026-08-21T21:44:51.340Z Compiling hostname v0.4.2
30802026-08-21T21:44:51.340Z Compiling atomicwrites v0.4.4
30812026-08-21T21:44:51.340Z Compiling macaddr v1.0.1
30822026-08-21T21:44:51.340Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30832026-08-21T21:44:51.384Z Compiling instant v0.1.13
30842026-08-21T21:44:51.472Z Compiling toml v1.1.2+spec-1.1.0
30852026-08-21T21:44:51.472Z Compiling async-compression v0.4.41
30862026-08-21T21:44:51.517Z Compiling itertools v0.14.0
30872026-08-21T21:44:51.550Z Compiling regress v0.10.5
30882026-08-21T21:44:51.572Z Compiling parse-display-derive v0.10.0
30892026-08-21T21:44:51.612Z Compiling backon v1.6.0
30902026-08-21T21:44:51.615Z Compiling backoff v0.4.0
30912026-08-21T21:44:51.652Z Compiling humantime v2.3.0
30922026-08-21T21:44:51.690Z Compiling half v2.7.1
30932026-08-21T21:44:51.713Z Compiling ciborium-io v0.2.2
30942026-08-21T21:44:51.771Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30952026-08-21T21:44:51.816Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30962026-08-21T21:44:51.838Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30972026-08-21T21:44:51.841Z Compiling progenitor-extras v0.2.0
30982026-08-21T21:44:51.841Z Compiling crucible-workspace-hack v0.1.0
30992026-08-21T21:44:51.886Z Compiling regress v0.11.1
31002026-08-21T21:44:51.886Z Compiling convert_case v0.4.0
31012026-08-21T21:44:51.924Z Compiling async-stream v0.3.6
31022026-08-21T21:44:51.943Z Compiling secrecy v0.10.3
31032026-08-21T21:44:51.958Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31042026-08-21T21:44:52.003Z Compiling ciborium-ll v0.2.2
31052026-08-21T21:44:52.022Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31062026-08-21T21:44:52.115Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31072026-08-21T21:44:52.118Z Compiling inout v0.1.4
31082026-08-21T21:44:52.151Z Compiling unsafe-libyaml v0.2.11
31092026-08-21T21:44:52.187Z Compiling ciborium v0.2.2
31102026-08-21T21:44:52.210Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31112026-08-21T21:44:52.239Z Compiling thiserror-impl-no-std v2.0.2
31122026-08-21T21:44:52.256Z Compiling cipher v0.4.4
31132026-08-21T21:44:52.296Z Compiling derive_more v0.99.20
31142026-08-21T21:44:52.299Z Compiling universal-hash v0.5.1
31152026-08-21T21:44:52.397Z Compiling opaque-debug v0.3.1
31162026-08-21T21:44:52.451Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31172026-08-21T21:44:52.476Z Compiling poly1305 v0.8.0
31182026-08-21T21:44:52.493Z Compiling chacha20 v0.9.1
31192026-08-21T21:44:52.512Z Compiling blake2 v0.10.6
31202026-08-21T21:44:52.528Z Compiling aead v0.5.2
31212026-08-21T21:44:52.754Z Compiling serde_yaml v0.9.34+deprecated
31222026-08-21T21:44:52.775Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31232026-08-21T21:44:52.778Z Compiling password-hash v0.5.0
31242026-08-21T21:44:52.809Z Compiling indent_write v2.2.0
31252026-08-21T21:44:52.845Z Compiling chacha20poly1305 v0.10.1
31262026-08-21T21:44:52.902Z Compiling toml_datetime v0.7.5+spec-1.1.0
31272026-08-21T21:44:52.920Z Compiling num-derive v0.4.2
31282026-08-21T21:44:52.970Z Compiling heapless v0.8.0
31292026-08-21T21:44:53.022Z Compiling tabwriter v1.4.1
31302026-08-21T21:44:53.096Z Compiling argon2 v0.5.3
31312026-08-21T21:44:53.174Z Compiling toml_edit v0.23.10+spec-1.0.0
31322026-08-21T21:44:53.226Z Compiling ingot-macros v0.2.0
31332026-08-21T21:44:53.243Z Compiling hash32 v0.3.1
31342026-08-21T21:44:53.280Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31352026-08-21T21:44:53.350Z Compiling parse-display v0.10.0
31362026-08-21T21:44:53.424Z Compiling smoltcp v0.11.0
31372026-08-21T21:44:53.458Z Compiling typify-impl v0.6.2
31382026-08-21T21:44:53.497Z Compiling thiserror-no-std v2.0.2
31392026-08-21T21:44:53.513Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31402026-08-21T21:44:53.611Z Compiling vsss-rs v3.3.4
31412026-08-21T21:44:53.802Z Compiling proc-macro-crate v3.4.0
31422026-08-21T21:44:53.849Z Compiling cobs v0.3.0
31432026-08-21T21:44:53.881Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31442026-08-21T21:44:54.074Z Compiling colored v3.1.1
31452026-08-21T21:44:54.167Z Compiling postcard v1.1.3
31462026-08-21T21:44:54.251Z Compiling proc-macro-error v1.0.4
31472026-08-21T21:44:54.254Z Compiling rand v0.10.1
31482026-08-21T21:44:54.308Z Compiling proc-macro-crate v1.3.1
31492026-08-21T21:44:54.373Z Compiling num_enum_derive v0.7.6
31502026-08-21T21:44:54.466Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31512026-08-21T21:44:54.541Z Compiling foreign-types-macros v0.2.3
31522026-08-21T21:44:54.567Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31532026-08-21T21:44:54.594Z Compiling foreign-types-shared v0.3.1
31542026-08-21T21:44:54.716Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31552026-08-21T21:44:54.734Z Compiling rayon-core v1.13.0
31562026-08-21T21:44:54.757Z Compiling num_enum_derive v0.5.11
31572026-08-21T21:44:54.860Z Compiling crossbeam-deque v0.8.6
31582026-08-21T21:44:54.919Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31592026-08-21T21:44:54.960Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31602026-08-21T21:44:54.979Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31612026-08-21T21:44:54.994Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31622026-08-21T21:44:55.090Z Compiling cstr-argument v0.1.2
31632026-08-21T21:44:55.111Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31642026-08-21T21:44:55.198Z Compiling foreign-types v0.5.0
31652026-08-21T21:44:55.217Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31662026-08-21T21:44:55.278Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31672026-08-21T21:44:55.307Z Compiling cpubits v0.1.1
31682026-08-21T21:44:55.352Z Compiling zone_cfg_derive v0.3.1
31692026-08-21T21:44:55.401Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31702026-08-21T21:44:55.418Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31712026-08-21T21:44:55.484Z Compiling num_enum v0.7.6
31722026-08-21T21:44:55.501Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31732026-08-21T21:44:55.546Z Compiling itertools v0.12.1
31742026-08-21T21:44:55.563Z Compiling rayon v1.11.0
31752026-08-21T21:44:55.582Z Compiling sigpipe v0.1.3
31762026-08-21T21:44:55.603Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31772026-08-21T21:44:55.636Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31782026-08-21T21:44:55.689Z Compiling glob v0.3.3
31792026-08-21T21:44:55.728Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31802026-08-21T21:44:55.745Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31812026-08-21T21:44:55.863Z Compiling num_enum v0.5.11
31822026-08-21T21:44:55.866Z Compiling smf v0.2.3
31832026-08-21T21:44:55.913Z Compiling whoami v1.6.1
31842026-08-21T21:44:55.947Z Compiling usdt-attr-macro v0.5.0
31852026-08-21T21:44:55.998Z Compiling gethostname v0.5.0
31862026-08-21T21:44:56.041Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31872026-08-21T21:44:56.060Z Compiling usdt-macro v0.5.0
31882026-08-21T21:44:56.110Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31892026-08-21T21:44:56.128Z Compiling num-rational v0.4.2
31902026-08-21T21:44:56.146Z Compiling pem-rfc7468 v1.0.0
31912026-08-21T21:44:56.162Z Compiling num-complex v0.4.6
31922026-08-21T21:44:56.186Z Compiling ingot-types v0.2.0
31932026-08-21T21:44:56.221Z Compiling derive-where v1.6.0
31942026-08-21T21:44:56.410Z Compiling memmap v0.7.0
31952026-08-21T21:44:56.469Z Compiling float-ord v0.3.2
31962026-08-21T21:44:56.626Z Compiling ingot v0.2.1
31972026-08-21T21:44:56.643Z Compiling num v0.4.3
31982026-08-21T21:44:56.664Z Compiling toml v0.8.23
31992026-08-21T21:44:56.680Z Compiling hmac v0.13.0
32002026-08-21T21:44:56.699Z Compiling universal-hash v0.6.1
32012026-08-21T21:44:56.742Z Compiling zone v0.3.1
32022026-08-21T21:44:56.771Z Compiling resolv-conf v0.7.6
32032026-08-21T21:44:56.856Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-08-21T21:44:56.870Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32052026-08-21T21:44:56.891Z Compiling cancel-safe-futures v0.1.5
32062026-08-21T21:44:56.908Z Compiling usdt v0.5.0
32072026-08-21T21:44:56.911Z Compiling polyval v0.7.1
32082026-08-21T21:44:57.036Z Compiling der v0.8.0
32092026-08-21T21:44:57.150Z Compiling prettyplease v0.2.37
32102026-08-21T21:44:57.189Z Compiling ghash v0.6.0
32112026-08-21T21:44:57.213Z Compiling pbkdf2 v0.13.0
32122026-08-21T21:44:57.327Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32132026-08-21T21:44:57.354Z Compiling aes v0.9.1
32142026-08-21T21:44:57.374Z Compiling crypto-bigint v0.7.5
32152026-08-21T21:44:57.421Z Compiling console v0.15.11
32162026-08-21T21:44:57.439Z Compiling hickory-proto v0.24.4
32172026-08-21T21:44:57.463Z Compiling newline-converter v0.3.0
32182026-08-21T21:44:57.483Z Compiling ctr v0.10.1
32192026-08-21T21:44:57.501Z Compiling aead v0.6.1
32202026-08-21T21:44:57.610Z Compiling sha2 v0.11.0
32212026-08-21T21:44:57.631Z Compiling oxide-update-engine-types v0.1.2
32222026-08-21T21:44:57.694Z Compiling linked-hash-map v0.5.6
32232026-08-21T21:44:57.717Z Compiling linear-map v1.2.0
32242026-08-21T21:44:57.917Z Compiling libefi-sys v0.1.0
32252026-08-21T21:44:57.939Z Compiling lru-cache v0.1.2
32262026-08-21T21:44:57.959Z Compiling aes-gcm v0.11.0
32272026-08-21T21:44:58.033Z Compiling spki v0.8.0
32282026-08-21T21:44:58.099Z Compiling expectorate v1.2.0
32292026-08-21T21:44:58.117Z Compiling typify-macro v0.6.2
32302026-08-21T21:44:58.187Z Compiling salsa20 v0.11.0
32312026-08-21T21:44:58.294Z Compiling bitfield-struct v0.6.2
32322026-08-21T21:44:58.311Z Compiling nom v8.0.0
32332026-08-21T21:44:58.341Z Compiling semver v0.1.20
32342026-08-21T21:44:58.371Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32352026-08-21T21:44:58.491Z Compiling scrypt v0.12.0
32362026-08-21T21:44:58.583Z Compiling rustc_version v0.1.7
32372026-08-21T21:44:58.668Z Compiling oxide-update-engine v0.1.2
32382026-08-21T21:44:58.837Z Compiling tokio-dtrace v0.1.1
32392026-08-21T21:44:58.855Z Compiling cbc v0.2.1
32402026-08-21T21:44:58.885Z Compiling slog-dtrace v0.3.0
32412026-08-21T21:44:58.998Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32422026-08-21T21:44:59.046Z Compiling minimal-lexical v0.2.1
32432026-08-21T21:44:59.065Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32442026-08-21T21:44:59.144Z Compiling oxide-tokio-rt v0.1.4
32452026-08-21T21:44:59.168Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32462026-08-21T21:44:59.186Z Compiling pkcs5 v0.8.1
32472026-08-21T21:44:59.205Z Compiling newtype_derive v0.1.6
32482026-08-21T21:44:59.228Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-08-21T21:44:59.340Z Compiling nom v7.1.3
32502026-08-21T21:44:59.370Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32512026-08-21T21:44:59.412Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32522026-08-21T21:44:59.434Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32532026-08-21T21:44:59.452Z Compiling phf_shared v0.12.1
32542026-08-21T21:44:59.478Z Compiling dropshot-api-manager-types v0.7.2
32552026-08-21T21:44:59.495Z Compiling csv-core v0.1.13
32562026-08-21T21:44:59.533Z Compiling chrono-tz v0.10.4
32572026-08-21T21:44:59.657Z Compiling hickory-resolver v0.24.4
32582026-08-21T21:44:59.738Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32592026-08-21T21:44:59.758Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32602026-08-21T21:44:59.779Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32612026-08-21T21:44:59.782Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32622026-08-21T21:44:59.831Z Compiling highway v1.3.0
32632026-08-21T21:44:59.835Z Compiling unicode-xid v0.2.6
32642026-08-21T21:44:59.969Z Compiling typify v0.6.2
32652026-08-21T21:45:00.004Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32662026-08-21T21:45:00.022Z Compiling xshell-macros v0.2.7
32672026-08-21T21:45:00.042Z Compiling const_format_proc_macros v0.2.34
32682026-08-21T21:45:00.095Z Compiling progenitor-impl v0.14.0
32692026-08-21T21:45:00.136Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32702026-08-21T21:45:00.228Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32712026-08-21T21:45:00.445Z Compiling xshell v0.2.7
32722026-08-21T21:45:00.658Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32732026-08-21T21:45:00.696Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32742026-08-21T21:45:00.743Z Compiling qorb v0.4.1
32752026-08-21T21:45:00.776Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32762026-08-21T21:45:00.798Z Compiling csv v1.4.0
32772026-08-21T21:45:00.911Z Compiling phf v0.12.1
32782026-08-21T21:45:00.972Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32792026-08-21T21:45:01.091Z Compiling pkcs8 v0.11.0
32802026-08-21T21:45:01.296Z Compiling ff v0.14.0
32812026-08-21T21:45:01.314Z Compiling owo-colors v4.3.0
32822026-08-21T21:45:01.473Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32832026-08-21T21:45:01.511Z Compiling const_format v0.2.35
32842026-08-21T21:45:01.632Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32852026-08-21T21:45:01.722Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32862026-08-21T21:45:01.892Z Compiling tabled_derive v0.7.0
32872026-08-21T21:45:01.909Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32882026-08-21T21:45:01.963Z Compiling bcs v0.1.6
32892026-08-21T21:45:02.006Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-08-21T21:45:02.062Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32912026-08-21T21:45:02.396Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32922026-08-21T21:45:02.422Z Compiling salty v0.3.0
32932026-08-21T21:45:02.671Z Compiling tagptr v0.2.0
32942026-08-21T21:45:02.701Z Compiling termtree v0.5.1
32952026-08-21T21:45:02.835Z Compiling progenitor-macro v0.14.0
32962026-08-21T21:45:02.859Z Compiling moka v0.12.13
32972026-08-21T21:45:02.878Z Compiling textwrap v0.16.2
32982026-08-21T21:45:02.899Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32992026-08-21T21:45:02.951Z Compiling steno v0.4.1
33002026-08-21T21:45:02.954Z Compiling group v0.14.0
33012026-08-21T21:45:02.954Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33022026-08-21T21:45:03.001Z Compiling tabled v0.15.0
33032026-08-21T21:45:03.158Z Compiling sha1 v0.10.6
33042026-08-21T21:45:03.177Z Compiling signature v3.0.0
33052026-08-21T21:45:03.181Z Compiling base16ct v1.0.0
33062026-08-21T21:45:03.379Z Compiling sec1 v0.8.1
33072026-08-21T21:45:03.420Z Compiling hkdf v0.13.0
33082026-08-21T21:45:03.434Z Compiling libscf-sys v1.2.0
33092026-08-21T21:45:03.584Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33102026-08-21T21:45:03.606Z Compiling hickory-resolver v0.25.2
33112026-08-21T21:45:03.624Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33122026-08-21T21:45:03.702Z Compiling rfc6979 v0.4.0
33132026-08-21T21:45:03.720Z Compiling proc-macro-error-attr2 v2.0.0
33142026-08-21T21:45:03.723Z Compiling elliptic-curve v0.14.1
33152026-08-21T21:45:03.849Z Compiling ecdsa v0.16.9
33162026-08-21T21:45:03.861Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33172026-08-21T21:45:03.889Z Compiling primeorder v0.13.6
33182026-08-21T21:45:04.161Z Compiling proc-macro-error2 v2.0.1
33192026-08-21T21:45:04.177Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33202026-08-21T21:45:04.220Z Compiling parking_lot_core v0.8.6
33212026-08-21T21:45:04.274Z Compiling utf-8 v0.7.6
33222026-08-21T21:45:04.309Z Compiling p384 v0.13.1
33232026-08-21T21:45:04.429Z Compiling tungstenite v0.21.0
33242026-08-21T21:45:04.485Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33252026-08-21T21:45:04.518Z Compiling tabled_derive v0.11.0
33262026-08-21T21:45:04.539Z Compiling wnaf v0.14.0
33272026-08-21T21:45:04.754Z Compiling primefield v0.14.0
33282026-08-21T21:45:04.880Z Compiling rfc6979 v0.6.0
33292026-08-21T21:45:04.896Z Compiling papergrid v0.17.0
33302026-08-21T21:45:05.016Z Compiling testing_table v0.3.0
33312026-08-21T21:45:05.062Z Compiling git-stub v1.0.0
33322026-08-21T21:45:05.210Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33332026-08-21T21:45:05.285Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33342026-08-21T21:45:05.355Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33352026-08-21T21:45:05.383Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33362026-08-21T21:45:05.410Z Compiling git-stub-vcs v0.1.0
33372026-08-21T21:45:05.508Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33382026-08-21T21:45:05.527Z Compiling ecdsa v0.17.0
33392026-08-21T21:45:05.598Z Compiling primeorder v0.14.0
33402026-08-21T21:45:05.614Z Compiling tokio-tungstenite v0.21.0
33412026-08-21T21:45:05.720Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-08-21T21:45:05.804Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33432026-08-21T21:45:05.901Z Compiling tabled v0.20.0
33442026-08-21T21:45:05.969Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33452026-08-21T21:45:05.973Z Compiling curve25519-dalek v5.0.0
33462026-08-21T21:45:06.007Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33472026-08-21T21:45:06.026Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33482026-08-21T21:45:06.030Z Compiling illumos-nvpair-sys v0.2.0
33492026-08-21T21:45:06.252Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33502026-08-21T21:45:06.270Z Compiling corncobs v0.1.4
33512026-08-21T21:45:06.285Z Compiling unicase v2.9.0
33522026-08-21T21:45:06.342Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33532026-08-21T21:45:06.358Z Compiling parking_lot v0.11.2
33542026-08-21T21:45:06.377Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33552026-08-21T21:45:06.471Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33562026-08-21T21:45:06.517Z Compiling mime_guess v2.0.5
33572026-08-21T21:45:06.555Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-08-21T21:45:06.665Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33592026-08-21T21:45:06.810Z Compiling progenitor-impl v0.13.0
33602026-08-21T21:45:06.815Z Compiling ssh-encoding v0.3.0
33612026-08-21T21:45:06.885Z Compiling prefix-trie v0.7.0
33622026-08-21T21:45:06.932Z Compiling fxhash v0.2.1
33632026-08-21T21:45:06.932Z Compiling secrecy v0.8.0
33642026-08-21T21:45:06.993Z Compiling keccak v0.2.0
33652026-08-21T21:45:07.104Z Compiling crc8 v0.1.1
33662026-08-21T21:45:07.129Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33672026-08-21T21:45:07.198Z Compiling sled v0.34.7
33682026-08-21T21:45:07.252Z Compiling hickory-server v0.25.2
33692026-08-21T21:45:07.376Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33702026-08-21T21:45:07.394Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33712026-08-21T21:45:07.413Z Compiling ed25519 v3.0.0
33722026-08-21T21:45:07.829Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33732026-08-21T21:45:07.961Z Compiling progenitor v0.14.0
33742026-08-21T21:45:08.151Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33752026-08-21T21:45:08.214Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33762026-08-21T21:45:08.234Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33772026-08-21T21:45:08.291Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33782026-08-21T21:45:08.400Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33792026-08-21T21:45:08.507Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33802026-08-21T21:45:08.564Z Compiling crypto-primes v0.7.2
33812026-08-21T21:45:08.658Z Compiling pkcs1 v0.8.0-rc.4
33822026-08-21T21:45:08.730Z Compiling poly1305 v0.9.0
33832026-08-21T21:45:08.765Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33842026-08-21T21:45:09.078Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33852026-08-21T21:45:09.141Z Compiling progenitor-client v0.13.0
33862026-08-21T21:45:09.163Z Compiling blowfish v0.10.0
33872026-08-21T21:45:09.184Z Compiling blake2 v0.11.0-rc.6
33882026-08-21T21:45:09.444Z Compiling half v1.8.3
33892026-08-21T21:45:09.493Z Compiling http-range v0.1.5
33902026-08-21T21:45:09.511Z Compiling argon2 v0.6.0-rc.8
33912026-08-21T21:45:09.514Z Compiling bcrypt-pbkdf v0.11.0
33922026-08-21T21:45:09.545Z Compiling progenitor-macro v0.13.0
33932026-08-21T21:45:09.610Z Compiling rsa v0.10.0-rc.18
33942026-08-21T21:45:09.710Z Compiling serde_cbor v0.11.2
33952026-08-21T21:45:09.788Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33962026-08-21T21:45:09.845Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33972026-08-21T21:45:10.329Z Compiling ssh-cipher v0.3.0
33982026-08-21T21:45:10.442Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33992026-08-21T21:45:10.643Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34002026-08-21T21:45:10.756Z Compiling ed25519-dalek v3.0.0
34012026-08-21T21:45:15.486Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34022026-08-21T21:45:17.958Z Compiling illumos-nvpair v0.3.0
34032026-08-21T21:45:17.958Z Compiling sha3 v0.11.0
34042026-08-21T21:45:17.958Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34052026-08-21T21:45:17.958Z Compiling p521 v0.14.0
34062026-08-21T21:45:17.959Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34072026-08-21T21:45:17.959Z Compiling p256 v0.14.0
34082026-08-21T21:45:17.959Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34092026-08-21T21:45:17.959Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34102026-08-21T21:45:17.959Z Compiling p384 v0.14.0
34112026-08-21T21:45:17.959Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34122026-08-21T21:45:17.959Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34132026-08-21T21:45:17.959Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34142026-08-21T21:45:17.959Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-08-21T21:45:17.959Z Compiling scuffle v0.1.0
34162026-08-21T21:45:17.959Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34172026-08-21T21:45:17.959Z Compiling yasna v0.5.2
34182026-08-21T21:45:17.959Z Compiling kstat-rs v0.2.5
34192026-08-21T21:45:17.959Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34202026-08-21T21:45:17.959Z Compiling headers-core v0.3.0
34212026-08-21T21:45:17.959Z Compiling kem v0.3.0
34222026-08-21T21:45:17.959Z Compiling module-lattice v0.2.3
34232026-08-21T21:45:17.959Z Compiling nanorand v0.7.0
34242026-08-21T21:45:17.959Z Compiling sponge-cursor v0.1.0
34252026-08-21T21:45:17.959Z Compiling headers v0.4.1
34262026-08-21T21:45:17.959Z Compiling rcgen v0.12.1
34272026-08-21T21:45:17.959Z Compiling sha3 v0.12.0
34282026-08-21T21:45:17.959Z Compiling flume v0.11.1
34292026-08-21T21:45:17.959Z Compiling ml-kem v0.3.2
34302026-08-21T21:45:17.959Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34312026-08-21T21:45:17.959Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34322026-08-21T21:45:17.959Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34332026-08-21T21:45:17.959Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34342026-08-21T21:45:17.960Z Compiling ssh-key v0.7.0-rc.11
34352026-08-21T21:45:17.960Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34362026-08-21T21:45:17.961Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34372026-08-21T21:45:17.961Z Compiling hyper-staticfile v0.10.1
34382026-08-21T21:45:17.961Z Compiling progenitor v0.13.0
34392026-08-21T21:45:17.961Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34402026-08-21T21:45:17.961Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34412026-08-21T21:45:17.961Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34422026-08-21T21:45:17.961Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34432026-08-21T21:45:17.961Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34442026-08-21T21:45:17.961Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34452026-08-21T21:45:17.961Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34462026-08-21T21:45:17.961Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34472026-08-21T21:45:17.961Z Compiling russh-cryptovec v0.62.0
34482026-08-21T21:45:17.961Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34492026-08-21T21:45:17.961Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34502026-08-21T21:45:17.961Z Compiling internal-russh-num-bigint v0.5.0
34512026-08-21T21:45:17.961Z Compiling port-file v0.1.0
34522026-08-21T21:45:18.455Z Compiling num-bigint v0.4.6
34532026-08-21T21:45:18.455Z Compiling generic-array v1.4.3
34542026-08-21T21:45:18.455Z Compiling russh-util v0.52.0
34552026-08-21T21:45:18.455Z Compiling enum_dispatch v0.3.13
34562026-08-21T21:45:18.455Z Compiling delegate v0.13.5
34572026-08-21T21:45:18.456Z Compiling subprocess v0.2.15
34582026-08-21T21:45:18.456Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34592026-08-21T21:45:18.456Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34602026-08-21T21:45:18.456Z Compiling hex-literal v1.1.0
34612026-08-21T21:45:18.456Z Compiling display-error-chain v0.2.2
34622026-08-21T21:45:18.456Z Compiling md5 v0.8.0
34632026-08-21T21:45:18.456Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34642026-08-21T21:45:18.456Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34652026-08-21T21:45:18.456Z Compiling colored v2.2.0
34662026-08-21T21:45:18.456Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34672026-08-21T21:45:18.456Z Compiling socket2 v0.5.10
34682026-08-21T21:45:18.456Z Compiling russh v0.62.4
34692026-08-21T21:45:18.456Z Compiling internet-checksum v0.2.1
34702026-08-21T21:45:18.456Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34712026-08-21T21:45:18.456Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34722026-08-21T21:45:18.456Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34732026-08-21T21:45:19.839Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34742026-08-21T21:45:20.553Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34752026-08-21T21:45:21.103Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34762026-08-21T21:45:22.705Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34772026-08-21T21:45:31.460Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34782026-08-21T21:45:31.460Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34792026-08-21T21:45:31.460Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34802026-08-21T21:45:31.465Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34812026-08-21T21:45:33.265Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34822026-08-21T21:45:33.323Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34832026-08-21T21:45:37.398Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34842026-08-21T21:46:17.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34852026-08-21T21:46:17.530Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34862026-08-21T21:46:17.530Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34872026-08-21T21:46:17.747Z
34882026-08-21T21:46:17.747Zreal 1:27.775281446
34892026-08-21T21:46:17.747Zuser 8:24.651943109
34902026-08-21T21:46:17.747Zsys 1:40.691948267
34912026-08-21T21:46:17.747Ztrap 0.240173481
34922026-08-21T21:46:17.747Ztflt 0.259923053
34932026-08-21T21:46:17.755Zdflt 2.000040685
34942026-08-21T21:46:17.755Zkflt 0.000228947
34952026-08-21T21:46:17.755Zlock 31:02.607533208
34962026-08-21T21:46:17.755Zslp 19:01.744023200
34972026-08-21T21:46:17.755Zlat 39.499668761
34982026-08-21T21:46:17.755Zstop 2:58.424025047
34992026-08-21T21:46:17.755Z+ mkdir tests
35002026-08-21T21:46:17.756Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35012026-08-21T21:46:17.756Z+ xargs -I '{}' -t cp '{}' tests/
35022026-08-21T21:46:17.767Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1335160514af616c tests/
35032026-08-21T21:46:17.787Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8d5b6660c2f1bec4 tests/
35042026-08-21T21:46:17.809Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-23ef3dc43cbb5332 tests/
35052026-08-21T21:46:17.831Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-39a84eab2dce3d49 tests/
35062026-08-21T21:46:18.119Z+ 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)
35072026-08-21T21:46:18.124Z+ 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-8d5b6660c2f1bec4 tests/commtest-23ef3dc43cbb5332 tests/dhcp_server-1335160514af616c tests/end_to_end_tests-39a84eab2dce3d49 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
35082026-08-21T21:47:47.153ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35092026-08-21T21:47:47.153Za .github/buildomat/ci-env.sh 1K
35102026-08-21T21:47:47.153Za out/target/test 1K
35112026-08-21T21:47:47.154Za out/npuzone/npuzone 27402K
35122026-08-21T21:47:47.154Za package-manifest.toml 35K
35132026-08-21T21:47:47.154Za smf/sled-agent/non-gimlet/config.toml 6K
35142026-08-21T21:47:47.154Za target/release/omicron-package 48086K
35152026-08-21T21:47:47.154Za target/release/xtask 11722K
35162026-08-21T21:47:47.154Za target/debug/bootstrap 435447K
35172026-08-21T21:47:47.154Za tests/bootstrap-8d5b6660c2f1bec4 34516K
35182026-08-21T21:47:47.154Za tests/commtest-23ef3dc43cbb5332 34517K
35192026-08-21T21:47:47.154Za tests/dhcp_server-1335160514af616c 34516K
35202026-08-21T21:47:47.154Za tests/end_to_end_tests-39a84eab2dce3d49 498437K
35212026-08-21T21:47:47.154Za tools/opte_version 1K
35222026-08-21T21:47:47.154Za tools/opte_version_override 2K
35232026-08-21T21:47:47.154Za out/clickhouse.tar.gz 327624K
35242026-08-21T21:47:47.154Za out/clickhouse_keeper.tar.gz 311617K
35252026-08-21T21:47:47.154Za out/clickhouse_server.tar.gz 327621K
35262026-08-21T21:47:47.155Za out/cockroachdb.tar.gz 168970K
35272026-08-21T21:47:47.155Za out/crucible-pantry-zone.tar.gz 41281K
35282026-08-21T21:47:47.155Za out/crucible-utils.tar 18900K
35292026-08-21T21:47:47.155Za out/crucible-zone.tar.gz 56093K
35302026-08-21T21:47:47.155Za out/external-dns.tar.gz 54276K
35312026-08-21T21:47:47.155Za out/internal-dns.tar.gz 54275K
35322026-08-21T21:47:47.155Za out/mg-ddm-gz.tar 100917K
35332026-08-21T21:47:47.155Za out/nexus.tar.gz 351970K
35342026-08-21T21:47:47.155Za out/ntp.tar.gz 34634K
35352026-08-21T21:47:47.155Za out/omicron-gateway-softnpu.tar.gz 29125K
35362026-08-21T21:47:47.155Za out/omicron-sled-agent.tar 242006K
35372026-08-21T21:47:47.155Za out/overlay.tar.gz 4K
35382026-08-21T21:47:47.155Za out/oximeter.tar.gz 71193K
35392026-08-21T21:47:47.155Za out/oxlog.tar 4066K
35402026-08-21T21:47:47.155Za out/probe.tar.gz 3037K
35412026-08-21T21:47:47.155Za out/propolis-server.tar.gz 34642K
35422026-08-21T21:47:47.155Za out/pumpkind-gz.tar 26647K
35432026-08-21T21:47:47.155Za out/switch-softnpu.tar.gz 497587K
35442026-08-21T21:47:47.158Z
35452026-08-21T21:47:47.158Zreal 1:29.031673497
35462026-08-21T21:47:47.158Zuser 1:26.102204082
35472026-08-21T21:47:47.158Zsys 4.879828771
35482026-08-21T21:47:47.158Ztrap 0.006177246
35492026-08-21T21:47:47.158Ztflt 0.000000000
35502026-08-21T21:47:47.158Zdflt 0.000000000
35512026-08-21T21:47:47.158Zkflt 0.000000000
35522026-08-21T21:47:47.159Zlock 0.000000000
35532026-08-21T21:47:47.159Zslp 1:26.029722570
35542026-08-21T21:47:47.159Zlat 1.040765215
35552026-08-21T21:47:47.159Zstop 0.000201948
35562026-08-21T21:47:47.159Zprocess exited: duration 1173875 ms, exit code 0
 
35572026-08-21T21:47:47.171Zfound 1 output files
35582026-08-21T21:47:47.171Zuploading: /work/package.tar.gz (2755688485 bytes)
35592026-08-21T21:48:22.833Zuploaded: /work/package.tar.gz