01KVTVY1NQ53RBABZMBARDVADE: 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: 01KVTVYKGCE6ZK399Q2SVW6P66

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-23T18:31:10.798Zjob assigned to worker 01KVTVYZ7DFYMDYZT5MF64X6F9 [factory aws, i-0a4ec2ba7f4b4125e] (queued for 54 s)
 
22026-06-23T18:31:18.550Zstarting task 0: "setup"
32026-06-23T18:31:18.556Z++ uname -s
42026-06-23T18:31:18.559Z+ kern=SunOS
52026-06-23T18:31:18.559Z+ build_user=build
62026-06-23T18:31:18.559Z+ build_uid=12345
72026-06-23T18:31:18.559Z+ work_dir=/work
82026-06-23T18:31:18.559Z+ input_dir=/input
92026-06-23T18:31:18.559Z+ [[ 0 == 12345 ]]
102026-06-23T18:31:18.559Z+ case "$kern" in
112026-06-23T18:31:18.559Z+ groupadd -g 12345 build
122026-06-23T18:31:18.575Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-23T18:31:20.582Z+ zfs create -o mountpoint=/work rpool/work
142026-06-23T18:31:20.653Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-23T18:31:20.657Z+ home_fs=zfs
162026-06-23T18:31:20.657Z+ [[ zfs == autofs ]]
172026-06-23T18:31:20.657Z+ mkdir -p /home/build
182026-06-23T18:31:20.660Z+ chown build:build /home/build /work
192026-06-23T18:31:22.659Z+ chmod 0700 /home/build /work
202026-06-23T18:31:22.664Zprocess exited: duration 4116 ms, exit code 0
 
212026-06-23T18:31:22.671Zstarting task 1: "rust-toolchain"
222026-06-23T18:31:22.676Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-23T18:31:22.676Z * rust toolchain channel = "1.96.0"
242026-06-23T18:31:22.676Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-23T18:31:22.676Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-23T18:31:22.676Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-23T18:31:22.676Z * rust toolchain profile = "default"
282026-06-23T18:31:22.680Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-23T18:31:22.680Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-23T18:31:22.793Zinfo: downloading installer
312026-06-23T18:31:24.318Zwarn: It looks like you have an existing rustup settings file at:
322026-06-23T18:31:24.318Zwarn: /home/build/.rustup/settings.toml
332026-06-23T18:31:24.318Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-23T18:31:24.318Zwarn: instead of the one inferred from the default host triple.
352026-06-23T18:31:24.331Zinfo: profile set to default
362026-06-23T18:31:24.331Zinfo: default host triple is x86_64-unknown-illumos
372026-06-23T18:31:24.334Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-23T18:31:24.500Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-23T18:31:24.504Zinfo: downloading 6 components
402026-06-23T18:31:40.486Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-23T18:31:40.486Z
422026-06-23T18:31:40.513Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-23T18:31:40.513Z
442026-06-23T18:31:40.513Z
452026-06-23T18:31:40.513ZRust is installed now. Great!
462026-06-23T18:31:40.513Z
472026-06-23T18:31:40.513ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-23T18:31:40.513Zenvironment variable. This has not been done automatically.
492026-06-23T18:31:40.514Z
502026-06-23T18:31:40.514ZTo configure your current shell, you need to source
512026-06-23T18:31:40.514Zthe corresponding env file under $HOME/.cargo.
522026-06-23T18:31:40.514Z
532026-06-23T18:31:40.514ZThis is usually done by running one of the following (note the leading DOT):
542026-06-23T18:31:40.517Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-23T18:31:40.517Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-23T18:31:40.517Zsource "~/.cargo/env.nu" # For nushell
572026-06-23T18:31:40.517Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-23T18:31:40.517Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-23T18:31:40.517Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-23T18:31:40.517Zwarn: no default linker (`cc`) was found in your PATH
612026-06-23T18:31:40.517Zwarn: many Rust crates require a system C toolchain to build
622026-06-23T18:31:40.617Z+ rustup --version
632026-06-23T18:31:40.624Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-23T18:31:40.624Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-23T18:31:40.646Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-23T18:31:40.649Z+ cargo --version
672026-06-23T18:31:40.657Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-23T18:31:40.660Z+ rustc --version
692026-06-23T18:31:40.681Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-23T18:31:40.685Zprocess exited: duration 18011 ms, exit code 0
 
712026-06-23T18:31:40.692Zstarting task 2: "authentication"
722026-06-23T18:31:40.713Zprocess exited: duration 22 ms, exit code 0
 
732026-06-23T18:31:40.720Zstarting task 3: "clone repository"
742026-06-23T18:31:40.724Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-23T18:31:40.727Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-23T18:31:40.762ZCloning into '/work/oxidecomputer/omicron'...
772026-06-23T18:31:51.863Z+ cd /work/oxidecomputer/omicron
782026-06-23T18:31:51.863Z+ git fetch origin 4f543d02facf6ec318ce2ad499d83b862ec721c1
792026-06-23T18:31:52.166ZFrom https://github.com/oxidecomputer/omicron
802026-06-23T18:31:52.166Z * branch 4f543d02facf6ec318ce2ad499d83b862ec721c1 -> FETCH_HEAD
812026-06-23T18:31:52.180Z+ [[ -n ixi/bump-propolis ]]
822026-06-23T18:31:52.184Z++ git branch --show-current
832026-06-23T18:31:52.184Z+ current=main
842026-06-23T18:31:52.184Z+ [[ main != ixi/bump-propolis ]]
852026-06-23T18:31:52.184Z+ git branch -f ixi/bump-propolis 4f543d02facf6ec318ce2ad499d83b862ec721c1
862026-06-23T18:31:52.188Z+ git checkout -f ixi/bump-propolis
872026-06-23T18:31:52.433ZSwitched to branch 'ixi/bump-propolis'
882026-06-23T18:31:52.436Z+ git reset --hard 4f543d02facf6ec318ce2ad499d83b862ec721c1
892026-06-23T18:31:52.459ZHEAD is now at 4f543d02f bump Propolis
902026-06-23T18:31:52.463Zprocess exited: duration 11739 ms, exit code 0
 
912026-06-23T18:31:52.470Zstarting task 4: "build"
922026-06-23T18:31:52.476Z+ source .github/buildomat/ci-env.sh
932026-06-23T18:31:52.476Z++ export CARGO_TERM_COLOR=always
942026-06-23T18:31:52.476Z++ CARGO_TERM_COLOR=always
952026-06-23T18:31:52.476Z+ cargo --version
962026-06-23T18:31:52.486Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-23T18:31:52.489Z+ rustc --version
982026-06-23T18:31:52.509Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-23T18:31:52.512Z+ WORK=/work
1002026-06-23T18:31:52.512Z+ pfexec mkdir -p /work
1012026-06-23T18:31:52.515Z+ pfexec chown build /work
1022026-06-23T18:31:52.518Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-23T18:31:54.179Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-23T18:31:54.269Z Startup: Caching catalogs ... Done
1052026-06-23T18:31:54.703ZPlanning: Solver setup ... Done (0.382s)
1062026-06-23T18:31:54.726ZPlanning: Running solver ... Done (0.023s)
1072026-06-23T18:31:54.738ZPlanning: Finding local manifests ... Done (0.004s)
1082026-06-23T18:31:54.760ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-23T18:31:54.797ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-23T18:31:54.813ZPlanning: Package planning ... Done (0.015s)
1112026-06-23T18:31:54.816ZPlanning: Merging actions ... Done (0.001s)
1122026-06-23T18:31:54.984ZPlanning: Checking for conflicting actions ... Done (0.170s)
1132026-06-23T18:31:54.988ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-23T18:31:55.829ZPlanning: Evaluating mediators ... Done (0.843s)
1152026-06-23T18:31:55.832ZPlanning: Planning completed in 1.53 seconds
1162026-06-23T18:31:55.839Z Packages to install: 2
1172026-06-23T18:31:55.839Z Estimated space available: 156.06 GB
1182026-06-23T18:31:55.839ZEstimated space to be consumed: 28.17 MB
1192026-06-23T18:31:55.839Z Create boot environment: No
1202026-06-23T18:31:55.839ZCreate backup boot environment: No
1212026-06-23T18:31:55.839Z Rebuild boot archive: No
1222026-06-23T18:31:55.842Z
1232026-06-23T18:31:55.842ZChanged packages:
1242026-06-23T18:31:55.842Zhelios
1252026-06-23T18:31:55.842Z developer/build-essential
1262026-06-23T18:31:55.842Z None -> 11-3.0
1272026-06-23T18:31:55.842Z library/libxmlsec1
1282026-06-23T18:31:55.842Z None -> 1.2.35-3.0
1292026-06-23T18:31:55.865Z
1302026-06-23T18:31:55.865ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-23T18:31:57.551ZDownload: Completed 1.28 MB in 1.69 seconds (777k/s)
1322026-06-23T18:31:57.633Z Actions: 1/268 actions (Installing new actions)
1332026-06-23T18:31:57.672Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-23T18:31:57.683ZFinalize: Updating package state database ... Done (0.010s)
1352026-06-23T18:31:57.683ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-23T18:31:57.709ZFinalize: Updating image state ... Done (0.025s)
1372026-06-23T18:32:00.354ZFinalize: Creating fast lookup database ... Done (2.621s)
1382026-06-23T18:32:00.425ZFinalize: Reading search index ... Done (0.013s)
1392026-06-23T18:32:00.430ZFinalize: Updating search index ... Done (0.000s)
1402026-06-23T18:32:00.512ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-23T18:32:00.833ZPlanning: Evaluating mediator changes ... Done
1422026-06-23T18:32:00.938ZPlanning: Checking for conflicting actions ... Done
1432026-06-23T18:32:00.941ZPlanning: Consolidating action changes ... Done
1442026-06-23T18:32:01.095ZPlanning: Evaluating mediators ... Done
1452026-06-23T18:32:01.098ZPlanning: Planning completed in 0.26 seconds
1462026-06-23T18:32:01.119Z Mediators to change: 2
1472026-06-23T18:32:01.119Z Create boot environment: No
1482026-06-23T18:32:01.119ZCreate backup boot environment: No
1492026-06-23T18:32:01.178ZFinalize: Updating package state database ... Done
1502026-06-23T18:32:01.178ZFinalize: Updating package cache ... Done
1512026-06-23T18:32:01.190ZFinalize: Updating image state ... Done
1522026-06-23T18:32:03.130ZFinalize: Creating fast lookup database ... Done
1532026-06-23T18:32:03.193ZFinalize: Reading search index ... Done
1542026-06-23T18:32:03.197ZFinalize: Updating search index ... Done
1552026-06-23T18:32:03.263ZFinalize: Updating package cache ... Done
1562026-06-23T18:32:03.553ZPlanning: Evaluating mediator changes ... Done
1572026-06-23T18:32:03.658ZPlanning: Checking for conflicting actions ... Done
1582026-06-23T18:32:03.662ZPlanning: Consolidating action changes ... Done
1592026-06-23T18:32:03.818ZPlanning: Evaluating mediators ... Done
1602026-06-23T18:32:03.822ZPlanning: Planning completed in 0.27 seconds
1612026-06-23T18:32:03.842Z Mediators to change: 1
1622026-06-23T18:32:03.842Z Create boot environment: No
1632026-06-23T18:32:03.842ZCreate backup boot environment: No
1642026-06-23T18:32:03.886ZFinalize: Updating package state database ... Done
1652026-06-23T18:32:03.886ZFinalize: Updating package cache ... Done
1662026-06-23T18:32:03.904ZFinalize: Updating image state ... Done
1672026-06-23T18:32:05.892ZFinalize: Creating fast lookup database ... Done
1682026-06-23T18:32:05.956ZFinalize: Reading search index ... Done
1692026-06-23T18:32:05.960ZFinalize: Updating search index ... Done
1702026-06-23T18:32:06.031ZFinalize: Updating package cache ... Done
1712026-06-23T18:32:06.347ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-23T18:32:06.347Zapache system 2.4 system
1732026-06-23T18:32:06.347Zclang system 15 system
1742026-06-23T18:32:06.347Zcsh system system illumos
1752026-06-23T18:32:06.347Zctags system system illumos
1762026-06-23T18:32:06.347Zfile vendor vendor darwinsys
1772026-06-23T18:32:06.347Zfile system system illumos
1782026-06-23T18:32:06.347Zgcc vendor 14 vendor
1792026-06-23T18:32:06.347Zgcc system 13 system
1802026-06-23T18:32:06.347Zgcc system 10 system
1812026-06-23T18:32:06.347Zgo system 1.25 system
1822026-06-23T18:32:06.347Zllvm system 15 system
1832026-06-23T18:32:06.347Zmariadb system 11.4 system
1842026-06-23T18:32:06.347Zmta vendor vendor dma
1852026-06-23T18:32:06.347Zopenjdk system 17 system
1862026-06-23T18:32:06.347Zopenjdk system 11 system
1872026-06-23T18:32:06.347Zopenssl vendor 3 vendor
1882026-06-23T18:32:06.347Zperl system 5.40 system
1892026-06-23T18:32:06.347Zpostgresql system 18 system
1902026-06-23T18:32:06.347Zpostgresql system 17 system
1912026-06-23T18:32:06.347Zpython vendor 3 vendor
1922026-06-23T18:32:06.348Zpython system 2 system
1932026-06-23T18:32:06.348Zpython3 vendor 3.13 vendor
1942026-06-23T18:32:06.348Zruby system 3.4 system
1952026-06-23T18:32:06.348Zruby system 3.0 system
1962026-06-23T18:32:06.348Zwords vendor vendor american-english
1972026-06-23T18:32:06.348Zwords system system australian-english
1982026-06-23T18:32:06.348Zwords system system british-english
1992026-06-23T18:32:06.348Zwords system system canadian-english
2002026-06-23T18:32:06.348Zwords system system french
2012026-06-23T18:32:06.348Zwords system system italian
2022026-06-23T18:32:06.348Zwords system system ngerman
2032026-06-23T18:32:06.348Zwords system system ogerman
2042026-06-23T18:32:06.348Zwords system system spanish
2052026-06-23T18:32:06.608ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-23T18:32:06.608Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-23T18:32:06.900ZFMRI IFO
2082026-06-23T18:32:06.900Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-23T18:32:06.900Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-23T18:32:06.900Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-23T18:32:06.900Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-23T18:32:06.901Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-23T18:32:06.901Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-23T18:32:06.901Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-23T18:32:06.901Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-23T18:32:06.901Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-23T18:32:07.147Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-23T18:32:07.419Z Updating crates.io index
2192026-06-23T18:32:07.422Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-23T18:32:07.663Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-23T18:32:07.975Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-23T18:32:08.267Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-23T18:32:09.199Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-23T18:32:09.679Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-23T18:32:11.191Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-23T18:32:11.897Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-23T18:32:12.126Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-23T18:32:13.413Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-23T18:32:13.674Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-23T18:32:13.973Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-23T18:32:14.210Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-23T18:32:14.620Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-23T18:32:15.071Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-23T18:32:15.341Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-23T18:32:15.563Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-23T18:32:16.080Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-23T18:32:16.389Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-23T18:32:16.634Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-23T18:32:16.870Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-23T18:32:17.138Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-23T18:32:17.788Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-23T18:32:18.112Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-23T18:32:18.352Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-23T18:32:18.856Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-23T18:32:19.180Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-23T18:32:19.493Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-23T18:32:19.750Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-23T18:32:19.990Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-23T18:32:20.403Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2502026-06-23T18:32:20.710Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-06-23T18:32:21.075Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2522026-06-23T18:32:21.286Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-06-23T18:32:21.594Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2542026-06-23T18:32:22.595Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2552026-06-23T18:32:22.609Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2562026-06-23T18:32:22.609Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2572026-06-23T18:32:22.609Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2582026-06-23T18:32:22.830Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2592026-06-23T18:32:23.043Z Updating git repository `https://github.com/illumos/smf-rs`
2602026-06-23T18:32:26.052Z Downloading crates ...
2612026-06-23T18:32:26.115Z Downloaded dof v0.3.0
2622026-06-23T18:32:26.121Z Downloaded cargo-platform v0.2.0
2632026-06-23T18:32:26.125Z Downloaded cargo-util-schemas v0.8.2
2642026-06-23T18:32:26.128Z Downloaded scroll_derive v0.12.1
2652026-06-23T18:32:26.131Z Downloaded icu_provider v2.1.1
2662026-06-23T18:32:26.131Z Downloaded camino-tempfile v1.4.1
2672026-06-23T18:32:26.149Z Downloaded zerofrom-derive v0.1.6
2682026-06-23T18:32:26.152Z Downloaded zmij v1.0.21
2692026-06-23T18:32:26.158Z Downloaded thiserror v1.0.69
2702026-06-23T18:32:26.166Z Downloaded potential_utf v0.1.4
2712026-06-23T18:32:26.169Z Downloaded version_check v0.9.5
2722026-06-23T18:32:26.169Z Downloaded itoa v1.0.17
2732026-06-23T18:32:26.169Z Downloaded unicode-xid v0.2.6
2742026-06-23T18:32:26.173Z Downloaded textwrap v0.16.2
2752026-06-23T18:32:26.176Z Downloaded toml_datetime v0.6.11
2762026-06-23T18:32:26.176Z Downloaded usdt-attr-macro v0.5.0
2772026-06-23T18:32:26.179Z Downloaded pretty-hex v0.4.1
2782026-06-23T18:32:26.179Z Downloaded dtrace-parser v0.2.0
2792026-06-23T18:32:26.182Z Downloaded is_terminal_polyfill v1.70.2
2802026-06-23T18:32:26.182Z Downloaded writeable v0.6.2
2812026-06-23T18:32:26.185Z Downloaded thiserror-impl v2.0.18
2822026-06-23T18:32:26.185Z Downloaded thiserror-impl v1.0.69
2832026-06-23T18:32:26.185Z Downloaded heck v0.4.1
2842026-06-23T18:32:26.188Z Downloaded fastrand v2.3.0
2852026-06-23T18:32:26.188Z Downloaded tinystr v0.8.2
2862026-06-23T18:32:26.188Z Downloaded zerofrom v0.1.6
2872026-06-23T18:32:26.191Z Downloaded usdt v0.5.0
2882026-06-23T18:32:26.191Z Downloaded thiserror v2.0.18
2892026-06-23T18:32:26.194Z Downloaded zerocopy-derive v0.7.35
2902026-06-23T18:32:26.197Z Downloaded crypto-common v0.1.7
2912026-06-23T18:32:26.197Z Downloaded anstyle-query v1.1.5
2922026-06-23T18:32:26.197Z Downloaded utf8_iter v1.0.4
2932026-06-23T18:32:26.197Z Downloaded generic-array v0.14.7
2942026-06-23T18:32:26.197Z Downloaded toml_write v0.1.2
2952026-06-23T18:32:26.200Z Downloaded form_urlencoded v1.2.2
2962026-06-23T18:32:26.200Z Downloaded zerovec-derive v0.11.2
2972026-06-23T18:32:26.200Z Downloaded zerovec v0.11.5
2982026-06-23T18:32:26.203Z Downloaded heck v0.5.0
2992026-06-23T18:32:26.203Z Downloaded block-buffer v0.10.4
3002026-06-23T18:32:26.206Z Downloaded utf8parse v0.2.2
3012026-06-23T18:32:26.206Z Downloaded yoke-derive v0.8.1
3022026-06-23T18:32:26.206Z Downloaded cpufeatures v0.2.17
3032026-06-23T18:32:26.209Z Downloaded idna_adapter v1.2.1
3042026-06-23T18:32:26.209Z Downloaded colorchoice v1.0.4
3052026-06-23T18:32:26.209Z Downloaded yoke v0.8.1
3062026-06-23T18:32:26.213Z Downloaded serde_spanned v0.6.9
3072026-06-23T18:32:26.216Z Downloaded stable_deref_trait v1.2.1
3082026-06-23T18:32:26.216Z Downloaded ordered-float v2.10.1
3092026-06-23T18:32:26.216Z Downloaded fnv v1.0.7
3102026-06-23T18:32:26.219Z Downloaded toml v0.8.23
3112026-06-23T18:32:26.222Z Downloaded usdt-macro v0.5.0
3122026-06-23T18:32:26.222Z Downloaded typenum v1.19.0
3132026-06-23T18:32:26.222Z Downloaded zerocopy v0.7.35
3142026-06-23T18:32:26.230Z Downloaded unicode-linebreak v0.1.5
3152026-06-23T18:32:26.233Z Downloaded typeid v1.0.3
3162026-06-23T18:32:26.233Z Downloaded terminal_size v0.4.3
3172026-06-23T18:32:26.233Z Downloaded proc-macro-error-attr v1.0.4
3182026-06-23T18:32:26.233Z Downloaded equivalent v1.0.2
3192026-06-23T18:32:26.236Z Downloaded cfg-if v1.0.4
3202026-06-23T18:32:26.236Z Downloaded smawk v0.3.2
3212026-06-23T18:32:26.236Z Downloaded serde-value v0.7.0
3222026-06-23T18:32:26.237Z Downloaded unicode-width v0.2.0
3232026-06-23T18:32:26.239Z Downloaded strsim v0.11.1
3242026-06-23T18:32:26.242Z Downloaded plain v0.2.3
3252026-06-23T18:32:26.242Z Downloaded thread-id v4.2.2
3262026-06-23T18:32:26.243Z Downloaded memmap v0.7.0
3272026-06-23T18:32:26.243Z Downloaded macaddr v1.0.1
3282026-06-23T18:32:26.243Z Downloaded errno v0.3.14
3292026-06-23T18:32:26.246Z Downloaded synstructure v0.13.2
3302026-06-23T18:32:26.249Z Downloaded quote v1.0.45
3312026-06-23T18:32:26.252Z Downloaded usdt-impl v0.5.0
3322026-06-23T18:32:26.252Z Downloaded autocfg v1.5.0
3332026-06-23T18:32:26.252Z Downloaded anstream v1.0.0
3342026-06-23T18:32:26.257Z Downloaded fs-err v3.3.0
3352026-06-23T18:32:26.260Z Downloaded cargo_toml v0.21.0
3362026-06-23T18:32:26.260Z Downloaded anstyle-parse v1.0.0
3372026-06-23T18:32:26.260Z Downloaded ucd-trie v0.1.7
3382026-06-23T18:32:26.264Z Downloaded digest v0.10.7
3392026-06-23T18:32:26.267Z Downloaded serde-untagged v0.1.9
3402026-06-23T18:32:26.267Z Downloaded unicode-ident v1.0.24
3412026-06-23T18:32:26.270Z Downloaded zerotrie v0.2.3
3422026-06-23T18:32:26.272Z Downloaded toml_edit v0.22.27
3432026-06-23T18:32:26.272Z Downloaded serde_tokenstream v0.2.3
3442026-06-23T18:32:26.276Z Downloaded clap_lex v1.0.0
3452026-06-23T18:32:26.276Z Downloaded cargo_metadata v0.21.0
3462026-06-23T18:32:26.276Z Downloaded url v2.5.8
3472026-06-23T18:32:26.279Z Downloaded byteorder v1.5.0
3482026-06-23T18:32:26.279Z Downloaded bytecount v0.6.9
3492026-06-23T18:32:26.279Z Downloaded scroll v0.12.0
3502026-06-23T18:32:26.282Z Downloaded winnow v0.7.14
3512026-06-23T18:32:26.284Z Downloaded percent-encoding v2.3.2
3522026-06-23T18:32:26.287Z Downloaded tabled_derive v0.7.0
3532026-06-23T18:32:26.287Z Downloaded swrite v0.1.0
3542026-06-23T18:32:26.287Z Downloaded semver v1.0.28
3552026-06-23T18:32:26.287Z Downloaded smallvec v1.15.1
3562026-06-23T18:32:26.290Z Downloaded displaydoc v0.2.5
3572026-06-23T18:32:26.293Z Downloaded unicode-width v0.1.14
3582026-06-23T18:32:26.296Z Downloaded pest_derive v2.8.6
3592026-06-23T18:32:26.299Z Downloaded litemap v0.8.1
3602026-06-23T18:32:26.299Z Downloaded camino v1.2.2
3612026-06-23T18:32:26.299Z Downloaded bitflags v2.11.0
3622026-06-23T18:32:26.302Z Downloaded clap_derive v4.6.1
3632026-06-23T18:32:26.302Z Downloaded anstyle v1.0.14
3642026-06-23T18:32:26.306Z Downloaded erased-serde v0.4.9
3652026-06-23T18:32:26.306Z Downloaded anyhow v1.0.102
3662026-06-23T18:32:26.309Z Downloaded sha2 v0.10.9
3672026-06-23T18:32:26.313Z Downloaded tempfile v3.25.0
3682026-06-23T18:32:26.316Z Downloaded proc-macro-error v1.0.4
3692026-06-23T18:32:26.322Z Downloaded serde_core v1.0.228
3702026-06-23T18:32:26.325Z Downloaded clap v4.6.1
3712026-06-23T18:32:26.336Z Downloaded getrandom v0.4.1
3722026-06-23T18:32:26.340Z Downloaded once_cell v1.21.3
3732026-06-23T18:32:26.343Z Downloaded papergrid v0.11.0
3742026-06-23T18:32:26.346Z Downloaded pest_generator v2.8.6
3752026-06-23T18:32:26.349Z Downloaded proc-macro2 v1.0.106
3762026-06-23T18:32:26.353Z Downloaded log v0.4.29
3772026-06-23T18:32:26.360Z Downloaded icu_locale_core v2.1.1
3782026-06-23T18:32:26.365Z Downloaded num-traits v0.2.19
3792026-06-23T18:32:26.370Z Downloaded pest_meta v2.8.6
3802026-06-23T18:32:26.380Z Downloaded serde_derive v1.0.228
3812026-06-23T18:32:26.386Z Downloaded icu_properties v2.1.2
3822026-06-23T18:32:26.386Z Downloaded icu_normalizer v2.1.1
3832026-06-23T18:32:26.389Z Downloaded icu_normalizer_data v2.1.1
3842026-06-23T18:32:26.389Z Downloaded memchr v2.8.0
3852026-06-23T18:32:26.389Z Downloaded icu_collections v2.1.1
3862026-06-23T18:32:26.395Z Downloaded indexmap v2.14.0
3872026-06-23T18:32:26.405Z Downloaded serde v1.0.228
3882026-06-23T18:32:26.432Z Downloaded hashbrown v0.17.0
3892026-06-23T18:32:26.439Z Downloaded pest v2.8.6
3902026-06-23T18:32:26.442Z Downloaded idna v1.1.0
3912026-06-23T18:32:26.446Z Downloaded icu_properties_data v2.1.2
3922026-06-23T18:32:26.451Z Downloaded serde_json v1.0.149
3932026-06-23T18:32:26.455Z Downloaded clap_builder v4.6.0
3942026-06-23T18:32:26.458Z Downloaded goblin v0.8.2
3952026-06-23T18:32:26.469Z Downloaded tabled v0.15.0
3962026-06-23T18:32:26.479Z Downloaded syn v1.0.109
3972026-06-23T18:32:26.489Z Downloaded syn v2.0.117
3982026-06-23T18:32:26.511Z Downloaded rustix v1.1.3
3992026-06-23T18:32:26.533Z Downloaded libc v0.2.185
4002026-06-23T18:32:26.603Z Compiling proc-macro2 v1.0.106
4012026-06-23T18:32:26.603Z Compiling quote v1.0.45
4022026-06-23T18:32:26.603Z Compiling unicode-ident v1.0.24
4032026-06-23T18:32:26.606Z Compiling serde_core v1.0.228
4042026-06-23T18:32:26.607Z Compiling libc v0.2.185
4052026-06-23T18:32:26.607Z Compiling version_check v0.9.5
4062026-06-23T18:32:26.607Z Compiling stable_deref_trait v1.2.1
4072026-06-23T18:32:26.607Z Compiling serde v1.0.228
4082026-06-23T18:32:26.607Z Compiling memchr v2.8.0
4092026-06-23T18:32:26.607Z Compiling zmij v1.0.21
4102026-06-23T18:32:26.777Z Compiling itoa v1.0.17
4112026-06-23T18:32:26.781Z Compiling autocfg v1.5.0
4122026-06-23T18:32:26.781Z Compiling ucd-trie v0.1.7
4132026-06-23T18:32:26.781Z Compiling thiserror v1.0.69
4142026-06-23T18:32:26.781Z Compiling writeable v0.6.2
4152026-06-23T18:32:26.979Z Compiling litemap v0.8.1
4162026-06-23T18:32:26.982Z Compiling icu_properties_data v2.1.2
4172026-06-23T18:32:27.115Z Compiling rustix v1.1.3
4182026-06-23T18:32:27.271Z Compiling byteorder v1.5.0
4192026-06-23T18:32:27.289Z Compiling icu_normalizer_data v2.1.1
4202026-06-23T18:32:27.327Z Compiling pest v2.8.6
4212026-06-23T18:32:27.360Z Compiling bitflags v2.11.0
4222026-06-23T18:32:27.423Z Compiling serde_json v1.0.149
4232026-06-23T18:32:27.427Z Compiling num-traits v0.2.19
4242026-06-23T18:32:27.540Z Compiling equivalent v1.0.2
4252026-06-23T18:32:27.707Z Compiling smallvec v1.15.1
4262026-06-23T18:32:27.723Z Compiling hashbrown v0.17.0
4272026-06-23T18:32:27.761Z Compiling typeid v1.0.3
4282026-06-23T18:32:27.761Z Compiling usdt-impl v0.5.0
4292026-06-23T18:32:27.791Z Compiling proc-macro-error-attr v1.0.4
4302026-06-23T18:32:27.830Z Compiling winnow v0.7.14
4312026-06-23T18:32:27.843Z Compiling toml_write v0.1.2
4322026-06-23T18:32:27.877Z Compiling erased-serde v0.4.9
4332026-06-23T18:32:27.880Z Compiling syn v1.0.109
4342026-06-23T18:32:27.930Z Compiling proc-macro-error v1.0.4
4352026-06-23T18:32:27.951Z Compiling camino v1.2.2
4362026-06-23T18:32:27.991Z Compiling errno v0.3.14
4372026-06-23T18:32:28.014Z Compiling thread-id v4.2.2
4382026-06-23T18:32:28.159Z Compiling percent-encoding v2.3.2
4392026-06-23T18:32:28.179Z Compiling getrandom v0.4.1
4402026-06-23T18:32:28.214Z Compiling indexmap v2.14.0
4412026-06-23T18:32:28.234Z Compiling utf8parse v0.2.2
4422026-06-23T18:32:28.269Z Compiling thiserror v2.0.18
4432026-06-23T18:32:28.288Z Compiling syn v2.0.117
4442026-06-23T18:32:28.291Z Compiling log v0.4.29
4452026-06-23T18:32:28.365Z Compiling utf8_iter v1.0.4
4462026-06-23T18:32:28.365Z Compiling plain v0.2.3
4472026-06-23T18:32:28.421Z Compiling anstyle-parse v1.0.0
4482026-06-23T18:32:28.502Z Compiling pest_meta v2.8.6
4492026-06-23T18:32:28.535Z Compiling form_urlencoded v1.2.2
4502026-06-23T18:32:28.624Z Compiling ordered-float v2.10.1
4512026-06-23T18:32:28.724Z Compiling is_terminal_polyfill v1.70.2
4522026-06-23T18:32:28.724Z Compiling cfg-if v1.0.4
4532026-06-23T18:32:28.761Z Compiling anstyle-query v1.1.5
4542026-06-23T18:32:28.765Z Compiling colorchoice v1.0.4
4552026-06-23T18:32:28.809Z Compiling anstyle v1.0.14
4562026-06-23T18:32:28.855Z Compiling pretty-hex v0.4.1
4572026-06-23T18:32:28.909Z Compiling fs-err v3.3.0
4582026-06-23T18:32:28.944Z Compiling fnv v1.0.7
4592026-06-23T18:32:28.947Z Compiling unicode-xid v0.2.6
4602026-06-23T18:32:28.995Z Compiling terminal_size v0.4.3
4612026-06-23T18:32:29.012Z Compiling anstream v1.0.0
4622026-06-23T18:32:29.052Z Compiling anyhow v1.0.102
4632026-06-23T18:32:29.070Z Compiling strsim v0.11.1
4642026-06-23T18:32:29.091Z Compiling once_cell v1.21.3
4652026-06-23T18:32:29.110Z Compiling unicode-width v0.1.14
4662026-06-23T18:32:29.110Z Compiling heck v0.4.1
4672026-06-23T18:32:29.143Z Compiling fastrand v2.3.0
4682026-06-23T18:32:29.162Z Compiling bytecount v0.6.9
4692026-06-23T18:32:29.268Z Compiling heck v0.5.0
4702026-06-23T18:32:29.316Z Compiling clap_lex v1.0.0
4712026-06-23T18:32:29.339Z Compiling papergrid v0.11.0
4722026-06-23T18:32:29.431Z Compiling semver v1.0.28
4732026-06-23T18:32:29.467Z Compiling tempfile v3.25.0
4742026-06-23T18:32:29.556Z Compiling clap_builder v4.6.0
4752026-06-23T18:32:29.589Z Compiling memmap v0.7.0
4762026-06-23T18:32:29.674Z Compiling unicode-linebreak v0.1.5
4772026-06-23T18:32:29.691Z Compiling unicode-width v0.2.0
4782026-06-23T18:32:29.773Z Compiling smawk v0.3.2
4792026-06-23T18:32:29.791Z Compiling serde-untagged v0.1.9
4802026-06-23T18:32:29.865Z Compiling camino-tempfile v1.4.1
4812026-06-23T18:32:29.884Z Compiling swrite v0.1.0
4822026-06-23T18:32:29.928Z Compiling textwrap v0.16.2
4832026-06-23T18:32:29.945Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-06-23T18:32:30.238Z Compiling tabled_derive v0.7.0
4852026-06-23T18:32:30.904Z Compiling synstructure v0.13.2
4862026-06-23T18:32:30.904Z Compiling pest_generator v2.8.6
4872026-06-23T18:32:30.942Z Compiling tabled v0.15.0
4882026-06-23T18:32:31.497Z Compiling serde_derive v1.0.228
4892026-06-23T18:32:31.497Z Compiling zerofrom-derive v0.1.6
4902026-06-23T18:32:31.500Z Compiling yoke-derive v0.8.1
4912026-06-23T18:32:31.500Z Compiling zerovec-derive v0.11.2
4922026-06-23T18:32:31.500Z Compiling displaydoc v0.2.5
4932026-06-23T18:32:31.500Z Compiling thiserror-impl v1.0.69
4942026-06-23T18:32:31.500Z Compiling zerocopy-derive v0.7.35
4952026-06-23T18:32:31.500Z Compiling pest_derive v2.8.6
4962026-06-23T18:32:31.500Z Compiling scroll_derive v0.12.1
4972026-06-23T18:32:31.500Z Compiling thiserror-impl v2.0.18
4982026-06-23T18:32:31.512Z Compiling clap_derive v4.6.1
4992026-06-23T18:32:32.142Z Compiling scroll v0.12.0
5002026-06-23T18:32:32.359Z Compiling zerocopy v0.7.35
5012026-06-23T18:32:32.377Z Compiling goblin v0.8.2
5022026-06-23T18:32:32.673Z Compiling zerofrom v0.1.6
5032026-06-23T18:32:32.698Z Compiling dtrace-parser v0.2.0
5042026-06-23T18:32:32.781Z Compiling yoke v0.8.1
5052026-06-23T18:32:32.934Z Compiling zerovec v0.11.5
5062026-06-23T18:32:32.934Z Compiling zerotrie v0.2.3
5072026-06-23T18:32:32.967Z Compiling clap v4.6.1
5082026-06-23T18:32:33.364Z Compiling tinystr v0.8.2
5092026-06-23T18:32:33.364Z Compiling potential_utf v0.1.4
5102026-06-23T18:32:33.488Z Compiling icu_collections v2.1.1
5112026-06-23T18:32:33.517Z Compiling icu_locale_core v2.1.1
5122026-06-23T18:32:34.031Z Compiling toml_datetime v0.6.11
5132026-06-23T18:32:34.031Z Compiling serde_spanned v0.6.9
5142026-06-23T18:32:34.034Z Compiling serde-value v0.7.0
5152026-06-23T18:32:34.034Z Compiling cargo-platform v0.2.0
5162026-06-23T18:32:34.034Z Compiling macaddr v1.0.1
5172026-06-23T18:32:34.067Z Compiling dof v0.3.0
5182026-06-23T18:32:34.086Z Compiling serde_tokenstream v0.2.3
5192026-06-23T18:32:34.091Z Compiling icu_provider v2.1.1
5202026-06-23T18:32:34.204Z Compiling toml_edit v0.22.27
5212026-06-23T18:32:34.395Z Compiling icu_normalizer v2.1.1
5222026-06-23T18:32:34.400Z Compiling icu_properties v2.1.2
5232026-06-23T18:32:34.823Z Compiling usdt-macro v0.5.0
5242026-06-23T18:32:34.827Z Compiling usdt-attr-macro v0.5.0
5252026-06-23T18:32:35.199Z Compiling idna_adapter v1.2.1
5262026-06-23T18:32:35.304Z Compiling idna v1.1.0
5272026-06-23T18:32:35.410Z Compiling usdt v0.5.0
5282026-06-23T18:32:35.476Z Compiling toml v0.8.23
5292026-06-23T18:32:35.560Z Compiling url v2.5.8
5302026-06-23T18:32:35.812Z Compiling cargo_toml v0.21.0
5312026-06-23T18:32:35.959Z Compiling cargo-util-schemas v0.8.2
5322026-06-23T18:32:36.743Z Compiling cargo_metadata v0.21.0
5332026-06-23T18:32:37.678Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-23T18:32:39.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.81s
5352026-06-23T18:32:40.011Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-06-23T18:32:40.511Z Downloading crates ...
5372026-06-23T18:32:40.608Z Downloaded adler2 v2.0.1
5382026-06-23T18:32:40.614Z Downloaded ahash v0.8.12
5392026-06-23T18:32:40.617Z Downloaded bb8 v0.8.6
5402026-06-23T18:32:40.620Z Downloaded ascii-canvas v3.0.0
5412026-06-23T18:32:40.620Z Downloaded anstream v0.6.21
5422026-06-23T18:32:40.627Z Downloaded bitfield-macros v0.19.4
5432026-06-23T18:32:40.630Z Downloaded atomicwrites v0.4.4
5442026-06-23T18:32:40.630Z Downloaded async-recursion v1.1.1
5452026-06-23T18:32:40.635Z Downloaded arrayref v0.3.9
5462026-06-23T18:32:40.638Z Downloaded crossbeam-epoch v0.9.18
5472026-06-23T18:32:40.638Z Downloaded deranged v0.5.8
5482026-06-23T18:32:40.638Z Downloaded defmt-parser v1.0.0
5492026-06-23T18:32:40.638Z Downloaded cstr-argument v0.1.2
5502026-06-23T18:32:40.642Z Downloaded bit-vec v0.6.3
5512026-06-23T18:32:40.642Z Downloaded aead v0.5.2
5522026-06-23T18:32:40.642Z Downloaded ena v0.14.4
5532026-06-23T18:32:40.642Z Downloaded block-padding v0.3.3
5542026-06-23T18:32:40.645Z Downloaded bit-set v0.8.0
5552026-06-23T18:32:40.645Z Downloaded const_format_proc_macros v0.2.34
5562026-06-23T18:32:40.648Z Downloaded derive_builder v0.20.2
5572026-06-23T18:32:40.651Z Downloaded crossbeam-utils v0.8.21
5582026-06-23T18:32:40.651Z Downloaded crunchy v0.2.4
5592026-06-23T18:32:40.654Z Downloaded bit-set v0.5.3
5602026-06-23T18:32:40.654Z Downloaded atty v0.2.14
5612026-06-23T18:32:40.654Z Downloaded data-encoding v2.10.0
5622026-06-23T18:32:40.654Z Downloaded async-stream v0.3.6
5632026-06-23T18:32:40.657Z Downloaded critical-section v1.2.0
5642026-06-23T18:32:40.657Z Downloaded defmt v0.3.100
5652026-06-23T18:32:40.660Z Downloaded derive_more v0.99.20
5662026-06-23T18:32:40.663Z Downloaded backoff v0.4.0
5672026-06-23T18:32:40.663Z Downloaded anstyle-parse v0.2.7
5682026-06-23T18:32:40.666Z Downloaded derive-ex v0.1.8
5692026-06-23T18:32:40.666Z Downloaded async-stream-impl v0.3.6
5702026-06-23T18:32:40.669Z Downloaded array-init v0.0.4
5712026-06-23T18:32:40.669Z Downloaded der v0.7.10
5722026-06-23T18:32:40.672Z Downloaded buf-list v1.1.2
5732026-06-23T18:32:40.675Z Downloaded backon v1.6.0
5742026-06-23T18:32:40.675Z Downloaded base16ct v0.2.0
5752026-06-23T18:32:40.678Z Downloaded atomic-waker v1.1.2
5762026-06-23T18:32:40.681Z Downloaded cobs v0.3.0
5772026-06-23T18:32:40.684Z Downloaded cassowary v0.3.0
5782026-06-23T18:32:40.684Z Downloaded argon2 v0.5.3
5792026-06-23T18:32:40.688Z Downloaded crypto-bigint v0.5.5
5802026-06-23T18:32:40.691Z Downloaded base64ct v1.8.3
5812026-06-23T18:32:40.694Z Downloaded darling_macro v0.21.3
5822026-06-23T18:32:40.694Z Downloaded curve25519-dalek-derive v0.1.1
5832026-06-23T18:32:40.694Z Downloaded darling_macro v0.23.0
5842026-06-23T18:32:40.697Z Downloaded assert_matches v1.5.0
5852026-06-23T18:32:40.697Z Downloaded debug-ignore v1.0.5
5862026-06-23T18:32:40.697Z Downloaded cargo-platform v0.3.2
5872026-06-23T18:32:40.700Z Downloaded daft v0.1.7
5882026-06-23T18:32:40.703Z Downloaded curve25519-dalek v4.1.3
5892026-06-23T18:32:40.706Z Downloaded crc-catalog v2.4.0
5902026-06-23T18:32:40.709Z Downloaded darling_macro v0.13.4
5912026-06-23T18:32:40.709Z Downloaded crc v3.4.0
5922026-06-23T18:32:40.709Z Downloaded ciborium-io v0.2.2
5932026-06-23T18:32:40.712Z Downloaded crc-any v2.5.0
5942026-06-23T18:32:40.712Z Downloaded cfg_aliases v0.2.1
5952026-06-23T18:32:40.712Z Downloaded cpufeatures v0.3.0
5962026-06-23T18:32:40.715Z Downloaded dunce v1.0.5
5972026-06-23T18:32:40.715Z Downloaded darling_macro v0.20.11
5982026-06-23T18:32:40.715Z Downloaded crucible-workspace-hack v0.1.0
5992026-06-23T18:32:40.715Z Downloaded crossbeam-channel v0.5.15
6002026-06-23T18:32:40.718Z Downloaded float-cmp v0.10.0
6012026-06-23T18:32:40.718Z Downloaded convert_case v0.4.0
6022026-06-23T18:32:40.721Z Downloaded enum-as-inner v0.6.1
6032026-06-23T18:32:40.721Z Downloaded downcast-rs v2.0.2
6042026-06-23T18:32:40.721Z Downloaded fd-lock v4.0.4
6052026-06-23T18:32:40.725Z Downloaded der_derive v0.7.3
6062026-06-23T18:32:40.725Z Downloaded defmt-macros v1.0.1
6072026-06-23T18:32:40.728Z Downloaded arrayvec v0.7.6
6082026-06-23T18:32:40.728Z Downloaded compression-core v0.4.31
6092026-06-23T18:32:40.730Z Downloaded dirs-next v2.0.0
6102026-06-23T18:32:40.731Z Downloaded castaway v0.2.4
6112026-06-23T18:32:40.731Z Downloaded endian-type v0.1.2
6122026-06-23T18:32:40.734Z Downloaded flagset v0.4.7
6132026-06-23T18:32:40.734Z Downloaded dtrace-parser v0.3.0
6142026-06-23T18:32:40.734Z Downloaded bcrypt-pbkdf v0.10.0
6152026-06-23T18:32:40.737Z Downloaded fixedbitset v0.4.2
6162026-06-23T18:32:40.740Z Downloaded crc8 v0.1.1
6172026-06-23T18:32:40.743Z Downloaded derive_builder_macro v0.20.2
6182026-06-23T18:32:40.746Z Downloaded embedded-io v0.4.0
6192026-06-23T18:32:40.746Z Downloaded ciborium-ll v0.2.2
6202026-06-23T18:32:40.749Z Downloaded daft-derive v0.1.7
6212026-06-23T18:32:40.749Z Downloaded float-ord v0.3.2
6222026-06-23T18:32:40.752Z Downloaded find-msvc-tools v0.1.9
6232026-06-23T18:32:40.752Z Downloaded either v1.15.0
6242026-06-23T18:32:40.752Z Downloaded env_logger v0.11.9
6252026-06-23T18:32:40.755Z Downloaded bitfield-struct v0.6.2
6262026-06-23T18:32:40.755Z Downloaded arc-swap v1.8.2
6272026-06-23T18:32:40.758Z Downloaded embedded-io v0.6.1
6282026-06-23T18:32:40.761Z Downloaded diesel_table_macro_syntax v0.3.0
6292026-06-23T18:32:40.761Z Downloaded difflib v0.4.0
6302026-06-23T18:32:40.765Z Downloaded foreign-types-shared v0.1.1
6312026-06-23T18:32:40.765Z Downloaded cfg_aliases v0.1.1
6322026-06-23T18:32:40.765Z Downloaded futures-io v0.3.32
6332026-06-23T18:32:40.765Z Downloaded futures-core v0.3.32
6342026-06-23T18:32:40.768Z Downloaded dropshot-api-manager-types v0.7.2
6352026-06-23T18:32:40.768Z Downloaded foreign-types-macros v0.2.3
6362026-06-23T18:32:40.768Z Downloaded futures-sink v0.3.32
6372026-06-23T18:32:40.768Z Downloaded foreign-types-shared v0.3.1
6382026-06-23T18:32:40.768Z Downloaded env_filter v1.0.0
6392026-06-23T18:32:40.775Z Downloaded fxhash v0.2.1
6402026-06-23T18:32:40.775Z Downloaded futures-task v0.3.32
6412026-06-23T18:32:40.775Z Downloaded git-stub v1.0.0
6422026-06-23T18:32:40.778Z Downloaded document-features v0.2.12
6432026-06-23T18:32:40.778Z Downloaded gethostname v0.5.0
6442026-06-23T18:32:40.778Z Downloaded ghash v0.5.1
6452026-06-23T18:32:40.778Z Downloaded dyn-clone v1.0.20
6462026-06-23T18:32:40.778Z Downloaded dsl_auto_type v0.2.0
6472026-06-23T18:32:40.778Z Downloaded dirs-sys-next v0.1.2
6482026-06-23T18:32:40.778Z Downloaded async-bb8-diesel v0.2.1
6492026-06-23T18:32:40.781Z Downloaded foreign-types v0.5.0
6502026-06-23T18:32:40.781Z Downloaded foreign-types v0.3.2
6512026-06-23T18:32:40.781Z Downloaded futures-macro v0.3.32
6522026-06-23T18:32:40.784Z Downloaded cipher v0.4.4
6532026-06-23T18:32:40.784Z Downloaded byte-wrapper v0.1.0
6542026-06-23T18:32:40.787Z Downloaded cexpr v0.6.0
6552026-06-23T18:32:40.787Z Downloaded bitflags v1.3.2
6562026-06-23T18:32:40.790Z Downloaded bitfield v0.19.4
6572026-06-23T18:32:40.790Z Downloaded foldhash v0.1.5
6582026-06-23T18:32:40.790Z Downloaded globwalk v0.9.1
6592026-06-23T18:32:40.793Z Downloaded display-error-chain v0.2.2
6602026-06-23T18:32:40.793Z Downloaded cmake v0.1.57
6612026-06-23T18:32:40.793Z Downloaded chacha20 v0.9.1
6622026-06-23T18:32:40.797Z Downloaded dof v0.4.0
6632026-06-23T18:32:40.797Z Downloaded hex v0.4.3
6642026-06-23T18:32:40.797Z Downloaded headers-core v0.3.0
6652026-06-23T18:32:40.801Z Downloaded hash32 v0.2.1
6662026-06-23T18:32:40.801Z Downloaded hash32 v0.3.1
6672026-06-23T18:32:40.804Z Downloaded erased-serde v0.3.31
6682026-06-23T18:32:40.804Z Downloaded futures-executor v0.3.32
6692026-06-23T18:32:40.807Z Downloaded diesel-dtrace v0.5.0
6702026-06-23T18:32:40.807Z Downloaded async-trait v0.1.89
6712026-06-23T18:32:40.810Z Downloaded darling v0.13.4
6722026-06-23T18:32:40.813Z Downloaded filetime v0.2.27
6732026-06-23T18:32:40.813Z Downloaded bcs v0.1.6
6742026-06-23T18:32:40.813Z Downloaded diff v0.1.13
6752026-06-23T18:32:40.816Z Downloaded cbc v0.1.2
6762026-06-23T18:32:40.819Z Downloaded hostname v0.4.2
6772026-06-23T18:32:40.819Z Downloaded cargo_metadata v0.23.1
6782026-06-23T18:32:40.822Z Downloaded camino-tempfile-ext v0.3.3
6792026-06-23T18:32:40.822Z Downloaded blowfish v0.9.1
6802026-06-23T18:32:40.825Z Downloaded illumos-nvpair v0.3.0
6812026-06-23T18:32:40.825Z Downloaded hyper-tls v0.6.0
6822026-06-23T18:32:40.828Z Downloaded bytes v1.11.1
6832026-06-23T18:32:40.831Z Downloaded illumos-nvpair-sys v0.2.0
6842026-06-23T18:32:40.831Z Downloaded funty v2.0.0
6852026-06-23T18:32:40.831Z Downloaded fallible-iterator v0.2.0
6862026-06-23T18:32:40.831Z Downloaded http-range v0.1.5
6872026-06-23T18:32:40.834Z Downloaded fixedbitset v0.5.7
6882026-06-23T18:32:40.834Z Downloaded derive_builder_core v0.20.2
6892026-06-23T18:32:40.838Z Downloaded ff v0.13.1
6902026-06-23T18:32:40.841Z Downloaded home v0.5.12
6912026-06-23T18:32:40.841Z Downloaded constant_time_eq v0.4.2
6922026-06-23T18:32:40.844Z Downloaded ctr v0.9.2
6932026-06-23T18:32:40.844Z Downloaded foldhash v0.2.0
6942026-06-23T18:32:40.844Z Downloaded bit-vec v0.8.0
6952026-06-23T18:32:40.847Z Downloaded ed25519 v2.2.3
6962026-06-23T18:32:40.847Z Downloaded http-body v1.0.1
6972026-06-23T18:32:40.850Z Downloaded hubpack_derive v0.1.1
6982026-06-23T18:32:40.850Z Downloaded glob v0.3.3
6992026-06-23T18:32:40.850Z Downloaded git-stub-vcs v0.1.0
7002026-06-23T18:32:40.850Z Downloaded fs_extra v1.3.0
7012026-06-23T18:32:40.853Z Downloaded hubpack v0.1.2
7022026-06-23T18:32:40.854Z Downloaded hex-literal v0.4.1
7032026-06-23T18:32:40.854Z Downloaded indent_write v2.2.0
7042026-06-23T18:32:40.857Z Downloaded compression-codecs v0.4.37
7052026-06-23T18:32:40.857Z Downloaded inout v0.1.4
7062026-06-23T18:32:40.860Z Downloaded instant v0.1.13
7072026-06-23T18:32:40.860Z Downloaded instability v0.3.11
7082026-06-23T18:32:40.860Z Downloaded indoc v1.0.9
7092026-06-23T18:32:40.863Z Downloaded clang-sys v1.8.1
7102026-06-23T18:32:40.863Z Downloaded globset v0.4.18
7112026-06-23T18:32:40.866Z Downloaded cookie v0.18.1
7122026-06-23T18:32:40.866Z Downloaded convert_case v0.10.0
7132026-06-23T18:32:40.869Z Downloaded darling v0.23.0
7142026-06-23T18:32:40.873Z Downloaded group v0.13.0
7152026-06-23T18:32:40.873Z Downloaded crc32fast v1.5.0
7162026-06-23T18:32:40.873Z Downloaded console v0.16.2
7172026-06-23T18:32:40.876Z Downloaded colored v3.1.1
7182026-06-23T18:32:40.876Z Downloaded is_ci v1.2.0
7192026-06-23T18:32:40.876Z Downloaded is-terminal v0.4.17
7202026-06-23T18:32:40.879Z Downloaded allocator-api2 v0.2.21
7212026-06-23T18:32:40.879Z Downloaded console v0.15.11
7222026-06-23T18:32:40.882Z Downloaded bzip2 v0.6.1
7232026-06-23T18:32:40.882Z Downloaded crossbeam-deque v0.8.6
7242026-06-23T18:32:40.882Z Downloaded colored v2.2.0
7252026-06-23T18:32:40.885Z Downloaded lazy_static v1.5.0
7262026-06-23T18:32:40.888Z Downloaded const-oid v0.9.6
7272026-06-23T18:32:40.888Z Downloaded highway v1.3.0
7282026-06-23T18:32:40.891Z Downloaded httpdate v1.0.3
7292026-06-23T18:32:40.891Z Downloaded http-body-util v0.1.3
7302026-06-23T18:32:40.891Z Downloaded hostname v0.3.1
7312026-06-23T18:32:40.895Z Downloaded libscf-sys v1.1.0
7322026-06-23T18:32:40.895Z Downloaded lalrpop-util v0.19.12
7332026-06-23T18:32:40.895Z Downloaded keccak v0.1.6
7342026-06-23T18:32:40.895Z Downloaded kstat-rs v0.2.4
7352026-06-23T18:32:40.898Z Downloaded hyper-staticfile v0.10.1
7362026-06-23T18:32:40.898Z Downloaded corncobs v0.1.4
7372026-06-23T18:32:40.898Z Downloaded maplit v1.0.2
7382026-06-23T18:32:40.898Z Downloaded ciborium v0.2.2
7392026-06-23T18:32:40.901Z Downloaded md-5 v0.10.6
7402026-06-23T18:32:40.901Z Downloaded lru-cache v0.1.2
7412026-06-23T18:32:40.904Z Downloaded internet-checksum v0.2.1
7422026-06-23T18:32:40.904Z Downloaded darling v0.21.3
7432026-06-23T18:32:40.907Z Downloaded linked-hash-map v0.5.6
7442026-06-23T18:32:40.907Z Downloaded chacha20 v0.10.0
7452026-06-23T18:32:40.910Z Downloaded lru-slab v0.1.2
7462026-06-23T18:32:40.910Z Downloaded bzip2 v0.4.4
7472026-06-23T18:32:40.910Z Downloaded blake2 v0.10.6
7482026-06-23T18:32:40.913Z Downloaded futures-channel v0.3.32
7492026-06-23T18:32:40.916Z Downloaded defmt v1.0.1
7502026-06-23T18:32:40.916Z Downloaded ecdsa v0.16.9
7512026-06-23T18:32:40.919Z Downloaded getrandom v0.2.17
7522026-06-23T18:32:40.919Z Downloaded match_cfg v0.1.0
7532026-06-23T18:32:40.922Z Downloaded lzss v0.8.2
7542026-06-23T18:32:40.922Z Downloaded memoffset v0.9.1
7552026-06-23T18:32:40.925Z Downloaded humantime v2.3.0
7562026-06-23T18:32:40.925Z Downloaded fs-err v2.11.0
7572026-06-23T18:32:40.925Z Downloaded md5 v0.7.0
7582026-06-23T18:32:40.928Z Downloaded maybe-uninit v2.0.0
7592026-06-23T18:32:40.928Z Downloaded lru v0.12.5
7602026-06-23T18:32:40.928Z Downloaded impl-trait-for-tuples v0.2.3
7612026-06-23T18:32:40.931Z Downloaded half v1.8.3
7622026-06-23T18:32:40.931Z Downloaded ident_case v1.0.1
7632026-06-23T18:32:40.931Z Downloaded csv-core v0.1.13
7642026-06-23T18:32:40.934Z Downloaded cancel-safe-futures v0.1.5
7652026-06-23T18:32:40.934Z Downloaded des v0.8.1
7662026-06-23T18:32:40.937Z Downloaded darling_core v0.20.11
7672026-06-23T18:32:40.941Z Downloaded ingot v0.1.1
7682026-06-23T18:32:40.944Z Downloaded newtype-uuid-macros v0.1.0
7692026-06-23T18:32:40.944Z Downloaded new_debug_unreachable v1.0.6
7702026-06-23T18:32:40.947Z Downloaded ipnet v2.11.0
7712026-06-23T18:32:40.947Z Downloaded nibble_vec v0.1.0
7722026-06-23T18:32:40.947Z Downloaded ingot-types v0.1.2
7732026-06-23T18:32:40.950Z Downloaded newline-converter v0.3.0
7742026-06-23T18:32:40.950Z Downloaded newtype_derive v0.1.6
7752026-06-23T18:32:40.950Z Downloaded ipnetwork v0.21.1
7762026-06-23T18:32:40.953Z Downloaded multimap v0.10.1
7772026-06-23T18:32:40.953Z Downloaded indoc v2.0.7
7782026-06-23T18:32:40.953Z Downloaded libefi-sys v0.1.0
7792026-06-23T18:32:40.956Z Downloaded jobserver v0.1.34
7802026-06-23T18:32:40.960Z Downloaded libloading v0.8.9
7812026-06-23T18:32:40.963Z Downloaded nonempty v0.12.0
7822026-06-23T18:32:40.963Z Downloaded num-conv v0.2.0
7832026-06-23T18:32:40.963Z Downloaded libsw v3.5.0
7842026-06-23T18:32:40.966Z Downloaded num-derive v0.4.2
7852026-06-23T18:32:40.969Z Downloaded num_threads v0.1.7
7862026-06-23T18:32:40.969Z Downloaded drift v0.2.0
7872026-06-23T18:32:40.975Z Downloaded elliptic-curve v0.13.8
7882026-06-23T18:32:40.981Z Downloaded futures v0.3.32
7892026-06-23T18:32:40.984Z Downloaded opaque-debug v0.3.1
7902026-06-23T18:32:40.984Z Downloaded olpc-cjson v0.1.4
7912026-06-23T18:32:40.984Z Downloaded nodrop v0.1.14
7922026-06-23T18:32:40.987Z Downloaded darling_core v0.13.4
7932026-06-23T18:32:40.987Z Downloaded libsw-core v0.3.2
7942026-06-23T18:32:40.991Z Downloaded mime_guess v2.0.5
7952026-06-23T18:32:40.991Z Downloaded managed v0.8.0
7962026-06-23T18:32:40.994Z Downloaded lock_api v0.4.14
7972026-06-23T18:32:40.994Z Downloaded linear-map v1.2.0
7982026-06-23T18:32:40.994Z Downloaded hyper-rustls v0.27.7
7992026-06-23T18:32:40.997Z Downloaded hmac v0.12.1
8002026-06-23T18:32:41.003Z Downloaded openssl-probe v0.2.1
8012026-06-23T18:32:41.003Z Downloaded mime v0.3.17
8022026-06-23T18:32:41.003Z Downloaded getrandom v0.3.4
8032026-06-23T18:32:41.006Z Downloaded derive-where v1.6.0
8042026-06-23T18:32:41.006Z Downloaded packed_struct_codegen v0.10.1
8052026-06-23T18:32:41.006Z Downloaded iana-time-zone v0.1.65
8062026-06-23T18:32:41.009Z Downloaded darling_core v0.23.0
8072026-06-23T18:32:41.012Z Downloaded ingot-macros v0.1.1
8082026-06-23T18:32:41.012Z Downloaded parse-size v1.1.0
8092026-06-23T18:32:41.012Z Downloaded native-tls v0.2.18
8102026-06-23T18:32:41.015Z Downloaded half v2.7.1
8112026-06-23T18:32:41.015Z Downloaded pbkdf2 v0.11.0
8122026-06-23T18:32:41.032Z Downloaded path-slash v0.1.5
8132026-06-23T18:32:41.036Z Downloaded httparse v1.10.1
8142026-06-23T18:32:41.037Z Downloaded multer v3.1.0
8152026-06-23T18:32:41.037Z Downloaded openssl-probe v0.1.6
8162026-06-23T18:32:41.037Z Downloaded nanorand v0.7.0
8172026-06-23T18:32:41.037Z Downloaded ignore v0.4.25
8182026-06-23T18:32:41.037Z Downloaded peg-runtime v0.8.5
8192026-06-23T18:32:41.037Z Downloaded parse-display v0.10.0
8202026-06-23T18:32:41.037Z Downloaded base64 v0.22.1
8212026-06-23T18:32:41.037Z Downloaded darling v0.20.11
8222026-06-23T18:32:41.037Z Downloaded phf_shared v0.13.1
8232026-06-23T18:32:41.037Z Downloaded phf_shared v0.12.1
8242026-06-23T18:32:41.037Z Downloaded compact_str v0.8.1
8252026-06-23T18:32:41.041Z Downloaded phf_shared v0.11.3
8262026-06-23T18:32:41.041Z Downloaded cookie_store v0.22.1
8272026-06-23T18:32:41.044Z Downloaded num-integer v0.1.46
8282026-06-23T18:32:41.044Z Downloaded darling_core v0.21.3
8292026-06-23T18:32:41.047Z Downloaded dropshot_endpoint v0.17.0
8302026-06-23T18:32:41.050Z Downloaded num_enum_derive v0.7.6
8312026-06-23T18:32:41.050Z Downloaded num_enum v0.7.6
8322026-06-23T18:32:41.053Z Downloaded flume v0.11.1
8332026-06-23T18:32:41.056Z Downloaded pin-utils v0.1.0
8342026-06-23T18:32:41.056Z Downloaded num_enum v0.5.11
8352026-06-23T18:32:41.059Z Downloaded predicates-core v1.0.10
8362026-06-23T18:32:41.062Z Downloaded openssl-macros v0.1.1
8372026-06-23T18:32:41.062Z Downloaded num-rational v0.4.2
8382026-06-23T18:32:41.062Z Downloaded num-complex v0.4.6
8392026-06-23T18:32:41.065Z Downloaded powerfmt v0.2.0
8402026-06-23T18:32:41.065Z Downloaded indexmap v1.9.3
8412026-06-23T18:32:41.068Z Downloaded heapless v0.8.0
8422026-06-23T18:32:41.068Z Downloaded oxide-tokio-rt v0.1.4
8432026-06-23T18:32:41.071Z Downloaded owo-colors v4.3.0
8442026-06-23T18:32:41.071Z Downloaded parse-display-derive v0.10.0
8452026-06-23T18:32:41.074Z Downloaded oso-derive v0.27.3
8462026-06-23T18:32:41.074Z Downloaded memmap2 v0.9.10
8472026-06-23T18:32:41.074Z Downloaded aws-lc-rs v1.16.3
8482026-06-23T18:32:41.092Z Downloaded progenitor-client v0.14.0
8492026-06-23T18:32:41.095Z Downloaded proc-macro-error-attr2 v2.0.0
8502026-06-23T18:32:41.095Z Downloaded proc-macro-crate v3.4.0
8512026-06-23T18:32:41.095Z Downloaded predicates-tree v1.0.13
8522026-06-23T18:32:41.098Z Downloaded peg v0.8.5
8532026-06-23T18:32:41.098Z Downloaded pbkdf2 v0.12.2
8542026-06-23T18:32:41.101Z Downloaded paste v1.0.15
8552026-06-23T18:32:41.101Z Downloaded pem-rfc7468 v0.7.0
8562026-06-23T18:32:41.104Z Downloaded libbz2-rs-sys v0.2.2
8572026-06-23T18:32:41.104Z Downloaded headers v0.4.1
8582026-06-23T18:32:41.107Z Downloaded psl-types v2.0.11
8592026-06-23T18:32:41.110Z Downloaded quick-error v1.2.3
8602026-06-23T18:32:41.110Z Downloaded progenitor-macro v0.13.0
8612026-06-23T18:32:41.110Z Downloaded proc-macro-crate v1.3.1
8622026-06-23T18:32:41.113Z Downloaded pin-project-lite v0.2.17
8632026-06-23T18:32:41.116Z Downloaded chacha20poly1305 v0.10.1
8642026-06-23T18:32:41.116Z Downloaded fatfs v0.3.6
8652026-06-23T18:32:41.119Z Downloaded base64 v0.21.7
8662026-06-23T18:32:41.122Z Downloaded password-hash v0.5.0
8672026-06-23T18:32:41.122Z Downloaded nu-ansi-term v0.50.3
8682026-06-23T18:32:41.126Z Downloaded rand_chacha v0.3.1
8692026-06-23T18:32:41.126Z Downloaded radium v0.7.0
8702026-06-23T18:32:41.129Z Downloaded pem v3.0.6
8712026-06-23T18:32:41.129Z Downloaded peg-macros v0.8.5
8722026-06-23T18:32:41.129Z Downloaded hickory-resolver v0.25.2
8732026-06-23T18:32:41.132Z Downloaded pkcs8 v0.10.2
8742026-06-23T18:32:41.132Z Downloaded pin-project-internal v1.1.11
8752026-06-23T18:32:41.135Z Downloaded phf v0.13.1
8762026-06-23T18:32:41.135Z Downloaded password-hash v0.4.2
8772026-06-23T18:32:41.135Z Downloaded diesel_derives v2.3.7
8782026-06-23T18:32:41.139Z Downloaded ref-cast v1.0.25
8792026-06-23T18:32:41.143Z Downloaded recursive v0.1.1
8802026-06-23T18:32:41.143Z Downloaded rand_xorshift v0.4.0
8812026-06-23T18:32:41.143Z Downloaded ed25519-dalek v2.2.0
8822026-06-23T18:32:41.146Z Downloaded predicates v3.1.4
8832026-06-23T18:32:41.148Z Downloaded ref-cast-impl v1.0.25
8842026-06-23T18:32:41.148Z Downloaded ppv-lite86 v0.2.21
8852026-06-23T18:32:41.149Z Downloaded precomputed-hash v0.1.1
8862026-06-23T18:32:41.152Z Downloaded postgres-protocol v0.6.10
8872026-06-23T18:32:41.152Z Downloaded pkg-config v0.3.32
8882026-06-23T18:32:41.152Z Downloaded recursive-proc-macro-impl v0.1.1
8892026-06-23T18:32:41.155Z Downloaded progenitor-macro v0.14.0
8902026-06-23T18:32:41.155Z Downloaded rfc6979 v0.4.0
8912026-06-23T18:32:41.155Z Downloaded proc-macro-error2 v2.0.1
8922026-06-23T18:32:41.158Z Downloaded progenitor v0.14.0
8932026-06-23T18:32:41.158Z Downloaded progenitor v0.13.0
8942026-06-23T18:32:41.162Z Downloaded primeorder v0.13.6
8952026-06-23T18:32:41.162Z Downloaded polyval v0.6.2
8962026-06-23T18:32:41.162Z Downloaded cc v1.2.56
8972026-06-23T18:32:41.165Z Downloaded bumpalo v3.20.2
8982026-06-23T18:32:41.165Z Downloaded parking_lot v0.12.5
8992026-06-23T18:32:41.168Z Downloaded parking_lot_core v0.9.12
9002026-06-23T18:32:41.168Z Downloaded indicatif v0.18.4
9012026-06-23T18:32:41.172Z Downloaded parking_lot_core v0.8.6
9022026-06-23T18:32:41.172Z Downloaded litrs v1.0.0
9032026-06-23T18:32:41.175Z Downloaded rtoolbox v0.0.3
9042026-06-23T18:32:41.175Z Downloaded progenitor-extras v0.2.0
9052026-06-23T18:32:41.178Z Downloaded rustc_version v0.1.7
9062026-06-23T18:32:41.178Z Downloaded phf v0.12.1
9072026-06-23T18:32:41.178Z Downloaded parking_lot v0.11.2
9082026-06-23T18:32:41.181Z Downloaded packed_struct v0.10.1
9092026-06-23T18:32:41.181Z Downloaded rustc-hash v2.1.1
9102026-06-23T18:32:41.184Z Downloaded pkcs5 v0.7.1
9112026-06-23T18:32:41.187Z Downloaded russh-cryptovec v0.7.3
9122026-06-23T18:32:41.187Z Downloaded expectorate v1.2.0
9132026-06-23T18:32:41.187Z Downloaded heapless v0.7.17
9142026-06-23T18:32:41.190Z Downloaded derive_more-impl v2.1.1
9152026-06-23T18:32:41.193Z Downloaded postcard v1.1.3
9162026-06-23T18:32:41.196Z Downloaded r2d2 v0.8.10
9172026-06-23T18:32:41.196Z Downloaded oxnet v0.1.6
9182026-06-23T18:32:41.196Z Downloaded newtype-uuid v1.3.2
9192026-06-23T18:32:41.199Z Downloaded rustc_version v0.4.1
9202026-06-23T18:32:41.199Z Downloaded rand_core v0.10.0
9212026-06-23T18:32:41.202Z Downloaded rand_core v0.6.4
9222026-06-23T18:32:41.202Z Downloaded rand_chacha v0.9.0
9232026-06-23T18:32:41.202Z Downloaded hickory-server v0.25.2
9242026-06-23T18:32:41.205Z Downloaded const_format v0.2.35
9252026-06-23T18:32:41.208Z Downloaded hickory-resolver v0.24.4
9262026-06-23T18:32:41.211Z Downloaded papergrid v0.17.0
9272026-06-23T18:32:41.214Z Downloaded rand_seeder v0.4.0
9282026-06-23T18:32:41.214Z Downloaded omicron-zone-package v0.12.2
9292026-06-23T18:32:41.217Z Downloaded same-file v1.0.6
9302026-06-23T18:32:41.217Z Downloaded salsa20 v0.10.2
9312026-06-23T18:32:41.217Z Downloaded rand_core v0.9.5
9322026-06-23T18:32:41.220Z Downloaded poly1305 v0.8.0
9332026-06-23T18:32:41.220Z Downloaded progenitor-client v0.13.0
9342026-06-23T18:32:41.223Z Downloaded oso v0.27.3
9352026-06-23T18:32:41.223Z Downloaded postgres-types v0.2.12
9362026-06-23T18:32:41.226Z Downloaded derive_more v2.1.1
9372026-06-23T18:32:41.231Z Downloaded scheduled-thread-pool v0.2.7
9382026-06-23T18:32:41.234Z Downloaded secrecy v0.10.3
9392026-06-23T18:32:41.234Z Downloaded scroll_derive v0.13.1
9402026-06-23T18:32:41.234Z Downloaded resolv-conf v0.7.6
9412026-06-23T18:32:41.237Z Downloaded flate2 v1.1.9
9422026-06-23T18:32:41.240Z Downloaded semver v0.1.20
9432026-06-23T18:32:41.240Z Downloaded scrypt v0.11.0
9442026-06-23T18:32:41.240Z Downloaded hashbrown v0.12.3
9452026-06-23T18:32:41.243Z Downloaded scopeguard v1.2.0
9462026-06-23T18:32:41.246Z Downloaded ar_archive_writer v0.5.1
9472026-06-23T18:32:41.246Z Downloaded hyper-util v0.1.20
9482026-06-23T18:32:41.249Z Downloaded async-compression v0.4.41
9492026-06-23T18:32:41.253Z Downloaded rustls-native-certs v0.8.3
9502026-06-23T18:32:41.256Z Downloaded psm v0.1.30
9512026-06-23T18:32:41.259Z Downloaded serde-big-array v0.5.1
9522026-06-23T18:32:41.259Z Downloaded seq-macro v0.3.6
9532026-06-23T18:32:41.259Z Downloaded secrecy v0.8.0
9542026-06-23T18:32:41.262Z Downloaded num_enum_derive v0.5.11
9552026-06-23T18:32:41.262Z Downloaded num-iter v0.1.45
9562026-06-23T18:32:41.262Z Downloaded num v0.4.3
9572026-06-23T18:32:41.262Z Downloaded normalize-line-endings v0.3.0
9582026-06-23T18:32:41.265Z Downloaded num-derive v0.3.3
9592026-06-23T18:32:41.265Z Downloaded pkcs1 v0.7.5
9602026-06-23T18:32:41.268Z Downloaded minimal-lexical v0.2.1
9612026-06-23T18:32:41.271Z Downloaded jiff-static v0.2.21
9622026-06-23T18:32:41.274Z Downloaded serde_plain v1.0.2
9632026-06-23T18:32:41.274Z Downloaded serde_urlencoded v0.7.1
9642026-06-23T18:32:41.277Z Downloaded sha1 v0.10.6
9652026-06-23T18:32:41.277Z Downloaded rustls-pemfile v1.0.4
9662026-06-23T18:32:41.280Z Downloaded siphasher v1.0.2
9672026-06-23T18:32:41.280Z Downloaded serde_spanned v1.0.4
9682026-06-23T18:32:41.280Z Downloaded serde_bytes v0.11.19
9692026-06-23T18:32:41.283Z Downloaded sigpipe v0.1.3
9702026-06-23T18:32:41.283Z Downloaded signal-hook-tokio v0.3.1
9712026-06-23T18:32:41.283Z Downloaded shell-words v1.1.1
9722026-06-23T18:32:41.286Z Downloaded rustls-pemfile v2.2.0
9732026-06-23T18:32:41.286Z Downloaded pin-project v1.1.11
9742026-06-23T18:32:41.292Z Downloaded sapling-renderdag v0.1.0
9752026-06-23T18:32:41.296Z Downloaded http v1.4.0
9762026-06-23T18:32:41.299Z Downloaded rustversion v1.0.22
9772026-06-23T18:32:41.299Z Downloaded rusty-fork v0.3.1
9782026-06-23T18:32:41.299Z Downloaded quinn-udp v0.5.14
9792026-06-23T18:32:41.302Z Downloaded prefix-trie v0.7.0
9802026-06-23T18:32:41.305Z Downloaded openssl-sys v0.9.115
9812026-06-23T18:32:41.308Z Downloaded sec1 v0.7.3
9822026-06-23T18:32:41.308Z Downloaded scroll v0.13.0
9832026-06-23T18:32:41.308Z Downloaded progenitor-impl v0.13.0
9842026-06-23T18:32:41.311Z Downloaded signature v2.2.0
9852026-06-23T18:32:41.314Z Downloaded slog-bunyan v2.5.0
9862026-06-23T18:32:41.314Z Downloaded miniz_oxide v0.8.9
9872026-06-23T18:32:41.317Z Downloaded slog-envlogger v2.2.0
9882026-06-23T18:32:41.320Z Downloaded aes v0.8.4
9892026-06-23T18:32:41.324Z Downloaded p256 v0.13.2
9902026-06-23T18:32:41.332Z Downloaded russh-keys v0.45.0
9912026-06-23T18:32:41.335Z Downloaded serde-hex v0.1.0
9922026-06-23T18:32:41.338Z Downloaded ssh-cipher v0.2.0
9932026-06-23T18:32:41.341Z Downloaded ssh-encoding v0.2.0
9942026-06-23T18:32:41.341Z Downloaded sqlparser_derive v0.5.0
9952026-06-23T18:32:41.341Z Downloaded serde_repr v0.1.20
9962026-06-23T18:32:41.356Z Downloaded strip-ansi-escapes v0.2.1
9972026-06-23T18:32:41.359Z Downloaded strsim v0.10.0
9982026-06-23T18:32:41.362Z Downloaded signal-hook-mio v0.2.5
9992026-06-23T18:32:41.365Z Downloaded shlex v1.3.0
10002026-06-23T18:32:41.368Z Downloaded serde_derive_internals v0.29.1
10012026-06-23T18:32:41.371Z Downloaded slab v0.4.12
10022026-06-23T18:32:41.374Z Downloaded simd-adler32 v0.3.8
10032026-06-23T18:32:41.376Z Downloaded strum v0.27.2
10042026-06-23T18:32:41.376Z Downloaded structmeta v0.3.0
10052026-06-23T18:32:41.379Z Downloaded subtle v2.6.1
10062026-06-23T18:32:41.379Z Downloaded structmeta-derive v0.3.0
10072026-06-23T18:32:41.382Z Downloaded rustls-pki-types v1.14.0
10082026-06-23T18:32:41.382Z Downloaded strum v0.26.3
10092026-06-23T18:32:41.382Z Downloaded schemars_derive v0.8.22
10102026-06-23T18:32:41.387Z Downloaded rcgen v0.12.1
10112026-06-23T18:32:41.390Z Downloaded smf v0.2.3
10122026-06-23T18:32:41.390Z Downloaded slog-stdlog v4.1.1
10132026-06-23T18:32:41.393Z Downloaded slog-scope v4.4.1
10142026-06-23T18:32:41.393Z Downloaded spki v0.7.3
10152026-06-23T18:32:41.396Z Downloaded serde_path_to_error v0.1.20
10162026-06-23T18:32:41.396Z Downloaded tagptr v0.2.0
10172026-06-23T18:32:41.396Z Downloaded sync-ptr v0.1.4
10182026-06-23T18:32:41.399Z Downloaded tap v1.0.1
10192026-06-23T18:32:41.399Z Downloaded supports-color v3.0.2
10202026-06-23T18:32:41.399Z Downloaded sct v0.7.1
10212026-06-23T18:32:41.402Z Downloaded slog-json v2.6.1
10222026-06-23T18:32:41.405Z Downloaded tabwriter v1.4.1
10232026-06-23T18:32:41.405Z Downloaded sync_wrapper v1.0.2
10242026-06-23T18:32:41.405Z Downloaded slog-async v2.8.0
10252026-06-23T18:32:41.408Z Downloaded hashbrown v0.13.2
10262026-06-23T18:32:41.411Z Downloaded progenitor-impl v0.14.0
10272026-06-23T18:32:41.418Z Downloaded serde_cbor v0.11.2
10282026-06-23T18:32:41.421Z Downloaded smallvec v0.6.14
10292026-06-23T18:32:41.423Z Downloaded snafu-derive v0.8.9
10302026-06-23T18:32:41.423Z Downloaded time-core v0.1.8
10312026-06-23T18:32:41.427Z Downloaded static_assertions v1.1.0
10322026-06-23T18:32:41.427Z Downloaded stacker v0.1.23
10332026-06-23T18:32:41.432Z Downloaded termtree v0.5.1
10342026-06-23T18:32:41.432Z Downloaded take_mut v0.2.2
10352026-06-23T18:32:41.435Z Downloaded thiserror-impl-no-std v2.0.2
10362026-06-23T18:32:41.435Z Downloaded itertools v0.10.5
10372026-06-23T18:32:41.438Z Downloaded tabled_derive v0.11.0
10382026-06-23T18:32:41.438Z Downloaded thread-id v5.1.0
10392026-06-23T18:32:41.441Z Downloaded testing_table v0.3.0
10402026-06-23T18:32:41.441Z Downloaded dropshot-api-manager v0.7.2
10412026-06-23T18:32:41.444Z Downloaded tinyvec_macros v0.1.1
10422026-06-23T18:32:41.447Z Downloaded crossterm v0.29.0
10432026-06-23T18:32:41.449Z Downloaded signal-hook-registry v1.4.8
10442026-06-23T18:32:41.449Z Downloaded serde_with_macros v3.17.0
10452026-06-23T18:32:41.452Z Downloaded serde_with_macros v1.5.2
10462026-06-23T18:32:41.455Z Downloaded stringprep v0.1.5
10472026-06-23T18:32:41.455Z Downloaded rayon-core v1.13.0
10482026-06-23T18:32:41.458Z Downloaded tokio-macros v2.7.0
10492026-06-23T18:32:41.458Z Downloaded mio v1.2.0
10502026-06-23T18:32:41.461Z Downloaded strum_macros v0.27.2
10512026-06-23T18:32:41.464Z Downloaded string_cache v0.8.9
10522026-06-23T18:32:41.464Z Downloaded support-bundle-viewer v0.1.2
10532026-06-23T18:32:41.468Z Downloaded pretty_assertions v1.4.1
10542026-06-23T18:32:41.472Z Downloaded ryu v1.0.23
10552026-06-23T18:32:41.478Z Downloaded sqlformat v0.3.5
10562026-06-23T18:32:41.481Z Downloaded aes-gcm v0.10.3
10572026-06-23T18:32:41.485Z Downloaded termios v0.3.3
10582026-06-23T18:32:41.486Z Downloaded slog-dtrace v0.3.0
10592026-06-23T18:32:41.489Z Downloaded quinn v0.11.9
10602026-06-23T18:32:41.492Z Downloaded hashbrown v0.15.5
10612026-06-23T18:32:41.495Z Downloaded slog-term v2.9.2
10622026-06-23T18:32:41.495Z Downloaded spin v0.9.8
10632026-06-23T18:32:41.503Z Downloaded thread_local v1.1.9
10642026-06-23T18:32:41.507Z Downloaded num-bigint v0.4.6
10652026-06-23T18:32:41.510Z Downloaded qorb v0.4.1
10662026-06-23T18:32:41.510Z Downloaded publicsuffix v2.3.0
10672026-06-23T18:32:41.513Z Downloaded rand v0.8.6
10682026-06-23T18:32:41.516Z Downloaded tiny-keccak v2.0.2
10692026-06-23T18:32:41.516Z Downloaded time-macros v0.2.27
10702026-06-23T18:32:41.522Z Downloaded thiserror-no-std v2.0.2
10712026-06-23T18:32:41.522Z Downloaded tower-service v0.3.3
10722026-06-23T18:32:41.522Z Downloaded trait-variant v0.1.2
10732026-06-23T18:32:41.522Z Downloaded tower-layer v0.3.3
10742026-06-23T18:32:41.523Z Downloaded topological-sort v0.2.2
10752026-06-23T18:32:41.526Z Downloaded signal-hook v0.3.18
10762026-06-23T18:32:41.526Z Downloaded serde_yaml v0.9.34+deprecated
10772026-06-23T18:32:41.529Z Downloaded nom v7.1.3
10782026-06-23T18:32:41.531Z Downloaded similar v2.7.0
10792026-06-23T18:32:41.534Z Downloaded tls_codec_derive v0.4.2
10802026-06-23T18:32:41.537Z Downloaded typify-macro v0.6.2
10812026-06-23T18:32:41.537Z Downloaded try-lock v0.2.5
10822026-06-23T18:32:41.537Z Downloaded rustls-platform-verifier v0.6.2
10832026-06-23T18:32:41.540Z Downloaded unarray v0.1.4
10842026-06-23T18:32:41.540Z Downloaded tokio-dtrace v0.1.1
10852026-06-23T18:32:41.543Z Downloaded schemars v0.8.22
10862026-06-23T18:32:41.547Z Downloaded tokio-native-tls v0.3.1
10872026-06-23T18:32:41.550Z Downloaded tokio-rustls v0.25.0
10882026-06-23T18:32:41.550Z Downloaded untrusted v0.7.1
10892026-06-23T18:32:41.553Z Downloaded unicode-truncate v1.1.0
10902026-06-23T18:32:41.553Z Downloaded strum_macros v0.26.4
10912026-06-23T18:32:41.555Z Downloaded slog v2.8.2
10922026-06-23T18:32:41.555Z Downloaded strum_macros v0.24.3
10932026-06-23T18:32:41.558Z Downloaded usdt-macro v0.6.0
10942026-06-23T18:32:41.558Z Downloaded tokio-tungstenite v0.21.0
10952026-06-23T18:32:41.561Z Downloaded usdt v0.6.0
10962026-06-23T18:32:41.561Z Downloaded unit-prefix v0.5.2
10972026-06-23T18:32:41.561Z Downloaded universal-hash v0.5.1
10982026-06-23T18:32:41.564Z Downloaded schemars v0.9.0
10992026-06-23T18:32:41.571Z Downloaded ron v0.8.1
11002026-06-23T18:32:41.574Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11012026-06-23T18:32:41.577Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11022026-06-23T18:32:41.577Z Downloaded tokio-tungstenite v0.23.1
11032026-06-23T18:32:41.581Z Downloaded term v1.2.1
11042026-06-23T18:32:41.584Z Downloaded usdt-attr-macro v0.6.0
11052026-06-23T18:32:41.584Z Downloaded toml_writer v1.0.6+spec-1.1.0
11062026-06-23T18:32:41.584Z Downloaded itertools v0.12.1
11072026-06-23T18:32:41.587Z Downloaded crossterm v0.28.1
11082026-06-23T18:32:41.591Z Downloaded rand v0.10.0
11092026-06-23T18:32:41.594Z Downloaded waitgroup v0.1.2
11102026-06-23T18:32:41.597Z Downloaded aho-corasick v1.1.4
11112026-06-23T18:32:41.600Z Downloaded wait-timeout v0.2.1
11122026-06-23T18:32:41.600Z Downloaded void v1.0.2
11132026-06-23T18:32:41.600Z Downloaded utf-8 v0.7.6
11142026-06-23T18:32:41.603Z Downloaded rand v0.9.2
11152026-06-23T18:32:41.608Z Downloaded socket2 v0.6.3
11162026-06-23T18:32:41.608Z Downloaded hyper v1.8.1
11172026-06-23T18:32:41.612Z Downloaded unicase v2.9.0
11182026-06-23T18:32:41.612Z Downloaded futures-util v0.3.32
11192026-06-23T18:32:41.616Z Downloaded xattr v1.6.1
11202026-06-23T18:32:41.620Z Downloaded rustls-webpki v0.103.9
11212026-06-23T18:32:41.620Z Downloaded untrusted v0.9.0
11222026-06-23T18:32:41.623Z Downloaded want v0.3.1
11232026-06-23T18:32:41.623Z Downloaded tokio-rustls v0.26.4
11242026-06-23T18:32:41.623Z Downloaded tokio-rustls v0.24.1
11252026-06-23T18:32:41.626Z Downloaded tls_codec v0.4.2
11262026-06-23T18:32:41.626Z Downloaded h2 v0.4.13
11272026-06-23T18:32:41.630Z Downloaded itertools v0.13.0
11282026-06-23T18:32:41.634Z Downloaded subprocess v0.2.15
11292026-06-23T18:32:41.639Z Downloaded schemars v1.2.1
11302026-06-23T18:32:41.644Z Downloaded xshell-macros v0.2.7
11312026-06-23T18:32:41.647Z Downloaded vergen-lib v9.1.0
11322026-06-23T18:32:41.647Z Downloaded zone_cfg_derive v0.3.1
11332026-06-23T18:32:41.647Z Downloaded zone v0.3.1
11342026-06-23T18:32:41.647Z Downloaded nom v8.0.0
11352026-06-23T18:32:41.652Z Downloaded usdt-impl v0.6.0
11362026-06-23T18:32:41.657Z Downloaded socket2 v0.5.10
11372026-06-23T18:32:41.657Z Downloaded toml_parser v1.0.9+spec-1.1.0
11382026-06-23T18:32:41.657Z Downloaded tracing-attributes v0.1.31
11392026-06-23T18:32:41.657Z Downloaded test-strategy v0.4.5
11402026-06-23T18:32:41.660Z Downloaded tui-tree-widget v0.23.1
11412026-06-23T18:32:41.660Z Downloaded hkdf v0.12.4
11422026-06-23T18:32:41.668Z Downloaded whoami v1.6.1
11432026-06-23T18:32:41.668Z Downloaded uzers v0.12.2
11442026-06-23T18:32:41.668Z Downloaded term v0.7.0
11452026-06-23T18:32:41.671Z Downloaded rsa v0.9.10
11462026-06-23T18:32:41.671Z Downloaded tokio-stream v0.1.18
11472026-06-23T18:32:41.671Z Downloaded tinyvec v1.10.0
11482026-06-23T18:32:41.674Z Downloaded vergen-lib v0.1.6
11492026-06-23T18:32:41.674Z Downloaded vergen-git2 v9.1.0
11502026-06-23T18:32:41.674Z Downloaded unicode-properties v0.1.4
11512026-06-23T18:32:41.677Z Downloaded prettyplease v0.2.37
11522026-06-23T18:32:41.680Z Downloaded xshell v0.2.7
11532026-06-23T18:32:41.687Z Downloaded blake3 v1.8.5
11542026-06-23T18:32:41.691Z Downloaded zeroize_derive v1.4.3
11552026-06-23T18:32:41.694Z Downloaded twox-hash v2.1.2
11562026-06-23T18:32:41.694Z Downloaded hashbrown v0.16.1
11572026-06-23T18:32:41.697Z Downloaded tar v0.4.45
11582026-06-23T18:32:41.700Z Downloaded vergen-gitcl v1.0.8
11592026-06-23T18:32:41.700Z Downloaded vergen v9.1.0
11602026-06-23T18:32:41.704Z Downloaded samael v0.0.19
11612026-06-23T18:32:41.707Z Downloaded iri-string v0.7.10
11622026-06-23T18:32:41.711Z Downloaded wyz v0.5.1
11632026-06-23T18:32:41.711Z Downloaded libm v0.2.16
11642026-06-23T18:32:41.715Z Downloaded tungstenite v0.21.0
11652026-06-23T18:32:41.718Z Downloaded zeroize v1.8.2
11662026-06-23T18:32:41.718Z Downloaded toml v0.7.8
11672026-06-23T18:32:41.721Z Downloaded tungstenite v0.23.0
11682026-06-23T18:32:41.721Z Downloaded bindgen v0.71.1
11692026-06-23T18:32:41.725Z Downloaded zstd v0.13.3
11702026-06-23T18:32:41.729Z Downloaded vsss-rs v3.3.4
11712026-06-23T18:32:41.729Z Downloaded toml v1.0.6+spec-1.1.0
11722026-06-23T18:32:41.732Z Downloaded typify v0.6.2
11732026-06-23T18:32:41.736Z Downloaded walkdir v2.5.0
11742026-06-23T18:32:41.736Z Downloaded libxml v0.3.3
11752026-06-23T18:32:41.741Z Downloaded iddqd v0.4.2
11762026-06-23T18:32:41.749Z Downloaded yasna v0.5.2
11772026-06-23T18:32:41.749Z Downloaded whoami v2.1.0
11782026-06-23T18:32:41.752Z Downloaded rustyline v14.0.0
11792026-06-23T18:32:41.753Z Downloaded snafu v0.8.9
11802026-06-23T18:32:41.753Z Downloaded unsafe-libyaml v0.2.11
11812026-06-23T18:32:41.759Z Downloaded toml_edit v0.23.10+spec-1.0.0
11822026-06-23T18:32:41.759Z Downloaded rpassword v7.4.0
11832026-06-23T18:32:41.764Z Downloaded russh v0.45.0
11842026-06-23T18:32:41.764Z Downloaded num-bigint-dig v0.8.6
11852026-06-23T18:32:41.768Z Downloaded itertools v0.14.0
11862026-06-23T18:32:41.768Z Downloaded steno v0.4.1
11872026-06-23T18:32:41.776Z Downloaded tracing-core v0.1.36
11882026-06-23T18:32:41.779Z Downloaded vte v0.14.1
11892026-06-23T18:32:41.779Z Downloaded serde_with v1.14.0
11902026-06-23T18:32:41.788Z Downloaded reedline v0.40.0
11912026-06-23T18:32:41.794Z Downloaded zerocopy v0.6.6
11922026-06-23T18:32:41.802Z Downloaded p521 v0.13.3
11932026-06-23T18:32:41.805Z Downloaded bitvec v1.0.1
11942026-06-23T18:32:41.822Z Downloaded zopfli v0.8.3
11952026-06-23T18:32:41.823Z Downloaded ssh-key v0.6.7
11962026-06-23T18:32:41.823Z Downloaded git2 v0.20.4
11972026-06-23T18:32:41.823Z Downloaded uuid v1.23.0
11982026-06-23T18:32:41.830Z Downloaded unicode-bidi v0.3.18
11992026-06-23T18:32:41.830Z Downloaded toml_edit v0.19.15
12002026-06-23T18:32:41.833Z Downloaded unicode_categories v0.1.1
12012026-06-23T18:32:41.836Z Downloaded regex v1.12.3
12022026-06-23T18:32:41.839Z Downloaded tokio-postgres v0.7.16
12032026-06-23T18:32:41.855Z Downloaded p384 v0.13.1
12042026-06-23T18:32:41.866Z Downloaded typed-path v0.9.3
12052026-06-23T18:32:41.870Z Downloaded rayon v1.11.0
12062026-06-23T18:32:41.884Z Downloaded yansi v1.0.1
12072026-06-23T18:32:41.888Z Downloaded zerocopy-derive v0.8.40
12082026-06-23T18:32:41.891Z Downloaded reqwest v0.13.2
12092026-06-23T18:32:41.894Z Downloaded reqwest v0.12.28
12102026-06-23T18:32:41.898Z Downloaded chrono v0.4.44
12112026-06-23T18:32:41.902Z Downloaded zip v0.6.6
12122026-06-23T18:32:41.905Z Downloaded tower v0.5.3
12132026-06-23T18:32:41.909Z Downloaded salty v0.3.0
12142026-06-23T18:32:41.912Z Downloaded lalrpop v0.19.12
12152026-06-23T18:32:41.918Z Downloaded unicode-segmentation v1.12.0
12162026-06-23T18:32:41.924Z Downloaded quick-xml v0.37.5
12172026-06-23T18:32:41.935Z Downloaded portable-atomic v1.13.1
12182026-06-23T18:32:41.939Z Downloaded rustls-webpki v0.101.7
12192026-06-23T18:32:41.939Z Downloaded moka v0.12.13
12202026-06-23T18:32:41.943Z Downloaded unicode-normalization v0.1.25
12212026-06-23T18:32:41.947Z Downloaded goblin v0.10.5
12222026-06-23T18:32:41.955Z Downloaded x509-cert v0.2.5
12232026-06-23T18:32:41.958Z Downloaded rustls-webpki v0.102.8
12242026-06-23T18:32:41.971Z Downloaded serde_with v3.17.0
12252026-06-23T18:32:41.975Z Downloaded tower-http v0.6.8
12262026-06-23T18:32:41.981Z Downloaded tough v0.22.0
12272026-06-23T18:32:41.984Z Downloaded petname v2.0.2
12282026-06-23T18:32:41.987Z Downloaded nix v0.27.1
12292026-06-23T18:32:42.001Z Downloaded tokio-util v0.7.18
12302026-06-23T18:32:42.004Z Downloaded object v0.30.4
12312026-06-23T18:32:42.013Z Downloaded winnow v0.5.40
12322026-06-23T18:32:42.017Z Downloaded zip v4.6.1
12332026-06-23T18:32:42.020Z Downloaded proptest v1.10.0
12342026-06-23T18:32:42.025Z Downloaded radix_trie v0.2.1
12352026-06-23T18:32:42.048Z Downloaded nix v0.28.0
12362026-06-23T18:32:42.054Z Downloaded quinn-proto v0.11.13
12372026-06-23T18:32:42.060Z Downloaded polar-core v0.27.3
12382026-06-23T18:32:42.070Z Downloaded bstr v1.12.1
12392026-06-23T18:32:42.081Z Downloaded time v0.3.47
12402026-06-23T18:32:42.090Z Downloaded winnow v0.6.26
12412026-06-23T18:32:42.096Z Downloaded rustls v0.21.12
12422026-06-23T18:32:42.102Z Downloaded hickory-proto v0.24.4
12432026-06-23T18:32:42.111Z Downloaded smoltcp v0.9.1
12442026-06-23T18:32:42.117Z Downloaded object v0.37.3
12452026-06-23T18:32:42.125Z Downloaded regex-syntax v0.6.29
12462026-06-23T18:32:42.128Z Downloaded dropshot v0.17.0
12472026-06-23T18:32:42.140Z Downloaded webpki-roots v1.0.6
12482026-06-23T18:32:42.143Z Downloaded zlib-rs v0.6.2
12492026-06-23T18:32:42.150Z Downloaded openssl v0.10.79
12502026-06-23T18:32:42.153Z Downloaded nix v0.31.2
12512026-06-23T18:32:42.158Z Downloaded tabled v0.20.0
12522026-06-23T18:32:42.168Z Downloaded regress v0.10.5
12532026-06-23T18:32:42.174Z Downloaded vcpkg v0.2.15
12542026-06-23T18:32:42.196Z Downloaded regex-syntax v0.8.10
12552026-06-23T18:32:42.202Z Downloaded smoltcp v0.11.0
12562026-06-23T18:32:42.208Z Downloaded rustls v0.22.4
12572026-06-23T18:32:42.216Z Downloaded rustls v0.23.37
12582026-06-23T18:32:42.222Z Downloaded zerocopy v0.8.40
12592026-06-23T18:32:42.228Z Downloaded hickory-proto v0.25.2
12602026-06-23T18:32:42.237Z Downloaded rustix v0.38.44
12612026-06-23T18:32:42.251Z Downloaded diesel v2.3.7
12622026-06-23T18:32:42.262Z Downloaded regress v0.11.1
12632026-06-23T18:32:42.269Z Downloaded sqlparser v0.61.0
12642026-06-23T18:32:42.275Z Downloaded openapiv3 v2.2.0
12652026-06-23T18:32:42.288Z Downloaded typify-impl v0.6.2
12662026-06-23T18:32:42.298Z Downloaded ratatui v0.29.0
12672026-06-23T18:32:42.331Z Downloaded regex-automata v0.4.14
12682026-06-23T18:32:42.341Z Downloaded zstd-safe v7.2.4
12692026-06-23T18:32:42.347Z Downloaded petgraph v0.6.5
12702026-06-23T18:32:42.352Z Downloaded tracing v0.1.44
12712026-06-23T18:32:42.365Z Downloaded sled v0.34.7
12722026-06-23T18:32:42.373Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-06-23T18:32:42.394Z Downloaded csv v1.4.0
12742026-06-23T18:32:42.405Z Downloaded zerocopy-derive v0.6.6
12752026-06-23T18:32:42.429Z Downloaded tokio v1.52.1
12762026-06-23T18:32:42.450Z Downloaded chrono-tz v0.10.4
12772026-06-23T18:32:42.460Z Downloaded jiff v0.2.21
12782026-06-23T18:32:42.494Z Downloaded petgraph v0.8.3
12792026-06-23T18:32:42.508Z Downloaded sha3 v0.10.8
12802026-06-23T18:32:42.512Z Downloaded encoding_rs v0.8.35
12812026-06-23T18:32:42.523Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12822026-06-23T18:32:42.535Z Downloaded libz-sys v1.1.24
12832026-06-23T18:32:42.554Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-06-23T18:32:42.623Z Downloaded ring v0.17.14
12852026-06-23T18:32:43.180Z Downloaded aws-lc-sys v0.40.0
12862026-06-23T18:32:43.433Z Compiling libc v0.2.185
12872026-06-23T18:32:43.433Z Compiling serde v1.0.228
12882026-06-23T18:32:43.436Z Compiling log v0.4.29
12892026-06-23T18:32:43.437Z Compiling find-msvc-tools v0.1.9
12902026-06-23T18:32:43.437Z Compiling shlex v1.3.0
12912026-06-23T18:32:43.437Z Compiling smallvec v1.15.1
12922026-06-23T18:32:43.437Z Compiling typenum v1.19.0
12932026-06-23T18:32:43.437Z Compiling subtle v2.6.1
12942026-06-23T18:32:43.437Z Compiling generic-array v0.14.7
12952026-06-23T18:32:43.437Z Compiling scopeguard v1.2.0
12962026-06-23T18:32:43.576Z Compiling const-oid v0.9.6
12972026-06-23T18:32:43.584Z Compiling serde_json v1.0.149
12982026-06-23T18:32:43.597Z Compiling syn v2.0.117
12992026-06-23T18:32:43.607Z Compiling zerocopy v0.8.40
13002026-06-23T18:32:43.610Z Compiling pin-project-lite v0.2.17
13012026-06-23T18:32:43.621Z Compiling parking_lot_core v0.9.12
13022026-06-23T18:32:43.752Z Compiling portable-atomic v1.13.1
13032026-06-23T18:32:43.775Z Compiling pkg-config v0.3.32
13042026-06-23T18:32:43.804Z Compiling bitflags v2.11.0
13052026-06-23T18:32:43.820Z Compiling lock_api v0.4.14
13062026-06-23T18:32:43.836Z Compiling libm v0.2.16
13072026-06-23T18:32:43.836Z Compiling futures-core v0.3.32
13082026-06-23T18:32:43.863Z Compiling critical-section v1.2.0
13092026-06-23T18:32:43.937Z Compiling num-traits v0.2.19
13102026-06-23T18:32:43.966Z Compiling percent-encoding v2.3.2
13112026-06-23T18:32:44.036Z Compiling futures-sink v0.3.32
13122026-06-23T18:32:44.048Z Compiling futures-io v0.3.32
13132026-06-23T18:32:44.052Z Compiling getrandom v0.4.1
13142026-06-23T18:32:44.062Z Compiling futures-task v0.3.32
13152026-06-23T18:32:44.102Z Compiling slab v0.4.12
13162026-06-23T18:32:44.152Z Compiling futures-channel v0.3.32
13172026-06-23T18:32:44.180Z Compiling cpufeatures v0.2.17
13182026-06-23T18:32:44.210Z Compiling rand_core v0.10.0
13192026-06-23T18:32:44.213Z Compiling indexmap v2.14.0
13202026-06-23T18:32:44.263Z Compiling rustversion v1.0.22
13212026-06-23T18:32:44.277Z Compiling getrandom v0.3.4
13222026-06-23T18:32:44.293Z Compiling form_urlencoded v1.2.2
13232026-06-23T18:32:44.319Z Compiling dunce v1.0.5
13242026-06-23T18:32:44.338Z Compiling fs_extra v1.3.0
13252026-06-23T18:32:44.387Z Compiling base64ct v1.8.3
13262026-06-23T18:32:44.390Z Compiling ident_case v1.0.1
13272026-06-23T18:32:44.414Z Compiling iana-time-zone v0.1.65
13282026-06-23T18:32:44.427Z Compiling regex-syntax v0.8.10
13292026-06-23T18:32:44.466Z Compiling rustix v1.1.3
13302026-06-23T18:32:44.491Z Compiling flagset v0.4.7
13312026-06-23T18:32:44.546Z Compiling getrandom v0.2.17
13322026-06-23T18:32:44.582Z Compiling jobserver v0.1.34
13332026-06-23T18:32:44.637Z Compiling errno v0.3.14
13342026-06-23T18:32:44.653Z Compiling mio v1.2.0
13352026-06-23T18:32:44.653Z Compiling socket2 v0.6.3
13362026-06-23T18:32:44.708Z Compiling rand_core v0.6.4
13372026-06-23T18:32:44.793Z Compiling cc v1.2.56
13382026-06-23T18:32:44.807Z Compiling signal-hook-registry v1.4.8
13392026-06-23T18:32:44.836Z Compiling once_cell v1.21.3
13402026-06-23T18:32:44.902Z Compiling parking_lot v0.12.5
13412026-06-23T18:32:44.917Z Compiling pem-rfc7468 v0.7.0
13422026-06-23T18:32:44.999Z Compiling vcpkg v0.2.15
13432026-06-23T18:32:45.067Z Compiling aws-lc-rs v1.16.3
13442026-06-23T18:32:45.092Z Compiling tracing-core v0.1.36
13452026-06-23T18:32:45.126Z Compiling uuid v1.23.0
13462026-06-23T18:32:45.138Z Compiling rustc_version v0.4.1
13472026-06-23T18:32:45.167Z Compiling rand_core v0.9.5
13482026-06-23T18:32:45.245Z Compiling base64 v0.22.1
13492026-06-23T18:32:45.249Z Compiling httparse v1.10.1
13502026-06-23T18:32:45.282Z Compiling untrusted v0.9.0
13512026-06-23T18:32:45.331Z Compiling untrusted v0.7.1
13522026-06-23T18:32:45.378Z Compiling openssl-probe v0.2.1
13532026-06-23T18:32:45.421Z Compiling tinyvec_macros v0.1.1
13542026-06-23T18:32:45.456Z Compiling aho-corasick v1.1.4
13552026-06-23T18:32:45.470Z Compiling dyn-clone v1.0.20
13562026-06-23T18:32:45.484Z Compiling tinyvec v1.10.0
13572026-06-23T18:32:45.498Z Compiling tower-service v0.3.3
13582026-06-23T18:32:45.520Z Compiling try-lock v0.2.5
13592026-06-23T18:32:45.572Z Compiling cmake v0.1.57
13602026-06-23T18:32:45.598Z Compiling schemars v0.8.22
13612026-06-23T18:32:45.613Z Compiling tower-layer v0.3.3
13622026-06-23T18:32:45.617Z Compiling rustls v0.23.37
13632026-06-23T18:32:45.644Z Compiling atomic-waker v1.1.2
13642026-06-23T18:32:45.647Z Compiling want v0.3.1
13652026-06-23T18:32:45.684Z Compiling pin-utils v0.1.0
13662026-06-23T18:32:45.739Z Compiling httpdate v1.0.3
13672026-06-23T18:32:45.767Z Compiling openssl v0.10.79
13682026-06-23T18:32:45.794Z Compiling foreign-types-shared v0.1.1
13692026-06-23T18:32:45.809Z Compiling unicode-normalization v0.1.25
13702026-06-23T18:32:45.823Z Compiling socket2 v0.5.10
13712026-06-23T18:32:45.851Z Compiling spin v0.9.8
13722026-06-23T18:32:45.867Z Compiling foreign-types v0.3.2
13732026-06-23T18:32:45.867Z Compiling native-tls v0.2.18
13742026-06-23T18:32:45.883Z Compiling powerfmt v0.2.0
13752026-06-23T18:32:45.912Z Compiling time-core v0.1.8
13762026-06-23T18:32:45.961Z Compiling num-conv v0.2.0
13772026-06-23T18:32:45.994Z Compiling crc32fast v1.5.0
13782026-06-23T18:32:46.069Z Compiling wait-timeout v0.2.1
13792026-06-23T18:32:46.098Z Compiling deranged v0.5.8
13802026-06-23T18:32:46.112Z Compiling sync_wrapper v1.0.2
13812026-06-23T18:32:46.127Z Compiling quick-error v1.2.3
13822026-06-23T18:32:46.142Z Compiling time-macros v0.2.27
13832026-06-23T18:32:46.162Z Compiling num_threads v0.1.7
13842026-06-23T18:32:46.162Z Compiling simd-adler32 v0.3.8
13852026-06-23T18:32:46.189Z Compiling tempfile v3.25.0
13862026-06-23T18:32:46.232Z Compiling usdt-impl v0.6.0
13872026-06-23T18:32:46.247Z Compiling bit-vec v0.8.0
13882026-06-23T18:32:46.278Z Compiling syn v1.0.109
13892026-06-23T18:32:46.347Z Compiling unicode-segmentation v1.12.0
13902026-06-23T18:32:46.364Z Compiling siphasher v1.0.2
13912026-06-23T18:32:46.387Z Compiling regex-automata v0.4.14
13922026-06-23T18:32:46.403Z Compiling crossbeam-utils v0.8.21
13932026-06-23T18:32:46.458Z Compiling bit-set v0.8.0
13942026-06-23T18:32:46.473Z Compiling aws-lc-sys v0.40.0
13952026-06-23T18:32:46.476Z Compiling ring v0.17.14
13962026-06-23T18:32:46.504Z Compiling openssl-sys v0.9.115
13972026-06-23T18:32:46.516Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-06-23T18:32:46.575Z Compiling synstructure v0.13.2
13992026-06-23T18:32:46.605Z Compiling serde_derive_internals v0.29.1
14002026-06-23T18:32:46.620Z Compiling pest_generator v2.8.6
14012026-06-23T18:32:46.638Z Compiling darling_core v0.20.11
14022026-06-23T18:32:46.761Z Compiling darling_core v0.21.3
14032026-06-23T18:32:46.839Z Compiling bzip2-sys v0.1.13+1.0.8
14042026-06-23T18:32:46.949Z Compiling rusty-fork v0.3.1
14052026-06-23T18:32:47.177Z Compiling slog v2.8.2
14062026-06-23T18:32:47.239Z Compiling heapless v0.7.17
14072026-06-23T18:32:47.311Z Compiling rand_xorshift v0.4.0
14082026-06-23T18:32:47.314Z Compiling time v0.3.47
14092026-06-23T18:32:47.341Z Compiling thread-id v5.1.0
14102026-06-23T18:32:47.356Z Compiling cookie v0.18.1
14112026-06-23T18:32:47.384Z Compiling anyhow v1.0.102
14122026-06-23T18:32:47.398Z Compiling unicode-properties v0.1.4
14132026-06-23T18:32:47.439Z Compiling zstd-safe v7.2.4
14142026-06-23T18:32:47.507Z Compiling iri-string v0.7.10
14152026-06-23T18:32:47.528Z Compiling adler2 v2.0.1
14162026-06-23T18:32:47.568Z Compiling signal-hook v0.3.18
14172026-06-23T18:32:47.587Z Compiling unarray v0.1.4
14182026-06-23T18:32:47.651Z Compiling ryu v1.0.23
14192026-06-23T18:32:47.670Z Compiling allocator-api2 v0.2.21
14202026-06-23T18:32:47.684Z Compiling paste v1.0.15
14212026-06-23T18:32:47.714Z Compiling unicode-bidi v0.3.18
14222026-06-23T18:32:47.732Z Compiling miniz_oxide v0.8.9
14232026-06-23T18:32:48.012Z Compiling heck v0.4.1
14242026-06-23T18:32:48.042Z Compiling vergen-lib v9.1.0
14252026-06-23T18:32:48.241Z Compiling stringprep v0.1.5
14262026-06-23T18:32:48.256Z Compiling num-integer v0.1.46
14272026-06-23T18:32:48.272Z Compiling curve25519-dalek v4.1.3
14282026-06-23T18:32:48.364Z Compiling ff v0.13.1
14292026-06-23T18:32:48.380Z Compiling serde_derive v1.0.228
14302026-06-23T18:32:48.506Z Compiling zeroize_derive v1.4.3
14312026-06-23T18:32:48.524Z Compiling zerofrom-derive v0.1.6
14322026-06-23T18:32:48.610Z Compiling yoke-derive v0.8.1
14332026-06-23T18:32:48.631Z Compiling zerovec-derive v0.11.2
14342026-06-23T18:32:48.645Z Compiling zerocopy-derive v0.8.40
14352026-06-23T18:32:48.715Z Compiling displaydoc v0.2.5
14362026-06-23T18:32:49.021Z Compiling tokio-macros v2.7.0
14372026-06-23T18:32:49.067Z Compiling futures-macro v0.3.32
14382026-06-23T18:32:49.091Z Compiling der_derive v0.7.3
14392026-06-23T18:32:49.196Z Compiling zeroize v1.8.2
14402026-06-23T18:32:49.432Z Compiling rustls-pki-types v1.14.0
14412026-06-23T18:32:49.512Z Compiling thiserror-impl v2.0.18
14422026-06-23T18:32:49.810Z Compiling tracing-attributes v0.1.31
14432026-06-23T18:32:49.822Z Compiling scroll_derive v0.13.1
14442026-06-23T18:32:49.847Z Compiling pest_derive v2.8.6
14452026-06-23T18:32:49.923Z Compiling schemars_derive v0.8.22
14462026-06-23T18:32:49.949Z Compiling crypto-common v0.1.7
14472026-06-23T18:32:49.990Z Compiling zerofrom v0.1.6
14482026-06-23T18:32:50.012Z Compiling block-buffer v0.10.4
14492026-06-23T18:32:50.124Z Compiling yoke v0.8.1
14502026-06-23T18:32:50.138Z Compiling futures-util v0.3.32
14512026-06-23T18:32:50.142Z Compiling block-padding v0.3.3
14522026-06-23T18:32:50.195Z Compiling digest v0.10.7
14532026-06-23T18:32:50.323Z Compiling zerovec v0.11.5
14542026-06-23T18:32:50.336Z Compiling zerotrie v0.2.3
14552026-06-23T18:32:50.339Z Compiling inout v0.1.4
14562026-06-23T18:32:50.456Z Compiling hmac v0.12.1
14572026-06-23T18:32:50.533Z Compiling cipher v0.4.4
14582026-06-23T18:32:50.632Z Compiling sha2 v0.10.9
14592026-06-23T18:32:50.652Z Compiling der v0.7.10
14602026-06-23T18:32:50.666Z Compiling pbkdf2 v0.12.2
14612026-06-23T18:32:50.711Z Compiling scroll v0.13.0
14622026-06-23T18:32:50.793Z Compiling tinystr v0.8.2
14632026-06-23T18:32:50.819Z Compiling potential_utf v0.1.4
14642026-06-23T18:32:50.868Z Compiling salsa20 v0.10.2
14652026-06-23T18:32:50.923Z Compiling thiserror v2.0.18
14662026-06-23T18:32:50.996Z Compiling icu_locale_core v2.1.1
14672026-06-23T18:32:51.065Z Compiling icu_collections v2.1.1
14682026-06-23T18:32:51.068Z Compiling scrypt v0.11.0
14692026-06-23T18:32:51.068Z Compiling aes v0.8.4
14702026-06-23T18:32:51.108Z Compiling cbc v0.1.2
14712026-06-23T18:32:51.224Z Compiling tracing v0.1.44
14722026-06-23T18:32:51.287Z Compiling darling_macro v0.20.11
14732026-06-23T18:32:51.307Z Compiling openssl-macros v0.1.1
14742026-06-23T18:32:51.376Z Compiling goblin v0.10.5
14752026-06-23T18:32:51.523Z Compiling rustls-native-certs v0.8.3
14762026-06-23T18:32:51.597Z Compiling spki v0.7.3
14772026-06-23T18:32:51.728Z Compiling icu_provider v2.1.1
14782026-06-23T18:32:51.804Z Compiling pkcs5 v0.7.1
14792026-06-23T18:32:51.825Z Compiling darling v0.20.11
14802026-06-23T18:32:51.856Z Compiling dtrace-parser v0.3.0
14812026-06-23T18:32:51.916Z Compiling derive_builder_core v0.20.2
14822026-06-23T18:32:51.949Z Compiling bytes v1.11.1
14832026-06-23T18:32:51.976Z Compiling icu_normalizer v2.1.1
14842026-06-23T18:32:52.030Z Compiling icu_properties v2.1.2
14852026-06-23T18:32:52.044Z Compiling chrono v0.4.44
14862026-06-23T18:32:52.134Z Compiling pkcs8 v0.10.2
14872026-06-23T18:32:52.173Z Compiling ipnet v2.11.0
14882026-06-23T18:32:52.302Z Compiling signature v2.2.0
14892026-06-23T18:32:52.456Z Compiling tokio v1.52.1
14902026-06-23T18:32:52.508Z Compiling http v1.4.0
14912026-06-23T18:32:52.540Z Compiling webpki-roots v1.0.6
14922026-06-23T18:32:52.556Z Compiling thiserror-impl v1.0.69
14932026-06-23T18:32:52.595Z Compiling scroll_derive v0.12.1
14942026-06-23T18:32:52.627Z Compiling serde_urlencoded v0.7.1
14952026-06-23T18:32:52.680Z Compiling toml_datetime v0.6.11
14962026-06-23T18:32:52.698Z Compiling serde_spanned v0.6.9
14972026-06-23T18:32:52.826Z Compiling derive_builder_macro v0.20.2
14982026-06-23T18:32:52.856Z Compiling erased-serde v0.3.31
14992026-06-23T18:32:52.890Z Compiling serde_tokenstream v0.2.3
15002026-06-23T18:32:52.958Z Compiling idna_adapter v1.2.1
15012026-06-23T18:32:53.019Z Compiling md-5 v0.10.6
15022026-06-23T18:32:53.114Z Compiling idna v1.1.0
15032026-06-23T18:32:53.173Z Compiling ppv-lite86 v0.2.21
15042026-06-23T18:32:53.202Z Compiling http-body v1.0.1
15052026-06-23T18:32:53.227Z Compiling darling_macro v0.21.3
15062026-06-23T18:32:53.326Z Compiling scroll v0.12.0
15072026-06-23T18:32:53.340Z Compiling http-body-util v0.1.3
15082026-06-23T18:32:53.361Z Compiling bstr v1.12.1
15092026-06-23T18:32:53.374Z Compiling async-trait v0.1.89
15102026-06-23T18:32:53.387Z Compiling pin-project-internal v1.1.11
15112026-06-23T18:32:53.459Z Compiling url v2.5.8
15122026-06-23T18:32:53.485Z Compiling rand_chacha v0.9.0
15132026-06-23T18:32:53.513Z Compiling rand_chacha v0.3.1
15142026-06-23T18:32:53.601Z Compiling zerocopy-derive v0.7.35
15152026-06-23T18:32:53.616Z Compiling hash32 v0.2.1
15162026-06-23T18:32:53.757Z Compiling rand v0.9.2
15172026-06-23T18:32:53.806Z Compiling memoffset v0.9.1
15182026-06-23T18:32:53.822Z Compiling encoding_rs v0.8.35
15192026-06-23T18:32:53.882Z Compiling thiserror v1.0.69
15202026-06-23T18:32:54.015Z Compiling ref-cast v1.0.25
15212026-06-23T18:32:54.030Z Compiling litrs v1.0.0
15222026-06-23T18:32:54.201Z Compiling dof v0.4.0
15232026-06-23T18:32:54.337Z Compiling proptest v1.10.0
15242026-06-23T18:32:54.352Z Compiling zlib-rs v0.6.2
15252026-06-23T18:32:54.425Z Compiling cfg_aliases v0.2.1
15262026-06-23T18:32:54.510Z Compiling rustix v0.38.44
15272026-06-23T18:32:54.524Z Compiling psl-types v2.0.11
15282026-06-23T18:32:54.557Z Compiling mime v0.3.17
15292026-06-23T18:32:54.570Z Compiling base16ct v0.2.0
15302026-06-23T18:32:54.586Z Compiling num-bigint-dig v0.8.6
15312026-06-23T18:32:54.633Z Compiling smoltcp v0.9.1
15322026-06-23T18:32:54.658Z Compiling fallible-iterator v0.2.0
15332026-06-23T18:32:54.787Z Compiling ipnetwork v0.21.1
15342026-06-23T18:32:54.829Z Compiling sec1 v0.7.3
15352026-06-23T18:32:54.842Z Compiling publicsuffix v2.3.0
15362026-06-23T18:32:54.896Z Compiling pin-project v1.1.11
15372026-06-23T18:32:55.010Z Compiling postgres-protocol v0.6.10
15382026-06-23T18:32:55.013Z Compiling document-features v0.2.12
15392026-06-23T18:32:55.037Z Compiling oxnet v0.1.6
15402026-06-23T18:32:55.041Z Compiling zerocopy v0.7.35
15412026-06-23T18:32:55.104Z Compiling nix v0.31.2
15422026-06-23T18:32:55.285Z Compiling darling v0.21.3
15432026-06-23T18:32:55.330Z Compiling rand v0.8.6
15442026-06-23T18:32:55.353Z Compiling goblin v0.8.2
15452026-06-23T18:32:55.379Z Compiling derive_builder v0.20.2
15462026-06-23T18:32:55.491Z Compiling futures-executor v0.3.32
15472026-06-23T18:32:55.505Z Compiling hex v0.4.3
15482026-06-23T18:32:55.519Z Compiling hubpack_derive v0.1.1
15492026-06-23T18:32:55.580Z Compiling hkdf v0.12.4
15502026-06-23T18:32:55.595Z Compiling crypto-bigint v0.5.5
15512026-06-23T18:32:55.621Z Compiling regex v1.12.3
15522026-06-23T18:32:55.736Z Compiling num-iter v0.1.45
15532026-06-23T18:32:55.754Z Compiling group v0.13.0
15542026-06-23T18:32:55.768Z Compiling daft-derive v0.1.7
15552026-06-23T18:32:55.783Z Compiling curve25519-dalek-derive v0.1.1
15562026-06-23T18:32:55.797Z Compiling snafu-derive v0.8.9
15572026-06-23T18:32:55.812Z Compiling strum_macros v0.27.2
15582026-06-23T18:32:55.869Z Compiling ref-cast-impl v1.0.25
15592026-06-23T18:32:56.236Z Compiling phf_shared v0.13.1
15602026-06-23T18:32:56.323Z Compiling tokio-util v0.7.18
15612026-06-23T18:32:56.414Z Compiling tower v0.5.3
15622026-06-23T18:32:56.454Z Compiling tokio-native-tls v0.3.1
15632026-06-23T18:32:56.472Z Compiling terminal_size v0.4.3
15642026-06-23T18:32:56.501Z Compiling lazy_static v1.5.0
15652026-06-23T18:32:56.519Z Compiling anstyle-parse v0.2.7
15662026-06-23T18:32:56.519Z Compiling vergen v9.1.0
15672026-06-23T18:32:56.574Z Compiling cargo-platform v0.3.2
15682026-06-23T18:32:56.609Z Compiling fs-err v3.3.0
15692026-06-23T18:32:56.626Z Compiling ahash v0.8.12
15702026-06-23T18:32:56.644Z Compiling bumpalo v3.20.2
15712026-06-23T18:32:56.719Z Compiling same-file v1.0.6
15722026-06-23T18:32:56.735Z Compiling libbz2-rs-sys v0.2.2
15732026-06-23T18:32:56.810Z Compiling newtype-uuid v1.3.2
15742026-06-23T18:32:56.861Z Compiling tower-http v0.6.8
15752026-06-23T18:32:56.875Z Compiling managed v0.8.0
15762026-06-23T18:32:56.905Z Compiling foldhash v0.1.5
15772026-06-23T18:32:56.923Z Compiling bitflags v1.3.2
15782026-06-23T18:32:56.926Z Compiling winnow v0.5.40
15792026-06-23T18:32:57.010Z Compiling h2 v0.4.13
15802026-06-23T18:32:57.092Z Compiling object v0.37.3
15812026-06-23T18:32:57.107Z Compiling foldhash v0.2.0
15822026-06-23T18:32:57.166Z Compiling bzip2 v0.6.1
15832026-06-23T18:32:57.289Z Compiling flate2 v1.1.9
15842026-06-23T18:32:57.368Z Compiling hashbrown v0.16.1
15852026-06-23T18:32:57.394Z Compiling clap_builder v4.6.0
15862026-06-23T18:32:57.433Z Compiling hashbrown v0.15.5
15872026-06-23T18:32:57.436Z Compiling daft v0.1.7
15882026-06-23T18:32:57.699Z Compiling dof v0.3.0
15892026-06-23T18:32:57.803Z Compiling zopfli v0.8.3
15902026-06-23T18:32:57.818Z Compiling walkdir v2.5.0
15912026-06-23T18:32:57.848Z Compiling snafu v0.8.9
15922026-06-23T18:32:57.868Z Compiling strum v0.27.2
15932026-06-23T18:32:57.945Z Compiling cargo_metadata v0.23.1
15942026-06-23T18:32:58.016Z Compiling anstream v0.6.21
15952026-06-23T18:32:58.034Z Compiling elliptic-curve v0.13.8
15962026-06-23T18:32:58.261Z Compiling phf v0.13.1
15972026-06-23T18:32:58.276Z Compiling signal-hook-mio v0.2.5
15982026-06-23T18:32:58.343Z Compiling toml_edit v0.19.15
15992026-06-23T18:32:58.410Z Compiling cookie_store v0.22.1
16002026-06-23T18:32:58.437Z Compiling hubpack v0.1.2
16012026-06-23T18:32:58.459Z Compiling bzip2 v0.4.4
16022026-06-23T18:32:58.459Z Compiling usdt-attr-macro v0.6.0
16032026-06-23T18:32:58.462Z Compiling usdt-macro v0.6.0
16042026-06-23T18:32:58.500Z Compiling futures v0.3.32
16052026-06-23T18:32:58.612Z Compiling serde_with_macros v3.17.0
16062026-06-23T18:32:58.676Z Compiling postgres-types v0.2.12
16072026-06-23T18:32:58.736Z Compiling zstd v0.13.3
16082026-06-23T18:32:58.970Z Compiling dtrace-parser v0.2.0
16092026-06-23T18:32:59.010Z Compiling globset v0.4.18
16102026-06-23T18:32:59.084Z Compiling ed25519 v2.2.3
16112026-06-23T18:32:59.257Z Compiling pkcs1 v0.7.5
16122026-06-23T18:32:59.272Z Compiling serde-big-array v0.5.1
16132026-06-23T18:32:59.315Z Compiling olpc-cjson v0.1.4
16142026-06-23T18:32:59.330Z Compiling serde_plain v1.0.2
16152026-06-23T18:32:59.432Z Compiling rfc6979 v0.4.0
16162026-06-23T18:32:59.490Z Compiling clap_derive v4.6.1
16172026-06-23T18:32:59.546Z Compiling enum-as-inner v0.6.1
16182026-06-23T18:32:59.566Z Compiling strum_macros v0.26.4
16192026-06-23T18:32:59.674Z Compiling serde_repr v0.1.20
16202026-06-23T18:32:59.718Z Compiling async-recursion v1.1.1
16212026-06-23T18:32:59.739Z Compiling phf_shared v0.11.3
16222026-06-23T18:32:59.771Z Compiling pem v3.0.6
16232026-06-23T18:32:59.934Z Compiling float-cmp v0.10.0
16242026-06-23T18:32:59.938Z Compiling thread-id v4.2.2
16252026-06-23T18:33:00.012Z Compiling memmap2 v0.9.10
16262026-06-23T18:33:00.046Z Compiling env_filter v1.0.0
16272026-06-23T18:33:00.078Z Compiling data-encoding v2.10.0
16282026-06-23T18:33:00.099Z Compiling hyper v1.8.1
16292026-06-23T18:33:00.121Z Compiling jiff v0.2.21
16302026-06-23T18:33:00.245Z Compiling precomputed-hash v0.1.1
16312026-06-23T18:33:00.248Z Compiling keccak v0.1.6
16322026-06-23T18:33:00.355Z Compiling difflib v0.4.0
16332026-06-23T18:33:00.368Z Compiling predicates-core v1.0.10
16342026-06-23T18:33:00.404Z Compiling whoami v2.1.0
16352026-06-23T18:33:00.482Z Compiling static_assertions v1.1.0
16362026-06-23T18:33:00.564Z Compiling fixedbitset v0.5.7
16372026-06-23T18:33:00.579Z Compiling fixedbitset v0.4.2
16382026-06-23T18:33:00.790Z Compiling new_debug_unreachable v1.0.6
16392026-06-23T18:33:00.808Z Compiling typed-path v0.9.3
16402026-06-23T18:33:00.808Z Compiling normalize-line-endings v0.3.0
16412026-06-23T18:33:00.872Z Compiling either v1.15.0
16422026-06-23T18:33:00.886Z Compiling toml_edit v0.22.27
16432026-06-23T18:33:00.925Z Compiling predicates v3.1.4
16442026-06-23T18:33:00.938Z Compiling string_cache v0.8.9
16452026-06-23T18:33:00.994Z Compiling petgraph v0.8.3
16462026-06-23T18:33:01.068Z Compiling petgraph v0.6.5
16472026-06-23T18:33:01.155Z Compiling itertools v0.13.0
16482026-06-23T18:33:01.169Z Compiling tokio-postgres v0.7.16
16492026-06-23T18:33:01.192Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16502026-06-23T18:33:01.231Z Compiling hyper-util v0.1.20
16512026-06-23T18:33:01.334Z Compiling clap v4.6.1
16522026-06-23T18:33:01.400Z Compiling strum v0.26.3
16532026-06-23T18:33:01.427Z Compiling sha3 v0.10.8
16542026-06-23T18:33:01.540Z Compiling hickory-proto v0.25.2
16552026-06-23T18:33:01.634Z Compiling env_logger v0.11.9
16562026-06-23T18:33:01.772Z Compiling usdt v0.6.0
16572026-06-23T18:33:01.904Z Compiling usdt-impl v0.5.0
16582026-06-23T18:33:02.010Z Compiling serde_with v3.17.0
16592026-06-23T18:33:02.062Z Compiling toml v0.7.8
16602026-06-23T18:33:02.086Z Compiling crossterm v0.28.1
16612026-06-23T18:33:02.457Z Compiling ecdsa v0.16.9
16622026-06-23T18:33:02.517Z Compiling rsa v0.9.10
16632026-06-23T18:33:02.622Z Compiling ed25519-dalek v2.2.0
16642026-06-23T18:33:02.678Z Compiling hyper-tls v0.6.0
16652026-06-23T18:33:02.877Z Compiling zip v4.6.1
16662026-06-23T18:33:03.066Z Compiling zip v0.6.6
16672026-06-23T18:33:03.311Z Compiling iddqd v0.4.2
16682026-06-23T18:33:03.682Z Compiling tokio-stream v0.1.18
16692026-06-23T18:33:03.698Z Compiling toml_parser v1.0.9+spec-1.1.0
16702026-06-23T18:33:03.724Z Compiling buf-list v1.1.2
16712026-06-23T18:33:03.790Z Compiling similar v2.7.0
16722026-06-23T18:33:03.804Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-23T18:33:03.824Z Compiling openapiv3 v2.2.0
16742026-06-23T18:33:03.870Z Compiling x509-cert v0.2.5
16752026-06-23T18:33:04.016Z Compiling sha1 v0.10.6
16762026-06-23T18:33:04.092Z Compiling crossbeam-epoch v0.9.18
16772026-06-23T18:33:04.122Z Compiling peg-runtime v0.8.5
16782026-06-23T18:33:04.173Z Compiling lalrpop-util v0.19.12
16792026-06-23T18:33:04.253Z Compiling thread_local v1.1.9
16802026-06-23T18:33:04.347Z Compiling slog-async v2.8.0
16812026-06-23T18:33:04.395Z Compiling crossbeam-channel v0.5.15
16822026-06-23T18:33:04.424Z Compiling filetime v0.2.27
16832026-06-23T18:33:04.439Z Compiling is-terminal v0.4.17
16842026-06-23T18:33:04.442Z Compiling xattr v1.6.1
16852026-06-23T18:33:04.523Z Compiling take_mut v0.2.2
16862026-06-23T18:33:04.553Z Compiling term v1.2.1
16872026-06-23T18:33:04.616Z Compiling tar v0.4.45
16882026-06-23T18:33:04.867Z Compiling slog-term v2.9.2
16892026-06-23T18:33:22.437Z Compiling rustls-webpki v0.103.9
16902026-06-23T18:33:25.266Z Compiling tokio-rustls v0.26.4
16912026-06-23T18:33:25.266Z Compiling rustls-platform-verifier v0.6.2
16922026-06-23T18:33:25.467Z Compiling hyper-rustls v0.27.7
16932026-06-23T18:33:25.655Z Compiling reqwest v0.12.28
16942026-06-23T18:33:25.659Z Compiling reqwest v0.13.2
16952026-06-23T18:33:26.888Z Compiling tough v0.22.0
16962026-06-23T18:33:29.390Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16972026-06-23T18:33:29.625Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16982026-06-23T18:33:32.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.42s
16992026-06-23T18:33:32.634Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17002026-06-23T18:33:32.689ZJun 23 18:33:32.499 INFO Starting download, target: Clickhouse
17012026-06-23T18:33:32.689ZJun 23 18:33:32.500 INFO Starting download, target: Cockroach
17022026-06-23T18:33:32.689ZJun 23 18:33:32.500 INFO Starting download, target: Console
17032026-06-23T18:33:32.689ZJun 23 18:33:32.500 INFO Starting download, target: DendriteStub
17042026-06-23T18:33:32.692ZJun 23 18:33:32.500 INFO Starting download, target: MaghemiteMgd
17052026-06-23T18:33:32.692ZJun 23 18:33:32.500 INFO Starting download, target: MaghemiteDdmd
17062026-06-23T18:33:32.692ZJun 23 18:33:32.500 INFO Starting download, target: TransceiverControl
17072026-06-23T18:33:32.692ZJun 23 18:33:32.501 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-06-23T18:33:32.692ZJun 23 18:33:32.501 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-06-23T18:33:32.692ZJun 23 18:33:32.501 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-06-23T18:33:32.692ZJun 23 18:33:32.501 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-06-23T18:33:32.693ZJun 23 18:33:32.501 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17122026-06-23T18:33:32.693ZJun 23 18:33:32.501 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-23T18:33:32.693ZJun 23 18:33:32.501 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17142026-06-23T18:33:33.084ZJun 23 18:33:32.886 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-06-23T18:33:33.302ZJun 23 18:33:33.107 INFO Download complete, target: TransceiverControl
17162026-06-23T18:33:33.687ZJun 23 18:33:33.489 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17172026-06-23T18:33:33.948ZJun 23 18:33:33.752 INFO Download complete, target: Console
17182026-06-23T18:33:34.598ZJun 23 18:33:34.404 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17192026-06-23T18:33:34.789ZJun 23 18:33:34.590 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17202026-06-23T18:33:34.895ZJun 23 18:33:34.703 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17212026-06-23T18:33:35.227ZJun 23 18:33:35.037 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17222026-06-23T18:33:35.276ZJun 23 18:33:35.087 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17232026-06-23T18:33:35.276ZJun 23 18:33:35.087 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17242026-06-23T18:33:36.521ZJun 23 18:33:36.297 INFO Download complete, target: MaghemiteDdmd
17252026-06-23T18:33:37.534ZJun 23 18:33:37.346 INFO Download complete, target: DendriteStub
17262026-06-23T18:33:37.623ZJun 23 18:33:37.432 INFO Download complete, target: MaghemiteMgd
17272026-06-23T18:33:40.086ZJun 23 18:33:39.897 INFO Checking that binary works, target: Cockroach
17282026-06-23T18:33:40.234ZJun 23 18:33:40.018 INFO Download complete, target: Cockroach
17292026-06-23T18:33:42.091ZJun 23 18:33:41.902 INFO Checking that binary works, target: Clickhouse
17302026-06-23T18:33:42.174ZJun 23 18:33:41.986 INFO Download complete, target: Clickhouse
17312026-06-23T18:33:42.182ZAll prerequisites installed successfully
17322026-06-23T18:33:42.186Z
17332026-06-23T18:33:42.186Zreal 1:49.647387640
17342026-06-23T18:33:42.186Zuser 6:53.114732389
17352026-06-23T18:33:42.186Zsys 1:42.659458066
17362026-06-23T18:33:42.186Ztrap 0.272231620
17372026-06-23T18:33:42.186Ztflt 1.411768753
17382026-06-23T18:33:42.186Zdflt 1.809705870
17392026-06-23T18:33:42.186Zkflt 0.037234107
17402026-06-23T18:33:42.186Zlock 23:58.470900592
17412026-06-23T18:33:42.186Zslp 18:54.819862021
17422026-06-23T18:33:42.186Zlat 24.638486530
17432026-06-23T18:33:42.186Zstop 2:50.785472581
17442026-06-23T18:33:42.186Z+ ptime -m cargo xtask download softnpu
17452026-06-23T18:33:42.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17462026-06-23T18:33:42.667Z Running `target/debug/xtask download softnpu`
17472026-06-23T18:33:43.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17482026-06-23T18:33:43.465Z Running `target/debug/xtask-downloader softnpu`
17492026-06-23T18:33:43.507ZJun 23 18:33:43.311 INFO Starting download, target: Softnpu
17502026-06-23T18:33:43.569ZJun 23 18:33:43.311 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17512026-06-23T18:33:44.350ZJun 23 18:33:44.158 INFO Download complete, target: Softnpu
17522026-06-23T18:33:44.357Z
17532026-06-23T18:33:44.357Zreal 2.162948396
17542026-06-23T18:33:44.357Zuser 1.285427039
17552026-06-23T18:33:44.357Zsys 0.601532270
17562026-06-23T18:33:44.357Ztrap 0.000457362
17572026-06-23T18:33:44.357Ztflt 0.000092323
17582026-06-23T18:33:44.357Zdflt 0.000226793
17592026-06-23T18:33:44.357Zkflt 0.000000000
17602026-06-23T18:33:44.357Zlock 15.383077587
17612026-06-23T18:33:44.357Zslp 0.708252075
17622026-06-23T18:33:44.357Zlat 0.079476010
17632026-06-23T18:33:44.357Zstop 0.000171780
17642026-06-23T18:33:44.357Z+ export CARGO_INCREMENTAL=0
17652026-06-23T18:33:44.357Z+ CARGO_INCREMENTAL=0
17662026-06-23T18:33:44.357Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17672026-06-23T18:33:45.223Z Compiling proc-macro2 v1.0.106
17682026-06-23T18:33:45.223Z Compiling quote v1.0.45
17692026-06-23T18:33:45.223Z Compiling unicode-ident v1.0.24
17702026-06-23T18:33:45.223Z Compiling libc v0.2.185
17712026-06-23T18:33:45.226Z Compiling serde_core v1.0.228
17722026-06-23T18:33:45.226Z Compiling serde v1.0.228
17732026-06-23T18:33:45.226Z Compiling cfg-if v1.0.4
17742026-06-23T18:33:45.226Z Compiling version_check v0.9.5
17752026-06-23T18:33:45.226Z Compiling shlex v1.3.0
17762026-06-23T18:33:45.226Z Compiling find-msvc-tools v0.1.9
17772026-06-23T18:33:45.226Z Compiling typenum v1.19.0
17782026-06-23T18:33:45.363Z Compiling zmij v1.0.21
17792026-06-23T18:33:45.369Z Compiling autocfg v1.5.0
17802026-06-23T18:33:45.369Z Compiling memchr v2.8.0
17812026-06-23T18:33:45.369Z Compiling serde_json v1.0.149
17822026-06-23T18:33:45.683Z Compiling portable-atomic v1.13.1
17832026-06-23T18:33:45.759Z Compiling libm v0.2.16
17842026-06-23T18:33:45.773Z Compiling zerocopy v0.8.40
17852026-06-23T18:33:45.787Z Compiling parking_lot_core v0.9.12
17862026-06-23T18:33:45.803Z Compiling smallvec v1.15.1
17872026-06-23T18:33:45.832Z Compiling icu_normalizer_data v2.1.1
17882026-06-23T18:33:45.849Z Compiling generic-array v0.14.7
17892026-06-23T18:33:45.879Z Compiling icu_properties_data v2.1.2
17902026-06-23T18:33:45.933Z Compiling num-traits v0.2.19
17912026-06-23T18:33:46.033Z Compiling itoa v1.0.17
17922026-06-23T18:33:46.067Z Compiling getrandom v0.4.1
17932026-06-23T18:33:46.085Z Compiling log v0.4.29
17942026-06-23T18:33:46.101Z Compiling stable_deref_trait v1.2.1
17952026-06-23T18:33:46.133Z Compiling pkg-config v0.3.32
17962026-06-23T18:33:46.162Z Compiling subtle v2.6.1
17972026-06-23T18:33:46.284Z Compiling jobserver v0.1.34
17982026-06-23T18:33:46.300Z Compiling getrandom v0.2.17
17992026-06-23T18:33:46.330Z Compiling scopeguard v1.2.0
18002026-06-23T18:33:46.363Z Compiling errno v0.3.14
18012026-06-23T18:33:46.469Z Compiling lock_api v0.4.14
18022026-06-23T18:33:46.484Z Compiling rand_core v0.6.4
18032026-06-23T18:33:46.543Z Compiling cc v1.2.56
18042026-06-23T18:33:46.604Z Compiling syn v2.0.117
18052026-06-23T18:33:46.633Z Compiling litemap v0.8.1
18062026-06-23T18:33:46.637Z Compiling fnv v1.0.7
18072026-06-23T18:33:46.694Z Compiling percent-encoding v2.3.2
18082026-06-23T18:33:46.722Z Compiling writeable v0.6.2
18092026-06-23T18:33:46.762Z Compiling thiserror v2.0.18
18102026-06-23T18:33:46.779Z Compiling pin-project-lite v0.2.17
18112026-06-23T18:33:46.849Z Compiling getrandom v0.3.4
18122026-06-23T18:33:46.914Z Compiling equivalent v1.0.2
18132026-06-23T18:33:46.941Z Compiling rand_core v0.10.0
18142026-06-23T18:33:47.003Z Compiling schemars v0.8.22
18152026-06-23T18:33:47.006Z Compiling fs_extra v1.3.0
18162026-06-23T18:33:47.019Z Compiling dunce v1.0.5
18172026-06-23T18:33:47.066Z Compiling rustversion v1.0.22
18182026-06-23T18:33:47.083Z Compiling utf8_iter v1.0.4
18192026-06-23T18:33:47.176Z Compiling rustix v1.1.3
18202026-06-23T18:33:47.191Z Compiling critical-section v1.2.0
18212026-06-23T18:33:47.222Z Compiling form_urlencoded v1.2.2
18222026-06-23T18:33:47.290Z Compiling hashbrown v0.17.0
18232026-06-23T18:33:47.322Z Compiling cmake v0.1.57
18242026-06-23T18:33:47.352Z Compiling signal-hook-registry v1.4.8
18252026-06-23T18:33:47.397Z Compiling const-oid v0.9.6
18262026-06-23T18:33:47.681Z Compiling once_cell v1.21.3
18272026-06-23T18:33:47.863Z Compiling bitflags v2.11.0
18282026-06-23T18:33:47.878Z Compiling semver v1.0.28
18292026-06-23T18:33:47.904Z Compiling indexmap v2.14.0
18302026-06-23T18:33:47.920Z Compiling ring v0.17.14
18312026-06-23T18:33:47.956Z Compiling aws-lc-sys v0.40.0
18322026-06-23T18:33:47.959Z Compiling parking_lot v0.12.5
18332026-06-23T18:33:47.996Z Compiling mio v1.2.0
18342026-06-23T18:33:48.048Z Compiling socket2 v0.6.3
18352026-06-23T18:33:48.163Z Compiling aws-lc-rs v1.16.3
18362026-06-23T18:33:48.182Z Compiling futures-core v0.3.32
18372026-06-23T18:33:48.234Z Compiling thiserror v1.0.69
18382026-06-23T18:33:48.332Z Compiling httparse v1.10.1
18392026-06-23T18:33:48.346Z Compiling strsim v0.11.1
18402026-06-23T18:33:48.459Z Compiling ucd-trie v0.1.7
18412026-06-23T18:33:48.472Z Compiling vcpkg v0.2.15
18422026-06-23T18:33:48.585Z Compiling byteorder v1.5.0
18432026-06-23T18:33:48.626Z Compiling iana-time-zone v0.1.65
18442026-06-23T18:33:48.638Z Compiling pest v2.8.6
18452026-06-23T18:33:48.716Z Compiling ident_case v1.0.1
18462026-06-23T18:33:48.728Z Compiling regex-syntax v0.8.10
18472026-06-23T18:33:48.729Z Compiling heck v0.5.0
18482026-06-23T18:33:48.764Z Compiling syn v1.0.109
18492026-06-23T18:33:48.775Z Compiling uuid v1.23.0
18502026-06-23T18:33:48.997Z Compiling cpufeatures v0.2.17
18512026-06-23T18:33:49.033Z Compiling rustls v0.23.37
18522026-06-23T18:33:49.039Z Compiling openssl-sys v0.9.115
18532026-06-23T18:33:49.069Z Compiling rustc_version v0.4.1
18542026-06-23T18:33:49.135Z Compiling futures-sink v0.3.32
18552026-06-23T18:33:49.269Z Compiling futures-channel v0.3.32
18562026-06-23T18:33:49.329Z Compiling aho-corasick v1.1.4
18572026-06-23T18:33:49.360Z Compiling futures-task v0.3.32
18582026-06-23T18:33:49.364Z Compiling dyn-clone v1.0.20
18592026-06-23T18:33:49.510Z Compiling synstructure v0.13.2
18602026-06-23T18:33:49.560Z Compiling serde_derive_internals v0.29.1
18612026-06-23T18:33:49.573Z Compiling futures-io v0.3.32
18622026-06-23T18:33:49.589Z Compiling slab v0.4.12
18632026-06-23T18:33:49.749Z Compiling pest_meta v2.8.6
18642026-06-23T18:33:49.883Z Compiling plain v0.2.3
18652026-06-23T18:33:49.889Z Compiling crc32fast v1.5.0
18662026-06-23T18:33:49.927Z Compiling openssl v0.10.79
18672026-06-23T18:33:49.971Z Compiling num-conv v0.2.0
18682026-06-23T18:33:50.009Z Compiling base64 v0.22.1
18692026-06-23T18:33:50.032Z Compiling time-core v0.1.8
18702026-06-23T18:33:50.111Z Compiling crossbeam-utils v0.8.21
18712026-06-23T18:33:50.177Z Compiling pretty-hex v0.4.1
18722026-06-23T18:33:50.191Z Compiling time-macros v0.2.27
18732026-06-23T18:33:50.281Z Compiling regex-automata v0.4.14
18742026-06-23T18:33:50.329Z Compiling native-tls v0.2.18
18752026-06-23T18:33:50.333Z Compiling base64ct v1.8.3
18762026-06-23T18:33:50.363Z Compiling pest_generator v2.8.6
18772026-06-23T18:33:50.380Z Compiling anyhow v1.0.102
18782026-06-23T18:33:50.404Z Compiling darling_core v0.21.3
18792026-06-23T18:33:50.530Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18802026-06-23T18:33:50.656Z Compiling pem-rfc7468 v0.7.0
18812026-06-23T18:33:50.693Z Compiling serde_derive v1.0.228
18822026-06-23T18:33:50.710Z Compiling zeroize_derive v1.4.3
18832026-06-23T18:33:50.724Z Compiling zerofrom-derive v0.1.6
18842026-06-23T18:33:50.777Z Compiling yoke-derive v0.8.1
18852026-06-23T18:33:50.797Z Compiling zerovec-derive v0.11.2
18862026-06-23T18:33:50.844Z Compiling displaydoc v0.2.5
18872026-06-23T18:33:50.921Z Compiling zerocopy-derive v0.8.40
18882026-06-23T18:33:50.940Z Compiling tokio-macros v2.7.0
18892026-06-23T18:33:51.003Z Compiling futures-macro v0.3.32
18902026-06-23T18:33:51.018Z Compiling thiserror-impl v2.0.18
18912026-06-23T18:33:51.176Z Compiling schemars_derive v0.8.22
18922026-06-23T18:33:51.327Z Compiling zeroize v1.8.2
18932026-06-23T18:33:51.624Z Compiling tracing-attributes v0.1.31
18942026-06-23T18:33:51.763Z Compiling der_derive v0.7.3
18952026-06-23T18:33:51.781Z Compiling thiserror-impl v1.0.69
18962026-06-23T18:33:51.843Z Compiling zerofrom v0.1.6
18972026-06-23T18:33:51.985Z Compiling yoke v0.8.1
18982026-06-23T18:33:52.159Z Compiling crypto-common v0.1.7
18992026-06-23T18:33:52.203Z Compiling zerovec v0.11.5
19002026-06-23T18:33:52.206Z Compiling zerotrie v0.2.3
19012026-06-23T18:33:52.253Z Compiling block-buffer v0.10.4
19022026-06-23T18:33:52.386Z Compiling digest v0.10.7
19032026-06-23T18:33:52.559Z Compiling pest_derive v2.8.6
19042026-06-23T18:33:52.616Z Compiling hmac v0.12.1
19052026-06-23T18:33:52.670Z Compiling futures-util v0.3.32
19062026-06-23T18:33:52.770Z Compiling tinystr v0.8.2
19072026-06-23T18:33:52.785Z Compiling potential_utf v0.1.4
19082026-06-23T18:33:52.821Z Compiling block-padding v0.3.3
19092026-06-23T18:33:52.852Z Compiling sha2 v0.10.9
19102026-06-23T18:33:52.939Z Compiling icu_collections v2.1.1
19112026-06-23T18:33:52.972Z Compiling icu_locale_core v2.1.1
19122026-06-23T18:33:53.000Z Compiling inout v0.1.4
19132026-06-23T18:33:53.095Z Compiling rustls-pki-types v1.14.0
19142026-06-23T18:33:53.180Z Compiling cipher v0.4.4
19152026-06-23T18:33:53.196Z Compiling openssl-macros v0.1.1
19162026-06-23T18:33:53.212Z Compiling scroll_derive v0.13.1
19172026-06-23T18:33:53.465Z Compiling scroll_derive v0.12.1
19182026-06-23T18:33:53.742Z Compiling icu_provider v2.1.1
19192026-06-23T18:33:53.788Z Compiling bytes v1.11.1
19202026-06-23T18:33:53.840Z Compiling chrono v0.4.44
19212026-06-23T18:33:53.945Z Compiling serde_tokenstream v0.2.3
19222026-06-23T18:33:53.971Z Compiling flagset v0.4.7
19232026-06-23T18:33:54.122Z Compiling icu_normalizer v2.1.1
19242026-06-23T18:33:54.125Z Compiling icu_properties v2.1.2
19252026-06-23T18:33:54.249Z Compiling der v0.7.10
19262026-06-23T18:33:54.264Z Compiling darling_macro v0.21.3
19272026-06-23T18:33:54.526Z Compiling tokio v1.52.1
19282026-06-23T18:33:54.733Z Compiling http v1.4.0
19292026-06-23T18:33:54.947Z Compiling regex v1.12.3
19302026-06-23T18:33:55.234Z Compiling idna_adapter v1.2.1
19312026-06-23T18:33:55.356Z Compiling idna v1.1.0
19322026-06-23T18:33:55.389Z Compiling ppv-lite86 v0.2.21
19332026-06-23T18:33:55.423Z Compiling zerocopy-derive v0.7.35
19342026-06-23T18:33:55.470Z Compiling rand_core v0.9.5
19352026-06-23T18:33:55.581Z Compiling slog v2.8.2
19362026-06-23T18:33:55.618Z Compiling tracing-core v0.1.36
19372026-06-23T18:33:55.718Z Compiling url v2.5.8
19382026-06-23T18:33:55.987Z Compiling untrusted v0.9.0
19392026-06-23T18:33:56.017Z Compiling tracing v0.1.44
19402026-06-23T18:33:56.468Z Compiling spki v0.7.3
19412026-06-23T18:33:56.677Z Compiling darling v0.21.3
19422026-06-23T18:33:56.685Z Compiling salsa20 v0.10.2
19432026-06-23T18:33:56.689Z Compiling pbkdf2 v0.12.2
19442026-06-23T18:33:57.193Z Compiling cookie v0.18.1
19452026-06-23T18:33:57.211Z Compiling camino v1.2.2
19462026-06-23T18:33:57.406Z Compiling scrypt v0.11.0
19472026-06-23T18:33:57.463Z Compiling rand_chacha v0.9.0
19482026-06-23T18:33:57.515Z Compiling http-body v1.0.1
19492026-06-23T18:33:57.649Z Compiling cbc v0.1.2
19502026-06-23T18:33:57.652Z Compiling aes v0.8.4
19512026-06-23T18:33:57.739Z Compiling usdt-impl v0.5.0
19522026-06-23T18:33:57.802Z Compiling usdt-impl v0.6.0
19532026-06-23T18:33:57.819Z Compiling ref-cast v1.0.25
19542026-06-23T18:33:57.834Z Compiling paste v1.0.15
19552026-06-23T18:33:57.889Z Compiling untrusted v0.7.1
19562026-06-23T18:33:58.010Z Compiling openssl-probe v0.2.1
19572026-06-23T18:33:58.030Z Compiling winnow v0.7.14
19582026-06-23T18:33:58.033Z Compiling either v1.15.0
19592026-06-23T18:33:58.192Z Compiling fastrand v2.3.0
19602026-06-23T18:33:58.207Z Compiling unicode-segmentation v1.12.0
19612026-06-23T18:33:58.207Z Compiling tinyvec_macros v0.1.1
19622026-06-23T18:33:58.207Z Compiling tinyvec v1.10.0
19632026-06-23T18:33:58.214Z Compiling pkcs5 v0.7.1
19642026-06-23T18:33:58.219Z Compiling rand v0.9.2
19652026-06-23T18:33:58.494Z Compiling scroll v0.12.0
19662026-06-23T18:33:58.535Z Compiling tokio-util v0.7.18
19672026-06-23T18:33:58.550Z Compiling scroll v0.13.0
19682026-06-23T18:33:58.616Z Compiling serde_spanned v0.6.9
19692026-06-23T18:33:58.662Z Compiling toml_datetime v0.6.11
19702026-06-23T18:33:58.801Z Compiling async-trait v0.1.89
19712026-06-23T18:33:58.857Z Compiling heapless v0.7.17
19722026-06-23T18:33:58.930Z Compiling bzip2-sys v0.1.13+1.0.8
19732026-06-23T18:33:58.959Z Compiling try-lock v0.2.5
19742026-06-23T18:33:59.076Z Compiling zstd-safe v7.2.4
19752026-06-23T18:33:59.084Z Compiling rustix v0.38.44
19762026-06-23T18:33:59.199Z Compiling atomic-waker v1.1.2
19772026-06-23T18:33:59.393Z Compiling signal-hook v0.3.18
19782026-06-23T18:33:59.477Z Compiling tower-layer v0.3.3
19792026-06-23T18:33:59.520Z Compiling tower-service v0.3.3
19802026-06-23T18:33:59.520Z Compiling h2 v0.4.13
19812026-06-23T18:33:59.520Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-06-23T18:33:59.574Z Compiling want v0.3.1
19832026-06-23T18:33:59.707Z Compiling goblin v0.10.5
19842026-06-23T18:33:59.762Z Compiling goblin v0.8.2
19852026-06-23T18:33:59.835Z Compiling pkcs8 v0.10.2
19862026-06-23T18:33:59.890Z Compiling heck v0.4.1
19872026-06-23T18:34:00.093Z Compiling zerocopy v0.7.35
19882026-06-23T18:34:00.099Z Compiling ipnet v2.11.0
19892026-06-23T18:34:00.142Z Compiling ref-cast-impl v1.0.25
19902026-06-23T18:34:00.529Z Compiling darling_core v0.20.11
19912026-06-23T18:34:00.561Z Compiling curve25519-dalek v4.1.3
19922026-06-23T18:34:00.596Z Compiling memoffset v0.9.1
19932026-06-23T18:34:00.662Z Compiling winnow v0.5.40
19942026-06-23T18:34:00.813Z Compiling pin-utils v0.1.0
19952026-06-23T18:34:00.842Z Compiling utf8parse v0.2.2
19962026-06-23T18:34:01.072Z Compiling foreign-types-shared v0.1.1
19972026-06-23T18:34:01.156Z Compiling litrs v1.0.0
19982026-06-23T18:34:01.172Z Compiling httpdate v1.0.3
19992026-06-23T18:34:01.344Z Compiling foreign-types v0.3.2
20002026-06-23T18:34:01.394Z Compiling tempfile v3.25.0
20012026-06-23T18:34:01.619Z Compiling document-features v0.2.12
20022026-06-23T18:34:01.733Z Compiling unicode-normalization v0.1.25
20032026-06-23T18:34:02.103Z Compiling toml_edit v0.19.15
20042026-06-23T18:34:02.154Z Compiling dof v0.3.0
20052026-06-23T18:34:02.342Z Compiling dtrace-parser v0.2.0
20062026-06-23T18:34:02.468Z Compiling darling_macro v0.20.11
20072026-06-23T18:34:02.485Z Compiling hyper v1.8.1
20082026-06-23T18:34:02.566Z Compiling dof v0.4.0
20092026-06-23T18:34:02.841Z Compiling dtrace-parser v0.3.0
20102026-06-23T18:34:03.091Z Compiling daft-derive v0.1.7
20112026-06-23T18:34:03.106Z Compiling pin-project-internal v1.1.11
20122026-06-23T18:34:03.206Z Compiling spin v0.9.8
20132026-06-23T18:34:03.257Z Compiling socket2 v0.5.10
20142026-06-23T18:34:03.419Z Compiling thread-id v4.2.2
20152026-06-23T18:34:03.435Z Compiling thread-id v5.1.0
20162026-06-23T18:34:03.466Z Compiling cfg_aliases v0.2.1
20172026-06-23T18:34:03.539Z Compiling anstyle v1.0.14
20182026-06-23T18:34:03.554Z Compiling smoltcp v0.9.1
20192026-06-23T18:34:03.554Z Compiling powerfmt v0.2.0
20202026-06-23T18:34:03.614Z Compiling num-bigint-dig v0.8.6
20212026-06-23T18:34:03.774Z Compiling deranged v0.5.8
20222026-06-23T18:34:03.790Z Compiling hyper-util v0.1.20
20232026-06-23T18:34:03.806Z Compiling nix v0.31.2
20242026-06-23T18:34:04.122Z Compiling darling v0.20.11
20252026-06-23T18:34:04.219Z Compiling rustls-native-certs v0.8.3
20262026-06-23T18:34:04.264Z Compiling ipnetwork v0.21.1
20272026-06-23T18:34:04.382Z Compiling curve25519-dalek-derive v0.1.1
20282026-06-23T18:34:04.497Z Compiling strum_macros v0.26.4
20292026-06-23T18:34:04.640Z Compiling sync_wrapper v1.0.2
20302026-06-23T18:34:04.765Z Compiling wait-timeout v0.2.1
20312026-06-23T18:34:04.946Z Compiling bit-vec v0.8.0
20322026-06-23T18:34:04.962Z Compiling siphasher v1.0.2
20332026-06-23T18:34:05.164Z Compiling num_threads v0.1.7
20342026-06-23T18:34:05.167Z Compiling quick-error v1.2.3
20352026-06-23T18:34:05.195Z Compiling colorchoice v1.0.4
20362026-06-23T18:34:05.278Z Compiling simd-adler32 v0.3.8
20372026-06-23T18:34:05.317Z Compiling is_terminal_polyfill v1.70.2
20382026-06-23T18:34:05.334Z Compiling anstyle-query v1.1.5
20392026-06-23T18:34:05.426Z Compiling time v0.3.47
20402026-06-23T18:34:05.456Z Compiling rusty-fork v0.3.1
20412026-06-23T18:34:05.513Z Compiling bit-set v0.8.0
20422026-06-23T18:34:05.761Z Compiling tower v0.5.3
20432026-06-23T18:34:05.946Z Compiling derive_builder_core v0.20.2
20442026-06-23T18:34:06.082Z Compiling snafu-derive v0.8.9
20452026-06-23T18:34:06.098Z Compiling http-body-util v0.1.3
20462026-06-23T18:34:06.354Z Compiling webpki-roots v1.0.6
20472026-06-23T18:34:06.476Z Compiling rand_xorshift v0.4.0
20482026-06-23T18:34:06.491Z Compiling signature v2.2.0
20492026-06-23T18:34:06.551Z Compiling hubpack_derive v0.1.1
20502026-06-23T18:34:06.636Z Compiling strum_macros v0.27.2
20512026-06-23T18:34:06.736Z Compiling fs-err v3.3.0
20522026-06-23T18:34:06.787Z Compiling ahash v0.8.12
20532026-06-23T18:34:06.875Z Compiling allocator-api2 v0.2.21
20542026-06-23T18:34:06.999Z Compiling adler2 v2.0.1
20552026-06-23T18:34:07.019Z Compiling object v0.37.3
20562026-06-23T18:34:07.037Z Compiling ryu v1.0.23
20572026-06-23T18:34:07.073Z Compiling unarray v0.1.4
20582026-06-23T18:34:07.143Z Compiling unicode-bidi v0.3.18
20592026-06-23T18:34:07.205Z Compiling iri-string v0.7.10
20602026-06-23T18:34:07.223Z Compiling unicode-properties v0.1.4
20612026-06-23T18:34:07.450Z Compiling proptest v1.10.0
20622026-06-23T18:34:07.631Z Compiling stringprep v0.1.5
20632026-06-23T18:34:07.742Z Compiling serde_urlencoded v0.7.1
20642026-06-23T18:34:07.846Z Compiling miniz_oxide v0.8.9
20652026-06-23T18:34:08.005Z Compiling derive_builder_macro v0.20.2
20662026-06-23T18:34:08.288Z Compiling tokio-native-tls v0.3.1
20672026-06-23T18:34:08.362Z Compiling tower-http v0.6.8
20682026-06-23T18:34:08.425Z Compiling usdt-attr-macro v0.6.0
20692026-06-23T18:34:08.478Z Compiling usdt-macro v0.6.0
20702026-06-23T18:34:08.737Z Compiling anstyle-parse v1.0.0
20712026-06-23T18:34:08.990Z Compiling rand_chacha v0.3.1
20722026-06-23T18:34:09.005Z Compiling erased-serde v0.3.31
20732026-06-23T18:34:09.179Z Compiling md-5 v0.10.6
20742026-06-23T18:34:09.194Z Compiling bstr v1.12.1
20752026-06-23T18:34:09.350Z Compiling num-integer v0.1.46
20762026-06-23T18:34:09.371Z Compiling hash32 v0.2.1
20772026-06-23T18:34:09.393Z Compiling vergen-lib v9.1.0
20782026-06-23T18:34:09.454Z Compiling ff v0.13.1
20792026-06-23T18:34:09.539Z Compiling encoding_rs v0.8.35
20802026-06-23T18:34:09.574Z Compiling fallible-iterator v0.2.0
20812026-06-23T18:34:09.603Z Compiling zlib-rs v0.6.2
20822026-06-23T18:34:09.619Z Compiling base16ct v0.2.0
20832026-06-23T18:34:09.693Z Compiling psl-types v2.0.11
20842026-06-23T18:34:09.752Z Compiling mime v0.3.17
20852026-06-23T18:34:09.820Z Compiling publicsuffix v2.3.0
20862026-06-23T18:34:09.847Z Compiling sec1 v0.7.3
20872026-06-23T18:34:09.905Z Compiling postgres-protocol v0.6.10
20882026-06-23T18:34:10.023Z Compiling num-iter v0.1.45
20892026-06-23T18:34:10.075Z Compiling group v0.13.0
20902026-06-23T18:34:10.262Z Compiling newtype-uuid v1.3.2
20912026-06-23T18:34:10.351Z Compiling rand v0.8.6
20922026-06-23T18:34:10.627Z Compiling anstream v1.0.0
20932026-06-23T18:34:10.866Z Compiling oxnet v0.1.6
20942026-06-23T18:34:10.883Z Compiling derive_builder v0.20.2
20952026-06-23T18:34:10.900Z Compiling hyper-tls v0.6.0
20962026-06-23T18:34:10.931Z Compiling phf_shared v0.13.1
20972026-06-23T18:34:11.018Z Compiling pin-project v1.1.11
20982026-06-23T18:34:11.092Z Compiling lazy_static v1.5.0
20992026-06-23T18:34:11.107Z Compiling anstyle-parse v0.2.7
21002026-06-23T18:34:11.224Z Compiling terminal_size v0.4.3
21012026-06-23T18:34:11.251Z Compiling serde_with_macros v3.17.0
21022026-06-23T18:34:11.267Z Compiling futures-executor v0.3.32
21032026-06-23T18:34:11.284Z Compiling hex v0.4.3
21042026-06-23T18:34:11.370Z Compiling hkdf v0.12.4
21052026-06-23T18:34:11.432Z Compiling crypto-bigint v0.5.5
21062026-06-23T18:34:11.469Z Compiling clap_derive v4.6.1
21072026-06-23T18:34:11.530Z Compiling enum-as-inner v0.6.1
21082026-06-23T18:34:11.535Z Compiling serde_repr v0.1.20
21092026-06-23T18:34:11.540Z Compiling async-recursion v1.1.1
21102026-06-23T18:34:11.589Z Compiling vergen v9.1.0
21112026-06-23T18:34:11.626Z Compiling cargo-platform v0.3.2
21122026-06-23T18:34:11.692Z Compiling flate2 v1.1.9
21132026-06-23T18:34:11.909Z Compiling clap_lex v1.0.0
21142026-06-23T18:34:12.145Z Compiling bitflags v1.3.2
21152026-06-23T18:34:12.160Z Compiling foldhash v0.1.5
21162026-06-23T18:34:12.176Z Compiling managed v0.8.0
21172026-06-23T18:34:12.193Z Compiling foldhash v0.2.0
21182026-06-23T18:34:12.288Z Compiling bumpalo v3.20.2
21192026-06-23T18:34:12.331Z Compiling same-file v1.0.6
21202026-06-23T18:34:12.348Z Compiling libbz2-rs-sys v0.2.2
21212026-06-23T18:34:12.416Z Compiling hashbrown v0.16.1
21222026-06-23T18:34:12.442Z Compiling walkdir v2.5.0
21232026-06-23T18:34:12.487Z Compiling zopfli v0.8.3
21242026-06-23T18:34:12.531Z Compiling elliptic-curve v0.13.8
21252026-06-23T18:34:12.738Z Compiling hashbrown v0.15.5
21262026-06-23T18:34:12.756Z Compiling bzip2 v0.6.1
21272026-06-23T18:34:12.926Z Compiling clap_builder v4.6.0
21282026-06-23T18:34:12.969Z Compiling cargo_metadata v0.23.1
21292026-06-23T18:34:13.056Z Compiling futures v0.3.32
21302026-06-23T18:34:13.505Z Compiling anstream v0.6.21
21312026-06-23T18:34:13.522Z Compiling zstd v0.13.3
21322026-06-23T18:34:13.822Z Compiling daft v0.1.7
21332026-06-23T18:34:13.956Z Compiling phf v0.13.1
21342026-06-23T18:34:14.116Z Compiling snafu v0.8.9
21352026-06-23T18:34:14.182Z Compiling signal-hook-mio v0.2.5
21362026-06-23T18:34:14.200Z Compiling cookie_store v0.22.1
21372026-06-23T18:34:14.265Z Compiling postgres-types v0.2.12
21382026-06-23T18:34:14.315Z Compiling bzip2 v0.4.4
21392026-06-23T18:34:14.451Z Compiling globset v0.4.18
21402026-06-23T18:34:14.471Z Compiling strum v0.27.2
21412026-06-23T18:34:14.730Z Compiling hubpack v0.1.2
21422026-06-23T18:34:14.819Z Compiling ed25519 v2.2.3
21432026-06-23T18:34:14.819Z Compiling phf_shared v0.11.3
21442026-06-23T18:34:14.869Z Compiling crossbeam-epoch v0.9.18
21452026-06-23T18:34:14.922Z Compiling olpc-cjson v0.1.4
21462026-06-23T18:34:14.966Z Compiling pkcs1 v0.7.5
21472026-06-23T18:34:15.039Z Compiling pem v3.0.6
21482026-06-23T18:34:15.114Z Compiling serde-big-array v0.5.1
21492026-06-23T18:34:15.144Z Compiling serde_plain v1.0.2
21502026-06-23T18:34:15.195Z Compiling rfc6979 v0.4.0
21512026-06-23T18:34:15.281Z Compiling float-cmp v0.10.0
21522026-06-23T18:34:15.297Z Compiling memmap2 v0.9.10
21532026-06-23T18:34:15.337Z Compiling env_filter v1.0.0
21542026-06-23T18:34:15.354Z Compiling precomputed-hash v0.1.1
21552026-06-23T18:34:15.383Z Compiling fixedbitset v0.4.2
21562026-06-23T18:34:15.431Z Compiling normalize-line-endings v0.3.0
21572026-06-23T18:34:15.448Z Compiling toml_write v0.1.2
21582026-06-23T18:34:15.461Z Compiling new_debug_unreachable v1.0.6
21592026-06-23T18:34:15.508Z Compiling whoami v2.1.0
21602026-06-23T18:34:15.542Z Compiling keccak v0.1.6
21612026-06-23T18:34:15.558Z Compiling jiff v0.2.21
21622026-06-23T18:34:15.604Z Compiling typed-path v0.9.3
21632026-06-23T18:34:15.619Z Compiling data-encoding v2.10.0
21642026-06-23T18:34:15.645Z Compiling static_assertions v1.1.0
21652026-06-23T18:34:15.664Z Compiling difflib v0.4.0
21662026-06-23T18:34:15.686Z Compiling predicates-core v1.0.10
21672026-06-23T18:34:15.730Z Compiling fixedbitset v0.5.7
21682026-06-23T18:34:15.760Z Compiling tokio-postgres v0.7.16
21692026-06-23T18:34:15.777Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21702026-06-23T18:34:15.860Z Compiling sha3 v0.10.8
21712026-06-23T18:34:15.881Z Compiling toml_edit v0.22.27
21722026-06-23T18:34:16.030Z Compiling petgraph v0.8.3
21732026-06-23T18:34:16.127Z Compiling hickory-proto v0.25.2
21742026-06-23T18:34:16.144Z Compiling predicates v3.1.4
21752026-06-23T18:34:16.716Z Compiling petgraph v0.6.5
21762026-06-23T18:34:16.734Z Compiling string_cache v0.8.9
21772026-06-23T18:34:16.755Z Compiling env_logger v0.11.9
21782026-06-23T18:34:16.961Z Compiling usdt v0.6.0
21792026-06-23T18:34:17.080Z Compiling ecdsa v0.16.9
21802026-06-23T18:34:17.222Z Compiling rsa v0.9.10
21812026-06-23T18:34:17.490Z Compiling ed25519-dalek v2.2.0
21822026-06-23T18:34:18.135Z Compiling zip v0.6.6
21832026-06-23T18:34:18.228Z Compiling zip v4.6.1
21842026-06-23T18:34:18.245Z Compiling clap v4.6.1
21852026-06-23T18:34:18.339Z Compiling crossterm v0.28.1
21862026-06-23T18:34:18.575Z Compiling iddqd v0.4.2
21872026-06-23T18:34:18.677Z Compiling serde_with v3.17.0
21882026-06-23T18:34:18.950Z Compiling similar v2.7.0
21892026-06-23T18:34:19.118Z Compiling strum v0.26.3
21902026-06-23T18:34:19.218Z Compiling toml v0.7.8
21912026-06-23T18:34:19.262Z Compiling tokio-stream v0.1.18
21922026-06-23T18:34:19.278Z Compiling buf-list v1.1.2
21932026-06-23T18:34:19.413Z Compiling itertools v0.13.0
21942026-06-23T18:34:19.613Z Compiling x509-cert v0.2.5
21952026-06-23T18:34:19.806Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21962026-06-23T18:34:19.821Z Compiling openapiv3 v2.2.0
21972026-06-23T18:34:20.090Z Compiling sha1 v0.10.6
21982026-06-23T18:34:20.463Z Compiling lalrpop-util v0.19.12
21992026-06-23T18:34:20.543Z Compiling peg-runtime v0.8.5
22002026-06-23T18:34:35.948Z Compiling rustls-webpki v0.103.9
22012026-06-23T18:34:36.763Z Compiling macaddr v1.0.1
22022026-06-23T18:34:36.780Z Compiling structmeta-derive v0.3.0
22032026-06-23T18:34:36.816Z Compiling rayon-core v1.13.0
22042026-06-23T18:34:36.992Z Compiling crucible-workspace-hack v0.1.0
22052026-06-23T18:34:37.049Z Compiling itertools v0.14.0
22062026-06-23T18:34:37.074Z Compiling secrecy v0.10.3
22072026-06-23T18:34:37.090Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-06-23T18:34:37.214Z Compiling heapless v0.8.0
22092026-06-23T18:34:37.228Z Compiling rustls v0.22.4
22102026-06-23T18:34:37.258Z Compiling toml_datetime v0.7.5+spec-1.1.0
22112026-06-23T18:34:37.447Z Compiling toml_edit v0.23.10+spec-1.0.0
22122026-06-23T18:34:37.524Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22132026-06-23T18:34:37.563Z Compiling crossbeam-deque v0.8.6
22142026-06-23T18:34:37.600Z Compiling rustls-webpki v0.102.8
22152026-06-23T18:34:37.694Z Compiling hash32 v0.3.1
22162026-06-23T18:34:37.729Z Compiling multer v3.1.0
22172026-06-23T18:34:37.793Z Compiling structmeta v0.3.0
22182026-06-23T18:34:37.810Z Compiling thread_local v1.1.9
22192026-06-23T18:34:37.813Z Compiling slog-async v2.8.0
22202026-06-23T18:34:37.852Z Compiling unicode-width v0.2.0
22212026-06-23T18:34:37.860Z Compiling match_cfg v0.1.0
22222026-06-23T18:34:37.877Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-06-23T18:34:37.947Z Compiling compression-core v0.4.31
22242026-06-23T18:34:37.963Z Compiling smoltcp v0.11.0
22252026-06-23T18:34:38.017Z Compiling cpufeatures v0.3.0
22262026-06-23T18:34:38.120Z Compiling compression-codecs v0.4.37
22272026-06-23T18:34:38.171Z Compiling derive-ex v0.1.8
22282026-06-23T18:34:38.173Z Compiling proc-macro-crate v3.4.0
22292026-06-23T18:34:38.215Z Compiling hostname v0.3.1
22302026-06-23T18:34:38.330Z Compiling ingot-macros v0.1.1
22312026-06-23T18:34:38.361Z Compiling atomicwrites v0.4.4
22322026-06-23T18:34:38.392Z Compiling slog-json v2.6.1
22332026-06-23T18:34:38.511Z Compiling crossbeam-channel v0.5.15
22342026-06-23T18:34:38.624Z Compiling half v2.7.1
22352026-06-23T18:34:38.648Z Compiling newtype-uuid-macros v0.1.0
22362026-06-23T18:34:38.666Z Compiling cobs v0.3.0
22372026-06-23T18:34:38.781Z Compiling thiserror-impl-no-std v2.0.2
22382026-06-23T18:34:38.958Z Compiling universal-hash v0.5.1
22392026-06-23T18:34:38.984Z Compiling async-stream-impl v0.3.6
22402026-06-23T18:34:39.115Z Compiling toml_datetime v1.0.0+spec-1.1.0
22412026-06-23T18:34:39.232Z Compiling serde_spanned v1.0.4
22422026-06-23T18:34:39.373Z Compiling is-terminal v0.4.17
22432026-06-23T18:34:39.434Z Compiling dropshot v0.17.0
22442026-06-23T18:34:39.485Z Compiling proc-macro-error-attr v1.0.4
22452026-06-23T18:34:39.500Z Compiling opaque-debug v0.3.1
22462026-06-23T18:34:39.580Z Compiling term v1.2.1
22472026-06-23T18:34:39.597Z Compiling toml_writer v1.0.6+spec-1.1.0
22482026-06-23T18:34:39.597Z Compiling convert_case v0.4.0
22492026-06-23T18:34:39.660Z Compiling tokio-rustls v0.26.4
22502026-06-23T18:34:39.701Z Compiling rustls-platform-verifier v0.6.2
22512026-06-23T18:34:39.716Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22522026-06-23T18:34:39.832Z Compiling take_mut v0.2.2
22532026-06-23T18:34:39.861Z Compiling ciborium-io v0.2.2
22542026-06-23T18:34:39.894Z Compiling thiserror-no-std v2.0.2
22552026-06-23T18:34:39.924Z Compiling hyper-rustls v0.27.7
22562026-06-23T18:34:39.924Z Compiling derive_more v0.99.20
22572026-06-23T18:34:39.957Z Compiling ciborium-ll v0.2.2
22582026-06-23T18:34:39.990Z Compiling slog-term v2.9.2
22592026-06-23T18:34:40.022Z Compiling toml v1.0.6+spec-1.1.0
22602026-06-23T18:34:40.039Z Compiling test-strategy v0.4.5
22612026-06-23T18:34:40.239Z Compiling reqwest v0.12.28
22622026-06-23T18:34:40.262Z Compiling reqwest v0.13.2
22632026-06-23T18:34:40.824Z Compiling tokio-rustls v0.25.0
22642026-06-23T18:34:40.965Z Compiling ingot-types v0.1.2
22652026-06-23T18:34:41.209Z Compiling async-stream v0.3.6
22662026-06-23T18:34:41.231Z Compiling poly1305 v0.8.0
22672026-06-23T18:34:41.276Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22682026-06-23T18:34:41.293Z Compiling postcard v1.1.3
22692026-06-23T18:34:41.393Z Compiling ingot v0.1.1
22702026-06-23T18:34:41.418Z Compiling num_enum_derive v0.7.6
22712026-06-23T18:34:41.434Z Compiling slog-bunyan v2.5.0
22722026-06-23T18:34:41.631Z Compiling async-compression v0.4.41
22732026-06-23T18:34:41.887Z Compiling tough v0.22.0
22742026-06-23T18:34:41.914Z Compiling parse-display-derive v0.10.0
22752026-06-23T18:34:42.118Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e7af674f27ed04ce27739edee96829f7d7d5e6c0#e7af674f)
22762026-06-23T18:34:42.134Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-06-23T18:34:42.367Z Compiling proc-macro-crate v1.3.1
22782026-06-23T18:34:42.382Z Compiling waitgroup v0.1.2
22792026-06-23T18:34:42.558Z Compiling backon v1.6.0
22802026-06-23T18:34:42.785Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
22812026-06-23T18:34:42.824Z Compiling password-hash v0.5.0
22822026-06-23T18:34:42.898Z Compiling dropshot_endpoint v0.17.0
22832026-06-23T18:34:43.043Z Compiling chacha20 v0.9.1
22842026-06-23T18:34:43.366Z Compiling rustls-pemfile v2.2.0
22852026-06-23T18:34:43.420Z Compiling blake2 v0.10.6
22862026-06-23T18:34:43.522Z Compiling aead v0.5.2
22872026-06-23T18:34:43.581Z Compiling foreign-types-macros v0.2.3
22882026-06-23T18:34:43.610Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22892026-06-23T18:34:43.702Z Compiling serde_path_to_error v0.1.20
22902026-06-23T18:34:43.728Z Compiling hostname v0.4.2
22912026-06-23T18:34:43.810Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22922026-06-23T18:34:43.874Z Compiling proc-macro-error v1.0.4
22932026-06-23T18:34:43.910Z Compiling instant v0.1.13
22942026-06-23T18:34:43.937Z Compiling foreign-types-shared v0.3.1
22952026-06-23T18:34:44.027Z Compiling debug-ignore v1.0.5
22962026-06-23T18:34:44.054Z Compiling typeid v1.0.3
22972026-06-23T18:34:44.087Z Compiling backoff v0.4.0
22982026-06-23T18:34:44.126Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22992026-06-23T18:34:44.162Z Compiling argon2 v0.5.3
23002026-06-23T18:34:44.176Z Compiling chacha20poly1305 v0.10.1
23012026-06-23T18:34:44.192Z Compiling foreign-types v0.5.0
23022026-06-23T18:34:44.208Z Compiling parse-display v0.10.0
23032026-06-23T18:34:44.224Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
23042026-06-23T18:34:44.228Z Compiling num_enum_derive v0.5.11
23052026-06-23T18:34:44.289Z Compiling num_enum v0.7.6
23062026-06-23T18:34:44.321Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-06-23T18:34:44.432Z Compiling ciborium v0.2.2
23082026-06-23T18:34:44.604Z Compiling vsss-rs v3.3.4
23092026-06-23T18:34:44.770Z Compiling tabwriter v1.4.1
23102026-06-23T18:34:44.785Z Compiling chacha20 v0.10.0
23112026-06-23T18:34:44.788Z Compiling regress v0.10.5
23122026-06-23T18:34:45.123Z Compiling byte-wrapper v0.1.0
23132026-06-23T18:34:45.164Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23142026-06-23T18:34:45.238Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-06-23T18:34:45.254Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23162026-06-23T18:34:45.332Z Compiling cstr-argument v0.1.2
23172026-06-23T18:34:45.348Z Compiling humantime v2.3.0
23182026-06-23T18:34:45.512Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23192026-06-23T18:34:45.540Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23202026-06-23T18:34:45.690Z Compiling erased-serde v0.4.9
23212026-06-23T18:34:45.800Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-06-23T18:34:45.819Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-06-23T18:34:45.873Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23242026-06-23T18:34:45.908Z Compiling num_enum v0.5.11
23252026-06-23T18:34:45.941Z Compiling rand v0.10.0
23262026-06-23T18:34:46.029Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-06-23T18:34:46.064Z Compiling rayon v1.11.0
23282026-06-23T18:34:46.147Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23292026-06-23T18:34:46.185Z Compiling libefi-sys v0.1.0
23302026-06-23T18:34:46.257Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
23312026-06-23T18:34:46.272Z Compiling indent_write v2.2.0
23322026-06-23T18:34:46.288Z Compiling colored v3.1.1
23332026-06-23T18:34:46.305Z Compiling zone_cfg_derive v0.3.1
23342026-06-23T18:34:46.417Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23352026-06-23T18:34:46.446Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23362026-06-23T18:34:46.514Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
23372026-06-23T18:34:46.643Z Compiling camino-tempfile v1.4.1
23382026-06-23T18:34:46.745Z Compiling itertools v0.12.1
23392026-06-23T18:34:46.760Z Compiling usdt-attr-macro v0.5.0
23402026-06-23T18:34:46.921Z Compiling usdt-macro v0.5.0
23412026-06-23T18:34:46.976Z Compiling bitfield-struct v0.6.2
23422026-06-23T18:34:46.992Z Compiling num-derive v0.4.2
23432026-06-23T18:34:46.995Z Compiling ordered-float v2.10.1
23442026-06-23T18:34:47.095Z Compiling blake3 v1.8.5
23452026-06-23T18:34:47.303Z Compiling memmap v0.7.0
23462026-06-23T18:34:47.537Z Compiling sigpipe v0.1.3
23472026-06-23T18:34:47.543Z Compiling glob v0.3.3
23482026-06-23T18:34:47.559Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-06-23T18:34:47.589Z Compiling swrite v0.1.0
23502026-06-23T18:34:47.614Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-06-23T18:34:47.628Z Compiling usdt v0.5.0
23522026-06-23T18:34:47.822Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23532026-06-23T18:34:47.904Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23542026-06-23T18:34:47.943Z Compiling serde-value v0.7.0
23552026-06-23T18:34:48.220Z Compiling zone v0.3.1
23562026-06-23T18:34:48.235Z Compiling serde-untagged v0.1.9
23572026-06-23T18:34:48.252Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
23582026-06-23T18:34:48.452Z Compiling toml v0.8.23
23592026-06-23T18:34:48.501Z Compiling smf v0.2.3
23602026-06-23T18:34:48.562Z Compiling filetime v0.2.27
23612026-06-23T18:34:48.603Z Compiling xattr v1.6.1
23622026-06-23T18:34:48.621Z Compiling whoami v1.6.1
23632026-06-23T18:34:48.624Z Compiling arrayref v0.3.9
23642026-06-23T18:34:48.654Z Compiling unicode-xid v0.2.6
23652026-06-23T18:34:48.727Z Compiling constant_time_eq v0.4.2
23662026-06-23T18:34:48.783Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-06-23T18:34:48.812Z Compiling arrayvec v0.7.6
23682026-06-23T18:34:48.827Z Compiling tar v0.4.45
23692026-06-23T18:34:48.831Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-06-23T18:34:48.881Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-06-23T18:34:48.937Z Compiling cargo-util-schemas v0.8.2
23722026-06-23T18:34:49.091Z Compiling tokio-dtrace v0.1.1
23732026-06-23T18:34:49.106Z Compiling console v0.16.2
23742026-06-23T18:34:49.440Z Compiling gethostname v0.5.0
23752026-06-23T18:34:49.473Z Compiling cargo-platform v0.2.0
23762026-06-23T18:34:49.571Z Compiling unit-prefix v0.5.2
23772026-06-23T18:34:49.592Z Compiling topological-sort v0.2.2
23782026-06-23T18:34:49.692Z Compiling oxide-tokio-rt v0.1.4
23792026-06-23T18:34:49.749Z Compiling indicatif v0.18.4
23802026-06-23T18:34:49.789Z Compiling shell-words v1.1.1
23812026-06-23T18:34:49.855Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23822026-06-23T18:34:50.246Z Compiling cargo_metadata v0.21.0
23832026-06-23T18:34:59.728Z Compiling omicron-zone-package v0.12.2
23842026-06-23T18:34:59.790Z Compiling progenitor-client v0.14.0
23852026-06-23T18:35:00.250Z Compiling progenitor-extras v0.2.0
23862026-06-23T18:35:02.433Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-06-23T18:35:02.457Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23882026-06-23T18:35:02.567Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-06-23T18:35:02.775Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23902026-06-23T18:35:02.776Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23912026-06-23T18:35:02.845Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23922026-06-23T18:35:02.870Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23932026-06-23T18:35:02.901Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23942026-06-23T18:35:02.922Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23952026-06-23T18:35:06.701Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23962026-06-23T18:35:14.604Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23972026-06-23T18:35:17.747Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23982026-06-23T18:35:18.751Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23992026-06-23T18:35:28.157Z Finished `release` profile [optimized] target(s) in 1m 43s
24002026-06-23T18:35:28.295Z Running `target/release/omicron-package -t test target create -p dev`
24012026-06-23T18:35:28.359ZLogging to: /work/oxidecomputer/omicron/out/LOG
24022026-06-23T18:35:28.365ZCreated new build target 'test' and set it as active
24032026-06-23T18:35:28.365Z
24042026-06-23T18:35:28.365Zreal 1:44.004448982
24052026-06-23T18:35:28.365Zuser 16:59.658857721
24062026-06-23T18:35:28.365Zsys 2:36.974615327
24072026-06-23T18:35:28.365Ztrap 0.478888209
24082026-06-23T18:35:28.365Ztflt 2.927948462
24092026-06-23T18:35:28.365Zdflt 4.039627766
24102026-06-23T18:35:28.365Zkflt 0.002518555
24112026-06-23T18:35:28.365Zlock 52:48.601744923
24122026-06-23T18:35:28.365Zslp 43:16.852553680
24132026-06-23T18:35:28.366Zlat 41.622909670
24142026-06-23T18:35:28.366Zstop 5:17.638884220
24152026-06-23T18:35:28.366Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24162026-06-23T18:35:29.189Z Finished `release` profile [optimized] target(s) in 0.81s
24172026-06-23T18:35:31.897Z Running `target/release/omicron-package -t test package`
24182026-06-23T18:35:31.952ZLogging to: /work/oxidecomputer/omicron/out/LOG
24192026-06-23T18:35:31.952Z Compiling heck v0.5.0
24202026-06-23T18:35:31.952Z Compiling regress v0.11.1
24212026-06-23T18:35:31.952Z Compiling unsafe-libyaml v0.2.11
24222026-06-23T18:35:31.952Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24232026-06-23T18:35:31.952Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24242026-06-23T18:35:31.952Z Compiling unicode-width v0.1.14
24252026-06-23T18:35:31.952Z Compiling atomicwrites v0.4.4
24262026-06-23T18:35:31.952Z Compiling derive-where v1.6.0
24272026-06-23T18:35:31.952Z Compiling bytecount v0.6.9
24282026-06-23T18:35:31.953Z Compiling is-terminal v0.4.17
24292026-06-23T18:35:31.953Z Compiling prettyplease v0.2.37
24302026-06-23T18:35:31.953Z Compiling console v0.15.11
24312026-06-23T18:35:31.953Z Compiling newline-converter v0.3.0
24322026-06-23T18:35:31.953Z Compiling slog-dtrace v0.3.0
24332026-06-23T18:35:31.953Z Compiling owo-colors v4.3.0
24342026-06-23T18:35:31.953Z Compiling resolv-conf v0.7.6
24352026-06-23T18:35:31.953Z Compiling cancel-safe-futures v0.1.5
24362026-06-23T18:35:31.953Z Compiling rustls v0.22.4
24372026-06-23T18:35:31.953Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24382026-06-23T18:35:31.953Z Compiling num-rational v0.4.2
24392026-06-23T18:35:31.953Z Compiling libsw-core v0.3.2
24402026-06-23T18:35:31.953Z Compiling rustls-webpki v0.102.8
24412026-06-23T18:35:31.953Z Compiling num-complex v0.4.6
24422026-06-23T18:35:31.953Z Compiling serde_yaml v0.9.34+deprecated
24432026-06-23T18:35:31.953Z Compiling expectorate v1.2.0
24442026-06-23T18:35:31.953Z Compiling thread_local v1.1.9
24452026-06-23T18:35:31.953Z Compiling compression-core v0.4.31
24462026-06-23T18:35:31.953Z Compiling match_cfg v0.1.0
24472026-06-23T18:35:31.953Z Compiling hostname v0.3.1
24482026-06-23T18:35:31.953Z Compiling compression-codecs v0.4.37
24492026-06-23T18:35:31.953Z Compiling num v0.4.3
24502026-06-23T18:35:31.953Z Compiling libsw v3.5.0
24512026-06-23T18:35:31.969Z Compiling multer v3.1.0
24522026-06-23T18:35:33.675Z Compiling slog-async v2.8.0
24532026-06-23T18:35:33.744Z Compiling crossbeam-channel v0.5.15
24542026-06-23T18:35:33.744Z Compiling slog-json v2.6.1
24552026-06-23T18:35:33.744Z Compiling serde_spanned v1.0.4
24562026-06-23T18:35:33.744Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24572026-06-23T18:35:33.744Z Compiling toml_datetime v1.0.0+spec-1.1.0
24582026-06-23T18:35:33.744Z Compiling linked-hash-map v0.5.6
24592026-06-23T18:35:33.744Z Compiling term v1.2.1
24602026-06-23T18:35:33.745Z Compiling float-ord v0.3.2
24612026-06-23T18:35:33.745Z Compiling toml_writer v1.0.6+spec-1.1.0
24622026-06-23T18:35:33.745Z Compiling take_mut v0.2.2
24632026-06-23T18:35:33.745Z Compiling linear-map v1.2.0
24642026-06-23T18:35:33.745Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24652026-06-23T18:35:33.745Z Compiling lru-cache v0.1.2
24662026-06-23T18:35:33.745Z Compiling typify-impl v0.6.2
24672026-06-23T18:35:33.745Z Compiling slog-bunyan v2.5.0
24682026-06-23T18:35:33.745Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24692026-06-23T18:35:33.745Z Compiling slog-term v2.9.2
24702026-06-23T18:35:33.745Z Compiling toml v1.0.6+spec-1.1.0
24712026-06-23T18:35:33.745Z Compiling async-compression v0.4.41
24722026-06-23T18:35:33.745Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24732026-06-23T18:35:33.745Z Compiling dropshot v0.17.0
24742026-06-23T18:35:33.745Z Compiling async-stream v0.3.6
24752026-06-23T18:35:33.745Z Compiling progenitor-client v0.14.0
24762026-06-23T18:35:33.745Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24772026-06-23T18:35:33.745Z Compiling waitgroup v0.1.2
24782026-06-23T18:35:33.746Z Compiling backon v1.6.0
24792026-06-23T18:35:33.746Z Compiling rustls-pemfile v2.2.0
24802026-06-23T18:35:33.746Z Compiling serde_path_to_error v0.1.20
24812026-06-23T18:35:33.746Z Compiling hostname v0.4.2
24822026-06-23T18:35:33.746Z Compiling instant v0.1.13
24832026-06-23T18:35:33.746Z Compiling minimal-lexical v0.2.1
24842026-06-23T18:35:33.746Z Compiling debug-ignore v1.0.5
24852026-06-23T18:35:33.746Z Compiling backoff v0.4.0
24862026-06-23T18:35:33.746Z Compiling progenitor-extras v0.2.0
24872026-06-23T18:35:33.746Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24882026-06-23T18:35:33.746Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24892026-06-23T18:35:33.746Z Compiling nom v7.1.3
24902026-06-23T18:35:33.746Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24912026-06-23T18:35:33.768Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-06-23T18:35:33.768Z Compiling tokio-rustls v0.25.0
24932026-06-23T18:35:33.769Z Compiling parse-display v0.10.0
24942026-06-23T18:35:33.769Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24952026-06-23T18:35:34.106Z Compiling hickory-proto v0.24.4
24962026-06-23T18:35:34.138Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24972026-06-23T18:35:35.310Z Compiling regress v0.10.5
24982026-06-23T18:35:35.349Z Compiling macaddr v1.0.1
24992026-06-23T18:35:35.349Z Compiling humantime v2.3.0
25002026-06-23T18:35:35.349Z Compiling unicode-xid v0.2.6
25012026-06-23T18:35:35.349Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-06-23T18:35:35.349Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-06-23T18:35:35.350Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-06-23T18:35:35.350Z Compiling convert_case v0.10.0
25052026-06-23T18:35:35.350Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25062026-06-23T18:35:35.502Z Compiling toml v0.8.23
25072026-06-23T18:35:35.525Z Compiling derive_more-impl v2.1.1
25082026-06-23T18:35:35.785Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25092026-06-23T18:35:35.931Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-06-23T18:35:35.955Z Compiling typify-macro v0.6.2
25112026-06-23T18:35:36.005Z Compiling papergrid v0.11.0
25122026-06-23T18:35:36.110Z Compiling tabled_derive v0.7.0
25132026-06-23T18:35:36.305Z Compiling derive_more v2.1.1
25142026-06-23T18:35:36.518Z Compiling termtree v0.5.1
25152026-06-23T18:35:36.794Z Compiling hickory-resolver v0.24.4
25162026-06-23T18:35:36.795Z Compiling crossterm v0.29.0
25172026-06-23T18:35:36.795Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25182026-06-23T18:35:37.105Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-06-23T18:35:37.515Z Compiling typify v0.6.2
25202026-06-23T18:35:37.642Z Compiling progenitor-impl v0.14.0
25212026-06-23T18:35:38.340Z Compiling qorb v0.4.1
25222026-06-23T18:35:38.548Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25232026-06-23T18:35:38.758Z Compiling tabled v0.15.0
25242026-06-23T18:35:39.422Z Compiling phf_shared v0.12.1
25252026-06-23T18:35:39.677Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-06-23T18:35:39.786Z Compiling progenitor-macro v0.14.0
25272026-06-23T18:35:40.216Z Compiling vte v0.14.1
25282026-06-23T18:35:40.464Z Compiling csv-core v0.1.13
25292026-06-23T18:35:40.649Z Compiling chrono-tz v0.10.4
25302026-06-23T18:35:40.843Z Compiling highway v1.3.0
25312026-06-23T18:35:40.928Z Compiling csv v1.4.0
25322026-06-23T18:35:41.554Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-06-23T18:35:41.588Z Compiling strip-ansi-escapes v0.2.1
25342026-06-23T18:35:41.776Z Compiling phf v0.12.1
25352026-06-23T18:35:41.921Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-06-23T18:35:41.964Z Compiling const_format_proc_macros v0.2.34
25372026-06-23T18:35:41.983Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-06-23T18:35:42.024Z Compiling fd-lock v4.0.4
25392026-06-23T18:35:42.154Z Compiling peg-macros v0.8.5
25402026-06-23T18:35:42.195Z Compiling nu-ansi-term v0.50.3
25412026-06-23T18:35:42.479Z Compiling reedline v0.40.0
25422026-06-23T18:35:42.715Z Compiling const_format v0.2.35
25432026-06-23T18:35:43.221Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-06-23T18:35:43.796Z Compiling progenitor v0.14.0
25452026-06-23T18:35:43.852Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25462026-06-23T18:35:44.020Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-06-23T18:35:44.306Z Compiling peg v0.8.5
25482026-06-23T18:35:44.446Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-06-23T18:35:44.480Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-23T18:35:44.563Z Compiling bcs v0.1.6
25512026-06-23T18:35:45.002Z Compiling nom v8.0.0
25522026-06-23T18:35:45.026Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25532026-06-23T18:35:46.739Z Compiling semver v0.1.20
25542026-06-23T18:35:46.954Z Compiling rustc_version v0.1.7
25552026-06-23T18:35:47.035Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25562026-06-23T18:35:47.196Z Compiling newtype_derive v0.1.6
25572026-06-23T18:35:47.293Z Compiling smawk v0.3.2
25582026-06-23T18:35:47.473Z Compiling unicode-linebreak v0.1.5
25592026-06-23T18:35:47.494Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25602026-06-23T18:35:47.618Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25612026-06-23T18:35:47.678Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25622026-06-23T18:35:47.788Z Compiling textwrap v0.16.2
25632026-06-23T18:35:47.814Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-06-23T18:35:47.821Z Compiling base64 v0.21.7
25652026-06-23T18:35:47.876Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25662026-06-23T18:35:47.880Z Compiling dropshot-api-manager-types v0.7.2
25672026-06-23T18:35:48.035Z Compiling steno v0.4.1
25682026-06-23T18:35:48.110Z Compiling utf-8 v0.7.6
25692026-06-23T18:35:48.373Z Compiling tagptr v0.2.0
25702026-06-23T18:35:48.404Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25712026-06-23T18:35:48.489Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-06-23T18:35:48.553Z Compiling moka v0.12.13
25732026-06-23T18:35:48.633Z Compiling tungstenite v0.21.0
25742026-06-23T18:35:48.675Z Compiling radium v0.7.0
25752026-06-23T18:35:48.781Z Compiling display-error-chain v0.2.2
25762026-06-23T18:35:48.998Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25772026-06-23T18:35:49.144Z Compiling maybe-uninit v2.0.0
25782026-06-23T18:35:49.430Z Compiling tokio-tungstenite v0.21.0
25792026-06-23T18:35:49.477Z Compiling tap v1.0.1
25802026-06-23T18:35:49.608Z Compiling wyz v0.5.1
25812026-06-23T18:35:49.811Z Compiling hickory-resolver v0.25.2
25822026-06-23T18:35:49.851Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
25832026-06-23T18:35:49.957Z Compiling zerocopy-derive v0.6.6
25842026-06-23T18:35:50.198Z Compiling crc-catalog v2.4.0
25852026-06-23T18:35:50.324Z Compiling funty v2.0.0
25862026-06-23T18:35:50.754Z Compiling packed_struct v0.10.1
25872026-06-23T18:35:50.789Z Compiling zerocopy v0.6.6
25882026-06-23T18:35:51.034Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-06-23T18:35:51.209Z Compiling bitvec v1.0.1
25902026-06-23T18:35:51.321Z Compiling crc v3.4.0
25912026-06-23T18:35:51.645Z Compiling packed_struct_codegen v0.10.1
25922026-06-23T18:35:51.835Z Compiling vergen-lib v0.1.6
25932026-06-23T18:35:52.083Z Compiling bitfield-macros v0.19.4
25942026-06-23T18:35:52.321Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-06-23T18:35:52.645Z Compiling proc-macro-error-attr2 v2.0.0
25962026-06-23T18:35:52.770Z Compiling indexmap v1.9.3
25972026-06-23T18:35:52.799Z Compiling nodrop v0.1.14
25982026-06-23T18:35:52.861Z Compiling diesel_derives v2.3.7
25992026-06-23T18:35:52.922Z Compiling array-init v0.0.4
26002026-06-23T18:35:53.048Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26012026-06-23T18:35:53.069Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26022026-06-23T18:35:53.145Z Compiling proc-macro-error2 v2.0.1
26032026-06-23T18:35:53.241Z Compiling bitfield v0.19.4
26042026-06-23T18:35:53.346Z Compiling smallvec v0.6.14
26052026-06-23T18:35:53.584Z Compiling scheduled-thread-pool v0.2.7
26062026-06-23T18:35:53.607Z Compiling dsl_auto_type v0.2.0
26072026-06-23T18:35:53.665Z Compiling num-derive v0.3.3
26082026-06-23T18:35:54.151Z Compiling vergen-gitcl v1.0.8
26092026-06-23T18:35:54.177Z Compiling diesel_table_macro_syntax v0.3.0
26102026-06-23T18:35:54.390Z Compiling dirs-sys-next v0.1.2
26112026-06-23T18:35:54.424Z Compiling glob v0.3.3
26122026-06-23T18:35:54.558Z Compiling crunchy v0.2.4
26132026-06-23T18:35:54.579Z Compiling maplit v1.0.2
26142026-06-23T18:35:54.673Z Compiling hashbrown v0.12.3
26152026-06-23T18:35:54.700Z Compiling libscf-sys v1.1.0
26162026-06-23T18:35:54.761Z Compiling dirs-next v2.0.0
26172026-06-23T18:35:54.794Z Compiling clang-sys v1.8.1
26182026-06-23T18:35:54.913Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26192026-06-23T18:35:54.934Z Compiling r2d2 v0.8.10
26202026-06-23T18:35:55.198Z Compiling serde-hex v0.1.0
26212026-06-23T18:35:55.277Z Compiling tabled_derive v0.11.0
26222026-06-23T18:35:55.765Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-06-23T18:35:55.949Z Compiling ron v0.8.1
26242026-06-23T18:35:55.999Z Compiling papergrid v0.17.0
26252026-06-23T18:35:56.272Z Compiling testing_table v0.3.0
26262026-06-23T18:35:56.317Z Compiling hashbrown v0.13.2
26272026-06-23T18:35:56.356Z Compiling tiny-keccak v2.0.2
26282026-06-23T18:35:56.571Z Compiling downcast-rs v2.0.2
26292026-06-23T18:35:56.636Z Compiling crc-any v2.5.0
26302026-06-23T18:35:56.702Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-06-23T18:35:56.933Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26322026-06-23T18:35:57.058Z Compiling object v0.30.4
26332026-06-23T18:35:57.273Z Compiling tabled v0.20.0
26342026-06-23T18:35:57.401Z Compiling term v0.7.0
26352026-06-23T18:35:57.474Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-06-23T18:35:57.903Z Compiling progenitor-impl v0.13.0
26372026-06-23T18:35:58.246Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-06-23T18:35:58.329Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-06-23T18:35:58.559Z Compiling path-slash v0.1.5
26402026-06-23T18:35:58.764Z Compiling bit-vec v0.6.3
26412026-06-23T18:35:58.816Z Compiling xshell-macros v0.2.7
26422026-06-23T18:35:58.976Z Compiling bit-set v0.5.3
26432026-06-23T18:35:59.006Z Compiling ascii-canvas v3.0.0
26442026-06-23T18:35:59.231Z Compiling xshell v0.2.7
26452026-06-23T18:35:59.267Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26462026-06-23T18:35:59.433Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26472026-06-23T18:35:59.555Z Compiling diesel v2.3.7
26482026-06-23T18:35:59.699Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26492026-06-23T18:36:00.081Z Compiling progenitor-macro v0.13.0
26502026-06-23T18:36:00.595Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26512026-06-23T18:36:01.112Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26522026-06-23T18:36:01.624Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26532026-06-23T18:36:02.233Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26542026-06-23T18:36:02.394Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26552026-06-23T18:36:02.454Z Compiling progenitor-client v0.13.0
26562026-06-23T18:36:02.642Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26572026-06-23T18:36:02.821Z Compiling itertools v0.10.5
26582026-06-23T18:36:02.878Z Compiling ena v0.14.4
26592026-06-23T18:36:03.005Z Compiling libloading v0.8.9
26602026-06-23T18:36:03.132Z Compiling unicase v2.9.0
26612026-06-23T18:36:03.234Z Compiling regex-syntax v0.6.29
26622026-06-23T18:36:03.439Z Compiling diff v0.1.13
26632026-06-23T18:36:03.597Z Compiling bindgen v0.71.1
26642026-06-23T18:36:03.700Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-06-23T18:36:04.053Z Compiling cexpr v0.6.0
26662026-06-23T18:36:04.099Z Compiling progenitor v0.13.0
26672026-06-23T18:36:04.331Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26682026-06-23T18:36:04.548Z Compiling rustc-hash v2.1.1
26692026-06-23T18:36:04.709Z Compiling lalrpop v0.19.12
26702026-06-23T18:36:04.731Z Compiling crc8 v0.1.1
26712026-06-23T18:36:04.923Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-06-23T18:36:05.151Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26732026-06-23T18:36:05.172Z Compiling headers-core v0.3.0
26742026-06-23T18:36:05.331Z Compiling libxml v0.3.3
26752026-06-23T18:36:05.579Z Compiling headers v0.4.1
26762026-06-23T18:36:05.649Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26772026-06-23T18:36:05.672Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-06-23T18:36:05.694Z Compiling git-stub v1.0.0
26792026-06-23T18:36:05.893Z Compiling strum_macros v0.24.3
26802026-06-23T18:36:05.964Z Compiling indoc v1.0.9
26812026-06-23T18:36:06.172Z Compiling git-stub-vcs v0.1.0
26822026-06-23T18:36:06.446Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26832026-06-23T18:36:06.572Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26842026-06-23T18:36:06.676Z Compiling derive_builder v0.20.2
26852026-06-23T18:36:06.788Z Compiling oso-derive v0.27.3
26862026-06-23T18:36:06.844Z Compiling quick-xml v0.37.5
26872026-06-23T18:36:07.153Z Compiling impl-trait-for-tuples v0.2.3
26882026-06-23T18:36:07.202Z Compiling openssl-probe v0.1.6
26892026-06-23T18:36:07.331Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-06-23T18:36:07.495Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26912026-06-23T18:36:08.036Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26922026-06-23T18:36:08.285Z Compiling half v1.8.3
26932026-06-23T18:36:08.412Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-06-23T18:36:08.633Z Compiling serde_cbor v0.11.2
26952026-06-23T18:36:08.751Z Compiling bb8 v0.8.6
26962026-06-23T18:36:09.126Z Compiling trait-variant v0.1.2
26972026-06-23T18:36:09.473Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26982026-06-23T18:36:09.505Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26992026-06-23T18:36:09.546Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-06-23T18:36:09.639Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-06-23T18:36:09.715Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27022026-06-23T18:36:09.769Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27032026-06-23T18:36:09.802Z Compiling samael v0.0.19
27042026-06-23T18:36:09.868Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27052026-06-23T18:36:09.926Z Compiling fxhash v0.2.1
27062026-06-23T18:36:10.096Z Compiling libz-sys v1.1.24
27072026-06-23T18:36:10.436Z Compiling nonempty v0.12.0
27082026-06-23T18:36:10.487Z Compiling salty v0.3.0
27092026-06-23T18:36:10.826Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-06-23T18:36:11.103Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27112026-06-23T18:36:11.286Z Compiling kstat-rs v0.2.4
27122026-06-23T18:36:11.729Z Compiling arc-swap v1.8.2
27132026-06-23T18:36:11.772Z Compiling fs-err v2.11.0
27142026-06-23T18:36:12.103Z Compiling slog-scope v4.4.1
27152026-06-23T18:36:12.124Z Compiling mime_guess v2.0.5
27162026-06-23T18:36:12.147Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27172026-06-23T18:36:12.202Z Compiling polar-core v0.27.3
27182026-06-23T18:36:12.545Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27192026-06-23T18:36:12.646Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27202026-06-23T18:36:12.826Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27212026-06-23T18:36:13.102Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27222026-06-23T18:36:13.126Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27232026-06-23T18:36:13.719Z Compiling nanorand v0.7.0
27242026-06-23T18:36:14.081Z Compiling darling_core v0.23.0
27252026-06-23T18:36:14.117Z Compiling libgit2-sys v0.18.3+1.9.2
27262026-06-23T18:36:14.235Z Compiling parking_lot_core v0.8.6
27272026-06-23T18:36:14.596Z Compiling flume v0.11.1
27282026-06-23T18:36:15.004Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27292026-06-23T18:36:15.847Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27302026-06-23T18:36:16.182Z Compiling slog-stdlog v4.1.1
27312026-06-23T18:36:16.326Z Compiling darling_macro v0.23.0
27322026-06-23T18:36:16.626Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27332026-06-23T18:36:16.645Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27342026-06-23T18:36:16.703Z Compiling primeorder v0.13.6
27352026-06-23T18:36:16.839Z Compiling atty v0.2.14
27362026-06-23T18:36:17.015Z Compiling async-bb8-diesel v0.2.1
27372026-06-23T18:36:17.444Z Compiling diesel-dtrace v0.5.0
27382026-06-23T18:36:17.467Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-06-23T18:36:17.694Z Compiling http-range v0.1.5
27402026-06-23T18:36:17.764Z Compiling instability v0.3.11
27412026-06-23T18:36:18.861Z Compiling parse-size v1.1.0
27422026-06-23T18:36:18.864Z Compiling strsim v0.10.0
27432026-06-23T18:36:18.864Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27442026-06-23T18:36:18.864Z Compiling p384 v0.13.1
27452026-06-23T18:36:18.864Z Compiling darling_core v0.13.4
27462026-06-23T18:36:20.064Z Compiling darling v0.23.0
27472026-06-23T18:36:20.166Z Compiling slog-envlogger v2.2.0
27482026-06-23T18:36:21.220Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-06-23T18:36:21.357Z Compiling oso v0.27.3
27502026-06-23T18:36:21.899Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512026-06-23T18:36:22.671Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-06-23T18:36:22.815Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27532026-06-23T18:36:23.990Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-06-23T18:36:24.389Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27552026-06-23T18:36:24.886Z Compiling ignore v0.4.25
27562026-06-23T18:36:25.625Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-23T18:36:25.903Z Compiling vergen-git2 v9.1.0
27582026-06-23T18:36:26.130Z Compiling castaway v0.2.4
27592026-06-23T18:36:26.290Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-06-23T18:36:26.388Z Compiling indoc v2.0.7
27612026-06-23T18:36:26.586Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-06-23T18:36:27.080Z Compiling compact_str v0.8.1
27632026-06-23T18:36:27.554Z Compiling globwalk v0.9.1
27642026-06-23T18:36:27.583Z Compiling parking_lot v0.11.2
27652026-06-23T18:36:27.891Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-06-23T18:36:28.208Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27672026-06-23T18:36:28.230Z Compiling hyper-staticfile v0.10.1
27682026-06-23T18:36:28.517Z Compiling darling_macro v0.13.4
27692026-06-23T18:36:28.849Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-06-23T18:36:29.039Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-06-23T18:36:29.124Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-06-23T18:36:29.402Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-06-23T18:36:29.504Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27742026-06-23T18:36:29.601Z Compiling predicates-tree v1.0.13
27752026-06-23T18:36:29.809Z Compiling unicode-truncate v1.1.0
27762026-06-23T18:36:29.843Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-06-23T18:36:29.865Z Compiling lru v0.12.5
27782026-06-23T18:36:30.020Z Compiling rand_seeder v0.4.0
27792026-06-23T18:36:30.077Z Compiling prefix-trie v0.7.0
27802026-06-23T18:36:30.101Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-06-23T18:36:30.105Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27822026-06-23T18:36:30.273Z Compiling illumos-nvpair-sys v0.2.0
27832026-06-23T18:36:30.388Z Compiling rustls v0.21.12
27842026-06-23T18:36:30.400Z Compiling cassowary v0.3.0
27852026-06-23T18:36:30.501Z Compiling corncobs v0.1.4
27862026-06-23T18:36:30.580Z Compiling hickory-server v0.25.2
27872026-06-23T18:36:30.659Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-06-23T18:36:30.684Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27892026-06-23T18:36:30.744Z Compiling ratatui v0.29.0
27902026-06-23T18:36:30.853Z Compiling camino-tempfile-ext v0.3.3
27912026-06-23T18:36:30.956Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-23T18:36:31.384Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27932026-06-23T18:36:31.438Z Compiling darling v0.13.4
27942026-06-23T18:36:31.466Z Compiling sled v0.34.7
27952026-06-23T18:36:31.944Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27962026-06-23T18:36:32.568Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27972026-06-23T18:36:34.073Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27982026-06-23T18:36:34.354Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27992026-06-23T18:36:34.984Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-06-23T18:36:35.032Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-06-23T18:36:35.206Z Compiling rustls-webpki v0.101.7
28022026-06-23T18:36:35.251Z Compiling sct v0.7.1
28032026-06-23T18:36:35.550Z Compiling secrecy v0.8.0
28042026-06-23T18:36:35.663Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28052026-06-23T18:36:36.240Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28062026-06-23T18:36:36.694Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-06-23T18:36:36.915Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28082026-06-23T18:36:37.495Z Compiling serde_with_macros v1.5.2
28092026-06-23T18:36:38.567Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28102026-06-23T18:36:38.684Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28112026-06-23T18:36:38.818Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-06-23T18:36:39.094Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28132026-06-23T18:36:39.317Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28142026-06-23T18:36:39.552Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28152026-06-23T18:36:39.798Z Compiling git2 v0.20.4
28162026-06-23T18:36:39.863Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28172026-06-23T18:36:40.106Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-06-23T18:36:40.326Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28192026-06-23T18:36:40.547Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28202026-06-23T18:36:40.784Z Compiling void v1.0.2
28212026-06-23T18:36:41.076Z Compiling lzss v0.8.2
28222026-06-23T18:36:41.423Z Compiling illumos-nvpair v0.3.0
28232026-06-23T18:36:41.928Z Compiling serde_with v1.14.0
28242026-06-23T18:36:42.438Z Compiling tokio-rustls v0.24.1
28252026-06-23T18:36:42.644Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28262026-06-23T18:36:42.878Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28272026-06-23T18:36:43.020Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28282026-06-23T18:36:43.139Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28292026-06-23T18:36:45.257Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28302026-06-23T18:36:46.217Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28312026-06-23T18:36:46.242Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-06-23T18:36:46.993Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-06-23T18:36:47.144Z Compiling tungstenite v0.23.0
28342026-06-23T18:36:47.240Z Compiling rustls-pemfile v1.0.4
28352026-06-23T18:36:47.635Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-06-23T18:36:47.658Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28372026-06-23T18:36:47.875Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28382026-06-23T18:36:48.101Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28392026-06-23T18:36:48.212Z Compiling nix v0.27.1
28402026-06-23T18:36:48.346Z Compiling twox-hash v2.1.2
28412026-06-23T18:36:48.854Z Compiling serde_bytes v0.11.19
28422026-06-23T18:36:49.156Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28432026-06-23T18:36:49.386Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28442026-06-23T18:36:49.545Z Compiling tokio-tungstenite v0.23.1
28452026-06-23T18:36:49.682Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-06-23T18:36:49.817Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28472026-06-23T18:36:49.934Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28482026-06-23T18:36:50.152Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28492026-06-23T18:36:51.502Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28502026-06-23T18:36:52.146Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28512026-06-23T18:36:52.597Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28522026-06-23T18:36:53.013Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28532026-06-23T18:36:53.451Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28542026-06-23T18:36:53.870Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28552026-06-23T18:36:54.020Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28562026-06-23T18:36:54.072Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
28572026-06-23T18:36:54.546Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-06-23T18:36:54.790Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28592026-06-23T18:36:54.847Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28602026-06-23T18:36:55.708Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-06-23T18:36:56.232Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-06-23T18:36:58.810Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28632026-06-23T18:36:58.919Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28642026-06-23T18:36:59.080Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28652026-06-23T18:37:00.325Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28662026-06-23T18:37:00.874Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28672026-06-23T18:37:01.161Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-06-23T18:37:01.606Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28692026-06-23T18:37:01.826Z Compiling signal-hook-tokio v0.3.1
28702026-06-23T18:37:02.019Z Compiling fatfs v0.3.6
28712026-06-23T18:37:02.082Z Compiling yasna v0.5.2
28722026-06-23T18:37:02.153Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28732026-06-23T18:37:02.645Z Compiling seq-macro v0.3.6
28742026-06-23T18:37:02.826Z Compiling assert_matches v1.5.0
28752026-06-23T18:37:02.934Z Compiling is_ci v1.2.0
28762026-06-23T18:37:03.152Z Compiling supports-color v3.0.2
28772026-06-23T18:37:03.156Z Compiling rcgen v0.12.1
28782026-06-23T18:37:03.194Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28792026-06-23T18:37:03.451Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28802026-06-23T18:37:03.802Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28812026-06-23T18:37:05.944Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28822026-06-23T18:37:06.178Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28832026-06-23T18:37:06.401Z Compiling rtoolbox v0.0.3
28842026-06-23T18:37:06.675Z Compiling subprocess v0.2.15
28852026-06-23T18:37:07.175Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-06-23T18:37:07.327Z Compiling rpassword v7.4.0
28872026-06-23T18:37:07.646Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-06-23T18:37:07.669Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-06-23T18:37:07.862Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28902026-06-23T18:37:08.895Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28912026-06-23T18:37:09.027Z Compiling tui-tree-widget v0.23.1
28922026-06-23T18:37:09.320Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28932026-06-23T18:37:10.098Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28942026-06-23T18:37:10.322Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-06-23T18:37:10.545Z Compiling uzers v0.12.2
28962026-06-23T18:37:11.781Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972026-06-23T18:37:12.020Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-06-23T18:37:12.670Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992026-06-23T18:37:13.806Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29002026-06-23T18:37:15.423Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-06-23T18:37:16.634Z Compiling support-bundle-viewer v0.1.2
29022026-06-23T18:37:17.607Z Compiling multimap v0.10.1
29032026-06-23T18:37:32.884Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29042026-06-23T18:37:33.132Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29052026-06-23T18:37:39.346Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29062026-06-23T18:37:39.932Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-06-23T18:37:40.257Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-06-23T18:44:23.321Z Finished `release` profile [optimized] target(s) in 8m 53s
29092026-06-23T18:45:08.877Z
29102026-06-23T18:45:08.877Zreal 9:40.484778919
29112026-06-23T18:45:08.877Zuser 1:19:11.651830762
29122026-06-23T18:45:08.877Zsys 3:28.274043718
29132026-06-23T18:45:08.877Ztrap 1.781353954
29142026-06-23T18:45:08.877Ztflt 3.811564461
29152026-06-23T18:45:08.881Zdflt 18.241931247
29162026-06-23T18:45:08.881Zkflt 0.067276492
29172026-06-23T18:45:08.881Zlock 6:58:09.666323786
29182026-06-23T18:45:08.881Zslp 2:13:53.461946206
29192026-06-23T18:45:08.881Zlat 2:19.305919892
29202026-06-23T18:45:08.881Zstop 5:05.685821373
29212026-06-23T18:45:08.881Z+ mapfile -t packages
29222026-06-23T18:45:08.881Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-06-23T18:45:09.797Z Finished `release` profile [optimized] target(s) in 0.90s
29242026-06-23T18:45:09.863Z Running `target/release/omicron-package -t test list-outputs`
29252026-06-23T18:45:09.925ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-06-23T18:45:09.928Z+ ptime -m cargo build --locked --release -p xtask
29272026-06-23T18:45:10.402Z Compiling libc v0.2.185
29282026-06-23T18:45:10.402Z Compiling serde v1.0.228
29292026-06-23T18:45:10.402Z Compiling serde_core v1.0.228
29302026-06-23T18:45:10.408Z Compiling rustix v1.1.3
29312026-06-23T18:45:10.409Z Compiling bitflags v2.11.0
29322026-06-23T18:45:10.409Z Compiling serde_json v1.0.149
29332026-06-23T18:45:10.409Z Compiling num-traits v0.2.19
29342026-06-23T18:45:10.500Z Compiling syn v2.0.117
29352026-06-23T18:45:10.529Z Compiling smallvec v1.15.1
29362026-06-23T18:45:10.573Z Compiling usdt-impl v0.5.0
29372026-06-23T18:45:10.576Z Compiling indexmap v2.14.0
29382026-06-23T18:45:10.593Z Compiling syn v1.0.109
29392026-06-23T18:45:10.602Z Compiling log v0.4.29
29402026-06-23T18:45:10.611Z Compiling percent-encoding v2.3.2
29412026-06-23T18:45:10.890Z Compiling getrandom v0.4.1
29422026-06-23T18:45:10.890Z Compiling form_urlencoded v1.2.2
29432026-06-23T18:45:11.017Z Compiling fs-err v3.3.0
29442026-06-23T18:45:11.017Z Compiling heck v0.4.1
29452026-06-23T18:45:11.027Z Compiling anyhow v1.0.102
29462026-06-23T18:45:11.027Z Compiling once_cell v1.21.3
29472026-06-23T18:45:11.356Z Compiling errno v0.3.14
29482026-06-23T18:45:11.356Z Compiling thread-id v4.2.2
29492026-06-23T18:45:11.359Z Compiling memmap v0.7.0
29502026-06-23T18:45:11.687Z Compiling ordered-float v2.10.1
29512026-06-23T18:45:12.115Z Compiling proc-macro-error v1.0.4
29522026-06-23T18:45:12.365Z Compiling tabled_derive v0.7.0
29532026-06-23T18:45:12.398Z Compiling terminal_size v0.4.3
29542026-06-23T18:45:12.398Z Compiling tempfile v3.25.0
29552026-06-23T18:45:12.499Z Compiling clap_builder v4.6.0
29562026-06-23T18:45:12.500Z Compiling textwrap v0.16.2
29572026-06-23T18:45:12.636Z Compiling camino-tempfile v1.4.1
29582026-06-23T18:45:13.033Z Compiling tabled v0.15.0
29592026-06-23T18:45:13.099Z Compiling synstructure v0.13.2
29602026-06-23T18:45:13.099Z Compiling pest_generator v2.8.6
29612026-06-23T18:45:13.477Z Compiling serde_derive v1.0.228
29622026-06-23T18:45:13.477Z Compiling zerovec-derive v0.11.2
29632026-06-23T18:45:13.480Z Compiling displaydoc v0.2.5
29642026-06-23T18:45:13.480Z Compiling thiserror-impl v1.0.69
29652026-06-23T18:45:13.480Z Compiling zerocopy-derive v0.7.35
29662026-06-23T18:45:13.480Z Compiling scroll_derive v0.12.1
29672026-06-23T18:45:13.480Z Compiling thiserror-impl v2.0.18
29682026-06-23T18:45:13.480Z Compiling clap_derive v4.6.1
29692026-06-23T18:45:13.542Z Compiling zerofrom-derive v0.1.6
29702026-06-23T18:45:13.545Z Compiling yoke-derive v0.8.1
29712026-06-23T18:45:13.631Z Compiling pest_derive v2.8.6
29722026-06-23T18:45:14.211Z Compiling scroll v0.12.0
29732026-06-23T18:45:14.343Z Compiling zerocopy v0.7.35
29742026-06-23T18:45:14.516Z Compiling goblin v0.8.2
29752026-06-23T18:45:14.675Z Compiling thiserror v2.0.18
29762026-06-23T18:45:14.687Z Compiling zerofrom v0.1.6
29772026-06-23T18:45:14.707Z Compiling thiserror v1.0.69
29782026-06-23T18:45:14.814Z Compiling yoke v0.8.1
29792026-06-23T18:45:14.836Z Compiling dtrace-parser v0.2.0
29802026-06-23T18:45:15.038Z Compiling zerovec v0.11.5
29812026-06-23T18:45:15.176Z Compiling zerotrie v0.2.3
29822026-06-23T18:45:15.204Z Compiling clap v4.6.1
29832026-06-23T18:45:15.649Z Compiling tinystr v0.8.2
29842026-06-23T18:45:15.665Z Compiling potential_utf v0.1.4
29852026-06-23T18:45:15.874Z Compiling icu_locale_core v2.1.1
29862026-06-23T18:45:15.887Z Compiling icu_collections v2.1.1
29872026-06-23T18:45:16.647Z Compiling icu_provider v2.1.1
29882026-06-23T18:45:16.764Z Compiling serde_spanned v0.6.9
29892026-06-23T18:45:16.812Z Compiling toml_datetime v0.6.11
29902026-06-23T18:45:16.954Z Compiling icu_properties v2.1.2
29912026-06-23T18:45:17.036Z Compiling icu_normalizer v2.1.1
29922026-06-23T18:45:17.054Z Compiling toml_edit v0.22.27
29932026-06-23T18:45:17.070Z Compiling dof v0.3.0
29942026-06-23T18:45:17.098Z Compiling serde_tokenstream v0.2.3
29952026-06-23T18:45:17.236Z Compiling serde-value v0.7.0
29962026-06-23T18:45:17.309Z Compiling cargo-platform v0.2.0
29972026-06-23T18:45:17.476Z Compiling macaddr v1.0.1
29982026-06-23T18:45:17.873Z Compiling idna_adapter v1.2.1
29992026-06-23T18:45:17.986Z Compiling usdt-macro v0.5.0
30002026-06-23T18:45:17.990Z Compiling usdt-attr-macro v0.5.0
30012026-06-23T18:45:18.035Z Compiling idna v1.1.0
30022026-06-23T18:45:18.409Z Compiling url v2.5.8
30032026-06-23T18:45:18.655Z Compiling usdt v0.5.0
30042026-06-23T18:45:18.773Z Compiling toml v0.8.23
30052026-06-23T18:45:19.308Z Compiling cargo-util-schemas v0.8.2
30062026-06-23T18:45:19.344Z Compiling cargo_toml v0.21.0
30072026-06-23T18:45:20.389Z Compiling cargo_metadata v0.21.0
30082026-06-23T18:45:23.891Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-06-23T18:45:26.893Z Finished `release` profile [optimized] target(s) in 16.95s
30102026-06-23T18:45:27.041Z
30112026-06-23T18:45:27.041Zreal 17.076731166
30122026-06-23T18:45:27.041Zuser 2:21.186374979
30132026-06-23T18:45:27.041Zsys 17.952294530
30142026-06-23T18:45:27.041Ztrap 0.099569586
30152026-06-23T18:45:27.041Ztflt 0.739455946
30162026-06-23T18:45:27.041Zdflt 1.465299053
30172026-06-23T18:45:27.041Zkflt 0.000049824
30182026-06-23T18:45:27.042Zlock 5:39.287403469
30192026-06-23T18:45:27.042Zslp 3:40.046267437
30202026-06-23T18:45:27.042Zlat 5.927432580
30212026-06-23T18:45:27.045Zstop 19.207860436
30222026-06-23T18:45:27.045Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-06-23T18:45:27.045Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-06-23T18:45:27.046Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-06-23T18:45:27.046Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-06-23T18:45:27.046Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-06-23T18:45:27.939Z Compiling progenitor-client v0.14.0
30282026-06-23T18:45:27.939Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-06-23T18:45:27.943Z Compiling newtype-uuid-macros v0.1.0
30302026-06-23T18:45:27.943Z Compiling match_cfg v0.1.0
30312026-06-23T18:45:27.943Z Compiling slog-json v2.6.1
30322026-06-23T18:45:27.943Z Compiling structmeta-derive v0.3.0
30332026-06-23T18:45:27.943Z Compiling rustls v0.22.4
30342026-06-23T18:45:27.943Z Compiling rustls-webpki v0.102.8
30352026-06-23T18:45:28.080Z Compiling multer v3.1.0
30362026-06-23T18:45:28.083Z Compiling debug-ignore v1.0.5
30372026-06-23T18:45:28.083Z Compiling compression-core v0.4.31
30382026-06-23T18:45:28.093Z Compiling atomicwrites v0.4.4
30392026-06-23T18:45:28.097Z Compiling itertools v0.14.0
30402026-06-23T18:45:28.192Z Compiling async-stream-impl v0.3.6
30412026-06-23T18:45:28.239Z Compiling hostname v0.3.1
30422026-06-23T18:45:28.242Z Compiling toml_datetime v1.0.0+spec-1.1.0
30432026-06-23T18:45:28.256Z Compiling serde_spanned v1.0.4
30442026-06-23T18:45:28.271Z Compiling dropshot v0.17.0
30452026-06-23T18:45:28.348Z Compiling compression-codecs v0.4.37
30462026-06-23T18:45:28.352Z Compiling toml_writer v1.0.6+spec-1.1.0
30472026-06-23T18:45:28.394Z Compiling waitgroup v0.1.2
30482026-06-23T18:45:28.398Z Compiling rustls-pemfile v2.2.0
30492026-06-23T18:45:28.414Z Compiling slog-bunyan v2.5.0
30502026-06-23T18:45:28.431Z Compiling dropshot_endpoint v0.17.0
30512026-06-23T18:45:28.459Z Compiling serde_path_to_error v0.1.20
30522026-06-23T18:45:28.586Z Compiling toml v1.0.6+spec-1.1.0
30532026-06-23T18:45:28.590Z Compiling async-compression v0.4.41
30542026-06-23T18:45:28.656Z Compiling hostname v0.4.2
30552026-06-23T18:45:28.660Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-06-23T18:45:28.660Z Compiling macaddr v1.0.1
30572026-06-23T18:45:28.709Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30582026-06-23T18:45:28.732Z Compiling instant v0.1.13
30592026-06-23T18:45:28.816Z Compiling regress v0.10.5
30602026-06-23T18:45:28.834Z Compiling async-stream v0.3.6
30612026-06-23T18:45:28.834Z Compiling backon v1.6.0
30622026-06-23T18:45:28.865Z Compiling backoff v0.4.0
30632026-06-23T18:45:28.885Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30642026-06-23T18:45:28.901Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30652026-06-23T18:45:28.937Z Compiling humantime v2.3.0
30662026-06-23T18:45:28.956Z Compiling universal-hash v0.5.1
30672026-06-23T18:45:28.972Z Compiling crucible-workspace-hack v0.1.0
30682026-06-23T18:45:29.029Z Compiling progenitor-extras v0.2.0
30692026-06-23T18:45:29.051Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30702026-06-23T18:45:29.072Z Compiling opaque-debug v0.3.1
30712026-06-23T18:45:29.098Z Compiling regress v0.11.1
30722026-06-23T18:45:29.114Z Compiling half v2.7.1
30732026-06-23T18:45:29.152Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-06-23T18:45:29.170Z Compiling ciborium-io v0.2.2
30752026-06-23T18:45:29.250Z Compiling convert_case v0.4.0
30762026-06-23T18:45:29.285Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-06-23T18:45:29.315Z Compiling aead v0.5.2
30782026-06-23T18:45:29.331Z Compiling secrecy v0.10.3
30792026-06-23T18:45:29.334Z Compiling poly1305 v0.8.0
30802026-06-23T18:45:29.365Z Compiling chacha20 v0.9.1
30812026-06-23T18:45:29.381Z Compiling structmeta v0.3.0
30822026-06-23T18:45:29.443Z Compiling ciborium-ll v0.2.2
30832026-06-23T18:45:29.483Z Compiling unsafe-libyaml v0.2.11
30842026-06-23T18:45:29.506Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e7af674f27ed04ce27739edee96829f7d7d5e6c0#e7af674f)
30852026-06-23T18:45:29.538Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-06-23T18:45:29.566Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
30872026-06-23T18:45:29.629Z Compiling derive-ex v0.1.8
30882026-06-23T18:45:29.652Z Compiling parse-display-derive v0.10.0
30892026-06-23T18:45:29.668Z Compiling derive_more v0.99.20
30902026-06-23T18:45:29.686Z Compiling ciborium v0.2.2
30912026-06-23T18:45:29.753Z Compiling thiserror-impl-no-std v2.0.2
30922026-06-23T18:45:29.835Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30932026-06-23T18:45:29.918Z Compiling byte-wrapper v0.1.0
30942026-06-23T18:45:29.934Z Compiling password-hash v0.5.0
30952026-06-23T18:45:29.953Z Compiling blake2 v0.10.6
30962026-06-23T18:45:30.122Z Compiling serde_yaml v0.9.34+deprecated
30972026-06-23T18:45:30.225Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
30982026-06-23T18:45:30.263Z Compiling toml_datetime v0.7.5+spec-1.1.0
30992026-06-23T18:45:30.279Z Compiling argon2 v0.5.3
31002026-06-23T18:45:30.302Z Compiling chacha20poly1305 v0.10.1
31012026-06-23T18:45:30.359Z Compiling indent_write v2.2.0
31022026-06-23T18:45:30.376Z Compiling tokio-rustls v0.25.0
31032026-06-23T18:45:30.473Z Compiling toml_edit v0.23.10+spec-1.0.0
31042026-06-23T18:45:30.515Z Compiling heapless v0.8.0
31052026-06-23T18:45:30.533Z Compiling ingot-macros v0.1.1
31062026-06-23T18:45:30.533Z Compiling tabwriter v1.4.1
31072026-06-23T18:45:30.806Z Compiling typify-impl v0.6.2
31082026-06-23T18:45:30.839Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31092026-06-23T18:45:30.992Z Compiling thiserror-no-std v2.0.2
31102026-06-23T18:45:31.107Z Compiling vsss-rs v3.3.4
31112026-06-23T18:45:31.124Z Compiling proc-macro-crate v3.4.0
31122026-06-23T18:45:31.416Z Compiling test-strategy v0.4.5
31132026-06-23T18:45:31.432Z Compiling parse-display v0.10.0
31142026-06-23T18:45:31.568Z Compiling hash32 v0.3.1
31152026-06-23T18:45:31.628Z Compiling smoltcp v0.11.0
31162026-06-23T18:45:31.666Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-06-23T18:45:31.709Z Compiling num_enum_derive v0.7.6
31182026-06-23T18:45:31.766Z Compiling cobs v0.3.0
31192026-06-23T18:45:31.929Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
31202026-06-23T18:45:31.952Z Compiling colored v3.1.1
31212026-06-23T18:45:31.984Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31222026-06-23T18:45:32.029Z Compiling postcard v1.1.3
31232026-06-23T18:45:32.054Z Compiling proc-macro-error v1.0.4
31242026-06-23T18:45:32.070Z Compiling proc-macro-crate v1.3.1
31252026-06-23T18:45:32.232Z Compiling foreign-types-macros v0.2.3
31262026-06-23T18:45:32.265Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31272026-06-23T18:45:32.343Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31282026-06-23T18:45:32.360Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31292026-06-23T18:45:32.389Z Compiling rayon-core v1.13.0
31302026-06-23T18:45:32.408Z Compiling foreign-types-shared v0.3.1
31312026-06-23T18:45:32.463Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31322026-06-23T18:45:32.508Z Compiling cpufeatures v0.3.0
31332026-06-23T18:45:32.524Z Compiling num_enum_derive v0.5.11
31342026-06-23T18:45:32.607Z Compiling chacha20 v0.10.0
31352026-06-23T18:45:32.655Z Compiling crossbeam-deque v0.8.6
31362026-06-23T18:45:32.712Z Compiling camino-tempfile v1.4.1
31372026-06-23T18:45:32.730Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31382026-06-23T18:45:32.770Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31392026-06-23T18:45:32.786Z Compiling cstr-argument v0.1.2
31402026-06-23T18:45:32.813Z Compiling num_enum v0.7.6
31412026-06-23T18:45:32.877Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31422026-06-23T18:45:32.895Z Compiling foreign-types v0.5.0
31432026-06-23T18:45:32.960Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31442026-06-23T18:45:32.960Z Compiling rand v0.10.0
31452026-06-23T18:45:32.993Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31462026-06-23T18:45:32.996Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31472026-06-23T18:45:33.041Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31482026-06-23T18:45:33.118Z Compiling zone_cfg_derive v0.3.1
31492026-06-23T18:45:33.188Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31502026-06-23T18:45:33.206Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31512026-06-23T18:45:33.270Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
31522026-06-23T18:45:33.303Z Compiling itertools v0.12.1
31532026-06-23T18:45:33.348Z Compiling num-derive v0.4.2
31542026-06-23T18:45:33.348Z Compiling sigpipe v0.1.3
31552026-06-23T18:45:33.433Z Compiling rayon v1.11.0
31562026-06-23T18:45:33.477Z Compiling glob v0.3.3
31572026-06-23T18:45:33.496Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31582026-06-23T18:45:33.514Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31592026-06-23T18:45:33.517Z Compiling ingot-types v0.1.2
31602026-06-23T18:45:33.635Z Compiling num_enum v0.5.11
31612026-06-23T18:45:33.707Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
31622026-06-23T18:45:33.754Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31632026-06-23T18:45:33.776Z Compiling smf v0.2.3
31642026-06-23T18:45:33.823Z Compiling whoami v1.6.1
31652026-06-23T18:45:33.899Z Compiling ingot v0.1.1
31662026-06-23T18:45:33.923Z Compiling usdt-attr-macro v0.5.0
31672026-06-23T18:45:33.981Z Compiling usdt-macro v0.5.0
31682026-06-23T18:45:34.036Z Compiling gethostname v0.5.0
31692026-06-23T18:45:34.083Z Compiling num-rational v0.4.2
31702026-06-23T18:45:34.133Z Compiling num-complex v0.4.6
31712026-06-23T18:45:34.185Z Compiling memmap v0.7.0
31722026-06-23T18:45:34.288Z Compiling derive-where v1.6.0
31732026-06-23T18:45:34.335Z Compiling float-ord v0.3.2
31742026-06-23T18:45:34.400Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31752026-06-23T18:45:34.416Z Compiling toml v0.8.23
31762026-06-23T18:45:34.483Z Compiling resolv-conf v0.7.6
31772026-06-23T18:45:34.571Z Compiling zone v0.3.1
31782026-06-23T18:45:34.617Z Compiling num v0.4.3
31792026-06-23T18:45:34.715Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31802026-06-23T18:45:34.733Z Compiling owo-colors v4.3.0
31812026-06-23T18:45:34.797Z Compiling cancel-safe-futures v0.1.5
31822026-06-23T18:45:34.815Z Compiling libsw-core v0.3.2
31832026-06-23T18:45:34.840Z Compiling usdt v0.5.0
31842026-06-23T18:45:34.857Z Compiling prettyplease v0.2.37
31852026-06-23T18:45:34.880Z Compiling console v0.15.11
31862026-06-23T18:45:35.011Z Compiling libsw v3.5.0
31872026-06-23T18:45:35.082Z Compiling hickory-proto v0.24.4
31882026-06-23T18:45:35.140Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31892026-06-23T18:45:35.156Z Compiling newline-converter v0.3.0
31902026-06-23T18:45:35.215Z Compiling linked-hash-map v0.5.6
31912026-06-23T18:45:35.251Z Compiling libefi-sys v0.1.0
31922026-06-23T18:45:35.280Z Compiling linear-map v1.2.0
31932026-06-23T18:45:35.301Z Compiling expectorate v1.2.0
31942026-06-23T18:45:35.413Z Compiling lru-cache v0.1.2
31952026-06-23T18:45:35.434Z Compiling git-stub v1.0.0
31962026-06-23T18:45:35.463Z Compiling typify-macro v0.6.2
31972026-06-23T18:45:35.500Z Compiling bitfield-struct v0.6.2
31982026-06-23T18:45:35.519Z Compiling nom v8.0.0
31992026-06-23T18:45:35.522Z Compiling semver v0.1.20
32002026-06-23T18:45:35.572Z Compiling tokio-dtrace v0.1.1
32012026-06-23T18:45:35.691Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32022026-06-23T18:45:35.725Z Compiling git-stub-vcs v0.1.0
32032026-06-23T18:45:35.755Z Compiling rustc_version v0.1.7
32042026-06-23T18:45:35.774Z Compiling dropshot-api-manager-types v0.7.2
32052026-06-23T18:45:35.858Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-06-23T18:45:35.882Z Compiling slog-dtrace v0.3.0
32072026-06-23T18:45:35.899Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-06-23T18:45:35.951Z Compiling minimal-lexical v0.2.1
32092026-06-23T18:45:36.001Z Compiling oxide-tokio-rt v0.1.4
32102026-06-23T18:45:36.017Z Compiling newtype_derive v0.1.6
32112026-06-23T18:45:36.123Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32122026-06-23T18:45:36.141Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-06-23T18:45:36.168Z Compiling nom v7.1.3
32142026-06-23T18:45:36.211Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-06-23T18:45:36.243Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-06-23T18:45:36.259Z Compiling phf_shared v0.12.1
32172026-06-23T18:45:36.277Z Compiling csv-core v0.1.13
32182026-06-23T18:45:36.322Z Compiling highway v1.3.0
32192026-06-23T18:45:36.356Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32202026-06-23T18:45:36.446Z Compiling chrono-tz v0.10.4
32212026-06-23T18:45:36.464Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222026-06-23T18:45:36.534Z Compiling xshell-macros v0.2.7
32232026-06-23T18:45:36.550Z Compiling csv v1.4.0
32242026-06-23T18:45:36.567Z Compiling const_format_proc_macros v0.2.34
32252026-06-23T18:45:36.746Z Compiling phf v0.12.1
32262026-06-23T18:45:36.899Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32272026-06-23T18:45:36.916Z Compiling primeorder v0.13.6
32282026-06-23T18:45:36.971Z Compiling xshell v0.2.7
32292026-06-23T18:45:37.024Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32302026-06-23T18:45:37.113Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-06-23T18:45:37.195Z Compiling tabled_derive v0.7.0
32322026-06-23T18:45:37.223Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32332026-06-23T18:45:37.317Z Compiling typify v0.6.2
32342026-06-23T18:45:37.444Z Compiling progenitor-impl v0.14.0
32352026-06-23T18:45:37.462Z Compiling hickory-resolver v0.24.4
32362026-06-23T18:45:37.506Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32372026-06-23T18:45:37.523Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32382026-06-23T18:45:37.563Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-23T18:45:37.579Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32402026-06-23T18:45:37.882Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32412026-06-23T18:45:37.958Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32422026-06-23T18:45:38.095Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32432026-06-23T18:45:38.196Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32442026-06-23T18:45:38.243Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32452026-06-23T18:45:38.404Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32462026-06-23T18:45:38.438Z Compiling const_format v0.2.35
32472026-06-23T18:45:38.473Z Compiling bcs v0.1.6
32482026-06-23T18:45:38.492Z Compiling tagptr v0.2.0
32492026-06-23T18:45:38.511Z Compiling qorb v0.4.1
32502026-06-23T18:45:38.667Z Compiling termtree v0.5.1
32512026-06-23T18:45:38.797Z Compiling salty v0.3.0
32522026-06-23T18:45:38.829Z Compiling textwrap v0.16.2
32532026-06-23T18:45:38.848Z Compiling moka v0.12.13
32542026-06-23T18:45:38.909Z Compiling tabled v0.15.0
32552026-06-23T18:45:39.090Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562026-06-23T18:45:39.244Z Compiling steno v0.4.1
32572026-06-23T18:45:39.292Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32582026-06-23T18:45:39.309Z Compiling base64 v0.21.7
32592026-06-23T18:45:39.363Z Compiling radium v0.7.0
32602026-06-23T18:45:39.422Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32612026-06-23T18:45:39.661Z Compiling hickory-resolver v0.25.2
32622026-06-23T18:45:39.677Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32632026-06-23T18:45:39.752Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32642026-06-23T18:45:39.791Z Compiling p384 v0.13.1
32652026-06-23T18:45:39.813Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32662026-06-23T18:45:39.904Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32672026-06-23T18:45:40.154Z Compiling progenitor-macro v0.14.0
32682026-06-23T18:45:40.319Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32692026-06-23T18:45:40.415Z Compiling tap v1.0.1
32702026-06-23T18:45:40.556Z Compiling maybe-uninit v2.0.0
32712026-06-23T18:45:40.580Z Compiling wyz v0.5.1
32722026-06-23T18:45:40.674Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32732026-06-23T18:45:40.812Z Compiling proc-macro-error-attr2 v2.0.0
32742026-06-23T18:45:40.851Z Compiling packed_struct v0.10.1
32752026-06-23T18:45:40.889Z Compiling utf-8 v0.7.6
32762026-06-23T18:45:40.935Z Compiling parking_lot_core v0.8.6
32772026-06-23T18:45:41.030Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32782026-06-23T18:45:41.101Z Compiling funty v2.0.0
32792026-06-23T18:45:41.163Z Compiling tungstenite v0.21.0
32802026-06-23T18:45:41.201Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32812026-06-23T18:45:41.267Z Compiling proc-macro-error2 v2.0.1
32822026-06-23T18:45:41.306Z Compiling polyval v0.6.2
32832026-06-23T18:45:41.349Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32842026-06-23T18:45:41.366Z Compiling num-derive v0.3.3
32852026-06-23T18:45:41.510Z Compiling bitvec v1.0.1
32862026-06-23T18:45:41.570Z Compiling packed_struct_codegen v0.10.1
32872026-06-23T18:45:41.608Z Compiling zerocopy-derive v0.6.6
32882026-06-23T18:45:41.626Z Compiling bitfield-macros v0.19.4
32892026-06-23T18:45:41.748Z Compiling indexmap v1.9.3
32902026-06-23T18:45:41.765Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32912026-06-23T18:45:41.865Z Compiling crc-catalog v2.4.0
32922026-06-23T18:45:41.980Z Compiling nodrop v0.1.14
32932026-06-23T18:45:41.997Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32942026-06-23T18:45:42.050Z Compiling crc v3.4.0
32952026-06-23T18:45:42.067Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32962026-06-23T18:45:42.070Z Compiling array-init v0.0.4
32972026-06-23T18:45:42.103Z Compiling tokio-tungstenite v0.21.0
32982026-06-23T18:45:42.151Z Compiling tabled_derive v0.11.0
32992026-06-23T18:45:42.237Z Compiling ghash v0.5.1
33002026-06-23T18:45:42.278Z Compiling smallvec v0.6.14
33012026-06-23T18:45:42.337Z Compiling libscf-sys v1.1.0
33022026-06-23T18:45:42.401Z Compiling bitfield v0.19.4
33032026-06-23T18:45:42.466Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-06-23T18:45:42.505Z Compiling progenitor-impl v0.13.0
33052026-06-23T18:45:42.522Z Compiling papergrid v0.17.0
33062026-06-23T18:45:42.522Z Compiling testing_table v0.3.0
33072026-06-23T18:45:42.552Z Compiling zerocopy v0.6.6
33082026-06-23T18:45:42.648Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33092026-06-23T18:45:42.710Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33102026-06-23T18:45:42.726Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33112026-06-23T18:45:42.729Z Compiling ctr v0.9.2
33122026-06-23T18:45:42.778Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33132026-06-23T18:45:42.839Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-06-23T18:45:42.909Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33152026-06-23T18:45:42.967Z Compiling hashbrown v0.12.3
33162026-06-23T18:45:42.983Z Compiling corncobs v0.1.4
33172026-06-23T18:45:43.014Z Compiling unicase v2.9.0
33182026-06-23T18:45:43.034Z Compiling illumos-nvpair-sys v0.2.0
33192026-06-23T18:45:43.182Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-06-23T18:45:43.200Z Compiling aes-gcm v0.10.3
33212026-06-23T18:45:43.235Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-06-23T18:45:43.253Z Compiling mime_guess v2.0.5
33232026-06-23T18:45:43.295Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-06-23T18:45:43.373Z Compiling parking_lot v0.11.2
33252026-06-23T18:45:43.482Z Compiling tabled v0.20.0
33262026-06-23T18:45:43.517Z Compiling serde-hex v0.1.0
33272026-06-23T18:45:43.614Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33282026-06-23T18:45:43.747Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33292026-06-23T18:45:43.871Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33302026-06-23T18:45:43.889Z Compiling ron v0.8.1
33312026-06-23T18:45:44.023Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33322026-06-23T18:45:44.173Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33332026-06-23T18:45:44.260Z Compiling hashbrown v0.13.2
33342026-06-23T18:45:44.334Z Compiling progenitor-client v0.13.0
33352026-06-23T18:45:44.361Z Compiling prefix-trie v0.7.0
33362026-06-23T18:45:44.455Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33372026-06-23T18:45:44.536Z Compiling blowfish v0.9.1
33382026-06-23T18:45:44.749Z Compiling ssh-encoding v0.2.0
33392026-06-23T18:45:44.784Z Compiling fxhash v0.2.1
33402026-06-23T18:45:44.801Z Compiling secrecy v0.8.0
33412026-06-23T18:45:44.816Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-06-23T18:45:44.948Z Compiling crc-any v2.5.0
33432026-06-23T18:45:44.966Z Compiling ssh-cipher v0.2.0
33442026-06-23T18:45:45.038Z Compiling sled v0.34.7
33452026-06-23T18:45:45.187Z Compiling object v0.30.4
33462026-06-23T18:45:45.213Z Compiling hickory-server v0.25.2
33472026-06-23T18:45:45.248Z Compiling progenitor-macro v0.13.0
33482026-06-23T18:45:45.290Z Compiling progenitor v0.14.0
33492026-06-23T18:45:45.429Z Compiling bcrypt-pbkdf v0.10.0
33502026-06-23T18:45:45.456Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33512026-06-23T18:45:45.474Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33522026-06-23T18:45:45.681Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33532026-06-23T18:45:45.785Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33542026-06-23T18:45:45.972Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
33552026-06-23T18:45:46.012Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-06-23T18:45:46.118Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33572026-06-23T18:45:46.308Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33582026-06-23T18:45:46.325Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33592026-06-23T18:45:46.344Z Compiling password-hash v0.4.2
33602026-06-23T18:45:46.422Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33612026-06-23T18:45:46.422Z Compiling half v1.8.3
33622026-06-23T18:45:46.724Z Compiling http-range v0.1.5
33632026-06-23T18:45:46.767Z Compiling crc8 v0.1.1
33642026-06-23T18:45:46.855Z Compiling path-slash v0.1.5
33652026-06-23T18:45:46.944Z Compiling serde_cbor v0.11.2
33662026-06-23T18:45:47.027Z Compiling pbkdf2 v0.11.0
33672026-06-23T18:45:47.085Z Compiling illumos-nvpair v0.3.0
33682026-06-23T18:45:47.258Z Compiling ssh-key v0.6.7
33692026-06-23T18:45:47.355Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33702026-06-23T18:45:47.607Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33712026-06-23T18:45:48.159Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33722026-06-23T18:45:48.223Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33732026-06-23T18:45:48.242Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33742026-06-23T18:45:48.279Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33752026-06-23T18:45:48.640Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33762026-06-23T18:45:48.699Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-06-23T18:45:48.811Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33782026-06-23T18:45:48.838Z Compiling p256 v0.13.2
33792026-06-23T18:45:48.855Z Compiling p521 v0.13.3
33802026-06-23T18:45:48.875Z Compiling yasna v0.5.2
33812026-06-23T18:45:48.934Z Compiling kstat-rs v0.2.4
33822026-06-23T18:45:49.002Z Compiling headers-core v0.3.0
33832026-06-23T18:45:49.143Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33842026-06-23T18:45:49.269Z Compiling nanorand v0.7.0
33852026-06-23T18:45:49.292Z Compiling atty v0.2.14
33862026-06-23T18:45:49.310Z Compiling russh-cryptovec v0.7.3
33872026-06-23T18:45:49.434Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33882026-06-23T18:45:49.525Z Compiling home v0.5.12
33892026-06-23T18:45:49.589Z Compiling md5 v0.7.0
33902026-06-23T18:45:49.622Z Compiling flume v0.11.1
33912026-06-23T18:45:49.640Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
33922026-06-23T18:45:49.696Z Compiling rcgen v0.12.1
33932026-06-23T18:45:49.897Z Compiling russh-keys v0.45.0
33942026-06-23T18:45:49.901Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33952026-06-23T18:45:49.932Z Compiling headers v0.4.1
33962026-06-23T18:45:50.002Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33972026-06-23T18:45:50.032Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33982026-06-23T18:45:50.339Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33992026-06-23T18:45:50.361Z Compiling progenitor v0.13.0
34002026-06-23T18:45:50.506Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34012026-06-23T18:45:50.555Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34022026-06-23T18:45:50.590Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34032026-06-23T18:45:50.607Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34042026-06-23T18:45:50.727Z Compiling hyper-staticfile v0.10.1
34052026-06-23T18:45:50.902Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34062026-06-23T18:45:50.920Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34072026-06-23T18:45:50.975Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34082026-06-23T18:45:51.028Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34092026-06-23T18:45:51.263Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34102026-06-23T18:45:51.356Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34112026-06-23T18:45:51.372Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34122026-06-23T18:45:51.394Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34132026-06-23T18:45:51.524Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34142026-06-23T18:45:51.609Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34152026-06-23T18:45:51.658Z Compiling num-bigint v0.4.6
34162026-06-23T18:45:51.676Z Compiling des v0.8.1
34172026-06-23T18:45:51.679Z Compiling subprocess v0.2.15
34182026-06-23T18:45:51.752Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34192026-06-23T18:45:51.824Z Compiling display-error-chain v0.2.2
34202026-06-23T18:45:51.841Z Compiling hex-literal v0.4.1
34212026-06-23T18:45:51.915Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34222026-06-23T18:45:51.931Z Compiling colored v2.2.0
34232026-06-23T18:45:51.975Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34242026-06-23T18:45:51.994Z Compiling internet-checksum v0.2.1
34252026-06-23T18:45:52.153Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34262026-06-23T18:45:52.206Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34272026-06-23T18:45:52.965Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34282026-06-23T18:45:53.038Z Compiling russh v0.45.0
34292026-06-23T18:45:53.796Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34302026-06-23T18:45:54.711Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34312026-06-23T18:45:54.711Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34322026-06-23T18:45:57.136Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34332026-06-23T18:45:57.245Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34342026-06-23T18:45:57.824Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34352026-06-23T18:45:58.271Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34362026-06-23T18:45:59.598Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34372026-06-23T18:46:07.879Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34382026-06-23T18:46:07.879Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34392026-06-23T18:46:07.879Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34402026-06-23T18:46:07.883Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34412026-06-23T18:46:09.660Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34422026-06-23T18:46:09.713Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34432026-06-23T18:46:13.717Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34442026-06-23T18:46:53.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34452026-06-23T18:46:53.616Z
34462026-06-23T18:46:53.619Zreal 1:26.511254398
34472026-06-23T18:46:53.619Zuser 8:01.777279085
34482026-06-23T18:46:53.619Zsys 1:36.356939689
34492026-06-23T18:46:53.619Ztrap 0.240293054
34502026-06-23T18:46:53.619Ztflt 0.540727000
34512026-06-23T18:46:53.619Zdflt 1.958569579
34522026-06-23T18:46:53.619Zkflt 0.000203027
34532026-06-23T18:46:53.619Zlock 28:11.026852991
34542026-06-23T18:46:53.619Zslp 18:05.204975600
34552026-06-23T18:46:53.619Zlat 37.367670496
34562026-06-23T18:46:53.620Zstop 2:40.359409226
34572026-06-23T18:46:53.620Z+ mkdir tests
34582026-06-23T18:46:53.624Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34592026-06-23T18:46:53.624Z+ xargs -I '{}' -t cp '{}' tests/
34602026-06-23T18:46:53.647Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-20cf51d034174a71 tests/
34612026-06-23T18:46:53.677Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-fc58dc63f84b1653 tests/
34622026-06-23T18:46:53.706Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-32edbc5bec96f96c tests/
34632026-06-23T18:46:53.739Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1b923544995587d7 tests/
34642026-06-23T18:46:53.973Z+ 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)
34652026-06-23T18:46:53.976Z+ 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-fc58dc63f84b1653 tests/commtest-32edbc5bec96f96c tests/dhcp_server-20cf51d034174a71 tests/end_to_end_tests-1b923544995587d7 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
34662026-06-23T18:48:14.521ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34672026-06-23T18:48:14.522Za .github/buildomat/ci-env.sh 1K
34682026-06-23T18:48:14.522Za out/target/test 1K
34692026-06-23T18:48:14.522Za out/npuzone/npuzone 27402K
34702026-06-23T18:48:14.522Za package-manifest.toml 35K
34712026-06-23T18:48:14.522Za smf/sled-agent/non-gimlet/config.toml 6K
34722026-06-23T18:48:14.522Za target/release/omicron-package 44691K
34732026-06-23T18:48:14.522Za target/release/xtask 11142K
34742026-06-23T18:48:14.522Za target/debug/bootstrap 357006K
34752026-06-23T18:48:14.522Za tests/bootstrap-fc58dc63f84b1653 31975K
34762026-06-23T18:48:14.522Za tests/commtest-32edbc5bec96f96c 43619K
34772026-06-23T18:48:14.522Za tests/dhcp_server-20cf51d034174a71 31975K
34782026-06-23T18:48:14.522Za tests/end_to_end_tests-1b923544995587d7 399893K
34792026-06-23T18:48:14.522Za tools/opte_version 1K
34802026-06-23T18:48:14.522Za tools/opte_version_override 2K
34812026-06-23T18:48:14.522Za out/clickhouse.tar.gz 314126K
34822026-06-23T18:48:14.522Za out/clickhouse_keeper.tar.gz 299307K
34832026-06-23T18:48:14.522Za out/clickhouse_server.tar.gz 314123K
34842026-06-23T18:48:14.522Za out/cockroachdb.tar.gz 157623K
34852026-06-23T18:48:14.522Za out/crucible-pantry-zone.tar.gz 36693K
34862026-06-23T18:48:14.522Za out/crucible-utils.tar 16478K
34872026-06-23T18:48:14.522Za out/crucible-zone.tar.gz 52263K
34882026-06-23T18:48:14.522Za out/external-dns.tar.gz 42833K
34892026-06-23T18:48:14.522Za out/internal-dns.tar.gz 42832K
34902026-06-23T18:48:14.522Za out/mg-ddm-gz.tar 97917K
34912026-06-23T18:48:14.522Za out/nexus.tar.gz 276359K
34922026-06-23T18:48:14.523Za out/ntp.tar.gz 24548K
34932026-06-23T18:48:14.523Za out/omicron-gateway-softnpu.tar.gz 29311K
34942026-06-23T18:48:14.523Za out/omicron-sled-agent.tar 191344K
34952026-06-23T18:48:14.523Za out/overlay.tar.gz 3K
34962026-06-23T18:48:14.523Za out/oximeter.tar.gz 62634K
34972026-06-23T18:48:14.523Za out/oxlog.tar 3809K
34982026-06-23T18:48:14.523Za out/probe.tar.gz 3037K
34992026-06-23T18:48:14.523Za out/propolis-server.tar.gz 35172K
35002026-06-23T18:48:14.523Za out/pumpkind-gz.tar 26647K
35012026-06-23T18:48:14.523Za out/switch-softnpu.tar.gz 446164K
35022026-06-23T18:48:14.527Z
35032026-06-23T18:48:14.527Zreal 1:20.544351829
35042026-06-23T18:48:14.527Zuser 1:17.807307163
35052026-06-23T18:48:14.527Zsys 4.462048533
35062026-06-23T18:48:14.527Ztrap 0.006502448
35072026-06-23T18:48:14.527Ztflt 0.000000000
35082026-06-23T18:48:14.527Zdflt 0.000000000
35092026-06-23T18:48:14.527Zkflt 0.000000000
35102026-06-23T18:48:14.527Zlock 0.000000000
35112026-06-23T18:48:14.527Zslp 1:17.763009723
35122026-06-23T18:48:14.527Zlat 1.044568087
35132026-06-23T18:48:14.527Zstop 0.000195848
35142026-06-23T18:48:14.527Zprocess exited: duration 982042 ms, exit code 0
 
35152026-06-23T18:48:14.542Zfound 1 output files
35162026-06-23T18:48:14.555Zuploading: /work/package.tar.gz (2481974106 bytes)
35172026-06-23T18:48:44.926Zuploaded: /work/package.tar.gz