01KTA18GW3RPAZF7PQ6CH4FDYK: 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: 01KTA19BZ9R9RMJPE580YSCX13

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T19:21:31.140Zjob assigned to worker 01KTA19GE2EJRJ21SXRAQSNNZQ [factory aws, i-07b7d0f00b3b32538] (queued for 46 s)
 
22026-06-04T19:21:38.906Zstarting task 0: "setup"
32026-06-04T19:21:38.911Z++ uname -s
42026-06-04T19:21:38.915Z+ kern=SunOS
52026-06-04T19:21:38.915Z+ build_user=build
62026-06-04T19:21:38.915Z+ build_uid=12345
72026-06-04T19:21:38.915Z+ work_dir=/work
82026-06-04T19:21:38.915Z+ input_dir=/input
92026-06-04T19:21:38.915Z+ [[ 0 == 12345 ]]
102026-06-04T19:21:38.915Z+ case "$kern" in
112026-06-04T19:21:38.915Z+ groupadd -g 12345 build
122026-06-04T19:21:38.930Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T19:21:40.941Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T19:21:41.027Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T19:21:41.030Z+ home_fs=zfs
162026-06-04T19:21:41.030Z+ [[ zfs == autofs ]]
172026-06-04T19:21:41.030Z+ mkdir -p /home/build
182026-06-04T19:21:41.033Z+ chown build:build /home/build /work
192026-06-04T19:21:43.035Z+ chmod 0700 /home/build /work
202026-06-04T19:21:43.040Zprocess exited: duration 4134 ms, exit code 0
 
212026-06-04T19:21:43.046Zstarting task 1: "rust-toolchain"
222026-06-04T19:21:43.053Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-04T19:21:43.053Z * rust toolchain channel = "1.94.0"
242026-06-04T19:21:43.053Z * rust toolchain profile = "default"
252026-06-04T19:21:43.053Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-04T19:21:43.056Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T19:21:43.056Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T19:21:43.056Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T19:21:43.056Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-04T19:21:43.153Zinfo: downloading installer
312026-06-04T19:21:44.517Zwarn: It looks like you have an existing rustup settings file at:
322026-06-04T19:21:44.518Zwarn: /home/build/.rustup/settings.toml
332026-06-04T19:21:44.518Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-04T19:21:44.518Zwarn: instead of the one inferred from the default host triple.
352026-06-04T19:21:44.531Zinfo: profile set to default
362026-06-04T19:21:44.531Zinfo: default host triple is x86_64-unknown-illumos
372026-06-04T19:21:44.534Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-04T19:21:44.672Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-04T19:21:44.675Zinfo: downloading 6 components
402026-06-04T19:21:58.749Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-04T19:21:58.749Z
422026-06-04T19:21:58.780Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-04T19:21:58.780Z
442026-06-04T19:21:58.780Z
452026-06-04T19:21:58.780ZRust is installed now. Great!
462026-06-04T19:21:58.780Z
472026-06-04T19:21:58.780ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-04T19:21:58.780Zenvironment variable. This has not been done automatically.
492026-06-04T19:21:58.780Z
502026-06-04T19:21:58.780ZTo configure your current shell, you need to source
512026-06-04T19:21:58.780Zthe corresponding env file under $HOME/.cargo.
522026-06-04T19:21:58.780Z
532026-06-04T19:21:58.780ZThis is usually done by running one of the following (note the leading DOT):
542026-06-04T19:21:58.783Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-04T19:21:58.783Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-04T19:21:58.783Zsource "~/.cargo/env.nu" # For nushell
572026-06-04T19:21:58.783Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-04T19:21:58.783Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-04T19:21:58.783Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-04T19:21:58.783Zwarn: no default linker (`cc`) was found in your PATH
612026-06-04T19:21:58.783Zwarn: many Rust crates require a system C toolchain to build
622026-06-04T19:21:58.890Z+ rustup --version
632026-06-04T19:21:58.897Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-04T19:21:58.900Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-04T19:21:58.920Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-04T19:21:58.924Z+ cargo --version
672026-06-04T19:21:58.931Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-04T19:21:58.934Z+ rustc --version
692026-06-04T19:21:58.954Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-04T19:21:58.956Zprocess exited: duration 15910 ms, exit code 0
 
712026-06-04T19:21:58.962Zstarting task 2: "authentication"
722026-06-04T19:21:58.981Zprocess exited: duration 18 ms, exit code 0
 
732026-06-04T19:21:58.988Zstarting task 3: "clone repository"
742026-06-04T19:21:58.992Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-04T19:21:58.995Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-04T19:21:59.035ZCloning into '/work/oxidecomputer/omicron'...
772026-06-04T19:22:10.102Z+ cd /work/oxidecomputer/omicron
782026-06-04T19:22:10.102Z+ git fetch origin 8b270fc85b748d344f8407e0eb2dd7cd4f1d9199
792026-06-04T19:22:10.408ZFrom https://github.com/oxidecomputer/omicron
802026-06-04T19:22:10.408Z * branch 8b270fc85b748d344f8407e0eb2dd7cd4f1d9199 -> FETCH_HEAD
812026-06-04T19:22:10.421Z+ [[ -n levon/additional-bgp-configuration-options ]]
822026-06-04T19:22:10.424Z++ git branch --show-current
832026-06-04T19:22:10.428Z+ current=main
842026-06-04T19:22:10.428Z+ [[ main != levon/additional-bgp-configuration-options ]]
852026-06-04T19:22:10.428Z+ git branch -f levon/additional-bgp-configuration-options 8b270fc85b748d344f8407e0eb2dd7cd4f1d9199
862026-06-04T19:22:10.431Z+ git checkout -f levon/additional-bgp-configuration-options
872026-06-04T19:22:10.583ZSwitched to branch 'levon/additional-bgp-configuration-options'
882026-06-04T19:22:10.586Z+ git reset --hard 8b270fc85b748d344f8407e0eb2dd7cd4f1d9199
892026-06-04T19:22:10.740ZHEAD is now at 8b270fc85 use stronger typing
902026-06-04T19:22:10.744Zprocess exited: duration 11753 ms, exit code 0
 
912026-06-04T19:22:10.750Zstarting task 4: "build"
922026-06-04T19:22:10.756Z+ source .github/buildomat/ci-env.sh
932026-06-04T19:22:10.756Z++ export CARGO_TERM_COLOR=always
942026-06-04T19:22:10.756Z++ CARGO_TERM_COLOR=always
952026-06-04T19:22:10.756Z+ cargo --version
962026-06-04T19:22:10.767Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-04T19:22:10.770Z+ rustc --version
982026-06-04T19:22:10.791Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-04T19:22:10.794Z+ WORK=/work
1002026-06-04T19:22:10.794Z+ pfexec mkdir -p /work
1012026-06-04T19:22:10.798Z+ pfexec chown build /work
1022026-06-04T19:22:10.801Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-04T19:22:12.612Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-04T19:22:12.697Z Startup: Caching catalogs ... Done
1052026-06-04T19:22:13.025ZPlanning: Solver setup ... Done (0.280s)
1062026-06-04T19:22:13.045ZPlanning: Running solver ... Done (0.020s)
1072026-06-04T19:22:13.053ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-04T19:22:13.063ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-04T19:22:13.081ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-04T19:22:13.096ZPlanning: Package planning ... Done (0.015s)
1112026-06-04T19:22:13.099ZPlanning: Merging actions ... Done (0.002s)
1122026-06-04T19:22:13.289ZPlanning: Checking for conflicting actions ... Done (0.191s)
1132026-06-04T19:22:13.292ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-04T19:22:14.154ZPlanning: Evaluating mediators ... Done (0.864s)
1152026-06-04T19:22:14.157ZPlanning: Planning completed in 1.43 seconds
1162026-06-04T19:22:14.164Z Packages to install: 2
1172026-06-04T19:22:14.164Z Estimated space available: 156.07 GB
1182026-06-04T19:22:14.169ZEstimated space to be consumed: 25.32 MB
1192026-06-04T19:22:14.169Z Create boot environment: No
1202026-06-04T19:22:14.169ZCreate backup boot environment: No
1212026-06-04T19:22:14.169Z Rebuild boot archive: No
1222026-06-04T19:22:14.169Z
1232026-06-04T19:22:14.169ZChanged packages:
1242026-06-04T19:22:14.169Zhelios
1252026-06-04T19:22:14.169Z developer/build-essential
1262026-06-04T19:22:14.169Z None -> 11-3.0
1272026-06-04T19:22:14.169Z library/libxmlsec1
1282026-06-04T19:22:14.169Z None -> 1.2.35-3.0
1292026-06-04T19:22:14.191Z
1302026-06-04T19:22:14.191ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-04T19:22:14.676ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1322026-06-04T19:22:14.744Z Actions: 1/268 actions (Installing new actions)
1332026-06-04T19:22:14.784Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-04T19:22:14.792ZFinalize: Updating package state database ... Done (0.008s)
1352026-06-04T19:22:14.792ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-04T19:22:14.814ZFinalize: Updating image state ... Done (0.023s)
1372026-06-04T19:22:17.447ZFinalize: Creating fast lookup database ... Done (2.611s)
1382026-06-04T19:22:17.518ZFinalize: Reading search index ... Done (0.013s)
1392026-06-04T19:22:17.522ZFinalize: Updating search index ... Done (0.000s)
1402026-06-04T19:22:17.607ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-04T19:22:17.911ZPlanning: Evaluating mediator changes ... Done
1422026-06-04T19:22:18.016ZPlanning: Checking for conflicting actions ... Done
1432026-06-04T19:22:18.020ZPlanning: Consolidating action changes ... Done
1442026-06-04T19:22:18.174ZPlanning: Evaluating mediators ... Done
1452026-06-04T19:22:18.177ZPlanning: Planning completed in 0.26 seconds
1462026-06-04T19:22:18.197Z Mediators to change: 2
1472026-06-04T19:22:18.198Z Create boot environment: No
1482026-06-04T19:22:18.198ZCreate backup boot environment: No
1492026-06-04T19:22:18.266ZFinalize: Updating package state database ... Done
1502026-06-04T19:22:18.266ZFinalize: Updating package cache ... Done
1512026-06-04T19:22:18.281ZFinalize: Updating image state ... Done
1522026-06-04T19:22:20.219ZFinalize: Creating fast lookup database ... Done
1532026-06-04T19:22:20.283ZFinalize: Reading search index ... Done
1542026-06-04T19:22:20.287ZFinalize: Updating search index ... Done
1552026-06-04T19:22:20.381ZFinalize: Updating package cache ... Done
1562026-06-04T19:22:20.668ZPlanning: Evaluating mediator changes ... Done
1572026-06-04T19:22:20.772ZPlanning: Checking for conflicting actions ... Done
1582026-06-04T19:22:20.775ZPlanning: Consolidating action changes ... Done
1592026-06-04T19:22:20.931ZPlanning: Evaluating mediators ... Done
1602026-06-04T19:22:20.934ZPlanning: Planning completed in 0.26 seconds
1612026-06-04T19:22:20.955Z Mediators to change: 1
1622026-06-04T19:22:20.955Z Create boot environment: No
1632026-06-04T19:22:20.955ZCreate backup boot environment: No
1642026-06-04T19:22:21.026ZFinalize: Updating package state database ... Done
1652026-06-04T19:22:21.026ZFinalize: Updating package cache ... Done
1662026-06-04T19:22:21.039ZFinalize: Updating image state ... Done
1672026-06-04T19:22:22.994ZFinalize: Creating fast lookup database ... Done
1682026-06-04T19:22:23.057ZFinalize: Reading search index ... Done
1692026-06-04T19:22:23.060ZFinalize: Updating search index ... Done
1702026-06-04T19:22:23.124ZFinalize: Updating package cache ... Done
1712026-06-04T19:22:23.436ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-04T19:22:23.436Zapache system 2.4 system
1732026-06-04T19:22:23.436Zclang system 15 system
1742026-06-04T19:22:23.436Zcsh system system illumos
1752026-06-04T19:22:23.436Zctags system system illumos
1762026-06-04T19:22:23.436Zfile vendor vendor darwinsys
1772026-06-04T19:22:23.436Zfile system system illumos
1782026-06-04T19:22:23.436Zgcc vendor 14 vendor
1792026-06-04T19:22:23.436Zgcc system 13 system
1802026-06-04T19:22:23.436Zgcc system 10 system
1812026-06-04T19:22:23.436Zgo system 1.25 system
1822026-06-04T19:22:23.436Zllvm system 15 system
1832026-06-04T19:22:23.436Zmariadb system 11.4 system
1842026-06-04T19:22:23.436Zmta vendor vendor dma
1852026-06-04T19:22:23.436Zopenjdk system 17 system
1862026-06-04T19:22:23.436Zopenjdk system 11 system
1872026-06-04T19:22:23.436Zopenssl vendor 3 vendor
1882026-06-04T19:22:23.436Zperl system 5.40 system
1892026-06-04T19:22:23.436Zpostgresql system 18 system
1902026-06-04T19:22:23.436Zpostgresql system 17 system
1912026-06-04T19:22:23.436Zpython vendor 3 vendor
1922026-06-04T19:22:23.436Zpython system 2 system
1932026-06-04T19:22:23.436Zpython3 vendor 3.13 vendor
1942026-06-04T19:22:23.436Zruby system 3.4 system
1952026-06-04T19:22:23.436Zruby system 3.0 system
1962026-06-04T19:22:23.436Zwords vendor vendor american-english
1972026-06-04T19:22:23.436Zwords system system australian-english
1982026-06-04T19:22:23.436Zwords system system british-english
1992026-06-04T19:22:23.436Zwords system system canadian-english
2002026-06-04T19:22:23.437Zwords system system french
2012026-06-04T19:22:23.437Zwords system system italian
2022026-06-04T19:22:23.437Zwords system system ngerman
2032026-06-04T19:22:23.437Zwords system system ogerman
2042026-06-04T19:22:23.437Zwords system system spanish
2052026-06-04T19:22:23.689ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-04T19:22:23.689Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-04T19:22:23.982ZFMRI IFO
2082026-06-04T19:22:23.982Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-04T19:22:23.982Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-04T19:22:23.982Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-04T19:22:23.982Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-04T19:22:23.982Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-04T19:22:23.982Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-04T19:22:23.982Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-04T19:22:23.983Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-04T19:22:23.983Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-04T19:22:24.234Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-04T19:22:24.536Z Updating crates.io index
2192026-06-04T19:22:24.539Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-04T19:22:24.808Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-04T19:22:25.665Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-04T19:22:26.135Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-04T19:22:27.293Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-04T19:22:27.862Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-04T19:22:29.664Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-04T19:22:30.633Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-04T19:22:30.971Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-04T19:22:32.170Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-04T19:22:32.610Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-04T19:22:32.926Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-04T19:22:33.265Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-04T19:22:34.450Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-04T19:22:38.080Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-04T19:22:38.123Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-04T19:22:38.123Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-04T19:22:38.123Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-04T19:22:38.123Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-04T19:22:38.123Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-04T19:22:38.123Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-04T19:22:38.123Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-04T19:22:38.123Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-04T19:22:38.123Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-04T19:22:38.347Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-04T19:22:38.822Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-04T19:22:39.185Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-04T19:22:39.531Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-04T19:22:40.451Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-04T19:22:40.723Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-04T19:22:41.631Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-06-04T19:22:42.773Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-06-04T19:22:42.817Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-06-04T19:22:42.817Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-06-04T19:22:43.149Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-06-04T19:22:43.720Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-06-04T19:22:43.958Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-06-04T19:22:44.254Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-06-04T19:22:44.503Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-06-04T19:22:45.126Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-06-04T19:22:56.562Z Downloading crates ...
2602026-06-04T19:22:56.628Z Downloaded thiserror v1.0.69
2612026-06-04T19:22:56.632Z Downloaded bytecount v0.6.9
2622026-06-04T19:22:56.634Z Downloaded anstyle v1.0.13
2632026-06-04T19:22:56.634Z Downloaded anstream v0.6.21
2642026-06-04T19:22:56.637Z Downloaded potential_utf v0.1.4
2652026-06-04T19:22:56.640Z Downloaded generic-array v0.14.7
2662026-06-04T19:22:56.640Z Downloaded toml_write v0.1.2
2672026-06-04T19:22:56.640Z Downloaded dtrace-parser v0.2.0
2682026-06-04T19:22:56.643Z Downloaded autocfg v1.5.0
2692026-06-04T19:22:56.643Z Downloaded usdt v0.5.0
2702026-06-04T19:22:56.646Z Downloaded terminal_size v0.4.3
2712026-06-04T19:22:56.646Z Downloaded macaddr v1.0.1
2722026-06-04T19:22:56.646Z Downloaded tinystr v0.8.2
2732026-06-04T19:22:56.649Z Downloaded erased-serde v0.4.9
2742026-06-04T19:22:56.649Z Downloaded utf8_iter v1.0.4
2752026-06-04T19:22:56.649Z Downloaded thread-id v4.2.2
2762026-06-04T19:22:56.653Z Downloaded yoke v0.8.1
2772026-06-04T19:22:56.653Z Downloaded usdt-impl v0.5.0
2782026-06-04T19:22:56.653Z Downloaded typenum v1.19.0
2792026-06-04T19:22:56.655Z Downloaded pest_generator v2.8.6
2802026-06-04T19:22:56.655Z Downloaded thiserror-impl v1.0.69
2812026-06-04T19:22:56.658Z Downloaded zerofrom-derive v0.1.6
2822026-06-04T19:22:56.658Z Downloaded icu_normalizer v2.1.1
2832026-06-04T19:22:56.661Z Downloaded unicode-ident v1.0.24
2842026-06-04T19:22:56.661Z Downloaded fnv v1.0.7
2852026-06-04T19:22:56.665Z Downloaded typeid v1.0.3
2862026-06-04T19:22:56.668Z Downloaded yoke-derive v0.8.1
2872026-06-04T19:22:56.668Z Downloaded unicode-xid v0.2.6
2882026-06-04T19:22:56.668Z Downloaded errno v0.3.14
2892026-06-04T19:22:56.671Z Downloaded utf8parse v0.2.2
2902026-06-04T19:22:56.676Z Downloaded unicode-linebreak v0.1.5
2912026-06-04T19:22:56.679Z Downloaded ucd-trie v0.1.7
2922026-06-04T19:22:56.679Z Downloaded percent-encoding v2.3.2
2932026-06-04T19:22:56.679Z Downloaded icu_properties_data v2.1.2
2942026-06-04T19:22:56.683Z Downloaded usdt-attr-macro v0.5.0
2952026-06-04T19:22:56.689Z Downloaded thiserror-impl v2.0.18
2962026-06-04T19:22:56.692Z Downloaded version_check v0.9.5
2972026-06-04T19:22:56.692Z Downloaded toml_datetime v0.6.11
2982026-06-04T19:22:56.692Z Downloaded pretty-hex v0.4.1
2992026-06-04T19:22:56.692Z Downloaded zmij v1.0.21
3002026-06-04T19:22:56.695Z Downloaded thiserror v2.0.18
3012026-06-04T19:22:56.698Z Downloaded zerovec-derive v0.11.2
3022026-06-04T19:22:56.698Z Downloaded toml_edit v0.22.27
3032026-06-04T19:22:56.701Z Downloaded usdt-macro v0.5.0
3042026-06-04T19:22:56.701Z Downloaded proc-macro-error-attr v1.0.4
3052026-06-04T19:22:56.701Z Downloaded memmap v0.7.0
3062026-06-04T19:22:56.704Z Downloaded ordered-float v2.10.1
3072026-06-04T19:22:56.704Z Downloaded zerovec v0.11.5
3082026-06-04T19:22:56.707Z Downloaded log v0.4.29
3092026-06-04T19:22:56.712Z Downloaded zerofrom v0.1.6
3102026-06-04T19:22:56.714Z Downloaded scroll_derive v0.12.1
3112026-06-04T19:22:56.715Z Downloaded fastrand v2.3.0
3122026-06-04T19:22:56.715Z Downloaded heck v0.5.0
3132026-06-04T19:22:56.715Z Downloaded zerocopy-derive v0.7.35
3142026-06-04T19:22:56.718Z Downloaded url v2.5.8
3152026-06-04T19:22:56.720Z Downloaded textwrap v0.16.2
3162026-06-04T19:22:56.720Z Downloaded toml v0.8.23
3172026-06-04T19:22:56.723Z Downloaded writeable v0.6.2
3182026-06-04T19:22:56.723Z Downloaded zerotrie v0.2.3
3192026-06-04T19:22:56.726Z Downloaded cfg-if v1.0.4
3202026-06-04T19:22:56.726Z Downloaded block-buffer v0.10.4
3212026-06-04T19:22:56.729Z Downloaded plain v0.2.3
3222026-06-04T19:22:56.733Z Downloaded serde-value v0.7.0
3232026-06-04T19:22:56.741Z Downloaded serde-untagged v0.1.9
3242026-06-04T19:22:56.744Z Downloaded anstyle-query v1.1.5
3252026-06-04T19:22:56.748Z Downloaded zerocopy v0.7.35
3262026-06-04T19:22:56.753Z Downloaded winnow v0.7.14
3272026-06-04T19:22:56.759Z Downloaded unicode-width v0.2.0
3282026-06-04T19:22:56.761Z Downloaded swrite v0.1.0
3292026-06-04T19:22:56.765Z Downloaded equivalent v1.0.2
3302026-06-04T19:22:56.765Z Downloaded itoa v1.0.17
3312026-06-04T19:22:56.765Z Downloaded is_terminal_polyfill v1.70.2
3322026-06-04T19:22:56.765Z Downloaded unicode-width v0.1.14
3332026-06-04T19:22:56.770Z Downloaded strsim v0.11.1
3342026-06-04T19:22:56.771Z Downloaded colorchoice v1.0.4
3352026-06-04T19:22:56.773Z Downloaded form_urlencoded v1.2.2
3362026-06-04T19:22:56.774Z Downloaded cargo-platform v0.2.0
3372026-06-04T19:22:56.774Z Downloaded stable_deref_trait v1.2.1
3382026-06-04T19:22:56.774Z Downloaded heck v0.4.1
3392026-06-04T19:22:56.774Z Downloaded dof v0.3.0
3402026-06-04T19:22:56.774Z Downloaded tabled_derive v0.7.0
3412026-06-04T19:22:56.774Z Downloaded serde_spanned v0.6.9
3422026-06-04T19:22:56.774Z Downloaded crypto-common v0.1.7
3432026-06-04T19:22:56.774Z Downloaded clap_lex v1.0.0
3442026-06-04T19:22:56.787Z Downloaded sha2 v0.10.9
3452026-06-04T19:22:56.795Z Downloaded digest v0.10.7
3462026-06-04T19:22:56.800Z Downloaded serde_tokenstream v0.2.3
3472026-06-04T19:22:56.803Z Downloaded cpufeatures v0.2.17
3482026-06-04T19:22:56.806Z Downloaded clap_derive v4.5.55
3492026-06-04T19:22:56.816Z Downloaded scroll v0.12.0
3502026-06-04T19:22:56.819Z Downloaded proc-macro-error v1.0.4
3512026-06-04T19:22:56.819Z Downloaded byteorder v1.5.0
3522026-06-04T19:22:56.822Z Downloaded synstructure v0.13.2
3532026-06-04T19:22:56.825Z Downloaded smawk v0.3.2
3542026-06-04T19:22:56.825Z Downloaded quote v1.0.45
3552026-06-04T19:22:56.828Z Downloaded anstyle-parse v0.2.7
3562026-06-04T19:22:56.828Z Downloaded cargo_metadata v0.21.0
3572026-06-04T19:22:56.830Z Downloaded num-traits v0.2.19
3582026-06-04T19:22:56.833Z Downloaded fs-err v3.3.0
3592026-06-04T19:22:56.833Z Downloaded pest_derive v2.8.6
3602026-06-04T19:22:56.836Z Downloaded once_cell v1.21.3
3612026-06-04T19:22:56.842Z Downloaded semver v1.0.28
3622026-06-04T19:22:56.845Z Downloaded idna_adapter v1.2.1
3632026-06-04T19:22:56.845Z Downloaded bitflags v2.11.0
3642026-06-04T19:22:56.848Z Downloaded smallvec v1.15.1
3652026-06-04T19:22:56.851Z Downloaded litemap v0.8.1
3662026-06-04T19:22:56.851Z Downloaded anyhow v1.0.102
3672026-06-04T19:22:56.854Z Downloaded cargo-util-schemas v0.8.2
3682026-06-04T19:22:56.858Z Downloaded displaydoc v0.2.5
3692026-06-04T19:22:56.862Z Downloaded cargo_toml v0.21.0
3702026-06-04T19:22:56.869Z Downloaded camino-tempfile v1.4.1
3712026-06-04T19:22:56.874Z Downloaded camino v1.2.2
3722026-06-04T19:22:56.880Z Downloaded icu_properties v2.1.2
3732026-06-04T19:22:56.883Z Downloaded clap v4.5.60
3742026-06-04T19:22:56.889Z Downloaded serde_core v1.0.228
3752026-06-04T19:22:56.892Z Downloaded tempfile v3.25.0
3762026-06-04T19:22:56.892Z Downloaded serde_derive v1.0.228
3772026-06-04T19:22:56.892Z Downloaded icu_provider v2.1.1
3782026-06-04T19:22:56.895Z Downloaded papergrid v0.11.0
3792026-06-04T19:22:56.898Z Downloaded icu_normalizer_data v2.1.1
3802026-06-04T19:22:56.898Z Downloaded proc-macro2 v1.0.106
3812026-06-04T19:22:56.901Z Downloaded getrandom v0.4.1
3822026-06-04T19:22:56.909Z Downloaded icu_locale_core v2.1.1
3832026-06-04T19:22:56.917Z Downloaded pest_meta v2.8.6
3842026-06-04T19:22:56.920Z Downloaded memchr v2.8.0
3852026-06-04T19:22:56.923Z Downloaded indexmap v2.14.0
3862026-06-04T19:22:56.929Z Downloaded serde v1.0.228
3872026-06-04T19:22:56.938Z Downloaded icu_collections v2.1.1
3882026-06-04T19:22:56.976Z Downloaded pest v2.8.6
3892026-06-04T19:22:56.982Z Downloaded serde_json v1.0.149
3902026-06-04T19:22:56.992Z Downloaded idna v1.1.0
3912026-06-04T19:22:56.999Z Downloaded clap_builder v4.5.60
3922026-06-04T19:22:57.003Z Downloaded hashbrown v0.17.0
3932026-06-04T19:22:57.007Z Downloaded goblin v0.8.2
3942026-06-04T19:22:57.012Z Downloaded rustix v1.1.3
3952026-06-04T19:22:57.026Z Downloaded tabled v0.15.0
3962026-06-04T19:22:57.035Z Downloaded syn v2.0.117
3972026-06-04T19:22:57.041Z Downloaded syn v1.0.109
3982026-06-04T19:22:57.080Z Downloaded libc v0.2.185
3992026-06-04T19:22:57.143Z Compiling proc-macro2 v1.0.106
4002026-06-04T19:22:57.143Z Compiling quote v1.0.45
4012026-06-04T19:22:57.143Z Compiling unicode-ident v1.0.24
4022026-06-04T19:22:57.143Z Compiling serde_core v1.0.228
4032026-06-04T19:22:57.146Z Compiling libc v0.2.185
4042026-06-04T19:22:57.146Z Compiling version_check v0.9.5
4052026-06-04T19:22:57.146Z Compiling stable_deref_trait v1.2.1
4062026-06-04T19:22:57.146Z Compiling memchr v2.8.0
4072026-06-04T19:22:57.146Z Compiling serde v1.0.228
4082026-06-04T19:22:57.329Z Compiling zmij v1.0.21
4092026-06-04T19:22:57.332Z Compiling ucd-trie v0.1.7
4102026-06-04T19:22:57.332Z Compiling thiserror v1.0.69
4112026-06-04T19:22:57.332Z Compiling autocfg v1.5.0
4122026-06-04T19:22:57.344Z Compiling itoa v1.0.17
4132026-06-04T19:22:57.347Z Compiling writeable v0.6.2
4142026-06-04T19:22:57.518Z Compiling litemap v0.8.1
4152026-06-04T19:22:57.584Z Compiling byteorder v1.5.0
4162026-06-04T19:22:57.689Z Compiling icu_properties_data v2.1.2
4172026-06-04T19:22:57.726Z Compiling rustix v1.1.3
4182026-06-04T19:22:57.760Z Compiling icu_normalizer_data v2.1.1
4192026-06-04T19:22:57.776Z Compiling bitflags v2.11.0
4202026-06-04T19:22:57.841Z Compiling pest v2.8.6
4212026-06-04T19:22:57.909Z Compiling serde_json v1.0.149
4222026-06-04T19:22:58.090Z Compiling num-traits v0.2.19
4232026-06-04T19:22:58.119Z Compiling equivalent v1.0.2
4242026-06-04T19:22:58.244Z Compiling hashbrown v0.17.0
4252026-06-04T19:22:58.330Z Compiling typeid v1.0.3
4262026-06-04T19:22:58.367Z Compiling smallvec v1.15.1
4272026-06-04T19:22:58.419Z Compiling usdt-impl v0.5.0
4282026-06-04T19:22:58.423Z Compiling proc-macro-error-attr v1.0.4
4292026-06-04T19:22:58.437Z Compiling erased-serde v0.4.9
4302026-06-04T19:22:58.576Z Compiling syn v1.0.109
4312026-06-04T19:22:58.597Z Compiling toml_write v0.1.2
4322026-06-04T19:22:58.642Z Compiling winnow v0.7.14
4332026-06-04T19:22:58.658Z Compiling proc-macro-error v1.0.4
4342026-06-04T19:22:58.691Z Compiling errno v0.3.14
4352026-06-04T19:22:58.709Z Compiling thread-id v4.2.2
4362026-06-04T19:22:58.828Z Compiling indexmap v2.14.0
4372026-06-04T19:22:58.869Z Compiling log v0.4.29
4382026-06-04T19:22:58.869Z Compiling camino v1.2.2
4392026-06-04T19:22:58.872Z Compiling plain v0.2.3
4402026-06-04T19:22:58.922Z Compiling utf8parse v0.2.2
4412026-06-04T19:22:58.926Z Compiling thiserror v2.0.18
4422026-06-04T19:22:58.994Z Compiling pest_meta v2.8.6
4432026-06-04T19:22:59.064Z Compiling utf8_iter v1.0.4
4442026-06-04T19:22:59.083Z Compiling getrandom v0.4.1
4452026-06-04T19:22:59.099Z Compiling percent-encoding v2.3.2
4462026-06-04T19:22:59.103Z Compiling anstyle-parse v0.2.7
4472026-06-04T19:22:59.199Z Compiling syn v2.0.117
4482026-06-04T19:22:59.275Z Compiling form_urlencoded v1.2.2
4492026-06-04T19:22:59.346Z Compiling ordered-float v2.10.1
4502026-06-04T19:22:59.531Z Compiling is_terminal_polyfill v1.70.2
4512026-06-04T19:22:59.535Z Compiling colorchoice v1.0.4
4522026-06-04T19:22:59.550Z Compiling pretty-hex v0.4.1
4532026-06-04T19:22:59.566Z Compiling anstyle-query v1.1.5
4542026-06-04T19:22:59.585Z Compiling anstyle v1.0.13
4552026-06-04T19:22:59.603Z Compiling cfg-if v1.0.4
4562026-06-04T19:22:59.647Z Compiling fs-err v3.3.0
4572026-06-04T19:22:59.702Z Compiling unicode-width v0.1.14
4582026-06-04T19:22:59.707Z Compiling once_cell v1.21.3
4592026-06-04T19:22:59.738Z Compiling anyhow v1.0.102
4602026-06-04T19:22:59.808Z Compiling terminal_size v0.4.3
4612026-06-04T19:22:59.825Z Compiling anstream v0.6.21
4622026-06-04T19:22:59.842Z Compiling heck v0.5.0
4632026-06-04T19:22:59.862Z Compiling fastrand v2.3.0
4642026-06-04T19:22:59.882Z Compiling heck v0.4.1
4652026-06-04T19:22:59.940Z Compiling fnv v1.0.7
4662026-06-04T19:22:59.966Z Compiling clap_lex v1.0.0
4672026-06-04T19:23:00.023Z Compiling strsim v0.11.1
4682026-06-04T19:23:00.043Z Compiling unicode-xid v0.2.6
4692026-06-04T19:23:00.062Z Compiling bytecount v0.6.9
4702026-06-04T19:23:00.100Z Compiling tempfile v3.25.0
4712026-06-04T19:23:00.167Z Compiling memmap v0.7.0
4722026-06-04T19:23:00.190Z Compiling smawk v0.3.2
4732026-06-04T19:23:00.218Z Compiling papergrid v0.11.0
4742026-06-04T19:23:00.236Z Compiling clap_builder v4.5.60
4752026-06-04T19:23:00.236Z Compiling unicode-linebreak v0.1.5
4762026-06-04T19:23:00.370Z Compiling semver v1.0.28
4772026-06-04T19:23:00.399Z Compiling unicode-width v0.2.0
4782026-06-04T19:23:00.524Z Compiling swrite v0.1.0
4792026-06-04T19:23:00.633Z Compiling textwrap v0.16.2
4802026-06-04T19:23:00.673Z Compiling camino-tempfile v1.4.1
4812026-06-04T19:23:00.700Z Compiling serde-untagged v0.1.9
4822026-06-04T19:23:00.718Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-06-04T19:23:00.999Z Compiling tabled_derive v0.7.0
4842026-06-04T19:23:01.760Z Compiling tabled v0.15.0
4852026-06-04T19:23:01.764Z Compiling synstructure v0.13.2
4862026-06-04T19:23:01.764Z Compiling pest_generator v2.8.6
4872026-06-04T19:23:02.304Z Compiling serde_derive v1.0.228
4882026-06-04T19:23:02.304Z Compiling zerofrom-derive v0.1.6
4892026-06-04T19:23:02.307Z Compiling yoke-derive v0.8.1
4902026-06-04T19:23:02.307Z Compiling zerovec-derive v0.11.2
4912026-06-04T19:23:02.307Z Compiling displaydoc v0.2.5
4922026-06-04T19:23:02.307Z Compiling thiserror-impl v1.0.69
4932026-06-04T19:23:02.307Z Compiling zerocopy-derive v0.7.35
4942026-06-04T19:23:02.307Z Compiling scroll_derive v0.12.1
4952026-06-04T19:23:02.307Z Compiling thiserror-impl v2.0.18
4962026-06-04T19:23:02.307Z Compiling clap_derive v4.5.55
4972026-06-04T19:23:02.353Z Compiling pest_derive v2.8.6
4982026-06-04T19:23:03.002Z Compiling scroll v0.12.0
4992026-06-04T19:23:03.241Z Compiling zerocopy v0.7.35
5002026-06-04T19:23:03.270Z Compiling goblin v0.8.2
5012026-06-04T19:23:03.398Z Compiling zerofrom v0.1.6
5022026-06-04T19:23:03.463Z Compiling dtrace-parser v0.2.0
5032026-06-04T19:23:03.504Z Compiling yoke v0.8.1
5042026-06-04T19:23:03.656Z Compiling zerovec v0.11.5
5052026-06-04T19:23:03.656Z Compiling zerotrie v0.2.3
5062026-06-04T19:23:03.844Z Compiling clap v4.5.60
5072026-06-04T19:23:04.098Z Compiling tinystr v0.8.2
5082026-06-04T19:23:04.098Z Compiling potential_utf v0.1.4
5092026-06-04T19:23:04.284Z Compiling icu_collections v2.1.1
5102026-06-04T19:23:04.340Z Compiling icu_locale_core v2.1.1
5112026-06-04T19:23:04.844Z Compiling dof v0.3.0
5122026-06-04T19:23:04.844Z Compiling serde_tokenstream v0.2.3
5132026-06-04T19:23:04.878Z Compiling serde_spanned v0.6.9
5142026-06-04T19:23:04.882Z Compiling toml_datetime v0.6.11
5152026-06-04T19:23:04.882Z Compiling serde-value v0.7.0
5162026-06-04T19:23:04.882Z Compiling cargo-platform v0.2.0
5172026-06-04T19:23:04.882Z Compiling macaddr v1.0.1
5182026-06-04T19:23:04.911Z Compiling icu_provider v2.1.1
5192026-06-04T19:23:05.065Z Compiling toml_edit v0.22.27
5202026-06-04T19:23:05.193Z Compiling icu_properties v2.1.2
5212026-06-04T19:23:05.193Z Compiling icu_normalizer v2.1.1
5222026-06-04T19:23:05.518Z Compiling usdt-macro v0.5.0
5232026-06-04T19:23:05.522Z Compiling usdt-attr-macro v0.5.0
5242026-06-04T19:23:05.997Z Compiling idna_adapter v1.2.1
5252026-06-04T19:23:06.100Z Compiling idna v1.1.0
5262026-06-04T19:23:06.124Z Compiling usdt v0.5.0
5272026-06-04T19:23:06.308Z Compiling toml v0.8.23
5282026-06-04T19:23:06.357Z Compiling url v2.5.8
5292026-06-04T19:23:06.635Z Compiling cargo_toml v0.21.0
5302026-06-04T19:23:06.744Z Compiling cargo-util-schemas v0.8.2
5312026-06-04T19:23:07.506Z Compiling cargo_metadata v0.21.0
5322026-06-04T19:23:08.418Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-04T19:23:10.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.46s
5342026-06-04T19:23:10.784Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-06-04T19:23:11.336Z Downloading crates ...
5362026-06-04T19:23:11.448Z Downloaded allocator-api2 v0.2.21
5372026-06-04T19:23:11.457Z Downloaded compression-core v0.4.31
5382026-06-04T19:23:11.461Z Downloaded convert_case v0.4.0
5392026-06-04T19:23:11.461Z Downloaded atomic-waker v1.1.2
5402026-06-04T19:23:11.461Z Downloaded async-stream v0.3.6
5412026-06-04T19:23:11.461Z Downloaded defmt v0.3.100
5422026-06-04T19:23:11.461Z Downloaded const_format_proc_macros v0.2.34
5432026-06-04T19:23:11.461Z Downloaded castaway v0.2.4
5442026-06-04T19:23:11.461Z Downloaded difflib v0.4.0
5452026-06-04T19:23:11.461Z Downloaded camino-tempfile-ext v0.3.3
5462026-06-04T19:23:11.461Z Downloaded argon2 v0.5.3
5472026-06-04T19:23:11.464Z Downloaded diff v0.1.13
5482026-06-04T19:23:11.468Z Downloaded document-features v0.2.12
5492026-06-04T19:23:11.468Z Downloaded diesel-dtrace v0.5.0
5502026-06-04T19:23:11.472Z Downloaded defmt-parser v1.0.0
5512026-06-04T19:23:11.472Z Downloaded darling_macro v0.20.11
5522026-06-04T19:23:11.473Z Downloaded aho-corasick v1.1.4
5532026-06-04T19:23:11.476Z Downloaded bit-set v0.5.3
5542026-06-04T19:23:11.476Z Downloaded crunchy v0.2.4
5552026-06-04T19:23:11.476Z Downloaded defmt-macros v1.0.1
5562026-06-04T19:23:11.479Z Downloaded display-error-chain v0.2.2
5572026-06-04T19:23:11.479Z Downloaded crc-any v2.5.0
5582026-06-04T19:23:11.479Z Downloaded downcast-rs v2.0.2
5592026-06-04T19:23:11.482Z Downloaded dirs-next v2.0.0
5602026-06-04T19:23:11.482Z Downloaded data-encoding v2.10.0
5612026-06-04T19:23:11.482Z Downloaded dyn-clone v1.0.20
5622026-06-04T19:23:11.482Z Downloaded dof v0.4.0
5632026-06-04T19:23:11.486Z Downloaded ciborium v0.2.2
5642026-06-04T19:23:11.490Z Downloaded foldhash v0.1.5
5652026-06-04T19:23:11.490Z Downloaded cexpr v0.6.0
5662026-06-04T19:23:11.490Z Downloaded diesel_derives v2.3.7
5672026-06-04T19:23:11.493Z Downloaded csv-core v0.1.13
5682026-06-04T19:23:11.499Z Downloaded derive_builder_macro v0.20.2
5692026-06-04T19:23:11.500Z Downloaded cipher v0.4.4
5702026-06-04T19:23:11.500Z Downloaded defmt v1.0.1
5712026-06-04T19:23:11.503Z Downloaded flagset v0.4.7
5722026-06-04T19:23:11.503Z Downloaded critical-section v1.2.0
5732026-06-04T19:23:11.503Z Downloaded ahash v0.8.12
5742026-06-04T19:23:11.506Z Downloaded funty v2.0.0
5752026-06-04T19:23:11.506Z Downloaded atomicwrites v0.4.4
5762026-06-04T19:23:11.506Z Downloaded bit-set v0.8.0
5772026-06-04T19:23:11.506Z Downloaded fixedbitset v0.5.7
5782026-06-04T19:23:11.510Z Downloaded curve25519-dalek-derive v0.1.1
5792026-06-04T19:23:11.510Z Downloaded cfg_aliases v0.1.1
5802026-06-04T19:23:11.510Z Downloaded float-ord v0.3.2
5812026-06-04T19:23:11.513Z Downloaded fs_extra v1.3.0
5822026-06-04T19:23:11.513Z Downloaded diesel_table_macro_syntax v0.3.0
5832026-06-04T19:23:11.513Z Downloaded ena v0.14.4
5842026-06-04T19:23:11.513Z Downloaded dirs-sys-next v0.1.2
5852026-06-04T19:23:11.517Z Downloaded derive_more v2.1.1
5862026-06-04T19:23:11.522Z Downloaded futures-macro v0.3.32
5872026-06-04T19:23:11.525Z Downloaded futures-io v0.3.32
5882026-06-04T19:23:11.525Z Downloaded crc-catalog v2.4.0
5892026-06-04T19:23:11.525Z Downloaded bb8 v0.8.6
5902026-06-04T19:23:11.525Z Downloaded darling v0.13.4
5912026-06-04T19:23:11.529Z Downloaded dropshot-api-manager-types v0.7.2
5922026-06-04T19:23:11.529Z Downloaded ciborium-ll v0.2.2
5932026-06-04T19:23:11.529Z Downloaded drift v0.2.0
5942026-06-04T19:23:11.533Z Downloaded cargo-platform v0.3.2
5952026-06-04T19:23:11.538Z Downloaded bitfield-macros v0.19.4
5962026-06-04T19:23:11.538Z Downloaded bcrypt-pbkdf v0.10.0
5972026-06-04T19:23:11.538Z Downloaded ascii-canvas v3.0.0
5982026-06-04T19:23:11.539Z Downloaded arrayref v0.3.9
5992026-06-04T19:23:11.542Z Downloaded async-stream-impl v0.3.6
6002026-06-04T19:23:11.542Z Downloaded async-recursion v1.1.1
6012026-06-04T19:23:11.542Z Downloaded crc8 v0.1.1
6022026-06-04T19:23:11.542Z Downloaded cfg_aliases v0.2.1
6032026-06-04T19:23:11.542Z Downloaded find-msvc-tools v0.1.9
6042026-06-04T19:23:11.547Z Downloaded aead v0.5.2
6052026-06-04T19:23:11.550Z Downloaded atty v0.2.14
6062026-06-04T19:23:11.554Z Downloaded crossbeam-deque v0.8.6
6072026-06-04T19:23:11.554Z Downloaded ciborium-io v0.2.2
6082026-06-04T19:23:11.554Z Downloaded base16ct v0.2.0
6092026-06-04T19:23:11.582Z Downloaded assert_matches v1.5.0
6102026-06-04T19:23:11.582Z Downloaded futures-sink v0.3.32
6112026-06-04T19:23:11.582Z Downloaded globwalk v0.9.1
6122026-06-04T19:23:11.582Z Downloaded cpufeatures v0.3.0
6132026-06-04T19:23:11.582Z Downloaded foreign-types v0.3.2
6142026-06-04T19:23:11.582Z Downloaded bitfield-struct v0.6.2
6152026-06-04T19:23:11.582Z Downloaded embedded-io v0.4.0
6162026-06-04T19:23:11.582Z Downloaded foreign-types v0.5.0
6172026-06-04T19:23:11.582Z Downloaded cstr-argument v0.1.2
6182026-06-04T19:23:11.583Z Downloaded daft v0.1.7
6192026-06-04T19:23:11.583Z Downloaded crossbeam-epoch v0.9.18
6202026-06-04T19:23:11.583Z Downloaded foreign-types-shared v0.3.1
6212026-06-04T19:23:11.583Z Downloaded foreign-types-shared v0.1.1
6222026-06-04T19:23:11.583Z Downloaded block-padding v0.3.3
6232026-06-04T19:23:11.583Z Downloaded fxhash v0.2.1
6242026-06-04T19:23:11.583Z Downloaded adler2 v2.0.1
6252026-06-04T19:23:11.587Z Downloaded elliptic-curve v0.13.8
6262026-06-04T19:23:11.587Z Downloaded cassowary v0.3.0
6272026-06-04T19:23:11.587Z Downloaded cbc v0.1.2
6282026-06-04T19:23:11.587Z Downloaded blowfish v0.9.1
6292026-06-04T19:23:11.587Z Downloaded byte-wrapper v0.1.0
6302026-06-04T19:23:11.590Z Downloaded der v0.7.10
6312026-06-04T19:23:11.590Z Downloaded headers-core v0.3.0
6322026-06-04T19:23:11.595Z Downloaded git-stub v1.0.0
6332026-06-04T19:23:11.595Z Downloaded dunce v1.0.5
6342026-06-04T19:23:11.595Z Downloaded convert_case v0.10.0
6352026-06-04T19:23:11.595Z Downloaded bzip2 v0.4.4
6362026-06-04T19:23:11.598Z Downloaded bitfield v0.19.4
6372026-06-04T19:23:11.598Z Downloaded cargo_metadata v0.23.1
6382026-06-04T19:23:11.598Z Downloaded async-trait v0.1.89
6392026-06-04T19:23:11.604Z Downloaded bitflags v1.3.2
6402026-06-04T19:23:11.604Z Downloaded erased-serde v0.3.31
6412026-06-04T19:23:11.609Z Downloaded der_derive v0.7.3
6422026-06-04T19:23:11.609Z Downloaded hash32 v0.3.1
6432026-06-04T19:23:11.609Z Downloaded backoff v0.4.0
6442026-06-04T19:23:11.609Z Downloaded foreign-types-macros v0.2.3
6452026-06-04T19:23:11.609Z Downloaded env_logger v0.11.9
6462026-06-04T19:23:11.614Z Downloaded hex-literal v0.4.1
6472026-06-04T19:23:11.614Z Downloaded hex v0.4.3
6482026-06-04T19:23:11.614Z Downloaded flume v0.11.1
6492026-06-04T19:23:11.614Z Downloaded bit-vec v0.8.0
6502026-06-04T19:23:11.617Z Downloaded darling v0.20.11
6512026-06-04T19:23:11.617Z Downloaded derive-where v1.6.0
6522026-06-04T19:23:11.621Z Downloaded cobs v0.3.0
6532026-06-04T19:23:11.625Z Downloaded bit-vec v0.6.3
6542026-06-04T19:23:11.625Z Downloaded constant_time_eq v0.4.2
6552026-06-04T19:23:11.625Z Downloaded http-body v1.0.1
6562026-06-04T19:23:11.625Z Downloaded crucible-workspace-hack v0.1.0
6572026-06-04T19:23:11.628Z Downloaded foldhash v0.2.0
6582026-06-04T19:23:11.628Z Downloaded ecdsa v0.16.9
6592026-06-04T19:23:11.629Z Downloaded compression-codecs v0.4.37
6602026-06-04T19:23:11.634Z Downloaded chacha20 v0.9.1
6612026-06-04T19:23:11.634Z Downloaded bcs v0.1.6
6622026-06-04T19:23:11.635Z Downloaded base64ct v1.8.3
6632026-06-04T19:23:11.638Z Downloaded env_filter v1.0.0
6642026-06-04T19:23:11.638Z Downloaded ghash v0.5.1
6652026-06-04T19:23:11.638Z Downloaded embedded-io v0.6.1
6662026-06-04T19:23:11.638Z Downloaded dtrace-parser v0.3.0
6672026-06-04T19:23:11.638Z Downloaded buf-list v1.1.2
6682026-06-04T19:23:11.642Z Downloaded fs-err v2.11.0
6692026-06-04T19:23:11.642Z Downloaded fixedbitset v0.4.2
6702026-06-04T19:23:11.642Z Downloaded darling v0.21.3
6712026-06-04T19:23:11.647Z Downloaded httpdate v1.0.3
6722026-06-04T19:23:11.647Z Downloaded clang-sys v1.8.1
6732026-06-04T19:23:11.650Z Downloaded console v0.16.2
6742026-06-04T19:23:11.650Z Downloaded derive_builder v0.20.2
6752026-06-04T19:23:11.653Z Downloaded crossbeam-utils v0.8.21
6762026-06-04T19:23:11.653Z Downloaded http-body-util v0.1.3
6772026-06-04T19:23:11.656Z Downloaded colored v3.1.1
6782026-06-04T19:23:11.656Z Downloaded http-range v0.1.5
6792026-06-04T19:23:11.660Z Downloaded hostname v0.3.1
6802026-06-04T19:23:11.660Z Downloaded home v0.5.12
6812026-06-04T19:23:11.660Z Downloaded float-cmp v0.10.0
6822026-06-04T19:23:11.660Z Downloaded deranged v0.5.8
6832026-06-04T19:23:11.663Z Downloaded futures-core v0.3.32
6842026-06-04T19:23:11.663Z Downloaded cookie v0.18.1
6852026-06-04T19:23:11.666Z Downloaded async-bb8-diesel v0.2.1
6862026-06-04T19:23:11.666Z Downloaded darling_macro v0.23.0
6872026-06-04T19:23:11.666Z Downloaded group v0.13.0
6882026-06-04T19:23:11.666Z Downloaded globset v0.4.18
6892026-06-04T19:23:11.670Z Downloaded darling_macro v0.21.3
6902026-06-04T19:23:11.670Z Downloaded array-init v0.0.4
6912026-06-04T19:23:11.670Z Downloaded fd-lock v4.0.4
6922026-06-04T19:23:11.673Z Downloaded illumos-nvpair-sys v0.2.0
6932026-06-04T19:23:11.674Z Downloaded ident_case v1.0.1
6942026-06-04T19:23:11.674Z Downloaded hubpack_derive v0.1.1
6952026-06-04T19:23:11.674Z Downloaded internet-checksum v0.2.1
6962026-06-04T19:23:11.674Z Downloaded indent_write v2.2.0
6972026-06-04T19:23:11.677Z Downloaded is-terminal v0.4.17
6982026-06-04T19:23:11.677Z Downloaded inout v0.1.4
6992026-06-04T19:23:11.678Z Downloaded debug-ignore v1.0.5
7002026-06-04T19:23:11.678Z Downloaded fallible-iterator v0.2.0
7012026-06-04T19:23:11.681Z Downloaded derive_builder_core v0.20.2
7022026-06-04T19:23:11.681Z Downloaded instability v0.3.11
7032026-06-04T19:23:11.681Z Downloaded darling_macro v0.13.4
7042026-06-04T19:23:11.681Z Downloaded chacha20 v0.10.0
7052026-06-04T19:23:11.685Z Downloaded daft-derive v0.1.7
7062026-06-04T19:23:11.688Z Downloaded hash32 v0.2.1
7072026-06-04T19:23:11.688Z Downloaded derive_more-impl v2.1.1
7082026-06-04T19:23:11.691Z Downloaded filetime v0.2.27
7092026-06-04T19:23:11.692Z Downloaded futures-executor v0.3.32
7102026-06-04T19:23:11.695Z Downloaded derive-ex v0.1.8
7112026-06-04T19:23:11.695Z Downloaded cookie_store v0.22.1
7122026-06-04T19:23:11.695Z Downloaded kstat-rs v0.2.4
7132026-06-04T19:23:11.698Z Downloaded hubpack v0.1.2
7142026-06-04T19:23:11.698Z Downloaded instant v0.1.13
7152026-06-04T19:23:11.699Z Downloaded half v1.8.3
7162026-06-04T19:23:11.702Z Downloaded hostname v0.4.2
7172026-06-04T19:23:11.702Z Downloaded corncobs v0.1.4
7182026-06-04T19:23:11.702Z Downloaded futures-channel v0.3.32
7192026-06-04T19:23:11.706Z Downloaded fatfs v0.3.6
7202026-06-04T19:23:11.706Z Downloaded bzip2 v0.6.1
7212026-06-04T19:23:11.709Z Downloaded lazy_static v1.5.0
7222026-06-04T19:23:11.710Z Downloaded highway v1.3.0
7232026-06-04T19:23:11.710Z Downloaded colored v2.2.0
7242026-06-04T19:23:11.713Z Downloaded linked-hash-map v0.5.6
7252026-06-04T19:23:11.713Z Downloaded gethostname v0.5.0
7262026-06-04T19:23:11.713Z Downloaded backon v1.6.0
7272026-06-04T19:23:11.717Z Downloaded lalrpop-util v0.19.12
7282026-06-04T19:23:11.717Z Downloaded blake2 v0.10.6
7292026-06-04T19:23:11.717Z Downloaded match_cfg v0.1.0
7302026-06-04T19:23:11.720Z Downloaded glob v0.3.3
7312026-06-04T19:23:11.720Z Downloaded humantime v2.3.0
7322026-06-04T19:23:11.720Z Downloaded darling_core v0.21.3
7332026-06-04T19:23:11.724Z Downloaded git-stub-vcs v0.1.0
7342026-06-04T19:23:11.724Z Downloaded hyper-tls v0.6.0
7352026-06-04T19:23:11.724Z Downloaded crossbeam-channel v0.5.15
7362026-06-04T19:23:11.729Z Downloaded cmake v0.1.57
7372026-06-04T19:23:11.729Z Downloaded impl-trait-for-tuples v0.2.3
7382026-06-04T19:23:11.732Z Downloaded hyper-staticfile v0.10.1
7392026-06-04T19:23:11.732Z Downloaded maybe-uninit v2.0.0
7402026-06-04T19:23:11.732Z Downloaded illumos-nvpair v0.3.0
7412026-06-04T19:23:11.732Z Downloaded getrandom v0.2.17
7422026-06-04T19:23:11.737Z Downloaded lzss v0.8.2
7432026-06-04T19:23:11.737Z Downloaded lru v0.12.5
7442026-06-04T19:23:11.740Z Downloaded memoffset v0.9.1
7452026-06-04T19:23:11.740Z Downloaded dropshot_endpoint v0.17.0
7462026-06-04T19:23:11.740Z Downloaded md5 v0.7.0
7472026-06-04T19:23:11.745Z Downloaded maplit v1.0.2
7482026-06-04T19:23:11.745Z Downloaded nibble_vec v0.1.0
7492026-06-04T19:23:11.745Z Downloaded multimap v0.10.1
7502026-06-04T19:23:11.745Z Downloaded jobserver v0.1.34
7512026-06-04T19:23:11.749Z Downloaded mime v0.3.17
7522026-06-04T19:23:11.749Z Downloaded hmac v0.12.1
7532026-06-04T19:23:11.749Z Downloaded ingot-types v0.1.2
7542026-06-04T19:23:11.749Z Downloaded futures-task v0.3.32
7552026-06-04T19:23:11.752Z Downloaded ed25519 v2.2.3
7562026-06-04T19:23:11.752Z Downloaded des v0.8.1
7572026-06-04T19:23:11.752Z Downloaded nodrop v0.1.14
7582026-06-04T19:23:11.752Z Downloaded keccak v0.1.6
7592026-06-04T19:23:11.756Z Downloaded ipnet v2.11.0
7602026-06-04T19:23:11.756Z Downloaded lru-slab v0.1.2
7612026-06-04T19:23:11.756Z Downloaded is_ci v1.2.0
7622026-06-04T19:23:11.756Z Downloaded indoc v1.0.9
7632026-06-04T19:23:11.760Z Downloaded httparse v1.10.1
7642026-06-04T19:23:11.760Z Downloaded headers v0.4.1
7652026-06-04T19:23:11.763Z Downloaded derive_more v0.99.20
7662026-06-04T19:23:11.766Z Downloaded num-derive v0.4.2
7672026-06-04T19:23:11.770Z Downloaded libloading v0.8.9
7682026-06-04T19:23:11.770Z Downloaded ingot v0.1.1
7692026-06-04T19:23:11.770Z Downloaded getrandom v0.3.4
7702026-06-04T19:23:11.773Z Downloaded num_threads v0.1.7
7712026-06-04T19:23:11.773Z Downloaded newtype-uuid-macros v0.1.0
7722026-06-04T19:23:11.777Z Downloaded num_enum_derive v0.5.11
7732026-06-04T19:23:11.777Z Downloaded crc32fast v1.5.0
7742026-06-04T19:23:11.777Z Downloaded num-derive v0.3.3
7752026-06-04T19:23:11.777Z Downloaded bytes v1.11.1
7762026-06-04T19:23:11.780Z Downloaded libsw-core v0.3.2
7772026-06-04T19:23:11.785Z Downloaded libefi-sys v0.1.0
7782026-06-04T19:23:11.785Z Downloaded newline-converter v0.3.0
7792026-06-04T19:23:11.785Z Downloaded managed v0.8.0
7802026-06-04T19:23:11.785Z Downloaded lru-cache v0.1.2
7812026-06-04T19:23:11.789Z Downloaded libscf-sys v1.1.0
7822026-06-04T19:23:11.789Z Downloaded num-iter v0.1.45
7832026-06-04T19:23:11.789Z Downloaded ff v0.13.1
7842026-06-04T19:23:11.789Z Downloaded darling_core v0.13.4
7852026-06-04T19:23:11.793Z Downloaded num-conv v0.2.0
7862026-06-04T19:23:11.793Z Downloaded openssl-probe v0.1.6
7872026-06-04T19:23:11.793Z Downloaded iana-time-zone v0.1.65
7882026-06-04T19:23:11.796Z Downloaded linear-map v1.2.0
7892026-06-04T19:23:11.796Z Downloaded darling v0.23.0
7902026-06-04T19:23:11.799Z Downloaded opaque-debug v0.3.1
7912026-06-04T19:23:11.799Z Downloaded openssl-macros v0.1.1
7922026-06-04T19:23:11.800Z Downloaded native-tls v0.2.18
7932026-06-04T19:23:11.803Z Downloaded lock_api v0.4.14
7942026-06-04T19:23:11.803Z Downloaded oso-derive v0.27.3
7952026-06-04T19:23:11.803Z Downloaded ipnetwork v0.21.1
7962026-06-04T19:23:11.806Z Downloaded multer v3.1.0
7972026-06-04T19:23:11.806Z Downloaded compact_str v0.8.1
7982026-06-04T19:23:11.810Z Downloaded pbkdf2 v0.12.2
7992026-06-04T19:23:11.810Z Downloaded indoc v2.0.7
8002026-06-04T19:23:11.813Z Downloaded darling_core v0.20.11
8012026-06-04T19:23:11.813Z Downloaded olpc-cjson v0.1.4
8022026-06-04T19:23:11.816Z Downloaded normalize-line-endings v0.3.0
8032026-06-04T19:23:11.816Z Downloaded half v2.7.1
8042026-06-04T19:23:11.816Z Downloaded crossterm v0.28.1
8052026-06-04T19:23:11.821Z Downloaded new_debug_unreachable v1.0.6
8062026-06-04T19:23:11.826Z Downloaded md-5 v0.10.6
8072026-06-04T19:23:11.826Z Downloaded flate2 v1.1.9
8082026-06-04T19:23:11.829Z Downloaded path-slash v0.1.5
8092026-06-04T19:23:11.829Z Downloaded parse-size v1.1.0
8102026-06-04T19:23:11.829Z Downloaded parse-display v0.10.0
8112026-06-04T19:23:11.829Z Downloaded futures v0.3.32
8122026-06-04T19:23:11.833Z Downloaded num_enum_derive v0.7.5
8132026-06-04T19:23:11.833Z Downloaded newtype-uuid v1.3.2
8142026-06-04T19:23:11.833Z Downloaded nanorand v0.7.0
8152026-06-04T19:23:11.837Z Downloaded libsw v3.5.0
8162026-06-04T19:23:11.837Z Downloaded const_format v0.2.35
8172026-06-04T19:23:11.841Z Downloaded base64 v0.22.1
8182026-06-04T19:23:11.841Z Downloaded peg-runtime v0.8.5
8192026-06-04T19:23:11.845Z Downloaded packed_struct_codegen v0.10.1
8202026-06-04T19:23:11.845Z Downloaded darling_core v0.23.0
8212026-06-04T19:23:11.845Z Downloaded oxide-tokio-rt v0.1.4
8222026-06-04T19:23:11.850Z Downloaded nu-ansi-term v0.50.3
8232026-06-04T19:23:11.850Z Downloaded nonempty v0.12.0
8242026-06-04T19:23:11.850Z Downloaded mime_guess v2.0.5
8252026-06-04T19:23:11.854Z Downloaded phf_shared v0.12.1
8262026-06-04T19:23:11.866Z Downloaded phf_shared v0.13.1
8272026-06-04T19:23:11.869Z Downloaded phf_shared v0.11.3
8282026-06-04T19:23:11.869Z Downloaded num_enum v0.7.5
8292026-06-04T19:23:11.873Z Downloaded num-rational v0.4.2
8302026-06-04T19:23:11.873Z Downloaded num_enum v0.5.11
8312026-06-04T19:23:11.876Z Downloaded predicates-tree v1.0.13
8322026-06-04T19:23:11.876Z Downloaded precomputed-hash v0.1.1
8332026-06-04T19:23:11.876Z Downloaded peg v0.8.5
8342026-06-04T19:23:11.880Z Downloaded num-integer v0.1.46
8352026-06-04T19:23:11.880Z Downloaded litrs v1.0.0
8362026-06-04T19:23:11.883Z Downloaded phf v0.12.1
8372026-06-04T19:23:11.883Z Downloaded oxnet v0.1.4
8382026-06-04T19:23:11.883Z Downloaded num v0.4.3
8392026-06-04T19:23:11.887Z Downloaded heapless v0.7.17
8402026-06-04T19:23:11.891Z Downloaded pem v3.0.6
8412026-06-04T19:23:11.891Z Downloaded memmap2 v0.9.10
8422026-06-04T19:23:11.891Z Downloaded hyper-rustls v0.27.7
8432026-06-04T19:23:11.892Z Downloaded cc v1.2.56
8442026-06-04T19:23:11.895Z Downloaded arc-swap v1.8.2
8452026-06-04T19:23:11.895Z Downloaded num-complex v0.4.6
8462026-06-04T19:23:11.898Z Downloaded progenitor-client v0.11.2
8472026-06-04T19:23:11.898Z Downloaded proc-macro-crate v1.3.1
8482026-06-04T19:23:11.898Z Downloaded ignore v0.4.25
8492026-06-04T19:23:11.902Z Downloaded quick-error v1.2.3
8502026-06-04T19:23:11.902Z Downloaded heapless v0.8.0
8512026-06-04T19:23:11.905Z Downloaded ed25519-dalek v2.2.0
8522026-06-04T19:23:11.905Z Downloaded chacha20poly1305 v0.10.1
8532026-06-04T19:23:11.908Z Downloaded enum-as-inner v0.6.1
8542026-06-04T19:23:11.908Z Downloaded radium v0.7.0
8552026-06-04T19:23:11.908Z Downloaded paste v1.0.15
8562026-06-04T19:23:11.912Z Downloaded progenitor-client v0.10.0
8572026-06-04T19:23:11.912Z Downloaded progenitor-macro v0.14.0
8582026-06-04T19:23:11.912Z Downloaded either v1.15.0
8592026-06-04T19:23:11.915Z Downloaded console v0.15.11
8602026-06-04T19:23:11.915Z Downloaded parking_lot_core v0.9.12
8612026-06-04T19:23:11.918Z Downloaded const-oid v0.9.6
8622026-06-04T19:23:11.918Z Downloaded rand_chacha v0.3.1
8632026-06-04T19:23:11.918Z Downloaded pem-rfc7468 v0.7.0
8642026-06-04T19:23:11.921Z Downloaded peg-macros v0.8.5
8652026-06-04T19:23:11.921Z Downloaded progenitor-macro v0.13.0
8662026-06-04T19:23:11.921Z Downloaded primeorder v0.13.6
8672026-06-04T19:23:11.925Z Downloaded http v1.4.0
8682026-06-04T19:23:11.928Z Downloaded pin-utils v0.1.0
8692026-06-04T19:23:11.928Z Downloaded pin-project-lite v0.2.17
8702026-06-04T19:23:11.931Z Downloaded ppv-lite86 v0.2.21
8712026-06-04T19:23:11.932Z Downloaded parking_lot v0.11.2
8722026-06-04T19:23:11.932Z Downloaded bumpalo v3.20.2
8732026-06-04T19:23:11.935Z Downloaded phf v0.13.1
8742026-06-04T19:23:11.935Z Downloaded poly1305 v0.8.0
8752026-06-04T19:23:11.938Z Downloaded ref-cast v1.0.25
8762026-06-04T19:23:11.938Z Downloaded proc-macro-error-attr2 v2.0.0
8772026-06-04T19:23:11.943Z Downloaded newtype_derive v0.1.6
8782026-06-04T19:23:11.943Z Downloaded pkg-config v0.3.32
8792026-06-04T19:23:11.943Z Downloaded pin-project-internal v1.1.11
8802026-06-04T19:23:11.946Z Downloaded psl-types v2.0.11
8812026-06-04T19:23:11.946Z Downloaded password-hash v0.4.2
8822026-06-04T19:23:11.946Z Downloaded packed_struct v0.10.1
8832026-06-04T19:23:11.946Z Downloaded rand_xorshift v0.4.0
8842026-06-04T19:23:11.950Z Downloaded recursive-proc-macro-impl v0.1.1
8852026-06-04T19:23:11.950Z Downloaded pkcs8 v0.10.2
8862026-06-04T19:23:11.950Z Downloaded ref-cast-impl v1.0.25
8872026-06-04T19:23:11.953Z Downloaded indexmap v1.9.3
8882026-06-04T19:23:11.953Z Downloaded recursive v0.1.1
8892026-06-04T19:23:11.953Z Downloaded indicatif v0.18.4
8902026-06-04T19:23:11.956Z Downloaded progenitor-client v0.13.0
8912026-06-04T19:23:11.957Z Downloaded ar_archive_writer v0.5.1
8922026-06-04T19:23:11.960Z Downloaded predicates-core v1.0.10
8932026-06-04T19:23:11.960Z Downloaded async-compression v0.4.41
8942026-06-04T19:23:11.963Z Downloaded rtoolbox v0.0.3
8952026-06-04T19:23:11.966Z Downloaded predicates v3.1.4
8962026-06-04T19:23:11.966Z Downloaded progenitor-client v0.14.0
8972026-06-04T19:23:11.967Z Downloaded password-hash v0.5.0
8982026-06-04T19:23:11.970Z Downloaded parking_lot v0.12.5
8992026-06-04T19:23:11.970Z Downloaded postgres-protocol v0.6.10
9002026-06-04T19:23:11.973Z Downloaded hashbrown v0.13.2
9012026-06-04T19:23:11.973Z Downloaded polyval v0.6.2
9022026-06-04T19:23:11.976Z Downloaded owo-colors v4.3.0
9032026-06-04T19:23:11.976Z Downloaded rand_core v0.6.4
9042026-06-04T19:23:11.976Z Downloaded progenitor v0.14.0
9052026-06-04T19:23:11.981Z Downloaded progenitor-macro v0.11.2
9062026-06-04T19:23:11.981Z Downloaded progenitor v0.11.2
9072026-06-04T19:23:11.981Z Downloaded base64 v0.21.7
9082026-06-04T19:23:11.984Z Downloaded expectorate v1.2.0
9092026-06-04T19:23:11.984Z Downloaded postcard v1.1.3
9102026-06-04T19:23:11.988Z Downloaded psm v0.1.30
9112026-06-04T19:23:11.988Z Downloaded rfc6979 v0.4.0
9122026-06-04T19:23:11.988Z Downloaded pkcs1 v0.7.5
9132026-06-04T19:23:11.991Z Downloaded crypto-bigint v0.5.5
9142026-06-04T19:23:11.995Z Downloaded russh-cryptovec v0.7.3
9152026-06-04T19:23:11.995Z Downloaded r2d2 v0.8.10
9162026-06-04T19:23:11.995Z Downloaded powerfmt v0.2.0
9172026-06-04T19:23:12.000Z Downloaded libbz2-rs-sys v0.2.2
9182026-06-04T19:23:12.000Z Downloaded hickory-resolver v0.24.4
9192026-06-04T19:23:12.004Z Downloaded proc-macro-crate v3.4.0
9202026-06-04T19:23:12.004Z Downloaded parking_lot_core v0.8.6
9212026-06-04T19:23:12.004Z Downloaded openssl-probe v0.2.1
9222026-06-04T19:23:12.005Z Downloaded omicron-zone-package v0.12.2
9232026-06-04T19:23:12.009Z Downloaded rustc_version v0.1.7
9242026-06-04T19:23:12.009Z Downloaded ingot-macros v0.1.1
9252026-06-04T19:23:12.009Z Downloaded cancel-safe-futures v0.1.5
9262026-06-04T19:23:12.013Z Downloaded rand_chacha v0.9.0
9272026-06-04T19:23:12.013Z Downloaded postgres-types v0.2.12
9282026-06-04T19:23:12.013Z Downloaded arrayvec v0.7.6
9292026-06-04T19:23:12.013Z Downloaded rand_seeder v0.4.0
9302026-06-04T19:23:12.016Z Downloaded rand_core v0.10.0
9312026-06-04T19:23:12.016Z Downloaded endian-type v0.1.2
9322026-06-04T19:23:12.016Z Downloaded dsl_auto_type v0.2.0
9332026-06-04T19:23:12.021Z Downloaded ctr v0.9.2
9342026-06-04T19:23:12.021Z Downloaded pbkdf2 v0.11.0
9352026-06-04T19:23:12.021Z Downloaded crc v3.4.0
9362026-06-04T19:23:12.024Z Downloaded p256 v0.13.2
9372026-06-04T19:23:12.024Z Downloaded proc-macro-error2 v2.0.1
9382026-06-04T19:23:12.025Z Downloaded papergrid v0.17.0
9392026-06-04T19:23:12.028Z Downloaded scopeguard v1.2.0
9402026-06-04T19:23:12.031Z Downloaded progenitor v0.13.0
9412026-06-04T19:23:12.031Z Downloaded oso v0.27.3
9422026-06-04T19:23:12.034Z Downloaded progenitor-extras v0.2.0
9432026-06-04T19:23:12.034Z Downloaded same-file v1.0.6
9442026-06-04T19:23:12.038Z Downloaded rustc_version v0.4.1
9452026-06-04T19:23:12.038Z Downloaded salsa20 v0.10.2
9462026-06-04T19:23:12.038Z Downloaded rand_core v0.9.5
9472026-06-04T19:23:12.041Z Downloaded serde_spanned v1.0.4
9482026-06-04T19:23:12.041Z Downloaded jiff-static v0.2.21
9492026-06-04T19:23:12.041Z Downloaded scrypt v0.11.0
9502026-06-04T19:23:12.045Z Downloaded serde_bytes v0.11.19
9512026-06-04T19:23:12.052Z Downloaded minimal-lexical v0.2.1
9522026-06-04T19:23:12.055Z Downloaded secrecy v0.8.0
9532026-06-04T19:23:12.060Z Downloaded scroll_derive v0.13.1
9542026-06-04T19:23:12.061Z Downloaded serde-big-array v0.5.1
9552026-06-04T19:23:12.061Z Downloaded seq-macro v0.3.6
9562026-06-04T19:23:12.064Z Downloaded semver v0.1.20
9572026-06-04T19:23:12.064Z Downloaded rustversion v1.0.22
9582026-06-04T19:23:12.064Z Downloaded resolv-conf v0.7.6
9592026-06-04T19:23:12.070Z Downloaded scheduled-thread-pool v0.2.7
9602026-06-04T19:23:12.074Z Downloaded pin-project v1.1.11
9612026-06-04T19:23:12.079Z Downloaded miniz_oxide v0.8.9
9622026-06-04T19:23:12.079Z Downloaded serde_repr v0.1.20
9632026-06-04T19:23:12.079Z Downloaded secrecy v0.10.3
9642026-06-04T19:23:12.082Z Downloaded sigpipe v0.1.3
9652026-06-04T19:23:12.082Z Downloaded shell-words v1.1.1
9662026-06-04T19:23:12.086Z Downloaded signal-hook-mio v0.2.5
9672026-06-04T19:23:12.089Z Downloaded serde_urlencoded v0.7.1
9682026-06-04T19:23:12.089Z Downloaded openssl-sys v0.9.115
9692026-06-04T19:23:12.092Z Downloaded sapling-renderdag v0.1.0
9702026-06-04T19:23:12.093Z Downloaded sha1 v0.10.6
9712026-06-04T19:23:12.096Z Downloaded pkcs5 v0.7.1
9722026-06-04T19:23:12.096Z Downloaded rustls-pemfile v2.2.0
9732026-06-04T19:23:12.101Z Downloaded hyper-util v0.1.20
9742026-06-04T19:23:12.104Z Downloaded siphasher v1.0.2
9752026-06-04T19:23:12.104Z Downloaded hickory-server v0.25.2
9762026-06-04T19:23:12.104Z Downloaded rustls-pemfile v1.0.4
9772026-06-04T19:23:12.107Z Downloaded hashbrown v0.12.3
9782026-06-04T19:23:12.111Z Downloaded slog-envlogger v2.2.0
9792026-06-04T19:23:12.111Z Downloaded signature v2.2.0
9802026-06-04T19:23:12.111Z Downloaded sec1 v0.7.3
9812026-06-04T19:23:12.114Z Downloaded rusty-fork v0.3.1
9822026-06-04T19:23:12.114Z Downloaded prefix-trie v0.7.0
9832026-06-04T19:23:12.122Z Downloaded schemars_derive v0.8.22
9842026-06-04T19:23:12.126Z Downloaded progenitor-impl v0.13.0
9852026-06-04T19:23:12.126Z Downloaded progenitor-impl v0.11.2
9862026-06-04T19:23:12.126Z Downloaded crossterm v0.29.0
9872026-06-04T19:23:12.129Z Downloaded quinn-udp v0.5.14
9882026-06-04T19:23:12.132Z Downloaded serde_plain v1.0.2
9892026-06-04T19:23:12.133Z Downloaded aes v0.8.4
9902026-06-04T19:23:12.136Z Downloaded ssh-encoding v0.2.0
9912026-06-04T19:23:12.136Z Downloaded slog-bunyan v2.5.0
9922026-06-04T19:23:12.136Z Downloaded sqlparser_derive v0.5.0
9932026-06-04T19:23:12.142Z Downloaded strip-ansi-escapes v0.2.1
9942026-06-04T19:23:12.146Z Downloaded serde_derive_internals v0.29.1
9952026-06-04T19:23:12.153Z Downloaded russh-keys v0.45.0
9962026-06-04T19:23:12.157Z Downloaded shlex v1.3.0
9972026-06-04T19:23:12.161Z Downloaded serde_with_macros v1.5.2
9982026-06-04T19:23:12.161Z Downloaded simd-adler32 v0.3.8
9992026-06-04T19:23:12.161Z Downloaded scroll v0.13.0
10002026-06-04T19:23:12.164Z Downloaded ssh-cipher v0.2.0
10012026-06-04T19:23:12.168Z Downloaded strsim v0.10.0
10022026-06-04T19:23:12.168Z Downloaded rustls-pki-types v1.14.0
10032026-06-04T19:23:12.177Z Downloaded signal-hook-registry v1.4.8
10042026-06-04T19:23:12.177Z Downloaded serde-hex v0.1.0
10052026-06-04T19:23:12.177Z Downloaded sct v0.7.1
10062026-06-04T19:23:12.182Z Downloaded parse-display-derive v0.10.0
10072026-06-04T19:23:12.182Z Downloaded strum v0.27.2
10082026-06-04T19:23:12.182Z Downloaded hickory-resolver v0.25.2
10092026-06-04T19:23:12.182Z Downloaded supports-color v3.0.2
10102026-06-04T19:23:12.182Z Downloaded slab v0.4.12
10112026-06-04T19:23:12.182Z Downloaded aes-gcm v0.10.3
10122026-06-04T19:23:12.186Z Downloaded serde_path_to_error v0.1.20
10132026-06-04T19:23:12.186Z Downloaded rustc-hash v2.1.1
10142026-06-04T19:23:12.186Z Downloaded tap v1.0.1
10152026-06-04T19:23:12.186Z Downloaded prettyplease v0.2.37
10162026-06-04T19:23:12.192Z Downloaded rcgen v0.12.1
10172026-06-04T19:23:12.192Z Downloaded itertools v0.10.5
10182026-06-04T19:23:12.195Z Downloaded sync_wrapper v1.0.2
10192026-06-04T19:23:12.195Z Downloaded subtle v2.6.1
10202026-06-04T19:23:12.195Z Downloaded tagptr v0.2.0
10212026-06-04T19:23:12.200Z Downloaded snafu-derive v0.8.9
10222026-06-04T19:23:12.200Z Downloaded smallvec v0.6.14
10232026-06-04T19:23:12.200Z Downloaded tabled_derive v0.11.0
10242026-06-04T19:23:12.200Z Downloaded slog-term v2.9.2
10252026-06-04T19:23:12.203Z Downloaded slog-stdlog v4.1.1
10262026-06-04T19:23:12.203Z Downloaded slog-scope v4.4.1
10272026-06-04T19:23:12.206Z Downloaded time-core v0.1.8
10282026-06-04T19:23:12.207Z Downloaded tabwriter v1.4.1
10292026-06-04T19:23:12.207Z Downloaded spki v0.7.3
10302026-06-04T19:23:12.210Z Downloaded sync-ptr v0.1.4
10312026-06-04T19:23:12.210Z Downloaded smf v0.2.3
10322026-06-04T19:23:12.210Z Downloaded string_cache v0.8.9
10332026-06-04T19:23:12.213Z Downloaded stringprep v0.1.5
10342026-06-04T19:23:12.213Z Downloaded termtree v0.5.1
10352026-06-04T19:23:12.214Z Downloaded pretty_assertions v1.4.1
10362026-06-04T19:23:12.217Z Downloaded ron v0.8.1
10372026-06-04T19:23:12.221Z Downloaded hashbrown v0.15.5
10382026-06-04T19:23:12.225Z Downloaded stacker v0.1.23
10392026-06-04T19:23:12.228Z Downloaded dropshot-api-manager v0.7.2
10402026-06-04T19:23:12.231Z Downloaded serde_cbor v0.11.2
10412026-06-04T19:23:12.236Z Downloaded take_mut v0.2.2
10422026-06-04T19:23:12.239Z Downloaded thiserror-impl-no-std v2.0.2
10432026-06-04T19:23:12.239Z Downloaded itertools v0.12.1
10442026-06-04T19:23:12.243Z Downloaded tinyvec_macros v0.1.1
10452026-06-04T19:23:12.243Z Downloaded thread-id v5.1.0
10462026-06-04T19:23:12.243Z Downloaded slog-async v2.8.0
10472026-06-04T19:23:12.246Z Downloaded slog-dtrace v0.3.0
10482026-06-04T19:23:12.246Z Downloaded ryu v1.0.23
10492026-06-04T19:23:12.249Z Downloaded rustls-platform-verifier v0.6.2
10502026-06-04T19:23:12.249Z Downloaded mio v1.2.0
10512026-06-04T19:23:12.253Z Downloaded strum v0.26.3
10522026-06-04T19:23:12.253Z Downloaded libxml v0.3.3
10532026-06-04T19:23:12.256Z Downloaded strum_macros v0.24.3
10542026-06-04T19:23:12.260Z Downloaded serde_with_macros v3.17.0
10552026-06-04T19:23:12.260Z Downloaded strum_macros v0.27.2
10562026-06-04T19:23:12.263Z Downloaded hashbrown v0.16.1
10572026-06-04T19:23:12.267Z Downloaded serde_yaml v0.9.34+deprecated
10582026-06-04T19:23:12.270Z Downloaded structmeta v0.3.0
10592026-06-04T19:23:12.270Z Downloaded static_assertions v1.1.0
10602026-06-04T19:23:12.270Z Downloaded spin v0.9.8
10612026-06-04T19:23:12.273Z Downloaded rayon-core v1.13.0
10622026-06-04T19:23:12.273Z Downloaded qorb v0.4.1
10632026-06-04T19:23:12.277Z Downloaded progenitor-impl v0.14.0
10642026-06-04T19:23:12.280Z Downloaded slog-json v2.6.1
10652026-06-04T19:23:12.280Z Downloaded signal-hook v0.3.18
10662026-06-04T19:23:12.284Z Downloaded structmeta-derive v0.3.0
10672026-06-04T19:23:12.287Z Downloaded schemars v0.9.0
10682026-06-04T19:23:12.292Z Downloaded topological-sort v0.2.2
10692026-06-04T19:23:12.295Z Downloaded tower-service v0.3.3
10702026-06-04T19:23:12.299Z Downloaded sqlformat v0.3.5
10712026-06-04T19:23:12.299Z Downloaded nom v7.1.3
10722026-06-04T19:23:12.303Z Downloaded quinn v0.11.9
10732026-06-04T19:23:12.307Z Downloaded trait-variant v0.1.2
10742026-06-04T19:23:12.307Z Downloaded signal-hook-tokio v0.3.1
10752026-06-04T19:23:12.312Z Downloaded tower-layer v0.3.3
10762026-06-04T19:23:12.315Z Downloaded slog v2.8.2
10772026-06-04T19:23:12.315Z Downloaded tokio-native-tls v0.3.1
10782026-06-04T19:23:12.315Z Downloaded time-macros v0.2.27
10792026-06-04T19:23:12.318Z Downloaded thread_local v1.1.9
10802026-06-04T19:23:12.318Z Downloaded similar v2.7.0
10812026-06-04T19:23:12.321Z Downloaded tiny-keccak v2.0.2
10822026-06-04T19:23:12.325Z Downloaded num-bigint v0.4.6
10832026-06-04T19:23:12.328Z Downloaded try-lock v0.2.5
10842026-06-04T19:23:12.328Z Downloaded tls_codec v0.4.2
10852026-06-04T19:23:12.328Z Downloaded term v0.7.0
10862026-06-04T19:23:12.331Z Downloaded tokio-rustls v0.25.0
10872026-06-04T19:23:12.334Z Downloaded tokio-dtrace v0.1.1
10882026-06-04T19:23:12.338Z Downloaded termios v0.3.3
10892026-06-04T19:23:12.341Z Downloaded itertools v0.13.0
10902026-06-04T19:23:12.344Z Downloaded testing_table v0.3.0
10912026-06-04T19:23:12.348Z Downloaded universal-hash v0.5.1
10922026-06-04T19:23:12.348Z Downloaded unicode-truncate v1.1.0
10932026-06-04T19:23:12.348Z Downloaded strum_macros v0.26.4
10942026-06-04T19:23:12.351Z Downloaded schemars v0.8.22
10952026-06-04T19:23:12.359Z Downloaded tls_codec_derive v0.4.2
10962026-06-04T19:23:12.362Z Downloaded unit-prefix v0.5.2
10972026-06-04T19:23:12.362Z Downloaded futures-util v0.3.32
10982026-06-04T19:23:12.368Z Downloaded utf-8 v0.7.6
10992026-06-04T19:23:12.372Z Downloaded untrusted v0.7.1
11002026-06-04T19:23:12.372Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11012026-06-04T19:23:12.372Z Downloaded tokio-tungstenite v0.23.1
11022026-06-04T19:23:12.376Z Downloaded want v0.3.1
11032026-06-04T19:23:12.376Z Downloaded usdt-macro v0.6.0
11042026-06-04T19:23:12.376Z Downloaded untrusted v0.9.0
11052026-06-04T19:23:12.376Z Downloaded tokio-tungstenite v0.21.0
11062026-06-04T19:23:12.376Z Downloaded unicase v2.9.0
11072026-06-04T19:23:12.379Z Downloaded subprocess v0.2.15
11082026-06-04T19:23:12.379Z Downloaded socket2 v0.6.3
11092026-06-04T19:23:12.383Z Downloaded p521 v0.13.3
11102026-06-04T19:23:12.383Z Downloaded publicsuffix v2.3.0
11112026-06-04T19:23:12.386Z Downloaded hyper v1.8.1
11122026-06-04T19:23:12.391Z Downloaded rand v0.9.2
11132026-06-04T19:23:12.395Z Downloaded rand v0.8.6
11142026-06-04T19:23:12.395Z Downloaded aws-lc-rs v1.16.3
11152026-06-04T19:23:12.399Z Downloaded waitgroup v0.1.2
11162026-06-04T19:23:12.402Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11172026-06-04T19:23:12.402Z Downloaded tui-tree-widget v0.23.1
11182026-06-04T19:23:12.402Z Downloaded usdt-attr-macro v0.6.0
11192026-06-04T19:23:12.405Z Downloaded tokio-macros v2.7.0
11202026-06-04T19:23:12.405Z Downloaded num-bigint-dig v0.8.6
11212026-06-04T19:23:12.408Z Downloaded support-bundle-viewer v0.1.2
11222026-06-04T19:23:12.408Z Downloaded rustls-webpki v0.103.9
11232026-06-04T19:23:12.412Z Downloaded xattr v1.6.1
11242026-06-04T19:23:12.412Z Downloaded h2 v0.4.13
11252026-06-04T19:23:12.415Z Downloaded rustls-native-certs v0.8.3
11262026-06-04T19:23:12.415Z Downloaded hkdf v0.12.4
11272026-06-04T19:23:12.418Z Downloaded uzers v0.12.2
11282026-06-04T19:23:12.422Z Downloaded xshell-macros v0.2.7
11292026-06-04T19:23:12.426Z Downloaded usdt v0.6.0
11302026-06-04T19:23:12.426Z Downloaded zone v0.3.1
11312026-06-04T19:23:12.426Z Downloaded tokio-rustls v0.26.4
11322026-06-04T19:23:12.429Z Downloaded tokio-stream v0.1.18
11332026-06-04T19:23:12.430Z Downloaded vsss-rs v3.3.4
11342026-06-04T19:23:12.433Z Downloaded unarray v0.1.4
11352026-06-04T19:23:12.433Z Downloaded snafu v0.8.9
11362026-06-04T19:23:12.438Z Downloaded zone_cfg_derive v0.3.1
11372026-06-04T19:23:12.438Z Downloaded toml_parser v1.0.9+spec-1.1.0
11382026-06-04T19:23:12.441Z Downloaded socket2 v0.5.10
11392026-06-04T19:23:12.441Z Downloaded samael v0.0.19
11402026-06-04T19:23:12.446Z Downloaded vergen-lib v0.1.6
11412026-06-04T19:23:12.446Z Downloaded vergen-gitcl v1.0.8
11422026-06-04T19:23:12.446Z Downloaded vergen-git2 v9.1.0
11432026-06-04T19:23:12.449Z Downloaded typify-macro v0.4.3
11442026-06-04T19:23:12.449Z Downloaded rsa v0.9.10
11452026-06-04T19:23:12.449Z Downloaded toml_writer v1.0.6+spec-1.1.0
11462026-06-04T19:23:12.452Z Downloaded vergen-lib v9.1.0
11472026-06-04T19:23:12.453Z Downloaded wait-timeout v0.2.1
11482026-06-04T19:23:12.453Z Downloaded tracing-attributes v0.1.31
11492026-06-04T19:23:12.456Z Downloaded test-strategy v0.4.5
11502026-06-04T19:23:12.456Z Downloaded libm v0.2.16
11512026-06-04T19:23:12.461Z Downloaded tinyvec v1.10.0
11522026-06-04T19:23:12.464Z Downloaded rand v0.10.0
11532026-06-04T19:23:12.470Z Downloaded xshell v0.2.7
11542026-06-04T19:23:12.470Z Downloaded twox-hash v2.1.2
11552026-06-04T19:23:12.470Z Downloaded schemars v1.2.1
11562026-06-04T19:23:12.477Z Downloaded wyz v0.5.1
11572026-06-04T19:23:12.480Z Downloaded iri-string v0.7.10
11582026-06-04T19:23:12.483Z Downloaded unicode-properties v0.1.4
11592026-06-04T19:23:12.484Z Downloaded zeroize v1.8.2
11602026-06-04T19:23:12.484Z Downloaded itertools v0.14.0
11612026-06-04T19:23:12.488Z Downloaded zeroize_derive v1.4.3
11622026-06-04T19:23:12.492Z Downloaded walkdir v2.5.0
11632026-06-04T19:23:12.495Z Downloaded rpassword v7.4.0
11642026-06-04T19:23:12.495Z Downloaded git2 v0.20.4
11652026-06-04T19:23:12.499Z Downloaded vergen v9.1.0
11662026-06-04T19:23:12.502Z Downloaded bindgen v0.71.1
11672026-06-04T19:23:12.507Z Downloaded usdt-impl v0.6.0
11682026-06-04T19:23:12.507Z Downloaded toml v1.0.6+spec-1.1.0
11692026-06-04T19:23:12.510Z Downloaded toml v0.7.8
11702026-06-04T19:23:12.511Z Downloaded russh v0.45.0
11712026-06-04T19:23:12.540Z Downloaded zstd-safe v7.2.4
11722026-06-04T19:23:12.540Z Downloaded void v1.0.2
11732026-06-04T19:23:12.540Z Downloaded tungstenite v0.21.0
11742026-06-04T19:23:12.540Z Downloaded typify v0.6.2
11752026-06-04T19:23:12.540Z Downloaded tungstenite v0.23.0
11762026-06-04T19:23:12.540Z Downloaded typify v0.4.3
11772026-06-04T19:23:12.540Z Downloaded uuid v1.23.0
11782026-06-04T19:23:12.546Z Downloaded typify-macro v0.6.2
11792026-06-04T19:23:12.551Z Downloaded tokio-postgres v0.7.16
11802026-06-04T19:23:12.554Z Downloaded tar v0.4.45
11812026-06-04T19:23:12.557Z Downloaded zstd v0.13.3
11822026-06-04T19:23:12.557Z Downloaded whoami v1.6.1
11832026-06-04T19:23:12.561Z Downloaded whoami v2.1.0
11842026-06-04T19:23:12.561Z Downloaded vte v0.14.1
11852026-06-04T19:23:12.561Z Downloaded term v1.2.1
11862026-06-04T19:23:12.564Z Downloaded steno v0.4.1
11872026-06-04T19:23:12.567Z Downloaded rustyline v14.0.0
11882026-06-04T19:23:12.568Z Downloaded reedline v0.40.0
11892026-06-04T19:23:12.571Z Downloaded iddqd v0.4.2
11902026-06-04T19:23:12.577Z Downloaded blake3 v1.8.3
11912026-06-04T19:23:12.582Z Downloaded unicode-bidi v0.3.18
11922026-06-04T19:23:12.592Z Downloaded bitvec v1.0.1
11932026-06-04T19:23:12.601Z Downloaded zerocopy v0.6.6
11942026-06-04T19:23:12.605Z Downloaded unsafe-libyaml v0.2.11
11952026-06-04T19:23:12.605Z Downloaded serde_with v1.14.0
11962026-06-04T19:23:12.608Z Downloaded tokio-rustls v0.24.1
11972026-06-04T19:23:12.611Z Downloaded goblin v0.10.5
11982026-06-04T19:23:12.615Z Downloaded ssh-key v0.6.7
11992026-06-04T19:23:12.619Z Downloaded toml_edit v0.23.10+spec-1.0.0
12002026-06-04T19:23:12.626Z Downloaded reqwest v0.13.2
12012026-06-04T19:23:12.631Z Downloaded zip v0.6.6
12022026-06-04T19:23:12.631Z Downloaded regex v1.12.3
12032026-06-04T19:23:12.634Z Downloaded reqwest v0.12.28
12042026-06-04T19:23:12.637Z Downloaded tracing-core v0.1.36
12052026-06-04T19:23:12.637Z Downloaded typed-path v0.9.3
12062026-06-04T19:23:12.643Z Downloaded p384 v0.13.1
12072026-06-04T19:23:12.648Z Downloaded zerocopy-derive v0.8.40
12082026-06-04T19:23:12.654Z Downloaded yasna v0.5.2
12092026-06-04T19:23:12.660Z Downloaded toml_edit v0.19.15
12102026-06-04T19:23:12.664Z Downloaded zopfli v0.8.3
12112026-06-04T19:23:12.672Z Downloaded rustls-webpki v0.101.7
12122026-06-04T19:23:12.680Z Downloaded x509-cert v0.2.5
12132026-06-04T19:23:12.684Z Downloaded thiserror-no-std v2.0.2
12142026-06-04T19:23:12.688Z Downloaded salty v0.3.0
12152026-06-04T19:23:12.691Z Downloaded tower v0.5.3
12162026-06-04T19:23:12.700Z Downloaded lalrpop v0.19.12
12172026-06-04T19:23:12.707Z Downloaded chrono v0.4.44
12182026-06-04T19:23:12.711Z Downloaded moka v0.12.13
12192026-06-04T19:23:12.715Z Downloaded zip v4.6.1
12202026-06-04T19:23:12.719Z Downloaded proptest v1.10.0
12212026-06-04T19:23:12.724Z Downloaded yansi v1.0.1
12222026-06-04T19:23:12.727Z Downloaded unicode-segmentation v1.12.0
12232026-06-04T19:23:12.727Z Downloaded unicode_categories v0.1.1
12242026-06-04T19:23:12.731Z Downloaded rayon v1.11.0
12252026-06-04T19:23:12.734Z Downloaded petname v2.0.2
12262026-06-04T19:23:12.747Z Downloaded quick-xml v0.37.5
12272026-06-04T19:23:12.754Z Downloaded rustls-webpki v0.102.8
12282026-06-04T19:23:12.764Z Downloaded unicode-normalization v0.1.25
12292026-06-04T19:23:12.767Z Downloaded tough v0.22.0
12302026-06-04T19:23:12.770Z Downloaded serde_with v3.17.0
12312026-06-04T19:23:12.778Z Downloaded curve25519-dalek v4.1.3
12322026-06-04T19:23:12.783Z Downloaded tokio-util v0.7.18
12332026-06-04T19:23:12.788Z Downloaded portable-atomic v1.13.1
12342026-06-04T19:23:12.793Z Downloaded quinn-proto v0.11.13
12352026-06-04T19:23:12.798Z Downloaded tower-http v0.6.8
12362026-06-04T19:23:12.802Z Downloaded nix v0.28.0
12372026-06-04T19:23:12.808Z Downloaded object v0.30.4
12382026-06-04T19:23:12.822Z Downloaded bstr v1.12.1
12392026-06-04T19:23:12.830Z Downloaded polar-core v0.27.3
12402026-06-04T19:23:12.835Z Downloaded rustls v0.21.12
12412026-06-04T19:23:12.846Z Downloaded radix_trie v0.2.1
12422026-06-04T19:23:12.849Z Downloaded winnow v0.5.40
12432026-06-04T19:23:12.852Z Downloaded nix v0.27.1
12442026-06-04T19:23:12.859Z Downloaded dropshot v0.17.0
12452026-06-04T19:23:12.871Z Downloaded tabled v0.20.0
12462026-06-04T19:23:12.881Z Downloaded zlib-rs v0.6.2
12472026-06-04T19:23:12.885Z Downloaded openssl v0.10.79
12482026-06-04T19:23:12.898Z Downloaded smoltcp v0.9.1
12492026-06-04T19:23:12.908Z Downloaded time v0.3.47
12502026-06-04T19:23:12.912Z Downloaded webpki-roots v1.0.6
12512026-06-04T19:23:12.925Z Downloaded rustls v0.22.4
12522026-06-04T19:23:12.929Z Downloaded regress v0.10.5
12532026-06-04T19:23:12.938Z Downloaded smoltcp v0.11.0
12542026-06-04T19:23:12.945Z Downloaded regex-syntax v0.6.29
12552026-06-04T19:23:12.945Z Downloaded object v0.37.3
12562026-06-04T19:23:12.949Z Downloaded winnow v0.6.26
12572026-06-04T19:23:12.953Z Downloaded diesel v2.3.7
12582026-06-04T19:23:12.965Z Downloaded nix v0.31.2
12592026-06-04T19:23:12.972Z Downloaded openapiv3 v2.2.0
12602026-06-04T19:23:12.979Z Downloaded hickory-proto v0.24.4
12612026-06-04T19:23:12.987Z Downloaded vcpkg v0.2.15
12622026-06-04T19:23:13.011Z Downloaded zerocopy v0.8.40
12632026-06-04T19:23:13.018Z Downloaded rustls v0.23.37
12642026-06-04T19:23:13.025Z Downloaded regress v0.11.1
12652026-06-04T19:23:13.029Z Downloaded hickory-proto v0.25.2
12662026-06-04T19:23:13.038Z Downloaded regex-syntax v0.8.10
12672026-06-04T19:23:13.050Z Downloaded rustix v0.38.44
12682026-06-04T19:23:13.064Z Downloaded sqlparser v0.61.0
12692026-06-04T19:23:13.107Z Downloaded chrono-tz v0.10.4
12702026-06-04T19:23:13.119Z Downloaded typify-impl v0.4.3
12712026-06-04T19:23:13.127Z Downloaded typify-impl v0.6.2
12722026-06-04T19:23:13.134Z Downloaded tracing v0.1.44
12732026-06-04T19:23:13.145Z Downloaded ratatui v0.29.0
12742026-06-04T19:23:13.156Z Downloaded zerocopy-derive v0.6.6
12752026-06-04T19:23:13.161Z Downloaded bzip2-sys v0.1.13+1.0.8
12762026-06-04T19:23:13.167Z Downloaded regex-automata v0.4.14
12772026-06-04T19:23:13.175Z Downloaded sled v0.34.7
12782026-06-04T19:23:13.181Z Downloaded petgraph v0.6.5
12792026-06-04T19:23:13.191Z Downloaded jiff v0.2.21
12802026-06-04T19:23:13.221Z Downloaded csv v1.4.0
12812026-06-04T19:23:13.233Z Downloaded petgraph v0.8.3
12822026-06-04T19:23:13.245Z Downloaded libz-sys v1.1.24
12832026-06-04T19:23:13.272Z Downloaded sha3 v0.10.8
12842026-06-04T19:23:13.277Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12852026-06-04T19:23:13.289Z Downloaded tokio v1.52.1
12862026-06-04T19:23:13.328Z Downloaded encoding_rs v0.8.35
12872026-06-04T19:23:13.357Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-06-04T19:23:13.388Z Downloaded ring v0.17.14
12892026-06-04T19:23:13.919Z Downloaded aws-lc-sys v0.40.0
12902026-06-04T19:23:14.162Z Compiling libc v0.2.185
12912026-06-04T19:23:14.162Z Compiling serde v1.0.228
12922026-06-04T19:23:14.166Z Compiling log v0.4.29
12932026-06-04T19:23:14.166Z Compiling shlex v1.3.0
12942026-06-04T19:23:14.166Z Compiling find-msvc-tools v0.1.9
12952026-06-04T19:23:14.166Z Compiling smallvec v1.15.1
12962026-06-04T19:23:14.166Z Compiling typenum v1.19.0
12972026-06-04T19:23:14.166Z Compiling subtle v2.6.1
12982026-06-04T19:23:14.350Z Compiling generic-array v0.14.7
12992026-06-04T19:23:14.353Z Compiling scopeguard v1.2.0
13002026-06-04T19:23:14.373Z Compiling const-oid v0.9.6
13012026-06-04T19:23:14.422Z Compiling serde_json v1.0.149
13022026-06-04T19:23:14.435Z Compiling syn v2.0.117
13032026-06-04T19:23:14.439Z Compiling zerocopy v0.8.40
13042026-06-04T19:23:14.439Z Compiling portable-atomic v1.13.1
13052026-06-04T19:23:14.448Z Compiling parking_lot_core v0.9.12
13062026-06-04T19:23:14.500Z Compiling lock_api v0.4.14
13072026-06-04T19:23:14.516Z Compiling pin-project-lite v0.2.17
13082026-06-04T19:23:14.570Z Compiling pkg-config v0.3.32
13092026-06-04T19:23:14.595Z Compiling bitflags v2.11.0
13102026-06-04T19:23:14.616Z Compiling futures-core v0.3.32
13112026-06-04T19:23:14.675Z Compiling libm v0.2.16
13122026-06-04T19:23:14.702Z Compiling critical-section v1.2.0
13132026-06-04T19:23:14.705Z Compiling num-traits v0.2.19
13142026-06-04T19:23:14.775Z Compiling percent-encoding v2.3.2
13152026-06-04T19:23:14.849Z Compiling futures-sink v0.3.32
13162026-06-04T19:23:14.852Z Compiling futures-task v0.3.32
13172026-06-04T19:23:14.852Z Compiling getrandom v0.4.1
13182026-06-04T19:23:14.929Z Compiling slab v0.4.12
13192026-06-04T19:23:14.936Z Compiling cpufeatures v0.2.17
13202026-06-04T19:23:14.997Z Compiling futures-channel v0.3.32
13212026-06-04T19:23:15.019Z Compiling futures-io v0.3.32
13222026-06-04T19:23:15.034Z Compiling rand_core v0.10.0
13232026-06-04T19:23:15.049Z Compiling indexmap v2.14.0
13242026-06-04T19:23:15.121Z Compiling rustversion v1.0.22
13252026-06-04T19:23:15.126Z Compiling getrandom v0.3.4
13262026-06-04T19:23:15.175Z Compiling form_urlencoded v1.2.2
13272026-06-04T19:23:15.195Z Compiling dunce v1.0.5
13282026-06-04T19:23:15.209Z Compiling fs_extra v1.3.0
13292026-06-04T19:23:15.223Z Compiling ident_case v1.0.1
13302026-06-04T19:23:15.248Z Compiling base64ct v1.8.3
13312026-06-04T19:23:15.262Z Compiling rustix v1.1.3
13322026-06-04T19:23:15.294Z Compiling iana-time-zone v0.1.65
13332026-06-04T19:23:15.307Z Compiling getrandom v0.2.17
13342026-06-04T19:23:15.390Z Compiling jobserver v0.1.34
13352026-06-04T19:23:15.395Z Compiling errno v0.3.14
13362026-06-04T19:23:15.441Z Compiling rand_core v0.6.4
13372026-06-04T19:23:15.469Z Compiling mio v1.2.0
13382026-06-04T19:23:15.496Z Compiling signal-hook-registry v1.4.8
13392026-06-04T19:23:15.516Z Compiling socket2 v0.6.3
13402026-06-04T19:23:15.560Z Compiling once_cell v1.21.3
13412026-06-04T19:23:15.653Z Compiling cc v1.2.56
13422026-06-04T19:23:15.667Z Compiling parking_lot v0.12.5
13432026-06-04T19:23:15.698Z Compiling pem-rfc7468 v0.7.0
13442026-06-04T19:23:15.731Z Compiling flagset v0.4.7
13452026-06-04T19:23:15.746Z Compiling regex-syntax v0.8.10
13462026-06-04T19:23:15.783Z Compiling vcpkg v0.2.15
13472026-06-04T19:23:15.801Z Compiling aws-lc-rs v1.16.3
13482026-06-04T19:23:15.820Z Compiling tracing-core v0.1.36
13492026-06-04T19:23:15.956Z Compiling uuid v1.23.0
13502026-06-04T19:23:15.974Z Compiling rustc_version v0.4.1
13512026-06-04T19:23:15.996Z Compiling base64 v0.22.1
13522026-06-04T19:23:16.061Z Compiling rand_core v0.9.5
13532026-06-04T19:23:16.072Z Compiling untrusted v0.7.1
13542026-06-04T19:23:16.114Z Compiling untrusted v0.9.0
13552026-06-04T19:23:16.155Z Compiling httparse v1.10.1
13562026-06-04T19:23:16.264Z Compiling tinyvec_macros v0.1.1
13572026-06-04T19:23:16.366Z Compiling openssl-probe v0.2.1
13582026-06-04T19:23:16.366Z Compiling tinyvec v1.10.0
13592026-06-04T19:23:16.366Z Compiling aho-corasick v1.1.4
13602026-06-04T19:23:16.366Z Compiling rustls v0.23.37
13612026-06-04T19:23:16.472Z Compiling try-lock v0.2.5
13622026-06-04T19:23:16.472Z Compiling tower-layer v0.3.3
13632026-06-04T19:23:16.472Z Compiling schemars v0.8.22
13642026-06-04T19:23:16.472Z Compiling cmake v0.1.57
13652026-06-04T19:23:16.569Z Compiling tower-service v0.3.3
13662026-06-04T19:23:16.569Z Compiling atomic-waker v1.1.2
13672026-06-04T19:23:16.569Z Compiling dyn-clone v1.0.20
13682026-06-04T19:23:16.569Z Compiling want v0.3.1
13692026-06-04T19:23:16.640Z Compiling httpdate v1.0.3
13702026-06-04T19:23:16.640Z Compiling pin-utils v0.1.0
13712026-06-04T19:23:16.640Z Compiling openssl v0.10.79
13722026-06-04T19:23:16.640Z Compiling foreign-types-shared v0.1.1
13732026-06-04T19:23:16.701Z Compiling unicode-normalization v0.1.25
13742026-06-04T19:23:16.701Z Compiling spin v0.9.8
13752026-06-04T19:23:16.701Z Compiling native-tls v0.2.18
13762026-06-04T19:23:16.701Z Compiling powerfmt v0.2.0
13772026-06-04T19:23:16.781Z Compiling foreign-types v0.3.2
13782026-06-04T19:23:16.781Z Compiling num-conv v0.2.0
13792026-06-04T19:23:16.781Z Compiling crc32fast v1.5.0
13802026-06-04T19:23:16.879Z Compiling time-core v0.1.8
13812026-06-04T19:23:16.879Z Compiling wait-timeout v0.2.1
13822026-06-04T19:23:16.879Z Compiling deranged v0.5.8
13832026-06-04T19:23:16.971Z Compiling sync_wrapper v1.0.2
13842026-06-04T19:23:16.971Z Compiling quick-error v1.2.3
13852026-06-04T19:23:16.971Z Compiling crossbeam-utils v0.8.21
13862026-06-04T19:23:16.971Z Compiling num_threads v0.1.7
13872026-06-04T19:23:16.971Z Compiling usdt-impl v0.6.0
13882026-06-04T19:23:16.971Z Compiling simd-adler32 v0.3.8
13892026-06-04T19:23:17.038Z Compiling time-macros v0.2.27
13902026-06-04T19:23:17.038Z Compiling tempfile v3.25.0
13912026-06-04T19:23:17.038Z Compiling syn v1.0.109
13922026-06-04T19:23:17.038Z Compiling siphasher v1.0.2
13932026-06-04T19:23:17.089Z Compiling bit-vec v0.8.0
13942026-06-04T19:23:17.142Z Compiling heapless v0.7.17
13952026-06-04T19:23:17.169Z Compiling slog v2.8.2
13962026-06-04T19:23:17.178Z Compiling rusty-fork v0.3.1
13972026-06-04T19:23:17.225Z Compiling rand_xorshift v0.4.0
13982026-06-04T19:23:17.248Z Compiling thread-id v5.1.0
13992026-06-04T19:23:17.248Z Compiling cookie v0.18.1
14002026-06-04T19:23:17.248Z Compiling aws-lc-sys v0.40.0
14012026-06-04T19:23:17.288Z Compiling ring v0.17.14
14022026-06-04T19:23:17.300Z Compiling synstructure v0.13.2
14032026-06-04T19:23:17.312Z Compiling openssl-sys v0.9.115
14042026-06-04T19:23:17.315Z Compiling pest_generator v2.8.6
14052026-06-04T19:23:17.355Z Compiling serde_derive_internals v0.29.1
14062026-06-04T19:23:17.362Z Compiling darling_core v0.20.11
14072026-06-04T19:23:17.379Z Compiling regex-automata v0.4.14
14082026-06-04T19:23:17.394Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14092026-06-04T19:23:17.491Z Compiling darling_core v0.21.3
14102026-06-04T19:23:17.505Z Compiling bit-set v0.8.0
14112026-06-04T19:23:17.683Z Compiling bzip2-sys v0.1.13+1.0.8
14122026-06-04T19:23:17.833Z Compiling unicode-properties v0.1.4
14132026-06-04T19:23:17.948Z Compiling ryu v1.0.23
14142026-06-04T19:23:18.008Z Compiling anyhow v1.0.102
14152026-06-04T19:23:18.041Z Compiling time v0.3.47
14162026-06-04T19:23:18.044Z Compiling allocator-api2 v0.2.21
14172026-06-04T19:23:18.044Z Compiling unarray v0.1.4
14182026-06-04T19:23:18.083Z Compiling unicode-bidi v0.3.18
14192026-06-04T19:23:18.191Z Compiling zstd-safe v7.2.4
14202026-06-04T19:23:18.205Z Compiling signal-hook v0.3.18
14212026-06-04T19:23:18.209Z Compiling iri-string v0.7.10
14222026-06-04T19:23:18.293Z Compiling paste v1.0.15
14232026-06-04T19:23:18.396Z Compiling adler2 v2.0.1
14242026-06-04T19:23:18.545Z Compiling miniz_oxide v0.8.9
14252026-06-04T19:23:18.630Z Compiling stringprep v0.1.5
14262026-06-04T19:23:18.758Z Compiling num-integer v0.1.46
14272026-06-04T19:23:19.083Z Compiling serde_derive v1.0.228
14282026-06-04T19:23:19.120Z Compiling zeroize_derive v1.4.3
14292026-06-04T19:23:19.136Z Compiling zerofrom-derive v0.1.6
14302026-06-04T19:23:19.193Z Compiling yoke-derive v0.8.1
14312026-06-04T19:23:19.277Z Compiling zerovec-derive v0.11.2
14322026-06-04T19:23:19.316Z Compiling zerocopy-derive v0.8.40
14332026-06-04T19:23:19.723Z Compiling displaydoc v0.2.5
14342026-06-04T19:23:19.776Z Compiling tokio-macros v2.7.0
14352026-06-04T19:23:19.810Z Compiling zeroize v1.8.2
14362026-06-04T19:23:19.825Z Compiling futures-macro v0.3.32
14372026-06-04T19:23:19.828Z Compiling der_derive v0.7.3
14382026-06-04T19:23:20.148Z Compiling rustls-pki-types v1.14.0
14392026-06-04T19:23:20.402Z Compiling thiserror-impl v2.0.18
14402026-06-04T19:23:20.442Z Compiling tracing-attributes v0.1.31
14412026-06-04T19:23:20.499Z Compiling pest_derive v2.8.6
14422026-06-04T19:23:20.523Z Compiling schemars_derive v0.8.22
14432026-06-04T19:23:20.596Z Compiling crypto-common v0.1.7
14442026-06-04T19:23:20.616Z Compiling zerofrom v0.1.6
14452026-06-04T19:23:20.627Z Compiling block-buffer v0.10.4
14462026-06-04T19:23:20.659Z Compiling futures-util v0.3.32
14472026-06-04T19:23:20.742Z Compiling yoke v0.8.1
14482026-06-04T19:23:20.756Z Compiling block-padding v0.3.3
14492026-06-04T19:23:20.821Z Compiling digest v0.10.7
14502026-06-04T19:23:20.871Z Compiling der v0.7.10
14512026-06-04T19:23:20.932Z Compiling zerovec v0.11.5
14522026-06-04T19:23:20.947Z Compiling zerotrie v0.2.3
14532026-06-04T19:23:21.015Z Compiling inout v0.1.4
14542026-06-04T19:23:21.088Z Compiling hmac v0.12.1
14552026-06-04T19:23:21.149Z Compiling cipher v0.4.4
14562026-06-04T19:23:21.289Z Compiling sha2 v0.10.9
14572026-06-04T19:23:21.304Z Compiling pbkdf2 v0.12.2
14582026-06-04T19:23:21.434Z Compiling tinystr v0.8.2
14592026-06-04T19:23:21.451Z Compiling potential_utf v0.1.4
14602026-06-04T19:23:21.481Z Compiling salsa20 v0.10.2
14612026-06-04T19:23:21.633Z Compiling icu_locale_core v2.1.1
14622026-06-04T19:23:21.646Z Compiling icu_collections v2.1.1
14632026-06-04T19:23:21.663Z Compiling scrypt v0.11.0
14642026-06-04T19:23:21.667Z Compiling cbc v0.1.2
14652026-06-04T19:23:21.831Z Compiling spki v0.7.3
14662026-06-04T19:23:21.856Z Compiling tracing v0.1.44
14672026-06-04T19:23:21.856Z Compiling thiserror v2.0.18
14682026-06-04T19:23:21.885Z Compiling aes v0.8.4
14692026-06-04T19:23:21.937Z Compiling scroll_derive v0.13.1
14702026-06-04T19:23:21.987Z Compiling darling_macro v0.20.11
14712026-06-04T19:23:22.053Z Compiling openssl-macros v0.1.1
14722026-06-04T19:23:22.136Z Compiling rustls-native-certs v0.8.3
14732026-06-04T19:23:22.154Z Compiling dtrace-parser v0.3.0
14742026-06-04T19:23:22.188Z Compiling signature v2.2.0
14752026-06-04T19:23:22.381Z Compiling icu_provider v2.1.1
14762026-06-04T19:23:22.384Z Compiling pkcs5 v0.7.1
14772026-06-04T19:23:22.438Z Compiling webpki-roots v1.0.6
14782026-06-04T19:23:22.490Z Compiling darling v0.20.11
14792026-06-04T19:23:22.529Z Compiling scroll_derive v0.12.1
14802026-06-04T19:23:22.569Z Compiling bytes v1.11.1
14812026-06-04T19:23:22.583Z Compiling chrono v0.4.44
14822026-06-04T19:23:22.654Z Compiling icu_normalizer v2.1.1
14832026-06-04T19:23:22.671Z Compiling icu_properties v2.1.2
14842026-06-04T19:23:22.697Z Compiling pkcs8 v0.10.2
14852026-06-04T19:23:22.786Z Compiling ipnet v2.11.0
14862026-06-04T19:23:22.900Z Compiling scroll v0.13.0
14872026-06-04T19:23:22.938Z Compiling derive_builder_core v0.20.2
14882026-06-04T19:23:22.946Z Compiling thiserror-impl v1.0.69
14892026-06-04T19:23:23.020Z Compiling serde_spanned v0.6.9
14902026-06-04T19:23:23.027Z Compiling erased-serde v0.3.31
14912026-06-04T19:23:23.141Z Compiling tokio v1.52.1
14922026-06-04T19:23:23.215Z Compiling http v1.4.0
14932026-06-04T19:23:23.230Z Compiling goblin v0.10.5
14942026-06-04T19:23:23.262Z Compiling scroll v0.12.0
14952026-06-04T19:23:23.273Z Compiling serde_urlencoded v0.7.1
14962026-06-04T19:23:23.354Z Compiling toml_datetime v0.6.11
14972026-06-04T19:23:23.539Z Compiling serde_tokenstream v0.2.3
14982026-06-04T19:23:23.553Z Compiling md-5 v0.10.6
14992026-06-04T19:23:23.572Z Compiling darling_macro v0.21.3
15002026-06-04T19:23:23.629Z Compiling idna_adapter v1.2.1
15012026-06-04T19:23:23.735Z Compiling ppv-lite86 v0.2.21
15022026-06-04T19:23:23.785Z Compiling idna v1.1.0
15032026-06-04T19:23:23.873Z Compiling http-body v1.0.1
15042026-06-04T19:23:23.888Z Compiling bstr v1.12.1
15052026-06-04T19:23:23.912Z Compiling derive_builder_macro v0.20.2
15062026-06-04T19:23:23.948Z Compiling pin-project-internal v1.1.11
15072026-06-04T19:23:24.042Z Compiling rand_chacha v0.9.0
15082026-06-04T19:23:24.070Z Compiling http-body-util v0.1.3
15092026-06-04T19:23:24.084Z Compiling rand_chacha v0.3.1
15102026-06-04T19:23:24.100Z Compiling url v2.5.8
15112026-06-04T19:23:24.152Z Compiling zerocopy-derive v0.7.35
15122026-06-04T19:23:24.304Z Compiling rand v0.9.2
15132026-06-04T19:23:24.329Z Compiling thiserror v1.0.69
15142026-06-04T19:23:24.407Z Compiling async-trait v0.1.89
15152026-06-04T19:23:24.447Z Compiling curve25519-dalek v4.1.3
15162026-06-04T19:23:24.473Z Compiling vergen-lib v9.1.0
15172026-06-04T19:23:24.569Z Compiling ff v0.13.1
15182026-06-04T19:23:24.751Z Compiling hash32 v0.2.1
15192026-06-04T19:23:24.776Z Compiling memoffset v0.9.1
15202026-06-04T19:23:24.928Z Compiling proptest v1.10.0
15212026-06-04T19:23:24.943Z Compiling encoding_rs v0.8.35
15222026-06-04T19:23:24.958Z Compiling zlib-rs v0.6.2
15232026-06-04T19:23:24.989Z Compiling ref-cast v1.0.25
15242026-06-04T19:23:25.071Z Compiling num-bigint-dig v0.8.6
15252026-06-04T19:23:25.099Z Compiling fallible-iterator v0.2.0
15262026-06-04T19:23:25.145Z Compiling litrs v1.0.0
15272026-06-04T19:23:25.149Z Compiling smoltcp v0.9.1
15282026-06-04T19:23:25.271Z Compiling psl-types v2.0.11
15292026-06-04T19:23:25.285Z Compiling base16ct v0.2.0
15302026-06-04T19:23:25.319Z Compiling rustix v0.38.44
15312026-06-04T19:23:25.406Z Compiling cfg_aliases v0.2.1
15322026-06-04T19:23:25.420Z Compiling mime v0.3.17
15332026-06-04T19:23:25.472Z Compiling ipnetwork v0.21.1
15342026-06-04T19:23:25.476Z Compiling sec1 v0.7.3
15352026-06-04T19:23:25.501Z Compiling nix v0.31.2
15362026-06-04T19:23:25.533Z Compiling publicsuffix v2.3.0
15372026-06-04T19:23:25.595Z Compiling postgres-protocol v0.6.10
15382026-06-04T19:23:25.662Z Compiling document-features v0.2.12
15392026-06-04T19:23:25.720Z Compiling oxnet v0.1.4
15402026-06-04T19:23:25.768Z Compiling pin-project v1.1.11
15412026-06-04T19:23:25.785Z Compiling zerocopy v0.7.35
15422026-06-04T19:23:25.908Z Compiling group v0.13.0
15432026-06-04T19:23:25.944Z Compiling derive_builder v0.20.2
15442026-06-04T19:23:25.981Z Compiling dof v0.4.0
15452026-06-04T19:23:26.014Z Compiling rand v0.8.6
15462026-06-04T19:23:26.086Z Compiling darling v0.21.3
15472026-06-04T19:23:26.107Z Compiling goblin v0.8.2
15482026-06-04T19:23:26.159Z Compiling futures-executor v0.3.32
15492026-06-04T19:23:26.182Z Compiling hex v0.4.3
15502026-06-04T19:23:26.268Z Compiling hubpack_derive v0.1.1
15512026-06-04T19:23:26.346Z Compiling hkdf v0.12.4
15522026-06-04T19:23:26.363Z Compiling crypto-bigint v0.5.5
15532026-06-04T19:23:26.463Z Compiling regex v1.12.3
15542026-06-04T19:23:26.521Z Compiling curve25519-dalek-derive v0.1.1
15552026-06-04T19:23:26.545Z Compiling ref-cast-impl v1.0.25
15562026-06-04T19:23:26.558Z Compiling daft-derive v0.1.7
15572026-06-04T19:23:26.862Z Compiling snafu-derive v0.8.9
15582026-06-04T19:23:26.922Z Compiling tokio-util v0.7.18
15592026-06-04T19:23:27.043Z Compiling tower v0.5.3
15602026-06-04T19:23:27.071Z Compiling tokio-native-tls v0.3.1
15612026-06-04T19:23:27.117Z Compiling strum_macros v0.27.2
15622026-06-04T19:23:27.195Z Compiling num-iter v0.1.45
15632026-06-04T19:23:27.261Z Compiling newtype-uuid v1.3.2
15642026-06-04T19:23:27.360Z Compiling phf_shared v0.13.1
15652026-06-04T19:23:27.523Z Compiling tower-http v0.6.8
15662026-06-04T19:23:27.540Z Compiling terminal_size v0.4.3
15672026-06-04T19:23:27.570Z Compiling lazy_static v1.5.0
15682026-06-04T19:23:27.610Z Compiling h2 v0.4.13
15692026-06-04T19:23:27.625Z Compiling vergen v9.1.0
15702026-06-04T19:23:27.644Z Compiling cargo-platform v0.3.2
15712026-06-04T19:23:27.676Z Compiling fs-err v3.3.0
15722026-06-04T19:23:27.692Z Compiling ahash v0.8.12
15732026-06-04T19:23:27.827Z Compiling flate2 v1.1.9
15742026-06-04T19:23:27.850Z Compiling foldhash v0.1.5
15752026-06-04T19:23:27.890Z Compiling foldhash v0.2.0
15762026-06-04T19:23:27.920Z Compiling managed v0.8.0
15772026-06-04T19:23:27.934Z Compiling bitflags v1.3.2
15782026-06-04T19:23:27.954Z Compiling libbz2-rs-sys v0.2.2
15792026-06-04T19:23:27.969Z Compiling winnow v0.5.40
15802026-06-04T19:23:28.022Z Compiling same-file v1.0.6
15812026-06-04T19:23:28.046Z Compiling object v0.37.3
15822026-06-04T19:23:28.150Z Compiling bumpalo v3.20.2
15832026-06-04T19:23:28.190Z Compiling unicode-segmentation v1.12.0
15842026-06-04T19:23:28.205Z Compiling walkdir v2.5.0
15852026-06-04T19:23:28.280Z Compiling hashbrown v0.16.1
15862026-06-04T19:23:28.425Z Compiling dof v0.3.0
15872026-06-04T19:23:28.438Z Compiling bzip2 v0.6.1
15882026-06-04T19:23:28.554Z Compiling zopfli v0.8.3
15892026-06-04T19:23:28.571Z Compiling clap_builder v4.5.60
15902026-06-04T19:23:28.615Z Compiling hashbrown v0.15.5
15912026-06-04T19:23:28.740Z Compiling daft v0.1.7
15922026-06-04T19:23:28.865Z Compiling cargo_metadata v0.23.1
15932026-06-04T19:23:28.874Z Compiling snafu v0.8.9
15942026-06-04T19:23:28.920Z Compiling phf v0.13.1
15952026-06-04T19:23:29.044Z Compiling usdt-macro v0.6.0
15962026-06-04T19:23:29.098Z Compiling usdt-attr-macro v0.6.0
15972026-06-04T19:23:29.113Z Compiling signal-hook-mio v0.2.5
15982026-06-04T19:23:29.164Z Compiling strum v0.27.2
15992026-06-04T19:23:29.206Z Compiling elliptic-curve v0.13.8
16002026-06-04T19:23:29.265Z Compiling zstd v0.13.3
16012026-06-04T19:23:29.316Z Compiling cookie_store v0.22.1
16022026-06-04T19:23:29.383Z Compiling toml_edit v0.19.15
16032026-06-04T19:23:29.493Z Compiling hubpack v0.1.2
16042026-06-04T19:23:29.566Z Compiling bzip2 v0.4.4
16052026-06-04T19:23:29.585Z Compiling futures v0.3.32
16062026-06-04T19:23:29.630Z Compiling serde_with_macros v3.17.0
16072026-06-04T19:23:29.681Z Compiling postgres-types v0.2.12
16082026-06-04T19:23:29.796Z Compiling dtrace-parser v0.2.0
16092026-06-04T19:23:29.810Z Compiling globset v0.4.18
16102026-06-04T19:23:29.838Z Compiling pkcs1 v0.7.5
16112026-06-04T19:23:29.957Z Compiling ed25519 v2.2.3
16122026-06-04T19:23:30.003Z Compiling olpc-cjson v0.1.4
16132026-06-04T19:23:30.186Z Compiling serde-big-array v0.5.1
16142026-06-04T19:23:30.270Z Compiling serde_plain v1.0.2
16152026-06-04T19:23:30.286Z Compiling rfc6979 v0.4.0
16162026-06-04T19:23:30.286Z Compiling enum-as-inner v0.6.1
16172026-06-04T19:23:30.351Z Compiling serde_repr v0.1.20
16182026-06-04T19:23:30.426Z Compiling strum_macros v0.26.4
16192026-06-04T19:23:30.486Z Compiling async-recursion v1.1.1
16202026-06-04T19:23:30.515Z Compiling clap_derive v4.5.55
16212026-06-04T19:23:30.587Z Compiling phf_shared v0.11.3
16222026-06-04T19:23:30.810Z Compiling hyper v1.8.1
16232026-06-04T19:23:30.825Z Compiling float-cmp v0.10.0
16242026-06-04T19:23:30.843Z Compiling pem v3.0.6
16252026-06-04T19:23:30.895Z Compiling memmap2 v0.9.10
16262026-06-04T19:23:30.911Z Compiling thread-id v4.2.2
16272026-06-04T19:23:30.911Z Compiling env_filter v1.0.0
16282026-06-04T19:23:30.989Z Compiling typed-path v0.9.3
16292026-06-04T19:23:31.021Z Compiling normalize-line-endings v0.3.0
16302026-06-04T19:23:31.125Z Compiling fixedbitset v0.5.7
16312026-06-04T19:23:31.138Z Compiling difflib v0.4.0
16322026-06-04T19:23:31.166Z Compiling static_assertions v1.1.0
16332026-06-04T19:23:31.190Z Compiling either v1.15.0
16342026-06-04T19:23:31.241Z Compiling keccak v0.1.6
16352026-06-04T19:23:31.255Z Compiling fixedbitset v0.4.2
16362026-06-04T19:23:31.413Z Compiling precomputed-hash v0.1.1
16372026-06-04T19:23:31.448Z Compiling predicates-core v1.0.10
16382026-06-04T19:23:31.494Z Compiling new_debug_unreachable v1.0.6
16392026-06-04T19:23:31.517Z Compiling whoami v2.1.0
16402026-06-04T19:23:31.576Z Compiling data-encoding v2.10.0
16412026-06-04T19:23:31.646Z Compiling jiff v0.2.21
16422026-06-04T19:23:31.664Z Compiling toml_edit v0.22.27
16432026-06-04T19:23:31.681Z Compiling predicates v3.1.4
16442026-06-04T19:23:31.728Z Compiling string_cache v0.8.9
16452026-06-04T19:23:31.907Z Compiling hyper-util v0.1.20
16462026-06-04T19:23:31.971Z Compiling hickory-proto v0.25.2
16472026-06-04T19:23:32.057Z Compiling tokio-postgres v0.7.16
16482026-06-04T19:23:32.090Z Compiling petgraph v0.6.5
16492026-06-04T19:23:32.221Z Compiling strum v0.26.3
16502026-06-04T19:23:32.236Z Compiling sha3 v0.10.8
16512026-06-04T19:23:32.316Z Compiling itertools v0.13.0
16522026-06-04T19:23:32.319Z Compiling petgraph v0.8.3
16532026-06-04T19:23:32.371Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16542026-06-04T19:23:32.387Z Compiling env_logger v0.11.9
16552026-06-04T19:23:32.390Z Compiling clap v4.5.60
16562026-06-04T19:23:32.427Z Compiling usdt v0.6.0
16572026-06-04T19:23:32.496Z Compiling usdt-impl v0.5.0
16582026-06-04T19:23:32.713Z Compiling serde_with v3.17.0
16592026-06-04T19:23:32.726Z Compiling toml v0.7.8
16602026-06-04T19:23:32.764Z Compiling crossterm v0.28.1
16612026-06-04T19:23:33.125Z Compiling ecdsa v0.16.9
16622026-06-04T19:23:33.367Z Compiling hyper-tls v0.6.0
16632026-06-04T19:23:33.542Z Compiling ed25519-dalek v2.2.0
16642026-06-04T19:23:33.624Z Compiling rsa v0.9.10
16652026-06-04T19:23:33.741Z Compiling zip v0.6.6
16662026-06-04T19:23:34.077Z Compiling iddqd v0.4.2
16672026-06-04T19:23:34.329Z Compiling zip v4.6.1
16682026-06-04T19:23:34.347Z Compiling similar v2.7.0
16692026-06-04T19:23:34.363Z Compiling heck v0.4.1
16702026-06-04T19:23:34.497Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-06-04T19:23:34.512Z Compiling tokio-stream v0.1.18
16722026-06-04T19:23:34.546Z Compiling buf-list v1.1.2
16732026-06-04T19:23:34.585Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-06-04T19:23:34.610Z Compiling openapiv3 v2.2.0
16752026-06-04T19:23:34.835Z Compiling x509-cert v0.2.5
16762026-06-04T19:23:34.910Z Compiling sha1 v0.10.6
16772026-06-04T19:23:35.006Z Compiling crossbeam-epoch v0.9.18
16782026-06-04T19:23:35.155Z Compiling lalrpop-util v0.19.12
16792026-06-04T19:23:35.171Z Compiling peg-runtime v0.8.5
16802026-06-04T19:23:35.185Z Compiling thread_local v1.1.9
16812026-06-04T19:23:35.249Z Compiling slog-async v2.8.0
16822026-06-04T19:23:35.305Z Compiling crossbeam-channel v0.5.15
16832026-06-04T19:23:35.341Z Compiling filetime v0.2.27
16842026-06-04T19:23:35.357Z Compiling is-terminal v0.4.17
16852026-06-04T19:23:35.372Z Compiling xattr v1.6.1
16862026-06-04T19:23:35.414Z Compiling term v1.2.1
16872026-06-04T19:23:35.455Z Compiling take_mut v0.2.2
16882026-06-04T19:23:35.532Z Compiling tar v0.4.45
16892026-06-04T19:23:35.712Z Compiling slog-term v2.9.2
16902026-06-04T19:23:53.234Z Compiling rustls-webpki v0.103.9
16912026-06-04T19:23:56.006Z Compiling tokio-rustls v0.26.4
16922026-06-04T19:23:56.006Z Compiling rustls-platform-verifier v0.6.2
16932026-06-04T19:23:56.198Z Compiling hyper-rustls v0.27.7
16942026-06-04T19:23:56.388Z Compiling reqwest v0.12.28
16952026-06-04T19:23:56.389Z Compiling reqwest v0.13.2
16962026-06-04T19:23:57.616Z Compiling tough v0.22.0
16972026-06-04T19:24:00.130Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-06-04T19:24:00.366Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-06-04T19:24:03.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.36s
17002026-06-04T19:24:03.359Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-06-04T19:24:03.415ZJun 04 19:24:01.486 INFO Starting download, target: Cockroach
17022026-06-04T19:24:03.415ZJun 04 19:24:01.487 INFO Starting download, target: Console
17032026-06-04T19:24:03.418ZJun 04 19:24:01.487 INFO Starting download, target: Clickhouse
17042026-06-04T19:24:03.418ZJun 04 19:24:01.487 INFO Starting download, target: DendriteStub
17052026-06-04T19:24:03.418ZJun 04 19:24:01.487 INFO Starting download, target: MaghemiteMgd
17062026-06-04T19:24:03.418ZJun 04 19:24:01.487 INFO Starting download, target: TransceiverControl
17072026-06-04T19:24:03.418ZJun 04 19:24:01.487 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-06-04T19:24:03.419ZJun 04 19:24:01.487 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-06-04T19:24:03.419ZJun 04 19:24:01.487 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17102026-06-04T19:24:03.419ZJun 04 19:24:01.487 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-06-04T19:24:03.419ZJun 04 19:24:01.487 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17122026-06-04T19:24:03.419ZJun 04 19:24:01.487 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-06-04T19:24:03.961ZJun 04 19:24:02.022 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-06-04T19:24:04.169ZJun 04 19:24:02.231 INFO Download complete, target: TransceiverControl
17152026-06-04T19:24:04.456ZJun 04 19:24:02.502 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-06-04T19:24:04.668ZJun 04 19:24:02.739 INFO Download complete, target: Console
17172026-06-04T19:24:07.139ZJun 04 19:24:05.171 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-06-04T19:24:07.663ZJun 04 19:24:05.681 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-06-04T19:24:07.793ZJun 04 19:24:05.828 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-06-04T19:24:08.614ZJun 04 19:24:06.684 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-06-04T19:24:08.614ZJun 04 19:24:06.684 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-06-04T19:24:10.181ZJun 04 19:24:08.252 INFO Download complete, target: DendriteStub
17232026-06-04T19:24:10.343ZJun 04 19:24:08.413 INFO Download complete, target: MaghemiteMgd
17242026-06-04T19:24:13.448ZJun 04 19:24:11.520 INFO Checking that binary works, target: Cockroach
17252026-06-04T19:24:13.744ZJun 04 19:24:11.815 INFO Download complete, target: Cockroach
17262026-06-04T19:24:14.010ZJun 04 19:24:12.081 INFO Checking that binary works, target: Clickhouse
17272026-06-04T19:24:14.159ZJun 04 19:24:12.231 INFO Download complete, target: Clickhouse
17282026-06-04T19:24:14.166ZAll prerequisites installed successfully
17292026-06-04T19:24:14.169Z
17302026-06-04T19:24:14.169Zreal 2:03.350602052
17312026-06-04T19:24:14.169Zuser 6:57.418987499
17322026-06-04T19:24:14.169Zsys 1:40.628734865
17332026-06-04T19:24:14.169Ztrap 0.233968846
17342026-06-04T19:24:14.169Ztflt 3.409177856
17352026-06-04T19:24:14.169Zdflt 3.732652415
17362026-06-04T19:24:14.169Zkflt 0.071500648
17372026-06-04T19:24:14.169Zlock 23:44.477168843
17382026-06-04T19:24:14.169Zslp 19:30.290020680
17392026-06-04T19:24:14.169Zlat 21.616165372
17402026-06-04T19:24:14.169Zstop 2:44.132411312
17412026-06-04T19:24:14.169Z+ ptime -m cargo xtask download softnpu
17422026-06-04T19:24:14.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17432026-06-04T19:24:14.719Z Running `target/debug/xtask download softnpu`
17442026-06-04T19:24:15.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17452026-06-04T19:24:15.559Z Running `target/debug/xtask-downloader softnpu`
17462026-06-04T19:24:15.600ZJun 04 19:24:13.671 INFO Starting download, target: Softnpu
17472026-06-04T19:24:15.603ZJun 04 19:24:13.672 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-06-04T19:24:16.138ZJun 04 19:24:14.210 INFO Download complete, target: Softnpu
17492026-06-04T19:24:16.142Z
17502026-06-04T19:24:16.145Zreal 1.969887584
17512026-06-04T19:24:16.145Zuser 1.345328137
17522026-06-04T19:24:16.145Zsys 0.665027714
17532026-06-04T19:24:16.145Ztrap 0.000639850
17542026-06-04T19:24:16.145Ztflt 0.000586320
17552026-06-04T19:24:16.145Zdflt 0.000143000
17562026-06-04T19:24:16.145Zkflt 0.000000000
17572026-06-04T19:24:16.145Zlock 9.822706197
17582026-06-04T19:24:16.145Zslp 0.398922856
17592026-06-04T19:24:16.145Zlat 0.087371010
17602026-06-04T19:24:16.145Zstop 0.000189090
17612026-06-04T19:24:16.145Z+ export CARGO_INCREMENTAL=0
17622026-06-04T19:24:16.145Z+ CARGO_INCREMENTAL=0
17632026-06-04T19:24:16.145Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-06-04T19:24:17.049Z Compiling proc-macro2 v1.0.106
17652026-06-04T19:24:17.049Z Compiling quote v1.0.45
17662026-06-04T19:24:17.049Z Compiling unicode-ident v1.0.24
17672026-06-04T19:24:17.049Z Compiling libc v0.2.185
17682026-06-04T19:24:17.052Z Compiling serde_core v1.0.228
17692026-06-04T19:24:17.052Z Compiling serde v1.0.228
17702026-06-04T19:24:17.052Z Compiling cfg-if v1.0.4
17712026-06-04T19:24:17.052Z Compiling version_check v0.9.5
17722026-06-04T19:24:17.195Z Compiling shlex v1.3.0
17732026-06-04T19:24:17.198Z Compiling find-msvc-tools v0.1.9
17742026-06-04T19:24:17.198Z Compiling typenum v1.19.0
17752026-06-04T19:24:17.198Z Compiling zmij v1.0.21
17762026-06-04T19:24:17.198Z Compiling autocfg v1.5.0
17772026-06-04T19:24:17.198Z Compiling serde_json v1.0.149
17782026-06-04T19:24:17.198Z Compiling memchr v2.8.0
17792026-06-04T19:24:17.527Z Compiling portable-atomic v1.13.1
17802026-06-04T19:24:17.543Z Compiling libm v0.2.16
17812026-06-04T19:24:17.592Z Compiling zerocopy v0.8.40
17822026-06-04T19:24:17.598Z Compiling smallvec v1.15.1
17832026-06-04T19:24:17.605Z Compiling parking_lot_core v0.9.12
17842026-06-04T19:24:17.651Z Compiling num-traits v0.2.19
17852026-06-04T19:24:17.667Z Compiling icu_properties_data v2.1.2
17862026-06-04T19:24:17.687Z Compiling icu_normalizer_data v2.1.1
17872026-06-04T19:24:17.705Z Compiling generic-array v0.14.7
17882026-06-04T19:24:17.803Z Compiling itoa v1.0.17
17892026-06-04T19:24:17.852Z Compiling getrandom v0.4.1
17902026-06-04T19:24:17.908Z Compiling log v0.4.29
17912026-06-04T19:24:17.911Z Compiling stable_deref_trait v1.2.1
17922026-06-04T19:24:17.911Z Compiling pkg-config v0.3.32
17932026-06-04T19:24:17.981Z Compiling subtle v2.6.1
17942026-06-04T19:24:18.152Z Compiling scopeguard v1.2.0
17952026-06-04T19:24:18.235Z Compiling percent-encoding v2.3.2
17962026-06-04T19:24:18.262Z Compiling litemap v0.8.1
17972026-06-04T19:24:18.291Z Compiling lock_api v0.4.14
17982026-06-04T19:24:18.312Z Compiling writeable v0.6.2
17992026-06-04T19:24:18.469Z Compiling pin-project-lite v0.2.17
18002026-06-04T19:24:18.484Z Compiling fnv v1.0.7
18012026-06-04T19:24:18.533Z Compiling jobserver v0.1.34
18022026-06-04T19:24:18.566Z Compiling getrandom v0.2.17
18032026-06-04T19:24:18.583Z Compiling errno v0.3.14
18042026-06-04T19:24:18.598Z Compiling syn v2.0.117
18052026-06-04T19:24:18.685Z Compiling thiserror v2.0.18
18062026-06-04T19:24:18.732Z Compiling rand_core v0.6.4
18072026-06-04T19:24:18.759Z Compiling cc v1.2.56
18082026-06-04T19:24:18.824Z Compiling getrandom v0.3.4
18092026-06-04T19:24:18.839Z Compiling fs_extra v1.3.0
18102026-06-04T19:24:18.879Z Compiling equivalent v1.0.2
18112026-06-04T19:24:18.882Z Compiling dunce v1.0.5
18122026-06-04T19:24:18.968Z Compiling schemars v0.8.22
18132026-06-04T19:24:18.986Z Compiling utf8_iter v1.0.4
18142026-06-04T19:24:19.047Z Compiling rand_core v0.10.0
18152026-06-04T19:24:19.113Z Compiling rustversion v1.0.22
18162026-06-04T19:24:19.113Z Compiling form_urlencoded v1.2.2
18172026-06-04T19:24:19.161Z Compiling critical-section v1.2.0
18182026-06-04T19:24:19.219Z Compiling signal-hook-registry v1.4.8
18192026-06-04T19:24:19.269Z Compiling rustix v1.1.3
18202026-06-04T19:24:19.314Z Compiling hashbrown v0.17.0
18212026-06-04T19:24:19.358Z Compiling socket2 v0.6.3
18222026-06-04T19:24:19.410Z Compiling parking_lot v0.12.5
18232026-06-04T19:24:19.444Z Compiling mio v1.2.0
18242026-06-04T19:24:19.631Z Compiling cmake v0.1.57
18252026-06-04T19:24:19.651Z Compiling once_cell v1.21.3
18262026-06-04T19:24:19.758Z Compiling semver v1.0.28
18272026-06-04T19:24:19.787Z Compiling bitflags v2.11.0
18282026-06-04T19:24:19.843Z Compiling indexmap v2.14.0
18292026-06-04T19:24:19.890Z Compiling const-oid v0.9.6
18302026-06-04T19:24:20.021Z Compiling aws-lc-rs v1.16.3
18312026-06-04T19:24:20.062Z Compiling heck v0.5.0
18322026-06-04T19:24:20.068Z Compiling futures-core v0.3.32
18332026-06-04T19:24:20.113Z Compiling ring v0.17.14
18342026-06-04T19:24:20.149Z Compiling aws-lc-sys v0.40.0
18352026-06-04T19:24:20.164Z Compiling httparse v1.10.1
18362026-06-04T19:24:20.221Z Compiling thiserror v1.0.69
18372026-06-04T19:24:20.234Z Compiling strsim v0.11.1
18382026-06-04T19:24:20.257Z Compiling vcpkg v0.2.15
18392026-06-04T19:24:20.358Z Compiling ucd-trie v0.1.7
18402026-06-04T19:24:20.513Z Compiling iana-time-zone v0.1.65
18412026-06-04T19:24:20.531Z Compiling byteorder v1.5.0
18422026-06-04T19:24:20.544Z Compiling pest v2.8.6
18432026-06-04T19:24:20.591Z Compiling ident_case v1.0.1
18442026-06-04T19:24:20.608Z Compiling syn v1.0.109
18452026-06-04T19:24:20.623Z Compiling regex-syntax v0.8.10
18462026-06-04T19:24:20.669Z Compiling uuid v1.23.0
18472026-06-04T19:24:20.745Z Compiling rustls v0.23.37
18482026-06-04T19:24:20.764Z Compiling cpufeatures v0.2.17
18492026-06-04T19:24:20.840Z Compiling openssl-sys v0.9.115
18502026-06-04T19:24:20.966Z Compiling futures-sink v0.3.32
18512026-06-04T19:24:21.016Z Compiling rustc_version v0.4.1
18522026-06-04T19:24:21.068Z Compiling futures-channel v0.3.32
18532026-06-04T19:24:21.118Z Compiling futures-task v0.3.32
18542026-06-04T19:24:21.156Z Compiling futures-io v0.3.32
18552026-06-04T19:24:21.347Z Compiling slab v0.4.12
18562026-06-04T19:24:21.386Z Compiling aho-corasick v1.1.4
18572026-06-04T19:24:21.453Z Compiling synstructure v0.13.2
18582026-06-04T19:24:21.472Z Compiling serde_derive_internals v0.29.1
18592026-06-04T19:24:21.539Z Compiling dyn-clone v1.0.20
18602026-06-04T19:24:21.640Z Compiling pest_meta v2.8.6
18612026-06-04T19:24:21.735Z Compiling crc32fast v1.5.0
18622026-06-04T19:24:21.750Z Compiling openssl v0.10.79
18632026-06-04T19:24:21.804Z Compiling plain v0.2.3
18642026-06-04T19:24:21.834Z Compiling base64 v0.22.1
18652026-06-04T19:24:21.880Z Compiling time-core v0.1.8
18662026-06-04T19:24:21.922Z Compiling num-conv v0.2.0
18672026-06-04T19:24:21.980Z Compiling crossbeam-utils v0.8.21
18682026-06-04T19:24:22.074Z Compiling time-macros v0.2.27
18692026-06-04T19:24:22.107Z Compiling pretty-hex v0.4.1
18702026-06-04T19:24:22.151Z Compiling native-tls v0.2.18
18712026-06-04T19:24:22.212Z Compiling pest_generator v2.8.6
18722026-06-04T19:24:22.224Z Compiling regex-automata v0.4.14
18732026-06-04T19:24:22.260Z Compiling anyhow v1.0.102
18742026-06-04T19:24:22.289Z Compiling base64ct v1.8.3
18752026-06-04T19:24:22.337Z Compiling darling_core v0.21.3
18762026-06-04T19:24:22.516Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18772026-06-04T19:24:22.560Z Compiling pem-rfc7468 v0.7.0
18782026-06-04T19:24:22.613Z Compiling tracing-core v0.1.36
18792026-06-04T19:24:22.682Z Compiling serde_derive v1.0.228
18802026-06-04T19:24:22.801Z Compiling zeroize_derive v1.4.3
18812026-06-04T19:24:22.815Z Compiling zerofrom-derive v0.1.6
18822026-06-04T19:24:22.842Z Compiling yoke-derive v0.8.1
18832026-06-04T19:24:22.857Z Compiling zerovec-derive v0.11.2
18842026-06-04T19:24:22.881Z Compiling displaydoc v0.2.5
18852026-06-04T19:24:22.903Z Compiling zerocopy-derive v0.8.40
18862026-06-04T19:24:22.918Z Compiling tokio-macros v2.7.0
18872026-06-04T19:24:23.101Z Compiling futures-macro v0.3.32
18882026-06-04T19:24:23.417Z Compiling zeroize v1.8.2
18892026-06-04T19:24:23.685Z Compiling thiserror-impl v2.0.18
18902026-06-04T19:24:23.704Z Compiling schemars_derive v0.8.22
18912026-06-04T19:24:23.809Z Compiling tracing-attributes v0.1.31
18922026-06-04T19:24:23.857Z Compiling der_derive v0.7.3
18932026-06-04T19:24:23.912Z Compiling thiserror-impl v1.0.69
18942026-06-04T19:24:23.943Z Compiling zerofrom v0.1.6
18952026-06-04T19:24:24.088Z Compiling yoke v0.8.1
18962026-06-04T19:24:24.201Z Compiling crypto-common v0.1.7
18972026-06-04T19:24:24.296Z Compiling zerovec v0.11.5
18982026-06-04T19:24:24.315Z Compiling zerotrie v0.2.3
18992026-06-04T19:24:24.511Z Compiling block-buffer v0.10.4
19002026-06-04T19:24:24.764Z Compiling digest v0.10.7
19012026-06-04T19:24:24.841Z Compiling tinystr v0.8.2
19022026-06-04T19:24:24.857Z Compiling potential_utf v0.1.4
19032026-06-04T19:24:24.899Z Compiling pest_derive v2.8.6
19042026-06-04T19:24:24.971Z Compiling futures-util v0.3.32
19052026-06-04T19:24:25.005Z Compiling icu_collections v2.1.1
19062026-06-04T19:24:25.011Z Compiling hmac v0.12.1
19072026-06-04T19:24:25.065Z Compiling icu_locale_core v2.1.1
19082026-06-04T19:24:25.154Z Compiling block-padding v0.3.3
19092026-06-04T19:24:25.174Z Compiling rustls-pki-types v1.14.0
19102026-06-04T19:24:25.308Z Compiling inout v0.1.4
19112026-06-04T19:24:25.463Z Compiling openssl-macros v0.1.1
19122026-06-04T19:24:25.740Z Compiling cipher v0.4.4
19132026-06-04T19:24:25.757Z Compiling icu_provider v2.1.1
19142026-06-04T19:24:25.848Z Compiling bytes v1.11.1
19152026-06-04T19:24:25.880Z Compiling chrono v0.4.44
19162026-06-04T19:24:25.914Z Compiling serde_tokenstream v0.2.3
19172026-06-04T19:24:25.988Z Compiling sha2 v0.10.9
19182026-06-04T19:24:26.017Z Compiling icu_properties v2.1.2
19192026-06-04T19:24:26.172Z Compiling icu_normalizer v2.1.1
19202026-06-04T19:24:26.341Z Compiling tokio v1.52.1
19212026-06-04T19:24:26.438Z Compiling scroll_derive v0.12.1
19222026-06-04T19:24:27.094Z Compiling idna_adapter v1.2.1
19232026-06-04T19:24:27.240Z Compiling idna v1.1.0
19242026-06-04T19:24:27.265Z Compiling ppv-lite86 v0.2.21
19252026-06-04T19:24:27.398Z Compiling scroll_derive v0.13.1
19262026-06-04T19:24:27.605Z Compiling http v1.4.0
19272026-06-04T19:24:27.635Z Compiling url v2.5.8
19282026-06-04T19:24:27.653Z Compiling flagset v0.4.7
19292026-06-04T19:24:27.657Z Compiling untrusted v0.9.0
19302026-06-04T19:24:27.799Z Compiling der v0.7.10
19312026-06-04T19:24:27.813Z Compiling tracing v0.1.44
19322026-06-04T19:24:27.969Z Compiling darling_macro v0.21.3
19332026-06-04T19:24:28.130Z Compiling regex v1.12.3
19342026-06-04T19:24:28.168Z Compiling zerocopy-derive v0.7.35
19352026-06-04T19:24:28.449Z Compiling rand_core v0.9.5
19362026-06-04T19:24:28.566Z Compiling slog v2.8.2
19372026-06-04T19:24:28.933Z Compiling spki v0.7.3
19382026-06-04T19:24:28.978Z Compiling darling v0.21.3
19392026-06-04T19:24:28.998Z Compiling salsa20 v0.10.2
19402026-06-04T19:24:29.062Z Compiling pbkdf2 v0.12.2
19412026-06-04T19:24:29.559Z Compiling cookie v0.18.1
19422026-06-04T19:24:29.580Z Compiling camino v1.2.2
19432026-06-04T19:24:29.906Z Compiling scrypt v0.11.0
19442026-06-04T19:24:29.907Z Compiling rand_chacha v0.9.0
19452026-06-04T19:24:29.953Z Compiling http-body v1.0.1
19462026-06-04T19:24:30.046Z Compiling aes v0.8.4
19472026-06-04T19:24:30.118Z Compiling cbc v0.1.2
19482026-06-04T19:24:30.172Z Compiling tokio-util v0.7.18
19492026-06-04T19:24:30.221Z Compiling usdt-impl v0.5.0
19502026-06-04T19:24:30.262Z Compiling ref-cast v1.0.25
19512026-06-04T19:24:30.277Z Compiling winnow v0.7.14
19522026-06-04T19:24:30.314Z Compiling atomic-waker v1.1.2
19532026-06-04T19:24:30.387Z Compiling tinyvec_macros v0.1.1
19542026-06-04T19:24:30.453Z Compiling paste v1.0.15
19552026-06-04T19:24:30.468Z Compiling usdt-impl v0.6.0
19562026-06-04T19:24:30.527Z Compiling either v1.15.0
19572026-06-04T19:24:30.559Z Compiling untrusted v0.7.1
19582026-06-04T19:24:30.621Z Compiling openssl-probe v0.2.1
19592026-06-04T19:24:30.703Z Compiling tinyvec v1.10.0
19602026-06-04T19:24:30.751Z Compiling pkcs5 v0.7.1
19612026-06-04T19:24:30.916Z Compiling rand v0.9.2
19622026-06-04T19:24:31.206Z Compiling scroll v0.13.0
19632026-06-04T19:24:31.303Z Compiling scroll v0.12.0
19642026-06-04T19:24:31.411Z Compiling toml_datetime v0.6.11
19652026-06-04T19:24:31.488Z Compiling serde_spanned v0.6.9
19662026-06-04T19:24:31.504Z Compiling async-trait v0.1.89
19672026-06-04T19:24:31.539Z Compiling heapless v0.7.17
19682026-06-04T19:24:31.587Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-06-04T19:24:31.613Z Compiling zstd-safe v7.2.4
19702026-06-04T19:24:31.671Z Compiling try-lock v0.2.5
19712026-06-04T19:24:31.755Z Compiling tower-service v0.3.3
19722026-06-04T19:24:31.796Z Compiling tower-layer v0.3.3
19732026-06-04T19:24:31.890Z Compiling fastrand v2.3.0
19742026-06-04T19:24:31.970Z Compiling signal-hook v0.3.18
19752026-06-04T19:24:32.043Z Compiling want v0.3.1
19762026-06-04T19:24:32.092Z Compiling h2 v0.4.13
19772026-06-04T19:24:32.172Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-06-04T19:24:32.220Z Compiling goblin v0.8.2
19792026-06-04T19:24:32.273Z Compiling goblin v0.10.5
19802026-06-04T19:24:32.382Z Compiling pkcs8 v0.10.2
19812026-06-04T19:24:32.443Z Compiling zerocopy v0.7.35
19822026-06-04T19:24:32.694Z Compiling ipnet v2.11.0
19832026-06-04T19:24:32.843Z Compiling ref-cast-impl v1.0.25
19842026-06-04T19:24:32.894Z Compiling darling_core v0.20.11
19852026-06-04T19:24:33.014Z Compiling curve25519-dalek v4.1.3
19862026-06-04T19:24:33.240Z Compiling memoffset v0.9.1
19872026-06-04T19:24:33.278Z Compiling pin-utils v0.1.0
19882026-06-04T19:24:33.383Z Compiling httpdate v1.0.3
19892026-06-04T19:24:33.620Z Compiling winnow v0.5.40
19902026-06-04T19:24:33.636Z Compiling rustix v0.38.44
19912026-06-04T19:24:33.788Z Compiling foreign-types-shared v0.1.1
19922026-06-04T19:24:33.986Z Compiling litrs v1.0.0
19932026-06-04T19:24:34.065Z Compiling foreign-types v0.3.2
19942026-06-04T19:24:34.092Z Compiling tempfile v3.25.0
19952026-06-04T19:24:34.463Z Compiling document-features v0.2.12
19962026-06-04T19:24:34.466Z Compiling unicode-normalization v0.1.25
19972026-06-04T19:24:34.809Z Compiling dof v0.3.0
19982026-06-04T19:24:34.896Z Compiling darling_macro v0.20.11
19992026-06-04T19:24:34.990Z Compiling toml_edit v0.19.15
20002026-06-04T19:24:35.007Z Compiling dtrace-parser v0.2.0
20012026-06-04T19:24:35.021Z Compiling dof v0.4.0
20022026-06-04T19:24:35.063Z Compiling hyper v1.8.1
20032026-06-04T19:24:35.379Z Compiling dtrace-parser v0.3.0
20042026-06-04T19:24:35.425Z Compiling pin-project-internal v1.1.11
20052026-06-04T19:24:35.444Z Compiling daft-derive v0.1.7
20062026-06-04T19:24:35.622Z Compiling spin v0.9.8
20072026-06-04T19:24:35.640Z Compiling thread-id v5.1.0
20082026-06-04T19:24:35.673Z Compiling thread-id v4.2.2
20092026-06-04T19:24:35.776Z Compiling smoltcp v0.9.1
20102026-06-04T19:24:35.792Z Compiling num-bigint-dig v0.8.6
20112026-06-04T19:24:35.847Z Compiling powerfmt v0.2.0
20122026-06-04T19:24:35.996Z Compiling cfg_aliases v0.2.1
20132026-06-04T19:24:36.070Z Compiling deranged v0.5.8
20142026-06-04T19:24:36.088Z Compiling nix v0.31.2
20152026-06-04T19:24:36.155Z Compiling hyper-util v0.1.20
20162026-06-04T19:24:36.469Z Compiling darling v0.20.11
20172026-06-04T19:24:36.639Z Compiling rustls-native-certs v0.8.3
20182026-06-04T19:24:36.671Z Compiling ipnetwork v0.21.1
20192026-06-04T19:24:37.043Z Compiling strum_macros v0.26.4
20202026-06-04T19:24:37.216Z Compiling curve25519-dalek-derive v0.1.1
20212026-06-04T19:24:37.272Z Compiling sync_wrapper v1.0.2
20222026-06-04T19:24:37.350Z Compiling wait-timeout v0.2.1
20232026-06-04T19:24:37.460Z Compiling quick-error v1.2.3
20242026-06-04T19:24:37.603Z Compiling simd-adler32 v0.3.8
20252026-06-04T19:24:37.756Z Compiling anstyle v1.0.13
20262026-06-04T19:24:37.834Z Compiling utf8parse v0.2.2
20272026-06-04T19:24:37.873Z Compiling siphasher v1.0.2
20282026-06-04T19:24:37.876Z Compiling bit-vec v0.8.0
20292026-06-04T19:24:38.043Z Compiling num_threads v0.1.7
20302026-06-04T19:24:38.084Z Compiling bit-set v0.8.0
20312026-06-04T19:24:38.157Z Compiling time v0.3.47
20322026-06-04T19:24:38.266Z Compiling anstyle-parse v0.2.7
20332026-06-04T19:24:38.283Z Compiling rusty-fork v0.3.1
20342026-06-04T19:24:38.564Z Compiling tower v0.5.3
20352026-06-04T19:24:38.774Z Compiling derive_builder_core v0.20.2
20362026-06-04T19:24:39.060Z Compiling http-body-util v0.1.3
20372026-06-04T19:24:39.066Z Compiling webpki-roots v1.0.6
20382026-06-04T19:24:39.073Z Compiling rand_xorshift v0.4.0
20392026-06-04T19:24:39.198Z Compiling signature v2.2.0
20402026-06-04T19:24:39.216Z Compiling hubpack_derive v0.1.1
20412026-06-04T19:24:39.231Z Compiling strum_macros v0.27.2
20422026-06-04T19:24:39.262Z Compiling snafu-derive v0.8.9
20432026-06-04T19:24:39.564Z Compiling ahash v0.8.12
20442026-06-04T19:24:39.591Z Compiling fs-err v3.3.0
20452026-06-04T19:24:39.609Z Compiling encoding_rs v0.8.35
20462026-06-04T19:24:39.679Z Compiling iri-string v0.7.10
20472026-06-04T19:24:39.807Z Compiling unicode-bidi v0.3.18
20482026-06-04T19:24:39.824Z Compiling unarray v0.1.4
20492026-06-04T19:24:39.843Z Compiling colorchoice v1.0.4
20502026-06-04T19:24:39.923Z Compiling is_terminal_polyfill v1.70.2
20512026-06-04T19:24:39.948Z Compiling unicode-segmentation v1.12.0
20522026-06-04T19:24:39.981Z Compiling ryu v1.0.23
20532026-06-04T19:24:40.028Z Compiling unicode-properties v0.1.4
20542026-06-04T19:24:40.258Z Compiling allocator-api2 v0.2.21
20552026-06-04T19:24:40.300Z Compiling object v0.37.3
20562026-06-04T19:24:40.331Z Compiling mime v0.3.17
20572026-06-04T19:24:40.345Z Compiling anstyle-query v1.1.5
20582026-06-04T19:24:40.349Z Compiling adler2 v2.0.1
20592026-06-04T19:24:40.470Z Compiling miniz_oxide v0.8.9
20602026-06-04T19:24:40.492Z Compiling serde_urlencoded v0.7.1
20612026-06-04T19:24:40.523Z Compiling anstream v0.6.21
20622026-06-04T19:24:40.573Z Compiling stringprep v0.1.5
20632026-06-04T19:24:40.839Z Compiling tower-http v0.6.8
20642026-06-04T19:24:40.856Z Compiling proptest v1.10.0
20652026-06-04T19:24:40.912Z Compiling derive_builder_macro v0.20.2
20662026-06-04T19:24:41.089Z Compiling tokio-native-tls v0.3.1
20672026-06-04T19:24:41.105Z Compiling usdt-macro v0.6.0
20682026-06-04T19:24:41.264Z Compiling usdt-attr-macro v0.6.0
20692026-06-04T19:24:41.547Z Compiling rand_chacha v0.3.1
20702026-06-04T19:24:41.562Z Compiling erased-serde v0.3.31
20712026-06-04T19:24:41.733Z Compiling md-5 v0.10.6
20722026-06-04T19:24:41.795Z Compiling bstr v1.12.1
20732026-06-04T19:24:41.908Z Compiling num-integer v0.1.46
20742026-06-04T19:24:41.929Z Compiling hash32 v0.2.1
20752026-06-04T19:24:42.028Z Compiling vergen-lib v9.1.0
20762026-06-04T19:24:42.046Z Compiling ff v0.13.1
20772026-06-04T19:24:42.121Z Compiling psl-types v2.0.11
20782026-06-04T19:24:42.178Z Compiling fallible-iterator v0.2.0
20792026-06-04T19:24:42.204Z Compiling zlib-rs v0.6.2
20802026-06-04T19:24:42.244Z Compiling base16ct v0.2.0
20812026-06-04T19:24:42.346Z Compiling publicsuffix v2.3.0
20822026-06-04T19:24:42.372Z Compiling group v0.13.0
20832026-06-04T19:24:42.426Z Compiling sec1 v0.7.3
20842026-06-04T19:24:42.455Z Compiling num-iter v0.1.45
20852026-06-04T19:24:42.510Z Compiling postgres-protocol v0.6.10
20862026-06-04T19:24:42.716Z Compiling rand v0.8.6
20872026-06-04T19:24:42.895Z Compiling newtype-uuid v1.3.2
20882026-06-04T19:24:43.267Z Compiling oxnet v0.1.4
20892026-06-04T19:24:43.366Z Compiling derive_builder v0.20.2
20902026-06-04T19:24:43.534Z Compiling hyper-tls v0.6.0
20912026-06-04T19:24:43.676Z Compiling heck v0.4.1
20922026-06-04T19:24:43.725Z Compiling phf_shared v0.13.1
20932026-06-04T19:24:43.744Z Compiling pin-project v1.1.11
20942026-06-04T19:24:43.796Z Compiling lazy_static v1.5.0
20952026-06-04T19:24:43.914Z Compiling terminal_size v0.4.3
20962026-06-04T19:24:43.931Z Compiling serde_with_macros v3.17.0
20972026-06-04T19:24:43.955Z Compiling futures-executor v0.3.32
20982026-06-04T19:24:44.003Z Compiling hex v0.4.3
20992026-06-04T19:24:44.061Z Compiling hkdf v0.12.4
21002026-06-04T19:24:44.152Z Compiling crypto-bigint v0.5.5
21012026-06-04T19:24:44.197Z Compiling async-recursion v1.1.1
21022026-06-04T19:24:44.233Z Compiling serde_repr v0.1.20
21032026-06-04T19:24:44.299Z Compiling flate2 v1.1.9
21042026-06-04T19:24:44.321Z Compiling clap_derive v4.5.55
21052026-06-04T19:24:44.391Z Compiling enum-as-inner v0.6.1
21062026-06-04T19:24:44.535Z Compiling vergen v9.1.0
21072026-06-04T19:24:44.558Z Compiling cargo-platform v0.3.2
21082026-06-04T19:24:44.712Z Compiling foldhash v0.1.5
21092026-06-04T19:24:44.769Z Compiling clap_lex v1.0.0
21102026-06-04T19:24:44.822Z Compiling libbz2-rs-sys v0.2.2
21112026-06-04T19:24:44.891Z Compiling bitflags v1.3.2
21122026-06-04T19:24:44.906Z Compiling same-file v1.0.6
21132026-06-04T19:24:44.962Z Compiling managed v0.8.0
21142026-06-04T19:24:45.000Z Compiling bumpalo v3.20.2
21152026-06-04T19:24:45.065Z Compiling foldhash v0.2.0
21162026-06-04T19:24:45.192Z Compiling elliptic-curve v0.13.8
21172026-06-04T19:24:45.235Z Compiling hashbrown v0.16.1
21182026-06-04T19:24:45.238Z Compiling bzip2 v0.6.1
21192026-06-04T19:24:45.265Z Compiling zopfli v0.8.3
21202026-06-04T19:24:45.313Z Compiling walkdir v2.5.0
21212026-06-04T19:24:45.464Z Compiling clap_builder v4.5.60
21222026-06-04T19:24:45.600Z Compiling hashbrown v0.15.5
21232026-06-04T19:24:45.639Z Compiling cargo_metadata v0.23.1
21242026-06-04T19:24:45.891Z Compiling futures v0.3.32
21252026-06-04T19:24:46.066Z Compiling phf v0.13.1
21262026-06-04T19:24:46.158Z Compiling snafu v0.8.9
21272026-06-04T19:24:46.213Z Compiling zstd v0.13.3
21282026-06-04T19:24:46.274Z Compiling signal-hook-mio v0.2.5
21292026-06-04T19:24:46.324Z Compiling daft v0.1.7
21302026-06-04T19:24:46.446Z Compiling cookie_store v0.22.1
21312026-06-04T19:24:46.494Z Compiling postgres-types v0.2.12
21322026-06-04T19:24:46.588Z Compiling bzip2 v0.4.4
21332026-06-04T19:24:46.694Z Compiling globset v0.4.18
21342026-06-04T19:24:46.873Z Compiling strum v0.27.2
21352026-06-04T19:24:47.058Z Compiling hubpack v0.1.2
21362026-06-04T19:24:47.084Z Compiling ed25519 v2.2.3
21372026-06-04T19:24:47.119Z Compiling phf_shared v0.11.3
21382026-06-04T19:24:47.137Z Compiling crossbeam-epoch v0.9.18
21392026-06-04T19:24:47.288Z Compiling olpc-cjson v0.1.4
21402026-06-04T19:24:47.298Z Compiling pkcs1 v0.7.5
21412026-06-04T19:24:47.355Z Compiling pem v3.0.6
21422026-06-04T19:24:47.487Z Compiling serde_plain v1.0.2
21432026-06-04T19:24:47.534Z Compiling serde-big-array v0.5.1
21442026-06-04T19:24:47.550Z Compiling rfc6979 v0.4.0
21452026-06-04T19:24:47.652Z Compiling float-cmp v0.10.0
21462026-06-04T19:24:47.669Z Compiling memmap2 v0.9.10
21472026-06-04T19:24:47.690Z Compiling env_filter v1.0.0
21482026-06-04T19:24:47.707Z Compiling fixedbitset v0.4.2
21492026-06-04T19:24:47.709Z Compiling typed-path v0.9.3
21502026-06-04T19:24:47.724Z Compiling whoami v2.1.0
21512026-06-04T19:24:47.756Z Compiling new_debug_unreachable v1.0.6
21522026-06-04T19:24:47.797Z Compiling keccak v0.1.6
21532026-06-04T19:24:47.901Z Compiling predicates-core v1.0.10
21542026-06-04T19:24:47.928Z Compiling data-encoding v2.10.0
21552026-06-04T19:24:47.955Z Compiling difflib v0.4.0
21562026-06-04T19:24:47.978Z Compiling jiff v0.2.21
21572026-06-04T19:24:47.983Z Compiling static_assertions v1.1.0
21582026-06-04T19:24:48.018Z Compiling normalize-line-endings v0.3.0
21592026-06-04T19:24:48.050Z Compiling fixedbitset v0.5.7
21602026-06-04T19:24:48.083Z Compiling toml_write v0.1.2
21612026-06-04T19:24:48.100Z Compiling precomputed-hash v0.1.1
21622026-06-04T19:24:48.103Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21632026-06-04T19:24:48.134Z Compiling tokio-postgres v0.7.16
21642026-06-04T19:24:48.209Z Compiling predicates v3.1.4
21652026-06-04T19:24:48.300Z Compiling petgraph v0.8.3
21662026-06-04T19:24:48.345Z Compiling toml_edit v0.22.27
21672026-06-04T19:24:48.421Z Compiling hickory-proto v0.25.2
21682026-06-04T19:24:48.476Z Compiling string_cache v0.8.9
21692026-06-04T19:24:48.677Z Compiling sha3 v0.10.8
21702026-06-04T19:24:48.893Z Compiling petgraph v0.6.5
21712026-06-04T19:24:48.960Z Compiling env_logger v0.11.9
21722026-06-04T19:24:49.068Z Compiling usdt v0.6.0
21732026-06-04T19:24:49.290Z Compiling ecdsa v0.16.9
21742026-06-04T19:24:49.332Z Compiling rsa v0.9.10
21752026-06-04T19:24:49.687Z Compiling ed25519-dalek v2.2.0
21762026-06-04T19:24:50.202Z Compiling clap v4.5.60
21772026-06-04T19:24:50.240Z Compiling crossterm v0.28.1
21782026-06-04T19:24:50.303Z Compiling zip v0.6.6
21792026-06-04T19:24:50.393Z Compiling iddqd v0.4.2
21802026-06-04T19:24:50.670Z Compiling zip v4.6.1
21812026-06-04T19:24:50.899Z Compiling serde_with v3.17.0
21822026-06-04T19:24:51.041Z Compiling similar v2.7.0
21832026-06-04T19:24:51.057Z Compiling strum v0.26.3
21842026-06-04T19:24:51.074Z Compiling toml v0.7.8
21852026-06-04T19:24:51.203Z Compiling tokio-stream v0.1.18
21862026-06-04T19:24:51.410Z Compiling itertools v0.13.0
21872026-06-04T19:24:51.613Z Compiling buf-list v1.1.2
21882026-06-04T19:24:51.673Z Compiling x509-cert v0.2.5
21892026-06-04T19:24:51.798Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21902026-06-04T19:24:51.885Z Compiling openapiv3 v2.2.0
21912026-06-04T19:24:52.025Z Compiling sha1 v0.10.6
21922026-06-04T19:24:52.261Z Compiling lalrpop-util v0.19.12
21932026-06-04T19:24:52.388Z Compiling peg-runtime v0.8.5
21942026-06-04T19:25:07.487Z Compiling rustls-webpki v0.103.9
21952026-06-04T19:25:08.884Z Compiling macaddr v1.0.1
21962026-06-04T19:25:08.900Z Compiling structmeta-derive v0.3.0
21972026-06-04T19:25:08.920Z Compiling crucible-workspace-hack v0.1.0
21982026-06-04T19:25:09.127Z Compiling rayon-core v1.13.0
21992026-06-04T19:25:09.186Z Compiling itertools v0.14.0
22002026-06-04T19:25:09.200Z Compiling secrecy v0.10.3
22012026-06-04T19:25:09.242Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-06-04T19:25:09.361Z Compiling rustls v0.22.4
22032026-06-04T19:25:09.387Z Compiling heapless v0.8.0
22042026-06-04T19:25:09.474Z Compiling toml_datetime v0.7.5+spec-1.1.0
22052026-06-04T19:25:09.654Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22062026-06-04T19:25:09.701Z Compiling toml_edit v0.23.10+spec-1.0.0
22072026-06-04T19:25:09.723Z Compiling crossbeam-deque v0.8.6
22082026-06-04T19:25:09.726Z Compiling rustls-webpki v0.102.8
22092026-06-04T19:25:09.811Z Compiling hash32 v0.3.1
22102026-06-04T19:25:09.827Z Compiling multer v3.1.0
22112026-06-04T19:25:09.870Z Compiling thread_local v1.1.9
22122026-06-04T19:25:09.894Z Compiling structmeta v0.3.0
22132026-06-04T19:25:09.954Z Compiling slog-async v2.8.0
22142026-06-04T19:25:09.970Z Compiling compression-core v0.4.31
22152026-06-04T19:25:09.996Z Compiling match_cfg v0.1.0
22162026-06-04T19:25:10.040Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22172026-06-04T19:25:10.090Z Compiling smoltcp v0.11.0
22182026-06-04T19:25:10.122Z Compiling unicode-width v0.2.0
22192026-06-04T19:25:10.170Z Compiling derive-ex v0.1.8
22202026-06-04T19:25:10.235Z Compiling proc-macro-crate v3.4.0
22212026-06-04T19:25:10.300Z Compiling compression-codecs v0.4.37
22222026-06-04T19:25:10.315Z Compiling hostname v0.3.1
22232026-06-04T19:25:10.445Z Compiling ingot-macros v0.1.1
22242026-06-04T19:25:10.519Z Compiling slog-json v2.6.1
22252026-06-04T19:25:10.623Z Compiling crossbeam-channel v0.5.15
22262026-06-04T19:25:10.677Z Compiling half v2.7.1
22272026-06-04T19:25:10.677Z Compiling newtype-uuid-macros v0.1.0
22282026-06-04T19:25:10.784Z Compiling cobs v0.3.0
22292026-06-04T19:25:10.987Z Compiling tokio-rustls v0.26.4
22302026-06-04T19:25:11.052Z Compiling rustls-platform-verifier v0.6.2
22312026-06-04T19:25:11.085Z Compiling thiserror-impl-no-std v2.0.2
22322026-06-04T19:25:11.272Z Compiling hyper-rustls v0.27.7
22332026-06-04T19:25:11.288Z Compiling universal-hash v0.5.1
22342026-06-04T19:25:11.323Z Compiling async-stream-impl v0.3.6
22352026-06-04T19:25:11.409Z Compiling serde_spanned v1.0.4
22362026-06-04T19:25:11.447Z Compiling toml_datetime v1.0.0+spec-1.1.0
22372026-06-04T19:25:11.575Z Compiling reqwest v0.12.28
22382026-06-04T19:25:11.593Z Compiling reqwest v0.13.2
22392026-06-04T19:25:11.612Z Compiling is-terminal v0.4.17
22402026-06-04T19:25:11.689Z Compiling dropshot v0.17.0
22412026-06-04T19:25:11.731Z Compiling proc-macro-error-attr v1.0.4
22422026-06-04T19:25:11.890Z Compiling ciborium-io v0.2.2
22432026-06-04T19:25:11.906Z Compiling term v1.2.1
22442026-06-04T19:25:11.909Z Compiling toml_writer v1.0.6+spec-1.1.0
22452026-06-04T19:25:11.941Z Compiling take_mut v0.2.2
22462026-06-04T19:25:12.006Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22472026-06-04T19:25:12.033Z Compiling convert_case v0.4.0
22482026-06-04T19:25:12.077Z Compiling opaque-debug v0.3.1
22492026-06-04T19:25:12.120Z Compiling thiserror-no-std v2.0.2
22502026-06-04T19:25:12.163Z Compiling poly1305 v0.8.0
22512026-06-04T19:25:12.193Z Compiling toml v1.0.6+spec-1.1.0
22522026-06-04T19:25:12.226Z Compiling slog-term v2.9.2
22532026-06-04T19:25:12.374Z Compiling derive_more v0.99.20
22542026-06-04T19:25:12.683Z Compiling tokio-rustls v0.25.0
22552026-06-04T19:25:12.820Z Compiling ciborium-ll v0.2.2
22562026-06-04T19:25:12.957Z Compiling async-stream v0.3.6
22572026-06-04T19:25:12.972Z Compiling test-strategy v0.4.5
22582026-06-04T19:25:13.049Z Compiling ingot-types v0.1.2
22592026-06-04T19:25:13.104Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-06-04T19:25:13.167Z Compiling tough v0.22.0
22612026-06-04T19:25:13.489Z Compiling ingot v0.1.1
22622026-06-04T19:25:13.524Z Compiling postcard v1.1.3
22632026-06-04T19:25:13.754Z Compiling slog-bunyan v2.5.0
22642026-06-04T19:25:13.923Z Compiling num_enum_derive v0.7.5
22652026-06-04T19:25:14.290Z Compiling async-compression v0.4.41
22662026-06-04T19:25:14.293Z Compiling parse-display-derive v0.10.0
22672026-06-04T19:25:14.555Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22682026-06-04T19:25:14.765Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-06-04T19:25:14.897Z Compiling proc-macro-crate v1.3.1
22702026-06-04T19:25:14.900Z Compiling backon v1.6.0
22712026-06-04T19:25:14.930Z Compiling waitgroup v0.1.2
22722026-06-04T19:25:14.945Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22732026-06-04T19:25:15.020Z Compiling password-hash v0.5.0
22742026-06-04T19:25:15.101Z Compiling chacha20 v0.9.1
22752026-06-04T19:25:15.145Z Compiling dropshot_endpoint v0.17.0
22762026-06-04T19:25:15.259Z Compiling rustls-pemfile v2.2.0
22772026-06-04T19:25:15.275Z Compiling blake2 v0.10.6
22782026-06-04T19:25:15.375Z Compiling aead v0.5.2
22792026-06-04T19:25:15.589Z Compiling foreign-types-macros v0.2.3
22802026-06-04T19:25:15.604Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-06-04T19:25:15.737Z Compiling serde_path_to_error v0.1.20
22822026-06-04T19:25:15.767Z Compiling hostname v0.4.2
22832026-06-04T19:25:15.808Z Compiling proc-macro-error v1.0.4
22842026-06-04T19:25:15.952Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22852026-06-04T19:25:15.985Z Compiling instant v0.1.13
22862026-06-04T19:25:16.030Z Compiling typeid v1.0.3
22872026-06-04T19:25:16.046Z Compiling debug-ignore v1.0.5
22882026-06-04T19:25:16.070Z Compiling foreign-types-shared v0.3.1
22892026-06-04T19:25:16.132Z Compiling cpufeatures v0.3.0
22902026-06-04T19:25:16.170Z Compiling backoff v0.4.0
22912026-06-04T19:25:16.187Z Compiling foreign-types v0.5.0
22922026-06-04T19:25:16.190Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-06-04T19:25:16.246Z Compiling chacha20 v0.10.0
22942026-06-04T19:25:16.250Z Compiling parse-display v0.10.0
22952026-06-04T19:25:16.288Z Compiling chacha20poly1305 v0.10.1
22962026-06-04T19:25:16.304Z Compiling argon2 v0.5.3
22972026-06-04T19:25:16.322Z Compiling num_enum_derive v0.5.11
22982026-06-04T19:25:16.352Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22992026-06-04T19:25:16.378Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-06-04T19:25:16.404Z Compiling num_enum v0.7.5
23012026-06-04T19:25:16.455Z Compiling ciborium v0.2.2
23022026-06-04T19:25:16.679Z Compiling vsss-rs v3.3.4
23032026-06-04T19:25:16.705Z Compiling tabwriter v1.4.1
23042026-06-04T19:25:16.753Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-06-04T19:25:16.944Z Compiling regress v0.10.5
23062026-06-04T19:25:17.084Z Compiling byte-wrapper v0.1.0
23072026-06-04T19:25:17.102Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23082026-06-04T19:25:17.143Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23092026-06-04T19:25:17.261Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-06-04T19:25:17.295Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23112026-06-04T19:25:17.312Z Compiling cstr-argument v0.1.2
23122026-06-04T19:25:17.505Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23132026-06-04T19:25:17.561Z Compiling erased-serde v0.4.9
23142026-06-04T19:25:17.582Z Compiling humantime v2.3.0
23152026-06-04T19:25:17.732Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-04T19:25:17.784Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-06-04T19:25:17.885Z Compiling num_enum v0.5.11
23182026-06-04T19:25:17.932Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-06-04T19:25:17.935Z Compiling rand v0.10.0
23202026-06-04T19:25:18.046Z Compiling rayon v1.11.0
23212026-06-04T19:25:18.061Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-06-04T19:25:18.177Z Compiling libefi-sys v0.1.0
23232026-06-04T19:25:18.177Z Compiling indent_write v2.2.0
23242026-06-04T19:25:18.210Z Compiling colored v3.1.1
23252026-06-04T19:25:18.213Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23262026-06-04T19:25:18.242Z Compiling zone_cfg_derive v0.3.1
23272026-06-04T19:25:18.328Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23282026-06-04T19:25:18.450Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-06-04T19:25:18.474Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23302026-06-04T19:25:18.627Z Compiling camino-tempfile v1.4.1
23312026-06-04T19:25:18.714Z Compiling itertools v0.12.1
23322026-06-04T19:25:18.750Z Compiling usdt-macro v0.5.0
23332026-06-04T19:25:18.876Z Compiling usdt-attr-macro v0.5.0
23342026-06-04T19:25:18.903Z Compiling bitfield-struct v0.6.2
23352026-06-04T19:25:19.009Z Compiling num-derive v0.4.2
23362026-06-04T19:25:19.012Z Compiling blake3 v1.8.3
23372026-06-04T19:25:19.041Z Compiling ordered-float v2.10.1
23382026-06-04T19:25:19.338Z Compiling sigpipe v0.1.3
23392026-06-04T19:25:19.393Z Compiling memmap v0.7.0
23402026-06-04T19:25:19.439Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-06-04T19:25:19.455Z Compiling glob v0.3.3
23422026-06-04T19:25:19.521Z Compiling swrite v0.1.0
23432026-06-04T19:25:19.622Z Compiling usdt v0.5.0
23442026-06-04T19:25:19.643Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23452026-06-04T19:25:19.658Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23462026-06-04T19:25:19.901Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-06-04T19:25:19.979Z Compiling serde-value v0.7.0
23482026-06-04T19:25:20.181Z Compiling zone v0.3.1
23492026-06-04T19:25:20.198Z Compiling serde-untagged v0.1.9
23502026-06-04T19:25:20.232Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23512026-06-04T19:25:20.397Z Compiling toml v0.8.23
23522026-06-04T19:25:20.413Z Compiling smf v0.2.3
23532026-06-04T19:25:20.492Z Compiling filetime v0.2.27
23542026-06-04T19:25:20.543Z Compiling constant_time_eq v0.4.2
23552026-06-04T19:25:20.568Z Compiling xattr v1.6.1
23562026-06-04T19:25:20.605Z Compiling arrayvec v0.7.6
23572026-06-04T19:25:20.682Z Compiling unicode-xid v0.2.6
23582026-06-04T19:25:20.713Z Compiling whoami v1.6.1
23592026-06-04T19:25:20.759Z Compiling arrayref v0.3.9
23602026-06-04T19:25:20.772Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-06-04T19:25:20.787Z Compiling tar v0.4.45
23622026-06-04T19:25:20.845Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-06-04T19:25:20.861Z Compiling cargo-util-schemas v0.8.2
23642026-06-04T19:25:20.895Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652026-06-04T19:25:21.144Z Compiling tokio-dtrace v0.1.1
23662026-06-04T19:25:21.199Z Compiling console v0.16.2
23672026-06-04T19:25:21.477Z Compiling gethostname v0.5.0
23682026-06-04T19:25:21.537Z Compiling cargo-platform v0.2.0
23692026-06-04T19:25:21.565Z Compiling topological-sort v0.2.2
23702026-06-04T19:25:21.630Z Compiling unit-prefix v0.5.2
23712026-06-04T19:25:21.679Z Compiling oxide-tokio-rt v0.1.4
23722026-06-04T19:25:21.731Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-06-04T19:25:21.753Z Compiling indicatif v0.18.4
23742026-06-04T19:25:21.811Z Compiling shell-words v1.1.1
23752026-06-04T19:25:22.076Z Compiling cargo_metadata v0.21.0
23762026-06-04T19:25:31.385Z Compiling progenitor-client v0.10.0
23772026-06-04T19:25:31.385Z Compiling omicron-zone-package v0.12.2
23782026-06-04T19:25:31.402Z Compiling progenitor-client v0.14.0
23792026-06-04T19:25:31.869Z Compiling progenitor-extras v0.2.0
23802026-06-04T19:25:34.061Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-06-04T19:25:34.113Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-06-04T19:25:34.242Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-06-04T19:25:34.258Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-06-04T19:25:34.429Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23852026-06-04T19:25:34.453Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23862026-06-04T19:25:34.470Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23872026-06-04T19:25:34.511Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23882026-06-04T19:25:34.539Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-06-04T19:25:38.520Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-06-04T19:25:46.352Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-06-04T19:25:49.441Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-06-04T19:25:50.406Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-06-04T19:26:00.223Z Finished `release` profile [optimized] target(s) in 1m 44s
23942026-06-04T19:26:00.374Z Running `target/release/omicron-package -t test target create -p dev`
23952026-06-04T19:26:00.437ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-06-04T19:26:00.447ZCreated new build target 'test' and set it as active
23972026-06-04T19:26:00.447Z
23982026-06-04T19:26:00.447Zreal 1:44.293367857
23992026-06-04T19:26:00.447Zuser 17:01.355336430
24002026-06-04T19:26:00.447Zsys 2:35.313888434
24012026-06-04T19:26:00.447Ztrap 0.472699238
24022026-06-04T19:26:00.447Ztflt 2.727893582
24032026-06-04T19:26:00.447Zdflt 4.434088166
24042026-06-04T19:26:00.447Zkflt 0.000526100
24052026-06-04T19:26:00.447Zlock 52:55.764536502
24062026-06-04T19:26:00.447Zslp 43:22.257139642
24072026-06-04T19:26:00.447Zlat 44.237171065
24082026-06-04T19:26:00.447Zstop 5:19.946275210
24092026-06-04T19:26:00.447Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-06-04T19:26:01.323Z Finished `release` profile [optimized] target(s) in 0.87s
24112026-06-04T19:26:01.392Z Running `target/release/omicron-package -t test package`
24122026-06-04T19:26:01.451ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-06-04T19:26:03.319Z Compiling heck v0.5.0
24142026-06-04T19:26:03.319Z Compiling regress v0.11.1
24152026-06-04T19:26:03.354Z Compiling unsafe-libyaml v0.2.11
24162026-06-04T19:26:03.354Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-06-04T19:26:03.354Z Compiling regress v0.10.5
24182026-06-04T19:26:03.354Z Compiling is-terminal v0.4.17
24192026-06-04T19:26:03.354Z Compiling unicode-width v0.1.14
24202026-06-04T19:26:03.354Z Compiling prettyplease v0.2.37
24212026-06-04T19:26:03.354Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24222026-06-04T19:26:03.354Z Compiling bytecount v0.6.9
24232026-06-04T19:26:03.354Z Compiling rustls v0.22.4
24242026-06-04T19:26:03.354Z Compiling rustls-webpki v0.102.8
24252026-06-04T19:26:03.354Z Compiling derive-where v1.6.0
24262026-06-04T19:26:03.355Z Compiling thread_local v1.1.9
24272026-06-04T19:26:03.355Z Compiling compression-core v0.4.31
24282026-06-04T19:26:03.374Z Compiling match_cfg v0.1.0
24292026-06-04T19:26:03.408Z Compiling multer v3.1.0
24302026-06-04T19:26:03.474Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-06-04T19:26:03.499Z Compiling hostname v0.3.1
24322026-06-04T19:26:03.503Z Compiling compression-codecs v0.4.37
24332026-06-04T19:26:03.540Z Compiling slog-async v2.8.0
24342026-06-04T19:26:03.543Z Compiling crossbeam-channel v0.5.15
24352026-06-04T19:26:03.584Z Compiling slog-json v2.6.1
24362026-06-04T19:26:03.608Z Compiling serde_spanned v1.0.4
24372026-06-04T19:26:03.612Z Compiling toml_datetime v1.0.0+spec-1.1.0
24382026-06-04T19:26:03.668Z Compiling serde_yaml v0.9.34+deprecated
24392026-06-04T19:26:03.672Z Compiling take_mut v0.2.2
24402026-06-04T19:26:03.698Z Compiling toml_writer v1.0.6+spec-1.1.0
24412026-06-04T19:26:03.803Z Compiling term v1.2.1
24422026-06-04T19:26:03.814Z Compiling slog-bunyan v2.5.0
24432026-06-04T19:26:03.814Z Compiling async-compression v0.4.41
24442026-06-04T19:26:04.025Z Compiling toml v1.0.6+spec-1.1.0
24452026-06-04T19:26:04.025Z Compiling dropshot v0.17.0
24462026-06-04T19:26:04.069Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-06-04T19:26:04.127Z Compiling async-stream v0.3.6
24482026-06-04T19:26:04.127Z Compiling num-rational v0.4.2
24492026-06-04T19:26:04.174Z Compiling slog-term v2.9.2
24502026-06-04T19:26:04.193Z Compiling progenitor-client v0.14.0
24512026-06-04T19:26:04.236Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-06-04T19:26:04.284Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-06-04T19:26:04.345Z Compiling waitgroup v0.1.2
24542026-06-04T19:26:04.370Z Compiling rustls-pemfile v2.2.0
24552026-06-04T19:26:04.448Z Compiling backon v1.6.0
24562026-06-04T19:26:04.508Z Compiling num-complex v0.4.6
24572026-06-04T19:26:04.515Z Compiling hostname v0.4.2
24582026-06-04T19:26:04.519Z Compiling serde_path_to_error v0.1.20
24592026-06-04T19:26:04.544Z Compiling instant v0.1.13
24602026-06-04T19:26:04.583Z Compiling debug-ignore v1.0.5
24612026-06-04T19:26:04.673Z Compiling typify-impl v0.6.2
24622026-06-04T19:26:04.691Z Compiling backoff v0.4.0
24632026-06-04T19:26:04.715Z Compiling progenitor-extras v0.2.0
24642026-06-04T19:26:04.725Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24652026-06-04T19:26:04.725Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-06-04T19:26:04.944Z Compiling num v0.4.3
24672026-06-04T19:26:05.020Z Compiling parse-display v0.10.0
24682026-06-04T19:26:05.020Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-06-04T19:26:05.020Z Compiling progenitor-client v0.10.0
24702026-06-04T19:26:05.035Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-06-04T19:26:05.060Z Compiling macaddr v1.0.1
24722026-06-04T19:26:05.084Z Compiling float-ord v0.3.2
24732026-06-04T19:26:05.107Z Compiling humantime v2.3.0
24742026-06-04T19:26:05.259Z Compiling console v0.15.11
24752026-06-04T19:26:05.326Z Compiling atomicwrites v0.4.4
24762026-06-04T19:26:05.345Z Compiling newline-converter v0.3.0
24772026-06-04T19:26:05.384Z Compiling progenitor-client v0.13.0
24782026-06-04T19:26:05.465Z Compiling slog-dtrace v0.3.0
24792026-06-04T19:26:05.504Z Compiling resolv-conf v0.7.6
24802026-06-04T19:26:05.609Z Compiling tokio-rustls v0.25.0
24812026-06-04T19:26:05.674Z Compiling expectorate v1.2.0
24822026-06-04T19:26:05.708Z Compiling cancel-safe-futures v0.1.5
24832026-06-04T19:26:05.758Z Compiling owo-colors v4.3.0
24842026-06-04T19:26:05.880Z Compiling toml v0.8.23
24852026-06-04T19:26:05.925Z Compiling libsw-core v0.3.2
24862026-06-04T19:26:06.012Z Compiling linked-hash-map v0.5.6
24872026-06-04T19:26:06.112Z Compiling libsw v3.5.0
24882026-06-04T19:26:06.133Z Compiling linear-map v1.2.0
24892026-06-04T19:26:06.250Z Compiling lru-cache v0.1.2
24902026-06-04T19:26:06.331Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-06-04T19:26:06.367Z Compiling minimal-lexical v0.2.1
24922026-06-04T19:26:06.399Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-06-04T19:26:06.421Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-06-04T19:26:06.457Z Compiling hickory-proto v0.24.4
24952026-06-04T19:26:06.493Z Compiling unicode-xid v0.2.6
24962026-06-04T19:26:06.543Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-06-04T19:26:06.650Z Compiling nom v7.1.3
24982026-06-04T19:26:06.656Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-06-04T19:26:06.692Z Compiling convert_case v0.10.0
25002026-06-04T19:26:06.986Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-06-04T19:26:07.098Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25022026-06-04T19:26:07.487Z Compiling derive_more-impl v2.1.1
25032026-06-04T19:26:08.884Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-06-04T19:26:08.898Z Compiling papergrid v0.11.0
25052026-06-04T19:26:08.898Z Compiling tabled_derive v0.7.0
25062026-06-04T19:26:08.898Z Compiling typify-macro v0.6.2
25072026-06-04T19:26:08.898Z Compiling derive_more v2.1.1
25082026-06-04T19:26:08.899Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25092026-06-04T19:26:08.899Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-06-04T19:26:08.963Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-06-04T19:26:09.007Z Compiling hickory-resolver v0.24.4
25122026-06-04T19:26:09.214Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-06-04T19:26:09.275Z Compiling termtree v0.5.1
25142026-06-04T19:26:09.415Z Compiling tabled v0.15.0
25152026-06-04T19:26:09.485Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-06-04T19:26:09.762Z Compiling typify v0.6.2
25172026-06-04T19:26:10.067Z Compiling progenitor-impl v0.14.0
25182026-06-04T19:26:10.115Z Compiling progenitor-impl v0.13.0
25192026-06-04T19:26:12.251Z Compiling progenitor-macro v0.14.0
25202026-06-04T19:26:12.260Z Compiling progenitor-macro v0.13.0
25212026-06-04T19:26:12.357Z Compiling qorb v0.4.1
25222026-06-04T19:26:14.720Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-06-04T19:26:14.720Z Compiling crossterm v0.29.0
25242026-06-04T19:26:14.720Z Compiling phf_shared v0.12.1
25252026-06-04T19:26:14.892Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-06-04T19:26:14.940Z Compiling vte v0.14.1
25272026-06-04T19:26:14.962Z Compiling csv-core v0.1.13
25282026-06-04T19:26:15.404Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25292026-06-04T19:26:15.427Z Compiling highway v1.3.0
25302026-06-04T19:26:15.554Z Compiling chrono-tz v0.10.4
25312026-06-04T19:26:15.799Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-06-04T19:26:16.001Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25332026-06-04T19:26:16.164Z Compiling csv v1.4.0
25342026-06-04T19:26:16.383Z Compiling progenitor v0.14.0
25352026-06-04T19:26:16.406Z Compiling progenitor v0.13.0
25362026-06-04T19:26:16.571Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25372026-06-04T19:26:16.603Z Compiling strip-ansi-escapes v0.2.1
25382026-06-04T19:26:16.774Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25392026-06-04T19:26:17.136Z Compiling phf v0.12.1
25402026-06-04T19:26:17.160Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-06-04T19:26:17.302Z Compiling const_format_proc_macros v0.2.34
25422026-06-04T19:26:17.330Z Compiling fd-lock v4.0.4
25432026-06-04T19:26:17.372Z Compiling peg-macros v0.8.5
25442026-06-04T19:26:17.513Z Compiling nu-ansi-term v0.50.3
25452026-06-04T19:26:18.090Z Compiling reedline v0.40.0
25462026-06-04T19:26:18.111Z Compiling const_format v0.2.35
25472026-06-04T19:26:18.613Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-06-04T19:26:18.659Z Compiling peg v0.8.5
25492026-06-04T19:26:18.763Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-04T19:26:19.531Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-06-04T19:26:19.619Z Compiling bcs v0.1.6
25522026-06-04T19:26:19.836Z Compiling semver v0.1.20
25532026-06-04T19:26:19.864Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-06-04T19:26:20.055Z Compiling rustc_version v0.1.7
25552026-06-04T19:26:20.125Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-06-04T19:26:20.147Z Compiling smawk v0.3.2
25572026-06-04T19:26:20.290Z Compiling newtype_derive v0.1.6
25582026-06-04T19:26:20.339Z Compiling unicode-linebreak v0.1.5
25592026-06-04T19:26:20.626Z Compiling textwrap v0.16.2
25602026-06-04T19:26:20.662Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-06-04T19:26:21.162Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-06-04T19:26:21.322Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-06-04T19:26:21.687Z Compiling base64 v0.21.7
25642026-06-04T19:26:21.865Z Compiling steno v0.4.1
25652026-06-04T19:26:21.906Z Compiling dropshot-api-manager-types v0.7.2
25662026-06-04T19:26:22.249Z Compiling tagptr v0.2.0
25672026-06-04T19:26:22.482Z Compiling moka v0.12.13
25682026-06-04T19:26:22.548Z Compiling utf-8 v0.7.6
25692026-06-04T19:26:22.602Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-06-04T19:26:22.794Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-06-04T19:26:22.868Z Compiling tungstenite v0.21.0
25722026-06-04T19:26:22.966Z Compiling radium v0.7.0
25732026-06-04T19:26:22.999Z Compiling maybe-uninit v2.0.0
25742026-06-04T19:26:23.085Z Compiling display-error-chain v0.2.2
25752026-06-04T19:26:23.287Z Compiling tap v1.0.1
25762026-06-04T19:26:23.439Z Compiling wyz v0.5.1
25772026-06-04T19:26:23.569Z Compiling hickory-resolver v0.25.2
25782026-06-04T19:26:23.613Z Compiling tokio-tungstenite v0.21.0
25792026-06-04T19:26:23.686Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-06-04T19:26:23.707Z Compiling num-derive v0.3.3
25812026-06-04T19:26:23.991Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25822026-06-04T19:26:24.604Z Compiling zerocopy-derive v0.6.6
25832026-06-04T19:26:25.033Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25842026-06-04T19:26:25.187Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-06-04T19:26:25.367Z Compiling proc-macro-error-attr2 v2.0.0
25862026-06-04T19:26:25.579Z Compiling packed_struct v0.10.1
25872026-06-04T19:26:25.809Z Compiling funty v2.0.0
25882026-06-04T19:26:25.861Z Compiling crc-catalog v2.4.0
25892026-06-04T19:26:25.990Z Compiling crc v3.4.0
25902026-06-04T19:26:26.021Z Compiling proc-macro-error2 v2.0.1
25912026-06-04T19:26:26.213Z Compiling bitvec v1.0.1
25922026-06-04T19:26:26.348Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-06-04T19:26:26.469Z Compiling zerocopy v0.6.6
25942026-06-04T19:26:26.751Z Compiling libscf-sys v1.1.0
25952026-06-04T19:26:26.927Z Compiling packed_struct_codegen v0.10.1
25962026-06-04T19:26:26.984Z Compiling vergen-lib v0.1.6
25972026-06-04T19:26:27.214Z Compiling bitfield-macros v0.19.4
25982026-06-04T19:26:27.942Z Compiling indexmap v1.9.3
25992026-06-04T19:26:27.994Z Compiling nodrop v0.1.14
26002026-06-04T19:26:28.080Z Compiling bitfield v0.19.4
26012026-06-04T19:26:28.124Z Compiling array-init v0.0.4
26022026-06-04T19:26:28.244Z Compiling smallvec v0.6.14
26032026-06-04T19:26:28.413Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-06-04T19:26:28.442Z Compiling tabled_derive v0.11.0
26052026-06-04T19:26:28.507Z Compiling papergrid v0.17.0
26062026-06-04T19:26:28.671Z Compiling testing_table v0.3.0
26072026-06-04T19:26:28.900Z Compiling vergen-gitcl v1.0.8
26082026-06-04T19:26:29.096Z Compiling dirs-sys-next v0.1.2
26092026-06-04T19:26:29.119Z Compiling hashbrown v0.12.3
26102026-06-04T19:26:29.160Z Compiling crunchy v0.2.4
26112026-06-04T19:26:29.370Z Compiling glob v0.3.3
26122026-06-04T19:26:29.445Z Compiling maplit v1.0.2
26132026-06-04T19:26:29.482Z Compiling diesel_derives v2.3.7
26142026-06-04T19:26:29.536Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-06-04T19:26:29.558Z Compiling dirs-next v2.0.0
26162026-06-04T19:26:29.610Z Compiling serde-hex v0.1.0
26172026-06-04T19:26:29.725Z Compiling tabled v0.20.0
26182026-06-04T19:26:29.770Z Compiling clang-sys v1.8.1
26192026-06-04T19:26:30.048Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-06-04T19:26:30.107Z Compiling ron v0.8.1
26212026-06-04T19:26:30.182Z Compiling hashbrown v0.13.2
26222026-06-04T19:26:30.281Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-06-04T19:26:30.304Z Compiling scheduled-thread-pool v0.2.7
26242026-06-04T19:26:30.470Z Compiling dsl_auto_type v0.2.0
26252026-06-04T19:26:30.793Z Compiling diesel_table_macro_syntax v0.3.0
26262026-06-04T19:26:30.910Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-06-04T19:26:31.020Z Compiling tiny-keccak v2.0.2
26282026-06-04T19:26:31.023Z Compiling crc-any v2.5.0
26292026-06-04T19:26:31.220Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-06-04T19:26:31.296Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-06-04T19:26:31.398Z Compiling object v0.30.4
26322026-06-04T19:26:31.467Z Compiling r2d2 v0.8.10
26332026-06-04T19:26:31.734Z Compiling term v0.7.0
26342026-06-04T19:26:31.869Z Compiling downcast-rs v2.0.2
26352026-06-04T19:26:31.987Z Compiling path-slash v0.1.5
26362026-06-04T19:26:32.012Z Compiling bit-vec v0.6.3
26372026-06-04T19:26:32.179Z Compiling xshell-macros v0.2.7
26382026-06-04T19:26:32.243Z Compiling bit-set v0.5.3
26392026-06-04T19:26:32.264Z Compiling ascii-canvas v3.0.0
26402026-06-04T19:26:32.476Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26412026-06-04T19:26:32.563Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26422026-06-04T19:26:32.585Z Compiling itertools v0.10.5
26432026-06-04T19:26:32.588Z Compiling xshell v0.2.7
26442026-06-04T19:26:33.059Z Compiling ena v0.14.4
26452026-06-04T19:26:33.084Z Compiling libloading v0.8.9
26462026-06-04T19:26:33.314Z Compiling diff v0.1.13
26472026-06-04T19:26:33.335Z Compiling regex-syntax v0.6.29
26482026-06-04T19:26:33.581Z Compiling unicase v2.9.0
26492026-06-04T19:26:33.732Z Compiling bindgen v0.71.1
26502026-06-04T19:26:33.888Z Compiling crc8 v0.1.1
26512026-06-04T19:26:33.930Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26522026-06-04T19:26:34.093Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-06-04T19:26:34.225Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26542026-06-04T19:26:34.953Z Compiling lalrpop v0.19.12
26552026-06-04T19:26:35.197Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-06-04T19:26:35.245Z Compiling cexpr v0.6.0
26572026-06-04T19:26:35.503Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26582026-06-04T19:26:35.628Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26592026-06-04T19:26:35.737Z Compiling rustc-hash v2.1.1
26602026-06-04T19:26:35.813Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-06-04T19:26:35.841Z Compiling headers-core v0.3.0
26622026-06-04T19:26:35.900Z Compiling libxml v0.3.3
26632026-06-04T19:26:35.971Z Compiling diesel v2.3.7
26642026-06-04T19:26:36.003Z Compiling headers v0.4.1
26652026-06-04T19:26:36.205Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-06-04T19:26:36.241Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26672026-06-04T19:26:36.546Z Compiling typify-impl v0.4.3
26682026-06-04T19:26:36.629Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-06-04T19:26:36.859Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-06-04T19:26:37.009Z Compiling strum_macros v0.24.3
26712026-06-04T19:26:37.334Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26722026-06-04T19:26:37.548Z Compiling git-stub v1.0.0
26732026-06-04T19:26:37.646Z Compiling indoc v1.0.9
26742026-06-04T19:26:37.827Z Compiling git-stub-vcs v0.1.0
26752026-06-04T19:26:38.084Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-06-04T19:26:38.205Z Compiling derive_builder v0.20.2
26772026-06-04T19:26:38.298Z Compiling oso-derive v0.27.3
26782026-06-04T19:26:38.319Z Compiling quick-xml v0.37.5
26792026-06-04T19:26:38.381Z Compiling impl-trait-for-tuples v0.2.3
26802026-06-04T19:26:38.797Z Compiling openssl-probe v0.1.6
26812026-06-04T19:26:39.126Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-06-04T19:26:39.643Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-06-04T19:26:39.665Z Compiling half v1.8.3
26842026-06-04T19:26:39.827Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26852026-06-04T19:26:39.925Z Compiling serde_cbor v0.11.2
26862026-06-04T19:26:40.042Z Compiling typify-macro v0.4.3
26872026-06-04T19:26:40.066Z Compiling bb8 v0.8.6
26882026-06-04T19:26:40.103Z Compiling trait-variant v0.1.2
26892026-06-04T19:26:40.275Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26902026-06-04T19:26:40.447Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26912026-06-04T19:26:40.554Z Compiling samael v0.0.19
26922026-06-04T19:26:40.676Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-06-04T19:26:40.782Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26942026-06-04T19:26:40.996Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26952026-06-04T19:26:41.049Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-06-04T19:26:41.272Z Compiling fxhash v0.2.1
26972026-06-04T19:26:41.448Z Compiling libz-sys v1.1.24
26982026-06-04T19:26:41.580Z Compiling nonempty v0.12.0
26992026-06-04T19:26:41.609Z Compiling typify v0.4.3
27002026-06-04T19:26:41.753Z Compiling progenitor-impl v0.11.2
27012026-06-04T19:26:41.809Z Compiling salty v0.3.0
27022026-06-04T19:26:42.113Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27032026-06-04T19:26:42.245Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27042026-06-04T19:26:42.362Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-06-04T19:26:42.430Z Compiling polar-core v0.27.3
27062026-06-04T19:26:42.462Z Compiling progenitor-client v0.11.2
27072026-06-04T19:26:42.506Z Compiling kstat-rs v0.2.4
27082026-06-04T19:26:42.997Z Compiling arc-swap v1.8.2
27092026-06-04T19:26:43.021Z Compiling fs-err v2.11.0
27102026-06-04T19:26:43.514Z Compiling mime_guess v2.0.5
27112026-06-04T19:26:43.547Z Compiling slog-scope v4.4.1
27122026-06-04T19:26:43.928Z Compiling progenitor-macro v0.11.2
27132026-06-04T19:26:43.992Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27142026-06-04T19:26:44.027Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-06-04T19:26:44.448Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-06-04T19:26:46.468Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27172026-06-04T19:26:46.637Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-06-04T19:26:46.948Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-06-04T19:26:46.980Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27202026-06-04T19:26:47.551Z Compiling nanorand v0.7.0
27212026-06-04T19:26:47.897Z Compiling progenitor v0.11.2
27222026-06-04T19:26:47.933Z Compiling darling_core v0.23.0
27232026-06-04T19:26:47.982Z Compiling libgit2-sys v0.18.3+1.9.2
27242026-06-04T19:26:48.024Z Compiling parking_lot_core v0.8.6
27252026-06-04T19:26:48.086Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27262026-06-04T19:26:48.297Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27272026-06-04T19:26:48.393Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27282026-06-04T19:26:50.106Z Compiling darling_macro v0.23.0
27292026-06-04T19:26:50.594Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27302026-06-04T19:26:52.649Z Compiling oso v0.27.3
27312026-06-04T19:26:56.116Z Compiling async-bb8-diesel v0.2.1
27322026-06-04T19:26:56.291Z Compiling diesel-dtrace v0.5.0
27332026-06-04T19:26:56.434Z Compiling flume v0.11.1
27342026-06-04T19:26:56.446Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-06-04T19:26:56.606Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-06-04T19:26:56.652Z Compiling slog-stdlog v4.1.1
27372026-06-04T19:26:57.228Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27382026-06-04T19:26:57.251Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392026-06-04T19:26:59.220Z Compiling primeorder v0.13.6
27402026-06-04T19:26:59.235Z Compiling atty v0.2.14
27412026-06-04T19:26:59.236Z Compiling strsim v0.10.0
27422026-06-04T19:26:59.236Z Compiling parse-size v1.1.0
27432026-06-04T19:26:59.236Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27442026-06-04T19:26:59.236Z Compiling instability v0.3.11
27452026-06-04T19:26:59.236Z Compiling http-range v0.1.5
27462026-06-04T19:26:59.236Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27472026-06-04T19:26:59.236Z Compiling darling_core v0.13.4
27482026-06-04T19:26:59.236Z Compiling p384 v0.13.1
27492026-06-04T19:26:59.236Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27502026-06-04T19:26:59.236Z Compiling slog-envlogger v2.2.0
27512026-06-04T19:27:00.944Z Compiling darling v0.23.0
27522026-06-04T19:27:01.064Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27532026-06-04T19:27:01.090Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-06-04T19:27:01.148Z Compiling ignore v0.4.25
27552026-06-04T19:27:01.640Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-04T19:27:01.898Z Compiling castaway v0.2.4
27572026-06-04T19:27:02.043Z Compiling vergen-git2 v9.1.0
27582026-06-04T19:27:02.131Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-04T19:27:02.280Z Compiling indoc v2.0.7
27602026-06-04T19:27:02.532Z Compiling compact_str v0.8.1
27612026-06-04T19:27:03.083Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-06-04T19:27:03.261Z Compiling globwalk v0.9.1
27632026-06-04T19:27:03.419Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-06-04T19:27:03.949Z Compiling parking_lot v0.11.2
27652026-06-04T19:27:03.972Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-06-04T19:27:04.599Z Compiling hyper-staticfile v0.10.1
27672026-06-04T19:27:04.879Z Compiling darling_macro v0.13.4
27682026-06-04T19:27:06.191Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-06-04T19:27:06.199Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-06-04T19:27:06.199Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-06-04T19:27:06.204Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-06-04T19:27:06.468Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-06-04T19:27:06.563Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27742026-06-04T19:27:06.677Z Compiling predicates-tree v1.0.13
27752026-06-04T19:27:06.832Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-06-04T19:27:06.878Z Compiling unicode-truncate v1.1.0
27772026-06-04T19:27:07.070Z Compiling lru v0.12.5
27782026-06-04T19:27:07.099Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-06-04T19:27:07.133Z Compiling rand_seeder v0.4.0
27802026-06-04T19:27:07.290Z Compiling prefix-trie v0.7.0
27812026-06-04T19:27:07.405Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-06-04T19:27:07.411Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-06-04T19:27:07.668Z Compiling illumos-nvpair-sys v0.2.0
27842026-06-04T19:27:07.690Z Compiling rustls v0.21.12
27852026-06-04T19:27:07.766Z Compiling corncobs v0.1.4
27862026-06-04T19:27:07.802Z Compiling cassowary v0.3.0
27872026-06-04T19:27:07.867Z Compiling hickory-server v0.25.2
27882026-06-04T19:27:07.950Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-06-04T19:27:07.995Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-06-04T19:27:08.055Z Compiling camino-tempfile-ext v0.3.3
27912026-06-04T19:27:08.107Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27922026-06-04T19:27:08.203Z Compiling ratatui v0.29.0
27932026-06-04T19:27:08.413Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27942026-06-04T19:27:08.499Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-06-04T19:27:08.659Z Compiling darling v0.13.4
27962026-06-04T19:27:08.782Z Compiling sled v0.34.7
27972026-06-04T19:27:09.083Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-06-04T19:27:09.391Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-06-04T19:27:09.695Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28002026-06-04T19:27:11.235Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28012026-06-04T19:27:12.123Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-06-04T19:27:12.348Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28032026-06-04T19:27:12.378Z Compiling sct v0.7.1
28042026-06-04T19:27:12.573Z Compiling rustls-webpki v0.101.7
28052026-06-04T19:27:12.646Z Compiling secrecy v0.8.0
28062026-06-04T19:27:12.845Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-06-04T19:27:13.556Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-06-04T19:27:13.971Z Compiling git2 v0.20.4
28092026-06-04T19:27:15.773Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-06-04T19:27:15.823Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28112026-06-04T19:27:15.823Z Compiling serde_with_macros v1.5.2
28122026-06-04T19:27:15.823Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28132026-06-04T19:27:15.823Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28142026-06-04T19:27:16.055Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28152026-06-04T19:27:16.115Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28162026-06-04T19:27:17.024Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28172026-06-04T19:27:17.027Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-06-04T19:27:17.069Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28192026-06-04T19:27:17.260Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28202026-06-04T19:27:17.287Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28212026-06-04T19:27:17.515Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28222026-06-04T19:27:17.559Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28232026-06-04T19:27:17.768Z Compiling void v1.0.2
28242026-06-04T19:27:17.879Z Compiling lzss v0.8.2
28252026-06-04T19:27:18.140Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-06-04T19:27:18.168Z Compiling illumos-nvpair v0.3.0
28272026-06-04T19:27:18.668Z Compiling serde_with v1.14.0
28282026-06-04T19:27:18.967Z Compiling tokio-rustls v0.24.1
28292026-06-04T19:27:19.249Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28302026-06-04T19:27:19.809Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28312026-06-04T19:27:19.999Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28322026-06-04T19:27:21.051Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28332026-06-04T19:27:21.783Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28342026-06-04T19:27:22.546Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28352026-06-04T19:27:22.635Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-06-04T19:27:22.887Z Compiling tungstenite v0.23.0
28372026-06-04T19:27:23.277Z Compiling rustls-pemfile v1.0.4
28382026-06-04T19:27:23.484Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28392026-06-04T19:27:23.680Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-06-04T19:27:23.910Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28412026-06-04T19:27:24.139Z Compiling nix v0.27.1
28422026-06-04T19:27:24.833Z Compiling twox-hash v2.1.2
28432026-06-04T19:27:25.236Z Compiling serde_bytes v0.11.19
28442026-06-04T19:27:25.301Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28452026-06-04T19:27:25.414Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28462026-06-04T19:27:25.543Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28472026-06-04T19:27:25.590Z Compiling tokio-tungstenite v0.23.1
28482026-06-04T19:27:26.047Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28492026-06-04T19:27:26.427Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-06-04T19:27:27.981Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28512026-06-04T19:27:28.996Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-06-04T19:27:30.339Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-06-04T19:27:30.517Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-06-04T19:27:30.542Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-06-04T19:27:30.963Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28562026-06-04T19:27:30.992Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28572026-06-04T19:27:31.350Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-06-04T19:27:31.547Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28592026-06-04T19:27:31.853Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28602026-06-04T19:27:31.878Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28612026-06-04T19:27:33.073Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-06-04T19:27:34.116Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-06-04T19:27:34.677Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-06-04T19:27:34.922Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-06-04T19:27:35.488Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-06-04T19:27:36.059Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-06-04T19:27:36.783Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28682026-06-04T19:27:36.898Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28692026-06-04T19:27:36.924Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-06-04T19:27:37.141Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-06-04T19:27:38.095Z Compiling signal-hook-tokio v0.3.1
28722026-06-04T19:27:38.176Z Compiling fatfs v0.3.6
28732026-06-04T19:27:38.293Z Compiling yasna v0.5.2
28742026-06-04T19:27:39.359Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-06-04T19:27:39.381Z Compiling assert_matches v1.5.0
28762026-06-04T19:27:39.421Z Compiling seq-macro v0.3.6
28772026-06-04T19:27:39.494Z Compiling is_ci v1.2.0
28782026-06-04T19:27:39.710Z Compiling supports-color v3.0.2
28792026-06-04T19:27:39.780Z Compiling rcgen v0.12.1
28802026-06-04T19:27:39.803Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-06-04T19:27:39.923Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-06-04T19:27:40.004Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-06-04T19:27:40.026Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-06-04T19:27:40.056Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-06-04T19:27:40.290Z Compiling rtoolbox v0.0.3
28862026-06-04T19:27:40.312Z Compiling subprocess v0.2.15
28872026-06-04T19:27:40.564Z Compiling rpassword v7.4.0
28882026-06-04T19:27:40.853Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-06-04T19:27:42.494Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-06-04T19:27:43.408Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-06-04T19:27:43.760Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-06-04T19:27:44.179Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-06-04T19:27:44.320Z Compiling tui-tree-widget v0.23.1
28942026-06-04T19:27:44.609Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-06-04T19:27:45.168Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-06-04T19:27:45.707Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-06-04T19:27:45.943Z Compiling uzers v0.12.2
28982026-06-04T19:27:46.253Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-06-04T19:27:47.419Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-06-04T19:27:48.630Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-06-04T19:27:49.199Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-06-04T19:27:52.274Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-06-04T19:27:54.015Z Compiling support-bundle-viewer v0.1.2
29042026-06-04T19:27:54.503Z Compiling multimap v0.10.1
29052026-06-04T19:28:03.563Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-06-04T19:28:09.258Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29072026-06-04T19:28:15.633Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29082026-06-04T19:28:15.719Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29092026-06-04T19:28:17.630Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102026-06-04T19:35:07.916Z Finished `release` profile [optimized] target(s) in 9m 06s
29112026-06-04T19:35:54.133Z
29122026-06-04T19:35:54.133Zreal 9:53.655409326
29132026-06-04T19:35:54.140Zuser 1:20:04.573406424
29142026-06-04T19:35:54.140Zsys 3:34.733087494
29152026-06-04T19:35:54.140Ztrap 1.743806989
29162026-06-04T19:35:54.140Ztflt 4.065718318
29172026-06-04T19:35:54.140Zdflt 18.209616711
29182026-06-04T19:35:54.140Zkflt 0.219041471
29192026-06-04T19:35:54.140Zlock 7:14:36.070473506
29202026-06-04T19:35:54.141Zslp 2:16:44.244458956
29212026-06-04T19:35:54.141Zlat 2:26.969429534
29222026-06-04T19:35:54.141Zstop 5:20.985358843
29232026-06-04T19:35:54.141Z+ mapfile -t packages
29242026-06-04T19:35:54.141Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-06-04T19:35:55.083Z Finished `release` profile [optimized] target(s) in 0.94s
29262026-06-04T19:35:55.153Z Running `target/release/omicron-package -t test list-outputs`
29272026-06-04T19:35:55.219ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-06-04T19:35:55.222Z+ ptime -m cargo build --locked --release -p xtask
29292026-06-04T19:35:55.757Z Compiling libc v0.2.185
29302026-06-04T19:35:55.757Z Compiling serde v1.0.228
29312026-06-04T19:35:55.757Z Compiling serde_core v1.0.228
29322026-06-04T19:35:55.760Z Compiling rustix v1.1.3
29332026-06-04T19:35:55.760Z Compiling bitflags v2.11.0
29342026-06-04T19:35:55.760Z Compiling serde_json v1.0.149
29352026-06-04T19:35:55.867Z Compiling num-traits v0.2.19
29362026-06-04T19:35:55.905Z Compiling syn v2.0.117
29372026-06-04T19:35:55.931Z Compiling smallvec v1.15.1
29382026-06-04T19:35:55.951Z Compiling indexmap v2.14.0
29392026-06-04T19:35:55.961Z Compiling usdt-impl v0.5.0
29402026-06-04T19:35:55.984Z Compiling syn v1.0.109
29412026-06-04T19:35:55.988Z Compiling percent-encoding v2.3.2
29422026-06-04T19:35:56.020Z Compiling log v0.4.29
29432026-06-04T19:35:56.091Z Compiling getrandom v0.4.1
29442026-06-04T19:35:56.261Z Compiling form_urlencoded v1.2.2
29452026-06-04T19:35:56.366Z Compiling fs-err v3.3.0
29462026-06-04T19:35:56.369Z Compiling anyhow v1.0.102
29472026-06-04T19:35:56.410Z Compiling heck v0.4.1
29482026-06-04T19:35:56.421Z Compiling once_cell v1.21.3
29492026-06-04T19:35:56.628Z Compiling errno v0.3.14
29502026-06-04T19:35:56.633Z Compiling thread-id v4.2.2
29512026-06-04T19:35:56.634Z Compiling memmap v0.7.0
29522026-06-04T19:35:56.901Z Compiling ordered-float v2.10.1
29532026-06-04T19:35:57.450Z Compiling proc-macro-error v1.0.4
29542026-06-04T19:35:57.637Z Compiling terminal_size v0.4.3
29552026-06-04T19:35:57.637Z Compiling tempfile v3.25.0
29562026-06-04T19:35:57.685Z Compiling tabled_derive v0.7.0
29572026-06-04T19:35:57.738Z Compiling clap_builder v4.5.60
29582026-06-04T19:35:57.738Z Compiling textwrap v0.16.2
29592026-06-04T19:35:57.875Z Compiling camino-tempfile v1.4.1
29602026-06-04T19:35:58.361Z Compiling tabled v0.15.0
29612026-06-04T19:35:58.437Z Compiling synstructure v0.13.2
29622026-06-04T19:35:58.437Z Compiling pest_generator v2.8.6
29632026-06-04T19:35:59.985Z Compiling serde_derive v1.0.228
29642026-06-04T19:35:59.985Z Compiling zerovec-derive v0.11.2
29652026-06-04T19:35:59.985Z Compiling displaydoc v0.2.5
29662026-06-04T19:35:59.985Z Compiling thiserror-impl v1.0.69
29672026-06-04T19:35:59.985Z Compiling zerocopy-derive v0.7.35
29682026-06-04T19:35:59.986Z Compiling scroll_derive v0.12.1
29692026-06-04T19:35:59.986Z Compiling thiserror-impl v2.0.18
29702026-06-04T19:35:59.986Z Compiling clap_derive v4.5.55
29712026-06-04T19:35:59.986Z Compiling zerofrom-derive v0.1.6
29722026-06-04T19:35:59.986Z Compiling yoke-derive v0.8.1
29732026-06-04T19:36:00.045Z Compiling pest_derive v2.8.6
29742026-06-04T19:36:00.045Z Compiling scroll v0.12.0
29752026-06-04T19:36:00.045Z Compiling zerocopy v0.7.35
29762026-06-04T19:36:00.045Z Compiling goblin v0.8.2
29772026-06-04T19:36:00.045Z Compiling zerofrom v0.1.6
29782026-06-04T19:36:00.055Z Compiling thiserror v1.0.69
29792026-06-04T19:36:00.117Z Compiling thiserror v2.0.18
29802026-06-04T19:36:00.178Z Compiling yoke v0.8.1
29812026-06-04T19:36:00.571Z Compiling dtrace-parser v0.2.0
29822026-06-04T19:36:00.571Z Compiling zerovec v0.11.5
29832026-06-04T19:36:00.571Z Compiling zerotrie v0.2.3
29842026-06-04T19:36:00.649Z Compiling clap v4.5.60
29852026-06-04T19:36:00.991Z Compiling tinystr v0.8.2
29862026-06-04T19:36:01.235Z Compiling icu_locale_core v2.1.1
29872026-06-04T19:36:02.144Z Compiling potential_utf v0.1.4
29882026-06-04T19:36:02.335Z Compiling icu_collections v2.1.1
29892026-06-04T19:36:02.363Z Compiling icu_provider v2.1.1
29902026-06-04T19:36:02.451Z Compiling toml_datetime v0.6.11
29912026-06-04T19:36:02.494Z Compiling serde_spanned v0.6.9
29922026-06-04T19:36:02.533Z Compiling dof v0.3.0
29932026-06-04T19:36:02.582Z Compiling serde-value v0.7.0
29942026-06-04T19:36:02.635Z Compiling cargo-platform v0.2.0
29952026-06-04T19:36:02.685Z Compiling toml_edit v0.22.27
29962026-06-04T19:36:02.745Z Compiling icu_properties v2.1.2
29972026-06-04T19:36:02.751Z Compiling icu_normalizer v2.1.1
29982026-06-04T19:36:02.784Z Compiling macaddr v1.0.1
29992026-06-04T19:36:02.966Z Compiling serde_tokenstream v0.2.3
30002026-06-04T19:36:03.615Z Compiling idna_adapter v1.2.1
30012026-06-04T19:36:03.760Z Compiling idna v1.1.0
30022026-06-04T19:36:03.874Z Compiling usdt-attr-macro v0.5.0
30032026-06-04T19:36:03.893Z Compiling usdt-macro v0.5.0
30042026-06-04T19:36:04.086Z Compiling url v2.5.8
30052026-06-04T19:36:04.255Z Compiling toml v0.8.23
30062026-06-04T19:36:04.442Z Compiling usdt v0.5.0
30072026-06-04T19:36:04.718Z Compiling cargo-util-schemas v0.8.2
30082026-06-04T19:36:04.718Z Compiling cargo_toml v0.21.0
30092026-06-04T19:36:06.073Z Compiling cargo_metadata v0.21.0
30102026-06-04T19:36:08.773Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-06-04T19:36:11.817Z Finished `release` profile [optimized] target(s) in 16.58s
30122026-06-04T19:36:11.980Z
30132026-06-04T19:36:11.983Zreal 16.718919225
30142026-06-04T19:36:11.983Zuser 2:22.055069900
30152026-06-04T19:36:11.983Zsys 16.921007363
30162026-06-04T19:36:11.983Ztrap 0.097981529
30172026-06-04T19:36:11.983Ztflt 0.479163970
30182026-06-04T19:36:11.983Zdflt 1.667654330
30192026-06-04T19:36:11.983Zkflt 0.000045840
30202026-06-04T19:36:11.983Zlock 5:14.422223713
30212026-06-04T19:36:11.983Zslp 3:21.660428662
30222026-06-04T19:36:11.983Zlat 6.269757045
30232026-06-04T19:36:11.983Zstop 19.692133853
30242026-06-04T19:36:11.983Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-06-04T19:36:11.983Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-06-04T19:36:11.983Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-06-04T19:36:11.983Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-06-04T19:36:11.983Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-06-04T19:36:12.928Z Compiling newtype-uuid-macros v0.1.0
30302026-06-04T19:36:12.928Z Compiling progenitor-client v0.14.0
30312026-06-04T19:36:12.928Z Compiling structmeta-derive v0.3.0
30322026-06-04T19:36:12.931Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30332026-06-04T19:36:12.931Z Compiling rustls v0.22.4
30342026-06-04T19:36:13.077Z Compiling rustls-webpki v0.102.8
30352026-06-04T19:36:13.085Z Compiling multer v3.1.0
30362026-06-04T19:36:13.085Z Compiling match_cfg v0.1.0
30372026-06-04T19:36:13.091Z Compiling compression-core v0.4.31
30382026-06-04T19:36:13.095Z Compiling debug-ignore v1.0.5
30392026-06-04T19:36:13.095Z Compiling slog-json v2.6.1
30402026-06-04T19:36:13.108Z Compiling async-stream-impl v0.3.6
30412026-06-04T19:36:13.111Z Compiling serde_spanned v1.0.4
30422026-06-04T19:36:13.175Z Compiling toml_datetime v1.0.0+spec-1.1.0
30432026-06-04T19:36:13.190Z Compiling dropshot v0.17.0
30442026-06-04T19:36:13.194Z Compiling hostname v0.3.1
30452026-06-04T19:36:13.225Z Compiling toml_writer v1.0.6+spec-1.1.0
30462026-06-04T19:36:13.323Z Compiling itertools v0.14.0
30472026-06-04T19:36:13.376Z Compiling slog-bunyan v2.5.0
30482026-06-04T19:36:13.381Z Compiling compression-codecs v0.4.37
30492026-06-04T19:36:13.426Z Compiling waitgroup v0.1.2
30502026-06-04T19:36:13.445Z Compiling rustls-pemfile v2.2.0
30512026-06-04T19:36:13.449Z Compiling dropshot_endpoint v0.17.0
30522026-06-04T19:36:13.545Z Compiling toml v1.0.6+spec-1.1.0
30532026-06-04T19:36:13.551Z Compiling hostname v0.4.2
30542026-06-04T19:36:13.645Z Compiling async-compression v0.4.41
30552026-06-04T19:36:13.669Z Compiling serde_path_to_error v0.1.20
30562026-06-04T19:36:13.676Z Compiling regress v0.10.5
30572026-06-04T19:36:13.757Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30582026-06-04T19:36:13.761Z Compiling macaddr v1.0.1
30592026-06-04T19:36:13.795Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-06-04T19:36:13.820Z Compiling instant v0.1.13
30612026-06-04T19:36:13.908Z Compiling backon v1.6.0
30622026-06-04T19:36:13.914Z Compiling async-stream v0.3.6
30632026-06-04T19:36:13.914Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30642026-06-04T19:36:13.920Z Compiling backoff v0.4.0
30652026-06-04T19:36:13.937Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30662026-06-04T19:36:13.960Z Compiling progenitor-client v0.10.0
30672026-06-04T19:36:13.976Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30682026-06-04T19:36:13.996Z Compiling humantime v2.3.0
30692026-06-04T19:36:14.041Z Compiling progenitor-extras v0.2.0
30702026-06-04T19:36:14.090Z Compiling universal-hash v0.5.1
30712026-06-04T19:36:14.106Z Compiling opaque-debug v0.3.1
30722026-06-04T19:36:14.148Z Compiling half v2.7.1
30732026-06-04T19:36:14.175Z Compiling structmeta v0.3.0
30742026-06-04T19:36:14.200Z Compiling ciborium-io v0.2.2
30752026-06-04T19:36:14.232Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30762026-06-04T19:36:14.248Z Compiling crucible-workspace-hack v0.1.0
30772026-06-04T19:36:14.280Z Compiling regress v0.11.1
30782026-06-04T19:36:14.298Z Compiling convert_case v0.4.0
30792026-06-04T19:36:14.319Z Compiling aead v0.5.2
30802026-06-04T19:36:14.339Z Compiling secrecy v0.10.3
30812026-06-04T19:36:14.373Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30822026-06-04T19:36:14.391Z Compiling unsafe-libyaml v0.2.11
30832026-06-04T19:36:14.420Z Compiling derive-ex v0.1.8
30842026-06-04T19:36:14.454Z Compiling parse-display-derive v0.10.0
30852026-06-04T19:36:14.505Z Compiling ciborium-ll v0.2.2
30862026-06-04T19:36:14.543Z Compiling poly1305 v0.8.0
30872026-06-04T19:36:14.560Z Compiling chacha20 v0.9.1
30882026-06-04T19:36:14.618Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30892026-06-04T19:36:14.636Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30902026-06-04T19:36:14.659Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30912026-06-04T19:36:14.702Z Compiling derive_more v0.99.20
30922026-06-04T19:36:14.754Z Compiling ciborium v0.2.2
30932026-06-04T19:36:14.837Z Compiling thiserror-impl-no-std v2.0.2
30942026-06-04T19:36:14.906Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-06-04T19:36:14.938Z Compiling serde_yaml v0.9.34+deprecated
30962026-06-04T19:36:15.002Z Compiling byte-wrapper v0.1.0
30972026-06-04T19:36:15.029Z Compiling blake2 v0.10.6
30982026-06-04T19:36:15.173Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30992026-06-04T19:36:15.402Z Compiling password-hash v0.5.0
31002026-06-04T19:36:15.412Z Compiling chacha20poly1305 v0.10.1
31012026-06-04T19:36:15.412Z Compiling tokio-rustls v0.25.0
31022026-06-04T19:36:15.412Z Compiling indent_write v2.2.0
31032026-06-04T19:36:15.412Z Compiling toml_datetime v0.7.5+spec-1.1.0
31042026-06-04T19:36:15.489Z Compiling heapless v0.8.0
31052026-06-04T19:36:15.520Z Compiling ingot-macros v0.1.1
31062026-06-04T19:36:15.612Z Compiling argon2 v0.5.3
31072026-06-04T19:36:15.661Z Compiling toml_edit v0.23.10+spec-1.0.0
31082026-06-04T19:36:15.722Z Compiling tabwriter v1.4.1
31092026-06-04T19:36:18.060Z Compiling typify-impl v0.6.2
31102026-06-04T19:36:18.080Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31112026-06-04T19:36:18.080Z Compiling thiserror-no-std v2.0.2
31122026-06-04T19:36:18.080Z Compiling test-strategy v0.4.5
31132026-06-04T19:36:18.080Z Compiling vsss-rs v3.3.4
31142026-06-04T19:36:18.080Z Compiling parse-display v0.10.0
31152026-06-04T19:36:18.080Z Compiling hash32 v0.3.1
31162026-06-04T19:36:18.080Z Compiling smoltcp v0.11.0
31172026-06-04T19:36:18.080Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31182026-06-04T19:36:18.080Z Compiling proc-macro-crate v3.4.0
31192026-06-04T19:36:18.080Z Compiling num-rational v0.4.2
31202026-06-04T19:36:18.080Z Compiling cobs v0.3.0
31212026-06-04T19:36:18.080Z Compiling num-complex v0.4.6
31222026-06-04T19:36:18.081Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-06-04T19:36:18.081Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31242026-06-04T19:36:18.081Z Compiling colored v3.1.1
31252026-06-04T19:36:18.081Z Compiling postcard v1.1.3
31262026-06-04T19:36:18.081Z Compiling proc-macro-error v1.0.4
31272026-06-04T19:36:18.081Z Compiling num v0.4.3
31282026-06-04T19:36:18.081Z Compiling proc-macro-crate v1.3.1
31292026-06-04T19:36:18.081Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31302026-06-04T19:36:18.081Z Compiling atomicwrites v0.4.4
31312026-06-04T19:36:18.081Z Compiling num_enum_derive v0.7.5
31322026-06-04T19:36:18.081Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31332026-06-04T19:36:18.081Z Compiling foreign-types-macros v0.2.3
31342026-06-04T19:36:18.081Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31352026-06-04T19:36:18.081Z Compiling float-ord v0.3.2
31362026-06-04T19:36:18.081Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31372026-06-04T19:36:18.081Z Compiling cpufeatures v0.3.0
31382026-06-04T19:36:18.081Z Compiling foreign-types-shared v0.3.1
31392026-06-04T19:36:18.081Z Compiling rayon-core v1.13.0
31402026-06-04T19:36:18.081Z Compiling chacha20 v0.10.0
31412026-06-04T19:36:18.081Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31422026-06-04T19:36:18.081Z Compiling num_enum_derive v0.5.11
31432026-06-04T19:36:18.081Z Compiling crossbeam-deque v0.8.6
31442026-06-04T19:36:18.081Z Compiling camino-tempfile v1.4.1
31452026-06-04T19:36:18.081Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31462026-06-04T19:36:18.082Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31472026-06-04T19:36:18.082Z Compiling cstr-argument v0.1.2
31482026-06-04T19:36:18.113Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31492026-06-04T19:36:18.128Z Compiling foreign-types v0.5.0
31502026-06-04T19:36:18.163Z Compiling rand v0.10.0
31512026-06-04T19:36:18.192Z Compiling toml v0.8.23
31522026-06-04T19:36:18.252Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31532026-06-04T19:36:18.361Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-06-04T19:36:18.394Z Compiling zone_cfg_derive v0.3.1
31552026-06-04T19:36:18.465Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31562026-06-04T19:36:18.503Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31572026-06-04T19:36:18.521Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31582026-06-04T19:36:18.540Z Compiling rayon v1.11.0
31592026-06-04T19:36:18.556Z Compiling num_enum v0.7.5
31602026-06-04T19:36:18.560Z Compiling ingot-types v0.1.2
31612026-06-04T19:36:18.617Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31622026-06-04T19:36:18.675Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31632026-06-04T19:36:18.705Z Compiling itertools v0.12.1
31642026-06-04T19:36:18.731Z Compiling num-derive v0.4.2
31652026-06-04T19:36:18.834Z Compiling sigpipe v0.1.3
31662026-06-04T19:36:18.856Z Compiling glob v0.3.3
31672026-06-04T19:36:18.910Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31682026-06-04T19:36:18.951Z Compiling ingot v0.1.1
31692026-06-04T19:36:18.968Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31702026-06-04T19:36:18.988Z Compiling num_enum v0.5.11
31712026-06-04T19:36:19.028Z Compiling smf v0.2.3
31722026-06-04T19:36:19.089Z Compiling prettyplease v0.2.37
31732026-06-04T19:36:19.109Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31742026-06-04T19:36:19.129Z Compiling whoami v1.6.1
31752026-06-04T19:36:19.173Z Compiling usdt-macro v0.5.0
31762026-06-04T19:36:19.237Z Compiling usdt-attr-macro v0.5.0
31772026-06-04T19:36:19.276Z Compiling gethostname v0.5.0
31782026-06-04T19:36:19.465Z Compiling memmap v0.7.0
31792026-06-04T19:36:19.469Z Compiling derive-where v1.6.0
31802026-06-04T19:36:19.585Z Compiling resolv-conf v0.7.6
31812026-06-04T19:36:19.613Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-06-04T19:36:19.689Z Compiling owo-colors v4.3.0
31832026-06-04T19:36:19.735Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31842026-06-04T19:36:19.773Z Compiling cancel-safe-futures v0.1.5
31852026-06-04T19:36:19.950Z Compiling zone v0.3.1
31862026-06-04T19:36:19.983Z Compiling libsw-core v0.3.2
31872026-06-04T19:36:19.986Z Compiling console v0.15.11
31882026-06-04T19:36:20.114Z Compiling usdt v0.5.0
31892026-06-04T19:36:20.149Z Compiling libsw v3.5.0
31902026-06-04T19:36:20.184Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31912026-06-04T19:36:20.339Z Compiling hickory-proto v0.24.4
31922026-06-04T19:36:20.363Z Compiling newline-converter v0.3.0
31932026-06-04T19:36:20.403Z Compiling progenitor-client v0.13.0
31942026-06-04T19:36:20.421Z Compiling linear-map v1.2.0
31952026-06-04T19:36:20.477Z Compiling linked-hash-map v0.5.6
31962026-06-04T19:36:20.508Z Compiling libefi-sys v0.1.0
31972026-06-04T19:36:20.619Z Compiling expectorate v1.2.0
31982026-06-04T19:36:20.641Z Compiling git-stub v1.0.0
31992026-06-04T19:36:20.660Z Compiling lru-cache v0.1.2
32002026-06-04T19:36:20.694Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32012026-06-04T19:36:20.713Z Compiling typify-macro v0.6.2
32022026-06-04T19:36:20.716Z Compiling bitfield-struct v0.6.2
32032026-06-04T19:36:20.751Z Compiling semver v0.1.20
32042026-06-04T19:36:20.790Z Compiling tokio-dtrace v0.1.1
32052026-06-04T19:36:20.825Z Compiling git-stub-vcs v0.1.0
32062026-06-04T19:36:20.828Z Compiling dropshot-api-manager-types v0.7.2
32072026-06-04T19:36:20.889Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32082026-06-04T19:36:20.909Z Compiling slog-dtrace v0.3.0
32092026-06-04T19:36:20.927Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-06-04T19:36:20.946Z Compiling minimal-lexical v0.2.1
32112026-06-04T19:36:21.029Z Compiling rustc_version v0.1.7
32122026-06-04T19:36:21.046Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-06-04T19:36:21.084Z Compiling oxide-tokio-rt v0.1.4
32142026-06-04T19:36:21.088Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32152026-06-04T19:36:21.195Z Compiling nom v7.1.3
32162026-06-04T19:36:21.213Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32172026-06-04T19:36:21.234Z Compiling phf_shared v0.12.1
32182026-06-04T19:36:21.237Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32192026-06-04T19:36:21.237Z Compiling csv-core v0.1.13
32202026-06-04T19:36:21.290Z Compiling xshell-macros v0.2.7
32212026-06-04T19:36:21.308Z Compiling newtype_derive v0.1.6
32222026-06-04T19:36:21.410Z Compiling highway v1.3.0
32232026-06-04T19:36:21.428Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32242026-06-04T19:36:21.447Z Compiling chrono-tz v0.10.4
32252026-06-04T19:36:21.628Z Compiling csv v1.4.0
32262026-06-04T19:36:21.699Z Compiling const_format_proc_macros v0.2.34
32272026-06-04T19:36:21.745Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-06-04T19:36:21.763Z Compiling xshell v0.2.7
32292026-06-04T19:36:21.817Z Compiling phf v0.12.1
32302026-06-04T19:36:21.881Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-06-04T19:36:21.884Z Compiling primeorder v0.13.6
32322026-06-04T19:36:22.000Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32332026-06-04T19:36:22.148Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-06-04T19:36:22.209Z Compiling tabled_derive v0.7.0
32352026-06-04T19:36:22.227Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32362026-06-04T19:36:22.297Z Compiling bcs v0.1.6
32372026-06-04T19:36:22.316Z Compiling tagptr v0.2.0
32382026-06-04T19:36:22.504Z Compiling termtree v0.5.1
32392026-06-04T19:36:22.527Z Compiling hickory-resolver v0.24.4
32402026-06-04T19:36:22.579Z Compiling const_format v0.2.35
32412026-06-04T19:36:22.603Z Compiling typify v0.6.2
32422026-06-04T19:36:22.637Z Compiling salty v0.3.0
32432026-06-04T19:36:22.656Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32442026-06-04T19:36:22.659Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32452026-06-04T19:36:22.691Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-06-04T19:36:22.741Z Compiling progenitor-impl v0.14.0
32472026-06-04T19:36:22.911Z Compiling progenitor-impl v0.13.0
32482026-06-04T19:36:22.928Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-06-04T19:36:23.028Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32502026-06-04T19:36:23.162Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32512026-06-04T19:36:23.255Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32522026-06-04T19:36:23.384Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32532026-06-04T19:36:23.447Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32542026-06-04T19:36:23.483Z Compiling tabled v0.15.0
32552026-06-04T19:36:23.594Z Compiling qorb v0.4.1
32562026-06-04T19:36:23.693Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-06-04T19:36:23.695Z Compiling textwrap v0.16.2
32582026-06-04T19:36:23.729Z Compiling moka v0.12.13
32592026-06-04T19:36:23.956Z Compiling steno v0.4.1
32602026-06-04T19:36:24.202Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-06-04T19:36:24.276Z Compiling radium v0.7.0
32622026-06-04T19:36:24.375Z Compiling base64 v0.21.7
32632026-06-04T19:36:24.475Z Compiling hickory-resolver v0.25.2
32642026-06-04T19:36:24.561Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32652026-06-04T19:36:24.610Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32662026-06-04T19:36:24.729Z Compiling p384 v0.13.1
32672026-06-04T19:36:24.836Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32682026-06-04T19:36:24.887Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32692026-06-04T19:36:24.934Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32702026-06-04T19:36:25.238Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32712026-06-04T19:36:25.348Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32722026-06-04T19:36:25.452Z Compiling typify-impl v0.4.3
32732026-06-04T19:36:25.525Z Compiling progenitor-macro v0.14.0
32742026-06-04T19:36:25.628Z Compiling tap v1.0.1
32752026-06-04T19:36:25.662Z Compiling maybe-uninit v2.0.0
32762026-06-04T19:36:25.708Z Compiling progenitor-macro v0.13.0
32772026-06-04T19:36:25.760Z Compiling wyz v0.5.1
32782026-06-04T19:36:25.780Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32792026-06-04T19:36:25.993Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-06-04T19:36:26.043Z Compiling proc-macro-error-attr2 v2.0.0
32812026-06-04T19:36:26.109Z Compiling packed_struct v0.10.1
32822026-06-04T19:36:26.136Z Compiling utf-8 v0.7.6
32832026-06-04T19:36:26.347Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32842026-06-04T19:36:26.366Z Compiling funty v2.0.0
32852026-06-04T19:36:26.387Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32862026-06-04T19:36:26.411Z Compiling parking_lot_core v0.8.6
32872026-06-04T19:36:26.459Z Compiling tungstenite v0.21.0
32882026-06-04T19:36:26.491Z Compiling proc-macro-error2 v2.0.1
32892026-06-04T19:36:26.658Z Compiling polyval v0.6.2
32902026-06-04T19:36:26.661Z Compiling num-derive v0.3.3
32912026-06-04T19:36:26.694Z Compiling packed_struct_codegen v0.10.1
32922026-06-04T19:36:26.774Z Compiling zerocopy-derive v0.6.6
32932026-06-04T19:36:26.849Z Compiling bitvec v1.0.1
32942026-06-04T19:36:26.930Z Compiling bitfield-macros v0.19.4
32952026-06-04T19:36:27.003Z Compiling indexmap v1.9.3
32962026-06-04T19:36:27.057Z Compiling crc-catalog v2.4.0
32972026-06-04T19:36:27.119Z Compiling nodrop v0.1.14
32982026-06-04T19:36:27.180Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32992026-06-04T19:36:27.234Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33002026-06-04T19:36:27.277Z Compiling array-init v0.0.4
33012026-06-04T19:36:27.368Z Compiling crc v3.4.0
33022026-06-04T19:36:27.429Z Compiling tokio-tungstenite v0.21.0
33032026-06-04T19:36:27.467Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33042026-06-04T19:36:27.632Z Compiling tabled_derive v0.11.0
33052026-06-04T19:36:27.649Z Compiling libscf-sys v1.1.0
33062026-06-04T19:36:27.674Z Compiling ghash v0.5.1
33072026-06-04T19:36:27.701Z Compiling zerocopy v0.6.6
33082026-06-04T19:36:27.718Z Compiling bitfield v0.19.4
33092026-06-04T19:36:27.821Z Compiling smallvec v0.6.14
33102026-06-04T19:36:27.867Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-06-04T19:36:28.052Z Compiling papergrid v0.17.0
33122026-06-04T19:36:28.070Z Compiling testing_table v0.3.0
33132026-06-04T19:36:28.085Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-06-04T19:36:28.104Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33152026-06-04T19:36:28.138Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-06-04T19:36:28.263Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33172026-06-04T19:36:28.372Z Compiling ctr v0.9.2
33182026-06-04T19:36:28.448Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-06-04T19:36:28.511Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-06-04T19:36:28.536Z Compiling unicase v2.9.0
33212026-06-04T19:36:28.608Z Compiling illumos-nvpair-sys v0.2.0
33222026-06-04T19:36:28.681Z Compiling hashbrown v0.12.3
33232026-06-04T19:36:28.746Z Compiling corncobs v0.1.4
33242026-06-04T19:36:28.773Z Compiling mime_guess v2.0.5
33252026-06-04T19:36:28.859Z Compiling aes-gcm v0.10.3
33262026-06-04T19:36:28.877Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-06-04T19:36:28.915Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-06-04T19:36:28.953Z Compiling serde-hex v0.1.0
33292026-06-04T19:36:29.002Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-06-04T19:36:29.076Z Compiling tabled v0.20.0
33312026-06-04T19:36:29.193Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-06-04T19:36:29.353Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33332026-06-04T19:36:29.376Z Compiling parking_lot v0.11.2
33342026-06-04T19:36:29.572Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33352026-06-04T19:36:29.590Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33362026-06-04T19:36:29.797Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33372026-06-04T19:36:29.815Z Compiling ron v0.8.1
33382026-06-04T19:36:29.863Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33392026-06-04T19:36:29.900Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33402026-06-04T19:36:29.922Z Compiling progenitor-client v0.11.2
33412026-06-04T19:36:29.987Z Compiling hashbrown v0.13.2
33422026-06-04T19:36:30.046Z Compiling typify-macro v0.4.3
33432026-06-04T19:36:30.280Z Compiling ssh-encoding v0.2.0
33442026-06-04T19:36:30.393Z Compiling prefix-trie v0.7.0
33452026-06-04T19:36:30.525Z Compiling blowfish v0.9.1
33462026-06-04T19:36:30.582Z Compiling fxhash v0.2.1
33472026-06-04T19:36:30.709Z Compiling progenitor v0.14.0
33482026-06-04T19:36:30.729Z Compiling secrecy v0.8.0
33492026-06-04T19:36:30.751Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33502026-06-04T19:36:30.768Z Compiling crc-any v2.5.0
33512026-06-04T19:36:30.811Z Compiling hickory-server v0.25.2
33522026-06-04T19:36:30.829Z Compiling sled v0.34.7
33532026-06-04T19:36:30.847Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33542026-06-04T19:36:30.928Z Compiling progenitor v0.13.0
33552026-06-04T19:36:31.010Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33562026-06-04T19:36:31.031Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33572026-06-04T19:36:31.048Z Compiling bcrypt-pbkdf v0.10.0
33582026-06-04T19:36:31.109Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33592026-06-04T19:36:31.415Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33602026-06-04T19:36:31.550Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33612026-06-04T19:36:31.622Z Compiling ssh-cipher v0.2.0
33622026-06-04T19:36:31.703Z Compiling object v0.30.4
33632026-06-04T19:36:31.941Z Compiling typify v0.4.3
33642026-06-04T19:36:32.073Z Compiling progenitor-impl v0.11.2
33652026-06-04T19:36:32.090Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33662026-06-04T19:36:32.260Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33672026-06-04T19:36:32.297Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33682026-06-04T19:36:32.432Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33692026-06-04T19:36:32.514Z Compiling password-hash v0.4.2
33702026-06-04T19:36:32.679Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33712026-06-04T19:36:32.754Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33722026-06-04T19:36:32.776Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33732026-06-04T19:36:32.933Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33742026-06-04T19:36:33.222Z Compiling half v1.8.3
33752026-06-04T19:36:33.524Z Compiling path-slash v0.1.5
33762026-06-04T19:36:33.595Z Compiling crc8 v0.1.1
33772026-06-04T19:36:33.696Z Compiling http-range v0.1.5
33782026-06-04T19:36:33.754Z Compiling serde_cbor v0.11.2
33792026-06-04T19:36:33.807Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33802026-06-04T19:36:33.921Z Compiling pbkdf2 v0.11.0
33812026-06-04T19:36:33.999Z Compiling illumos-nvpair v0.3.0
33822026-06-04T19:36:34.166Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-06-04T19:36:34.341Z Compiling ssh-key v0.6.7
33842026-06-04T19:36:34.636Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33852026-06-04T19:36:34.652Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33862026-06-04T19:36:34.721Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33872026-06-04T19:36:34.790Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33882026-06-04T19:36:34.829Z Compiling progenitor-macro v0.11.2
33892026-06-04T19:36:34.932Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33902026-06-04T19:36:34.949Z Compiling p256 v0.13.2
33912026-06-04T19:36:35.099Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33922026-06-04T19:36:35.176Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33932026-06-04T19:36:35.352Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33942026-06-04T19:36:35.367Z Compiling p521 v0.13.3
33952026-06-04T19:36:35.572Z Compiling yasna v0.5.2
33962026-06-04T19:36:35.588Z Compiling kstat-rs v0.2.4
33972026-06-04T19:36:35.665Z Compiling headers-core v0.3.0
33982026-06-04T19:36:35.737Z Compiling nanorand v0.7.0
33992026-06-04T19:36:35.803Z Compiling atty v0.2.14
34002026-06-04T19:36:35.821Z Compiling russh-cryptovec v0.7.3
34012026-06-04T19:36:35.911Z Compiling home v0.5.12
34022026-06-04T19:36:35.944Z Compiling md5 v0.7.0
34032026-06-04T19:36:36.038Z Compiling rcgen v0.12.1
34042026-06-04T19:36:36.056Z Compiling flume v0.11.1
34052026-06-04T19:36:36.074Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
34062026-06-04T19:36:36.092Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-06-04T19:36:36.251Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34082026-06-04T19:36:36.272Z Compiling russh-keys v0.45.0
34092026-06-04T19:36:36.354Z Compiling headers v0.4.1
34102026-06-04T19:36:36.374Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-06-04T19:36:36.393Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34122026-06-04T19:36:36.433Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34132026-06-04T19:36:36.708Z Compiling hyper-staticfile v0.10.1
34142026-06-04T19:36:36.833Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34152026-06-04T19:36:36.864Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34162026-06-04T19:36:36.998Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34172026-06-04T19:36:37.016Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34182026-06-04T19:36:37.183Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34192026-06-04T19:36:37.227Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34202026-06-04T19:36:37.261Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34212026-06-04T19:36:37.279Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34222026-06-04T19:36:37.470Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34232026-06-04T19:36:37.589Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-06-04T19:36:37.688Z Compiling num-bigint v0.4.6
34252026-06-04T19:36:37.707Z Compiling des v0.8.1
34262026-06-04T19:36:37.730Z Compiling subprocess v0.2.15
34272026-06-04T19:36:37.750Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34282026-06-04T19:36:37.780Z Compiling display-error-chain v0.2.2
34292026-06-04T19:36:37.875Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34302026-06-04T19:36:37.944Z Compiling hex-literal v0.4.1
34312026-06-04T19:36:37.977Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-06-04T19:36:38.000Z Compiling colored v2.2.0
34332026-06-04T19:36:38.071Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34342026-06-04T19:36:38.085Z Compiling socket2 v0.5.10
34352026-06-04T19:36:38.202Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34362026-06-04T19:36:38.247Z Compiling internet-checksum v0.2.1
34372026-06-04T19:36:38.876Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34382026-06-04T19:36:38.919Z Compiling russh v0.45.0
34392026-06-04T19:36:39.719Z Compiling progenitor v0.11.2
34402026-06-04T19:36:39.847Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34412026-06-04T19:36:39.866Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34422026-06-04T19:36:39.869Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34432026-06-04T19:36:42.315Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-06-04T19:36:42.990Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-06-04T19:36:43.467Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-06-04T19:36:45.316Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-06-04T19:36:45.449Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-06-04T19:36:53.258Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34492026-06-04T19:36:53.259Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-06-04T19:36:53.261Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34512026-06-04T19:36:53.262Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-06-04T19:36:54.972Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34532026-06-04T19:36:55.109Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34542026-06-04T19:36:59.192Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34552026-06-04T19:37:38.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34562026-06-04T19:37:38.855Z
34572026-06-04T19:37:38.855Zreal 1:26.805698834
34582026-06-04T19:37:38.855Zuser 8:10.661581208
34592026-06-04T19:37:38.855Zsys 1:41.392423084
34602026-06-04T19:37:38.855Ztrap 0.254836585
34612026-06-04T19:37:38.855Ztflt 0.503668334
34622026-06-04T19:37:38.855Zdflt 1.737335383
34632026-06-04T19:37:38.855Zkflt 0.000354450
34642026-06-04T19:37:38.859Zlock 28:59.380968284
34652026-06-04T19:37:38.859Zslp 18:39.837493113
34662026-06-04T19:37:38.859Zlat 37.523666106
34672026-06-04T19:37:38.859Zstop 2:59.273684265
34682026-06-04T19:37:38.859Z+ mkdir tests
34692026-06-04T19:37:38.862Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-06-04T19:37:38.862Z+ xargs -I '{}' -t cp '{}' tests/
34712026-06-04T19:37:38.889Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7741181b9d09bcb1 tests/
34722026-06-04T19:37:38.917Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f18b755259a0b5b5 tests/
34732026-06-04T19:37:38.946Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0a11de06ac61b760 tests/
34742026-06-04T19:37:38.976Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cebe13924327cd8a tests/
34752026-06-04T19:37:39.300Z+ 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)
34762026-06-04T19:37:39.303Z+ 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-f18b755259a0b5b5 tests/commtest-0a11de06ac61b760 tests/dhcp_server-7741181b9d09bcb1 tests/end_to_end_tests-cebe13924327cd8a 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
34772026-06-04T19:39:01.013ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-06-04T19:39:01.013Za .github/buildomat/ci-env.sh 1K
34792026-06-04T19:39:01.013Za out/target/test 1K
34802026-06-04T19:39:01.014Za out/npuzone/npuzone 27402K
34812026-06-04T19:39:01.014Za package-manifest.toml 35K
34822026-06-04T19:39:01.014Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-06-04T19:39:01.014Za target/release/omicron-package 45212K
34842026-06-04T19:39:01.014Za target/release/xtask 11449K
34852026-06-04T19:39:01.014Za target/debug/bootstrap 353962K
34862026-06-04T19:39:01.014Za tests/bootstrap-f18b755259a0b5b5 31215K
34872026-06-04T19:39:01.014Za tests/commtest-0a11de06ac61b760 32300K
34882026-06-04T19:39:01.014Za tests/dhcp_server-7741181b9d09bcb1 31215K
34892026-06-04T19:39:01.015Za tests/end_to_end_tests-cebe13924327cd8a 395751K
34902026-06-04T19:39:01.015Za tools/opte_version 1K
34912026-06-04T19:39:01.015Za tools/opte_version_override 2K
34922026-06-04T19:39:01.015Za out/clickhouse.tar.gz 321422K
34932026-06-04T19:39:01.015Za out/clickhouse_keeper.tar.gz 306487K
34942026-06-04T19:39:01.015Za out/clickhouse_server.tar.gz 321418K
34952026-06-04T19:39:01.015Za out/cockroachdb.tar.gz 165664K
34962026-06-04T19:39:01.015Za out/crucible-pantry-zone.tar.gz 40635K
34972026-06-04T19:39:01.015Za out/crucible-utils.tar 16478K
34982026-06-04T19:39:01.015Za out/crucible-zone.tar.gz 56205K
34992026-06-04T19:39:01.015Za out/external-dns.tar.gz 50226K
35002026-06-04T19:39:01.015Za out/internal-dns.tar.gz 50225K
35012026-06-04T19:39:01.015Za out/mg-ddm-gz.tar 95141K
35022026-06-04T19:39:01.015Za out/nexus.tar.gz 278884K
35032026-06-04T19:39:01.015Za out/ntp.tar.gz 32306K
35042026-06-04T19:39:01.015Za out/omicron-gateway-softnpu.tar.gz 29947K
35052026-06-04T19:39:01.015Za out/omicron-sled-agent.tar 203104K
35062026-06-04T19:39:01.015Za out/overlay.tar.gz 3K
35072026-06-04T19:39:01.015Za out/oximeter.tar.gz 67169K
35082026-06-04T19:39:01.015Za out/oxlog.tar 3782K
35092026-06-04T19:39:01.015Za out/probe.tar.gz 3037K
35102026-06-04T19:39:01.015Za out/propolis-server.tar.gz 35483K
35112026-06-04T19:39:01.015Za out/pumpkind-gz.tar 26647K
35122026-06-04T19:39:01.015Za out/switch-softnpu.tar.gz 452399K
35132026-06-04T19:39:01.019Z
35142026-06-04T19:39:01.019Zreal 1:21.710783236
35152026-06-04T19:39:01.019Zuser 1:18.965107788
35162026-06-04T19:39:01.019Zsys 4.545450226
35172026-06-04T19:39:01.019Ztrap 0.006974275
35182026-06-04T19:39:01.019Ztflt 0.000000000
35192026-06-04T19:39:01.019Zdflt 0.000000000
35202026-06-04T19:39:01.019Zkflt 0.000000000
35212026-06-04T19:39:01.019Zlock 0.000000000
35222026-06-04T19:39:01.019Zslp 1:18.857681418
35232026-06-04T19:39:01.019Zlat 1.040703894
35242026-06-04T19:39:01.019Zstop 0.000466280
35252026-06-04T19:39:01.019Zprocess exited: duration 1010260 ms, exit code 0
 
35262026-06-04T19:39:01.033Zfound 1 output files
35272026-06-04T19:39:01.033Zuploading: /work/package.tar.gz (2556845009 bytes)
35282026-06-04T19:39:32.512Zuploaded: /work/package.tar.gz