01KVY2J86ERY6QMBX6ZRTVPX42: 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: 01KVY2JTC4C0SYWB4WQHQF16WF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:24:53.751Zjob assigned to worker 01KVY2K1Q48J7FDVKDH1VQ7KPY [factory aws, i-0ddae6f89269962e0] (queued for 1 m 0 s)
 
22026-06-25T00:25:00.582Zstarting task 0: "setup"
32026-06-25T00:25:00.587Z++ uname -s
42026-06-25T00:25:00.590Z+ kern=SunOS
52026-06-25T00:25:00.590Z+ build_user=build
62026-06-25T00:25:00.590Z+ build_uid=12345
72026-06-25T00:25:00.590Z+ work_dir=/work
82026-06-25T00:25:00.590Z+ input_dir=/input
92026-06-25T00:25:00.590Z+ [[ 0 == 12345 ]]
102026-06-25T00:25:00.590Z+ case "$kern" in
112026-06-25T00:25:00.590Z+ groupadd -g 12345 build
122026-06-25T00:25:00.594Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:25:02.599Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:25:02.769Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:25:02.772Z+ home_fs=zfs
162026-06-25T00:25:02.773Z+ [[ zfs == autofs ]]
172026-06-25T00:25:02.773Z+ mkdir -p /home/build
182026-06-25T00:25:02.775Z+ chown build:build /home/build /work
192026-06-25T00:25:03.775Z+ chmod 0700 /home/build /work
202026-06-25T00:25:03.778Zprocess exited: duration 3200 ms, exit code 0
 
212026-06-25T00:25:03.785Zstarting task 1: "rust-toolchain"
222026-06-25T00:25:03.791Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T00:25:03.791Z * rust toolchain channel = "1.96.0"
242026-06-25T00:25:03.791Z * rust toolchain profile = "default"
252026-06-25T00:25:03.791Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T00:25:03.791Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T00:25:03.791Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T00:25:03.796Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:25:03.796Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T00:25:03.883Zinfo: downloading installer
312026-06-25T00:25:05.519Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T00:25:05.519Zwarn: /home/build/.rustup/settings.toml
332026-06-25T00:25:05.519Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T00:25:05.519Zwarn: instead of the one inferred from the default host triple.
352026-06-25T00:25:05.530Zinfo: profile set to default
362026-06-25T00:25:05.530Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T00:25:05.533Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T00:25:05.678Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T00:25:05.680Zinfo: downloading 6 components
402026-06-25T00:25:20.639Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T00:25:20.639Z
422026-06-25T00:25:20.670Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T00:25:20.670Z
442026-06-25T00:25:20.670Z
452026-06-25T00:25:20.671ZRust is installed now. Great!
462026-06-25T00:25:20.671Z
472026-06-25T00:25:20.671ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T00:25:20.671Zenvironment variable. This has not been done automatically.
492026-06-25T00:25:20.671Z
502026-06-25T00:25:20.671ZTo configure your current shell, you need to source
512026-06-25T00:25:20.671Zthe corresponding env file under $HOME/.cargo.
522026-06-25T00:25:20.671Z
532026-06-25T00:25:20.671ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T00:25:20.674Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T00:25:20.674Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T00:25:20.674Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T00:25:20.674Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T00:25:20.674Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T00:25:20.674Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T00:25:20.674Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T00:25:20.674Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T00:25:20.768Z+ rustup --version
632026-06-25T00:25:20.774Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T00:25:20.774Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T00:25:20.796Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T00:25:20.800Z+ cargo --version
672026-06-25T00:25:20.808Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T00:25:20.811Z+ rustc --version
692026-06-25T00:25:20.831Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T00:25:20.834Zprocess exited: duration 17049 ms, exit code 0
 
712026-06-25T00:25:20.841Zstarting task 2: "authentication"
722026-06-25T00:25:20.858Zprocess exited: duration 17 ms, exit code 0
 
732026-06-25T00:25:20.864Zstarting task 3: "clone repository"
742026-06-25T00:25:20.869Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-25T00:25:20.872Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-25T00:25:20.905ZCloning into '/work/oxidecomputer/omicron'...
772026-06-25T00:25:30.672Z+ cd /work/oxidecomputer/omicron
782026-06-25T00:25:30.673Z+ git fetch origin e5381fe59782a53d220d0a97276fbf81f5c2a285
792026-06-25T00:25:30.921ZFrom https://github.com/oxidecomputer/omicron
802026-06-25T00:25:30.921Z * branch e5381fe59782a53d220d0a97276fbf81f5c2a285 -> FETCH_HEAD
812026-06-25T00:25:30.934Z+ [[ -n value-update-poc ]]
822026-06-25T00:25:30.937Z++ git branch --show-current
832026-06-25T00:25:30.939Z+ current=main
842026-06-25T00:25:30.940Z+ [[ main != value-update-poc ]]
852026-06-25T00:25:30.940Z+ git branch -f value-update-poc e5381fe59782a53d220d0a97276fbf81f5c2a285
862026-06-25T00:25:30.942Z+ git checkout -f value-update-poc
872026-06-25T00:25:31.183ZSwitched to branch 'value-update-poc'
882026-06-25T00:25:31.186Z+ git reset --hard e5381fe59782a53d220d0a97276fbf81f5c2a285
892026-06-25T00:25:31.208ZHEAD is now at e5381fe59 rename LLM-ish update_value_semantics to strict_put_bodies
902026-06-25T00:25:31.211Zprocess exited: duration 10344 ms, exit code 0
 
912026-06-25T00:25:31.217Zstarting task 4: "build"
922026-06-25T00:25:31.223Z+ source .github/buildomat/ci-env.sh
932026-06-25T00:25:31.223Z++ export CARGO_TERM_COLOR=always
942026-06-25T00:25:31.223Z++ CARGO_TERM_COLOR=always
952026-06-25T00:25:31.223Z+ cargo --version
962026-06-25T00:25:31.233Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-25T00:25:31.237Z+ rustc --version
982026-06-25T00:25:31.258Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-25T00:25:31.261Z+ WORK=/work
1002026-06-25T00:25:31.261Z+ pfexec mkdir -p /work
1012026-06-25T00:25:31.263Z+ pfexec chown build /work
1022026-06-25T00:25:31.266Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-25T00:25:32.774Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-25T00:25:32.879Z Startup: Caching catalogs ... Done
1052026-06-25T00:25:33.329ZPlanning: Solver setup ... Done (0.406s)
1062026-06-25T00:25:33.354ZPlanning: Running solver ... Done (0.025s)
1072026-06-25T00:25:33.365ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-25T00:25:33.378ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-25T00:25:33.394ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-25T00:25:33.409ZPlanning: Package planning ... Done (0.015s)
1112026-06-25T00:25:33.412ZPlanning: Merging actions ... Done (0.001s)
1122026-06-25T00:25:33.585ZPlanning: Checking for conflicting actions ... Done (0.173s)
1132026-06-25T00:25:33.588ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-25T00:25:34.474ZPlanning: Evaluating mediators ... Done (0.890s)
1152026-06-25T00:25:34.477ZPlanning: Planning completed in 1.58 seconds
1162026-06-25T00:25:34.484Z Packages to install: 2
1172026-06-25T00:25:34.485Z Estimated space available: 156.06 GB
1182026-06-25T00:25:34.485ZEstimated space to be consumed: 29.57 MB
1192026-06-25T00:25:34.485Z Create boot environment: No
1202026-06-25T00:25:34.485ZCreate backup boot environment: No
1212026-06-25T00:25:34.485Z Rebuild boot archive: No
1222026-06-25T00:25:34.488Z
1232026-06-25T00:25:34.489ZChanged packages:
1242026-06-25T00:25:34.489Zhelios
1252026-06-25T00:25:34.489Z developer/build-essential
1262026-06-25T00:25:34.489Z None -> 11-3.0
1272026-06-25T00:25:34.489Z library/libxmlsec1
1282026-06-25T00:25:34.489Z None -> 1.2.35-3.0
1292026-06-25T00:25:34.510Z
1302026-06-25T00:25:34.510ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-25T00:25:37.387ZDownload: Completed 1.28 MB in 2.88 seconds (455k/s)
1322026-06-25T00:25:37.447Z Actions: 1/268 actions (Installing new actions)
1332026-06-25T00:25:37.485Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-25T00:25:37.495ZFinalize: Updating package state database ... Done (0.010s)
1352026-06-25T00:25:37.496ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-25T00:25:37.523ZFinalize: Updating image state ... Done (0.028s)
1372026-06-25T00:25:40.100ZFinalize: Creating fast lookup database ... Done (2.552s)
1382026-06-25T00:25:40.173ZFinalize: Reading search index ... Done (0.013s)
1392026-06-25T00:25:40.176ZFinalize: Updating search index ... Done (0.000s)
1402026-06-25T00:25:40.272ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-25T00:25:40.585ZPlanning: Evaluating mediator changes ... Done
1422026-06-25T00:25:40.685ZPlanning: Checking for conflicting actions ... Done
1432026-06-25T00:25:40.688ZPlanning: Consolidating action changes ... Done
1442026-06-25T00:25:40.841ZPlanning: Evaluating mediators ... Done
1452026-06-25T00:25:40.844ZPlanning: Planning completed in 0.26 seconds
1462026-06-25T00:25:40.864Z Mediators to change: 2
1472026-06-25T00:25:40.864Z Create boot environment: No
1482026-06-25T00:25:40.864ZCreate backup boot environment: No
1492026-06-25T00:25:40.901ZFinalize: Updating package state database ... Done
1502026-06-25T00:25:40.901ZFinalize: Updating package cache ... Done
1512026-06-25T00:25:40.921ZFinalize: Updating image state ... Done
1522026-06-25T00:25:42.848ZFinalize: Creating fast lookup database ... Done
1532026-06-25T00:25:42.909ZFinalize: Reading search index ... Done
1542026-06-25T00:25:42.912ZFinalize: Updating search index ... Done
1552026-06-25T00:25:42.962ZFinalize: Updating package cache ... Done
1562026-06-25T00:25:43.249ZPlanning: Evaluating mediator changes ... Done
1572026-06-25T00:25:43.353ZPlanning: Checking for conflicting actions ... Done
1582026-06-25T00:25:43.356ZPlanning: Consolidating action changes ... Done
1592026-06-25T00:25:43.508ZPlanning: Evaluating mediators ... Done
1602026-06-25T00:25:43.510ZPlanning: Planning completed in 0.26 seconds
1612026-06-25T00:25:43.533Z Mediators to change: 1
1622026-06-25T00:25:43.533Z Create boot environment: No
1632026-06-25T00:25:43.533ZCreate backup boot environment: No
1642026-06-25T00:25:43.580ZFinalize: Updating package state database ... Done
1652026-06-25T00:25:43.580ZFinalize: Updating package cache ... Done
1662026-06-25T00:25:43.599ZFinalize: Updating image state ... Done
1672026-06-25T00:25:45.537ZFinalize: Creating fast lookup database ... Done
1682026-06-25T00:25:45.600ZFinalize: Reading search index ... Done
1692026-06-25T00:25:45.603ZFinalize: Updating search index ... Done
1702026-06-25T00:25:45.650ZFinalize: Updating package cache ... Done
1712026-06-25T00:25:45.961ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-25T00:25:45.961Zapache system 2.4 system
1732026-06-25T00:25:45.961Zclang system 15 system
1742026-06-25T00:25:45.961Zcsh system system illumos
1752026-06-25T00:25:45.961Zctags system system illumos
1762026-06-25T00:25:45.961Zfile vendor vendor darwinsys
1772026-06-25T00:25:45.961Zfile system system illumos
1782026-06-25T00:25:45.961Zgcc vendor 14 vendor
1792026-06-25T00:25:45.961Zgcc system 13 system
1802026-06-25T00:25:45.961Zgcc system 10 system
1812026-06-25T00:25:45.961Zgo system 1.25 system
1822026-06-25T00:25:45.961Zllvm system 15 system
1832026-06-25T00:25:45.961Zmariadb system 11.4 system
1842026-06-25T00:25:45.961Zmta vendor vendor dma
1852026-06-25T00:25:45.961Zopenjdk system 17 system
1862026-06-25T00:25:45.961Zopenjdk system 11 system
1872026-06-25T00:25:45.961Zopenssl vendor 3 vendor
1882026-06-25T00:25:45.961Zperl system 5.40 system
1892026-06-25T00:25:45.961Zpostgresql system 18 system
1902026-06-25T00:25:45.961Zpostgresql system 17 system
1912026-06-25T00:25:45.961Zpython vendor 3 vendor
1922026-06-25T00:25:45.961Zpython system 2 system
1932026-06-25T00:25:45.961Zpython3 vendor 3.13 vendor
1942026-06-25T00:25:45.961Zruby system 3.4 system
1952026-06-25T00:25:45.961Zruby system 3.0 system
1962026-06-25T00:25:45.961Zwords vendor vendor american-english
1972026-06-25T00:25:45.961Zwords system system australian-english
1982026-06-25T00:25:45.961Zwords system system british-english
1992026-06-25T00:25:45.961Zwords system system canadian-english
2002026-06-25T00:25:45.961Zwords system system french
2012026-06-25T00:25:45.961Zwords system system italian
2022026-06-25T00:25:45.961Zwords system system ngerman
2032026-06-25T00:25:45.961Zwords system system ogerman
2042026-06-25T00:25:45.961Zwords system system spanish
2052026-06-25T00:25:46.218ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-25T00:25:46.219Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-25T00:25:46.523ZFMRI IFO
2082026-06-25T00:25:46.524Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-25T00:25:46.524Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-25T00:25:46.524Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-25T00:25:46.524Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-25T00:25:46.524Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-25T00:25:46.524Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-25T00:25:46.524Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-25T00:25:46.524Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-25T00:25:46.524Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-25T00:25:46.776Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-25T00:25:47.036Z Updating crates.io index
2192026-06-25T00:25:47.039Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-25T00:25:47.246Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-25T00:25:47.531Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-25T00:25:47.817Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-25T00:25:48.666Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-25T00:25:49.139Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-25T00:25:50.625Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-25T00:25:51.362Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-25T00:25:51.608Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-25T00:25:52.612Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-25T00:25:52.892Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-25T00:25:53.178Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-25T00:25:53.422Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-25T00:25:53.844Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-25T00:25:54.297Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-25T00:25:54.707Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-25T00:25:54.905Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-25T00:25:55.155Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-25T00:25:55.437Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-25T00:25:55.645Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-25T00:25:55.856Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-25T00:25:56.112Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-25T00:25:56.455Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-25T00:25:56.798Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-25T00:25:57.016Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-25T00:25:57.419Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-25T00:25:57.660Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-25T00:25:57.937Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-25T00:25:58.169Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-25T00:25:58.391Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-25T00:25:58.708Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-25T00:25:59.075Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-25T00:25:59.305Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-25T00:25:59.555Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-25T00:25:59.826Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-25T00:26:00.094Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-25T00:26:00.341Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-25T00:26:00.603Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-25T00:26:00.837Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-25T00:26:01.121Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-25T00:26:04.146Z Downloading crates ...
2602026-06-25T00:26:04.203Z Downloaded form_urlencoded v1.2.2
2612026-06-25T00:26:04.210Z Downloaded dof v0.3.0
2622026-06-25T00:26:04.213Z Downloaded idna_adapter v1.2.1
2632026-06-25T00:26:04.217Z Downloaded crypto-common v0.1.7
2642026-06-25T00:26:04.217Z Downloaded cargo-platform v0.2.0
2652026-06-25T00:26:04.220Z Downloaded strsim v0.11.1
2662026-06-25T00:26:04.223Z Downloaded errno v0.3.14
2672026-06-25T00:26:04.223Z Downloaded thiserror v2.0.18
2682026-06-25T00:26:04.228Z Downloaded clap_lex v1.0.0
2692026-06-25T00:26:04.232Z Downloaded version_check v0.9.5
2702026-06-25T00:26:04.232Z Downloaded colorchoice v1.0.4
2712026-06-25T00:26:04.232Z Downloaded byteorder v1.5.0
2722026-06-25T00:26:04.232Z Downloaded anstream v1.0.0
2732026-06-25T00:26:04.237Z Downloaded dtrace-parser v0.2.0
2742026-06-25T00:26:04.237Z Downloaded cpufeatures v0.2.17
2752026-06-25T00:26:04.237Z Downloaded url v2.5.8
2762026-06-25T00:26:04.240Z Downloaded zerofrom-derive v0.1.6
2772026-06-25T00:26:04.240Z Downloaded fnv v1.0.7
2782026-06-25T00:26:04.240Z Downloaded yoke v0.8.1
2792026-06-25T00:26:04.241Z Downloaded toml_write v0.1.2
2802026-06-25T00:26:04.244Z Downloaded fastrand v2.3.0
2812026-06-25T00:26:04.244Z Downloaded anstyle-query v1.1.5
2822026-06-25T00:26:04.244Z Downloaded generic-array v0.14.7
2832026-06-25T00:26:04.248Z Downloaded heck v0.4.1
2842026-06-25T00:26:04.252Z Downloaded equivalent v1.0.2
2852026-06-25T00:26:04.252Z Downloaded utf8parse v0.2.2
2862026-06-25T00:26:04.252Z Downloaded unicode-linebreak v0.1.5
2872026-06-25T00:26:04.259Z Downloaded zerocopy v0.7.35
2882026-06-25T00:26:04.268Z Downloaded zmij v1.0.21
2892026-06-25T00:26:04.271Z Downloaded tabled_derive v0.7.0
2902026-06-25T00:26:04.271Z Downloaded zerovec-derive v0.11.2
2912026-06-25T00:26:04.271Z Downloaded yoke-derive v0.8.1
2922026-06-25T00:26:04.271Z Downloaded utf8_iter v1.0.4
2932026-06-25T00:26:04.275Z Downloaded usdt v0.5.0
2942026-06-25T00:26:04.275Z Downloaded unicode-ident v1.0.24
2952026-06-25T00:26:04.275Z Downloaded usdt-macro v0.5.0
2962026-06-25T00:26:04.275Z Downloaded zerofrom v0.1.6
2972026-06-25T00:26:04.280Z Downloaded usdt-attr-macro v0.5.0
2982026-06-25T00:26:04.280Z Downloaded typeid v1.0.3
2992026-06-25T00:26:04.280Z Downloaded thread-id v4.2.2
3002026-06-25T00:26:04.280Z Downloaded thiserror-impl v2.0.18
3012026-06-25T00:26:04.280Z Downloaded heck v0.5.0
3022026-06-25T00:26:04.280Z Downloaded thiserror v1.0.69
3032026-06-25T00:26:04.285Z Downloaded digest v0.10.7
3042026-06-25T00:26:04.285Z Downloaded cfg-if v1.0.4
3052026-06-25T00:26:04.285Z Downloaded thiserror-impl v1.0.69
3062026-06-25T00:26:04.288Z Downloaded potential_utf v0.1.4
3072026-06-25T00:26:04.288Z Downloaded itoa v1.0.17
3082026-06-25T00:26:04.289Z Downloaded unicode-xid v0.2.6
3092026-06-25T00:26:04.289Z Downloaded toml_datetime v0.6.11
3102026-06-25T00:26:04.292Z Downloaded zerocopy-derive v0.7.35
3112026-06-25T00:26:04.292Z Downloaded toml v0.8.23
3122026-06-25T00:26:04.295Z Downloaded memmap v0.7.0
3132026-06-25T00:26:04.295Z Downloaded usdt-impl v0.5.0
3142026-06-25T00:26:04.295Z Downloaded tinystr v0.8.2
3152026-06-25T00:26:04.298Z Downloaded proc-macro-error-attr v1.0.4
3162026-06-25T00:26:04.298Z Downloaded ordered-float v2.10.1
3172026-06-25T00:26:04.301Z Downloaded terminal_size v0.4.3
3182026-06-25T00:26:04.304Z Downloaded scroll_derive v0.12.1
3192026-06-25T00:26:04.304Z Downloaded serde_spanned v0.6.9
3202026-06-25T00:26:04.304Z Downloaded writeable v0.6.2
3212026-06-25T00:26:04.307Z Downloaded zerotrie v0.2.3
3222026-06-25T00:26:04.307Z Downloaded ucd-trie v0.1.7
3232026-06-25T00:26:04.311Z Downloaded toml_edit v0.22.27
3242026-06-25T00:26:04.314Z Downloaded typenum v1.19.0
3252026-06-25T00:26:04.317Z Downloaded textwrap v0.16.2
3262026-06-25T00:26:04.317Z Downloaded anstyle-parse v1.0.0
3272026-06-25T00:26:04.321Z Downloaded displaydoc v0.2.5
3282026-06-25T00:26:04.321Z Downloaded anstyle v1.0.14
3292026-06-25T00:26:04.324Z Downloaded bytecount v0.6.9
3302026-06-25T00:26:04.327Z Downloaded block-buffer v0.10.4
3312026-06-25T00:26:04.330Z Downloaded cargo_metadata v0.21.0
3322026-06-25T00:26:04.333Z Downloaded zerovec v0.11.5
3332026-06-25T00:26:04.336Z Downloaded fs-err v3.3.0
3342026-06-25T00:26:04.339Z Downloaded camino-tempfile v1.4.1
3352026-06-25T00:26:04.339Z Downloaded is_terminal_polyfill v1.70.2
3362026-06-25T00:26:04.339Z Downloaded erased-serde v0.4.9
3372026-06-25T00:26:04.339Z Downloaded stable_deref_trait v1.2.1
3382026-06-25T00:26:04.345Z Downloaded macaddr v1.0.1
3392026-06-25T00:26:04.348Z Downloaded percent-encoding v2.3.2
3402026-06-25T00:26:04.348Z Downloaded winnow v0.7.14
3412026-06-25T00:26:04.352Z Downloaded pretty-hex v0.4.1
3422026-06-25T00:26:04.356Z Downloaded unicode-width v0.2.0
3432026-06-25T00:26:04.359Z Downloaded unicode-width v0.1.14
3442026-06-25T00:26:04.363Z Downloaded swrite v0.1.0
3452026-06-25T00:26:04.363Z Downloaded cargo_toml v0.21.0
3462026-06-25T00:26:04.367Z Downloaded plain v0.2.3
3472026-06-25T00:26:04.371Z Downloaded smawk v0.3.2
3482026-06-25T00:26:04.377Z Downloaded serde-value v0.7.0
3492026-06-25T00:26:04.383Z Downloaded serde-untagged v0.1.9
3502026-06-25T00:26:04.386Z Downloaded quote v1.0.45
3512026-06-25T00:26:04.395Z Downloaded cargo-util-schemas v0.8.2
3522026-06-25T00:26:04.398Z Downloaded autocfg v1.5.0
3532026-06-25T00:26:04.404Z Downloaded semver v1.0.28
3542026-06-25T00:26:04.408Z Downloaded anyhow v1.0.102
3552026-06-25T00:26:04.412Z Downloaded scroll v0.12.0
3562026-06-25T00:26:04.419Z Downloaded serde_tokenstream v0.2.3
3572026-06-25T00:26:04.423Z Downloaded pest_generator v2.8.6
3582026-06-25T00:26:04.423Z Downloaded icu_normalizer_data v2.1.1
3592026-06-25T00:26:04.423Z Downloaded clap_derive v4.6.1
3602026-06-25T00:26:04.430Z Downloaded sha2 v0.10.9
3612026-06-25T00:26:04.433Z Downloaded once_cell v1.21.3
3622026-06-25T00:26:04.433Z Downloaded smallvec v1.15.1
3632026-06-25T00:26:04.439Z Downloaded icu_locale_core v2.1.1
3642026-06-25T00:26:04.443Z Downloaded icu_properties v2.1.2
3652026-06-25T00:26:04.446Z Downloaded icu_provider v2.1.1
3662026-06-25T00:26:04.449Z Downloaded camino v1.2.2
3672026-06-25T00:26:04.453Z Downloaded getrandom v0.4.1
3682026-06-25T00:26:04.457Z Downloaded serde_derive v1.0.228
3692026-06-25T00:26:04.460Z Downloaded synstructure v0.13.2
3702026-06-25T00:26:04.460Z Downloaded bitflags v2.11.0
3712026-06-25T00:26:04.460Z Downloaded tempfile v3.25.0
3722026-06-25T00:26:04.463Z Downloaded pest_derive v2.8.6
3732026-06-25T00:26:04.466Z Downloaded litemap v0.8.1
3742026-06-25T00:26:04.466Z Downloaded proc-macro-error v1.0.4
3752026-06-25T00:26:04.474Z Downloaded serde_core v1.0.228
3762026-06-25T00:26:04.477Z Downloaded num-traits v0.2.19
3772026-06-25T00:26:04.489Z Downloaded clap v4.6.1
3782026-06-25T00:26:04.493Z Downloaded log v0.4.29
3792026-06-25T00:26:04.501Z Downloaded papergrid v0.11.0
3802026-06-25T00:26:04.506Z Downloaded proc-macro2 v1.0.106
3812026-06-25T00:26:04.512Z Downloaded icu_collections v2.1.1
3822026-06-25T00:26:04.522Z Downloaded pest_meta v2.8.6
3832026-06-25T00:26:04.530Z Downloaded icu_normalizer v2.1.1
3842026-06-25T00:26:04.538Z Downloaded serde v1.0.228
3852026-06-25T00:26:04.545Z Downloaded memchr v2.8.0
3862026-06-25T00:26:04.554Z Downloaded pest v2.8.6
3872026-06-25T00:26:04.557Z Downloaded indexmap v2.14.0
3882026-06-25T00:26:04.574Z Downloaded idna v1.1.0
3892026-06-25T00:26:04.582Z Downloaded icu_properties_data v2.1.2
3902026-06-25T00:26:04.587Z Downloaded hashbrown v0.17.0
3912026-06-25T00:26:04.596Z Downloaded serde_json v1.0.149
3922026-06-25T00:26:04.604Z Downloaded clap_builder v4.6.0
3932026-06-25T00:26:04.619Z Downloaded goblin v0.8.2
3942026-06-25T00:26:04.630Z Downloaded syn v1.0.109
3952026-06-25T00:26:04.636Z Downloaded tabled v0.15.0
3962026-06-25T00:26:04.660Z Downloaded syn v2.0.117
3972026-06-25T00:26:04.678Z Downloaded rustix v1.1.3
3982026-06-25T00:26:04.713Z Downloaded libc v0.2.185
3992026-06-25T00:26:04.781Z Compiling proc-macro2 v1.0.106
4002026-06-25T00:26:04.781Z Compiling unicode-ident v1.0.24
4012026-06-25T00:26:04.781Z Compiling quote v1.0.45
4022026-06-25T00:26:04.785Z Compiling serde_core v1.0.228
4032026-06-25T00:26:04.785Z Compiling libc v0.2.185
4042026-06-25T00:26:04.785Z Compiling version_check v0.9.5
4052026-06-25T00:26:04.785Z Compiling stable_deref_trait v1.2.1
4062026-06-25T00:26:04.785Z Compiling serde v1.0.228
4072026-06-25T00:26:04.785Z Compiling memchr v2.8.0
4082026-06-25T00:26:04.785Z Compiling zmij v1.0.21
4092026-06-25T00:26:04.785Z Compiling itoa v1.0.17
4102026-06-25T00:26:04.785Z Compiling thiserror v1.0.69
4112026-06-25T00:26:04.785Z Compiling ucd-trie v0.1.7
4122026-06-25T00:26:04.958Z Compiling autocfg v1.5.0
4132026-06-25T00:26:04.964Z Compiling litemap v0.8.1
4142026-06-25T00:26:05.222Z Compiling writeable v0.6.2
4152026-06-25T00:26:05.414Z Compiling byteorder v1.5.0
4162026-06-25T00:26:05.459Z Compiling icu_normalizer_data v2.1.1
4172026-06-25T00:26:05.471Z Compiling icu_properties_data v2.1.2
4182026-06-25T00:26:05.506Z Compiling rustix v1.1.3
4192026-06-25T00:26:05.510Z Compiling bitflags v2.11.0
4202026-06-25T00:26:05.528Z Compiling serde_json v1.0.149
4212026-06-25T00:26:05.559Z Compiling pest v2.8.6
4222026-06-25T00:26:05.696Z Compiling num-traits v0.2.19
4232026-06-25T00:26:05.714Z Compiling typeid v1.0.3
4242026-06-25T00:26:05.814Z Compiling smallvec v1.15.1
4252026-06-25T00:26:05.915Z Compiling hashbrown v0.17.0
4262026-06-25T00:26:05.918Z Compiling equivalent v1.0.2
4272026-06-25T00:26:05.918Z Compiling usdt-impl v0.5.0
4282026-06-25T00:26:05.972Z Compiling proc-macro-error-attr v1.0.4
4292026-06-25T00:26:05.990Z Compiling winnow v0.7.14
4302026-06-25T00:26:06.041Z Compiling errno v0.3.14
4312026-06-25T00:26:06.093Z Compiling thread-id v4.2.2
4322026-06-25T00:26:06.110Z Compiling erased-serde v0.4.9
4332026-06-25T00:26:06.113Z Compiling syn v1.0.109
4342026-06-25T00:26:06.113Z Compiling toml_write v0.1.2
4352026-06-25T00:26:06.209Z Compiling proc-macro-error v1.0.4
4362026-06-25T00:26:06.297Z Compiling utf8_iter v1.0.4
4372026-06-25T00:26:06.300Z Compiling log v0.4.29
4382026-06-25T00:26:06.350Z Compiling percent-encoding v2.3.2
4392026-06-25T00:26:06.369Z Compiling plain v0.2.3
4402026-06-25T00:26:06.435Z Compiling indexmap v2.14.0
4412026-06-25T00:26:06.469Z Compiling syn v2.0.117
4422026-06-25T00:26:06.487Z Compiling getrandom v0.4.1
4432026-06-25T00:26:06.530Z Compiling camino v1.2.2
4442026-06-25T00:26:06.534Z Compiling utf8parse v0.2.2
4452026-06-25T00:26:06.568Z Compiling thiserror v2.0.18
4462026-06-25T00:26:06.572Z Compiling form_urlencoded v1.2.2
4472026-06-25T00:26:06.703Z Compiling anstyle-parse v1.0.0
4482026-06-25T00:26:06.780Z Compiling pest_meta v2.8.6
4492026-06-25T00:26:06.847Z Compiling ordered-float v2.10.1
4502026-06-25T00:26:06.960Z Compiling anstyle-query v1.1.5
4512026-06-25T00:26:06.980Z Compiling colorchoice v1.0.4
4522026-06-25T00:26:07.017Z Compiling is_terminal_polyfill v1.70.2
4532026-06-25T00:26:07.033Z Compiling cfg-if v1.0.4
4542026-06-25T00:26:07.054Z Compiling pretty-hex v0.4.1
4552026-06-25T00:26:07.101Z Compiling anstyle v1.0.14
4562026-06-25T00:26:07.139Z Compiling fs-err v3.3.0
4572026-06-25T00:26:07.175Z Compiling terminal_size v0.4.3
4582026-06-25T00:26:07.178Z Compiling bytecount v0.6.9
4592026-06-25T00:26:07.252Z Compiling once_cell v1.21.3
4602026-06-25T00:26:07.257Z Compiling heck v0.5.0
4612026-06-25T00:26:07.328Z Compiling anstream v1.0.0
4622026-06-25T00:26:07.346Z Compiling anyhow v1.0.102
4632026-06-25T00:26:07.349Z Compiling unicode-xid v0.2.6
4642026-06-25T00:26:07.440Z Compiling semver v1.0.28
4652026-06-25T00:26:07.509Z Compiling clap_lex v1.0.0
4662026-06-25T00:26:07.528Z Compiling heck v0.4.1
4672026-06-25T00:26:07.549Z Compiling strsim v0.11.1
4682026-06-25T00:26:07.568Z Compiling unicode-width v0.1.14
4692026-06-25T00:26:07.639Z Compiling fastrand v2.3.0
4702026-06-25T00:26:07.659Z Compiling fnv v1.0.7
4712026-06-25T00:26:07.780Z Compiling clap_builder v4.6.0
4722026-06-25T00:26:07.799Z Compiling papergrid v0.11.0
4732026-06-25T00:26:07.819Z Compiling serde-untagged v0.1.9
4742026-06-25T00:26:07.897Z Compiling tempfile v3.25.0
4752026-06-25T00:26:07.924Z Compiling memmap v0.7.0
4762026-06-25T00:26:07.927Z Compiling unicode-width v0.2.0
4772026-06-25T00:26:07.928Z Compiling smawk v0.3.2
4782026-06-25T00:26:07.928Z Compiling unicode-linebreak v0.1.5
4792026-06-25T00:26:08.142Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-06-25T00:26:08.161Z Compiling camino-tempfile v1.4.1
4812026-06-25T00:26:08.200Z Compiling textwrap v0.16.2
4822026-06-25T00:26:08.246Z Compiling swrite v0.1.0
4832026-06-25T00:26:08.495Z Compiling tabled_derive v0.7.0
4842026-06-25T00:26:09.007Z Compiling synstructure v0.13.2
4852026-06-25T00:26:09.007Z Compiling pest_generator v2.8.6
4862026-06-25T00:26:09.162Z Compiling tabled v0.15.0
4872026-06-25T00:26:09.511Z Compiling serde_derive v1.0.228
4882026-06-25T00:26:09.511Z Compiling zerofrom-derive v0.1.6
4892026-06-25T00:26:09.514Z Compiling yoke-derive v0.8.1
4902026-06-25T00:26:09.514Z Compiling zerovec-derive v0.11.2
4912026-06-25T00:26:09.515Z Compiling displaydoc v0.2.5
4922026-06-25T00:26:09.567Z Compiling thiserror-impl v1.0.69
4932026-06-25T00:26:09.589Z Compiling zerocopy-derive v0.7.35
4942026-06-25T00:26:09.609Z Compiling scroll_derive v0.12.1
4952026-06-25T00:26:09.644Z Compiling pest_derive v2.8.6
4962026-06-25T00:26:09.647Z Compiling thiserror-impl v2.0.18
4972026-06-25T00:26:10.660Z Compiling clap_derive v4.6.1
4982026-06-25T00:26:10.663Z Compiling scroll v0.12.0
4992026-06-25T00:26:10.663Z Compiling zerocopy v0.7.35
5002026-06-25T00:26:10.663Z Compiling goblin v0.8.2
5012026-06-25T00:26:10.663Z Compiling zerofrom v0.1.6
5022026-06-25T00:26:10.734Z Compiling yoke v0.8.1
5032026-06-25T00:26:10.750Z Compiling dtrace-parser v0.2.0
5042026-06-25T00:26:10.893Z Compiling zerovec v0.11.5
5052026-06-25T00:26:10.893Z Compiling zerotrie v0.2.3
5062026-06-25T00:26:11.090Z Compiling clap v4.6.1
5072026-06-25T00:26:11.383Z Compiling tinystr v0.8.2
5082026-06-25T00:26:11.383Z Compiling potential_utf v0.1.4
5092026-06-25T00:26:11.496Z Compiling icu_collections v2.1.1
5102026-06-25T00:26:11.541Z Compiling icu_locale_core v2.1.1
5112026-06-25T00:26:12.051Z Compiling dof v0.3.0
5122026-06-25T00:26:12.051Z Compiling serde_tokenstream v0.2.3
5132026-06-25T00:26:12.068Z Compiling serde_spanned v0.6.9
5142026-06-25T00:26:12.072Z Compiling toml_datetime v0.6.11
5152026-06-25T00:26:12.072Z Compiling serde-value v0.7.0
5162026-06-25T00:26:12.072Z Compiling cargo-platform v0.2.0
5172026-06-25T00:26:12.084Z Compiling macaddr v1.0.1
5182026-06-25T00:26:12.104Z Compiling icu_provider v2.1.1
5192026-06-25T00:26:12.281Z Compiling toml_edit v0.22.27
5202026-06-25T00:26:12.372Z Compiling icu_properties v2.1.2
5212026-06-25T00:26:12.372Z Compiling icu_normalizer v2.1.1
5222026-06-25T00:26:12.767Z Compiling usdt-macro v0.5.0
5232026-06-25T00:26:12.770Z Compiling usdt-attr-macro v0.5.0
5242026-06-25T00:26:13.196Z Compiling idna_adapter v1.2.1
5252026-06-25T00:26:13.303Z Compiling idna v1.1.0
5262026-06-25T00:26:13.385Z Compiling usdt v0.5.0
5272026-06-25T00:26:13.557Z Compiling url v2.5.8
5282026-06-25T00:26:13.571Z Compiling toml v0.8.23
5292026-06-25T00:26:13.905Z Compiling cargo_toml v0.21.0
5302026-06-25T00:26:13.953Z Compiling cargo-util-schemas v0.8.2
5312026-06-25T00:26:14.720Z Compiling cargo_metadata v0.21.0
5322026-06-25T00:26:15.640Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-25T00:26:17.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.14s
5342026-06-25T00:26:17.964Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-25T00:26:18.469Z Downloading crates ...
5362026-06-25T00:26:18.537Z Downloaded adler2 v2.0.1
5372026-06-25T00:26:18.539Z Downloaded async-trait v0.1.89
5382026-06-25T00:26:18.549Z Downloaded ar_archive_writer v0.5.1
5392026-06-25T00:26:18.552Z Downloaded castaway v0.2.4
5402026-06-25T00:26:18.552Z Downloaded array-init v0.0.4
5412026-06-25T00:26:18.557Z Downloaded bit-set v0.8.0
5422026-06-25T00:26:18.561Z Downloaded bcrypt-pbkdf v0.10.0
5432026-06-25T00:26:18.563Z Downloaded crc8 v0.1.1
5442026-06-25T00:26:18.563Z Downloaded bit-set v0.5.3
5452026-06-25T00:26:18.570Z Downloaded crossbeam-deque v0.8.6
5462026-06-25T00:26:18.573Z Downloaded critical-section v1.2.0
5472026-06-25T00:26:18.573Z Downloaded bcs v0.1.6
5482026-06-25T00:26:18.576Z Downloaded crunchy v0.2.4
5492026-06-25T00:26:18.576Z Downloaded crc-any v2.5.0
5502026-06-25T00:26:18.576Z Downloaded async-recursion v1.1.1
5512026-06-25T00:26:18.579Z Downloaded derive_builder_macro v0.20.2
5522026-06-25T00:26:18.579Z Downloaded crucible-workspace-hack v0.1.0
5532026-06-25T00:26:18.582Z Downloaded darling_macro v0.23.0
5542026-06-25T00:26:18.582Z Downloaded ascii-canvas v3.0.0
5552026-06-25T00:26:18.582Z Downloaded anstyle-parse v0.2.7
5562026-06-25T00:26:18.584Z Downloaded deranged v0.5.8
5572026-06-25T00:26:18.584Z Downloaded defmt-parser v1.0.0
5582026-06-25T00:26:18.589Z Downloaded bit-vec v0.8.0
5592026-06-25T00:26:18.589Z Downloaded debug-ignore v1.0.5
5602026-06-25T00:26:18.592Z Downloaded curve25519-dalek-derive v0.1.1
5612026-06-25T00:26:18.592Z Downloaded bb8 v0.8.6
5622026-06-25T00:26:18.592Z Downloaded atomicwrites v0.4.4
5632026-06-25T00:26:18.592Z Downloaded backon v1.6.0
5642026-06-25T00:26:18.596Z Downloaded der_derive v0.7.3
5652026-06-25T00:26:18.596Z Downloaded bitflags v1.3.2
5662026-06-25T00:26:18.599Z Downloaded daft-derive v0.1.7
5672026-06-25T00:26:18.599Z Downloaded aead v0.5.2
5682026-06-25T00:26:18.603Z Downloaded darling_macro v0.21.3
5692026-06-25T00:26:18.603Z Downloaded defmt v0.3.100
5702026-06-25T00:26:18.603Z Downloaded async-stream-impl v0.3.6
5712026-06-25T00:26:18.603Z Downloaded display-error-chain v0.2.2
5722026-06-25T00:26:18.606Z Downloaded darling_macro v0.20.11
5732026-06-25T00:26:18.606Z Downloaded atomic-waker v1.1.2
5742026-06-25T00:26:18.606Z Downloaded base16ct v0.2.0
5752026-06-25T00:26:18.606Z Downloaded arrayref v0.3.9
5762026-06-25T00:26:18.609Z Downloaded bitfield v0.19.4
5772026-06-25T00:26:18.609Z Downloaded blake2 v0.10.6
5782026-06-25T00:26:18.609Z Downloaded anstream v0.6.21
5792026-06-25T00:26:18.612Z Downloaded base64 v0.22.1
5802026-06-25T00:26:18.615Z Downloaded ahash v0.8.12
5812026-06-25T00:26:18.615Z Downloaded atty v0.2.14
5822026-06-25T00:26:18.620Z Downloaded cstr-argument v0.1.2
5832026-06-25T00:26:18.623Z Downloaded dirs-next v2.0.0
5842026-06-25T00:26:18.623Z Downloaded document-features v0.2.12
5852026-06-25T00:26:18.623Z Downloaded cpufeatures v0.3.0
5862026-06-25T00:26:18.626Z Downloaded async-stream v0.3.6
5872026-06-25T00:26:18.629Z Downloaded convert_case v0.4.0
5882026-06-25T00:26:18.629Z Downloaded cfg_aliases v0.1.1
5892026-06-25T00:26:18.631Z Downloaded defmt-macros v1.0.1
5902026-06-25T00:26:18.631Z Downloaded dof v0.4.0
5912026-06-25T00:26:18.634Z Downloaded darling_macro v0.13.4
5922026-06-25T00:26:18.634Z Downloaded crc32fast v1.5.0
5932026-06-25T00:26:18.636Z Downloaded base64ct v1.8.3
5942026-06-25T00:26:18.636Z Downloaded bitfield-struct v0.6.2
5952026-06-25T00:26:18.640Z Downloaded crc-catalog v2.4.0
5962026-06-25T00:26:18.640Z Downloaded dirs-sys-next v0.1.2
5972026-06-25T00:26:18.640Z Downloaded darling v0.13.4
5982026-06-25T00:26:18.643Z Downloaded csv-core v0.1.13
5992026-06-25T00:26:18.643Z Downloaded compression-core v0.4.31
6002026-06-25T00:26:18.643Z Downloaded bitfield-macros v0.19.4
6012026-06-25T00:26:18.643Z Downloaded chrono v0.4.44
6022026-06-25T00:26:18.647Z Downloaded derive_builder_core v0.20.2
6032026-06-25T00:26:18.650Z Downloaded blowfish v0.9.1
6042026-06-25T00:26:18.650Z Downloaded ctr v0.9.2
6052026-06-25T00:26:18.652Z Downloaded cobs v0.3.0
6062026-06-25T00:26:18.652Z Downloaded argon2 v0.5.3
6072026-06-25T00:26:18.655Z Downloaded ciborium-ll v0.2.2
6082026-06-25T00:26:18.658Z Downloaded defmt v1.0.1
6092026-06-25T00:26:18.661Z Downloaded block-padding v0.3.3
6102026-06-25T00:26:18.663Z Downloaded crossbeam-utils v0.8.21
6112026-06-25T00:26:18.666Z Downloaded crc v3.4.0
6122026-06-25T00:26:18.670Z Downloaded float-cmp v0.10.0
6132026-06-25T00:26:18.673Z Downloaded cfg_aliases v0.2.1
6142026-06-25T00:26:18.673Z Downloaded foreign-types v0.3.2
6152026-06-25T00:26:18.673Z Downloaded float-ord v0.3.2
6162026-06-25T00:26:18.676Z Downloaded foreign-types-macros v0.2.3
6172026-06-25T00:26:18.676Z Downloaded foreign-types v0.5.0
6182026-06-25T00:26:18.676Z Downloaded enum-as-inner v0.6.1
6192026-06-25T00:26:18.677Z Downloaded assert_matches v1.5.0
6202026-06-25T00:26:18.677Z Downloaded dtrace-parser v0.3.0
6212026-06-25T00:26:18.680Z Downloaded foreign-types-shared v0.3.1
6222026-06-25T00:26:18.680Z Downloaded embedded-io v0.6.1
6232026-06-25T00:26:18.680Z Downloaded bit-vec v0.6.3
6242026-06-25T00:26:18.684Z Downloaded flagset v0.4.7
6252026-06-25T00:26:18.684Z Downloaded diesel_table_macro_syntax v0.3.0
6262026-06-25T00:26:18.684Z Downloaded backoff v0.4.0
6272026-06-25T00:26:18.688Z Downloaded env_filter v1.0.0
6282026-06-25T00:26:18.688Z Downloaded convert_case v0.10.0
6292026-06-25T00:26:18.688Z Downloaded fixedbitset v0.4.2
6302026-06-25T00:26:18.692Z Downloaded futures-core v0.3.32
6312026-06-25T00:26:18.692Z Downloaded ciborium-io v0.2.2
6322026-06-25T00:26:18.692Z Downloaded byte-wrapper v0.1.0
6332026-06-25T00:26:18.696Z Downloaded embedded-io v0.4.0
6342026-06-25T00:26:18.696Z Downloaded dsl_auto_type v0.2.0
6352026-06-25T00:26:18.696Z Downloaded downcast-rs v2.0.2
6362026-06-25T00:26:18.699Z Downloaded data-encoding v2.10.0
6372026-06-25T00:26:18.699Z Downloaded git-stub v1.0.0
6382026-06-25T00:26:18.701Z Downloaded futures-io v0.3.32
6392026-06-25T00:26:18.701Z Downloaded difflib v0.4.0
6402026-06-25T00:26:18.701Z Downloaded foreign-types-shared v0.1.1
6412026-06-25T00:26:18.705Z Downloaded endian-type v0.1.2
6422026-06-25T00:26:18.708Z Downloaded gethostname v0.5.0
6432026-06-25T00:26:18.712Z Downloaded funty v2.0.0
6442026-06-25T00:26:18.712Z Downloaded cancel-safe-futures v0.1.5
6452026-06-25T00:26:18.715Z Downloaded dyn-clone v1.0.20
6462026-06-25T00:26:18.715Z Downloaded foldhash v0.1.5
6472026-06-25T00:26:18.718Z Downloaded dropshot-api-manager-types v0.7.2
6482026-06-25T00:26:18.722Z Downloaded futures-macro v0.3.32
6492026-06-25T00:26:18.725Z Downloaded buf-list v1.1.2
6502026-06-25T00:26:18.728Z Downloaded corncobs v0.1.4
6512026-06-25T00:26:18.732Z Downloaded cbc v0.1.2
6522026-06-25T00:26:18.732Z Downloaded futures-task v0.3.32
6532026-06-25T00:26:18.732Z Downloaded camino-tempfile-ext v0.3.3
6542026-06-25T00:26:18.737Z Downloaded cassowary v0.3.0
6552026-06-25T00:26:18.737Z Downloaded cargo_metadata v0.23.1
6562026-06-25T00:26:18.737Z Downloaded constant_time_eq v0.4.2
6572026-06-25T00:26:18.740Z Downloaded daft v0.1.7
6582026-06-25T00:26:18.740Z Downloaded console v0.15.11
6592026-06-25T00:26:18.743Z Downloaded arrayvec v0.7.6
6602026-06-25T00:26:18.746Z Downloaded darling v0.21.3
6612026-06-25T00:26:18.749Z Downloaded hostname v0.3.1
6622026-06-25T00:26:18.749Z Downloaded fxhash v0.2.1
6632026-06-25T00:26:18.754Z Downloaded headers-core v0.3.0
6642026-06-25T00:26:18.754Z Downloaded cargo-platform v0.3.2
6652026-06-25T00:26:18.754Z Downloaded derive_builder v0.20.2
6662026-06-25T00:26:18.757Z Downloaded ghash v0.5.1
6672026-06-25T00:26:18.757Z Downloaded cexpr v0.6.0
6682026-06-25T00:26:18.757Z Downloaded chacha20 v0.9.1
6692026-06-25T00:26:18.757Z Downloaded hash32 v0.2.1
6702026-06-25T00:26:18.760Z Downloaded globwalk v0.9.1
6712026-06-25T00:26:18.760Z Downloaded bzip2 v0.6.1
6722026-06-25T00:26:18.763Z Downloaded http-range v0.1.5
6732026-06-25T00:26:18.766Z Downloaded hash32 v0.3.1
6742026-06-25T00:26:18.766Z Downloaded hex v0.4.3
6752026-06-25T00:26:18.769Z Downloaded colored v2.2.0
6762026-06-25T00:26:18.772Z Downloaded futures-executor v0.3.32
6772026-06-25T00:26:18.772Z Downloaded dunce v1.0.5
6782026-06-25T00:26:18.772Z Downloaded globset v0.4.18
6792026-06-25T00:26:18.772Z Downloaded glob v0.3.3
6802026-06-25T00:26:18.776Z Downloaded const_format_proc_macros v0.2.34
6812026-06-25T00:26:18.776Z Downloaded indent_write v2.2.0
6822026-06-25T00:26:18.782Z Downloaded home v0.5.12
6832026-06-25T00:26:18.782Z Downloaded clang-sys v1.8.1
6842026-06-25T00:26:18.782Z Downloaded group v0.13.0
6852026-06-25T00:26:18.782Z Downloaded hex-literal v0.4.1
6862026-06-25T00:26:18.782Z Downloaded hubpack v0.1.2
6872026-06-25T00:26:18.782Z Downloaded http-body v1.0.1
6882026-06-25T00:26:18.786Z Downloaded fs_extra v1.3.0
6892026-06-25T00:26:18.786Z Downloaded hubpack_derive v0.1.1
6902026-06-25T00:26:18.786Z Downloaded filetime v0.2.27
6912026-06-25T00:26:18.786Z Downloaded ff v0.13.1
6922026-06-25T00:26:18.789Z Downloaded fixedbitset v0.5.7
6932026-06-25T00:26:18.789Z Downloaded cookie_store v0.22.1
6942026-06-25T00:26:18.791Z Downloaded colored v3.1.1
6952026-06-25T00:26:18.791Z Downloaded either v1.15.0
6962026-06-25T00:26:18.798Z Downloaded find-msvc-tools v0.1.9
6972026-06-25T00:26:18.798Z Downloaded compression-codecs v0.4.37
6982026-06-25T00:26:18.802Z Downloaded ident_case v1.0.1
6992026-06-25T00:26:18.802Z Downloaded indoc v1.0.9
7002026-06-25T00:26:18.802Z Downloaded illumos-nvpair-sys v0.2.0
7012026-06-25T00:26:18.802Z Downloaded futures-sink v0.3.32
7022026-06-25T00:26:18.802Z Downloaded diesel-dtrace v0.5.0
7032026-06-25T00:26:18.802Z Downloaded env_logger v0.11.9
7042026-06-25T00:26:18.807Z Downloaded is_ci v1.2.0
7052026-06-25T00:26:18.808Z Downloaded is-terminal v0.4.17
7062026-06-25T00:26:18.808Z Downloaded cmake v0.1.57
7072026-06-25T00:26:18.813Z Downloaded allocator-api2 v0.2.21
7082026-06-25T00:26:18.813Z Downloaded instant v0.1.13
7092026-06-25T00:26:18.813Z Downloaded illumos-nvpair v0.3.0
7102026-06-25T00:26:18.813Z Downloaded ed25519 v2.2.3
7112026-06-25T00:26:18.813Z Downloaded derive-ex v0.1.8
7122026-06-25T00:26:18.814Z Downloaded darling v0.20.11
7132026-06-25T00:26:18.818Z Downloaded cookie v0.18.1
7142026-06-25T00:26:18.818Z Downloaded lazy_static v1.5.0
7152026-06-25T00:26:18.818Z Downloaded internet-checksum v0.2.1
7162026-06-25T00:26:18.818Z Downloaded instability v0.3.11
7172026-06-25T00:26:18.822Z Downloaded const-oid v0.9.6
7182026-06-25T00:26:18.822Z Downloaded console v0.16.2
7192026-06-25T00:26:18.822Z Downloaded ciborium v0.2.2
7202026-06-25T00:26:18.825Z Downloaded darling v0.23.0
7212026-06-25T00:26:18.829Z Downloaded bzip2 v0.4.4
7222026-06-25T00:26:18.829Z Downloaded lalrpop-util v0.19.12
7232026-06-25T00:26:18.829Z Downloaded humantime v2.3.0
7242026-06-25T00:26:18.833Z Downloaded http-body-util v0.1.3
7252026-06-25T00:26:18.833Z Downloaded darling_core v0.13.4
7262026-06-25T00:26:18.836Z Downloaded derive_more v0.99.20
7272026-06-25T00:26:18.836Z Downloaded hyper-tls v0.6.0
7282026-06-25T00:26:18.842Z Downloaded git-stub-vcs v0.1.0
7292026-06-25T00:26:18.842Z Downloaded libscf-sys v1.1.0
7302026-06-25T00:26:18.850Z Downloaded inout v0.1.4
7312026-06-25T00:26:18.850Z Downloaded aes v0.8.4
7322026-06-25T00:26:18.850Z Downloaded linked-hash-map v0.5.6
7332026-06-25T00:26:18.850Z Downloaded kstat-rs v0.2.4
7342026-06-25T00:26:18.850Z Downloaded darling_core v0.23.0
7352026-06-25T00:26:18.850Z Downloaded crossbeam-epoch v0.9.18
7362026-06-25T00:26:18.850Z Downloaded maybe-uninit v2.0.0
7372026-06-25T00:26:18.850Z Downloaded lru-slab v0.1.2
7382026-06-25T00:26:18.857Z Downloaded keccak v0.1.6
7392026-06-25T00:26:18.857Z Downloaded diff v0.1.13
7402026-06-25T00:26:18.857Z Downloaded chacha20 v0.10.0
7412026-06-25T00:26:18.862Z Downloaded highway v1.3.0
7422026-06-25T00:26:18.862Z Downloaded httpdate v1.0.3
7432026-06-25T00:26:18.862Z Downloaded hostname v0.4.2
7442026-06-25T00:26:18.862Z Downloaded fs-err v2.11.0
7452026-06-25T00:26:18.862Z Downloaded foldhash v0.2.0
7462026-06-25T00:26:18.865Z Downloaded fd-lock v4.0.4
7472026-06-25T00:26:18.865Z Downloaded fallible-iterator v0.2.0
7482026-06-25T00:26:18.865Z Downloaded erased-serde v0.3.31
7492026-06-25T00:26:18.865Z Downloaded match_cfg v0.1.0
7502026-06-25T00:26:18.865Z Downloaded ingot-types v0.1.2
7512026-06-25T00:26:18.870Z Downloaded lzss v0.8.2
7522026-06-25T00:26:18.870Z Downloaded md-5 v0.10.6
7532026-06-25T00:26:18.870Z Downloaded ena v0.14.4
7542026-06-25T00:26:18.870Z Downloaded maplit v1.0.2
7552026-06-25T00:26:18.874Z Downloaded lru-cache v0.1.2
7562026-06-25T00:26:18.874Z Downloaded hyper-staticfile v0.10.1
7572026-06-25T00:26:18.874Z Downloaded ipnetwork v0.21.1
7582026-06-25T00:26:18.875Z Downloaded ipnet v2.11.0
7592026-06-25T00:26:18.879Z Downloaded indoc v2.0.7
7602026-06-25T00:26:18.879Z Downloaded impl-trait-for-tuples v0.2.3
7612026-06-25T00:26:18.879Z Downloaded des v0.8.1
7622026-06-25T00:26:18.888Z Downloaded async-bb8-diesel v0.2.1
7632026-06-25T00:26:18.888Z Downloaded futures-channel v0.3.32
7642026-06-25T00:26:18.888Z Downloaded cipher v0.4.4
7652026-06-25T00:26:18.893Z Downloaded new_debug_unreachable v1.0.6
7662026-06-25T00:26:18.893Z Downloaded ingot v0.1.1
7672026-06-25T00:26:18.898Z Downloaded hyper-rustls v0.27.7
7682026-06-25T00:26:18.898Z Downloaded httparse v1.10.1
7692026-06-25T00:26:18.898Z Downloaded multimap v0.10.1
7702026-06-25T00:26:18.906Z Downloaded mime v0.3.17
7712026-06-25T00:26:18.906Z Downloaded memoffset v0.9.1
7722026-06-25T00:26:18.906Z Downloaded libefi-sys v0.1.0
7732026-06-25T00:26:18.906Z Downloaded newline-converter v0.3.0
7742026-06-25T00:26:18.906Z Downloaded nonempty v0.12.0
7752026-06-25T00:26:18.913Z Downloaded num-derive v0.3.3
7762026-06-25T00:26:18.913Z Downloaded darling_core v0.21.3
7772026-06-25T00:26:18.913Z Downloaded olpc-cjson v0.1.4
7782026-06-25T00:26:18.914Z Downloaded num-conv v0.2.0
7792026-06-25T00:26:18.914Z Downloaded darling_core v0.20.11
7802026-06-25T00:26:18.919Z Downloaded lru v0.12.5
7812026-06-25T00:26:18.919Z Downloaded linear-map v1.2.0
7822026-06-25T00:26:18.919Z Downloaded newtype-uuid-macros v0.1.0
7832026-06-25T00:26:18.919Z Downloaded lock_api v0.4.14
7842026-06-25T00:26:18.919Z Downloaded nibble_vec v0.1.0
7852026-06-25T00:26:18.919Z Downloaded libsw-core v0.3.2
7862026-06-25T00:26:18.919Z Downloaded openssl-probe v0.2.1
7872026-06-25T00:26:18.922Z Downloaded openssl-probe v0.1.6
7882026-06-25T00:26:18.922Z Downloaded normalize-line-endings v0.3.0
7892026-06-25T00:26:18.923Z Downloaded num-iter v0.1.45
7902026-06-25T00:26:18.925Z Downloaded newtype_derive v0.1.6
7912026-06-25T00:26:18.925Z Downloaded crossbeam-channel v0.5.15
7922026-06-25T00:26:18.929Z Downloaded iana-time-zone v0.1.65
7932026-06-25T00:26:18.929Z Downloaded derive-where v1.6.0
7942026-06-25T00:26:18.932Z Downloaded num v0.4.3
7952026-06-25T00:26:18.932Z Downloaded const_format v0.2.35
7962026-06-25T00:26:18.935Z Downloaded num-derive v0.4.2
7972026-06-25T00:26:18.936Z Downloaded managed v0.8.0
7982026-06-25T00:26:18.940Z Downloaded compact_str v0.8.1
7992026-06-25T00:26:18.947Z Downloaded oso-derive v0.27.3
8002026-06-25T00:26:18.947Z Downloaded openssl-macros v0.1.1
8012026-06-25T00:26:18.947Z Downloaded num_threads v0.1.7
8022026-06-25T00:26:18.947Z Downloaded jobserver v0.1.34
8032026-06-25T00:26:18.947Z Downloaded opaque-debug v0.3.1
8042026-06-25T00:26:18.950Z Downloaded drift v0.2.0
8052026-06-25T00:26:18.950Z Downloaded parse-size v1.1.0
8062026-06-25T00:26:18.950Z Downloaded md5 v0.7.0
8072026-06-25T00:26:18.954Z Downloaded arc-swap v1.8.2
8082026-06-25T00:26:18.957Z Downloaded bumpalo v3.20.2
8092026-06-25T00:26:18.957Z Downloaded multer v3.1.0
8102026-06-25T00:26:18.957Z Downloaded packed_struct_codegen v0.10.1
8112026-06-25T00:26:18.960Z Downloaded mime_guess v2.0.5
8122026-06-25T00:26:18.960Z Downloaded libloading v0.8.9
8132026-06-25T00:26:18.963Z Downloaded hmac v0.12.1
8142026-06-25T00:26:18.963Z Downloaded parse-display v0.10.0
8152026-06-25T00:26:18.963Z Downloaded path-slash v0.1.5
8162026-06-25T00:26:18.966Z Downloaded fatfs v0.3.6
8172026-06-25T00:26:18.966Z Downloaded ecdsa v0.16.9
8182026-06-25T00:26:18.969Z Downloaded base64 v0.21.7
8192026-06-25T00:26:18.969Z Downloaded num_enum_derive v0.5.11
8202026-06-25T00:26:18.972Z Downloaded newtype-uuid v1.3.2
8212026-06-25T00:26:18.972Z Downloaded nanorand v0.7.0
8222026-06-25T00:26:18.975Z Downloaded dropshot_endpoint v0.17.0
8232026-06-25T00:26:18.978Z Downloaded nodrop v0.1.14
8242026-06-25T00:26:18.978Z Downloaded native-tls v0.2.18
8252026-06-25T00:26:18.978Z Downloaded peg-runtime v0.8.5
8262026-06-25T00:26:18.981Z Downloaded num-complex v0.4.6
8272026-06-25T00:26:18.981Z Downloaded ingot-macros v0.1.1
8282026-06-25T00:26:18.981Z Downloaded libsw v3.5.0
8292026-06-25T00:26:18.984Z Downloaded half v2.7.1
8302026-06-25T00:26:18.984Z Downloaded pbkdf2 v0.11.0
8312026-06-25T00:26:18.987Z Downloaded num_enum_derive v0.7.6
8322026-06-25T00:26:18.987Z Downloaded half v1.8.3
8332026-06-25T00:26:18.990Z Downloaded pbkdf2 v0.12.2
8342026-06-25T00:26:18.990Z Downloaded phf_shared v0.11.3
8352026-06-25T00:26:18.993Z Downloaded getrandom v0.2.17
8362026-06-25T00:26:18.993Z Downloaded phf_shared v0.13.1
8372026-06-25T00:26:18.998Z Downloaded chacha20poly1305 v0.10.1
8382026-06-25T00:26:19.003Z Downloaded getrandom v0.3.4
8392026-06-25T00:26:19.006Z Downloaded der v0.7.10
8402026-06-25T00:26:19.007Z Downloaded bytes v1.11.1
8412026-06-25T00:26:19.009Z Downloaded memmap2 v0.9.10
8422026-06-25T00:26:19.009Z Downloaded pin-utils v0.1.0
8432026-06-25T00:26:19.018Z Downloaded powerfmt v0.2.0
8442026-06-25T00:26:19.021Z Downloaded oxide-tokio-rt v0.1.4
8452026-06-25T00:26:19.024Z Downloaded num_enum v0.7.6
8462026-06-25T00:26:19.038Z Downloaded progenitor-client v0.14.0
8472026-06-25T00:26:19.040Z Downloaded packed_struct v0.10.1
8482026-06-25T00:26:19.041Z Downloaded proc-macro-crate v1.3.1
8492026-06-25T00:26:19.044Z Downloaded predicates-tree v1.0.13
8502026-06-25T00:26:19.044Z Downloaded precomputed-hash v0.1.1
8512026-06-25T00:26:19.044Z Downloaded oxnet v0.1.6
8522026-06-25T00:26:19.047Z Downloaded owo-colors v4.3.0
8532026-06-25T00:26:19.047Z Downloaded proc-macro-crate v3.4.0
8542026-06-25T00:26:19.047Z Downloaded proc-macro-error-attr2 v2.0.0
8552026-06-25T00:26:19.050Z Downloaded headers v0.4.1
8562026-06-25T00:26:19.053Z Downloaded futures v0.3.32
8572026-06-25T00:26:19.056Z Downloaded heapless v0.8.0
8582026-06-25T00:26:19.056Z Downloaded progenitor-macro v0.14.0
8592026-06-25T00:26:19.061Z Downloaded phf_shared v0.12.1
8602026-06-25T00:26:19.061Z Downloaded phf v0.12.1
8612026-06-25T00:26:19.061Z Downloaded indexmap v1.9.3
8622026-06-25T00:26:19.064Z Downloaded ignore v0.4.25
8632026-06-25T00:26:19.064Z Downloaded omicron-zone-package v0.12.2
8642026-06-25T00:26:19.067Z Downloaded peg v0.8.5
8652026-06-25T00:26:19.067Z Downloaded paste v1.0.15
8662026-06-25T00:26:19.070Z Downloaded progenitor-macro v0.13.0
8672026-06-25T00:26:19.073Z Downloaded phf v0.13.1
8682026-06-25T00:26:19.073Z Downloaded password-hash v0.4.2
8692026-06-25T00:26:19.073Z Downloaded parking_lot_core v0.8.6
8702026-06-25T00:26:19.075Z Downloaded quick-error v1.2.3
8712026-06-25T00:26:19.075Z Downloaded psl-types v2.0.11
8722026-06-25T00:26:19.078Z Downloaded rand_xorshift v0.4.0
8732026-06-25T00:26:19.078Z Downloaded elliptic-curve v0.13.8
8742026-06-25T00:26:19.081Z Downloaded rand_chacha v0.3.1
8752026-06-25T00:26:19.081Z Downloaded radium v0.7.0
8762026-06-25T00:26:19.081Z Downloaded parse-display-derive v0.10.0
8772026-06-25T00:26:19.084Z Downloaded pkcs8 v0.10.2
8782026-06-25T00:26:19.084Z Downloaded pem-rfc7468 v0.7.0
8792026-06-25T00:26:19.087Z Downloaded pem v3.0.6
8802026-06-25T00:26:19.087Z Downloaded derive_more v2.1.1
8812026-06-25T00:26:19.093Z Downloaded postgres-protocol v0.6.10
8822026-06-25T00:26:19.096Z Downloaded poly1305 v0.8.0
8832026-06-25T00:26:19.096Z Downloaded parking_lot v0.11.2
8842026-06-25T00:26:19.099Z Downloaded recursive v0.1.1
8852026-06-25T00:26:19.099Z Downloaded pin-project-lite v0.2.17
8862026-06-25T00:26:19.101Z Downloaded ref-cast-impl v1.0.25
8872026-06-25T00:26:19.106Z Downloaded ref-cast v1.0.25
8882026-06-25T00:26:19.106Z Downloaded pin-project-internal v1.1.11
8892026-06-25T00:26:19.108Z Downloaded nu-ansi-term v0.50.3
8902026-06-25T00:26:19.108Z Downloaded async-compression v0.4.41
8912026-06-25T00:26:19.111Z Downloaded crypto-bigint v0.5.5
8922026-06-25T00:26:19.114Z Downloaded recursive-proc-macro-impl v0.1.1
8932026-06-25T00:26:19.119Z Downloaded predicates v3.1.4
8942026-06-25T00:26:19.119Z Downloaded peg-macros v0.8.5
8952026-06-25T00:26:19.123Z Downloaded parking_lot v0.12.5
8962026-06-25T00:26:19.123Z Downloaded libbz2-rs-sys v0.2.2
8972026-06-25T00:26:19.123Z Downloaded predicates-core v1.0.10
8982026-06-25T00:26:19.125Z Downloaded progenitor-client v0.13.0
8992026-06-25T00:26:19.125Z Downloaded progenitor v0.13.0
9002026-06-25T00:26:19.125Z Downloaded polyval v0.6.2
9012026-06-25T00:26:19.125Z Downloaded rfc6979 v0.4.0
9022026-06-25T00:26:19.128Z Downloaded pkg-config v0.3.32
9032026-06-25T00:26:19.128Z Downloaded cc v1.2.56
9042026-06-25T00:26:19.131Z Downloaded primeorder v0.13.6
9052026-06-25T00:26:19.131Z Downloaded parking_lot_core v0.9.12
9062026-06-25T00:26:19.134Z Downloaded progenitor v0.14.0
9072026-06-25T00:26:19.134Z Downloaded proc-macro-error2 v2.0.1
9082026-06-25T00:26:19.137Z Downloaded password-hash v0.5.0
9092026-06-25T00:26:19.137Z Downloaded litrs v1.0.0
9102026-06-25T00:26:19.140Z Downloaded ed25519-dalek v2.2.0
9112026-06-25T00:26:19.143Z Downloaded indicatif v0.18.4
9122026-06-25T00:26:19.145Z Downloaded progenitor-extras v0.2.0
9132026-06-25T00:26:19.145Z Downloaded psm v0.1.30
9142026-06-25T00:26:19.148Z Downloaded flume v0.11.1
9152026-06-25T00:26:19.155Z Downloaded num_enum v0.5.11
9162026-06-25T00:26:19.155Z Downloaded rustc_version v0.4.1
9172026-06-25T00:26:19.158Z Downloaded rustc_version v0.1.7
9182026-06-25T00:26:19.158Z Downloaded russh-cryptovec v0.7.3
9192026-06-25T00:26:19.158Z Downloaded rtoolbox v0.0.3
9202026-06-25T00:26:19.158Z Downloaded hashbrown v0.13.2
9212026-06-25T00:26:19.159Z Downloaded rand_seeder v0.4.0
9222026-06-25T00:26:19.162Z Downloaded rand_core v0.10.0
9232026-06-25T00:26:19.162Z Downloaded rand_chacha v0.9.0
9242026-06-25T00:26:19.162Z Downloaded r2d2 v0.8.10
9252026-06-25T00:26:19.165Z Downloaded oso v0.27.3
9262026-06-25T00:26:19.165Z Downloaded derive_more-impl v2.1.1
9272026-06-25T00:26:19.168Z Downloaded num-rational v0.4.2
9282026-06-25T00:26:19.171Z Downloaded num-integer v0.1.46
9292026-06-25T00:26:19.171Z Downloaded rand_core v0.9.5
9302026-06-25T00:26:19.171Z Downloaded rand_core v0.6.4
9312026-06-25T00:26:19.173Z Downloaded postgres-types v0.2.12
9322026-06-25T00:26:19.173Z Downloaded ppv-lite86 v0.2.21
9332026-06-25T00:26:19.176Z Downloaded hickory-resolver v0.24.4
9342026-06-25T00:26:19.179Z Downloaded same-file v1.0.6
9352026-06-25T00:26:19.179Z Downloaded crossterm v0.28.1
9362026-06-25T00:26:19.182Z Downloaded sapling-renderdag v0.1.0
9372026-06-25T00:26:19.185Z Downloaded pkcs5 v0.7.1
9382026-06-25T00:26:19.188Z Downloaded pkcs1 v0.7.5
9392026-06-25T00:26:19.190Z Downloaded jiff-static v0.2.21
9402026-06-25T00:26:19.193Z Downloaded scheduled-thread-pool v0.2.7
9412026-06-25T00:26:19.200Z Downloaded postcard v1.1.3
9422026-06-25T00:26:19.202Z Downloaded p256 v0.13.2
9432026-06-25T00:26:19.207Z Downloaded scopeguard v1.2.0
9442026-06-25T00:26:19.213Z Downloaded scrypt v0.11.0
9452026-06-25T00:26:19.217Z Downloaded scroll_derive v0.13.1
9462026-06-25T00:26:19.217Z Downloaded secrecy v0.8.0
9472026-06-25T00:26:19.217Z Downloaded resolv-conf v0.7.6
9482026-06-25T00:26:19.217Z Downloaded serde_bytes v0.11.19
9492026-06-25T00:26:19.217Z Downloaded serde_plain v1.0.2
9502026-06-25T00:26:19.220Z Downloaded serde_spanned v1.0.4
9512026-06-25T00:26:19.220Z Downloaded serde-big-array v0.5.1
9522026-06-25T00:26:19.220Z Downloaded semver v0.1.20
9532026-06-25T00:26:19.220Z Downloaded secrecy v0.10.3
9542026-06-25T00:26:19.223Z Downloaded diesel_derives v2.3.7
9552026-06-25T00:26:19.226Z Downloaded flate2 v1.1.9
9562026-06-25T00:26:19.229Z Downloaded expectorate v1.2.0
9572026-06-25T00:26:19.240Z Downloaded rustc-hash v2.1.1
9582026-06-25T00:26:19.243Z Downloaded serde_urlencoded v0.7.1
9592026-06-25T00:26:19.243Z Downloaded serde_repr v0.1.20
9602026-06-25T00:26:19.246Z Downloaded signal-hook-mio v0.2.5
9612026-06-25T00:26:19.259Z Downloaded signal-hook-tokio v0.3.1
9622026-06-25T00:26:19.262Z Downloaded siphasher v1.0.2
9632026-06-25T00:26:19.262Z Downloaded sigpipe v0.1.3
9642026-06-25T00:26:19.262Z Downloaded signature v2.2.0
9652026-06-25T00:26:19.265Z Downloaded shell-words v1.1.1
9662026-06-25T00:26:19.265Z Downloaded rustls-native-certs v0.8.3
9672026-06-25T00:26:19.269Z Downloaded rustls-pemfile v1.0.4
9682026-06-25T00:26:19.273Z Downloaded sha1 v0.10.6
9692026-06-25T00:26:19.276Z Downloaded sec1 v0.7.3
9702026-06-25T00:26:19.279Z Downloaded salsa20 v0.10.2
9712026-06-25T00:26:19.279Z Downloaded rusty-fork v0.3.1
9722026-06-25T00:26:19.283Z Downloaded heapless v0.7.17
9732026-06-25T00:26:19.286Z Downloaded slog-envlogger v2.2.0
9742026-06-25T00:26:19.287Z Downloaded aes-gcm v0.10.3
9752026-06-25T00:26:19.290Z Downloaded prefix-trie v0.7.0
9762026-06-25T00:26:19.293Z Downloaded schemars_derive v0.8.22
9772026-06-25T00:26:19.293Z Downloaded scroll v0.13.0
9782026-06-25T00:26:19.296Z Downloaded seq-macro v0.3.6
9792026-06-25T00:26:19.296Z Downloaded sct v0.7.1
9802026-06-25T00:26:19.298Z Downloaded slog-bunyan v2.5.0
9812026-06-25T00:26:19.303Z Downloaded http v1.4.0
9822026-06-25T00:26:19.306Z Downloaded hickory-server v0.25.2
9832026-06-25T00:26:19.309Z Downloaded hickory-resolver v0.25.2
9842026-06-25T00:26:19.312Z Downloaded serde_path_to_error v0.1.20
9852026-06-25T00:26:19.312Z Downloaded miniz_oxide v0.8.9
9862026-06-25T00:26:19.315Z Downloaded minimal-lexical v0.2.1
9872026-06-25T00:26:19.318Z Downloaded serde_derive_internals v0.29.1
9882026-06-25T00:26:19.318Z Downloaded serde-hex v0.1.0
9892026-06-25T00:26:19.321Z Downloaded serde_with_macros v1.5.2
9902026-06-25T00:26:19.324Z Downloaded russh-keys v0.45.0
9912026-06-25T00:26:19.327Z Downloaded ssh-cipher v0.2.0
9922026-06-25T00:26:19.327Z Downloaded sqlparser_derive v0.5.0
9932026-06-25T00:26:19.327Z Downloaded quinn-udp v0.5.14
9942026-06-25T00:26:19.330Z Downloaded crossterm v0.29.0
9952026-06-25T00:26:19.335Z Downloaded strsim v0.10.0
9962026-06-25T00:26:19.338Z Downloaded ssh-encoding v0.2.0
9972026-06-25T00:26:19.338Z Downloaded rustversion v1.0.22
9982026-06-25T00:26:19.341Z Downloaded shlex v1.3.0
9992026-06-25T00:26:19.345Z Downloaded structmeta-derive v0.3.0
10002026-06-25T00:26:19.347Z Downloaded strum v0.26.3
10012026-06-25T00:26:19.347Z Downloaded openssl-sys v0.9.115
10022026-06-25T00:26:19.350Z Downloaded structmeta v0.3.0
10032026-06-25T00:26:19.350Z Downloaded simd-adler32 v0.3.8
10042026-06-25T00:26:19.355Z Downloaded subtle v2.6.1
10052026-06-25T00:26:19.358Z Downloaded hashbrown v0.12.3
10062026-06-25T00:26:19.361Z Downloaded strum v0.27.2
10072026-06-25T00:26:19.364Z Downloaded strip-ansi-escapes v0.2.1
10082026-06-25T00:26:19.364Z Downloaded rustls-pemfile v2.2.0
10092026-06-25T00:26:19.367Z Downloaded sync_wrapper v1.0.2
10102026-06-25T00:26:19.367Z Downloaded rustls-pki-types v1.14.0
10112026-06-25T00:26:19.367Z Downloaded slog-async v2.8.0
10122026-06-25T00:26:19.371Z Downloaded slab v0.4.12
10132026-06-25T00:26:19.371Z Downloaded signal-hook-registry v1.4.8
10142026-06-25T00:26:19.374Z Downloaded sync-ptr v0.1.4
10152026-06-25T00:26:19.374Z Downloaded papergrid v0.17.0
10162026-06-25T00:26:19.377Z Downloaded prettyplease v0.2.37
10172026-06-25T00:26:19.380Z Downloaded slog-dtrace v0.3.0
10182026-06-25T00:26:19.384Z Downloaded smf v0.2.3
10192026-06-25T00:26:19.384Z Downloaded smallvec v0.6.14
10202026-06-25T00:26:19.384Z Downloaded slog-stdlog v4.1.1
10212026-06-25T00:26:19.387Z Downloaded slog-scope v4.4.1
10222026-06-25T00:26:19.387Z Downloaded aho-corasick v1.1.4
10232026-06-25T00:26:19.390Z Downloaded tap v1.0.1
10242026-06-25T00:26:19.393Z Downloaded take_mut v0.2.2
10252026-06-25T00:26:19.393Z Downloaded tagptr v0.2.0
10262026-06-25T00:26:19.393Z Downloaded progenitor-impl v0.14.0
10272026-06-25T00:26:19.396Z Downloaded progenitor-impl v0.13.0
10282026-06-25T00:26:19.396Z Downloaded supports-color v3.0.2
10292026-06-25T00:26:19.396Z Downloaded slog-term v2.9.2
10302026-06-25T00:26:19.399Z Downloaded ron v0.8.1
10312026-06-25T00:26:19.401Z Downloaded hyper-util v0.1.20
10322026-06-25T00:26:19.404Z Downloaded slog-json v2.6.1
10332026-06-25T00:26:19.407Z Downloaded serde_cbor v0.11.2
10342026-06-25T00:26:19.410Z Downloaded sqlformat v0.3.5
10352026-06-25T00:26:19.410Z Downloaded termtree v0.5.1
10362026-06-25T00:26:19.445Z Downloaded tabwriter v1.4.1
10372026-06-25T00:26:19.445Z Downloaded tabled_derive v0.11.0
10382026-06-25T00:26:19.445Z Downloaded testing_table v0.3.0
10392026-06-25T00:26:19.445Z Downloaded spki v0.7.3
10402026-06-25T00:26:19.445Z Downloaded pin-project v1.1.11
10412026-06-25T00:26:19.445Z Downloaded static_assertions v1.1.0
10422026-06-25T00:26:19.445Z Downloaded stacker v0.1.23
10432026-06-25T00:26:19.445Z Downloaded thread-id v5.1.0
10442026-06-25T00:26:19.445Z Downloaded thiserror-impl-no-std v2.0.2
10452026-06-25T00:26:19.445Z Downloaded serde_with_macros v3.17.0
10462026-06-25T00:26:19.445Z Downloaded tokio-macros v2.7.0
10472026-06-25T00:26:19.445Z Downloaded time-core v0.1.8
10482026-06-25T00:26:19.445Z Downloaded stringprep v0.1.5
10492026-06-25T00:26:19.445Z Downloaded rcgen v0.12.1
10502026-06-25T00:26:19.445Z Downloaded strum_macros v0.26.4
10512026-06-25T00:26:19.448Z Downloaded strum_macros v0.24.3
10522026-06-25T00:26:19.448Z Downloaded tinyvec_macros v0.1.1
10532026-06-25T00:26:19.448Z Downloaded num-bigint v0.4.6
10542026-06-25T00:26:19.448Z Downloaded itertools v0.10.5
10552026-06-25T00:26:19.451Z Downloaded schemars v0.8.22
10562026-06-25T00:26:19.458Z Downloaded support-bundle-viewer v0.1.2
10572026-06-25T00:26:19.461Z Downloaded strum_macros v0.27.2
10582026-06-25T00:26:19.461Z Downloaded pretty_assertions v1.4.1
10592026-06-25T00:26:19.464Z Downloaded hashbrown v0.16.1
10602026-06-25T00:26:19.467Z Downloaded ryu v1.0.23
10612026-06-25T00:26:19.472Z Downloaded snafu-derive v0.8.9
10622026-06-25T00:26:19.472Z Downloaded rustls-platform-verifier v0.6.2
10632026-06-25T00:26:19.472Z Downloaded rayon-core v1.13.0
10642026-06-25T00:26:19.475Z Downloaded nom v7.1.3
10652026-06-25T00:26:19.478Z Downloaded string_cache v0.8.9
10662026-06-25T00:26:19.486Z Downloaded quinn v0.11.9
10672026-06-25T00:26:19.490Z Downloaded qorb v0.4.1
10682026-06-25T00:26:19.492Z Downloaded publicsuffix v2.3.0
10692026-06-25T00:26:19.495Z Downloaded dropshot-api-manager v0.7.2
10702026-06-25T00:26:19.498Z Downloaded spin v0.9.8
10712026-06-25T00:26:19.501Z Downloaded termios v0.3.3
10722026-06-25T00:26:19.504Z Downloaded time-macros v0.2.27
10732026-06-25T00:26:19.504Z Downloaded thread_local v1.1.9
10742026-06-25T00:26:19.507Z Downloaded tower-layer v0.3.3
10752026-06-25T00:26:19.507Z Downloaded topological-sort v0.2.2
10762026-06-25T00:26:19.507Z Downloaded thiserror-no-std v2.0.2
10772026-06-25T00:26:19.510Z Downloaded trait-variant v0.1.2
10782026-06-25T00:26:19.512Z Downloaded unarray v0.1.4
10792026-06-25T00:26:19.519Z Downloaded tokio-dtrace v0.1.1
10802026-06-25T00:26:19.522Z Downloaded tiny-keccak v2.0.2
10812026-06-25T00:26:19.526Z Downloaded signal-hook v0.3.18
10822026-06-25T00:26:19.529Z Downloaded tls_codec_derive v0.4.2
10832026-06-25T00:26:19.532Z Downloaded tokio-native-tls v0.3.1
10842026-06-25T00:26:19.532Z Downloaded tls_codec v0.4.2
10852026-06-25T00:26:19.534Z Downloaded slog v2.8.2
10862026-06-25T00:26:19.534Z Downloaded typify-macro v0.6.2
10872026-06-25T00:26:19.537Z Downloaded similar v2.7.0
10882026-06-25T00:26:19.541Z Downloaded mio v1.2.0
10892026-06-25T00:26:19.545Z Downloaded schemars v0.9.0
10902026-06-25T00:26:19.553Z Downloaded usdt-macro v0.6.0
10912026-06-25T00:26:19.556Z Downloaded usdt-attr-macro v0.6.0
10922026-06-25T00:26:19.556Z Downloaded usdt v0.6.0
10932026-06-25T00:26:19.556Z Downloaded untrusted v0.7.1
10942026-06-25T00:26:19.556Z Downloaded universal-hash v0.5.1
10952026-06-25T00:26:19.556Z Downloaded unicode-truncate v1.1.0
10962026-06-25T00:26:19.556Z Downloaded tokio-tungstenite v0.23.1
10972026-06-25T00:26:19.559Z Downloaded untrusted v0.9.0
10982026-06-25T00:26:19.559Z Downloaded unit-prefix v0.5.2
10992026-06-25T00:26:19.562Z Downloaded void v1.0.2
11002026-06-25T00:26:19.562Z Downloaded tokio-tungstenite v0.21.0
11012026-06-25T00:26:19.565Z Downloaded waitgroup v0.1.2
11022026-06-25T00:26:19.565Z Downloaded term v0.7.0
11032026-06-25T00:26:19.568Z Downloaded socket2 v0.6.3
11042026-06-25T00:26:19.568Z Downloaded hyper v1.8.1
11052026-06-25T00:26:19.571Z Downloaded tokio-rustls v0.25.0
11062026-06-25T00:26:19.574Z Downloaded libxml v0.3.3
11072026-06-25T00:26:19.577Z Downloaded rand v0.9.2
11082026-06-25T00:26:19.580Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11092026-06-25T00:26:19.580Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11102026-06-25T00:26:19.580Z Downloaded utf-8 v0.7.6
11112026-06-25T00:26:19.583Z Downloaded rand v0.8.6
11122026-06-25T00:26:19.583Z Downloaded try-lock v0.2.5
11132026-06-25T00:26:19.583Z Downloaded term v1.2.1
11142026-06-25T00:26:19.586Z Downloaded tui-tree-widget v0.23.1
11152026-06-25T00:26:19.588Z Downloaded want v0.3.1
11162026-06-25T00:26:19.588Z Downloaded wait-timeout v0.2.1
11172026-06-25T00:26:19.591Z Downloaded serde_yaml v0.9.34+deprecated
11182026-06-25T00:26:19.597Z Downloaded toml_writer v1.0.6+spec-1.1.0
11192026-06-25T00:26:19.597Z Downloaded rsa v0.9.10
11202026-06-25T00:26:19.606Z Downloaded xshell-macros v0.2.7
11212026-06-25T00:26:19.609Z Downloaded xattr v1.6.1
11222026-06-25T00:26:19.613Z Downloaded hkdf v0.12.4
11232026-06-25T00:26:19.630Z Downloaded snafu v0.8.9
11242026-06-25T00:26:19.635Z Downloaded vsss-rs v3.3.4
11252026-06-25T00:26:19.637Z Downloaded vergen-lib v9.1.0
11262026-06-25T00:26:19.638Z Downloaded walkdir v2.5.0
11272026-06-25T00:26:19.640Z Downloaded zeroize_derive v1.4.3
11282026-06-25T00:26:19.645Z Downloaded hashbrown v0.15.5
11292026-06-25T00:26:19.650Z Downloaded libm v0.2.16
11302026-06-25T00:26:19.655Z Downloaded rustls-webpki v0.103.9
11312026-06-25T00:26:19.658Z Downloaded tokio-rustls v0.24.1
11322026-06-25T00:26:19.660Z Downloaded subprocess v0.2.15
11332026-06-25T00:26:19.660Z Downloaded unicase v2.9.0
11342026-06-25T00:26:19.663Z Downloaded wyz v0.5.1
11352026-06-25T00:26:19.663Z Downloaded whoami v2.1.0
11362026-06-25T00:26:19.663Z Downloaded rand v0.10.0
11372026-06-25T00:26:19.666Z Downloaded test-strategy v0.4.5
11382026-06-25T00:26:19.669Z Downloaded num-bigint-dig v0.8.6
11392026-06-25T00:26:19.672Z Downloaded nom v8.0.0
11402026-06-25T00:26:19.675Z Downloaded socket2 v0.5.10
11412026-06-25T00:26:19.678Z Downloaded tokio-rustls v0.26.4
11422026-06-25T00:26:19.681Z Downloaded tokio-stream v0.1.18
11432026-06-25T00:26:19.684Z Downloaded toml_parser v1.0.9+spec-1.1.0
11442026-06-25T00:26:19.684Z Downloaded samael v0.0.19
11452026-06-25T00:26:19.687Z Downloaded zone_cfg_derive v0.3.1
11462026-06-25T00:26:19.690Z Downloaded zone v0.3.1
11472026-06-25T00:26:19.690Z Downloaded uzers v0.12.2
11482026-06-25T00:26:19.690Z Downloaded tinyvec v1.10.0
11492026-06-25T00:26:19.695Z Downloaded xshell v0.2.7
11502026-06-25T00:26:19.695Z Downloaded vergen-git2 v9.1.0
11512026-06-25T00:26:19.698Z Downloaded zeroize v1.8.2
11522026-06-25T00:26:19.701Z Downloaded tower-service v0.3.3
11532026-06-25T00:26:19.704Z Downloaded toml v0.7.8
11542026-06-25T00:26:19.707Z Downloaded vergen-lib v0.1.6
11552026-06-25T00:26:19.707Z Downloaded tracing-attributes v0.1.31
11562026-06-25T00:26:19.710Z Downloaded itertools v0.13.0
11572026-06-25T00:26:19.713Z Downloaded zstd-safe v7.2.4
11582026-06-25T00:26:19.713Z Downloaded iri-string v0.7.10
11592026-06-25T00:26:19.716Z Downloaded zstd v0.13.3
11602026-06-25T00:26:19.719Z Downloaded futures-util v0.3.32
11612026-06-25T00:26:19.724Z Downloaded twox-hash v2.1.2
11622026-06-25T00:26:19.727Z Downloaded itertools v0.14.0
11632026-06-25T00:26:19.733Z Downloaded whoami v1.6.1
11642026-06-25T00:26:19.736Z Downloaded itertools v0.12.1
11652026-06-25T00:26:19.740Z Downloaded unicode-properties v0.1.4
11662026-06-25T00:26:19.740Z Downloaded p521 v0.13.3
11672026-06-25T00:26:19.743Z Downloaded bitvec v1.0.1
11682026-06-25T00:26:19.748Z Downloaded tungstenite v0.21.0
11692026-06-25T00:26:19.753Z Downloaded schemars v1.2.1
11702026-06-25T00:26:19.762Z Downloaded vte v0.14.1
11712026-06-25T00:26:19.766Z Downloaded toml_edit v0.23.10+spec-1.0.0
11722026-06-25T00:26:19.766Z Downloaded toml v1.0.6+spec-1.1.0
11732026-06-25T00:26:19.770Z Downloaded vergen v9.1.0
11742026-06-25T00:26:19.770Z Downloaded rpassword v7.4.0
11752026-06-25T00:26:19.774Z Downloaded usdt-impl v0.6.0
11762026-06-25T00:26:19.774Z Downloaded tar v0.4.45
11772026-06-25T00:26:19.778Z Downloaded vergen-gitcl v1.0.8
11782026-06-25T00:26:19.783Z Downloaded russh v0.45.0
11792026-06-25T00:26:19.786Z Downloaded tracing-core v0.1.36
11802026-06-25T00:26:19.789Z Downloaded steno v0.4.1
11812026-06-25T00:26:19.789Z Downloaded bindgen v0.71.1
11822026-06-25T00:26:19.804Z Downloaded h2 v0.4.13
11832026-06-25T00:26:19.807Z Downloaded typify v0.6.2
11842026-06-25T00:26:19.807Z Downloaded aws-lc-rs v1.16.3
11852026-06-25T00:26:19.807Z Downloaded unicode-bidi v0.3.18
11862026-06-25T00:26:19.807Z Downloaded rustyline v14.0.0
11872026-06-25T00:26:19.816Z Downloaded reedline v0.40.0
11882026-06-25T00:26:19.828Z Downloaded yasna v0.5.2
11892026-06-25T00:26:19.828Z Downloaded zerocopy v0.6.6
11902026-06-25T00:26:19.922Z Downloaded zopfli v0.8.3
11912026-06-25T00:26:19.922Z Downloaded uuid v1.23.0
11922026-06-25T00:26:19.922Z Downloaded iddqd v0.4.2
11932026-06-25T00:26:19.927Z Downloaded blake3 v1.8.5
11942026-06-25T00:26:19.927Z Downloaded regex v1.12.3
11952026-06-25T00:26:19.927Z Downloaded tungstenite v0.23.0
11962026-06-25T00:26:19.927Z Downloaded zip v0.6.6
11972026-06-25T00:26:19.927Z Downloaded git2 v0.20.4
11982026-06-25T00:26:19.927Z Downloaded unsafe-libyaml v0.2.11
11992026-06-25T00:26:19.928Z Downloaded tokio-postgres v0.7.16
12002026-06-25T00:26:19.928Z Downloaded p384 v0.13.1
12012026-06-25T00:26:19.928Z Downloaded serde_with v1.14.0
12022026-06-25T00:26:19.928Z Downloaded reqwest v0.13.2
12032026-06-25T00:26:19.928Z Downloaded zerocopy-derive v0.8.40
12042026-06-25T00:26:19.928Z Downloaded unicode_categories v0.1.1
12052026-06-25T00:26:19.928Z Downloaded quick-xml v0.37.5
12062026-06-25T00:26:19.928Z Downloaded yansi v1.0.1
12072026-06-25T00:26:19.988Z Downloaded tower v0.5.3
12082026-06-25T00:26:19.995Z Downloaded toml_edit v0.19.15
12092026-06-25T00:26:19.995Z Downloaded salty v0.3.0
12102026-06-25T00:26:19.995Z Downloaded ssh-key v0.6.7
12112026-06-25T00:26:19.995Z Downloaded lalrpop v0.19.12
12122026-06-25T00:26:19.995Z Downloaded goblin v0.10.5
12132026-06-25T00:26:19.995Z Downloaded reqwest v0.12.28
12142026-06-25T00:26:19.995Z Downloaded rayon v1.11.0
12152026-06-25T00:26:19.995Z Downloaded moka v0.12.13
12162026-06-25T00:26:19.995Z Downloaded zip v4.6.1
12172026-06-25T00:26:19.999Z Downloaded x509-cert v0.2.5
12182026-06-25T00:26:20.003Z Downloaded rustls-webpki v0.101.7
12192026-06-25T00:26:20.007Z Downloaded unicode-segmentation v1.12.0
12202026-06-25T00:26:20.010Z Downloaded portable-atomic v1.13.1
12212026-06-25T00:26:20.022Z Downloaded typed-path v0.9.3
12222026-06-25T00:26:20.059Z Downloaded tokio-util v0.7.18
12232026-06-25T00:26:20.064Z Downloaded tough v0.22.0
12242026-06-25T00:26:20.064Z Downloaded proptest v1.10.0
12252026-06-25T00:26:20.064Z Downloaded tower-http v0.6.8
12262026-06-25T00:26:20.064Z Downloaded curve25519-dalek v4.1.3
12272026-06-25T00:26:20.064Z Downloaded serde_with v3.17.0
12282026-06-25T00:26:20.069Z Downloaded rustls-webpki v0.102.8
12292026-06-25T00:26:20.080Z Downloaded unicode-normalization v0.1.25
12302026-06-25T00:26:20.083Z Downloaded petname v2.0.2
12312026-06-25T00:26:20.095Z Downloaded radix_trie v0.2.1
12322026-06-25T00:26:20.098Z Downloaded object v0.30.4
12332026-06-25T00:26:20.118Z Downloaded quinn-proto v0.11.13
12342026-06-25T00:26:20.122Z Downloaded polar-core v0.27.3
12352026-06-25T00:26:20.128Z Downloaded bstr v1.12.1
12362026-06-25T00:26:20.134Z Downloaded winnow v0.5.40
12372026-06-25T00:26:20.139Z Downloaded openssl v0.10.79
12382026-06-25T00:26:20.151Z Downloaded winnow v0.6.26
12392026-06-25T00:26:20.156Z Downloaded rustls v0.21.12
12402026-06-25T00:26:20.162Z Downloaded nix v0.27.1
12412026-06-25T00:26:20.193Z Downloaded tabled v0.20.0
12422026-06-25T00:26:20.203Z Downloaded time v0.3.47
12432026-06-25T00:26:20.211Z Downloaded zlib-rs v0.6.2
12442026-06-25T00:26:20.214Z Downloaded smoltcp v0.9.1
12452026-06-25T00:26:20.221Z Downloaded nix v0.31.2
12462026-06-25T00:26:20.227Z Downloaded nix v0.28.0
12472026-06-25T00:26:20.233Z Downloaded hickory-proto v0.24.4
12482026-06-25T00:26:20.242Z Downloaded regex-syntax v0.6.29
12492026-06-25T00:26:20.247Z Downloaded dropshot v0.17.0
12502026-06-25T00:26:20.260Z Downloaded smoltcp v0.11.0
12512026-06-25T00:26:20.266Z Downloaded vcpkg v0.2.15
12522026-06-25T00:26:20.290Z Downloaded zerocopy v0.8.40
12532026-06-25T00:26:20.295Z Downloaded object v0.37.3
12542026-06-25T00:26:20.302Z Downloaded openapiv3 v2.2.0
12552026-06-25T00:26:20.310Z Downloaded hickory-proto v0.25.2
12562026-06-25T00:26:20.317Z Downloaded webpki-roots v1.0.6
12572026-06-25T00:26:20.320Z Downloaded rustix v0.38.44
12582026-06-25T00:26:20.333Z Downloaded regress v0.10.5
12592026-06-25T00:26:20.338Z Downloaded diesel v2.3.7
12602026-06-25T00:26:20.350Z Downloaded rustls v0.23.37
12612026-06-25T00:26:20.356Z Downloaded regex-syntax v0.8.10
12622026-06-25T00:26:20.361Z Downloaded rustls v0.22.4
12632026-06-25T00:26:20.368Z Downloaded regress v0.11.1
12642026-06-25T00:26:20.396Z Downloaded sqlparser v0.61.0
12652026-06-25T00:26:20.410Z Downloaded typify-impl v0.6.2
12662026-06-25T00:26:20.420Z Downloaded sled v0.34.7
12672026-06-25T00:26:20.440Z Downloaded tracing v0.1.44
12682026-06-25T00:26:20.455Z Downloaded bzip2-sys v0.1.13+1.0.8
12692026-06-25T00:26:20.465Z Downloaded ratatui v0.29.0
12702026-06-25T00:26:20.476Z Downloaded regex-automata v0.4.14
12712026-06-25T00:26:20.485Z Downloaded zerocopy-derive v0.6.6
12722026-06-25T00:26:20.519Z Downloaded csv v1.4.0
12732026-06-25T00:26:20.531Z Downloaded petgraph v0.6.5
12742026-06-25T00:26:20.542Z Downloaded jiff v0.2.21
12752026-06-25T00:26:20.553Z Downloaded chrono-tz v0.10.4
12762026-06-25T00:26:20.564Z Downloaded petgraph v0.8.3
12772026-06-25T00:26:20.577Z Downloaded sha3 v0.10.8
12782026-06-25T00:26:20.602Z Downloaded libz-sys v1.1.24
12792026-06-25T00:26:20.602Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12802026-06-25T00:26:20.605Z Downloaded tokio v1.52.1
12812026-06-25T00:26:20.695Z Downloaded encoding_rs v0.8.35
12822026-06-25T00:26:20.730Z Downloaded ring v0.17.14
12832026-06-25T00:26:20.755Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-06-25T00:26:21.273Z Downloaded aws-lc-sys v0.40.0
12852026-06-25T00:26:21.521Z Compiling libc v0.2.185
12862026-06-25T00:26:21.521Z Compiling serde v1.0.228
12872026-06-25T00:26:21.521Z Compiling log v0.4.29
12882026-06-25T00:26:21.521Z Compiling find-msvc-tools v0.1.9
12892026-06-25T00:26:21.521Z Compiling shlex v1.3.0
12902026-06-25T00:26:21.524Z Compiling smallvec v1.15.1
12912026-06-25T00:26:21.654Z Compiling typenum v1.19.0
12922026-06-25T00:26:21.656Z Compiling subtle v2.6.1
12932026-06-25T00:26:21.705Z Compiling generic-array v0.14.7
12942026-06-25T00:26:21.717Z Compiling scopeguard v1.2.0
12952026-06-25T00:26:21.773Z Compiling const-oid v0.9.6
12962026-06-25T00:26:21.776Z Compiling serde_json v1.0.149
12972026-06-25T00:26:21.788Z Compiling syn v2.0.117
12982026-06-25T00:26:21.800Z Compiling zerocopy v0.8.40
12992026-06-25T00:26:21.805Z Compiling parking_lot_core v0.9.12
13002026-06-25T00:26:21.805Z Compiling pin-project-lite v0.2.17
13012026-06-25T00:26:21.864Z Compiling lock_api v0.4.14
13022026-06-25T00:26:21.880Z Compiling portable-atomic v1.13.1
13032026-06-25T00:26:21.884Z Compiling pkg-config v0.3.32
13042026-06-25T00:26:21.917Z Compiling bitflags v2.11.0
13052026-06-25T00:26:21.920Z Compiling futures-core v0.3.32
13062026-06-25T00:26:21.948Z Compiling libm v0.2.16
13072026-06-25T00:26:22.004Z Compiling critical-section v1.2.0
13082026-06-25T00:26:22.030Z Compiling num-traits v0.2.19
13092026-06-25T00:26:22.128Z Compiling percent-encoding v2.3.2
13102026-06-25T00:26:22.142Z Compiling futures-sink v0.3.32
13112026-06-25T00:26:22.145Z Compiling slab v0.4.12
13122026-06-25T00:26:22.155Z Compiling futures-task v0.3.32
13132026-06-25T00:26:22.181Z Compiling cpufeatures v0.2.17
13142026-06-25T00:26:22.232Z Compiling futures-io v0.3.32
13152026-06-25T00:26:22.286Z Compiling futures-channel v0.3.32
13162026-06-25T00:26:22.318Z Compiling getrandom v0.4.1
13172026-06-25T00:26:22.370Z Compiling rand_core v0.10.0
13182026-06-25T00:26:22.373Z Compiling indexmap v2.14.0
13192026-06-25T00:26:22.400Z Compiling rustversion v1.0.22
13202026-06-25T00:26:22.415Z Compiling getrandom v0.3.4
13212026-06-25T00:26:22.418Z Compiling form_urlencoded v1.2.2
13222026-06-25T00:26:22.457Z Compiling fs_extra v1.3.0
13232026-06-25T00:26:22.498Z Compiling dunce v1.0.5
13242026-06-25T00:26:22.533Z Compiling base64ct v1.8.3
13252026-06-25T00:26:22.555Z Compiling ident_case v1.0.1
13262026-06-25T00:26:22.596Z Compiling rustix v1.1.3
13272026-06-25T00:26:22.612Z Compiling flagset v0.4.7
13282026-06-25T00:26:22.646Z Compiling getrandom v0.2.17
13292026-06-25T00:26:22.696Z Compiling jobserver v0.1.34
13302026-06-25T00:26:22.722Z Compiling errno v0.3.14
13312026-06-25T00:26:22.751Z Compiling mio v1.2.0
13322026-06-25T00:26:22.765Z Compiling socket2 v0.6.3
13332026-06-25T00:26:22.792Z Compiling rand_core v0.6.4
13342026-06-25T00:26:22.850Z Compiling signal-hook-registry v1.4.8
13352026-06-25T00:26:22.908Z Compiling pem-rfc7468 v0.7.0
13362026-06-25T00:26:22.952Z Compiling cc v1.2.56
13372026-06-25T00:26:22.982Z Compiling parking_lot v0.12.5
13382026-06-25T00:26:23.039Z Compiling once_cell v1.21.3
13392026-06-25T00:26:23.070Z Compiling regex-syntax v0.8.10
13402026-06-25T00:26:23.091Z Compiling iana-time-zone v0.1.65
13412026-06-25T00:26:23.119Z Compiling aws-lc-rs v1.16.3
13422026-06-25T00:26:23.203Z Compiling vcpkg v0.2.15
13432026-06-25T00:26:23.247Z Compiling tracing-core v0.1.36
13442026-06-25T00:26:23.269Z Compiling uuid v1.23.0
13452026-06-25T00:26:23.286Z Compiling rustc_version v0.4.1
13462026-06-25T00:26:23.301Z Compiling base64 v0.22.1
13472026-06-25T00:26:23.331Z Compiling untrusted v0.9.0
13482026-06-25T00:26:23.355Z Compiling rand_core v0.9.5
13492026-06-25T00:26:23.443Z Compiling tinyvec_macros v0.1.1
13502026-06-25T00:26:23.457Z Compiling openssl-probe v0.2.1
13512026-06-25T00:26:23.472Z Compiling untrusted v0.7.1
13522026-06-25T00:26:23.517Z Compiling httparse v1.10.1
13532026-06-25T00:26:23.530Z Compiling tinyvec v1.10.0
13542026-06-25T00:26:23.617Z Compiling aho-corasick v1.1.4
13552026-06-25T00:26:23.634Z Compiling tower-layer v0.3.3
13562026-06-25T00:26:23.647Z Compiling schemars v0.8.22
13572026-06-25T00:26:23.662Z Compiling atomic-waker v1.1.2
13582026-06-25T00:26:23.666Z Compiling tower-service v0.3.3
13592026-06-25T00:26:23.713Z Compiling cmake v0.1.57
13602026-06-25T00:26:23.791Z Compiling dyn-clone v1.0.20
13612026-06-25T00:26:23.818Z Compiling try-lock v0.2.5
13622026-06-25T00:26:23.818Z Compiling rustls v0.23.37
13632026-06-25T00:26:23.847Z Compiling openssl v0.10.79
13642026-06-25T00:26:23.862Z Compiling httpdate v1.0.3
13652026-06-25T00:26:23.913Z Compiling pin-utils v0.1.0
13662026-06-25T00:26:23.928Z Compiling want v0.3.1
13672026-06-25T00:26:23.944Z Compiling foreign-types-shared v0.1.1
13682026-06-25T00:26:23.973Z Compiling unicode-normalization v0.1.25
13692026-06-25T00:26:23.990Z Compiling socket2 v0.5.10
13702026-06-25T00:26:24.007Z Compiling spin v0.9.8
13712026-06-25T00:26:24.023Z Compiling foreign-types v0.3.2
13722026-06-25T00:26:24.027Z Compiling crc32fast v1.5.0
13732026-06-25T00:26:24.052Z Compiling time-core v0.1.8
13742026-06-25T00:26:24.119Z Compiling num-conv v0.2.0
13752026-06-25T00:26:24.135Z Compiling native-tls v0.2.18
13762026-06-25T00:26:24.135Z Compiling powerfmt v0.2.0
13772026-06-25T00:26:24.138Z Compiling wait-timeout v0.2.1
13782026-06-25T00:26:24.177Z Compiling sync_wrapper v1.0.2
13792026-06-25T00:26:24.218Z Compiling num_threads v0.1.7
13802026-06-25T00:26:24.240Z Compiling simd-adler32 v0.3.8
13812026-06-25T00:26:24.264Z Compiling time-macros v0.2.27
13822026-06-25T00:26:24.287Z Compiling quick-error v1.2.3
13832026-06-25T00:26:24.304Z Compiling siphasher v1.0.2
13842026-06-25T00:26:24.326Z Compiling tempfile v3.25.0
13852026-06-25T00:26:24.340Z Compiling deranged v0.5.8
13862026-06-25T00:26:24.387Z Compiling unicode-segmentation v1.12.0
13872026-06-25T00:26:24.410Z Compiling usdt-impl v0.6.0
13882026-06-25T00:26:24.425Z Compiling bit-vec v0.8.0
13892026-06-25T00:26:24.441Z Compiling syn v1.0.109
13902026-06-25T00:26:24.441Z Compiling crossbeam-utils v0.8.21
13912026-06-25T00:26:24.514Z Compiling slog v2.8.2
13922026-06-25T00:26:24.528Z Compiling heapless v0.7.17
13932026-06-25T00:26:24.570Z Compiling aws-lc-sys v0.40.0
13942026-06-25T00:26:24.586Z Compiling ring v0.17.14
13952026-06-25T00:26:24.648Z Compiling openssl-sys v0.9.115
13962026-06-25T00:26:24.674Z Compiling synstructure v0.13.2
13972026-06-25T00:26:24.690Z Compiling serde_derive_internals v0.29.1
13982026-06-25T00:26:24.722Z Compiling pest_generator v2.8.6
13992026-06-25T00:26:24.737Z Compiling darling_core v0.20.11
14002026-06-25T00:26:24.790Z Compiling regex-automata v0.4.14
14012026-06-25T00:26:24.806Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14022026-06-25T00:26:24.853Z Compiling darling_core v0.21.3
14032026-06-25T00:26:24.903Z Compiling bit-set v0.8.0
14042026-06-25T00:26:25.118Z Compiling bzip2-sys v0.1.13+1.0.8
14052026-06-25T00:26:25.329Z Compiling rusty-fork v0.3.1
14062026-06-25T00:26:25.442Z Compiling rand_xorshift v0.4.0
14072026-06-25T00:26:25.445Z Compiling time v0.3.47
14082026-06-25T00:26:25.473Z Compiling thread-id v5.1.0
14092026-06-25T00:26:25.488Z Compiling cookie v0.18.1
14102026-06-25T00:26:25.503Z Compiling ryu v1.0.23
14112026-06-25T00:26:25.503Z Compiling unicode-properties v0.1.4
14122026-06-25T00:26:25.573Z Compiling unicode-bidi v0.3.18
14132026-06-25T00:26:25.631Z Compiling iri-string v0.7.10
14142026-06-25T00:26:25.695Z Compiling zstd-safe v7.2.4
14152026-06-25T00:26:25.710Z Compiling anyhow v1.0.102
14162026-06-25T00:26:25.726Z Compiling adler2 v2.0.1
14172026-06-25T00:26:25.741Z Compiling allocator-api2 v0.2.21
14182026-06-25T00:26:25.787Z Compiling unarray v0.1.4
14192026-06-25T00:26:25.859Z Compiling signal-hook v0.3.18
14202026-06-25T00:26:25.878Z Compiling paste v1.0.15
14212026-06-25T00:26:25.911Z Compiling miniz_oxide v0.8.9
14222026-06-25T00:26:25.980Z Compiling stringprep v0.1.5
14232026-06-25T00:26:26.289Z Compiling heck v0.4.1
14242026-06-25T00:26:26.319Z Compiling vergen-lib v9.1.0
14252026-06-25T00:26:26.409Z Compiling serde_derive v1.0.228
14262026-06-25T00:26:26.454Z Compiling zeroize_derive v1.4.3
14272026-06-25T00:26:26.515Z Compiling zerofrom-derive v0.1.6
14282026-06-25T00:26:26.543Z Compiling yoke-derive v0.8.1
14292026-06-25T00:26:26.559Z Compiling zerocopy-derive v0.8.40
14302026-06-25T00:26:26.739Z Compiling zerovec-derive v0.11.2
14312026-06-25T00:26:26.846Z Compiling displaydoc v0.2.5
14322026-06-25T00:26:27.141Z Compiling tokio-macros v2.7.0
14332026-06-25T00:26:27.162Z Compiling zeroize v1.8.2
14342026-06-25T00:26:27.173Z Compiling futures-macro v0.3.32
14352026-06-25T00:26:27.248Z Compiling der_derive v0.7.3
14362026-06-25T00:26:27.497Z Compiling rustls-pki-types v1.14.0
14372026-06-25T00:26:27.634Z Compiling thiserror-impl v2.0.18
14382026-06-25T00:26:27.753Z Compiling tracing-attributes v0.1.31
14392026-06-25T00:26:27.914Z Compiling crypto-common v0.1.7
14402026-06-25T00:26:27.929Z Compiling block-buffer v0.10.4
14412026-06-25T00:26:27.962Z Compiling zerofrom v0.1.6
14422026-06-25T00:26:27.979Z Compiling block-padding v0.3.3
14432026-06-25T00:26:27.982Z Compiling pest_derive v2.8.6
14442026-06-25T00:26:28.035Z Compiling futures-util v0.3.32
14452026-06-25T00:26:28.087Z Compiling yoke v0.8.1
14462026-06-25T00:26:28.106Z Compiling digest v0.10.7
14472026-06-25T00:26:28.128Z Compiling inout v0.1.4
14482026-06-25T00:26:28.174Z Compiling scroll_derive v0.13.1
14492026-06-25T00:26:28.270Z Compiling zerovec v0.11.5
14502026-06-25T00:26:28.303Z Compiling zerotrie v0.2.3
14512026-06-25T00:26:28.333Z Compiling hmac v0.12.1
14522026-06-25T00:26:28.380Z Compiling sha2 v0.10.9
14532026-06-25T00:26:28.462Z Compiling cipher v0.4.4
14542026-06-25T00:26:28.504Z Compiling der v0.7.10
14552026-06-25T00:26:28.622Z Compiling pbkdf2 v0.12.2
14562026-06-25T00:26:28.742Z Compiling tinystr v0.8.2
14572026-06-25T00:26:28.756Z Compiling potential_utf v0.1.4
14582026-06-25T00:26:28.793Z Compiling salsa20 v0.10.2
14592026-06-25T00:26:28.956Z Compiling icu_locale_core v2.1.1
14602026-06-25T00:26:28.971Z Compiling icu_collections v2.1.1
14612026-06-25T00:26:28.985Z Compiling scrypt v0.11.0
14622026-06-25T00:26:29.009Z Compiling cbc v0.1.2
14632026-06-25T00:26:29.039Z Compiling thiserror v2.0.18
14642026-06-25T00:26:29.044Z Compiling aes v0.8.4
14652026-06-25T00:26:29.132Z Compiling tracing v0.1.44
14662026-06-25T00:26:29.163Z Compiling schemars_derive v0.8.22
14672026-06-25T00:26:29.178Z Compiling scroll v0.13.0
14682026-06-25T00:26:29.263Z Compiling darling_macro v0.20.11
14692026-06-25T00:26:29.422Z Compiling spki v0.7.3
14702026-06-25T00:26:29.461Z Compiling openssl-macros v0.1.1
14712026-06-25T00:26:29.464Z Compiling goblin v0.10.5
14722026-06-25T00:26:29.647Z Compiling icu_provider v2.1.1
14732026-06-25T00:26:29.757Z Compiling pkcs5 v0.7.1
14742026-06-25T00:26:29.794Z Compiling rustls-native-certs v0.8.3
14752026-06-25T00:26:29.808Z Compiling darling v0.20.11
14762026-06-25T00:26:29.858Z Compiling dtrace-parser v0.3.0
14772026-06-25T00:26:29.896Z Compiling bytes v1.11.1
14782026-06-25T00:26:29.912Z Compiling icu_normalizer v2.1.1
14792026-06-25T00:26:29.971Z Compiling icu_properties v2.1.2
14802026-06-25T00:26:29.974Z Compiling chrono v0.4.44
14812026-06-25T00:26:29.999Z Compiling ipnet v2.11.0
14822026-06-25T00:26:30.102Z Compiling pkcs8 v0.10.2
14832026-06-25T00:26:30.251Z Compiling derive_builder_core v0.20.2
14842026-06-25T00:26:30.381Z Compiling tokio v1.52.1
14852026-06-25T00:26:30.433Z Compiling http v1.4.0
14862026-06-25T00:26:30.488Z Compiling signature v2.2.0
14872026-06-25T00:26:30.488Z Compiling webpki-roots v1.0.6
14882026-06-25T00:26:30.525Z Compiling thiserror-impl v1.0.69
14892026-06-25T00:26:30.539Z Compiling scroll_derive v0.12.1
14902026-06-25T00:26:30.613Z Compiling serde_urlencoded v0.7.1
14912026-06-25T00:26:30.639Z Compiling serde_tokenstream v0.2.3
14922026-06-25T00:26:30.751Z Compiling toml_datetime v0.6.11
14932026-06-25T00:26:30.882Z Compiling idna_adapter v1.2.1
14942026-06-25T00:26:31.034Z Compiling ppv-lite86 v0.2.21
14952026-06-25T00:26:31.034Z Compiling idna v1.1.0
14962026-06-25T00:26:31.061Z Compiling serde_spanned v0.6.9
14972026-06-25T00:26:31.133Z Compiling http-body v1.0.1
14982026-06-25T00:26:31.160Z Compiling erased-serde v0.3.31
14992026-06-25T00:26:31.196Z Compiling derive_builder_macro v0.20.2
15002026-06-25T00:26:31.233Z Compiling md-5 v0.10.6
15012026-06-25T00:26:31.248Z Compiling darling_macro v0.21.3
15022026-06-25T00:26:31.273Z Compiling http-body-util v0.1.3
15032026-06-25T00:26:31.308Z Compiling scroll v0.12.0
15042026-06-25T00:26:31.400Z Compiling url v2.5.8
15052026-06-25T00:26:31.421Z Compiling rand_chacha v0.9.0
15062026-06-25T00:26:31.440Z Compiling rand_chacha v0.3.1
15072026-06-25T00:26:31.445Z Compiling bstr v1.12.1
15082026-06-25T00:26:31.538Z Compiling async-trait v0.1.89
15092026-06-25T00:26:31.604Z Compiling zerocopy-derive v0.7.35
15102026-06-25T00:26:31.676Z Compiling rand v0.9.2
15112026-06-25T00:26:31.711Z Compiling pin-project-internal v1.1.11
15122026-06-25T00:26:31.740Z Compiling num-integer v0.1.46
15132026-06-25T00:26:31.790Z Compiling curve25519-dalek v4.1.3
15142026-06-25T00:26:31.882Z Compiling thiserror v1.0.69
15152026-06-25T00:26:32.100Z Compiling ff v0.13.1
15162026-06-25T00:26:32.136Z Compiling hash32 v0.2.1
15172026-06-25T00:26:32.150Z Compiling memoffset v0.9.1
15182026-06-25T00:26:32.167Z Compiling encoding_rs v0.8.35
15192026-06-25T00:26:32.237Z Compiling dof v0.4.0
15202026-06-25T00:26:32.256Z Compiling proptest v1.10.0
15212026-06-25T00:26:32.271Z Compiling psl-types v2.0.11
15222026-06-25T00:26:32.350Z Compiling fallible-iterator v0.2.0
15232026-06-25T00:26:32.370Z Compiling rustix v0.38.44
15242026-06-25T00:26:32.504Z Compiling litrs v1.0.0
15252026-06-25T00:26:32.523Z Compiling mime v0.3.17
15262026-06-25T00:26:32.628Z Compiling ref-cast v1.0.25
15272026-06-25T00:26:32.692Z Compiling base16ct v0.2.0
15282026-06-25T00:26:32.740Z Compiling num-bigint-dig v0.8.6
15292026-06-25T00:26:32.756Z Compiling cfg_aliases v0.2.1
15302026-06-25T00:26:32.759Z Compiling zlib-rs v0.6.2
15312026-06-25T00:26:32.809Z Compiling ipnetwork v0.21.1
15322026-06-25T00:26:32.848Z Compiling smoltcp v0.9.1
15332026-06-25T00:26:32.871Z Compiling pin-project v1.1.11
15342026-06-25T00:26:32.895Z Compiling nix v0.31.2
15352026-06-25T00:26:32.999Z Compiling sec1 v0.7.3
15362026-06-25T00:26:33.035Z Compiling document-features v0.2.12
15372026-06-25T00:26:33.047Z Compiling oxnet v0.1.6
15382026-06-25T00:26:33.251Z Compiling postgres-protocol v0.6.10
15392026-06-25T00:26:33.281Z Compiling zerocopy v0.7.35
15402026-06-25T00:26:33.284Z Compiling publicsuffix v2.3.0
15412026-06-25T00:26:33.428Z Compiling group v0.13.0
15422026-06-25T00:26:33.468Z Compiling num-iter v0.1.45
15432026-06-25T00:26:33.488Z Compiling darling v0.21.3
15442026-06-25T00:26:33.514Z Compiling derive_builder v0.20.2
15452026-06-25T00:26:33.545Z Compiling rand v0.8.6
15462026-06-25T00:26:33.600Z Compiling goblin v0.8.2
15472026-06-25T00:26:33.616Z Compiling futures-executor v0.3.32
15482026-06-25T00:26:33.630Z Compiling hubpack_derive v0.1.1
15492026-06-25T00:26:33.665Z Compiling hex v0.4.3
15502026-06-25T00:26:33.679Z Compiling hkdf v0.12.4
15512026-06-25T00:26:33.720Z Compiling crypto-bigint v0.5.5
15522026-06-25T00:26:33.792Z Compiling regex v1.12.3
15532026-06-25T00:26:33.854Z Compiling snafu-derive v0.8.9
15542026-06-25T00:26:33.891Z Compiling ref-cast-impl v1.0.25
15552026-06-25T00:26:33.906Z Compiling curve25519-dalek-derive v0.1.1
15562026-06-25T00:26:33.937Z Compiling daft-derive v0.1.7
15572026-06-25T00:26:33.958Z Compiling strum_macros v0.27.2
15582026-06-25T00:26:34.244Z Compiling tokio-util v0.7.18
15592026-06-25T00:26:34.376Z Compiling tower v0.5.3
15602026-06-25T00:26:34.395Z Compiling tokio-native-tls v0.3.1
15612026-06-25T00:26:34.474Z Compiling phf_shared v0.13.1
15622026-06-25T00:26:34.588Z Compiling terminal_size v0.4.3
15632026-06-25T00:26:34.604Z Compiling lazy_static v1.5.0
15642026-06-25T00:26:34.668Z Compiling newtype-uuid v1.3.2
15652026-06-25T00:26:34.696Z Compiling anstyle-parse v0.2.7
15662026-06-25T00:26:34.720Z Compiling vergen v9.1.0
15672026-06-25T00:26:34.738Z Compiling cargo-platform v0.3.2
15682026-06-25T00:26:34.753Z Compiling fs-err v3.3.0
15692026-06-25T00:26:34.756Z Compiling ahash v0.8.12
15702026-06-25T00:26:34.873Z Compiling tower-http v0.6.8
15712026-06-25T00:26:34.901Z Compiling libbz2-rs-sys v0.2.2
15722026-06-25T00:26:34.924Z Compiling winnow v0.5.40
15732026-06-25T00:26:34.974Z Compiling h2 v0.4.13
15742026-06-25T00:26:35.002Z Compiling foldhash v0.1.5
15752026-06-25T00:26:35.021Z Compiling same-file v1.0.6
15762026-06-25T00:26:35.035Z Compiling bitflags v1.3.2
15772026-06-25T00:26:35.125Z Compiling managed v0.8.0
15782026-06-25T00:26:35.190Z Compiling bumpalo v3.20.2
15792026-06-25T00:26:35.204Z Compiling object v0.37.3
15802026-06-25T00:26:35.310Z Compiling foldhash v0.2.0
15812026-06-25T00:26:35.325Z Compiling bzip2 v0.6.1
15822026-06-25T00:26:35.464Z Compiling hashbrown v0.16.1
15832026-06-25T00:26:35.549Z Compiling zopfli v0.8.3
15842026-06-25T00:26:35.552Z Compiling hashbrown v0.15.5
15852026-06-25T00:26:35.575Z Compiling walkdir v2.5.0
15862026-06-25T00:26:35.595Z Compiling flate2 v1.1.9
15872026-06-25T00:26:35.838Z Compiling snafu v0.8.9
15882026-06-25T00:26:35.909Z Compiling dof v0.3.0
15892026-06-25T00:26:35.950Z Compiling clap_builder v4.6.0
15902026-06-25T00:26:35.980Z Compiling strum v0.27.2
15912026-06-25T00:26:36.133Z Compiling cargo_metadata v0.23.1
15922026-06-25T00:26:36.150Z Compiling daft v0.1.7
15932026-06-25T00:26:36.150Z Compiling anstream v0.6.21
15942026-06-25T00:26:36.183Z Compiling phf v0.13.1
15952026-06-25T00:26:36.215Z Compiling elliptic-curve v0.13.8
15962026-06-25T00:26:36.233Z Compiling signal-hook-mio v0.2.5
15972026-06-25T00:26:36.330Z Compiling toml_edit v0.19.15
15982026-06-25T00:26:36.447Z Compiling hubpack v0.1.2
15992026-06-25T00:26:36.463Z Compiling cookie_store v0.22.1
16002026-06-25T00:26:36.483Z Compiling bzip2 v0.4.4
16012026-06-25T00:26:36.498Z Compiling usdt-macro v0.6.0
16022026-06-25T00:26:36.647Z Compiling usdt-attr-macro v0.6.0
16032026-06-25T00:26:36.662Z Compiling futures v0.3.32
16042026-06-25T00:26:36.681Z Compiling postgres-types v0.2.12
16052026-06-25T00:26:36.715Z Compiling serde_with_macros v3.17.0
16062026-06-25T00:26:36.762Z Compiling zstd v0.13.3
16072026-06-25T00:26:37.081Z Compiling dtrace-parser v0.2.0
16082026-06-25T00:26:37.093Z Compiling globset v0.4.18
16092026-06-25T00:26:37.156Z Compiling ed25519 v2.2.3
16102026-06-25T00:26:37.267Z Compiling pkcs1 v0.7.5
16112026-06-25T00:26:37.305Z Compiling olpc-cjson v0.1.4
16122026-06-25T00:26:37.487Z Compiling serde-big-array v0.5.1
16132026-06-25T00:26:37.506Z Compiling serde_plain v1.0.2
16142026-06-25T00:26:37.531Z Compiling rfc6979 v0.4.0
16152026-06-25T00:26:37.651Z Compiling async-recursion v1.1.1
16162026-06-25T00:26:37.674Z Compiling clap_derive v4.6.1
16172026-06-25T00:26:37.703Z Compiling serde_repr v0.1.20
16182026-06-25T00:26:37.726Z Compiling strum_macros v0.26.4
16192026-06-25T00:26:37.809Z Compiling enum-as-inner v0.6.1
16202026-06-25T00:26:37.865Z Compiling phf_shared v0.11.3
16212026-06-25T00:26:37.898Z Compiling float-cmp v0.10.0
16222026-06-25T00:26:37.996Z Compiling pem v3.0.6
16232026-06-25T00:26:38.079Z Compiling hyper v1.8.1
16242026-06-25T00:26:38.079Z Compiling memmap2 v0.9.10
16252026-06-25T00:26:38.107Z Compiling thread-id v4.2.2
16262026-06-25T00:26:38.208Z Compiling env_filter v1.0.0
16272026-06-25T00:26:38.286Z Compiling jiff v0.2.21
16282026-06-25T00:26:38.338Z Compiling precomputed-hash v0.1.1
16292026-06-25T00:26:38.352Z Compiling whoami v2.1.0
16302026-06-25T00:26:38.365Z Compiling data-encoding v2.10.0
16312026-06-25T00:26:38.380Z Compiling typed-path v0.9.3
16322026-06-25T00:26:38.443Z Compiling keccak v0.1.6
16332026-06-25T00:26:38.544Z Compiling fixedbitset v0.4.2
16342026-06-25T00:26:38.755Z Compiling predicates-core v1.0.10
16352026-06-25T00:26:38.781Z Compiling either v1.15.0
16362026-06-25T00:26:38.950Z Compiling static_assertions v1.1.0
16372026-06-25T00:26:38.971Z Compiling fixedbitset v0.5.7
16382026-06-25T00:26:39.003Z Compiling difflib v0.4.0
16392026-06-25T00:26:39.017Z Compiling new_debug_unreachable v1.0.6
16402026-06-25T00:26:39.038Z Compiling normalize-line-endings v0.3.0
16412026-06-25T00:26:39.090Z Compiling string_cache v0.8.9
16422026-06-25T00:26:39.105Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16432026-06-25T00:26:39.105Z Compiling itertools v0.13.0
16442026-06-25T00:26:39.152Z Compiling petgraph v0.6.5
16452026-06-25T00:26:39.199Z Compiling hyper-util v0.1.20
16462026-06-25T00:26:39.295Z Compiling predicates v3.1.4
16472026-06-25T00:26:39.306Z Compiling petgraph v0.8.3
16482026-06-25T00:26:39.335Z Compiling hickory-proto v0.25.2
16492026-06-25T00:26:39.501Z Compiling clap v4.6.1
16502026-06-25T00:26:39.522Z Compiling strum v0.26.3
16512026-06-25T00:26:39.580Z Compiling sha3 v0.10.8
16522026-06-25T00:26:39.600Z Compiling tokio-postgres v0.7.16
16532026-06-25T00:26:39.628Z Compiling toml_edit v0.22.27
16542026-06-25T00:26:39.671Z Compiling env_logger v0.11.9
16552026-06-25T00:26:39.726Z Compiling usdt v0.6.0
16562026-06-25T00:26:39.955Z Compiling usdt-impl v0.5.0
16572026-06-25T00:26:40.023Z Compiling serde_with v3.17.0
16582026-06-25T00:26:40.052Z Compiling crossterm v0.28.1
16592026-06-25T00:26:40.066Z Compiling toml v0.7.8
16602026-06-25T00:26:40.379Z Compiling ecdsa v0.16.9
16612026-06-25T00:26:40.554Z Compiling rsa v0.9.10
16622026-06-25T00:26:40.669Z Compiling hyper-tls v0.6.0
16632026-06-25T00:26:40.727Z Compiling ed25519-dalek v2.2.0
16642026-06-25T00:26:40.930Z Compiling zip v4.6.1
16652026-06-25T00:26:41.290Z Compiling zip v0.6.6
16662026-06-25T00:26:41.373Z Compiling iddqd v0.4.2
16672026-06-25T00:26:41.804Z Compiling toml_parser v1.0.9+spec-1.1.0
16682026-06-25T00:26:41.859Z Compiling tokio-stream v0.1.18
16692026-06-25T00:26:41.908Z Compiling buf-list v1.1.2
16702026-06-25T00:26:41.911Z Compiling similar v2.7.0
16712026-06-25T00:26:41.922Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-06-25T00:26:41.949Z Compiling openapiv3 v2.2.0
16732026-06-25T00:26:41.988Z Compiling x509-cert v0.2.5
16742026-06-25T00:26:42.215Z Compiling sha1 v0.10.6
16752026-06-25T00:26:42.270Z Compiling crossbeam-epoch v0.9.18
16762026-06-25T00:26:42.349Z Compiling peg-runtime v0.8.5
16772026-06-25T00:26:42.367Z Compiling lalrpop-util v0.19.12
16782026-06-25T00:26:42.448Z Compiling thread_local v1.1.9
16792026-06-25T00:26:42.462Z Compiling slog-async v2.8.0
16802026-06-25T00:26:42.479Z Compiling crossbeam-channel v0.5.15
16812026-06-25T00:26:42.547Z Compiling filetime v0.2.27
16822026-06-25T00:26:42.579Z Compiling is-terminal v0.4.17
16832026-06-25T00:26:42.626Z Compiling xattr v1.6.1
16842026-06-25T00:26:42.656Z Compiling term v1.2.1
16852026-06-25T00:26:42.701Z Compiling take_mut v0.2.2
16862026-06-25T00:26:42.806Z Compiling tar v0.4.45
16872026-06-25T00:26:42.956Z Compiling slog-term v2.9.2
16882026-06-25T00:27:00.528Z Compiling rustls-webpki v0.103.9
16892026-06-25T00:27:03.299Z Compiling tokio-rustls v0.26.4
16902026-06-25T00:27:03.299Z Compiling rustls-platform-verifier v0.6.2
16912026-06-25T00:27:03.503Z Compiling hyper-rustls v0.27.7
16922026-06-25T00:27:03.694Z Compiling reqwest v0.12.28
16932026-06-25T00:27:03.697Z Compiling reqwest v0.13.2
16942026-06-25T00:27:04.924Z Compiling tough v0.22.0
16952026-06-25T00:27:07.417Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-06-25T00:27:07.647Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-06-25T00:27:10.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.47s
16982026-06-25T00:27:10.630Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16992026-06-25T00:27:10.699ZJun 25 00:27:08.917 INFO Starting download, target: Cockroach
17002026-06-25T00:27:10.699ZJun 25 00:27:08.918 INFO Starting download, target: Console
17012026-06-25T00:27:10.699ZJun 25 00:27:08.918 INFO Starting download, target: DendriteStub
17022026-06-25T00:27:10.699ZJun 25 00:27:08.918 INFO Starting download, target: MaghemiteMgd
17032026-06-25T00:27:10.699ZJun 25 00:27:08.918 INFO Starting download, target: MaghemiteDdmd
17042026-06-25T00:27:10.699ZJun 25 00:27:08.918 INFO Starting download, target: Clickhouse
17052026-06-25T00:27:10.699ZJun 25 00:27:08.918 INFO Starting download, target: TransceiverControl
17062026-06-25T00:27:10.699ZJun 25 00:27:08.918 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17072026-06-25T00:27:10.699ZJun 25 00:27:08.918 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17082026-06-25T00:27:10.699ZJun 25 00:27:08.918 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-06-25T00:27:10.699ZJun 25 00:27:08.918 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-06-25T00:27:10.699ZJun 25 00:27:08.918 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-06-25T00:27:10.699ZJun 25 00:27:08.918 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17122026-06-25T00:27:10.699ZJun 25 00:27:08.918 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-06-25T00:27:11.227ZJun 25 00:27:09.456 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-06-25T00:27:11.434ZJun 25 00:27:09.667 INFO Download complete, target: TransceiverControl
17152026-06-25T00:27:12.482ZJun 25 00:27:10.706 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-06-25T00:27:12.726ZJun 25 00:27:10.958 INFO Download complete, target: Console
17172026-06-25T00:27:13.860ZJun 25 00:27:12.089 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-06-25T00:27:14.453ZJun 25 00:27:12.683 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-06-25T00:27:15.624ZJun 25 00:27:13.839 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17202026-06-25T00:27:16.173ZJun 25 00:27:14.355 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17212026-06-25T00:27:16.615ZJun 25 00:27:14.844 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17222026-06-25T00:27:16.615ZJun 25 00:27:14.844 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17232026-06-25T00:27:16.939ZJun 25 00:27:15.167 INFO Download complete, target: DendriteStub
17242026-06-25T00:27:17.617ZJun 25 00:27:15.849 INFO Download complete, target: MaghemiteDdmd
17252026-06-25T00:27:18.677ZJun 25 00:27:16.908 INFO Download complete, target: MaghemiteMgd
17262026-06-25T00:27:20.731ZJun 25 00:27:18.962 INFO Checking that binary works, target: Clickhouse
17272026-06-25T00:27:20.871ZJun 25 00:27:19.057 INFO Download complete, target: Clickhouse
17282026-06-25T00:27:21.341ZJun 25 00:27:19.571 INFO Checking that binary works, target: Cockroach
17292026-06-25T00:27:21.463ZJun 25 00:27:19.694 INFO Download complete, target: Cockroach
17302026-06-25T00:27:21.474ZAll prerequisites installed successfully
17312026-06-25T00:27:21.474Z
17322026-06-25T00:27:21.474Zreal 1:50.197676060
17332026-06-25T00:27:21.474Zuser 6:48.009300660
17342026-06-25T00:27:21.475Zsys 1:46.737362488
17352026-06-25T00:27:21.475Ztrap 0.249978764
17362026-06-25T00:27:21.475Ztflt 1.217142189
17372026-06-25T00:27:21.475Zdflt 1.801412540
17382026-06-25T00:27:21.475Zkflt 0.023408881
17392026-06-25T00:27:21.475Zlock 24:47.736622677
17402026-06-25T00:27:21.475Zslp 18:45.778543520
17412026-06-25T00:27:21.475Zlat 22.917883232
17422026-06-25T00:27:21.475Zstop 2:57.295951451
17432026-06-25T00:27:21.475Z+ ptime -m cargo xtask download softnpu
17442026-06-25T00:27:21.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17452026-06-25T00:27:21.930Z Running `target/debug/xtask download softnpu`
17462026-06-25T00:27:22.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17472026-06-25T00:27:22.687Z Running `target/debug/xtask-downloader softnpu`
17482026-06-25T00:27:22.727ZJun 25 00:27:20.959 INFO Starting download, target: Softnpu
17492026-06-25T00:27:22.730ZJun 25 00:27:20.960 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17502026-06-25T00:27:23.583ZJun 25 00:27:21.815 INFO Download complete, target: Softnpu
17512026-06-25T00:27:23.587Z
17522026-06-25T00:27:23.589Zreal 2.112913765
17532026-06-25T00:27:23.589Zuser 1.264343539
17542026-06-25T00:27:23.589Zsys 0.602355810
17552026-06-25T00:27:23.589Ztrap 0.000575872
17562026-06-25T00:27:23.589Ztflt 0.000133863
17572026-06-25T00:27:23.589Zdflt 0.000333190
17582026-06-25T00:27:23.589Zkflt 0.000000000
17592026-06-25T00:27:23.590Zlock 15.516608577
17602026-06-25T00:27:23.590Zslp 0.704881334
17612026-06-25T00:27:23.590Zlat 0.092578960
17622026-06-25T00:27:23.590Zstop 0.000138170
17632026-06-25T00:27:23.590Z+ export CARGO_INCREMENTAL=0
17642026-06-25T00:27:23.590Z+ CARGO_INCREMENTAL=0
17652026-06-25T00:27:23.590Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17662026-06-25T00:27:24.413Z Compiling proc-macro2 v1.0.106
17672026-06-25T00:27:24.414Z Compiling quote v1.0.45
17682026-06-25T00:27:24.416Z Compiling unicode-ident v1.0.24
17692026-06-25T00:27:24.416Z Compiling libc v0.2.185
17702026-06-25T00:27:24.416Z Compiling serde_core v1.0.228
17712026-06-25T00:27:24.416Z Compiling serde v1.0.228
17722026-06-25T00:27:24.416Z Compiling cfg-if v1.0.4
17732026-06-25T00:27:24.416Z Compiling version_check v0.9.5
17742026-06-25T00:27:24.555Z Compiling shlex v1.3.0
17752026-06-25T00:27:24.558Z Compiling find-msvc-tools v0.1.9
17762026-06-25T00:27:24.558Z Compiling typenum v1.19.0
17772026-06-25T00:27:24.558Z Compiling autocfg v1.5.0
17782026-06-25T00:27:24.558Z Compiling zmij v1.0.21
17792026-06-25T00:27:24.558Z Compiling memchr v2.8.0
17802026-06-25T00:27:24.558Z Compiling serde_json v1.0.149
17812026-06-25T00:27:24.714Z Compiling portable-atomic v1.13.1
17822026-06-25T00:27:24.892Z Compiling libm v0.2.16
17832026-06-25T00:27:24.950Z Compiling generic-array v0.14.7
17842026-06-25T00:27:24.985Z Compiling zerocopy v0.8.40
17852026-06-25T00:27:25.048Z Compiling num-traits v0.2.19
17862026-06-25T00:27:25.083Z Compiling smallvec v1.15.1
17872026-06-25T00:27:25.131Z Compiling parking_lot_core v0.9.12
17882026-06-25T00:27:25.147Z Compiling icu_normalizer_data v2.1.1
17892026-06-25T00:27:25.202Z Compiling icu_properties_data v2.1.2
17902026-06-25T00:27:25.223Z Compiling itoa v1.0.17
17912026-06-25T00:27:25.239Z Compiling getrandom v0.4.1
17922026-06-25T00:27:25.257Z Compiling log v0.4.29
17932026-06-25T00:27:25.311Z Compiling stable_deref_trait v1.2.1
17942026-06-25T00:27:25.381Z Compiling pkg-config v0.3.32
17952026-06-25T00:27:25.395Z Compiling subtle v2.6.1
17962026-06-25T00:27:25.522Z Compiling scopeguard v1.2.0
17972026-06-25T00:27:25.572Z Compiling jobserver v0.1.34
17982026-06-25T00:27:25.572Z Compiling getrandom v0.2.17
17992026-06-25T00:27:25.619Z Compiling errno v0.3.14
18002026-06-25T00:27:25.634Z Compiling lock_api v0.4.14
18012026-06-25T00:27:25.736Z Compiling rand_core v0.6.4
18022026-06-25T00:27:25.808Z Compiling cc v1.2.56
18032026-06-25T00:27:25.907Z Compiling syn v2.0.117
18042026-06-25T00:27:25.923Z Compiling writeable v0.6.2
18052026-06-25T00:27:25.927Z Compiling litemap v0.8.1
18062026-06-25T00:27:25.927Z Compiling fnv v1.0.7
18072026-06-25T00:27:25.966Z Compiling percent-encoding v2.3.2
18082026-06-25T00:27:25.998Z Compiling pin-project-lite v0.2.17
18092026-06-25T00:27:26.013Z Compiling thiserror v2.0.18
18102026-06-25T00:27:26.091Z Compiling getrandom v0.3.4
18112026-06-25T00:27:26.137Z Compiling equivalent v1.0.2
18122026-06-25T00:27:26.169Z Compiling rand_core v0.10.0
18132026-06-25T00:27:26.212Z Compiling fs_extra v1.3.0
18142026-06-25T00:27:26.226Z Compiling schemars v0.8.22
18152026-06-25T00:27:26.253Z Compiling dunce v1.0.5
18162026-06-25T00:27:26.269Z Compiling rustversion v1.0.22
18172026-06-25T00:27:26.351Z Compiling critical-section v1.2.0
18182026-06-25T00:27:26.354Z Compiling utf8_iter v1.0.4
18192026-06-25T00:27:26.383Z Compiling rustix v1.1.3
18202026-06-25T00:27:26.439Z Compiling form_urlencoded v1.2.2
18212026-06-25T00:27:26.519Z Compiling hashbrown v0.17.0
18222026-06-25T00:27:26.565Z Compiling cmake v0.1.57
18232026-06-25T00:27:26.568Z Compiling signal-hook-registry v1.4.8
18242026-06-25T00:27:26.670Z Compiling const-oid v0.9.6
18252026-06-25T00:27:26.975Z Compiling bitflags v2.11.0
18262026-06-25T00:27:26.992Z Compiling semver v1.0.28
18272026-06-25T00:27:27.079Z Compiling once_cell v1.21.3
18282026-06-25T00:27:27.102Z Compiling indexmap v2.14.0
18292026-06-25T00:27:27.160Z Compiling parking_lot v0.12.5
18302026-06-25T00:27:27.163Z Compiling ring v0.17.14
18312026-06-25T00:27:27.179Z Compiling aws-lc-sys v0.40.0
18322026-06-25T00:27:27.277Z Compiling mio v1.2.0
18332026-06-25T00:27:27.294Z Compiling socket2 v0.6.3
18342026-06-25T00:27:27.356Z Compiling aws-lc-rs v1.16.3
18352026-06-25T00:27:27.372Z Compiling futures-core v0.3.32
18362026-06-25T00:27:27.443Z Compiling thiserror v1.0.69
18372026-06-25T00:27:27.458Z Compiling httparse v1.10.1
18382026-06-25T00:27:27.500Z Compiling strsim v0.11.1
18392026-06-25T00:27:27.684Z Compiling vcpkg v0.2.15
18402026-06-25T00:27:27.711Z Compiling ucd-trie v0.1.7
18412026-06-25T00:27:27.743Z Compiling iana-time-zone v0.1.65
18422026-06-25T00:27:27.798Z Compiling byteorder v1.5.0
18432026-06-25T00:27:27.913Z Compiling pest v2.8.6
18442026-06-25T00:27:27.929Z Compiling syn v1.0.109
18452026-06-25T00:27:27.947Z Compiling heck v0.5.0
18462026-06-25T00:27:27.965Z Compiling ident_case v1.0.1
18472026-06-25T00:27:27.968Z Compiling regex-syntax v0.8.10
18482026-06-25T00:27:28.028Z Compiling uuid v1.23.0
18492026-06-25T00:27:28.264Z Compiling openssl-sys v0.9.115
18502026-06-25T00:27:28.282Z Compiling rustls v0.23.37
18512026-06-25T00:27:28.297Z Compiling cpufeatures v0.2.17
18522026-06-25T00:27:28.316Z Compiling rustc_version v0.4.1
18532026-06-25T00:27:28.384Z Compiling futures-sink v0.3.32
18542026-06-25T00:27:28.487Z Compiling futures-channel v0.3.32
18552026-06-25T00:27:28.557Z Compiling aho-corasick v1.1.4
18562026-06-25T00:27:28.573Z Compiling futures-io v0.3.32
18572026-06-25T00:27:28.670Z Compiling dyn-clone v1.0.20
18582026-06-25T00:27:28.697Z Compiling futures-task v0.3.32
18592026-06-25T00:27:28.748Z Compiling synstructure v0.13.2
18602026-06-25T00:27:28.751Z Compiling serde_derive_internals v0.29.1
18612026-06-25T00:27:28.806Z Compiling slab v0.4.12
18622026-06-25T00:27:28.952Z Compiling plain v0.2.3
18632026-06-25T00:27:29.013Z Compiling pest_meta v2.8.6
18642026-06-25T00:27:29.078Z Compiling crc32fast v1.5.0
18652026-06-25T00:27:29.094Z Compiling time-core v0.1.8
18662026-06-25T00:27:29.110Z Compiling base64 v0.22.1
18672026-06-25T00:27:29.141Z Compiling crossbeam-utils v0.8.21
18682026-06-25T00:27:29.309Z Compiling num-conv v0.2.0
18692026-06-25T00:27:29.313Z Compiling openssl v0.10.79
18702026-06-25T00:27:29.404Z Compiling pretty-hex v0.4.1
18712026-06-25T00:27:29.421Z Compiling time-macros v0.2.27
18722026-06-25T00:27:29.437Z Compiling regex-automata v0.4.14
18732026-06-25T00:27:29.572Z Compiling anyhow v1.0.102
18742026-06-25T00:27:29.587Z Compiling native-tls v0.2.18
18752026-06-25T00:27:29.604Z Compiling base64ct v1.8.3
18762026-06-25T00:27:29.621Z Compiling pest_generator v2.8.6
18772026-06-25T00:27:29.649Z Compiling darling_core v0.21.3
18782026-06-25T00:27:29.701Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18792026-06-25T00:27:29.901Z Compiling pem-rfc7468 v0.7.0
18802026-06-25T00:27:29.919Z Compiling flagset v0.4.7
18812026-06-25T00:27:29.937Z Compiling rand_core v0.9.5
18822026-06-25T00:27:29.970Z Compiling serde_derive v1.0.228
18832026-06-25T00:27:29.995Z Compiling zeroize_derive v1.4.3
18842026-06-25T00:27:30.062Z Compiling zerofrom-derive v0.1.6
18852026-06-25T00:27:30.078Z Compiling yoke-derive v0.8.1
18862026-06-25T00:27:30.096Z Compiling zerovec-derive v0.11.2
18872026-06-25T00:27:30.111Z Compiling displaydoc v0.2.5
18882026-06-25T00:27:30.167Z Compiling zerocopy-derive v0.8.40
18892026-06-25T00:27:30.191Z Compiling tokio-macros v2.7.0
18902026-06-25T00:27:30.275Z Compiling futures-macro v0.3.32
18912026-06-25T00:27:30.290Z Compiling thiserror-impl v2.0.18
18922026-06-25T00:27:30.424Z Compiling schemars_derive v0.8.22
18932026-06-25T00:27:30.622Z Compiling zeroize v1.8.2
18942026-06-25T00:27:30.913Z Compiling tracing-attributes v0.1.31
18952026-06-25T00:27:31.068Z Compiling der_derive v0.7.3
18962026-06-25T00:27:31.091Z Compiling thiserror-impl v1.0.69
18972026-06-25T00:27:31.155Z Compiling pest_derive v2.8.6
18982026-06-25T00:27:31.206Z Compiling zerofrom v0.1.6
18992026-06-25T00:27:31.356Z Compiling yoke v0.8.1
19002026-06-25T00:27:31.483Z Compiling crypto-common v0.1.7
19012026-06-25T00:27:31.529Z Compiling zerovec v0.11.5
19022026-06-25T00:27:31.575Z Compiling zerotrie v0.2.3
19032026-06-25T00:27:31.664Z Compiling block-buffer v0.10.4
19042026-06-25T00:27:31.770Z Compiling futures-util v0.3.32
19052026-06-25T00:27:31.834Z Compiling digest v0.10.7
19062026-06-25T00:27:32.037Z Compiling hmac v0.12.1
19072026-06-25T00:27:32.083Z Compiling tinystr v0.8.2
19082026-06-25T00:27:32.094Z Compiling potential_utf v0.1.4
19092026-06-25T00:27:32.220Z Compiling block-padding v0.3.3
19102026-06-25T00:27:32.226Z Compiling sha2 v0.10.9
19112026-06-25T00:27:32.301Z Compiling icu_locale_core v2.1.1
19122026-06-25T00:27:32.304Z Compiling icu_collections v2.1.1
19132026-06-25T00:27:32.350Z Compiling inout v0.1.4
19142026-06-25T00:27:32.381Z Compiling rustls-pki-types v1.14.0
19152026-06-25T00:27:32.396Z Compiling scroll_derive v0.13.1
19162026-06-25T00:27:32.550Z Compiling cipher v0.4.4
19172026-06-25T00:27:32.581Z Compiling scroll_derive v0.12.1
19182026-06-25T00:27:32.907Z Compiling openssl-macros v0.1.1
19192026-06-25T00:27:32.995Z Compiling icu_provider v2.1.1
19202026-06-25T00:27:33.174Z Compiling bytes v1.11.1
19212026-06-25T00:27:33.229Z Compiling chrono v0.4.44
19222026-06-25T00:27:33.329Z Compiling icu_normalizer v2.1.1
19232026-06-25T00:27:33.343Z Compiling icu_properties v2.1.2
19242026-06-25T00:27:33.358Z Compiling serde_tokenstream v0.2.3
19252026-06-25T00:27:33.434Z Compiling der v0.7.10
19262026-06-25T00:27:33.700Z Compiling darling_macro v0.21.3
19272026-06-25T00:27:33.871Z Compiling tokio v1.52.1
19282026-06-25T00:27:34.061Z Compiling http v1.4.0
19292026-06-25T00:27:34.194Z Compiling regex v1.12.3
19302026-06-25T00:27:34.384Z Compiling idna_adapter v1.2.1
19312026-06-25T00:27:34.571Z Compiling idna v1.1.0
19322026-06-25T00:27:34.605Z Compiling ppv-lite86 v0.2.21
19332026-06-25T00:27:34.660Z Compiling zerocopy-derive v0.7.35
19342026-06-25T00:27:34.807Z Compiling tracing-core v0.1.36
19352026-06-25T00:27:34.838Z Compiling slog v2.8.2
19362026-06-25T00:27:34.934Z Compiling url v2.5.8
19372026-06-25T00:27:35.210Z Compiling untrusted v0.9.0
19382026-06-25T00:27:35.321Z Compiling tracing v0.1.44
19392026-06-25T00:27:35.803Z Compiling spki v0.7.3
19402026-06-25T00:27:35.868Z Compiling darling v0.21.3
19412026-06-25T00:27:35.967Z Compiling salsa20 v0.10.2
19422026-06-25T00:27:35.981Z Compiling pbkdf2 v0.12.2
19432026-06-25T00:27:36.465Z Compiling cookie v0.18.1
19442026-06-25T00:27:36.521Z Compiling camino v1.2.2
19452026-06-25T00:27:36.765Z Compiling scrypt v0.11.0
19462026-06-25T00:27:36.828Z Compiling rand_chacha v0.9.0
19472026-06-25T00:27:36.854Z Compiling http-body v1.0.1
19482026-06-25T00:27:36.872Z Compiling aes v0.8.4
19492026-06-25T00:27:36.978Z Compiling cbc v0.1.2
19502026-06-25T00:27:37.028Z Compiling usdt-impl v0.5.0
19512026-06-25T00:27:37.053Z Compiling either v1.15.0
19522026-06-25T00:27:37.136Z Compiling fastrand v2.3.0
19532026-06-25T00:27:37.204Z Compiling untrusted v0.7.1
19542026-06-25T00:27:37.220Z Compiling tinyvec_macros v0.1.1
19552026-06-25T00:27:37.220Z Compiling ref-cast v1.0.25
19562026-06-25T00:27:37.263Z Compiling unicode-segmentation v1.12.0
19572026-06-25T00:27:37.280Z Compiling openssl-probe v0.2.1
19582026-06-25T00:27:37.280Z Compiling usdt-impl v0.6.0
19592026-06-25T00:27:37.349Z Compiling paste v1.0.15
19602026-06-25T00:27:37.365Z Compiling winnow v0.7.14
19612026-06-25T00:27:37.467Z Compiling tinyvec v1.10.0
19622026-06-25T00:27:37.477Z Compiling pkcs5 v0.7.1
19632026-06-25T00:27:37.534Z Compiling rand v0.9.2
19642026-06-25T00:27:37.688Z Compiling toml_datetime v0.6.11
19652026-06-25T00:27:37.824Z Compiling tokio-util v0.7.18
19662026-06-25T00:27:37.840Z Compiling serde_spanned v0.6.9
19672026-06-25T00:27:37.861Z Compiling scroll v0.12.0
19682026-06-25T00:27:37.943Z Compiling scroll v0.13.0
19692026-06-25T00:27:37.957Z Compiling async-trait v0.1.89
19702026-06-25T00:27:38.002Z Compiling heapless v0.7.17
19712026-06-25T00:27:38.234Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-06-25T00:27:38.271Z Compiling tower-layer v0.3.3
19732026-06-25T00:27:38.286Z Compiling signal-hook v0.3.18
19742026-06-25T00:27:38.372Z Compiling zstd-safe v7.2.4
19752026-06-25T00:27:38.457Z Compiling rustix v0.38.44
19762026-06-25T00:27:38.491Z Compiling atomic-waker v1.1.2
19772026-06-25T00:27:38.597Z Compiling tower-service v0.3.3
19782026-06-25T00:27:38.712Z Compiling try-lock v0.2.5
19792026-06-25T00:27:38.829Z Compiling h2 v0.4.13
19802026-06-25T00:27:38.851Z Compiling want v0.3.1
19812026-06-25T00:27:38.879Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-06-25T00:27:38.882Z Compiling goblin v0.10.5
19832026-06-25T00:27:39.023Z Compiling goblin v0.8.2
19842026-06-25T00:27:39.128Z Compiling pkcs8 v0.10.2
19852026-06-25T00:27:39.384Z Compiling heck v0.4.1
19862026-06-25T00:27:39.400Z Compiling zerocopy v0.7.35
19872026-06-25T00:27:39.444Z Compiling ipnet v2.11.0
19882026-06-25T00:27:39.624Z Compiling ref-cast-impl v1.0.25
19892026-06-25T00:27:39.639Z Compiling darling_core v0.20.11
19902026-06-25T00:27:39.707Z Compiling curve25519-dalek v4.1.3
19912026-06-25T00:27:39.930Z Compiling memoffset v0.9.1
19922026-06-25T00:27:39.978Z Compiling foreign-types-shared v0.1.1
19932026-06-25T00:27:40.084Z Compiling litrs v1.0.0
19942026-06-25T00:27:40.142Z Compiling winnow v0.5.40
19952026-06-25T00:27:40.325Z Compiling pin-utils v0.1.0
19962026-06-25T00:27:40.451Z Compiling utf8parse v0.2.2
19972026-06-25T00:27:40.569Z Compiling httpdate v1.0.3
19982026-06-25T00:27:40.651Z Compiling tempfile v3.25.0
19992026-06-25T00:27:40.670Z Compiling document-features v0.2.12
20002026-06-25T00:27:40.795Z Compiling foreign-types v0.3.2
20012026-06-25T00:27:41.211Z Compiling unicode-normalization v0.1.25
20022026-06-25T00:27:41.236Z Compiling dof v0.3.0
20032026-06-25T00:27:41.507Z Compiling toml_edit v0.19.15
20042026-06-25T00:27:41.577Z Compiling darling_macro v0.20.11
20052026-06-25T00:27:41.685Z Compiling dof v0.4.0
20062026-06-25T00:27:41.814Z Compiling dtrace-parser v0.2.0
20072026-06-25T00:27:41.868Z Compiling hyper v1.8.1
20082026-06-25T00:27:42.121Z Compiling dtrace-parser v0.3.0
20092026-06-25T00:27:42.359Z Compiling pin-project-internal v1.1.11
20102026-06-25T00:27:42.420Z Compiling daft-derive v0.1.7
20112026-06-25T00:27:42.612Z Compiling spin v0.9.8
20122026-06-25T00:27:42.618Z Compiling thread-id v5.1.0
20132026-06-25T00:27:42.684Z Compiling socket2 v0.5.10
20142026-06-25T00:27:42.700Z Compiling thread-id v4.2.2
20152026-06-25T00:27:42.719Z Compiling powerfmt v0.2.0
20162026-06-25T00:27:42.736Z Compiling smoltcp v0.9.1
20172026-06-25T00:27:42.750Z Compiling num-bigint-dig v0.8.6
20182026-06-25T00:27:42.803Z Compiling cfg_aliases v0.2.1
20192026-06-25T00:27:42.892Z Compiling anstyle v1.0.14
20202026-06-25T00:27:43.001Z Compiling hyper-util v0.1.20
20212026-06-25T00:27:43.062Z Compiling nix v0.31.2
20222026-06-25T00:27:43.077Z Compiling deranged v0.5.8
20232026-06-25T00:27:43.393Z Compiling darling v0.20.11
20242026-06-25T00:27:43.497Z Compiling rustls-native-certs v0.8.3
20252026-06-25T00:27:43.623Z Compiling ipnetwork v0.21.1
20262026-06-25T00:27:43.768Z Compiling strum_macros v0.26.4
20272026-06-25T00:27:43.798Z Compiling curve25519-dalek-derive v0.1.1
20282026-06-25T00:27:43.885Z Compiling sync_wrapper v1.0.2
20292026-06-25T00:27:43.930Z Compiling wait-timeout v0.2.1
20302026-06-25T00:27:44.180Z Compiling siphasher v1.0.2
20312026-06-25T00:27:44.201Z Compiling simd-adler32 v0.3.8
20322026-06-25T00:27:44.213Z Compiling colorchoice v1.0.4
20332026-06-25T00:27:44.392Z Compiling anstyle-query v1.1.5
20342026-06-25T00:27:44.513Z Compiling is_terminal_polyfill v1.70.2
20352026-06-25T00:27:44.528Z Compiling bit-vec v0.8.0
20362026-06-25T00:27:44.621Z Compiling num_threads v0.1.7
20372026-06-25T00:27:44.672Z Compiling quick-error v1.2.3
20382026-06-25T00:27:44.745Z Compiling bit-set v0.8.0
20392026-06-25T00:27:44.761Z Compiling rusty-fork v0.3.1
20402026-06-25T00:27:44.798Z Compiling time v0.3.47
20412026-06-25T00:27:45.065Z Compiling tower v0.5.3
20422026-06-25T00:27:45.258Z Compiling derive_builder_core v0.20.2
20432026-06-25T00:27:45.288Z Compiling snafu-derive v0.8.9
20442026-06-25T00:27:45.384Z Compiling http-body-util v0.1.3
20452026-06-25T00:27:45.578Z Compiling webpki-roots v1.0.6
20462026-06-25T00:27:45.709Z Compiling signature v2.2.0
20472026-06-25T00:27:45.927Z Compiling hubpack_derive v0.1.1
20482026-06-25T00:27:45.966Z Compiling rand_xorshift v0.4.0
20492026-06-25T00:27:46.055Z Compiling strum_macros v0.27.2
20502026-06-25T00:27:46.132Z Compiling fs-err v3.3.0
20512026-06-25T00:27:46.167Z Compiling ahash v0.8.12
20522026-06-25T00:27:46.242Z Compiling adler2 v2.0.1
20532026-06-25T00:27:46.319Z Compiling unicode-properties v0.1.4
20542026-06-25T00:27:46.416Z Compiling unicode-bidi v0.3.18
20552026-06-25T00:27:46.500Z Compiling allocator-api2 v0.2.21
20562026-06-25T00:27:46.514Z Compiling object v0.37.3
20572026-06-25T00:27:46.530Z Compiling iri-string v0.7.10
20582026-06-25T00:27:46.788Z Compiling ryu v1.0.23
20592026-06-25T00:27:46.810Z Compiling unarray v0.1.4
20602026-06-25T00:27:46.840Z Compiling stringprep v0.1.5
20612026-06-25T00:27:46.932Z Compiling serde_urlencoded v0.7.1
20622026-06-25T00:27:46.942Z Compiling proptest v1.10.0
20632026-06-25T00:27:47.105Z Compiling miniz_oxide v0.8.9
20642026-06-25T00:27:47.396Z Compiling derive_builder_macro v0.20.2
20652026-06-25T00:27:47.496Z Compiling tokio-native-tls v0.3.1
20662026-06-25T00:27:47.693Z Compiling tower-http v0.6.8
20672026-06-25T00:27:47.752Z Compiling usdt-attr-macro v0.6.0
20682026-06-25T00:27:47.843Z Compiling usdt-macro v0.6.0
20692026-06-25T00:27:47.913Z Compiling anstyle-parse v1.0.0
20702026-06-25T00:27:48.341Z Compiling rand_chacha v0.3.1
20712026-06-25T00:27:48.361Z Compiling erased-serde v0.3.31
20722026-06-25T00:27:48.504Z Compiling md-5 v0.10.6
20732026-06-25T00:27:48.527Z Compiling bstr v1.12.1
20742026-06-25T00:27:48.613Z Compiling num-integer v0.1.46
20752026-06-25T00:27:48.630Z Compiling hash32 v0.2.1
20762026-06-25T00:27:48.726Z Compiling vergen-lib v9.1.0
20772026-06-25T00:27:48.786Z Compiling ff v0.13.1
20782026-06-25T00:27:48.837Z Compiling encoding_rs v0.8.35
20792026-06-25T00:27:48.870Z Compiling mime v0.3.17
20802026-06-25T00:27:48.886Z Compiling psl-types v2.0.11
20812026-06-25T00:27:48.974Z Compiling fallible-iterator v0.2.0
20822026-06-25T00:27:48.998Z Compiling zlib-rs v0.6.2
20832026-06-25T00:27:49.052Z Compiling base16ct v0.2.0
20842026-06-25T00:27:49.145Z Compiling publicsuffix v2.3.0
20852026-06-25T00:27:49.217Z Compiling sec1 v0.7.3
20862026-06-25T00:27:49.256Z Compiling newtype-uuid v1.3.2
20872026-06-25T00:27:49.272Z Compiling postgres-protocol v0.6.10
20882026-06-25T00:27:49.306Z Compiling group v0.13.0
20892026-06-25T00:27:49.448Z Compiling num-iter v0.1.45
20902026-06-25T00:27:49.618Z Compiling rand v0.8.6
20912026-06-25T00:27:50.168Z Compiling oxnet v0.1.6
20922026-06-25T00:27:50.186Z Compiling anstream v1.0.0
20932026-06-25T00:27:50.189Z Compiling derive_builder v0.20.2
20942026-06-25T00:27:50.218Z Compiling hyper-tls v0.6.0
20952026-06-25T00:27:50.255Z Compiling phf_shared v0.13.1
20962026-06-25T00:27:50.349Z Compiling pin-project v1.1.11
20972026-06-25T00:27:50.414Z Compiling lazy_static v1.5.0
20982026-06-25T00:27:50.461Z Compiling anstyle-parse v0.2.7
20992026-06-25T00:27:50.585Z Compiling terminal_size v0.4.3
21002026-06-25T00:27:50.597Z Compiling serde_with_macros v3.17.0
21012026-06-25T00:27:50.615Z Compiling futures-executor v0.3.32
21022026-06-25T00:27:50.647Z Compiling hex v0.4.3
21032026-06-25T00:27:50.777Z Compiling hkdf v0.12.4
21042026-06-25T00:27:50.844Z Compiling crypto-bigint v0.5.5
21052026-06-25T00:27:50.860Z Compiling serde_repr v0.1.20
21062026-06-25T00:27:50.882Z Compiling enum-as-inner v0.6.1
21072026-06-25T00:27:50.885Z Compiling async-recursion v1.1.1
21082026-06-25T00:27:50.937Z Compiling clap_derive v4.6.1
21092026-06-25T00:27:50.973Z Compiling vergen v9.1.0
21102026-06-25T00:27:51.012Z Compiling cargo-platform v0.3.2
21112026-06-25T00:27:51.066Z Compiling flate2 v1.1.9
21122026-06-25T00:27:51.285Z Compiling bumpalo v3.20.2
21132026-06-25T00:27:51.309Z Compiling bitflags v1.3.2
21142026-06-25T00:27:51.418Z Compiling foldhash v0.1.5
21152026-06-25T00:27:51.421Z Compiling managed v0.8.0
21162026-06-25T00:27:51.564Z Compiling same-file v1.0.6
21172026-06-25T00:27:51.601Z Compiling libbz2-rs-sys v0.2.2
21182026-06-25T00:27:51.629Z Compiling clap_lex v1.0.0
21192026-06-25T00:27:51.734Z Compiling foldhash v0.2.0
21202026-06-25T00:27:51.801Z Compiling clap_builder v4.6.0
21212026-06-25T00:27:51.879Z Compiling elliptic-curve v0.13.8
21222026-06-25T00:27:51.922Z Compiling hashbrown v0.16.1
21232026-06-25T00:27:51.961Z Compiling walkdir v2.5.0
21242026-06-25T00:27:52.104Z Compiling bzip2 v0.6.1
21252026-06-25T00:27:52.189Z Compiling hashbrown v0.15.5
21262026-06-25T00:27:52.254Z Compiling zopfli v0.8.3
21272026-06-25T00:27:52.322Z Compiling cargo_metadata v0.23.1
21282026-06-25T00:27:52.553Z Compiling futures v0.3.32
21292026-06-25T00:27:52.645Z Compiling zstd v0.13.3
21302026-06-25T00:27:52.975Z Compiling anstream v0.6.21
21312026-06-25T00:27:53.204Z Compiling phf v0.13.1
21322026-06-25T00:27:53.250Z Compiling daft v0.1.7
21332026-06-25T00:27:53.383Z Compiling snafu v0.8.9
21342026-06-25T00:27:53.553Z Compiling signal-hook-mio v0.2.5
21352026-06-25T00:27:53.730Z Compiling cookie_store v0.22.1
21362026-06-25T00:27:53.792Z Compiling postgres-types v0.2.12
21372026-06-25T00:27:53.876Z Compiling bzip2 v0.4.4
21382026-06-25T00:27:53.891Z Compiling globset v0.4.18
21392026-06-25T00:27:54.050Z Compiling strum v0.27.2
21402026-06-25T00:27:54.141Z Compiling hubpack v0.1.2
21412026-06-25T00:27:54.178Z Compiling ed25519 v2.2.3
21422026-06-25T00:27:54.207Z Compiling phf_shared v0.11.3
21432026-06-25T00:27:54.290Z Compiling crossbeam-epoch v0.9.18
21442026-06-25T00:27:54.323Z Compiling olpc-cjson v0.1.4
21452026-06-25T00:27:54.323Z Compiling pkcs1 v0.7.5
21462026-06-25T00:27:54.380Z Compiling pem v3.0.6
21472026-06-25T00:27:54.431Z Compiling serde-big-array v0.5.1
21482026-06-25T00:27:54.483Z Compiling serde_plain v1.0.2
21492026-06-25T00:27:54.588Z Compiling rfc6979 v0.4.0
21502026-06-25T00:27:54.604Z Compiling float-cmp v0.10.0
21512026-06-25T00:27:54.705Z Compiling memmap2 v0.9.10
21522026-06-25T00:27:54.709Z Compiling env_filter v1.0.0
21532026-06-25T00:27:54.735Z Compiling data-encoding v2.10.0
21542026-06-25T00:27:54.750Z Compiling precomputed-hash v0.1.1
21552026-06-25T00:27:54.784Z Compiling whoami v2.1.0
21562026-06-25T00:27:54.849Z Compiling typed-path v0.9.3
21572026-06-25T00:27:54.882Z Compiling static_assertions v1.1.0
21582026-06-25T00:27:54.940Z Compiling jiff v0.2.21
21592026-06-25T00:27:54.956Z Compiling fixedbitset v0.5.7
21602026-06-25T00:27:54.974Z Compiling new_debug_unreachable v1.0.6
21612026-06-25T00:27:55.008Z Compiling predicates-core v1.0.10
21622026-06-25T00:27:55.061Z Compiling keccak v0.1.6
21632026-06-25T00:27:55.121Z Compiling fixedbitset v0.4.2
21642026-06-25T00:27:55.148Z Compiling difflib v0.4.0
21652026-06-25T00:27:55.195Z Compiling normalize-line-endings v0.3.0
21662026-06-25T00:27:55.215Z Compiling toml_write v0.1.2
21672026-06-25T00:27:55.271Z Compiling sha3 v0.10.8
21682026-06-25T00:27:55.289Z Compiling petgraph v0.6.5
21692026-06-25T00:27:55.292Z Compiling petgraph v0.8.3
21702026-06-25T00:27:55.350Z Compiling string_cache v0.8.9
21712026-06-25T00:27:55.428Z Compiling predicates v3.1.4
21722026-06-25T00:27:55.555Z Compiling toml_edit v0.22.27
21732026-06-25T00:27:55.592Z Compiling hickory-proto v0.25.2
21742026-06-25T00:27:55.611Z Compiling tokio-postgres v0.7.16
21752026-06-25T00:27:55.780Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21762026-06-25T00:27:55.932Z Compiling env_logger v0.11.9
21772026-06-25T00:27:56.034Z Compiling usdt v0.6.0
21782026-06-25T00:27:56.300Z Compiling ecdsa v0.16.9
21792026-06-25T00:27:56.431Z Compiling rsa v0.9.10
21802026-06-25T00:27:56.802Z Compiling ed25519-dalek v2.2.0
21812026-06-25T00:27:57.365Z Compiling zip v0.6.6
21822026-06-25T00:27:57.483Z Compiling zip v4.6.1
21832026-06-25T00:27:57.874Z Compiling crossterm v0.28.1
21842026-06-25T00:27:57.928Z Compiling iddqd v0.4.2
21852026-06-25T00:27:58.057Z Compiling clap v4.6.1
21862026-06-25T00:27:58.163Z Compiling serde_with v3.17.0
21872026-06-25T00:27:58.406Z Compiling similar v2.7.0
21882026-06-25T00:27:58.476Z Compiling strum v0.26.3
21892026-06-25T00:27:58.543Z Compiling toml v0.7.8
21902026-06-25T00:27:58.634Z Compiling tokio-stream v0.1.18
21912026-06-25T00:27:58.649Z Compiling buf-list v1.1.2
21922026-06-25T00:27:58.976Z Compiling itertools v0.13.0
21932026-06-25T00:27:59.052Z Compiling x509-cert v0.2.5
21942026-06-25T00:27:59.127Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-06-25T00:27:59.146Z Compiling openapiv3 v2.2.0
21962026-06-25T00:27:59.432Z Compiling sha1 v0.10.6
21972026-06-25T00:27:59.884Z Compiling lalrpop-util v0.19.12
21982026-06-25T00:27:59.930Z Compiling peg-runtime v0.8.5
21992026-06-25T00:28:14.313Z Compiling rustls-webpki v0.103.9
22002026-06-25T00:28:16.078Z Compiling macaddr v1.0.1
22012026-06-25T00:28:16.108Z Compiling structmeta-derive v0.3.0
22022026-06-25T00:28:16.140Z Compiling crucible-workspace-hack v0.1.0
22032026-06-25T00:28:16.245Z Compiling rayon-core v1.13.0
22042026-06-25T00:28:16.366Z Compiling itertools v0.14.0
22052026-06-25T00:28:16.383Z Compiling secrecy v0.10.3
22062026-06-25T00:28:16.428Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-25T00:28:16.480Z Compiling heapless v0.8.0
22082026-06-25T00:28:16.514Z Compiling toml_datetime v0.7.5+spec-1.1.0
22092026-06-25T00:28:16.568Z Compiling rustls v0.22.4
22102026-06-25T00:28:16.766Z Compiling toml_edit v0.23.10+spec-1.0.0
22112026-06-25T00:28:16.853Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-06-25T00:28:16.908Z Compiling crossbeam-deque v0.8.6
22132026-06-25T00:28:16.987Z Compiling rustls-webpki v0.102.8
22142026-06-25T00:28:17.005Z Compiling hash32 v0.3.1
22152026-06-25T00:28:17.027Z Compiling multer v3.1.0
22162026-06-25T00:28:17.091Z Compiling thread_local v1.1.9
22172026-06-25T00:28:17.118Z Compiling match_cfg v0.1.0
22182026-06-25T00:28:17.135Z Compiling structmeta v0.3.0
22192026-06-25T00:28:17.159Z Compiling cpufeatures v0.3.0
22202026-06-25T00:28:17.195Z Compiling smoltcp v0.11.0
22212026-06-25T00:28:17.210Z Compiling compression-core v0.4.31
22222026-06-25T00:28:17.250Z Compiling unicode-width v0.2.0
22232026-06-25T00:28:17.265Z Compiling slog-async v2.8.0
22242026-06-25T00:28:17.367Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22252026-06-25T00:28:17.408Z Compiling derive-ex v0.1.8
22262026-06-25T00:28:17.577Z Compiling compression-codecs v0.4.37
22272026-06-25T00:28:17.594Z Compiling proc-macro-crate v3.4.0
22282026-06-25T00:28:17.630Z Compiling hostname v0.3.1
22292026-06-25T00:28:17.663Z Compiling ingot-macros v0.1.1
22302026-06-25T00:28:17.709Z Compiling atomicwrites v0.4.4
22312026-06-25T00:28:17.832Z Compiling slog-json v2.6.1
22322026-06-25T00:28:17.961Z Compiling crossbeam-channel v0.5.15
22332026-06-25T00:28:18.013Z Compiling half v2.7.1
22342026-06-25T00:28:18.038Z Compiling newtype-uuid-macros v0.1.0
22352026-06-25T00:28:18.106Z Compiling tokio-rustls v0.26.4
22362026-06-25T00:28:18.201Z Compiling rustls-platform-verifier v0.6.2
22372026-06-25T00:28:18.388Z Compiling hyper-rustls v0.27.7
22382026-06-25T00:28:18.406Z Compiling cobs v0.3.0
22392026-06-25T00:28:18.425Z Compiling thiserror-impl-no-std v2.0.2
22402026-06-25T00:28:18.659Z Compiling reqwest v0.12.28
22412026-06-25T00:28:18.769Z Compiling reqwest v0.13.2
22422026-06-25T00:28:18.775Z Compiling universal-hash v0.5.1
22432026-06-25T00:28:18.783Z Compiling async-stream-impl v0.3.6
22442026-06-25T00:28:18.860Z Compiling serde_spanned v1.0.4
22452026-06-25T00:28:18.932Z Compiling toml_datetime v1.0.0+spec-1.1.0
22462026-06-25T00:28:18.948Z Compiling is-terminal v0.4.17
22472026-06-25T00:28:19.029Z Compiling proc-macro-error-attr v1.0.4
22482026-06-25T00:28:19.068Z Compiling dropshot v0.17.0
22492026-06-25T00:28:19.232Z Compiling opaque-debug v0.3.1
22502026-06-25T00:28:19.248Z Compiling take_mut v0.2.2
22512026-06-25T00:28:19.288Z Compiling term v1.2.1
22522026-06-25T00:28:19.328Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22532026-06-25T00:28:19.376Z Compiling ciborium-io v0.2.2
22542026-06-25T00:28:19.392Z Compiling toml_writer v1.0.6+spec-1.1.0
22552026-06-25T00:28:19.396Z Compiling convert_case v0.4.0
22562026-06-25T00:28:19.430Z Compiling async-stream v0.3.6
22572026-06-25T00:28:19.471Z Compiling thiserror-no-std v2.0.2
22582026-06-25T00:28:19.517Z Compiling ciborium-ll v0.2.2
22592026-06-25T00:28:19.588Z Compiling tokio-rustls v0.25.0
22602026-06-25T00:28:19.658Z Compiling slog-term v2.9.2
22612026-06-25T00:28:19.703Z Compiling toml v1.0.6+spec-1.1.0
22622026-06-25T00:28:19.745Z Compiling poly1305 v0.8.0
22632026-06-25T00:28:19.759Z Compiling derive_more v0.99.20
22642026-06-25T00:28:19.874Z Compiling test-strategy v0.4.5
22652026-06-25T00:28:19.917Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662026-06-25T00:28:20.289Z Compiling tough v0.22.0
22672026-06-25T00:28:20.404Z Compiling ingot-types v0.1.2
22682026-06-25T00:28:20.856Z Compiling ingot v0.1.1
22692026-06-25T00:28:20.878Z Compiling postcard v1.1.3
22702026-06-25T00:28:21.109Z Compiling num_enum_derive v0.7.6
22712026-06-25T00:28:21.167Z Compiling slog-bunyan v2.5.0
22722026-06-25T00:28:21.288Z Compiling async-compression v0.4.41
22732026-06-25T00:28:21.552Z Compiling parse-display-derive v0.10.0
22742026-06-25T00:28:21.680Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22752026-06-25T00:28:21.766Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-06-25T00:28:21.948Z Compiling proc-macro-crate v1.3.1
22772026-06-25T00:28:22.041Z Compiling waitgroup v0.1.2
22782026-06-25T00:28:22.059Z Compiling backon v1.6.0
22792026-06-25T00:28:22.077Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22802026-06-25T00:28:22.080Z Compiling password-hash v0.5.0
22812026-06-25T00:28:22.225Z Compiling dropshot_endpoint v0.17.0
22822026-06-25T00:28:22.306Z Compiling chacha20 v0.9.1
22832026-06-25T00:28:22.334Z Compiling rustls-pemfile v2.2.0
22842026-06-25T00:28:22.585Z Compiling blake2 v0.10.6
22852026-06-25T00:28:22.600Z Compiling aead v0.5.2
22862026-06-25T00:28:22.635Z Compiling foreign-types-macros v0.2.3
22872026-06-25T00:28:22.853Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22882026-06-25T00:28:23.021Z Compiling serde_path_to_error v0.1.20
22892026-06-25T00:28:23.057Z Compiling hostname v0.4.2
22902026-06-25T00:28:23.092Z Compiling proc-macro-error v1.0.4
22912026-06-25T00:28:23.107Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22922026-06-25T00:28:23.195Z Compiling instant v0.1.13
22932026-06-25T00:28:23.247Z Compiling typeid v1.0.3
22942026-06-25T00:28:23.262Z Compiling foreign-types-shared v0.3.1
22952026-06-25T00:28:23.314Z Compiling debug-ignore v1.0.5
22962026-06-25T00:28:23.330Z Compiling backoff v0.4.0
22972026-06-25T00:28:23.380Z Compiling foreign-types v0.5.0
22982026-06-25T00:28:23.461Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22992026-06-25T00:28:23.461Z Compiling parse-display v0.10.0
23002026-06-25T00:28:23.472Z Compiling argon2 v0.5.3
23012026-06-25T00:28:23.486Z Compiling chacha20poly1305 v0.10.1
23022026-06-25T00:28:23.490Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23032026-06-25T00:28:23.576Z Compiling num_enum_derive v0.5.11
23042026-06-25T00:28:23.592Z Compiling num_enum v0.7.6
23052026-06-25T00:28:23.665Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23062026-06-25T00:28:23.751Z Compiling ciborium v0.2.2
23072026-06-25T00:28:23.857Z Compiling vsss-rs v3.3.4
23082026-06-25T00:28:23.875Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23092026-06-25T00:28:24.063Z Compiling tabwriter v1.4.1
23102026-06-25T00:28:24.137Z Compiling chacha20 v0.10.0
23112026-06-25T00:28:24.210Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23122026-06-25T00:28:24.230Z Compiling regress v0.10.5
23132026-06-25T00:28:24.445Z Compiling byte-wrapper v0.1.0
23142026-06-25T00:28:24.491Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23152026-06-25T00:28:24.520Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-25T00:28:24.544Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23172026-06-25T00:28:24.661Z Compiling cstr-argument v0.1.2
23182026-06-25T00:28:24.676Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23192026-06-25T00:28:24.809Z Compiling humantime v2.3.0
23202026-06-25T00:28:24.860Z Compiling erased-serde v0.4.9
23212026-06-25T00:28:24.919Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222026-06-25T00:28:24.973Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23232026-06-25T00:28:25.125Z Compiling num_enum v0.5.11
23242026-06-25T00:28:25.201Z Compiling rand v0.10.0
23252026-06-25T00:28:25.264Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23262026-06-25T00:28:25.280Z Compiling rayon v1.11.0
23272026-06-25T00:28:25.356Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23282026-06-25T00:28:25.372Z Compiling libefi-sys v0.1.0
23292026-06-25T00:28:25.409Z Compiling indent_write v2.2.0
23302026-06-25T00:28:25.431Z Compiling colored v3.1.1
23312026-06-25T00:28:25.522Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23322026-06-25T00:28:25.537Z Compiling zone_cfg_derive v0.3.1
23332026-06-25T00:28:25.627Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23342026-06-25T00:28:25.660Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-06-25T00:28:25.729Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-25T00:28:25.919Z Compiling camino-tempfile v1.4.1
23372026-06-25T00:28:25.975Z Compiling itertools v0.12.1
23382026-06-25T00:28:26.026Z Compiling usdt-macro v0.5.0
23392026-06-25T00:28:26.129Z Compiling usdt-attr-macro v0.5.0
23402026-06-25T00:28:26.180Z Compiling bitfield-struct v0.6.2
23412026-06-25T00:28:26.207Z Compiling num-derive v0.4.2
23422026-06-25T00:28:26.225Z Compiling blake3 v1.8.5
23432026-06-25T00:28:26.368Z Compiling ordered-float v2.10.1
23442026-06-25T00:28:26.600Z Compiling memmap v0.7.0
23452026-06-25T00:28:26.674Z Compiling sigpipe v0.1.3
23462026-06-25T00:28:26.750Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23472026-06-25T00:28:26.792Z Compiling glob v0.3.3
23482026-06-25T00:28:26.824Z Compiling swrite v0.1.0
23492026-06-25T00:28:26.856Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-06-25T00:28:26.906Z Compiling usdt v0.5.0
23512026-06-25T00:28:27.017Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23522026-06-25T00:28:27.017Z Compiling serde-value v0.7.0
23532026-06-25T00:28:27.126Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23542026-06-25T00:28:27.452Z Compiling zone v0.3.1
23552026-06-25T00:28:27.471Z Compiling serde-untagged v0.1.9
23562026-06-25T00:28:27.537Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23572026-06-25T00:28:27.730Z Compiling toml v0.8.23
23582026-06-25T00:28:27.764Z Compiling smf v0.2.3
23592026-06-25T00:28:27.834Z Compiling filetime v0.2.27
23602026-06-25T00:28:27.850Z Compiling xattr v1.6.1
23612026-06-25T00:28:27.867Z Compiling arrayref v0.3.9
23622026-06-25T00:28:27.870Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-06-25T00:28:27.935Z Compiling arrayvec v0.7.6
23642026-06-25T00:28:27.964Z Compiling unicode-xid v0.2.6
23652026-06-25T00:28:27.981Z Compiling constant_time_eq v0.4.2
23662026-06-25T00:28:28.065Z Compiling whoami v1.6.1
23672026-06-25T00:28:28.082Z Compiling tar v0.4.45
23682026-06-25T00:28:28.101Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-06-25T00:28:28.130Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-06-25T00:28:28.213Z Compiling cargo-util-schemas v0.8.2
23712026-06-25T00:28:28.386Z Compiling tokio-dtrace v0.1.1
23722026-06-25T00:28:28.539Z Compiling console v0.16.2
23732026-06-25T00:28:28.726Z Compiling gethostname v0.5.0
23742026-06-25T00:28:28.769Z Compiling cargo-platform v0.2.0
23752026-06-25T00:28:28.875Z Compiling unit-prefix v0.5.2
23762026-06-25T00:28:28.890Z Compiling topological-sort v0.2.2
23772026-06-25T00:28:28.907Z Compiling oxide-tokio-rt v0.1.4
23782026-06-25T00:28:29.051Z Compiling indicatif v0.18.4
23792026-06-25T00:28:29.068Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23802026-06-25T00:28:29.084Z Compiling shell-words v1.1.1
23812026-06-25T00:28:29.403Z Compiling cargo_metadata v0.21.0
23822026-06-25T00:28:38.935Z Compiling progenitor-client v0.14.0
23832026-06-25T00:28:38.952Z Compiling omicron-zone-package v0.12.2
23842026-06-25T00:28:39.432Z Compiling progenitor-extras v0.2.0
23852026-06-25T00:28:41.628Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-06-25T00:28:41.668Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-06-25T00:28:41.848Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-06-25T00:28:41.885Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-06-25T00:28:41.920Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-06-25T00:28:41.945Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23912026-06-25T00:28:41.971Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-06-25T00:28:42.010Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23932026-06-25T00:28:42.196Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-06-25T00:28:45.755Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-06-25T00:28:53.529Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-06-25T00:28:56.664Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-06-25T00:28:57.668Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-06-25T00:29:07.051Z Finished `release` profile [optimized] target(s) in 1m 43s
23992026-06-25T00:29:07.184Z Running `target/release/omicron-package -t test target create -p dev`
24002026-06-25T00:29:07.245ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-06-25T00:29:07.248ZCreated new build target 'test' and set it as active
24022026-06-25T00:29:07.248Z
24032026-06-25T00:29:07.248Zreal 1:43.656493514
24042026-06-25T00:29:07.248Zuser 16:50.324770811
24052026-06-25T00:29:07.248Zsys 2:44.040458866
24062026-06-25T00:29:07.248Ztrap 0.471798397
24072026-06-25T00:29:07.248Ztflt 2.956300081
24082026-06-25T00:29:07.248Zdflt 4.720812568
24092026-06-25T00:29:07.248Zkflt 0.000299682
24102026-06-25T00:29:07.248Zlock 52:38.205981186
24112026-06-25T00:29:07.248Zslp 43:08.280290136
24122026-06-25T00:29:07.248Zlat 43.922324969
24132026-06-25T00:29:07.249Zstop 5:24.028289451
24142026-06-25T00:29:07.252Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-06-25T00:29:08.060Z Finished `release` profile [optimized] target(s) in 0.80s
24162026-06-25T00:29:08.124Z Running `target/release/omicron-package -t test package`
24172026-06-25T00:29:08.181ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-06-25T00:29:09.530Z Compiling heck v0.5.0
24192026-06-25T00:29:09.535Z Compiling regress v0.11.1
24202026-06-25T00:29:09.744Z Compiling unsafe-libyaml v0.2.11
24212026-06-25T00:29:09.784Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-06-25T00:29:09.813Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24232026-06-25T00:29:09.816Z Compiling unicode-width v0.1.14
24242026-06-25T00:29:09.816Z Compiling atomicwrites v0.4.4
24252026-06-25T00:29:09.855Z Compiling derive-where v1.6.0
24262026-06-25T00:29:09.858Z Compiling bytecount v0.6.9
24272026-06-25T00:29:09.874Z Compiling is-terminal v0.4.17
24282026-06-25T00:29:09.893Z Compiling prettyplease v0.2.37
24292026-06-25T00:29:09.956Z Compiling console v0.15.11
24302026-06-25T00:29:09.959Z Compiling newline-converter v0.3.0
24312026-06-25T00:29:09.959Z Compiling slog-dtrace v0.3.0
24322026-06-25T00:29:09.995Z Compiling owo-colors v4.3.0
24332026-06-25T00:29:10.041Z Compiling resolv-conf v0.7.6
24342026-06-25T00:29:10.065Z Compiling cancel-safe-futures v0.1.5
24352026-06-25T00:29:10.068Z Compiling rustls v0.22.4
24362026-06-25T00:29:10.108Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24372026-06-25T00:29:10.138Z Compiling num-rational v0.4.2
24382026-06-25T00:29:10.162Z Compiling libsw-core v0.3.2
24392026-06-25T00:29:10.205Z Compiling rustls-webpki v0.102.8
24402026-06-25T00:29:10.245Z Compiling num-complex v0.4.6
24412026-06-25T00:29:10.272Z Compiling serde_yaml v0.9.34+deprecated
24422026-06-25T00:29:10.365Z Compiling thread_local v1.1.9
24432026-06-25T00:29:10.387Z Compiling expectorate v1.2.0
24442026-06-25T00:29:10.411Z Compiling match_cfg v0.1.0
24452026-06-25T00:29:10.436Z Compiling compression-core v0.4.31
24462026-06-25T00:29:10.507Z Compiling hostname v0.3.1
24472026-06-25T00:29:10.620Z Compiling compression-codecs v0.4.37
24482026-06-25T00:29:10.642Z Compiling num v0.4.3
24492026-06-25T00:29:10.728Z Compiling libsw v3.5.0
24502026-06-25T00:29:10.749Z Compiling multer v3.1.0
24512026-06-25T00:29:10.820Z Compiling slog-async v2.8.0
24522026-06-25T00:29:10.880Z Compiling crossbeam-channel v0.5.15
24532026-06-25T00:29:10.899Z Compiling slog-json v2.6.1
24542026-06-25T00:29:10.902Z Compiling toml_datetime v1.0.0+spec-1.1.0
24552026-06-25T00:29:10.942Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24562026-06-25T00:29:11.009Z Compiling serde_spanned v1.0.4
24572026-06-25T00:29:11.076Z Compiling take_mut v0.2.2
24582026-06-25T00:29:11.098Z Compiling linked-hash-map v0.5.6
24592026-06-25T00:29:11.125Z Compiling term v1.2.1
24602026-06-25T00:29:11.148Z Compiling float-ord v0.3.2
24612026-06-25T00:29:11.150Z Compiling linear-map v1.2.0
24622026-06-25T00:29:11.189Z Compiling toml_writer v1.0.6+spec-1.1.0
24632026-06-25T00:29:11.219Z Compiling slog-bunyan v2.5.0
24642026-06-25T00:29:11.290Z Compiling typify-impl v0.6.2
24652026-06-25T00:29:11.345Z Compiling lru-cache v0.1.2
24662026-06-25T00:29:11.366Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24672026-06-25T00:29:11.388Z Compiling toml v1.0.6+spec-1.1.0
24682026-06-25T00:29:11.413Z Compiling slog-term v2.9.2
24692026-06-25T00:29:11.437Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24702026-06-25T00:29:11.589Z Compiling async-compression v0.4.41
24712026-06-25T00:29:11.663Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722026-06-25T00:29:11.687Z Compiling dropshot v0.17.0
24732026-06-25T00:29:11.690Z Compiling async-stream v0.3.6
24742026-06-25T00:29:11.755Z Compiling progenitor-client v0.14.0
24752026-06-25T00:29:11.785Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24762026-06-25T00:29:11.826Z Compiling waitgroup v0.1.2
24772026-06-25T00:29:11.904Z Compiling rustls-pemfile v2.2.0
24782026-06-25T00:29:11.928Z Compiling backon v1.6.0
24792026-06-25T00:29:11.947Z Compiling serde_path_to_error v0.1.20
24802026-06-25T00:29:11.994Z Compiling hostname v0.4.2
24812026-06-25T00:29:11.996Z Compiling instant v0.1.13
24822026-06-25T00:29:12.081Z Compiling minimal-lexical v0.2.1
24832026-06-25T00:29:12.123Z Compiling debug-ignore v1.0.5
24842026-06-25T00:29:12.155Z Compiling backoff v0.4.0
24852026-06-25T00:29:12.158Z Compiling progenitor-extras v0.2.0
24862026-06-25T00:29:12.158Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24872026-06-25T00:29:12.260Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24882026-06-25T00:29:12.320Z Compiling nom v7.1.3
24892026-06-25T00:29:12.354Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24902026-06-25T00:29:12.414Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24912026-06-25T00:29:12.445Z Compiling parse-display v0.10.0
24922026-06-25T00:29:12.528Z Compiling tokio-rustls v0.25.0
24932026-06-25T00:29:12.548Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24942026-06-25T00:29:12.657Z Compiling hickory-proto v0.24.4
24952026-06-25T00:29:12.797Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24962026-06-25T00:29:13.186Z Compiling regress v0.10.5
24972026-06-25T00:29:13.535Z Compiling macaddr v1.0.1
24982026-06-25T00:29:13.639Z Compiling humantime v2.3.0
24992026-06-25T00:29:13.698Z Compiling unicode-xid v0.2.6
25002026-06-25T00:29:13.782Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-06-25T00:29:13.881Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-06-25T00:29:13.913Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-06-25T00:29:13.948Z Compiling convert_case v0.10.0
25042026-06-25T00:29:14.058Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25052026-06-25T00:29:14.242Z Compiling toml v0.8.23
25062026-06-25T00:29:14.261Z Compiling derive_more-impl v2.1.1
25072026-06-25T00:29:14.526Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-06-25T00:29:14.691Z Compiling typify-macro v0.6.2
25092026-06-25T00:29:14.778Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-06-25T00:29:14.861Z Compiling papergrid v0.11.0
25112026-06-25T00:29:14.944Z Compiling tabled_derive v0.7.0
25122026-06-25T00:29:15.097Z Compiling termtree v0.5.1
25132026-06-25T00:29:15.136Z Compiling derive_more v2.1.1
25142026-06-25T00:29:15.229Z Compiling hickory-resolver v0.24.4
25152026-06-25T00:29:15.250Z Compiling crossterm v0.29.0
25162026-06-25T00:29:15.295Z Compiling phf_shared v0.12.1
25172026-06-25T00:29:15.557Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25182026-06-25T00:29:15.880Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-06-25T00:29:16.238Z Compiling typify v0.6.2
25202026-06-25T00:29:16.377Z Compiling progenitor-impl v0.14.0
25212026-06-25T00:29:17.160Z Compiling qorb v0.4.1
25222026-06-25T00:29:17.397Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25232026-06-25T00:29:17.611Z Compiling tabled v0.15.0
25242026-06-25T00:29:18.259Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-06-25T00:29:18.489Z Compiling progenitor-macro v0.14.0
25262026-06-25T00:29:18.795Z Compiling csv-core v0.1.13
25272026-06-25T00:29:19.235Z Compiling vte v0.14.1
25282026-06-25T00:29:19.412Z Compiling chrono-tz v0.10.4
25292026-06-25T00:29:19.512Z Compiling highway v1.3.0
25302026-06-25T00:29:19.662Z Compiling strip-ansi-escapes v0.2.1
25312026-06-25T00:29:20.229Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-06-25T00:29:20.249Z Compiling csv v1.4.0
25332026-06-25T00:29:20.394Z Compiling phf v0.12.1
25342026-06-25T00:29:20.479Z Compiling const_format_proc_macros v0.2.34
25352026-06-25T00:29:20.588Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-06-25T00:29:20.797Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372026-06-25T00:29:20.945Z Compiling fd-lock v4.0.4
25382026-06-25T00:29:21.002Z Compiling peg-macros v0.8.5
25392026-06-25T00:29:21.128Z Compiling nu-ansi-term v0.50.3
25402026-06-25T00:29:21.245Z Compiling const_format v0.2.35
25412026-06-25T00:29:21.305Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25422026-06-25T00:29:21.584Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25432026-06-25T00:29:21.668Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25442026-06-25T00:29:22.484Z Compiling progenitor v0.14.0
25452026-06-25T00:29:22.666Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25462026-06-25T00:29:22.688Z Compiling peg v0.8.5
25472026-06-25T00:29:22.793Z Compiling reedline v0.40.0
25482026-06-25T00:29:23.269Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25492026-06-25T00:29:23.488Z Compiling bcs v0.1.6
25502026-06-25T00:29:23.869Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25512026-06-25T00:29:23.929Z Compiling nom v8.0.0
25522026-06-25T00:29:24.605Z Compiling semver v0.1.20
25532026-06-25T00:29:24.905Z Compiling rustc_version v0.1.7
25542026-06-25T00:29:25.167Z Compiling newtype_derive v0.1.6
25552026-06-25T00:29:25.411Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25562026-06-25T00:29:25.493Z Compiling unicode-linebreak v0.1.5
25572026-06-25T00:29:25.589Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25582026-06-25T00:29:25.674Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25592026-06-25T00:29:25.693Z Compiling smawk v0.3.2
25602026-06-25T00:29:25.809Z Compiling base64 v0.21.7
25612026-06-25T00:29:25.848Z Compiling textwrap v0.16.2
25622026-06-25T00:29:25.994Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25632026-06-25T00:29:26.096Z Compiling steno v0.4.1
25642026-06-25T00:29:26.234Z Compiling dropshot-api-manager-types v0.7.2
25652026-06-25T00:29:26.392Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25662026-06-25T00:29:26.654Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-06-25T00:29:26.675Z Compiling tagptr v0.2.0
25682026-06-25T00:29:26.824Z Compiling utf-8 v0.7.6
25692026-06-25T00:29:26.871Z Compiling moka v0.12.13
25702026-06-25T00:29:26.944Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25712026-06-25T00:29:27.057Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-06-25T00:29:27.193Z Compiling tungstenite v0.21.0
25732026-06-25T00:29:27.225Z Compiling radium v0.7.0
25742026-06-25T00:29:27.455Z Compiling display-error-chain v0.2.2
25752026-06-25T00:29:27.634Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25762026-06-25T00:29:27.810Z Compiling maybe-uninit v2.0.0
25772026-06-25T00:29:28.097Z Compiling hickory-resolver v0.25.2
25782026-06-25T00:29:28.141Z Compiling tokio-tungstenite v0.21.0
25792026-06-25T00:29:28.144Z Compiling tap v1.0.1
25802026-06-25T00:29:28.313Z Compiling wyz v0.5.1
25812026-06-25T00:29:28.485Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25822026-06-25T00:29:28.613Z Compiling zerocopy-derive v0.6.6
25832026-06-25T00:29:28.837Z Compiling crc-catalog v2.4.0
25842026-06-25T00:29:28.960Z Compiling packed_struct v0.10.1
25852026-06-25T00:29:29.237Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25862026-06-25T00:29:29.370Z Compiling funty v2.0.0
25872026-06-25T00:29:29.466Z Compiling zerocopy v0.6.6
25882026-06-25T00:29:29.875Z Compiling bitvec v1.0.1
25892026-06-25T00:29:30.406Z Compiling crc v3.4.0
25902026-06-25T00:29:30.559Z Compiling packed_struct_codegen v0.10.1
25912026-06-25T00:29:30.629Z Compiling vergen-lib v0.1.6
25922026-06-25T00:29:30.851Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-06-25T00:29:30.872Z Compiling bitfield-macros v0.19.4
25942026-06-25T00:29:31.389Z Compiling proc-macro-error-attr2 v2.0.0
25952026-06-25T00:29:31.582Z Compiling indexmap v1.9.3
25962026-06-25T00:29:31.603Z Compiling diesel_derives v2.3.7
25972026-06-25T00:29:31.768Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25982026-06-25T00:29:31.824Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25992026-06-25T00:29:31.844Z Compiling nodrop v0.1.14
26002026-06-25T00:29:31.925Z Compiling proc-macro-error2 v2.0.1
26012026-06-25T00:29:31.991Z Compiling array-init v0.0.4
26022026-06-25T00:29:32.272Z Compiling bitfield v0.19.4
26032026-06-25T00:29:32.411Z Compiling smallvec v0.6.14
26042026-06-25T00:29:32.679Z Compiling scheduled-thread-pool v0.2.7
26052026-06-25T00:29:32.771Z Compiling dsl_auto_type v0.2.0
26062026-06-25T00:29:33.031Z Compiling num-derive v0.3.3
26072026-06-25T00:29:33.276Z Compiling vergen-gitcl v1.0.8
26082026-06-25T00:29:33.332Z Compiling diesel_table_macro_syntax v0.3.0
26092026-06-25T00:29:33.492Z Compiling dirs-sys-next v0.1.2
26102026-06-25T00:29:33.513Z Compiling maplit v1.0.2
26112026-06-25T00:29:33.563Z Compiling glob v0.3.3
26122026-06-25T00:29:33.582Z Compiling crunchy v0.2.4
26132026-06-25T00:29:33.628Z Compiling hashbrown v0.12.3
26142026-06-25T00:29:33.761Z Compiling dirs-next v2.0.0
26152026-06-25T00:29:33.926Z Compiling clang-sys v1.8.1
26162026-06-25T00:29:33.950Z Compiling libscf-sys v1.1.0
26172026-06-25T00:29:33.996Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26182026-06-25T00:29:33.999Z Compiling r2d2 v0.8.10
26192026-06-25T00:29:34.150Z Compiling serde-hex v0.1.0
26202026-06-25T00:29:34.332Z Compiling tabled_derive v0.11.0
26212026-06-25T00:29:34.356Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-06-25T00:29:34.537Z Compiling ron v0.8.1
26232026-06-25T00:29:34.567Z Compiling papergrid v0.17.0
26242026-06-25T00:29:34.612Z Compiling testing_table v0.3.0
26252026-06-25T00:29:34.664Z Compiling hashbrown v0.13.2
26262026-06-25T00:29:34.772Z Compiling tiny-keccak v2.0.2
26272026-06-25T00:29:34.993Z Compiling downcast-rs v2.0.2
26282026-06-25T00:29:35.049Z Compiling crc-any v2.5.0
26292026-06-25T00:29:35.294Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-06-25T00:29:35.408Z Compiling object v0.30.4
26312026-06-25T00:29:35.508Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26322026-06-25T00:29:35.665Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26332026-06-25T00:29:35.951Z Compiling tabled v0.20.0
26342026-06-25T00:29:36.305Z Compiling term v0.7.0
26352026-06-25T00:29:36.326Z Compiling progenitor-impl v0.13.0
26362026-06-25T00:29:36.861Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-25T00:29:36.891Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-06-25T00:29:37.098Z Compiling xshell-macros v0.2.7
26392026-06-25T00:29:37.125Z Compiling bit-vec v0.6.3
26402026-06-25T00:29:37.371Z Compiling path-slash v0.1.5
26412026-06-25T00:29:37.403Z Compiling bit-set v0.5.3
26422026-06-25T00:29:37.590Z Compiling xshell v0.2.7
26432026-06-25T00:29:37.611Z Compiling ascii-canvas v3.0.0
26442026-06-25T00:29:37.912Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26452026-06-25T00:29:37.933Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26462026-06-25T00:29:38.328Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26472026-06-25T00:29:38.475Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26482026-06-25T00:29:38.513Z Compiling progenitor-macro v0.13.0
26492026-06-25T00:29:38.596Z Compiling diesel v2.3.7
26502026-06-25T00:29:38.948Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26512026-06-25T00:29:39.758Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-06-25T00:29:40.261Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26532026-06-25T00:29:40.372Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-06-25T00:29:40.478Z Compiling progenitor-client v0.13.0
26552026-06-25T00:29:40.850Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-06-25T00:29:41.015Z Compiling itertools v0.10.5
26572026-06-25T00:29:41.045Z Compiling ena v0.14.4
26582026-06-25T00:29:41.216Z Compiling libloading v0.8.9
26592026-06-25T00:29:41.338Z Compiling unicase v2.9.0
26602026-06-25T00:29:41.444Z Compiling bindgen v0.71.1
26612026-06-25T00:29:41.638Z Compiling diff v0.1.13
26622026-06-25T00:29:41.719Z Compiling regex-syntax v0.6.29
26632026-06-25T00:29:42.121Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-06-25T00:29:42.544Z Compiling progenitor v0.13.0
26652026-06-25T00:29:42.577Z Compiling cexpr v0.6.0
26662026-06-25T00:29:42.731Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-06-25T00:29:42.949Z Compiling crc8 v0.1.1
26682026-06-25T00:29:43.106Z Compiling lalrpop v0.19.12
26692026-06-25T00:29:43.211Z Compiling rustc-hash v2.1.1
26702026-06-25T00:29:43.611Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-06-25T00:29:43.640Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-06-25T00:29:43.847Z Compiling headers-core v0.3.0
26732026-06-25T00:29:44.018Z Compiling libxml v0.3.3
26742026-06-25T00:29:44.103Z Compiling headers v0.4.1
26752026-06-25T00:29:44.322Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-06-25T00:29:44.519Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-06-25T00:29:44.670Z Compiling git-stub v1.0.0
26782026-06-25T00:29:44.763Z Compiling strum_macros v0.24.3
26792026-06-25T00:29:44.785Z Compiling indoc v1.0.9
26802026-06-25T00:29:44.862Z Compiling git-stub-vcs v0.1.0
26812026-06-25T00:29:44.946Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26822026-06-25T00:29:45.238Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-06-25T00:29:45.241Z Compiling derive_builder v0.20.2
26842026-06-25T00:29:45.424Z Compiling oso-derive v0.27.3
26852026-06-25T00:29:45.457Z Compiling quick-xml v0.37.5
26862026-06-25T00:29:45.776Z Compiling impl-trait-for-tuples v0.2.3
26872026-06-25T00:29:45.945Z Compiling openssl-probe v0.1.6
26882026-06-25T00:29:46.030Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-06-25T00:29:46.238Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26902026-06-25T00:29:46.741Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26912026-06-25T00:29:46.781Z Compiling half v1.8.3
26922026-06-25T00:29:47.020Z Compiling serde_cbor v0.11.2
26932026-06-25T00:29:47.222Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-06-25T00:29:47.458Z Compiling bb8 v0.8.6
26952026-06-25T00:29:47.831Z Compiling trait-variant v0.1.2
26962026-06-25T00:29:48.017Z Compiling samael v0.0.19
26972026-06-25T00:29:48.056Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26982026-06-25T00:29:48.082Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26992026-06-25T00:29:48.120Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-06-25T00:29:48.143Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-06-25T00:29:48.374Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27022026-06-25T00:29:48.431Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27032026-06-25T00:29:48.474Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-06-25T00:29:48.493Z Compiling fxhash v0.2.1
27052026-06-25T00:29:48.661Z Compiling libz-sys v1.1.24
27062026-06-25T00:29:48.942Z Compiling salty v0.3.0
27072026-06-25T00:29:49.076Z Compiling nonempty v0.12.0
27082026-06-25T00:29:49.346Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27092026-06-25T00:29:49.642Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27102026-06-25T00:29:49.902Z Compiling kstat-rs v0.2.4
27112026-06-25T00:29:50.349Z Compiling arc-swap v1.8.2
27122026-06-25T00:29:50.386Z Compiling fs-err v2.11.0
27132026-06-25T00:29:50.501Z Compiling polar-core v0.27.3
27142026-06-25T00:29:50.740Z Compiling slog-scope v4.4.1
27152026-06-25T00:29:50.764Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162026-06-25T00:29:50.817Z Compiling mime_guess v2.0.5
27172026-06-25T00:29:51.061Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27182026-06-25T00:29:51.219Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27192026-06-25T00:29:51.376Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27202026-06-25T00:29:51.660Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-06-25T00:29:51.715Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-06-25T00:29:52.289Z Compiling nanorand v0.7.0
27232026-06-25T00:29:52.655Z Compiling darling_core v0.23.0
27242026-06-25T00:29:52.690Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-06-25T00:29:52.780Z Compiling parking_lot_core v0.8.6
27262026-06-25T00:29:53.093Z Compiling flume v0.11.1
27272026-06-25T00:29:53.501Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27282026-06-25T00:29:54.554Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-06-25T00:29:54.722Z Compiling slog-stdlog v4.1.1
27302026-06-25T00:29:54.823Z Compiling darling_macro v0.23.0
27312026-06-25T00:29:55.118Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-06-25T00:29:55.170Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-06-25T00:29:55.192Z Compiling primeorder v0.13.6
27342026-06-25T00:29:55.335Z Compiling atty v0.2.14
27352026-06-25T00:29:55.482Z Compiling instability v0.3.11
27362026-06-25T00:29:55.504Z Compiling http-range v0.1.5
27372026-06-25T00:29:55.618Z Compiling strsim v0.10.0
27382026-06-25T00:29:55.835Z Compiling async-bb8-diesel v0.2.1
27392026-06-25T00:29:55.935Z Compiling diesel-dtrace v0.5.0
27402026-06-25T00:29:56.254Z Compiling parse-size v1.1.0
27412026-06-25T00:29:56.282Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27422026-06-25T00:29:56.386Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27432026-06-25T00:29:56.474Z Compiling darling_core v0.13.4
27442026-06-25T00:29:56.578Z Compiling p384 v0.13.1
27452026-06-25T00:29:58.152Z Compiling darling v0.23.0
27462026-06-25T00:29:58.264Z Compiling slog-envlogger v2.2.0
27472026-06-25T00:29:59.430Z Compiling oso v0.27.3
27482026-06-25T00:29:59.639Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-06-25T00:30:00.569Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27502026-06-25T00:30:00.970Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27512026-06-25T00:30:01.227Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27522026-06-25T00:30:02.405Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-06-25T00:30:03.049Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27542026-06-25T00:30:03.859Z Compiling ignore v0.4.25
27552026-06-25T00:30:04.064Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-25T00:30:04.472Z Compiling vergen-git2 v9.1.0
27572026-06-25T00:30:04.706Z Compiling castaway v0.2.4
27582026-06-25T00:30:04.869Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-25T00:30:04.993Z Compiling indoc v2.0.7
27602026-06-25T00:30:05.164Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-25T00:30:05.566Z Compiling compact_str v0.8.1
27622026-06-25T00:30:05.910Z Compiling globwalk v0.9.1
27632026-06-25T00:30:05.933Z Compiling parking_lot v0.11.2
27642026-06-25T00:30:06.152Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27652026-06-25T00:30:06.571Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-06-25T00:30:06.694Z Compiling hyper-staticfile v0.10.1
27672026-06-25T00:30:06.806Z Compiling darling_macro v0.13.4
27682026-06-25T00:30:07.159Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27692026-06-25T00:30:07.327Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-06-25T00:30:07.394Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-06-25T00:30:07.815Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27722026-06-25T00:30:07.852Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-06-25T00:30:07.890Z Compiling predicates-tree v1.0.13
27742026-06-25T00:30:08.097Z Compiling unicode-truncate v1.1.0
27752026-06-25T00:30:08.314Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-06-25T00:30:08.349Z Compiling lru v0.12.5
27772026-06-25T00:30:08.371Z Compiling prefix-trie v0.7.0
27782026-06-25T00:30:08.538Z Compiling rand_seeder v0.4.0
27792026-06-25T00:30:08.607Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-06-25T00:30:08.758Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27812026-06-25T00:30:08.795Z Compiling cassowary v0.3.0
27822026-06-25T00:30:08.815Z Compiling rustls v0.21.12
27832026-06-25T00:30:08.867Z Compiling illumos-nvpair-sys v0.2.0
27842026-06-25T00:30:09.010Z Compiling corncobs v0.1.4
27852026-06-25T00:30:09.097Z Compiling ratatui v0.29.0
27862026-06-25T00:30:09.174Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-06-25T00:30:09.194Z Compiling hickory-server v0.25.2
27882026-06-25T00:30:09.262Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27892026-06-25T00:30:09.386Z Compiling camino-tempfile-ext v0.3.3
27902026-06-25T00:30:09.520Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27912026-06-25T00:30:09.745Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-25T00:30:09.897Z Compiling darling v0.13.4
27932026-06-25T00:30:10.047Z Compiling sled v0.34.7
27942026-06-25T00:30:10.390Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27952026-06-25T00:30:10.797Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27962026-06-25T00:30:11.018Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27972026-06-25T00:30:12.505Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-06-25T00:30:12.551Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27992026-06-25T00:30:12.768Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-06-25T00:30:12.994Z Compiling sct v0.7.1
28012026-06-25T00:30:13.272Z Compiling rustls-webpki v0.101.7
28022026-06-25T00:30:13.445Z Compiling secrecy v0.8.0
28032026-06-25T00:30:13.615Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-06-25T00:30:14.268Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-06-25T00:30:14.891Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-06-25T00:30:14.945Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28072026-06-25T00:30:15.615Z Compiling serde_with_macros v1.5.2
28082026-06-25T00:30:16.572Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-06-25T00:30:16.989Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-06-25T00:30:17.341Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-06-25T00:30:17.388Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-06-25T00:30:17.607Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-06-25T00:30:17.838Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28142026-06-25T00:30:18.062Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28152026-06-25T00:30:18.302Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28162026-06-25T00:30:18.391Z Compiling git2 v0.20.4
28172026-06-25T00:30:18.525Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28182026-06-25T00:30:18.750Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28192026-06-25T00:30:18.957Z Compiling void v1.0.2
28202026-06-25T00:30:19.138Z Compiling lzss v0.8.2
28212026-06-25T00:30:19.429Z Compiling illumos-nvpair v0.3.0
28222026-06-25T00:30:19.943Z Compiling serde_with v1.14.0
28232026-06-25T00:30:20.172Z Compiling tokio-rustls v0.24.1
28242026-06-25T00:30:20.467Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28252026-06-25T00:30:21.433Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28262026-06-25T00:30:21.464Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28272026-06-25T00:30:21.487Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28282026-06-25T00:30:23.639Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28292026-06-25T00:30:24.059Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28302026-06-25T00:30:24.113Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-06-25T00:30:24.826Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28322026-06-25T00:30:25.082Z Compiling tungstenite v0.23.0
28332026-06-25T00:30:25.119Z Compiling rustls-pemfile v1.0.4
28342026-06-25T00:30:25.535Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28352026-06-25T00:30:26.031Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28362026-06-25T00:30:26.059Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28372026-06-25T00:30:26.266Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-25T00:30:26.296Z Compiling nix v0.27.1
28392026-06-25T00:30:26.683Z Compiling twox-hash v2.1.2
28402026-06-25T00:30:27.196Z Compiling serde_bytes v0.11.19
28412026-06-25T00:30:27.413Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28422026-06-25T00:30:27.463Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28432026-06-25T00:30:27.555Z Compiling tokio-tungstenite v0.23.1
28442026-06-25T00:30:27.664Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-06-25T00:30:27.899Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28462026-06-25T00:30:27.944Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28472026-06-25T00:30:28.279Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28482026-06-25T00:30:29.621Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28492026-06-25T00:30:30.267Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-06-25T00:30:30.590Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-06-25T00:30:31.018Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-06-25T00:30:31.474Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28532026-06-25T00:30:31.716Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28542026-06-25T00:30:32.036Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28552026-06-25T00:30:32.059Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-06-25T00:30:32.536Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28572026-06-25T00:30:32.590Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-06-25T00:30:32.815Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-06-25T00:30:33.521Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28602026-06-25T00:30:33.728Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28612026-06-25T00:30:36.022Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28622026-06-25T00:30:36.255Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28632026-06-25T00:30:36.880Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28642026-06-25T00:30:37.957Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-06-25T00:30:38.261Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-06-25T00:30:39.136Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28672026-06-25T00:30:39.217Z Compiling signal-hook-tokio v0.3.1
28682026-06-25T00:30:39.239Z Compiling fatfs v0.3.6
28692026-06-25T00:30:39.356Z Compiling yasna v0.5.2
28702026-06-25T00:30:39.406Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28712026-06-25T00:30:40.221Z Compiling assert_matches v1.5.0
28722026-06-25T00:30:40.326Z Compiling seq-macro v0.3.6
28732026-06-25T00:30:40.539Z Compiling is_ci v1.2.0
28742026-06-25T00:30:40.752Z Compiling supports-color v3.0.2
28752026-06-25T00:30:40.839Z Compiling rcgen v0.12.1
28762026-06-25T00:30:40.952Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-06-25T00:30:41.142Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-06-25T00:30:41.830Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-06-25T00:30:42.979Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-06-25T00:30:43.218Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-06-25T00:30:43.292Z Compiling subprocess v0.2.15
28822026-06-25T00:30:43.449Z Compiling rtoolbox v0.0.3
28832026-06-25T00:30:43.727Z Compiling rpassword v7.4.0
28842026-06-25T00:30:44.009Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-06-25T00:30:45.483Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28862026-06-25T00:30:45.633Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28872026-06-25T00:30:45.773Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28882026-06-25T00:30:45.952Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-06-25T00:30:46.506Z Compiling tui-tree-widget v0.23.1
28902026-06-25T00:30:46.795Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28912026-06-25T00:30:47.757Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28922026-06-25T00:30:48.236Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-06-25T00:30:48.461Z Compiling uzers v0.12.2
28942026-06-25T00:30:49.283Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28952026-06-25T00:30:49.932Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28962026-06-25T00:30:50.337Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28972026-06-25T00:30:51.232Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28982026-06-25T00:30:53.054Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28992026-06-25T00:30:54.853Z Compiling support-bundle-viewer v0.1.2
29002026-06-25T00:30:55.221Z Compiling multimap v0.10.1
29012026-06-25T00:31:10.508Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29022026-06-25T00:31:10.660Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29032026-06-25T00:31:16.879Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29042026-06-25T00:31:16.949Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-06-25T00:31:17.859Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-06-25T00:37:33.643Z Finished `release` profile [optimized] target(s) in 8m 25s
29072026-06-25T00:38:19.718Z
29082026-06-25T00:38:19.718Zreal 9:12.443296545
29092026-06-25T00:38:19.718Zuser 1:17:38.821935036
29102026-06-25T00:38:19.721Zsys 3:32.668481004
29112026-06-25T00:38:19.721Ztrap 1.762274803
29122026-06-25T00:38:19.721Ztflt 2.569369111
29132026-06-25T00:38:19.721Zdflt 17.863184404
29142026-06-25T00:38:19.721Zkflt 0.027146234
29152026-06-25T00:38:19.721Zlock 6:34:05.340797007
29162026-06-25T00:38:19.721Zslp 2:10:13.011604001
29172026-06-25T00:38:19.721Zlat 2:15.250573720
29182026-06-25T00:38:19.721Zstop 5:04.679362024
29192026-06-25T00:38:19.721Z+ mapfile -t packages
29202026-06-25T00:38:19.721Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-06-25T00:38:20.592Z Finished `release` profile [optimized] target(s) in 0.86s
29222026-06-25T00:38:20.653Z Running `target/release/omicron-package -t test list-outputs`
29232026-06-25T00:38:20.714ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-06-25T00:38:20.718Z+ ptime -m cargo build --locked --release -p xtask
29252026-06-25T00:38:21.193Z Compiling libc v0.2.185
29262026-06-25T00:38:21.193Z Compiling serde v1.0.228
29272026-06-25T00:38:21.193Z Compiling serde_core v1.0.228
29282026-06-25T00:38:21.196Z Compiling rustix v1.1.3
29292026-06-25T00:38:21.276Z Compiling bitflags v2.11.0
29302026-06-25T00:38:21.286Z Compiling serde_json v1.0.149
29312026-06-25T00:38:21.331Z Compiling num-traits v0.2.19
29322026-06-25T00:38:21.339Z Compiling syn v2.0.117
29332026-06-25T00:38:21.355Z Compiling smallvec v1.15.1
29342026-06-25T00:38:21.364Z Compiling usdt-impl v0.5.0
29352026-06-25T00:38:21.368Z Compiling indexmap v2.14.0
29362026-06-25T00:38:21.387Z Compiling syn v1.0.109
29372026-06-25T00:38:21.398Z Compiling getrandom v0.4.1
29382026-06-25T00:38:21.402Z Compiling percent-encoding v2.3.2
29392026-06-25T00:38:21.537Z Compiling log v0.4.29
29402026-06-25T00:38:21.642Z Compiling form_urlencoded v1.2.2
29412026-06-25T00:38:21.763Z Compiling fs-err v3.3.0
29422026-06-25T00:38:21.785Z Compiling anyhow v1.0.102
29432026-06-25T00:38:21.796Z Compiling heck v0.4.1
29442026-06-25T00:38:21.799Z Compiling once_cell v1.21.3
29452026-06-25T00:38:22.009Z Compiling thread-id v4.2.2
29462026-06-25T00:38:22.036Z Compiling errno v0.3.14
29472026-06-25T00:38:22.069Z Compiling memmap v0.7.0
29482026-06-25T00:38:22.344Z Compiling ordered-float v2.10.1
29492026-06-25T00:38:22.863Z Compiling proc-macro-error v1.0.4
29502026-06-25T00:38:23.065Z Compiling terminal_size v0.4.3
29512026-06-25T00:38:23.065Z Compiling tempfile v3.25.0
29522026-06-25T00:38:23.110Z Compiling tabled_derive v0.7.0
29532026-06-25T00:38:23.174Z Compiling clap_builder v4.6.0
29542026-06-25T00:38:23.174Z Compiling textwrap v0.16.2
29552026-06-25T00:38:23.297Z Compiling camino-tempfile v1.4.1
29562026-06-25T00:38:23.798Z Compiling tabled v0.15.0
29572026-06-25T00:38:23.833Z Compiling synstructure v0.13.2
29582026-06-25T00:38:23.836Z Compiling pest_generator v2.8.6
29592026-06-25T00:38:24.207Z Compiling serde_derive v1.0.228
29602026-06-25T00:38:24.207Z Compiling zerovec-derive v0.11.2
29612026-06-25T00:38:24.210Z Compiling displaydoc v0.2.5
29622026-06-25T00:38:24.210Z Compiling thiserror-impl v1.0.69
29632026-06-25T00:38:24.210Z Compiling zerocopy-derive v0.7.35
29642026-06-25T00:38:24.210Z Compiling scroll_derive v0.12.1
29652026-06-25T00:38:24.210Z Compiling thiserror-impl v2.0.18
29662026-06-25T00:38:24.210Z Compiling clap_derive v4.6.1
29672026-06-25T00:38:24.262Z Compiling zerofrom-derive v0.1.6
29682026-06-25T00:38:24.265Z Compiling yoke-derive v0.8.1
29692026-06-25T00:38:24.362Z Compiling pest_derive v2.8.6
29702026-06-25T00:38:24.972Z Compiling scroll v0.12.0
29712026-06-25T00:38:25.074Z Compiling zerocopy v0.7.35
29722026-06-25T00:38:25.260Z Compiling goblin v0.8.2
29732026-06-25T00:38:25.318Z Compiling zerofrom v0.1.6
29742026-06-25T00:38:25.360Z Compiling thiserror v2.0.18
29752026-06-25T00:38:25.380Z Compiling thiserror v1.0.69
29762026-06-25T00:38:25.462Z Compiling yoke v0.8.1
29772026-06-25T00:38:25.487Z Compiling dtrace-parser v0.2.0
29782026-06-25T00:38:25.671Z Compiling zerovec v0.11.5
29792026-06-25T00:38:25.683Z Compiling zerotrie v0.2.3
29802026-06-25T00:38:25.885Z Compiling clap v4.6.1
29812026-06-25T00:38:26.254Z Compiling tinystr v0.8.2
29822026-06-25T00:38:26.300Z Compiling potential_utf v0.1.4
29832026-06-25T00:38:26.483Z Compiling icu_locale_core v2.1.1
29842026-06-25T00:38:26.495Z Compiling icu_collections v2.1.1
29852026-06-25T00:38:27.248Z Compiling icu_provider v2.1.1
29862026-06-25T00:38:27.673Z Compiling icu_normalizer v2.1.1
29872026-06-25T00:38:27.721Z Compiling icu_properties v2.1.2
29882026-06-25T00:38:27.902Z Compiling toml_datetime v0.6.11
29892026-06-25T00:38:27.955Z Compiling serde_spanned v0.6.9
29902026-06-25T00:38:28.108Z Compiling toml_edit v0.22.27
29912026-06-25T00:38:28.118Z Compiling dof v0.3.0
29922026-06-25T00:38:28.133Z Compiling serde_tokenstream v0.2.3
29932026-06-25T00:38:28.277Z Compiling serde-value v0.7.0
29942026-06-25T00:38:28.298Z Compiling cargo-platform v0.2.0
29952026-06-25T00:38:28.343Z Compiling macaddr v1.0.1
29962026-06-25T00:38:28.606Z Compiling idna_adapter v1.2.1
29972026-06-25T00:38:28.743Z Compiling idna v1.1.0
29982026-06-25T00:38:28.881Z Compiling usdt-attr-macro v0.5.0
29992026-06-25T00:38:29.036Z Compiling usdt-macro v0.5.0
30002026-06-25T00:38:29.070Z Compiling url v2.5.8
30012026-06-25T00:38:29.639Z Compiling usdt v0.5.0
30022026-06-25T00:38:29.685Z Compiling toml v0.8.23
30032026-06-25T00:38:30.146Z Compiling cargo-util-schemas v0.8.2
30042026-06-25T00:38:30.146Z Compiling cargo_toml v0.21.0
30052026-06-25T00:38:31.159Z Compiling cargo_metadata v0.21.0
30062026-06-25T00:38:34.643Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-06-25T00:38:37.635Z Finished `release` profile [optimized] target(s) in 16.90s
30082026-06-25T00:38:37.741Z
30092026-06-25T00:38:37.741Zreal 16.990903966
30102026-06-25T00:38:37.742Zuser 2:20.109205313
30112026-06-25T00:38:37.746Zsys 17.311171132
30122026-06-25T00:38:37.746Ztrap 0.086313958
30132026-06-25T00:38:37.746Ztflt 0.608806975
30142026-06-25T00:38:37.746Zdflt 1.569306023
30152026-06-25T00:38:37.746Zkflt 0.000104375
30162026-06-25T00:38:37.746Zlock 5:18.779330224
30172026-06-25T00:38:37.746Zslp 3:24.571070818
30182026-06-25T00:38:37.746Zlat 5.650517922
30192026-06-25T00:38:37.746Zstop 18.604773829
30202026-06-25T00:38:37.746Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30212026-06-25T00:38:37.746Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-06-25T00:38:37.746Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30232026-06-25T00:38:37.746Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-06-25T00:38:37.746Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30252026-06-25T00:38:38.617Z Compiling progenitor-client v0.14.0
30262026-06-25T00:38:38.617Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30272026-06-25T00:38:38.620Z Compiling newtype-uuid-macros v0.1.0
30282026-06-25T00:38:38.620Z Compiling match_cfg v0.1.0
30292026-06-25T00:38:38.620Z Compiling slog-json v2.6.1
30302026-06-25T00:38:38.620Z Compiling structmeta-derive v0.3.0
30312026-06-25T00:38:38.620Z Compiling rustls v0.22.4
30322026-06-25T00:38:38.620Z Compiling rustls-webpki v0.102.8
30332026-06-25T00:38:38.756Z Compiling multer v3.1.0
30342026-06-25T00:38:38.759Z Compiling debug-ignore v1.0.5
30352026-06-25T00:38:38.759Z Compiling compression-core v0.4.31
30362026-06-25T00:38:38.774Z Compiling atomicwrites v0.4.4
30372026-06-25T00:38:38.777Z Compiling itertools v0.14.0
30382026-06-25T00:38:38.833Z Compiling async-stream-impl v0.3.6
30392026-06-25T00:38:38.850Z Compiling serde_spanned v1.0.4
30402026-06-25T00:38:38.867Z Compiling toml_datetime v1.0.0+spec-1.1.0
30412026-06-25T00:38:38.897Z Compiling dropshot v0.17.0
30422026-06-25T00:38:39.000Z Compiling compression-codecs v0.4.37
30432026-06-25T00:38:39.034Z Compiling toml_writer v1.0.6+spec-1.1.0
30442026-06-25T00:38:39.078Z Compiling hostname v0.3.1
30452026-06-25T00:38:39.081Z Compiling waitgroup v0.1.2
30462026-06-25T00:38:39.081Z Compiling rustls-pemfile v2.2.0
30472026-06-25T00:38:39.095Z Compiling dropshot_endpoint v0.17.0
30482026-06-25T00:38:39.205Z Compiling slog-bunyan v2.5.0
30492026-06-25T00:38:39.239Z Compiling toml v1.0.6+spec-1.1.0
30502026-06-25T00:38:39.242Z Compiling async-compression v0.4.41
30512026-06-25T00:38:39.292Z Compiling hostname v0.4.2
30522026-06-25T00:38:39.295Z Compiling serde_path_to_error v0.1.20
30532026-06-25T00:38:39.295Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30542026-06-25T00:38:39.298Z Compiling macaddr v1.0.1
30552026-06-25T00:38:39.321Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-06-25T00:38:39.412Z Compiling instant v0.1.13
30572026-06-25T00:38:39.502Z Compiling regress v0.10.5
30582026-06-25T00:38:39.530Z Compiling backon v1.6.0
30592026-06-25T00:38:39.562Z Compiling backoff v0.4.0
30602026-06-25T00:38:39.579Z Compiling async-stream v0.3.6
30612026-06-25T00:38:39.598Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30622026-06-25T00:38:39.617Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30632026-06-25T00:38:39.636Z Compiling humantime v2.3.0
30642026-06-25T00:38:39.757Z Compiling progenitor-extras v0.2.0
30652026-06-25T00:38:39.777Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30662026-06-25T00:38:39.791Z Compiling universal-hash v0.5.1
30672026-06-25T00:38:39.808Z Compiling opaque-debug v0.3.1
30682026-06-25T00:38:39.811Z Compiling regress v0.11.1
30692026-06-25T00:38:39.844Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30702026-06-25T00:38:39.862Z Compiling half v2.7.1
30712026-06-25T00:38:39.901Z Compiling ciborium-io v0.2.2
30722026-06-25T00:38:39.925Z Compiling crucible-workspace-hack v0.1.0
30732026-06-25T00:38:39.945Z Compiling convert_case v0.4.0
30742026-06-25T00:38:40.010Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30752026-06-25T00:38:40.026Z Compiling aead v0.5.2
30762026-06-25T00:38:40.103Z Compiling secrecy v0.10.3
30772026-06-25T00:38:40.103Z Compiling poly1305 v0.8.0
30782026-06-25T00:38:40.103Z Compiling chacha20 v0.9.1
30792026-06-25T00:38:40.106Z Compiling structmeta v0.3.0
30802026-06-25T00:38:40.158Z Compiling ciborium-ll v0.2.2
30812026-06-25T00:38:40.232Z Compiling unsafe-libyaml v0.2.11
30822026-06-25T00:38:40.259Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30832026-06-25T00:38:40.292Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30842026-06-25T00:38:40.309Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30852026-06-25T00:38:40.344Z Compiling derive_more v0.99.20
30862026-06-25T00:38:40.360Z Compiling derive-ex v0.1.8
30872026-06-25T00:38:40.379Z Compiling parse-display-derive v0.10.0
30882026-06-25T00:38:40.401Z Compiling ciborium v0.2.2
30892026-06-25T00:38:40.441Z Compiling thiserror-impl-no-std v2.0.2
30902026-06-25T00:38:40.548Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30912026-06-25T00:38:40.617Z Compiling byte-wrapper v0.1.0
30922026-06-25T00:38:40.667Z Compiling password-hash v0.5.0
30932026-06-25T00:38:40.683Z Compiling blake2 v0.10.6
30942026-06-25T00:38:40.872Z Compiling serde_yaml v0.9.34+deprecated
30952026-06-25T00:38:40.947Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30962026-06-25T00:38:40.989Z Compiling toml_datetime v0.7.5+spec-1.1.0
30972026-06-25T00:38:41.007Z Compiling argon2 v0.5.3
30982026-06-25T00:38:41.007Z Compiling chacha20poly1305 v0.10.1
30992026-06-25T00:38:41.010Z Compiling indent_write v2.2.0
31002026-06-25T00:38:41.114Z Compiling tokio-rustls v0.25.0
31012026-06-25T00:38:41.185Z Compiling toml_edit v0.23.10+spec-1.0.0
31022026-06-25T00:38:41.203Z Compiling heapless v0.8.0
31032026-06-25T00:38:41.275Z Compiling ingot-macros v0.1.1
31042026-06-25T00:38:41.291Z Compiling tabwriter v1.4.1
31052026-06-25T00:38:41.533Z Compiling typify-impl v0.6.2
31062026-06-25T00:38:41.549Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31072026-06-25T00:38:41.672Z Compiling thiserror-no-std v2.0.2
31082026-06-25T00:38:41.788Z Compiling vsss-rs v3.3.4
31092026-06-25T00:38:41.849Z Compiling proc-macro-crate v3.4.0
31102026-06-25T00:38:42.124Z Compiling test-strategy v0.4.5
31112026-06-25T00:38:42.174Z Compiling parse-display v0.10.0
31122026-06-25T00:38:42.295Z Compiling hash32 v0.3.1
31132026-06-25T00:38:42.364Z Compiling smoltcp v0.11.0
31142026-06-25T00:38:42.430Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-06-25T00:38:42.454Z Compiling num_enum_derive v0.7.6
31162026-06-25T00:38:42.511Z Compiling cobs v0.3.0
31172026-06-25T00:38:42.576Z Compiling colored v3.1.1
31182026-06-25T00:38:42.679Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31192026-06-25T00:38:42.739Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31202026-06-25T00:38:42.788Z Compiling postcard v1.1.3
31212026-06-25T00:38:42.809Z Compiling proc-macro-error v1.0.4
31222026-06-25T00:38:42.823Z Compiling proc-macro-crate v1.3.1
31232026-06-25T00:38:42.983Z Compiling foreign-types-macros v0.2.3
31242026-06-25T00:38:43.021Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31252026-06-25T00:38:43.038Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31262026-06-25T00:38:43.053Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31272026-06-25T00:38:43.138Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31282026-06-25T00:38:43.156Z Compiling rayon-core v1.13.0
31292026-06-25T00:38:43.180Z Compiling foreign-types-shared v0.3.1
31302026-06-25T00:38:43.279Z Compiling cpufeatures v0.3.0
31312026-06-25T00:38:43.310Z Compiling num_enum_derive v0.5.11
31322026-06-25T00:38:43.360Z Compiling chacha20 v0.10.0
31332026-06-25T00:38:43.414Z Compiling crossbeam-deque v0.8.6
31342026-06-25T00:38:43.449Z Compiling camino-tempfile v1.4.1
31352026-06-25T00:38:43.487Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-06-25T00:38:43.525Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31372026-06-25T00:38:43.566Z Compiling cstr-argument v0.1.2
31382026-06-25T00:38:43.582Z Compiling num_enum v0.7.6
31392026-06-25T00:38:43.650Z Compiling foreign-types v0.5.0
31402026-06-25T00:38:43.668Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31412026-06-25T00:38:43.691Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31422026-06-25T00:38:43.720Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31432026-06-25T00:38:43.755Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31442026-06-25T00:38:43.758Z Compiling rand v0.10.0
31452026-06-25T00:38:43.787Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31462026-06-25T00:38:43.915Z Compiling zone_cfg_derive v0.3.1
31472026-06-25T00:38:43.969Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31482026-06-25T00:38:43.972Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31492026-06-25T00:38:44.030Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31502026-06-25T00:38:44.047Z Compiling itertools v0.12.1
31512026-06-25T00:38:44.121Z Compiling rayon v1.11.0
31522026-06-25T00:38:44.166Z Compiling num-derive v0.4.2
31532026-06-25T00:38:44.224Z Compiling sigpipe v0.1.3
31542026-06-25T00:38:44.244Z Compiling ingot-types v0.1.2
31552026-06-25T00:38:44.247Z Compiling glob v0.3.3
31562026-06-25T00:38:44.285Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31572026-06-25T00:38:44.329Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31582026-06-25T00:38:44.346Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31592026-06-25T00:38:44.447Z Compiling num_enum v0.5.11
31602026-06-25T00:38:44.571Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31612026-06-25T00:38:44.598Z Compiling smf v0.2.3
31622026-06-25T00:38:44.636Z Compiling ingot v0.1.1
31632026-06-25T00:38:44.681Z Compiling whoami v1.6.1
31642026-06-25T00:38:44.684Z Compiling usdt-attr-macro v0.5.0
31652026-06-25T00:38:44.713Z Compiling usdt-macro v0.5.0
31662026-06-25T00:38:44.817Z Compiling gethostname v0.5.0
31672026-06-25T00:38:44.915Z Compiling num-rational v0.4.2
31682026-06-25T00:38:44.965Z Compiling num-complex v0.4.6
31692026-06-25T00:38:45.001Z Compiling memmap v0.7.0
31702026-06-25T00:38:45.066Z Compiling derive-where v1.6.0
31712026-06-25T00:38:45.186Z Compiling float-ord v0.3.2
31722026-06-25T00:38:45.210Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31732026-06-25T00:38:45.228Z Compiling toml v0.8.23
31742026-06-25T00:38:45.340Z Compiling zone v0.3.1
31752026-06-25T00:38:45.383Z Compiling num v0.4.3
31762026-06-25T00:38:45.402Z Compiling resolv-conf v0.7.6
31772026-06-25T00:38:45.482Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-06-25T00:38:45.540Z Compiling cancel-safe-futures v0.1.5
31792026-06-25T00:38:45.556Z Compiling owo-colors v4.3.0
31802026-06-25T00:38:45.575Z Compiling usdt v0.5.0
31812026-06-25T00:38:45.624Z Compiling libsw-core v0.3.2
31822026-06-25T00:38:45.652Z Compiling prettyplease v0.2.37
31832026-06-25T00:38:45.787Z Compiling libsw v3.5.0
31842026-06-25T00:38:45.805Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31852026-06-25T00:38:45.882Z Compiling console v0.15.11
31862026-06-25T00:38:45.902Z Compiling hickory-proto v0.24.4
31872026-06-25T00:38:45.954Z Compiling newline-converter v0.3.0
31882026-06-25T00:38:45.996Z Compiling libefi-sys v0.1.0
31892026-06-25T00:38:46.002Z Compiling linked-hash-map v0.5.6
31902026-06-25T00:38:46.067Z Compiling linear-map v1.2.0
31912026-06-25T00:38:46.108Z Compiling git-stub v1.0.0
31922026-06-25T00:38:46.151Z Compiling typify-macro v0.6.2
31932026-06-25T00:38:46.202Z Compiling lru-cache v0.1.2
31942026-06-25T00:38:46.239Z Compiling expectorate v1.2.0
31952026-06-25T00:38:46.263Z Compiling bitfield-struct v0.6.2
31962026-06-25T00:38:46.289Z Compiling nom v8.0.0
31972026-06-25T00:38:46.361Z Compiling semver v0.1.20
31982026-06-25T00:38:46.405Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31992026-06-25T00:38:46.429Z Compiling git-stub-vcs v0.1.0
32002026-06-25T00:38:46.465Z Compiling tokio-dtrace v0.1.1
32012026-06-25T00:38:46.521Z Compiling dropshot-api-manager-types v0.7.2
32022026-06-25T00:38:46.604Z Compiling rustc_version v0.1.7
32032026-06-25T00:38:46.672Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32042026-06-25T00:38:46.696Z Compiling slog-dtrace v0.3.0
32052026-06-25T00:38:46.782Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-06-25T00:38:46.805Z Compiling minimal-lexical v0.2.1
32072026-06-25T00:38:46.833Z Compiling oxide-tokio-rt v0.1.4
32082026-06-25T00:38:46.873Z Compiling newtype_derive v0.1.6
32092026-06-25T00:38:46.891Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32102026-06-25T00:38:46.891Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-06-25T00:38:46.947Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32122026-06-25T00:38:46.967Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-06-25T00:38:46.997Z Compiling phf_shared v0.12.1
32142026-06-25T00:38:47.097Z Compiling nom v7.1.3
32152026-06-25T00:38:47.113Z Compiling csv-core v0.1.13
32162026-06-25T00:38:47.131Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32172026-06-25T00:38:47.167Z Compiling xshell-macros v0.2.7
32182026-06-25T00:38:47.201Z Compiling chrono-tz v0.10.4
32192026-06-25T00:38:47.232Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-06-25T00:38:47.288Z Compiling highway v1.3.0
32212026-06-25T00:38:47.399Z Compiling csv v1.4.0
32222026-06-25T00:38:47.445Z Compiling phf v0.12.1
32232026-06-25T00:38:47.539Z Compiling const_format_proc_macros v0.2.34
32242026-06-25T00:38:47.597Z Compiling xshell v0.2.7
32252026-06-25T00:38:47.623Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32262026-06-25T00:38:47.660Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32272026-06-25T00:38:47.686Z Compiling primeorder v0.13.6
32282026-06-25T00:38:47.823Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-06-25T00:38:48.020Z Compiling tabled_derive v0.7.0
32302026-06-25T00:38:48.039Z Compiling typify v0.6.2
32312026-06-25T00:38:48.082Z Compiling hickory-resolver v0.24.4
32322026-06-25T00:38:48.142Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32332026-06-25T00:38:48.185Z Compiling progenitor-impl v0.14.0
32342026-06-25T00:38:48.256Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32352026-06-25T00:38:48.360Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32362026-06-25T00:38:48.423Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-06-25T00:38:48.501Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32382026-06-25T00:38:48.616Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32392026-06-25T00:38:48.682Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32402026-06-25T00:38:48.845Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32412026-06-25T00:38:49.043Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32422026-06-25T00:38:49.062Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32432026-06-25T00:38:49.178Z Compiling qorb v0.4.1
32442026-06-25T00:38:49.181Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32452026-06-25T00:38:49.312Z Compiling const_format v0.2.35
32462026-06-25T00:38:49.405Z Compiling bcs v0.1.6
32472026-06-25T00:38:49.423Z Compiling termtree v0.5.1
32482026-06-25T00:38:49.617Z Compiling salty v0.3.0
32492026-06-25T00:38:49.736Z Compiling tagptr v0.2.0
32502026-06-25T00:38:49.739Z Compiling textwrap v0.16.2
32512026-06-25T00:38:49.773Z Compiling tabled v0.15.0
32522026-06-25T00:38:49.853Z Compiling moka v0.12.13
32532026-06-25T00:38:49.907Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-06-25T00:38:49.927Z Compiling steno v0.4.1
32552026-06-25T00:38:49.964Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-06-25T00:38:50.139Z Compiling base64 v0.21.7
32572026-06-25T00:38:50.160Z Compiling radium v0.7.0
32582026-06-25T00:38:50.201Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32592026-06-25T00:38:50.356Z Compiling p384 v0.13.1
32602026-06-25T00:38:50.461Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32612026-06-25T00:38:50.498Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32622026-06-25T00:38:50.557Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32632026-06-25T00:38:50.666Z Compiling hickory-resolver v0.25.2
32642026-06-25T00:38:50.704Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32652026-06-25T00:38:50.958Z Compiling progenitor-macro v0.14.0
32662026-06-25T00:38:50.987Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32672026-06-25T00:38:51.075Z Compiling tap v1.0.1
32682026-06-25T00:38:51.226Z Compiling maybe-uninit v2.0.0
32692026-06-25T00:38:51.260Z Compiling wyz v0.5.1
32702026-06-25T00:38:51.395Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-06-25T00:38:51.494Z Compiling proc-macro-error-attr2 v2.0.0
32722026-06-25T00:38:51.611Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32732026-06-25T00:38:51.627Z Compiling utf-8 v0.7.6
32742026-06-25T00:38:51.763Z Compiling parking_lot_core v0.8.6
32752026-06-25T00:38:51.767Z Compiling funty v2.0.0
32762026-06-25T00:38:51.832Z Compiling packed_struct v0.10.1
32772026-06-25T00:38:51.882Z Compiling tungstenite v0.21.0
32782026-06-25T00:38:51.940Z Compiling proc-macro-error2 v2.0.1
32792026-06-25T00:38:52.003Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32802026-06-25T00:38:52.171Z Compiling bitvec v1.0.1
32812026-06-25T00:38:52.189Z Compiling polyval v0.6.2
32822026-06-25T00:38:52.192Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32832026-06-25T00:38:52.275Z Compiling packed_struct_codegen v0.10.1
32842026-06-25T00:38:52.300Z Compiling num-derive v0.3.3
32852026-06-25T00:38:52.395Z Compiling bitfield-macros v0.19.4
32862026-06-25T00:38:52.462Z Compiling zerocopy-derive v0.6.6
32872026-06-25T00:38:52.504Z Compiling indexmap v1.9.3
32882026-06-25T00:38:52.557Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32892026-06-25T00:38:52.600Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32902026-06-25T00:38:52.746Z Compiling nodrop v0.1.14
32912026-06-25T00:38:52.780Z Compiling crc-catalog v2.4.0
32922026-06-25T00:38:52.840Z Compiling array-init v0.0.4
32932026-06-25T00:38:52.876Z Compiling crc v3.4.0
32942026-06-25T00:38:52.879Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32952026-06-25T00:38:52.908Z Compiling tokio-tungstenite v0.21.0
32962026-06-25T00:38:52.911Z Compiling ghash v0.5.1
32972026-06-25T00:38:52.995Z Compiling tabled_derive v0.11.0
32982026-06-25T00:38:53.100Z Compiling smallvec v0.6.14
32992026-06-25T00:38:53.169Z Compiling bitfield v0.19.4
33002026-06-25T00:38:53.265Z Compiling libscf-sys v1.1.0
33012026-06-25T00:38:53.282Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33022026-06-25T00:38:53.330Z Compiling progenitor-impl v0.13.0
33032026-06-25T00:38:53.348Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33042026-06-25T00:38:53.383Z Compiling zerocopy v0.6.6
33052026-06-25T00:38:53.419Z Compiling papergrid v0.17.0
33062026-06-25T00:38:53.440Z Compiling testing_table v0.3.0
33072026-06-25T00:38:53.458Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33082026-06-25T00:38:53.477Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33092026-06-25T00:38:53.495Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33102026-06-25T00:38:53.512Z Compiling ctr v0.9.2
33112026-06-25T00:38:53.659Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-06-25T00:38:53.681Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33132026-06-25T00:38:53.736Z Compiling hashbrown v0.12.3
33142026-06-25T00:38:53.754Z Compiling illumos-nvpair-sys v0.2.0
33152026-06-25T00:38:53.757Z Compiling unicase v2.9.0
33162026-06-25T00:38:53.846Z Compiling corncobs v0.1.4
33172026-06-25T00:38:54.007Z Compiling mime_guess v2.0.5
33182026-06-25T00:38:54.022Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-06-25T00:38:54.025Z Compiling aes-gcm v0.10.3
33202026-06-25T00:38:54.055Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-06-25T00:38:54.071Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-06-25T00:38:54.284Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33232026-06-25T00:38:54.300Z Compiling parking_lot v0.11.2
33242026-06-25T00:38:54.335Z Compiling serde-hex v0.1.0
33252026-06-25T00:38:54.506Z Compiling tabled v0.20.0
33262026-06-25T00:38:54.541Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-06-25T00:38:54.683Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33282026-06-25T00:38:54.700Z Compiling ron v0.8.1
33292026-06-25T00:38:54.720Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33302026-06-25T00:38:54.841Z Compiling hashbrown v0.13.2
33312026-06-25T00:38:55.065Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-06-25T00:38:55.120Z Compiling progenitor-client v0.13.0
33332026-06-25T00:38:55.195Z Compiling prefix-trie v0.7.0
33342026-06-25T00:38:55.198Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33352026-06-25T00:38:55.229Z Compiling blowfish v0.9.1
33362026-06-25T00:38:55.381Z Compiling ssh-encoding v0.2.0
33372026-06-25T00:38:55.504Z Compiling fxhash v0.2.1
33382026-06-25T00:38:55.519Z Compiling secrecy v0.8.0
33392026-06-25T00:38:55.629Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33402026-06-25T00:38:55.671Z Compiling crc-any v2.5.0
33412026-06-25T00:38:55.703Z Compiling sled v0.34.7
33422026-06-25T00:38:55.722Z Compiling ssh-cipher v0.2.0
33432026-06-25T00:38:55.896Z Compiling hickory-server v0.25.2
33442026-06-25T00:38:55.940Z Compiling bcrypt-pbkdf v0.10.0
33452026-06-25T00:38:56.036Z Compiling progenitor v0.14.0
33462026-06-25T00:38:56.053Z Compiling progenitor-macro v0.13.0
33472026-06-25T00:38:56.076Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-06-25T00:38:56.121Z Compiling object v0.30.4
33492026-06-25T00:38:56.221Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33502026-06-25T00:38:56.310Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33512026-06-25T00:38:56.432Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33522026-06-25T00:38:56.450Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33532026-06-25T00:38:56.470Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33542026-06-25T00:38:56.873Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33552026-06-25T00:38:56.890Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33562026-06-25T00:38:57.107Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33572026-06-25T00:38:57.122Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33582026-06-25T00:38:57.164Z Compiling password-hash v0.4.2
33592026-06-25T00:38:57.288Z Compiling path-slash v0.1.5
33602026-06-25T00:38:57.463Z Compiling crc8 v0.1.1
33612026-06-25T00:38:57.590Z Compiling http-range v0.1.5
33622026-06-25T00:38:57.615Z Compiling half v1.8.3
33632026-06-25T00:38:57.877Z Compiling pbkdf2 v0.11.0
33642026-06-25T00:38:57.957Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33652026-06-25T00:38:57.980Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33662026-06-25T00:38:58.123Z Compiling serde_cbor v0.11.2
33672026-06-25T00:38:58.743Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-06-25T00:38:58.959Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33692026-06-25T00:38:58.962Z Compiling illumos-nvpair v0.3.0
33702026-06-25T00:38:59.086Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33712026-06-25T00:38:59.125Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33722026-06-25T00:38:59.173Z Compiling ssh-key v0.6.7
33732026-06-25T00:38:59.517Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33742026-06-25T00:38:59.553Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33752026-06-25T00:38:59.703Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33762026-06-25T00:38:59.706Z Compiling p521 v0.13.3
33772026-06-25T00:38:59.740Z Compiling p256 v0.13.2
33782026-06-25T00:38:59.879Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33792026-06-25T00:39:00.046Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33802026-06-25T00:39:00.136Z Compiling yasna v0.5.2
33812026-06-25T00:39:00.157Z Compiling kstat-rs v0.2.4
33822026-06-25T00:39:00.361Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33832026-06-25T00:39:00.491Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33842026-06-25T00:39:00.494Z Compiling headers-core v0.3.0
33852026-06-25T00:39:00.699Z Compiling nanorand v0.7.0
33862026-06-25T00:39:00.729Z Compiling atty v0.2.14
33872026-06-25T00:39:00.746Z Compiling russh-cryptovec v0.7.3
33882026-06-25T00:39:00.872Z Compiling home v0.5.12
33892026-06-25T00:39:00.892Z Compiling md5 v0.7.0
33902026-06-25T00:39:00.912Z Compiling flume v0.11.1
33912026-06-25T00:39:00.932Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33922026-06-25T00:39:00.981Z Compiling headers v0.4.1
33932026-06-25T00:39:01.015Z Compiling rcgen v0.12.1
33942026-06-25T00:39:01.033Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33952026-06-25T00:39:01.052Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33962026-06-25T00:39:01.203Z Compiling russh-keys v0.45.0
33972026-06-25T00:39:01.222Z Compiling progenitor v0.13.0
33982026-06-25T00:39:01.302Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33992026-06-25T00:39:01.403Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34002026-06-25T00:39:01.513Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34012026-06-25T00:39:01.546Z Compiling hyper-staticfile v0.10.1
34022026-06-25T00:39:01.655Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34032026-06-25T00:39:01.700Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-06-25T00:39:01.785Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34052026-06-25T00:39:01.930Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34062026-06-25T00:39:01.978Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34072026-06-25T00:39:02.080Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34082026-06-25T00:39:02.098Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34092026-06-25T00:39:02.115Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34102026-06-25T00:39:02.269Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34112026-06-25T00:39:02.361Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34122026-06-25T00:39:02.441Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34132026-06-25T00:39:02.477Z Compiling num-bigint v0.4.6
34142026-06-25T00:39:02.497Z Compiling des v0.8.1
34152026-06-25T00:39:02.548Z Compiling subprocess v0.2.15
34162026-06-25T00:39:02.567Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34172026-06-25T00:39:02.585Z Compiling display-error-chain v0.2.2
34182026-06-25T00:39:02.650Z Compiling hex-literal v0.4.1
34192026-06-25T00:39:02.749Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34202026-06-25T00:39:02.766Z Compiling colored v2.2.0
34212026-06-25T00:39:02.790Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34222026-06-25T00:39:02.822Z Compiling internet-checksum v0.2.1
34232026-06-25T00:39:02.897Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34242026-06-25T00:39:03.025Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34252026-06-25T00:39:03.704Z Compiling russh v0.45.0
34262026-06-25T00:39:03.766Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34272026-06-25T00:39:04.759Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34282026-06-25T00:39:04.759Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34292026-06-25T00:39:07.244Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34302026-06-25T00:39:07.899Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34312026-06-25T00:39:08.129Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34322026-06-25T00:39:08.382Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34332026-06-25T00:39:10.435Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34342026-06-25T00:39:18.656Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34352026-06-25T00:39:18.656Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34362026-06-25T00:39:18.659Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34372026-06-25T00:39:18.659Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34382026-06-25T00:39:20.399Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34392026-06-25T00:39:20.442Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34402026-06-25T00:39:24.477Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34412026-06-25T00:40:03.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34422026-06-25T00:40:04.138Z
34432026-06-25T00:40:04.141Zreal 1:26.331410778
34442026-06-25T00:40:04.141Zuser 7:55.717688416
34452026-06-25T00:40:04.142Zsys 1:41.259012259
34462026-06-25T00:40:04.142Ztrap 0.233363419
34472026-06-25T00:40:04.142Ztflt 0.708814830
34482026-06-25T00:40:04.142Zdflt 1.551773676
34492026-06-25T00:40:04.142Zkflt 0.000195724
34502026-06-25T00:40:04.142Zlock 28:04.613804068
34512026-06-25T00:40:04.142Zslp 18:01.410879134
34522026-06-25T00:40:04.142Zlat 37.515368826
34532026-06-25T00:40:04.142Zstop 2:42.134962959
34542026-06-25T00:40:04.142Z+ mkdir tests
34552026-06-25T00:40:04.146Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34562026-06-25T00:40:04.146Z+ xargs -I '{}' -t cp '{}' tests/
34572026-06-25T00:40:04.165Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-abedb56dce9149c1 tests/
34582026-06-25T00:40:04.187Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2d4ae26e5892fb9 tests/
34592026-06-25T00:40:04.209Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3f1f110410e5c8cf tests/
34602026-06-25T00:40:04.239Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0f60d05b842747e0 tests/
34612026-06-25T00:40:04.466Z+ 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)
34622026-06-25T00:40:04.469Z+ 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-f2d4ae26e5892fb9 tests/commtest-3f1f110410e5c8cf tests/dhcp_server-abedb56dce9149c1 tests/end_to_end_tests-0f60d05b842747e0 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
34632026-06-25T00:41:24.823ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34642026-06-25T00:41:24.823Za .github/buildomat/ci-env.sh 1K
34652026-06-25T00:41:24.823Za out/target/test 1K
34662026-06-25T00:41:24.823Za out/npuzone/npuzone 27402K
34672026-06-25T00:41:24.823Za package-manifest.toml 35K
34682026-06-25T00:41:24.824Za smf/sled-agent/non-gimlet/config.toml 6K
34692026-06-25T00:41:24.824Za target/release/omicron-package 44673K
34702026-06-25T00:41:24.824Za target/release/xtask 11142K
34712026-06-25T00:41:24.824Za target/debug/bootstrap 356989K
34722026-06-25T00:41:24.824Za tests/bootstrap-f2d4ae26e5892fb9 31975K
34732026-06-25T00:41:24.824Za tests/commtest-3f1f110410e5c8cf 43619K
34742026-06-25T00:41:24.824Za tests/dhcp_server-abedb56dce9149c1 31975K
34752026-06-25T00:41:24.824Za tests/end_to_end_tests-0f60d05b842747e0 399882K
34762026-06-25T00:41:24.824Za tools/opte_version 1K
34772026-06-25T00:41:24.824Za tools/opte_version_override 2K
34782026-06-25T00:41:24.824Za out/clickhouse.tar.gz 314108K
34792026-06-25T00:41:24.824Za out/clickhouse_keeper.tar.gz 299289K
34802026-06-25T00:41:24.824Za out/clickhouse_server.tar.gz 314106K
34812026-06-25T00:41:24.825Za out/cockroachdb.tar.gz 157623K
34822026-06-25T00:41:24.825Za out/crucible-pantry-zone.tar.gz 36692K
34832026-06-25T00:41:24.825Za out/crucible-utils.tar 16478K
34842026-06-25T00:41:24.825Za out/crucible-zone.tar.gz 52262K
34852026-06-25T00:41:24.825Za out/external-dns.tar.gz 42832K
34862026-06-25T00:41:24.825Za out/internal-dns.tar.gz 42831K
34872026-06-25T00:41:24.825Za out/mg-ddm-gz.tar 97917K
34882026-06-25T00:41:24.825Za out/nexus.tar.gz 275589K
34892026-06-25T00:41:24.825Za out/ntp.tar.gz 24547K
34902026-06-25T00:41:24.825Za out/omicron-gateway-softnpu.tar.gz 29299K
34912026-06-25T00:41:24.825Za out/omicron-sled-agent.tar 193553K
34922026-06-25T00:41:24.825Za out/overlay.tar.gz 3K
34932026-06-25T00:41:24.825Za out/oximeter.tar.gz 62644K
34942026-06-25T00:41:24.825Za out/oxlog.tar 3809K
34952026-06-25T00:41:24.825Za out/probe.tar.gz 3037K
34962026-06-25T00:41:24.825Za out/propolis-server.tar.gz 34918K
34972026-06-25T00:41:24.825Za out/pumpkind-gz.tar 26647K
34982026-06-25T00:41:24.825Za out/switch-softnpu.tar.gz 446138K
34992026-06-25T00:41:24.836Z
35002026-06-25T00:41:24.836Zreal 1:20.351252859
35012026-06-25T00:41:24.836Zuser 1:17.576533453
35022026-06-25T00:41:24.836Zsys 4.516944223
35032026-06-25T00:41:24.836Ztrap 0.007234988
35042026-06-25T00:41:24.836Ztflt 0.000000000
35052026-06-25T00:41:24.836Zdflt 0.000000000
35062026-06-25T00:41:24.836Zkflt 0.000000000
35072026-06-25T00:41:24.836Zlock 0.000000000
35082026-06-25T00:41:24.836Zslp 1:17.579164303
35092026-06-25T00:41:24.837Zlat 1.017983958
35102026-06-25T00:41:24.837Zstop 0.000216728
35112026-06-25T00:41:24.837Zprocess exited: duration 953600 ms, exit code 0
 
35122026-06-25T00:41:24.850Zfound 1 output files
35132026-06-25T00:41:24.850Zuploading: /work/package.tar.gz (2481374489 bytes)
35142026-06-25T00:42:31.404Zuploaded: /work/package.tar.gz