01KS33JZ42QFBKP0P9CWKGGAVF: 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: 01KS33KFND25NFEJ9G84EB8DWD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T16:31:41.367Zjob assigned to worker 01KS33KQF9EZ8JXE420D8S2W9P [factory aws, i-09b02a2d43859b046] (queued for 51 s)
 
22026-05-20T16:31:48.864Zstarting task 0: "setup"
32026-05-20T16:31:48.869Z++ uname -s
42026-05-20T16:31:48.872Z+ kern=SunOS
52026-05-20T16:31:48.872Z+ build_user=build
62026-05-20T16:31:48.872Z+ build_uid=12345
72026-05-20T16:31:48.872Z+ work_dir=/work
82026-05-20T16:31:48.872Z+ input_dir=/input
92026-05-20T16:31:48.872Z+ [[ 0 == 12345 ]]
102026-05-20T16:31:48.873Z+ case "$kern" in
112026-05-20T16:31:48.873Z+ groupadd -g 12345 build
122026-05-20T16:31:48.875Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T16:31:50.884Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T16:31:51.013Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T16:31:51.016Z+ home_fs=zfs
162026-05-20T16:31:51.016Z+ [[ zfs == autofs ]]
172026-05-20T16:31:51.016Z+ mkdir -p /home/build
182026-05-20T16:31:51.019Z+ chown build:build /home/build /work
192026-05-20T16:31:53.020Z+ chmod 0700 /home/build /work
202026-05-20T16:31:53.024Zprocess exited: duration 4162 ms, exit code 0
 
212026-05-20T16:31:53.031Zstarting task 1: "rust-toolchain"
222026-05-20T16:31:53.038Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-20T16:31:53.038Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-20T16:31:53.038Z * rust toolchain channel = "1.94.0"
252026-05-20T16:31:53.038Z * rust toolchain profile = "default"
262026-05-20T16:31:53.038Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T16:31:53.038Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T16:31:53.041Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T16:31:53.041Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-20T16:31:53.158Zinfo: downloading installer
312026-05-20T16:31:54.801Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T16:31:54.801Zwarn: /home/build/.rustup/settings.toml
332026-05-20T16:31:54.802Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T16:31:54.802Zwarn: instead of the one inferred from the default host triple.
352026-05-20T16:31:54.815Zinfo: profile set to default
362026-05-20T16:31:54.815Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T16:31:54.818Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-20T16:31:54.956Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-20T16:31:54.959Zinfo: downloading 6 components
402026-05-20T16:32:09.393Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-20T16:32:09.394Z
422026-05-20T16:32:09.442Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-20T16:32:09.442Z
442026-05-20T16:32:09.442Z
452026-05-20T16:32:09.442ZRust is installed now. Great!
462026-05-20T16:32:09.442Z
472026-05-20T16:32:09.442ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T16:32:09.442Zenvironment variable. This has not been done automatically.
492026-05-20T16:32:09.442Z
502026-05-20T16:32:09.442ZTo configure your current shell, you need to source
512026-05-20T16:32:09.442Zthe corresponding env file under $HOME/.cargo.
522026-05-20T16:32:09.442Z
532026-05-20T16:32:09.442ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T16:32:09.447Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T16:32:09.447Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T16:32:09.447Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T16:32:09.447Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T16:32:09.447Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T16:32:09.447Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T16:32:09.448Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T16:32:09.448Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T16:32:09.520Z+ rustup --version
632026-05-20T16:32:09.526Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T16:32:09.526Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T16:32:09.548Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-20T16:32:09.551Z+ cargo --version
672026-05-20T16:32:09.560Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-20T16:32:09.563Z+ rustc --version
692026-05-20T16:32:09.583Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-20T16:32:09.586Zprocess exited: duration 16555 ms, exit code 0
 
712026-05-20T16:32:09.592Zstarting task 2: "authentication"
722026-05-20T16:32:09.610Zprocess exited: duration 17 ms, exit code 0
 
732026-05-20T16:32:09.617Zstarting task 3: "clone repository"
742026-05-20T16:32:09.622Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-20T16:32:09.625Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-20T16:32:09.665ZCloning into '/work/oxidecomputer/omicron'...
772026-05-20T16:32:19.666Z+ cd /work/oxidecomputer/omicron
782026-05-20T16:32:19.666Z+ git fetch origin a8ae1d646675e7f00c916eff73d83cac9b4909d3
792026-05-20T16:32:19.934ZFrom https://github.com/oxidecomputer/omicron
802026-05-20T16:32:19.934Z * branch a8ae1d646675e7f00c916eff73d83cac9b4909d3 -> FETCH_HEAD
812026-05-20T16:32:19.949Z+ [[ -n bump_crucible_propolis ]]
822026-05-20T16:32:19.954Z++ git branch --show-current
832026-05-20T16:32:19.954Z+ current=main
842026-05-20T16:32:19.954Z+ [[ main != bump_crucible_propolis ]]
852026-05-20T16:32:19.954Z+ git branch -f bump_crucible_propolis a8ae1d646675e7f00c916eff73d83cac9b4909d3
862026-05-20T16:32:19.957Z+ git checkout -f bump_crucible_propolis
872026-05-20T16:32:20.194ZSwitched to branch 'bump_crucible_propolis'
882026-05-20T16:32:20.197Z+ git reset --hard a8ae1d646675e7f00c916eff73d83cac9b4909d3
892026-05-20T16:32:20.434ZHEAD is now at a8ae1d646 pass doctest
902026-05-20T16:32:20.438Zprocess exited: duration 10819 ms, exit code 0
 
912026-05-20T16:32:20.444Zstarting task 4: "build"
922026-05-20T16:32:20.450Z+ source .github/buildomat/ci-env.sh
932026-05-20T16:32:20.459Z++ export CARGO_TERM_COLOR=always
942026-05-20T16:32:20.459Z++ CARGO_TERM_COLOR=always
952026-05-20T16:32:20.459Z+ cargo --version
962026-05-20T16:32:20.462Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-20T16:32:20.463Z+ rustc --version
982026-05-20T16:32:20.485Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-20T16:32:20.488Z+ WORK=/work
1002026-05-20T16:32:20.488Z+ pfexec mkdir -p /work
1012026-05-20T16:32:20.491Z+ pfexec chown build /work
1022026-05-20T16:32:20.494Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-20T16:32:21.998Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-20T16:32:22.055Z Startup: Caching catalogs ... Done
1052026-05-20T16:32:22.271ZPlanning: Solver setup ... Done (0.176s)
1062026-05-20T16:32:22.286ZPlanning: Running solver ... Done (0.017s)
1072026-05-20T16:32:22.292ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-20T16:32:22.304ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-20T16:32:22.323ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-20T16:32:22.342ZPlanning: Package planning ... Done (0.016s)
1112026-05-20T16:32:22.345ZPlanning: Merging actions ... Done (0.001s)
1122026-05-20T16:32:22.536ZPlanning: Checking for conflicting actions ... Done (0.195s)
1132026-05-20T16:32:22.539ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-20T16:32:23.431ZPlanning: Evaluating mediators ... Done (0.895s)
1152026-05-20T16:32:23.434ZPlanning: Planning completed in 1.36 seconds
1162026-05-20T16:32:23.441Z Packages to install: 2
1172026-05-20T16:32:23.441Z Estimated space available: 156.08 GB
1182026-05-20T16:32:23.441ZEstimated space to be consumed: 19.75 MB
1192026-05-20T16:32:23.441Z Create boot environment: No
1202026-05-20T16:32:23.441ZCreate backup boot environment: No
1212026-05-20T16:32:23.441Z Rebuild boot archive: No
1222026-05-20T16:32:23.445Z
1232026-05-20T16:32:23.445ZChanged packages:
1242026-05-20T16:32:23.445Zhelios
1252026-05-20T16:32:23.445Z developer/build-essential
1262026-05-20T16:32:23.445Z None -> 11-3.0
1272026-05-20T16:32:23.445Z library/libxmlsec1
1282026-05-20T16:32:23.445Z None -> 1.2.35-3.0
1292026-05-20T16:32:23.468Z
1302026-05-20T16:32:23.468ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-20T16:32:24.072ZDownload: Completed 1.28 MB in 0.60 seconds (2.1M/s)
1322026-05-20T16:32:24.137Z Actions: 1/268 actions (Installing new actions)
1332026-05-20T16:32:24.177Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-20T16:32:24.184ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-20T16:32:24.184ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-20T16:32:24.201ZFinalize: Updating image state ... Done (0.016s)
1372026-05-20T16:32:26.807ZFinalize: Creating fast lookup database ... Done (2.586s)
1382026-05-20T16:32:26.879ZFinalize: Reading search index ... Done (0.012s)
1392026-05-20T16:32:26.885ZFinalize: Updating search index ... Done (0.000s)
1402026-05-20T16:32:26.979ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-20T16:32:27.278ZPlanning: Evaluating mediator changes ... Done
1422026-05-20T16:32:27.384ZPlanning: Checking for conflicting actions ... Done
1432026-05-20T16:32:27.387ZPlanning: Consolidating action changes ... Done
1442026-05-20T16:32:27.544ZPlanning: Evaluating mediators ... Done
1452026-05-20T16:32:27.547ZPlanning: Planning completed in 0.27 seconds
1462026-05-20T16:32:27.569Z Mediators to change: 2
1472026-05-20T16:32:27.569Z Create boot environment: No
1482026-05-20T16:32:27.569ZCreate backup boot environment: No
1492026-05-20T16:32:27.625ZFinalize: Updating package state database ... Done
1502026-05-20T16:32:27.625ZFinalize: Updating package cache ... Done
1512026-05-20T16:32:27.633ZFinalize: Updating image state ... Done
1522026-05-20T16:32:29.591ZFinalize: Creating fast lookup database ... Done
1532026-05-20T16:32:29.656ZFinalize: Reading search index ... Done
1542026-05-20T16:32:29.659ZFinalize: Updating search index ... Done
1552026-05-20T16:32:29.748ZFinalize: Updating package cache ... Done
1562026-05-20T16:32:30.034ZPlanning: Evaluating mediator changes ... Done
1572026-05-20T16:32:30.140ZPlanning: Checking for conflicting actions ... Done
1582026-05-20T16:32:30.143ZPlanning: Consolidating action changes ... Done
1592026-05-20T16:32:30.299ZPlanning: Evaluating mediators ... Done
1602026-05-20T16:32:30.302ZPlanning: Planning completed in 0.27 seconds
1612026-05-20T16:32:30.322Z Mediators to change: 1
1622026-05-20T16:32:30.322Z Create boot environment: No
1632026-05-20T16:32:30.322ZCreate backup boot environment: No
1642026-05-20T16:32:30.381ZFinalize: Updating package state database ... Done
1652026-05-20T16:32:30.381ZFinalize: Updating package cache ... Done
1662026-05-20T16:32:30.389ZFinalize: Updating image state ... Done
1672026-05-20T16:32:32.340ZFinalize: Creating fast lookup database ... Done
1682026-05-20T16:32:32.402ZFinalize: Reading search index ... Done
1692026-05-20T16:32:32.405ZFinalize: Updating search index ... Done
1702026-05-20T16:32:32.473ZFinalize: Updating package cache ... Done
1712026-05-20T16:32:32.787ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-20T16:32:32.787Zapache system 2.4 system
1732026-05-20T16:32:32.787Zclang system 15 system
1742026-05-20T16:32:32.787Zcsh system system illumos
1752026-05-20T16:32:32.787Zctags system system illumos
1762026-05-20T16:32:32.787Zfile vendor vendor darwinsys
1772026-05-20T16:32:32.787Zfile system system illumos
1782026-05-20T16:32:32.787Zgcc vendor 14 vendor
1792026-05-20T16:32:32.787Zgcc system 13 system
1802026-05-20T16:32:32.787Zgcc system 10 system
1812026-05-20T16:32:32.787Zgo system 1.25 system
1822026-05-20T16:32:32.787Zllvm system 15 system
1832026-05-20T16:32:32.787Zmariadb system 11.4 system
1842026-05-20T16:32:32.788Zmta vendor vendor dma
1852026-05-20T16:32:32.788Zopenjdk system 17 system
1862026-05-20T16:32:32.788Zopenjdk system 11 system
1872026-05-20T16:32:32.788Zopenssl vendor 3 vendor
1882026-05-20T16:32:32.788Zperl system 5.40 system
1892026-05-20T16:32:32.788Zpostgresql system 18 system
1902026-05-20T16:32:32.788Zpostgresql system 17 system
1912026-05-20T16:32:32.788Zpython vendor 3 vendor
1922026-05-20T16:32:32.788Zpython system 2 system
1932026-05-20T16:32:32.788Zpython3 vendor 3.13 vendor
1942026-05-20T16:32:32.788Zruby system 3.4 system
1952026-05-20T16:32:32.788Zruby system 3.0 system
1962026-05-20T16:32:32.788Zwords vendor vendor american-english
1972026-05-20T16:32:32.788Zwords system system australian-english
1982026-05-20T16:32:32.788Zwords system system british-english
1992026-05-20T16:32:32.788Zwords system system canadian-english
2002026-05-20T16:32:32.788Zwords system system french
2012026-05-20T16:32:32.788Zwords system system italian
2022026-05-20T16:32:32.788Zwords system system ngerman
2032026-05-20T16:32:32.788Zwords system system ogerman
2042026-05-20T16:32:32.788Zwords system system spanish
2052026-05-20T16:32:33.049ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-20T16:32:33.049Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-20T16:32:33.318ZFMRI IFO
2082026-05-20T16:32:33.318Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-20T16:32:33.318Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-20T16:32:33.318Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-20T16:32:33.318Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-20T16:32:33.318Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-20T16:32:33.318Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-20T16:32:33.318Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-20T16:32:33.318Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-20T16:32:33.318Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-20T16:32:33.547Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-20T16:32:33.895Z Updating crates.io index
2192026-05-20T16:32:33.900Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-20T16:32:34.166Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-20T16:32:34.980Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-20T16:32:35.392Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-20T16:32:36.565Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-20T16:32:37.097Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-20T16:32:38.691Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-20T16:32:39.457Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-20T16:32:39.887Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-20T16:32:40.690Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-20T16:32:41.182Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-20T16:32:41.637Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-20T16:32:41.970Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-20T16:32:43.129Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-20T16:32:43.741Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-20T16:32:44.002Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-20T16:32:44.382Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-20T16:32:44.761Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-20T16:32:45.210Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-20T16:32:45.744Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-20T16:32:46.030Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-20T16:32:46.312Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-20T16:32:46.736Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-20T16:32:47.149Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-20T16:32:47.783Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-20T16:32:48.262Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-20T16:32:48.579Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-20T16:32:48.899Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-20T16:32:50.097Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-20T16:32:50.898Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-20T16:32:51.196Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-20T16:32:51.701Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-20T16:32:52.022Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-20T16:32:52.401Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-20T16:32:52.904Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-20T16:32:53.167Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-20T16:32:53.451Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-20T16:32:53.819Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-20T16:33:05.525Z Downloading crates ...
2582026-05-20T16:33:05.573Z Downloaded errno v0.3.14
2592026-05-20T16:33:05.576Z Downloaded cpufeatures v0.2.17
2602026-05-20T16:33:05.576Z Downloaded cfg-if v1.0.4
2612026-05-20T16:33:05.580Z Downloaded anstream v0.6.21
2622026-05-20T16:33:05.585Z Downloaded plain v0.2.3
2632026-05-20T16:33:05.588Z Downloaded serde_spanned v0.6.9
2642026-05-20T16:33:05.588Z Downloaded thiserror v1.0.69
2652026-05-20T16:33:05.591Z Downloaded utf8_iter v1.0.4
2662026-05-20T16:33:05.594Z Downloaded papergrid v0.11.0
2672026-05-20T16:33:05.600Z Downloaded zerofrom v0.1.6
2682026-05-20T16:33:05.603Z Downloaded icu_locale_core v2.1.1
2692026-05-20T16:33:05.606Z Downloaded unicode-linebreak v0.1.5
2702026-05-20T16:33:05.609Z Downloaded zerocopy v0.7.35
2712026-05-20T16:33:05.618Z Downloaded winnow v0.7.14
2722026-05-20T16:33:05.623Z Downloaded anstyle-query v1.1.5
2732026-05-20T16:33:05.627Z Downloaded tinystr v0.8.2
2742026-05-20T16:33:05.635Z Downloaded writeable v0.6.2
2752026-05-20T16:33:05.638Z Downloaded ucd-trie v0.1.7
2762026-05-20T16:33:05.638Z Downloaded yoke v0.8.1
2772026-05-20T16:33:05.641Z Downloaded usdt v0.5.0
2782026-05-20T16:33:05.641Z Downloaded unicode-xid v0.2.6
2792026-05-20T16:33:05.641Z Downloaded fastrand v2.3.0
2802026-05-20T16:33:05.641Z Downloaded toml_datetime v0.6.11
2812026-05-20T16:33:05.644Z Downloaded proc-macro-error-attr v1.0.4
2822026-05-20T16:33:05.644Z Downloaded usdt-macro v0.5.0
2832026-05-20T16:33:05.644Z Downloaded toml_edit v0.22.27
2842026-05-20T16:33:05.646Z Downloaded zmij v1.0.21
2852026-05-20T16:33:05.649Z Downloaded yoke-derive v0.8.1
2862026-05-20T16:33:05.649Z Downloaded usdt-attr-macro v0.5.0
2872026-05-20T16:33:05.650Z Downloaded thread-id v4.2.2
2882026-05-20T16:33:05.650Z Downloaded block-buffer v0.10.4
2892026-05-20T16:33:05.652Z Downloaded stable_deref_trait v1.2.1
2902026-05-20T16:33:05.652Z Downloaded thiserror-impl v2.0.18
2912026-05-20T16:33:05.652Z Downloaded zerofrom-derive v0.1.6
2922026-05-20T16:33:05.652Z Downloaded memmap v0.7.0
2932026-05-20T16:33:05.655Z Downloaded dof v0.3.0
2942026-05-20T16:33:05.655Z Downloaded utf8parse v0.2.2
2952026-05-20T16:33:05.655Z Downloaded equivalent v1.0.2
2962026-05-20T16:33:05.655Z Downloaded clap_lex v1.0.0
2972026-05-20T16:33:05.655Z Downloaded pretty-hex v0.4.1
2982026-05-20T16:33:05.658Z Downloaded digest v0.10.7
2992026-05-20T16:33:05.658Z Downloaded zerovec-derive v0.11.2
3002026-05-20T16:33:05.658Z Downloaded zerotrie v0.2.3
3012026-05-20T16:33:05.661Z Downloaded zerocopy-derive v0.7.35
3022026-05-20T16:33:05.664Z Downloaded scroll v0.12.0
3032026-05-20T16:33:05.664Z Downloaded camino-tempfile v1.4.1
3042026-05-20T16:33:05.664Z Downloaded unicode-ident v1.0.24
3052026-05-20T16:33:05.667Z Downloaded zerovec v0.11.5
3062026-05-20T16:33:05.669Z Downloaded smawk v0.3.2
3072026-05-20T16:33:05.669Z Downloaded textwrap v0.16.2
3082026-05-20T16:33:05.672Z Downloaded is_terminal_polyfill v1.70.2
3092026-05-20T16:33:05.672Z Downloaded idna_adapter v1.2.1
3102026-05-20T16:33:05.672Z Downloaded percent-encoding v2.3.2
3112026-05-20T16:33:05.672Z Downloaded colorchoice v1.0.4
3122026-05-20T16:33:05.675Z Downloaded fnv v1.0.7
3132026-05-20T16:33:05.675Z Downloaded potential_utf v0.1.4
3142026-05-20T16:33:05.675Z Downloaded ordered-float v2.10.1
3152026-05-20T16:33:05.675Z Downloaded itoa v1.0.17
3162026-05-20T16:33:05.678Z Downloaded terminal_size v0.4.3
3172026-05-20T16:33:05.681Z Downloaded scroll_derive v0.12.1
3182026-05-20T16:33:05.681Z Downloaded heck v0.5.0
3192026-05-20T16:33:05.686Z Downloaded swrite v0.1.0
3202026-05-20T16:33:05.689Z Downloaded heck v0.4.1
3212026-05-20T16:33:05.689Z Downloaded form_urlencoded v1.2.2
3222026-05-20T16:33:05.692Z Downloaded strsim v0.11.1
3232026-05-20T16:33:05.692Z Downloaded thiserror v2.0.18
3242026-05-20T16:33:05.695Z Downloaded crypto-common v0.1.7
3252026-05-20T16:33:05.695Z Downloaded macaddr v1.0.1
3262026-05-20T16:33:05.695Z Downloaded typeid v1.0.3
3272026-05-20T16:33:05.698Z Downloaded dtrace-parser v0.2.0
3282026-05-20T16:33:05.698Z Downloaded toml v0.8.23
3292026-05-20T16:33:05.698Z Downloaded tabled_derive v0.7.0
3302026-05-20T16:33:05.701Z Downloaded serde-value v0.7.0
3312026-05-20T16:33:05.701Z Downloaded version_check v0.9.5
3322026-05-20T16:33:05.701Z Downloaded generic-array v0.14.7
3332026-05-20T16:33:05.701Z Downloaded url v2.5.8
3342026-05-20T16:33:05.704Z Downloaded toml_write v0.1.2
3352026-05-20T16:33:05.704Z Downloaded cargo-platform v0.2.0
3362026-05-20T16:33:05.707Z Downloaded usdt-impl v0.5.0
3372026-05-20T16:33:05.711Z Downloaded thiserror-impl v1.0.69
3382026-05-20T16:33:05.714Z Downloaded fs-err v3.3.0
3392026-05-20T16:33:05.717Z Downloaded cargo_toml v0.21.0
3402026-05-20T16:33:05.717Z Downloaded typenum v1.19.0
3412026-05-20T16:33:05.720Z Downloaded once_cell v1.21.3
3422026-05-20T16:33:05.720Z Downloaded litemap v0.8.1
3432026-05-20T16:33:05.724Z Downloaded serde_tokenstream v0.2.3
3442026-05-20T16:33:05.727Z Downloaded anstyle v1.0.13
3452026-05-20T16:33:05.727Z Downloaded anstyle-parse v0.2.7
3462026-05-20T16:33:05.736Z Downloaded byteorder v1.5.0
3472026-05-20T16:33:05.738Z Downloaded unicode-width v0.2.0
3482026-05-20T16:33:05.742Z Downloaded sha2 v0.10.9
3492026-05-20T16:33:05.745Z Downloaded autocfg v1.5.0
3502026-05-20T16:33:05.745Z Downloaded quote v1.0.45
3512026-05-20T16:33:05.748Z Downloaded proc-macro-error v1.0.4
3522026-05-20T16:33:05.748Z Downloaded unicode-width v0.1.14
3532026-05-20T16:33:05.751Z Downloaded erased-serde v0.4.9
3542026-05-20T16:33:05.754Z Downloaded bytecount v0.6.9
3552026-05-20T16:33:05.757Z Downloaded clap_derive v4.5.55
3562026-05-20T16:33:05.770Z Downloaded tempfile v3.25.0
3572026-05-20T16:33:05.773Z Downloaded cargo-util-schemas v0.8.2
3582026-05-20T16:33:05.773Z Downloaded serde-untagged v0.1.9
3592026-05-20T16:33:05.776Z Downloaded smallvec v1.15.1
3602026-05-20T16:33:05.779Z Downloaded displaydoc v0.2.5
3612026-05-20T16:33:05.779Z Downloaded bitflags v2.11.0
3622026-05-20T16:33:05.784Z Downloaded synstructure v0.13.2
3632026-05-20T16:33:05.784Z Downloaded semver v1.0.28
3642026-05-20T16:33:05.787Z Downloaded pest_derive v2.8.6
3652026-05-20T16:33:05.787Z Downloaded serde_core v1.0.228
3662026-05-20T16:33:05.793Z Downloaded proc-macro2 v1.0.106
3672026-05-20T16:33:05.796Z Downloaded icu_provider v2.1.1
3682026-05-20T16:33:05.798Z Downloaded log v0.4.29
3692026-05-20T16:33:05.798Z Downloaded getrandom v0.4.1
3702026-05-20T16:33:05.801Z Downloaded cargo_metadata v0.21.0
3712026-05-20T16:33:05.804Z Downloaded anyhow v1.0.102
3722026-05-20T16:33:05.807Z Downloaded serde_derive v1.0.228
3732026-05-20T16:33:05.807Z Downloaded clap v4.5.60
3742026-05-20T16:33:05.811Z Downloaded icu_normalizer v2.1.1
3752026-05-20T16:33:05.814Z Downloaded icu_normalizer_data v2.1.1
3762026-05-20T16:33:05.817Z Downloaded camino v1.2.2
3772026-05-20T16:33:05.817Z Downloaded pest_meta v2.8.6
3782026-05-20T16:33:05.820Z Downloaded num-traits v0.2.19
3792026-05-20T16:33:05.820Z Downloaded pest_generator v2.8.6
3802026-05-20T16:33:05.820Z Downloaded icu_properties v2.1.2
3812026-05-20T16:33:05.839Z Downloaded serde v1.0.228
3822026-05-20T16:33:05.842Z Downloaded icu_collections v2.1.1
3832026-05-20T16:33:05.848Z Downloaded indexmap v2.14.0
3842026-05-20T16:33:05.855Z Downloaded memchr v2.8.0
3852026-05-20T16:33:05.863Z Downloaded pest v2.8.6
3862026-05-20T16:33:05.871Z Downloaded idna v1.1.0
3872026-05-20T16:33:05.885Z Downloaded icu_properties_data v2.1.2
3882026-05-20T16:33:05.890Z Downloaded serde_json v1.0.149
3892026-05-20T16:33:05.894Z Downloaded hashbrown v0.17.0
3902026-05-20T16:33:05.897Z Downloaded clap_builder v4.5.60
3912026-05-20T16:33:05.900Z Downloaded libc v0.2.185
3922026-05-20T16:33:05.919Z Downloaded tabled v0.15.0
3932026-05-20T16:33:05.927Z Downloaded goblin v0.8.2
3942026-05-20T16:33:05.930Z Downloaded syn v1.0.109
3952026-05-20T16:33:05.943Z Downloaded syn v2.0.117
3962026-05-20T16:33:05.949Z Downloaded rustix v1.1.3
3972026-05-20T16:33:06.009Z Compiling proc-macro2 v1.0.106
3982026-05-20T16:33:06.009Z Compiling unicode-ident v1.0.24
3992026-05-20T16:33:06.009Z Compiling quote v1.0.45
4002026-05-20T16:33:06.012Z Compiling serde_core v1.0.228
4012026-05-20T16:33:06.012Z Compiling libc v0.2.185
4022026-05-20T16:33:06.012Z Compiling version_check v0.9.5
4032026-05-20T16:33:06.012Z Compiling stable_deref_trait v1.2.1
4042026-05-20T16:33:06.012Z Compiling memchr v2.8.0
4052026-05-20T16:33:06.012Z Compiling serde v1.0.228
4062026-05-20T16:33:06.012Z Compiling zmij v1.0.21
4072026-05-20T16:33:06.012Z Compiling ucd-trie v0.1.7
4082026-05-20T16:33:06.012Z Compiling itoa v1.0.17
4092026-05-20T16:33:06.012Z Compiling thiserror v1.0.69
4102026-05-20T16:33:06.190Z Compiling autocfg v1.5.0
4112026-05-20T16:33:06.193Z Compiling litemap v0.8.1
4122026-05-20T16:33:06.413Z Compiling writeable v0.6.2
4132026-05-20T16:33:06.416Z Compiling rustix v1.1.3
4142026-05-20T16:33:06.662Z Compiling byteorder v1.5.0
4152026-05-20T16:33:06.665Z Compiling icu_normalizer_data v2.1.1
4162026-05-20T16:33:06.666Z Compiling icu_properties_data v2.1.2
4172026-05-20T16:33:06.706Z Compiling serde_json v1.0.149
4182026-05-20T16:33:06.711Z Compiling bitflags v2.11.0
4192026-05-20T16:33:06.791Z Compiling pest v2.8.6
4202026-05-20T16:33:06.823Z Compiling num-traits v0.2.19
4212026-05-20T16:33:06.975Z Compiling typeid v1.0.3
4222026-05-20T16:33:07.010Z Compiling smallvec v1.15.1
4232026-05-20T16:33:07.013Z Compiling equivalent v1.0.2
4242026-05-20T16:33:07.013Z Compiling hashbrown v0.17.0
4252026-05-20T16:33:07.026Z Compiling proc-macro-error-attr v1.0.4
4262026-05-20T16:33:07.140Z Compiling usdt-impl v0.5.0
4272026-05-20T16:33:07.173Z Compiling errno v0.3.14
4282026-05-20T16:33:07.176Z Compiling thread-id v4.2.2
4292026-05-20T16:33:07.225Z Compiling syn v1.0.109
4302026-05-20T16:33:07.246Z Compiling toml_write v0.1.2
4312026-05-20T16:33:07.249Z Compiling winnow v0.7.14
4322026-05-20T16:33:07.282Z Compiling erased-serde v0.4.9
4332026-05-20T16:33:07.328Z Compiling proc-macro-error v1.0.4
4342026-05-20T16:33:07.399Z Compiling log v0.4.29
4352026-05-20T16:33:07.510Z Compiling thiserror v2.0.18
4362026-05-20T16:33:07.582Z Compiling utf8parse v0.2.2
4372026-05-20T16:33:07.603Z Compiling getrandom v0.4.1
4382026-05-20T16:33:07.623Z Compiling indexmap v2.14.0
4392026-05-20T16:33:07.642Z Compiling percent-encoding v2.3.2
4402026-05-20T16:33:07.697Z Compiling syn v2.0.117
4412026-05-20T16:33:07.715Z Compiling plain v0.2.3
4422026-05-20T16:33:07.732Z Compiling camino v1.2.2
4432026-05-20T16:33:07.736Z Compiling utf8_iter v1.0.4
4442026-05-20T16:33:07.796Z Compiling form_urlencoded v1.2.2
4452026-05-20T16:33:07.862Z Compiling anstyle-parse v0.2.7
4462026-05-20T16:33:08.009Z Compiling pest_meta v2.8.6
4472026-05-20T16:33:08.012Z Compiling ordered-float v2.10.1
4482026-05-20T16:33:08.079Z Compiling anstyle v1.0.13
4492026-05-20T16:33:08.114Z Compiling cfg-if v1.0.4
4502026-05-20T16:33:08.135Z Compiling colorchoice v1.0.4
4512026-05-20T16:33:08.153Z Compiling is_terminal_polyfill v1.70.2
4522026-05-20T16:33:08.202Z Compiling anstyle-query v1.1.5
4532026-05-20T16:33:08.254Z Compiling pretty-hex v0.4.1
4542026-05-20T16:33:08.275Z Compiling fs-err v3.3.0
4552026-05-20T16:33:08.326Z Compiling terminal_size v0.4.3
4562026-05-20T16:33:08.344Z Compiling anstream v0.6.21
4572026-05-20T16:33:08.363Z Compiling clap_lex v1.0.0
4582026-05-20T16:33:08.380Z Compiling heck v0.5.0
4592026-05-20T16:33:08.414Z Compiling strsim v0.11.1
4602026-05-20T16:33:08.464Z Compiling once_cell v1.21.3
4612026-05-20T16:33:08.481Z Compiling bytecount v0.6.9
4622026-05-20T16:33:08.502Z Compiling fnv v1.0.7
4632026-05-20T16:33:08.527Z Compiling anyhow v1.0.102
4642026-05-20T16:33:08.591Z Compiling unicode-width v0.1.14
4652026-05-20T16:33:08.643Z Compiling unicode-xid v0.2.6
4662026-05-20T16:33:08.644Z Compiling heck v0.4.1
4672026-05-20T16:33:08.676Z Compiling fastrand v2.3.0
4682026-05-20T16:33:08.706Z Compiling clap_builder v4.5.60
4692026-05-20T16:33:08.801Z Compiling semver v1.0.28
4702026-05-20T16:33:08.905Z Compiling tempfile v3.25.0
4712026-05-20T16:33:08.927Z Compiling papergrid v0.11.0
4722026-05-20T16:33:08.994Z Compiling memmap v0.7.0
4732026-05-20T16:33:09.012Z Compiling unicode-width v0.2.0
4742026-05-20T16:33:09.195Z Compiling unicode-linebreak v0.1.5
4752026-05-20T16:33:09.197Z Compiling smawk v0.3.2
4762026-05-20T16:33:09.258Z Compiling camino-tempfile v1.4.1
4772026-05-20T16:33:09.337Z Compiling serde-untagged v0.1.9
4782026-05-20T16:33:09.402Z Compiling swrite v0.1.0
4792026-05-20T16:33:09.417Z Compiling textwrap v0.16.2
4802026-05-20T16:33:09.473Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-20T16:33:09.828Z Compiling tabled_derive v0.7.0
4822026-05-20T16:33:10.375Z Compiling synstructure v0.13.2
4832026-05-20T16:33:10.375Z Compiling pest_generator v2.8.6
4842026-05-20T16:33:10.481Z Compiling tabled v0.15.0
4852026-05-20T16:33:10.908Z Compiling serde_derive v1.0.228
4862026-05-20T16:33:10.909Z Compiling zerofrom-derive v0.1.6
4872026-05-20T16:33:10.912Z Compiling yoke-derive v0.8.1
4882026-05-20T16:33:10.912Z Compiling zerovec-derive v0.11.2
4892026-05-20T16:33:10.912Z Compiling displaydoc v0.2.5
4902026-05-20T16:33:10.912Z Compiling thiserror-impl v1.0.69
4912026-05-20T16:33:10.912Z Compiling zerocopy-derive v0.7.35
4922026-05-20T16:33:10.912Z Compiling scroll_derive v0.12.1
4932026-05-20T16:33:10.912Z Compiling thiserror-impl v2.0.18
4942026-05-20T16:33:10.912Z Compiling clap_derive v4.5.55
4952026-05-20T16:33:11.007Z Compiling pest_derive v2.8.6
4962026-05-20T16:33:11.550Z Compiling scroll v0.12.0
4972026-05-20T16:33:11.827Z Compiling goblin v0.8.2
4982026-05-20T16:33:11.881Z Compiling zerocopy v0.7.35
4992026-05-20T16:33:12.044Z Compiling zerofrom v0.1.6
5002026-05-20T16:33:12.158Z Compiling yoke v0.8.1
5012026-05-20T16:33:12.209Z Compiling dtrace-parser v0.2.0
5022026-05-20T16:33:12.332Z Compiling zerovec v0.11.5
5032026-05-20T16:33:12.332Z Compiling zerotrie v0.2.3
5042026-05-20T16:33:12.412Z Compiling clap v4.5.60
5052026-05-20T16:33:12.722Z Compiling tinystr v0.8.2
5062026-05-20T16:33:12.722Z Compiling potential_utf v0.1.4
5072026-05-20T16:33:12.857Z Compiling icu_collections v2.1.1
5082026-05-20T16:33:12.869Z Compiling icu_locale_core v2.1.1
5092026-05-20T16:33:13.411Z Compiling icu_provider v2.1.1
5102026-05-20T16:33:13.426Z Compiling serde_spanned v0.6.9
5112026-05-20T16:33:13.429Z Compiling toml_datetime v0.6.11
5122026-05-20T16:33:13.429Z Compiling serde-value v0.7.0
5132026-05-20T16:33:13.429Z Compiling cargo-platform v0.2.0
5142026-05-20T16:33:13.429Z Compiling macaddr v1.0.1
5152026-05-20T16:33:13.455Z Compiling dof v0.3.0
5162026-05-20T16:33:13.458Z Compiling serde_tokenstream v0.2.3
5172026-05-20T16:33:13.631Z Compiling icu_normalizer v2.1.1
5182026-05-20T16:33:13.631Z Compiling icu_properties v2.1.2
5192026-05-20T16:33:13.649Z Compiling toml_edit v0.22.27
5202026-05-20T16:33:14.201Z Compiling usdt-attr-macro v0.5.0
5212026-05-20T16:33:14.204Z Compiling usdt-macro v0.5.0
5222026-05-20T16:33:14.496Z Compiling idna_adapter v1.2.1
5232026-05-20T16:33:14.600Z Compiling idna v1.1.0
5242026-05-20T16:33:14.796Z Compiling usdt v0.5.0
5252026-05-20T16:33:14.864Z Compiling url v2.5.8
5262026-05-20T16:33:14.974Z Compiling toml v0.8.23
5272026-05-20T16:33:15.306Z Compiling cargo-util-schemas v0.8.2
5282026-05-20T16:33:15.307Z Compiling cargo_toml v0.21.0
5292026-05-20T16:33:16.090Z Compiling cargo_metadata v0.21.0
5302026-05-20T16:33:17.013Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-20T16:33:19.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.76s
5322026-05-20T16:33:19.397Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-20T16:33:19.945Z Downloading crates ...
5342026-05-20T16:33:20.048Z Downloaded base16ct v0.2.0
5352026-05-20T16:33:20.052Z Downloaded bcrypt-pbkdf v0.10.0
5362026-05-20T16:33:20.052Z Downloaded bit-set v0.5.3
5372026-05-20T16:33:20.055Z Downloaded bitfield-struct v0.6.2
5382026-05-20T16:33:20.055Z Downloaded atty v0.2.14
5392026-05-20T16:33:20.058Z Downloaded bit-vec v0.8.0
5402026-05-20T16:33:20.058Z Downloaded arrayvec v0.7.6
5412026-05-20T16:33:20.060Z Downloaded cstr-argument v0.1.2
5422026-05-20T16:33:20.060Z Downloaded bitfield-macros v0.19.4
5432026-05-20T16:33:20.063Z Downloaded cfg_aliases v0.1.1
5442026-05-20T16:33:20.066Z Downloaded crc8 v0.1.1
5452026-05-20T16:33:20.068Z Downloaded atomic-waker v1.1.2
5462026-05-20T16:33:20.069Z Downloaded crc-catalog v2.4.0
5472026-05-20T16:33:20.071Z Downloaded crossbeam-deque v0.8.6
5482026-05-20T16:33:20.071Z Downloaded derive_builder_macro v0.20.2
5492026-05-20T16:33:20.074Z Downloaded ciborium-ll v0.2.2
5502026-05-20T16:33:20.077Z Downloaded async-stream-impl v0.3.6
5512026-05-20T16:33:20.077Z Downloaded bit-set v0.8.0
5522026-05-20T16:33:20.080Z Downloaded cpufeatures v0.3.0
5532026-05-20T16:33:20.083Z Downloaded adler2 v2.0.1
5542026-05-20T16:33:20.083Z Downloaded endian-type v0.1.2
5552026-05-20T16:33:20.085Z Downloaded daft v0.1.5
5562026-05-20T16:33:20.085Z Downloaded dtrace-parser v0.3.0
5572026-05-20T16:33:20.085Z Downloaded argon2 v0.5.3
5582026-05-20T16:33:20.088Z Downloaded atomicwrites v0.4.4
5592026-05-20T16:33:20.091Z Downloaded foreign-types v0.3.2
5602026-05-20T16:33:20.091Z Downloaded fixedbitset v0.5.7
5612026-05-20T16:33:20.094Z Downloaded defmt-macros v1.0.1
5622026-05-20T16:33:20.097Z Downloaded darling v0.20.11
5632026-05-20T16:33:20.100Z Downloaded foldhash v0.1.5
5642026-05-20T16:33:20.100Z Downloaded csv-core v0.1.13
5652026-05-20T16:33:20.100Z Downloaded either v1.15.0
5662026-05-20T16:33:20.103Z Downloaded cassowary v0.3.0
5672026-05-20T16:33:20.103Z Downloaded async-stream v0.3.6
5682026-05-20T16:33:20.103Z Downloaded filetime v0.2.27
5692026-05-20T16:33:20.106Z Downloaded fixedbitset v0.4.2
5702026-05-20T16:33:20.106Z Downloaded ecdsa v0.16.9
5712026-05-20T16:33:20.109Z Downloaded const_format_proc_macros v0.2.34
5722026-05-20T16:33:20.109Z Downloaded compression-codecs v0.4.37
5732026-05-20T16:33:20.112Z Downloaded fd-lock v4.0.4
5742026-05-20T16:33:20.112Z Downloaded float-ord v0.3.2
5752026-05-20T16:33:20.115Z Downloaded float-cmp v0.10.0
5762026-05-20T16:33:20.115Z Downloaded flagset v0.4.7
5772026-05-20T16:33:20.115Z Downloaded daft-derive v0.1.5
5782026-05-20T16:33:20.118Z Downloaded embedded-io v0.4.0
5792026-05-20T16:33:20.121Z Downloaded dropshot_endpoint v0.17.0
5802026-05-20T16:33:20.124Z Downloaded debug-ignore v1.0.5
5812026-05-20T16:33:20.124Z Downloaded darling_core v0.20.11
5822026-05-20T16:33:20.127Z Downloaded foreign-types v0.5.0
5832026-05-20T16:33:20.129Z Downloaded curve25519-dalek-derive v0.1.1
5842026-05-20T16:33:20.130Z Downloaded foreign-types-macros v0.2.3
5852026-05-20T16:33:20.130Z Downloaded ciborium-io v0.2.2
5862026-05-20T16:33:20.130Z Downloaded arrayref v0.3.9
5872026-05-20T16:33:20.133Z Downloaded array-init v0.0.4
5882026-05-20T16:33:20.133Z Downloaded cobs v0.3.0
5892026-05-20T16:33:20.133Z Downloaded enum-as-inner v0.6.1
5902026-05-20T16:33:20.136Z Downloaded document-features v0.2.12
5912026-05-20T16:33:20.136Z Downloaded difflib v0.4.0
5922026-05-20T16:33:20.136Z Downloaded darling_macro v0.23.0
5932026-05-20T16:33:20.136Z Downloaded darling_macro v0.21.3
5942026-05-20T16:33:20.138Z Downloaded aead v0.5.2
5952026-05-20T16:33:20.138Z Downloaded dsl_auto_type v0.2.0
5962026-05-20T16:33:20.138Z Downloaded castaway v0.2.4
5972026-05-20T16:33:20.141Z Downloaded erased-serde v0.3.31
5982026-05-20T16:33:20.141Z Downloaded funty v2.0.0
5992026-05-20T16:33:20.141Z Downloaded crossterm v0.28.1
6002026-05-20T16:33:20.145Z Downloaded crc v3.4.0
6012026-05-20T16:33:20.148Z Downloaded ascii-canvas v3.0.0
6022026-05-20T16:33:20.148Z Downloaded dyn-clone v1.0.20
6032026-05-20T16:33:20.151Z Downloaded cargo-platform v0.3.2
6042026-05-20T16:33:20.151Z Downloaded convert_case v0.4.0
6052026-05-20T16:33:20.151Z Downloaded compression-core v0.4.31
6062026-05-20T16:33:20.151Z Downloaded dunce v1.0.5
6072026-05-20T16:33:20.154Z Downloaded defmt v0.3.100
6082026-05-20T16:33:20.154Z Downloaded display-error-chain v0.2.2
6092026-05-20T16:33:20.154Z Downloaded bb8 v0.8.6
6102026-05-20T16:33:20.156Z Downloaded dirs-next v2.0.0
6112026-05-20T16:33:20.156Z Downloaded bit-vec v0.6.3
6122026-05-20T16:33:20.156Z Downloaded ciborium v0.2.2
6132026-05-20T16:33:20.159Z Downloaded embedded-io v0.6.1
6142026-05-20T16:33:20.159Z Downloaded downcast-rs v2.0.2
6152026-05-20T16:33:20.159Z Downloaded darling_macro v0.20.11
6162026-05-20T16:33:20.162Z Downloaded dropshot-api-manager-types v0.7.1
6172026-05-20T16:33:20.162Z Downloaded assert_matches v1.5.0
6182026-05-20T16:33:20.162Z Downloaded cookie v0.18.1
6192026-05-20T16:33:20.165Z Downloaded diesel_table_macro_syntax v0.3.0
6202026-05-20T16:33:20.165Z Downloaded console v0.16.2
6212026-05-20T16:33:20.168Z Downloaded dirs-sys-next v0.1.2
6222026-05-20T16:33:20.168Z Downloaded defmt-parser v1.0.0
6232026-05-20T16:33:20.168Z Downloaded colored v2.2.0
6242026-05-20T16:33:20.171Z Downloaded chacha20 v0.10.0
6252026-05-20T16:33:20.171Z Downloaded blake2 v0.10.6
6262026-05-20T16:33:20.174Z Downloaded foreign-types-shared v0.3.1
6272026-05-20T16:33:20.174Z Downloaded env_filter v1.0.0
6282026-05-20T16:33:20.174Z Downloaded futures-macro v0.3.32
6292026-05-20T16:33:20.177Z Downloaded der_derive v0.7.3
6302026-05-20T16:33:20.177Z Downloaded defmt v1.0.1
6312026-05-20T16:33:20.180Z Downloaded data-encoding v2.10.0
6322026-05-20T16:33:20.180Z Downloaded futures-sink v0.3.32
6332026-05-20T16:33:20.180Z Downloaded futures-core v0.3.32
6342026-05-20T16:33:20.183Z Downloaded foreign-types-shared v0.1.1
6352026-05-20T16:33:20.183Z Downloaded globwalk v0.9.1
6362026-05-20T16:33:20.183Z Downloaded ghash v0.5.1
6372026-05-20T16:33:20.186Z Downloaded gethostname v0.5.0
6382026-05-20T16:33:20.186Z Downloaded fxhash v0.2.1
6392026-05-20T16:33:20.186Z Downloaded futures-task v0.3.32
6402026-05-20T16:33:20.190Z Downloaded dof v0.4.0
6412026-05-20T16:33:20.190Z Downloaded async-trait v0.1.89
6422026-05-20T16:33:20.190Z Downloaded hash32 v0.2.1
6432026-05-20T16:33:20.193Z Downloaded ena v0.14.4
6442026-05-20T16:33:20.193Z Downloaded darling v0.23.0
6452026-05-20T16:33:20.195Z Downloaded bitflags v1.3.2
6462026-05-20T16:33:20.198Z Downloaded futures-io v0.3.32
6472026-05-20T16:33:20.198Z Downloaded backoff v0.4.0
6482026-05-20T16:33:20.201Z Downloaded byte-wrapper v0.1.0
6492026-05-20T16:33:20.201Z Downloaded cfg_aliases v0.2.1
6502026-05-20T16:33:20.204Z Downloaded block-padding v0.3.3
6512026-05-20T16:33:20.204Z Downloaded hex v0.4.3
6522026-05-20T16:33:20.204Z Downloaded bcs v0.1.6
6532026-05-20T16:33:20.206Z Downloaded ahash v0.8.12
6542026-05-20T16:33:20.206Z Downloaded headers-core v0.3.0
6552026-05-20T16:33:20.209Z Downloaded fs_extra v1.3.0
6562026-05-20T16:33:20.209Z Downloaded hostname v0.3.1
6572026-05-20T16:33:20.209Z Downloaded hash32 v0.3.1
6582026-05-20T16:33:20.212Z Downloaded http-body v1.0.1
6592026-05-20T16:33:20.212Z Downloaded home v0.5.12
6602026-05-20T16:33:20.212Z Downloaded ff v0.13.1
6612026-05-20T16:33:20.215Z Downloaded deranged v0.5.8
6622026-05-20T16:33:20.215Z Downloaded derive_builder_core v0.20.2
6632026-05-20T16:33:20.217Z Downloaded hex-literal v0.4.1
6642026-05-20T16:33:20.217Z Downloaded cmake v0.1.57
6652026-05-20T16:33:20.218Z Downloaded chacha20 v0.9.1
6662026-05-20T16:33:20.220Z Downloaded ed25519 v2.2.3
6672026-05-20T16:33:20.220Z Downloaded cexpr v0.6.0
6682026-05-20T16:33:20.223Z Downloaded critical-section v1.2.0
6692026-05-20T16:33:20.223Z Downloaded http-range v0.1.5
6702026-05-20T16:33:20.226Z Downloaded hyper-tls v0.6.0
6712026-05-20T16:33:20.226Z Downloaded cipher v0.4.4
6722026-05-20T16:33:20.226Z Downloaded httpdate v1.0.3
6732026-05-20T16:33:20.229Z Downloaded hostname v0.4.2
6742026-05-20T16:33:20.229Z Downloaded hubpack_derive v0.1.1
6752026-05-20T16:33:20.229Z Downloaded base64 v0.22.1
6762026-05-20T16:33:20.232Z Downloaded corncobs v0.1.4
6772026-05-20T16:33:20.232Z Downloaded camino-tempfile-ext v0.3.3
6782026-05-20T16:33:20.235Z Downloaded allocator-api2 v0.2.21
6792026-05-20T16:33:20.235Z Downloaded hubpack v0.1.2
6802026-05-20T16:33:20.238Z Downloaded diff v0.1.13
6812026-05-20T16:33:20.238Z Downloaded globset v0.4.18
6822026-05-20T16:33:20.240Z Downloaded futures-executor v0.3.32
6832026-05-20T16:33:20.240Z Downloaded fs-err v2.11.0
6842026-05-20T16:33:20.243Z Downloaded inout v0.1.4
6852026-05-20T16:33:20.243Z Downloaded ident_case v1.0.1
6862026-05-20T16:33:20.244Z Downloaded derive-ex v0.1.8
6872026-05-20T16:33:20.246Z Downloaded instant v0.1.13
6882026-05-20T16:33:20.246Z Downloaded indent_write v2.2.0
6892026-05-20T16:33:20.246Z Downloaded illumos-nvpair-sys v0.2.0
6902026-05-20T16:33:20.249Z Downloaded internet-checksum v0.2.1
6912026-05-20T16:33:20.249Z Downloaded instability v0.3.11
6922026-05-20T16:33:20.249Z Downloaded git-stub-vcs v0.1.0
6932026-05-20T16:33:20.252Z Downloaded git-stub v1.0.0
6942026-05-20T16:33:20.252Z Downloaded keccak v0.1.6
6952026-05-20T16:33:20.252Z Downloaded cancel-safe-futures v0.1.5
6962026-05-20T16:33:20.255Z Downloaded illumos-nvpair v0.3.0
6972026-05-20T16:33:20.255Z Downloaded constant_time_eq v0.4.2
6982026-05-20T16:33:20.257Z Downloaded lalrpop-util v0.19.12
6992026-05-20T16:33:20.257Z Downloaded is-terminal v0.4.17
7002026-05-20T16:33:20.257Z Downloaded foldhash v0.2.0
7012026-05-20T16:33:20.260Z Downloaded derive_builder v0.20.2
7022026-05-20T16:33:20.263Z Downloaded group v0.13.0
7032026-05-20T16:33:20.263Z Downloaded glob v0.3.3
7042026-05-20T16:33:20.263Z Downloaded ctr v0.9.2
7052026-05-20T16:33:20.266Z Downloaded console v0.15.11
7062026-05-20T16:33:20.266Z Downloaded clang-sys v1.8.1
7072026-05-20T16:33:20.269Z Downloaded bzip2 v0.6.1
7082026-05-20T16:33:20.269Z Downloaded lazy_static v1.5.0
7092026-05-20T16:33:20.272Z Downloaded is_ci v1.2.0
7102026-05-20T16:33:20.272Z Downloaded const-oid v0.9.6
7112026-05-20T16:33:20.272Z Downloaded cbc v0.1.2
7122026-05-20T16:33:20.275Z Downloaded backon v1.6.0
7132026-05-20T16:33:20.275Z Downloaded base64ct v1.8.3
7142026-05-20T16:33:20.278Z Downloaded highway v1.3.0
7152026-05-20T16:33:20.278Z Downloaded cargo_metadata v0.23.1
7162026-05-20T16:33:20.281Z Downloaded cookie_store v0.22.1
7172026-05-20T16:33:20.281Z Downloaded drift v0.1.4
7182026-05-20T16:33:20.286Z Downloaded futures-channel v0.3.32
7192026-05-20T16:33:20.289Z Downloaded diesel-dtrace v0.5.0
7202026-05-20T16:33:20.289Z Downloaded libscf-sys v1.1.0
7212026-05-20T16:33:20.292Z Downloaded crunchy v0.2.4
7222026-05-20T16:33:20.292Z Downloaded lru v0.12.5
7232026-05-20T16:33:20.292Z Downloaded maplit v1.0.2
7242026-05-20T16:33:20.295Z Downloaded http-body-util v0.1.3
7252026-05-20T16:33:20.295Z Downloaded humantime v2.3.0
7262026-05-20T16:33:20.295Z Downloaded crossbeam-utils v0.8.21
7272026-05-20T16:33:20.298Z Downloaded lzss v0.8.2
7282026-05-20T16:33:20.298Z Downloaded lru-slab v0.1.2
7292026-05-20T16:33:20.301Z Downloaded md-5 v0.10.6
7302026-05-20T16:33:20.301Z Downloaded lru-cache v0.1.2
7312026-05-20T16:33:20.301Z Downloaded elliptic-curve v0.13.8
7322026-05-20T16:33:20.303Z Downloaded match_cfg v0.1.0
7332026-05-20T16:33:20.306Z Downloaded md5 v0.7.0
7342026-05-20T16:33:20.306Z Downloaded maybe-uninit v2.0.0
7352026-05-20T16:33:20.306Z Downloaded convert_case v0.10.0
7362026-05-20T16:33:20.309Z Downloaded impl-trait-for-tuples v0.2.3
7372026-05-20T16:33:20.309Z Downloaded hyper-staticfile v0.10.1
7382026-05-20T16:33:20.311Z Downloaded find-msvc-tools v0.1.9
7392026-05-20T16:33:20.311Z Downloaded ipnet v2.11.0
7402026-05-20T16:33:20.314Z Downloaded ingot-types v0.1.2
7412026-05-20T16:33:20.314Z Downloaded mime v0.3.17
7422026-05-20T16:33:20.317Z Downloaded memoffset v0.9.1
7432026-05-20T16:33:20.317Z Downloaded new_debug_unreachable v1.0.6
7442026-05-20T16:33:20.317Z Downloaded ipnetwork v0.21.1
7452026-05-20T16:33:20.320Z Downloaded indoc v2.0.7
7462026-05-20T16:33:20.320Z Downloaded ingot v0.1.1
7472026-05-20T16:33:20.323Z Downloaded nodrop v0.1.14
7482026-05-20T16:33:20.323Z Downloaded normalize-line-endings v0.3.0
7492026-05-20T16:33:20.323Z Downloaded newtype-uuid-macros v0.1.0
7502026-05-20T16:33:20.323Z Downloaded getrandom v0.2.17
7512026-05-20T16:33:20.326Z Downloaded crossbeam-channel v0.5.15
7522026-05-20T16:33:20.328Z Downloaded newtype_derive v0.1.6
7532026-05-20T16:33:20.328Z Downloaded newline-converter v0.3.0
7542026-05-20T16:33:20.331Z Downloaded multimap v0.10.1
7552026-05-20T16:33:20.331Z Downloaded indoc v1.0.9
7562026-05-20T16:33:20.334Z Downloaded kstat-rs v0.2.4
7572026-05-20T16:33:20.334Z Downloaded half v1.8.3
7582026-05-20T16:33:20.334Z Downloaded managed v0.8.0
7592026-05-20T16:33:20.337Z Downloaded bzip2 v0.4.4
7602026-05-20T16:33:20.337Z Downloaded linked-hash-map v0.5.6
7612026-05-20T16:33:20.337Z Downloaded crucible-workspace-hack v0.1.0
7622026-05-20T16:33:20.340Z Downloaded num_threads v0.1.7
7632026-05-20T16:33:20.340Z Downloaded jobserver v0.1.34
7642026-05-20T16:33:20.340Z Downloaded num-iter v0.1.45
7652026-05-20T16:33:20.343Z Downloaded fatfs v0.3.6
7662026-05-20T16:33:20.343Z Downloaded num-conv v0.2.0
7672026-05-20T16:33:20.345Z Downloaded num v0.4.3
7682026-05-20T16:33:20.346Z Downloaded derive-where v1.6.0
7692026-05-20T16:33:20.348Z Downloaded num-derive v0.4.2
7702026-05-20T16:33:20.348Z Downloaded colored v3.1.1
7712026-05-20T16:33:20.351Z Downloaded des v0.8.1
7722026-05-20T16:33:20.351Z Downloaded libsw v3.5.0
7732026-05-20T16:33:20.354Z Downloaded bytes v1.11.1
7742026-05-20T16:33:20.356Z Downloaded openssl-macros v0.1.1
7752026-05-20T16:33:20.356Z Downloaded derive_more v0.99.20
7762026-05-20T16:33:20.359Z Downloaded libsw-core v0.3.2
7772026-05-20T16:33:20.362Z Downloaded openssl-probe v0.2.1
7782026-05-20T16:33:20.362Z Downloaded num-derive v0.3.3
7792026-05-20T16:33:20.362Z Downloaded flume v0.11.1
7802026-05-20T16:33:20.365Z Downloaded httparse v1.10.1
7812026-05-20T16:33:20.369Z Downloaded crc-any v2.5.0
7822026-05-20T16:33:20.369Z Downloaded opaque-debug v0.3.1
7832026-05-20T16:33:20.369Z Downloaded oso-derive v0.27.3
7842026-05-20T16:33:20.372Z Downloaded nonempty v0.12.0
7852026-05-20T16:33:20.372Z Downloaded openssl-probe v0.1.6
7862026-05-20T16:33:20.372Z Downloaded olpc-cjson v0.1.4
7872026-05-20T16:33:20.372Z Downloaded num_enum_derive v0.5.11
7882026-05-20T16:33:20.372Z Downloaded lock_api v0.4.14
7892026-05-20T16:33:20.375Z Downloaded packed_struct_codegen v0.10.1
7902026-05-20T16:33:20.375Z Downloaded libefi-sys v0.1.0
7912026-05-20T16:33:20.375Z Downloaded crossbeam-epoch v0.9.18
7922026-05-20T16:33:20.377Z Downloaded async-bb8-diesel v0.2.1
7932026-05-20T16:33:20.380Z Downloaded ingot-macros v0.1.1
7942026-05-20T16:33:20.380Z Downloaded iana-time-zone v0.1.65
7952026-05-20T16:33:20.383Z Downloaded getrandom v0.3.4
7962026-05-20T16:33:20.383Z Downloaded mime_guess v2.0.5
7972026-05-20T16:33:20.387Z Downloaded parse-size v1.1.0
7982026-05-20T16:33:20.387Z Downloaded parse-display v0.10.0
7992026-05-20T16:33:20.387Z Downloaded bitfield v0.19.4
8002026-05-20T16:33:20.391Z Downloaded nibble_vec v0.1.0
8012026-05-20T16:33:20.391Z Downloaded nanorand v0.7.0
8022026-05-20T16:33:20.391Z Downloaded multer v3.1.0
8032026-05-20T16:33:20.393Z Downloaded native-tls v0.2.18
8042026-05-20T16:33:20.394Z Downloaded buf-list v1.1.2
8052026-05-20T16:33:20.396Z Downloaded peg-runtime v0.8.5
8062026-05-20T16:33:20.396Z Downloaded newtype-uuid v1.3.2
8072026-05-20T16:33:20.396Z Downloaded compact_str v0.8.1
8082026-05-20T16:33:20.399Z Downloaded async-recursion v1.1.1
8092026-05-20T16:33:20.402Z Downloaded crc32fast v1.5.0
8102026-05-20T16:33:20.402Z Downloaded const_format v0.2.35
8112026-05-20T16:33:20.404Z Downloaded pbkdf2 v0.12.2
8122026-05-20T16:33:20.407Z Downloaded pbkdf2 v0.11.0
8132026-05-20T16:33:20.407Z Downloaded path-slash v0.1.5
8142026-05-20T16:33:20.410Z Downloaded num_enum_derive v0.7.5
8152026-05-20T16:33:20.410Z Downloaded num-integer v0.1.46
8162026-05-20T16:33:20.410Z Downloaded darling_core v0.21.3
8172026-05-20T16:33:20.413Z Downloaded num-complex v0.4.6
8182026-05-20T16:33:20.415Z Downloaded hmac v0.12.1
8192026-05-20T16:33:20.415Z Downloaded libloading v0.8.9
8202026-05-20T16:33:20.418Z Downloaded pin-utils v0.1.0
8212026-05-20T16:33:20.418Z Downloaded phf_shared v0.12.1
8222026-05-20T16:33:20.421Z Downloaded phf_shared v0.13.1
8232026-05-20T16:33:20.421Z Downloaded darling v0.21.3
8242026-05-20T16:33:20.425Z Downloaded phf_shared v0.11.3
8252026-05-20T16:33:20.427Z Downloaded num_enum v0.5.11
8262026-05-20T16:33:20.428Z Downloaded blowfish v0.9.1
8272026-05-20T16:33:20.428Z Downloaded fallible-iterator v0.2.0
8282026-05-20T16:33:20.430Z Downloaded env_logger v0.11.9
8292026-05-20T16:33:20.430Z Downloaded powerfmt v0.2.0
8302026-05-20T16:33:20.433Z Downloaded num_enum v0.7.5
8312026-05-20T16:33:20.436Z Downloaded hyper-rustls v0.27.7
8322026-05-20T16:33:20.438Z Downloaded arc-swap v1.8.2
8332026-05-20T16:33:20.438Z Downloaded ignore v0.4.25
8342026-05-20T16:33:20.441Z Downloaded owo-colors v4.3.0
8352026-05-20T16:33:20.441Z Downloaded darling_core v0.23.0
8362026-05-20T16:33:20.444Z Downloaded predicates-core v1.0.10
8372026-05-20T16:33:20.447Z Downloaded oxnet v0.1.4
8382026-05-20T16:33:20.447Z Downloaded proc-macro-crate v3.4.0
8392026-05-20T16:33:20.449Z Downloaded precomputed-hash v0.1.1
8402026-05-20T16:33:20.449Z Downloaded oxide-tokio-rt v0.1.4
8412026-05-20T16:33:20.452Z Downloaded packed_struct v0.10.1
8422026-05-20T16:33:20.452Z Downloaded futures v0.3.32
8432026-05-20T16:33:20.455Z Downloaded memmap2 v0.9.10
8442026-05-20T16:33:20.458Z Downloaded indexmap v1.9.3
8452026-05-20T16:33:20.458Z Downloaded chacha20poly1305 v0.10.1
8462026-05-20T16:33:20.460Z Downloaded predicates-tree v1.0.13
8472026-05-20T16:33:20.460Z Downloaded password-hash v0.5.0
8482026-05-20T16:33:20.463Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-05-20T16:33:20.463Z Downloaded proc-macro-crate v1.3.1
8502026-05-20T16:33:20.463Z Downloaded half v2.7.1
8512026-05-20T16:33:20.479Z Downloaded psl-types v2.0.11
8522026-05-20T16:33:20.481Z Downloaded ar_archive_writer v0.5.1
8532026-05-20T16:33:20.484Z Downloaded progenitor-macro v0.11.2
8542026-05-20T16:33:20.484Z Downloaded progenitor-macro v0.13.0
8552026-05-20T16:33:20.485Z Downloaded progenitor-client v0.11.2
8562026-05-20T16:33:20.485Z Downloaded progenitor-client v0.10.0
8572026-05-20T16:33:20.487Z Downloaded paste v1.0.15
8582026-05-20T16:33:20.487Z Downloaded radium v0.7.0
8592026-05-20T16:33:20.490Z Downloaded crypto-bigint v0.5.5
8602026-05-20T16:33:20.493Z Downloaded progenitor-client v0.14.0
8612026-05-20T16:33:20.493Z Downloaded quick-error v1.2.3
8622026-05-20T16:33:20.496Z Downloaded num-rational v0.4.2
8632026-05-20T16:33:20.496Z Downloaded headers v0.4.1
8642026-05-20T16:33:20.498Z Downloaded der v0.7.10
8652026-05-20T16:33:20.501Z Downloaded polyval v0.6.2
8662026-05-20T16:33:20.504Z Downloaded poly1305 v0.8.0
8672026-05-20T16:33:20.507Z Downloaded pkg-config v0.3.32
8682026-05-20T16:33:20.507Z Downloaded pkcs8 v0.10.2
8692026-05-20T16:33:20.509Z Downloaded ed25519-dalek v2.2.0
8702026-05-20T16:33:20.509Z Downloaded derive_more v2.1.1
8712026-05-20T16:33:20.517Z Downloaded recursive v0.1.1
8722026-05-20T16:33:20.520Z Downloaded rand_xorshift v0.4.0
8732026-05-20T16:33:20.520Z Downloaded ppv-lite86 v0.2.21
8742026-05-20T16:33:20.520Z Downloaded omicron-zone-package v0.12.2
8752026-05-20T16:33:20.523Z Downloaded predicates v3.1.4
8762026-05-20T16:33:20.523Z Downloaded bumpalo v3.20.2
8772026-05-20T16:33:20.526Z Downloaded indicatif v0.18.4
8782026-05-20T16:33:20.529Z Downloaded base64 v0.21.7
8792026-05-20T16:33:20.532Z Downloaded pin-project-lite v0.2.17
8802026-05-20T16:33:20.532Z Downloaded recursive-proc-macro-impl v0.1.1
8812026-05-20T16:33:20.535Z Downloaded ref-cast-impl v1.0.25
8822026-05-20T16:33:20.535Z Downloaded progenitor-macro v0.14.0
8832026-05-20T16:33:20.535Z Downloaded ref-cast v1.0.25
8842026-05-20T16:33:20.538Z Downloaded progenitor v0.13.0
8852026-05-20T16:33:20.538Z Downloaded peg v0.8.5
8862026-05-20T16:33:20.540Z Downloaded progenitor v0.14.0
8872026-05-20T16:33:20.543Z Downloaded proc-macro-error2 v2.0.1
8882026-05-20T16:33:20.543Z Downloaded psm v0.1.30
8892026-05-20T16:33:20.546Z Downloaded primeorder v0.13.6
8902026-05-20T16:33:20.546Z Downloaded parse-display-derive v0.10.0
8912026-05-20T16:33:20.550Z Downloaded heapless v0.8.0
8922026-05-20T16:33:20.553Z Downloaded async-compression v0.4.41
8932026-05-20T16:33:20.557Z Downloaded progenitor-extras v0.2.0
8942026-05-20T16:33:20.557Z Downloaded progenitor-client v0.13.0
8952026-05-20T16:33:20.557Z Downloaded parking_lot_core v0.9.12
8962026-05-20T16:33:20.560Z Downloaded rustc-hash v2.1.1
8972026-05-20T16:33:20.560Z Downloaded rustc_version v0.4.1
8982026-05-20T16:33:20.560Z Downloaded russh-cryptovec v0.7.3
8992026-05-20T16:33:20.560Z Downloaded rtoolbox v0.0.3
9002026-05-20T16:33:20.563Z Downloaded rfc6979 v0.4.0
9012026-05-20T16:33:20.563Z Downloaded parking_lot v0.11.2
9022026-05-20T16:33:20.563Z Downloaded phf v0.12.1
9032026-05-20T16:33:20.566Z Downloaded phf v0.13.1
9042026-05-20T16:33:20.566Z Downloaded pem-rfc7468 v0.7.0
9052026-05-20T16:33:20.568Z Downloaded hickory-resolver v0.24.4
9062026-05-20T16:33:20.571Z Downloaded pem v3.0.6
9072026-05-20T16:33:20.571Z Downloaded pin-project-internal v1.1.11
9082026-05-20T16:33:20.571Z Downloaded peg-macros v0.8.5
9092026-05-20T16:33:20.574Z Downloaded nu-ansi-term v0.50.3
9102026-05-20T16:33:20.574Z Downloaded rustc_version v0.1.7
9112026-05-20T16:33:20.576Z Downloaded postgres-protocol v0.6.10
9122026-05-20T16:33:20.577Z Downloaded pkcs5 v0.7.1
9132026-05-20T16:33:20.579Z Downloaded rand_chacha v0.9.0
9142026-05-20T16:33:20.579Z Downloaded pkcs1 v0.7.5
9152026-05-20T16:33:20.582Z Downloaded postcard v1.1.3
9162026-05-20T16:33:20.585Z Downloaded rand_chacha v0.3.1
9172026-05-20T16:33:20.585Z Downloaded oso v0.27.3
9182026-05-20T16:33:20.588Z Downloaded progenitor v0.11.2
9192026-05-20T16:33:20.588Z Downloaded scheduled-thread-pool v0.2.7
9202026-05-20T16:33:20.588Z Downloaded salsa20 v0.10.2
9212026-05-20T16:33:20.590Z Downloaded litrs v1.0.0
9222026-05-20T16:33:20.590Z Downloaded libbz2-rs-sys v0.2.2
9232026-05-20T16:33:20.593Z Downloaded password-hash v0.4.2
9242026-05-20T16:33:20.593Z Downloaded expectorate v1.2.0
9252026-05-20T16:33:20.596Z Downloaded sapling-renderdag v0.1.0
9262026-05-20T16:33:20.596Z Downloaded parking_lot v0.12.5
9272026-05-20T16:33:20.600Z Downloaded derive_more-impl v2.1.1
9282026-05-20T16:33:20.603Z Downloaded rand_seeder v0.4.0
9292026-05-20T16:33:20.604Z Downloaded scroll_derive v0.13.1
9302026-05-20T16:33:20.604Z Downloaded rand_core v0.10.0
9312026-05-20T16:33:20.604Z Downloaded scopeguard v1.2.0
9322026-05-20T16:33:20.607Z Downloaded same-file v1.0.6
9332026-05-20T16:33:20.607Z Downloaded papergrid v0.17.0
9342026-05-20T16:33:20.610Z Downloaded heapless v0.7.17
9352026-05-20T16:33:20.613Z Downloaded scrypt v0.11.0
9362026-05-20T16:33:20.613Z Downloaded seq-macro v0.3.6
9372026-05-20T16:33:20.613Z Downloaded semver v0.1.20
9382026-05-20T16:33:20.616Z Downloaded secrecy v0.10.3
9392026-05-20T16:33:20.616Z Downloaded cc v1.2.56
9402026-05-20T16:33:20.618Z Downloaded jiff-static v0.2.21
9412026-05-20T16:33:20.618Z Downloaded resolv-conf v0.7.6
9422026-05-20T16:33:20.621Z Downloaded flate2 v1.1.9
9432026-05-20T16:33:20.624Z Downloaded r2d2 v0.8.10
9442026-05-20T16:33:20.624Z Downloaded quinn-udp v0.5.14
9452026-05-20T16:33:20.627Z Downloaded hashbrown v0.13.2
9462026-05-20T16:33:20.627Z Downloaded parking_lot_core v0.8.6
9472026-05-20T16:33:20.630Z Downloaded linear-map v1.2.0
9482026-05-20T16:33:20.630Z Downloaded serde-big-array v0.5.1
9492026-05-20T16:33:20.633Z Downloaded hickory-resolver v0.25.2
9502026-05-20T16:33:20.636Z Downloaded serde_repr v0.1.20
9512026-05-20T16:33:20.636Z Downloaded serde_urlencoded v0.7.1
9522026-05-20T16:33:20.636Z Downloaded diesel_derives v2.3.7
9532026-05-20T16:33:20.639Z Downloaded sha1 v0.10.6
9542026-05-20T16:33:20.642Z Downloaded serde_spanned v1.0.4
9552026-05-20T16:33:20.642Z Downloaded rand_core v0.6.4
9562026-05-20T16:33:20.645Z Downloaded shell-words v1.1.1
9572026-05-20T16:33:20.645Z Downloaded pin-project v1.1.11
9582026-05-20T16:33:20.650Z Downloaded rustls-pemfile v2.2.0
9592026-05-20T16:33:20.654Z Downloaded signal-hook-tokio v0.3.1
9602026-05-20T16:33:20.654Z Downloaded signal-hook-mio v0.2.5
9612026-05-20T16:33:20.657Z Downloaded rand_core v0.9.5
9622026-05-20T16:33:20.657Z Downloaded rustls-pemfile v1.0.4
9632026-05-20T16:33:20.657Z Downloaded sigpipe v0.1.3
9642026-05-20T16:33:20.657Z Downloaded postgres-types v0.2.12
9652026-05-20T16:33:20.675Z Downloaded openssl-sys v0.9.115
9662026-05-20T16:33:20.675Z Downloaded siphasher v1.0.2
9672026-05-20T16:33:20.675Z Downloaded rusty-fork v0.3.1
9682026-05-20T16:33:20.675Z Downloaded rustls-native-certs v0.8.3
9692026-05-20T16:33:20.675Z Downloaded miniz_oxide v0.8.9
9702026-05-20T16:33:20.675Z Downloaded slog-bunyan v2.5.0
9712026-05-20T16:33:20.676Z Downloaded sec1 v0.7.3
9722026-05-20T16:33:20.676Z Downloaded sct v0.7.1
9732026-05-20T16:33:20.676Z Downloaded slog-envlogger v2.2.0
9742026-05-20T16:33:20.676Z Downloaded scroll v0.13.0
9752026-05-20T16:33:20.676Z Downloaded prefix-trie v0.7.0
9762026-05-20T16:33:20.678Z Downloaded rustversion v1.0.22
9772026-05-20T16:33:20.678Z Downloaded secrecy v0.8.0
9782026-05-20T16:33:20.678Z Downloaded schemars_derive v0.8.22
9792026-05-20T16:33:20.681Z Downloaded p256 v0.13.2
9802026-05-20T16:33:20.681Z Downloaded dropshot-api-manager v0.7.1
9812026-05-20T16:33:20.685Z Downloaded minimal-lexical v0.2.1
9822026-05-20T16:33:20.689Z Downloaded hyper-util v0.1.20
9832026-05-20T16:33:20.693Z Downloaded aes v0.8.4
9842026-05-20T16:33:20.698Z Downloaded progenitor-impl v0.13.0
9852026-05-20T16:33:20.698Z Downloaded serde_plain v1.0.2
9862026-05-20T16:33:20.698Z Downloaded serde_bytes v0.11.19
9872026-05-20T16:33:20.698Z Downloaded serde_derive_internals v0.29.1
9882026-05-20T16:33:20.701Z Downloaded serde-hex v0.1.0
9892026-05-20T16:33:20.701Z Downloaded serde_path_to_error v0.1.20
9902026-05-20T16:33:20.701Z Downloaded sqlparser_derive v0.5.0
9912026-05-20T16:33:20.701Z Downloaded russh-keys v0.45.0
9922026-05-20T16:33:20.703Z Downloaded hashbrown v0.12.3
9932026-05-20T16:33:20.707Z Downloaded ssh-encoding v0.2.0
9942026-05-20T16:33:20.707Z Downloaded ssh-cipher v0.2.0
9952026-05-20T16:33:20.707Z Downloaded hickory-server v0.25.2
9962026-05-20T16:33:20.720Z Downloaded signature v2.2.0
9972026-05-20T16:33:20.723Z Downloaded structmeta v0.3.0
9982026-05-20T16:33:20.725Z Downloaded signal-hook-registry v1.4.8
9992026-05-20T16:33:20.728Z Downloaded slab v0.4.12
10002026-05-20T16:33:20.731Z Downloaded strip-ansi-escapes v0.2.1
10012026-05-20T16:33:20.731Z Downloaded slog-async v2.8.0
10022026-05-20T16:33:20.734Z Downloaded strum v0.26.3
10032026-05-20T16:33:20.734Z Downloaded prettyplease v0.2.37
10042026-05-20T16:33:20.737Z Downloaded simd-adler32 v0.3.8
10052026-05-20T16:33:20.740Z Downloaded strum v0.27.2
10062026-05-20T16:33:20.740Z Downloaded pretty_assertions v1.4.1
10072026-05-20T16:33:20.742Z Downloaded structmeta-derive v0.3.0
10082026-05-20T16:33:20.745Z Downloaded supports-color v3.0.2
10092026-05-20T16:33:20.745Z Downloaded smf v0.2.3
10102026-05-20T16:33:20.745Z Downloaded rustls-pki-types v1.14.0
10112026-05-20T16:33:20.750Z Downloaded sync_wrapper v1.0.2
10122026-05-20T16:33:20.750Z Downloaded sync-ptr v0.1.4
10132026-05-20T16:33:20.750Z Downloaded subtle v2.6.1
10142026-05-20T16:33:20.753Z Downloaded slog-dtrace v0.3.0
10152026-05-20T16:33:20.753Z Downloaded termtree v0.5.1
10162026-05-20T16:33:20.756Z Downloaded rcgen v0.12.1
10172026-05-20T16:33:20.759Z Downloaded tagptr v0.2.0
10182026-05-20T16:33:20.759Z Downloaded tabwriter v1.4.1
10192026-05-20T16:33:20.759Z Downloaded smallvec v0.6.14
10202026-05-20T16:33:20.761Z Downloaded slog-stdlog v4.1.1
10212026-05-20T16:33:20.761Z Downloaded slog-scope v4.4.1
10222026-05-20T16:33:20.761Z Downloaded progenitor-impl v0.14.0
10232026-05-20T16:33:20.764Z Downloaded progenitor-impl v0.11.2
10242026-05-20T16:33:20.764Z Downloaded itertools v0.10.5
10252026-05-20T16:33:20.768Z Downloaded sqlformat v0.3.5
10262026-05-20T16:33:20.770Z Downloaded thread-id v5.1.0
10272026-05-20T16:33:20.770Z Downloaded serde_cbor v0.11.2
10282026-05-20T16:33:20.773Z Downloaded take_mut v0.2.2
10292026-05-20T16:33:20.773Z Downloaded time-core v0.1.8
10302026-05-20T16:33:20.776Z Downloaded snafu-derive v0.8.9
10312026-05-20T16:33:20.776Z Downloaded slog-json v2.6.1
10322026-05-20T16:33:20.779Z Downloaded thiserror-impl-no-std v2.0.2
10332026-05-20T16:33:20.779Z Downloaded spki v0.7.3
10342026-05-20T16:33:20.779Z Downloaded testing_table v0.3.0
10352026-05-20T16:33:20.783Z Downloaded crossterm v0.29.0
10362026-05-20T16:33:20.791Z Downloaded static_assertions v1.1.0
10372026-05-20T16:33:20.795Z Downloaded tinyvec_macros v0.1.1
10382026-05-20T16:33:20.795Z Downloaded stringprep v0.1.5
10392026-05-20T16:33:20.795Z Downloaded string_cache v0.8.9
10402026-05-20T16:33:20.797Z Downloaded stacker v0.1.23
10412026-05-20T16:33:20.800Z Downloaded aes-gcm v0.10.3
10422026-05-20T16:33:20.803Z Downloaded strum_macros v0.26.4
10432026-05-20T16:33:20.806Z Downloaded rustls-platform-verifier v0.6.2
10442026-05-20T16:33:20.809Z Downloaded tokio-macros v2.7.0
10452026-05-20T16:33:20.811Z Downloaded mio v1.2.0
10462026-05-20T16:33:20.814Z Downloaded strum_macros v0.24.3
10472026-05-20T16:33:20.814Z Downloaded shlex v1.3.0
10482026-05-20T16:33:20.817Z Downloaded tap v1.0.1
10492026-05-20T16:33:20.817Z Downloaded support-bundle-viewer v0.1.2
10502026-05-20T16:33:20.817Z Downloaded ryu v1.0.23
10512026-05-20T16:33:20.820Z Downloaded http v1.4.0
10522026-05-20T16:33:20.823Z Downloaded termios v0.3.3
10532026-05-20T16:33:20.826Z Downloaded hashbrown v0.15.5
10542026-05-20T16:33:20.828Z Downloaded topological-sort v0.2.2
10552026-05-20T16:33:20.828Z Downloaded qorb v0.4.1
10562026-05-20T16:33:20.831Z Downloaded strum_macros v0.27.2
10572026-05-20T16:33:20.834Z Downloaded slog-term v2.9.2
10582026-05-20T16:33:20.837Z Downloaded num-bigint v0.4.6
10592026-05-20T16:33:20.837Z Downloaded nom v7.1.3
10602026-05-20T16:33:20.841Z Downloaded tower-layer v0.3.3
10612026-05-20T16:33:20.846Z Downloaded time-macros v0.2.27
10622026-05-20T16:33:20.846Z Downloaded trait-variant v0.1.2
10632026-05-20T16:33:20.846Z Downloaded publicsuffix v2.3.0
10642026-05-20T16:33:20.850Z Downloaded spin v0.9.8
10652026-05-20T16:33:20.850Z Downloaded try-lock v0.2.5
10662026-05-20T16:33:20.850Z Downloaded tokio-dtrace v0.1.1
10672026-05-20T16:33:20.853Z Downloaded tower-service v0.3.3
10682026-05-20T16:33:20.853Z Downloaded tabled_derive v0.11.0
10692026-05-20T16:33:20.853Z Downloaded quinn v0.11.9
10702026-05-20T16:33:20.853Z Downloaded libxml v0.3.3
10712026-05-20T16:33:20.857Z Downloaded thiserror-no-std v2.0.2
10722026-05-20T16:33:20.859Z Downloaded tls_codec_derive v0.4.2
10732026-05-20T16:33:20.862Z Downloaded rand v0.8.6
10742026-05-20T16:33:20.865Z Downloaded serde_yaml v0.9.34+deprecated
10752026-05-20T16:33:20.865Z Downloaded tokio-native-tls v0.3.1
10762026-05-20T16:33:20.868Z Downloaded tls_codec v0.4.2
10772026-05-20T16:33:20.868Z Downloaded serde_with_macros v3.17.0
10782026-05-20T16:33:20.871Z Downloaded thread_local v1.1.9
10792026-05-20T16:33:20.873Z Downloaded tiny-keccak v2.0.2
10802026-05-20T16:33:20.876Z Downloaded signal-hook v0.3.18
10812026-05-20T16:33:20.876Z Downloaded unicode-truncate v1.1.0
10822026-05-20T16:33:20.879Z Downloaded typify-macro v0.6.2
10832026-05-20T16:33:20.879Z Downloaded rayon-core v1.13.0
10842026-05-20T16:33:20.882Z Downloaded tokio-rustls v0.25.0
10852026-05-20T16:33:20.882Z Downloaded similar v2.7.0
10862026-05-20T16:33:20.884Z Downloaded unarray v0.1.4
10872026-05-20T16:33:20.887Z Downloaded unit-prefix v0.5.2
10882026-05-20T16:33:20.887Z Downloaded schemars v0.8.22
10892026-05-20T16:33:20.894Z Downloaded utf-8 v0.7.6
10902026-05-20T16:33:20.897Z Downloaded usdt v0.6.0
10912026-05-20T16:33:20.897Z Downloaded slog v2.8.2
10922026-05-20T16:33:20.900Z Downloaded tokio-tungstenite v0.23.1
10932026-05-20T16:33:20.900Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10942026-05-20T16:33:20.903Z Downloaded hashbrown v0.16.1
10952026-05-20T16:33:20.906Z Downloaded usdt-attr-macro v0.6.0
10962026-05-20T16:33:20.906Z Downloaded num-bigint-dig v0.8.6
10972026-05-20T16:33:20.909Z Downloaded untrusted v0.7.1
10982026-05-20T16:33:20.909Z Downloaded term v1.2.1
10992026-05-20T16:33:20.911Z Downloaded toml_writer v1.0.6+spec-1.1.0
11002026-05-20T16:33:20.911Z Downloaded typify-macro v0.4.3
11012026-05-20T16:33:20.911Z Downloaded universal-hash v0.5.1
11022026-05-20T16:33:20.915Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11032026-05-20T16:33:20.915Z Downloaded tokio-tungstenite v0.21.0
11042026-05-20T16:33:20.918Z Downloaded untrusted v0.9.0
11052026-05-20T16:33:20.918Z Downloaded term v0.7.0
11062026-05-20T16:33:20.918Z Downloaded tui-tree-widget v0.23.1
11072026-05-20T16:33:20.921Z Downloaded ron v0.8.1
11082026-05-20T16:33:20.924Z Downloaded socket2 v0.6.3
11092026-05-20T16:33:20.924Z Downloaded socket2 v0.5.10
11102026-05-20T16:33:20.926Z Downloaded futures-util v0.3.32
11112026-05-20T16:33:20.931Z Downloaded rsa v0.9.10
11122026-05-20T16:33:20.934Z Downloaded wait-timeout v0.2.1
11132026-05-20T16:33:20.936Z Downloaded waitgroup v0.1.2
11142026-05-20T16:33:20.936Z Downloaded itertools v0.13.0
11152026-05-20T16:33:20.940Z Downloaded tokio-rustls v0.24.1
11162026-05-20T16:33:20.942Z Downloaded want v0.3.1
11172026-05-20T16:33:20.942Z Downloaded void v1.0.2
11182026-05-20T16:33:20.942Z Downloaded iri-string v0.7.10
11192026-05-20T16:33:20.946Z Downloaded rand v0.10.0
11202026-05-20T16:33:20.953Z Downloaded xattr v1.6.1
11212026-05-20T16:33:20.957Z Downloaded tokio-rustls v0.26.4
11222026-05-20T16:33:20.961Z Downloaded unicase v2.9.0
11232026-05-20T16:33:20.961Z Downloaded tokio-stream v0.1.18
11242026-05-20T16:33:20.964Z Downloaded schemars v0.9.0
11252026-05-20T16:33:20.971Z Downloaded zeroize_derive v1.4.3
11262026-05-20T16:33:20.973Z Downloaded xshell-macros v0.2.7
11272026-05-20T16:33:20.974Z Downloaded samael v0.0.19
11282026-05-20T16:33:20.976Z Downloaded zone v0.3.1
11292026-05-20T16:33:20.976Z Downloaded usdt-impl v0.6.0
11302026-05-20T16:33:20.979Z Downloaded iddqd v0.4.1
11312026-05-20T16:33:20.982Z Downloaded zone_cfg_derive v0.3.1
11322026-05-20T16:33:20.982Z Downloaded rustls-webpki v0.103.9
11332026-05-20T16:33:20.985Z Downloaded hkdf v0.12.4
11342026-05-20T16:33:20.988Z Downloaded toml_parser v1.0.9+spec-1.1.0
11352026-05-20T16:33:20.988Z Downloaded usdt-macro v0.6.0
11362026-05-20T16:33:20.988Z Downloaded itertools v0.14.0
11372026-05-20T16:33:20.992Z Downloaded test-strategy v0.4.5
11382026-05-20T16:33:20.995Z Downloaded tracing-attributes v0.1.31
11392026-05-20T16:33:20.998Z Downloaded itertools v0.12.1
11402026-05-20T16:33:21.002Z Downloaded snafu v0.8.9
11412026-05-20T16:33:21.004Z Downloaded uzers v0.12.2
11422026-05-20T16:33:21.007Z Downloaded vergen-lib v0.1.6
11432026-05-20T16:33:21.010Z Downloaded hyper v1.8.1
11442026-05-20T16:33:21.013Z Downloaded vsss-rs v3.3.4
11452026-05-20T16:33:21.013Z Downloaded vergen-gitcl v1.0.8
11462026-05-20T16:33:21.015Z Downloaded twox-hash v2.1.2
11472026-05-20T16:33:21.016Z Downloaded rand v0.9.2
11482026-05-20T16:33:21.018Z Downloaded p521 v0.13.3
11492026-05-20T16:33:21.021Z Downloaded vergen-git2 v9.1.0
11502026-05-20T16:33:21.024Z Downloaded tinyvec v1.10.0
11512026-05-20T16:33:21.026Z Downloaded whoami v2.1.0
11522026-05-20T16:33:21.026Z Downloaded whoami v1.6.1
11532026-05-20T16:33:21.029Z Downloaded xshell v0.2.7
11542026-05-20T16:33:21.029Z Downloaded wyz v0.5.1
11552026-05-20T16:33:21.029Z Downloaded unicode-properties v0.1.4
11562026-05-20T16:33:21.032Z Downloaded vergen-lib v9.1.0
11572026-05-20T16:33:21.034Z Downloaded toml v0.7.8
11582026-05-20T16:33:21.040Z Downloaded tar v0.4.45
11592026-05-20T16:33:21.042Z Downloaded zstd v0.13.3
11602026-05-20T16:33:21.045Z Downloaded zeroize v1.8.2
11612026-05-20T16:33:21.045Z Downloaded subprocess v0.2.15
11622026-05-20T16:33:21.048Z Downloaded blake3 v1.8.3
11632026-05-20T16:33:21.051Z Downloaded zstd-safe v7.2.4
11642026-05-20T16:33:21.054Z Downloaded bitvec v1.0.1
11652026-05-20T16:33:21.061Z Downloaded vergen v9.1.0
11662026-05-20T16:33:21.064Z Downloaded h2 v0.4.13
11672026-05-20T16:33:21.068Z Downloaded schemars v1.2.1
11682026-05-20T16:33:21.076Z Downloaded walkdir v2.5.0
11692026-05-20T16:33:21.079Z Downloaded unicode-bidi v0.3.18
11702026-05-20T16:33:21.081Z Downloaded unsafe-libyaml v0.2.11
11712026-05-20T16:33:21.082Z Downloaded toml v1.0.6+spec-1.1.0
11722026-05-20T16:33:21.084Z Downloaded aho-corasick v1.1.4
11732026-05-20T16:33:21.087Z Downloaded yasna v0.5.2
11742026-05-20T16:33:21.090Z Downloaded typify v0.6.2
11752026-05-20T16:33:21.092Z Downloaded typify v0.4.3
11762026-05-20T16:33:21.095Z Downloaded russh v0.45.0
11772026-05-20T16:33:21.098Z Downloaded aws-lc-rs v1.16.3
11782026-05-20T16:33:21.102Z Downloaded toml_edit v0.23.10+spec-1.0.0
11792026-05-20T16:33:21.105Z Downloaded rpassword v7.4.0
11802026-05-20T16:33:21.107Z Downloaded steno v0.4.1
11812026-05-20T16:33:21.110Z Downloaded libm v0.2.16
11822026-05-20T16:33:21.113Z Downloaded tungstenite v0.21.0
11832026-05-20T16:33:21.116Z Downloaded tungstenite v0.23.0
11842026-05-20T16:33:21.120Z Downloaded tracing-core v0.1.36
11852026-05-20T16:33:21.123Z Downloaded tokio-postgres v0.7.16
11862026-05-20T16:33:21.125Z Downloaded zerocopy v0.6.6
11872026-05-20T16:33:21.125Z Downloaded vte v0.14.1
11882026-05-20T16:33:21.134Z Downloaded uuid v1.23.0
11892026-05-20T16:33:21.136Z Downloaded rustyline v14.0.0
11902026-05-20T16:33:21.139Z Downloaded reedline v0.40.0
11912026-05-20T16:33:21.143Z Downloaded zopfli v0.8.3
11922026-05-20T16:33:21.148Z Downloaded ssh-key v0.6.7
11932026-05-20T16:33:21.152Z Downloaded p384 v0.13.1
11942026-05-20T16:33:21.162Z Downloaded unicode_categories v0.1.1
11952026-05-20T16:33:21.164Z Downloaded zip v0.6.6
11962026-05-20T16:33:21.168Z Downloaded chrono v0.4.44
11972026-05-20T16:33:21.182Z Downloaded yansi v1.0.1
11982026-05-20T16:33:21.189Z Downloaded toml_edit v0.19.15
11992026-05-20T16:33:21.197Z Downloaded reqwest v0.13.2
12002026-05-20T16:33:21.200Z Downloaded git2 v0.20.4
12012026-05-20T16:33:21.207Z Downloaded regex v1.12.3
12022026-05-20T16:33:21.209Z Downloaded portable-atomic v1.13.1
12032026-05-20T16:33:21.213Z Downloaded bindgen v0.71.1
12042026-05-20T16:33:21.220Z Downloaded rustls-webpki v0.101.7
12052026-05-20T16:33:21.228Z Downloaded zerocopy-derive v0.8.40
12062026-05-20T16:33:21.234Z Downloaded unicode-segmentation v1.12.0
12072026-05-20T16:33:21.236Z Downloaded rayon v1.11.0
12082026-05-20T16:33:21.241Z Downloaded tower v0.5.3
12092026-05-20T16:33:21.246Z Downloaded reqwest v0.12.28
12102026-05-20T16:33:21.249Z Downloaded salty v0.3.0
12112026-05-20T16:33:21.253Z Downloaded typed-path v0.9.3
12122026-05-20T16:33:21.257Z Downloaded tokio-util v0.7.18
12132026-05-20T16:33:21.261Z Downloaded x509-cert v0.2.5
12142026-05-20T16:33:21.268Z Downloaded goblin v0.10.5
12152026-05-20T16:33:21.272Z Downloaded quick-xml v0.37.5
12162026-05-20T16:33:21.275Z Downloaded proptest v1.10.0
12172026-05-20T16:33:21.278Z Downloaded rustls-webpki v0.102.8
12182026-05-20T16:33:21.289Z Downloaded unicode-normalization v0.1.25
12192026-05-20T16:33:21.292Z Downloaded moka v0.12.13
12202026-05-20T16:33:21.297Z Downloaded lalrpop v0.19.12
12212026-05-20T16:33:21.302Z Downloaded zip v4.6.1
12222026-05-20T16:33:21.305Z Downloaded petname v2.0.2
12232026-05-20T16:33:21.308Z Downloaded serde_with v3.17.0
12242026-05-20T16:33:21.315Z Downloaded tower-http v0.6.8
12252026-05-20T16:33:21.320Z Downloaded tough v0.22.0
12262026-05-20T16:33:21.325Z Downloaded object v0.30.4
12272026-05-20T16:33:21.347Z Downloaded quinn-proto v0.11.13
12282026-05-20T16:33:21.365Z Downloaded winnow v0.5.40
12292026-05-20T16:33:21.372Z Downloaded polar-core v0.27.3
12302026-05-20T16:33:21.380Z Downloaded winnow v0.6.26
12312026-05-20T16:33:21.385Z Downloaded nix v0.27.1
12322026-05-20T16:33:21.393Z Downloaded bstr v1.12.1
12332026-05-20T16:33:21.399Z Downloaded radix_trie v0.2.1
12342026-05-20T16:33:21.403Z Downloaded openssl v0.10.79
12352026-05-20T16:33:21.409Z Downloaded curve25519-dalek v4.1.3
12362026-05-20T16:33:21.419Z Downloaded time v0.3.47
12372026-05-20T16:33:21.427Z Downloaded tabled v0.20.0
12382026-05-20T16:33:21.437Z Downloaded zlib-rs v0.6.2
12392026-05-20T16:33:21.442Z Downloaded nix v0.31.2
12402026-05-20T16:33:21.449Z Downloaded diesel v2.3.7
12412026-05-20T16:33:21.460Z Downloaded vcpkg v0.2.15
12422026-05-20T16:33:21.482Z Downloaded webpki-roots v1.0.6
12432026-05-20T16:33:21.485Z Downloaded regress v0.10.5
12442026-05-20T16:33:21.490Z Downloaded rustls v0.22.4
12452026-05-20T16:33:21.499Z Downloaded object v0.37.3
12462026-05-20T16:33:21.506Z Downloaded hickory-proto v0.25.2
12472026-05-20T16:33:21.514Z Downloaded zerocopy v0.8.40
12482026-05-20T16:33:21.520Z Downloaded openapiv3 v2.2.0
12492026-05-20T16:33:21.527Z Downloaded smoltcp v0.11.0
12502026-05-20T16:33:21.534Z Downloaded regress v0.11.1
12512026-05-20T16:33:21.539Z Downloaded rustls v0.23.37
12522026-05-20T16:33:21.546Z Downloaded regex-syntax v0.8.10
12532026-05-20T16:33:21.550Z Downloaded hickory-proto v0.24.4
12542026-05-20T16:33:21.559Z Downloaded rustix v0.38.44
12552026-05-20T16:33:21.572Z Downloaded dropshot v0.17.0
12562026-05-20T16:33:21.585Z Downloaded smoltcp v0.9.1
12572026-05-20T16:33:21.591Z Downloaded rustls v0.21.12
12582026-05-20T16:33:21.597Z Downloaded regex-syntax v0.6.29
12592026-05-20T16:33:21.601Z Downloaded ratatui v0.29.0
12602026-05-20T16:33:21.613Z Downloaded nix v0.28.0
12612026-05-20T16:33:21.621Z Downloaded sqlparser v0.61.0
12622026-05-20T16:33:21.659Z Downloaded sled v0.34.7
12632026-05-20T16:33:21.665Z Downloaded zerocopy-derive v0.6.6
12642026-05-20T16:33:21.673Z Downloaded typify-impl v0.6.2
12652026-05-20T16:33:21.681Z Downloaded tracing v0.1.44
12662026-05-20T16:33:21.693Z Downloaded typify-impl v0.4.3
12672026-05-20T16:33:21.702Z Downloaded bzip2-sys v0.1.13+1.0.8
12682026-05-20T16:33:21.709Z Downloaded petgraph v0.6.5
12692026-05-20T16:33:21.722Z Downloaded regex-automata v0.4.14
12702026-05-20T16:33:21.728Z Downloaded csv v1.4.0
12712026-05-20T16:33:21.748Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12722026-05-20T16:33:21.758Z Downloaded jiff v0.2.21
12732026-05-20T16:33:21.776Z Downloaded petgraph v0.8.3
12742026-05-20T16:33:21.789Z Downloaded chrono-tz v0.10.4
12752026-05-20T16:33:21.799Z Downloaded tokio v1.52.1
12762026-05-20T16:33:21.823Z Downloaded libz-sys v1.1.24
12772026-05-20T16:33:21.842Z Downloaded sha3 v0.10.8
12782026-05-20T16:33:21.871Z Downloaded encoding_rs v0.8.35
12792026-05-20T16:33:21.898Z Downloaded ring v0.17.14
12802026-05-20T16:33:21.930Z Downloaded libgit2-sys v0.18.3+1.9.2
12812026-05-20T16:33:22.423Z Downloaded aws-lc-sys v0.40.0
12822026-05-20T16:33:22.677Z Compiling libc v0.2.185
12832026-05-20T16:33:22.677Z Compiling serde v1.0.228
12842026-05-20T16:33:22.680Z Compiling log v0.4.29
12852026-05-20T16:33:22.680Z Compiling shlex v1.3.0
12862026-05-20T16:33:22.680Z Compiling find-msvc-tools v0.1.9
12872026-05-20T16:33:22.680Z Compiling smallvec v1.15.1
12882026-05-20T16:33:22.680Z Compiling typenum v1.19.0
12892026-05-20T16:33:22.680Z Compiling subtle v2.6.1
12902026-05-20T16:33:22.828Z Compiling generic-array v0.14.7
12912026-05-20T16:33:22.840Z Compiling scopeguard v1.2.0
12922026-05-20T16:33:22.862Z Compiling const-oid v0.9.6
12932026-05-20T16:33:22.914Z Compiling serde_json v1.0.149
12942026-05-20T16:33:22.938Z Compiling syn v2.0.117
12952026-05-20T16:33:22.943Z Compiling zerocopy v0.8.40
12962026-05-20T16:33:22.943Z Compiling pin-project-lite v0.2.17
12972026-05-20T16:33:22.953Z Compiling portable-atomic v1.13.1
12982026-05-20T16:33:23.032Z Compiling lock_api v0.4.14
12992026-05-20T16:33:23.069Z Compiling parking_lot_core v0.9.12
13002026-05-20T16:33:23.089Z Compiling pkg-config v0.3.32
13012026-05-20T16:33:23.109Z Compiling bitflags v2.11.0
13022026-05-20T16:33:23.121Z Compiling futures-core v0.3.32
13032026-05-20T16:33:23.133Z Compiling libm v0.2.16
13042026-05-20T16:33:23.161Z Compiling critical-section v1.2.0
13052026-05-20T16:33:23.193Z Compiling num-traits v0.2.19
13062026-05-20T16:33:23.238Z Compiling percent-encoding v2.3.2
13072026-05-20T16:33:23.299Z Compiling futures-sink v0.3.32
13082026-05-20T16:33:23.328Z Compiling slab v0.4.12
13092026-05-20T16:33:23.328Z Compiling futures-io v0.3.32
13102026-05-20T16:33:23.372Z Compiling futures-task v0.3.32
13112026-05-20T16:33:23.389Z Compiling getrandom v0.4.1
13122026-05-20T16:33:23.423Z Compiling futures-channel v0.3.32
13132026-05-20T16:33:23.461Z Compiling cpufeatures v0.2.17
13142026-05-20T16:33:23.520Z Compiling rand_core v0.10.0
13152026-05-20T16:33:23.530Z Compiling indexmap v2.14.0
13162026-05-20T16:33:23.558Z Compiling rustversion v1.0.22
13172026-05-20T16:33:23.562Z Compiling getrandom v0.3.4
13182026-05-20T16:33:23.562Z Compiling form_urlencoded v1.2.2
13192026-05-20T16:33:23.599Z Compiling fs_extra v1.3.0
13202026-05-20T16:33:23.669Z Compiling dunce v1.0.5
13212026-05-20T16:33:23.683Z Compiling base64ct v1.8.3
13222026-05-20T16:33:23.698Z Compiling ident_case v1.0.1
13232026-05-20T16:33:23.711Z Compiling rustix v1.1.3
13242026-05-20T16:33:23.765Z Compiling getrandom v0.2.17
13252026-05-20T16:33:23.781Z Compiling jobserver v0.1.34
13262026-05-20T16:33:23.785Z Compiling errno v0.3.14
13272026-05-20T16:33:23.856Z Compiling mio v1.2.0
13282026-05-20T16:33:23.895Z Compiling socket2 v0.6.3
13292026-05-20T16:33:23.934Z Compiling rand_core v0.6.4
13302026-05-20T16:33:23.967Z Compiling signal-hook-registry v1.4.8
13312026-05-20T16:33:24.002Z Compiling cc v1.2.56
13322026-05-20T16:33:24.088Z Compiling parking_lot v0.12.5
13332026-05-20T16:33:24.101Z Compiling once_cell v1.21.3
13342026-05-20T16:33:24.163Z Compiling pem-rfc7468 v0.7.0
13352026-05-20T16:33:24.178Z Compiling regex-syntax v0.8.10
13362026-05-20T16:33:24.201Z Compiling iana-time-zone v0.1.65
13372026-05-20T16:33:24.251Z Compiling flagset v0.4.7
13382026-05-20T16:33:24.279Z Compiling aws-lc-rs v1.16.3
13392026-05-20T16:33:24.377Z Compiling vcpkg v0.2.15
13402026-05-20T16:33:24.393Z Compiling tracing-core v0.1.36
13412026-05-20T16:33:24.409Z Compiling uuid v1.23.0
13422026-05-20T16:33:24.438Z Compiling rustc_version v0.4.1
13432026-05-20T16:33:24.474Z Compiling base64 v0.22.1
13442026-05-20T16:33:24.493Z Compiling openssl-probe v0.2.1
13452026-05-20T16:33:24.507Z Compiling untrusted v0.7.1
13462026-05-20T16:33:24.619Z Compiling rand_core v0.9.5
13472026-05-20T16:33:24.659Z Compiling tinyvec_macros v0.1.1
13482026-05-20T16:33:24.701Z Compiling untrusted v0.9.0
13492026-05-20T16:33:24.715Z Compiling httparse v1.10.1
13502026-05-20T16:33:24.732Z Compiling tinyvec v1.10.0
13512026-05-20T16:33:24.772Z Compiling aho-corasick v1.1.4
13522026-05-20T16:33:24.787Z Compiling cmake v0.1.57
13532026-05-20T16:33:24.823Z Compiling tower-service v0.3.3
13542026-05-20T16:33:24.838Z Compiling rustls v0.23.37
13552026-05-20T16:33:24.852Z Compiling atomic-waker v1.1.2
13562026-05-20T16:33:24.942Z Compiling tower-layer v0.3.3
13572026-05-20T16:33:24.953Z Compiling dyn-clone v1.0.20
13582026-05-20T16:33:24.999Z Compiling try-lock v0.2.5
13592026-05-20T16:33:25.017Z Compiling schemars v0.8.22
13602026-05-20T16:33:25.031Z Compiling openssl v0.10.79
13612026-05-20T16:33:25.044Z Compiling pin-utils v0.1.0
13622026-05-20T16:33:25.114Z Compiling want v0.3.1
13632026-05-20T16:33:25.117Z Compiling httpdate v1.0.3
13642026-05-20T16:33:25.144Z Compiling foreign-types-shared v0.1.1
13652026-05-20T16:33:25.147Z Compiling unicode-normalization v0.1.25
13662026-05-20T16:33:25.147Z Compiling spin v0.9.8
13672026-05-20T16:33:25.201Z Compiling time-core v0.1.8
13682026-05-20T16:33:25.204Z Compiling powerfmt v0.2.0
13692026-05-20T16:33:25.233Z Compiling foreign-types v0.3.2
13702026-05-20T16:33:25.247Z Compiling native-tls v0.2.18
13712026-05-20T16:33:25.281Z Compiling num-conv v0.2.0
13722026-05-20T16:33:25.296Z Compiling crc32fast v1.5.0
13732026-05-20T16:33:25.308Z Compiling wait-timeout v0.2.1
13742026-05-20T16:33:25.323Z Compiling sync_wrapper v1.0.2
13752026-05-20T16:33:25.371Z Compiling deranged v0.5.8
13762026-05-20T16:33:25.371Z Compiling siphasher v1.0.2
13772026-05-20T16:33:25.409Z Compiling simd-adler32 v0.3.8
13782026-05-20T16:33:25.429Z Compiling time-macros v0.2.27
13792026-05-20T16:33:25.448Z Compiling num_threads v0.1.7
13802026-05-20T16:33:25.448Z Compiling crossbeam-utils v0.8.21
13812026-05-20T16:33:25.481Z Compiling tempfile v3.25.0
13822026-05-20T16:33:25.521Z Compiling quick-error v1.2.3
13832026-05-20T16:33:25.564Z Compiling bit-vec v0.8.0
13842026-05-20T16:33:25.604Z Compiling syn v1.0.109
13852026-05-20T16:33:25.604Z Compiling usdt-impl v0.6.0
13862026-05-20T16:33:25.659Z Compiling heapless v0.7.17
13872026-05-20T16:33:25.675Z Compiling rand_xorshift v0.4.0
13882026-05-20T16:33:25.691Z Compiling slog v2.8.2
13892026-05-20T16:33:25.707Z Compiling aws-lc-sys v0.40.0
13902026-05-20T16:33:25.771Z Compiling ring v0.17.14
13912026-05-20T16:33:25.794Z Compiling openssl-sys v0.9.115
13922026-05-20T16:33:25.822Z Compiling regex-automata v0.4.14
13932026-05-20T16:33:25.853Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13942026-05-20T16:33:25.900Z Compiling bit-set v0.8.0
13952026-05-20T16:33:25.915Z Compiling rusty-fork v0.3.1
13962026-05-20T16:33:25.919Z Compiling bzip2-sys v0.1.13+1.0.8
13972026-05-20T16:33:25.947Z Compiling synstructure v0.13.2
13982026-05-20T16:33:25.947Z Compiling serde_derive_internals v0.29.1
13992026-05-20T16:33:25.976Z Compiling pest_generator v2.8.6
14002026-05-20T16:33:26.113Z Compiling darling_core v0.20.11
14012026-05-20T16:33:26.300Z Compiling darling_core v0.21.3
14022026-05-20T16:33:26.343Z Compiling thread-id v5.1.0
14032026-05-20T16:33:26.443Z Compiling cookie v0.18.1
14042026-05-20T16:33:26.457Z Compiling unarray v0.1.4
14052026-05-20T16:33:26.622Z Compiling paste v1.0.15
14062026-05-20T16:33:26.625Z Compiling time v0.3.47
14072026-05-20T16:33:26.625Z Compiling signal-hook v0.3.18
14082026-05-20T16:33:26.664Z Compiling zstd-safe v7.2.4
14092026-05-20T16:33:26.668Z Compiling adler2 v2.0.1
14102026-05-20T16:33:26.720Z Compiling allocator-api2 v0.2.21
14112026-05-20T16:33:26.750Z Compiling unicode-properties v0.1.4
14122026-05-20T16:33:26.809Z Compiling unicode-bidi v0.3.18
14132026-05-20T16:33:26.845Z Compiling iri-string v0.7.10
14142026-05-20T16:33:26.899Z Compiling anyhow v1.0.102
14152026-05-20T16:33:26.919Z Compiling ryu v1.0.23
14162026-05-20T16:33:26.999Z Compiling miniz_oxide v0.8.9
14172026-05-20T16:33:27.152Z Compiling stringprep v0.1.5
14182026-05-20T16:33:27.366Z Compiling num-integer v0.1.46
14192026-05-20T16:33:27.466Z Compiling curve25519-dalek v4.1.3
14202026-05-20T16:33:27.630Z Compiling vergen-lib v9.1.0
14212026-05-20T16:33:27.682Z Compiling ff v0.13.1
14222026-05-20T16:33:27.685Z Compiling hash32 v0.2.1
14232026-05-20T16:33:27.774Z Compiling memoffset v0.9.1
14242026-05-20T16:33:27.792Z Compiling serde_derive v1.0.228
14252026-05-20T16:33:27.826Z Compiling zeroize_derive v1.4.3
14262026-05-20T16:33:27.839Z Compiling zerofrom-derive v0.1.6
14272026-05-20T16:33:27.843Z Compiling yoke-derive v0.8.1
14282026-05-20T16:33:27.869Z Compiling zerovec-derive v0.11.2
14292026-05-20T16:33:27.901Z Compiling zerocopy-derive v0.8.40
14302026-05-20T16:33:27.985Z Compiling displaydoc v0.2.5
14312026-05-20T16:33:28.323Z Compiling tokio-macros v2.7.0
14322026-05-20T16:33:28.418Z Compiling futures-macro v0.3.32
14332026-05-20T16:33:28.482Z Compiling der_derive v0.7.3
14342026-05-20T16:33:28.517Z Compiling zeroize v1.8.2
14352026-05-20T16:33:28.775Z Compiling rustls-pki-types v1.14.0
14362026-05-20T16:33:28.950Z Compiling thiserror-impl v2.0.18
14372026-05-20T16:33:29.050Z Compiling tracing-attributes v0.1.31
14382026-05-20T16:33:29.086Z Compiling pest_derive v2.8.6
14392026-05-20T16:33:29.102Z Compiling schemars_derive v0.8.22
14402026-05-20T16:33:29.277Z Compiling crypto-common v0.1.7
14412026-05-20T16:33:29.293Z Compiling block-buffer v0.10.4
14422026-05-20T16:33:29.311Z Compiling zerofrom v0.1.6
14432026-05-20T16:33:29.328Z Compiling futures-util v0.3.32
14442026-05-20T16:33:29.448Z Compiling yoke v0.8.1
14452026-05-20T16:33:29.464Z Compiling digest v0.10.7
14462026-05-20T16:33:29.499Z Compiling block-padding v0.3.3
14472026-05-20T16:33:29.507Z Compiling der v0.7.10
14482026-05-20T16:33:29.565Z Compiling scroll_derive v0.13.1
14492026-05-20T16:33:29.651Z Compiling zerovec v0.11.5
14502026-05-20T16:33:29.671Z Compiling zerotrie v0.2.3
14512026-05-20T16:33:29.744Z Compiling hmac v0.12.1
14522026-05-20T16:33:29.919Z Compiling inout v0.1.4
14532026-05-20T16:33:29.988Z Compiling sha2 v0.10.9
14542026-05-20T16:33:30.129Z Compiling tinystr v0.8.2
14552026-05-20T16:33:30.144Z Compiling potential_utf v0.1.4
14562026-05-20T16:33:30.203Z Compiling cipher v0.4.4
14572026-05-20T16:33:30.333Z Compiling icu_locale_core v2.1.1
14582026-05-20T16:33:30.362Z Compiling icu_collections v2.1.1
14592026-05-20T16:33:30.402Z Compiling spki v0.7.3
14602026-05-20T16:33:30.452Z Compiling salsa20 v0.10.2
14612026-05-20T16:33:30.477Z Compiling pbkdf2 v0.12.2
14622026-05-20T16:33:30.492Z Compiling tracing v0.1.44
14632026-05-20T16:33:30.496Z Compiling cbc v0.1.2
14642026-05-20T16:33:30.522Z Compiling aes v0.8.4
14652026-05-20T16:33:30.607Z Compiling scrypt v0.11.0
14662026-05-20T16:33:30.622Z Compiling thiserror v2.0.18
14672026-05-20T16:33:30.679Z Compiling scroll v0.13.0
14682026-05-20T16:33:30.744Z Compiling darling_macro v0.20.11
14692026-05-20T16:33:30.791Z Compiling openssl-macros v0.1.1
14702026-05-20T16:33:30.794Z Compiling rustls-native-certs v0.8.3
14712026-05-20T16:33:30.883Z Compiling dtrace-parser v0.3.0
14722026-05-20T16:33:30.897Z Compiling signature v2.2.0
14732026-05-20T16:33:30.964Z Compiling icu_provider v2.1.1
14742026-05-20T16:33:31.038Z Compiling pkcs5 v0.7.1
14752026-05-20T16:33:31.098Z Compiling goblin v0.10.5
14762026-05-20T16:33:31.118Z Compiling webpki-roots v1.0.6
14772026-05-20T16:33:31.215Z Compiling icu_normalizer v2.1.1
14782026-05-20T16:33:31.244Z Compiling icu_properties v2.1.2
14792026-05-20T16:33:31.260Z Compiling darling v0.20.11
14802026-05-20T16:33:31.290Z Compiling thiserror-impl v1.0.69
14812026-05-20T16:33:31.366Z Compiling bytes v1.11.1
14822026-05-20T16:33:31.417Z Compiling chrono v0.4.44
14832026-05-20T16:33:31.432Z Compiling pkcs8 v0.10.2
14842026-05-20T16:33:31.547Z Compiling ipnet v2.11.0
14852026-05-20T16:33:31.605Z Compiling derive_builder_core v0.20.2
14862026-05-20T16:33:31.681Z Compiling scroll_derive v0.12.1
14872026-05-20T16:33:31.710Z Compiling serde_tokenstream v0.2.3
14882026-05-20T16:33:31.761Z Compiling serde_urlencoded v0.7.1
14892026-05-20T16:33:31.777Z Compiling serde_spanned v0.6.9
14902026-05-20T16:33:31.941Z Compiling tokio v1.52.1
14912026-05-20T16:33:31.998Z Compiling http v1.4.0
14922026-05-20T16:33:32.026Z Compiling toml_datetime v0.6.11
14932026-05-20T16:33:32.050Z Compiling erased-serde v0.3.31
14942026-05-20T16:33:32.083Z Compiling md-5 v0.10.6
14952026-05-20T16:33:32.275Z Compiling idna_adapter v1.2.1
14962026-05-20T16:33:32.301Z Compiling darling_macro v0.21.3
14972026-05-20T16:33:32.375Z Compiling idna v1.1.0
14982026-05-20T16:33:32.375Z Compiling ppv-lite86 v0.2.21
14992026-05-20T16:33:32.417Z Compiling scroll v0.12.0
15002026-05-20T16:33:32.477Z Compiling bstr v1.12.1
15012026-05-20T16:33:32.560Z Compiling derive_builder_macro v0.20.2
15022026-05-20T16:33:32.615Z Compiling pin-project-internal v1.1.11
15032026-05-20T16:33:32.629Z Compiling zerocopy-derive v0.7.35
15042026-05-20T16:33:32.664Z Compiling thiserror v1.0.69
15052026-05-20T16:33:32.733Z Compiling rand_chacha v0.9.0
15062026-05-20T16:33:32.762Z Compiling url v2.5.8
15072026-05-20T16:33:32.777Z Compiling http-body v1.0.1
15082026-05-20T16:33:32.877Z Compiling rand_chacha v0.3.1
15092026-05-20T16:33:32.908Z Compiling http-body-util v0.1.3
15102026-05-20T16:33:32.951Z Compiling rand v0.9.2
15112026-05-20T16:33:32.985Z Compiling async-trait v0.1.89
15122026-05-20T16:33:33.052Z Compiling encoding_rs v0.8.35
15132026-05-20T16:33:33.143Z Compiling litrs v1.0.0
15142026-05-20T16:33:33.174Z Compiling zlib-rs v0.6.2
15152026-05-20T16:33:33.196Z Compiling mime v0.3.17
15162026-05-20T16:33:33.475Z Compiling smoltcp v0.9.1
15172026-05-20T16:33:33.547Z Compiling proptest v1.10.0
15182026-05-20T16:33:33.680Z Compiling fallible-iterator v0.2.0
15192026-05-20T16:33:33.719Z Compiling psl-types v2.0.11
15202026-05-20T16:33:33.780Z Compiling base16ct v0.2.0
15212026-05-20T16:33:33.815Z Compiling rustix v0.38.44
15222026-05-20T16:33:33.839Z Compiling ref-cast v1.0.25
15232026-05-20T16:33:33.857Z Compiling num-bigint-dig v0.8.6
15242026-05-20T16:33:33.947Z Compiling dof v0.4.0
15252026-05-20T16:33:33.971Z Compiling cfg_aliases v0.2.1
15262026-05-20T16:33:34.019Z Compiling postgres-protocol v0.6.10
15272026-05-20T16:33:34.063Z Compiling nix v0.31.2
15282026-05-20T16:33:34.091Z Compiling sec1 v0.7.3
15292026-05-20T16:33:34.148Z Compiling publicsuffix v2.3.0
15302026-05-20T16:33:34.228Z Compiling pin-project v1.1.11
15312026-05-20T16:33:34.292Z Compiling ipnetwork v0.21.1
15322026-05-20T16:33:34.338Z Compiling document-features v0.2.12
15332026-05-20T16:33:34.353Z Compiling zerocopy v0.7.35
15342026-05-20T16:33:34.394Z Compiling rand v0.8.6
15352026-05-20T16:33:34.440Z Compiling derive_builder v0.20.2
15362026-05-20T16:33:34.455Z Compiling darling v0.21.3
15372026-05-20T16:33:34.474Z Compiling goblin v0.8.2
15382026-05-20T16:33:34.551Z Compiling oxnet v0.1.4
15392026-05-20T16:33:34.607Z Compiling futures-executor v0.3.32
15402026-05-20T16:33:34.634Z Compiling hex v0.4.3
15412026-05-20T16:33:34.803Z Compiling hubpack_derive v0.1.1
15422026-05-20T16:33:34.892Z Compiling hkdf v0.12.4
15432026-05-20T16:33:34.919Z Compiling crypto-bigint v0.5.5
15442026-05-20T16:33:34.934Z Compiling regex v1.12.3
15452026-05-20T16:33:35.122Z Compiling group v0.13.0
15462026-05-20T16:33:35.187Z Compiling curve25519-dalek-derive v0.1.1
15472026-05-20T16:33:35.214Z Compiling snafu-derive v0.8.9
15482026-05-20T16:33:35.269Z Compiling daft-derive v0.1.5
15492026-05-20T16:33:35.284Z Compiling strum_macros v0.27.2
15502026-05-20T16:33:35.316Z Compiling ref-cast-impl v1.0.25
15512026-05-20T16:33:35.333Z Compiling num-iter v0.1.45
15522026-05-20T16:33:35.555Z Compiling phf_shared v0.13.1
15532026-05-20T16:33:35.575Z Compiling terminal_size v0.4.3
15542026-05-20T16:33:35.722Z Compiling lazy_static v1.5.0
15552026-05-20T16:33:35.770Z Compiling vergen v9.1.0
15562026-05-20T16:33:35.807Z Compiling tokio-util v0.7.18
15572026-05-20T16:33:35.831Z Compiling tower v0.5.3
15582026-05-20T16:33:35.844Z Compiling tokio-native-tls v0.3.1
15592026-05-20T16:33:35.875Z Compiling cargo-platform v0.3.2
15602026-05-20T16:33:35.891Z Compiling newtype-uuid v1.3.2
15612026-05-20T16:33:35.981Z Compiling fs-err v3.3.0
15622026-05-20T16:33:36.023Z Compiling ahash v0.8.12
15632026-05-20T16:33:36.023Z Compiling foldhash v0.1.5
15642026-05-20T16:33:36.056Z Compiling flate2 v1.1.9
15652026-05-20T16:33:36.170Z Compiling bitflags v1.3.2
15662026-05-20T16:33:36.192Z Compiling libbz2-rs-sys v0.2.2
15672026-05-20T16:33:36.217Z Compiling bumpalo v3.20.2
15682026-05-20T16:33:36.255Z Compiling tower-http v0.6.8
15692026-05-20T16:33:36.271Z Compiling managed v0.8.0
15702026-05-20T16:33:36.271Z Compiling unicode-segmentation v1.12.0
15712026-05-20T16:33:36.330Z Compiling winnow v0.5.40
15722026-05-20T16:33:36.447Z Compiling same-file v1.0.6
15732026-05-20T16:33:36.483Z Compiling foldhash v0.2.0
15742026-05-20T16:33:36.486Z Compiling object v0.37.3
15752026-05-20T16:33:36.517Z Compiling h2 v0.4.13
15762026-05-20T16:33:36.623Z Compiling bzip2 v0.6.1
15772026-05-20T16:33:36.679Z Compiling hashbrown v0.16.1
15782026-05-20T16:33:36.694Z Compiling dof v0.3.0
15792026-05-20T16:33:36.727Z Compiling walkdir v2.5.0
15802026-05-20T16:33:36.858Z Compiling clap_builder v4.5.60
15812026-05-20T16:33:36.888Z Compiling zopfli v0.8.3
15822026-05-20T16:33:37.072Z Compiling hashbrown v0.15.5
15832026-05-20T16:33:37.085Z Compiling daft v0.1.5
15842026-05-20T16:33:37.085Z Compiling cargo_metadata v0.23.1
15852026-05-20T16:33:37.175Z Compiling snafu v0.8.9
15862026-05-20T16:33:37.295Z Compiling strum v0.27.2
15872026-05-20T16:33:37.444Z Compiling elliptic-curve v0.13.8
15882026-05-20T16:33:37.504Z Compiling phf v0.13.1
15892026-05-20T16:33:37.602Z Compiling signal-hook-mio v0.2.5
15902026-05-20T16:33:37.685Z Compiling usdt-macro v0.6.0
15912026-05-20T16:33:37.696Z Compiling toml_edit v0.19.15
15922026-05-20T16:33:37.739Z Compiling usdt-attr-macro v0.6.0
15932026-05-20T16:33:37.743Z Compiling hubpack v0.1.2
15942026-05-20T16:33:37.846Z Compiling cookie_store v0.22.1
15952026-05-20T16:33:37.868Z Compiling bzip2 v0.4.4
15962026-05-20T16:33:37.992Z Compiling futures v0.3.32
15972026-05-20T16:33:37.998Z Compiling serde_with_macros v3.17.0
15982026-05-20T16:33:38.039Z Compiling postgres-types v0.2.12
15992026-05-20T16:33:38.059Z Compiling zstd v0.13.3
16002026-05-20T16:33:38.104Z Compiling globset v0.4.18
16012026-05-20T16:33:38.352Z Compiling dtrace-parser v0.2.0
16022026-05-20T16:33:38.484Z Compiling pkcs1 v0.7.5
16032026-05-20T16:33:38.542Z Compiling ed25519 v2.2.3
16042026-05-20T16:33:38.557Z Compiling serde_plain v1.0.2
16052026-05-20T16:33:38.600Z Compiling serde-big-array v0.5.1
16062026-05-20T16:33:38.630Z Compiling olpc-cjson v0.1.4
16072026-05-20T16:33:38.760Z Compiling rfc6979 v0.4.0
16082026-05-20T16:33:38.777Z Compiling strum_macros v0.26.4
16092026-05-20T16:33:38.809Z Compiling async-recursion v1.1.1
16102026-05-20T16:33:38.839Z Compiling clap_derive v4.5.55
16112026-05-20T16:33:38.905Z Compiling serde_repr v0.1.20
16122026-05-20T16:33:38.920Z Compiling enum-as-inner v0.6.1
16132026-05-20T16:33:39.149Z Compiling phf_shared v0.11.3
16142026-05-20T16:33:39.198Z Compiling float-cmp v0.10.0
16152026-05-20T16:33:39.231Z Compiling pem v3.0.6
16162026-05-20T16:33:39.356Z Compiling memmap2 v0.9.10
16172026-05-20T16:33:39.372Z Compiling thread-id v4.2.2
16182026-05-20T16:33:39.466Z Compiling env_filter v1.0.0
16192026-05-20T16:33:39.477Z Compiling typed-path v0.9.3
16202026-05-20T16:33:39.493Z Compiling keccak v0.1.6
16212026-05-20T16:33:39.509Z Compiling jiff v0.2.21
16222026-05-20T16:33:39.524Z Compiling normalize-line-endings v0.3.0
16232026-05-20T16:33:39.595Z Compiling new_debug_unreachable v1.0.6
16242026-05-20T16:33:39.611Z Compiling either v1.15.0
16252026-05-20T16:33:39.635Z Compiling hyper v1.8.1
16262026-05-20T16:33:39.680Z Compiling whoami v2.1.0
16272026-05-20T16:33:39.804Z Compiling predicates-core v1.0.10
16282026-05-20T16:33:39.841Z Compiling difflib v0.4.0
16292026-05-20T16:33:39.997Z Compiling fixedbitset v0.5.7
16302026-05-20T16:33:40.012Z Compiling precomputed-hash v0.1.1
16312026-05-20T16:33:40.083Z Compiling static_assertions v1.1.0
16322026-05-20T16:33:40.114Z Compiling data-encoding v2.10.0
16332026-05-20T16:33:40.167Z Compiling fixedbitset v0.4.2
16342026-05-20T16:33:40.321Z Compiling petgraph v0.6.5
16352026-05-20T16:33:40.336Z Compiling petgraph v0.8.3
16362026-05-20T16:33:40.403Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16372026-05-20T16:33:40.425Z Compiling hickory-proto v0.25.2
16382026-05-20T16:33:40.440Z Compiling toml_edit v0.22.27
16392026-05-20T16:33:40.495Z Compiling string_cache v0.8.9
16402026-05-20T16:33:40.605Z Compiling strum v0.26.3
16412026-05-20T16:33:40.715Z Compiling clap v4.5.60
16422026-05-20T16:33:40.736Z Compiling hyper-util v0.1.20
16432026-05-20T16:33:40.753Z Compiling predicates v3.1.4
16442026-05-20T16:33:40.753Z Compiling tokio-postgres v0.7.16
16452026-05-20T16:33:40.758Z Compiling itertools v0.13.0
16462026-05-20T16:33:40.812Z Compiling sha3 v0.10.8
16472026-05-20T16:33:40.844Z Compiling env_logger v0.11.9
16482026-05-20T16:33:41.218Z Compiling usdt v0.6.0
16492026-05-20T16:33:41.290Z Compiling usdt-impl v0.5.0
16502026-05-20T16:33:41.334Z Compiling serde_with v3.17.0
16512026-05-20T16:33:41.450Z Compiling toml v0.7.8
16522026-05-20T16:33:41.506Z Compiling crossterm v0.28.1
16532026-05-20T16:33:41.856Z Compiling ecdsa v0.16.9
16542026-05-20T16:33:41.916Z Compiling ed25519-dalek v2.2.0
16552026-05-20T16:33:42.052Z Compiling rsa v0.9.10
16562026-05-20T16:33:42.273Z Compiling hyper-tls v0.6.0
16572026-05-20T16:33:42.333Z Compiling zip v4.6.1
16582026-05-20T16:33:42.541Z Compiling zip v0.6.6
16592026-05-20T16:33:42.640Z Compiling iddqd v0.4.1
16602026-05-20T16:33:43.124Z Compiling similar v2.7.0
16612026-05-20T16:33:43.161Z Compiling heck v0.4.1
16622026-05-20T16:33:43.222Z Compiling tokio-stream v0.1.18
16632026-05-20T16:33:43.259Z Compiling toml_parser v1.0.9+spec-1.1.0
16642026-05-20T16:33:43.307Z Compiling buf-list v1.1.2
16652026-05-20T16:33:43.323Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16662026-05-20T16:33:43.338Z Compiling openapiv3 v2.2.0
16672026-05-20T16:33:43.368Z Compiling x509-cert v0.2.5
16682026-05-20T16:33:43.414Z Compiling sha1 v0.10.6
16692026-05-20T16:33:43.619Z Compiling crossbeam-epoch v0.9.18
16702026-05-20T16:33:43.649Z Compiling lalrpop-util v0.19.12
16712026-05-20T16:33:43.664Z Compiling peg-runtime v0.8.5
16722026-05-20T16:33:43.680Z Compiling thread_local v1.1.9
16732026-05-20T16:33:43.726Z Compiling slog-async v2.8.0
16742026-05-20T16:33:43.785Z Compiling crossbeam-channel v0.5.15
16752026-05-20T16:33:43.862Z Compiling is-terminal v0.4.17
16762026-05-20T16:33:43.946Z Compiling filetime v0.2.27
16772026-05-20T16:33:43.946Z Compiling term v1.2.1
16782026-05-20T16:33:43.975Z Compiling xattr v1.6.1
16792026-05-20T16:33:43.979Z Compiling take_mut v0.2.2
16802026-05-20T16:33:44.113Z Compiling tar v0.4.45
16812026-05-20T16:33:44.231Z Compiling slog-term v2.9.2
16822026-05-20T16:34:01.801Z Compiling rustls-webpki v0.103.9
16832026-05-20T16:34:04.608Z Compiling tokio-rustls v0.26.4
16842026-05-20T16:34:04.608Z Compiling rustls-platform-verifier v0.6.2
16852026-05-20T16:34:04.805Z Compiling hyper-rustls v0.27.7
16862026-05-20T16:34:05.002Z Compiling reqwest v0.12.28
16872026-05-20T16:34:05.003Z Compiling reqwest v0.13.2
16882026-05-20T16:34:06.260Z Compiling tough v0.22.0
16892026-05-20T16:34:08.778Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16902026-05-20T16:34:09.012Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16912026-05-20T16:34:11.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.41s
16922026-05-20T16:34:12.020Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16932026-05-20T16:34:12.078ZMay 20 16:34:11.783 INFO Starting download, target: Cockroach
16942026-05-20T16:34:12.078ZMay 20 16:34:11.784 INFO Starting download, target: Clickhouse
16952026-05-20T16:34:12.078ZMay 20 16:34:11.784 INFO Starting download, target: Console
16962026-05-20T16:34:12.082ZMay 20 16:34:11.784 INFO Starting download, target: DendriteStub
16972026-05-20T16:34:12.082ZMay 20 16:34:11.784 INFO Starting download, target: MaghemiteMgd
16982026-05-20T16:34:12.082ZMay 20 16:34:11.784 INFO Starting download, target: TransceiverControl
16992026-05-20T16:34:12.082ZMay 20 16:34:11.784 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17002026-05-20T16:34:12.082ZMay 20 16:34:11.784 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17012026-05-20T16:34:12.082ZMay 20 16:34:11.784 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17022026-05-20T16:34:12.082ZMay 20 16:34:11.785 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17032026-05-20T16:34:12.082ZMay 20 16:34:11.785 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17042026-05-20T16:34:12.082ZMay 20 16:34:11.785 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17052026-05-20T16:34:12.484ZMay 20 16:34:12.153 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17062026-05-20T16:34:12.703ZMay 20 16:34:12.387 INFO Download complete, target: TransceiverControl
17072026-05-20T16:34:13.223ZMay 20 16:34:12.918 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17082026-05-20T16:34:13.441ZMay 20 16:34:13.136 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17092026-05-20T16:34:13.472ZMay 20 16:34:13.175 INFO Download complete, target: Console
17102026-05-20T16:34:14.022ZMay 20 16:34:13.725 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17112026-05-20T16:34:14.022ZMay 20 16:34:13.725 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17122026-05-20T16:34:14.040ZMay 20 16:34:13.745 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17132026-05-20T16:34:15.228ZMay 20 16:34:14.932 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17142026-05-20T16:34:15.851ZMay 20 16:34:15.555 INFO Download complete, target: DendriteStub
17152026-05-20T16:34:16.514ZMay 20 16:34:16.216 INFO Download complete, target: MaghemiteMgd
17162026-05-20T16:34:19.005ZMay 20 16:34:18.709 INFO Checking that binary works, target: Cockroach
17172026-05-20T16:34:19.127ZMay 20 16:34:18.832 INFO Download complete, target: Cockroach
17182026-05-20T16:34:22.177ZMay 20 16:34:21.881 INFO Checking that binary works, target: Clickhouse
17192026-05-20T16:34:22.276ZMay 20 16:34:21.981 INFO Download complete, target: Clickhouse
17202026-05-20T16:34:22.282ZAll prerequisites installed successfully
17212026-05-20T16:34:22.285Z
17222026-05-20T16:34:22.286Zreal 2:01.784659246
17232026-05-20T16:34:22.286Zuser 7:02.429296903
17242026-05-20T16:34:22.286Zsys 1:40.854028956
17252026-05-20T16:34:22.286Ztrap 0.284630090
17262026-05-20T16:34:22.286Ztflt 1.197505757
17272026-05-20T16:34:22.286Zdflt 1.886178749
17282026-05-20T16:34:22.286Zkflt 0.027004964
17292026-05-20T16:34:22.286Zlock 24:05.816688673
17302026-05-20T16:34:22.286Zslp 19:12.133683159
17312026-05-20T16:34:22.286Zlat 26.079671920
17322026-05-20T16:34:22.286Zstop 2:49.432841797
17332026-05-20T16:34:22.286Z+ ptime -m cargo xtask download softnpu
17342026-05-20T16:34:22.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17352026-05-20T16:34:22.835Z Running `target/debug/xtask download softnpu`
17362026-05-20T16:34:23.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17372026-05-20T16:34:23.658Z Running `target/debug/xtask-downloader softnpu`
17382026-05-20T16:34:23.698ZMay 20 16:34:23.403 INFO Starting download, target: Softnpu
17392026-05-20T16:34:23.702ZMay 20 16:34:23.403 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17402026-05-20T16:34:24.324ZMay 20 16:34:24.027 INFO Download complete, target: Softnpu
17412026-05-20T16:34:24.328Z
17422026-05-20T16:34:24.328Zreal 2.037347646
17432026-05-20T16:34:24.328Zuser 1.337213428
17442026-05-20T16:34:24.328Zsys 0.656173419
17452026-05-20T16:34:24.328Ztrap 0.000648993
17462026-05-20T16:34:24.328Ztflt 0.000081802
17472026-05-20T16:34:24.328Zdflt 0.000515215
17482026-05-20T16:34:24.328Zkflt 0.000000000
17492026-05-20T16:34:24.328Zlock 11.439476872
17502026-05-20T16:34:24.328Zslp 0.490812391
17512026-05-20T16:34:24.328Zlat 0.094611969
17522026-05-20T16:34:24.328Zstop 0.000173419
17532026-05-20T16:34:24.328Z+ export CARGO_INCREMENTAL=0
17542026-05-20T16:34:24.328Z+ CARGO_INCREMENTAL=0
17552026-05-20T16:34:24.328Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17562026-05-20T16:34:25.245Z Compiling proc-macro2 v1.0.106
17572026-05-20T16:34:25.245Z Compiling quote v1.0.45
17582026-05-20T16:34:25.245Z Compiling unicode-ident v1.0.24
17592026-05-20T16:34:25.245Z Compiling libc v0.2.185
17602026-05-20T16:34:25.245Z Compiling serde_core v1.0.228
17612026-05-20T16:34:25.249Z Compiling serde v1.0.228
17622026-05-20T16:34:25.249Z Compiling cfg-if v1.0.4
17632026-05-20T16:34:25.249Z Compiling version_check v0.9.5
17642026-05-20T16:34:25.249Z Compiling shlex v1.3.0
17652026-05-20T16:34:25.249Z Compiling find-msvc-tools v0.1.9
17662026-05-20T16:34:25.249Z Compiling typenum v1.19.0
17672026-05-20T16:34:25.391Z Compiling zmij v1.0.21
17682026-05-20T16:34:25.400Z Compiling autocfg v1.5.0
17692026-05-20T16:34:25.406Z Compiling memchr v2.8.0
17702026-05-20T16:34:25.410Z Compiling serde_json v1.0.149
17712026-05-20T16:34:25.563Z Compiling portable-atomic v1.13.1
17722026-05-20T16:34:25.608Z Compiling libm v0.2.16
17732026-05-20T16:34:25.687Z Compiling zerocopy v0.8.40
17742026-05-20T16:34:25.834Z Compiling generic-array v0.14.7
17752026-05-20T16:34:25.851Z Compiling parking_lot_core v0.9.12
17762026-05-20T16:34:25.898Z Compiling smallvec v1.15.1
17772026-05-20T16:34:25.962Z Compiling num-traits v0.2.19
17782026-05-20T16:34:25.974Z Compiling icu_properties_data v2.1.2
17792026-05-20T16:34:25.978Z Compiling icu_normalizer_data v2.1.1
17802026-05-20T16:34:26.020Z Compiling itoa v1.0.17
17812026-05-20T16:34:26.074Z Compiling getrandom v0.4.1
17822026-05-20T16:34:26.121Z Compiling log v0.4.29
17832026-05-20T16:34:26.137Z Compiling stable_deref_trait v1.2.1
17842026-05-20T16:34:26.181Z Compiling pkg-config v0.3.32
17852026-05-20T16:34:26.213Z Compiling subtle v2.6.1
17862026-05-20T16:34:26.347Z Compiling scopeguard v1.2.0
17872026-05-20T16:34:26.395Z Compiling percent-encoding v2.3.2
17882026-05-20T16:34:26.411Z Compiling jobserver v0.1.34
17892026-05-20T16:34:26.426Z Compiling getrandom v0.2.17
17902026-05-20T16:34:26.496Z Compiling errno v0.3.14
17912026-05-20T16:34:26.525Z Compiling lock_api v0.4.14
17922026-05-20T16:34:26.579Z Compiling rand_core v0.6.4
17932026-05-20T16:34:26.651Z Compiling syn v2.0.117
17942026-05-20T16:34:26.669Z Compiling cc v1.2.56
17952026-05-20T16:34:26.687Z Compiling litemap v0.8.1
17962026-05-20T16:34:26.687Z Compiling writeable v0.6.2
17972026-05-20T16:34:26.783Z Compiling pin-project-lite v0.2.17
17982026-05-20T16:34:26.797Z Compiling fnv v1.0.7
17992026-05-20T16:34:26.862Z Compiling thiserror v2.0.18
18002026-05-20T16:34:26.919Z Compiling getrandom v0.3.4
18012026-05-20T16:34:26.977Z Compiling fs_extra v1.3.0
18022026-05-20T16:34:26.993Z Compiling dunce v1.0.5
18032026-05-20T16:34:26.997Z Compiling equivalent v1.0.2
18042026-05-20T16:34:27.053Z Compiling schemars v0.8.22
18052026-05-20T16:34:27.053Z Compiling rand_core v0.10.0
18062026-05-20T16:34:27.100Z Compiling utf8_iter v1.0.4
18072026-05-20T16:34:27.117Z Compiling rustversion v1.0.22
18082026-05-20T16:34:27.216Z Compiling form_urlencoded v1.2.2
18092026-05-20T16:34:27.283Z Compiling critical-section v1.2.0
18102026-05-20T16:34:27.298Z Compiling signal-hook-registry v1.4.8
18112026-05-20T16:34:27.358Z Compiling rustix v1.1.3
18122026-05-20T16:34:27.375Z Compiling hashbrown v0.17.0
18132026-05-20T16:34:27.426Z Compiling cmake v0.1.57
18142026-05-20T16:34:27.521Z Compiling mio v1.2.0
18152026-05-20T16:34:27.539Z Compiling parking_lot v0.12.5
18162026-05-20T16:34:27.725Z Compiling semver v1.0.28
18172026-05-20T16:34:27.782Z Compiling bitflags v2.11.0
18182026-05-20T16:34:27.827Z Compiling once_cell v1.21.3
18192026-05-20T16:34:27.883Z Compiling socket2 v0.6.3
18202026-05-20T16:34:27.925Z Compiling indexmap v2.14.0
18212026-05-20T16:34:27.949Z Compiling const-oid v0.9.6
18222026-05-20T16:34:28.004Z Compiling ring v0.17.14
18232026-05-20T16:34:28.054Z Compiling aws-lc-sys v0.40.0
18242026-05-20T16:34:28.181Z Compiling aws-lc-rs v1.16.3
18252026-05-20T16:34:28.223Z Compiling heck v0.5.0
18262026-05-20T16:34:28.239Z Compiling futures-core v0.3.32
18272026-05-20T16:34:28.339Z Compiling httparse v1.10.1
18282026-05-20T16:34:28.416Z Compiling thiserror v1.0.69
18292026-05-20T16:34:28.438Z Compiling strsim v0.11.1
18302026-05-20T16:34:28.452Z Compiling vcpkg v0.2.15
18312026-05-20T16:34:28.503Z Compiling iana-time-zone v0.1.65
18322026-05-20T16:34:28.582Z Compiling ucd-trie v0.1.7
18332026-05-20T16:34:28.682Z Compiling byteorder v1.5.0
18342026-05-20T16:34:28.733Z Compiling pest v2.8.6
18352026-05-20T16:34:28.763Z Compiling syn v1.0.109
18362026-05-20T16:34:28.779Z Compiling ident_case v1.0.1
18372026-05-20T16:34:28.783Z Compiling regex-syntax v0.8.10
18382026-05-20T16:34:28.829Z Compiling uuid v1.23.0
18392026-05-20T16:34:28.844Z Compiling cpufeatures v0.2.17
18402026-05-20T16:34:28.889Z Compiling rustls v0.23.37
18412026-05-20T16:34:29.025Z Compiling openssl-sys v0.9.115
18422026-05-20T16:34:29.080Z Compiling futures-sink v0.3.32
18432026-05-20T16:34:29.157Z Compiling rustc_version v0.4.1
18442026-05-20T16:34:29.201Z Compiling futures-channel v0.3.32
18452026-05-20T16:34:29.255Z Compiling futures-io v0.3.32
18462026-05-20T16:34:29.350Z Compiling futures-task v0.3.32
18472026-05-20T16:34:29.404Z Compiling slab v0.4.12
18482026-05-20T16:34:29.420Z Compiling synstructure v0.13.2
18492026-05-20T16:34:29.451Z Compiling serde_derive_internals v0.29.1
18502026-05-20T16:34:29.552Z Compiling aho-corasick v1.1.4
18512026-05-20T16:34:29.694Z Compiling dyn-clone v1.0.20
18522026-05-20T16:34:29.868Z Compiling pest_meta v2.8.6
18532026-05-20T16:34:29.893Z Compiling plain v0.2.3
18542026-05-20T16:34:29.900Z Compiling openssl v0.10.79
18552026-05-20T16:34:29.945Z Compiling crc32fast v1.5.0
18562026-05-20T16:34:30.007Z Compiling base64 v0.22.1
18572026-05-20T16:34:30.066Z Compiling time-core v0.1.8
18582026-05-20T16:34:30.160Z Compiling crossbeam-utils v0.8.21
18592026-05-20T16:34:30.160Z Compiling num-conv v0.2.0
18602026-05-20T16:34:30.273Z Compiling native-tls v0.2.18
18612026-05-20T16:34:30.309Z Compiling pretty-hex v0.4.1
18622026-05-20T16:34:30.327Z Compiling time-macros v0.2.27
18632026-05-20T16:34:30.399Z Compiling anyhow v1.0.102
18642026-05-20T16:34:30.445Z Compiling base64ct v1.8.3
18652026-05-20T16:34:30.445Z Compiling pest_generator v2.8.6
18662026-05-20T16:34:30.475Z Compiling regex-automata v0.4.14
18672026-05-20T16:34:30.493Z Compiling darling_core v0.21.3
18682026-05-20T16:34:30.553Z Compiling tracing-core v0.1.36
18692026-05-20T16:34:30.639Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18702026-05-20T16:34:30.699Z Compiling pem-rfc7468 v0.7.0
18712026-05-20T16:34:30.773Z Compiling serde_derive v1.0.228
18722026-05-20T16:34:30.990Z Compiling zeroize_derive v1.4.3
18732026-05-20T16:34:31.008Z Compiling zerofrom-derive v0.1.6
18742026-05-20T16:34:31.009Z Compiling yoke-derive v0.8.1
18752026-05-20T16:34:31.081Z Compiling zerovec-derive v0.11.2
18762026-05-20T16:34:31.095Z Compiling displaydoc v0.2.5
18772026-05-20T16:34:31.096Z Compiling zerocopy-derive v0.8.40
18782026-05-20T16:34:31.144Z Compiling tokio-macros v2.7.0
18792026-05-20T16:34:31.314Z Compiling futures-macro v0.3.32
18802026-05-20T16:34:31.601Z Compiling zeroize v1.8.2
18812026-05-20T16:34:31.755Z Compiling thiserror-impl v2.0.18
18822026-05-20T16:34:31.878Z Compiling schemars_derive v0.8.22
18832026-05-20T16:34:31.981Z Compiling tracing-attributes v0.1.31
18842026-05-20T16:34:32.102Z Compiling der_derive v0.7.3
18852026-05-20T16:34:32.117Z Compiling thiserror-impl v1.0.69
18862026-05-20T16:34:32.147Z Compiling zerofrom v0.1.6
18872026-05-20T16:34:32.294Z Compiling yoke v0.8.1
18882026-05-20T16:34:32.389Z Compiling crypto-common v0.1.7
18892026-05-20T16:34:32.516Z Compiling zerovec v0.11.5
18902026-05-20T16:34:32.550Z Compiling zerotrie v0.2.3
18912026-05-20T16:34:32.727Z Compiling block-buffer v0.10.4
18922026-05-20T16:34:32.976Z Compiling digest v0.10.7
18932026-05-20T16:34:33.031Z Compiling pest_derive v2.8.6
18942026-05-20T16:34:33.044Z Compiling tinystr v0.8.2
18952026-05-20T16:34:33.116Z Compiling potential_utf v0.1.4
18962026-05-20T16:34:33.160Z Compiling futures-util v0.3.32
18972026-05-20T16:34:33.243Z Compiling icu_locale_core v2.1.1
18982026-05-20T16:34:33.281Z Compiling icu_collections v2.1.1
18992026-05-20T16:34:33.329Z Compiling hmac v0.12.1
19002026-05-20T16:34:33.359Z Compiling block-padding v0.3.3
19012026-05-20T16:34:33.493Z Compiling inout v0.1.4
19022026-05-20T16:34:33.528Z Compiling rustls-pki-types v1.14.0
19032026-05-20T16:34:33.673Z Compiling openssl-macros v0.1.1
19042026-05-20T16:34:33.955Z Compiling bytes v1.11.1
19052026-05-20T16:34:34.006Z Compiling icu_provider v2.1.1
19062026-05-20T16:34:34.035Z Compiling chrono v0.4.44
19072026-05-20T16:34:34.068Z Compiling serde_tokenstream v0.2.3
19082026-05-20T16:34:34.103Z Compiling cipher v0.4.4
19092026-05-20T16:34:34.357Z Compiling icu_normalizer v2.1.1
19102026-05-20T16:34:34.361Z Compiling icu_properties v2.1.2
19112026-05-20T16:34:34.424Z Compiling sha2 v0.10.9
19122026-05-20T16:34:34.611Z Compiling tokio v1.52.1
19132026-05-20T16:34:34.867Z Compiling scroll_derive v0.12.1
19142026-05-20T16:34:35.172Z Compiling scroll_derive v0.13.1
19152026-05-20T16:34:35.430Z Compiling idna_adapter v1.2.1
19162026-05-20T16:34:35.505Z Compiling ppv-lite86 v0.2.21
19172026-05-20T16:34:35.565Z Compiling idna v1.1.0
19182026-05-20T16:34:35.701Z Compiling http v1.4.0
19192026-05-20T16:34:35.855Z Compiling untrusted v0.9.0
19202026-05-20T16:34:35.859Z Compiling flagset v0.4.7
19212026-05-20T16:34:35.939Z Compiling tracing v0.1.44
19222026-05-20T16:34:35.963Z Compiling url v2.5.8
19232026-05-20T16:34:36.012Z Compiling der v0.7.10
19242026-05-20T16:34:36.027Z Compiling regex v1.12.3
19252026-05-20T16:34:36.179Z Compiling darling_macro v0.21.3
19262026-05-20T16:34:36.355Z Compiling zerocopy-derive v0.7.35
19272026-05-20T16:34:36.372Z Compiling rand_core v0.9.5
19282026-05-20T16:34:36.455Z Compiling slog v2.8.2
19292026-05-20T16:34:36.922Z Compiling spki v0.7.3
19302026-05-20T16:34:37.143Z Compiling darling v0.21.3
19312026-05-20T16:34:37.160Z Compiling salsa20 v0.10.2
19322026-05-20T16:34:37.175Z Compiling pbkdf2 v0.12.2
19332026-05-20T16:34:37.728Z Compiling cookie v0.18.1
19342026-05-20T16:34:37.746Z Compiling camino v1.2.2
19352026-05-20T16:34:38.045Z Compiling scrypt v0.11.0
19362026-05-20T16:34:38.076Z Compiling http-body v1.0.1
19372026-05-20T16:34:38.079Z Compiling rand_chacha v0.9.0
19382026-05-20T16:34:38.169Z Compiling aes v0.8.4
19392026-05-20T16:34:38.215Z Compiling cbc v0.1.2
19402026-05-20T16:34:38.308Z Compiling usdt-impl v0.5.0
19412026-05-20T16:34:38.364Z Compiling tokio-util v0.7.18
19422026-05-20T16:34:38.380Z Compiling either v1.15.0
19432026-05-20T16:34:38.458Z Compiling paste v1.0.15
19442026-05-20T16:34:38.499Z Compiling tinyvec_macros v0.1.1
19452026-05-20T16:34:38.514Z Compiling atomic-waker v1.1.2
19462026-05-20T16:34:38.518Z Compiling usdt-impl v0.6.0
19472026-05-20T16:34:38.562Z Compiling ref-cast v1.0.25
19482026-05-20T16:34:38.580Z Compiling openssl-probe v0.2.1
19492026-05-20T16:34:38.605Z Compiling winnow v0.7.14
19502026-05-20T16:34:38.658Z Compiling untrusted v0.7.1
19512026-05-20T16:34:38.761Z Compiling tinyvec v1.10.0
19522026-05-20T16:34:38.816Z Compiling pkcs5 v0.7.1
19532026-05-20T16:34:38.979Z Compiling rand v0.9.2
19542026-05-20T16:34:39.333Z Compiling scroll v0.13.0
19552026-05-20T16:34:39.369Z Compiling scroll v0.12.0
19562026-05-20T16:34:39.418Z Compiling toml_datetime v0.6.11
19572026-05-20T16:34:39.559Z Compiling serde_spanned v0.6.9
19582026-05-20T16:34:39.621Z Compiling async-trait v0.1.89
19592026-05-20T16:34:39.653Z Compiling heapless v0.7.17
19602026-05-20T16:34:39.713Z Compiling bzip2-sys v0.1.13+1.0.8
19612026-05-20T16:34:39.731Z Compiling tower-service v0.3.3
19622026-05-20T16:34:39.763Z Compiling try-lock v0.2.5
19632026-05-20T16:34:39.901Z Compiling tower-layer v0.3.3
19642026-05-20T16:34:40.010Z Compiling fastrand v2.3.0
19652026-05-20T16:34:40.064Z Compiling zstd-safe v7.2.4
19662026-05-20T16:34:40.094Z Compiling signal-hook v0.3.18
19672026-05-20T16:34:40.163Z Compiling want v0.3.1
19682026-05-20T16:34:40.247Z Compiling h2 v0.4.13
19692026-05-20T16:34:40.248Z Compiling toml_parser v1.0.9+spec-1.1.0
19702026-05-20T16:34:40.341Z Compiling goblin v0.8.2
19712026-05-20T16:34:40.483Z Compiling goblin v0.10.5
19722026-05-20T16:34:40.499Z Compiling pkcs8 v0.10.2
19732026-05-20T16:34:40.754Z Compiling zerocopy v0.7.35
19742026-05-20T16:34:40.834Z Compiling ipnet v2.11.0
19752026-05-20T16:34:40.977Z Compiling ref-cast-impl v1.0.25
19762026-05-20T16:34:41.087Z Compiling curve25519-dalek v4.1.3
19772026-05-20T16:34:41.299Z Compiling darling_core v0.20.11
19782026-05-20T16:34:41.356Z Compiling memoffset v0.9.1
19792026-05-20T16:34:41.359Z Compiling rustix v0.38.44
19802026-05-20T16:34:41.516Z Compiling httpdate v1.0.3
19812026-05-20T16:34:41.580Z Compiling pin-utils v0.1.0
19822026-05-20T16:34:41.671Z Compiling foreign-types-shared v0.1.1
19832026-05-20T16:34:41.777Z Compiling winnow v0.5.40
19842026-05-20T16:34:41.920Z Compiling litrs v1.0.0
19852026-05-20T16:34:42.229Z Compiling tempfile v3.25.0
19862026-05-20T16:34:42.245Z Compiling foreign-types v0.3.2
19872026-05-20T16:34:42.395Z Compiling document-features v0.2.12
19882026-05-20T16:34:42.648Z Compiling dof v0.3.0
19892026-05-20T16:34:42.912Z Compiling unicode-normalization v0.1.25
19902026-05-20T16:34:43.109Z Compiling toml_edit v0.19.15
19912026-05-20T16:34:43.182Z Compiling dtrace-parser v0.2.0
19922026-05-20T16:34:43.234Z Compiling hyper v1.8.1
19932026-05-20T16:34:43.257Z Compiling dof v0.4.0
19942026-05-20T16:34:43.276Z Compiling darling_macro v0.20.11
19952026-05-20T16:34:43.465Z Compiling dtrace-parser v0.3.0
19962026-05-20T16:34:43.597Z Compiling daft-derive v0.1.5
19972026-05-20T16:34:43.648Z Compiling pin-project-internal v1.1.11
19982026-05-20T16:34:43.811Z Compiling spin v0.9.8
19992026-05-20T16:34:43.851Z Compiling thread-id v4.2.2
20002026-05-20T16:34:43.953Z Compiling thread-id v5.1.0
20012026-05-20T16:34:43.969Z Compiling num-bigint-dig v0.8.6
20022026-05-20T16:34:44.041Z Compiling cfg_aliases v0.2.1
20032026-05-20T16:34:44.075Z Compiling smoltcp v0.9.1
20042026-05-20T16:34:44.134Z Compiling powerfmt v0.2.0
20052026-05-20T16:34:44.172Z Compiling nix v0.31.2
20062026-05-20T16:34:44.310Z Compiling hyper-util v0.1.20
20072026-05-20T16:34:44.328Z Compiling deranged v0.5.8
20082026-05-20T16:34:44.421Z Compiling darling v0.20.11
20092026-05-20T16:34:44.741Z Compiling rustls-native-certs v0.8.3
20102026-05-20T16:34:44.854Z Compiling ipnetwork v0.21.1
20112026-05-20T16:34:45.353Z Compiling curve25519-dalek-derive v0.1.1
20122026-05-20T16:34:45.417Z Compiling strum_macros v0.26.4
20132026-05-20T16:34:45.471Z Compiling sync_wrapper v1.0.2
20142026-05-20T16:34:45.512Z Compiling wait-timeout v0.2.1
20152026-05-20T16:34:45.599Z Compiling utf8parse v0.2.2
20162026-05-20T16:34:45.893Z Compiling quick-error v1.2.3
20172026-05-20T16:34:45.992Z Compiling siphasher v1.0.2
20182026-05-20T16:34:45.992Z Compiling anstyle v1.0.13
20192026-05-20T16:34:46.040Z Compiling simd-adler32 v0.3.8
20202026-05-20T16:34:46.044Z Compiling bit-vec v0.8.0
20212026-05-20T16:34:46.166Z Compiling num_threads v0.1.7
20222026-05-20T16:34:46.255Z Compiling bit-set v0.8.0
20232026-05-20T16:34:46.298Z Compiling time v0.3.47
20242026-05-20T16:34:46.447Z Compiling rusty-fork v0.3.1
20252026-05-20T16:34:46.497Z Compiling anstyle-parse v0.2.7
20262026-05-20T16:34:46.568Z Compiling tower v0.5.3
20272026-05-20T16:34:46.981Z Compiling derive_builder_core v0.20.2
20282026-05-20T16:34:47.067Z Compiling http-body-util v0.1.3
20292026-05-20T16:34:47.370Z Compiling webpki-roots v1.0.6
20302026-05-20T16:34:47.411Z Compiling rand_xorshift v0.4.0
20312026-05-20T16:34:47.434Z Compiling signature v2.2.0
20322026-05-20T16:34:47.477Z Compiling hubpack_derive v0.1.1
20332026-05-20T16:34:47.511Z Compiling snafu-derive v0.8.9
20342026-05-20T16:34:47.548Z Compiling strum_macros v0.27.2
20352026-05-20T16:34:47.788Z Compiling fs-err v3.3.0
20362026-05-20T16:34:47.852Z Compiling ahash v0.8.12
20372026-05-20T16:34:47.867Z Compiling encoding_rs v0.8.35
20382026-05-20T16:34:47.933Z Compiling adler2 v2.0.1
20392026-05-20T16:34:47.949Z Compiling is_terminal_polyfill v1.70.2
20402026-05-20T16:34:47.964Z Compiling colorchoice v1.0.4
20412026-05-20T16:34:48.016Z Compiling allocator-api2 v0.2.21
20422026-05-20T16:34:48.032Z Compiling ryu v1.0.23
20432026-05-20T16:34:48.060Z Compiling unicode-bidi v0.3.18
20442026-05-20T16:34:48.081Z Compiling unarray v0.1.4
20452026-05-20T16:34:48.097Z Compiling iri-string v0.7.10
20462026-05-20T16:34:48.187Z Compiling unicode-segmentation v1.12.0
20472026-05-20T16:34:48.225Z Compiling unicode-properties v0.1.4
20482026-05-20T16:34:48.229Z Compiling anstyle-query v1.1.5
20492026-05-20T16:34:48.258Z Compiling object v0.37.3
20502026-05-20T16:34:48.366Z Compiling mime v0.3.17
20512026-05-20T16:34:48.536Z Compiling serde_urlencoded v0.7.1
20522026-05-20T16:34:48.553Z Compiling stringprep v0.1.5
20532026-05-20T16:34:48.576Z Compiling anstream v0.6.21
20542026-05-20T16:34:48.690Z Compiling proptest v1.10.0
20552026-05-20T16:34:48.872Z Compiling miniz_oxide v0.8.9
20562026-05-20T16:34:48.932Z Compiling derive_builder_macro v0.20.2
20572026-05-20T16:34:49.286Z Compiling tower-http v0.6.8
20582026-05-20T16:34:49.321Z Compiling tokio-native-tls v0.3.1
20592026-05-20T16:34:49.403Z Compiling usdt-macro v0.6.0
20602026-05-20T16:34:49.421Z Compiling usdt-attr-macro v0.6.0
20612026-05-20T16:34:49.753Z Compiling rand_chacha v0.3.1
20622026-05-20T16:34:49.770Z Compiling erased-serde v0.3.31
20632026-05-20T16:34:49.884Z Compiling md-5 v0.10.6
20642026-05-20T16:34:49.904Z Compiling bstr v1.12.1
20652026-05-20T16:34:50.098Z Compiling num-integer v0.1.46
20662026-05-20T16:34:50.126Z Compiling hash32 v0.2.1
20672026-05-20T16:34:50.147Z Compiling vergen-lib v9.1.0
20682026-05-20T16:34:50.165Z Compiling ff v0.13.1
20692026-05-20T16:34:50.328Z Compiling fallible-iterator v0.2.0
20702026-05-20T16:34:50.375Z Compiling base16ct v0.2.0
20712026-05-20T16:34:50.391Z Compiling zlib-rs v0.6.2
20722026-05-20T16:34:50.406Z Compiling psl-types v2.0.11
20732026-05-20T16:34:50.499Z Compiling sec1 v0.7.3
20742026-05-20T16:34:50.527Z Compiling publicsuffix v2.3.0
20752026-05-20T16:34:50.545Z Compiling num-iter v0.1.45
20762026-05-20T16:34:50.651Z Compiling postgres-protocol v0.6.10
20772026-05-20T16:34:50.670Z Compiling newtype-uuid v1.3.2
20782026-05-20T16:34:50.687Z Compiling group v0.13.0
20792026-05-20T16:34:51.033Z Compiling rand v0.8.6
20802026-05-20T16:34:51.439Z Compiling oxnet v0.1.4
20812026-05-20T16:34:51.645Z Compiling hyper-tls v0.6.0
20822026-05-20T16:34:51.672Z Compiling derive_builder v0.20.2
20832026-05-20T16:34:51.854Z Compiling heck v0.4.1
20842026-05-20T16:34:51.858Z Compiling phf_shared v0.13.1
20852026-05-20T16:34:51.890Z Compiling pin-project v1.1.11
20862026-05-20T16:34:51.939Z Compiling lazy_static v1.5.0
20872026-05-20T16:34:52.079Z Compiling terminal_size v0.4.3
20882026-05-20T16:34:52.093Z Compiling serde_with_macros v3.17.0
20892026-05-20T16:34:52.119Z Compiling futures-executor v0.3.32
20902026-05-20T16:34:52.151Z Compiling hex v0.4.3
20912026-05-20T16:34:52.302Z Compiling hkdf v0.12.4
20922026-05-20T16:34:52.319Z Compiling crypto-bigint v0.5.5
20932026-05-20T16:34:52.377Z Compiling clap_derive v4.5.55
20942026-05-20T16:34:52.466Z Compiling flate2 v1.1.9
20952026-05-20T16:34:52.491Z Compiling serde_repr v0.1.20
20962026-05-20T16:34:52.521Z Compiling async-recursion v1.1.1
20972026-05-20T16:34:52.545Z Compiling enum-as-inner v0.6.1
20982026-05-20T16:34:52.743Z Compiling vergen v9.1.0
20992026-05-20T16:34:52.859Z Compiling cargo-platform v0.3.2
21002026-05-20T16:34:52.903Z Compiling foldhash v0.2.0
21012026-05-20T16:34:52.963Z Compiling foldhash v0.1.5
21022026-05-20T16:34:53.029Z Compiling managed v0.8.0
21032026-05-20T16:34:53.057Z Compiling bitflags v1.3.2
21042026-05-20T16:34:53.148Z Compiling clap_lex v1.0.0
21052026-05-20T16:34:53.148Z Compiling same-file v1.0.6
21062026-05-20T16:34:53.151Z Compiling libbz2-rs-sys v0.2.2
21072026-05-20T16:34:53.304Z Compiling bumpalo v3.20.2
21082026-05-20T16:34:53.398Z Compiling walkdir v2.5.0
21092026-05-20T16:34:53.413Z Compiling clap_builder v4.5.60
21102026-05-20T16:34:53.456Z Compiling elliptic-curve v0.13.8
21112026-05-20T16:34:53.566Z Compiling zopfli v0.8.3
21122026-05-20T16:34:53.597Z Compiling bzip2 v0.6.1
21132026-05-20T16:34:53.764Z Compiling hashbrown v0.15.5
21142026-05-20T16:34:53.813Z Compiling hashbrown v0.16.1
21152026-05-20T16:34:53.829Z Compiling cargo_metadata v0.23.1
21162026-05-20T16:34:54.150Z Compiling futures v0.3.32
21172026-05-20T16:34:54.359Z Compiling phf v0.13.1
21182026-05-20T16:34:54.414Z Compiling zstd v0.13.3
21192026-05-20T16:34:54.431Z Compiling snafu v0.8.9
21202026-05-20T16:34:54.487Z Compiling signal-hook-mio v0.2.5
21212026-05-20T16:34:54.622Z Compiling daft v0.1.5
21222026-05-20T16:34:54.689Z Compiling cookie_store v0.22.1
21232026-05-20T16:34:54.775Z Compiling postgres-types v0.2.12
21242026-05-20T16:34:54.857Z Compiling bzip2 v0.4.4
21252026-05-20T16:34:54.933Z Compiling globset v0.4.18
21262026-05-20T16:34:55.058Z Compiling strum v0.27.2
21272026-05-20T16:34:55.297Z Compiling hubpack v0.1.2
21282026-05-20T16:34:55.311Z Compiling ed25519 v2.2.3
21292026-05-20T16:34:55.403Z Compiling phf_shared v0.11.3
21302026-05-20T16:34:55.463Z Compiling crossbeam-epoch v0.9.18
21312026-05-20T16:34:55.519Z Compiling olpc-cjson v0.1.4
21322026-05-20T16:34:55.538Z Compiling pkcs1 v0.7.5
21332026-05-20T16:34:55.648Z Compiling pem v3.0.6
21342026-05-20T16:34:55.670Z Compiling serde_plain v1.0.2
21352026-05-20T16:34:55.695Z Compiling serde-big-array v0.5.1
21362026-05-20T16:34:55.779Z Compiling rfc6979 v0.4.0
21372026-05-20T16:34:55.848Z Compiling float-cmp v0.10.0
21382026-05-20T16:34:55.878Z Compiling memmap2 v0.9.10
21392026-05-20T16:34:55.898Z Compiling env_filter v1.0.0
21402026-05-20T16:34:55.946Z Compiling fixedbitset v0.4.2
21412026-05-20T16:34:55.962Z Compiling normalize-line-endings v0.3.0
21422026-05-20T16:34:55.985Z Compiling typed-path v0.9.3
21432026-05-20T16:34:56.021Z Compiling jiff v0.2.21
21442026-05-20T16:34:56.060Z Compiling fixedbitset v0.5.7
21452026-05-20T16:34:56.081Z Compiling toml_write v0.1.2
21462026-05-20T16:34:56.104Z Compiling static_assertions v1.1.0
21472026-05-20T16:34:56.163Z Compiling precomputed-hash v0.1.1
21482026-05-20T16:34:56.179Z Compiling new_debug_unreachable v1.0.6
21492026-05-20T16:34:56.195Z Compiling predicates-core v1.0.10
21502026-05-20T16:34:56.237Z Compiling whoami v2.1.0
21512026-05-20T16:34:56.254Z Compiling keccak v0.1.6
21522026-05-20T16:34:56.270Z Compiling difflib v0.4.0
21532026-05-20T16:34:56.284Z Compiling data-encoding v2.10.0
21542026-05-20T16:34:56.298Z Compiling petgraph v0.8.3
21552026-05-20T16:34:56.371Z Compiling toml_edit v0.22.27
21562026-05-20T16:34:56.390Z Compiling string_cache v0.8.9
21572026-05-20T16:34:56.477Z Compiling tokio-postgres v0.7.16
21582026-05-20T16:34:56.591Z Compiling hickory-proto v0.25.2
21592026-05-20T16:34:56.619Z Compiling predicates v3.1.4
21602026-05-20T16:34:56.739Z Compiling sha3 v0.10.8
21612026-05-20T16:34:56.839Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21622026-05-20T16:34:57.028Z Compiling petgraph v0.6.5
21632026-05-20T16:34:57.184Z Compiling env_logger v0.11.9
21642026-05-20T16:34:57.209Z Compiling usdt v0.6.0
21652026-05-20T16:34:57.472Z Compiling ecdsa v0.16.9
21662026-05-20T16:34:57.523Z Compiling rsa v0.9.10
21672026-05-20T16:34:57.886Z Compiling ed25519-dalek v2.2.0
21682026-05-20T16:34:58.462Z Compiling crossterm v0.28.1
21692026-05-20T16:34:58.519Z Compiling zip v0.6.6
21702026-05-20T16:34:58.549Z Compiling clap v4.5.60
21712026-05-20T16:34:58.589Z Compiling iddqd v0.4.1
21722026-05-20T16:34:58.644Z Compiling zip v4.6.1
21732026-05-20T16:34:59.209Z Compiling serde_with v3.17.0
21742026-05-20T16:34:59.319Z Compiling similar v2.7.0
21752026-05-20T16:34:59.368Z Compiling strum v0.26.3
21762026-05-20T16:34:59.513Z Compiling toml v0.7.8
21772026-05-20T16:34:59.537Z Compiling tokio-stream v0.1.18
21782026-05-20T16:34:59.648Z Compiling itertools v0.13.0
21792026-05-20T16:34:59.673Z Compiling buf-list v1.1.2
21802026-05-20T16:34:59.840Z Compiling x509-cert v0.2.5
21812026-05-20T16:35:00.041Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21822026-05-20T16:35:00.076Z Compiling openapiv3 v2.2.0
21832026-05-20T16:35:00.275Z Compiling sha1 v0.10.6
21842026-05-20T16:35:00.821Z Compiling lalrpop-util v0.19.12
21852026-05-20T16:35:00.838Z Compiling peg-runtime v0.8.5
21862026-05-20T16:35:15.545Z Compiling rustls-webpki v0.103.9
21872026-05-20T16:35:17.325Z Compiling macaddr v1.0.1
21882026-05-20T16:35:17.360Z Compiling structmeta-derive v0.3.0
21892026-05-20T16:35:17.403Z Compiling rayon-core v1.13.0
21902026-05-20T16:35:17.576Z Compiling crucible-workspace-hack v0.1.0
21912026-05-20T16:35:17.599Z Compiling itertools v0.14.0
21922026-05-20T16:35:17.629Z Compiling secrecy v0.10.3
21932026-05-20T16:35:17.754Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21942026-05-20T16:35:17.797Z Compiling heapless v0.8.0
21952026-05-20T16:35:17.841Z Compiling toml_datetime v0.7.5+spec-1.1.0
21962026-05-20T16:35:17.934Z Compiling rustls v0.22.4
21972026-05-20T16:35:18.041Z Compiling toml_edit v0.23.10+spec-1.0.0
21982026-05-20T16:35:18.065Z Compiling crossbeam-deque v0.8.6
21992026-05-20T16:35:18.093Z Compiling rustls-webpki v0.102.8
22002026-05-20T16:35:18.187Z Compiling hash32 v0.3.1
22012026-05-20T16:35:18.203Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-20T16:35:18.203Z Compiling multer v3.1.0
22032026-05-20T16:35:18.239Z Compiling thread_local v1.1.9
22042026-05-20T16:35:18.298Z Compiling smoltcp v0.11.0
22052026-05-20T16:35:18.315Z Compiling slog-async v2.8.0
22062026-05-20T16:35:18.336Z Compiling structmeta v0.3.0
22072026-05-20T16:35:18.356Z Compiling unicode-width v0.2.0
22082026-05-20T16:35:18.367Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22092026-05-20T16:35:18.419Z Compiling match_cfg v0.1.0
22102026-05-20T16:35:18.508Z Compiling compression-core v0.4.31
22112026-05-20T16:35:18.562Z Compiling derive-ex v0.1.8
22122026-05-20T16:35:18.609Z Compiling proc-macro-crate v3.4.0
22132026-05-20T16:35:18.660Z Compiling compression-codecs v0.4.37
22142026-05-20T16:35:18.692Z Compiling hostname v0.3.1
22152026-05-20T16:35:18.867Z Compiling ingot-macros v0.1.1
22162026-05-20T16:35:18.893Z Compiling slog-json v2.6.1
22172026-05-20T16:35:18.964Z Compiling crossbeam-channel v0.5.15
22182026-05-20T16:35:19.054Z Compiling half v2.7.1
22192026-05-20T16:35:19.070Z Compiling newtype-uuid-macros v0.1.0
22202026-05-20T16:35:19.153Z Compiling cobs v0.3.0
22212026-05-20T16:35:19.291Z Compiling thiserror-impl-no-std v2.0.2
22222026-05-20T16:35:19.421Z Compiling tokio-rustls v0.26.4
22232026-05-20T16:35:19.456Z Compiling rustls-platform-verifier v0.6.2
22242026-05-20T16:35:19.653Z Compiling universal-hash v0.5.1
22252026-05-20T16:35:19.684Z Compiling hyper-rustls v0.27.7
22262026-05-20T16:35:19.715Z Compiling async-stream-impl v0.3.6
22272026-05-20T16:35:19.800Z Compiling serde_spanned v1.0.4
22282026-05-20T16:35:19.817Z Compiling toml_datetime v1.0.0+spec-1.1.0
22292026-05-20T16:35:19.917Z Compiling reqwest v0.12.28
22302026-05-20T16:35:19.986Z Compiling reqwest v0.13.2
22312026-05-20T16:35:20.017Z Compiling is-terminal v0.4.17
22322026-05-20T16:35:20.060Z Compiling proc-macro-error-attr v1.0.4
22332026-05-20T16:35:20.139Z Compiling dropshot v0.17.0
22342026-05-20T16:35:20.272Z Compiling opaque-debug v0.3.1
22352026-05-20T16:35:20.287Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-05-20T16:35:20.301Z Compiling ciborium-io v0.2.2
22372026-05-20T16:35:20.319Z Compiling term v1.2.1
22382026-05-20T16:35:20.323Z Compiling convert_case v0.4.0
22392026-05-20T16:35:20.360Z Compiling toml_writer v1.0.6+spec-1.1.0
22402026-05-20T16:35:20.378Z Compiling take_mut v0.2.2
22412026-05-20T16:35:20.420Z Compiling ciborium-ll v0.2.2
22422026-05-20T16:35:20.596Z Compiling toml v1.0.6+spec-1.1.0
22432026-05-20T16:35:20.643Z Compiling slog-term v2.9.2
22442026-05-20T16:35:20.659Z Compiling derive_more v0.99.20
22452026-05-20T16:35:20.677Z Compiling poly1305 v0.8.0
22462026-05-20T16:35:20.710Z Compiling thiserror-no-std v2.0.2
22472026-05-20T16:35:20.849Z Compiling tokio-rustls v0.25.0
22482026-05-20T16:35:21.033Z Compiling async-stream v0.3.6
22492026-05-20T16:35:21.218Z Compiling test-strategy v0.4.5
22502026-05-20T16:35:21.248Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22512026-05-20T16:35:21.359Z Compiling postcard v1.1.3
22522026-05-20T16:35:21.445Z Compiling ingot-types v0.1.2
22532026-05-20T16:35:21.748Z Compiling tough v0.22.0
22542026-05-20T16:35:21.934Z Compiling ingot v0.1.1
22552026-05-20T16:35:21.951Z Compiling num_enum_derive v0.7.5
22562026-05-20T16:35:22.207Z Compiling slog-bunyan v2.5.0
22572026-05-20T16:35:22.415Z Compiling async-compression v0.4.41
22582026-05-20T16:35:22.593Z Compiling parse-display-derive v0.10.0
22592026-05-20T16:35:22.902Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22602026-05-20T16:35:22.919Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22612026-05-20T16:35:22.919Z Compiling proc-macro-crate v1.3.1
22622026-05-20T16:35:23.177Z Compiling backon v1.6.0
22632026-05-20T16:35:23.262Z Compiling waitgroup v0.1.2
22642026-05-20T16:35:23.276Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22652026-05-20T16:35:23.303Z Compiling password-hash v0.5.0
22662026-05-20T16:35:23.383Z Compiling chacha20 v0.9.1
22672026-05-20T16:35:23.458Z Compiling dropshot_endpoint v0.17.0
22682026-05-20T16:35:23.527Z Compiling rustls-pemfile v2.2.0
22692026-05-20T16:35:23.613Z Compiling blake2 v0.10.6
22702026-05-20T16:35:23.847Z Compiling aead v0.5.2
22712026-05-20T16:35:23.867Z Compiling foreign-types-macros v0.2.3
22722026-05-20T16:35:23.970Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22732026-05-20T16:35:24.060Z Compiling serde_path_to_error v0.1.20
22742026-05-20T16:35:24.135Z Compiling hostname v0.4.2
22752026-05-20T16:35:24.135Z Compiling proc-macro-error v1.0.4
22762026-05-20T16:35:24.283Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22772026-05-20T16:35:24.346Z Compiling instant v0.1.13
22782026-05-20T16:35:24.363Z Compiling cpufeatures v0.3.0
22792026-05-20T16:35:24.366Z Compiling foreign-types-shared v0.3.1
22802026-05-20T16:35:24.406Z Compiling debug-ignore v1.0.5
22812026-05-20T16:35:24.421Z Compiling typeid v1.0.3
22822026-05-20T16:35:24.459Z Compiling chacha20 v0.10.0
22832026-05-20T16:35:24.477Z Compiling backoff v0.4.0
22842026-05-20T16:35:24.499Z Compiling foreign-types v0.5.0
22852026-05-20T16:35:24.541Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22862026-05-20T16:35:24.555Z Compiling chacha20poly1305 v0.10.1
22872026-05-20T16:35:24.584Z Compiling parse-display v0.10.0
22882026-05-20T16:35:24.607Z Compiling argon2 v0.5.3
22892026-05-20T16:35:24.637Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22902026-05-20T16:35:24.718Z Compiling num_enum_derive v0.5.11
22912026-05-20T16:35:24.737Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22922026-05-20T16:35:24.759Z Compiling num_enum v0.7.5
22932026-05-20T16:35:24.790Z Compiling vsss-rs v3.3.4
22942026-05-20T16:35:24.908Z Compiling ciborium v0.2.2
22952026-05-20T16:35:25.141Z Compiling tabwriter v1.4.1
22962026-05-20T16:35:25.173Z Compiling regress v0.10.5
22972026-05-20T16:35:25.342Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22982026-05-20T16:35:25.488Z Compiling byte-wrapper v0.1.0
22992026-05-20T16:35:25.528Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23002026-05-20T16:35:25.667Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23012026-05-20T16:35:25.677Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23022026-05-20T16:35:25.695Z Compiling cstr-argument v0.1.2
23032026-05-20T16:35:25.714Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23042026-05-20T16:35:25.762Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23052026-05-20T16:35:25.893Z Compiling erased-serde v0.4.9
23062026-05-20T16:35:25.998Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23072026-05-20T16:35:26.116Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-05-20T16:35:26.171Z Compiling num_enum v0.5.11
23092026-05-20T16:35:26.276Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23102026-05-20T16:35:26.308Z Compiling rand v0.10.0
23112026-05-20T16:35:26.326Z Compiling rayon v1.11.0
23122026-05-20T16:35:26.350Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23132026-05-20T16:35:26.433Z Compiling indent_write v2.2.0
23142026-05-20T16:35:26.448Z Compiling libefi-sys v0.1.0
23152026-05-20T16:35:26.463Z Compiling colored v3.1.1
23162026-05-20T16:35:26.540Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23172026-05-20T16:35:26.557Z Compiling zone_cfg_derive v0.3.1
23182026-05-20T16:35:26.607Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23192026-05-20T16:35:26.721Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23202026-05-20T16:35:26.736Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23212026-05-20T16:35:26.833Z Compiling camino-tempfile v1.4.1
23222026-05-20T16:35:27.017Z Compiling itertools v0.12.1
23232026-05-20T16:35:27.121Z Compiling usdt-attr-macro v0.5.0
23242026-05-20T16:35:27.187Z Compiling usdt-macro v0.5.0
23252026-05-20T16:35:27.203Z Compiling bitfield-struct v0.6.2
23262026-05-20T16:35:27.254Z Compiling num-derive v0.4.2
23272026-05-20T16:35:27.283Z Compiling ordered-float v2.10.1
23282026-05-20T16:35:27.300Z Compiling blake3 v1.8.3
23292026-05-20T16:35:27.587Z Compiling memmap v0.7.0
23302026-05-20T16:35:27.661Z Compiling sigpipe v0.1.3
23312026-05-20T16:35:27.779Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23322026-05-20T16:35:27.831Z Compiling swrite v0.1.0
23332026-05-20T16:35:27.847Z Compiling glob v0.3.3
23342026-05-20T16:35:27.871Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-05-20T16:35:27.896Z Compiling usdt v0.5.0
23362026-05-20T16:35:28.035Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23372026-05-20T16:35:28.149Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23382026-05-20T16:35:28.216Z Compiling serde-value v0.7.0
23392026-05-20T16:35:28.467Z Compiling zone v0.3.1
23402026-05-20T16:35:28.483Z Compiling serde-untagged v0.1.9
23412026-05-20T16:35:28.538Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23422026-05-20T16:35:28.726Z Compiling toml v0.8.23
23432026-05-20T16:35:28.781Z Compiling smf v0.2.3
23442026-05-20T16:35:28.837Z Compiling filetime v0.2.27
23452026-05-20T16:35:28.853Z Compiling xattr v1.6.1
23462026-05-20T16:35:28.853Z Compiling whoami v1.6.1
23472026-05-20T16:35:28.888Z Compiling constant_time_eq v0.4.2
23482026-05-20T16:35:28.943Z Compiling arrayref v0.3.9
23492026-05-20T16:35:29.051Z Compiling arrayvec v0.7.6
23502026-05-20T16:35:29.071Z Compiling unicode-xid v0.2.6
23512026-05-20T16:35:29.104Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-05-20T16:35:29.111Z Compiling tar v0.4.45
23532026-05-20T16:35:29.117Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23542026-05-20T16:35:29.187Z Compiling cargo-util-schemas v0.8.2
23552026-05-20T16:35:29.246Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-05-20T16:35:29.363Z Compiling tokio-dtrace v0.1.1
23572026-05-20T16:35:29.381Z Compiling console v0.16.2
23582026-05-20T16:35:29.725Z Compiling gethostname v0.5.0
23592026-05-20T16:35:29.877Z Compiling cargo-platform v0.2.0
23602026-05-20T16:35:29.960Z Compiling unit-prefix v0.5.2
23612026-05-20T16:35:29.970Z Compiling topological-sort v0.2.2
23622026-05-20T16:35:29.970Z Compiling oxide-tokio-rt v0.1.4
23632026-05-20T16:35:30.043Z Compiling shell-words v1.1.1
23642026-05-20T16:35:30.127Z Compiling indicatif v0.18.4
23652026-05-20T16:35:30.161Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23662026-05-20T16:35:30.400Z Compiling cargo_metadata v0.21.0
23672026-05-20T16:35:39.712Z Compiling progenitor-client v0.10.0
23682026-05-20T16:35:39.715Z Compiling omicron-zone-package v0.12.2
23692026-05-20T16:35:39.781Z Compiling progenitor-client v0.14.0
23702026-05-20T16:35:40.217Z Compiling progenitor-extras v0.2.0
23712026-05-20T16:35:42.647Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23722026-05-20T16:35:42.717Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23732026-05-20T16:35:42.732Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23742026-05-20T16:35:42.738Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23752026-05-20T16:35:42.748Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23762026-05-20T16:35:42.751Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23772026-05-20T16:35:43.043Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23782026-05-20T16:35:43.065Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23792026-05-20T16:35:43.088Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23802026-05-20T16:35:47.141Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23812026-05-20T16:35:54.738Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23822026-05-20T16:35:57.791Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23832026-05-20T16:35:58.756Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23842026-05-20T16:36:08.586Z Finished `release` profile [optimized] target(s) in 1m 44s
23852026-05-20T16:36:08.736Z Running `target/release/omicron-package -t test target create -p dev`
23862026-05-20T16:36:08.799ZLogging to: /work/oxidecomputer/omicron/out/LOG
23872026-05-20T16:36:08.802ZCreated new build target 'test' and set it as active
23882026-05-20T16:36:08.802Z
23892026-05-20T16:36:08.802Zreal 1:44.470677951
23902026-05-20T16:36:08.802Zuser 17:02.276501550
23912026-05-20T16:36:08.802Zsys 2:36.520547737
23922026-05-20T16:36:08.802Ztrap 0.466792246
23932026-05-20T16:36:08.802Ztflt 2.905504419
23942026-05-20T16:36:08.802Zdflt 4.364673816
23952026-05-20T16:36:08.802Zkflt 0.000737441
23962026-05-20T16:36:08.802Zlock 53:00.926007257
23972026-05-20T16:36:08.803Zslp 43:22.545651285
23982026-05-20T16:36:08.803Zlat 43.074305549
23992026-05-20T16:36:08.803Zstop 5:27.085957069
24002026-05-20T16:36:08.806Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24012026-05-20T16:36:09.690Z Finished `release` profile [optimized] target(s) in 0.87s
24022026-05-20T16:36:09.767Z Running `target/release/omicron-package -t test package`
24032026-05-20T16:36:09.825ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-05-20T16:36:11.245Z Compiling heck v0.5.0
24052026-05-20T16:36:11.245Z Compiling regress v0.11.1
24062026-05-20T16:36:11.248Z Compiling unsafe-libyaml v0.2.11
24072026-05-20T16:36:11.506Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-05-20T16:36:11.525Z Compiling regress v0.10.5
24092026-05-20T16:36:11.552Z Compiling is-terminal v0.4.17
24102026-05-20T16:36:11.552Z Compiling unicode-width v0.1.14
24112026-05-20T16:36:11.587Z Compiling prettyplease v0.2.37
24122026-05-20T16:36:11.587Z Compiling bytecount v0.6.9
24132026-05-20T16:36:11.591Z Compiling rustls v0.22.4
24142026-05-20T16:36:11.591Z Compiling rustls-webpki v0.102.8
24152026-05-20T16:36:11.591Z Compiling derive-where v1.6.0
24162026-05-20T16:36:11.591Z Compiling thread_local v1.1.9
24172026-05-20T16:36:11.609Z Compiling compression-core v0.4.31
24182026-05-20T16:36:11.612Z Compiling match_cfg v0.1.0
24192026-05-20T16:36:11.730Z Compiling hostname v0.3.1
24202026-05-20T16:36:11.749Z Compiling multer v3.1.0
24212026-05-20T16:36:11.793Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24222026-05-20T16:36:11.816Z Compiling compression-codecs v0.4.37
24232026-05-20T16:36:11.838Z Compiling slog-async v2.8.0
24242026-05-20T16:36:11.863Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24252026-05-20T16:36:11.867Z Compiling crossbeam-channel v0.5.15
24262026-05-20T16:36:11.907Z Compiling slog-json v2.6.1
24272026-05-20T16:36:11.911Z Compiling serde_spanned v1.0.4
24282026-05-20T16:36:11.911Z Compiling toml_datetime v1.0.0+spec-1.1.0
24292026-05-20T16:36:11.969Z Compiling serde_yaml v0.9.34+deprecated
24302026-05-20T16:36:12.041Z Compiling take_mut v0.2.2
24312026-05-20T16:36:12.066Z Compiling toml_writer v1.0.6+spec-1.1.0
24322026-05-20T16:36:12.082Z Compiling term v1.2.1
24332026-05-20T16:36:12.136Z Compiling slog-bunyan v2.5.0
24342026-05-20T16:36:12.156Z Compiling async-compression v0.4.41
24352026-05-20T16:36:12.300Z Compiling toml v1.0.6+spec-1.1.0
24362026-05-20T16:36:12.351Z Compiling dropshot v0.17.0
24372026-05-20T16:36:12.351Z Compiling async-stream v0.3.6
24382026-05-20T16:36:12.393Z Compiling slog-term v2.9.2
24392026-05-20T16:36:12.420Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24402026-05-20T16:36:12.494Z Compiling num-rational v0.4.2
24412026-05-20T16:36:12.567Z Compiling progenitor-client v0.14.0
24422026-05-20T16:36:12.590Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24432026-05-20T16:36:12.612Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24442026-05-20T16:36:12.615Z Compiling waitgroup v0.1.2
24452026-05-20T16:36:12.688Z Compiling backon v1.6.0
24462026-05-20T16:36:12.775Z Compiling rustls-pemfile v2.2.0
24472026-05-20T16:36:12.839Z Compiling num-complex v0.4.6
24482026-05-20T16:36:12.863Z Compiling serde_path_to_error v0.1.20
24492026-05-20T16:36:12.907Z Compiling hostname v0.4.2
24502026-05-20T16:36:12.929Z Compiling instant v0.1.13
24512026-05-20T16:36:12.932Z Compiling debug-ignore v1.0.5
24522026-05-20T16:36:12.932Z Compiling progenitor-extras v0.2.0
24532026-05-20T16:36:12.992Z Compiling typify-impl v0.6.2
24542026-05-20T16:36:13.062Z Compiling backoff v0.4.0
24552026-05-20T16:36:13.066Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24562026-05-20T16:36:13.105Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24572026-05-20T16:36:13.280Z Compiling num v0.4.3
24582026-05-20T16:36:13.301Z Compiling parse-display v0.10.0
24592026-05-20T16:36:13.325Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24602026-05-20T16:36:13.348Z Compiling progenitor-client v0.10.0
24612026-05-20T16:36:13.386Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24622026-05-20T16:36:13.408Z Compiling macaddr v1.0.1
24632026-05-20T16:36:13.490Z Compiling float-ord v0.3.2
24642026-05-20T16:36:13.594Z Compiling console v0.15.11
24652026-05-20T16:36:13.659Z Compiling newline-converter v0.3.0
24662026-05-20T16:36:13.682Z Compiling atomicwrites v0.4.4
24672026-05-20T16:36:13.682Z Compiling progenitor-client v0.13.0
24682026-05-20T16:36:13.776Z Compiling slog-dtrace v0.3.0
24692026-05-20T16:36:13.820Z Compiling owo-colors v4.3.0
24702026-05-20T16:36:13.946Z Compiling tokio-rustls v0.25.0
24712026-05-20T16:36:14.013Z Compiling expectorate v1.2.0
24722026-05-20T16:36:14.097Z Compiling resolv-conf v0.7.6
24732026-05-20T16:36:14.120Z Compiling cancel-safe-futures v0.1.5
24742026-05-20T16:36:14.214Z Compiling toml v0.8.23
24752026-05-20T16:36:14.236Z Compiling libsw-core v0.3.2
24762026-05-20T16:36:14.309Z Compiling linked-hash-map v0.5.6
24772026-05-20T16:36:14.445Z Compiling libsw v3.5.0
24782026-05-20T16:36:14.563Z Compiling linear-map v1.2.0
24792026-05-20T16:36:14.567Z Compiling lru-cache v0.1.2
24802026-05-20T16:36:14.732Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24812026-05-20T16:36:14.756Z Compiling minimal-lexical v0.2.1
24822026-05-20T16:36:14.786Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24832026-05-20T16:36:14.810Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24842026-05-20T16:36:14.832Z Compiling hickory-proto v0.24.4
24852026-05-20T16:36:14.868Z Compiling unicode-xid v0.2.6
24862026-05-20T16:36:14.888Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24872026-05-20T16:36:15.025Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24882026-05-20T16:36:15.046Z Compiling nom v7.1.3
24892026-05-20T16:36:15.049Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24902026-05-20T16:36:15.223Z Compiling convert_case v0.10.0
24912026-05-20T16:36:15.517Z Compiling derive_more-impl v2.1.1
24922026-05-20T16:36:15.895Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24932026-05-20T16:36:16.308Z Compiling derive_more v2.1.1
24942026-05-20T16:36:16.337Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24952026-05-20T16:36:16.426Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24962026-05-20T16:36:16.448Z Compiling papergrid v0.11.0
24972026-05-20T16:36:16.485Z Compiling typify-macro v0.6.2
24982026-05-20T16:36:16.508Z Compiling tabled_derive v0.7.0
24992026-05-20T16:36:16.689Z Compiling termtree v0.5.1
25002026-05-20T16:36:16.893Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25012026-05-20T16:36:17.136Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25022026-05-20T16:36:17.387Z Compiling hickory-resolver v0.24.4
25032026-05-20T16:36:17.564Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25042026-05-20T16:36:17.634Z Compiling tabled v0.15.0
25052026-05-20T16:36:17.785Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25062026-05-20T16:36:18.011Z Compiling typify v0.6.2
25072026-05-20T16:36:18.155Z Compiling progenitor-impl v0.14.0
25082026-05-20T16:36:18.866Z Compiling progenitor-impl v0.13.0
25092026-05-20T16:36:20.349Z Compiling progenitor-macro v0.14.0
25102026-05-20T16:36:20.660Z Compiling qorb v0.4.1
25112026-05-20T16:36:21.053Z Compiling progenitor-macro v0.13.0
25122026-05-20T16:36:22.142Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25132026-05-20T16:36:22.604Z Compiling crossterm v0.29.0
25142026-05-20T16:36:23.050Z Compiling phf_shared v0.12.1
25152026-05-20T16:36:23.301Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25162026-05-20T16:36:23.400Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25172026-05-20T16:36:23.923Z Compiling csv-core v0.1.13
25182026-05-20T16:36:23.954Z Compiling vte v0.14.1
25192026-05-20T16:36:24.222Z Compiling highway v1.3.0
25202026-05-20T16:36:24.367Z Compiling chrono-tz v0.10.4
25212026-05-20T16:36:24.391Z Compiling strip-ansi-escapes v0.2.1
25222026-05-20T16:36:24.454Z Compiling progenitor v0.14.0
25232026-05-20T16:36:24.588Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25242026-05-20T16:36:24.670Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25252026-05-20T16:36:24.951Z Compiling csv v1.4.0
25262026-05-20T16:36:24.973Z Compiling phf v0.12.1
25272026-05-20T16:36:25.123Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25282026-05-20T16:36:25.128Z Compiling progenitor v0.13.0
25292026-05-20T16:36:25.182Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25302026-05-20T16:36:25.304Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25312026-05-20T16:36:25.490Z Compiling const_format_proc_macros v0.2.34
25322026-05-20T16:36:25.556Z Compiling fd-lock v4.0.4
25332026-05-20T16:36:25.642Z Compiling peg-macros v0.8.5
25342026-05-20T16:36:25.822Z Compiling nu-ansi-term v0.50.3
25352026-05-20T16:36:25.995Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25362026-05-20T16:36:26.330Z Compiling const_format v0.2.35
25372026-05-20T16:36:26.374Z Compiling reedline v0.40.0
25382026-05-20T16:36:26.957Z Compiling peg v0.8.5
25392026-05-20T16:36:27.072Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25402026-05-20T16:36:27.895Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25412026-05-20T16:36:27.934Z Compiling bcs v0.1.6
25422026-05-20T16:36:28.202Z Compiling semver v0.1.20
25432026-05-20T16:36:28.376Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25442026-05-20T16:36:28.501Z Compiling rustc_version v0.1.7
25452026-05-20T16:36:28.666Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25462026-05-20T16:36:28.730Z Compiling newtype_derive v0.1.6
25472026-05-20T16:36:28.958Z Compiling unicode-linebreak v0.1.5
25482026-05-20T16:36:29.182Z Compiling humantime v2.3.0
25492026-05-20T16:36:29.269Z Compiling smawk v0.3.2
25502026-05-20T16:36:29.301Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25512026-05-20T16:36:29.477Z Compiling textwrap v0.16.2
25522026-05-20T16:36:29.668Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25532026-05-20T16:36:29.688Z Compiling dropshot-api-manager-types v0.7.1
25542026-05-20T16:36:29.859Z Compiling base64 v0.21.7
25552026-05-20T16:36:30.359Z Compiling steno v0.4.1
25562026-05-20T16:36:30.398Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25572026-05-20T16:36:30.696Z Compiling tagptr v0.2.0
25582026-05-20T16:36:30.840Z Compiling utf-8 v0.7.6
25592026-05-20T16:36:30.894Z Compiling moka v0.12.13
25602026-05-20T16:36:31.006Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25612026-05-20T16:36:31.141Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25622026-05-20T16:36:31.318Z Compiling tungstenite v0.21.0
25632026-05-20T16:36:31.348Z Compiling radium v0.7.0
25642026-05-20T16:36:31.436Z Compiling maybe-uninit v2.0.0
25652026-05-20T16:36:31.694Z Compiling tap v1.0.1
25662026-05-20T16:36:31.805Z Compiling num-derive v0.3.3
25672026-05-20T16:36:31.845Z Compiling wyz v0.5.1
25682026-05-20T16:36:31.974Z Compiling tokio-tungstenite v0.21.0
25692026-05-20T16:36:32.115Z Compiling hickory-resolver v0.25.2
25702026-05-20T16:36:32.145Z Compiling zerocopy-derive v0.6.6
25712026-05-20T16:36:32.356Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25722026-05-20T16:36:32.692Z Compiling proc-macro-error-attr2 v2.0.0
25732026-05-20T16:36:32.716Z Compiling packed_struct v0.10.1
25742026-05-20T16:36:32.921Z Compiling funty v2.0.0
25752026-05-20T16:36:32.994Z Compiling display-error-chain v0.2.2
25762026-05-20T16:36:33.102Z Compiling crc-catalog v2.4.0
25772026-05-20T16:36:33.175Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25782026-05-20T16:36:33.230Z Compiling crc v3.4.0
25792026-05-20T16:36:33.460Z Compiling bitvec v1.0.1
25802026-05-20T16:36:33.479Z Compiling proc-macro-error2 v2.0.1
25812026-05-20T16:36:33.550Z Compiling zerocopy v0.6.6
25822026-05-20T16:36:33.803Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25832026-05-20T16:36:33.875Z Compiling libscf-sys v1.1.0
25842026-05-20T16:36:34.059Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-05-20T16:36:34.221Z Compiling packed_struct_codegen v0.10.1
25862026-05-20T16:36:34.359Z Compiling bitfield-macros v0.19.4
25872026-05-20T16:36:35.073Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-05-20T16:36:35.241Z Compiling indexmap v1.9.3
25892026-05-20T16:36:35.286Z Compiling nodrop v0.1.14
25902026-05-20T16:36:35.419Z Compiling array-init v0.0.4
25912026-05-20T16:36:35.825Z Compiling bitfield v0.19.4
25922026-05-20T16:36:35.854Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-05-20T16:36:36.148Z Compiling smallvec v0.6.14
25942026-05-20T16:36:36.420Z Compiling tabled_derive v0.11.0
25952026-05-20T16:36:36.555Z Compiling papergrid v0.17.0
25962026-05-20T16:36:36.684Z Compiling testing_table v0.3.0
25972026-05-20T16:36:36.903Z Compiling vergen-lib v0.1.6
25982026-05-20T16:36:37.125Z Compiling hashbrown v0.12.3
25992026-05-20T16:36:37.153Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26002026-05-20T16:36:37.208Z Compiling serde-hex v0.1.0
26012026-05-20T16:36:37.279Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26022026-05-20T16:36:37.522Z Compiling ron v0.8.1
26032026-05-20T16:36:37.651Z Compiling hashbrown v0.13.2
26042026-05-20T16:36:38.157Z Compiling tabled v0.20.0
26052026-05-20T16:36:38.266Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26062026-05-20T16:36:38.288Z Compiling vergen-gitcl v1.0.8
26072026-05-20T16:36:38.513Z Compiling dirs-sys-next v0.1.2
26082026-05-20T16:36:38.632Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-05-20T16:36:38.788Z Compiling crunchy v0.2.4
26102026-05-20T16:36:38.869Z Compiling glob v0.3.3
26112026-05-20T16:36:39.013Z Compiling maplit v1.0.2
26122026-05-20T16:36:39.072Z Compiling crc-any v2.5.0
26132026-05-20T16:36:39.134Z Compiling diesel_derives v2.3.7
26142026-05-20T16:36:39.243Z Compiling clang-sys v1.8.1
26152026-05-20T16:36:39.332Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26162026-05-20T16:36:39.498Z Compiling dirs-next v2.0.0
26172026-05-20T16:36:39.548Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-05-20T16:36:39.634Z Compiling object v0.30.4
26192026-05-20T16:36:39.674Z Compiling scheduled-thread-pool v0.2.7
26202026-05-20T16:36:39.696Z Compiling dsl_auto_type v0.2.0
26212026-05-20T16:36:39.897Z Compiling diesel_table_macro_syntax v0.3.0
26222026-05-20T16:36:39.985Z Compiling path-slash v0.1.5
26232026-05-20T16:36:40.150Z Compiling xshell-macros v0.2.7
26242026-05-20T16:36:40.163Z Compiling tiny-keccak v2.0.2
26252026-05-20T16:36:40.182Z Compiling r2d2 v0.8.10
26262026-05-20T16:36:40.281Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26272026-05-20T16:36:40.444Z Compiling term v0.7.0
26282026-05-20T16:36:40.523Z Compiling xshell v0.2.7
26292026-05-20T16:36:40.782Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26302026-05-20T16:36:40.962Z Compiling downcast-rs v2.0.2
26312026-05-20T16:36:41.102Z Compiling crc8 v0.1.1
26322026-05-20T16:36:41.127Z Compiling bit-vec v0.6.3
26332026-05-20T16:36:41.254Z Compiling ascii-canvas v3.0.0
26342026-05-20T16:36:41.373Z Compiling bit-set v0.5.3
26352026-05-20T16:36:41.523Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26362026-05-20T16:36:41.544Z Compiling itertools v0.10.5
26372026-05-20T16:36:41.604Z Compiling ena v0.14.4
26382026-05-20T16:36:41.827Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26392026-05-20T16:36:41.884Z Compiling libloading v0.8.9
26402026-05-20T16:36:42.114Z Compiling unicase v2.9.0
26412026-05-20T16:36:42.329Z Compiling diff v0.1.13
26422026-05-20T16:36:42.435Z Compiling bindgen v0.71.1
26432026-05-20T16:36:42.618Z Compiling regex-syntax v0.6.29
26442026-05-20T16:36:42.729Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26452026-05-20T16:36:42.783Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-05-20T16:36:43.135Z Compiling cexpr v0.6.0
26472026-05-20T16:36:43.404Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26482026-05-20T16:36:43.626Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26492026-05-20T16:36:43.664Z Compiling rustc-hash v2.1.1
26502026-05-20T16:36:43.802Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26512026-05-20T16:36:43.823Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26522026-05-20T16:36:43.847Z Compiling typify-impl v0.4.3
26532026-05-20T16:36:44.020Z Compiling lalrpop v0.19.12
26542026-05-20T16:36:44.413Z Compiling headers-core v0.3.0
26552026-05-20T16:36:44.532Z Compiling git-stub v1.0.0
26562026-05-20T16:36:44.575Z Compiling libxml v0.3.3
26572026-05-20T16:36:44.747Z Compiling headers v0.4.1
26582026-05-20T16:36:44.809Z Compiling git-stub-vcs v0.1.0
26592026-05-20T16:36:44.940Z Compiling diesel v2.3.7
26602026-05-20T16:36:44.988Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-05-20T16:36:45.172Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26622026-05-20T16:36:45.401Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26632026-05-20T16:36:45.717Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26642026-05-20T16:36:45.902Z Compiling strum_macros v0.24.3
26652026-05-20T16:36:45.968Z Compiling indoc v1.0.9
26662026-05-20T16:36:46.366Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26672026-05-20T16:36:46.408Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26682026-05-20T16:36:46.608Z Compiling derive_builder v0.20.2
26692026-05-20T16:36:46.784Z Compiling oso-derive v0.27.3
26702026-05-20T16:36:47.200Z Compiling quick-xml v0.37.5
26712026-05-20T16:36:47.285Z Compiling impl-trait-for-tuples v0.2.3
26722026-05-20T16:36:47.313Z Compiling typify-macro v0.4.3
26732026-05-20T16:36:47.666Z Compiling half v1.8.3
26742026-05-20T16:36:47.859Z Compiling openssl-probe v0.1.6
26752026-05-20T16:36:48.114Z Compiling serde_cbor v0.11.2
26762026-05-20T16:36:48.159Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26772026-05-20T16:36:48.188Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26782026-05-20T16:36:48.345Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26792026-05-20T16:36:48.570Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26802026-05-20T16:36:48.808Z Compiling bb8 v0.8.6
26812026-05-20T16:36:48.829Z Compiling typify v0.4.3
26822026-05-20T16:36:48.872Z Compiling trait-variant v0.1.2
26832026-05-20T16:36:48.994Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26842026-05-20T16:36:49.023Z Compiling samael v0.0.19
26852026-05-20T16:36:49.124Z Compiling progenitor-impl v0.11.2
26862026-05-20T16:36:49.245Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26872026-05-20T16:36:49.322Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-05-20T16:36:49.439Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26892026-05-20T16:36:49.574Z Compiling fxhash v0.2.1
26902026-05-20T16:36:49.749Z Compiling libz-sys v1.1.24
26912026-05-20T16:36:49.898Z Compiling salty v0.3.0
26922026-05-20T16:36:50.213Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26932026-05-20T16:36:50.251Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
26942026-05-20T16:36:50.309Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26952026-05-20T16:36:50.361Z Compiling progenitor-client v0.11.2
26962026-05-20T16:36:50.403Z Compiling kstat-rs v0.2.4
26972026-05-20T16:36:50.679Z Compiling arc-swap v1.8.2
26982026-05-20T16:36:50.947Z Compiling fs-err v2.11.0
26992026-05-20T16:36:51.086Z Compiling nonempty v0.12.0
27002026-05-20T16:36:51.300Z Compiling progenitor-macro v0.11.2
27012026-05-20T16:36:51.409Z Compiling mime_guess v2.0.5
27022026-05-20T16:36:51.511Z Compiling polar-core v0.27.3
27032026-05-20T16:36:51.542Z Compiling slog-scope v4.4.1
27042026-05-20T16:36:51.949Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27052026-05-20T16:36:52.077Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27062026-05-20T16:36:52.529Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27072026-05-20T16:36:54.580Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27082026-05-20T16:36:55.103Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27092026-05-20T16:36:55.290Z Compiling progenitor v0.11.2
27102026-05-20T16:36:55.484Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27112026-05-20T16:36:55.502Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27122026-05-20T16:36:55.684Z Compiling darling_core v0.23.0
27132026-05-20T16:36:55.740Z Compiling nanorand v0.7.0
27142026-05-20T16:36:56.084Z Compiling libgit2-sys v0.18.3+1.9.2
27152026-05-20T16:36:56.118Z Compiling parking_lot_core v0.8.6
27162026-05-20T16:36:56.437Z Compiling flume v0.11.1
27172026-05-20T16:36:56.460Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-05-20T16:36:56.598Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27192026-05-20T16:36:56.849Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27202026-05-20T16:36:57.905Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27212026-05-20T16:36:58.839Z Compiling darling_macro v0.23.0
27222026-05-20T16:36:59.347Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27232026-05-20T16:37:01.120Z Compiling oso v0.27.3
27242026-05-20T16:37:04.362Z Compiling diesel-dtrace v0.5.0
27252026-05-20T16:37:04.664Z Compiling async-bb8-diesel v0.2.1
27262026-05-20T16:37:04.726Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27272026-05-20T16:37:05.049Z Compiling slog-stdlog v4.1.1
27282026-05-20T16:37:05.494Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27292026-05-20T16:37:05.518Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27302026-05-20T16:37:05.783Z Compiling primeorder v0.13.6
27312026-05-20T16:37:06.105Z Compiling atty v0.2.14
27322026-05-20T16:37:06.264Z Compiling parse-size v1.1.0
27332026-05-20T16:37:06.288Z Compiling http-range v0.1.5
27342026-05-20T16:37:06.489Z Compiling instability v0.3.11
27352026-05-20T16:37:06.666Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27362026-05-20T16:37:06.740Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27372026-05-20T16:37:06.761Z Compiling p384 v0.13.1
27382026-05-20T16:37:07.178Z Compiling slog-envlogger v2.2.0
27392026-05-20T16:37:07.963Z Compiling darling v0.23.0
27402026-05-20T16:37:08.078Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-05-20T16:37:08.789Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27422026-05-20T16:37:08.891Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-05-20T16:37:08.980Z Compiling ignore v0.4.25
27442026-05-20T16:37:09.340Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-20T16:37:09.614Z Compiling vergen-git2 v9.1.0
27462026-05-20T16:37:09.845Z Compiling castaway v0.2.4
27472026-05-20T16:37:10.005Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-20T16:37:10.205Z Compiling indoc v2.0.7
27492026-05-20T16:37:10.310Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-05-20T16:37:10.762Z Compiling compact_str v0.8.1
27512026-05-20T16:37:11.426Z Compiling globwalk v0.9.1
27522026-05-20T16:37:11.604Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27532026-05-20T16:37:11.925Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27542026-05-20T16:37:12.111Z Compiling parking_lot v0.11.2
27552026-05-20T16:37:12.156Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27562026-05-20T16:37:12.445Z Compiling hyper-staticfile v0.10.1
27572026-05-20T16:37:13.342Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27582026-05-20T16:37:13.654Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27592026-05-20T16:37:14.038Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27602026-05-20T16:37:14.042Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27612026-05-20T16:37:14.454Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-05-20T16:37:14.476Z Compiling predicates-tree v1.0.13
27632026-05-20T16:37:14.509Z Compiling unicode-truncate v1.1.0
27642026-05-20T16:37:14.605Z Compiling lru v0.12.5
27652026-05-20T16:37:14.698Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-05-20T16:37:14.722Z Compiling rand_seeder v0.4.0
27672026-05-20T16:37:14.834Z Compiling prefix-trie v0.7.0
27682026-05-20T16:37:14.940Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27692026-05-20T16:37:14.981Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27702026-05-20T16:37:15.113Z Compiling corncobs v0.1.4
27712026-05-20T16:37:15.231Z Compiling illumos-nvpair-sys v0.2.0
27722026-05-20T16:37:15.260Z Compiling cassowary v0.3.0
27732026-05-20T16:37:15.327Z Compiling rustls v0.21.12
27742026-05-20T16:37:15.392Z Compiling hickory-server v0.25.2
27752026-05-20T16:37:15.413Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-20T16:37:15.493Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-05-20T16:37:15.577Z Compiling ratatui v0.29.0
27782026-05-20T16:37:15.631Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27792026-05-20T16:37:15.831Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-05-20T16:37:15.995Z Compiling camino-tempfile-ext v0.3.3
27812026-05-20T16:37:16.084Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-05-20T16:37:16.171Z Compiling sled v0.34.7
27832026-05-20T16:37:16.869Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27842026-05-20T16:37:17.587Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27852026-05-20T16:37:17.659Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-05-20T16:37:19.164Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-05-20T16:37:19.926Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27882026-05-20T16:37:20.151Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27892026-05-20T16:37:20.268Z Compiling rustls-webpki v0.101.7
27902026-05-20T16:37:20.383Z Compiling sct v0.7.1
27912026-05-20T16:37:20.486Z Compiling secrecy v0.8.0
27922026-05-20T16:37:20.510Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27932026-05-20T16:37:20.819Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27942026-05-20T16:37:21.960Z Compiling git2 v0.20.4
27952026-05-20T16:37:22.019Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-05-20T16:37:23.121Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27972026-05-20T16:37:23.196Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27982026-05-20T16:37:23.219Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27992026-05-20T16:37:23.668Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28002026-05-20T16:37:23.905Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28012026-05-20T16:37:25.038Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28022026-05-20T16:37:25.266Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28032026-05-20T16:37:25.373Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28042026-05-20T16:37:25.493Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28052026-05-20T16:37:25.662Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28062026-05-20T16:37:25.724Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-05-20T16:37:25.920Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28082026-05-20T16:37:26.072Z Compiling void v1.0.2
28092026-05-20T16:37:26.206Z Compiling lzss v0.8.2
28102026-05-20T16:37:26.312Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28112026-05-20T16:37:26.336Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28122026-05-20T16:37:26.477Z Compiling illumos-nvpair v0.3.0
28132026-05-20T16:37:26.972Z Compiling tokio-rustls v0.24.1
28142026-05-20T16:37:27.511Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28152026-05-20T16:37:27.555Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28162026-05-20T16:37:29.063Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28172026-05-20T16:37:29.472Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28182026-05-20T16:37:29.939Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28192026-05-20T16:37:30.403Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28202026-05-20T16:37:30.664Z Compiling tungstenite v0.23.0
28212026-05-20T16:37:30.687Z Compiling rustls-pemfile v1.0.4
28222026-05-20T16:37:31.104Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-05-20T16:37:31.205Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28242026-05-20T16:37:31.434Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28252026-05-20T16:37:31.662Z Compiling nix v0.27.1
28262026-05-20T16:37:32.171Z Compiling twox-hash v2.1.2
28272026-05-20T16:37:32.676Z Compiling serde_bytes v0.11.19
28282026-05-20T16:37:32.887Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28292026-05-20T16:37:33.009Z Compiling tokio-tungstenite v0.23.1
28302026-05-20T16:37:33.079Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28312026-05-20T16:37:33.252Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28322026-05-20T16:37:33.407Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-05-20T16:37:34.316Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28342026-05-20T16:37:36.429Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28352026-05-20T16:37:37.294Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28362026-05-20T16:37:37.969Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372026-05-20T16:37:38.207Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28382026-05-20T16:37:38.537Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28392026-05-20T16:37:38.650Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28402026-05-20T16:37:38.724Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28412026-05-20T16:37:38.955Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28422026-05-20T16:37:39.097Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28432026-05-20T16:37:40.426Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28442026-05-20T16:37:41.510Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28452026-05-20T16:37:42.491Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28462026-05-20T16:37:42.583Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28472026-05-20T16:37:43.075Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28482026-05-20T16:37:43.860Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28492026-05-20T16:37:44.144Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28502026-05-20T16:37:44.438Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28512026-05-20T16:37:45.416Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28522026-05-20T16:37:45.521Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28532026-05-20T16:37:45.755Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28542026-05-20T16:37:46.482Z Compiling fatfs v0.3.6
28552026-05-20T16:37:46.584Z Compiling signal-hook-tokio v0.3.1
28562026-05-20T16:37:46.729Z Compiling yasna v0.5.2
28572026-05-20T16:37:46.772Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28582026-05-20T16:37:46.795Z Compiling is_ci v1.2.0
28592026-05-20T16:37:46.971Z Compiling assert_matches v1.5.0
28602026-05-20T16:37:47.010Z Compiling seq-macro v0.3.6
28612026-05-20T16:37:47.079Z Compiling supports-color v3.0.2
28622026-05-20T16:37:47.353Z Compiling rcgen v0.12.1
28632026-05-20T16:37:47.497Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28642026-05-20T16:37:47.762Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28652026-05-20T16:37:47.812Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28662026-05-20T16:37:48.223Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28672026-05-20T16:37:48.346Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28682026-05-20T16:37:48.462Z Compiling subprocess v0.2.15
28692026-05-20T16:37:48.582Z Compiling rtoolbox v0.0.3
28702026-05-20T16:37:48.870Z Compiling rpassword v7.4.0
28712026-05-20T16:37:49.151Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28722026-05-20T16:37:50.552Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28732026-05-20T16:37:50.657Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28742026-05-20T16:37:51.549Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28752026-05-20T16:37:51.690Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28762026-05-20T16:37:51.788Z Compiling tui-tree-widget v0.23.1
28772026-05-20T16:37:52.083Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28782026-05-20T16:37:52.109Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28792026-05-20T16:37:52.643Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28802026-05-20T16:37:52.703Z Compiling uzers v0.12.2
28812026-05-20T16:37:54.138Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28822026-05-20T16:37:54.161Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28832026-05-20T16:37:55.293Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28842026-05-20T16:37:56.549Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28852026-05-20T16:37:56.787Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28862026-05-20T16:37:58.983Z Compiling support-bundle-viewer v0.1.2
28872026-05-20T16:37:59.712Z Compiling multimap v0.10.1
28882026-05-20T16:38:09.340Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28892026-05-20T16:38:10.756Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28902026-05-20T16:38:19.914Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28912026-05-20T16:38:22.573Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28922026-05-20T16:46:19.001Z Finished `release` profile [optimized] target(s) in 10m 09s
28932026-05-20T16:47:05.904Z
28942026-05-20T16:47:05.918Zreal 10:57.072088206
28952026-05-20T16:47:05.919Zuser 1:19:42.585880647
28962026-05-20T16:47:05.919Zsys 3:31.170673886
28972026-05-20T16:47:05.919Ztrap 1.717422420
28982026-05-20T16:47:05.919Ztflt 2.591056069
28992026-05-20T16:47:05.919Zdflt 18.999622245
29002026-05-20T16:47:05.919Zkflt 0.075364576
29012026-05-20T16:47:05.919Zlock 7:50:45.980177492
29022026-05-20T16:47:05.919Zslp 2:18:02.032256968
29032026-05-20T16:47:05.919Zlat 2:24.940347217
29042026-05-20T16:47:05.919Zstop 5:13.586029853
29052026-05-20T16:47:05.919Z+ mapfile -t packages
29062026-05-20T16:47:05.919Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29072026-05-20T16:47:06.880Z Finished `release` profile [optimized] target(s) in 0.96s
29082026-05-20T16:47:06.952Z Running `target/release/omicron-package -t test list-outputs`
29092026-05-20T16:47:07.015ZLogging to: /work/oxidecomputer/omicron/out/LOG
29102026-05-20T16:47:07.018Z+ ptime -m cargo build --locked --release -p xtask
29112026-05-20T16:47:07.554Z Compiling libc v0.2.185
29122026-05-20T16:47:07.554Z Compiling serde v1.0.228
29132026-05-20T16:47:07.554Z Compiling serde_core v1.0.228
29142026-05-20T16:47:07.557Z Compiling rustix v1.1.3
29152026-05-20T16:47:07.557Z Compiling bitflags v2.11.0
29162026-05-20T16:47:07.557Z Compiling serde_json v1.0.149
29172026-05-20T16:47:07.681Z Compiling num-traits v0.2.19
29182026-05-20T16:47:07.701Z Compiling syn v2.0.117
29192026-05-20T16:47:07.726Z Compiling smallvec v1.15.1
29202026-05-20T16:47:07.726Z Compiling indexmap v2.14.0
29212026-05-20T16:47:07.738Z Compiling usdt-impl v0.5.0
29222026-05-20T16:47:07.771Z Compiling syn v1.0.109
29232026-05-20T16:47:07.784Z Compiling getrandom v0.4.1
29242026-05-20T16:47:07.796Z Compiling percent-encoding v2.3.2
29252026-05-20T16:47:07.912Z Compiling log v0.4.29
29262026-05-20T16:47:08.048Z Compiling form_urlencoded v1.2.2
29272026-05-20T16:47:08.174Z Compiling fs-err v3.3.0
29282026-05-20T16:47:08.177Z Compiling heck v0.4.1
29292026-05-20T16:47:08.200Z Compiling anyhow v1.0.102
29302026-05-20T16:47:08.225Z Compiling once_cell v1.21.3
29312026-05-20T16:47:08.407Z Compiling thread-id v4.2.2
29322026-05-20T16:47:08.410Z Compiling errno v0.3.14
29332026-05-20T16:47:08.474Z Compiling memmap v0.7.0
29342026-05-20T16:47:08.746Z Compiling ordered-float v2.10.1
29352026-05-20T16:47:09.290Z Compiling proc-macro-error v1.0.4
29362026-05-20T16:47:09.453Z Compiling terminal_size v0.4.3
29372026-05-20T16:47:09.453Z Compiling tempfile v3.25.0
29382026-05-20T16:47:09.544Z Compiling tabled_derive v0.7.0
29392026-05-20T16:47:09.556Z Compiling clap_builder v4.5.60
29402026-05-20T16:47:09.560Z Compiling textwrap v0.16.2
29412026-05-20T16:47:09.690Z Compiling camino-tempfile v1.4.1
29422026-05-20T16:47:10.229Z Compiling tabled v0.15.0
29432026-05-20T16:47:10.268Z Compiling synstructure v0.13.2
29442026-05-20T16:47:10.268Z Compiling pest_generator v2.8.6
29452026-05-20T16:47:10.677Z Compiling serde_derive v1.0.228
29462026-05-20T16:47:10.681Z Compiling zerofrom-derive v0.1.6
29472026-05-20T16:47:10.681Z Compiling yoke-derive v0.8.1
29482026-05-20T16:47:10.681Z Compiling zerovec-derive v0.11.2
29492026-05-20T16:47:10.681Z Compiling displaydoc v0.2.5
29502026-05-20T16:47:10.681Z Compiling thiserror-impl v1.0.69
29512026-05-20T16:47:10.681Z Compiling zerocopy-derive v0.7.35
29522026-05-20T16:47:10.681Z Compiling scroll_derive v0.12.1
29532026-05-20T16:47:10.681Z Compiling thiserror-impl v2.0.18
29542026-05-20T16:47:10.691Z Compiling clap_derive v4.5.55
29552026-05-20T16:47:10.818Z Compiling pest_derive v2.8.6
29562026-05-20T16:47:11.400Z Compiling scroll v0.12.0
29572026-05-20T16:47:11.540Z Compiling zerocopy v0.7.35
29582026-05-20T16:47:11.742Z Compiling goblin v0.8.2
29592026-05-20T16:47:11.770Z Compiling zerofrom v0.1.6
29602026-05-20T16:47:11.890Z Compiling yoke v0.8.1
29612026-05-20T16:47:11.903Z Compiling thiserror v1.0.69
29622026-05-20T16:47:11.932Z Compiling thiserror v2.0.18
29632026-05-20T16:47:12.003Z Compiling dtrace-parser v0.2.0
29642026-05-20T16:47:12.114Z Compiling zerovec v0.11.5
29652026-05-20T16:47:12.152Z Compiling zerotrie v0.2.3
29662026-05-20T16:47:12.391Z Compiling clap v4.5.60
29672026-05-20T16:47:12.762Z Compiling tinystr v0.8.2
29682026-05-20T16:47:12.821Z Compiling potential_utf v0.1.4
29692026-05-20T16:47:13.035Z Compiling icu_locale_core v2.1.1
29702026-05-20T16:47:13.038Z Compiling icu_collections v2.1.1
29712026-05-20T16:47:13.804Z Compiling icu_provider v2.1.1
29722026-05-20T16:47:13.978Z Compiling serde_spanned v0.6.9
29732026-05-20T16:47:14.170Z Compiling icu_normalizer v2.1.1
29742026-05-20T16:47:14.265Z Compiling icu_properties v2.1.2
29752026-05-20T16:47:14.381Z Compiling toml_datetime v0.6.11
29762026-05-20T16:47:14.635Z Compiling toml_edit v0.22.27
29772026-05-20T16:47:14.648Z Compiling dof v0.3.0
29782026-05-20T16:47:14.712Z Compiling serde_tokenstream v0.2.3
29792026-05-20T16:47:14.796Z Compiling serde-value v0.7.0
29802026-05-20T16:47:14.945Z Compiling cargo-platform v0.2.0
29812026-05-20T16:47:15.031Z Compiling macaddr v1.0.1
29822026-05-20T16:47:15.183Z Compiling idna_adapter v1.2.1
29832026-05-20T16:47:15.333Z Compiling idna v1.1.0
29842026-05-20T16:47:15.449Z Compiling usdt-attr-macro v0.5.0
29852026-05-20T16:47:15.449Z Compiling usdt-macro v0.5.0
29862026-05-20T16:47:15.680Z Compiling url v2.5.8
29872026-05-20T16:47:16.122Z Compiling usdt v0.5.0
29882026-05-20T16:47:16.219Z Compiling toml v0.8.23
29892026-05-20T16:47:16.696Z Compiling cargo-util-schemas v0.8.2
29902026-05-20T16:47:16.714Z Compiling cargo_toml v0.21.0
29912026-05-20T16:47:17.731Z Compiling cargo_metadata v0.21.0
29922026-05-20T16:47:20.863Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29932026-05-20T16:47:23.934Z Finished `release` profile [optimized] target(s) in 16.90s
29942026-05-20T16:47:24.101Z
29952026-05-20T16:47:24.101Zreal 17.043157606
29962026-05-20T16:47:24.101Zuser 2:26.062262903
29972026-05-20T16:47:24.101Zsys 17.273318644
29982026-05-20T16:47:24.101Ztrap 0.098465828
29992026-05-20T16:47:24.104Ztflt 0.517864935
30002026-05-20T16:47:24.105Zdflt 1.695216880
30012026-05-20T16:47:24.105Zkflt 0.000116025
30022026-05-20T16:47:24.105Zlock 5:29.666475793
30032026-05-20T16:47:24.105Zslp 3:31.465680225
30042026-05-20T16:47:24.105Zlat 6.695322634
30052026-05-20T16:47:24.105Zstop 20.606542619
30062026-05-20T16:47:24.105Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30072026-05-20T16:47:24.105Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30082026-05-20T16:47:24.105Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30092026-05-20T16:47:24.105Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30102026-05-20T16:47:24.105Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30112026-05-20T16:47:25.073Z Compiling newtype-uuid-macros v0.1.0
30122026-05-20T16:47:25.073Z Compiling progenitor-client v0.14.0
30132026-05-20T16:47:25.074Z Compiling structmeta-derive v0.3.0
30142026-05-20T16:47:25.077Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30152026-05-20T16:47:25.077Z Compiling rustls v0.22.4
30162026-05-20T16:47:25.077Z Compiling rustls-webpki v0.102.8
30172026-05-20T16:47:25.077Z Compiling multer v3.1.0
30182026-05-20T16:47:25.077Z Compiling compression-core v0.4.31
30192026-05-20T16:47:25.077Z Compiling match_cfg v0.1.0
30202026-05-20T16:47:25.077Z Compiling debug-ignore v1.0.5
30212026-05-20T16:47:25.077Z Compiling slog-json v2.6.1
30222026-05-20T16:47:25.077Z Compiling async-stream-impl v0.3.6
30232026-05-20T16:47:25.077Z Compiling toml_datetime v1.0.0+spec-1.1.0
30242026-05-20T16:47:25.255Z Compiling serde_spanned v1.0.4
30252026-05-20T16:47:25.258Z Compiling dropshot v0.17.0
30262026-05-20T16:47:25.278Z Compiling toml_writer v1.0.6+spec-1.1.0
30272026-05-20T16:47:25.390Z Compiling compression-codecs v0.4.37
30282026-05-20T16:47:25.407Z Compiling itertools v0.14.0
30292026-05-20T16:47:25.475Z Compiling hostname v0.3.1
30302026-05-20T16:47:25.494Z Compiling waitgroup v0.1.2
30312026-05-20T16:47:25.545Z Compiling toml v1.0.6+spec-1.1.0
30322026-05-20T16:47:25.567Z Compiling rustls-pemfile v2.2.0
30332026-05-20T16:47:25.600Z Compiling dropshot_endpoint v0.17.0
30342026-05-20T16:47:25.637Z Compiling slog-bunyan v2.5.0
30352026-05-20T16:47:25.687Z Compiling async-compression v0.4.41
30362026-05-20T16:47:25.687Z Compiling hostname v0.4.2
30372026-05-20T16:47:25.736Z Compiling serde_path_to_error v0.1.20
30382026-05-20T16:47:25.740Z Compiling regress v0.10.5
30392026-05-20T16:47:25.774Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30402026-05-20T16:47:25.814Z Compiling macaddr v1.0.1
30412026-05-20T16:47:25.817Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30422026-05-20T16:47:25.866Z Compiling instant v0.1.13
30432026-05-20T16:47:25.883Z Compiling async-stream v0.3.6
30442026-05-20T16:47:25.987Z Compiling backon v1.6.0
30452026-05-20T16:47:26.004Z Compiling backoff v0.4.0
30462026-05-20T16:47:26.021Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30472026-05-20T16:47:26.059Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30482026-05-20T16:47:26.077Z Compiling progenitor-client v0.10.0
30492026-05-20T16:47:26.093Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30502026-05-20T16:47:26.121Z Compiling universal-hash v0.5.1
30512026-05-20T16:47:26.175Z Compiling progenitor-extras v0.2.0
30522026-05-20T16:47:26.194Z Compiling opaque-debug v0.3.1
30532026-05-20T16:47:26.221Z Compiling regress v0.11.1
30542026-05-20T16:47:26.243Z Compiling half v2.7.1
30552026-05-20T16:47:26.283Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-05-20T16:47:26.283Z Compiling ciborium-io v0.2.2
30572026-05-20T16:47:26.316Z Compiling crucible-workspace-hack v0.1.0
30582026-05-20T16:47:26.418Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30592026-05-20T16:47:26.423Z Compiling unsafe-libyaml v0.2.11
30602026-05-20T16:47:26.453Z Compiling convert_case v0.4.0
30612026-05-20T16:47:26.470Z Compiling aead v0.5.2
30622026-05-20T16:47:26.513Z Compiling ciborium-ll v0.2.2
30632026-05-20T16:47:26.583Z Compiling secrecy v0.10.3
30642026-05-20T16:47:26.651Z Compiling structmeta v0.3.0
30652026-05-20T16:47:26.669Z Compiling poly1305 v0.8.0
30662026-05-20T16:47:26.711Z Compiling ciborium v0.2.2
30672026-05-20T16:47:26.729Z Compiling chacha20 v0.9.1
30682026-05-20T16:47:26.749Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30692026-05-20T16:47:26.766Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30702026-05-20T16:47:26.783Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30712026-05-20T16:47:26.786Z Compiling thiserror-impl-no-std v2.0.2
30722026-05-20T16:47:26.871Z Compiling derive_more v0.99.20
30732026-05-20T16:47:26.906Z Compiling derive-ex v0.1.8
30742026-05-20T16:47:26.924Z Compiling parse-display-derive v0.10.0
30752026-05-20T16:47:27.022Z Compiling serde_yaml v0.9.34+deprecated
30762026-05-20T16:47:27.047Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30772026-05-20T16:47:27.139Z Compiling byte-wrapper v0.1.0
30782026-05-20T16:47:27.158Z Compiling blake2 v0.10.6
30792026-05-20T16:47:27.240Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30802026-05-20T16:47:27.330Z Compiling password-hash v0.5.0
30812026-05-20T16:47:27.453Z Compiling chacha20poly1305 v0.10.1
30822026-05-20T16:47:27.479Z Compiling indent_write v2.2.0
30832026-05-20T16:47:27.495Z Compiling heapless v0.8.0
30842026-05-20T16:47:27.518Z Compiling toml_datetime v0.7.5+spec-1.1.0
30852026-05-20T16:47:27.630Z Compiling argon2 v0.5.3
30862026-05-20T16:47:27.653Z Compiling ingot-macros v0.1.1
30872026-05-20T16:47:27.765Z Compiling tokio-rustls v0.25.0
30882026-05-20T16:47:27.786Z Compiling toml_edit v0.23.10+spec-1.0.0
30892026-05-20T16:47:27.804Z Compiling tabwriter v1.4.1
30902026-05-20T16:47:28.055Z Compiling typify-impl v0.6.2
30912026-05-20T16:47:28.074Z Compiling thiserror-no-std v2.0.2
30922026-05-20T16:47:28.091Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30932026-05-20T16:47:28.192Z Compiling vsss-rs v3.3.4
30942026-05-20T16:47:28.397Z Compiling num-rational v0.4.2
30952026-05-20T16:47:28.653Z Compiling hash32 v0.3.1
30962026-05-20T16:47:28.735Z Compiling test-strategy v0.4.5
30972026-05-20T16:47:28.795Z Compiling parse-display v0.10.0
30982026-05-20T16:47:28.849Z Compiling num-complex v0.4.6
30992026-05-20T16:47:28.957Z Compiling smoltcp v0.11.0
31002026-05-20T16:47:28.975Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31012026-05-20T16:47:29.082Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31022026-05-20T16:47:29.147Z Compiling proc-macro-crate v3.4.0
31032026-05-20T16:47:29.213Z Compiling atomicwrites v0.4.4
31042026-05-20T16:47:29.257Z Compiling num v0.4.3
31052026-05-20T16:47:29.291Z Compiling cobs v0.3.0
31062026-05-20T16:47:29.327Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31072026-05-20T16:47:29.367Z Compiling float-ord v0.3.2
31082026-05-20T16:47:29.391Z Compiling colored v3.1.1
31092026-05-20T16:47:29.436Z Compiling proc-macro-error v1.0.4
31102026-05-20T16:47:29.523Z Compiling postcard v1.1.3
31112026-05-20T16:47:29.578Z Compiling proc-macro-crate v1.3.1
31122026-05-20T16:47:29.598Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31132026-05-20T16:47:29.614Z Compiling foreign-types-macros v0.2.3
31142026-05-20T16:47:29.649Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31152026-05-20T16:47:29.729Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31162026-05-20T16:47:29.753Z Compiling num_enum_derive v0.7.5
31172026-05-20T16:47:29.792Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31182026-05-20T16:47:29.808Z Compiling rayon-core v1.13.0
31192026-05-20T16:47:29.900Z Compiling cpufeatures v0.3.0
31202026-05-20T16:47:29.921Z Compiling foreign-types-shared v0.3.1
31212026-05-20T16:47:30.002Z Compiling chacha20 v0.10.0
31222026-05-20T16:47:30.057Z Compiling num_enum_derive v0.5.11
31232026-05-20T16:47:30.060Z Compiling toml v0.8.23
31242026-05-20T16:47:30.095Z Compiling crossbeam-deque v0.8.6
31252026-05-20T16:47:30.099Z Compiling camino-tempfile v1.4.1
31262026-05-20T16:47:30.099Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31272026-05-20T16:47:30.099Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31282026-05-20T16:47:30.276Z Compiling foreign-types v0.5.0
31292026-05-20T16:47:30.343Z Compiling cstr-argument v0.1.2
31302026-05-20T16:47:30.363Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31312026-05-20T16:47:30.363Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31322026-05-20T16:47:30.398Z Compiling rand v0.10.0
31332026-05-20T16:47:30.527Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31342026-05-20T16:47:30.630Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31352026-05-20T16:47:30.648Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-05-20T16:47:30.663Z Compiling zone_cfg_derive v0.3.1
31372026-05-20T16:47:30.733Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31382026-05-20T16:47:30.750Z Compiling ingot-types v0.1.2
31392026-05-20T16:47:30.801Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31402026-05-20T16:47:30.820Z Compiling rayon v1.11.0
31412026-05-20T16:47:30.823Z Compiling itertools v0.12.1
31422026-05-20T16:47:30.891Z Compiling num-derive v0.4.2
31432026-05-20T16:47:30.909Z Compiling num_enum v0.7.5
31442026-05-20T16:47:30.989Z Compiling sigpipe v0.1.3
31452026-05-20T16:47:31.028Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31462026-05-20T16:47:31.047Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31472026-05-20T16:47:31.064Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31482026-05-20T16:47:31.102Z Compiling prettyplease v0.2.37
31492026-05-20T16:47:31.122Z Compiling glob v0.3.3
31502026-05-20T16:47:31.200Z Compiling ingot v0.1.1
31512026-05-20T16:47:31.219Z Compiling num_enum v0.5.11
31522026-05-20T16:47:31.322Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31532026-05-20T16:47:31.353Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31542026-05-20T16:47:31.390Z Compiling smf v0.2.3
31552026-05-20T16:47:31.410Z Compiling whoami v1.6.1
31562026-05-20T16:47:31.413Z Compiling usdt-attr-macro v0.5.0
31572026-05-20T16:47:31.592Z Compiling usdt-macro v0.5.0
31582026-05-20T16:47:31.705Z Compiling gethostname v0.5.0
31592026-05-20T16:47:31.739Z Compiling memmap v0.7.0
31602026-05-20T16:47:31.844Z Compiling derive-where v1.6.0
31612026-05-20T16:47:31.861Z Compiling resolv-conf v0.7.6
31622026-05-20T16:47:31.903Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31632026-05-20T16:47:31.955Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31642026-05-20T16:47:31.971Z Compiling cancel-safe-futures v0.1.5
31652026-05-20T16:47:32.120Z Compiling zone v0.3.1
31662026-05-20T16:47:32.149Z Compiling owo-colors v4.3.0
31672026-05-20T16:47:32.243Z Compiling libsw-core v0.3.2
31682026-05-20T16:47:32.322Z Compiling console v0.15.11
31692026-05-20T16:47:32.339Z Compiling hickory-proto v0.24.4
31702026-05-20T16:47:32.399Z Compiling usdt v0.5.0
31712026-05-20T16:47:32.444Z Compiling libsw v3.5.0
31722026-05-20T16:47:32.518Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31732026-05-20T16:47:32.658Z Compiling newline-converter v0.3.0
31742026-05-20T16:47:32.677Z Compiling progenitor-client v0.13.0
31752026-05-20T16:47:32.694Z Compiling linear-map v1.2.0
31762026-05-20T16:47:32.728Z Compiling libefi-sys v0.1.0
31772026-05-20T16:47:32.801Z Compiling typify-macro v0.6.2
31782026-05-20T16:47:32.820Z Compiling linked-hash-map v0.5.6
31792026-05-20T16:47:32.856Z Compiling expectorate v1.2.0
31802026-05-20T16:47:32.874Z Compiling git-stub v1.0.0
31812026-05-20T16:47:32.975Z Compiling bitfield-struct v0.6.2
31822026-05-20T16:47:33.021Z Compiling semver v0.1.20
31832026-05-20T16:47:33.060Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31842026-05-20T16:47:33.113Z Compiling lru-cache v0.1.2
31852026-05-20T16:47:33.133Z Compiling git-stub-vcs v0.1.0
31862026-05-20T16:47:33.195Z Compiling tokio-dtrace v0.1.1
31872026-05-20T16:47:33.233Z Compiling rustc_version v0.1.7
31882026-05-20T16:47:33.271Z Compiling dropshot-api-manager-types v0.7.1
31892026-05-20T16:47:33.289Z Compiling slog-dtrace v0.3.0
31902026-05-20T16:47:33.292Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-05-20T16:47:33.292Z Compiling minimal-lexical v0.2.1
31922026-05-20T16:47:33.350Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31932026-05-20T16:47:33.426Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31942026-05-20T16:47:33.503Z Compiling oxide-tokio-rt v0.1.4
31952026-05-20T16:47:33.523Z Compiling newtype_derive v0.1.6
31962026-05-20T16:47:33.523Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31972026-05-20T16:47:33.558Z Compiling nom v7.1.3
31982026-05-20T16:47:33.597Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31992026-05-20T16:47:33.616Z Compiling phf_shared v0.12.1
32002026-05-20T16:47:33.640Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32012026-05-20T16:47:33.644Z Compiling csv-core v0.1.13
32022026-05-20T16:47:33.702Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-05-20T16:47:33.754Z Compiling xshell-macros v0.2.7
32042026-05-20T16:47:33.792Z Compiling chrono-tz v0.10.4
32052026-05-20T16:47:33.831Z Compiling highway v1.3.0
32062026-05-20T16:47:33.850Z Compiling const_format_proc_macros v0.2.34
32072026-05-20T16:47:33.962Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-05-20T16:47:34.060Z Compiling csv v1.4.0
32092026-05-20T16:47:34.081Z Compiling phf v0.12.1
32102026-05-20T16:47:34.198Z Compiling xshell v0.2.7
32112026-05-20T16:47:34.271Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32122026-05-20T16:47:34.290Z Compiling primeorder v0.13.6
32132026-05-20T16:47:34.400Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32142026-05-20T16:47:34.547Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32152026-05-20T16:47:34.593Z Compiling tabled_derive v0.7.0
32162026-05-20T16:47:34.613Z Compiling hickory-resolver v0.24.4
32172026-05-20T16:47:34.649Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32182026-05-20T16:47:34.751Z Compiling bcs v0.1.6
32192026-05-20T16:47:34.754Z Compiling typify v0.6.2
32202026-05-20T16:47:34.782Z Compiling const_format v0.2.35
32212026-05-20T16:47:34.902Z Compiling progenitor-impl v0.14.0
32222026-05-20T16:47:34.920Z Compiling progenitor-impl v0.13.0
32232026-05-20T16:47:35.002Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32242026-05-20T16:47:35.116Z Compiling termtree v0.5.1
32252026-05-20T16:47:35.149Z Compiling salty v0.3.0
32262026-05-20T16:47:35.179Z Compiling tagptr v0.2.0
32272026-05-20T16:47:35.307Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32282026-05-20T16:47:35.374Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32292026-05-20T16:47:35.433Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32302026-05-20T16:47:35.450Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32312026-05-20T16:47:35.539Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32322026-05-20T16:47:35.558Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32332026-05-20T16:47:35.666Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32342026-05-20T16:47:35.777Z Compiling qorb v0.4.1
32352026-05-20T16:47:35.881Z Compiling tabled v0.15.0
32362026-05-20T16:47:35.924Z Compiling moka v0.12.13
32372026-05-20T16:47:35.942Z Compiling textwrap v0.16.2
32382026-05-20T16:47:36.090Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32392026-05-20T16:47:36.353Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32402026-05-20T16:47:36.458Z Compiling steno v0.4.1
32412026-05-20T16:47:36.476Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32422026-05-20T16:47:36.651Z Compiling radium v0.7.0
32432026-05-20T16:47:36.701Z Compiling humantime v2.3.0
32442026-05-20T16:47:36.765Z Compiling base64 v0.21.7
32452026-05-20T16:47:36.984Z Compiling hickory-resolver v0.25.2
32462026-05-20T16:47:37.019Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32472026-05-20T16:47:37.142Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32482026-05-20T16:47:37.245Z Compiling p384 v0.13.1
32492026-05-20T16:47:37.291Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32502026-05-20T16:47:37.444Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32512026-05-20T16:47:37.462Z Compiling typify-impl v0.4.3
32522026-05-20T16:47:37.568Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32532026-05-20T16:47:37.702Z Compiling progenitor-macro v0.14.0
32542026-05-20T16:47:37.732Z Compiling progenitor-macro v0.13.0
32552026-05-20T16:47:37.778Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32562026-05-20T16:47:37.802Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32572026-05-20T16:47:37.850Z Compiling maybe-uninit v2.0.0
32582026-05-20T16:47:37.917Z Compiling tap v1.0.1
32592026-05-20T16:47:38.013Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32602026-05-20T16:47:38.083Z Compiling wyz v0.5.1
32612026-05-20T16:47:38.316Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32622026-05-20T16:47:38.365Z Compiling proc-macro-error-attr2 v2.0.0
32632026-05-20T16:47:38.469Z Compiling utf-8 v0.7.6
32642026-05-20T16:47:38.527Z Compiling packed_struct v0.10.1
32652026-05-20T16:47:38.685Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32662026-05-20T16:47:38.688Z Compiling funty v2.0.0
32672026-05-20T16:47:38.822Z Compiling parking_lot_core v0.8.6
32682026-05-20T16:47:38.868Z Compiling proc-macro-error2 v2.0.1
32692026-05-20T16:47:38.951Z Compiling tungstenite v0.21.0
32702026-05-20T16:47:39.108Z Compiling bitvec v1.0.1
32712026-05-20T16:47:39.155Z Compiling polyval v0.6.2
32722026-05-20T16:47:39.188Z Compiling packed_struct_codegen v0.10.1
32732026-05-20T16:47:39.206Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32742026-05-20T16:47:39.239Z Compiling num-derive v0.3.3
32752026-05-20T16:47:39.364Z Compiling bitfield-macros v0.19.4
32762026-05-20T16:47:39.380Z Compiling zerocopy-derive v0.6.6
32772026-05-20T16:47:39.424Z Compiling indexmap v1.9.3
32782026-05-20T16:47:39.657Z Compiling nodrop v0.1.14
32792026-05-20T16:47:39.675Z Compiling crc-catalog v2.4.0
32802026-05-20T16:47:39.755Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32812026-05-20T16:47:39.784Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32822026-05-20T16:47:39.810Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32832026-05-20T16:47:39.867Z Compiling crc v3.4.0
32842026-05-20T16:47:40.039Z Compiling array-init v0.0.4
32852026-05-20T16:47:40.106Z Compiling tokio-tungstenite v0.21.0
32862026-05-20T16:47:40.124Z Compiling ghash v0.5.1
32872026-05-20T16:47:40.171Z Compiling bitfield v0.19.4
32882026-05-20T16:47:40.236Z Compiling libscf-sys v1.1.0
32892026-05-20T16:47:40.299Z Compiling tabled_derive v0.11.0
32902026-05-20T16:47:40.318Z Compiling zerocopy v0.6.6
32912026-05-20T16:47:40.412Z Compiling smallvec v0.6.14
32922026-05-20T16:47:40.473Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32932026-05-20T16:47:40.517Z Compiling papergrid v0.17.0
32942026-05-20T16:47:40.661Z Compiling testing_table v0.3.0
32952026-05-20T16:47:40.687Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-05-20T16:47:40.704Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32972026-05-20T16:47:40.730Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32982026-05-20T16:47:40.819Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
32992026-05-20T16:47:40.852Z Compiling ctr v0.9.2
33002026-05-20T16:47:40.919Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-05-20T16:47:41.061Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33022026-05-20T16:47:41.085Z Compiling hashbrown v0.12.3
33032026-05-20T16:47:41.102Z Compiling illumos-nvpair-sys v0.2.0
33042026-05-20T16:47:41.266Z Compiling corncobs v0.1.4
33052026-05-20T16:47:41.286Z Compiling unicase v2.9.0
33062026-05-20T16:47:41.330Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-05-20T16:47:41.389Z Compiling aes-gcm v0.10.3
33082026-05-20T16:47:41.410Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-05-20T16:47:41.479Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-05-20T16:47:41.531Z Compiling mime_guess v2.0.5
33112026-05-20T16:47:41.550Z Compiling tabled v0.20.0
33122026-05-20T16:47:41.620Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33132026-05-20T16:47:41.774Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33142026-05-20T16:47:41.868Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33152026-05-20T16:47:42.003Z Compiling serde-hex v0.1.0
33162026-05-20T16:47:42.022Z Compiling parking_lot v0.11.2
33172026-05-20T16:47:42.064Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33182026-05-20T16:47:42.231Z Compiling typify-macro v0.4.3
33192026-05-20T16:47:42.336Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33202026-05-20T16:47:42.399Z Compiling ron v0.8.1
33212026-05-20T16:47:42.446Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33222026-05-20T16:47:42.476Z Compiling progenitor-client v0.11.2
33232026-05-20T16:47:42.547Z Compiling hashbrown v0.13.2
33242026-05-20T16:47:42.672Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33252026-05-20T16:47:42.914Z Compiling ssh-encoding v0.2.0
33262026-05-20T16:47:43.136Z Compiling prefix-trie v0.7.0
33272026-05-20T16:47:43.180Z Compiling progenitor v0.13.0
33282026-05-20T16:47:43.199Z Compiling blowfish v0.9.1
33292026-05-20T16:47:43.216Z Compiling progenitor v0.14.0
33302026-05-20T16:47:43.267Z Compiling fxhash v0.2.1
33312026-05-20T16:47:43.308Z Compiling secrecy v0.8.0
33322026-05-20T16:47:43.362Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33332026-05-20T16:47:43.404Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33342026-05-20T16:47:43.482Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33352026-05-20T16:47:43.500Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33362026-05-20T16:47:43.503Z Compiling crc-any v2.5.0
33372026-05-20T16:47:43.558Z Compiling hickory-server v0.25.2
33382026-05-20T16:47:43.765Z Compiling sled v0.34.7
33392026-05-20T16:47:43.798Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33402026-05-20T16:47:43.956Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33412026-05-20T16:47:43.987Z Compiling bcrypt-pbkdf v0.10.0
33422026-05-20T16:47:44.140Z Compiling ssh-cipher v0.2.0
33432026-05-20T16:47:44.215Z Compiling typify v0.4.3
33442026-05-20T16:47:44.317Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33452026-05-20T16:47:44.336Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33462026-05-20T16:47:44.365Z Compiling progenitor-impl v0.11.2
33472026-05-20T16:47:44.632Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-05-20T16:47:44.733Z Compiling object v0.30.4
33492026-05-20T16:47:44.831Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33502026-05-20T16:47:44.869Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33512026-05-20T16:47:44.972Z Compiling password-hash v0.4.2
33522026-05-20T16:47:45.014Z Compiling path-slash v0.1.5
33532026-05-20T16:47:45.154Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33542026-05-20T16:47:45.194Z Compiling crc8 v0.1.1
33552026-05-20T16:47:45.411Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33562026-05-20T16:47:45.532Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33572026-05-20T16:47:45.619Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33582026-05-20T16:47:45.675Z Compiling half v1.8.3
33592026-05-20T16:47:45.982Z Compiling http-range v0.1.5
33602026-05-20T16:47:46.213Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33612026-05-20T16:47:46.368Z Compiling serde_cbor v0.11.2
33622026-05-20T16:47:46.455Z Compiling pbkdf2 v0.11.0
33632026-05-20T16:47:46.683Z Compiling illumos-nvpair v0.3.0
33642026-05-20T16:47:46.834Z Compiling ssh-key v0.6.7
33652026-05-20T16:47:47.018Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33662026-05-20T16:47:47.188Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33672026-05-20T16:47:47.208Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33682026-05-20T16:47:47.226Z Compiling progenitor-macro v0.11.2
33692026-05-20T16:47:47.229Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33702026-05-20T16:47:47.471Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33712026-05-20T16:47:47.663Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33722026-05-20T16:47:47.743Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33732026-05-20T16:47:47.819Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33742026-05-20T16:47:48.069Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33752026-05-20T16:47:48.207Z Compiling p256 v0.13.2
33762026-05-20T16:47:48.253Z Compiling p521 v0.13.3
33772026-05-20T16:47:48.484Z Compiling yasna v0.5.2
33782026-05-20T16:47:48.611Z Compiling kstat-rs v0.2.4
33792026-05-20T16:47:48.630Z Compiling headers-core v0.3.0
33802026-05-20T16:47:48.647Z Compiling nanorand v0.7.0
33812026-05-20T16:47:48.732Z Compiling russh-cryptovec v0.7.3
33822026-05-20T16:47:48.775Z Compiling atty v0.2.14
33832026-05-20T16:47:48.793Z Compiling md5 v0.7.0
33842026-05-20T16:47:48.901Z Compiling home v0.5.12
33852026-05-20T16:47:48.921Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33862026-05-20T16:47:48.944Z Compiling rcgen v0.12.1
33872026-05-20T16:47:48.964Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33882026-05-20T16:47:48.964Z Compiling flume v0.11.1
33892026-05-20T16:47:48.998Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33902026-05-20T16:47:49.077Z Compiling russh-keys v0.45.0
33912026-05-20T16:47:49.109Z Compiling headers v0.4.1
33922026-05-20T16:47:49.228Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-05-20T16:47:49.290Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33942026-05-20T16:47:49.342Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33952026-05-20T16:47:49.644Z Compiling hyper-staticfile v0.10.1
33962026-05-20T16:47:49.701Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33972026-05-20T16:47:49.720Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33982026-05-20T16:47:49.740Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33992026-05-20T16:47:49.897Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34002026-05-20T16:47:49.944Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34012026-05-20T16:47:49.961Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34022026-05-20T16:47:50.147Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34032026-05-20T16:47:50.202Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34042026-05-20T16:47:50.282Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34052026-05-20T16:47:50.329Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34062026-05-20T16:47:50.509Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34072026-05-20T16:47:50.530Z Compiling num-bigint v0.4.6
34082026-05-20T16:47:50.632Z Compiling des v0.8.1
34092026-05-20T16:47:50.693Z Compiling subprocess v0.2.15
34102026-05-20T16:47:50.714Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34112026-05-20T16:47:50.717Z Compiling hex-literal v0.4.1
34122026-05-20T16:47:50.758Z Compiling display-error-chain v0.2.2
34132026-05-20T16:47:50.813Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34142026-05-20T16:47:50.855Z Compiling colored v2.2.0
34152026-05-20T16:47:50.858Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34162026-05-20T16:47:50.932Z Compiling socket2 v0.5.10
34172026-05-20T16:47:50.980Z Compiling internet-checksum v0.2.1
34182026-05-20T16:47:51.203Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34192026-05-20T16:47:51.388Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34202026-05-20T16:47:51.735Z Compiling russh v0.45.0
34212026-05-20T16:47:52.402Z Compiling progenitor v0.11.2
34222026-05-20T16:47:52.419Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34232026-05-20T16:47:52.422Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34242026-05-20T16:47:52.578Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34252026-05-20T16:47:54.995Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-05-20T16:47:55.677Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34272026-05-20T16:47:56.161Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34282026-05-20T16:47:57.639Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34292026-05-20T16:47:58.363Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34302026-05-20T16:48:05.790Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34312026-05-20T16:48:05.790Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34322026-05-20T16:48:05.790Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34332026-05-20T16:48:05.794Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34342026-05-20T16:48:07.576Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34352026-05-20T16:48:07.610Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34362026-05-20T16:48:11.856Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34372026-05-20T16:48:51.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34382026-05-20T16:48:52.224Z
34392026-05-20T16:48:52.229Zreal 1:28.052937633
34402026-05-20T16:48:52.229Zuser 8:23.620521960
34412026-05-20T16:48:52.229Zsys 1:43.903244159
34422026-05-20T16:48:52.229Ztrap 0.267166392
34432026-05-20T16:48:52.229Ztflt 0.591299074
34442026-05-20T16:48:52.229Zdflt 1.904683091
34452026-05-20T16:48:52.229Zkflt 0.000204128
34462026-05-20T16:48:52.229Zlock 28:30.257927066
34472026-05-20T16:48:52.229Zslp 19:16.533134462
34482026-05-20T16:48:52.229Zlat 40.101068756
34492026-05-20T16:48:52.229Zstop 2:48.950450028
34502026-05-20T16:48:52.229Z+ mkdir tests
34512026-05-20T16:48:52.229Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34522026-05-20T16:48:52.229Z+ xargs -I '{}' -t cp '{}' tests/
34532026-05-20T16:48:52.255Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7b2180a6dabf6135 tests/
34542026-05-20T16:48:52.285Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b21347dd2df4093b tests/
34552026-05-20T16:48:52.315Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a76109811f1ac8fd tests/
34562026-05-20T16:48:52.347Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1d4376d994581f70 tests/
34572026-05-20T16:48:52.644Z+ 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)
34582026-05-20T16:48:52.659Z+ 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-b21347dd2df4093b tests/commtest-a76109811f1ac8fd tests/dhcp_server-7b2180a6dabf6135 tests/end_to_end_tests-1d4376d994581f70 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
34592026-05-20T16:50:16.485ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34602026-05-20T16:50:16.485Za .github/buildomat/ci-env.sh 1K
34612026-05-20T16:50:16.485Za out/target/test 1K
34622026-05-20T16:50:16.485Za out/npuzone/npuzone 27402K
34632026-05-20T16:50:16.485Za package-manifest.toml 35K
34642026-05-20T16:50:16.485Za smf/sled-agent/non-gimlet/config.toml 6K
34652026-05-20T16:50:16.485Za target/release/omicron-package 46195K
34662026-05-20T16:50:16.485Za target/release/xtask 11449K
34672026-05-20T16:50:16.485Za target/debug/bootstrap 352514K
34682026-05-20T16:50:16.485Za tests/bootstrap-b21347dd2df4093b 31215K
34692026-05-20T16:50:16.485Za tests/commtest-a76109811f1ac8fd 32300K
34702026-05-20T16:50:16.485Za tests/dhcp_server-7b2180a6dabf6135 31215K
34712026-05-20T16:50:16.485Za tests/end_to_end_tests-1d4376d994581f70 394300K
34722026-05-20T16:50:16.486Za tools/opte_version 1K
34732026-05-20T16:50:16.486Za tools/opte_version_override 2K
34742026-05-20T16:50:16.486Za out/clickhouse.tar.gz 321453K
34752026-05-20T16:50:16.486Za out/clickhouse_keeper.tar.gz 306537K
34762026-05-20T16:50:16.486Za out/clickhouse_server.tar.gz 321450K
34772026-05-20T16:50:16.486Za out/cockroachdb.tar.gz 166075K
34782026-05-20T16:50:16.486Za out/crucible-pantry-zone.tar.gz 41102K
34792026-05-20T16:50:16.486Za out/crucible-utils.tar 16478K
34802026-05-20T16:50:16.486Za out/crucible-zone.tar.gz 56672K
34812026-05-20T16:50:16.486Za out/external-dns.tar.gz 51202K
34822026-05-20T16:50:16.486Za out/internal-dns.tar.gz 51202K
34832026-05-20T16:50:16.486Za out/mg-ddm-gz.tar 95141K
34842026-05-20T16:50:16.486Za out/nexus.tar.gz 272455K
34852026-05-20T16:50:16.486Za out/ntp.tar.gz 32754K
34862026-05-20T16:50:16.486Za out/omicron-gateway-softnpu.tar.gz 29672K
34872026-05-20T16:50:16.486Za out/omicron-sled-agent.tar 204112K
34882026-05-20T16:50:16.486Za out/overlay.tar.gz 3K
34892026-05-20T16:50:16.486Za out/oximeter.tar.gz 68082K
34902026-05-20T16:50:16.486Za out/oxlog.tar 3782K
34912026-05-20T16:50:16.486Za out/probe.tar.gz 3037K
34922026-05-20T16:50:16.486Za out/propolis-server.tar.gz 35483K
34932026-05-20T16:50:16.486Za out/pumpkind-gz.tar 26647K
34942026-05-20T16:50:16.486Za out/switch-softnpu.tar.gz 449202K
34952026-05-20T16:50:16.492Z
34962026-05-20T16:50:16.492Zreal 1:23.880354712
34972026-05-20T16:50:16.492Zuser 1:21.037396778
34982026-05-20T16:50:16.492Zsys 4.705963502
34992026-05-20T16:50:16.492Ztrap 0.007552858
35002026-05-20T16:50:16.492Ztflt 0.000000000
35012026-05-20T16:50:16.492Zdflt 0.000000000
35022026-05-20T16:50:16.492Zkflt 0.000000000
35032026-05-20T16:50:16.492Zlock 0.000000000
35042026-05-20T16:50:16.492Zslp 1:20.943863589
35052026-05-20T16:50:16.492Zlat 1.059784277
35062026-05-20T16:50:16.492Zstop 0.000219908
35072026-05-20T16:50:16.492Zprocess exited: duration 1076031 ms, exit code 0
 
35082026-05-20T16:50:16.509Zfound 1 output files
35092026-05-20T16:50:16.530Zuploading: /work/package.tar.gz (2552085636 bytes)
35102026-05-20T16:50:49.153Zuploaded: /work/package.tar.gz