01KRD3ZMAXGEW3T529S3HTSTZ0: 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: 01KRD40M6TS23DJJ9QA0G0581Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-12T03:35:30.919Zjob assigned to worker 01KRD40SHEWDS1TM30B904XB32 [factory aws, i-0d9b5c4cc5fbde4ec] (queued for 47 s)
 
22026-05-12T03:35:38.670Zstarting task 0: "setup"
32026-05-12T03:35:38.675Z++ uname -s
42026-05-12T03:35:38.678Z+ kern=SunOS
52026-05-12T03:35:38.678Z+ build_user=build
62026-05-12T03:35:38.678Z+ build_uid=12345
72026-05-12T03:35:38.678Z+ work_dir=/work
82026-05-12T03:35:38.678Z+ input_dir=/input
92026-05-12T03:35:38.678Z+ [[ 0 == 12345 ]]
102026-05-12T03:35:38.678Z+ case "$kern" in
112026-05-12T03:35:38.678Z+ groupadd -g 12345 build
122026-05-12T03:35:38.681Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-12T03:35:40.688Z+ zfs create -o mountpoint=/work rpool/work
142026-05-12T03:35:40.798Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-12T03:35:40.801Z+ home_fs=zfs
162026-05-12T03:35:40.802Z+ [[ zfs == autofs ]]
172026-05-12T03:35:40.802Z+ mkdir -p /home/build
182026-05-12T03:35:40.805Z+ chown build:build /home/build /work
192026-05-12T03:35:41.804Z+ chmod 0700 /home/build /work
202026-05-12T03:35:41.808Zprocess exited: duration 3140 ms, exit code 0
 
212026-05-12T03:35:41.814Zstarting task 1: "rust-toolchain"
222026-05-12T03:35:41.820Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-12T03:35:41.820Z * rust toolchain channel = "1.94.0"
242026-05-12T03:35:41.820Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-12T03:35:41.820Z * rust toolchain profile = "default"
262026-05-12T03:35:41.820Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-12T03:35:41.820Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-12T03:35:41.824Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-12T03:35:41.824Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-12T03:35:41.969Zinfo: downloading installer
312026-05-12T03:35:43.370Zwarn: It looks like you have an existing rustup settings file at:
322026-05-12T03:35:43.370Zwarn: /home/build/.rustup/settings.toml
332026-05-12T03:35:43.370Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-12T03:35:43.370Zwarn: instead of the one inferred from the default host triple.
352026-05-12T03:35:43.382Zinfo: profile set to default
362026-05-12T03:35:43.382Zinfo: default host triple is x86_64-unknown-illumos
372026-05-12T03:35:43.385Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-12T03:35:43.545Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-12T03:35:43.548Zinfo: downloading 6 components
402026-05-12T03:35:58.028Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-12T03:35:58.028Z
422026-05-12T03:35:58.058Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-12T03:35:58.058Z
442026-05-12T03:35:58.058Z
452026-05-12T03:35:58.058ZRust is installed now. Great!
462026-05-12T03:35:58.058Z
472026-05-12T03:35:58.058ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-12T03:35:58.058Zenvironment variable. This has not been done automatically.
492026-05-12T03:35:58.058Z
502026-05-12T03:35:58.058ZTo configure your current shell, you need to source
512026-05-12T03:35:58.058Zthe corresponding env file under $HOME/.cargo.
522026-05-12T03:35:58.058Z
532026-05-12T03:35:58.058ZThis is usually done by running one of the following (note the leading DOT):
542026-05-12T03:35:58.058Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-12T03:35:58.058Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-12T03:35:58.058Zsource "~/.cargo/env.nu" # For nushell
572026-05-12T03:35:58.058Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-12T03:35:58.058Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-12T03:35:58.058Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-12T03:35:58.061Zwarn: no default linker (`cc`) was found in your PATH
612026-05-12T03:35:58.062Zwarn: many Rust crates require a system C toolchain to build
622026-05-12T03:35:58.162Z+ rustup --version
632026-05-12T03:35:58.168Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-12T03:35:58.168Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-12T03:35:58.190Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-12T03:35:58.193Z+ cargo --version
672026-05-12T03:35:58.201Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-12T03:35:58.204Z+ rustc --version
692026-05-12T03:35:58.224Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-12T03:35:58.228Zprocess exited: duration 16413 ms, exit code 0
 
712026-05-12T03:35:58.234Zstarting task 2: "authentication"
722026-05-12T03:35:58.250ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-05-12T03:36:04.270Zprocess exited: duration 6035 ms, exit code 0
 
742026-05-12T03:36:04.277Zstarting task 3: "clone repository"
752026-05-12T03:36:04.283Z+ mkdir -p /work/oxidecomputer/omicron
762026-05-12T03:36:04.286Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-05-12T03:36:04.324ZCloning into '/work/oxidecomputer/omicron'...
782026-05-12T03:36:13.824Z+ cd /work/oxidecomputer/omicron
792026-05-12T03:36:13.827Z+ git fetch origin 7a402b0d0f9d4f528c1acf9da1cf10b2acc68213
802026-05-12T03:36:14.088ZFrom https://github.com/oxidecomputer/omicron
812026-05-12T03:36:14.088Z * branch 7a402b0d0f9d4f528c1acf9da1cf10b2acc68213 -> FETCH_HEAD
822026-05-12T03:36:14.103Z+ [[ -n '' ]]
832026-05-12T03:36:14.103Z+ git reset --hard 7a402b0d0f9d4f528c1acf9da1cf10b2acc68213
842026-05-12T03:36:14.190ZHEAD is now at 7a402b0d0 Update Rust crate diesel to v2.3.8 [SECURITY]
852026-05-12T03:36:14.194Zprocess exited: duration 9914 ms, exit code 0
 
862026-05-12T03:36:14.202Zstarting task 4: "build"
872026-05-12T03:36:14.207Z+ source .github/buildomat/ci-env.sh
882026-05-12T03:36:14.207Z++ export CARGO_TERM_COLOR=always
892026-05-12T03:36:14.207Z++ CARGO_TERM_COLOR=always
902026-05-12T03:36:14.207Z+ cargo --version
912026-05-12T03:36:14.216Zcargo 1.94.0 (85eff7c80 2026-01-15)
922026-05-12T03:36:14.219Z+ rustc --version
932026-05-12T03:36:14.254Zrustc 1.94.0 (4a4ef493e 2026-03-02)
942026-05-12T03:36:14.258Z+ WORK=/work
952026-05-12T03:36:14.258Z+ pfexec mkdir -p /work
962026-05-12T03:36:14.258Z+ pfexec chown build /work
972026-05-12T03:36:14.258Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
982026-05-12T03:36:15.718Z Startup: Refreshing catalog 'helios' ... Done
992026-05-12T03:36:15.765Z Startup: Caching catalogs ... Done
1002026-05-12T03:36:15.916ZPlanning: Solver setup ... Done (0.121s)
1012026-05-12T03:36:15.926ZPlanning: Running solver ... Done (0.009s)
1022026-05-12T03:36:15.931ZPlanning: Finding local manifests ... Done (0.003s)
1032026-05-12T03:36:15.941ZPlanning: Fetching manifests: 0/2 0% complete
1042026-05-12T03:36:15.957ZPlanning: Fetching manifests: 2/2 100% complete
1052026-05-12T03:36:15.971ZPlanning: Package planning ... Done (0.013s)
1062026-05-12T03:36:15.973ZPlanning: Merging actions ... Done (0.001s)
1072026-05-12T03:36:16.160ZPlanning: Checking for conflicting actions ... Done (0.188s)
1082026-05-12T03:36:16.164ZPlanning: Consolidating action changes ... Done (0.001s)
1092026-05-12T03:36:17.085ZPlanning: Evaluating mediators ... Done (0.924s)
1102026-05-12T03:36:17.088ZPlanning: Planning completed in 1.30 seconds
1112026-05-12T03:36:17.096Z Packages to install: 2
1122026-05-12T03:36:17.096Z Estimated space available: 156.10 GB
1132026-05-12T03:36:17.100ZEstimated space to be consumed: 16.95 MB
1142026-05-12T03:36:17.100Z Create boot environment: No
1152026-05-12T03:36:17.100ZCreate backup boot environment: No
1162026-05-12T03:36:17.100Z Rebuild boot archive: No
1172026-05-12T03:36:17.100Z
1182026-05-12T03:36:17.100ZChanged packages:
1192026-05-12T03:36:17.100Zhelios
1202026-05-12T03:36:17.100Z developer/build-essential
1212026-05-12T03:36:17.100Z None -> 11-3.0
1222026-05-12T03:36:17.100Z library/libxmlsec1
1232026-05-12T03:36:17.100Z None -> 1.2.35-3.0
1242026-05-12T03:36:17.122Z
1252026-05-12T03:36:17.122ZDownload: 0/214 items 0.0/1.3MB 0% complete
1262026-05-12T03:36:17.596ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1272026-05-12T03:36:17.651Z Actions: 1/268 actions (Installing new actions)
1282026-05-12T03:36:17.689Z Actions: Completed 268 actions in 0.04 seconds.
1292026-05-12T03:36:17.695ZFinalize: Updating package state database ... Done (0.005s)
1302026-05-12T03:36:17.695ZFinalize: Updating package cache ... Done (0.000s)
1312026-05-12T03:36:17.708ZFinalize: Updating image state ... Done (0.012s)
1322026-05-12T03:36:20.312ZFinalize: Creating fast lookup database ... Done (2.577s)
1332026-05-12T03:36:20.388ZFinalize: Reading search index ... Done (0.013s)
1342026-05-12T03:36:20.392ZFinalize: Updating search index ... Done (0.000s)
1352026-05-12T03:36:20.477ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-12T03:36:20.777ZPlanning: Evaluating mediator changes ... Done
1372026-05-12T03:36:20.875ZPlanning: Checking for conflicting actions ... Done
1382026-05-12T03:36:20.881ZPlanning: Consolidating action changes ... Done
1392026-05-12T03:36:21.032ZPlanning: Evaluating mediators ... Done
1402026-05-12T03:36:21.040ZPlanning: Planning completed in 0.27 seconds
1412026-05-12T03:36:21.073Z Mediators to change: 2
1422026-05-12T03:36:21.074Z Create boot environment: No
1432026-05-12T03:36:21.074ZCreate backup boot environment: No
1442026-05-12T03:36:21.127ZFinalize: Updating package state database ... Done
1452026-05-12T03:36:21.127ZFinalize: Updating package cache ... Done
1462026-05-12T03:36:21.135ZFinalize: Updating image state ... Done
1472026-05-12T03:36:23.072ZFinalize: Creating fast lookup database ... Done
1482026-05-12T03:36:23.137ZFinalize: Reading search index ... Done
1492026-05-12T03:36:23.141ZFinalize: Updating search index ... Done
1502026-05-12T03:36:23.230ZFinalize: Updating package cache ... Done
1512026-05-12T03:36:23.515ZPlanning: Evaluating mediator changes ... Done
1522026-05-12T03:36:23.619ZPlanning: Checking for conflicting actions ... Done
1532026-05-12T03:36:23.622ZPlanning: Consolidating action changes ... Done
1542026-05-12T03:36:23.778ZPlanning: Evaluating mediators ... Done
1552026-05-12T03:36:23.781ZPlanning: Planning completed in 0.26 seconds
1562026-05-12T03:36:23.802Z Mediators to change: 1
1572026-05-12T03:36:23.802Z Create boot environment: No
1582026-05-12T03:36:23.802ZCreate backup boot environment: No
1592026-05-12T03:36:23.865ZFinalize: Updating package state database ... Done
1602026-05-12T03:36:23.865ZFinalize: Updating package cache ... Done
1612026-05-12T03:36:23.872ZFinalize: Updating image state ... Done
1622026-05-12T03:36:25.829ZFinalize: Creating fast lookup database ... Done
1632026-05-12T03:36:25.898ZFinalize: Reading search index ... Done
1642026-05-12T03:36:25.902ZFinalize: Updating search index ... Done
1652026-05-12T03:36:25.961ZFinalize: Updating package cache ... Done
1662026-05-12T03:36:26.272ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1672026-05-12T03:36:26.272Zapache system 2.4 system
1682026-05-12T03:36:26.272Zclang system 15 system
1692026-05-12T03:36:26.272Zcsh system system illumos
1702026-05-12T03:36:26.272Zctags system system illumos
1712026-05-12T03:36:26.272Zfile vendor vendor darwinsys
1722026-05-12T03:36:26.272Zfile system system illumos
1732026-05-12T03:36:26.272Zgcc vendor 14 vendor
1742026-05-12T03:36:26.273Zgcc system 13 system
1752026-05-12T03:36:26.273Zgcc system 10 system
1762026-05-12T03:36:26.273Zgo system 1.25 system
1772026-05-12T03:36:26.273Zllvm system 15 system
1782026-05-12T03:36:26.273Zmariadb system 11.4 system
1792026-05-12T03:36:26.273Zmta vendor vendor dma
1802026-05-12T03:36:26.273Zopenjdk system 17 system
1812026-05-12T03:36:26.273Zopenjdk system 11 system
1822026-05-12T03:36:26.273Zopenssl vendor 3 vendor
1832026-05-12T03:36:26.273Zperl system 5.40 system
1842026-05-12T03:36:26.273Zpostgresql system 18 system
1852026-05-12T03:36:26.273Zpostgresql system 17 system
1862026-05-12T03:36:26.273Zpython vendor 3 vendor
1872026-05-12T03:36:26.273Zpython system 2 system
1882026-05-12T03:36:26.273Zpython3 vendor 3.13 vendor
1892026-05-12T03:36:26.273Zruby system 3.4 system
1902026-05-12T03:36:26.273Zruby system 3.0 system
1912026-05-12T03:36:26.273Zwords vendor vendor american-english
1922026-05-12T03:36:26.273Zwords system system australian-english
1932026-05-12T03:36:26.273Zwords system system british-english
1942026-05-12T03:36:26.274Zwords system system canadian-english
1952026-05-12T03:36:26.274Zwords system system french
1962026-05-12T03:36:26.274Zwords system system italian
1972026-05-12T03:36:26.274Zwords system system ngerman
1982026-05-12T03:36:26.274Zwords system system ogerman
1992026-05-12T03:36:26.274Zwords system system spanish
2002026-05-12T03:36:26.526ZPUBLISHER TYPE STATUS P LOCATION
2012026-05-12T03:36:26.527Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2022026-05-12T03:36:26.786ZFMRI IFO
2032026-05-12T03:36:26.786Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2042026-05-12T03:36:26.786Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2052026-05-12T03:36:26.787Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2062026-05-12T03:36:26.787Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2072026-05-12T03:36:26.787Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2082026-05-12T03:36:26.787Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2092026-05-12T03:36:26.787Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2102026-05-12T03:36:26.787Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2112026-05-12T03:36:26.787Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2122026-05-12T03:36:27.011Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2132026-05-12T03:36:27.275Z Updating crates.io index
2142026-05-12T03:36:27.279Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2152026-05-12T03:36:27.526Z Updating git repository `https://github.com/oxidecomputer/lldp`
2162026-05-12T03:36:28.291Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2172026-05-12T03:36:28.747Z Updating git repository `https://github.com/oxidecomputer/propolis`
2182026-05-12T03:36:29.972Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2192026-05-12T03:36:30.468Z Updating git repository `https://github.com/oxidecomputer/crucible`
2202026-05-12T03:36:31.774Z Updating git repository `https://github.com/oxidecomputer/opte`
2212026-05-12T03:36:32.705Z Updating git repository `https://github.com/oxidecomputer/tofino`
2222026-05-12T03:36:32.920Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2232026-05-12T03:36:33.671Z Updating git repository `https://github.com/oxidecomputer/clickward`
2242026-05-12T03:36:34.234Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2252026-05-12T03:36:34.660Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2262026-05-12T03:36:34.999Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2272026-05-12T03:36:36.015Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2282026-05-12T03:36:36.448Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-05-12T03:36:36.838Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-05-12T03:36:37.271Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-05-12T03:36:37.536Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-05-12T03:36:37.853Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-05-12T03:36:38.076Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-05-12T03:36:38.319Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-05-12T03:36:38.667Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-05-12T03:36:39.031Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2372026-05-12T03:36:39.587Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2382026-05-12T03:36:39.894Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2392026-05-12T03:36:40.169Z Updating git repository `https://github.com/oxidecomputer/ispf`
2402026-05-12T03:36:40.457Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412026-05-12T03:36:41.815Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-05-12T03:36:42.312Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-05-12T03:36:42.766Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2442026-05-12T03:36:42.995Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2452026-05-12T03:36:43.327Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2462026-05-12T03:36:43.623Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2472026-05-12T03:36:43.946Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2482026-05-12T03:36:44.406Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2492026-05-12T03:36:44.642Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2502026-05-12T03:36:44.926Z Updating git repository `https://github.com/illumos/smf-rs`
2512026-05-12T03:36:45.300Z Updating git repository `https://github.com/oxidecomputer/omicron`
2522026-05-12T03:36:56.937Z Downloading crates ...
2532026-05-12T03:36:57.015Z Downloaded byteorder v1.5.0
2542026-05-12T03:36:57.023Z Downloaded semver v1.0.28
2552026-05-12T03:36:57.026Z Downloaded pretty-hex v0.4.1
2562026-05-12T03:36:57.026Z Downloaded cpufeatures v0.2.17
2572026-05-12T03:36:57.026Z Downloaded serde-value v0.7.0
2582026-05-12T03:36:57.030Z Downloaded scroll v0.12.0
2592026-05-12T03:36:57.034Z Downloaded proc-macro2 v1.0.106
2602026-05-12T03:36:57.042Z Downloaded sha2 v0.10.9
2612026-05-12T03:36:57.045Z Downloaded textwrap v0.16.2
2622026-05-12T03:36:57.049Z Downloaded thread-id v4.2.2
2632026-05-12T03:36:57.049Z Downloaded tempfile v3.25.0
2642026-05-12T03:36:57.049Z Downloaded usdt-attr-macro v0.5.0
2652026-05-12T03:36:57.049Z Downloaded toml_datetime v0.6.11
2662026-05-12T03:36:57.052Z Downloaded pest_meta v2.8.6
2672026-05-12T03:36:57.052Z Downloaded toml v0.8.23
2682026-05-12T03:36:57.052Z Downloaded ucd-trie v0.1.7
2692026-05-12T03:36:57.056Z Downloaded typeid v1.0.3
2702026-05-12T03:36:57.056Z Downloaded num-traits v0.2.19
2712026-05-12T03:36:57.060Z Downloaded cfg-if v1.0.4
2722026-05-12T03:36:57.064Z Downloaded zerofrom-derive v0.1.6
2732026-05-12T03:36:57.064Z Downloaded yoke-derive v0.8.1
2742026-05-12T03:36:57.064Z Downloaded cargo_metadata v0.21.0
2752026-05-12T03:36:57.067Z Downloaded usdt v0.5.0
2762026-05-12T03:36:57.067Z Downloaded yoke v0.8.1
2772026-05-12T03:36:57.071Z Downloaded thiserror-impl v2.0.18
2782026-05-12T03:36:57.071Z Downloaded thiserror v2.0.18
2792026-05-12T03:36:57.074Z Downloaded serde_json v1.0.149
2802026-05-12T03:36:57.077Z Downloaded unicode-linebreak v0.1.5
2812026-05-12T03:36:57.077Z Downloaded cargo_toml v0.21.0
2822026-05-12T03:36:57.082Z Downloaded utf8parse v0.2.2
2832026-05-12T03:36:57.085Z Downloaded utf8_iter v1.0.4
2842026-05-12T03:36:57.085Z Downloaded tabled v0.15.0
2852026-05-12T03:36:57.092Z Downloaded zerovec-derive v0.11.2
2862026-05-12T03:36:57.095Z Downloaded zerofrom v0.1.6
2872026-05-12T03:36:57.095Z Downloaded thiserror-impl v1.0.69
2882026-05-12T03:36:57.095Z Downloaded anstyle-query v1.1.5
2892026-05-12T03:36:57.095Z Downloaded zmij v1.0.21
2902026-05-12T03:36:57.098Z Downloaded unicode-xid v0.2.6
2912026-05-12T03:36:57.098Z Downloaded toml_edit v0.22.27
2922026-05-12T03:36:57.102Z Downloaded cargo-util-schemas v0.8.2
2932026-05-12T03:36:57.102Z Downloaded terminal_size v0.4.3
2942026-05-12T03:36:57.102Z Downloaded equivalent v1.0.2
2952026-05-12T03:36:57.102Z Downloaded cargo-platform v0.2.0
2962026-05-12T03:36:57.105Z Downloaded thiserror v1.0.69
2972026-05-12T03:36:57.105Z Downloaded zerocopy-derive v0.7.35
2982026-05-12T03:36:57.109Z Downloaded itoa v1.0.17
2992026-05-12T03:36:57.109Z Downloaded form_urlencoded v1.2.2
3002026-05-12T03:36:57.112Z Downloaded percent-encoding v2.3.2
3012026-05-12T03:36:57.112Z Downloaded writeable v0.6.2
3022026-05-12T03:36:57.112Z Downloaded version_check v0.9.5
3032026-05-12T03:36:57.112Z Downloaded usdt-macro v0.5.0
3042026-05-12T03:36:57.113Z Downloaded toml_write v0.1.2
3052026-05-12T03:36:57.113Z Downloaded strsim v0.11.1
3062026-05-12T03:36:57.113Z Downloaded smallvec v1.15.1
3072026-05-12T03:36:57.116Z Downloaded serde-untagged v0.1.9
3082026-05-12T03:36:57.116Z Downloaded scroll_derive v0.12.1
3092026-05-12T03:36:57.116Z Downloaded heck v0.5.0
3102026-05-12T03:36:57.119Z Downloaded proc-macro-error-attr v1.0.4
3112026-05-12T03:36:57.119Z Downloaded clap_derive v4.5.55
3122026-05-12T03:36:57.119Z Downloaded usdt-impl v0.5.0
3132026-05-12T03:36:57.119Z Downloaded tinystr v0.8.2
3142026-05-12T03:36:57.124Z Downloaded smawk v0.3.2
3152026-05-12T03:36:57.124Z Downloaded errno v0.3.14
3162026-05-12T03:36:57.124Z Downloaded camino-tempfile v1.4.1
3172026-05-12T03:36:57.124Z Downloaded dtrace-parser v0.2.0
3182026-05-12T03:36:57.127Z Downloaded potential_utf v0.1.4
3192026-05-12T03:36:57.127Z Downloaded serde_tokenstream v0.2.3
3202026-05-12T03:36:57.127Z Downloaded typenum v1.19.0
3212026-05-12T03:36:57.127Z Downloaded block-buffer v0.10.4
3222026-05-12T03:36:57.131Z Downloaded autocfg v1.5.0
3232026-05-12T03:36:57.134Z Downloaded url v2.5.8
3242026-05-12T03:36:57.135Z Downloaded unicode-ident v1.0.24
3252026-05-12T03:36:57.138Z Downloaded clap_lex v1.0.0
3262026-05-12T03:36:57.138Z Downloaded macaddr v1.0.1
3272026-05-12T03:36:57.141Z Downloaded zerovec v0.11.5
3282026-05-12T03:36:57.145Z Downloaded memmap v0.7.0
3292026-05-12T03:36:57.145Z Downloaded plain v0.2.3
3302026-05-12T03:36:57.148Z Downloaded is_terminal_polyfill v1.70.2
3312026-05-12T03:36:57.148Z Downloaded fnv v1.0.7
3322026-05-12T03:36:57.148Z Downloaded dof v0.3.0
3332026-05-12T03:36:57.148Z Downloaded stable_deref_trait v1.2.1
3342026-05-12T03:36:57.151Z Downloaded zerotrie v0.2.3
3352026-05-12T03:36:57.151Z Downloaded synstructure v0.13.2
3362026-05-12T03:36:57.159Z Downloaded serde_spanned v0.6.9
3372026-05-12T03:36:57.162Z Downloaded heck v0.4.1
3382026-05-12T03:36:57.162Z Downloaded swrite v0.1.0
3392026-05-12T03:36:57.165Z Downloaded crypto-common v0.1.7
3402026-05-12T03:36:57.165Z Downloaded generic-array v0.14.7
3412026-05-12T03:36:57.169Z Downloaded winnow v0.7.14
3422026-05-12T03:36:57.173Z Downloaded zerocopy v0.7.35
3432026-05-12T03:36:57.179Z Downloaded unicode-width v0.1.14
3442026-05-12T03:36:57.182Z Downloaded pest_generator v2.8.6
3452026-05-12T03:36:57.185Z Downloaded tabled_derive v0.7.0
3462026-05-12T03:36:57.185Z Downloaded unicode-width v0.2.0
3472026-05-12T03:36:57.188Z Downloaded ordered-float v2.10.1
3482026-05-12T03:36:57.188Z Downloaded anstream v0.6.21
3492026-05-12T03:36:57.188Z Downloaded bytecount v0.6.9
3502026-05-12T03:36:57.191Z Downloaded idna_adapter v1.2.1
3512026-05-12T03:36:57.191Z Downloaded colorchoice v1.0.4
3522026-05-12T03:36:57.191Z Downloaded proc-macro-error v1.0.4
3532026-05-12T03:36:57.194Z Downloaded bitflags v2.11.0
3542026-05-12T03:36:57.198Z Downloaded papergrid v0.11.0
3552026-05-12T03:36:57.201Z Downloaded fs-err v3.3.0
3562026-05-12T03:36:57.201Z Downloaded erased-serde v0.4.9
3572026-05-12T03:36:57.201Z Downloaded icu_provider v2.1.1
3582026-05-12T03:36:57.201Z Downloaded camino v1.2.2
3592026-05-12T03:36:57.204Z Downloaded digest v0.10.7
3602026-05-12T03:36:57.204Z Downloaded anyhow v1.0.102
3612026-05-12T03:36:57.209Z Downloaded anstyle-parse v0.2.7
3622026-05-12T03:36:57.212Z Downloaded quote v1.0.45
3632026-05-12T03:36:57.212Z Downloaded fastrand v2.3.0
3642026-05-12T03:36:57.212Z Downloaded displaydoc v0.2.5
3652026-05-12T03:36:57.230Z Downloaded getrandom v0.4.1
3662026-05-12T03:36:57.233Z Downloaded log v0.4.29
3672026-05-12T03:36:57.236Z Downloaded litemap v0.8.1
3682026-05-12T03:36:57.236Z Downloaded anstyle v1.0.13
3692026-05-12T03:36:57.236Z Downloaded once_cell v1.21.3
3702026-05-12T03:36:57.241Z Downloaded serde_derive v1.0.228
3712026-05-12T03:36:57.244Z Downloaded serde_core v1.0.228
3722026-05-12T03:36:57.250Z Downloaded clap v4.5.60
3732026-05-12T03:36:57.255Z Downloaded icu_properties v2.1.2
3742026-05-12T03:36:57.258Z Downloaded pest_derive v2.8.6
3752026-05-12T03:36:57.261Z Downloaded icu_locale_core v2.1.1
3762026-05-12T03:36:57.265Z Downloaded icu_normalizer_data v2.1.1
3772026-05-12T03:36:57.265Z Downloaded memchr v2.8.0
3782026-05-12T03:36:57.275Z Downloaded icu_normalizer v2.1.1
3792026-05-12T03:36:57.278Z Downloaded indexmap v2.14.0
3802026-05-12T03:36:57.281Z Downloaded serde v1.0.228
3812026-05-12T03:36:57.284Z Downloaded goblin v0.8.2
3822026-05-12T03:36:57.287Z Downloaded icu_collections v2.1.1
3832026-05-12T03:36:57.293Z Downloaded idna v1.1.0
3842026-05-12T03:36:57.303Z Downloaded pest v2.8.6
3852026-05-12T03:36:57.311Z Downloaded hashbrown v0.17.0
3862026-05-12T03:36:57.318Z Downloaded clap_builder v4.5.60
3872026-05-12T03:36:57.323Z Downloaded icu_properties_data v2.1.2
3882026-05-12T03:36:57.348Z Downloaded syn v1.0.109
3892026-05-12T03:36:57.354Z Downloaded syn v2.0.117
3902026-05-12T03:36:57.374Z Downloaded rustix v1.1.3
3912026-05-12T03:36:57.396Z Downloaded libc v0.2.185
3922026-05-12T03:36:57.461Z Compiling proc-macro2 v1.0.106
3932026-05-12T03:36:57.461Z Compiling unicode-ident v1.0.24
3942026-05-12T03:36:57.461Z Compiling quote v1.0.45
3952026-05-12T03:36:57.465Z Compiling serde_core v1.0.228
3962026-05-12T03:36:57.465Z Compiling libc v0.2.185
3972026-05-12T03:36:57.465Z Compiling version_check v0.9.5
3982026-05-12T03:36:57.465Z Compiling serde v1.0.228
3992026-05-12T03:36:57.465Z Compiling memchr v2.8.0
4002026-05-12T03:36:57.465Z Compiling stable_deref_trait v1.2.1
4012026-05-12T03:36:57.465Z Compiling zmij v1.0.21
4022026-05-12T03:36:57.465Z Compiling itoa v1.0.17
4032026-05-12T03:36:57.465Z Compiling autocfg v1.5.0
4042026-05-12T03:36:57.646Z Compiling ucd-trie v0.1.7
4052026-05-12T03:36:57.649Z Compiling thiserror v1.0.69
4062026-05-12T03:36:57.649Z Compiling litemap v0.8.1
4072026-05-12T03:36:57.820Z Compiling writeable v0.6.2
4082026-05-12T03:36:57.946Z Compiling icu_normalizer_data v2.1.1
4092026-05-12T03:36:58.036Z Compiling rustix v1.1.3
4102026-05-12T03:36:58.074Z Compiling icu_properties_data v2.1.2
4112026-05-12T03:36:58.093Z Compiling pest v2.8.6
4122026-05-12T03:36:58.096Z Compiling byteorder v1.5.0
4132026-05-12T03:36:58.114Z Compiling bitflags v2.11.0
4142026-05-12T03:36:58.294Z Compiling serde_json v1.0.149
4152026-05-12T03:36:58.352Z Compiling num-traits v0.2.19
4162026-05-12T03:36:58.447Z Compiling typeid v1.0.3
4172026-05-12T03:36:58.451Z Compiling equivalent v1.0.2
4182026-05-12T03:36:58.451Z Compiling hashbrown v0.17.0
4192026-05-12T03:36:58.451Z Compiling smallvec v1.15.1
4202026-05-12T03:36:58.596Z Compiling usdt-impl v0.5.0
4212026-05-12T03:36:58.599Z Compiling proc-macro-error-attr v1.0.4
4222026-05-12T03:36:58.654Z Compiling errno v0.3.14
4232026-05-12T03:36:58.692Z Compiling thread-id v4.2.2
4242026-05-12T03:36:58.732Z Compiling erased-serde v0.4.9
4252026-05-12T03:36:58.753Z Compiling winnow v0.7.14
4262026-05-12T03:36:58.756Z Compiling toml_write v0.1.2
4272026-05-12T03:36:58.795Z Compiling syn v1.0.109
4282026-05-12T03:36:58.835Z Compiling proc-macro-error v1.0.4
4292026-05-12T03:36:58.838Z Compiling utf8_iter v1.0.4
4302026-05-12T03:36:59.036Z Compiling indexmap v2.14.0
4312026-05-12T03:36:59.064Z Compiling plain v0.2.3
4322026-05-12T03:36:59.102Z Compiling camino v1.2.2
4332026-05-12T03:36:59.123Z Compiling utf8parse v0.2.2
4342026-05-12T03:36:59.126Z Compiling getrandom v0.4.1
4352026-05-12T03:36:59.163Z Compiling syn v2.0.117
4362026-05-12T03:36:59.169Z Compiling thiserror v2.0.18
4372026-05-12T03:36:59.212Z Compiling pest_meta v2.8.6
4382026-05-12T03:36:59.216Z Compiling log v0.4.29
4392026-05-12T03:36:59.277Z Compiling percent-encoding v2.3.2
4402026-05-12T03:36:59.315Z Compiling anstyle-parse v0.2.7
4412026-05-12T03:36:59.435Z Compiling form_urlencoded v1.2.2
4422026-05-12T03:36:59.583Z Compiling ordered-float v2.10.1
4432026-05-12T03:36:59.620Z Compiling cfg-if v1.0.4
4442026-05-12T03:36:59.640Z Compiling is_terminal_polyfill v1.70.2
4452026-05-12T03:36:59.644Z Compiling colorchoice v1.0.4
4462026-05-12T03:36:59.681Z Compiling pretty-hex v0.4.1
4472026-05-12T03:36:59.701Z Compiling anstyle-query v1.1.5
4482026-05-12T03:36:59.723Z Compiling anstyle v1.0.13
4492026-05-12T03:36:59.803Z Compiling terminal_size v0.4.3
4502026-05-12T03:36:59.908Z Compiling anstream v0.6.21
4512026-05-12T03:36:59.925Z Compiling semver v1.0.28
4522026-05-12T03:36:59.958Z Compiling fs-err v3.3.0
4532026-05-12T03:36:59.978Z Compiling clap_lex v1.0.0
4542026-05-12T03:36:59.983Z Compiling heck v0.4.1
4552026-05-12T03:37:00.027Z Compiling once_cell v1.21.3
4562026-05-12T03:37:00.183Z Compiling fnv v1.0.7
4572026-05-12T03:37:00.234Z Compiling heck v0.5.0
4582026-05-12T03:37:00.254Z Compiling fastrand v2.3.0
4592026-05-12T03:37:00.275Z Compiling serde-untagged v0.1.9
4602026-05-12T03:37:00.275Z Compiling bytecount v0.6.9
4612026-05-12T03:37:00.278Z Compiling anyhow v1.0.102
4622026-05-12T03:37:00.332Z Compiling unicode-width v0.1.14
4632026-05-12T03:37:00.332Z Compiling unicode-xid v0.2.6
4642026-05-12T03:37:00.351Z Compiling strsim v0.11.1
4652026-05-12T03:37:00.434Z Compiling memmap v0.7.0
4662026-05-12T03:37:00.500Z Compiling tempfile v3.25.0
4672026-05-12T03:37:00.503Z Compiling unicode-width v0.2.0
4682026-05-12T03:37:00.539Z Compiling unicode-linebreak v0.1.5
4692026-05-12T03:37:00.560Z Compiling smawk v0.3.2
4702026-05-12T03:37:00.636Z Compiling papergrid v0.11.0
4712026-05-12T03:37:00.636Z Compiling clap_builder v4.5.60
4722026-05-12T03:37:00.715Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4732026-05-12T03:37:00.752Z Compiling textwrap v0.16.2
4742026-05-12T03:37:00.769Z Compiling camino-tempfile v1.4.1
4752026-05-12T03:37:00.795Z Compiling swrite v0.1.0
4762026-05-12T03:37:01.113Z Compiling tabled_derive v0.7.0
4772026-05-12T03:37:01.738Z Compiling synstructure v0.13.2
4782026-05-12T03:37:01.738Z Compiling pest_generator v2.8.6
4792026-05-12T03:37:01.777Z Compiling tabled v0.15.0
4802026-05-12T03:37:02.309Z Compiling serde_derive v1.0.228
4812026-05-12T03:37:02.309Z Compiling zerofrom-derive v0.1.6
4822026-05-12T03:37:02.314Z Compiling yoke-derive v0.8.1
4832026-05-12T03:37:02.314Z Compiling zerovec-derive v0.11.2
4842026-05-12T03:37:02.314Z Compiling displaydoc v0.2.5
4852026-05-12T03:37:02.314Z Compiling thiserror-impl v1.0.69
4862026-05-12T03:37:02.363Z Compiling zerocopy-derive v0.7.35
4872026-05-12T03:37:02.410Z Compiling pest_derive v2.8.6
4882026-05-12T03:37:02.413Z Compiling scroll_derive v0.12.1
4892026-05-12T03:37:02.413Z Compiling thiserror-impl v2.0.18
4902026-05-12T03:37:02.427Z Compiling clap_derive v4.5.55
4912026-05-12T03:37:03.119Z Compiling scroll v0.12.0
4922026-05-12T03:37:03.175Z Compiling zerocopy v0.7.35
4932026-05-12T03:37:03.354Z Compiling goblin v0.8.2
4942026-05-12T03:37:03.383Z Compiling zerofrom v0.1.6
4952026-05-12T03:37:03.490Z Compiling yoke v0.8.1
4962026-05-12T03:37:03.538Z Compiling dtrace-parser v0.2.0
4972026-05-12T03:37:03.645Z Compiling zerovec v0.11.5
4982026-05-12T03:37:03.645Z Compiling zerotrie v0.2.3
4992026-05-12T03:37:03.850Z Compiling clap v4.5.60
5002026-05-12T03:37:04.077Z Compiling tinystr v0.8.2
5012026-05-12T03:37:04.077Z Compiling potential_utf v0.1.4
5022026-05-12T03:37:04.188Z Compiling icu_collections v2.1.1
5032026-05-12T03:37:04.239Z Compiling icu_locale_core v2.1.1
5042026-05-12T03:37:04.768Z Compiling icu_provider v2.1.1
5052026-05-12T03:37:04.810Z Compiling dof v0.3.0
5062026-05-12T03:37:04.810Z Compiling serde_tokenstream v0.2.3
5072026-05-12T03:37:04.828Z Compiling serde_spanned v0.6.9
5082026-05-12T03:37:04.843Z Compiling toml_datetime v0.6.11
5092026-05-12T03:37:04.846Z Compiling serde-value v0.7.0
5102026-05-12T03:37:04.846Z Compiling cargo-platform v0.2.0
5112026-05-12T03:37:04.846Z Compiling macaddr v1.0.1
5122026-05-12T03:37:04.991Z Compiling icu_normalizer v2.1.1
5132026-05-12T03:37:04.991Z Compiling icu_properties v2.1.2
5142026-05-12T03:37:05.027Z Compiling toml_edit v0.22.27
5152026-05-12T03:37:05.538Z Compiling usdt-macro v0.5.0
5162026-05-12T03:37:05.538Z Compiling usdt-attr-macro v0.5.0
5172026-05-12T03:37:05.872Z Compiling idna_adapter v1.2.1
5182026-05-12T03:37:05.988Z Compiling idna v1.1.0
5192026-05-12T03:37:06.139Z Compiling usdt v0.5.0
5202026-05-12T03:37:06.250Z Compiling url v2.5.8
5212026-05-12T03:37:06.323Z Compiling toml v0.8.23
5222026-05-12T03:37:06.646Z Compiling cargo_toml v0.21.0
5232026-05-12T03:37:06.663Z Compiling cargo-util-schemas v0.8.2
5242026-05-12T03:37:07.453Z Compiling cargo_metadata v0.21.0
5252026-05-12T03:37:08.374Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5262026-05-12T03:37:10.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.63s
5272026-05-12T03:37:10.733Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5282026-05-12T03:37:11.295Z Downloading crates ...
5292026-05-12T03:37:11.403Z Downloaded async-trait v0.1.89
5302026-05-12T03:37:11.408Z Downloaded allocator-api2 v0.2.21
5312026-05-12T03:37:11.413Z Downloaded ascii-canvas v3.0.0
5322026-05-12T03:37:11.417Z Downloaded ahash v0.8.12
5332026-05-12T03:37:11.425Z Downloaded blake3 v1.8.3
5342026-05-12T03:37:11.431Z Downloaded adler2 v2.0.1
5352026-05-12T03:37:11.434Z Downloaded darling v0.23.0
5362026-05-12T03:37:11.438Z Downloaded fallible-iterator v0.2.0
5372026-05-12T03:37:11.438Z Downloaded defmt-parser v1.0.0
5382026-05-12T03:37:11.438Z Downloaded async-bb8-diesel v0.2.1
5392026-05-12T03:37:11.441Z Downloaded atty v0.2.14
5402026-05-12T03:37:11.441Z Downloaded atomic-waker v1.1.2
5412026-05-12T03:37:11.441Z Downloaded async-stream v0.3.6
5422026-05-12T03:37:11.444Z Downloaded argon2 v0.5.3
5432026-05-12T03:37:11.447Z Downloaded env_logger v0.11.9
5442026-05-12T03:37:11.447Z Downloaded darling_core v0.23.0
5452026-05-12T03:37:11.451Z Downloaded cobs v0.3.0
5462026-05-12T03:37:11.451Z Downloaded cargo-platform v0.1.9
5472026-05-12T03:37:11.454Z Downloaded base16ct v0.2.0
5482026-05-12T03:37:11.454Z Downloaded backon v1.6.0
5492026-05-12T03:37:11.454Z Downloaded cookie_store v0.22.1
5502026-05-12T03:37:11.461Z Downloaded colored v2.2.0
5512026-05-12T03:37:11.465Z Downloaded async-stream-impl v0.3.6
5522026-05-12T03:37:11.465Z Downloaded cfg_aliases v0.1.1
5532026-05-12T03:37:11.471Z Downloaded ciborium-io v0.2.2
5542026-05-12T03:37:11.479Z Downloaded backoff v0.4.0
5552026-05-12T03:37:11.482Z Downloaded dropshot-api-manager v0.7.1
5562026-05-12T03:37:11.485Z Downloaded array-init v0.0.4
5572026-05-12T03:37:11.488Z Downloaded convert_case v0.4.0
5582026-05-12T03:37:11.491Z Downloaded bcs v0.1.6
5592026-05-12T03:37:11.497Z Downloaded arc-swap v1.8.2
5602026-05-12T03:37:11.497Z Downloaded bit-set v0.5.3
5612026-05-12T03:37:11.497Z Downloaded crc8 v0.1.1
5622026-05-12T03:37:11.502Z Downloaded ciborium v0.2.2
5632026-05-12T03:37:11.502Z Downloaded chacha20 v0.10.0
5642026-05-12T03:37:11.502Z Downloaded bitfield-macros v0.19.4
5652026-05-12T03:37:11.502Z Downloaded fd-lock v4.0.4
5662026-05-12T03:37:11.505Z Downloaded darling_macro v0.21.3
5672026-05-12T03:37:11.505Z Downloaded cargo_metadata v0.19.2
5682026-05-12T03:37:11.508Z Downloaded base64 v0.22.1
5692026-05-12T03:37:11.512Z Downloaded embedded-io v0.4.0
5702026-05-12T03:37:11.512Z Downloaded async-recursion v1.1.1
5712026-05-12T03:37:11.514Z Downloaded dirs-sys-next v0.1.2
5722026-05-12T03:37:11.514Z Downloaded atomicwrites v0.4.4
5732026-05-12T03:37:11.518Z Downloaded bcrypt-pbkdf v0.10.0
5742026-05-12T03:37:11.521Z Downloaded block-padding v0.3.3
5752026-05-12T03:37:11.521Z Downloaded crunchy v0.2.4
5762026-05-12T03:37:11.521Z Downloaded endian-type v0.1.2
5772026-05-12T03:37:11.521Z Downloaded darling_macro v0.23.0
5782026-05-12T03:37:11.521Z Downloaded dropshot-api-manager-types v0.7.1
5792026-05-12T03:37:11.525Z Downloaded const_format_proc_macros v0.2.34
5802026-05-12T03:37:11.528Z Downloaded cbc v0.1.2
5812026-05-12T03:37:11.528Z Downloaded cassowary v0.3.0
5822026-05-12T03:37:11.531Z Downloaded erased-serde v0.3.31
5832026-05-12T03:37:11.531Z Downloaded daft-derive v0.1.5
5842026-05-12T03:37:11.534Z Downloaded compression-core v0.4.31
5852026-05-12T03:37:11.534Z Downloaded futures-sink v0.3.32
5862026-05-12T03:37:11.537Z Downloaded crc-catalog v2.4.0
5872026-05-12T03:37:11.537Z Downloaded der_derive v0.7.3
5882026-05-12T03:37:11.537Z Downloaded aead v0.5.2
5892026-05-12T03:37:11.540Z Downloaded flagset v0.4.7
5902026-05-12T03:37:11.540Z Downloaded fixedbitset v0.5.7
5912026-05-12T03:37:11.543Z Downloaded ciborium-ll v0.2.2
5922026-05-12T03:37:11.543Z Downloaded cfg_aliases v0.2.1
5932026-05-12T03:37:11.543Z Downloaded arrayref v0.3.9
5942026-05-12T03:37:11.543Z Downloaded bitfield-struct v0.6.2
5952026-05-12T03:37:11.547Z Downloaded derive-ex v0.1.8
5962026-05-12T03:37:11.548Z Downloaded async-compression v0.4.41
5972026-05-12T03:37:11.551Z Downloaded crucible-workspace-hack v0.1.0
5982026-05-12T03:37:11.551Z Downloaded crossbeam-utils v0.8.21
5992026-05-12T03:37:11.554Z Downloaded crossbeam-epoch v0.9.18
6002026-05-12T03:37:11.554Z Downloaded foreign-types-shared v0.1.1
6012026-05-12T03:37:11.557Z Downloaded bit-set v0.8.0
6022026-05-12T03:37:11.557Z Downloaded dyn-clone v1.0.20
6032026-05-12T03:37:11.557Z Downloaded float-cmp v0.10.0
6042026-05-12T03:37:11.561Z Downloaded debug-ignore v1.0.5
6052026-05-12T03:37:11.561Z Downloaded ed25519 v2.2.3
6062026-05-12T03:37:11.561Z Downloaded darling_macro v0.20.11
6072026-05-12T03:37:11.565Z Downloaded dsl_auto_type v0.2.0
6082026-05-12T03:37:11.565Z Downloaded derive_builder_macro v0.20.2
6092026-05-12T03:37:11.565Z Downloaded castaway v0.2.4
6102026-05-12T03:37:11.565Z Downloaded foreign-types v0.5.0
6112026-05-12T03:37:11.568Z Downloaded difflib v0.4.0
6122026-05-12T03:37:11.568Z Downloaded cpufeatures v0.3.0
6132026-05-12T03:37:11.568Z Downloaded foreign-types v0.3.2
6142026-05-12T03:37:11.568Z Downloaded ff v0.13.1
6152026-05-12T03:37:11.568Z Downloaded dunce v1.0.5
6162026-05-12T03:37:11.572Z Downloaded futures-core v0.3.32
6172026-05-12T03:37:11.572Z Downloaded compression-codecs v0.4.37
6182026-05-12T03:37:11.575Z Downloaded cipher v0.4.4
6192026-05-12T03:37:11.576Z Downloaded dtrace-parser v0.3.0
6202026-05-12T03:37:11.576Z Downloaded blowfish v0.9.1
6212026-05-12T03:37:11.576Z Downloaded bit-vec v0.8.0
6222026-05-12T03:37:11.580Z Downloaded chacha20 v0.9.1
6232026-05-12T03:37:11.580Z Downloaded bb8 v0.8.6
6242026-05-12T03:37:11.580Z Downloaded dof v0.4.0
6252026-05-12T03:37:11.580Z Downloaded ghash v0.5.1
6262026-05-12T03:37:11.583Z Downloaded futures-task v0.3.32
6272026-05-12T03:37:11.583Z Downloaded drift v0.1.4
6282026-05-12T03:37:11.587Z Downloaded git-stub v1.0.0
6292026-05-12T03:37:11.590Z Downloaded gethostname v0.5.0
6302026-05-12T03:37:11.590Z Downloaded futures-macro v0.3.32
6312026-05-12T03:37:11.590Z Downloaded futures-io v0.3.32
6322026-05-12T03:37:11.590Z Downloaded defmt v0.3.100
6332026-05-12T03:37:11.590Z Downloaded cstr-argument v0.1.2
6342026-05-12T03:37:11.593Z Downloaded constant_time_eq v0.4.2
6352026-05-12T03:37:11.593Z Downloaded bit-vec v0.6.3
6362026-05-12T03:37:11.596Z Downloaded corncobs v0.1.4
6372026-05-12T03:37:11.596Z Downloaded clang-sys v1.8.1
6382026-05-12T03:37:11.596Z Downloaded bzip2 v0.4.4
6392026-05-12T03:37:11.599Z Downloaded float-ord v0.3.2
6402026-05-12T03:37:11.599Z Downloaded foreign-types-macros v0.2.3
6412026-05-12T03:37:11.599Z Downloaded camino-tempfile-ext v0.3.3
6422026-05-12T03:37:11.603Z Downloaded console v0.16.2
6432026-05-12T03:37:11.603Z Downloaded derive_builder v0.20.2
6442026-05-12T03:37:11.606Z Downloaded hash32 v0.3.1
6452026-05-12T03:37:11.609Z Downloaded funty v2.0.0
6462026-05-12T03:37:11.609Z Downloaded globwalk v0.9.1
6472026-05-12T03:37:11.609Z Downloaded fxhash v0.2.1
6482026-05-12T03:37:11.612Z Downloaded curve25519-dalek-derive v0.1.1
6492026-05-12T03:37:11.612Z Downloaded ena v0.14.4
6502026-05-12T03:37:11.617Z Downloaded diesel_table_macro_syntax v0.3.0
6512026-05-12T03:37:11.617Z Downloaded foreign-types-shared v0.3.1
6522026-05-12T03:37:11.617Z Downloaded env_filter v1.0.0
6532026-05-12T03:37:11.617Z Downloaded dirs-next v2.0.0
6542026-05-12T03:37:11.620Z Downloaded display-error-chain v0.2.2
6552026-05-12T03:37:11.620Z Downloaded either v1.15.0
6562026-05-12T03:37:11.620Z Downloaded filetime v0.2.27
6572026-05-12T03:37:11.624Z Downloaded headers-core v0.3.0
6582026-05-12T03:37:11.624Z Downloaded enum-as-inner v0.6.1
6592026-05-12T03:37:11.624Z Downloaded bitfield v0.19.4
6602026-05-12T03:37:11.624Z Downloaded downcast-rs v2.0.2
6612026-05-12T03:37:11.628Z Downloaded dropshot_endpoint v0.16.7
6622026-05-12T03:37:11.628Z Downloaded find-msvc-tools v0.1.9
6632026-05-12T03:37:11.631Z Downloaded hex-literal v0.4.1
6642026-05-12T03:37:11.631Z Downloaded convert_case v0.10.0
6652026-05-12T03:37:11.631Z Downloaded console v0.15.11
6662026-05-12T03:37:11.635Z Downloaded cmake v0.1.57
6672026-05-12T03:37:11.635Z Downloaded const-oid v0.9.6
6682026-05-12T03:37:11.638Z Downloaded glob v0.3.3
6692026-05-12T03:37:11.639Z Downloaded http-range v0.1.5
6702026-05-12T03:37:11.639Z Downloaded hex v0.4.3
6712026-05-12T03:37:11.639Z Downloaded hash32 v0.2.1
6722026-05-12T03:37:11.642Z Downloaded fixedbitset v0.4.2
6732026-05-12T03:37:11.642Z Downloaded hubpack_derive v0.1.1
6742026-05-12T03:37:11.642Z Downloaded git-stub-vcs v0.1.0
6752026-05-12T03:37:11.645Z Downloaded const_format v0.2.35
6762026-05-12T03:37:11.648Z Downloaded bzip2 v0.6.1
6772026-05-12T03:37:11.648Z Downloaded httpdate v1.0.3
6782026-05-12T03:37:11.648Z Downloaded hostname v0.3.1
6792026-05-12T03:37:11.651Z Downloaded base64ct v1.8.3
6802026-05-12T03:37:11.651Z Downloaded cancel-safe-futures v0.1.5
6812026-05-12T03:37:11.656Z Downloaded compact_str v0.8.1
6822026-05-12T03:37:11.656Z Downloaded byte-wrapper v0.1.0
6832026-05-12T03:37:11.660Z Downloaded blake2 v0.10.6
6842026-05-12T03:37:11.660Z Downloaded fatfs v0.3.6
6852026-05-12T03:37:11.663Z Downloaded aes-gcm v0.10.3
6862026-05-12T03:37:11.663Z Downloaded http-body v1.0.1
6872026-05-12T03:37:11.663Z Downloaded critical-section v1.2.0
6882026-05-12T03:37:11.666Z Downloaded keccak v0.1.6
6892026-05-12T03:37:11.666Z Downloaded crossbeam-deque v0.8.6
6902026-05-12T03:37:11.666Z Downloaded home v0.5.12
6912026-05-12T03:37:11.670Z Downloaded embedded-io v0.6.1
6922026-05-12T03:37:11.670Z Downloaded globset v0.4.18
6932026-05-12T03:37:11.670Z Downloaded derive_builder_core v0.20.2
6942026-05-12T03:37:11.673Z Downloaded deranged v0.5.8
6952026-05-12T03:37:11.673Z Downloaded ctr v0.9.2
6962026-05-12T03:37:11.673Z Downloaded daft v0.1.5
6972026-05-12T03:37:11.676Z Downloaded csv-core v0.1.13
6982026-05-12T03:37:11.676Z Downloaded buf-list v1.1.2
6992026-05-12T03:37:11.680Z Downloaded diesel-dtrace v0.5.0
7002026-05-12T03:37:11.680Z Downloaded hostname v0.4.2
7012026-05-12T03:37:11.684Z Downloaded colored v3.1.1
7022026-05-12T03:37:11.684Z Downloaded group v0.13.0
7032026-05-12T03:37:11.684Z Downloaded crc v3.4.0
7042026-05-12T03:37:11.688Z Downloaded assert_matches v1.5.0
7052026-05-12T03:37:11.688Z Downloaded arrayvec v0.7.6
7062026-05-12T03:37:11.688Z Downloaded ident_case v1.0.1
7072026-05-12T03:37:11.688Z Downloaded bitflags v1.3.2
7082026-05-12T03:37:11.691Z Downloaded futures-channel v0.3.32
7092026-05-12T03:37:11.691Z Downloaded indent_write v2.2.0
7102026-05-12T03:37:11.692Z Downloaded highway v1.3.0
7112026-05-12T03:37:11.696Z Downloaded futures-executor v0.3.32
7122026-05-12T03:37:11.696Z Downloaded fs-err v2.11.0
7132026-05-12T03:37:11.696Z Downloaded ecdsa v0.16.9
7142026-05-12T03:37:11.699Z Downloaded diff v0.1.13
7152026-05-12T03:37:11.699Z Downloaded cexpr v0.6.0
7162026-05-12T03:37:11.699Z Downloaded hubpack v0.1.2
7172026-05-12T03:37:11.702Z Downloaded linked-hash-map v0.5.6
7182026-05-12T03:37:11.702Z Downloaded lazy_static v1.5.0
7192026-05-12T03:37:11.702Z Downloaded inout v0.1.4
7202026-05-12T03:37:11.705Z Downloaded http-body-util v0.1.3
7212026-05-12T03:37:11.705Z Downloaded instant v0.1.13
7222026-05-12T03:37:11.705Z Downloaded instability v0.3.11
7232026-05-12T03:37:11.708Z Downloaded kstat-rs v0.2.4
7242026-05-12T03:37:11.709Z Downloaded internet-checksum v0.2.1
7252026-05-12T03:37:11.709Z Downloaded maybe-uninit v2.0.0
7262026-05-12T03:37:11.709Z Downloaded lzss v0.8.2
7272026-05-12T03:37:11.712Z Downloaded lalrpop-util v0.19.12
7282026-05-12T03:37:11.712Z Downloaded managed v0.8.0
7292026-05-12T03:37:11.712Z Downloaded crc-any v2.5.0
7302026-05-12T03:37:11.717Z Downloaded is-terminal v0.4.17
7312026-05-12T03:37:11.717Z Downloaded is_ci v1.2.0
7322026-05-12T03:37:11.717Z Downloaded indoc v1.0.9
7332026-05-12T03:37:11.722Z Downloaded document-features v0.2.12
7342026-05-12T03:37:11.722Z Downloaded der v0.7.10
7352026-05-12T03:37:11.722Z Downloaded defmt-macros v1.0.1
7362026-05-12T03:37:11.726Z Downloaded defmt v1.0.1
7372026-05-12T03:37:11.726Z Downloaded crypto-bigint v0.5.5
7382026-05-12T03:37:11.729Z Downloaded ingot v0.1.1
7392026-05-12T03:37:11.732Z Downloaded getrandom v0.2.17
7402026-05-12T03:37:11.732Z Downloaded fs_extra v1.3.0
7412026-05-12T03:37:11.735Z Downloaded libscf-sys v1.1.0
7422026-05-12T03:37:11.735Z Downloaded foldhash v0.2.0
7432026-05-12T03:37:11.735Z Downloaded half v1.8.3
7442026-05-12T03:37:11.739Z Downloaded lru-slab v0.1.2
7452026-05-12T03:37:11.743Z Downloaded maplit v1.0.2
7462026-05-12T03:37:11.744Z Downloaded lru-cache v0.1.2
7472026-05-12T03:37:11.744Z Downloaded cookie v0.18.1
7482026-05-12T03:37:11.748Z Downloaded darling v0.20.11
7492026-05-12T03:37:11.748Z Downloaded foldhash v0.1.5
7502026-05-12T03:37:11.753Z Downloaded normalize-line-endings v0.3.0
7512026-05-12T03:37:11.753Z Downloaded nodrop v0.1.14
7522026-05-12T03:37:11.753Z Downloaded md-5 v0.10.6
7532026-05-12T03:37:11.753Z Downloaded match_cfg v0.1.0
7542026-05-12T03:37:11.756Z Downloaded libsw v3.5.0
7552026-05-12T03:37:11.756Z Downloaded memoffset v0.9.1
7562026-05-12T03:37:11.762Z Downloaded jobserver v0.1.34
7572026-05-12T03:37:11.767Z Downloaded lru v0.12.5
7582026-05-12T03:37:11.767Z Downloaded multimap v0.10.1
7592026-05-12T03:37:11.767Z Downloaded nibble_vec v0.1.0
7602026-05-12T03:37:11.767Z Downloaded md5 v0.7.0
7612026-05-12T03:37:11.767Z Downloaded dropshot_endpoint v0.17.0
7622026-05-12T03:37:11.772Z Downloaded darling v0.21.3
7632026-05-12T03:37:11.772Z Downloaded num-derive v0.3.3
7642026-05-12T03:37:11.776Z Downloaded nonempty v0.12.0
7652026-05-12T03:37:11.776Z Downloaded new_debug_unreachable v1.0.6
7662026-05-12T03:37:11.776Z Downloaded mime v0.3.17
7672026-05-12T03:37:11.776Z Downloaded libsw-core v0.3.2
7682026-05-12T03:37:11.784Z Downloaded impl-trait-for-tuples v0.2.3
7692026-05-12T03:37:11.785Z Downloaded futures v0.3.32
7702026-05-12T03:37:11.785Z Downloaded newtype-uuid-macros v0.1.0
7712026-05-12T03:37:11.788Z Downloaded flume v0.11.1
7722026-05-12T03:37:11.788Z Downloaded newline-converter v0.3.0
7732026-05-12T03:37:11.788Z Downloaded iana-time-zone v0.1.65
7742026-05-12T03:37:11.788Z Downloaded num_threads v0.1.7
7752026-05-12T03:37:11.788Z Downloaded ipnetwork v0.21.1
7762026-05-12T03:37:11.793Z Downloaded humantime v2.3.0
7772026-05-12T03:37:11.793Z Downloaded ingot-types v0.1.2
7782026-05-12T03:37:11.793Z Downloaded hyper-staticfile v0.10.1
7792026-05-12T03:37:11.793Z Downloaded lock_api v0.4.14
7802026-05-12T03:37:11.796Z Downloaded newtype_derive v0.1.6
7812026-05-12T03:37:11.796Z Downloaded ipnet v2.11.0
7822026-05-12T03:37:11.796Z Downloaded num-iter v0.1.45
7832026-05-12T03:37:11.796Z Downloaded num-conv v0.2.0
7842026-05-12T03:37:11.803Z Downloaded crc32fast v1.5.0
7852026-05-12T03:37:11.803Z Downloaded opaque-debug v0.3.1
7862026-05-12T03:37:11.803Z Downloaded httparse v1.10.1
7872026-05-12T03:37:11.807Z Downloaded chacha20poly1305 v0.10.1
7882026-05-12T03:37:11.816Z Downloaded oso-derive v0.27.3
7892026-05-12T03:37:11.819Z Downloaded openssl-probe v0.2.1
7902026-05-12T03:37:11.820Z Downloaded linear-map v1.2.0
7912026-05-12T03:37:11.820Z Downloaded openssl-macros v0.1.1
7922026-05-12T03:37:11.823Z Downloaded libloading v0.8.9
7932026-05-12T03:37:11.823Z Downloaded openssl-probe v0.1.6
7942026-05-12T03:37:11.823Z Downloaded num_enum_derive v0.5.11
7952026-05-12T03:37:11.823Z Downloaded num v0.4.3
7962026-05-12T03:37:11.826Z Downloaded num-derive v0.4.2
7972026-05-12T03:37:11.826Z Downloaded base64 v0.21.7
7982026-05-12T03:37:11.829Z Downloaded ingot-macros v0.1.1
7992026-05-12T03:37:11.829Z Downloaded des v0.8.1
8002026-05-12T03:37:11.832Z Downloaded bytes v1.11.1
8012026-05-12T03:37:11.832Z Downloaded olpc-cjson v0.1.4
8022026-05-12T03:37:11.837Z Downloaded data-encoding v2.10.0
8032026-05-12T03:37:11.837Z Downloaded getrandom v0.3.4
8042026-05-12T03:37:11.840Z Downloaded native-tls v0.2.18
8052026-05-12T03:37:11.840Z Downloaded mime_guess v2.0.5
8062026-05-12T03:37:11.840Z Downloaded hmac v0.12.1
8072026-05-12T03:37:11.840Z Downloaded ignore v0.4.25
8082026-05-12T03:37:11.843Z Downloaded libefi-sys v0.1.0
8092026-05-12T03:37:11.843Z Downloaded indoc v2.0.7
8102026-05-12T03:37:11.846Z Downloaded hyper-tls v0.6.0
8112026-05-12T03:37:11.849Z Downloaded parse-size v1.1.0
8122026-05-12T03:37:11.850Z Downloaded ar_archive_writer v0.5.1
8132026-05-12T03:37:11.853Z Downloaded multer v3.1.0
8142026-05-12T03:37:11.858Z Downloaded pbkdf2 v0.12.2
8152026-05-12T03:37:11.858Z Downloaded packed_struct_codegen v0.10.1
8162026-05-12T03:37:11.858Z Downloaded newtype-uuid v1.3.2
8172026-05-12T03:37:11.861Z Downloaded heapless v0.7.17
8182026-05-12T03:37:11.861Z Downloaded headers v0.4.1
8192026-05-12T03:37:11.864Z Downloaded nanorand v0.7.0
8202026-05-12T03:37:11.864Z Downloaded num-complex v0.4.6
8212026-05-12T03:37:11.864Z Downloaded hyper-rustls v0.27.7
8222026-05-12T03:37:11.867Z Downloaded derive_more-impl v2.1.1
8232026-05-12T03:37:11.870Z Downloaded bumpalo v3.20.2
8242026-05-12T03:37:11.873Z Downloaded num_enum v0.5.11
8252026-05-12T03:37:11.876Z Downloaded phf_shared v0.13.1
8262026-05-12T03:37:11.876Z Downloaded phf_shared v0.11.3
8272026-05-12T03:37:11.876Z Downloaded peg-runtime v0.8.5
8282026-05-12T03:37:11.880Z Downloaded pbkdf2 v0.11.0
8292026-05-12T03:37:11.880Z Downloaded path-slash v0.1.5
8302026-05-12T03:37:11.880Z Downloaded num-integer v0.1.46
8312026-05-12T03:37:11.884Z Downloaded nu-ansi-term v0.50.3
8322026-05-12T03:37:11.884Z Downloaded memmap2 v0.9.10
8332026-05-12T03:37:11.890Z Downloaded password-hash v0.4.2
8342026-05-12T03:37:11.895Z Downloaded derive_more v0.99.20
8352026-05-12T03:37:11.895Z Downloaded cc v1.2.56
8362026-05-12T03:37:11.898Z Downloaded predicates-core v1.0.10
8372026-05-12T03:37:11.901Z Downloaded libbz2-rs-sys v0.2.2
8382026-05-12T03:37:11.901Z Downloaded pem-rfc7468 v0.7.0
8392026-05-12T03:37:11.901Z Downloaded num_enum_derive v0.7.5
8402026-05-12T03:37:11.906Z Downloaded precomputed-hash v0.1.1
8412026-05-12T03:37:11.909Z Downloaded litrs v1.0.0
8422026-05-12T03:37:11.909Z Downloaded derive-where v1.6.0
8432026-05-12T03:37:11.928Z Downloaded half v2.7.1
8442026-05-12T03:37:11.928Z Downloaded progenitor-client v0.10.0
8452026-05-12T03:37:11.928Z Downloaded elliptic-curve v0.13.8
8462026-05-12T03:37:11.928Z Downloaded progenitor-macro v0.14.0
8472026-05-12T03:37:11.928Z Downloaded oxide-tokio-rt v0.1.4
8482026-05-12T03:37:11.928Z Downloaded num-rational v0.4.2
8492026-05-12T03:37:11.928Z Downloaded proc-macro-crate v3.4.0
8502026-05-12T03:37:11.928Z Downloaded progenitor-client v0.14.0
8512026-05-12T03:37:11.928Z Downloaded proc-macro-crate v1.3.1
8522026-05-12T03:37:11.935Z Downloaded darling_core v0.20.11
8532026-05-12T03:37:11.935Z Downloaded quick-error v1.2.3
8542026-05-12T03:37:11.935Z Downloaded ppv-lite86 v0.2.21
8552026-05-12T03:37:11.935Z Downloaded polyval v0.6.2
8562026-05-12T03:37:11.939Z Downloaded parse-display v0.10.0
8572026-05-12T03:37:11.940Z Downloaded pkg-config v0.3.32
8582026-05-12T03:37:11.940Z Downloaded phf v0.13.1
8592026-05-12T03:37:11.940Z Downloaded paste v1.0.15
8602026-05-12T03:37:11.940Z Downloaded parse-display-derive v0.10.0
8612026-05-12T03:37:11.940Z Downloaded oxnet v0.1.4
8622026-05-12T03:37:11.944Z Downloaded progenitor-client v0.11.2
8632026-05-12T03:37:11.946Z Downloaded progenitor-macro v0.11.2
8642026-05-12T03:37:11.950Z Downloaded progenitor-macro v0.10.0
8652026-05-12T03:37:11.950Z Downloaded radium v0.7.0
8662026-05-12T03:37:11.955Z Downloaded psl-types v2.0.11
8672026-05-12T03:37:11.963Z Downloaded proc-macro-error-attr2 v2.0.0
8682026-05-12T03:37:11.966Z Downloaded primeorder v0.13.6
8692026-05-12T03:37:11.966Z Downloaded packed_struct v0.10.1
8702026-05-12T03:37:11.971Z Downloaded pem v3.0.6
8712026-05-12T03:37:11.974Z Downloaded peg v0.8.5
8722026-05-12T03:37:11.974Z Downloaded parking_lot v0.11.2
8732026-05-12T03:37:11.977Z Downloaded aho-corasick v1.1.4
8742026-05-12T03:37:11.985Z Downloaded peg-macros v0.8.5
8752026-05-12T03:37:11.989Z Downloaded omicron-zone-package v0.12.2
8762026-05-12T03:37:11.992Z Downloaded recursive v0.1.1
8772026-05-12T03:37:11.992Z Downloaded phf v0.12.1
8782026-05-12T03:37:11.993Z Downloaded ref-cast v1.0.25
8792026-05-12T03:37:11.996Z Downloaded recursive-proc-macro-impl v0.1.1
8802026-05-12T03:37:11.997Z Downloaded pin-utils v0.1.0
8812026-05-12T03:37:11.997Z Downloaded num_enum v0.7.5
8822026-05-12T03:37:12.000Z Downloaded jiff-static v0.2.21
8832026-05-12T03:37:12.000Z Downloaded predicates v3.1.4
8842026-05-12T03:37:12.003Z Downloaded pin-project-internal v1.1.11
8852026-05-12T03:37:12.003Z Downloaded password-hash v0.5.0
8862026-05-12T03:37:12.006Z Downloaded phf_shared v0.12.1
8872026-05-12T03:37:12.006Z Downloaded crossbeam-channel v0.5.15
8882026-05-12T03:37:12.010Z Downloaded psm v0.1.30
8892026-05-12T03:37:12.013Z Downloaded aes v0.8.4
8902026-05-12T03:37:12.013Z Downloaded progenitor v0.11.2
8912026-05-12T03:37:12.016Z Downloaded poly1305 v0.8.0
8922026-05-12T03:37:12.016Z Downloaded progenitor v0.13.0
8932026-05-12T03:37:12.019Z Downloaded owo-colors v4.3.0
8942026-05-12T03:37:12.019Z Downloaded predicates-tree v1.0.13
8952026-05-12T03:37:12.023Z Downloaded proc-macro-error2 v2.0.1
8962026-05-12T03:37:12.023Z Downloaded parking_lot v0.12.5
8972026-05-12T03:37:12.026Z Downloaded pkcs1 v0.7.5
8982026-05-12T03:37:12.029Z Downloaded oso v0.27.3
8992026-05-12T03:37:12.029Z Downloaded rand_chacha v0.3.1
9002026-05-12T03:37:12.032Z Downloaded progenitor-client v0.13.0
9012026-05-12T03:37:12.032Z Downloaded rand_core v0.6.4
9022026-05-12T03:37:12.035Z Downloaded russh-cryptovec v0.7.3
9032026-05-12T03:37:12.039Z Downloaded rfc6979 v0.4.0
9042026-05-12T03:37:12.043Z Downloaded ref-cast-impl v1.0.25
9052026-05-12T03:37:12.043Z Downloaded progenitor-extras v0.2.0
9062026-05-12T03:37:12.043Z Downloaded diesel_derives v2.3.7
9072026-05-12T03:37:12.046Z Downloaded rand_core v0.9.5
9082026-05-12T03:37:12.046Z Downloaded parking_lot_core v0.9.12
9092026-05-12T03:37:12.050Z Downloaded indicatif v0.18.4
9102026-05-12T03:37:12.054Z Downloaded parking_lot_core v0.8.6
9112026-05-12T03:37:12.055Z Downloaded papergrid v0.17.0
9122026-05-12T03:37:12.058Z Downloaded progenitor-macro v0.13.0
9132026-05-12T03:37:12.058Z Downloaded indexmap v1.9.3
9142026-05-12T03:37:12.062Z Downloaded rustc_version v0.4.1
9152026-05-12T03:37:12.066Z Downloaded rtoolbox v0.0.3
9162026-05-12T03:37:12.066Z Downloaded r2d2 v0.8.10
9172026-05-12T03:37:12.066Z Downloaded rand_xorshift v0.4.0
9182026-05-12T03:37:12.069Z Downloaded flate2 v1.1.9
9192026-05-12T03:37:12.076Z Downloaded pkcs8 v0.10.2
9202026-05-12T03:37:12.080Z Downloaded ed25519-dalek v2.2.0
9212026-05-12T03:37:12.080Z Downloaded derive_more v2.1.1
9222026-05-12T03:37:12.087Z Downloaded rustc_version v0.1.7
9232026-05-12T03:37:12.091Z Downloaded rand_core v0.10.0
9242026-05-12T03:37:12.091Z Downloaded postgres-protocol v0.6.10
9252026-05-12T03:37:12.091Z Downloaded powerfmt v0.2.0
9262026-05-12T03:37:12.091Z Downloaded rand_chacha v0.9.0
9272026-05-12T03:37:12.094Z Downloaded pin-project-lite v0.2.17
9282026-05-12T03:37:12.094Z Downloaded heapless v0.8.0
9292026-05-12T03:37:12.098Z Downloaded pkcs5 v0.7.1
9302026-05-12T03:37:12.101Z Downloaded hickory-resolver v0.25.2
9312026-05-12T03:37:12.104Z Downloaded scopeguard v1.2.0
9322026-05-12T03:37:12.105Z Downloaded scheduled-thread-pool v0.2.7
9332026-05-12T03:37:12.110Z Downloaded salsa20 v0.10.2
9342026-05-12T03:37:12.111Z Downloaded sapling-renderdag v0.1.0
9352026-05-12T03:37:12.114Z Downloaded progenitor v0.14.0
9362026-05-12T03:37:12.114Z Downloaded progenitor v0.10.0
9372026-05-12T03:37:12.118Z Downloaded prefix-trie v0.7.0
9382026-05-12T03:37:12.119Z Downloaded miniz_oxide v0.8.9
9392026-05-12T03:37:12.122Z Downloaded aws-lc-rs v1.16.3
9402026-05-12T03:37:12.130Z Downloaded rusty-fork v0.3.1
9412026-05-12T03:37:12.133Z Downloaded rustversion v1.0.22
9422026-05-12T03:37:12.133Z Downloaded hickory-resolver v0.24.4
9432026-05-12T03:37:12.136Z Downloaded postcard v1.1.3
9442026-05-12T03:37:12.141Z Downloaded rustc-hash v2.1.1
9452026-05-12T03:37:12.141Z Downloaded itertools v0.10.5
9462026-05-12T03:37:12.144Z Downloaded seq-macro v0.3.6
9472026-05-12T03:37:12.150Z Downloaded prettyplease v0.2.37
9482026-05-12T03:37:12.150Z Downloaded serde_bytes v0.11.19
9492026-05-12T03:37:12.150Z Downloaded quinn-udp v0.5.14
9502026-05-12T03:37:12.153Z Downloaded resolv-conf v0.7.6
9512026-05-12T03:37:12.154Z Downloaded hashbrown v0.12.3
9522026-05-12T03:37:12.154Z Downloaded same-file v1.0.6
9532026-05-12T03:37:12.157Z Downloaded rustls-native-certs v0.8.3
9542026-05-12T03:37:12.157Z Downloaded secrecy v0.10.3
9552026-05-12T03:37:12.157Z Downloaded scroll_derive v0.13.1
9562026-05-12T03:37:12.160Z Downloaded serde_spanned v1.0.4
9572026-05-12T03:37:12.160Z Downloaded expectorate v1.2.0
9582026-05-12T03:37:12.163Z Downloaded darling_core v0.21.3
9592026-05-12T03:37:12.166Z Downloaded num-bigint v0.4.6
9602026-05-12T03:37:12.172Z Downloaded sha1 v0.10.6
9612026-05-12T03:37:12.175Z Downloaded serde_urlencoded v0.7.1
9622026-05-12T03:37:12.178Z Downloaded signal-hook-mio v0.2.5
9632026-05-12T03:37:12.178Z Downloaded p256 v0.13.2
9642026-05-12T03:37:12.182Z Downloaded serde-big-array v0.5.1
9652026-05-12T03:37:12.182Z Downloaded signal-hook-tokio v0.3.1
9662026-05-12T03:37:12.185Z Downloaded serde_plain v1.0.2
9672026-05-12T03:37:12.185Z Downloaded semver v0.1.20
9682026-05-12T03:37:12.185Z Downloaded rustls-pemfile v2.2.0
9692026-05-12T03:37:12.185Z Downloaded sct v0.7.1
9702026-05-12T03:37:12.189Z Downloaded crossterm v0.28.1
9712026-05-12T03:37:12.193Z Downloaded sigpipe v0.1.3
9722026-05-12T03:37:12.196Z Downloaded postgres-types v0.2.12
9732026-05-12T03:37:12.199Z Downloaded signature v2.2.0
9742026-05-12T03:37:12.200Z Downloaded rustls-pki-types v1.14.0
9752026-05-12T03:37:12.203Z Downloaded minimal-lexical v0.2.1
9762026-05-12T03:37:12.206Z Downloaded siphasher v1.0.2
9772026-05-12T03:37:12.206Z Downloaded rustls-pemfile v1.0.4
9782026-05-12T03:37:12.209Z Downloaded shell-words v1.1.1
9792026-05-12T03:37:12.209Z Downloaded serde_repr v0.1.20
9802026-05-12T03:37:12.215Z Downloaded slog-envlogger v2.2.0
9812026-05-12T03:37:12.219Z Downloaded ssh-cipher v0.2.0
9822026-05-12T03:37:12.223Z Downloaded slog-bunyan v2.5.0
9832026-05-12T03:37:12.223Z Downloaded sec1 v0.7.3
9842026-05-12T03:37:12.231Z Downloaded ssh-encoding v0.2.0
9852026-05-12T03:37:12.235Z Downloaded rand_seeder v0.4.0
9862026-05-12T03:37:12.235Z Downloaded serde_derive_internals v0.29.1
9872026-05-12T03:37:12.235Z Downloaded secrecy v0.8.0
9882026-05-12T03:37:12.235Z Downloaded serde_path_to_error v0.1.20
9892026-05-12T03:37:12.238Z Downloaded scrypt v0.11.0
9902026-05-12T03:37:12.238Z Downloaded scroll v0.13.0
9912026-05-12T03:37:12.241Z Downloaded ron v0.8.1
9922026-05-12T03:37:12.244Z Downloaded progenitor-impl v0.10.0
9932026-05-12T03:37:12.244Z Downloaded russh-keys v0.45.0
9942026-05-12T03:37:12.247Z Downloaded serde-hex v0.1.0
9952026-05-12T03:37:12.247Z Downloaded strum v0.26.3
9962026-05-12T03:37:12.253Z Downloaded strip-ansi-escapes v0.2.1
9972026-05-12T03:37:12.253Z Downloaded http v1.4.0
9982026-05-12T03:37:12.258Z Downloaded nom v7.1.3
9992026-05-12T03:37:12.258Z Downloaded slog-dtrace v0.3.0
10002026-05-12T03:37:12.258Z Downloaded pin-project v1.1.11
10012026-05-12T03:37:12.263Z Downloaded rustls-platform-verifier v0.6.2
10022026-05-12T03:37:12.266Z Downloaded hashbrown v0.13.2
10032026-05-12T03:37:12.271Z Downloaded pretty_assertions v1.4.1
10042026-05-12T03:37:12.271Z Downloaded supports-color v3.0.2
10052026-05-12T03:37:12.271Z Downloaded tabwriter v1.4.1
10062026-05-12T03:37:12.271Z Downloaded hashbrown v0.16.1
10072026-05-12T03:37:12.276Z Downloaded openssl-sys v0.9.114
10082026-05-12T03:37:12.279Z Downloaded sqlparser_derive v0.5.0
10092026-05-12T03:37:12.279Z Downloaded sqlformat v0.3.5
10102026-05-12T03:37:12.279Z Downloaded smallvec v0.6.14
10112026-05-12T03:37:12.279Z Downloaded slog-stdlog v4.1.1
10122026-05-12T03:37:12.283Z Downloaded slog-json v2.6.1
10132026-05-12T03:37:12.283Z Downloaded shlex v1.3.0
10142026-05-12T03:37:12.283Z Downloaded tap v1.0.1
10152026-05-12T03:37:12.283Z Downloaded subtle v2.6.1
10162026-05-12T03:37:12.286Z Downloaded iri-string v0.7.10
10172026-05-12T03:37:12.290Z Downloaded sync_wrapper v1.0.2
10182026-05-12T03:37:12.290Z Downloaded structmeta-derive v0.3.0
10192026-05-12T03:37:12.293Z Downloaded slab v0.4.12
10202026-05-12T03:37:12.293Z Downloaded simd-adler32 v0.3.8
10212026-05-12T03:37:12.293Z Downloaded serde_with_macros v3.17.0
10222026-05-12T03:37:12.294Z Downloaded progenitor-impl v0.13.0
10232026-05-12T03:37:12.298Z Downloaded hickory-server v0.25.2
10242026-05-12T03:37:12.301Z Downloaded thiserror-impl-no-std v2.0.2
10252026-05-12T03:37:12.301Z Downloaded termtree v0.5.1
10262026-05-12T03:37:12.301Z Downloaded sync-ptr v0.1.4
10272026-05-12T03:37:12.301Z Downloaded smf v0.2.3
10282026-05-12T03:37:12.301Z Downloaded tabled_derive v0.11.0
10292026-05-12T03:37:12.304Z Downloaded num-bigint-dig v0.8.6
10302026-05-12T03:37:12.307Z Downloaded take_mut v0.2.2
10312026-05-12T03:37:12.307Z Downloaded hyper-util v0.1.20
10322026-05-12T03:37:12.310Z Downloaded snafu-derive v0.8.9
10332026-05-12T03:37:12.310Z Downloaded slog-async v2.8.0
10342026-05-12T03:37:12.314Z Downloaded schemars_derive v0.8.22
10352026-05-12T03:37:12.314Z Downloaded strum_macros v0.24.3
10362026-05-12T03:37:12.314Z Downloaded serde_cbor v0.11.2
10372026-05-12T03:37:12.317Z Downloaded spki v0.7.3
10382026-05-12T03:37:12.317Z Downloaded slog-scope v4.4.1
10392026-05-12T03:37:12.317Z Downloaded string_cache v0.8.9
10402026-05-12T03:37:12.320Z Downloaded stacker v0.1.23
10412026-05-12T03:37:12.320Z Downloaded progenitor-impl v0.14.0
10422026-05-12T03:37:12.323Z Downloaded progenitor-impl v0.11.2
10432026-05-12T03:37:12.323Z Downloaded testing_table v0.3.0
10442026-05-12T03:37:12.323Z Downloaded slog-term v2.9.2
10452026-05-12T03:37:12.326Z Downloaded libxml v0.3.3
10462026-05-12T03:37:12.330Z Downloaded tokio-macros v2.7.0
10472026-05-12T03:37:12.330Z Downloaded tinyvec_macros v0.1.1
10482026-05-12T03:37:12.330Z Downloaded time-core v0.1.8
10492026-05-12T03:37:12.333Z Downloaded futures-util v0.3.32
10502026-05-12T03:37:12.337Z Downloaded thread-id v5.1.0
10512026-05-12T03:37:12.340Z Downloaded schemars v0.8.22
10522026-05-12T03:37:12.346Z Downloaded structmeta v0.3.0
10532026-05-12T03:37:12.349Z Downloaded stringprep v0.1.5
10542026-05-12T03:37:12.349Z Downloaded rayon-core v1.13.0
10552026-05-12T03:37:12.352Z Downloaded strum_macros v0.26.4
10562026-05-12T03:37:12.352Z Downloaded ryu v1.0.23
10572026-05-12T03:37:12.355Z Downloaded signal-hook-registry v1.4.8
10582026-05-12T03:37:12.355Z Downloaded hashbrown v0.15.5
10592026-05-12T03:37:12.358Z Downloaded mio v1.2.0
10602026-05-12T03:37:12.361Z Downloaded chrono v0.4.44
10612026-05-12T03:37:12.366Z Downloaded tower-service v0.3.3
10622026-05-12T03:37:12.369Z Downloaded strum v0.27.2
10632026-05-12T03:37:12.369Z Downloaded static_assertions v1.1.0
10642026-05-12T03:37:12.369Z Downloaded thiserror-no-std v2.0.2
10652026-05-12T03:37:12.373Z Downloaded strum_macros v0.27.2
10662026-05-12T03:37:12.373Z Downloaded schemars v0.9.0
10672026-05-12T03:37:12.380Z Downloaded trait-variant v0.1.2
10682026-05-12T03:37:12.383Z Downloaded tower-layer v0.3.3
10692026-05-12T03:37:12.383Z Downloaded tls_codec_derive v0.4.2
10702026-05-12T03:37:12.383Z Downloaded thread_local v1.1.9
10712026-05-12T03:37:12.386Z Downloaded spin v0.9.8
10722026-05-12T03:37:12.386Z Downloaded serde_yaml v0.9.34+deprecated
10732026-05-12T03:37:12.389Z Downloaded rustls-webpki v0.103.9
10742026-05-12T03:37:12.392Z Downloaded iddqd v0.3.18
10752026-05-12T03:37:12.395Z Downloaded tls_codec v0.4.2
10762026-05-12T03:37:12.395Z Downloaded tiny-keccak v2.0.2
10772026-05-12T03:37:12.398Z Downloaded rand v0.8.6
10782026-05-12T03:37:12.401Z Downloaded quinn v0.11.9
10792026-05-12T03:37:12.401Z Downloaded tagptr v0.2.0
10802026-05-12T03:37:12.404Z Downloaded tokio-dtrace v0.1.1
10812026-05-12T03:37:12.404Z Downloaded signal-hook v0.3.18
10822026-05-12T03:37:12.407Z Downloaded rcgen v0.12.1
10832026-05-12T03:37:12.407Z Downloaded qorb v0.4.1
10842026-05-12T03:37:12.411Z Downloaded socket2 v0.5.10
10852026-05-12T03:37:12.416Z Downloaded publicsuffix v2.3.0
10862026-05-12T03:37:12.420Z Downloaded typify-macro v0.6.2
10872026-05-12T03:37:12.420Z Downloaded typify-macro v0.4.3
10882026-05-12T03:37:12.424Z Downloaded p521 v0.13.3
10892026-05-12T03:37:12.428Z Downloaded toml_writer v1.0.6+spec-1.1.0
10902026-05-12T03:37:12.428Z Downloaded support-bundle-viewer v0.1.2
10912026-05-12T03:37:12.433Z Downloaded wait-timeout v0.2.1
10922026-05-12T03:37:12.433Z Downloaded topological-sort v0.2.2
10932026-05-12T03:37:12.436Z Downloaded similar v2.7.0
10942026-05-12T03:37:12.436Z Downloaded tokio-native-tls v0.3.1
10952026-05-12T03:37:12.439Z Downloaded tokio-tungstenite v0.21.0
10962026-05-12T03:37:12.439Z Downloaded unit-prefix v0.5.2
10972026-05-12T03:37:12.444Z Downloaded rand v0.10.0
10982026-05-12T03:37:12.447Z Downloaded crossterm v0.29.0
10992026-05-12T03:37:12.452Z Downloaded unarray v0.1.4
11002026-05-12T03:37:12.456Z Downloaded tui-tree-widget v0.23.1
11012026-05-12T03:37:12.459Z Downloaded usdt v0.6.0
11022026-05-12T03:37:12.459Z Downloaded usdt-attr-macro v0.6.0
11032026-05-12T03:37:12.459Z Downloaded void v1.0.2
11042026-05-12T03:37:12.459Z Downloaded usdt-macro v0.6.0
11052026-05-12T03:37:12.462Z Downloaded untrusted v0.7.1
11062026-05-12T03:37:12.462Z Downloaded universal-hash v0.5.1
11072026-05-12T03:37:12.462Z Downloaded want v0.3.1
11082026-05-12T03:37:12.467Z Downloaded slog v2.8.2
11092026-05-12T03:37:12.474Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11102026-05-12T03:37:12.474Z Downloaded time-macros v0.2.27
11112026-05-12T03:37:12.474Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11122026-05-12T03:37:12.474Z Downloaded h2 v0.4.13
11132026-05-12T03:37:12.481Z Downloaded xattr v1.6.1
11142026-05-12T03:37:12.488Z Downloaded tokio-stream v0.1.18
11152026-05-12T03:37:12.496Z Downloaded untrusted v0.9.0
11162026-05-12T03:37:12.496Z Downloaded hkdf v0.12.4
11172026-05-12T03:37:12.504Z Downloaded tokio-rustls v0.26.4
11182026-05-12T03:37:12.504Z Downloaded uzers v0.12.2
11192026-05-12T03:37:12.504Z Downloaded rand v0.9.2
11202026-05-12T03:37:12.507Z Downloaded itertools v0.12.1
11212026-05-12T03:37:12.507Z Downloaded zeroize_derive v1.4.3
11222026-05-12T03:37:12.513Z Downloaded zone_cfg_derive v0.3.1
11232026-05-12T03:37:12.513Z Downloaded tokio-rustls v0.25.0
11242026-05-12T03:37:12.513Z Downloaded itertools v0.13.0
11252026-05-12T03:37:12.518Z Downloaded vsss-rs v3.3.4
11262026-05-12T03:37:12.518Z Downloaded termios v0.3.3
11272026-05-12T03:37:12.518Z Downloaded unicode-truncate v1.1.0
11282026-05-12T03:37:12.527Z Downloaded rsa v0.9.10
11292026-05-12T03:37:12.527Z Downloaded zone v0.3.1
11302026-05-12T03:37:12.527Z Downloaded waitgroup v0.1.2
11312026-05-12T03:37:12.527Z Downloaded socket2 v0.6.3
11322026-05-12T03:37:12.531Z Downloaded tokio-tungstenite v0.23.1
11332026-05-12T03:37:12.531Z Downloaded term v1.2.1
11342026-05-12T03:37:12.531Z Downloaded twox-hash v2.1.2
11352026-05-12T03:37:12.531Z Downloaded samael v0.0.19
11362026-05-12T03:37:12.537Z Downloaded bindgen v0.71.1
11372026-05-12T03:37:12.543Z Downloaded vergen-git2 v1.0.7
11382026-05-12T03:37:12.546Z Downloaded bitvec v1.0.1
11392026-05-12T03:37:12.551Z Downloaded toml_parser v1.0.9+spec-1.1.0
11402026-05-12T03:37:12.554Z Downloaded utf-8 v0.7.6
11412026-05-12T03:37:12.557Z Downloaded tokio-rustls v0.24.1
11422026-05-12T03:37:12.560Z Downloaded schemars v1.2.1
11432026-05-12T03:37:12.566Z Downloaded toml v0.9.12+spec-1.1.0
11442026-05-12T03:37:12.569Z Downloaded usdt-impl v0.6.0
11452026-05-12T03:37:12.572Z Downloaded zeroize v1.8.2
11462026-05-12T03:37:12.572Z Downloaded xshell-macros v0.2.7
11472026-05-12T03:37:12.572Z Downloaded steno v0.4.1
11482026-05-12T03:37:12.575Z Downloaded term v0.7.0
11492026-05-12T03:37:12.580Z Downloaded hyper v1.8.1
11502026-05-12T03:37:12.583Z Downloaded zstd v0.13.3
11512026-05-12T03:37:12.583Z Downloaded wyz v0.5.1
11522026-05-12T03:37:12.583Z Downloaded vergen-gitcl v1.0.8
11532026-05-12T03:37:12.583Z Downloaded toml v0.7.8
11542026-05-12T03:37:12.590Z Downloaded try-lock v0.2.5
11552026-05-12T03:37:12.593Z Downloaded whoami v1.6.1
11562026-05-12T03:37:12.597Z Downloaded vergen-lib v0.1.6
11572026-05-12T03:37:12.602Z Downloaded typify v0.6.2
11582026-05-12T03:37:12.605Z Downloaded unicase v2.9.0
11592026-05-12T03:37:12.608Z Downloaded unicode-properties v0.1.4
11602026-05-12T03:37:12.608Z Downloaded walkdir v2.5.0
11612026-05-12T03:37:12.612Z Downloaded tracing-attributes v0.1.31
11622026-05-12T03:37:12.620Z Downloaded whoami v2.1.0
11632026-05-12T03:37:12.623Z Downloaded vergen v9.0.6
11642026-05-12T03:37:12.623Z Downloaded zerocopy v0.6.6
11652026-05-12T03:37:12.628Z Downloaded snafu v0.8.9
11662026-05-12T03:37:12.633Z Downloaded tinyvec v1.10.0
11672026-05-12T03:37:12.636Z Downloaded git2 v0.20.4
11682026-05-12T03:37:12.639Z Downloaded xshell v0.2.7
11692026-05-12T03:37:12.643Z Downloaded test-strategy v0.4.5
11702026-05-12T03:37:12.646Z Downloaded libm v0.2.16
11712026-05-12T03:37:12.649Z Downloaded itertools v0.14.0
11722026-05-12T03:37:12.652Z Downloaded russh v0.45.0
11732026-05-12T03:37:12.656Z Downloaded tracing-core v0.1.36
11742026-05-12T03:37:12.659Z Downloaded typify v0.4.3
11752026-05-12T03:37:12.662Z Downloaded tungstenite v0.23.0
11762026-05-12T03:37:12.677Z Downloaded uuid v1.23.0
11772026-05-12T03:37:12.680Z Downloaded zstd-safe v7.2.4
11782026-05-12T03:37:12.680Z Downloaded toml v1.0.6+spec-1.1.0
11792026-05-12T03:37:12.684Z Downloaded yasna v0.5.2
11802026-05-12T03:37:12.687Z Downloaded toml_edit v0.19.15
11812026-05-12T03:37:12.695Z Downloaded subprocess v0.2.15
11822026-05-12T03:37:12.698Z Downloaded portable-atomic v1.13.1
11832026-05-12T03:37:12.701Z Downloaded goblin v0.10.5
11842026-05-12T03:37:12.707Z Downloaded tungstenite v0.21.0
11852026-05-12T03:37:12.711Z Downloaded tar v0.4.45
11862026-05-12T03:37:12.715Z Downloaded tokio-postgres v0.7.16
11872026-05-12T03:37:12.717Z Downloaded vte v0.14.1
11882026-05-12T03:37:12.720Z Downloaded lalrpop v0.19.12
11892026-05-12T03:37:12.724Z Downloaded zip v0.6.6
11902026-05-12T03:37:12.737Z Downloaded ssh-key v0.6.7
11912026-05-12T03:37:12.740Z Downloaded tower v0.5.3
11922026-05-12T03:37:12.740Z Downloaded yansi v1.0.1
11932026-05-12T03:37:12.740Z Downloaded rayon v1.11.0
11942026-05-12T03:37:12.743Z Downloaded rustls-webpki v0.101.7
11952026-05-12T03:37:12.751Z Downloaded zopfli v0.8.3
11962026-05-12T03:37:12.754Z Downloaded unicode-bidi v0.3.18
11972026-05-12T03:37:12.754Z Downloaded rpassword v7.4.0
11982026-05-12T03:37:12.757Z Downloaded toml_edit v0.23.10+spec-1.0.0
11992026-05-12T03:37:12.761Z Downloaded quick-xml v0.37.5
12002026-05-12T03:37:12.761Z Downloaded reedline v0.40.0
12012026-05-12T03:37:12.765Z Downloaded unicode_categories v0.1.1
12022026-05-12T03:37:12.770Z Downloaded curve25519-dalek v4.1.3
12032026-05-12T03:37:12.772Z Downloaded rustyline v14.0.0
12042026-05-12T03:37:12.775Z Downloaded unsafe-libyaml v0.2.11
12052026-05-12T03:37:12.779Z Downloaded zerocopy-derive v0.8.40
12062026-05-12T03:37:12.782Z Downloaded p384 v0.13.1
12072026-05-12T03:37:12.788Z Downloaded reqwest v0.12.28
12082026-05-12T03:37:12.792Z Downloaded unicode-segmentation v1.12.0
12092026-05-12T03:37:12.809Z Downloaded regex v1.12.3
12102026-05-12T03:37:12.814Z Downloaded rustls-webpki v0.102.8
12112026-05-12T03:37:12.825Z Downloaded unicode-normalization v0.1.25
12122026-05-12T03:37:12.830Z Downloaded reqwest v0.13.2
12132026-05-12T03:37:12.833Z Downloaded proptest v1.10.0
12142026-05-12T03:37:12.841Z Downloaded typed-path v0.9.3
12152026-05-12T03:37:12.845Z Downloaded object v0.30.4
12162026-05-12T03:37:12.851Z Downloaded radix_trie v0.2.1
12172026-05-12T03:37:12.854Z Downloaded salty v0.3.0
12182026-05-12T03:37:12.867Z Downloaded tough v0.22.0
12192026-05-12T03:37:12.871Z Downloaded x509-cert v0.2.5
12202026-05-12T03:37:12.894Z Downloaded openssl v0.10.78
12212026-05-12T03:37:12.901Z Downloaded moka v0.12.13
12222026-05-12T03:37:12.905Z Downloaded polar-core v0.27.3
12232026-05-12T03:37:12.908Z Downloaded zip v4.6.1
12242026-05-12T03:37:12.911Z Downloaded tower-http v0.6.8
12252026-05-12T03:37:12.915Z Downloaded winnow v0.6.26
12262026-05-12T03:37:12.923Z Downloaded csv v1.4.0
12272026-05-12T03:37:12.935Z Downloaded serde_with v3.17.0
12282026-05-12T03:37:12.942Z Downloaded petname v2.0.2
12292026-05-12T03:37:12.945Z Downloaded nix v0.29.0
12302026-05-12T03:37:12.952Z Downloaded tokio-util v0.7.18
12312026-05-12T03:37:12.959Z Downloaded nix v0.28.0
12322026-05-12T03:37:12.967Z Downloaded bstr v1.12.1
12332026-05-12T03:37:12.973Z Downloaded tabled v0.20.0
12342026-05-12T03:37:12.983Z Downloaded winnow v0.5.40
12352026-05-12T03:37:12.987Z Downloaded hickory-proto v0.24.4
12362026-05-12T03:37:12.996Z Downloaded nix v0.31.2
12372026-05-12T03:37:13.003Z Downloaded nix v0.27.1
12382026-05-12T03:37:13.009Z Downloaded vcpkg v0.2.15
12392026-05-12T03:37:13.033Z Downloaded zlib-rs v0.6.2
12402026-05-12T03:37:13.037Z Downloaded webpki-roots v1.0.6
12412026-05-12T03:37:13.041Z Downloaded rustls v0.22.4
12422026-05-12T03:37:13.046Z Downloaded quinn-proto v0.11.13
12432026-05-12T03:37:13.049Z Downloaded openapiv3 v2.2.0
12442026-05-12T03:37:13.068Z Downloaded zerocopy v0.8.40
12452026-05-12T03:37:13.091Z Downloaded rustix v0.38.44
12462026-05-12T03:37:13.105Z Downloaded time v0.3.47
12472026-05-12T03:37:13.111Z Downloaded object v0.37.3
12482026-05-12T03:37:13.118Z Downloaded dropshot v0.16.7
12492026-05-12T03:37:13.131Z Downloaded smoltcp v0.9.1
12502026-05-12T03:37:13.139Z Downloaded dropshot v0.17.0
12512026-05-12T03:37:13.149Z Downloaded rustls v0.21.12
12522026-05-12T03:37:13.157Z Downloaded regress v0.10.5
12532026-05-12T03:37:13.166Z Downloaded regex-syntax v0.6.29
12542026-05-12T03:37:13.169Z Downloaded regress v0.11.1
12552026-05-12T03:37:13.174Z Downloaded smoltcp v0.11.0
12562026-05-12T03:37:13.182Z Downloaded rustls v0.23.37
12572026-05-12T03:37:13.187Z Downloaded ratatui v0.29.0
12582026-05-12T03:37:13.198Z Downloaded hickory-proto v0.25.2
12592026-05-12T03:37:13.206Z Downloaded bzip2-sys v0.1.13+1.0.8
12602026-05-12T03:37:13.213Z Downloaded tracing v0.1.44
12612026-05-12T03:37:13.225Z Downloaded diesel v2.3.8
12622026-05-12T03:37:13.237Z Downloaded typify-impl v0.4.3
12632026-05-12T03:37:13.246Z Downloaded regex-syntax v0.8.10
12642026-05-12T03:37:13.250Z Downloaded zerocopy-derive v0.6.6
12652026-05-12T03:37:13.260Z Downloaded chrono-tz v0.10.4
12662026-05-12T03:37:13.270Z Downloaded petgraph v0.6.5
12672026-05-12T03:37:13.281Z Downloaded sqlparser v0.61.0
12682026-05-12T03:37:13.287Z Downloaded jiff v0.2.21
12692026-05-12T03:37:13.298Z Downloaded sled v0.34.7
12702026-05-12T03:37:13.310Z Downloaded typify-impl v0.6.2
12712026-05-12T03:37:13.319Z Downloaded libz-sys v1.1.24
12722026-05-12T03:37:13.345Z Downloaded regex-automata v0.4.14
12732026-05-12T03:37:13.389Z Downloaded petgraph v0.8.3
12742026-05-12T03:37:13.412Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12752026-05-12T03:37:13.423Z Downloaded sha3 v0.10.8
12762026-05-12T03:37:13.435Z Downloaded tokio v1.52.1
12772026-05-12T03:37:13.465Z Downloaded ring v0.17.14
12782026-05-12T03:37:13.490Z Downloaded encoding_rs v0.8.35
12792026-05-12T03:37:13.533Z Downloaded libgit2-sys v0.18.3+1.9.2
12802026-05-12T03:37:14.076Z Downloaded aws-lc-sys v0.40.0
12812026-05-12T03:37:14.327Z Compiling libc v0.2.185
12822026-05-12T03:37:14.327Z Compiling serde v1.0.228
12832026-05-12T03:37:14.331Z Compiling log v0.4.29
12842026-05-12T03:37:14.331Z Compiling shlex v1.3.0
12852026-05-12T03:37:14.331Z Compiling find-msvc-tools v0.1.9
12862026-05-12T03:37:14.331Z Compiling smallvec v1.15.1
12872026-05-12T03:37:14.331Z Compiling typenum v1.19.0
12882026-05-12T03:37:14.331Z Compiling subtle v2.6.1
12892026-05-12T03:37:14.331Z Compiling generic-array v0.14.7
12902026-05-12T03:37:14.331Z Compiling scopeguard v1.2.0
12912026-05-12T03:37:14.331Z Compiling portable-atomic v1.13.1
12922026-05-12T03:37:14.540Z Compiling const-oid v0.9.6
12932026-05-12T03:37:14.582Z Compiling syn v2.0.117
12942026-05-12T03:37:14.593Z Compiling serde_json v1.0.149
12952026-05-12T03:37:14.596Z Compiling critical-section v1.2.0
12962026-05-12T03:37:14.624Z Compiling lock_api v0.4.14
12972026-05-12T03:37:14.667Z Compiling zerocopy v0.8.40
12982026-05-12T03:37:14.685Z Compiling parking_lot_core v0.9.12
12992026-05-12T03:37:14.688Z Compiling pin-project-lite v0.2.17
13002026-05-12T03:37:14.781Z Compiling pkg-config v0.3.32
13012026-05-12T03:37:14.781Z Compiling bitflags v2.11.0
13022026-05-12T03:37:14.787Z Compiling futures-core v0.3.32
13032026-05-12T03:37:14.810Z Compiling libm v0.2.16
13042026-05-12T03:37:14.822Z Compiling num-traits v0.2.19
13052026-05-12T03:37:14.869Z Compiling percent-encoding v2.3.2
13062026-05-12T03:37:14.911Z Compiling futures-sink v0.3.32
13072026-05-12T03:37:14.914Z Compiling cpufeatures v0.2.17
13082026-05-12T03:37:14.974Z Compiling futures-io v0.3.32
13092026-05-12T03:37:15.049Z Compiling futures-channel v0.3.32
13102026-05-12T03:37:15.049Z Compiling futures-task v0.3.32
13112026-05-12T03:37:15.062Z Compiling slab v0.4.12
13122026-05-12T03:37:15.077Z Compiling getrandom v0.4.1
13132026-05-12T03:37:15.090Z Compiling rand_core v0.10.0
13142026-05-12T03:37:15.182Z Compiling indexmap v2.14.0
13152026-05-12T03:37:15.196Z Compiling rustversion v1.0.22
13162026-05-12T03:37:15.228Z Compiling getrandom v0.3.4
13172026-05-12T03:37:15.263Z Compiling form_urlencoded v1.2.2
13182026-05-12T03:37:15.288Z Compiling dunce v1.0.5
13192026-05-12T03:37:15.311Z Compiling fs_extra v1.3.0
13202026-05-12T03:37:15.324Z Compiling base64ct v1.8.3
13212026-05-12T03:37:15.337Z Compiling ident_case v1.0.1
13222026-05-12T03:37:15.352Z Compiling flagset v0.4.7
13232026-05-12T03:37:15.397Z Compiling rustix v1.1.3
13242026-05-12T03:37:15.448Z Compiling getrandom v0.2.17
13252026-05-12T03:37:15.474Z Compiling jobserver v0.1.34
13262026-05-12T03:37:15.480Z Compiling errno v0.3.14
13272026-05-12T03:37:15.516Z Compiling mio v1.2.0
13282026-05-12T03:37:15.566Z Compiling once_cell v1.21.3
13292026-05-12T03:37:15.580Z Compiling socket2 v0.6.3
13302026-05-12T03:37:15.597Z Compiling rand_core v0.6.4
13312026-05-12T03:37:15.624Z Compiling signal-hook-registry v1.4.8
13322026-05-12T03:37:15.680Z Compiling cc v1.2.56
13332026-05-12T03:37:15.701Z Compiling parking_lot v0.12.5
13342026-05-12T03:37:15.799Z Compiling pem-rfc7468 v0.7.0
13352026-05-12T03:37:15.812Z Compiling iana-time-zone v0.1.65
13362026-05-12T03:37:15.847Z Compiling regex-syntax v0.8.10
13372026-05-12T03:37:15.886Z Compiling aws-lc-rs v1.16.3
13382026-05-12T03:37:15.917Z Compiling vcpkg v0.2.15
13392026-05-12T03:37:16.057Z Compiling uuid v1.23.0
13402026-05-12T03:37:16.077Z Compiling tracing-core v0.1.36
13412026-05-12T03:37:16.106Z Compiling rustc_version v0.4.1
13422026-05-12T03:37:16.140Z Compiling base64 v0.22.1
13432026-05-12T03:37:16.183Z Compiling openssl-probe v0.2.1
13442026-05-12T03:37:16.189Z Compiling httparse v1.10.1
13452026-05-12T03:37:16.275Z Compiling rand_core v0.9.5
13462026-05-12T03:37:16.373Z Compiling untrusted v0.7.1
13472026-05-12T03:37:16.388Z Compiling untrusted v0.9.0
13482026-05-12T03:37:16.419Z Compiling tinyvec_macros v0.1.1
13492026-05-12T03:37:16.455Z Compiling aho-corasick v1.1.4
13502026-05-12T03:37:16.468Z Compiling tower-layer v0.3.3
13512026-05-12T03:37:16.490Z Compiling tinyvec v1.10.0
13522026-05-12T03:37:16.506Z Compiling cmake v0.1.57
13532026-05-12T03:37:16.522Z Compiling atomic-waker v1.1.2
13542026-05-12T03:37:16.539Z Compiling try-lock v0.2.5
13552026-05-12T03:37:16.582Z Compiling tower-service v0.3.3
13562026-05-12T03:37:16.622Z Compiling rustls v0.23.37
13572026-05-12T03:37:16.651Z Compiling dyn-clone v1.0.20
13582026-05-12T03:37:16.669Z Compiling schemars v0.8.22
13592026-05-12T03:37:16.684Z Compiling want v0.3.1
13602026-05-12T03:37:16.714Z Compiling openssl v0.10.78
13612026-05-12T03:37:16.718Z Compiling foreign-types-shared v0.1.1
13622026-05-12T03:37:16.794Z Compiling pin-utils v0.1.0
13632026-05-12T03:37:16.808Z Compiling httpdate v1.0.3
13642026-05-12T03:37:16.824Z Compiling foreign-types v0.3.2
13652026-05-12T03:37:16.829Z Compiling unicode-normalization v0.1.25
13662026-05-12T03:37:16.829Z Compiling spin v0.9.8
13672026-05-12T03:37:16.873Z Compiling num-conv v0.2.0
13682026-05-12T03:37:16.891Z Compiling powerfmt v0.2.0
13692026-05-12T03:37:16.891Z Compiling native-tls v0.2.18
13702026-05-12T03:37:16.936Z Compiling time-core v0.1.8
13712026-05-12T03:37:16.956Z Compiling crc32fast v1.5.0
13722026-05-12T03:37:16.969Z Compiling wait-timeout v0.2.1
13732026-05-12T03:37:16.984Z Compiling sync_wrapper v1.0.2
13742026-05-12T03:37:17.021Z Compiling quick-error v1.2.3
13752026-05-12T03:37:17.042Z Compiling syn v1.0.109
13762026-05-12T03:37:17.062Z Compiling deranged v0.5.8
13772026-05-12T03:37:17.088Z Compiling usdt-impl v0.6.0
13782026-05-12T03:37:17.110Z Compiling time-macros v0.2.27
13792026-05-12T03:37:17.115Z Compiling bit-vec v0.8.0
13802026-05-12T03:37:17.142Z Compiling tempfile v3.25.0
13812026-05-12T03:37:17.148Z Compiling simd-adler32 v0.3.8
13822026-05-12T03:37:17.159Z Compiling siphasher v1.0.2
13832026-05-12T03:37:17.303Z Compiling crossbeam-utils v0.8.21
13842026-05-12T03:37:17.345Z Compiling num_threads v0.1.7
13852026-05-12T03:37:17.367Z Compiling unicode-segmentation v1.12.0
13862026-05-12T03:37:17.405Z Compiling bit-set v0.8.0
13872026-05-12T03:37:17.424Z Compiling rusty-fork v0.3.1
13882026-05-12T03:37:17.475Z Compiling aws-lc-sys v0.40.0
13892026-05-12T03:37:17.475Z Compiling ring v0.17.14
13902026-05-12T03:37:17.507Z Compiling openssl-sys v0.9.114
13912026-05-12T03:37:17.513Z Compiling regex-automata v0.4.14
13922026-05-12T03:37:17.513Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13932026-05-12T03:37:17.607Z Compiling synstructure v0.13.2
13942026-05-12T03:37:17.629Z Compiling serde_derive_internals v0.29.1
13952026-05-12T03:37:17.647Z Compiling pest_generator v2.8.6
13962026-05-12T03:37:17.682Z Compiling darling_core v0.20.11
13972026-05-12T03:37:17.816Z Compiling darling_core v0.21.3
13982026-05-12T03:37:17.834Z Compiling bzip2-sys v0.1.13+1.0.8
13992026-05-12T03:37:18.154Z Compiling slog v2.8.2
14002026-05-12T03:37:18.169Z Compiling rand_xorshift v0.4.0
14012026-05-12T03:37:18.277Z Compiling heapless v0.7.17
14022026-05-12T03:37:18.309Z Compiling time v0.3.47
14032026-05-12T03:37:18.346Z Compiling thread-id v5.1.0
14042026-05-12T03:37:18.369Z Compiling cookie v0.18.1
14052026-05-12T03:37:18.386Z Compiling ryu v1.0.23
14062026-05-12T03:37:18.404Z Compiling anyhow v1.0.102
14072026-05-12T03:37:18.418Z Compiling unarray v0.1.4
14082026-05-12T03:37:18.446Z Compiling allocator-api2 v0.2.21
14092026-05-12T03:37:18.546Z Compiling paste v1.0.15
14102026-05-12T03:37:18.562Z Compiling signal-hook v0.3.18
14112026-05-12T03:37:18.591Z Compiling adler2 v2.0.1
14122026-05-12T03:37:18.604Z Compiling unicode-bidi v0.3.18
14132026-05-12T03:37:18.619Z Compiling zstd-safe v7.2.4
14142026-05-12T03:37:18.743Z Compiling unicode-properties v0.1.4
14152026-05-12T03:37:18.759Z Compiling iri-string v0.7.10
14162026-05-12T03:37:18.836Z Compiling miniz_oxide v0.8.9
14172026-05-12T03:37:18.937Z Compiling stringprep v0.1.5
14182026-05-12T03:37:18.979Z Compiling heck v0.4.1
14192026-05-12T03:37:19.172Z Compiling num-integer v0.1.46
14202026-05-12T03:37:19.229Z Compiling vergen-lib v0.1.6
14212026-05-12T03:37:19.347Z Compiling serde_derive v1.0.228
14222026-05-12T03:37:19.452Z Compiling zeroize_derive v1.4.3
14232026-05-12T03:37:19.512Z Compiling zerofrom-derive v0.1.6
14242026-05-12T03:37:19.559Z Compiling yoke-derive v0.8.1
14252026-05-12T03:37:19.559Z Compiling zerocopy-derive v0.8.40
14262026-05-12T03:37:19.559Z Compiling zerovec-derive v0.11.2
14272026-05-12T03:37:19.708Z Compiling displaydoc v0.2.5
14282026-05-12T03:37:20.024Z Compiling tokio-macros v2.7.0
14292026-05-12T03:37:20.155Z Compiling zeroize v1.8.2
14302026-05-12T03:37:20.168Z Compiling futures-macro v0.3.32
14312026-05-12T03:37:20.391Z Compiling der_derive v0.7.3
14322026-05-12T03:37:20.505Z Compiling rustls-pki-types v1.14.0
14332026-05-12T03:37:20.525Z Compiling thiserror-impl v2.0.18
14342026-05-12T03:37:20.714Z Compiling tracing-attributes v0.1.31
14352026-05-12T03:37:20.735Z Compiling schemars_derive v0.8.22
14362026-05-12T03:37:20.769Z Compiling scroll_derive v0.13.1
14372026-05-12T03:37:20.906Z Compiling crypto-common v0.1.7
14382026-05-12T03:37:20.921Z Compiling zerofrom v0.1.6
14392026-05-12T03:37:21.006Z Compiling block-buffer v0.10.4
14402026-05-12T03:37:21.022Z Compiling futures-util v0.3.32
14412026-05-12T03:37:21.139Z Compiling yoke v0.8.1
14422026-05-12T03:37:21.238Z Compiling block-padding v0.3.3
14432026-05-12T03:37:21.238Z Compiling digest v0.10.7
14442026-05-12T03:37:21.365Z Compiling zerovec v0.11.5
14452026-05-12T03:37:21.365Z Compiling zerotrie v0.2.3
14462026-05-12T03:37:21.378Z Compiling inout v0.1.4
14472026-05-12T03:37:21.482Z Compiling hmac v0.12.1
14482026-05-12T03:37:21.719Z Compiling cipher v0.4.4
14492026-05-12T03:37:21.757Z Compiling sha2 v0.10.9
14502026-05-12T03:37:21.757Z Compiling der v0.7.10
14512026-05-12T03:37:21.758Z Compiling pbkdf2 v0.12.2
14522026-05-12T03:37:22.270Z Compiling tinystr v0.8.2
14532026-05-12T03:37:22.386Z Compiling potential_utf v0.1.4
14542026-05-12T03:37:22.386Z Compiling salsa20 v0.10.2
14552026-05-12T03:37:22.386Z Compiling aes v0.8.4
14562026-05-12T03:37:22.386Z Compiling thiserror v2.0.18
14572026-05-12T03:37:22.386Z Compiling icu_locale_core v2.1.1
14582026-05-12T03:37:22.386Z Compiling icu_collections v2.1.1
14592026-05-12T03:37:22.386Z Compiling scrypt v0.11.0
14602026-05-12T03:37:22.387Z Compiling cbc v0.1.2
14612026-05-12T03:37:22.387Z Compiling pest_derive v2.8.6
14622026-05-12T03:37:22.387Z Compiling tracing v0.1.44
14632026-05-12T03:37:22.387Z Compiling scroll v0.13.0
14642026-05-12T03:37:22.462Z Compiling darling_macro v0.20.11
14652026-05-12T03:37:22.595Z Compiling openssl-macros v0.1.1
14662026-05-12T03:37:22.672Z Compiling spki v0.7.3
14672026-05-12T03:37:22.672Z Compiling goblin v0.10.5
14682026-05-12T03:37:22.672Z Compiling rustls-native-certs v0.8.3
14692026-05-12T03:37:22.883Z Compiling icu_provider v2.1.1
14702026-05-12T03:37:22.914Z Compiling pkcs5 v0.7.1
14712026-05-12T03:37:22.914Z Compiling bytes v1.11.1
14722026-05-12T03:37:22.914Z Compiling chrono v0.4.44
14732026-05-12T03:37:22.914Z Compiling ipnet v2.11.0
14742026-05-12T03:37:22.992Z Compiling darling v0.20.11
14752026-05-12T03:37:23.069Z Compiling dtrace-parser v0.3.0
14762026-05-12T03:37:23.137Z Compiling icu_properties v2.1.2
14772026-05-12T03:37:23.137Z Compiling icu_normalizer v2.1.1
14782026-05-12T03:37:23.137Z Compiling derive_builder_core v0.20.2
14792026-05-12T03:37:23.166Z Compiling signature v2.2.0
14802026-05-12T03:37:23.357Z Compiling pkcs8 v0.10.2
14812026-05-12T03:37:23.443Z Compiling tokio v1.52.1
14822026-05-12T03:37:23.542Z Compiling http v1.4.0
14832026-05-12T03:37:23.542Z Compiling webpki-roots v1.0.6
14842026-05-12T03:37:23.587Z Compiling scroll_derive v0.12.1
14852026-05-12T03:37:23.606Z Compiling thiserror-impl v1.0.69
14862026-05-12T03:37:23.661Z Compiling toml_datetime v0.6.11
14872026-05-12T03:37:23.679Z Compiling serde_spanned v0.6.9
14882026-05-12T03:37:23.811Z Compiling serde_tokenstream v0.2.3
14892026-05-12T03:37:23.901Z Compiling erased-serde v0.3.31
14902026-05-12T03:37:24.008Z Compiling idna_adapter v1.2.1
14912026-05-12T03:37:24.050Z Compiling ppv-lite86 v0.2.21
14922026-05-12T03:37:24.050Z Compiling derive_builder_macro v0.20.2
14932026-05-12T03:37:24.116Z Compiling idna v1.1.0
14942026-05-12T03:37:24.150Z Compiling http-body v1.0.1
14952026-05-12T03:37:24.195Z Compiling serde_urlencoded v0.7.1
14962026-05-12T03:37:24.202Z Compiling md-5 v0.10.6
14972026-05-12T03:37:24.230Z Compiling scroll v0.12.0
14982026-05-12T03:37:24.310Z Compiling rand_chacha v0.9.0
14992026-05-12T03:37:24.334Z Compiling http-body-util v0.1.3
15002026-05-12T03:37:24.342Z Compiling rand_chacha v0.3.1
15012026-05-12T03:37:24.360Z Compiling darling_macro v0.21.3
15022026-05-12T03:37:24.366Z Compiling bstr v1.12.1
15032026-05-12T03:37:24.396Z Compiling url v2.5.8
15042026-05-12T03:37:24.469Z Compiling zerocopy-derive v0.7.35
15052026-05-12T03:37:24.517Z Compiling rand v0.9.2
15062026-05-12T03:37:24.612Z Compiling pin-project-internal v1.1.11
15072026-05-12T03:37:24.678Z Compiling async-trait v0.1.89
15082026-05-12T03:37:24.766Z Compiling curve25519-dalek v4.1.3
15092026-05-12T03:37:24.935Z Compiling thiserror v1.0.69
15102026-05-12T03:37:25.026Z Compiling ff v0.13.1
15112026-05-12T03:37:25.056Z Compiling hash32 v0.2.1
15122026-05-12T03:37:25.085Z Compiling proptest v1.10.0
15132026-05-12T03:37:25.165Z Compiling memoffset v0.9.1
15142026-05-12T03:37:25.209Z Compiling ref-cast v1.0.25
15152026-05-12T03:37:25.244Z Compiling base16ct v0.2.0
15162026-05-12T03:37:25.265Z Compiling litrs v1.0.0
15172026-05-12T03:37:25.336Z Compiling dof v0.4.0
15182026-05-12T03:37:25.370Z Compiling psl-types v2.0.11
15192026-05-12T03:37:25.401Z Compiling num-bigint-dig v0.8.6
15202026-05-12T03:37:25.410Z Compiling zlib-rs v0.6.2
15212026-05-12T03:37:25.486Z Compiling fallible-iterator v0.2.0
15222026-05-12T03:37:25.499Z Compiling rustix v0.38.44
15232026-05-12T03:37:25.527Z Compiling smoltcp v0.9.1
15242026-05-12T03:37:25.577Z Compiling cfg_aliases v0.2.1
15252026-05-12T03:37:25.669Z Compiling ipnetwork v0.21.1
15262026-05-12T03:37:25.694Z Compiling pin-project v1.1.11
15272026-05-12T03:37:25.715Z Compiling nix v0.31.2
15282026-05-12T03:37:25.765Z Compiling document-features v0.2.12
15292026-05-12T03:37:25.820Z Compiling postgres-protocol v0.6.10
15302026-05-12T03:37:25.853Z Compiling publicsuffix v2.3.0
15312026-05-12T03:37:25.884Z Compiling zerocopy v0.7.35
15322026-05-12T03:37:25.934Z Compiling oxnet v0.1.4
15332026-05-12T03:37:26.057Z Compiling sec1 v0.7.3
15342026-05-12T03:37:26.151Z Compiling group v0.13.0
15352026-05-12T03:37:26.211Z Compiling darling v0.21.3
15362026-05-12T03:37:26.225Z Compiling rand v0.8.6
15372026-05-12T03:37:26.324Z Compiling derive_builder v0.20.2
15382026-05-12T03:37:26.356Z Compiling goblin v0.8.2
15392026-05-12T03:37:26.418Z Compiling futures-executor v0.3.32
15402026-05-12T03:37:26.435Z Compiling hubpack_derive v0.1.1
15412026-05-12T03:37:26.453Z Compiling cargo-platform v0.1.9
15422026-05-12T03:37:26.472Z Compiling hex v0.4.3
15432026-05-12T03:37:26.507Z Compiling hkdf v0.12.4
15442026-05-12T03:37:26.563Z Compiling crypto-bigint v0.5.5
15452026-05-12T03:37:26.589Z Compiling regex v1.12.3
15462026-05-12T03:37:26.746Z Compiling num-iter v0.1.45
15472026-05-12T03:37:26.764Z Compiling snafu-derive v0.8.9
15482026-05-12T03:37:26.769Z Compiling strum_macros v0.27.2
15492026-05-12T03:37:26.780Z Compiling daft-derive v0.1.5
15502026-05-12T03:37:26.810Z Compiling ref-cast-impl v1.0.25
15512026-05-12T03:37:26.880Z Compiling curve25519-dalek-derive v0.1.1
15522026-05-12T03:37:27.090Z Compiling phf_shared v0.13.1
15532026-05-12T03:37:27.266Z Compiling tokio-util v0.7.18
15542026-05-12T03:37:27.280Z Compiling tower v0.5.3
15552026-05-12T03:37:27.378Z Compiling tokio-native-tls v0.3.1
15562026-05-12T03:37:27.387Z Compiling newtype-uuid v1.3.2
15572026-05-12T03:37:27.413Z Compiling terminal_size v0.4.3
15582026-05-12T03:37:27.464Z Compiling lazy_static v1.5.0
15592026-05-12T03:37:27.562Z Compiling vergen v9.0.6
15602026-05-12T03:37:27.567Z Compiling fs-err v3.3.0
15612026-05-12T03:37:27.578Z Compiling ahash v0.8.12
15622026-05-12T03:37:27.578Z Compiling encoding_rs v0.8.35
15632026-05-12T03:37:27.612Z Compiling bumpalo v3.20.2
15642026-05-12T03:37:27.761Z Compiling tower-http v0.6.8
15652026-05-12T03:37:27.769Z Compiling libbz2-rs-sys v0.2.2
15662026-05-12T03:37:27.797Z Compiling same-file v1.0.6
15672026-05-12T03:37:27.808Z Compiling bitflags v1.3.2
15682026-05-12T03:37:27.837Z Compiling winnow v0.5.40
15692026-05-12T03:37:27.881Z Compiling mime v0.3.17
15702026-05-12T03:37:27.934Z Compiling foldhash v0.2.0
15712026-05-12T03:37:27.976Z Compiling h2 v0.4.13
15722026-05-12T03:37:28.158Z Compiling foldhash v0.1.5
15732026-05-12T03:37:28.230Z Compiling managed v0.8.0
15742026-05-12T03:37:28.262Z Compiling object v0.37.3
15752026-05-12T03:37:28.343Z Compiling flate2 v1.1.9
15762026-05-12T03:37:28.359Z Compiling hashbrown v0.15.5
15772026-05-12T03:37:28.509Z Compiling bzip2 v0.6.1
15782026-05-12T03:37:28.573Z Compiling clap_builder v4.5.60
15792026-05-12T03:37:28.708Z Compiling dof v0.3.0
15802026-05-12T03:37:28.743Z Compiling hashbrown v0.16.1
15812026-05-12T03:37:28.751Z Compiling snafu v0.8.9
15822026-05-12T03:37:28.751Z Compiling walkdir v2.5.0
15832026-05-12T03:37:28.827Z Compiling strum v0.27.2
15842026-05-12T03:37:28.842Z Compiling zopfli v0.8.3
15852026-05-12T03:37:28.999Z Compiling daft v0.1.5
15862026-05-12T03:37:29.147Z Compiling elliptic-curve v0.13.8
15872026-05-12T03:37:29.169Z Compiling toml_edit v0.19.15
15882026-05-12T03:37:29.265Z Compiling phf v0.13.1
15892026-05-12T03:37:29.332Z Compiling signal-hook-mio v0.2.5
15902026-05-12T03:37:29.380Z Compiling cargo_metadata v0.19.2
15912026-05-12T03:37:29.380Z Compiling cookie_store v0.22.1
15922026-05-12T03:37:29.410Z Compiling hubpack v0.1.2
15932026-05-12T03:37:29.465Z Compiling usdt-attr-macro v0.6.0
15942026-05-12T03:37:29.508Z Compiling usdt-macro v0.6.0
15952026-05-12T03:37:29.538Z Compiling bzip2 v0.4.4
15962026-05-12T03:37:29.559Z Compiling futures v0.3.32
15972026-05-12T03:37:29.633Z Compiling serde_with_macros v3.17.0
15982026-05-12T03:37:29.662Z Compiling postgres-types v0.2.12
15992026-05-12T03:37:29.812Z Compiling zstd v0.13.3
16002026-05-12T03:37:29.901Z Compiling dtrace-parser v0.2.0
16012026-05-12T03:37:30.019Z Compiling globset v0.4.18
16022026-05-12T03:37:30.108Z Compiling ed25519 v2.2.3
16032026-05-12T03:37:30.253Z Compiling pkcs1 v0.7.5
16042026-05-12T03:37:30.276Z Compiling olpc-cjson v0.1.4
16052026-05-12T03:37:30.294Z Compiling serde_plain v1.0.2
16062026-05-12T03:37:30.443Z Compiling serde-big-array v0.5.1
16072026-05-12T03:37:30.488Z Compiling rfc6979 v0.4.0
16082026-05-12T03:37:30.593Z Compiling clap_derive v4.5.55
16092026-05-12T03:37:30.693Z Compiling async-recursion v1.1.1
16102026-05-12T03:37:30.725Z Compiling serde_repr v0.1.20
16112026-05-12T03:37:30.725Z Compiling strum_macros v0.26.4
16122026-05-12T03:37:30.726Z Compiling enum-as-inner v0.6.1
16132026-05-12T03:37:30.734Z Compiling phf_shared v0.11.3
16142026-05-12T03:37:30.797Z Compiling float-cmp v0.10.0
16152026-05-12T03:37:30.936Z Compiling pem v3.0.6
16162026-05-12T03:37:30.970Z Compiling memmap2 v0.9.10
16172026-05-12T03:37:31.018Z Compiling hyper v1.8.1
16182026-05-12T03:37:31.046Z Compiling thread-id v4.2.2
16192026-05-12T03:37:31.157Z Compiling env_filter v1.0.0
16202026-05-12T03:37:31.247Z Compiling jiff v0.2.21
16212026-05-12T03:37:31.283Z Compiling normalize-line-endings v0.3.0
16222026-05-12T03:37:31.289Z Compiling fixedbitset v0.5.7
16232026-05-12T03:37:31.289Z Compiling rustc-hash v2.1.1
16242026-05-12T03:37:31.395Z Compiling whoami v2.1.0
16252026-05-12T03:37:31.402Z Compiling typed-path v0.9.3
16262026-05-12T03:37:31.455Z Compiling either v1.15.0
16272026-05-12T03:37:31.477Z Compiling static_assertions v1.1.0
16282026-05-12T03:37:31.602Z Compiling new_debug_unreachable v1.0.6
16292026-05-12T03:37:31.652Z Compiling fixedbitset v0.4.2
16302026-05-12T03:37:31.683Z Compiling keccak v0.1.6
16312026-05-12T03:37:31.683Z Compiling data-encoding v2.10.0
16322026-05-12T03:37:31.717Z Compiling difflib v0.4.0
16332026-05-12T03:37:31.779Z Compiling precomputed-hash v0.1.1
16342026-05-12T03:37:31.830Z Compiling predicates-core v1.0.10
16352026-05-12T03:37:31.834Z Compiling sha3 v0.10.8
16362026-05-12T03:37:31.910Z Compiling string_cache v0.8.9
16372026-05-12T03:37:32.050Z Compiling predicates v3.1.4
16382026-05-12T03:37:32.100Z Compiling hickory-proto v0.25.2
16392026-05-12T03:37:32.123Z Compiling petgraph v0.6.5
16402026-05-12T03:37:32.151Z Compiling hyper-util v0.1.20
16412026-05-12T03:37:32.296Z Compiling itertools v0.13.0
16422026-05-12T03:37:32.361Z Compiling tokio-postgres v0.7.16
16432026-05-12T03:37:32.395Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16442026-05-12T03:37:32.483Z Compiling petgraph v0.8.3
16452026-05-12T03:37:32.556Z Compiling clap v4.5.60
16462026-05-12T03:37:32.590Z Compiling strum v0.26.3
16472026-05-12T03:37:32.634Z Compiling iddqd v0.3.18
16482026-05-12T03:37:32.751Z Compiling env_logger v0.11.9
16492026-05-12T03:37:32.825Z Compiling toml_edit v0.22.27
16502026-05-12T03:37:32.825Z Compiling usdt v0.6.0
16512026-05-12T03:37:32.825Z Compiling usdt-impl v0.5.0
16522026-05-12T03:37:33.071Z Compiling serde_with v3.17.0
16532026-05-12T03:37:33.142Z Compiling ecdsa v0.16.9
16542026-05-12T03:37:33.378Z Compiling crossterm v0.28.1
16552026-05-12T03:37:33.482Z Compiling toml v0.7.8
16562026-05-12T03:37:33.583Z Compiling hyper-tls v0.6.0
16572026-05-12T03:37:33.636Z Compiling rsa v0.9.10
16582026-05-12T03:37:33.850Z Compiling zip v4.6.1
16592026-05-12T03:37:33.879Z Compiling ed25519-dalek v2.2.0
16602026-05-12T03:37:34.405Z Compiling zip v0.6.6
16612026-05-12T03:37:34.685Z Compiling tokio-stream v0.1.18
16622026-05-12T03:37:34.762Z Compiling toml_parser v1.0.9+spec-1.1.0
16632026-05-12T03:37:34.789Z Compiling buf-list v1.1.2
16642026-05-12T03:37:34.789Z Compiling similar v2.7.0
16652026-05-12T03:37:34.846Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16662026-05-12T03:37:34.897Z Compiling openapiv3 v2.2.0
16672026-05-12T03:37:35.020Z Compiling x509-cert v0.2.5
16682026-05-12T03:37:35.065Z Compiling sha1 v0.10.6
16692026-05-12T03:37:35.154Z Compiling crossbeam-epoch v0.9.18
16702026-05-12T03:37:35.188Z Compiling toml_datetime v0.7.5+spec-1.1.0
16712026-05-12T03:37:35.248Z Compiling peg-runtime v0.8.5
16722026-05-12T03:37:35.316Z Compiling lalrpop-util v0.19.12
16732026-05-12T03:37:35.405Z Compiling thread_local v1.1.9
16742026-05-12T03:37:35.494Z Compiling slog-async v2.8.0
16752026-05-12T03:37:35.537Z Compiling crossbeam-channel v0.5.15
16762026-05-12T03:37:35.617Z Compiling is-terminal v0.4.17
16772026-05-12T03:37:35.618Z Compiling filetime v0.2.27
16782026-05-12T03:37:35.618Z Compiling take_mut v0.2.2
16792026-05-12T03:37:35.618Z Compiling xattr v1.6.1
16802026-05-12T03:37:35.618Z Compiling term v1.2.1
16812026-05-12T03:37:35.696Z Compiling tar v0.4.45
16822026-05-12T03:37:35.983Z Compiling slog-term v2.9.2
16832026-05-12T03:37:53.375Z Compiling rustls-webpki v0.103.9
16842026-05-12T03:37:56.247Z Compiling tokio-rustls v0.26.4
16852026-05-12T03:37:56.247Z Compiling rustls-platform-verifier v0.6.2
16862026-05-12T03:37:56.356Z Compiling hyper-rustls v0.27.7
16872026-05-12T03:37:56.611Z Compiling reqwest v0.12.28
16882026-05-12T03:37:56.611Z Compiling reqwest v0.13.2
16892026-05-12T03:37:57.761Z Compiling tough v0.22.0
16902026-05-12T03:38:00.264Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16912026-05-12T03:38:00.495Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16922026-05-12T03:38:03.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.49s
16932026-05-12T03:38:03.463Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16942026-05-12T03:38:03.959ZMay 12 03:38:01.778 INFO Starting download, target: Cockroach
16952026-05-12T03:38:03.960ZMay 12 03:38:01.779 INFO Starting download, target: Clickhouse
16962026-05-12T03:38:04.512ZMay 12 03:38:01.779 INFO Starting download, target: Console
16972026-05-12T03:38:04.512ZMay 12 03:38:01.779 INFO Starting download, target: DendriteStub
16982026-05-12T03:38:04.512ZMay 12 03:38:01.779 INFO Starting download, target: MaghemiteMgd
16992026-05-12T03:38:04.512ZMay 12 03:38:01.779 INFO Starting download, target: TransceiverControl
17002026-05-12T03:38:04.512ZMay 12 03:38:01.779 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17012026-05-12T03:38:04.512ZMay 12 03:38:01.779 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17022026-05-12T03:38:04.512ZMay 12 03:38:01.779 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17032026-05-12T03:38:04.512ZMay 12 03:38:01.779 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17042026-05-12T03:38:04.512ZMay 12 03:38:01.779 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17052026-05-12T03:38:04.512ZMay 12 03:38:01.780 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17062026-05-12T03:38:04.535ZMay 12 03:38:02.731 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17072026-05-12T03:38:04.729ZMay 12 03:38:02.963 INFO Download complete, target: Console
17082026-05-12T03:38:05.413ZMay 12 03:38:03.667 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17092026-05-12T03:38:05.493ZMay 12 03:38:03.727 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17102026-05-12T03:38:05.847ZMay 12 03:38:03.953 INFO Download complete, target: TransceiverControl
17112026-05-12T03:38:09.419ZMay 12 03:38:07.644 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17122026-05-12T03:38:11.182ZMay 12 03:38:09.398 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17132026-05-12T03:38:11.673ZMay 12 03:38:09.872 INFO Download complete, target: DendriteStub
17142026-05-12T03:38:12.121ZMay 12 03:38:10.370 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17152026-05-12T03:38:12.121ZMay 12 03:38:10.370 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17162026-05-12T03:38:12.174ZMay 12 03:38:10.433 INFO Checking that binary works, target: Clickhouse
17172026-05-12T03:38:12.316ZMay 12 03:38:10.588 INFO Download complete, target: Clickhouse
17182026-05-12T03:38:13.506ZMay 12 03:38:11.768 INFO Download complete, target: MaghemiteMgd
17192026-05-12T03:38:16.681ZMay 12 03:38:14.959 INFO Checking that binary works, target: Cockroach
17202026-05-12T03:38:16.809ZMay 12 03:38:15.086 INFO Download complete, target: Cockroach
17212026-05-12T03:38:16.815ZAll prerequisites installed successfully
17222026-05-12T03:38:16.818Z
17232026-05-12T03:38:16.818Zreal 2:02.564001209
17242026-05-12T03:38:16.818Zuser 6:55.579400102
17252026-05-12T03:38:16.818Zsys 1:43.665033178
17262026-05-12T03:38:16.818Ztrap 0.278646365
17272026-05-12T03:38:16.818Ztflt 1.223069196
17282026-05-12T03:38:16.818Zdflt 1.672637043
17292026-05-12T03:38:16.818Zkflt 0.024347275
17302026-05-12T03:38:16.818Zlock 25:02.328108982
17312026-05-12T03:38:16.818Zslp 19:00.604996402
17322026-05-12T03:38:16.818Zlat 25.357623051
17332026-05-12T03:38:16.818Zstop 2:57.782150471
17342026-05-12T03:38:16.818Z+ ptime -m cargo xtask download softnpu
17352026-05-12T03:38:17.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17362026-05-12T03:38:17.357Z Running `target/debug/xtask download softnpu`
17372026-05-12T03:38:18.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17382026-05-12T03:38:18.180Z Running `target/debug/xtask-downloader softnpu`
17392026-05-12T03:38:18.224ZMay 12 03:38:16.496 INFO Starting download, target: Softnpu
17402026-05-12T03:38:18.230ZMay 12 03:38:16.497 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17412026-05-12T03:38:19.025ZMay 12 03:38:17.292 INFO Download complete, target: Softnpu
17422026-05-12T03:38:19.032Z
17432026-05-12T03:38:19.033Zreal 2.196782634
17442026-05-12T03:38:19.033Zuser 1.320317419
17452026-05-12T03:38:19.033Zsys 0.646004271
17462026-05-12T03:38:19.033Ztrap 0.000636760
17472026-05-12T03:38:19.033Ztflt 0.000141050
17482026-05-12T03:38:19.033Zdflt 0.000102350
17492026-05-12T03:38:19.033Zkflt 0.000000000
17502026-05-12T03:38:19.033Zlock 14.803247724
17512026-05-12T03:38:19.033Zslp 0.653097724
17522026-05-12T03:38:19.033Zlat 0.076234124
17532026-05-12T03:38:19.034Zstop 0.000178000
17542026-05-12T03:38:19.034Z+ export CARGO_INCREMENTAL=0
17552026-05-12T03:38:19.034Z+ CARGO_INCREMENTAL=0
17562026-05-12T03:38:19.034Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17572026-05-12T03:38:19.929Z Compiling proc-macro2 v1.0.106
17582026-05-12T03:38:19.929Z Compiling quote v1.0.45
17592026-05-12T03:38:19.930Z Compiling unicode-ident v1.0.24
17602026-05-12T03:38:19.930Z Compiling libc v0.2.185
17612026-05-12T03:38:19.934Z Compiling serde_core v1.0.228
17622026-05-12T03:38:19.934Z Compiling serde v1.0.228
17632026-05-12T03:38:19.934Z Compiling cfg-if v1.0.4
17642026-05-12T03:38:19.934Z Compiling version_check v0.9.5
17652026-05-12T03:38:19.934Z Compiling shlex v1.3.0
17662026-05-12T03:38:19.934Z Compiling find-msvc-tools v0.1.9
17672026-05-12T03:38:19.934Z Compiling typenum v1.19.0
17682026-05-12T03:38:19.934Z Compiling zmij v1.0.21
17692026-05-12T03:38:20.082Z Compiling autocfg v1.5.0
17702026-05-12T03:38:20.140Z Compiling serde_json v1.0.149
17712026-05-12T03:38:20.140Z Compiling memchr v2.8.0
17722026-05-12T03:38:20.235Z Compiling portable-atomic v1.13.1
17732026-05-12T03:38:20.250Z Compiling libm v0.2.16
17742026-05-12T03:38:20.419Z Compiling zerocopy v0.8.40
17752026-05-12T03:38:20.607Z Compiling generic-array v0.14.7
17762026-05-12T03:38:20.657Z Compiling parking_lot_core v0.9.12
17772026-05-12T03:38:20.657Z Compiling smallvec v1.15.1
17782026-05-12T03:38:20.657Z Compiling num-traits v0.2.19
17792026-05-12T03:38:20.657Z Compiling icu_normalizer_data v2.1.1
17802026-05-12T03:38:20.657Z Compiling icu_properties_data v2.1.2
17812026-05-12T03:38:20.697Z Compiling itoa v1.0.17
17822026-05-12T03:38:20.799Z Compiling getrandom v0.4.1
17832026-05-12T03:38:20.845Z Compiling log v0.4.29
17842026-05-12T03:38:20.897Z Compiling stable_deref_trait v1.2.1
17852026-05-12T03:38:20.941Z Compiling pkg-config v0.3.32
17862026-05-12T03:38:20.941Z Compiling subtle v2.6.1
17872026-05-12T03:38:21.085Z Compiling scopeguard v1.2.0
17882026-05-12T03:38:21.156Z Compiling percent-encoding v2.3.2
17892026-05-12T03:38:21.156Z Compiling writeable v0.6.2
17902026-05-12T03:38:21.242Z Compiling jobserver v0.1.34
17912026-05-12T03:38:21.242Z Compiling getrandom v0.2.17
17922026-05-12T03:38:21.300Z Compiling errno v0.3.14
17932026-05-12T03:38:21.322Z Compiling lock_api v0.4.14
17942026-05-12T03:38:21.372Z Compiling rand_core v0.6.4
17952026-05-12T03:38:21.391Z Compiling cc v1.2.56
17962026-05-12T03:38:21.419Z Compiling syn v2.0.117
17972026-05-12T03:38:21.439Z Compiling litemap v0.8.1
17982026-05-12T03:38:21.547Z Compiling pin-project-lite v0.2.17
17992026-05-12T03:38:21.571Z Compiling fnv v1.0.7
18002026-05-12T03:38:21.640Z Compiling thiserror v2.0.18
18012026-05-12T03:38:21.732Z Compiling getrandom v0.3.4
18022026-05-12T03:38:21.732Z Compiling critical-section v1.2.0
18032026-05-12T03:38:21.787Z Compiling equivalent v1.0.2
18042026-05-12T03:38:21.811Z Compiling dunce v1.0.5
18052026-05-12T03:38:21.843Z Compiling fs_extra v1.3.0
18062026-05-12T03:38:21.869Z Compiling utf8_iter v1.0.4
18072026-05-12T03:38:21.893Z Compiling rustversion v1.0.22
18082026-05-12T03:38:21.920Z Compiling rand_core v0.10.0
18092026-05-12T03:38:22.004Z Compiling schemars v0.8.22
18102026-05-12T03:38:22.031Z Compiling form_urlencoded v1.2.2
18112026-05-12T03:38:22.115Z Compiling cmake v0.1.57
18122026-05-12T03:38:22.247Z Compiling once_cell v1.21.3
18132026-05-12T03:38:22.326Z Compiling signal-hook-registry v1.4.8
18142026-05-12T03:38:22.416Z Compiling hashbrown v0.17.0
18152026-05-12T03:38:22.439Z Compiling semver v1.0.28
18162026-05-12T03:38:22.439Z Compiling rustix v1.1.3
18172026-05-12T03:38:22.532Z Compiling parking_lot v0.12.5
18182026-05-12T03:38:22.683Z Compiling bitflags v2.11.0
18192026-05-12T03:38:22.683Z Compiling mio v1.2.0
18202026-05-12T03:38:22.683Z Compiling socket2 v0.6.3
18212026-05-12T03:38:22.730Z Compiling const-oid v0.9.6
18222026-05-12T03:38:22.730Z Compiling ring v0.17.14
18232026-05-12T03:38:22.730Z Compiling aws-lc-sys v0.40.0
18242026-05-12T03:38:22.859Z Compiling indexmap v2.14.0
18252026-05-12T03:38:22.874Z Compiling aws-lc-rs v1.16.3
18262026-05-12T03:38:22.933Z Compiling futures-core v0.3.32
18272026-05-12T03:38:22.961Z Compiling httparse v1.10.1
18282026-05-12T03:38:23.210Z Compiling thiserror v1.0.69
18292026-05-12T03:38:23.232Z Compiling strsim v0.11.1
18302026-05-12T03:38:23.232Z Compiling vcpkg v0.2.15
18312026-05-12T03:38:23.337Z Compiling iana-time-zone v0.1.65
18322026-05-12T03:38:23.402Z Compiling ucd-trie v0.1.7
18332026-05-12T03:38:23.422Z Compiling byteorder v1.5.0
18342026-05-12T03:38:23.482Z Compiling ident_case v1.0.1
18352026-05-12T03:38:23.503Z Compiling regex-syntax v0.8.10
18362026-05-12T03:38:23.503Z Compiling heck v0.5.0
18372026-05-12T03:38:23.769Z Compiling syn v1.0.109
18382026-05-12T03:38:23.809Z Compiling pest v2.8.6
18392026-05-12T03:38:23.810Z Compiling uuid v1.23.0
18402026-05-12T03:38:23.810Z Compiling rustls v0.23.37
18412026-05-12T03:38:23.810Z Compiling cpufeatures v0.2.17
18422026-05-12T03:38:23.850Z Compiling openssl-sys v0.9.114
18432026-05-12T03:38:23.850Z Compiling futures-sink v0.3.32
18442026-05-12T03:38:23.901Z Compiling rustc_version v0.4.1
18452026-05-12T03:38:23.946Z Compiling futures-channel v0.3.32
18462026-05-12T03:38:24.002Z Compiling futures-task v0.3.32
18472026-05-12T03:38:24.022Z Compiling futures-io v0.3.32
18482026-05-12T03:38:24.180Z Compiling synstructure v0.13.2
18492026-05-12T03:38:24.270Z Compiling serde_derive_internals v0.29.1
18502026-05-12T03:38:24.270Z Compiling slab v0.4.12
18512026-05-12T03:38:24.381Z Compiling aho-corasick v1.1.4
18522026-05-12T03:38:24.580Z Compiling dyn-clone v1.0.20
18532026-05-12T03:38:24.638Z Compiling plain v0.2.3
18542026-05-12T03:38:24.695Z Compiling pest_meta v2.8.6
18552026-05-12T03:38:24.797Z Compiling base64 v0.22.1
18562026-05-12T03:38:24.797Z Compiling openssl v0.10.78
18572026-05-12T03:38:24.797Z Compiling crc32fast v1.5.0
18582026-05-12T03:38:24.884Z Compiling time-core v0.1.8
18592026-05-12T03:38:24.953Z Compiling num-conv v0.2.0
18602026-05-12T03:38:24.954Z Compiling crossbeam-utils v0.8.21
18612026-05-12T03:38:25.020Z Compiling time-macros v0.2.27
18622026-05-12T03:38:25.078Z Compiling pretty-hex v0.4.1
18632026-05-12T03:38:25.100Z Compiling native-tls v0.2.18
18642026-05-12T03:38:25.128Z Compiling regex-automata v0.4.14
18652026-05-12T03:38:25.160Z Compiling base64ct v1.8.3
18662026-05-12T03:38:25.183Z Compiling anyhow v1.0.102
18672026-05-12T03:38:25.217Z Compiling darling_core v0.21.3
18682026-05-12T03:38:25.239Z Compiling pest_generator v2.8.6
18692026-05-12T03:38:25.315Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18702026-05-12T03:38:25.369Z Compiling tracing-core v0.1.36
18712026-05-12T03:38:25.403Z Compiling serde_derive v1.0.228
18722026-05-12T03:38:25.470Z Compiling zeroize_derive v1.4.3
18732026-05-12T03:38:25.523Z Compiling zerofrom-derive v0.1.6
18742026-05-12T03:38:25.637Z Compiling yoke-derive v0.8.1
18752026-05-12T03:38:25.707Z Compiling zerovec-derive v0.11.2
18762026-05-12T03:38:25.761Z Compiling displaydoc v0.2.5
18772026-05-12T03:38:25.909Z Compiling zerocopy-derive v0.8.40
18782026-05-12T03:38:25.942Z Compiling tokio-macros v2.7.0
18792026-05-12T03:38:26.021Z Compiling futures-macro v0.3.32
18802026-05-12T03:38:26.117Z Compiling zeroize v1.8.2
18812026-05-12T03:38:26.456Z Compiling thiserror-impl v2.0.18
18822026-05-12T03:38:26.594Z Compiling schemars_derive v0.8.22
18832026-05-12T03:38:26.641Z Compiling tracing-attributes v0.1.31
18842026-05-12T03:38:26.679Z Compiling zerofrom v0.1.6
18852026-05-12T03:38:26.806Z Compiling yoke v0.8.1
18862026-05-12T03:38:26.825Z Compiling der_derive v0.7.3
18872026-05-12T03:38:27.006Z Compiling zerovec v0.11.5
18882026-05-12T03:38:27.023Z Compiling zerotrie v0.2.3
18892026-05-12T03:38:27.081Z Compiling crypto-common v0.1.7
18902026-05-12T03:38:27.274Z Compiling block-buffer v0.10.4
18912026-05-12T03:38:27.465Z Compiling digest v0.10.7
18922026-05-12T03:38:27.480Z Compiling thiserror-impl v1.0.69
18932026-05-12T03:38:27.564Z Compiling tinystr v0.8.2
18942026-05-12T03:38:27.611Z Compiling potential_utf v0.1.4
18952026-05-12T03:38:27.748Z Compiling icu_locale_core v2.1.1
18962026-05-12T03:38:27.770Z Compiling icu_collections v2.1.1
18972026-05-12T03:38:27.790Z Compiling pest_derive v2.8.6
18982026-05-12T03:38:27.822Z Compiling futures-util v0.3.32
18992026-05-12T03:38:27.841Z Compiling hmac v0.12.1
19002026-05-12T03:38:28.237Z Compiling block-padding v0.3.3
19012026-05-12T03:38:28.403Z Compiling inout v0.1.4
19022026-05-12T03:38:28.511Z Compiling icu_provider v2.1.1
19032026-05-12T03:38:28.572Z Compiling bytes v1.11.1
19042026-05-12T03:38:28.599Z Compiling chrono v0.4.44
19052026-05-12T03:38:28.630Z Compiling rustls-pki-types v1.14.0
19062026-05-12T03:38:28.658Z Compiling openssl-macros v0.1.1
19072026-05-12T03:38:28.687Z Compiling serde_tokenstream v0.2.3
19082026-05-12T03:38:28.933Z Compiling icu_normalizer v2.1.1
19092026-05-12T03:38:28.970Z Compiling icu_properties v2.1.2
19102026-05-12T03:38:29.060Z Compiling tokio v1.52.1
19112026-05-12T03:38:29.492Z Compiling cipher v0.4.4
19122026-05-12T03:38:29.749Z Compiling sha2 v0.10.9
19132026-05-12T03:38:29.947Z Compiling idna_adapter v1.2.1
19142026-05-12T03:38:30.176Z Compiling idna v1.1.0
19152026-05-12T03:38:30.193Z Compiling ppv-lite86 v0.2.21
19162026-05-12T03:38:30.193Z Compiling scroll_derive v0.13.1
19172026-05-12T03:38:30.249Z Compiling scroll_derive v0.12.1
19182026-05-12T03:38:30.276Z Compiling http v1.4.0
19192026-05-12T03:38:30.516Z Compiling url v2.5.8
19202026-05-12T03:38:30.582Z Compiling pem-rfc7468 v0.7.0
19212026-05-12T03:38:30.746Z Compiling untrusted v0.9.0
19222026-05-12T03:38:30.856Z Compiling flagset v0.4.7
19232026-05-12T03:38:31.007Z Compiling der v0.7.10
19242026-05-12T03:38:31.026Z Compiling tracing v0.1.44
19252026-05-12T03:38:31.033Z Compiling regex v1.12.3
19262026-05-12T03:38:31.189Z Compiling darling_macro v0.21.3
19272026-05-12T03:38:31.434Z Compiling zerocopy-derive v0.7.35
19282026-05-12T03:38:31.453Z Compiling rand_core v0.9.5
19292026-05-12T03:38:31.696Z Compiling slog v2.8.2
19302026-05-12T03:38:31.900Z Compiling spki v0.7.3
19312026-05-12T03:38:32.126Z Compiling darling v0.21.3
19322026-05-12T03:38:32.139Z Compiling salsa20 v0.10.2
19332026-05-12T03:38:32.158Z Compiling pbkdf2 v0.12.2
19342026-05-12T03:38:32.510Z Compiling cookie v0.18.1
19352026-05-12T03:38:32.637Z Compiling camino v1.2.2
19362026-05-12T03:38:32.923Z Compiling tokio-util v0.7.18
19372026-05-12T03:38:32.941Z Compiling scrypt v0.11.0
19382026-05-12T03:38:32.976Z Compiling rand_chacha v0.9.0
19392026-05-12T03:38:33.000Z Compiling http-body v1.0.1
19402026-05-12T03:38:33.100Z Compiling cbc v0.1.2
19412026-05-12T03:38:33.184Z Compiling aes v0.8.4
19422026-05-12T03:38:33.279Z Compiling usdt-impl v0.5.0
19432026-05-12T03:38:33.306Z Compiling ref-cast v1.0.25
19442026-05-12T03:38:33.320Z Compiling untrusted v0.7.1
19452026-05-12T03:38:33.418Z Compiling usdt-impl v0.6.0
19462026-05-12T03:38:33.464Z Compiling atomic-waker v1.1.2
19472026-05-12T03:38:33.516Z Compiling openssl-probe v0.2.1
19482026-05-12T03:38:33.578Z Compiling tinyvec_macros v0.1.1
19492026-05-12T03:38:33.593Z Compiling winnow v0.7.14
19502026-05-12T03:38:33.641Z Compiling paste v1.0.15
19512026-05-12T03:38:33.665Z Compiling either v1.15.0
19522026-05-12T03:38:33.686Z Compiling unicode-segmentation v1.12.0
19532026-05-12T03:38:33.837Z Compiling tinyvec v1.10.0
19542026-05-12T03:38:33.900Z Compiling pkcs5 v0.7.1
19552026-05-12T03:38:34.015Z Compiling rand v0.9.2
19562026-05-12T03:38:34.230Z Compiling scroll v0.13.0
19572026-05-12T03:38:34.337Z Compiling scroll v0.12.0
19582026-05-12T03:38:34.351Z Compiling toml_datetime v0.6.11
19592026-05-12T03:38:34.467Z Compiling serde_spanned v0.6.9
19602026-05-12T03:38:34.512Z Compiling async-trait v0.1.89
19612026-05-12T03:38:34.528Z Compiling heapless v0.7.17
19622026-05-12T03:38:34.609Z Compiling bzip2-sys v0.1.13+1.0.8
19632026-05-12T03:38:34.624Z Compiling fastrand v2.3.0
19642026-05-12T03:38:34.629Z Compiling tower-layer v0.3.3
19652026-05-12T03:38:34.778Z Compiling tower-service v0.3.3
19662026-05-12T03:38:34.816Z Compiling try-lock v0.2.5
19672026-05-12T03:38:34.903Z Compiling signal-hook v0.3.18
19682026-05-12T03:38:34.924Z Compiling zstd-safe v7.2.4
19692026-05-12T03:38:35.113Z Compiling h2 v0.4.13
19702026-05-12T03:38:35.136Z Compiling want v0.3.1
19712026-05-12T03:38:35.169Z Compiling toml_parser v1.0.9+spec-1.1.0
19722026-05-12T03:38:35.239Z Compiling goblin v0.8.2
19732026-05-12T03:38:35.341Z Compiling goblin v0.10.5
19742026-05-12T03:38:35.366Z Compiling pkcs8 v0.10.2
19752026-05-12T03:38:35.405Z Compiling heck v0.4.1
19762026-05-12T03:38:35.552Z Compiling zerocopy v0.7.35
19772026-05-12T03:38:35.616Z Compiling ipnet v2.11.0
19782026-05-12T03:38:35.766Z Compiling ref-cast-impl v1.0.25
19792026-05-12T03:38:36.044Z Compiling curve25519-dalek v4.1.3
19802026-05-12T03:38:36.119Z Compiling darling_core v0.20.11
19812026-05-12T03:38:36.141Z Compiling toml_datetime v0.7.5+spec-1.1.0
19822026-05-12T03:38:36.324Z Compiling memoffset v0.9.1
19832026-05-12T03:38:36.357Z Compiling httpdate v1.0.3
19842026-05-12T03:38:36.431Z Compiling pin-utils v0.1.0
19852026-05-12T03:38:36.561Z Compiling winnow v0.5.40
19862026-05-12T03:38:36.879Z Compiling foreign-types-shared v0.1.1
19872026-05-12T03:38:36.914Z Compiling rustix v0.38.44
19882026-05-12T03:38:36.944Z Compiling litrs v1.0.0
19892026-05-12T03:38:37.021Z Compiling foreign-types v0.3.2
19902026-05-12T03:38:37.126Z Compiling tempfile v3.25.0
19912026-05-12T03:38:37.414Z Compiling document-features v0.2.12
19922026-05-12T03:38:37.545Z Compiling dof v0.3.0
19932026-05-12T03:38:37.915Z Compiling toml_edit v0.19.15
19942026-05-12T03:38:37.963Z Compiling unicode-normalization v0.1.25
19952026-05-12T03:38:37.980Z Compiling dtrace-parser v0.2.0
19962026-05-12T03:38:38.043Z Compiling dof v0.4.0
19972026-05-12T03:38:38.086Z Compiling darling_macro v0.20.11
19982026-05-12T03:38:38.160Z Compiling hyper v1.8.1
19992026-05-12T03:38:38.405Z Compiling dtrace-parser v0.3.0
20002026-05-12T03:38:38.549Z Compiling daft-derive v0.1.5
20012026-05-12T03:38:38.578Z Compiling pin-project-internal v1.1.11
20022026-05-12T03:38:38.636Z Compiling spin v0.9.8
20032026-05-12T03:38:38.666Z Compiling thread-id v4.2.2
20042026-05-12T03:38:38.775Z Compiling thread-id v5.1.0
20052026-05-12T03:38:38.804Z Compiling cfg_aliases v0.2.1
20062026-05-12T03:38:38.866Z Compiling smoltcp v0.9.1
20072026-05-12T03:38:38.884Z Compiling num-bigint-dig v0.8.6
20082026-05-12T03:38:39.006Z Compiling powerfmt v0.2.0
20092026-05-12T03:38:39.051Z Compiling nix v0.31.2
20102026-05-12T03:38:39.206Z Compiling deranged v0.5.8
20112026-05-12T03:38:39.248Z Compiling hyper-util v0.1.20
20122026-05-12T03:38:39.417Z Compiling darling v0.20.11
20132026-05-12T03:38:39.639Z Compiling rustls-native-certs v0.8.3
20142026-05-12T03:38:39.694Z Compiling ipnetwork v0.21.1
20152026-05-12T03:38:40.089Z Compiling curve25519-dalek-derive v0.1.1
20162026-05-12T03:38:40.221Z Compiling strum_macros v0.26.4
20172026-05-12T03:38:40.345Z Compiling sync_wrapper v1.0.2
20182026-05-12T03:38:40.388Z Compiling wait-timeout v0.2.1
20192026-05-12T03:38:40.506Z Compiling quick-error v1.2.3
20202026-05-12T03:38:40.618Z Compiling num_threads v0.1.7
20212026-05-12T03:38:40.799Z Compiling siphasher v1.0.2
20222026-05-12T03:38:40.868Z Compiling utf8parse v0.2.2
20232026-05-12T03:38:40.962Z Compiling simd-adler32 v0.3.8
20242026-05-12T03:38:40.994Z Compiling bit-vec v0.8.0
20252026-05-12T03:38:41.012Z Compiling anstyle v1.0.13
20262026-05-12T03:38:41.127Z Compiling anstyle-parse v0.2.7
20272026-05-12T03:38:41.192Z Compiling time v0.3.47
20282026-05-12T03:38:41.222Z Compiling bit-set v0.8.0
20292026-05-12T03:38:41.364Z Compiling rusty-fork v0.3.1
20302026-05-12T03:38:41.412Z Compiling tower v0.5.3
20312026-05-12T03:38:41.671Z Compiling derive_builder_core v0.20.2
20322026-05-12T03:38:41.803Z Compiling snafu-derive v0.8.9
20332026-05-12T03:38:41.909Z Compiling http-body-util v0.1.3
20342026-05-12T03:38:42.222Z Compiling webpki-roots v1.0.6
20352026-05-12T03:38:42.229Z Compiling rand_xorshift v0.4.0
20362026-05-12T03:38:42.262Z Compiling signature v2.2.0
20372026-05-12T03:38:42.347Z Compiling hubpack_derive v0.1.1
20382026-05-12T03:38:42.417Z Compiling strum_macros v0.27.2
20392026-05-12T03:38:42.500Z Compiling fs-err v3.3.0
20402026-05-12T03:38:42.618Z Compiling ahash v0.8.12
20412026-05-12T03:38:42.718Z Compiling unicode-bidi v0.3.18
20422026-05-12T03:38:42.816Z Compiling iri-string v0.7.10
20432026-05-12T03:38:42.851Z Compiling ryu v1.0.23
20442026-05-12T03:38:43.025Z Compiling anstyle-query v1.1.5
20452026-05-12T03:38:43.084Z Compiling colorchoice v1.0.4
20462026-05-12T03:38:43.139Z Compiling unicode-properties v0.1.4
20472026-05-12T03:38:43.174Z Compiling allocator-api2 v0.2.21
20482026-05-12T03:38:43.193Z Compiling is_terminal_polyfill v1.70.2
20492026-05-12T03:38:43.324Z Compiling adler2 v2.0.1
20502026-05-12T03:38:43.346Z Compiling object v0.37.3
20512026-05-12T03:38:43.352Z Compiling unarray v0.1.4
20522026-05-12T03:38:43.377Z Compiling stringprep v0.1.5
20532026-05-12T03:38:43.382Z Compiling serde_urlencoded v0.7.1
20542026-05-12T03:38:43.477Z Compiling proptest v1.10.0
20552026-05-12T03:38:43.496Z Compiling miniz_oxide v0.8.9
20562026-05-12T03:38:43.511Z Compiling anstream v0.6.21
20572026-05-12T03:38:43.756Z Compiling derive_builder_macro v0.20.2
20582026-05-12T03:38:43.957Z Compiling tower-http v0.6.8
20592026-05-12T03:38:44.062Z Compiling tokio-native-tls v0.3.1
20602026-05-12T03:38:44.106Z Compiling usdt-attr-macro v0.6.0
20612026-05-12T03:38:44.125Z Compiling usdt-macro v0.6.0
20622026-05-12T03:38:44.367Z Compiling rand_chacha v0.3.1
20632026-05-12T03:38:44.402Z Compiling erased-serde v0.3.31
20642026-05-12T03:38:44.475Z Compiling md-5 v0.10.6
20652026-05-12T03:38:44.526Z Compiling bstr v1.12.1
20662026-05-12T03:38:44.642Z Compiling num-integer v0.1.46
20672026-05-12T03:38:44.762Z Compiling hash32 v0.2.1
20682026-05-12T03:38:44.833Z Compiling vergen-lib v0.1.6
20692026-05-12T03:38:44.849Z Compiling ff v0.13.1
20702026-05-12T03:38:44.907Z Compiling base16ct v0.2.0
20712026-05-12T03:38:44.970Z Compiling psl-types v2.0.11
20722026-05-12T03:38:45.010Z Compiling zlib-rs v0.6.2
20732026-05-12T03:38:45.032Z Compiling fallible-iterator v0.2.0
20742026-05-12T03:38:45.084Z Compiling publicsuffix v2.3.0
20752026-05-12T03:38:45.114Z Compiling sec1 v0.7.3
20762026-05-12T03:38:45.118Z Compiling group v0.13.0
20772026-05-12T03:38:45.175Z Compiling num-iter v0.1.45
20782026-05-12T03:38:45.329Z Compiling postgres-protocol v0.6.10
20792026-05-12T03:38:45.394Z Compiling rand v0.8.6
20802026-05-12T03:38:45.526Z Compiling newtype-uuid v1.3.2
20812026-05-12T03:38:45.652Z Compiling oxnet v0.1.4
20822026-05-12T03:38:45.888Z Compiling derive_builder v0.20.2
20832026-05-12T03:38:46.007Z Compiling hyper-tls v0.6.0
20842026-05-12T03:38:46.043Z Compiling phf_shared v0.13.1
20852026-05-12T03:38:46.071Z Compiling pin-project v1.1.11
20862026-05-12T03:38:46.186Z Compiling lazy_static v1.5.0
20872026-05-12T03:38:46.318Z Compiling terminal_size v0.4.3
20882026-05-12T03:38:46.327Z Compiling serde_with_macros v3.17.0
20892026-05-12T03:38:46.368Z Compiling futures-executor v0.3.32
20902026-05-12T03:38:46.464Z Compiling hex v0.4.3
20912026-05-12T03:38:46.593Z Compiling cargo-platform v0.1.9
20922026-05-12T03:38:46.641Z Compiling hkdf v0.12.4
20932026-05-12T03:38:46.771Z Compiling crypto-bigint v0.5.5
20942026-05-12T03:38:46.794Z Compiling enum-as-inner v0.6.1
20952026-05-12T03:38:46.799Z Compiling async-recursion v1.1.1
20962026-05-12T03:38:46.836Z Compiling serde_repr v0.1.20
20972026-05-12T03:38:46.903Z Compiling clap_derive v4.5.55
20982026-05-12T03:38:47.098Z Compiling flate2 v1.1.9
20992026-05-12T03:38:47.329Z Compiling vergen v9.0.6
21002026-05-12T03:38:47.380Z Compiling encoding_rs v0.8.35
21012026-05-12T03:38:47.399Z Compiling foldhash v0.1.5
21022026-05-12T03:38:47.433Z Compiling managed v0.8.0
21032026-05-12T03:38:47.450Z Compiling bitflags v1.3.2
21042026-05-12T03:38:47.583Z Compiling foldhash v0.2.0
21052026-05-12T03:38:47.609Z Compiling clap_lex v1.0.0
21062026-05-12T03:38:47.646Z Compiling mime v0.3.17
21072026-05-12T03:38:47.815Z Compiling same-file v1.0.6
21082026-05-12T03:38:47.838Z Compiling libbz2-rs-sys v0.2.2
21092026-05-12T03:38:47.841Z Compiling bumpalo v3.20.2
21102026-05-12T03:38:47.903Z Compiling clap_builder v4.5.60
21112026-05-12T03:38:47.907Z Compiling hashbrown v0.16.1
21122026-05-12T03:38:47.970Z Compiling walkdir v2.5.0
21132026-05-12T03:38:48.106Z Compiling zopfli v0.8.3
21142026-05-12T03:38:48.197Z Compiling elliptic-curve v0.13.8
21152026-05-12T03:38:48.265Z Compiling bzip2 v0.6.1
21162026-05-12T03:38:48.569Z Compiling hashbrown v0.15.5
21172026-05-12T03:38:48.589Z Compiling zstd v0.13.3
21182026-05-12T03:38:48.609Z Compiling cargo_metadata v0.19.2
21192026-05-12T03:38:48.709Z Compiling futures v0.3.32
21202026-05-12T03:38:49.180Z Compiling phf v0.13.1
21212026-05-12T03:38:49.263Z Compiling snafu v0.8.9
21222026-05-12T03:38:49.263Z Compiling signal-hook-mio v0.2.5
21232026-05-12T03:38:49.330Z Compiling daft v0.1.5
21242026-05-12T03:38:49.376Z Compiling postgres-types v0.2.12
21252026-05-12T03:38:49.445Z Compiling cookie_store v0.22.1
21262026-05-12T03:38:49.604Z Compiling bzip2 v0.4.4
21272026-05-12T03:38:49.674Z Compiling globset v0.4.18
21282026-05-12T03:38:49.792Z Compiling strum v0.27.2
21292026-05-12T03:38:49.915Z Compiling hubpack v0.1.2
21302026-05-12T03:38:50.075Z Compiling ed25519 v2.2.3
21312026-05-12T03:38:50.134Z Compiling phf_shared v0.11.3
21322026-05-12T03:38:50.135Z Compiling crossbeam-epoch v0.9.18
21332026-05-12T03:38:50.168Z Compiling olpc-cjson v0.1.4
21342026-05-12T03:38:50.269Z Compiling pkcs1 v0.7.5
21352026-05-12T03:38:50.279Z Compiling pem v3.0.6
21362026-05-12T03:38:50.327Z Compiling serde-big-array v0.5.1
21372026-05-12T03:38:50.365Z Compiling serde_plain v1.0.2
21382026-05-12T03:38:50.417Z Compiling rfc6979 v0.4.0
21392026-05-12T03:38:50.446Z Compiling float-cmp v0.10.0
21402026-05-12T03:38:50.464Z Compiling memmap2 v0.9.10
21412026-05-12T03:38:50.548Z Compiling env_filter v1.0.0
21422026-05-12T03:38:50.561Z Compiling toml_write v0.1.2
21432026-05-12T03:38:50.587Z Compiling difflib v0.4.0
21442026-05-12T03:38:50.606Z Compiling keccak v0.1.6
21452026-05-12T03:38:50.606Z Compiling typed-path v0.9.3
21462026-05-12T03:38:50.607Z Compiling jiff v0.2.21
21472026-05-12T03:38:50.718Z Compiling predicates-core v1.0.10
21482026-05-12T03:38:50.835Z Compiling whoami v2.1.0
21492026-05-12T03:38:50.911Z Compiling new_debug_unreachable v1.0.6
21502026-05-12T03:38:50.911Z Compiling data-encoding v2.10.0
21512026-05-12T03:38:50.911Z Compiling precomputed-hash v0.1.1
21522026-05-12T03:38:51.050Z Compiling static_assertions v1.1.0
21532026-05-12T03:38:51.144Z Compiling rustc-hash v2.1.1
21542026-05-12T03:38:51.144Z Compiling fixedbitset v0.4.2
21552026-05-12T03:38:51.222Z Compiling fixedbitset v0.5.7
21562026-05-12T03:38:51.260Z Compiling normalize-line-endings v0.3.0
21572026-05-12T03:38:51.289Z Compiling predicates v3.1.4
21582026-05-12T03:38:51.355Z Compiling petgraph v0.6.5
21592026-05-12T03:38:51.407Z Compiling petgraph v0.8.3
21602026-05-12T03:38:51.445Z Compiling hickory-proto v0.25.2
21612026-05-12T03:38:51.464Z Compiling iddqd v0.3.18
21622026-05-12T03:38:51.643Z Compiling tokio-postgres v0.7.16
21632026-05-12T03:38:51.657Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21642026-05-12T03:38:51.792Z Compiling string_cache v0.8.9
21652026-05-12T03:38:51.819Z Compiling sha3 v0.10.8
21662026-05-12T03:38:51.905Z Compiling toml_edit v0.22.27
21672026-05-12T03:38:52.106Z Compiling env_logger v0.11.9
21682026-05-12T03:38:52.332Z Compiling usdt v0.6.0
21692026-05-12T03:38:52.640Z Compiling ecdsa v0.16.9
21702026-05-12T03:38:52.706Z Compiling rsa v0.9.10
21712026-05-12T03:38:53.056Z Compiling ed25519-dalek v2.2.0
21722026-05-12T03:38:53.295Z Compiling zip v4.6.1
21732026-05-12T03:38:53.671Z Compiling zip v0.6.6
21742026-05-12T03:38:53.730Z Compiling crossterm v0.28.1
21752026-05-12T03:38:54.243Z Compiling clap v4.5.60
21762026-05-12T03:38:54.329Z Compiling serde_with v3.17.0
21772026-05-12T03:38:54.390Z Compiling similar v2.7.0
21782026-05-12T03:38:54.493Z Compiling strum v0.26.3
21792026-05-12T03:38:54.548Z Compiling toml v0.7.8
21802026-05-12T03:38:54.561Z Compiling itertools v0.13.0
21812026-05-12T03:38:54.561Z Compiling tokio-stream v0.1.18
21822026-05-12T03:38:54.830Z Compiling buf-list v1.1.2
21832026-05-12T03:38:55.151Z Compiling x509-cert v0.2.5
21842026-05-12T03:38:55.315Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21852026-05-12T03:38:55.315Z Compiling openapiv3 v2.2.0
21862026-05-12T03:38:55.407Z Compiling sha1 v0.10.6
21872026-05-12T03:38:55.714Z Compiling lalrpop-util v0.19.12
21882026-05-12T03:38:55.853Z Compiling peg-runtime v0.8.5
21892026-05-12T03:39:11.411Z Compiling rustls-webpki v0.103.9
21902026-05-12T03:39:12.198Z Compiling macaddr v1.0.1
21912026-05-12T03:39:12.212Z Compiling structmeta-derive v0.3.0
21922026-05-12T03:39:12.335Z Compiling rayon-core v1.13.0
21932026-05-12T03:39:12.344Z Compiling crucible-workspace-hack v0.1.0
21942026-05-12T03:39:12.445Z Compiling itertools v0.14.0
21952026-05-12T03:39:12.472Z Compiling secrecy v0.10.3
21962026-05-12T03:39:12.572Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21972026-05-12T03:39:12.595Z Compiling heapless v0.8.0
21982026-05-12T03:39:12.665Z Compiling rustls v0.22.4
21992026-05-12T03:39:12.780Z Compiling crossbeam-deque v0.8.6
22002026-05-12T03:39:12.911Z Compiling toml_edit v0.23.10+spec-1.0.0
22012026-05-12T03:39:12.949Z Compiling rustls-webpki v0.102.8
22022026-05-12T03:39:12.986Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-05-12T03:39:13.043Z Compiling hash32 v0.3.1
22042026-05-12T03:39:13.081Z Compiling multer v3.1.0
22052026-05-12T03:39:13.162Z Compiling thread_local v1.1.9
22062026-05-12T03:39:13.190Z Compiling structmeta v0.3.0
22072026-05-12T03:39:13.245Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22082026-05-12T03:39:13.274Z Compiling match_cfg v0.1.0
22092026-05-12T03:39:13.293Z Compiling slog-async v2.8.0
22102026-05-12T03:39:13.311Z Compiling compression-core v0.4.31
22112026-05-12T03:39:13.367Z Compiling unicode-width v0.2.0
22122026-05-12T03:39:13.387Z Compiling smoltcp v0.11.0
22132026-05-12T03:39:13.423Z Compiling derive-ex v0.1.8
22142026-05-12T03:39:13.507Z Compiling proc-macro-crate v3.4.0
22152026-05-12T03:39:13.523Z Compiling compression-codecs v0.4.37
22162026-05-12T03:39:13.632Z Compiling hostname v0.3.1
22172026-05-12T03:39:13.745Z Compiling ingot-macros v0.1.1
22182026-05-12T03:39:13.817Z Compiling slog-json v2.6.1
22192026-05-12T03:39:13.863Z Compiling crossbeam-channel v0.5.15
22202026-05-12T03:39:13.910Z Compiling half v2.7.1
22212026-05-12T03:39:13.949Z Compiling newtype-uuid-macros v0.1.0
22222026-05-12T03:39:14.083Z Compiling cobs v0.3.0
22232026-05-12T03:39:14.285Z Compiling thiserror-impl-no-std v2.0.2
22242026-05-12T03:39:14.334Z Compiling universal-hash v0.5.1
22252026-05-12T03:39:14.377Z Compiling async-stream-impl v0.3.6
22262026-05-12T03:39:14.442Z Compiling toml_datetime v1.0.0+spec-1.1.0
22272026-05-12T03:39:14.553Z Compiling serde_spanned v1.0.4
22282026-05-12T03:39:14.664Z Compiling is-terminal v0.4.17
22292026-05-12T03:39:14.736Z Compiling proc-macro-error-attr v1.0.4
22302026-05-12T03:39:14.786Z Compiling dropshot v0.17.0
22312026-05-12T03:39:14.809Z Compiling term v1.2.1
22322026-05-12T03:39:14.915Z Compiling opaque-debug v0.3.1
22332026-05-12T03:39:14.965Z Compiling tokio-rustls v0.26.4
22342026-05-12T03:39:14.979Z Compiling rustls-platform-verifier v0.6.2
22352026-05-12T03:39:14.982Z Compiling ciborium-io v0.2.2
22362026-05-12T03:39:15.008Z Compiling take_mut v0.2.2
22372026-05-12T03:39:15.024Z Compiling toml_writer v1.0.6+spec-1.1.0
22382026-05-12T03:39:15.110Z Compiling convert_case v0.4.0
22392026-05-12T03:39:15.146Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22402026-05-12T03:39:15.205Z Compiling hyper-rustls v0.27.7
22412026-05-12T03:39:15.242Z Compiling toml v1.0.6+spec-1.1.0
22422026-05-12T03:39:15.294Z Compiling slog-term v2.9.2
22432026-05-12T03:39:15.337Z Compiling thiserror-no-std v2.0.2
22442026-05-12T03:39:15.380Z Compiling ciborium-ll v0.2.2
22452026-05-12T03:39:15.435Z Compiling derive_more v0.99.20
22462026-05-12T03:39:15.452Z Compiling reqwest v0.12.28
22472026-05-12T03:39:15.456Z Compiling reqwest v0.13.2
22482026-05-12T03:39:15.616Z Compiling tokio-rustls v0.25.0
22492026-05-12T03:39:15.660Z Compiling test-strategy v0.4.5
22502026-05-12T03:39:15.886Z Compiling async-stream v0.3.6
22512026-05-12T03:39:16.107Z Compiling poly1305 v0.8.0
22522026-05-12T03:39:16.753Z Compiling ingot-types v0.1.2
22532026-05-12T03:39:16.757Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22542026-05-12T03:39:16.757Z Compiling postcard v1.1.3
22552026-05-12T03:39:16.757Z Compiling slog-bunyan v2.5.0
22562026-05-12T03:39:16.757Z Compiling ingot v0.1.1
22572026-05-12T03:39:16.769Z Compiling num_enum_derive v0.7.5
22582026-05-12T03:39:16.881Z Compiling async-compression v0.4.41
22592026-05-12T03:39:17.040Z Compiling parse-display-derive v0.10.0
22602026-05-12T03:39:17.056Z Compiling tough v0.22.0
22612026-05-12T03:39:17.370Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22622026-05-12T03:39:17.640Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22632026-05-12T03:39:17.761Z Compiling proc-macro-crate v1.3.1
22642026-05-12T03:39:17.904Z Compiling backon v1.6.0
22652026-05-12T03:39:18.037Z Compiling waitgroup v0.1.2
22662026-05-12T03:39:18.111Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22672026-05-12T03:39:18.181Z Compiling password-hash v0.5.0
22682026-05-12T03:39:18.206Z Compiling chacha20 v0.9.1
22692026-05-12T03:39:18.474Z Compiling dropshot_endpoint v0.17.0
22702026-05-12T03:39:18.502Z Compiling rustls-pemfile v2.2.0
22712026-05-12T03:39:18.550Z Compiling blake2 v0.10.6
22722026-05-12T03:39:18.728Z Compiling aead v0.5.2
22732026-05-12T03:39:18.833Z Compiling foreign-types-macros v0.2.3
22742026-05-12T03:39:18.877Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22752026-05-12T03:39:18.899Z Compiling serde_path_to_error v0.1.20
22762026-05-12T03:39:18.981Z Compiling hostname v0.4.2
22772026-05-12T03:39:19.023Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22782026-05-12T03:39:19.074Z Compiling proc-macro-error v1.0.4
22792026-05-12T03:39:19.113Z Compiling instant v0.1.13
22802026-05-12T03:39:19.160Z Compiling debug-ignore v1.0.5
22812026-05-12T03:39:19.173Z Compiling cpufeatures v0.3.0
22822026-05-12T03:39:19.220Z Compiling typeid v1.0.3
22832026-05-12T03:39:19.233Z Compiling foreign-types-shared v0.3.1
22842026-05-12T03:39:19.289Z Compiling chacha20 v0.10.0
22852026-05-12T03:39:19.306Z Compiling backoff v0.4.0
22862026-05-12T03:39:19.311Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22872026-05-12T03:39:19.360Z Compiling chacha20poly1305 v0.10.1
22882026-05-12T03:39:19.376Z Compiling argon2 v0.5.3
22892026-05-12T03:39:19.376Z Compiling parse-display v0.10.0
22902026-05-12T03:39:19.478Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22912026-05-12T03:39:19.494Z Compiling foreign-types v0.5.0
22922026-05-12T03:39:19.494Z Compiling num_enum_derive v0.5.11
22932026-05-12T03:39:19.534Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22942026-05-12T03:39:19.566Z Compiling num_enum v0.7.5
22952026-05-12T03:39:19.594Z Compiling ciborium v0.2.2
22962026-05-12T03:39:19.613Z Compiling vsss-rs v3.3.4
22972026-05-12T03:39:19.844Z Compiling tabwriter v1.4.1
22982026-05-12T03:39:19.985Z Compiling regress v0.10.5
22992026-05-12T03:39:20.225Z Compiling byte-wrapper v0.1.0
23002026-05-12T03:39:20.268Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23012026-05-12T03:39:20.387Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23022026-05-12T03:39:20.422Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23032026-05-12T03:39:20.455Z Compiling cstr-argument v0.1.2
23042026-05-12T03:39:20.620Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-05-12T03:39:20.639Z Compiling erased-serde v0.4.9
23062026-05-12T03:39:20.851Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23072026-05-12T03:39:20.995Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-05-12T03:39:21.015Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23092026-05-12T03:39:21.043Z Compiling num_enum v0.5.11
23102026-05-12T03:39:21.118Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-05-12T03:39:21.136Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23122026-05-12T03:39:21.171Z Compiling rand v0.10.0
23132026-05-12T03:39:21.188Z Compiling rayon v1.11.0
23142026-05-12T03:39:21.194Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23152026-05-12T03:39:21.280Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23162026-05-12T03:39:21.362Z Compiling indent_write v2.2.0
23172026-05-12T03:39:21.377Z Compiling libefi-sys v0.1.0
23182026-05-12T03:39:21.412Z Compiling colored v3.1.1
23192026-05-12T03:39:21.482Z Compiling zone_cfg_derive v0.3.1
23202026-05-12T03:39:21.529Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23212026-05-12T03:39:21.563Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23222026-05-12T03:39:21.618Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23232026-05-12T03:39:21.635Z Compiling camino-tempfile v1.4.1
23242026-05-12T03:39:21.878Z Compiling itertools v0.12.1
23252026-05-12T03:39:21.964Z Compiling usdt-macro v0.5.0
23262026-05-12T03:39:22.055Z Compiling usdt-attr-macro v0.5.0
23272026-05-12T03:39:22.096Z Compiling bitfield-struct v0.6.2
23282026-05-12T03:39:22.123Z Compiling num-derive v0.4.2
23292026-05-12T03:39:22.130Z Compiling ordered-float v2.10.1
23302026-05-12T03:39:22.159Z Compiling blake3 v1.8.3
23312026-05-12T03:39:22.435Z Compiling sigpipe v0.1.3
23322026-05-12T03:39:22.532Z Compiling memmap v0.7.0
23332026-05-12T03:39:22.548Z Compiling glob v0.3.3
23342026-05-12T03:39:22.661Z Compiling swrite v0.1.0
23352026-05-12T03:39:22.727Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23362026-05-12T03:39:22.786Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23372026-05-12T03:39:22.816Z Compiling usdt v0.5.0
23382026-05-12T03:39:22.967Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23392026-05-12T03:39:23.153Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23402026-05-12T03:39:23.161Z Compiling serde-value v0.7.0
23412026-05-12T03:39:23.307Z Compiling zone v0.3.1
23422026-05-12T03:39:23.333Z Compiling serde-untagged v0.1.9
23432026-05-12T03:39:23.356Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23442026-05-12T03:39:23.507Z Compiling toml v0.8.23
23452026-05-12T03:39:23.660Z Compiling smf v0.2.3
23462026-05-12T03:39:23.677Z Compiling filetime v0.2.27
23472026-05-12T03:39:23.690Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-05-12T03:39:23.717Z Compiling unicode-xid v0.2.6
23492026-05-12T03:39:23.733Z Compiling arrayref v0.3.9
23502026-05-12T03:39:23.789Z Compiling whoami v1.6.1
23512026-05-12T03:39:23.821Z Compiling arrayvec v0.7.6
23522026-05-12T03:39:23.836Z Compiling constant_time_eq v0.4.2
23532026-05-12T03:39:23.883Z Compiling xattr v1.6.1
23542026-05-12T03:39:23.904Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-05-12T03:39:23.921Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23562026-05-12T03:39:24.088Z Compiling tar v0.4.45
23572026-05-12T03:39:24.102Z Compiling cargo-util-schemas v0.8.2
23582026-05-12T03:39:24.173Z Compiling tokio-dtrace v0.1.1
23592026-05-12T03:39:24.253Z Compiling console v0.16.2
23602026-05-12T03:39:24.509Z Compiling gethostname v0.5.0
23612026-05-12T03:39:24.588Z Compiling cargo-platform v0.2.0
23622026-05-12T03:39:24.680Z Compiling topological-sort v0.2.2
23632026-05-12T03:39:24.762Z Compiling unit-prefix v0.5.2
23642026-05-12T03:39:24.842Z Compiling indicatif v0.18.4
23652026-05-12T03:39:24.925Z Compiling oxide-tokio-rt v0.1.4
23662026-05-12T03:39:24.925Z Compiling shell-words v1.1.1
23672026-05-12T03:39:24.940Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23682026-05-12T03:39:25.448Z Compiling cargo_metadata v0.21.0
23692026-05-12T03:39:34.566Z Compiling progenitor-client v0.14.0
23702026-05-12T03:39:34.638Z Compiling progenitor-client v0.10.0
23712026-05-12T03:39:34.638Z Compiling omicron-zone-package v0.12.2
23722026-05-12T03:39:35.031Z Compiling progenitor-extras v0.2.0
23732026-05-12T03:39:37.519Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23742026-05-12T03:39:37.548Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23752026-05-12T03:39:37.548Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23762026-05-12T03:39:37.575Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23772026-05-12T03:39:37.575Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23782026-05-12T03:39:37.592Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23792026-05-12T03:39:37.635Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23802026-05-12T03:39:37.904Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23812026-05-12T03:39:37.920Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23822026-05-12T03:39:41.939Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23832026-05-12T03:39:49.251Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23842026-05-12T03:39:52.262Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23852026-05-12T03:39:53.211Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23862026-05-12T03:40:02.526Z Finished `release` profile [optimized] target(s) in 1m 43s
23872026-05-12T03:40:02.708Z Running `target/release/omicron-package -t test target create -p dev`
23882026-05-12T03:40:02.805ZLogging to: /work/oxidecomputer/omicron/out/LOG
23892026-05-12T03:40:02.879ZCreated new build target 'test' and set it as active
23902026-05-12T03:40:02.879Z
23912026-05-12T03:40:02.879Zreal 1:43.719372751
23922026-05-12T03:40:02.879Zuser 16:57.777613003
23932026-05-12T03:40:02.879Zsys 2:40.857311052
23942026-05-12T03:40:02.879Ztrap 0.458189621
23952026-05-12T03:40:02.879Ztflt 2.945410777
23962026-05-12T03:40:02.879Zdflt 4.453594114
23972026-05-12T03:40:02.879Zkflt 0.000622470
23982026-05-12T03:40:02.880Zlock 52:45.993090121
23992026-05-12T03:40:02.880Zslp 43:24.970268416
24002026-05-12T03:40:02.880Zlat 42.432806677
24012026-05-12T03:40:02.880Zstop 5:29.982831454
24022026-05-12T03:40:02.880Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24032026-05-12T03:40:03.668Z Finished `release` profile [optimized] target(s) in 0.88s
24042026-05-12T03:40:03.849Z Running `target/release/omicron-package -t test package`
24052026-05-12T03:40:03.849ZLogging to: /work/oxidecomputer/omicron/out/LOG
24062026-05-12T03:40:05.240Z Compiling heck v0.5.0
24072026-05-12T03:40:05.240Z Compiling regress v0.11.1
24082026-05-12T03:40:05.240Z Compiling unsafe-libyaml v0.2.11
24092026-05-12T03:40:05.499Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24102026-05-12T03:40:05.516Z Compiling regress v0.10.5
24112026-05-12T03:40:05.516Z Compiling unicode-width v0.1.14
24122026-05-12T03:40:05.540Z Compiling is-terminal v0.4.17
24132026-05-12T03:40:05.622Z Compiling prettyplease v0.2.37
24142026-05-12T03:40:05.623Z Compiling bytecount v0.6.9
24152026-05-12T03:40:05.623Z Compiling rustls v0.22.4
24162026-05-12T03:40:05.623Z Compiling rustls-webpki v0.102.8
24172026-05-12T03:40:05.623Z Compiling derive-where v1.6.0
24182026-05-12T03:40:05.623Z Compiling thread_local v1.1.9
24192026-05-12T03:40:05.623Z Compiling match_cfg v0.1.0
24202026-05-12T03:40:05.643Z Compiling compression-core v0.4.31
24212026-05-12T03:40:05.723Z Compiling multer v3.1.0
24222026-05-12T03:40:05.723Z Compiling slog-async v2.8.0
24232026-05-12T03:40:05.781Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24242026-05-12T03:40:05.803Z Compiling hostname v0.3.1
24252026-05-12T03:40:05.827Z Compiling crossbeam-channel v0.5.15
24262026-05-12T03:40:05.827Z Compiling slog-json v2.6.1
24272026-05-12T03:40:05.878Z Compiling compression-codecs v0.4.37
24282026-05-12T03:40:06.351Z Compiling toml_datetime v1.0.0+spec-1.1.0
24292026-05-12T03:40:06.386Z Compiling serde_yaml v0.9.34+deprecated
24302026-05-12T03:40:06.386Z Compiling serde_spanned v1.0.4
24312026-05-12T03:40:06.386Z Compiling toml_writer v1.0.6+spec-1.1.0
24322026-05-12T03:40:06.386Z Compiling take_mut v0.2.2
24332026-05-12T03:40:06.386Z Compiling term v1.2.1
24342026-05-12T03:40:06.386Z Compiling async-compression v0.4.41
24352026-05-12T03:40:06.386Z Compiling slog-bunyan v2.5.0
24362026-05-12T03:40:06.386Z Compiling toml v1.0.6+spec-1.1.0
24372026-05-12T03:40:06.387Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24382026-05-12T03:40:06.387Z Compiling async-stream v0.3.6
24392026-05-12T03:40:06.387Z Compiling dropshot v0.17.0
24402026-05-12T03:40:06.413Z Compiling slog-term v2.9.2
24412026-05-12T03:40:06.506Z Compiling num-rational v0.4.2
24422026-05-12T03:40:06.550Z Compiling progenitor-client v0.14.0
24432026-05-12T03:40:06.583Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24442026-05-12T03:40:06.637Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24452026-05-12T03:40:06.710Z Compiling waitgroup v0.1.2
24462026-05-12T03:40:06.756Z Compiling backon v1.6.0
24472026-05-12T03:40:06.784Z Compiling rustls-pemfile v2.2.0
24482026-05-12T03:40:06.813Z Compiling num-complex v0.4.6
24492026-05-12T03:40:06.859Z Compiling hostname v0.4.2
24502026-05-12T03:40:06.895Z Compiling serde_path_to_error v0.1.20
24512026-05-12T03:40:06.895Z Compiling instant v0.1.13
24522026-05-12T03:40:06.951Z Compiling debug-ignore v1.0.5
24532026-05-12T03:40:07.006Z Compiling progenitor-extras v0.2.0
24542026-05-12T03:40:07.033Z Compiling backoff v0.4.0
24552026-05-12T03:40:07.033Z Compiling typify-impl v0.6.2
24562026-05-12T03:40:07.033Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24572026-05-12T03:40:07.050Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24582026-05-12T03:40:07.324Z Compiling num v0.4.3
24592026-05-12T03:40:07.389Z Compiling parse-display v0.10.0
24602026-05-12T03:40:07.389Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24612026-05-12T03:40:07.389Z Compiling progenitor-client v0.13.0
24622026-05-12T03:40:07.390Z Compiling progenitor-client v0.10.0
24632026-05-12T03:40:07.464Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24642026-05-12T03:40:07.536Z Compiling macaddr v1.0.1
24652026-05-12T03:40:07.536Z Compiling float-ord v0.3.2
24662026-05-12T03:40:07.562Z Compiling console v0.15.11
24672026-05-12T03:40:07.617Z Compiling newline-converter v0.3.0
24682026-05-12T03:40:07.669Z Compiling atomicwrites v0.4.4
24692026-05-12T03:40:07.723Z Compiling slog-dtrace v0.3.0
24702026-05-12T03:40:07.864Z Compiling tokio-rustls v0.25.0
24712026-05-12T03:40:07.905Z Compiling cancel-safe-futures v0.1.5
24722026-05-12T03:40:07.978Z Compiling expectorate v1.2.0
24732026-05-12T03:40:07.996Z Compiling owo-colors v4.3.0
24742026-05-12T03:40:08.055Z Compiling libsw-core v0.3.2
24752026-05-12T03:40:08.151Z Compiling resolv-conf v0.7.6
24762026-05-12T03:40:08.204Z Compiling toml v0.8.23
24772026-05-12T03:40:08.221Z Compiling libsw v3.5.0
24782026-05-12T03:40:08.270Z Compiling linear-map v1.2.0
24792026-05-12T03:40:08.464Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24802026-05-12T03:40:08.552Z Compiling minimal-lexical v0.2.1
24812026-05-12T03:40:08.572Z Compiling linked-hash-map v0.5.6
24822026-05-12T03:40:08.754Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24832026-05-12T03:40:08.779Z Compiling nom v7.1.3
24842026-05-12T03:40:08.812Z Compiling lru-cache v0.1.2
24852026-05-12T03:40:08.826Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24862026-05-12T03:40:08.826Z Compiling unicode-xid v0.2.6
24872026-05-12T03:40:08.877Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24882026-05-12T03:40:08.952Z Compiling hickory-proto v0.24.4
24892026-05-12T03:40:08.985Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24902026-05-12T03:40:09.012Z Compiling convert_case v0.10.0
24912026-05-12T03:40:09.036Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24922026-05-12T03:40:09.314Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24932026-05-12T03:40:09.356Z Compiling derive_more-impl v2.1.1
24942026-05-12T03:40:09.870Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24952026-05-12T03:40:10.239Z Compiling derive_more v2.1.1
24962026-05-12T03:40:10.285Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24972026-05-12T03:40:10.320Z Compiling papergrid v0.11.0
24982026-05-12T03:40:10.350Z Compiling tabled_derive v0.7.0
24992026-05-12T03:40:10.358Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25002026-05-12T03:40:10.482Z Compiling typify-macro v0.6.2
25012026-05-12T03:40:10.595Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-05-12T03:40:10.858Z Compiling termtree v0.5.1
25032026-05-12T03:40:11.061Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25042026-05-12T03:40:11.220Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25052026-05-12T03:40:11.459Z Compiling hickory-resolver v0.24.4
25062026-05-12T03:40:11.527Z Compiling tabled v0.15.0
25072026-05-12T03:40:11.721Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25082026-05-12T03:40:12.103Z Compiling typify v0.6.2
25092026-05-12T03:40:12.518Z Compiling progenitor-impl v0.14.0
25102026-05-12T03:40:12.793Z Compiling progenitor-impl v0.13.0
25112026-05-12T03:40:14.622Z Compiling progenitor-macro v0.14.0
25122026-05-12T03:40:14.856Z Compiling qorb v0.4.1
25132026-05-12T03:40:15.052Z Compiling progenitor-macro v0.13.0
25142026-05-12T03:40:16.062Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25152026-05-12T03:40:16.525Z Compiling crossterm v0.29.0
25162026-05-12T03:40:17.178Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25172026-05-12T03:40:17.293Z Compiling phf_shared v0.12.1
25182026-05-12T03:40:17.542Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25192026-05-12T03:40:17.722Z Compiling csv-core v0.1.13
25202026-05-12T03:40:18.078Z Compiling vte v0.14.1
25212026-05-12T03:40:18.090Z Compiling chrono-tz v0.10.4
25222026-05-12T03:40:18.226Z Compiling highway v1.3.0
25232026-05-12T03:40:18.352Z Compiling strip-ansi-escapes v0.2.1
25242026-05-12T03:40:18.384Z Compiling csv v1.4.0
25252026-05-12T03:40:18.730Z Compiling progenitor v0.14.0
25262026-05-12T03:40:18.901Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25272026-05-12T03:40:18.912Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25282026-05-12T03:40:18.931Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25292026-05-12T03:40:18.964Z Compiling phf v0.12.1
25302026-05-12T03:40:19.024Z Compiling progenitor v0.13.0
25312026-05-12T03:40:19.177Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25322026-05-12T03:40:19.193Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25332026-05-12T03:40:19.399Z Compiling const_format_proc_macros v0.2.34
25342026-05-12T03:40:19.433Z Compiling fd-lock v4.0.4
25352026-05-12T03:40:19.469Z Compiling peg-macros v0.8.5
25362026-05-12T03:40:19.621Z Compiling nu-ansi-term v0.50.3
25372026-05-12T03:40:20.154Z Compiling reedline v0.40.0
25382026-05-12T03:40:20.189Z Compiling const_format v0.2.35
25392026-05-12T03:40:20.723Z Compiling peg v0.8.5
25402026-05-12T03:40:20.737Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25412026-05-12T03:40:20.866Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25422026-05-12T03:40:21.724Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-05-12T03:40:21.843Z Compiling bcs v0.1.6
25442026-05-12T03:40:22.036Z Compiling semver v0.1.20
25452026-05-12T03:40:22.277Z Compiling rustc_version v0.1.7
25462026-05-12T03:40:22.319Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25472026-05-12T03:40:22.515Z Compiling newtype_derive v0.1.6
25482026-05-12T03:40:22.575Z Compiling unicode-linebreak v0.1.5
25492026-05-12T03:40:22.730Z Compiling humantime v2.3.0
25502026-05-12T03:40:22.896Z Compiling smawk v0.3.2
25512026-05-12T03:40:23.080Z Compiling textwrap v0.16.2
25522026-05-12T03:40:23.175Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25532026-05-12T03:40:23.335Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25542026-05-12T03:40:23.650Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25552026-05-12T03:40:24.391Z Compiling dropshot-api-manager-types v0.7.1
25562026-05-12T03:40:24.677Z Compiling base64 v0.21.7
25572026-05-12T03:40:24.707Z Compiling steno v0.4.1
25582026-05-12T03:40:24.997Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25592026-05-12T03:40:25.038Z Compiling utf-8 v0.7.6
25602026-05-12T03:40:25.210Z Compiling tagptr v0.2.0
25612026-05-12T03:40:25.230Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25622026-05-12T03:40:25.266Z Compiling tungstenite v0.21.0
25632026-05-12T03:40:25.287Z Compiling radium v0.7.0
25642026-05-12T03:40:25.416Z Compiling moka v0.12.13
25652026-05-12T03:40:25.433Z Compiling tap v1.0.1
25662026-05-12T03:40:25.451Z Compiling maybe-uninit v2.0.0
25672026-05-12T03:40:25.565Z Compiling wyz v0.5.1
25682026-05-12T03:40:25.834Z Compiling zerocopy-derive v0.6.6
25692026-05-12T03:40:25.868Z Compiling display-error-chain v0.2.2
25702026-05-12T03:40:25.930Z Compiling tokio-tungstenite v0.21.0
25712026-05-12T03:40:26.136Z Compiling packed_struct v0.10.1
25722026-05-12T03:40:26.300Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25732026-05-12T03:40:26.320Z Compiling funty v2.0.0
25742026-05-12T03:40:26.629Z Compiling hickory-resolver v0.25.2
25752026-05-12T03:40:26.702Z Compiling crc-catalog v2.4.0
25762026-05-12T03:40:26.814Z Compiling crc v3.4.0
25772026-05-12T03:40:27.045Z Compiling bitvec v1.0.1
25782026-05-12T03:40:27.077Z Compiling zerocopy v0.6.6
25792026-05-12T03:40:27.446Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-05-12T03:40:27.483Z Compiling num-derive v0.3.3
25812026-05-12T03:40:27.492Z Compiling packed_struct_codegen v0.10.1
25822026-05-12T03:40:27.611Z Compiling bitfield-macros v0.19.4
25832026-05-12T03:40:28.384Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25842026-05-12T03:40:28.415Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-05-12T03:40:28.452Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25862026-05-12T03:40:28.480Z Compiling proc-macro-error-attr2 v2.0.0
25872026-05-12T03:40:28.869Z Compiling indexmap v1.9.3
25882026-05-12T03:40:28.894Z Compiling nodrop v0.1.14
25892026-05-12T03:40:29.030Z Compiling array-init v0.0.4
25902026-05-12T03:40:29.161Z Compiling proc-macro-error2 v2.0.1
25912026-05-12T03:40:29.494Z Compiling bitfield v0.19.4
25922026-05-12T03:40:29.663Z Compiling libscf-sys v1.1.0
25932026-05-12T03:40:29.888Z Compiling smallvec v0.6.14
25942026-05-12T03:40:29.888Z Compiling typify-impl v0.4.3
25952026-05-12T03:40:30.098Z Compiling hashbrown v0.12.3
25962026-05-12T03:40:30.199Z Compiling serde-hex v0.1.0
25972026-05-12T03:40:30.313Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25982026-05-12T03:40:30.515Z Compiling tabled_derive v0.11.0
25992026-05-12T03:40:31.244Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26002026-05-12T03:40:31.316Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26012026-05-12T03:40:31.316Z Compiling ron v0.8.1
26022026-05-12T03:40:31.400Z Compiling papergrid v0.17.0
26032026-05-12T03:40:31.567Z Compiling testing_table v0.3.0
26042026-05-12T03:40:32.046Z Compiling hashbrown v0.13.2
26052026-05-12T03:40:32.527Z Compiling vergen-gitcl v1.0.8
26062026-05-12T03:40:32.666Z Compiling dirs-sys-next v0.1.2
26072026-05-12T03:40:32.666Z Compiling diesel_derives v2.3.7
26082026-05-12T03:40:32.774Z Compiling crc-any v2.5.0
26092026-05-12T03:40:32.775Z Compiling crunchy v0.2.4
26102026-05-12T03:40:33.002Z Compiling glob v0.3.3
26112026-05-12T03:40:33.342Z Compiling maplit v1.0.2
26122026-05-12T03:40:33.602Z Compiling object v0.30.4
26132026-05-12T03:40:33.602Z Compiling clang-sys v1.8.1
26142026-05-12T03:40:33.602Z Compiling dirs-next v2.0.0
26152026-05-12T03:40:33.602Z Compiling tabled v0.20.0
26162026-05-12T03:40:33.602Z Compiling typify-macro v0.4.3
26172026-05-12T03:40:33.602Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-05-12T03:40:33.603Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26192026-05-12T03:40:33.818Z Compiling dsl_auto_type v0.2.0
26202026-05-12T03:40:33.818Z Compiling scheduled-thread-pool v0.2.7
26212026-05-12T03:40:33.819Z Compiling diesel_table_macro_syntax v0.3.0
26222026-05-12T03:40:34.022Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-05-12T03:40:34.132Z Compiling xshell-macros v0.2.7
26242026-05-12T03:40:34.132Z Compiling tiny-keccak v2.0.2
26252026-05-12T03:40:34.265Z Compiling path-slash v0.1.5
26262026-05-12T03:40:35.138Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-12T03:40:35.516Z Compiling r2d2 v0.8.10
26282026-05-12T03:40:35.516Z Compiling xshell v0.2.7
26292026-05-12T03:40:35.516Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26302026-05-12T03:40:35.517Z Compiling term v0.7.0
26312026-05-12T03:40:35.517Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26322026-05-12T03:40:35.517Z Compiling downcast-rs v2.0.2
26332026-05-12T03:40:35.591Z Compiling bit-vec v0.6.3
26342026-05-12T03:40:35.591Z Compiling ascii-canvas v3.0.0
26352026-05-12T03:40:35.591Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26362026-05-12T03:40:35.591Z Compiling bit-set v0.5.3
26372026-05-12T03:40:35.883Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26382026-05-12T03:40:36.144Z Compiling itertools v0.10.5
26392026-05-12T03:40:36.643Z Compiling ena v0.14.4
26402026-05-12T03:40:36.902Z Compiling libloading v0.8.9
26412026-05-12T03:40:41.429Z Compiling unicase v2.9.0
26422026-05-12T03:40:41.429Z Compiling diff v0.1.13
26432026-05-12T03:40:41.429Z Compiling regex-syntax v0.6.29
26442026-05-12T03:40:42.014Z Compiling crc8 v0.1.1
26452026-05-12T03:40:42.017Z Compiling bindgen v0.71.1
26462026-05-12T03:40:42.017Z Compiling typify v0.4.3
26472026-05-12T03:40:42.017Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26482026-05-12T03:40:42.017Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26492026-05-12T03:40:42.017Z Compiling cexpr v0.6.0
26502026-05-12T03:40:42.017Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26512026-05-12T03:40:42.017Z Compiling lalrpop v0.19.12
26522026-05-12T03:40:42.017Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26532026-05-12T03:40:42.017Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26542026-05-12T03:40:42.017Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26552026-05-12T03:40:42.017Z Compiling headers-core v0.3.0
26562026-05-12T03:40:42.232Z Compiling libxml v0.3.3
26572026-05-12T03:40:42.232Z Compiling headers v0.4.1
26582026-05-12T03:40:42.232Z Compiling diesel v2.3.8
26592026-05-12T03:40:42.232Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-05-12T03:40:42.232Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26612026-05-12T03:40:42.232Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26622026-05-12T03:40:42.232Z Compiling strum_macros v0.24.3
26632026-05-12T03:40:42.232Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26642026-05-12T03:40:42.232Z Compiling indoc v1.0.9
26652026-05-12T03:40:42.232Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26662026-05-12T03:40:42.232Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26672026-05-12T03:40:42.232Z Compiling derive_builder v0.20.2
26682026-05-12T03:40:42.232Z Compiling oso-derive v0.27.3
26692026-05-12T03:40:42.232Z Compiling quick-xml v0.37.5
26702026-05-12T03:40:42.232Z Compiling impl-trait-for-tuples v0.2.3
26712026-05-12T03:40:42.233Z Compiling openssl-probe v0.1.6
26722026-05-12T03:40:42.233Z Compiling half v1.8.3
26732026-05-12T03:40:42.233Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26742026-05-12T03:40:42.582Z Compiling serde_cbor v0.11.2
26752026-05-12T03:40:42.663Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26762026-05-12T03:40:45.216Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26772026-05-12T03:40:45.216Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26782026-05-12T03:40:45.306Z Compiling bb8 v0.8.6
26792026-05-12T03:40:45.306Z Compiling trait-variant v0.1.2
26802026-05-12T03:40:45.306Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26812026-05-12T03:40:45.306Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26822026-05-12T03:40:45.306Z Compiling samael v0.0.19
26832026-05-12T03:40:45.306Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26842026-05-12T03:40:45.306Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26852026-05-12T03:40:45.306Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26862026-05-12T03:40:45.436Z Compiling fxhash v0.2.1
26872026-05-12T03:40:45.436Z Compiling salty v0.3.0
26882026-05-12T03:40:45.436Z Compiling progenitor-impl v0.10.0
26892026-05-12T03:40:45.436Z Compiling progenitor-impl v0.11.2
26902026-05-12T03:40:45.436Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26912026-05-12T03:40:45.437Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26922026-05-12T03:40:45.437Z Compiling kstat-rs v0.2.4
26932026-05-12T03:40:45.437Z Compiling libz-sys v1.1.24
26942026-05-12T03:40:45.437Z Compiling nonempty v0.12.0
26952026-05-12T03:40:45.437Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26962026-05-12T03:40:45.437Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26972026-05-12T03:40:45.670Z Compiling polar-core v0.27.3
26982026-05-12T03:40:46.185Z Compiling progenitor-macro v0.10.0
26992026-05-12T03:40:46.381Z Compiling progenitor-macro v0.11.2
27002026-05-12T03:40:47.709Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27012026-05-12T03:40:48.853Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27022026-05-12T03:40:49.121Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27032026-05-12T03:40:49.526Z Compiling progenitor-client v0.11.2
27042026-05-12T03:40:49.765Z Compiling darling_core v0.23.0
27052026-05-12T03:40:50.007Z Compiling nanorand v0.7.0
27062026-05-12T03:40:50.279Z Compiling arc-swap v1.8.2
27072026-05-12T03:40:50.413Z Compiling fs-err v2.11.0
27082026-05-12T03:40:50.590Z Compiling parking_lot_core v0.8.6
27092026-05-12T03:40:50.665Z Compiling mime_guess v2.0.5
27102026-05-12T03:40:50.753Z Compiling slog-scope v4.4.1
27112026-05-12T03:40:50.901Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27122026-05-12T03:40:51.202Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27132026-05-12T03:40:51.221Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27142026-05-12T03:40:51.992Z Compiling darling_macro v0.23.0
27152026-05-12T03:40:52.507Z Compiling progenitor v0.11.2
27162026-05-12T03:40:52.693Z Compiling flume v0.11.1
27172026-05-12T03:40:53.123Z Compiling progenitor v0.10.0
27182026-05-12T03:40:53.334Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-05-12T03:40:53.919Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27202026-05-12T03:40:54.693Z Compiling oso v0.27.3
27212026-05-12T03:40:55.513Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27222026-05-12T03:40:55.681Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27232026-05-12T03:40:58.559Z Compiling diesel-dtrace v0.5.0
27242026-05-12T03:40:58.887Z Compiling async-bb8-diesel v0.2.1
27252026-05-12T03:40:59.342Z Compiling primeorder v0.13.6
27262026-05-12T03:40:59.662Z Compiling git-stub v1.0.0
27272026-05-12T03:40:59.779Z Compiling libgit2-sys v0.18.3+1.9.2
27282026-05-12T03:40:59.882Z Compiling instability v0.3.11
27292026-05-12T03:40:59.942Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27302026-05-12T03:41:00.150Z Compiling git-stub-vcs v0.1.0
27312026-05-12T03:41:00.257Z Compiling p384 v0.13.1
27322026-05-12T03:41:00.507Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-05-12T03:41:00.754Z Compiling darling v0.23.0
27342026-05-12T03:41:00.910Z Compiling slog-stdlog v4.1.1
27352026-05-12T03:41:01.538Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27362026-05-12T03:41:01.608Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27372026-05-12T03:41:01.615Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27382026-05-12T03:41:01.681Z Compiling ignore v0.4.25
27392026-05-12T03:41:01.790Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27402026-05-12T03:41:02.407Z Compiling castaway v0.2.4
27412026-05-12T03:41:02.566Z Compiling atty v0.2.14
27422026-05-12T03:41:02.714Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27432026-05-12T03:41:02.793Z Compiling parse-size v1.1.0
27442026-05-12T03:41:02.959Z Compiling http-range v0.1.5
27452026-05-12T03:41:03.018Z Compiling indoc v2.0.7
27462026-05-12T03:41:03.234Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27472026-05-12T03:41:03.293Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-12T03:41:04.144Z Compiling compact_str v0.8.1
27492026-05-12T03:41:04.402Z Compiling globwalk v0.9.1
27502026-05-12T03:41:05.102Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27512026-05-12T03:41:05.264Z Compiling parking_lot v0.11.2
27522026-05-12T03:41:05.727Z Compiling slog-envlogger v2.2.0
27532026-05-12T03:41:06.306Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27542026-05-12T03:41:06.802Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27552026-05-12T03:41:06.917Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27562026-05-12T03:41:06.965Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27572026-05-12T03:41:07.038Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27582026-05-12T03:41:07.561Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27592026-05-12T03:41:07.642Z Compiling predicates-tree v1.0.13
27602026-05-12T03:41:07.767Z Compiling unicode-truncate v1.1.0
27612026-05-12T03:41:07.812Z Compiling lru v0.12.5
27622026-05-12T03:41:07.876Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27632026-05-12T03:41:07.991Z Compiling rand_seeder v0.4.0
27642026-05-12T03:41:08.037Z Compiling prefix-trie v0.7.0
27652026-05-12T03:41:08.119Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27662026-05-12T03:41:08.254Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-05-12T03:41:08.374Z Compiling vergen-git2 v1.0.7
27682026-05-12T03:41:08.421Z Compiling cassowary v0.3.0
27692026-05-12T03:41:08.514Z Compiling corncobs v0.1.4
27702026-05-12T03:41:08.637Z Compiling hickory-server v0.25.2
27712026-05-12T03:41:08.716Z Compiling ratatui v0.29.0
27722026-05-12T03:41:08.754Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27732026-05-12T03:41:08.882Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-05-12T03:41:08.947Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27752026-05-12T03:41:09.160Z Compiling camino-tempfile-ext v0.3.3
27762026-05-12T03:41:09.183Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27772026-05-12T03:41:09.474Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-05-12T03:41:09.746Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27792026-05-12T03:41:09.857Z Compiling hyper-staticfile v0.10.1
27802026-05-12T03:41:09.983Z Compiling sled v0.34.7
27812026-05-12T03:41:10.797Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27822026-05-12T03:41:11.113Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27832026-05-12T03:41:11.471Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27842026-05-12T03:41:13.012Z Compiling secrecy v0.8.0
27852026-05-12T03:41:13.213Z Compiling rustls v0.21.12
27862026-05-12T03:41:13.429Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27872026-05-12T03:41:13.739Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27882026-05-12T03:41:13.768Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27892026-05-12T03:41:14.556Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27902026-05-12T03:41:14.605Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27912026-05-12T03:41:15.810Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27922026-05-12T03:41:15.825Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27932026-05-12T03:41:16.924Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27942026-05-12T03:41:17.596Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27952026-05-12T03:41:17.673Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27962026-05-12T03:41:18.771Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27972026-05-12T03:41:18.865Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27982026-05-12T03:41:18.974Z Compiling sct v0.7.1
27992026-05-12T03:41:18.993Z Compiling rustls-webpki v0.101.7
28002026-05-12T03:41:19.092Z Compiling nix v0.29.0
28012026-05-12T03:41:19.240Z Compiling dropshot v0.16.7
28022026-05-12T03:41:19.515Z Compiling void v1.0.2
28032026-05-12T03:41:19.595Z Compiling lzss v0.8.2
28042026-05-12T03:41:19.690Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-05-12T03:41:19.892Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28062026-05-12T03:41:20.221Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28072026-05-12T03:41:20.454Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28082026-05-12T03:41:20.980Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28092026-05-12T03:41:21.213Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28102026-05-12T03:41:21.466Z Compiling tungstenite v0.23.0
28112026-05-12T03:41:21.759Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28122026-05-12T03:41:21.973Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-05-12T03:41:22.198Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28142026-05-12T03:41:22.424Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28152026-05-12T03:41:22.650Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28162026-05-12T03:41:22.876Z Compiling toml v0.9.12+spec-1.1.0
28172026-05-12T03:41:22.904Z Compiling nix v0.27.1
28182026-05-12T03:41:23.710Z Compiling dropshot_endpoint v0.16.7
28192026-05-12T03:41:23.807Z Compiling serde_bytes v0.11.19
28202026-05-12T03:41:24.029Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28212026-05-12T03:41:24.077Z Compiling tokio-tungstenite v0.23.1
28222026-05-12T03:41:24.102Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28232026-05-12T03:41:24.458Z Compiling tokio-rustls v0.24.1
28242026-05-12T03:41:25.163Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28252026-05-12T03:41:25.281Z Compiling git2 v0.20.4
28262026-05-12T03:41:27.105Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28272026-05-12T03:41:28.868Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28282026-05-12T03:41:29.257Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28292026-05-12T03:41:29.828Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28302026-05-12T03:41:30.093Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28312026-05-12T03:41:30.266Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28322026-05-12T03:41:30.485Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28332026-05-12T03:41:32.100Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28342026-05-12T03:41:33.183Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-05-12T03:41:33.195Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28362026-05-12T03:41:33.233Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28372026-05-12T03:41:33.778Z Compiling rustls-pemfile v1.0.4
28382026-05-12T03:41:34.197Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28392026-05-12T03:41:34.219Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28402026-05-12T03:41:34.997Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28412026-05-12T03:41:35.836Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28422026-05-12T03:41:37.417Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28432026-05-12T03:41:37.471Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28442026-05-12T03:41:37.750Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28452026-05-12T03:41:37.782Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28462026-05-12T03:41:37.982Z Compiling signal-hook-tokio v0.3.1
28472026-05-12T03:41:38.174Z Compiling twox-hash v2.1.2
28482026-05-12T03:41:38.644Z Compiling yasna v0.5.2
28492026-05-12T03:41:38.711Z Compiling is_ci v1.2.0
28502026-05-12T03:41:38.926Z Compiling supports-color v3.0.2
28512026-05-12T03:41:39.227Z Compiling rcgen v0.12.1
28522026-05-12T03:41:39.264Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28532026-05-12T03:41:39.710Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28542026-05-12T03:41:39.752Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28552026-05-12T03:41:39.912Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28562026-05-12T03:41:40.184Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28572026-05-12T03:41:40.421Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28582026-05-12T03:41:41.203Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-05-12T03:41:42.094Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28602026-05-12T03:41:43.319Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28612026-05-12T03:41:43.543Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28622026-05-12T03:41:43.704Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28632026-05-12T03:41:43.942Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28642026-05-12T03:41:44.160Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28652026-05-12T03:41:44.192Z Compiling fatfs v0.3.6
28662026-05-12T03:41:44.434Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28672026-05-12T03:41:45.173Z Compiling rtoolbox v0.0.3
28682026-05-12T03:41:45.365Z Compiling subprocess v0.2.15
28692026-05-12T03:41:45.473Z Compiling assert_matches v1.5.0
28702026-05-12T03:41:45.587Z Compiling seq-macro v0.3.6
28712026-05-12T03:41:45.743Z Compiling rpassword v7.4.0
28722026-05-12T03:41:46.038Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28732026-05-12T03:41:46.121Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28742026-05-12T03:41:47.258Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28752026-05-12T03:41:47.601Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28762026-05-12T03:41:48.125Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28772026-05-12T03:41:48.267Z Compiling tui-tree-widget v0.23.1
28782026-05-12T03:41:48.551Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28792026-05-12T03:41:49.307Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28802026-05-12T03:41:49.826Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28812026-05-12T03:41:49.958Z Compiling uzers v0.12.2
28822026-05-12T03:41:50.907Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28832026-05-12T03:41:51.100Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28842026-05-12T03:41:52.242Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28852026-05-12T03:41:53.072Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28862026-05-12T03:41:54.065Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28872026-05-12T03:41:56.212Z Compiling support-bundle-viewer v0.1.2
28882026-05-12T03:41:56.304Z Compiling multimap v0.10.1
28892026-05-12T03:42:05.865Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28902026-05-12T03:42:05.992Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28912026-05-12T03:42:15.325Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28922026-05-12T03:42:16.961Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28932026-05-12T03:47:28.631Z Finished `release` profile [optimized] target(s) in 7m 24s
28942026-05-12T03:48:14.805Z
28952026-05-12T03:48:14.805Zreal 8:12.037960536
28962026-05-12T03:48:14.809Zuser 1:17:54.259015180
28972026-05-12T03:48:14.809Zsys 3:27.493282128
28982026-05-12T03:48:14.809Ztrap 1.754365218
28992026-05-12T03:48:14.809Ztflt 2.529480003
29002026-05-12T03:48:14.809Zdflt 17.339381162
29012026-05-12T03:48:14.809Zkflt 0.657819076
29022026-05-12T03:48:14.809Zlock 6:27:36.148362401
29032026-05-12T03:48:14.809Zslp 2:13:07.109489489
29042026-05-12T03:48:14.809Zlat 2:35.720984038
29052026-05-12T03:48:14.810Zstop 5:12.484911815
29062026-05-12T03:48:14.810Z+ mapfile -t packages
29072026-05-12T03:48:14.810Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29082026-05-12T03:48:15.778Z Finished `release` profile [optimized] target(s) in 0.95s
29092026-05-12T03:48:15.845Z Running `target/release/omicron-package -t test list-outputs`
29102026-05-12T03:48:15.903ZLogging to: /work/oxidecomputer/omicron/out/LOG
29112026-05-12T03:48:15.908Z+ ptime -m cargo build --locked --release -p xtask
29122026-05-12T03:48:16.436Z Compiling libc v0.2.185
29132026-05-12T03:48:16.436Z Compiling serde v1.0.228
29142026-05-12T03:48:16.436Z Compiling serde_core v1.0.228
29152026-05-12T03:48:16.440Z Compiling rustix v1.1.3
29162026-05-12T03:48:16.537Z Compiling bitflags v2.11.0
29172026-05-12T03:48:16.545Z Compiling serde_json v1.0.149
29182026-05-12T03:48:16.581Z Compiling num-traits v0.2.19
29192026-05-12T03:48:16.591Z Compiling syn v2.0.117
29202026-05-12T03:48:16.601Z Compiling smallvec v1.15.1
29212026-05-12T03:48:16.601Z Compiling indexmap v2.14.0
29222026-05-12T03:48:16.620Z Compiling usdt-impl v0.5.0
29232026-05-12T03:48:16.643Z Compiling syn v1.0.109
29242026-05-12T03:48:16.658Z Compiling percent-encoding v2.3.2
29252026-05-12T03:48:16.667Z Compiling log v0.4.29
29262026-05-12T03:48:16.789Z Compiling getrandom v0.4.1
29272026-05-12T03:48:16.911Z Compiling form_urlencoded v1.2.2
29282026-05-12T03:48:17.026Z Compiling fs-err v3.3.0
29292026-05-12T03:48:17.030Z Compiling heck v0.4.1
29302026-05-12T03:48:17.050Z Compiling anyhow v1.0.102
29312026-05-12T03:48:17.061Z Compiling once_cell v1.21.3
29322026-05-12T03:48:17.258Z Compiling thread-id v4.2.2
29332026-05-12T03:48:17.302Z Compiling errno v0.3.14
29342026-05-12T03:48:17.343Z Compiling memmap v0.7.0
29352026-05-12T03:48:17.587Z Compiling ordered-float v2.10.1
29362026-05-12T03:48:18.109Z Compiling proc-macro-error v1.0.4
29372026-05-12T03:48:18.315Z Compiling terminal_size v0.4.3
29382026-05-12T03:48:18.315Z Compiling tempfile v3.25.0
29392026-05-12T03:48:18.353Z Compiling tabled_derive v0.7.0
29402026-05-12T03:48:18.411Z Compiling clap_builder v4.5.60
29412026-05-12T03:48:18.411Z Compiling textwrap v0.16.2
29422026-05-12T03:48:18.547Z Compiling camino-tempfile v1.4.1
29432026-05-12T03:48:19.030Z Compiling tabled v0.15.0
29442026-05-12T03:48:19.108Z Compiling synstructure v0.13.2
29452026-05-12T03:48:19.108Z Compiling pest_generator v2.8.6
29462026-05-12T03:48:19.496Z Compiling serde_derive v1.0.228
29472026-05-12T03:48:19.496Z Compiling zerofrom-derive v0.1.6
29482026-05-12T03:48:19.499Z Compiling yoke-derive v0.8.1
29492026-05-12T03:48:19.499Z Compiling zerovec-derive v0.11.2
29502026-05-12T03:48:19.499Z Compiling displaydoc v0.2.5
29512026-05-12T03:48:19.499Z Compiling thiserror-impl v1.0.69
29522026-05-12T03:48:19.499Z Compiling zerocopy-derive v0.7.35
29532026-05-12T03:48:19.499Z Compiling scroll_derive v0.12.1
29542026-05-12T03:48:19.499Z Compiling thiserror-impl v2.0.18
29552026-05-12T03:48:19.499Z Compiling clap_derive v4.5.55
29562026-05-12T03:48:19.642Z Compiling pest_derive v2.8.6
29572026-05-12T03:48:20.249Z Compiling scroll v0.12.0
29582026-05-12T03:48:20.363Z Compiling zerocopy v0.7.35
29592026-05-12T03:48:20.570Z Compiling goblin v0.8.2
29602026-05-12T03:48:20.661Z Compiling zerofrom v0.1.6
29612026-05-12T03:48:20.671Z Compiling thiserror v1.0.69
29622026-05-12T03:48:20.772Z Compiling dtrace-parser v0.2.0
29632026-05-12T03:48:20.786Z Compiling yoke v0.8.1
29642026-05-12T03:48:20.832Z Compiling thiserror v2.0.18
29652026-05-12T03:48:21.035Z Compiling zerovec v0.11.5
29662026-05-12T03:48:21.202Z Compiling zerotrie v0.2.3
29672026-05-12T03:48:21.242Z Compiling clap v4.5.60
29682026-05-12T03:48:21.638Z Compiling tinystr v0.8.2
29692026-05-12T03:48:21.658Z Compiling potential_utf v0.1.4
29702026-05-12T03:48:21.869Z Compiling icu_locale_core v2.1.1
29712026-05-12T03:48:21.881Z Compiling icu_collections v2.1.1
29722026-05-12T03:48:22.614Z Compiling icu_provider v2.1.1
29732026-05-12T03:48:22.972Z Compiling icu_properties v2.1.2
29742026-05-12T03:48:23.033Z Compiling icu_normalizer v2.1.1
29752026-05-12T03:48:23.033Z Compiling toml_datetime v0.6.11
29762026-05-12T03:48:23.271Z Compiling serde_spanned v0.6.9
29772026-05-12T03:48:23.334Z Compiling dof v0.3.0
29782026-05-12T03:48:23.438Z Compiling toml_edit v0.22.27
29792026-05-12T03:48:23.450Z Compiling serde_tokenstream v0.2.3
29802026-05-12T03:48:23.572Z Compiling serde-value v0.7.0
29812026-05-12T03:48:23.577Z Compiling cargo-platform v0.2.0
29822026-05-12T03:48:23.639Z Compiling macaddr v1.0.1
29832026-05-12T03:48:23.847Z Compiling idna_adapter v1.2.1
29842026-05-12T03:48:23.982Z Compiling idna v1.1.0
29852026-05-12T03:48:24.103Z Compiling usdt-macro v0.5.0
29862026-05-12T03:48:24.142Z Compiling usdt-attr-macro v0.5.0
29872026-05-12T03:48:24.363Z Compiling url v2.5.8
29882026-05-12T03:48:24.802Z Compiling usdt v0.5.0
29892026-05-12T03:48:24.966Z Compiling toml v0.8.23
29902026-05-12T03:48:25.403Z Compiling cargo-util-schemas v0.8.2
29912026-05-12T03:48:25.403Z Compiling cargo_toml v0.21.0
29922026-05-12T03:48:26.440Z Compiling cargo_metadata v0.21.0
29932026-05-12T03:48:29.536Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29942026-05-12T03:48:32.521Z Finished `release` profile [optimized] target(s) in 16.60s
29952026-05-12T03:48:32.677Z
29962026-05-12T03:48:32.677Zreal 16.736840156
29972026-05-12T03:48:32.677Zuser 2:21.509532844
29982026-05-12T03:48:32.677Zsys 16.967503997
29992026-05-12T03:48:32.677Ztrap 0.082051370
30002026-05-12T03:48:32.677Ztflt 0.668573694
30012026-05-12T03:48:32.680Zdflt 1.461873695
30022026-05-12T03:48:32.680Zkflt 0.000027110
30032026-05-12T03:48:32.680Zlock 5:16.887907560
30042026-05-12T03:48:32.680Zslp 3:26.228585173
30052026-05-12T03:48:32.680Zlat 4.965004416
30062026-05-12T03:48:32.680Zstop 18.397124888
30072026-05-12T03:48:32.680Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30082026-05-12T03:48:32.680Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30092026-05-12T03:48:32.680Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30102026-05-12T03:48:32.680Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30112026-05-12T03:48:32.680Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30122026-05-12T03:48:33.606Z Compiling newtype-uuid-macros v0.1.0
30132026-05-12T03:48:33.606Z Compiling regress v0.10.5
30142026-05-12T03:48:33.607Z Compiling structmeta-derive v0.3.0
30152026-05-12T03:48:33.610Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30162026-05-12T03:48:33.610Z Compiling rustls v0.22.4
30172026-05-12T03:48:33.610Z Compiling rustls-webpki v0.102.8
30182026-05-12T03:48:33.610Z Compiling multer v3.1.0
30192026-05-12T03:48:33.610Z Compiling match_cfg v0.1.0
30202026-05-12T03:48:33.610Z Compiling compression-core v0.4.31
30212026-05-12T03:48:33.753Z Compiling debug-ignore v1.0.5
30222026-05-12T03:48:33.759Z Compiling slog-json v2.6.1
30232026-05-12T03:48:33.759Z Compiling async-stream-impl v0.3.6
30242026-05-12T03:48:33.775Z Compiling toml_datetime v1.0.0+spec-1.1.0
30252026-05-12T03:48:33.778Z Compiling serde_spanned v1.0.4
30262026-05-12T03:48:33.778Z Compiling dropshot v0.17.0
30272026-05-12T03:48:33.778Z Compiling toml_writer v1.0.6+spec-1.1.0
30282026-05-12T03:48:34.035Z Compiling hostname v0.3.1
30292026-05-12T03:48:34.067Z Compiling itertools v0.14.0
30302026-05-12T03:48:34.072Z Compiling waitgroup v0.1.2
30312026-05-12T03:48:34.072Z Compiling rustls-pemfile v2.2.0
30322026-05-12T03:48:34.072Z Compiling dropshot_endpoint v0.17.0
30332026-05-12T03:48:34.072Z Compiling hostname v0.4.2
30342026-05-12T03:48:34.173Z Compiling compression-codecs v0.4.37
30352026-05-12T03:48:34.195Z Compiling slog-bunyan v2.5.0
30362026-05-12T03:48:34.232Z Compiling toml v1.0.6+spec-1.1.0
30372026-05-12T03:48:34.235Z Compiling serde_path_to_error v0.1.20
30382026-05-12T03:48:34.288Z Compiling progenitor-client v0.14.0
30392026-05-12T03:48:34.292Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30402026-05-12T03:48:34.343Z Compiling macaddr v1.0.1
30412026-05-12T03:48:34.382Z Compiling async-compression v0.4.41
30422026-05-12T03:48:34.467Z Compiling async-stream v0.3.6
30432026-05-12T03:48:34.471Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30442026-05-12T03:48:34.510Z Compiling instant v0.1.13
30452026-05-12T03:48:34.525Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30462026-05-12T03:48:34.612Z Compiling progenitor-client v0.10.0
30472026-05-12T03:48:34.630Z Compiling backon v1.6.0
30482026-05-12T03:48:34.650Z Compiling backoff v0.4.0
30492026-05-12T03:48:34.653Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30502026-05-12T03:48:34.684Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30512026-05-12T03:48:34.717Z Compiling universal-hash v0.5.1
30522026-05-12T03:48:34.757Z Compiling opaque-debug v0.3.1
30532026-05-12T03:48:34.800Z Compiling progenitor-extras v0.2.0
30542026-05-12T03:48:34.852Z Compiling half v2.7.1
30552026-05-12T03:48:34.870Z Compiling unsafe-libyaml v0.2.11
30562026-05-12T03:48:34.888Z Compiling ciborium-io v0.2.2
30572026-05-12T03:48:34.891Z Compiling crucible-workspace-hack v0.1.0
30582026-05-12T03:48:34.921Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30592026-05-12T03:48:34.941Z Compiling convert_case v0.4.0
30602026-05-12T03:48:35.029Z Compiling regress v0.11.1
30612026-05-12T03:48:35.087Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30622026-05-12T03:48:35.087Z Compiling aead v0.5.2
30632026-05-12T03:48:35.137Z Compiling ciborium-ll v0.2.2
30642026-05-12T03:48:35.156Z Compiling structmeta v0.3.0
30652026-05-12T03:48:35.175Z Compiling secrecy v0.10.3
30662026-05-12T03:48:35.207Z Compiling poly1305 v0.8.0
30672026-05-12T03:48:35.274Z Compiling chacha20 v0.9.1
30682026-05-12T03:48:35.333Z Compiling ciborium v0.2.2
30692026-05-12T03:48:35.353Z Compiling derive_more v0.99.20
30702026-05-12T03:48:35.370Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30712026-05-12T03:48:35.388Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30722026-05-12T03:48:35.391Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30732026-05-12T03:48:35.391Z Compiling thiserror-impl-no-std v2.0.2
30742026-05-12T03:48:35.440Z Compiling derive-ex v0.1.8
30752026-05-12T03:48:35.558Z Compiling parse-display-derive v0.10.0
30762026-05-12T03:48:35.588Z Compiling serde_yaml v0.9.34+deprecated
30772026-05-12T03:48:35.628Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30782026-05-12T03:48:35.652Z Compiling byte-wrapper v0.1.0
30792026-05-12T03:48:35.756Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30802026-05-12T03:48:35.783Z Compiling blake2 v0.10.6
30812026-05-12T03:48:35.868Z Compiling password-hash v0.5.0
30822026-05-12T03:48:35.936Z Compiling chacha20poly1305 v0.10.1
30832026-05-12T03:48:35.954Z Compiling indent_write v2.2.0
30842026-05-12T03:48:35.986Z Compiling heapless v0.8.0
30852026-05-12T03:48:36.034Z Compiling ingot-macros v0.1.1
30862026-05-12T03:48:36.117Z Compiling toml_edit v0.23.10+spec-1.0.0
30872026-05-12T03:48:36.135Z Compiling hash32 v0.3.1
30882026-05-12T03:48:36.313Z Compiling tokio-rustls v0.25.0
30892026-05-12T03:48:36.316Z Compiling argon2 v0.5.3
30902026-05-12T03:48:36.395Z Compiling smoltcp v0.11.0
30912026-05-12T03:48:36.580Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30922026-05-12T03:48:36.685Z Compiling typify-impl v0.6.2
30932026-05-12T03:48:36.778Z Compiling thiserror-no-std v2.0.2
30942026-05-12T03:48:36.822Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30952026-05-12T03:48:36.921Z Compiling vsss-rs v3.3.4
30962026-05-12T03:48:37.161Z Compiling proc-macro-crate v3.4.0
30972026-05-12T03:48:37.238Z Compiling tabwriter v1.4.1
30982026-05-12T03:48:37.256Z Compiling num-rational v0.4.2
30992026-05-12T03:48:37.273Z Compiling test-strategy v0.4.5
31002026-05-12T03:48:37.366Z Compiling parse-display v0.10.0
31012026-05-12T03:48:37.492Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31022026-05-12T03:48:37.589Z Compiling cobs v0.3.0
31032026-05-12T03:48:37.618Z Compiling num-complex v0.4.6
31042026-05-12T03:48:37.645Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31052026-05-12T03:48:37.762Z Compiling num_enum_derive v0.7.5
31062026-05-12T03:48:37.826Z Compiling postcard v1.1.3
31072026-05-12T03:48:37.886Z Compiling proc-macro-error v1.0.4
31082026-05-12T03:48:37.907Z Compiling proc-macro-crate v1.3.1
31092026-05-12T03:48:37.921Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31102026-05-12T03:48:38.007Z Compiling num v0.4.3
31112026-05-12T03:48:38.031Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31122026-05-12T03:48:38.047Z Compiling foreign-types-macros v0.2.3
31132026-05-12T03:48:38.102Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31142026-05-12T03:48:38.200Z Compiling float-ord v0.3.2
31152026-05-12T03:48:38.234Z Compiling colored v3.1.1
31162026-05-12T03:48:38.250Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31172026-05-12T03:48:38.333Z Compiling rayon-core v1.13.0
31182026-05-12T03:48:38.364Z Compiling foreign-types-shared v0.3.1
31192026-05-12T03:48:38.367Z Compiling cpufeatures v0.3.0
31202026-05-12T03:48:38.367Z Compiling num_enum_derive v0.5.11
31212026-05-12T03:48:38.465Z Compiling chacha20 v0.10.0
31222026-05-12T03:48:38.528Z Compiling crossbeam-deque v0.8.6
31232026-05-12T03:48:38.592Z Compiling camino-tempfile v1.4.1
31242026-05-12T03:48:38.628Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31252026-05-12T03:48:38.646Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31262026-05-12T03:48:38.668Z Compiling cstr-argument v0.1.2
31272026-05-12T03:48:38.699Z Compiling foreign-types v0.5.0
31282026-05-12T03:48:38.754Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31292026-05-12T03:48:38.805Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31302026-05-12T03:48:38.839Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31312026-05-12T03:48:38.856Z Compiling rand v0.10.0
31322026-05-12T03:48:38.856Z Compiling toml v0.8.23
31332026-05-12T03:48:38.918Z Compiling num_enum v0.7.5
31342026-05-12T03:48:39.009Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31352026-05-12T03:48:39.026Z Compiling ingot-types v0.1.2
31362026-05-12T03:48:39.074Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31372026-05-12T03:48:39.091Z Compiling zone_cfg_derive v0.3.1
31382026-05-12T03:48:39.114Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31392026-05-12T03:48:39.153Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31402026-05-12T03:48:39.188Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31412026-05-12T03:48:39.264Z Compiling rayon v1.11.0
31422026-05-12T03:48:39.318Z Compiling itertools v0.12.1
31432026-05-12T03:48:39.337Z Compiling num-derive v0.4.2
31442026-05-12T03:48:39.385Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31452026-05-12T03:48:39.418Z Compiling ingot v0.1.1
31462026-05-12T03:48:39.439Z Compiling sigpipe v0.1.3
31472026-05-12T03:48:39.511Z Compiling num_enum v0.5.11
31482026-05-12T03:48:39.530Z Compiling glob v0.3.3
31492026-05-12T03:48:39.536Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31502026-05-12T03:48:39.536Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31512026-05-12T03:48:39.606Z Compiling smf v0.2.3
31522026-05-12T03:48:39.657Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31532026-05-12T03:48:39.787Z Compiling prettyplease v0.2.37
31542026-05-12T03:48:39.818Z Compiling whoami v1.6.1
31552026-05-12T03:48:39.821Z Compiling gethostname v0.5.0
31562026-05-12T03:48:39.973Z Compiling atomicwrites v0.4.4
31572026-05-12T03:48:39.990Z Compiling usdt-macro v0.5.0
31582026-05-12T03:48:40.006Z Compiling usdt-attr-macro v0.5.0
31592026-05-12T03:48:40.132Z Compiling memmap v0.7.0
31602026-05-12T03:48:40.150Z Compiling derive-where v1.6.0
31612026-05-12T03:48:40.153Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31622026-05-12T03:48:40.193Z Compiling progenitor-client v0.13.0
31632026-05-12T03:48:40.311Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31642026-05-12T03:48:40.332Z Compiling resolv-conf v0.7.6
31652026-05-12T03:48:40.355Z Compiling cancel-safe-futures v0.1.5
31662026-05-12T03:48:40.547Z Compiling zone v0.3.1
31672026-05-12T03:48:40.568Z Compiling owo-colors v4.3.0
31682026-05-12T03:48:40.628Z Compiling libsw-core v0.3.2
31692026-05-12T03:48:40.731Z Compiling console v0.15.11
31702026-05-12T03:48:40.800Z Compiling libsw v3.5.0
31712026-05-12T03:48:40.897Z Compiling usdt v0.5.0
31722026-05-12T03:48:40.897Z Compiling newline-converter v0.3.0
31732026-05-12T03:48:41.008Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31742026-05-12T03:48:41.059Z Compiling libefi-sys v0.1.0
31752026-05-12T03:48:41.079Z Compiling linear-map v1.2.0
31762026-05-12T03:48:41.098Z Compiling hickory-proto v0.24.4
31772026-05-12T03:48:41.134Z Compiling expectorate v1.2.0
31782026-05-12T03:48:41.221Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31792026-05-12T03:48:41.304Z Compiling bitfield-struct v0.6.2
31802026-05-12T03:48:41.309Z Compiling linked-hash-map v0.5.6
31812026-05-12T03:48:41.339Z Compiling semver v0.1.20
31822026-05-12T03:48:41.342Z Compiling tokio-dtrace v0.1.1
31832026-05-12T03:48:41.390Z Compiling typify-macro v0.6.2
31842026-05-12T03:48:41.422Z Compiling dropshot-api-manager-types v0.7.1
31852026-05-12T03:48:41.442Z Compiling slog-dtrace v0.3.0
31862026-05-12T03:48:41.537Z Compiling lru-cache v0.1.2
31872026-05-12T03:48:41.554Z Compiling rustc_version v0.1.7
31882026-05-12T03:48:41.588Z Compiling minimal-lexical v0.2.1
31892026-05-12T03:48:41.652Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-05-12T03:48:41.670Z Compiling oxide-tokio-rt v0.1.4
31912026-05-12T03:48:41.706Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31922026-05-12T03:48:41.710Z Compiling typify-impl v0.4.3
31932026-05-12T03:48:41.744Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-05-12T03:48:41.761Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31952026-05-12T03:48:41.780Z Compiling phf_shared v0.12.1
31962026-05-12T03:48:41.825Z Compiling newtype_derive v0.1.6
31972026-05-12T03:48:41.885Z Compiling nom v7.1.3
31982026-05-12T03:48:41.906Z Compiling csv-core v0.1.13
31992026-05-12T03:48:41.950Z Compiling xshell-macros v0.2.7
32002026-05-12T03:48:41.995Z Compiling chrono-tz v0.10.4
32012026-05-12T03:48:42.017Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-05-12T03:48:42.037Z Compiling highway v1.3.0
32032026-05-12T03:48:42.059Z Compiling const_format_proc_macros v0.2.34
32042026-05-12T03:48:42.206Z Compiling csv v1.4.0
32052026-05-12T03:48:42.249Z Compiling phf v0.12.1
32062026-05-12T03:48:42.328Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-05-12T03:48:42.396Z Compiling xshell v0.2.7
32082026-05-12T03:48:42.413Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32092026-05-12T03:48:42.432Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32102026-05-12T03:48:42.448Z Compiling primeorder v0.13.6
32112026-05-12T03:48:42.685Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32122026-05-12T03:48:42.711Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32132026-05-12T03:48:42.799Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32142026-05-12T03:48:42.832Z Compiling tabled_derive v0.7.0
32152026-05-12T03:48:42.881Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32162026-05-12T03:48:42.947Z Compiling bcs v0.1.6
32172026-05-12T03:48:42.950Z Compiling const_format v0.2.35
32182026-05-12T03:48:43.287Z Compiling typify v0.6.2
32192026-05-12T03:48:43.305Z Compiling hickory-resolver v0.24.4
32202026-05-12T03:48:43.305Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-05-12T03:48:43.341Z Compiling salty v0.3.0
32222026-05-12T03:48:43.431Z Compiling progenitor-impl v0.14.0
32232026-05-12T03:48:43.450Z Compiling progenitor-impl v0.13.0
32242026-05-12T03:48:43.468Z Compiling termtree v0.5.1
32252026-05-12T03:48:43.569Z Compiling textwrap v0.16.2
32262026-05-12T03:48:43.648Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32272026-05-12T03:48:43.665Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32282026-05-12T03:48:43.845Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32292026-05-12T03:48:43.879Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32302026-05-12T03:48:44.132Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32312026-05-12T03:48:44.155Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32322026-05-12T03:48:44.176Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32332026-05-12T03:48:44.436Z Compiling qorb v0.4.1
32342026-05-12T03:48:44.459Z Compiling tabled v0.15.0
32352026-05-12T03:48:44.641Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32362026-05-12T03:48:44.712Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32372026-05-12T03:48:44.885Z Compiling steno v0.4.1
32382026-05-12T03:48:44.931Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32392026-05-12T03:48:44.962Z Compiling humantime v2.3.0
32402026-05-12T03:48:45.106Z Compiling radium v0.7.0
32412026-05-12T03:48:45.263Z Compiling tagptr v0.2.0
32422026-05-12T03:48:45.408Z Compiling base64 v0.21.7
32432026-05-12T03:48:45.470Z Compiling moka v0.12.13
32442026-05-12T03:48:45.637Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32452026-05-12T03:48:45.704Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32462026-05-12T03:48:45.781Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32472026-05-12T03:48:45.942Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32482026-05-12T03:48:45.972Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32492026-05-12T03:48:46.012Z Compiling p384 v0.13.1
32502026-05-12T03:48:46.214Z Compiling progenitor-macro v0.14.0
32512026-05-12T03:48:46.240Z Compiling progenitor-macro v0.13.0
32522026-05-12T03:48:46.337Z Compiling typify-macro v0.4.3
32532026-05-12T03:48:46.354Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32542026-05-12T03:48:46.375Z Compiling maybe-uninit v2.0.0
32552026-05-12T03:48:46.450Z Compiling tap v1.0.1
32562026-05-12T03:48:46.528Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32572026-05-12T03:48:46.600Z Compiling wyz v0.5.1
32582026-05-12T03:48:46.616Z Compiling hickory-resolver v0.25.2
32592026-05-12T03:48:46.759Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32602026-05-12T03:48:46.840Z Compiling proc-macro-error-attr2 v2.0.0
32612026-05-12T03:48:46.880Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32622026-05-12T03:48:46.920Z Compiling parking_lot_core v0.8.6
32632026-05-12T03:48:47.112Z Compiling funty v2.0.0
32642026-05-12T03:48:47.132Z Compiling packed_struct v0.10.1
32652026-05-12T03:48:47.216Z Compiling utf-8 v0.7.6
32662026-05-12T03:48:47.289Z Compiling proc-macro-error2 v2.0.1
32672026-05-12T03:48:47.446Z Compiling tungstenite v0.21.0
32682026-05-12T03:48:47.487Z Compiling bitvec v1.0.1
32692026-05-12T03:48:47.491Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32702026-05-12T03:48:47.610Z Compiling polyval v0.6.2
32712026-05-12T03:48:47.640Z Compiling git-stub v1.0.0
32722026-05-12T03:48:47.679Z Compiling packed_struct_codegen v0.10.1
32732026-05-12T03:48:47.748Z Compiling num-derive v0.3.3
32742026-05-12T03:48:47.767Z Compiling zerocopy-derive v0.6.6
32752026-05-12T03:48:47.878Z Compiling bitfield-macros v0.19.4
32762026-05-12T03:48:47.935Z Compiling indexmap v1.9.3
32772026-05-12T03:48:48.170Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-05-12T03:48:48.186Z Compiling typify v0.4.3
32792026-05-12T03:48:48.232Z Compiling nodrop v0.1.14
32802026-05-12T03:48:48.329Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32812026-05-12T03:48:48.359Z Compiling crc-catalog v2.4.0
32822026-05-12T03:48:48.376Z Compiling array-init v0.0.4
32832026-05-12T03:48:48.488Z Compiling crc v3.4.0
32842026-05-12T03:48:48.549Z Compiling progenitor-impl v0.11.2
32852026-05-12T03:48:48.621Z Compiling tokio-tungstenite v0.21.0
32862026-05-12T03:48:48.655Z Compiling bitfield v0.19.4
32872026-05-12T03:48:48.694Z Compiling zerocopy v0.6.6
32882026-05-12T03:48:48.730Z Compiling ghash v0.5.1
32892026-05-12T03:48:48.748Z Compiling libscf-sys v1.1.0
32902026-05-12T03:48:48.764Z Compiling git-stub-vcs v0.1.0
32912026-05-12T03:48:48.834Z Compiling smallvec v0.6.14
32922026-05-12T03:48:48.925Z Compiling tabled_derive v0.11.0
32932026-05-12T03:48:49.016Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32942026-05-12T03:48:49.063Z Compiling papergrid v0.17.0
32952026-05-12T03:48:49.080Z Compiling testing_table v0.3.0
32962026-05-12T03:48:49.163Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32972026-05-12T03:48:49.221Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32982026-05-12T03:48:49.255Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
32992026-05-12T03:48:49.273Z Compiling ctr v0.9.2
33002026-05-12T03:48:49.334Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-05-12T03:48:49.510Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33022026-05-12T03:48:49.513Z Compiling corncobs v0.1.4
33032026-05-12T03:48:49.585Z Compiling unicase v2.9.0
33042026-05-12T03:48:49.677Z Compiling hashbrown v0.12.3
33052026-05-12T03:48:49.695Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33062026-05-12T03:48:49.727Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33072026-05-12T03:48:49.781Z Compiling aes-gcm v0.10.3
33082026-05-12T03:48:49.823Z Compiling mime_guess v2.0.5
33092026-05-12T03:48:49.841Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-05-12T03:48:50.036Z Compiling parking_lot v0.11.2
33112026-05-12T03:48:50.190Z Compiling tabled v0.20.0
33122026-05-12T03:48:50.227Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33132026-05-12T03:48:50.268Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33142026-05-12T03:48:50.326Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33152026-05-12T03:48:50.455Z Compiling serde-hex v0.1.0
33162026-05-12T03:48:50.470Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33172026-05-12T03:48:50.687Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33182026-05-12T03:48:50.854Z Compiling progenitor-impl v0.10.0
33192026-05-12T03:48:50.936Z Compiling ron v0.8.1
33202026-05-12T03:48:50.983Z Compiling hashbrown v0.13.2
33212026-05-12T03:48:51.039Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33222026-05-12T03:48:51.056Z Compiling progenitor-client v0.11.2
33232026-05-12T03:48:51.154Z Compiling prefix-trie v0.7.0
33242026-05-12T03:48:51.374Z Compiling progenitor-macro v0.11.2
33252026-05-12T03:48:51.419Z Compiling blowfish v0.9.1
33262026-05-12T03:48:51.496Z Compiling progenitor v0.13.0
33272026-05-12T03:48:51.529Z Compiling ssh-encoding v0.2.0
33282026-05-12T03:48:51.547Z Compiling progenitor v0.14.0
33292026-05-12T03:48:51.588Z Compiling fxhash v0.2.1
33302026-05-12T03:48:51.683Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33312026-05-12T03:48:51.706Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-05-12T03:48:51.732Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33332026-05-12T03:48:51.757Z Compiling secrecy v0.8.0
33342026-05-12T03:48:51.773Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33352026-05-12T03:48:51.832Z Compiling crc-any v2.5.0
33362026-05-12T03:48:51.971Z Compiling ssh-cipher v0.2.0
33372026-05-12T03:48:52.043Z Compiling sled v0.34.7
33382026-05-12T03:48:52.101Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33392026-05-12T03:48:52.251Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33402026-05-12T03:48:52.368Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33412026-05-12T03:48:52.598Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33422026-05-12T03:48:52.769Z Compiling bcrypt-pbkdf v0.10.0
33432026-05-12T03:48:52.815Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33442026-05-12T03:48:53.063Z Compiling hickory-server v0.25.2
33452026-05-12T03:48:53.124Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33462026-05-12T03:48:53.147Z Compiling object v0.30.4
33472026-05-12T03:48:53.200Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33482026-05-12T03:48:53.221Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33492026-05-12T03:48:53.456Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33502026-05-12T03:48:53.589Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33512026-05-12T03:48:54.004Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33522026-05-12T03:48:54.544Z Compiling progenitor-macro v0.10.0
33532026-05-12T03:48:54.557Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33542026-05-12T03:48:54.655Z Compiling password-hash v0.4.2
33552026-05-12T03:48:54.661Z Compiling half v1.8.3
33562026-05-12T03:48:54.969Z Compiling path-slash v0.1.5
33572026-05-12T03:48:54.991Z Compiling http-range v0.1.5
33582026-05-12T03:48:55.008Z Compiling crc8 v0.1.1
33592026-05-12T03:48:55.078Z Compiling pbkdf2 v0.11.0
33602026-05-12T03:48:55.111Z Compiling serde_cbor v0.11.2
33612026-05-12T03:48:55.160Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33622026-05-12T03:48:55.213Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33632026-05-12T03:48:55.632Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33642026-05-12T03:48:55.733Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33652026-05-12T03:48:55.799Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33662026-05-12T03:48:55.817Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33672026-05-12T03:48:56.079Z Compiling ssh-key v0.6.7
33682026-05-12T03:48:56.262Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33692026-05-12T03:48:56.362Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33702026-05-12T03:48:56.466Z Compiling progenitor v0.11.2
33712026-05-12T03:48:56.552Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33722026-05-12T03:48:56.649Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33732026-05-12T03:48:56.742Z Compiling p256 v0.13.2
33742026-05-12T03:48:56.876Z Compiling p521 v0.13.3
33752026-05-12T03:48:56.935Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33762026-05-12T03:48:56.951Z Compiling yasna v0.5.2
33772026-05-12T03:48:57.154Z Compiling kstat-rs v0.2.4
33782026-05-12T03:48:57.221Z Compiling headers-core v0.3.0
33792026-05-12T03:48:57.240Z Compiling nanorand v0.7.0
33802026-05-12T03:48:57.358Z Compiling atty v0.2.14
33812026-05-12T03:48:57.375Z Compiling russh-cryptovec v0.7.3
33822026-05-12T03:48:57.488Z Compiling md5 v0.7.0
33832026-05-12T03:48:57.507Z Compiling home v0.5.12
33842026-05-12T03:48:57.526Z Compiling flume v0.11.1
33852026-05-12T03:48:57.571Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33862026-05-12T03:48:57.601Z Compiling rcgen v0.12.1
33872026-05-12T03:48:57.677Z Compiling russh-keys v0.45.0
33882026-05-12T03:48:57.695Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33892026-05-12T03:48:57.695Z Compiling headers v0.4.1
33902026-05-12T03:48:57.795Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33912026-05-12T03:48:57.832Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-05-12T03:48:57.866Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33932026-05-12T03:48:57.884Z Compiling hyper-staticfile v0.10.1
33942026-05-12T03:48:57.910Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33952026-05-12T03:48:58.288Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33962026-05-12T03:48:58.325Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33972026-05-12T03:48:58.435Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33982026-05-12T03:48:58.501Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33992026-05-12T03:48:58.526Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34002026-05-12T03:48:58.831Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34012026-05-12T03:48:58.850Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34022026-05-12T03:48:58.873Z Compiling num-bigint v0.4.6
34032026-05-12T03:48:59.048Z Compiling des v0.8.1
34042026-05-12T03:48:59.082Z Compiling subprocess v0.2.15
34052026-05-12T03:48:59.241Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34062026-05-12T03:48:59.272Z Compiling display-error-chain v0.2.2
34072026-05-12T03:48:59.274Z Compiling hex-literal v0.4.1
34082026-05-12T03:48:59.315Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34092026-05-12T03:48:59.333Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34102026-05-12T03:48:59.428Z Compiling colored v2.2.0
34112026-05-12T03:48:59.449Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34122026-05-12T03:48:59.587Z Compiling socket2 v0.5.10
34132026-05-12T03:48:59.631Z Compiling progenitor v0.10.0
34142026-05-12T03:48:59.688Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34152026-05-12T03:48:59.712Z Compiling internet-checksum v0.2.1
34162026-05-12T03:48:59.815Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34172026-05-12T03:49:00.050Z Compiling russh v0.45.0
34182026-05-12T03:49:00.297Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34192026-05-12T03:49:00.457Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34202026-05-12T03:49:02.968Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34212026-05-12T03:49:03.648Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34222026-05-12T03:49:04.105Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34232026-05-12T03:49:05.906Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34242026-05-12T03:49:13.810Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34252026-05-12T03:49:13.810Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34262026-05-12T03:49:13.813Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34272026-05-12T03:49:13.813Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34282026-05-12T03:49:15.582Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34292026-05-12T03:49:15.613Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34302026-05-12T03:49:19.709Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34312026-05-12T03:49:21.125Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34322026-05-12T03:49:40.102Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34332026-05-12T03:49:59.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34342026-05-12T03:49:59.634Z
34352026-05-12T03:49:59.634Zreal 1:26.892163073
34362026-05-12T03:49:59.634Zuser 8:12.244744927
34372026-05-12T03:49:59.634Zsys 1:43.019713522
34382026-05-12T03:49:59.634Ztrap 0.261149108
34392026-05-12T03:49:59.634Ztflt 0.566185688
34402026-05-12T03:49:59.634Zdflt 1.395983110
34412026-05-12T03:49:59.637Zkflt 0.000182660
34422026-05-12T03:49:59.637Zlock 29:34.972662492
34432026-05-12T03:49:59.637Zslp 19:11.063544055
34442026-05-12T03:49:59.637Zlat 38.528105649
34452026-05-12T03:49:59.637Zstop 2:53.482086641
34462026-05-12T03:49:59.637Z+ mkdir tests
34472026-05-12T03:49:59.640Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34482026-05-12T03:49:59.640Z+ xargs -I '{}' -t cp '{}' tests/
34492026-05-12T03:49:59.668Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-510d194578435c3c tests/
34502026-05-12T03:49:59.694Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c185b435fe62e838 tests/
34512026-05-12T03:49:59.721Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-40ad9630866676ec tests/
34522026-05-12T03:49:59.750Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f144f7ae752f59b5 tests/
34532026-05-12T03:50:00.014Z+ 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/*)
34542026-05-12T03:50:00.017Z+ 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-c185b435fe62e838 tests/commtest-40ad9630866676ec tests/dhcp_server-510d194578435c3c tests/end_to_end_tests-f144f7ae752f59b5 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
34552026-05-12T03:51:19.344ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34562026-05-12T03:51:19.344Za .github/buildomat/ci-env.sh 1K
34572026-05-12T03:51:19.344Za out/target/test 1K
34582026-05-12T03:51:19.344Za out/npuzone/npuzone 27402K
34592026-05-12T03:51:19.344Za package-manifest.toml 35K
34602026-05-12T03:51:19.345Za smf/sled-agent/non-gimlet/config.toml 6K
34612026-05-12T03:51:19.345Za target/release/omicron-package 44895K
34622026-05-12T03:51:19.345Za target/release/xtask 11449K
34632026-05-12T03:51:19.345Za target/debug/bootstrap 353118K
34642026-05-12T03:51:19.345Za tests/bootstrap-c185b435fe62e838 31215K
34652026-05-12T03:51:19.345Za tests/commtest-40ad9630866676ec 32299K
34662026-05-12T03:51:19.345Za tests/dhcp_server-510d194578435c3c 31215K
34672026-05-12T03:51:19.345Za tests/end_to_end_tests-f144f7ae752f59b5 394229K
34682026-05-12T03:51:19.345Za out/clickhouse.tar.gz 319062K
34692026-05-12T03:51:19.345Za out/clickhouse_keeper.tar.gz 304418K
34702026-05-12T03:51:19.345Za out/clickhouse_server.tar.gz 319062K
34712026-05-12T03:51:19.345Za out/cockroachdb.tar.gz 164622K
34722026-05-12T03:51:19.345Za out/crucible-pantry-zone.tar.gz 43678K
34732026-05-12T03:51:19.345Za out/crucible-utils.tar 17744K
34742026-05-12T03:51:19.345Za out/crucible-zone.tar.gz 57816K
34752026-05-12T03:51:19.345Za out/external-dns.tar.gz 49270K
34762026-05-12T03:51:19.345Za out/internal-dns.tar.gz 49269K
34772026-05-12T03:51:19.345Za out/mg-ddm-gz.tar 95141K
34782026-05-12T03:51:19.345Za out/nexus.tar.gz 219203K
34792026-05-12T03:51:19.345Za out/ntp.tar.gz 31625K
34802026-05-12T03:51:19.345Za out/omicron-gateway-softnpu.tar.gz 29723K
34812026-05-12T03:51:19.345Za out/omicron-sled-agent.tar 198708K
34822026-05-12T03:51:19.345Za out/overlay.tar.gz 3K
34832026-05-12T03:51:19.345Za out/oximeter.tar.gz 67304K
34842026-05-12T03:51:19.345Za out/oxlog.tar 3782K
34852026-05-12T03:51:19.345Za out/probe.tar.gz 3037K
34862026-05-12T03:51:19.346Za out/propolis-server.tar.gz 38727K
34872026-05-12T03:51:19.346Za out/pumpkind-gz.tar 26647K
34882026-05-12T03:51:19.346Za out/switch-softnpu.tar.gz 396043K
34892026-05-12T03:51:19.349Z
34902026-05-12T03:51:19.349Zreal 1:19.328406014
34912026-05-12T03:51:19.349Zuser 1:16.629383189
34922026-05-12T03:51:19.349Zsys 4.415249877
34932026-05-12T03:51:19.349Ztrap 0.006842922
34942026-05-12T03:51:19.349Ztflt 0.000000000
34952026-05-12T03:51:19.349Zdflt 0.000000000
34962026-05-12T03:51:19.349Zkflt 0.000000000
34972026-05-12T03:51:19.349Zlock 0.000000000
34982026-05-12T03:51:19.349Zslp 1:16.584541113
34992026-05-12T03:51:19.349Zlat 1.016536412
35002026-05-12T03:51:19.349Zstop 0.000253990
35012026-05-12T03:51:19.349Zprocess exited: duration 905142 ms, exit code 0
 
35022026-05-12T03:51:19.364Zfound 1 output files
35032026-05-12T03:51:19.364Zuploading: /work/package.tar.gz (2436943198 bytes)
35042026-05-12T03:51:45.127Zuploaded: /work/package.tar.gz