01KR46DGB5BT9G40N6TQ515D8K: 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: 01KR46DYAC3AVJSTC0PB1RXGD9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T16:24:32.941Zjob assigned to worker 01KR46E2DXZ0W977HPB78S8T3Y [factory aws, i-00d64d6f51bf8831b] (queued for 46 s)
 
22026-05-08T16:24:40.388Zstarting task 0: "setup"
32026-05-08T16:24:40.393Z++ uname -s
42026-05-08T16:24:40.396Z+ kern=SunOS
52026-05-08T16:24:40.396Z+ build_user=build
62026-05-08T16:24:40.396Z+ build_uid=12345
72026-05-08T16:24:40.396Z+ work_dir=/work
82026-05-08T16:24:40.396Z+ input_dir=/input
92026-05-08T16:24:40.396Z+ [[ 0 == 12345 ]]
102026-05-08T16:24:40.396Z+ case "$kern" in
112026-05-08T16:24:40.396Z+ groupadd -g 12345 build
122026-05-08T16:24:40.410Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T16:24:42.421Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T16:24:42.521Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T16:24:42.527Z+ home_fs=zfs
162026-05-08T16:24:42.527Z+ [[ zfs == autofs ]]
172026-05-08T16:24:42.527Z+ mkdir -p /home/build
182026-05-08T16:24:42.527Z+ chown build:build /home/build /work
192026-05-08T16:24:44.527Z+ chmod 0700 /home/build /work
202026-05-08T16:24:44.531Zprocess exited: duration 4145 ms, exit code 0
 
212026-05-08T16:24:44.536Zstarting task 1: "rust-toolchain"
222026-05-08T16:24:44.544Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T16:24:44.544Z * rust toolchain channel = "1.94.0"
242026-05-08T16:24:44.544Z * rust toolchain profile = "default"
252026-05-08T16:24:44.544Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-08T16:24:44.544Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T16:24:44.544Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T16:24:44.547Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T16:24:44.547Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T16:24:44.656Zinfo: downloading installer
312026-05-08T16:24:46.018Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T16:24:46.018Zwarn: /home/build/.rustup/settings.toml
332026-05-08T16:24:46.018Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T16:24:46.018Zwarn: instead of the one inferred from the default host triple.
352026-05-08T16:24:46.030Zinfo: profile set to default
362026-05-08T16:24:46.030Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T16:24:46.033Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T16:24:46.160Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T16:24:46.160Zinfo: downloading 6 components
402026-05-08T16:25:00.497Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T16:25:00.497Z
422026-05-08T16:25:00.526Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T16:25:00.527Z
442026-05-08T16:25:00.527Z
452026-05-08T16:25:00.527ZRust is installed now. Great!
462026-05-08T16:25:00.527Z
472026-05-08T16:25:00.527ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T16:25:00.527Zenvironment variable. This has not been done automatically.
492026-05-08T16:25:00.527Z
502026-05-08T16:25:00.527ZTo configure your current shell, you need to source
512026-05-08T16:25:00.527Zthe corresponding env file under $HOME/.cargo.
522026-05-08T16:25:00.527Z
532026-05-08T16:25:00.527ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T16:25:00.530Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T16:25:00.530Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T16:25:00.530Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T16:25:00.530Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T16:25:00.530Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T16:25:00.530Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T16:25:00.530Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T16:25:00.530Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T16:25:00.625Z+ rustup --version
632026-05-08T16:25:00.632Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T16:25:00.635Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T16:25:00.654Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T16:25:00.657Z+ cargo --version
672026-05-08T16:25:00.666Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T16:25:00.669Z+ rustc --version
692026-05-08T16:25:00.690Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T16:25:00.694Zprocess exited: duration 16156 ms, exit code 0
 
712026-05-08T16:25:00.699Zstarting task 2: "authentication"
722026-05-08T16:25:00.718Zprocess exited: duration 18 ms, exit code 0
 
732026-05-08T16:25:00.723Zstarting task 3: "clone repository"
742026-05-08T16:25:00.728Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T16:25:00.731Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T16:25:00.765ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T16:25:40.735Z+ cd /work/oxidecomputer/omicron
782026-05-08T16:25:40.735Z+ git fetch origin a6d973754c61c599e6e9318552aed5ca73a48de7
792026-05-08T16:25:41.328ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T16:25:41.328Z * branch a6d973754c61c599e6e9318552aed5ca73a48de7 -> FETCH_HEAD
812026-05-08T16:25:41.344Z+ [[ -n mahrens/discard ]]
822026-05-08T16:25:41.348Z++ git branch --show-current
832026-05-08T16:25:41.352Z+ current=main
842026-05-08T16:25:41.353Z+ [[ main != mahrens/discard ]]
852026-05-08T16:25:41.353Z+ git branch -f mahrens/discard a6d973754c61c599e6e9318552aed5ca73a48de7
862026-05-08T16:25:41.353Z+ git checkout -f mahrens/discard
872026-05-08T16:25:41.588ZSwitched to branch 'mahrens/discard'
882026-05-08T16:25:41.591Z+ git reset --hard a6d973754c61c599e6e9318552aed5ca73a48de7
892026-05-08T16:25:41.604ZHEAD is now at a6d973754 add Oximeter metrics for NVMe Discard
902026-05-08T16:25:41.606Zprocess exited: duration 40881 ms, exit code 0
 
912026-05-08T16:25:41.612Zstarting task 4: "build"
922026-05-08T16:25:41.617Z+ source .github/buildomat/ci-env.sh
932026-05-08T16:25:41.618Z++ export CARGO_TERM_COLOR=always
942026-05-08T16:25:41.618Z++ CARGO_TERM_COLOR=always
952026-05-08T16:25:41.618Z+ cargo --version
962026-05-08T16:25:41.628Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T16:25:41.630Z+ rustc --version
982026-05-08T16:25:41.652Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T16:25:41.654Z+ WORK=/work
1002026-05-08T16:25:41.654Z+ pfexec mkdir -p /work
1012026-05-08T16:25:41.658Z+ pfexec chown build /work
1022026-05-08T16:25:41.661Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-08T16:25:43.156Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-08T16:25:43.203Z Startup: Caching catalogs ... Done
1052026-05-08T16:25:43.358ZPlanning: Solver setup ... Done (0.120s)
1062026-05-08T16:25:43.367ZPlanning: Running solver ... Done (0.009s)
1072026-05-08T16:25:43.372ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-08T16:25:43.383ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-08T16:25:43.401ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-08T16:25:43.415ZPlanning: Package planning ... Done (0.013s)
1112026-05-08T16:25:43.418ZPlanning: Merging actions ... Done (0.001s)
1122026-05-08T16:25:43.607ZPlanning: Checking for conflicting actions ... Done (0.191s)
1132026-05-08T16:25:43.610ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-08T16:25:44.466ZPlanning: Evaluating mediators ... Done (0.858s)
1152026-05-08T16:25:44.469ZPlanning: Planning completed in 1.24 seconds
1162026-05-08T16:25:44.475Z Packages to install: 2
1172026-05-08T16:25:44.475Z Estimated space available: 156.08 GB
1182026-05-08T16:25:44.478ZEstimated space to be consumed: 16.95 MB
1192026-05-08T16:25:44.478Z Create boot environment: No
1202026-05-08T16:25:44.478ZCreate backup boot environment: No
1212026-05-08T16:25:44.478Z Rebuild boot archive: No
1222026-05-08T16:25:44.478Z
1232026-05-08T16:25:44.478ZChanged packages:
1242026-05-08T16:25:44.478Zhelios
1252026-05-08T16:25:44.478Z developer/build-essential
1262026-05-08T16:25:44.478Z None -> 11-3.0
1272026-05-08T16:25:44.478Z library/libxmlsec1
1282026-05-08T16:25:44.478Z None -> 1.2.35-3.0
1292026-05-08T16:25:44.501Z
1302026-05-08T16:25:44.501ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-08T16:25:44.977ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1322026-05-08T16:25:45.041Z Actions: 1/268 actions (Installing new actions)
1332026-05-08T16:25:45.079Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-08T16:25:45.085ZFinalize: Updating package state database ... Done (0.005s)
1352026-05-08T16:25:45.085ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-08T16:25:45.096ZFinalize: Updating image state ... Done (0.012s)
1372026-05-08T16:25:47.718ZFinalize: Creating fast lookup database ... Done (2.601s)
1382026-05-08T16:25:47.793ZFinalize: Reading search index ... Done (0.013s)
1392026-05-08T16:25:47.795ZFinalize: Updating search index ... Done (0.000s)
1402026-05-08T16:25:47.875ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-08T16:25:48.169ZPlanning: Evaluating mediator changes ... Done
1422026-05-08T16:25:48.273ZPlanning: Checking for conflicting actions ... Done
1432026-05-08T16:25:48.275ZPlanning: Consolidating action changes ... Done
1442026-05-08T16:25:48.431ZPlanning: Evaluating mediators ... Done
1452026-05-08T16:25:48.439ZPlanning: Planning completed in 0.26 seconds
1462026-05-08T16:25:48.454Z Mediators to change: 2
1472026-05-08T16:25:48.454Z Create boot environment: No
1482026-05-08T16:25:48.454ZCreate backup boot environment: No
1492026-05-08T16:25:48.528ZFinalize: Updating package state database ... Done
1502026-05-08T16:25:48.528ZFinalize: Updating package cache ... Done
1512026-05-08T16:25:48.536ZFinalize: Updating image state ... Done
1522026-05-08T16:25:50.474ZFinalize: Creating fast lookup database ... Done
1532026-05-08T16:25:50.536ZFinalize: Reading search index ... Done
1542026-05-08T16:25:50.541ZFinalize: Updating search index ... Done
1552026-05-08T16:25:50.614ZFinalize: Updating package cache ... Done
1562026-05-08T16:25:50.899ZPlanning: Evaluating mediator changes ... Done
1572026-05-08T16:25:51.004ZPlanning: Checking for conflicting actions ... Done
1582026-05-08T16:25:51.007ZPlanning: Consolidating action changes ... Done
1592026-05-08T16:25:51.163ZPlanning: Evaluating mediators ... Done
1602026-05-08T16:25:51.166ZPlanning: Planning completed in 0.26 seconds
1612026-05-08T16:25:51.187Z Mediators to change: 1
1622026-05-08T16:25:51.190Z Create boot environment: No
1632026-05-08T16:25:51.190ZCreate backup boot environment: No
1642026-05-08T16:25:51.244ZFinalize: Updating package state database ... Done
1652026-05-08T16:25:51.244ZFinalize: Updating package cache ... Done
1662026-05-08T16:25:51.252ZFinalize: Updating image state ... Done
1672026-05-08T16:25:53.222ZFinalize: Creating fast lookup database ... Done
1682026-05-08T16:25:53.287ZFinalize: Reading search index ... Done
1692026-05-08T16:25:53.290ZFinalize: Updating search index ... Done
1702026-05-08T16:25:53.371ZFinalize: Updating package cache ... Done
1712026-05-08T16:25:53.683ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-08T16:25:53.684Zapache system 2.4 system
1732026-05-08T16:25:53.684Zclang system 15 system
1742026-05-08T16:25:53.684Zcsh system system illumos
1752026-05-08T16:25:53.684Zctags system system illumos
1762026-05-08T16:25:53.684Zfile vendor vendor darwinsys
1772026-05-08T16:25:53.684Zfile system system illumos
1782026-05-08T16:25:53.684Zgcc vendor 14 vendor
1792026-05-08T16:25:53.684Zgcc system 13 system
1802026-05-08T16:25:53.684Zgcc system 10 system
1812026-05-08T16:25:53.684Zgo system 1.25 system
1822026-05-08T16:25:53.684Zllvm system 15 system
1832026-05-08T16:25:53.684Zmariadb system 11.4 system
1842026-05-08T16:25:53.684Zmta vendor vendor dma
1852026-05-08T16:25:53.684Zopenjdk system 17 system
1862026-05-08T16:25:53.684Zopenjdk system 11 system
1872026-05-08T16:25:53.684Zopenssl vendor 3 vendor
1882026-05-08T16:25:53.684Zperl system 5.40 system
1892026-05-08T16:25:53.684Zpostgresql system 18 system
1902026-05-08T16:25:53.684Zpostgresql system 17 system
1912026-05-08T16:25:53.684Zpython vendor 3 vendor
1922026-05-08T16:25:53.684Zpython system 2 system
1932026-05-08T16:25:53.684Zpython3 vendor 3.13 vendor
1942026-05-08T16:25:53.684Zruby system 3.4 system
1952026-05-08T16:25:53.684Zruby system 3.0 system
1962026-05-08T16:25:53.684Zwords vendor vendor american-english
1972026-05-08T16:25:53.684Zwords system system australian-english
1982026-05-08T16:25:53.685Zwords system system british-english
1992026-05-08T16:25:53.685Zwords system system canadian-english
2002026-05-08T16:25:53.685Zwords system system french
2012026-05-08T16:25:53.685Zwords system system italian
2022026-05-08T16:25:53.685Zwords system system ngerman
2032026-05-08T16:25:53.685Zwords system system ogerman
2042026-05-08T16:25:53.685Zwords system system spanish
2052026-05-08T16:25:53.942ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-08T16:25:53.942Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-08T16:25:54.200ZFMRI IFO
2082026-05-08T16:25:54.200Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-08T16:25:54.200Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-08T16:25:54.200Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-08T16:25:54.200Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-08T16:25:54.200Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-08T16:25:54.200Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-08T16:25:54.200Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-08T16:25:54.200Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-08T16:25:54.200Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-08T16:25:54.427Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-08T16:25:54.895Z Updating crates.io index
2192026-05-08T16:25:54.957Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-08T16:25:55.203Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-08T16:25:56.780Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-08T16:25:58.152Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-08T16:25:59.049Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-08T16:25:59.584Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-08T16:26:01.031Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-08T16:26:01.814Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-08T16:26:02.542Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-08T16:26:03.477Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-08T16:26:04.128Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-08T16:26:04.418Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-08T16:26:05.082Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-08T16:26:06.193Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-08T16:26:07.408Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-08T16:26:07.686Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-08T16:26:08.275Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-08T16:26:08.556Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-08T16:26:08.894Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-08T16:26:10.110Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-08T16:26:10.363Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-08T16:26:10.866Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-08T16:26:11.454Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-08T16:26:12.017Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-08T16:26:12.305Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-08T16:26:13.048Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-08T16:26:14.468Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-08T16:26:15.361Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-08T16:26:15.833Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-08T16:26:16.378Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-08T16:26:16.723Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-08T16:26:17.024Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-08T16:26:17.444Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-08T16:26:18.017Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-08T16:26:18.265Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-08T16:26:18.562Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-08T16:26:18.881Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-08T16:26:19.256Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-08T16:26:31.117Z Downloading crates ...
2582026-05-08T16:26:31.172Z Downloaded crypto-common v0.1.7
2592026-05-08T16:26:31.180Z Downloaded num-traits v0.2.19
2602026-05-08T16:26:31.183Z Downloaded thiserror v1.0.69
2612026-05-08T16:26:31.186Z Downloaded serde-untagged v0.1.9
2622026-05-08T16:26:31.189Z Downloaded utf8parse v0.2.2
2632026-05-08T16:26:31.192Z Downloaded clap v4.5.60
2642026-05-08T16:26:31.195Z Downloaded unicode-xid v0.2.6
2652026-05-08T16:26:31.198Z Downloaded typeid v1.0.3
2662026-05-08T16:26:31.198Z Downloaded heck v0.4.1
2672026-05-08T16:26:31.198Z Downloaded textwrap v0.16.2
2682026-05-08T16:26:31.201Z Downloaded cargo_toml v0.21.0
2692026-05-08T16:26:31.201Z Downloaded dtrace-parser v0.2.0
2702026-05-08T16:26:31.201Z Downloaded zerofrom v0.1.6
2712026-05-08T16:26:31.204Z Downloaded colorchoice v1.0.4
2722026-05-08T16:26:31.204Z Downloaded cargo_metadata v0.21.0
2732026-05-08T16:26:31.204Z Downloaded toml_datetime v0.6.11
2742026-05-08T16:26:31.207Z Downloaded unicode-linebreak v0.1.5
2752026-05-08T16:26:31.207Z Downloaded fastrand v2.3.0
2762026-05-08T16:26:31.207Z Downloaded equivalent v1.0.2
2772026-05-08T16:26:31.207Z Downloaded thread-id v4.2.2
2782026-05-08T16:26:31.207Z Downloaded anstream v0.6.21
2792026-05-08T16:26:31.210Z Downloaded toml_write v0.1.2
2802026-05-08T16:26:31.214Z Downloaded cpufeatures v0.2.17
2812026-05-08T16:26:31.217Z Downloaded version_check v0.9.5
2822026-05-08T16:26:31.220Z Downloaded anstyle v1.0.13
2832026-05-08T16:26:31.220Z Downloaded syn v1.0.109
2842026-05-08T16:26:31.224Z Downloaded zerovec-derive v0.11.2
2852026-05-08T16:26:31.227Z Downloaded thiserror v2.0.18
2862026-05-08T16:26:31.229Z Downloaded utf8_iter v1.0.4
2872026-05-08T16:26:31.230Z Downloaded usdt v0.5.0
2882026-05-08T16:26:31.230Z Downloaded bitflags v2.11.0
2892026-05-08T16:26:31.232Z Downloaded block-buffer v0.10.4
2902026-05-08T16:26:31.232Z Downloaded zerofrom-derive v0.1.6
2912026-05-08T16:26:31.235Z Downloaded writeable v0.6.2
2922026-05-08T16:26:31.235Z Downloaded yoke v0.8.1
2932026-05-08T16:26:31.235Z Downloaded usdt-impl v0.5.0
2942026-05-08T16:26:31.238Z Downloaded thiserror-impl v1.0.69
2952026-05-08T16:26:31.238Z Downloaded tinystr v0.8.2
2962026-05-08T16:26:31.238Z Downloaded thiserror-impl v2.0.18
2972026-05-08T16:26:31.241Z Downloaded usdt-macro v0.5.0
2982026-05-08T16:26:31.241Z Downloaded generic-array v0.14.7
2992026-05-08T16:26:31.241Z Downloaded usdt-attr-macro v0.5.0
3002026-05-08T16:26:31.241Z Downloaded yoke-derive v0.8.1
3012026-05-08T16:26:31.244Z Downloaded zmij v1.0.21
3022026-05-08T16:26:31.244Z Downloaded zerocopy-derive v0.7.35
3032026-05-08T16:26:31.247Z Downloaded toml v0.8.23
3042026-05-08T16:26:31.249Z Downloaded heck v0.5.0
3052026-05-08T16:26:31.249Z Downloaded is_terminal_polyfill v1.70.2
3062026-05-08T16:26:31.249Z Downloaded url v2.5.8
3072026-05-08T16:26:31.252Z Downloaded ucd-trie v0.1.7
3082026-05-08T16:26:31.252Z Downloaded smawk v0.3.2
3092026-05-08T16:26:31.252Z Downloaded icu_properties v2.1.2
3102026-05-08T16:26:31.258Z Downloaded unicode-ident v1.0.24
3112026-05-08T16:26:31.261Z Downloaded itoa v1.0.17
3122026-05-08T16:26:31.261Z Downloaded plain v0.2.3
3132026-05-08T16:26:31.265Z Downloaded idna_adapter v1.2.1
3142026-05-08T16:26:31.265Z Downloaded toml_edit v0.22.27
3152026-05-08T16:26:31.268Z Downloaded clap_lex v1.0.0
3162026-05-08T16:26:31.268Z Downloaded anstyle-query v1.1.5
3172026-05-08T16:26:31.271Z Downloaded ordered-float v2.10.1
3182026-05-08T16:26:31.271Z Downloaded dof v0.3.0
3192026-05-08T16:26:31.271Z Downloaded zerotrie v0.2.3
3202026-05-08T16:26:31.273Z Downloaded typenum v1.19.0
3212026-05-08T16:26:31.273Z Downloaded tabled_derive v0.7.0
3222026-05-08T16:26:31.276Z Downloaded cfg-if v1.0.4
3232026-05-08T16:26:31.279Z Downloaded zerovec v0.11.5
3242026-05-08T16:26:31.282Z Downloaded cargo-platform v0.2.0
3252026-05-08T16:26:31.282Z Downloaded errno v0.3.14
3262026-05-08T16:26:31.286Z Downloaded terminal_size v0.4.3
3272026-05-08T16:26:31.289Z Downloaded fnv v1.0.7
3282026-05-08T16:26:31.289Z Downloaded memmap v0.7.0
3292026-05-08T16:26:31.289Z Downloaded stable_deref_trait v1.2.1
3302026-05-08T16:26:31.289Z Downloaded form_urlencoded v1.2.2
3312026-05-08T16:26:31.292Z Downloaded zerocopy v0.7.35
3322026-05-08T16:26:31.299Z Downloaded winnow v0.7.14
3332026-05-08T16:26:31.304Z Downloaded scroll_derive v0.12.1
3342026-05-08T16:26:31.307Z Downloaded proc-macro-error-attr v1.0.4
3352026-05-08T16:26:31.307Z Downloaded strsim v0.11.1
3362026-05-08T16:26:31.307Z Downloaded potential_utf v0.1.4
3372026-05-08T16:26:31.307Z Downloaded unicode-width v0.2.0
3382026-05-08T16:26:31.310Z Downloaded unicode-width v0.1.14
3392026-05-08T16:26:31.313Z Downloaded sha2 v0.10.9
3402026-05-08T16:26:31.316Z Downloaded displaydoc v0.2.5
3412026-05-08T16:26:31.316Z Downloaded swrite v0.1.0
3422026-05-08T16:26:31.319Z Downloaded serde_spanned v0.6.9
3432026-05-08T16:26:31.319Z Downloaded pretty-hex v0.4.1
3442026-05-08T16:26:31.319Z Downloaded synstructure v0.13.2
3452026-05-08T16:26:31.323Z Downloaded serde-value v0.7.0
3462026-05-08T16:26:31.326Z Downloaded byteorder v1.5.0
3472026-05-08T16:26:31.326Z Downloaded anstyle-parse v0.2.7
3482026-05-08T16:26:31.326Z Downloaded scroll v0.12.0
3492026-05-08T16:26:31.329Z Downloaded digest v0.10.7
3502026-05-08T16:26:31.329Z Downloaded macaddr v1.0.1
3512026-05-08T16:26:31.332Z Downloaded percent-encoding v2.3.2
3522026-05-08T16:26:31.332Z Downloaded autocfg v1.5.0
3532026-05-08T16:26:31.335Z Downloaded erased-serde v0.4.9
3542026-05-08T16:26:31.338Z Downloaded serde_tokenstream v0.2.3
3552026-05-08T16:26:31.338Z Downloaded proc-macro-error v1.0.4
3562026-05-08T16:26:31.341Z Downloaded camino-tempfile v1.4.1
3572026-05-08T16:26:31.343Z Downloaded anyhow v1.0.102
3582026-05-08T16:26:31.346Z Downloaded getrandom v0.4.1
3592026-05-08T16:26:31.349Z Downloaded fs-err v3.3.0
3602026-05-08T16:26:31.352Z Downloaded bytecount v0.6.9
3612026-05-08T16:26:31.364Z Downloaded pest_generator v2.8.6
3622026-05-08T16:26:31.367Z Downloaded serde v1.0.228
3632026-05-08T16:26:31.370Z Downloaded litemap v0.8.1
3642026-05-08T16:26:31.370Z Downloaded pest_derive v2.8.6
3652026-05-08T16:26:31.373Z Downloaded smallvec v1.15.1
3662026-05-08T16:26:31.373Z Downloaded camino v1.2.2
3672026-05-08T16:26:31.376Z Downloaded semver v1.0.28
3682026-05-08T16:26:31.376Z Downloaded log v0.4.29
3692026-05-08T16:26:31.376Z Downloaded clap_derive v4.5.55
3702026-05-08T16:26:31.378Z Downloaded cargo-util-schemas v0.8.2
3712026-05-08T16:26:31.381Z Downloaded tempfile v3.25.0
3722026-05-08T16:26:31.390Z Downloaded once_cell v1.21.3
3732026-05-08T16:26:31.392Z Downloaded quote v1.0.45
3742026-05-08T16:26:31.392Z Downloaded proc-macro2 v1.0.106
3752026-05-08T16:26:31.400Z Downloaded icu_provider v2.1.1
3762026-05-08T16:26:31.411Z Downloaded serde_derive v1.0.228
3772026-05-08T16:26:31.414Z Downloaded papergrid v0.11.0
3782026-05-08T16:26:31.417Z Downloaded icu_normalizer v2.1.1
3792026-05-08T16:26:31.419Z Downloaded serde_core v1.0.228
3802026-05-08T16:26:31.419Z Downloaded icu_normalizer_data v2.1.1
3812026-05-08T16:26:31.422Z Downloaded pest_meta v2.8.6
3822026-05-08T16:26:31.422Z Downloaded icu_locale_core v2.1.1
3832026-05-08T16:26:31.430Z Downloaded icu_collections v2.1.1
3842026-05-08T16:26:31.434Z Downloaded hashbrown v0.17.0
3852026-05-08T16:26:31.447Z Downloaded memchr v2.8.0
3862026-05-08T16:26:31.454Z Downloaded pest v2.8.6
3872026-05-08T16:26:31.457Z Downloaded indexmap v2.14.0
3882026-05-08T16:26:31.468Z Downloaded goblin v0.8.2
3892026-05-08T16:26:31.477Z Downloaded serde_json v1.0.149
3902026-05-08T16:26:31.481Z Downloaded idna v1.1.0
3912026-05-08T16:26:31.484Z Downloaded clap_builder v4.5.60
3922026-05-08T16:26:31.488Z Downloaded icu_properties_data v2.1.2
3932026-05-08T16:26:31.501Z Downloaded tabled v0.15.0
3942026-05-08T16:26:31.522Z Downloaded syn v2.0.117
3952026-05-08T16:26:31.535Z Downloaded rustix v1.1.3
3962026-05-08T16:26:31.565Z Downloaded libc v0.2.185
3972026-05-08T16:26:31.633Z Compiling proc-macro2 v1.0.106
3982026-05-08T16:26:31.633Z Compiling unicode-ident v1.0.24
3992026-05-08T16:26:31.633Z Compiling quote v1.0.45
4002026-05-08T16:26:31.637Z Compiling serde_core v1.0.228
4012026-05-08T16:26:31.637Z Compiling libc v0.2.185
4022026-05-08T16:26:31.637Z Compiling version_check v0.9.5
4032026-05-08T16:26:31.637Z Compiling stable_deref_trait v1.2.1
4042026-05-08T16:26:31.637Z Compiling serde v1.0.228
4052026-05-08T16:26:31.637Z Compiling memchr v2.8.0
4062026-05-08T16:26:31.637Z Compiling zmij v1.0.21
4072026-05-08T16:26:31.847Z Compiling thiserror v1.0.69
4082026-05-08T16:26:31.863Z Compiling itoa v1.0.17
4092026-05-08T16:26:31.866Z Compiling ucd-trie v0.1.7
4102026-05-08T16:26:31.878Z Compiling autocfg v1.5.0
4112026-05-08T16:26:31.881Z Compiling writeable v0.6.2
4122026-05-08T16:26:32.033Z Compiling litemap v0.8.1
4132026-05-08T16:26:32.036Z Compiling byteorder v1.5.0
4142026-05-08T16:26:32.170Z Compiling rustix v1.1.3
4152026-05-08T16:26:32.290Z Compiling icu_normalizer_data v2.1.1
4162026-05-08T16:26:32.290Z Compiling icu_properties_data v2.1.2
4172026-05-08T16:26:32.293Z Compiling bitflags v2.11.0
4182026-05-08T16:26:32.347Z Compiling serde_json v1.0.149
4192026-05-08T16:26:32.386Z Compiling equivalent v1.0.2
4202026-05-08T16:26:32.440Z Compiling num-traits v0.2.19
4212026-05-08T16:26:32.516Z Compiling pest v2.8.6
4222026-05-08T16:26:32.558Z Compiling typeid v1.0.3
4232026-05-08T16:26:32.616Z Compiling hashbrown v0.17.0
4242026-05-08T16:26:32.705Z Compiling smallvec v1.15.1
4252026-05-08T16:26:32.757Z Compiling usdt-impl v0.5.0
4262026-05-08T16:26:32.761Z Compiling proc-macro-error-attr v1.0.4
4272026-05-08T16:26:32.829Z Compiling winnow v0.7.14
4282026-05-08T16:26:32.915Z Compiling syn v1.0.109
4292026-05-08T16:26:32.977Z Compiling toml_write v0.1.2
4302026-05-08T16:26:32.999Z Compiling erased-serde v0.4.9
4312026-05-08T16:26:33.036Z Compiling proc-macro-error v1.0.4
4322026-05-08T16:26:33.071Z Compiling percent-encoding v2.3.2
4332026-05-08T16:26:33.161Z Compiling errno v0.3.14
4342026-05-08T16:26:33.200Z Compiling thread-id v4.2.2
4352026-05-08T16:26:33.232Z Compiling getrandom v0.4.1
4362026-05-08T16:26:33.256Z Compiling indexmap v2.14.0
4372026-05-08T16:26:33.295Z Compiling camino v1.2.2
4382026-05-08T16:26:33.298Z Compiling utf8_iter v1.0.4
4392026-05-08T16:26:33.326Z Compiling utf8parse v0.2.2
4402026-05-08T16:26:33.389Z Compiling syn v2.0.117
4412026-05-08T16:26:33.460Z Compiling plain v0.2.3
4422026-05-08T16:26:33.463Z Compiling log v0.4.29
4432026-05-08T16:26:33.498Z Compiling thiserror v2.0.18
4442026-05-08T16:26:33.550Z Compiling anstyle-parse v0.2.7
4452026-05-08T16:26:33.682Z Compiling pest_meta v2.8.6
4462026-05-08T16:26:33.720Z Compiling ordered-float v2.10.1
4472026-05-08T16:26:33.739Z Compiling form_urlencoded v1.2.2
4482026-05-08T16:26:33.778Z Compiling cfg-if v1.0.4
4492026-05-08T16:26:33.781Z Compiling anstyle v1.0.13
4502026-05-08T16:26:33.871Z Compiling anstyle-query v1.1.5
4512026-05-08T16:26:33.928Z Compiling colorchoice v1.0.4
4522026-05-08T16:26:33.952Z Compiling is_terminal_polyfill v1.70.2
4532026-05-08T16:26:33.971Z Compiling pretty-hex v0.4.1
4542026-05-08T16:26:34.011Z Compiling fs-err v3.3.0
4552026-05-08T16:26:34.069Z Compiling anstream v0.6.21
4562026-05-08T16:26:34.072Z Compiling once_cell v1.21.3
4572026-05-08T16:26:34.108Z Compiling heck v0.4.1
4582026-05-08T16:26:34.131Z Compiling bytecount v0.6.9
4592026-05-08T16:26:34.148Z Compiling fnv v1.0.7
4602026-05-08T16:26:34.181Z Compiling fastrand v2.3.0
4612026-05-08T16:26:34.201Z Compiling unicode-xid v0.2.6
4622026-05-08T16:26:34.345Z Compiling terminal_size v0.4.3
4632026-05-08T16:26:34.366Z Compiling semver v1.0.28
4642026-05-08T16:26:34.384Z Compiling heck v0.5.0
4652026-05-08T16:26:34.430Z Compiling clap_lex v1.0.0
4662026-05-08T16:26:34.487Z Compiling unicode-width v0.1.14
4672026-05-08T16:26:34.489Z Compiling anyhow v1.0.102
4682026-05-08T16:26:34.489Z Compiling strsim v0.11.1
4692026-05-08T16:26:34.549Z Compiling tempfile v3.25.0
4702026-05-08T16:26:34.687Z Compiling memmap v0.7.0
4712026-05-08T16:26:34.737Z Compiling serde-untagged v0.1.9
4722026-05-08T16:26:34.755Z Compiling papergrid v0.11.0
4732026-05-08T16:26:34.801Z Compiling clap_builder v4.5.60
4742026-05-08T16:26:34.821Z Compiling smawk v0.3.2
4752026-05-08T16:26:34.841Z Compiling unicode-linebreak v0.1.5
4762026-05-08T16:26:34.895Z Compiling unicode-width v0.2.0
4772026-05-08T16:26:34.924Z Compiling camino-tempfile v1.4.1
4782026-05-08T16:26:34.983Z Compiling swrite v0.1.0
4792026-05-08T16:26:35.013Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-08T16:26:35.156Z Compiling textwrap v0.16.2
4812026-05-08T16:26:35.397Z Compiling tabled_derive v0.7.0
4822026-05-08T16:26:36.064Z Compiling synstructure v0.13.2
4832026-05-08T16:26:36.064Z Compiling pest_generator v2.8.6
4842026-05-08T16:26:36.134Z Compiling tabled v0.15.0
4852026-05-08T16:26:36.636Z Compiling serde_derive v1.0.228
4862026-05-08T16:26:36.639Z Compiling zerofrom-derive v0.1.6
4872026-05-08T16:26:36.639Z Compiling yoke-derive v0.8.1
4882026-05-08T16:26:36.639Z Compiling zerovec-derive v0.11.2
4892026-05-08T16:26:36.639Z Compiling displaydoc v0.2.5
4902026-05-08T16:26:36.639Z Compiling thiserror-impl v1.0.69
4912026-05-08T16:26:36.639Z Compiling zerocopy-derive v0.7.35
4922026-05-08T16:26:36.639Z Compiling scroll_derive v0.12.1
4932026-05-08T16:26:36.671Z Compiling thiserror-impl v2.0.18
4942026-05-08T16:26:36.674Z Compiling clap_derive v4.5.55
4952026-05-08T16:26:36.748Z Compiling pest_derive v2.8.6
4962026-05-08T16:26:37.381Z Compiling scroll v0.12.0
4972026-05-08T16:26:37.416Z Compiling zerocopy v0.7.35
4982026-05-08T16:26:37.603Z Compiling goblin v0.8.2
4992026-05-08T16:26:37.774Z Compiling zerofrom v0.1.6
5002026-05-08T16:26:37.872Z Compiling dtrace-parser v0.2.0
5012026-05-08T16:26:37.889Z Compiling yoke v0.8.1
5022026-05-08T16:26:38.045Z Compiling zerovec v0.11.5
5032026-05-08T16:26:38.045Z Compiling zerotrie v0.2.3
5042026-05-08T16:26:38.087Z Compiling clap v4.5.60
5052026-05-08T16:26:38.483Z Compiling tinystr v0.8.2
5062026-05-08T16:26:38.483Z Compiling potential_utf v0.1.4
5072026-05-08T16:26:38.605Z Compiling icu_collections v2.1.1
5082026-05-08T16:26:38.631Z Compiling icu_locale_core v2.1.1
5092026-05-08T16:26:39.117Z Compiling serde_spanned v0.6.9
5102026-05-08T16:26:39.117Z Compiling toml_datetime v0.6.11
5112026-05-08T16:26:39.117Z Compiling serde-value v0.7.0
5122026-05-08T16:26:39.120Z Compiling cargo-platform v0.2.0
5132026-05-08T16:26:39.120Z Compiling macaddr v1.0.1
5142026-05-08T16:26:39.191Z Compiling dof v0.3.0
5152026-05-08T16:26:39.211Z Compiling serde_tokenstream v0.2.3
5162026-05-08T16:26:39.270Z Compiling icu_provider v2.1.1
5172026-05-08T16:26:39.394Z Compiling toml_edit v0.22.27
5182026-05-08T16:26:39.515Z Compiling icu_properties v2.1.2
5192026-05-08T16:26:39.518Z Compiling icu_normalizer v2.1.1
5202026-05-08T16:26:39.955Z Compiling usdt-attr-macro v0.5.0
5212026-05-08T16:26:39.958Z Compiling usdt-macro v0.5.0
5222026-05-08T16:26:40.327Z Compiling idna_adapter v1.2.1
5232026-05-08T16:26:40.434Z Compiling idna v1.1.0
5242026-05-08T16:26:40.556Z Compiling usdt v0.5.0
5252026-05-08T16:26:40.672Z Compiling toml v0.8.23
5262026-05-08T16:26:40.688Z Compiling url v2.5.8
5272026-05-08T16:26:41.013Z Compiling cargo_toml v0.21.0
5282026-05-08T16:26:41.081Z Compiling cargo-util-schemas v0.8.2
5292026-05-08T16:26:41.849Z Compiling cargo_metadata v0.21.0
5302026-05-08T16:26:42.768Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-08T16:26:44.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.63s
5322026-05-08T16:26:45.154Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-08T16:26:45.708Z Downloading crates ...
5342026-05-08T16:26:45.798Z Downloaded adler2 v2.0.1
5352026-05-08T16:26:45.806Z Downloaded camino-tempfile-ext v0.3.3
5362026-05-08T16:26:45.808Z Downloaded base64 v0.21.7
5372026-05-08T16:26:45.813Z Downloaded cargo_metadata v0.19.2
5382026-05-08T16:26:45.816Z Downloaded cstr-argument v0.1.2
5392026-05-08T16:26:45.819Z Downloaded base16ct v0.2.0
5402026-05-08T16:26:45.819Z Downloaded ar_archive_writer v0.5.1
5412026-05-08T16:26:45.831Z Downloaded constant_time_eq v0.4.2
5422026-05-08T16:26:45.831Z Downloaded cfg_aliases v0.1.1
5432026-05-08T16:26:45.831Z Downloaded chacha20 v0.9.1
5442026-05-08T16:26:45.831Z Downloaded crucible-workspace-hack v0.1.0
5452026-05-08T16:26:45.831Z Downloaded atty v0.2.14
5462026-05-08T16:26:45.831Z Downloaded crc v3.4.0
5472026-05-08T16:26:45.831Z Downloaded daft-derive v0.1.5
5482026-05-08T16:26:45.831Z Downloaded backon v1.6.0
5492026-05-08T16:26:45.835Z Downloaded darling_macro v0.20.11
5502026-05-08T16:26:45.835Z Downloaded bitfield-struct v0.6.2
5512026-05-08T16:26:45.835Z Downloaded bitfield-macros v0.19.4
5522026-05-08T16:26:45.835Z Downloaded crunchy v0.2.4
5532026-05-08T16:26:45.835Z Downloaded atomicwrites v0.4.4
5542026-05-08T16:26:45.838Z Downloaded bit-set v0.8.0
5552026-05-08T16:26:45.838Z Downloaded csv-core v0.1.13
5562026-05-08T16:26:45.841Z Downloaded blowfish v0.9.1
5572026-05-08T16:26:45.841Z Downloaded bitflags v1.3.2
5582026-05-08T16:26:45.844Z Downloaded crc32fast v1.5.0
5592026-05-08T16:26:45.844Z Downloaded ciborium-ll v0.2.2
5602026-05-08T16:26:45.847Z Downloaded ctr v0.9.2
5612026-05-08T16:26:45.850Z Downloaded daft v0.1.5
5622026-05-08T16:26:45.850Z Downloaded critical-section v1.2.0
5632026-05-08T16:26:45.850Z Downloaded compression-core v0.4.31
5642026-05-08T16:26:45.853Z Downloaded backoff v0.4.0
5652026-05-08T16:26:45.853Z Downloaded async-trait v0.1.89
5662026-05-08T16:26:45.856Z Downloaded cmake v0.1.57
5672026-05-08T16:26:45.856Z Downloaded byte-wrapper v0.1.0
5682026-05-08T16:26:45.858Z Downloaded curve25519-dalek-derive v0.1.1
5692026-05-08T16:26:45.859Z Downloaded crossbeam-deque v0.8.6
5702026-05-08T16:26:45.859Z Downloaded dof v0.4.0
5712026-05-08T16:26:45.862Z Downloaded convert_case v0.4.0
5722026-05-08T16:26:45.862Z Downloaded display-error-chain v0.2.2
5732026-05-08T16:26:45.862Z Downloaded derive_builder_macro v0.20.2
5742026-05-08T16:26:45.864Z Downloaded elliptic-curve v0.13.8
5752026-05-08T16:26:45.867Z Downloaded crc8 v0.1.1
5762026-05-08T16:26:45.872Z Downloaded darling v0.21.3
5772026-05-08T16:26:45.875Z Downloaded arrayref v0.3.9
5782026-05-08T16:26:45.878Z Downloaded embedded-io v0.4.0
5792026-05-08T16:26:45.878Z Downloaded dropshot-api-manager-types v0.7.1
5802026-05-08T16:26:45.878Z Downloaded cobs v0.3.0
5812026-05-08T16:26:45.881Z Downloaded bit-set v0.5.3
5822026-05-08T16:26:45.881Z Downloaded dunce v1.0.5
5832026-05-08T16:26:45.881Z Downloaded cfg_aliases v0.2.1
5842026-05-08T16:26:45.884Z Downloaded async-stream v0.3.6
5852026-05-08T16:26:45.884Z Downloaded cpufeatures v0.3.0
5862026-05-08T16:26:45.887Z Downloaded bb8 v0.8.6
5872026-05-08T16:26:45.887Z Downloaded difflib v0.4.0
5882026-05-08T16:26:45.887Z Downloaded castaway v0.2.4
5892026-05-08T16:26:45.890Z Downloaded assert_matches v1.5.0
5902026-05-08T16:26:45.890Z Downloaded crypto-bigint v0.5.5
5912026-05-08T16:26:45.893Z Downloaded dirs-next v2.0.0
5922026-05-08T16:26:45.895Z Downloaded flagset v0.4.7
5932026-05-08T16:26:45.895Z Downloaded defmt v0.3.100
5942026-05-08T16:26:45.895Z Downloaded block-padding v0.3.3
5952026-05-08T16:26:45.895Z Downloaded const_format_proc_macros v0.2.34
5962026-05-08T16:26:45.898Z Downloaded fixedbitset v0.4.2
5972026-05-08T16:26:45.898Z Downloaded ena v0.14.4
5982026-05-08T16:26:45.901Z Downloaded either v1.15.0
5992026-05-08T16:26:45.901Z Downloaded crossterm v0.29.0
6002026-05-08T16:26:45.904Z Downloaded dyn-clone v1.0.20
6012026-05-08T16:26:45.907Z Downloaded diesel_table_macro_syntax v0.3.0
6022026-05-08T16:26:45.907Z Downloaded fd-lock v4.0.4
6032026-05-08T16:26:45.910Z Downloaded bit-vec v0.8.0
6042026-05-08T16:26:45.910Z Downloaded cargo-platform v0.1.9
6052026-05-08T16:26:45.910Z Downloaded aead v0.5.2
6062026-05-08T16:26:45.913Z Downloaded enum-as-inner v0.6.1
6072026-05-08T16:26:45.913Z Downloaded embedded-io v0.6.1
6082026-05-08T16:26:45.913Z Downloaded foreign-types-macros v0.2.3
6092026-05-08T16:26:45.916Z Downloaded atomic-waker v1.1.2
6102026-05-08T16:26:45.916Z Downloaded document-features v0.2.12
6112026-05-08T16:26:45.916Z Downloaded env_filter v1.0.0
6122026-05-08T16:26:45.918Z Downloaded dtrace-parser v0.3.0
6132026-05-08T16:26:45.918Z Downloaded darling_macro v0.23.0
6142026-05-08T16:26:45.918Z Downloaded async-recursion v1.1.1
6152026-05-08T16:26:45.921Z Downloaded ascii-canvas v3.0.0
6162026-05-08T16:26:45.921Z Downloaded float-cmp v0.10.0
6172026-05-08T16:26:45.924Z Downloaded foreign-types-shared v0.1.1
6182026-05-08T16:26:45.924Z Downloaded debug-ignore v1.0.5
6192026-05-08T16:26:45.924Z Downloaded crc-catalog v2.4.0
6202026-05-08T16:26:45.928Z Downloaded funty v2.0.0
6212026-05-08T16:26:45.928Z Downloaded bcrypt-pbkdf v0.10.0
6222026-05-08T16:26:45.928Z Downloaded ciborium-io v0.2.2
6232026-05-08T16:26:45.928Z Downloaded darling_macro v0.21.3
6242026-05-08T16:26:45.928Z Downloaded crossbeam-epoch v0.9.18
6252026-05-08T16:26:45.932Z Downloaded dirs-sys-next v0.1.2
6262026-05-08T16:26:45.935Z Downloaded foreign-types v0.3.2
6272026-05-08T16:26:45.935Z Downloaded array-init v0.0.4
6282026-05-08T16:26:45.935Z Downloaded foreign-types v0.5.0
6292026-05-08T16:26:45.935Z Downloaded async-stream-impl v0.3.6
6302026-05-08T16:26:45.938Z Downloaded foreign-types-shared v0.3.1
6312026-05-08T16:26:45.938Z Downloaded endian-type v0.1.2
6322026-05-08T16:26:45.938Z Downloaded fixedbitset v0.5.7
6332026-05-08T16:26:45.941Z Downloaded ff v0.13.1
6342026-05-08T16:26:45.941Z Downloaded fallible-iterator v0.2.0
6352026-05-08T16:26:45.941Z Downloaded env_logger v0.11.9
6362026-05-08T16:26:45.944Z Downloaded erased-serde v0.3.31
6372026-05-08T16:26:45.945Z Downloaded defmt-parser v1.0.0
6382026-05-08T16:26:45.945Z Downloaded data-encoding v2.10.0
6392026-05-08T16:26:45.948Z Downloaded bcs v0.1.6
6402026-05-08T16:26:45.948Z Downloaded downcast-rs v2.0.2
6412026-05-08T16:26:45.950Z Downloaded cipher v0.4.4
6422026-05-08T16:26:45.950Z Downloaded bytes v1.11.1
6432026-05-08T16:26:45.953Z Downloaded corncobs v0.1.4
6442026-05-08T16:26:45.953Z Downloaded bitfield v0.19.4
6452026-05-08T16:26:45.956Z Downloaded futures-io v0.3.32
6462026-05-08T16:26:45.956Z Downloaded futures-task v0.3.32
6472026-05-08T16:26:45.959Z Downloaded arrayvec v0.7.6
6482026-05-08T16:26:45.959Z Downloaded gethostname v0.5.0
6492026-05-08T16:26:45.961Z Downloaded git-stub v1.0.0
6502026-05-08T16:26:45.961Z Downloaded globwalk v0.9.1
6512026-05-08T16:26:45.961Z Downloaded ghash v0.5.1
6522026-05-08T16:26:45.964Z Downloaded fxhash v0.2.1
6532026-05-08T16:26:45.964Z Downloaded futures-macro v0.3.32
6542026-05-08T16:26:45.964Z Downloaded arc-swap v1.8.2
6552026-05-08T16:26:45.967Z Downloaded hash32 v0.3.1
6562026-05-08T16:26:45.967Z Downloaded hash32 v0.2.1
6572026-05-08T16:26:45.970Z Downloaded console v0.15.11
6582026-05-08T16:26:45.970Z Downloaded hex v0.4.3
6592026-05-08T16:26:45.973Z Downloaded headers-core v0.3.0
6602026-05-08T16:26:45.973Z Downloaded cc v1.2.56
6612026-05-08T16:26:45.976Z Downloaded bit-vec v0.6.3
6622026-05-08T16:26:45.979Z Downloaded float-ord v0.3.2
6632026-05-08T16:26:45.982Z Downloaded foldhash v0.2.0
6642026-05-08T16:26:45.985Z Downloaded derive-ex v0.1.8
6652026-05-08T16:26:45.985Z Downloaded argon2 v0.5.3
6662026-05-08T16:26:45.985Z Downloaded foldhash v0.1.5
6672026-05-08T16:26:45.988Z Downloaded convert_case v0.10.0
6682026-05-08T16:26:45.988Z Downloaded defmt v1.0.1
6692026-05-08T16:26:45.991Z Downloaded deranged v0.5.8
6702026-05-08T16:26:45.994Z Downloaded base64ct v1.8.3
6712026-05-08T16:26:45.994Z Downloaded compression-codecs v0.4.37
6722026-05-08T16:26:45.996Z Downloaded hex-literal v0.4.1
6732026-05-08T16:26:45.997Z Downloaded diesel-dtrace v0.5.0
6742026-05-08T16:26:46.001Z Downloaded filetime v0.2.27
6752026-05-08T16:26:46.001Z Downloaded cassowary v0.3.0
6762026-05-08T16:26:46.004Z Downloaded futures-sink v0.3.32
6772026-05-08T16:26:46.004Z Downloaded futures-executor v0.3.32
6782026-05-08T16:26:46.004Z Downloaded fs-err v2.11.0
6792026-05-08T16:26:46.004Z Downloaded defmt-macros v1.0.1
6802026-05-08T16:26:46.008Z Downloaded hyper-tls v0.6.0
6812026-05-08T16:26:46.008Z Downloaded fs_extra v1.3.0
6822026-05-08T16:26:46.011Z Downloaded hubpack_derive v0.1.1
6832026-05-08T16:26:46.011Z Downloaded httpdate v1.0.3
6842026-05-08T16:26:46.011Z Downloaded http-range v0.1.5
6852026-05-08T16:26:46.011Z Downloaded ident_case v1.0.1
6862026-05-08T16:26:46.011Z Downloaded bzip2 v0.6.1
6872026-05-08T16:26:46.014Z Downloaded bzip2 v0.4.4
6882026-05-08T16:26:46.014Z Downloaded hostname v0.4.2
6892026-05-08T16:26:46.017Z Downloaded http-body v1.0.1
6902026-05-08T16:26:46.017Z Downloaded hostname v0.3.1
6912026-05-08T16:26:46.017Z Downloaded home v0.5.12
6922026-05-08T16:26:46.020Z Downloaded ed25519 v2.2.3
6932026-05-08T16:26:46.020Z Downloaded dsl_auto_type v0.2.0
6942026-05-08T16:26:46.020Z Downloaded futures-core v0.3.32
6952026-05-08T16:26:46.023Z Downloaded ciborium v0.2.2
6962026-05-08T16:26:46.023Z Downloaded cexpr v0.6.0
6972026-05-08T16:26:46.025Z Downloaded git-stub-vcs v0.1.0
6982026-05-08T16:26:46.025Z Downloaded globset v0.4.18
6992026-05-08T16:26:46.025Z Downloaded find-msvc-tools v0.1.9
7002026-05-08T16:26:46.028Z Downloaded glob v0.3.3
7012026-05-08T16:26:46.028Z Downloaded clang-sys v1.8.1
7022026-05-08T16:26:46.032Z Downloaded buf-list v1.1.2
7032026-05-08T16:26:46.032Z Downloaded instant v0.1.13
7042026-05-08T16:26:46.035Z Downloaded indoc v1.0.9
7052026-05-08T16:26:46.035Z Downloaded highway v1.3.0
7062026-05-08T16:26:46.038Z Downloaded group v0.13.0
7072026-05-08T16:26:46.038Z Downloaded ahash v0.8.12
7082026-05-08T16:26:46.041Z Downloaded is_ci v1.2.0
7092026-05-08T16:26:46.041Z Downloaded crossbeam-utils v0.8.21
7102026-05-08T16:26:46.041Z Downloaded derive_builder_core v0.20.2
7112026-05-08T16:26:46.044Z Downloaded is-terminal v0.4.17
7122026-05-08T16:26:46.044Z Downloaded internet-checksum v0.2.1
7132026-05-08T16:26:46.044Z Downloaded instability v0.3.11
7142026-05-08T16:26:46.048Z Downloaded der_derive v0.7.3
7152026-05-08T16:26:46.048Z Downloaded libscf-sys v1.1.0
7162026-05-08T16:26:46.048Z Downloaded async-bb8-diesel v0.2.1
7172026-05-08T16:26:46.051Z Downloaded ecdsa v0.16.9
7182026-05-08T16:26:46.052Z Downloaded cbc v0.1.2
7192026-05-08T16:26:46.052Z Downloaded derive_builder v0.20.2
7202026-05-08T16:26:46.054Z Downloaded lalrpop-util v0.19.12
7212026-05-08T16:26:46.057Z Downloaded kstat-rs v0.2.4
7222026-05-08T16:26:46.057Z Downloaded indent_write v2.2.0
7232026-05-08T16:26:46.057Z Downloaded cookie v0.18.1
7242026-05-08T16:26:46.060Z Downloaded cookie_store v0.22.1
7252026-05-08T16:26:46.060Z Downloaded drift v0.1.4
7262026-05-08T16:26:46.066Z Downloaded lazy_static v1.5.0
7272026-05-08T16:26:46.069Z Downloaded hubpack v0.1.2
7282026-05-08T16:26:46.069Z Downloaded keccak v0.1.6
7292026-05-08T16:26:46.069Z Downloaded http-body-util v0.1.3
7302026-05-08T16:26:46.072Z Downloaded match_cfg v0.1.0
7312026-05-08T16:26:46.072Z Downloaded hyper-staticfile v0.10.1
7322026-05-08T16:26:46.075Z Downloaded getrandom v0.2.17
7332026-05-08T16:26:46.075Z Downloaded colored v2.2.0
7342026-05-08T16:26:46.078Z Downloaded cancel-safe-futures v0.1.5
7352026-05-08T16:26:46.078Z Downloaded maybe-uninit v2.0.0
7362026-05-08T16:26:46.081Z Downloaded maplit v1.0.2
7372026-05-08T16:26:46.081Z Downloaded md5 v0.7.0
7382026-05-08T16:26:46.081Z Downloaded lru-cache v0.1.2
7392026-05-08T16:26:46.084Z Downloaded lru v0.12.5
7402026-05-08T16:26:46.084Z Downloaded lru-slab v0.1.2
7412026-05-08T16:26:46.084Z Downloaded linked-hash-map v0.5.6
7422026-05-08T16:26:46.084Z Downloaded mime v0.3.17
7432026-05-08T16:26:46.087Z Downloaded ingot-types v0.1.2
7442026-05-08T16:26:46.087Z Downloaded memoffset v0.9.1
7452026-05-08T16:26:46.087Z Downloaded lzss v0.8.2
7462026-05-08T16:26:46.090Z Downloaded managed v0.8.0
7472026-05-08T16:26:46.090Z Downloaded half v1.8.3
7482026-05-08T16:26:46.093Z Downloaded impl-trait-for-tuples v0.2.3
7492026-05-08T16:26:46.093Z Downloaded des v0.8.1
7502026-05-08T16:26:46.093Z Downloaded multimap v0.10.1
7512026-05-08T16:26:46.096Z Downloaded darling v0.20.11
7522026-05-08T16:26:46.099Z Downloaded ipnet v2.11.0
7532026-05-08T16:26:46.099Z Downloaded futures-channel v0.3.32
7542026-05-08T16:26:46.101Z Downloaded fatfs v0.3.6
7552026-05-08T16:26:46.101Z Downloaded darling v0.23.0
7562026-05-08T16:26:46.105Z Downloaded nibble_vec v0.1.0
7572026-05-08T16:26:46.108Z Downloaded inout v0.1.4
7582026-05-08T16:26:46.108Z Downloaded newtype_derive v0.1.6
7592026-05-08T16:26:46.108Z Downloaded newtype-uuid-macros v0.1.0
7602026-05-08T16:26:46.112Z Downloaded nodrop v0.1.14
7612026-05-08T16:26:46.112Z Downloaded newline-converter v0.3.0
7622026-05-08T16:26:46.112Z Downloaded new_debug_unreachable v1.0.6
7632026-05-08T16:26:46.115Z Downloaded num v0.4.3
7642026-05-08T16:26:46.115Z Downloaded ingot v0.1.1
7652026-05-08T16:26:46.115Z Downloaded indoc v2.0.7
7662026-05-08T16:26:46.115Z Downloaded libloading v0.8.9
7672026-05-08T16:26:46.118Z Downloaded derive_more v0.99.20
7682026-05-08T16:26:46.123Z Downloaded normalize-line-endings v0.3.0
7692026-05-08T16:26:46.123Z Downloaded allocator-api2 v0.2.21
7702026-05-08T16:26:46.126Z Downloaded num-conv v0.2.0
7712026-05-08T16:26:46.126Z Downloaded crc-any v2.5.0
7722026-05-08T16:26:46.126Z Downloaded diff v0.1.13
7732026-05-08T16:26:46.126Z Downloaded nonempty v0.12.0
7742026-05-08T16:26:46.129Z Downloaded jobserver v0.1.34
7752026-05-08T16:26:46.129Z Downloaded hmac v0.12.1
7762026-05-08T16:26:46.132Z Downloaded futures v0.3.32
7772026-05-08T16:26:46.135Z Downloaded libefi-sys v0.1.0
7782026-05-08T16:26:46.135Z Downloaded blake2 v0.10.6
7792026-05-08T16:26:46.135Z Downloaded num-iter v0.1.45
7802026-05-08T16:26:46.138Z Downloaded num-derive v0.4.2
7812026-05-08T16:26:46.138Z Downloaded olpc-cjson v0.1.4
7822026-05-08T16:26:46.138Z Downloaded openssl-macros v0.1.1
7832026-05-08T16:26:46.141Z Downloaded linear-map v1.2.0
7842026-05-08T16:26:46.141Z Downloaded httparse v1.10.1
7852026-05-08T16:26:46.141Z Downloaded base64 v0.22.1
7862026-05-08T16:26:46.144Z Downloaded colored v3.1.1
7872026-05-08T16:26:46.147Z Downloaded opaque-debug v0.3.1
7882026-05-08T16:26:46.147Z Downloaded mime_guess v2.0.5
7892026-05-08T16:26:46.150Z Downloaded md-5 v0.10.6
7902026-05-08T16:26:46.150Z Downloaded libsw-core v0.3.2
7912026-05-08T16:26:46.150Z Downloaded humantime v2.3.0
7922026-05-08T16:26:46.153Z Downloaded num_threads v0.1.7
7932026-05-08T16:26:46.153Z Downloaded openssl-probe v0.2.1
7942026-05-08T16:26:46.153Z Downloaded oso-derive v0.27.3
7952026-05-08T16:26:46.155Z Downloaded openssl-probe v0.1.6
7962026-05-08T16:26:46.156Z Downloaded lock_api v0.4.14
7972026-05-08T16:26:46.156Z Downloaded num_enum_derive v0.5.11
7982026-05-08T16:26:46.159Z Downloaded dropshot_endpoint v0.17.0
7992026-05-08T16:26:46.159Z Downloaded num-derive v0.3.3
8002026-05-08T16:26:46.161Z Downloaded libsw v3.5.0
8012026-05-08T16:26:46.161Z Downloaded derive-where v1.6.0
8022026-05-08T16:26:46.164Z Downloaded const-oid v0.9.6
8032026-05-08T16:26:46.167Z Downloaded half v2.7.1
8042026-05-08T16:26:46.167Z Downloaded getrandom v0.3.4
8052026-05-08T16:26:46.169Z Downloaded console v0.16.2
8062026-05-08T16:26:46.172Z Downloaded multer v3.1.0
8072026-05-08T16:26:46.172Z Downloaded packed_struct_codegen v0.10.1
8082026-05-08T16:26:46.175Z Downloaded chacha20 v0.10.0
8092026-05-08T16:26:46.178Z Downloaded nanorand v0.7.0
8102026-05-08T16:26:46.181Z Downloaded newtype-uuid v1.3.2
8112026-05-08T16:26:46.181Z Downloaded darling_core v0.20.11
8122026-05-08T16:26:46.184Z Downloaded path-slash v0.1.5
8132026-05-08T16:26:46.184Z Downloaded iana-time-zone v0.1.65
8142026-05-08T16:26:46.187Z Downloaded parse-size v1.1.0
8152026-05-08T16:26:46.187Z Downloaded parse-display v0.10.0
8162026-05-08T16:26:46.190Z Downloaded pbkdf2 v0.12.2
8172026-05-08T16:26:46.190Z Downloaded peg-runtime v0.8.5
8182026-05-08T16:26:46.190Z Downloaded num-complex v0.4.6
8192026-05-08T16:26:46.192Z Downloaded ipnetwork v0.21.1
8202026-05-08T16:26:46.192Z Downloaded dropshot_endpoint v0.16.7
8212026-05-08T16:26:46.195Z Downloaded crossbeam-channel v0.5.15
8222026-05-08T16:26:46.198Z Downloaded darling_core v0.21.3
8232026-05-08T16:26:46.201Z Downloaded pbkdf2 v0.11.0
8242026-05-08T16:26:46.201Z Downloaded nu-ansi-term v0.50.3
8252026-05-08T16:26:46.204Z Downloaded phf_shared v0.11.3
8262026-05-08T16:26:46.204Z Downloaded const_format v0.2.35
8272026-05-08T16:26:46.207Z Downloaded pin-utils v0.1.0
8282026-05-08T16:26:46.210Z Downloaded derive_more-impl v2.1.1
8292026-05-08T16:26:46.213Z Downloaded phf_shared v0.12.1
8302026-05-08T16:26:46.213Z Downloaded hyper-rustls v0.27.7
8312026-05-08T16:26:46.216Z Downloaded memmap2 v0.9.10
8322026-05-08T16:26:46.216Z Downloaded num_enum v0.7.5
8332026-05-08T16:26:46.219Z Downloaded num-rational v0.4.2
8342026-05-08T16:26:46.222Z Downloaded litrs v1.0.0
8352026-05-08T16:26:46.225Z Downloaded phf_shared v0.13.1
8362026-05-08T16:26:46.238Z Downloaded proc-macro-crate v3.4.0
8372026-05-08T16:26:46.241Z Downloaded proc-macro-crate v1.3.1
8382026-05-08T16:26:46.241Z Downloaded owo-colors v4.3.0
8392026-05-08T16:26:46.244Z Downloaded aws-lc-rs v1.16.0
8402026-05-08T16:26:46.248Z Downloaded predicates-tree v1.0.13
8412026-05-08T16:26:46.251Z Downloaded der v0.7.10
8422026-05-08T16:26:46.254Z Downloaded flate2 v1.1.9
8432026-05-08T16:26:46.257Z Downloaded psl-types v2.0.11
8442026-05-08T16:26:46.257Z Downloaded progenitor-client v0.14.0
8452026-05-08T16:26:46.260Z Downloaded precomputed-hash v0.1.1
8462026-05-08T16:26:46.260Z Downloaded paste v1.0.15
8472026-05-08T16:26:46.260Z Downloaded parse-display-derive v0.10.0
8482026-05-08T16:26:46.263Z Downloaded password-hash v0.5.0
8492026-05-08T16:26:46.263Z Downloaded proc-macro-error-attr2 v2.0.0
8502026-05-08T16:26:46.263Z Downloaded progenitor-client v0.10.0
8512026-05-08T16:26:46.265Z Downloaded phf v0.13.1
8522026-05-08T16:26:46.266Z Downloaded native-tls v0.2.18
8532026-05-08T16:26:46.266Z Downloaded pin-project-internal v1.1.11
8542026-05-08T16:26:46.268Z Downloaded progenitor-macro v0.13.0
8552026-05-08T16:26:46.268Z Downloaded progenitor-macro v0.11.2
8562026-05-08T16:26:46.268Z Downloaded peg v0.8.5
8572026-05-08T16:26:46.271Z Downloaded password-hash v0.4.2
8582026-05-08T16:26:46.274Z Downloaded polyval v0.6.2
8592026-05-08T16:26:46.274Z Downloaded pem-rfc7468 v0.7.0
8602026-05-08T16:26:46.277Z Downloaded libbz2-rs-sys v0.2.2
8612026-05-08T16:26:46.277Z Downloaded peg-macros v0.8.5
8622026-05-08T16:26:46.279Z Downloaded chacha20poly1305 v0.10.1
8632026-05-08T16:26:46.279Z Downloaded progenitor-macro v0.10.0
8642026-05-08T16:26:46.279Z Downloaded progenitor-client v0.11.2
8652026-05-08T16:26:46.283Z Downloaded postgres-protocol v0.6.10
8662026-05-08T16:26:46.283Z Downloaded poly1305 v0.8.0
8672026-05-08T16:26:46.285Z Downloaded quick-error v1.2.3
8682026-05-08T16:26:46.286Z Downloaded num_enum_derive v0.7.5
8692026-05-08T16:26:46.286Z Downloaded ingot-macros v0.1.1
8702026-05-08T16:26:46.286Z Downloaded compact_str v0.8.1
8712026-05-08T16:26:46.289Z Downloaded derive_more v2.1.1
8722026-05-08T16:26:46.296Z Downloaded pin-project-lite v0.2.17
8732026-05-08T16:26:46.298Z Downloaded pem v3.0.6
8742026-05-08T16:26:46.301Z Downloaded predicates v3.1.4
8752026-05-08T16:26:46.301Z Downloaded radium v0.7.0
8762026-05-08T16:26:46.301Z Downloaded num_enum v0.5.11
8772026-05-08T16:26:46.305Z Downloaded rand_chacha v0.3.1
8782026-05-08T16:26:46.307Z Downloaded indicatif v0.18.4
8792026-05-08T16:26:46.310Z Downloaded rand_xorshift v0.4.0
8802026-05-08T16:26:46.310Z Downloaded progenitor v0.11.2
8812026-05-08T16:26:46.310Z Downloaded parking_lot_core v0.8.6
8822026-05-08T16:26:46.313Z Downloaded hickory-resolver v0.25.2
8832026-05-08T16:26:46.315Z Downloaded parking_lot v0.11.2
8842026-05-08T16:26:46.318Z Downloaded recursive v0.1.1
8852026-05-08T16:26:46.318Z Downloaded progenitor-client v0.13.0
8862026-05-08T16:26:46.318Z Downloaded packed_struct v0.10.1
8872026-05-08T16:26:46.321Z Downloaded ref-cast v1.0.25
8882026-05-08T16:26:46.321Z Downloaded proc-macro-error2 v2.0.1
8892026-05-08T16:26:46.324Z Downloaded primeorder v0.13.6
8902026-05-08T16:26:46.324Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-05-08T16:26:46.324Z Downloaded expectorate v1.2.0
8922026-05-08T16:26:46.327Z Downloaded pkcs1 v0.7.5
8932026-05-08T16:26:46.330Z Downloaded omicron-zone-package v0.12.2
8942026-05-08T16:26:46.330Z Downloaded progenitor-macro v0.14.0
8952026-05-08T16:26:46.333Z Downloaded phf v0.12.1
8962026-05-08T16:26:46.333Z Downloaded ppv-lite86 v0.2.21
8972026-05-08T16:26:46.333Z Downloaded pkcs8 v0.10.2
8982026-05-08T16:26:46.335Z Downloaded num-integer v0.1.46
8992026-05-08T16:26:46.335Z Downloaded ref-cast-impl v1.0.25
9002026-05-08T16:26:46.336Z Downloaded heapless v0.7.17
9012026-05-08T16:26:46.338Z Downloaded darling_core v0.23.0
9022026-05-08T16:26:46.341Z Downloaded rfc6979 v0.4.0
9032026-05-08T16:26:46.344Z Downloaded bumpalo v3.20.2
9042026-05-08T16:26:46.344Z Downloaded heapless v0.8.0
9052026-05-08T16:26:46.347Z Downloaded flume v0.11.1
9062026-05-08T16:26:46.350Z Downloaded async-compression v0.4.41
9072026-05-08T16:26:46.353Z Downloaded ed25519-dalek v2.2.0
9082026-05-08T16:26:46.356Z Downloaded rustc_version v0.4.1
9092026-05-08T16:26:46.356Z Downloaded rtoolbox v0.0.3
9102026-05-08T16:26:46.358Z Downloaded rustc_version v0.1.7
9112026-05-08T16:26:46.358Z Downloaded russh-cryptovec v0.7.3
9122026-05-08T16:26:46.358Z Downloaded predicates-core v1.0.10
9132026-05-08T16:26:46.358Z Downloaded powerfmt v0.2.0
9142026-05-08T16:26:46.362Z Downloaded oxnet v0.1.4
9152026-05-08T16:26:46.362Z Downloaded oxide-tokio-rt v0.1.4
9162026-05-08T16:26:46.362Z Downloaded pkcs5 v0.7.1
9172026-05-08T16:26:46.365Z Downloaded r2d2 v0.8.10
9182026-05-08T16:26:46.367Z Downloaded rustc-hash v2.1.1
9192026-05-08T16:26:46.367Z Downloaded indexmap v1.9.3
9202026-05-08T16:26:46.370Z Downloaded rand_seeder v0.4.0
9212026-05-08T16:26:46.370Z Downloaded rand_core v0.9.5
9222026-05-08T16:26:46.370Z Downloaded hashbrown v0.13.2
9232026-05-08T16:26:46.373Z Downloaded pkg-config v0.3.32
9242026-05-08T16:26:46.376Z Downloaded rand_core v0.10.0
9252026-05-08T16:26:46.376Z Downloaded oso v0.27.3
9262026-05-08T16:26:46.378Z Downloaded rand_chacha v0.9.0
9272026-05-08T16:26:46.378Z Downloaded progenitor v0.10.0
9282026-05-08T16:26:46.384Z Downloaded headers v0.4.1
9292026-05-08T16:26:46.386Z Downloaded scheduled-thread-pool v0.2.7
9302026-05-08T16:26:46.387Z Downloaded diesel_derives v2.3.7
9312026-05-08T16:26:46.389Z Downloaded sapling-renderdag v0.1.0
9322026-05-08T16:26:46.389Z Downloaded same-file v1.0.6
9332026-05-08T16:26:46.389Z Downloaded scrypt v0.11.0
9342026-05-08T16:26:46.393Z Downloaded salsa20 v0.10.2
9352026-05-08T16:26:46.393Z Downloaded papergrid v0.17.0
9362026-05-08T16:26:46.396Z Downloaded hickory-resolver v0.24.4
9372026-05-08T16:26:46.396Z Downloaded ignore v0.4.25
9382026-05-08T16:26:46.400Z Downloaded parking_lot_core v0.9.12
9392026-05-08T16:26:46.403Z Downloaded parking_lot v0.12.5
9402026-05-08T16:26:46.407Z Downloaded scopeguard v1.2.0
9412026-05-08T16:26:46.407Z Downloaded scroll_derive v0.13.1
9422026-05-08T16:26:46.407Z Downloaded p256 v0.13.2
9432026-05-08T16:26:46.410Z Downloaded progenitor-extras v0.2.0
9442026-05-08T16:26:46.410Z Downloaded progenitor v0.14.0
9452026-05-08T16:26:46.410Z Downloaded serde_urlencoded v0.7.1
9462026-05-08T16:26:46.412Z Downloaded jiff-static v0.2.21
9472026-05-08T16:26:46.412Z Downloaded semver v0.1.20
9482026-05-08T16:26:46.415Z Downloaded secrecy v0.10.3
9492026-05-08T16:26:46.415Z Downloaded secrecy v0.8.0
9502026-05-08T16:26:46.416Z Downloaded progenitor v0.13.0
9512026-05-08T16:26:46.418Z Downloaded serde-big-array v0.5.1
9522026-05-08T16:26:46.421Z Downloaded seq-macro v0.3.6
9532026-05-08T16:26:46.424Z Downloaded serde_plain v1.0.2
9542026-05-08T16:26:46.424Z Downloaded hyper-util v0.1.20
9552026-05-08T16:26:46.427Z Downloaded serde_repr v0.1.20
9562026-05-08T16:26:46.430Z Downloaded resolv-conf v0.7.6
9572026-05-08T16:26:46.430Z Downloaded psm v0.1.30
9582026-05-08T16:26:46.432Z Downloaded quinn-udp v0.5.14
9592026-05-08T16:26:46.435Z Downloaded postgres-types v0.2.12
9602026-05-08T16:26:46.435Z Downloaded signature v2.2.0
9612026-05-08T16:26:46.438Z Downloaded signal-hook-tokio v0.3.1
9622026-05-08T16:26:46.438Z Downloaded miniz_oxide v0.8.9
9632026-05-08T16:26:46.441Z Downloaded serde_spanned v1.0.4
9642026-05-08T16:26:46.441Z Downloaded minimal-lexical v0.2.1
9652026-05-08T16:26:46.444Z Downloaded shell-words v1.1.1
9662026-05-08T16:26:46.444Z Downloaded sha1 v0.10.6
9672026-05-08T16:26:46.447Z Downloaded curve25519-dalek v4.1.3
9682026-05-08T16:26:46.450Z Downloaded rustversion v1.0.22
9692026-05-08T16:26:46.453Z Downloaded siphasher v1.0.2
9702026-05-08T16:26:46.453Z Downloaded hashbrown v0.12.3
9712026-05-08T16:26:46.456Z Downloaded dropshot-api-manager v0.7.1
9722026-05-08T16:26:46.458Z Downloaded schemars_derive v0.8.22
9732026-05-08T16:26:46.458Z Downloaded rand_core v0.6.4
9742026-05-08T16:26:46.461Z Downloaded rustls-pemfile v2.2.0
9752026-05-08T16:26:46.461Z Downloaded prefix-trie v0.7.0
9762026-05-08T16:26:46.464Z Downloaded rustls-native-certs v0.8.3
9772026-05-08T16:26:46.464Z Downloaded sigpipe v0.1.3
9782026-05-08T16:26:46.467Z Downloaded progenitor-impl v0.11.2
9792026-05-08T16:26:46.467Z Downloaded rustls-pemfile v1.0.4
9802026-05-08T16:26:46.470Z Downloaded progenitor-impl v0.10.0
9812026-05-08T16:26:46.470Z Downloaded openssl-sys v0.9.114
9822026-05-08T16:26:46.472Z Downloaded slog-envlogger v2.2.0
9832026-05-08T16:26:46.475Z Downloaded rusty-fork v0.3.1
9842026-05-08T16:26:46.476Z Downloaded aes v0.8.4
9852026-05-08T16:26:46.479Z Downloaded slog-bunyan v2.5.0
9862026-05-08T16:26:46.479Z Downloaded sec1 v0.7.3
9872026-05-08T16:26:46.479Z Downloaded crossterm v0.28.1
9882026-05-08T16:26:46.482Z Downloaded scroll v0.13.0
9892026-05-08T16:26:46.485Z Downloaded progenitor-impl v0.14.0
9902026-05-08T16:26:46.485Z Downloaded pin-project v1.1.11
9912026-05-08T16:26:46.491Z Downloaded serde_bytes v0.11.19
9922026-05-08T16:26:46.494Z Downloaded serde_derive_internals v0.29.1
9932026-05-08T16:26:46.494Z Downloaded serde-hex v0.1.0
9942026-05-08T16:26:46.497Z Downloaded postcard v1.1.3
9952026-05-08T16:26:46.497Z Downloaded sct v0.7.1
9962026-05-08T16:26:46.500Z Downloaded sqlparser_derive v0.5.0
9972026-05-08T16:26:46.500Z Downloaded http v1.4.0
9982026-05-08T16:26:46.504Z Downloaded hickory-server v0.25.2
9992026-05-08T16:26:46.514Z Downloaded shlex v1.3.0
10002026-05-08T16:26:46.517Z Downloaded slab v0.4.12
10012026-05-08T16:26:46.517Z Downloaded ssh-encoding v0.2.0
10022026-05-08T16:26:46.522Z Downloaded strum v0.26.3
10032026-05-08T16:26:46.525Z Downloaded structmeta v0.3.0
10042026-05-08T16:26:46.525Z Downloaded strum v0.27.2
10052026-05-08T16:26:46.525Z Downloaded signal-hook-registry v1.4.8
10062026-05-08T16:26:46.528Z Downloaded structmeta-derive v0.3.0
10072026-05-08T16:26:46.528Z Downloaded prettyplease v0.2.37
10082026-05-08T16:26:46.531Z Downloaded pretty_assertions v1.4.1
10092026-05-08T16:26:46.533Z Downloaded signal-hook-mio v0.2.5
10102026-05-08T16:26:46.533Z Downloaded rustls-pki-types v1.14.0
10112026-05-08T16:26:46.536Z Downloaded tabled_derive v0.11.0
10122026-05-08T16:26:46.536Z Downloaded supports-color v3.0.2
10132026-05-08T16:26:46.541Z Downloaded slog-term v2.9.2
10142026-05-08T16:26:46.544Z Downloaded progenitor-impl v0.13.0
10152026-05-08T16:26:46.547Z Downloaded sync_wrapper v1.0.2
10162026-05-08T16:26:46.547Z Downloaded rcgen v0.12.1
10172026-05-08T16:26:46.547Z Downloaded take_mut v0.2.2
10182026-05-08T16:26:46.550Z Downloaded sync-ptr v0.1.4
10192026-05-08T16:26:46.550Z Downloaded subtle v2.6.1
10202026-05-08T16:26:46.550Z Downloaded simd-adler32 v0.3.8
10212026-05-08T16:26:46.553Z Downloaded tap v1.0.1
10222026-05-08T16:26:46.553Z Downloaded tagptr v0.2.0
10232026-05-08T16:26:46.553Z Downloaded smallvec v0.6.14
10242026-05-08T16:26:46.556Z Downloaded slog-scope v4.4.1
10252026-05-08T16:26:46.556Z Downloaded tabwriter v1.4.1
10262026-05-08T16:26:46.556Z Downloaded serde_cbor v0.11.2
10272026-05-08T16:26:46.561Z Downloaded smf v0.2.3
10282026-05-08T16:26:46.564Z Downloaded slog-json v2.6.1
10292026-05-08T16:26:46.567Z Downloaded sqlformat v0.3.5
10302026-05-08T16:26:46.570Z Downloaded time-core v0.1.8
10312026-05-08T16:26:46.570Z Downloaded thread-id v5.1.0
10322026-05-08T16:26:46.572Z Downloaded spki v0.7.3
10332026-05-08T16:26:46.572Z Downloaded snafu-derive v0.8.9
10342026-05-08T16:26:46.572Z Downloaded russh-keys v0.45.0
10352026-05-08T16:26:46.575Z Downloaded testing_table v0.3.0
10362026-05-08T16:26:46.575Z Downloaded thiserror-impl-no-std v2.0.2
10372026-05-08T16:26:46.575Z Downloaded ssh-cipher v0.2.0
10382026-05-08T16:26:46.584Z Downloaded ron v0.8.1
10392026-05-08T16:26:46.587Z Downloaded stacker v0.1.23
10402026-05-08T16:26:46.591Z Downloaded strip-ansi-escapes v0.2.1
10412026-05-08T16:26:46.594Z Downloaded static_assertions v1.1.0
10422026-05-08T16:26:46.594Z Downloaded serde_with_macros v3.17.0
10432026-05-08T16:26:46.598Z Downloaded stringprep v0.1.5
10442026-05-08T16:26:46.600Z Downloaded tokio-macros v2.7.0
10452026-05-08T16:26:46.603Z Downloaded string_cache v0.8.9
10462026-05-08T16:26:46.606Z Downloaded strum_macros v0.24.3
10472026-05-08T16:26:46.606Z Downloaded hashbrown v0.15.5
10482026-05-08T16:26:46.609Z Downloaded hashbrown v0.16.1
10492026-05-08T16:26:46.613Z Downloaded strum_macros v0.26.4
10502026-05-08T16:26:46.615Z Downloaded rayon-core v1.13.0
10512026-05-08T16:26:46.618Z Downloaded strum_macros v0.27.2
10522026-05-08T16:26:46.618Z Downloaded slog-dtrace v0.3.0
10532026-05-08T16:26:46.621Z Downloaded schemars v0.8.22
10542026-05-08T16:26:46.625Z Downloaded termios v0.3.3
10552026-05-08T16:26:46.628Z Downloaded support-bundle-viewer v0.1.2
10562026-05-08T16:26:46.628Z Downloaded slog-stdlog v4.1.1
10572026-05-08T16:26:46.631Z Downloaded slog-async v2.8.0
10582026-05-08T16:26:46.631Z Downloaded spin v0.9.8
10592026-05-08T16:26:46.631Z Downloaded qorb v0.4.1
10602026-05-08T16:26:46.634Z Downloaded publicsuffix v2.3.0
10612026-05-08T16:26:46.637Z Downloaded rustls-platform-verifier v0.6.2
10622026-05-08T16:26:46.640Z Downloaded termtree v0.5.1
10632026-05-08T16:26:46.640Z Downloaded try-lock v0.2.5
10642026-05-08T16:26:46.640Z Downloaded tower-service v0.3.3
10652026-05-08T16:26:46.643Z Downloaded quinn v0.11.9
10662026-05-08T16:26:46.643Z Downloaded num-bigint v0.4.6
10672026-05-08T16:26:46.646Z Downloaded tower-layer v0.3.3
10682026-05-08T16:26:46.649Z Downloaded serde_yaml v0.9.34+deprecated
10692026-05-08T16:26:46.649Z Downloaded topological-sort v0.2.2
10702026-05-08T16:26:46.652Z Downloaded tokio-dtrace v0.1.1
10712026-05-08T16:26:46.652Z Downloaded tls_codec v0.4.2
10722026-05-08T16:26:46.652Z Downloaded tinyvec_macros v0.1.1
10732026-05-08T16:26:46.656Z Downloaded serde_path_to_error v0.1.20
10742026-05-08T16:26:46.656Z Downloaded libxml v0.3.3
10752026-05-08T16:26:46.658Z Downloaded trait-variant v0.1.2
10762026-05-08T16:26:46.658Z Downloaded tiny-keccak v2.0.2
10772026-05-08T16:26:46.661Z Downloaded tls_codec_derive v0.4.2
10782026-05-08T16:26:46.661Z Downloaded time-macros v0.2.27
10792026-05-08T16:26:46.664Z Downloaded thread_local v1.1.9
10802026-05-08T16:26:46.664Z Downloaded thiserror-no-std v2.0.2
10812026-05-08T16:26:46.667Z Downloaded unarray v0.1.4
10822026-05-08T16:26:46.667Z Downloaded tokio-rustls v0.25.0
10832026-05-08T16:26:46.670Z Downloaded schemars v0.9.0
10842026-05-08T16:26:46.677Z Downloaded tokio-tungstenite v0.21.0
10852026-05-08T16:26:46.679Z Downloaded universal-hash v0.5.1
10862026-05-08T16:26:46.679Z Downloaded typify-macro v0.6.2
10872026-05-08T16:26:46.679Z Downloaded typify-macro v0.4.3
10882026-05-08T16:26:46.679Z Downloaded tokio-native-tls v0.3.1
10892026-05-08T16:26:46.682Z Downloaded similar v2.7.0
10902026-05-08T16:26:46.685Z Downloaded tokio-tungstenite v0.23.1
10912026-05-08T16:26:46.685Z Downloaded itertools v0.13.0
10922026-05-08T16:26:46.690Z Downloaded usdt-attr-macro v0.6.0
10932026-05-08T16:26:46.693Z Downloaded itertools v0.12.1
10942026-05-08T16:26:46.695Z Downloaded usdt-macro v0.6.0
10952026-05-08T16:26:46.695Z Downloaded usdt v0.6.0
10962026-05-08T16:26:46.696Z Downloaded untrusted v0.7.1
10972026-05-08T16:26:46.698Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10982026-05-08T16:26:46.698Z Downloaded term v0.7.0
10992026-05-08T16:26:46.701Z Downloaded unit-prefix v0.5.2
11002026-05-08T16:26:46.701Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11012026-05-08T16:26:46.701Z Downloaded term v1.2.1
11022026-05-08T16:26:46.704Z Downloaded slog v2.8.2
11032026-05-08T16:26:46.707Z Downloaded iri-string v0.7.10
11042026-05-08T16:26:46.709Z Downloaded void v1.0.2
11052026-05-08T16:26:46.709Z Downloaded utf-8 v0.7.6
11062026-05-08T16:26:46.712Z Downloaded num-bigint-dig v0.8.6
11072026-05-08T16:26:46.715Z Downloaded untrusted v0.9.0
11082026-05-08T16:26:46.715Z Downloaded aes-gcm v0.10.3
11092026-05-08T16:26:46.718Z Downloaded toml_writer v1.0.6+spec-1.1.0
11102026-05-08T16:26:46.720Z Downloaded socket2 v0.5.10
11112026-05-08T16:26:46.720Z Downloaded rsa v0.9.10
11122026-05-08T16:26:46.723Z Downloaded tui-tree-widget v0.23.1
11132026-05-08T16:26:46.723Z Downloaded signal-hook v0.3.18
11142026-05-08T16:26:46.726Z Downloaded ryu v1.0.23
11152026-05-08T16:26:46.729Z Downloaded wait-timeout v0.2.1
11162026-05-08T16:26:46.729Z Downloaded want v0.3.1
11172026-05-08T16:26:46.731Z Downloaded rand v0.9.2
11182026-05-08T16:26:46.734Z Downloaded rustls-webpki v0.103.9
11192026-05-08T16:26:46.734Z Downloaded tokio-rustls v0.24.1
11202026-05-08T16:26:46.737Z Downloaded rand v0.10.0
11212026-05-08T16:26:46.746Z Downloaded unicase v2.9.0
11222026-05-08T16:26:46.746Z Downloaded samael v0.0.19
11232026-05-08T16:26:46.746Z Downloaded waitgroup v0.1.2
11242026-05-08T16:26:46.746Z Downloaded tokio-rustls v0.26.4
11252026-05-08T16:26:46.746Z Downloaded hyper v1.8.1
11262026-05-08T16:26:46.751Z Downloaded tokio-stream v0.1.18
11272026-05-08T16:26:46.754Z Downloaded unicode-truncate v1.1.0
11282026-05-08T16:26:46.754Z Downloaded rand v0.8.5
11292026-05-08T16:26:46.754Z Downloaded schemars v1.2.1
11302026-05-08T16:26:46.762Z Downloaded xshell-macros v0.2.7
11312026-05-08T16:26:46.764Z Downloaded libm v0.2.16
11322026-05-08T16:26:46.767Z Downloaded zone_cfg_derive v0.3.1
11332026-05-08T16:26:46.770Z Downloaded usdt-impl v0.6.0
11342026-05-08T16:26:46.770Z Downloaded subprocess v0.2.15
11352026-05-08T16:26:46.773Z Downloaded zone v0.3.1
11362026-05-08T16:26:46.773Z Downloaded zeroize_derive v1.4.3
11372026-05-08T16:26:46.773Z Downloaded snafu v0.8.9
11382026-05-08T16:26:46.776Z Downloaded itertools v0.14.0
11392026-05-08T16:26:46.781Z Downloaded vergen-lib v0.1.6
11402026-05-08T16:26:46.784Z Downloaded aho-corasick v1.1.4
11412026-05-08T16:26:46.786Z Downloaded iddqd v0.3.18
11422026-05-08T16:26:46.789Z Downloaded toml_parser v1.0.9+spec-1.1.0
11432026-05-08T16:26:46.792Z Downloaded test-strategy v0.4.5
11442026-05-08T16:26:46.795Z Downloaded socket2 v0.6.3
11452026-05-08T16:26:46.795Z Downloaded tinyvec v1.10.0
11462026-05-08T16:26:46.798Z Downloaded bindgen v0.71.1
11472026-05-08T16:26:46.800Z Downloaded walkdir v2.5.0
11482026-05-08T16:26:46.803Z Downloaded vergen-git2 v1.0.7
11492026-05-08T16:26:46.803Z Downloaded tracing-attributes v0.1.31
11502026-05-08T16:26:46.806Z Downloaded uzers v0.12.2
11512026-05-08T16:26:46.806Z Downloaded itertools v0.10.5
11522026-05-08T16:26:46.810Z Downloaded futures-util v0.3.32
11532026-05-08T16:26:46.815Z Downloaded whoami v1.6.1
11542026-05-08T16:26:46.818Z Downloaded wyz v0.5.1
11552026-05-08T16:26:46.818Z Downloaded twox-hash v2.1.2
11562026-05-08T16:26:46.820Z Downloaded hkdf v0.12.4
11572026-05-08T16:26:46.820Z Downloaded mio v1.2.0
11582026-05-08T16:26:46.824Z Downloaded zeroize v1.8.2
11592026-05-08T16:26:46.827Z Downloaded xshell v0.2.7
11602026-05-08T16:26:46.827Z Downloaded unicode-properties v0.1.4
11612026-05-08T16:26:46.827Z Downloaded nom v7.1.3
11622026-05-08T16:26:46.830Z Downloaded toml v0.9.12+spec-1.1.0
11632026-05-08T16:26:46.833Z Downloaded xattr v1.6.1
11642026-05-08T16:26:46.837Z Downloaded zstd-safe v7.2.4
11652026-05-08T16:26:46.841Z Downloaded vergen-gitcl v1.0.8
11662026-05-08T16:26:46.848Z Downloaded zstd v0.13.3
11672026-05-08T16:26:46.850Z Downloaded vergen v9.0.6
11682026-05-08T16:26:46.853Z Downloaded russh v0.45.0
11692026-05-08T16:26:46.856Z Downloaded tungstenite v0.23.0
11702026-05-08T16:26:46.859Z Downloaded vsss-rs v3.3.4
11712026-05-08T16:26:46.861Z Downloaded h2 v0.4.13
11722026-05-08T16:26:46.864Z Downloaded tungstenite v0.21.0
11732026-05-08T16:26:46.867Z Downloaded typify v0.6.2
11742026-05-08T16:26:46.870Z Downloaded whoami v2.1.0
11752026-05-08T16:26:46.870Z Downloaded typify v0.4.3
11762026-05-08T16:26:46.873Z Downloaded p521 v0.13.3
11772026-05-08T16:26:46.875Z Downloaded toml v0.7.8
11782026-05-08T16:26:46.875Z Downloaded toml v1.0.6+spec-1.1.0
11792026-05-08T16:26:46.878Z Downloaded yasna v0.5.2
11802026-05-08T16:26:46.881Z Downloaded rustyline v14.0.0
11812026-05-08T16:26:46.884Z Downloaded zerocopy v0.6.6
11822026-05-08T16:26:46.884Z Downloaded unsafe-libyaml v0.2.11
11832026-05-08T16:26:46.887Z Downloaded tar v0.4.45
11842026-05-08T16:26:46.893Z Downloaded toml_edit v0.23.10+spec-1.0.0
11852026-05-08T16:26:46.899Z Downloaded blake3 v1.8.3
11862026-05-08T16:26:46.906Z Downloaded rpassword v7.4.0
11872026-05-08T16:26:46.913Z Downloaded steno v0.4.1
11882026-05-08T16:26:46.916Z Downloaded vte v0.14.1
11892026-05-08T16:26:46.920Z Downloaded tracing-core v0.1.36
11902026-05-08T16:26:46.920Z Downloaded unicode-bidi v0.3.18
11912026-05-08T16:26:46.934Z Downloaded chrono v0.4.44
11922026-05-08T16:26:46.942Z Downloaded uuid v1.23.0
11932026-05-08T16:26:46.947Z Downloaded zopfli v0.8.3
11942026-05-08T16:26:46.951Z Downloaded tokio-postgres v0.7.16
11952026-05-08T16:26:46.960Z Downloaded zip v0.6.6
11962026-05-08T16:26:46.963Z Downloaded toml_edit v0.19.15
11972026-05-08T16:26:46.972Z Downloaded reqwest v0.13.2
11982026-05-08T16:26:46.975Z Downloaded yansi v1.0.1
11992026-05-08T16:26:46.978Z Downloaded git2 v0.20.4
12002026-05-08T16:26:46.981Z Downloaded regex v1.12.3
12012026-05-08T16:26:46.985Z Downloaded portable-atomic v1.13.1
12022026-05-08T16:26:46.989Z Downloaded ssh-key v0.6.7
12032026-05-08T16:26:46.993Z Downloaded p384 v0.13.1
12042026-05-08T16:26:46.996Z Downloaded reedline v0.40.0
12052026-05-08T16:26:47.001Z Downloaded reqwest v0.12.28
12062026-05-08T16:26:47.005Z Downloaded bitvec v1.0.1
12072026-05-08T16:26:47.013Z Downloaded tower v0.5.3
12082026-05-08T16:26:47.019Z Downloaded zerocopy-derive v0.8.40
12092026-05-08T16:26:47.024Z Downloaded typed-path v0.9.3
12102026-05-08T16:26:47.027Z Downloaded unicode_categories v0.1.1
12112026-05-08T16:26:47.035Z Downloaded quick-xml v0.37.5
12122026-05-08T16:26:47.048Z Downloaded rayon v1.11.0
12132026-05-08T16:26:47.053Z Downloaded unicode-segmentation v1.12.0
12142026-05-08T16:26:47.056Z Downloaded zip v4.6.1
12152026-05-08T16:26:47.058Z Downloaded moka v0.12.13
12162026-05-08T16:26:47.062Z Downloaded lalrpop v0.19.12
12172026-05-08T16:26:47.068Z Downloaded rustls-webpki v0.101.7
12182026-05-08T16:26:47.076Z Downloaded x509-cert v0.2.5
12192026-05-08T16:26:47.081Z Downloaded unicode-normalization v0.1.25
12202026-05-08T16:26:47.084Z Downloaded salty v0.3.0
12212026-05-08T16:26:47.087Z Downloaded tokio-util v0.7.18
12222026-05-08T16:26:47.091Z Downloaded proptest v1.10.0
12232026-05-08T16:26:47.096Z Downloaded rustls-webpki v0.102.8
12242026-05-08T16:26:47.114Z Downloaded petname v2.0.2
12252026-05-08T16:26:47.117Z Downloaded object v0.30.4
12262026-05-08T16:26:47.122Z Downloaded goblin v0.10.5
12272026-05-08T16:26:47.129Z Downloaded serde_with v3.17.0
12282026-05-08T16:26:47.136Z Downloaded openssl v0.10.78
12292026-05-08T16:26:47.144Z Downloaded bstr v1.12.1
12302026-05-08T16:26:47.150Z Downloaded tower-http v0.6.8
12312026-05-08T16:26:47.155Z Downloaded tough v0.20.0
12322026-05-08T16:26:47.161Z Downloaded radix_trie v0.2.1
12332026-05-08T16:26:47.163Z Downloaded nix v0.29.0
12342026-05-08T16:26:47.173Z Downloaded winnow v0.5.40
12352026-05-08T16:26:47.178Z Downloaded quinn-proto v0.11.13
12362026-05-08T16:26:47.182Z Downloaded regex-syntax v0.6.29
12372026-05-08T16:26:47.186Z Downloaded tabled v0.20.0
12382026-05-08T16:26:47.196Z Downloaded time v0.3.47
12392026-05-08T16:26:47.203Z Downloaded nix v0.28.0
12402026-05-08T16:26:47.211Z Downloaded winnow v0.6.26
12412026-05-08T16:26:47.215Z Downloaded vcpkg v0.2.15
12422026-05-08T16:26:47.238Z Downloaded webpki-roots v1.0.6
12432026-05-08T16:26:47.241Z Downloaded polar-core v0.27.3
12442026-05-08T16:26:47.245Z Downloaded nix v0.31.2
12452026-05-08T16:26:47.252Z Downloaded object v0.37.3
12462026-05-08T16:26:47.259Z Downloaded nix v0.27.1
12472026-05-08T16:26:47.265Z Downloaded regress v0.10.5
12482026-05-08T16:26:47.270Z Downloaded regress v0.11.1
12492026-05-08T16:26:47.275Z Downloaded hickory-proto v0.25.2
12502026-05-08T16:26:47.285Z Downloaded smoltcp v0.9.1
12512026-05-08T16:26:47.291Z Downloaded zlib-rs v0.6.2
12522026-05-08T16:26:47.295Z Downloaded rustls v0.21.12
12532026-05-08T16:26:47.300Z Downloaded dropshot v0.16.7
12542026-05-08T16:26:47.313Z Downloaded dropshot v0.17.0
12552026-05-08T16:26:47.327Z Downloaded smoltcp v0.11.0
12562026-05-08T16:26:47.334Z Downloaded regex-syntax v0.8.10
12572026-05-08T16:26:47.338Z Downloaded zerocopy v0.8.40
12582026-05-08T16:26:47.344Z Downloaded rustls v0.22.4
12592026-05-08T16:26:47.351Z Downloaded sled v0.34.7
12602026-05-08T16:26:47.357Z Downloaded openapiv3 v2.2.0
12612026-05-08T16:26:47.363Z Downloaded hickory-proto v0.24.4
12622026-05-08T16:26:47.372Z Downloaded bzip2-sys v0.1.13+1.0.8
12632026-05-08T16:26:47.379Z Downloaded diesel v2.3.7
12642026-05-08T16:26:47.392Z Downloaded rustls v0.23.37
12652026-05-08T16:26:47.408Z Downloaded rustix v0.38.44
12662026-05-08T16:26:47.429Z Downloaded chrono-tz v0.10.4
12672026-05-08T16:26:47.447Z Downloaded sqlparser v0.61.0
12682026-05-08T16:26:47.456Z Downloaded libz-sys v1.1.24
12692026-05-08T16:26:47.469Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12702026-05-08T16:26:47.479Z Downloaded sha3 v0.10.8
12712026-05-08T16:26:47.489Z Downloaded tokio v1.52.1
12722026-05-08T16:26:47.512Z Downloaded tracing v0.1.44
12732026-05-08T16:26:47.525Z Downloaded typify-impl v0.6.2
12742026-05-08T16:26:47.533Z Downloaded ratatui v0.29.0
12752026-05-08T16:26:47.544Z Downloaded typify-impl v0.4.3
12762026-05-08T16:26:47.566Z Downloaded zerocopy-derive v0.6.6
12772026-05-08T16:26:47.573Z Downloaded regex-automata v0.4.14
12782026-05-08T16:26:47.599Z Downloaded jiff v0.2.21
12792026-05-08T16:26:47.609Z Downloaded petgraph v0.6.5
12802026-05-08T16:26:47.621Z Downloaded csv v1.4.0
12812026-05-08T16:26:47.642Z Downloaded petgraph v0.8.3
12822026-05-08T16:26:47.747Z Downloaded encoding_rs v0.8.35
12832026-05-08T16:26:47.771Z Downloaded ring v0.17.14
12842026-05-08T16:26:47.796Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-08T16:26:48.126Z Downloaded aws-lc-sys v0.37.1
12862026-05-08T16:26:48.406Z Compiling libc v0.2.185
12872026-05-08T16:26:48.406Z Compiling serde v1.0.228
12882026-05-08T16:26:48.410Z Compiling find-msvc-tools v0.1.9
12892026-05-08T16:26:48.410Z Compiling shlex v1.3.0
12902026-05-08T16:26:48.410Z Compiling log v0.4.29
12912026-05-08T16:26:48.410Z Compiling smallvec v1.15.1
12922026-05-08T16:26:48.410Z Compiling typenum v1.19.0
12932026-05-08T16:26:48.410Z Compiling subtle v2.6.1
12942026-05-08T16:26:48.583Z Compiling generic-array v0.14.7
12952026-05-08T16:26:48.586Z Compiling scopeguard v1.2.0
12962026-05-08T16:26:48.596Z Compiling const-oid v0.9.6
12972026-05-08T16:26:48.649Z Compiling portable-atomic v1.13.1
12982026-05-08T16:26:48.663Z Compiling zerocopy v0.8.40
12992026-05-08T16:26:48.679Z Compiling syn v2.0.117
13002026-05-08T16:26:48.723Z Compiling serde_json v1.0.149
13012026-05-08T16:26:48.726Z Compiling critical-section v1.2.0
13022026-05-08T16:26:48.823Z Compiling lock_api v0.4.14
13032026-05-08T16:26:48.842Z Compiling pin-project-lite v0.2.17
13042026-05-08T16:26:48.856Z Compiling parking_lot_core v0.9.12
13052026-05-08T16:26:48.903Z Compiling pkg-config v0.3.32
13062026-05-08T16:26:48.919Z Compiling bitflags v2.11.0
13072026-05-08T16:26:48.935Z Compiling libm v0.2.16
13082026-05-08T16:26:48.938Z Compiling num-traits v0.2.19
13092026-05-08T16:26:48.953Z Compiling futures-core v0.3.32
13102026-05-08T16:26:48.995Z Compiling percent-encoding v2.3.2
13112026-05-08T16:26:49.058Z Compiling cpufeatures v0.2.17
13122026-05-08T16:26:49.105Z Compiling futures-sink v0.3.32
13132026-05-08T16:26:49.165Z Compiling futures-io v0.3.32
13142026-05-08T16:26:49.200Z Compiling getrandom v0.4.1
13152026-05-08T16:26:49.204Z Compiling slab v0.4.12
13162026-05-08T16:26:49.231Z Compiling futures-channel v0.3.32
13172026-05-08T16:26:49.246Z Compiling futures-task v0.3.32
13182026-05-08T16:26:49.278Z Compiling getrandom v0.3.4
13192026-05-08T16:26:49.278Z Compiling rand_core v0.10.0
13202026-05-08T16:26:49.372Z Compiling rustversion v1.0.22
13212026-05-08T16:26:49.442Z Compiling indexmap v2.14.0
13222026-05-08T16:26:49.458Z Compiling form_urlencoded v1.2.2
13232026-05-08T16:26:49.475Z Compiling dunce v1.0.5
13242026-05-08T16:26:49.496Z Compiling fs_extra v1.3.0
13252026-05-08T16:26:49.520Z Compiling base64ct v1.8.3
13262026-05-08T16:26:49.537Z Compiling ident_case v1.0.1
13272026-05-08T16:26:49.537Z Compiling flagset v0.4.7
13282026-05-08T16:26:49.592Z Compiling getrandom v0.2.17
13292026-05-08T16:26:49.608Z Compiling jobserver v0.1.34
13302026-05-08T16:26:49.666Z Compiling errno v0.3.14
13312026-05-08T16:26:49.706Z Compiling mio v1.2.0
13322026-05-08T16:26:49.721Z Compiling socket2 v0.6.3
13332026-05-08T16:26:49.759Z Compiling rand_core v0.6.4
13342026-05-08T16:26:49.826Z Compiling once_cell v1.21.3
13352026-05-08T16:26:49.848Z Compiling signal-hook-registry v1.4.8
13362026-05-08T16:26:49.889Z Compiling cc v1.2.56
13372026-05-08T16:26:49.924Z Compiling pem-rfc7468 v0.7.0
13382026-05-08T16:26:49.988Z Compiling parking_lot v0.12.5
13392026-05-08T16:26:50.081Z Compiling rustix v1.1.3
13402026-05-08T16:26:50.100Z Compiling iana-time-zone v0.1.65
13412026-05-08T16:26:50.114Z Compiling uuid v1.23.0
13422026-05-08T16:26:50.203Z Compiling rustc_version v0.4.1
13432026-05-08T16:26:50.219Z Compiling aws-lc-rs v1.16.0
13442026-05-08T16:26:50.225Z Compiling regex-syntax v0.8.10
13452026-05-08T16:26:50.256Z Compiling vcpkg v0.2.15
13462026-05-08T16:26:50.295Z Compiling tracing-core v0.1.36
13472026-05-08T16:26:50.328Z Compiling rand_core v0.9.5
13482026-05-08T16:26:50.351Z Compiling httparse v1.10.1
13492026-05-08T16:26:50.421Z Compiling base64 v0.22.1
13502026-05-08T16:26:50.437Z Compiling untrusted v0.7.1
13512026-05-08T16:26:50.560Z Compiling untrusted v0.9.0
13522026-05-08T16:26:50.578Z Compiling openssl-probe v0.2.1
13532026-05-08T16:26:50.581Z Compiling schemars v0.8.22
13542026-05-08T16:26:50.610Z Compiling tower-service v0.3.3
13552026-05-08T16:26:50.648Z Compiling tower-layer v0.3.3
13562026-05-08T16:26:50.685Z Compiling cmake v0.1.57
13572026-05-08T16:26:50.729Z Compiling dyn-clone v1.0.20
13582026-05-08T16:26:50.745Z Compiling try-lock v0.2.5
13592026-05-08T16:26:50.794Z Compiling rustls v0.23.37
13602026-05-08T16:26:50.797Z Compiling tinyvec_macros v0.1.1
13612026-05-08T16:26:50.827Z Compiling atomic-waker v1.1.2
13622026-05-08T16:26:50.859Z Compiling want v0.3.1
13632026-05-08T16:26:50.891Z Compiling tinyvec v1.10.0
13642026-05-08T16:26:50.894Z Compiling spin v0.9.8
13652026-05-08T16:26:50.922Z Compiling aho-corasick v1.1.4
13662026-05-08T16:26:50.937Z Compiling num-conv v0.2.0
13672026-05-08T16:26:50.941Z Compiling powerfmt v0.2.0
13682026-05-08T16:26:50.941Z Compiling openssl v0.10.78
13692026-05-08T16:26:51.005Z Compiling time-core v0.1.8
13702026-05-08T16:26:51.022Z Compiling pin-utils v0.1.0
13712026-05-08T16:26:51.061Z Compiling foreign-types-shared v0.1.1
13722026-05-08T16:26:51.064Z Compiling crc32fast v1.5.0
13732026-05-08T16:26:51.127Z Compiling httpdate v1.0.3
13742026-05-08T16:26:51.150Z Compiling foreign-types v0.3.2
13752026-05-08T16:26:51.153Z Compiling deranged v0.5.8
13762026-05-08T16:26:51.180Z Compiling wait-timeout v0.2.1
13772026-05-08T16:26:51.198Z Compiling quick-error v1.2.3
13782026-05-08T16:26:51.201Z Compiling time-macros v0.2.27
13792026-05-08T16:26:51.231Z Compiling bit-vec v0.8.0
13802026-05-08T16:26:51.246Z Compiling num_threads v0.1.7
13812026-05-08T16:26:51.263Z Compiling syn v1.0.109
13822026-05-08T16:26:51.266Z Compiling siphasher v1.0.2
13832026-05-08T16:26:51.296Z Compiling native-tls v0.2.18
13842026-05-08T16:26:51.346Z Compiling usdt-impl v0.6.0
13852026-05-08T16:26:51.387Z Compiling simd-adler32 v0.3.8
13862026-05-08T16:26:51.402Z Compiling crossbeam-utils v0.8.21
13872026-05-08T16:26:51.503Z Compiling bit-set v0.8.0
13882026-05-08T16:26:51.522Z Compiling unicode-normalization v0.1.25
13892026-05-08T16:26:51.536Z Compiling slog v2.8.2
13902026-05-08T16:26:51.551Z Compiling heapless v0.7.17
13912026-05-08T16:26:51.568Z Compiling aws-lc-sys v0.37.1
13922026-05-08T16:26:51.602Z Compiling ring v0.17.14
13932026-05-08T16:26:51.644Z Compiling openssl-sys v0.9.114
13942026-05-08T16:26:51.690Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13952026-05-08T16:26:51.718Z Compiling synstructure v0.13.2
13962026-05-08T16:26:51.735Z Compiling serde_derive_internals v0.29.1
13972026-05-08T16:26:51.751Z Compiling pest_generator v2.8.6
13982026-05-08T16:26:51.767Z Compiling darling_core v0.20.11
13992026-05-08T16:26:51.847Z Compiling regex-automata v0.4.14
14002026-05-08T16:26:52.070Z Compiling tempfile v3.25.0
14012026-05-08T16:26:52.113Z Compiling darling_core v0.21.3
14022026-05-08T16:26:52.323Z Compiling rusty-fork v0.3.1
14032026-05-08T16:26:52.394Z Compiling time v0.3.47
14042026-05-08T16:26:52.414Z Compiling bzip2-sys v0.1.13+1.0.8
14052026-05-08T16:26:52.517Z Compiling rand_xorshift v0.4.0
14062026-05-08T16:26:52.543Z Compiling thread-id v5.1.0
14072026-05-08T16:26:52.656Z Compiling sync_wrapper v1.0.2
14082026-05-08T16:26:52.684Z Compiling cookie v0.18.1
14092026-05-08T16:26:52.732Z Compiling adler2 v2.0.1
14102026-05-08T16:26:52.756Z Compiling zstd-safe v7.2.4
14112026-05-08T16:26:52.773Z Compiling paste v1.0.15
14122026-05-08T16:26:52.791Z Compiling anyhow v1.0.102
14132026-05-08T16:26:52.807Z Compiling unicode-properties v0.1.4
14142026-05-08T16:26:52.807Z Compiling unarray v0.1.4
14152026-05-08T16:26:52.900Z Compiling signal-hook v0.3.18
14162026-05-08T16:26:52.915Z Compiling allocator-api2 v0.2.21
14172026-05-08T16:26:52.961Z Compiling unicode-bidi v0.3.18
14182026-05-08T16:26:53.054Z Compiling miniz_oxide v0.8.9
14192026-05-08T16:26:53.250Z Compiling num-integer v0.1.46
14202026-05-08T16:26:53.277Z Compiling vergen-lib v0.1.6
14212026-05-08T16:26:53.432Z Compiling stringprep v0.1.5
14222026-05-08T16:26:53.542Z Compiling curve25519-dalek v4.1.3
14232026-05-08T16:26:53.557Z Compiling serde_derive v1.0.228
14242026-05-08T16:26:53.574Z Compiling zeroize_derive v1.4.3
14252026-05-08T16:26:53.664Z Compiling zerofrom-derive v0.1.6
14262026-05-08T16:26:53.734Z Compiling yoke-derive v0.8.1
14272026-05-08T16:26:53.749Z Compiling zerocopy-derive v0.8.40
14282026-05-08T16:26:53.888Z Compiling zerovec-derive v0.11.2
14292026-05-08T16:26:53.926Z Compiling displaydoc v0.2.5
14302026-05-08T16:26:53.942Z Compiling tokio-macros v2.7.0
14312026-05-08T16:26:54.063Z Compiling futures-macro v0.3.32
14322026-05-08T16:26:54.231Z Compiling der_derive v0.7.3
14332026-05-08T16:26:54.275Z Compiling zeroize v1.8.2
14342026-05-08T16:26:54.731Z Compiling thiserror-impl v2.0.18
14352026-05-08T16:26:54.748Z Compiling rustls-pki-types v1.14.0
14362026-05-08T16:26:54.792Z Compiling tracing-attributes v0.1.31
14372026-05-08T16:26:54.964Z Compiling futures-util v0.3.32
14382026-05-08T16:26:54.993Z Compiling pest_derive v2.8.6
14392026-05-08T16:26:55.116Z Compiling crypto-common v0.1.7
14402026-05-08T16:26:55.130Z Compiling block-buffer v0.10.4
14412026-05-08T16:26:55.148Z Compiling zerofrom v0.1.6
14422026-05-08T16:26:55.247Z Compiling block-padding v0.3.3
14432026-05-08T16:26:55.266Z Compiling der v0.7.10
14442026-05-08T16:26:55.305Z Compiling yoke v0.8.1
14452026-05-08T16:26:55.320Z Compiling digest v0.10.7
14462026-05-08T16:26:55.352Z Compiling scroll_derive v0.13.1
14472026-05-08T16:26:55.447Z Compiling inout v0.1.4
14482026-05-08T16:26:55.480Z Compiling schemars_derive v0.8.22
14492026-05-08T16:26:55.531Z Compiling zerovec v0.11.5
14502026-05-08T16:26:55.622Z Compiling zerotrie v0.2.3
14512026-05-08T16:26:55.659Z Compiling hmac v0.12.1
14522026-05-08T16:26:55.849Z Compiling cipher v0.4.4
14532026-05-08T16:26:55.960Z Compiling sha2 v0.10.9
14542026-05-08T16:26:56.131Z Compiling tinystr v0.8.2
14552026-05-08T16:26:56.206Z Compiling potential_utf v0.1.4
14562026-05-08T16:26:56.209Z Compiling spki v0.7.3
14572026-05-08T16:26:56.238Z Compiling salsa20 v0.10.2
14582026-05-08T16:26:56.278Z Compiling pbkdf2 v0.12.2
14592026-05-08T16:26:56.299Z Compiling thiserror v2.0.18
14602026-05-08T16:26:56.340Z Compiling icu_locale_core v2.1.1
14612026-05-08T16:26:56.378Z Compiling icu_collections v2.1.1
14622026-05-08T16:26:56.413Z Compiling scrypt v0.11.0
14632026-05-08T16:26:56.429Z Compiling aes v0.8.4
14642026-05-08T16:26:56.447Z Compiling cbc v0.1.2
14652026-05-08T16:26:56.461Z Compiling tracing v0.1.44
14662026-05-08T16:26:56.604Z Compiling scroll v0.13.0
14672026-05-08T16:26:56.656Z Compiling darling_macro v0.20.11
14682026-05-08T16:26:56.711Z Compiling openssl-macros v0.1.1
14692026-05-08T16:26:56.784Z Compiling dtrace-parser v0.3.0
14702026-05-08T16:26:56.900Z Compiling pkcs5 v0.7.1
14712026-05-08T16:26:56.916Z Compiling goblin v0.10.5
14722026-05-08T16:26:56.932Z Compiling signature v2.2.0
14732026-05-08T16:26:56.999Z Compiling icu_provider v2.1.1
14742026-05-08T16:26:57.146Z Compiling bytes v1.11.1
14752026-05-08T16:26:57.162Z Compiling chrono v0.4.44
14762026-05-08T16:26:57.190Z Compiling ipnet v2.11.0
14772026-05-08T16:26:57.208Z Compiling darling v0.20.11
14782026-05-08T16:26:57.285Z Compiling icu_properties v2.1.2
14792026-05-08T16:26:57.324Z Compiling icu_normalizer v2.1.1
14802026-05-08T16:26:57.341Z Compiling pkcs8 v0.10.2
14812026-05-08T16:26:57.391Z Compiling derive_builder_core v0.20.2
14822026-05-08T16:26:57.456Z Compiling rustls-native-certs v0.8.3
14832026-05-08T16:26:57.531Z Compiling scroll_derive v0.12.1
14842026-05-08T16:26:57.578Z Compiling thiserror-impl v1.0.69
14852026-05-08T16:26:57.689Z Compiling tokio v1.52.1
14862026-05-08T16:26:57.744Z Compiling http v1.4.0
14872026-05-08T16:26:57.787Z Compiling serde_tokenstream v0.2.3
14882026-05-08T16:26:57.803Z Compiling toml_datetime v0.6.11
14892026-05-08T16:26:57.907Z Compiling serde_spanned v0.6.9
14902026-05-08T16:26:58.090Z Compiling erased-serde v0.3.31
14912026-05-08T16:26:58.104Z Compiling md-5 v0.10.6
14922026-05-08T16:26:58.138Z Compiling webpki-roots v1.0.6
14932026-05-08T16:26:58.252Z Compiling ppv-lite86 v0.2.21
14942026-05-08T16:26:58.295Z Compiling idna_adapter v1.2.1
14952026-05-08T16:26:58.337Z Compiling derive_builder_macro v0.20.2
14962026-05-08T16:26:58.394Z Compiling scroll v0.12.0
14972026-05-08T16:26:58.411Z Compiling darling_macro v0.21.3
14982026-05-08T16:26:58.448Z Compiling idna v1.1.0
14992026-05-08T16:26:58.482Z Compiling http-body v1.0.1
15002026-05-08T16:26:58.498Z Compiling zerocopy-derive v0.7.35
15012026-05-08T16:26:58.640Z Compiling rand_chacha v0.9.0
15022026-05-08T16:26:58.686Z Compiling http-body-util v0.1.3
15032026-05-08T16:26:58.703Z Compiling rand_chacha v0.3.1
15042026-05-08T16:26:58.705Z Compiling ff v0.13.1
15052026-05-08T16:26:58.705Z Compiling hash32 v0.2.1
15062026-05-08T16:26:58.750Z Compiling memoffset v0.9.1
15072026-05-08T16:26:58.915Z Compiling url v2.5.8
15082026-05-08T16:26:58.915Z Compiling rand v0.9.2
15092026-05-08T16:26:58.947Z Compiling thiserror v1.0.69
15102026-05-08T16:26:58.965Z Compiling zlib-rs v0.6.2
15112026-05-08T16:26:58.968Z Compiling iri-string v0.7.10
15122026-05-08T16:26:58.999Z Compiling ryu v1.0.23
15132026-05-08T16:26:59.002Z Compiling fallible-iterator v0.2.0
15142026-05-08T16:26:59.084Z Compiling ref-cast v1.0.25
15152026-05-08T16:26:59.151Z Compiling rustix v0.38.44
15162026-05-08T16:26:59.245Z Compiling cfg_aliases v0.2.1
15172026-05-08T16:26:59.351Z Compiling smoltcp v0.9.1
15182026-05-08T16:26:59.366Z Compiling base16ct v0.2.0
15192026-05-08T16:26:59.418Z Compiling psl-types v2.0.11
15202026-05-08T16:26:59.437Z Compiling litrs v1.0.0
15212026-05-08T16:26:59.554Z Compiling proptest v1.10.0
15222026-05-08T16:26:59.570Z Compiling num-bigint-dig v0.8.6
15232026-05-08T16:26:59.586Z Compiling publicsuffix v2.3.0
15242026-05-08T16:26:59.723Z Compiling dof v0.4.0
15252026-05-08T16:26:59.787Z Compiling sec1 v0.7.3
15262026-05-08T16:26:59.803Z Compiling postgres-protocol v0.6.10
15272026-05-08T16:26:59.806Z Compiling zerocopy v0.7.35
15282026-05-08T16:26:59.914Z Compiling nix v0.31.2
15292026-05-08T16:26:59.995Z Compiling document-features v0.2.12
15302026-05-08T16:27:00.114Z Compiling serde_urlencoded v0.7.1
15312026-05-08T16:27:00.274Z Compiling ipnetwork v0.21.1
15322026-05-08T16:27:00.328Z Compiling darling v0.21.3
15332026-05-08T16:27:00.369Z Compiling rand v0.8.5
15342026-05-08T16:27:00.407Z Compiling derive_builder v0.20.2
15352026-05-08T16:27:00.423Z Compiling group v0.13.0
15362026-05-08T16:27:00.576Z Compiling oxnet v0.1.4
15372026-05-08T16:27:00.579Z Compiling goblin v0.8.2
15382026-05-08T16:27:00.643Z Compiling hubpack_derive v0.1.1
15392026-05-08T16:27:00.657Z Compiling cargo-platform v0.1.9
15402026-05-08T16:27:00.717Z Compiling hkdf v0.12.4
15412026-05-08T16:27:00.814Z Compiling crypto-bigint v0.5.5
15422026-05-08T16:27:00.924Z Compiling regex v1.12.3
15432026-05-08T16:27:01.015Z Compiling ref-cast-impl v1.0.25
15442026-05-08T16:27:01.042Z Compiling daft-derive v0.1.5
15452026-05-08T16:27:01.058Z Compiling async-trait v0.1.89
15462026-05-08T16:27:01.098Z Compiling curve25519-dalek-derive v0.1.1
15472026-05-08T16:27:01.115Z Compiling strum_macros v0.27.2
15482026-05-08T16:27:01.184Z Compiling num-iter v0.1.45
15492026-05-08T16:27:01.400Z Compiling terminal_size v0.4.3
15502026-05-08T16:27:01.561Z Compiling tokio-util v0.7.18
15512026-05-08T16:27:01.576Z Compiling tower v0.5.3
15522026-05-08T16:27:01.606Z Compiling tokio-native-tls v0.3.1
15532026-05-08T16:27:01.629Z Compiling phf_shared v0.13.1
15542026-05-08T16:27:01.678Z Compiling lazy_static v1.5.0
15552026-05-08T16:27:01.805Z Compiling vergen v9.0.6
15562026-05-08T16:27:01.808Z Compiling fs-err v3.3.0
15572026-05-08T16:27:01.834Z Compiling flate2 v1.1.9
15582026-05-08T16:27:01.837Z Compiling ahash v0.8.12
15592026-05-08T16:27:01.837Z Compiling bitflags v1.3.2
15602026-05-08T16:27:01.907Z Compiling newtype-uuid v1.3.2
15612026-05-08T16:27:01.961Z Compiling libbz2-rs-sys v0.2.2
15622026-05-08T16:27:02.027Z Compiling tower-http v0.6.8
15632026-05-08T16:27:02.049Z Compiling foldhash v0.2.0
15642026-05-08T16:27:02.101Z Compiling object v0.37.3
15652026-05-08T16:27:02.116Z Compiling managed v0.8.0
15662026-05-08T16:27:02.132Z Compiling foldhash v0.1.5
15672026-05-08T16:27:02.236Z Compiling bumpalo v3.20.2
15682026-05-08T16:27:02.288Z Compiling h2 v0.4.13
15692026-05-08T16:27:02.305Z Compiling unicode-segmentation v1.12.0
15702026-05-08T16:27:02.305Z Compiling winnow v0.5.40
15712026-05-08T16:27:02.372Z Compiling hashbrown v0.15.5
15722026-05-08T16:27:02.481Z Compiling zopfli v0.8.3
15732026-05-08T16:27:02.495Z Compiling bzip2 v0.6.1
15742026-05-08T16:27:02.526Z Compiling hashbrown v0.16.1
15752026-05-08T16:27:02.655Z Compiling clap_builder v4.5.60
15762026-05-08T16:27:02.693Z Compiling daft v0.1.5
15772026-05-08T16:27:02.804Z Compiling dof v0.3.0
15782026-05-08T16:27:02.917Z Compiling phf v0.13.1
15792026-05-08T16:27:03.019Z Compiling elliptic-curve v0.13.8
15802026-05-08T16:27:03.150Z Compiling strum v0.27.2
15812026-05-08T16:27:03.170Z Compiling signal-hook-mio v0.2.5
15822026-05-08T16:27:03.192Z Compiling cargo_metadata v0.19.2
15832026-05-08T16:27:03.261Z Compiling usdt-attr-macro v0.6.0
15842026-05-08T16:27:03.326Z Compiling usdt-macro v0.6.0
15852026-05-08T16:27:03.382Z Compiling cookie_store v0.22.1
15862026-05-08T16:27:03.489Z Compiling hubpack v0.1.2
15872026-05-08T16:27:03.621Z Compiling bzip2 v0.4.4
15882026-05-08T16:27:03.639Z Compiling serde_with_macros v3.17.0
15892026-05-08T16:27:03.758Z Compiling toml_edit v0.19.15
15902026-05-08T16:27:03.799Z Compiling zstd v0.13.3
15912026-05-08T16:27:03.885Z Compiling postgres-types v0.2.12
15922026-05-08T16:27:04.130Z Compiling dtrace-parser v0.2.0
15932026-05-08T16:27:04.147Z Compiling ed25519 v2.2.3
15942026-05-08T16:27:04.162Z Compiling pkcs1 v0.7.5
15952026-05-08T16:27:04.215Z Compiling serde-big-array v0.5.1
15962026-05-08T16:27:04.230Z Compiling hex v0.4.3
15972026-05-08T16:27:04.406Z Compiling rfc6979 v0.4.0
15982026-05-08T16:27:04.518Z Compiling bstr v1.12.1
15992026-05-08T16:27:04.551Z Compiling strum_macros v0.26.4
16002026-05-08T16:27:04.575Z Compiling enum-as-inner v0.6.1
16012026-05-08T16:27:04.620Z Compiling clap_derive v4.5.55
16022026-05-08T16:27:04.654Z Compiling serde_repr v0.1.20
16032026-05-08T16:27:04.860Z Compiling phf_shared v0.11.3
16042026-05-08T16:27:04.962Z Compiling float-cmp v0.10.0
16052026-05-08T16:27:05.095Z Compiling memmap2 v0.9.10
16062026-05-08T16:27:05.095Z Compiling thread-id v4.2.2
16072026-05-08T16:27:05.130Z Compiling env_filter v1.0.0
16082026-05-08T16:27:05.155Z Compiling encoding_rs v0.8.35
16092026-05-08T16:27:05.174Z Compiling keccak v0.1.6
16102026-05-08T16:27:05.236Z Compiling normalize-line-endings v0.3.0
16112026-05-08T16:27:05.259Z Compiling precomputed-hash v0.1.1
16122026-05-08T16:27:05.278Z Compiling mime v0.3.17
16132026-05-08T16:27:05.358Z Compiling jiff v0.2.21
16142026-05-08T16:27:05.376Z Compiling new_debug_unreachable v1.0.6
16152026-05-08T16:27:05.390Z Compiling hyper v1.8.1
16162026-05-08T16:27:05.470Z Compiling either v1.15.0
16172026-05-08T16:27:05.485Z Compiling data-encoding v2.10.0
16182026-05-08T16:27:05.583Z Compiling predicates-core v1.0.10
16192026-05-08T16:27:05.719Z Compiling fixedbitset v0.5.7
16202026-05-08T16:27:05.778Z Compiling static_assertions v1.1.0
16212026-05-08T16:27:05.801Z Compiling difflib v0.4.0
16222026-05-08T16:27:05.884Z Compiling fixedbitset v0.4.2
16232026-05-08T16:27:06.038Z Compiling rustc-hash v2.1.1
16242026-05-08T16:27:06.069Z Compiling whoami v2.1.0
16252026-05-08T16:27:06.094Z Compiling predicates v3.1.4
16262026-05-08T16:27:06.140Z Compiling petgraph v0.6.5
16272026-05-08T16:27:06.210Z Compiling iddqd v0.3.18
16282026-05-08T16:27:06.244Z Compiling petgraph v0.8.3
16292026-05-08T16:27:06.411Z Compiling tokio-postgres v0.7.16
16302026-05-08T16:27:06.438Z Compiling strum v0.26.3
16312026-05-08T16:27:06.453Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16322026-05-08T16:27:06.496Z Compiling hyper-util v0.1.20
16332026-05-08T16:27:06.543Z Compiling clap v4.5.60
16342026-05-08T16:27:06.559Z Compiling hickory-proto v0.25.2
16352026-05-08T16:27:06.615Z Compiling toml_edit v0.22.27
16362026-05-08T16:27:06.654Z Compiling itertools v0.13.0
16372026-05-08T16:27:06.759Z Compiling string_cache v0.8.9
16382026-05-08T16:27:06.798Z Compiling sha3 v0.10.8
16392026-05-08T16:27:07.037Z Compiling env_logger v0.11.9
16402026-05-08T16:27:07.040Z Compiling usdt v0.6.0
16412026-05-08T16:27:07.293Z Compiling usdt-impl v0.5.0
16422026-05-08T16:27:07.352Z Compiling toml v0.7.8
16432026-05-08T16:27:07.413Z Compiling similar v2.7.0
16442026-05-08T16:27:07.449Z Compiling serde_with v3.17.0
16452026-05-08T16:27:07.676Z Compiling crossterm v0.28.1
16462026-05-08T16:27:07.929Z Compiling hyper-tls v0.6.0
16472026-05-08T16:27:07.942Z Compiling zip v4.6.1
16482026-05-08T16:27:08.005Z Compiling ecdsa v0.16.9
16492026-05-08T16:27:08.195Z Compiling rsa v0.9.10
16502026-05-08T16:27:08.259Z Compiling ed25519-dalek v2.2.0
16512026-05-08T16:27:08.359Z Compiling zip v0.6.6
16522026-05-08T16:27:08.793Z Compiling heck v0.4.1
16532026-05-08T16:27:08.994Z Compiling toml_parser v1.0.9+spec-1.1.0
16542026-05-08T16:27:09.026Z Compiling tokio-stream v0.1.18
16552026-05-08T16:27:09.044Z Compiling buf-list v1.1.2
16562026-05-08T16:27:09.068Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16572026-05-08T16:27:09.083Z Compiling openapiv3 v2.2.0
16582026-05-08T16:27:09.139Z Compiling x509-cert v0.2.5
16592026-05-08T16:27:09.255Z Compiling sha1 v0.10.6
16602026-05-08T16:27:09.379Z Compiling crossbeam-epoch v0.9.18
16612026-05-08T16:27:09.408Z Compiling toml_datetime v0.7.5+spec-1.1.0
16622026-05-08T16:27:09.425Z Compiling lalrpop-util v0.19.12
16632026-05-08T16:27:09.440Z Compiling peg-runtime v0.8.5
16642026-05-08T16:27:09.527Z Compiling thread_local v1.1.9
16652026-05-08T16:27:09.559Z Compiling slog-async v2.8.0
16662026-05-08T16:27:09.648Z Compiling futures-executor v0.3.32
16672026-05-08T16:27:09.663Z Compiling crossbeam-channel v0.5.15
16682026-05-08T16:27:09.698Z Compiling is-terminal v0.4.17
16692026-05-08T16:27:09.739Z Compiling filetime v0.2.27
16702026-05-08T16:27:09.762Z Compiling term v1.2.1
16712026-05-08T16:27:09.788Z Compiling take_mut v0.2.2
16722026-05-08T16:27:09.823Z Compiling xattr v1.6.1
16732026-05-08T16:27:09.823Z Compiling futures v0.3.32
16742026-05-08T16:27:09.958Z Compiling tar v0.4.45
16752026-05-08T16:27:10.133Z Compiling slog-term v2.9.2
16762026-05-08T16:27:27.562Z Compiling rustls-webpki v0.103.9
16772026-05-08T16:27:30.374Z Compiling tokio-rustls v0.26.4
16782026-05-08T16:27:30.374Z Compiling rustls-platform-verifier v0.6.2
16792026-05-08T16:27:30.581Z Compiling hyper-rustls v0.27.7
16802026-05-08T16:27:30.761Z Compiling reqwest v0.13.2
16812026-05-08T16:27:30.761Z Compiling reqwest v0.12.28
16822026-05-08T16:27:32.812Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16832026-05-08T16:27:33.054Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16842026-05-08T16:27:35.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.66s
16852026-05-08T16:27:36.036Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16862026-05-08T16:27:36.096ZMay 08 16:27:35.061 INFO Starting download, target: Clickhouse
16872026-05-08T16:27:36.096ZMay 08 16:27:35.061 INFO Starting download, target: Cockroach
16882026-05-08T16:27:36.096ZMay 08 16:27:35.061 INFO Starting download, target: Console
16892026-05-08T16:27:36.100ZMay 08 16:27:35.061 INFO Starting download, target: DendriteStub
16902026-05-08T16:27:36.100ZMay 08 16:27:35.061 INFO Starting download, target: MaghemiteMgd
16912026-05-08T16:27:36.100ZMay 08 16:27:35.061 INFO Starting download, target: TransceiverControl
16922026-05-08T16:27:36.100ZMay 08 16:27:35.062 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16932026-05-08T16:27:36.100ZMay 08 16:27:35.062 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16942026-05-08T16:27:36.100ZMay 08 16:27:35.062 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16952026-05-08T16:27:36.100ZMay 08 16:27:35.062 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16962026-05-08T16:27:36.100ZMay 08 16:27:35.062 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16972026-05-08T16:27:36.100ZMay 08 16:27:35.062 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16982026-05-08T16:27:36.414ZMay 08 16:27:35.372 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16992026-05-08T16:27:36.625ZMay 08 16:27:35.585 INFO Download complete, target: TransceiverControl
17002026-05-08T16:27:37.045ZMay 08 16:27:36.009 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17012026-05-08T16:27:37.064ZMay 08 16:27:36.027 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17022026-05-08T16:27:37.300ZMay 08 16:27:36.265 INFO Download complete, target: Console
17032026-05-08T16:27:37.635ZMay 08 16:27:36.599 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17042026-05-08T16:27:38.021ZMay 08 16:27:36.986 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17052026-05-08T16:27:38.021ZMay 08 16:27:36.986 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17062026-05-08T16:27:38.626ZMay 08 16:27:37.591 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17072026-05-08T16:27:39.466ZMay 08 16:27:38.431 INFO Download complete, target: DendriteStub
17082026-05-08T16:27:40.061ZMay 08 16:27:39.026 INFO Download complete, target: MaghemiteMgd
17092026-05-08T16:27:42.824ZMay 08 16:27:41.789 INFO Checking that binary works, target: Cockroach
17102026-05-08T16:27:42.950ZMay 08 16:27:41.915 INFO Download complete, target: Cockroach
17112026-05-08T16:27:45.531ZMay 08 16:27:44.496 INFO Checking that binary works, target: Clickhouse
17122026-05-08T16:27:45.628ZMay 08 16:27:44.593 INFO Download complete, target: Clickhouse
17132026-05-08T16:27:45.635ZAll prerequisites installed successfully
17142026-05-08T16:27:45.638Z
17152026-05-08T16:27:45.638Zreal 2:03.970931147
17162026-05-08T16:27:45.638Zuser 6:48.160985105
17172026-05-08T16:27:45.638Zsys 1:48.588755435
17182026-05-08T16:27:45.638Ztrap 0.264984841
17192026-05-08T16:27:45.638Ztflt 1.233269596
17202026-05-08T16:27:45.638Zdflt 1.689841502
17212026-05-08T16:27:45.638Zkflt 0.025007543
17222026-05-08T16:27:45.638Zlock 22:57.741839971
17232026-05-08T16:27:45.638Zslp 18:53.290693430
17242026-05-08T16:27:45.638Zlat 26.604116476
17252026-05-08T16:27:45.638Zstop 3:00.857650828
17262026-05-08T16:27:45.638Z+ ptime -m cargo xtask download softnpu
17272026-05-08T16:27:46.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17282026-05-08T16:27:46.188Z Running `target/debug/xtask download softnpu`
17292026-05-08T16:27:46.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17302026-05-08T16:27:47.014Z Running `target/debug/xtask-downloader softnpu`
17312026-05-08T16:27:47.057ZMay 08 16:27:46.022 INFO Starting download, target: Softnpu
17322026-05-08T16:27:47.061ZMay 08 16:27:46.022 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17332026-05-08T16:27:47.930ZMay 08 16:27:46.895 INFO Download complete, target: Softnpu
17342026-05-08T16:27:47.934Z
17352026-05-08T16:27:47.937Zreal 2.292695123
17362026-05-08T16:27:47.937Zuser 1.342452834
17372026-05-08T16:27:47.937Zsys 0.660363489
17382026-05-08T16:27:47.937Ztrap 0.001187750
17392026-05-08T16:27:47.937Ztflt 0.000114630
17402026-05-08T16:27:47.937Zdflt 0.000302510
17412026-05-08T16:27:47.937Zkflt 0.000000000
17422026-05-08T16:27:47.937Zlock 16.331565559
17432026-05-08T16:27:47.937Zslp 0.717828459
17442026-05-08T16:27:47.937Zlat 0.083160032
17452026-05-08T16:27:47.937Zstop 0.000212730
17462026-05-08T16:27:47.937Z+ export CARGO_INCREMENTAL=0
17472026-05-08T16:27:47.937Z+ CARGO_INCREMENTAL=0
17482026-05-08T16:27:47.937Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17492026-05-08T16:27:48.835Z Compiling proc-macro2 v1.0.106
17502026-05-08T16:27:48.835Z Compiling quote v1.0.45
17512026-05-08T16:27:48.835Z Compiling unicode-ident v1.0.24
17522026-05-08T16:27:48.835Z Compiling libc v0.2.185
17532026-05-08T16:27:48.835Z Compiling serde_core v1.0.228
17542026-05-08T16:27:48.838Z Compiling serde v1.0.228
17552026-05-08T16:27:48.838Z Compiling cfg-if v1.0.4
17562026-05-08T16:27:48.838Z Compiling version_check v0.9.5
17572026-05-08T16:27:48.838Z Compiling shlex v1.3.0
17582026-05-08T16:27:48.838Z Compiling find-msvc-tools v0.1.9
17592026-05-08T16:27:48.838Z Compiling typenum v1.19.0
17602026-05-08T16:27:48.838Z Compiling autocfg v1.5.0
17612026-05-08T16:27:48.980Z Compiling zmij v1.0.21
17622026-05-08T16:27:48.983Z Compiling serde_json v1.0.149
17632026-05-08T16:27:48.983Z Compiling memchr v2.8.0
17642026-05-08T16:27:49.161Z Compiling portable-atomic v1.13.1
17652026-05-08T16:27:49.267Z Compiling generic-array v0.14.7
17662026-05-08T16:27:49.285Z Compiling zerocopy v0.8.40
17672026-05-08T16:27:49.353Z Compiling libm v0.2.16
17682026-05-08T16:27:49.372Z Compiling smallvec v1.15.1
17692026-05-08T16:27:49.491Z Compiling parking_lot_core v0.9.12
17702026-05-08T16:27:49.494Z Compiling icu_properties_data v2.1.2
17712026-05-08T16:27:49.528Z Compiling icu_normalizer_data v2.1.1
17722026-05-08T16:27:49.590Z Compiling num-traits v0.2.19
17732026-05-08T16:27:49.634Z Compiling itoa v1.0.17
17742026-05-08T16:27:49.656Z Compiling getrandom v0.4.1
17752026-05-08T16:27:49.689Z Compiling log v0.4.29
17762026-05-08T16:27:49.705Z Compiling stable_deref_trait v1.2.1
17772026-05-08T16:27:49.737Z Compiling pkg-config v0.3.32
17782026-05-08T16:27:49.757Z Compiling subtle v2.6.1
17792026-05-08T16:27:49.945Z Compiling scopeguard v1.2.0
17802026-05-08T16:27:49.995Z Compiling getrandom v0.2.17
17812026-05-08T16:27:49.998Z Compiling errno v0.3.14
17822026-05-08T16:27:50.026Z Compiling jobserver v0.1.34
17832026-05-08T16:27:50.079Z Compiling lock_api v0.4.14
17842026-05-08T16:27:50.149Z Compiling rand_core v0.6.4
17852026-05-08T16:27:50.212Z Compiling writeable v0.6.2
17862026-05-08T16:27:50.232Z Compiling percent-encoding v2.3.2
17872026-05-08T16:27:50.271Z Compiling litemap v0.8.1
17882026-05-08T16:27:50.304Z Compiling cc v1.2.56
17892026-05-08T16:27:50.322Z Compiling pin-project-lite v0.2.17
17902026-05-08T16:27:50.426Z Compiling fnv v1.0.7
17912026-05-08T16:27:50.482Z Compiling thiserror v2.0.18
17922026-05-08T16:27:50.546Z Compiling getrandom v0.3.4
17932026-05-08T16:27:50.578Z Compiling critical-section v1.2.0
17942026-05-08T16:27:50.657Z Compiling syn v2.0.117
17952026-05-08T16:27:50.707Z Compiling rustversion v1.0.22
17962026-05-08T16:27:50.756Z Compiling schemars v0.8.22
17972026-05-08T16:27:50.760Z Compiling equivalent v1.0.2
17982026-05-08T16:27:50.774Z Compiling rand_core v0.10.0
17992026-05-08T16:27:50.821Z Compiling dunce v1.0.5
18002026-05-08T16:27:50.826Z Compiling utf8_iter v1.0.4
18012026-05-08T16:27:50.826Z Compiling fs_extra v1.3.0
18022026-05-08T16:27:50.977Z Compiling form_urlencoded v1.2.2
18032026-05-08T16:27:51.058Z Compiling signal-hook-registry v1.4.8
18042026-05-08T16:27:51.125Z Compiling cmake v0.1.57
18052026-05-08T16:27:51.142Z Compiling hashbrown v0.17.0
18062026-05-08T16:27:51.157Z Compiling once_cell v1.21.3
18072026-05-08T16:27:51.268Z Compiling semver v1.0.28
18082026-05-08T16:27:51.430Z Compiling bitflags v2.11.0
18092026-05-08T16:27:51.454Z Compiling const-oid v0.9.6
18102026-05-08T16:27:51.522Z Compiling parking_lot v0.12.5
18112026-05-08T16:27:51.544Z Compiling socket2 v0.6.3
18122026-05-08T16:27:51.562Z Compiling mio v1.2.0
18132026-05-08T16:27:51.598Z Compiling rustix v1.1.3
18142026-05-08T16:27:51.639Z Compiling aws-lc-rs v1.16.0
18152026-05-08T16:27:51.682Z Compiling ring v0.17.14
18162026-05-08T16:27:51.708Z Compiling aws-lc-sys v0.37.1
18172026-05-08T16:27:51.763Z Compiling indexmap v2.14.0
18182026-05-08T16:27:51.863Z Compiling strsim v0.11.1
18192026-05-08T16:27:51.879Z Compiling thiserror v1.0.69
18202026-05-08T16:27:51.937Z Compiling futures-core v0.3.32
18212026-05-08T16:27:51.991Z Compiling byteorder v1.5.0
18222026-05-08T16:27:52.085Z Compiling ucd-trie v0.1.7
18232026-05-08T16:27:52.126Z Compiling httparse v1.10.1
18242026-05-08T16:27:52.210Z Compiling vcpkg v0.2.15
18252026-05-08T16:27:52.256Z Compiling pest v2.8.6
18262026-05-08T16:27:52.303Z Compiling ident_case v1.0.1
18272026-05-08T16:27:52.321Z Compiling iana-time-zone v0.1.65
18282026-05-08T16:27:52.340Z Compiling heck v0.5.0
18292026-05-08T16:27:52.358Z Compiling syn v1.0.109
18302026-05-08T16:27:52.460Z Compiling uuid v1.23.0
18312026-05-08T16:27:52.463Z Compiling cpufeatures v0.2.17
18322026-05-08T16:27:52.510Z Compiling regex-syntax v0.8.10
18332026-05-08T16:27:52.709Z Compiling rustc_version v0.4.1
18342026-05-08T16:27:52.838Z Compiling openssl-sys v0.9.114
18352026-05-08T16:27:52.841Z Compiling futures-sink v0.3.32
18362026-05-08T16:27:52.873Z Compiling rustls v0.23.37
18372026-05-08T16:27:52.989Z Compiling futures-channel v0.3.32
18382026-05-08T16:27:53.053Z Compiling slab v0.4.12
18392026-05-08T16:27:53.069Z Compiling futures-task v0.3.32
18402026-05-08T16:27:53.107Z Compiling futures-io v0.3.32
18412026-05-08T16:27:53.220Z Compiling crc32fast v1.5.0
18422026-05-08T16:27:53.258Z Compiling dyn-clone v1.0.20
18432026-05-08T16:27:53.280Z Compiling plain v0.2.3
18442026-05-08T16:27:53.314Z Compiling aho-corasick v1.1.4
18452026-05-08T16:27:53.346Z Compiling crossbeam-utils v0.8.21
18462026-05-08T16:27:53.346Z Compiling num-conv v0.2.0
18472026-05-08T16:27:53.414Z Compiling pest_meta v2.8.6
18482026-05-08T16:27:53.450Z Compiling time-core v0.1.8
18492026-05-08T16:27:53.497Z Compiling synstructure v0.13.2
18502026-05-08T16:27:53.514Z Compiling serde_derive_internals v0.29.1
18512026-05-08T16:27:53.631Z Compiling time-macros v0.2.27
18522026-05-08T16:27:53.726Z Compiling openssl v0.10.78
18532026-05-08T16:27:53.794Z Compiling base64 v0.22.1
18542026-05-08T16:27:53.831Z Compiling pretty-hex v0.4.1
18552026-05-08T16:27:54.042Z Compiling pest_generator v2.8.6
18562026-05-08T16:27:54.058Z Compiling base64ct v1.8.3
18572026-05-08T16:27:54.103Z Compiling anyhow v1.0.102
18582026-05-08T16:27:54.177Z Compiling regex-automata v0.4.14
18592026-05-08T16:27:54.197Z Compiling darling_core v0.21.3
18602026-05-08T16:27:54.222Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18612026-05-08T16:27:54.314Z Compiling pem-rfc7468 v0.7.0
18622026-05-08T16:27:54.368Z Compiling native-tls v0.2.18
18632026-05-08T16:27:54.427Z Compiling flagset v0.4.7
18642026-05-08T16:27:54.446Z Compiling rand_core v0.9.5
18652026-05-08T16:27:54.606Z Compiling slog v2.8.2
18662026-05-08T16:27:54.625Z Compiling tracing-core v0.1.36
18672026-05-08T16:27:54.681Z Compiling untrusted v0.9.0
18682026-05-08T16:27:54.785Z Compiling cookie v0.18.1
18692026-05-08T16:27:54.803Z Compiling serde_derive v1.0.228
18702026-05-08T16:27:54.838Z Compiling zeroize_derive v1.4.3
18712026-05-08T16:27:54.860Z Compiling zerofrom-derive v0.1.6
18722026-05-08T16:27:54.941Z Compiling yoke-derive v0.8.1
18732026-05-08T16:27:54.949Z Compiling zerovec-derive v0.11.2
18742026-05-08T16:27:54.997Z Compiling displaydoc v0.2.5
18752026-05-08T16:27:55.026Z Compiling zerocopy-derive v0.8.40
18762026-05-08T16:27:55.050Z Compiling tokio-macros v2.7.0
18772026-05-08T16:27:55.134Z Compiling futures-macro v0.3.32
18782026-05-08T16:27:55.453Z Compiling zeroize v1.8.2
18792026-05-08T16:27:55.725Z Compiling thiserror-impl v2.0.18
18802026-05-08T16:27:55.756Z Compiling schemars_derive v0.8.22
18812026-05-08T16:27:55.923Z Compiling tracing-attributes v0.1.31
18822026-05-08T16:27:55.923Z Compiling der_derive v0.7.3
18832026-05-08T16:27:55.991Z Compiling zerofrom v0.1.6
18842026-05-08T16:27:56.143Z Compiling yoke v0.8.1
18852026-05-08T16:27:56.215Z Compiling crypto-common v0.1.7
18862026-05-08T16:27:56.263Z Compiling block-buffer v0.10.4
18872026-05-08T16:27:56.370Z Compiling zerovec v0.11.5
18882026-05-08T16:27:56.380Z Compiling zerotrie v0.2.3
18892026-05-08T16:27:56.469Z Compiling digest v0.10.7
18902026-05-08T16:27:56.744Z Compiling thiserror-impl v1.0.69
18912026-05-08T16:27:56.850Z Compiling pest_derive v2.8.6
18922026-05-08T16:27:56.876Z Compiling tinystr v0.8.2
18932026-05-08T16:27:56.905Z Compiling potential_utf v0.1.4
18942026-05-08T16:27:56.927Z Compiling hmac v0.12.1
18952026-05-08T16:27:56.942Z Compiling futures-util v0.3.32
18962026-05-08T16:27:57.086Z Compiling icu_locale_core v2.1.1
18972026-05-08T16:27:57.086Z Compiling icu_collections v2.1.1
18982026-05-08T16:27:57.170Z Compiling block-padding v0.3.3
18992026-05-08T16:27:57.322Z Compiling inout v0.1.4
19002026-05-08T16:27:57.337Z Compiling sha2 v0.10.9
19012026-05-08T16:27:57.556Z Compiling cipher v0.4.4
19022026-05-08T16:27:57.741Z Compiling rustls-pki-types v1.14.0
19032026-05-08T16:27:57.757Z Compiling scroll_derive v0.13.1
19042026-05-08T16:27:57.821Z Compiling scroll_derive v0.12.1
19052026-05-08T16:27:57.875Z Compiling icu_provider v2.1.1
19062026-05-08T16:27:58.007Z Compiling bytes v1.11.1
19072026-05-08T16:27:58.094Z Compiling chrono v0.4.44
19082026-05-08T16:27:58.157Z Compiling icu_normalizer v2.1.1
19092026-05-08T16:27:58.308Z Compiling icu_properties v2.1.2
19102026-05-08T16:27:58.532Z Compiling tokio v1.52.1
19112026-05-08T16:27:58.655Z Compiling serde_tokenstream v0.2.3
19122026-05-08T16:27:59.178Z Compiling openssl-macros v0.1.1
19132026-05-08T16:27:59.320Z Compiling idna_adapter v1.2.1
19142026-05-08T16:27:59.402Z Compiling ppv-lite86 v0.2.21
19152026-05-08T16:27:59.485Z Compiling idna v1.1.0
19162026-05-08T16:27:59.606Z Compiling http v1.4.0
19172026-05-08T16:27:59.758Z Compiling der v0.7.10
19182026-05-08T16:27:59.774Z Compiling regex v1.12.3
19192026-05-08T16:27:59.816Z Compiling url v2.5.8
19202026-05-08T16:27:59.916Z Compiling darling_macro v0.21.3
19212026-05-08T16:27:59.932Z Compiling zerocopy-derive v0.7.35
19222026-05-08T16:28:00.062Z Compiling salsa20 v0.10.2
19232026-05-08T16:28:00.191Z Compiling tracing v0.1.44
19242026-05-08T16:28:00.223Z Compiling pbkdf2 v0.12.2
19252026-05-08T16:28:00.577Z Compiling darling v0.21.3
19262026-05-08T16:28:00.627Z Compiling spki v0.7.3
19272026-05-08T16:28:00.727Z Compiling camino v1.2.2
19282026-05-08T16:28:00.847Z Compiling scrypt v0.11.0
19292026-05-08T16:28:00.883Z Compiling rand_chacha v0.9.0
19302026-05-08T16:28:01.085Z Compiling cbc v0.1.2
19312026-05-08T16:28:01.102Z Compiling aes v0.8.4
19322026-05-08T16:28:01.598Z Compiling usdt-impl v0.5.0
19332026-05-08T16:28:01.615Z Compiling usdt-impl v0.6.0
19342026-05-08T16:28:01.635Z Compiling winnow v0.7.14
19352026-05-08T16:28:01.823Z Compiling paste v1.0.15
19362026-05-08T16:28:01.841Z Compiling ref-cast v1.0.25
19372026-05-08T16:28:01.857Z Compiling either v1.15.0
19382026-05-08T16:28:02.151Z Compiling pkcs5 v0.7.1
19392026-05-08T16:28:02.179Z Compiling rand v0.9.2
19402026-05-08T16:28:02.207Z Compiling http-body v1.0.1
19412026-05-08T16:28:02.271Z Compiling scroll v0.13.0
19422026-05-08T16:28:02.344Z Compiling tokio-util v0.7.18
19432026-05-08T16:28:02.394Z Compiling scroll v0.12.0
19442026-05-08T16:28:02.411Z Compiling toml_datetime v0.6.11
19452026-05-08T16:28:02.425Z Compiling serde_spanned v0.6.9
19462026-05-08T16:28:02.700Z Compiling heapless v0.7.17
19472026-05-08T16:28:02.731Z Compiling bzip2-sys v0.1.13+1.0.8
19482026-05-08T16:28:02.771Z Compiling openssl-probe v0.2.1
19492026-05-08T16:28:02.955Z Compiling untrusted v0.7.1
19502026-05-08T16:28:03.042Z Compiling zstd-safe v7.2.4
19512026-05-08T16:28:03.127Z Compiling signal-hook v0.3.18
19522026-05-08T16:28:03.143Z Compiling atomic-waker v1.1.2
19532026-05-08T16:28:03.146Z Compiling toml_parser v1.0.9+spec-1.1.0
19542026-05-08T16:28:03.304Z Compiling goblin v0.8.2
19552026-05-08T16:28:03.307Z Compiling goblin v0.10.5
19562026-05-08T16:28:03.340Z Compiling pkcs8 v0.10.2
19572026-05-08T16:28:03.656Z Compiling zerocopy v0.7.35
19582026-05-08T16:28:03.744Z Compiling ref-cast-impl v1.0.25
19592026-05-08T16:28:03.761Z Compiling darling_core v0.20.11
19602026-05-08T16:28:03.801Z Compiling curve25519-dalek v4.1.3
19612026-05-08T16:28:03.891Z Compiling toml_datetime v0.7.5+spec-1.1.0
19622026-05-08T16:28:03.998Z Compiling memoffset v0.9.1
19632026-05-08T16:28:04.070Z Compiling try-lock v0.2.5
19642026-05-08T16:28:04.208Z Compiling rustix v0.38.44
19652026-05-08T16:28:04.248Z Compiling winnow v0.5.40
19662026-05-08T16:28:04.368Z Compiling tower-service v0.3.3
19672026-05-08T16:28:04.443Z Compiling tinyvec_macros v0.1.1
19682026-05-08T16:28:04.547Z Compiling tower-layer v0.3.3
19692026-05-08T16:28:04.601Z Compiling fastrand v2.3.0
19702026-05-08T16:28:04.882Z Compiling litrs v1.0.0
19712026-05-08T16:28:04.959Z Compiling want v0.3.1
19722026-05-08T16:28:05.023Z Compiling tinyvec v1.10.0
19732026-05-08T16:28:05.075Z Compiling h2 v0.4.13
19742026-05-08T16:28:05.365Z Compiling document-features v0.2.12
19752026-05-08T16:28:05.573Z Compiling toml_edit v0.19.15
19762026-05-08T16:28:05.661Z Compiling dof v0.3.0
19772026-05-08T16:28:05.729Z Compiling darling_macro v0.20.11
19782026-05-08T16:28:06.056Z Compiling dof v0.4.0
19792026-05-08T16:28:06.086Z Compiling dtrace-parser v0.2.0
19802026-05-08T16:28:06.281Z Compiling dtrace-parser v0.3.0
19812026-05-08T16:28:06.387Z Compiling ipnet v2.11.0
19822026-05-08T16:28:06.480Z Compiling daft-derive v0.1.5
19832026-05-08T16:28:06.529Z Compiling async-trait v0.1.89
19842026-05-08T16:28:06.722Z Compiling spin v0.9.8
19852026-05-08T16:28:06.848Z Compiling thread-id v5.1.0
19862026-05-08T16:28:06.865Z Compiling thread-id v4.2.2
19872026-05-08T16:28:06.953Z Compiling httpdate v1.0.3
19882026-05-08T16:28:06.968Z Compiling pin-utils v0.1.0
19892026-05-08T16:28:06.972Z Compiling smoltcp v0.9.1
19902026-05-08T16:28:07.066Z Compiling foreign-types-shared v0.1.1
19912026-05-08T16:28:07.145Z Compiling cfg_aliases v0.2.1
19922026-05-08T16:28:07.179Z Compiling num-bigint-dig v0.8.6
19932026-05-08T16:28:07.182Z Compiling powerfmt v0.2.0
19942026-05-08T16:28:07.211Z Compiling foreign-types v0.3.2
19952026-05-08T16:28:07.238Z Compiling nix v0.31.2
19962026-05-08T16:28:07.400Z Compiling deranged v0.5.8
19972026-05-08T16:28:07.429Z Compiling tempfile v3.25.0
19982026-05-08T16:28:07.538Z Compiling darling v0.20.11
19992026-05-08T16:28:07.741Z Compiling ipnetwork v0.21.1
20002026-05-08T16:28:07.860Z Compiling strum_macros v0.26.4
20012026-05-08T16:28:07.891Z Compiling curve25519-dalek-derive v0.1.1
20022026-05-08T16:28:08.132Z Compiling hyper v1.8.1
20032026-05-08T16:28:08.196Z Compiling wait-timeout v0.2.1
20042026-05-08T16:28:08.407Z Compiling bit-vec v0.8.0
20052026-05-08T16:28:08.536Z Compiling quick-error v1.2.3
20062026-05-08T16:28:08.627Z Compiling anstyle v1.0.13
20072026-05-08T16:28:08.663Z Compiling num_threads v0.1.7
20082026-05-08T16:28:08.798Z Compiling utf8parse v0.2.2
20092026-05-08T16:28:08.828Z Compiling siphasher v1.0.2
20102026-05-08T16:28:08.846Z Compiling simd-adler32 v0.3.8
20112026-05-08T16:28:08.878Z Compiling time v0.3.47
20122026-05-08T16:28:08.932Z Compiling anstyle-parse v0.2.7
20132026-05-08T16:28:09.108Z Compiling rusty-fork v0.3.1
20142026-05-08T16:28:09.139Z Compiling bit-set v0.8.0
20152026-05-08T16:28:09.396Z Compiling hyper-util v0.1.20
20162026-05-08T16:28:09.640Z Compiling derive_builder_core v0.20.2
20172026-05-08T16:28:09.701Z Compiling unicode-normalization v0.1.25
20182026-05-08T16:28:10.175Z Compiling rustls-native-certs v0.8.3
20192026-05-08T16:28:10.453Z Compiling signature v2.2.0
20202026-05-08T16:28:10.472Z Compiling hubpack_derive v0.1.1
20212026-05-08T16:28:10.539Z Compiling strum_macros v0.27.2
20222026-05-08T16:28:10.618Z Compiling rand_xorshift v0.4.0
20232026-05-08T16:28:10.840Z Compiling sync_wrapper v1.0.2
20242026-05-08T16:28:10.866Z Compiling fs-err v3.3.0
20252026-05-08T16:28:10.906Z Compiling ahash v0.8.12
20262026-05-08T16:28:10.969Z Compiling object v0.37.3
20272026-05-08T16:28:11.008Z Compiling unicode-segmentation v1.12.0
20282026-05-08T16:28:11.081Z Compiling unicode-properties v0.1.4
20292026-05-08T16:28:11.098Z Compiling unicode-bidi v0.3.18
20302026-05-08T16:28:11.118Z Compiling colorchoice v1.0.4
20312026-05-08T16:28:11.135Z Compiling anstyle-query v1.1.5
20322026-05-08T16:28:11.151Z Compiling unarray v0.1.4
20332026-05-08T16:28:11.253Z Compiling is_terminal_polyfill v1.70.2
20342026-05-08T16:28:11.285Z Compiling adler2 v2.0.1
20352026-05-08T16:28:11.316Z Compiling allocator-api2 v0.2.21
20362026-05-08T16:28:11.411Z Compiling miniz_oxide v0.8.9
20372026-05-08T16:28:11.449Z Compiling anstream v0.6.21
20382026-05-08T16:28:11.666Z Compiling stringprep v0.1.5
20392026-05-08T16:28:11.753Z Compiling proptest v1.10.0
20402026-05-08T16:28:11.925Z Compiling tower v0.5.3
20412026-05-08T16:28:11.967Z Compiling derive_builder_macro v0.20.2
20422026-05-08T16:28:12.216Z Compiling usdt-attr-macro v0.6.0
20432026-05-08T16:28:12.233Z Compiling usdt-macro v0.6.0
20442026-05-08T16:28:12.735Z Compiling http-body-util v0.1.3
20452026-05-08T16:28:12.904Z Compiling webpki-roots v1.0.6
20462026-05-08T16:28:13.014Z Compiling rand_chacha v0.3.1
20472026-05-08T16:28:13.032Z Compiling erased-serde v0.3.31
20482026-05-08T16:28:13.050Z Compiling md-5 v0.10.6
20492026-05-08T16:28:13.210Z Compiling num-integer v0.1.46
20502026-05-08T16:28:13.226Z Compiling hash32 v0.2.1
20512026-05-08T16:28:13.264Z Compiling vergen-lib v0.1.6
20522026-05-08T16:28:13.282Z Compiling ff v0.13.1
20532026-05-08T16:28:13.379Z Compiling ryu v1.0.23
20542026-05-08T16:28:13.395Z Compiling iri-string v0.7.10
20552026-05-08T16:28:13.451Z Compiling fallible-iterator v0.2.0
20562026-05-08T16:28:13.454Z Compiling zlib-rs v0.6.2
20572026-05-08T16:28:13.489Z Compiling psl-types v2.0.11
20582026-05-08T16:28:13.531Z Compiling base16ct v0.2.0
20592026-05-08T16:28:13.583Z Compiling serde_urlencoded v0.7.1
20602026-05-08T16:28:13.634Z Compiling publicsuffix v2.3.0
20612026-05-08T16:28:13.665Z Compiling sec1 v0.7.3
20622026-05-08T16:28:13.759Z Compiling postgres-protocol v0.6.10
20632026-05-08T16:28:13.779Z Compiling newtype-uuid v1.3.2
20642026-05-08T16:28:13.800Z Compiling num-iter v0.1.45
20652026-05-08T16:28:13.827Z Compiling group v0.13.0
20662026-05-08T16:28:14.026Z Compiling rand v0.8.5
20672026-05-08T16:28:14.274Z Compiling oxnet v0.1.4
20682026-05-08T16:28:14.363Z Compiling derive_builder v0.20.2
20692026-05-08T16:28:14.502Z Compiling tokio-native-tls v0.3.1
20702026-05-08T16:28:14.520Z Compiling heck v0.4.1
20712026-05-08T16:28:14.536Z Compiling tower-http v0.6.8
20722026-05-08T16:28:14.610Z Compiling phf_shared v0.13.1
20732026-05-08T16:28:14.698Z Compiling lazy_static v1.5.0
20742026-05-08T16:28:14.749Z Compiling terminal_size v0.4.3
20752026-05-08T16:28:14.797Z Compiling serde_with_macros v3.17.0
20762026-05-08T16:28:14.815Z Compiling cargo-platform v0.1.9
20772026-05-08T16:28:14.847Z Compiling hkdf v0.12.4
20782026-05-08T16:28:14.909Z Compiling crypto-bigint v0.5.5
20792026-05-08T16:28:14.912Z Compiling enum-as-inner v0.6.1
20802026-05-08T16:28:14.933Z Compiling clap_derive v4.5.55
20812026-05-08T16:28:14.955Z Compiling serde_repr v0.1.20
20822026-05-08T16:28:14.997Z Compiling vergen v9.0.6
20832026-05-08T16:28:15.051Z Compiling foldhash v0.1.5
20842026-05-08T16:28:15.090Z Compiling bitflags v1.3.2
20852026-05-08T16:28:15.214Z Compiling libbz2-rs-sys v0.2.2
20862026-05-08T16:28:15.281Z Compiling managed v0.8.0
20872026-05-08T16:28:15.313Z Compiling clap_lex v1.0.0
20882026-05-08T16:28:15.392Z Compiling foldhash v0.2.0
20892026-05-08T16:28:15.420Z Compiling bumpalo v3.20.2
20902026-05-08T16:28:15.488Z Compiling flate2 v1.1.9
20912026-05-08T16:28:15.622Z Compiling zopfli v0.8.3
20922026-05-08T16:28:15.691Z Compiling bzip2 v0.6.1
20932026-05-08T16:28:15.740Z Compiling hashbrown v0.16.1
20942026-05-08T16:28:15.818Z Compiling elliptic-curve v0.13.8
20952026-05-08T16:28:15.861Z Compiling clap_builder v4.5.60
20962026-05-08T16:28:15.941Z Compiling hashbrown v0.15.5
20972026-05-08T16:28:16.023Z Compiling cargo_metadata v0.19.2
20982026-05-08T16:28:16.439Z Compiling phf v0.13.1
20992026-05-08T16:28:16.577Z Compiling zstd v0.13.3
21002026-05-08T16:28:16.620Z Compiling hyper-tls v0.6.0
21012026-05-08T16:28:16.674Z Compiling daft v0.1.5
21022026-05-08T16:28:16.690Z Compiling signal-hook-mio v0.2.5
21032026-05-08T16:28:16.849Z Compiling cookie_store v0.22.1
21042026-05-08T16:28:16.867Z Compiling postgres-types v0.2.12
21052026-05-08T16:28:16.969Z Compiling bzip2 v0.4.4
21062026-05-08T16:28:17.159Z Compiling strum v0.27.2
21072026-05-08T16:28:17.299Z Compiling hubpack v0.1.2
21082026-05-08T16:28:17.315Z Compiling ed25519 v2.2.3
21092026-05-08T16:28:17.343Z Compiling phf_shared v0.11.3
21102026-05-08T16:28:17.435Z Compiling crossbeam-epoch v0.9.18
21112026-05-08T16:28:17.476Z Compiling pkcs1 v0.7.5
21122026-05-08T16:28:17.609Z Compiling hex v0.4.3
21132026-05-08T16:28:17.612Z Compiling serde-big-array v0.5.1
21142026-05-08T16:28:17.738Z Compiling rfc6979 v0.4.0
21152026-05-08T16:28:17.792Z Compiling bstr v1.12.1
21162026-05-08T16:28:17.898Z Compiling float-cmp v0.10.0
21172026-05-08T16:28:17.917Z Compiling memmap2 v0.9.10
21182026-05-08T16:28:17.930Z Compiling env_filter v1.0.0
21192026-05-08T16:28:17.977Z Compiling encoding_rs v0.8.35
21202026-05-08T16:28:17.994Z Compiling jiff v0.2.21
21212026-05-08T16:28:18.008Z Compiling predicates-core v1.0.10
21222026-05-08T16:28:18.068Z Compiling fixedbitset v0.5.7
21232026-05-08T16:28:18.106Z Compiling rustc-hash v2.1.1
21242026-05-08T16:28:18.141Z Compiling difflib v0.4.0
21252026-05-08T16:28:18.209Z Compiling static_assertions v1.1.0
21262026-05-08T16:28:18.238Z Compiling normalize-line-endings v0.3.0
21272026-05-08T16:28:18.255Z Compiling new_debug_unreachable v1.0.6
21282026-05-08T16:28:18.302Z Compiling whoami v2.1.0
21292026-05-08T16:28:18.347Z Compiling precomputed-hash v0.1.1
21302026-05-08T16:28:18.363Z Compiling toml_write v0.1.2
21312026-05-08T16:28:18.410Z Compiling data-encoding v2.10.0
21322026-05-08T16:28:18.427Z Compiling fixedbitset v0.4.2
21332026-05-08T16:28:18.456Z Compiling keccak v0.1.6
21342026-05-08T16:28:18.591Z Compiling mime v0.3.17
21352026-05-08T16:28:18.621Z Compiling sha3 v0.10.8
21362026-05-08T16:28:18.637Z Compiling petgraph v0.6.5
21372026-05-08T16:28:18.655Z Compiling tokio-postgres v0.7.16
21382026-05-08T16:28:18.671Z Compiling toml_edit v0.22.27
21392026-05-08T16:28:18.851Z Compiling hickory-proto v0.25.2
21402026-05-08T16:28:18.981Z Compiling string_cache v0.8.9
21412026-05-08T16:28:19.219Z Compiling predicates v3.1.4
21422026-05-08T16:28:19.306Z Compiling petgraph v0.8.3
21432026-05-08T16:28:19.324Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21442026-05-08T16:28:19.529Z Compiling iddqd v0.3.18
21452026-05-08T16:28:19.797Z Compiling similar v2.7.0
21462026-05-08T16:28:20.157Z Compiling env_logger v0.11.9
21472026-05-08T16:28:20.488Z Compiling usdt v0.6.0
21482026-05-08T16:28:20.658Z Compiling zip v4.6.1
21492026-05-08T16:28:20.724Z Compiling serde_with v3.17.0
21502026-05-08T16:28:20.774Z Compiling ecdsa v0.16.9
21512026-05-08T16:28:21.023Z Compiling rsa v0.9.10
21522026-05-08T16:28:21.183Z Compiling ed25519-dalek v2.2.0
21532026-05-08T16:28:21.567Z Compiling clap v4.5.60
21542026-05-08T16:28:21.770Z Compiling crossterm v0.28.1
21552026-05-08T16:28:21.900Z Compiling zip v0.6.6
21562026-05-08T16:28:22.284Z Compiling strum v0.26.3
21572026-05-08T16:28:22.381Z Compiling toml v0.7.8
21582026-05-08T16:28:22.435Z Compiling tokio-stream v0.1.18
21592026-05-08T16:28:22.457Z Compiling buf-list v1.1.2
21602026-05-08T16:28:22.475Z Compiling itertools v0.13.0
21612026-05-08T16:28:22.597Z Compiling x509-cert v0.2.5
21622026-05-08T16:28:22.950Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21632026-05-08T16:28:22.987Z Compiling openapiv3 v2.2.0
21642026-05-08T16:28:23.107Z Compiling sha1 v0.10.6
21652026-05-08T16:28:23.360Z Compiling peg-runtime v0.8.5
21662026-05-08T16:28:23.711Z Compiling lalrpop-util v0.19.12
21672026-05-08T16:28:38.682Z Compiling rustls-webpki v0.103.9
21682026-05-08T16:28:40.117Z Compiling macaddr v1.0.1
21692026-05-08T16:28:40.179Z Compiling structmeta-derive v0.3.0
21702026-05-08T16:28:40.265Z Compiling rayon-core v1.13.0
21712026-05-08T16:28:40.296Z Compiling crucible-workspace-hack v0.1.0
21722026-05-08T16:28:40.423Z Compiling itertools v0.14.0
21732026-05-08T16:28:40.526Z Compiling secrecy v0.10.3
21742026-05-08T16:28:40.545Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21752026-05-08T16:28:40.561Z Compiling heapless v0.8.0
21762026-05-08T16:28:40.726Z Compiling rustls v0.22.4
21772026-05-08T16:28:40.957Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21782026-05-08T16:28:41.041Z Compiling crossbeam-deque v0.8.6
21792026-05-08T16:28:41.072Z Compiling toml_edit v0.23.10+spec-1.0.0
21802026-05-08T16:28:41.138Z Compiling rustls-webpki v0.102.8
21812026-05-08T16:28:41.141Z Compiling futures-executor v0.3.32
21822026-05-08T16:28:41.196Z Compiling structmeta v0.3.0
21832026-05-08T16:28:41.279Z Compiling hash32 v0.3.1
21842026-05-08T16:28:41.296Z Compiling multer v3.1.0
21852026-05-08T16:28:41.312Z Compiling thread_local v1.1.9
21862026-05-08T16:28:41.342Z Compiling smoltcp v0.11.0
21872026-05-08T16:28:41.440Z Compiling match_cfg v0.1.0
21882026-05-08T16:28:41.447Z Compiling unicode-width v0.2.0
21892026-05-08T16:28:41.471Z Compiling compression-core v0.4.31
21902026-05-08T16:28:41.516Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21912026-05-08T16:28:41.533Z Compiling slog-async v2.8.0
21922026-05-08T16:28:41.657Z Compiling proc-macro-crate v3.4.0
21932026-05-08T16:28:41.676Z Compiling compression-codecs v0.4.37
21942026-05-08T16:28:41.728Z Compiling ingot-macros v0.1.1
21952026-05-08T16:28:41.787Z Compiling hostname v0.3.1
21962026-05-08T16:28:41.790Z Compiling derive-ex v0.1.8
21972026-05-08T16:28:41.893Z Compiling futures v0.3.32
21982026-05-08T16:28:41.993Z Compiling slog-json v2.6.1
21992026-05-08T16:28:42.012Z Compiling crossbeam-channel v0.5.15
22002026-05-08T16:28:42.077Z Compiling half v2.7.1
22012026-05-08T16:28:42.112Z Compiling newtype-uuid-macros v0.1.0
22022026-05-08T16:28:42.267Z Compiling cobs v0.3.0
22032026-05-08T16:28:42.341Z Compiling universal-hash v0.5.1
22042026-05-08T16:28:42.448Z Compiling tokio-rustls v0.26.4
22052026-05-08T16:28:42.510Z Compiling rustls-platform-verifier v0.6.2
22062026-05-08T16:28:42.584Z Compiling thiserror-impl-no-std v2.0.2
22072026-05-08T16:28:42.757Z Compiling hyper-rustls v0.27.7
22082026-05-08T16:28:42.761Z Compiling async-stream-impl v0.3.6
22092026-05-08T16:28:42.789Z Compiling toml_datetime v1.0.0+spec-1.1.0
22102026-05-08T16:28:42.863Z Compiling serde_spanned v1.0.4
22112026-05-08T16:28:42.995Z Compiling is-terminal v0.4.17
22122026-05-08T16:28:43.055Z Compiling reqwest v0.12.28
22132026-05-08T16:28:43.110Z Compiling reqwest v0.13.2
22142026-05-08T16:28:43.128Z Compiling proc-macro-error-attr v1.0.4
22152026-05-08T16:28:43.241Z Compiling dropshot v0.17.0
22162026-05-08T16:28:43.338Z Compiling opaque-debug v0.3.1
22172026-05-08T16:28:43.354Z Compiling take_mut v0.2.2
22182026-05-08T16:28:43.369Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22192026-05-08T16:28:43.436Z Compiling convert_case v0.4.0
22202026-05-08T16:28:43.468Z Compiling term v1.2.1
22212026-05-08T16:28:43.495Z Compiling ciborium-io v0.2.2
22222026-05-08T16:28:43.549Z Compiling toml_writer v1.0.6+spec-1.1.0
22232026-05-08T16:28:43.612Z Compiling ciborium-ll v0.2.2
22242026-05-08T16:28:43.664Z Compiling thiserror-no-std v2.0.2
22252026-05-08T16:28:43.688Z Compiling poly1305 v0.8.0
22262026-05-08T16:28:43.769Z Compiling derive_more v0.99.20
22272026-05-08T16:28:43.786Z Compiling slog-term v2.9.2
22282026-05-08T16:28:43.841Z Compiling tokio-rustls v0.25.0
22292026-05-08T16:28:43.897Z Compiling toml v1.0.6+spec-1.1.0
22302026-05-08T16:28:44.089Z Compiling async-stream v0.3.6
22312026-05-08T16:28:44.176Z Compiling test-strategy v0.4.5
22322026-05-08T16:28:44.310Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22332026-05-08T16:28:44.336Z Compiling postcard v1.1.3
22342026-05-08T16:28:44.373Z Compiling ingot-types v0.1.2
22352026-05-08T16:28:44.759Z Compiling slog-bunyan v2.5.0
22362026-05-08T16:28:44.847Z Compiling ingot v0.1.1
22372026-05-08T16:28:44.910Z Compiling num_enum_derive v0.7.5
22382026-05-08T16:28:44.966Z Compiling async-compression v0.4.41
22392026-05-08T16:28:45.314Z Compiling parse-display-derive v0.10.0
22402026-05-08T16:28:45.456Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22412026-05-08T16:28:45.488Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22422026-05-08T16:28:45.743Z Compiling proc-macro-crate v1.3.1
22432026-05-08T16:28:45.880Z Compiling backon v1.6.0
22442026-05-08T16:28:45.951Z Compiling waitgroup v0.1.2
22452026-05-08T16:28:46.109Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22462026-05-08T16:28:46.127Z Compiling chacha20 v0.9.1
22472026-05-08T16:28:46.155Z Compiling dropshot_endpoint v0.17.0
22482026-05-08T16:28:46.254Z Compiling rustls-pemfile v2.2.0
22492026-05-08T16:28:46.303Z Compiling blake2 v0.10.6
22502026-05-08T16:28:46.384Z Compiling aead v0.5.2
22512026-05-08T16:28:46.412Z Compiling password-hash v0.5.0
22522026-05-08T16:28:46.488Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22532026-05-08T16:28:46.598Z Compiling foreign-types-macros v0.2.3
22542026-05-08T16:28:46.617Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22552026-05-08T16:28:46.803Z Compiling serde_path_to_error v0.1.20
22562026-05-08T16:28:46.825Z Compiling hostname v0.4.2
22572026-05-08T16:28:46.846Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22582026-05-08T16:28:47.007Z Compiling proc-macro-error v1.0.4
22592026-05-08T16:28:47.043Z Compiling instant v0.1.13
22602026-05-08T16:28:47.059Z Compiling typeid v1.0.3
22612026-05-08T16:28:47.078Z Compiling foreign-types-shared v0.3.1
22622026-05-08T16:28:47.126Z Compiling cpufeatures v0.3.0
22632026-05-08T16:28:47.184Z Compiling debug-ignore v1.0.5
22642026-05-08T16:28:47.204Z Compiling backoff v0.4.0
22652026-05-08T16:28:47.221Z Compiling foreign-types v0.5.0
22662026-05-08T16:28:47.241Z Compiling chacha20 v0.10.0
22672026-05-08T16:28:47.276Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22682026-05-08T16:28:47.317Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22692026-05-08T16:28:47.329Z Compiling parse-display v0.10.0
22702026-05-08T16:28:47.347Z Compiling argon2 v0.5.3
22712026-05-08T16:28:47.381Z Compiling chacha20poly1305 v0.10.1
22722026-05-08T16:28:47.409Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22732026-05-08T16:28:47.426Z Compiling num_enum_derive v0.5.11
22742026-05-08T16:28:47.448Z Compiling num_enum v0.7.5
22752026-05-08T16:28:47.582Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22762026-05-08T16:28:47.617Z Compiling ciborium v0.2.2
22772026-05-08T16:28:47.774Z Compiling vsss-rs v3.3.4
22782026-05-08T16:28:48.093Z Compiling tabwriter v1.4.1
22792026-05-08T16:28:48.134Z Compiling regress v0.10.5
22802026-05-08T16:28:48.224Z Compiling byte-wrapper v0.1.0
22812026-05-08T16:28:48.277Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22822026-05-08T16:28:48.423Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22832026-05-08T16:28:48.430Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22842026-05-08T16:28:48.489Z Compiling cstr-argument v0.1.2
22852026-05-08T16:28:48.506Z Compiling erased-serde v0.4.9
22862026-05-08T16:28:48.606Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22872026-05-08T16:28:48.682Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22882026-05-08T16:28:48.850Z Compiling num_enum v0.5.11
22892026-05-08T16:28:48.866Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22902026-05-08T16:28:48.886Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22912026-05-08T16:28:49.044Z Compiling rand v0.10.0
22922026-05-08T16:28:49.115Z Compiling rayon v1.11.0
22932026-05-08T16:28:49.130Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22942026-05-08T16:28:49.146Z Compiling colored v3.1.1
22952026-05-08T16:28:49.169Z Compiling libefi-sys v0.1.0
22962026-05-08T16:28:49.236Z Compiling indent_write v2.2.0
22972026-05-08T16:28:49.311Z Compiling zone_cfg_derive v0.3.1
22982026-05-08T16:28:49.327Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22992026-05-08T16:28:49.397Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23002026-05-08T16:28:49.512Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23012026-05-08T16:28:49.528Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23022026-05-08T16:28:49.752Z Compiling camino-tempfile v1.4.1
23032026-05-08T16:28:49.788Z Compiling itertools v0.12.1
23042026-05-08T16:28:49.851Z Compiling usdt-attr-macro v0.5.0
23052026-05-08T16:28:49.855Z Compiling usdt-macro v0.5.0
23062026-05-08T16:28:49.939Z Compiling bitfield-struct v0.6.2
23072026-05-08T16:28:50.079Z Compiling num-derive v0.4.2
23082026-05-08T16:28:50.087Z Compiling blake3 v1.8.3
23092026-05-08T16:28:50.160Z Compiling ordered-float v2.10.1
23102026-05-08T16:28:50.475Z Compiling sigpipe v0.1.3
23112026-05-08T16:28:50.492Z Compiling memmap v0.7.0
23122026-05-08T16:28:50.584Z Compiling swrite v0.1.0
23132026-05-08T16:28:50.602Z Compiling glob v0.3.3
23142026-05-08T16:28:50.602Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23152026-05-08T16:28:50.632Z Compiling usdt v0.5.0
23162026-05-08T16:28:50.707Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23172026-05-08T16:28:50.750Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23182026-05-08T16:28:50.988Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23192026-05-08T16:28:51.045Z Compiling serde-value v0.7.0
23202026-05-08T16:28:51.248Z Compiling zone v0.3.1
23212026-05-08T16:28:51.267Z Compiling serde-untagged v0.1.9
23222026-05-08T16:28:51.316Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23232026-05-08T16:28:51.505Z Compiling toml v0.8.23
23242026-05-08T16:28:51.563Z Compiling smf v0.2.3
23252026-05-08T16:28:51.594Z Compiling filetime v0.2.27
23262026-05-08T16:28:51.633Z Compiling arrayref v0.3.9
23272026-05-08T16:28:51.648Z Compiling constant_time_eq v0.4.2
23282026-05-08T16:28:51.700Z Compiling arrayvec v0.7.6
23292026-05-08T16:28:51.730Z Compiling xattr v1.6.1
23302026-05-08T16:28:51.760Z Compiling same-file v1.0.6
23312026-05-08T16:28:51.826Z Compiling whoami v1.6.1
23322026-05-08T16:28:51.869Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23332026-05-08T16:28:51.886Z Compiling unicode-xid v0.2.6
23342026-05-08T16:28:51.945Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-05-08T16:28:51.962Z Compiling walkdir v2.5.0
23362026-05-08T16:28:51.992Z Compiling tar v0.4.45
23372026-05-08T16:28:52.053Z Compiling cargo-util-schemas v0.8.2
23382026-05-08T16:28:52.285Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23392026-05-08T16:28:52.575Z Compiling tokio-dtrace v0.1.1
23402026-05-08T16:28:52.659Z Compiling console v0.16.2
23412026-05-08T16:28:52.723Z Compiling gethostname v0.5.0
23422026-05-08T16:28:52.739Z Compiling cargo-platform v0.2.0
23432026-05-08T16:28:52.887Z Compiling topological-sort v0.2.2
23442026-05-08T16:28:52.902Z Compiling unit-prefix v0.5.2
23452026-05-08T16:28:52.920Z Compiling oxide-tokio-rt v0.1.4
23462026-05-08T16:28:52.938Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23472026-05-08T16:28:53.080Z Compiling indicatif v0.18.4
23482026-05-08T16:28:53.095Z Compiling shell-words v1.1.1
23492026-05-08T16:28:53.311Z Compiling cargo_metadata v0.21.0
23502026-05-08T16:29:02.534Z Compiling progenitor-client v0.10.0
23512026-05-08T16:29:02.534Z Compiling omicron-zone-package v0.12.2
23522026-05-08T16:29:02.551Z Compiling progenitor-client v0.14.0
23532026-05-08T16:29:02.651Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23542026-05-08T16:29:02.680Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23552026-05-08T16:29:02.705Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23562026-05-08T16:29:03.013Z Compiling progenitor-extras v0.2.0
23572026-05-08T16:29:03.029Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23582026-05-08T16:29:03.062Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23592026-05-08T16:29:03.274Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23602026-05-08T16:29:03.640Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23612026-05-08T16:29:03.881Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23622026-05-08T16:29:03.953Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23632026-05-08T16:29:07.684Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23642026-05-08T16:29:15.165Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23652026-05-08T16:29:18.319Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23662026-05-08T16:29:19.294Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23672026-05-08T16:29:28.565Z Finished `release` profile [optimized] target(s) in 1m 40s
23682026-05-08T16:29:28.692Z Running `target/release/omicron-package -t test target create -p dev`
23692026-05-08T16:29:28.755ZLogging to: /work/oxidecomputer/omicron/out/LOG
23702026-05-08T16:29:28.758ZCreated new build target 'test' and set it as active
23712026-05-08T16:29:28.761Z
23722026-05-08T16:29:28.761Zreal 1:40.819282053
23732026-05-08T16:29:28.761Zuser 16:36.761197438
23742026-05-08T16:29:28.761Zsys 2:38.075508572
23752026-05-08T16:29:28.761Ztrap 0.450686698
23762026-05-08T16:29:28.761Ztflt 2.572510829
23772026-05-08T16:29:28.761Zdflt 3.463920662
23782026-05-08T16:29:28.761Zkflt 0.000892950
23792026-05-08T16:29:28.761Zlock 52:13.584638300
23802026-05-08T16:29:28.761Zslp 42:51.916465296
23812026-05-08T16:29:28.761Zlat 42.612490008
23822026-05-08T16:29:28.761Zstop 5:33.979868762
23832026-05-08T16:29:28.761Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23842026-05-08T16:29:29.644Z Finished `release` profile [optimized] target(s) in 0.87s
23852026-05-08T16:29:29.717Z Running `target/release/omicron-package -t test package`
23862026-05-08T16:29:29.778ZLogging to: /work/oxidecomputer/omicron/out/LOG
23872026-05-08T16:29:31.189Z Compiling heck v0.5.0
23882026-05-08T16:29:31.189Z Compiling regress v0.11.1
23892026-05-08T16:29:31.189Z Compiling unsafe-libyaml v0.2.11
23902026-05-08T16:29:31.450Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-05-08T16:29:31.475Z Compiling regress v0.10.5
23922026-05-08T16:29:31.505Z Compiling unicode-width v0.1.14
23932026-05-08T16:29:31.508Z Compiling is-terminal v0.4.17
23942026-05-08T16:29:31.548Z Compiling prettyplease v0.2.37
23952026-05-08T16:29:31.548Z Compiling bytecount v0.6.9
23962026-05-08T16:29:31.551Z Compiling rustls v0.22.4
23972026-05-08T16:29:31.551Z Compiling rustls-webpki v0.102.8
23982026-05-08T16:29:31.592Z Compiling derive-where v1.6.0
23992026-05-08T16:29:31.595Z Compiling thread_local v1.1.9
24002026-05-08T16:29:31.595Z Compiling match_cfg v0.1.0
24012026-05-08T16:29:31.614Z Compiling compression-core v0.4.31
24022026-05-08T16:29:31.719Z Compiling multer v3.1.0
24032026-05-08T16:29:31.719Z Compiling slog-async v2.8.0
24042026-05-08T16:29:31.762Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24052026-05-08T16:29:31.789Z Compiling compression-codecs v0.4.37
24062026-05-08T16:29:31.792Z Compiling hostname v0.3.1
24072026-05-08T16:29:31.812Z Compiling crossbeam-channel v0.5.15
24082026-05-08T16:29:31.856Z Compiling slog-json v2.6.1
24092026-05-08T16:29:31.859Z Compiling futures-executor v0.3.32
24102026-05-08T16:29:31.859Z Compiling serde_spanned v1.0.4
24112026-05-08T16:29:31.944Z Compiling serde_yaml v0.9.34+deprecated
24122026-05-08T16:29:31.966Z Compiling toml_datetime v1.0.0+spec-1.1.0
24132026-05-08T16:29:31.990Z Compiling take_mut v0.2.2
24142026-05-08T16:29:32.087Z Compiling term v1.2.1
24152026-05-08T16:29:32.090Z Compiling toml_writer v1.0.6+spec-1.1.0
24162026-05-08T16:29:32.090Z Compiling futures v0.3.32
24172026-05-08T16:29:32.153Z Compiling slog-bunyan v2.5.0
24182026-05-08T16:29:32.156Z Compiling async-compression v0.4.41
24192026-05-08T16:29:32.322Z Compiling toml v1.0.6+spec-1.1.0
24202026-05-08T16:29:32.347Z Compiling dropshot v0.17.0
24212026-05-08T16:29:32.347Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24222026-05-08T16:29:32.386Z Compiling async-stream v0.3.6
24232026-05-08T16:29:32.416Z Compiling slog-term v2.9.2
24242026-05-08T16:29:32.524Z Compiling num-rational v0.4.2
24252026-05-08T16:29:32.552Z Compiling progenitor-client v0.14.0
24262026-05-08T16:29:32.588Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24272026-05-08T16:29:32.610Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24282026-05-08T16:29:32.658Z Compiling waitgroup v0.1.2
24292026-05-08T16:29:32.741Z Compiling backon v1.6.0
24302026-05-08T16:29:32.799Z Compiling rustls-pemfile v2.2.0
24312026-05-08T16:29:32.825Z Compiling num-complex v0.4.6
24322026-05-08T16:29:32.847Z Compiling serde_path_to_error v0.1.20
24332026-05-08T16:29:32.893Z Compiling hostname v0.4.2
24342026-05-08T16:29:32.915Z Compiling instant v0.1.13
24352026-05-08T16:29:32.944Z Compiling debug-ignore v1.0.5
24362026-05-08T16:29:32.978Z Compiling progenitor-extras v0.2.0
24372026-05-08T16:29:33.018Z Compiling typify-impl v0.6.2
24382026-05-08T16:29:33.058Z Compiling backoff v0.4.0
24392026-05-08T16:29:33.080Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24402026-05-08T16:29:33.080Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24412026-05-08T16:29:33.260Z Compiling num v0.4.3
24422026-05-08T16:29:33.292Z Compiling parse-display v0.10.0
24432026-05-08T16:29:33.314Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24442026-05-08T16:29:33.334Z Compiling progenitor-client v0.13.0
24452026-05-08T16:29:33.371Z Compiling progenitor-client v0.10.0
24462026-05-08T16:29:33.394Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24472026-05-08T16:29:33.514Z Compiling macaddr v1.0.1
24482026-05-08T16:29:33.538Z Compiling float-ord v0.3.2
24492026-05-08T16:29:33.564Z Compiling console v0.15.11
24502026-05-08T16:29:33.690Z Compiling newline-converter v0.3.0
24512026-05-08T16:29:33.723Z Compiling atomicwrites v0.4.4
24522026-05-08T16:29:33.779Z Compiling slog-dtrace v0.3.0
24532026-05-08T16:29:33.879Z Compiling async-recursion v1.1.1
24542026-05-08T16:29:33.935Z Compiling owo-colors v4.3.0
24552026-05-08T16:29:34.010Z Compiling tokio-rustls v0.25.0
24562026-05-08T16:29:34.073Z Compiling expectorate v1.2.0
24572026-05-08T16:29:34.119Z Compiling cancel-safe-futures v0.1.5
24582026-05-08T16:29:34.163Z Compiling libsw-core v0.3.2
24592026-05-08T16:29:34.273Z Compiling resolv-conf v0.7.6
24602026-05-08T16:29:34.321Z Compiling libsw v3.5.0
24612026-05-08T16:29:34.386Z Compiling toml v0.8.23
24622026-05-08T16:29:34.533Z Compiling linear-map v1.2.0
24632026-05-08T16:29:34.566Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-05-08T16:29:34.646Z Compiling linked-hash-map v0.5.6
24652026-05-08T16:29:34.787Z Compiling minimal-lexical v0.2.1
24662026-05-08T16:29:34.864Z Compiling lru-cache v0.1.2
24672026-05-08T16:29:34.888Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24682026-05-08T16:29:34.914Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24692026-05-08T16:29:34.934Z Compiling unicode-xid v0.2.6
24702026-05-08T16:29:34.979Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24712026-05-08T16:29:35.045Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24722026-05-08T16:29:35.070Z Compiling nom v7.1.3
24732026-05-08T16:29:35.073Z Compiling globset v0.4.18
24742026-05-08T16:29:35.114Z Compiling hickory-proto v0.24.4
24752026-05-08T16:29:35.143Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24762026-05-08T16:29:35.310Z Compiling convert_case v0.10.0
24772026-05-08T16:29:35.614Z Compiling derive_more-impl v2.1.1
24782026-05-08T16:29:35.933Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24792026-05-08T16:29:36.299Z Compiling pin-project-internal v1.1.11
24802026-05-08T16:29:36.403Z Compiling derive_more v2.1.1
24812026-05-08T16:29:36.433Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24822026-05-08T16:29:36.513Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24832026-05-08T16:29:36.535Z Compiling typify-macro v0.6.2
24842026-05-08T16:29:36.775Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24852026-05-08T16:29:37.027Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24862026-05-08T16:29:37.335Z Compiling pin-project v1.1.11
24872026-05-08T16:29:37.473Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24882026-05-08T16:29:37.719Z Compiling hickory-resolver v0.24.4
24892026-05-08T16:29:37.782Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24902026-05-08T16:29:37.833Z Compiling papergrid v0.11.0
24912026-05-08T16:29:37.965Z Compiling tabled_derive v0.7.0
24922026-05-08T16:29:38.113Z Compiling typify v0.6.2
24932026-05-08T16:29:38.258Z Compiling progenitor-impl v0.14.0
24942026-05-08T16:29:38.429Z Compiling progenitor-impl v0.13.0
24952026-05-08T16:29:38.948Z Compiling qorb v0.4.1
24962026-05-08T16:29:39.507Z Compiling pem v3.0.6
24972026-05-08T16:29:40.222Z Compiling snafu-derive v0.8.9
24982026-05-08T16:29:40.441Z Compiling progenitor-macro v0.14.0
24992026-05-08T16:29:40.608Z Compiling progenitor-macro v0.13.0
25002026-05-08T16:29:41.001Z Compiling termtree v0.5.1
25012026-05-08T16:29:41.873Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25022026-05-08T16:29:42.094Z Compiling snafu v0.8.9
25032026-05-08T16:29:42.531Z Compiling tabled v0.15.0
25042026-05-08T16:29:42.714Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25052026-05-08T16:29:43.150Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25062026-05-08T16:29:43.736Z Compiling crossterm v0.29.0
25072026-05-08T16:29:43.806Z Compiling phf_shared v0.12.1
25082026-05-08T16:29:43.903Z Compiling olpc-cjson v0.1.4
25092026-05-08T16:29:44.072Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25102026-05-08T16:29:44.165Z Compiling serde_plain v1.0.2
25112026-05-08T16:29:44.513Z Compiling vte v0.14.1
25122026-05-08T16:29:44.641Z Compiling csv-core v0.1.13
25132026-05-08T16:29:44.664Z Compiling progenitor v0.14.0
25142026-05-08T16:29:44.753Z Compiling progenitor v0.13.0
25152026-05-08T16:29:44.785Z Compiling chrono-tz v0.10.4
25162026-05-08T16:29:44.854Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25172026-05-08T16:29:44.892Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25182026-05-08T16:29:44.946Z Compiling typed-path v0.9.3
25192026-05-08T16:29:45.012Z Compiling highway v1.3.0
25202026-05-08T16:29:45.136Z Compiling csv v1.4.0
25212026-05-08T16:29:45.747Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25222026-05-08T16:29:45.950Z Compiling strip-ansi-escapes v0.2.1
25232026-05-08T16:29:46.131Z Compiling tough v0.20.0
25242026-05-08T16:29:46.509Z Compiling phf v0.12.1
25252026-05-08T16:29:46.698Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25262026-05-08T16:29:46.768Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-05-08T16:29:47.256Z Compiling const_format_proc_macros v0.2.34
25282026-05-08T16:29:47.662Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25292026-05-08T16:29:47.740Z Compiling fd-lock v4.0.4
25302026-05-08T16:29:47.864Z Compiling peg-macros v0.8.5
25312026-05-08T16:29:47.977Z Compiling nu-ansi-term v0.50.3
25322026-05-08T16:29:48.079Z Compiling const_format v0.2.35
25332026-05-08T16:29:48.263Z Compiling reedline v0.40.0
25342026-05-08T16:29:48.621Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-05-08T16:29:49.215Z Compiling peg v0.8.5
25362026-05-08T16:29:49.319Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25372026-05-08T16:29:50.041Z Compiling bcs v0.1.6
25382026-05-08T16:29:50.448Z Compiling semver v0.1.20
25392026-05-08T16:29:50.477Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25402026-05-08T16:29:50.614Z Compiling smawk v0.3.2
25412026-05-08T16:29:50.729Z Compiling rustc_version v0.1.7
25422026-05-08T16:29:50.753Z Compiling unicode-linebreak v0.1.5
25432026-05-08T16:29:50.806Z Compiling humantime v2.3.0
25442026-05-08T16:29:51.022Z Compiling newtype_derive v0.1.6
25452026-05-08T16:29:51.061Z Compiling textwrap v0.16.2
25462026-05-08T16:29:51.231Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25472026-05-08T16:29:51.298Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25482026-05-08T16:29:51.453Z Compiling dropshot-api-manager-types v0.7.1
25492026-05-08T16:29:51.890Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25502026-05-08T16:29:51.977Z Compiling base64 v0.21.7
25512026-05-08T16:29:52.063Z Compiling steno v0.4.1
25522026-05-08T16:29:52.414Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25532026-05-08T16:29:52.510Z Compiling tagptr v0.2.0
25542026-05-08T16:29:52.694Z Compiling utf-8 v0.7.6
25552026-05-08T16:29:52.717Z Compiling moka v0.12.13
25562026-05-08T16:29:52.847Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25572026-05-08T16:29:53.006Z Compiling tungstenite v0.21.0
25582026-05-08T16:29:53.038Z Compiling radium v0.7.0
25592026-05-08T16:29:53.366Z Compiling maybe-uninit v2.0.0
25602026-05-08T16:29:53.537Z Compiling tap v1.0.1
25612026-05-08T16:29:53.659Z Compiling tokio-tungstenite v0.21.0
25622026-05-08T16:29:53.760Z Compiling wyz v0.5.1
25632026-05-08T16:29:53.789Z Compiling zerocopy-derive v0.6.6
25642026-05-08T16:29:53.850Z Compiling hickory-resolver v0.25.2
25652026-05-08T16:29:53.970Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25662026-05-08T16:29:54.012Z Compiling crc-catalog v2.4.0
25672026-05-08T16:29:54.054Z Compiling funty v2.0.0
25682026-05-08T16:29:54.145Z Compiling display-error-chain v0.2.2
25692026-05-08T16:29:54.204Z Compiling packed_struct v0.10.1
25702026-05-08T16:29:54.332Z Compiling crc v3.4.0
25712026-05-08T16:29:54.525Z Compiling bitvec v1.0.1
25722026-05-08T16:29:54.591Z Compiling zerocopy v0.6.6
25732026-05-08T16:29:54.856Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25742026-05-08T16:29:54.979Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25752026-05-08T16:29:55.019Z Compiling packed_struct_codegen v0.10.1
25762026-05-08T16:29:55.159Z Compiling num-derive v0.3.3
25772026-05-08T16:29:55.704Z Compiling bitfield-macros v0.19.4
25782026-05-08T16:29:56.033Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25792026-05-08T16:29:56.065Z Compiling proc-macro-error-attr2 v2.0.0
25802026-05-08T16:29:56.347Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25812026-05-08T16:29:56.425Z Compiling indexmap v1.9.3
25822026-05-08T16:29:56.506Z Compiling nodrop v0.1.14
25832026-05-08T16:29:56.647Z Compiling array-init v0.0.4
25842026-05-08T16:29:56.703Z Compiling proc-macro-error2 v2.0.1
25852026-05-08T16:29:57.048Z Compiling bitfield v0.19.4
25862026-05-08T16:29:57.375Z Compiling libscf-sys v1.1.0
25872026-05-08T16:29:57.567Z Compiling smallvec v0.6.14
25882026-05-08T16:29:57.630Z Compiling typify-impl v0.4.3
25892026-05-08T16:29:57.844Z Compiling hashbrown v0.12.3
25902026-05-08T16:29:57.950Z Compiling serde-hex v0.1.0
25912026-05-08T16:29:58.461Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25922026-05-08T16:29:58.668Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-05-08T16:29:59.170Z Compiling tabled_derive v0.11.0
25942026-05-08T16:29:59.364Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25952026-05-08T16:29:59.607Z Compiling ron v0.8.1
25962026-05-08T16:29:59.719Z Compiling papergrid v0.17.0
25972026-05-08T16:29:59.757Z Compiling testing_table v0.3.0
25982026-05-08T16:30:00.097Z Compiling hashbrown v0.13.2
25992026-05-08T16:30:00.191Z Compiling vergen-gitcl v1.0.8
26002026-05-08T16:30:00.212Z Compiling dirs-sys-next v0.1.2
26012026-05-08T16:30:00.350Z Compiling crunchy v0.2.4
26022026-05-08T16:30:00.425Z Compiling crc-any v2.5.0
26032026-05-08T16:30:00.493Z Compiling glob v0.3.3
26042026-05-08T16:30:00.516Z Compiling diesel_derives v2.3.7
26052026-05-08T16:30:00.638Z Compiling maplit v1.0.2
26062026-05-08T16:30:00.706Z Compiling object v0.30.4
26072026-05-08T16:30:00.810Z Compiling dirs-next v2.0.0
26082026-05-08T16:30:00.834Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26092026-05-08T16:30:00.858Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26102026-05-08T16:30:00.879Z Compiling clang-sys v1.8.1
26112026-05-08T16:30:00.882Z Compiling dsl_auto_type v0.2.0
26122026-05-08T16:30:00.966Z Compiling tabled v0.20.0
26132026-05-08T16:30:01.125Z Compiling typify-macro v0.4.3
26142026-05-08T16:30:01.267Z Compiling scheduled-thread-pool v0.2.7
26152026-05-08T16:30:01.460Z Compiling diesel_table_macro_syntax v0.3.0
26162026-05-08T16:30:01.517Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-05-08T16:30:01.695Z Compiling path-slash v0.1.5
26182026-05-08T16:30:01.756Z Compiling xshell-macros v0.2.7
26192026-05-08T16:30:01.868Z Compiling tiny-keccak v2.0.2
26202026-05-08T16:30:01.890Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-08T16:30:02.140Z Compiling r2d2 v0.8.10
26222026-05-08T16:30:02.177Z Compiling xshell v0.2.7
26232026-05-08T16:30:02.293Z Compiling term v0.7.0
26242026-05-08T16:30:02.442Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26252026-05-08T16:30:02.839Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26262026-05-08T16:30:02.897Z Compiling downcast-rs v2.0.2
26272026-05-08T16:30:02.923Z Compiling bit-vec v0.6.3
26282026-05-08T16:30:03.037Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26292026-05-08T16:30:03.170Z Compiling bit-set v0.5.3
26302026-05-08T16:30:03.367Z Compiling ascii-canvas v3.0.0
26312026-05-08T16:30:03.542Z Compiling itertools v0.10.5
26322026-05-08T16:30:03.571Z Compiling ena v0.14.4
26332026-05-08T16:30:03.636Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26342026-05-08T16:30:03.817Z Compiling libloading v0.8.9
26352026-05-08T16:30:04.048Z Compiling diff v0.1.13
26362026-05-08T16:30:04.338Z Compiling regex-syntax v0.6.29
26372026-05-08T16:30:04.628Z Compiling crc8 v0.1.1
26382026-05-08T16:30:04.770Z Compiling unicase v2.9.0
26392026-05-08T16:30:04.843Z Compiling bindgen v0.71.1
26402026-05-08T16:30:05.184Z Compiling typify v0.4.3
26412026-05-08T16:30:05.337Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26422026-05-08T16:30:05.474Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26432026-05-08T16:30:05.546Z Compiling cexpr v0.6.0
26442026-05-08T16:30:05.806Z Compiling lalrpop v0.19.12
26452026-05-08T16:30:06.084Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26462026-05-08T16:30:06.214Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26472026-05-08T16:30:06.280Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26482026-05-08T16:30:06.304Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26492026-05-08T16:30:06.414Z Compiling headers-core v0.3.0
26502026-05-08T16:30:06.578Z Compiling libxml v0.3.3
26512026-05-08T16:30:06.686Z Compiling headers v0.4.1
26522026-05-08T16:30:06.874Z Compiling diesel v2.3.7
26532026-05-08T16:30:06.897Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26542026-05-08T16:30:06.997Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26552026-05-08T16:30:07.226Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26562026-05-08T16:30:07.750Z Compiling strum_macros v0.24.3
26572026-05-08T16:30:08.164Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26582026-05-08T16:30:08.229Z Compiling indoc v1.0.9
26592026-05-08T16:30:08.793Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26602026-05-08T16:30:08.852Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26612026-05-08T16:30:09.018Z Compiling derive_builder v0.20.2
26622026-05-08T16:30:09.045Z Compiling oso-derive v0.27.3
26632026-05-08T16:30:09.048Z Compiling quick-xml v0.37.5
26642026-05-08T16:30:09.198Z Compiling impl-trait-for-tuples v0.2.3
26652026-05-08T16:30:09.227Z Compiling half v1.8.3
26662026-05-08T16:30:09.575Z Compiling openssl-probe v0.1.6
26672026-05-08T16:30:09.675Z Compiling serde_cbor v0.11.2
26682026-05-08T16:30:09.940Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26692026-05-08T16:30:10.324Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26702026-05-08T16:30:10.547Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26712026-05-08T16:30:10.547Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26722026-05-08T16:30:10.672Z Compiling bb8 v0.8.6
26732026-05-08T16:30:10.693Z Compiling trait-variant v0.1.2
26742026-05-08T16:30:10.794Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26752026-05-08T16:30:10.861Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26762026-05-08T16:30:11.071Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26772026-05-08T16:30:11.099Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26782026-05-08T16:30:11.207Z Compiling fxhash v0.2.1
26792026-05-08T16:30:11.245Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26802026-05-08T16:30:11.363Z Compiling salty v0.3.0
26812026-05-08T16:30:11.385Z Compiling samael v0.0.19
26822026-05-08T16:30:11.671Z Compiling progenitor-impl v0.10.0
26832026-05-08T16:30:11.694Z Compiling progenitor-impl v0.11.2
26842026-05-08T16:30:11.738Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26852026-05-08T16:30:11.781Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26862026-05-08T16:30:12.442Z Compiling kstat-rs v0.2.4
26872026-05-08T16:30:12.523Z Compiling libz-sys v1.1.24
26882026-05-08T16:30:12.816Z Compiling nonempty v0.12.0
26892026-05-08T16:30:12.954Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26902026-05-08T16:30:13.014Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26912026-05-08T16:30:13.385Z Compiling polar-core v0.27.3
26922026-05-08T16:30:13.834Z Compiling progenitor-macro v0.10.0
26932026-05-08T16:30:13.965Z Compiling progenitor-macro v0.11.2
26942026-05-08T16:30:15.026Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
26952026-05-08T16:30:16.730Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26962026-05-08T16:30:16.754Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26972026-05-08T16:30:17.287Z Compiling progenitor-client v0.11.2
26982026-05-08T16:30:17.573Z Compiling darling_core v0.23.0
26992026-05-08T16:30:17.900Z Compiling nanorand v0.7.0
27002026-05-08T16:30:17.922Z Compiling arc-swap v1.8.2
27012026-05-08T16:30:18.107Z Compiling fs-err v2.11.0
27022026-05-08T16:30:18.278Z Compiling parking_lot_core v0.8.6
27032026-05-08T16:30:18.495Z Compiling slog-scope v4.4.1
27042026-05-08T16:30:18.537Z Compiling mime_guess v2.0.5
27052026-05-08T16:30:18.601Z Compiling flume v0.11.1
27062026-05-08T16:30:18.952Z Compiling progenitor v0.11.2
27072026-05-08T16:30:19.011Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27082026-05-08T16:30:19.064Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27092026-05-08T16:30:19.143Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27102026-05-08T16:30:19.816Z Compiling darling_macro v0.23.0
27112026-05-08T16:30:20.333Z Compiling progenitor v0.10.0
27122026-05-08T16:30:20.526Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-05-08T16:30:21.207Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27142026-05-08T16:30:22.708Z Compiling oso v0.27.3
27152026-05-08T16:30:22.974Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27162026-05-08T16:30:23.536Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27172026-05-08T16:30:26.373Z Compiling diesel-dtrace v0.5.0
27182026-05-08T16:30:26.703Z Compiling async-bb8-diesel v0.2.1
27192026-05-08T16:30:27.162Z Compiling primeorder v0.13.6
27202026-05-08T16:30:27.515Z Compiling git-stub v1.0.0
27212026-05-08T16:30:27.727Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-05-08T16:30:27.751Z Compiling instability v0.3.11
27232026-05-08T16:30:27.816Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27242026-05-08T16:30:28.016Z Compiling git-stub-vcs v0.1.0
27252026-05-08T16:30:28.387Z Compiling p384 v0.13.1
27262026-05-08T16:30:28.667Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-05-08T16:30:28.840Z Compiling darling v0.23.0
27282026-05-08T16:30:28.993Z Compiling slog-stdlog v4.1.1
27292026-05-08T16:30:29.474Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-05-08T16:30:29.575Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27312026-05-08T16:30:29.634Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27322026-05-08T16:30:29.826Z Compiling ignore v0.4.25
27332026-05-08T16:30:29.934Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27342026-05-08T16:30:30.561Z Compiling castaway v0.2.4
27352026-05-08T16:30:30.724Z Compiling atty v0.2.14
27362026-05-08T16:30:30.813Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27372026-05-08T16:30:30.886Z Compiling http-range v0.1.5
27382026-05-08T16:30:31.054Z Compiling parse-size v1.1.0
27392026-05-08T16:30:31.236Z Compiling indoc v2.0.7
27402026-05-08T16:30:31.285Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27412026-05-08T16:30:31.411Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27422026-05-08T16:30:32.327Z Compiling compact_str v0.8.1
27432026-05-08T16:30:32.393Z Compiling globwalk v0.9.1
27442026-05-08T16:30:33.038Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-05-08T16:30:33.481Z Compiling parking_lot v0.11.2
27462026-05-08T16:30:33.856Z Compiling slog-envlogger v2.2.0
27472026-05-08T16:30:34.445Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27482026-05-08T16:30:34.915Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27492026-05-08T16:30:35.044Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27502026-05-08T16:30:35.166Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27512026-05-08T16:30:35.193Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27522026-05-08T16:30:35.572Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27532026-05-08T16:30:35.777Z Compiling predicates-tree v1.0.13
27542026-05-08T16:30:35.802Z Compiling unicode-truncate v1.1.0
27552026-05-08T16:30:35.990Z Compiling lru v0.12.5
27562026-05-08T16:30:36.019Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-08T16:30:36.041Z Compiling rand_seeder v0.4.0
27582026-05-08T16:30:36.225Z Compiling prefix-trie v0.7.0
27592026-05-08T16:30:36.252Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27602026-05-08T16:30:36.304Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27612026-05-08T16:30:36.512Z Compiling vergen-git2 v1.0.7
27622026-05-08T16:30:36.558Z Compiling corncobs v0.1.4
27632026-05-08T16:30:36.713Z Compiling cassowary v0.3.0
27642026-05-08T16:30:36.739Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27652026-05-08T16:30:36.784Z Compiling hickory-server v0.25.2
27662026-05-08T16:30:36.809Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-05-08T16:30:36.860Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27682026-05-08T16:30:37.010Z Compiling ratatui v0.29.0
27692026-05-08T16:30:37.078Z Compiling camino-tempfile-ext v0.3.3
27702026-05-08T16:30:37.114Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27712026-05-08T16:30:37.448Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-08T16:30:37.736Z Compiling hyper-staticfile v0.10.1
27732026-05-08T16:30:37.758Z Compiling sled v0.34.7
27742026-05-08T16:30:38.325Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27752026-05-08T16:30:38.818Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27762026-05-08T16:30:38.964Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27772026-05-08T16:30:39.545Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27782026-05-08T16:30:41.096Z Compiling secrecy v0.8.0
27792026-05-08T16:30:41.297Z Compiling rustls v0.21.12
27802026-05-08T16:30:41.364Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27812026-05-08T16:30:41.645Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27822026-05-08T16:30:41.908Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27832026-05-08T16:30:42.601Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27842026-05-08T16:30:42.703Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27852026-05-08T16:30:44.029Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27862026-05-08T16:30:44.353Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27872026-05-08T16:30:45.057Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27882026-05-08T16:30:45.348Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27892026-05-08T16:30:46.658Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27902026-05-08T16:30:46.899Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27912026-05-08T16:30:46.922Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27922026-05-08T16:30:47.060Z Compiling rustls-webpki v0.101.7
27932026-05-08T16:30:47.131Z Compiling sct v0.7.1
27942026-05-08T16:30:47.152Z Compiling nix v0.29.0
27952026-05-08T16:30:47.401Z Compiling dropshot v0.16.7
27962026-05-08T16:30:47.550Z Compiling void v1.0.2
27972026-05-08T16:30:47.706Z Compiling lzss v0.8.2
27982026-05-08T16:30:47.872Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-08T16:30:47.985Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28002026-05-08T16:30:48.289Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-05-08T16:30:48.469Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28022026-05-08T16:30:48.962Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28032026-05-08T16:30:49.082Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28042026-05-08T16:30:49.332Z Compiling tungstenite v0.23.0
28052026-05-08T16:30:49.714Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28062026-05-08T16:30:50.166Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28072026-05-08T16:30:50.400Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28082026-05-08T16:30:50.630Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28092026-05-08T16:30:50.855Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-05-08T16:30:50.995Z Compiling toml v0.9.12+spec-1.1.0
28112026-05-08T16:30:51.081Z Compiling nix v0.27.1
28122026-05-08T16:30:51.491Z Compiling dropshot_endpoint v0.16.7
28132026-05-08T16:30:51.677Z Compiling serde_bytes v0.11.19
28142026-05-08T16:30:51.866Z Compiling tokio-tungstenite v0.23.1
28152026-05-08T16:30:51.976Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28162026-05-08T16:30:52.238Z Compiling tokio-rustls v0.24.1
28172026-05-08T16:30:52.260Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28182026-05-08T16:30:52.994Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28192026-05-08T16:30:53.850Z Compiling git2 v0.20.4
28202026-05-08T16:30:55.183Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28212026-05-08T16:30:57.355Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28222026-05-08T16:30:57.479Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28232026-05-08T16:30:58.105Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28242026-05-08T16:30:58.442Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28252026-05-08T16:30:58.531Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28262026-05-08T16:31:00.415Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-05-08T16:31:00.440Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28282026-05-08T16:31:01.060Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28292026-05-08T16:31:01.405Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28302026-05-08T16:31:01.444Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28312026-05-08T16:31:02.146Z Compiling rustls-pemfile v1.0.4
28322026-05-08T16:31:02.371Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28332026-05-08T16:31:02.570Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28342026-05-08T16:31:03.025Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28352026-05-08T16:31:03.785Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28362026-05-08T16:31:05.382Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28372026-05-08T16:31:05.385Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28382026-05-08T16:31:05.774Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-05-08T16:31:05.976Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28402026-05-08T16:31:06.010Z Compiling signal-hook-tokio v0.3.1
28412026-05-08T16:31:06.033Z Compiling twox-hash v2.1.2
28422026-05-08T16:31:06.199Z Compiling yasna v0.5.2
28432026-05-08T16:31:06.262Z Compiling is_ci v1.2.0
28442026-05-08T16:31:06.618Z Compiling supports-color v3.0.2
28452026-05-08T16:31:06.872Z Compiling rcgen v0.12.1
28462026-05-08T16:31:06.909Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28472026-05-08T16:31:07.275Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28482026-05-08T16:31:07.770Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28492026-05-08T16:31:07.897Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28502026-05-08T16:31:08.858Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-08T16:31:09.267Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28522026-05-08T16:31:09.370Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28532026-05-08T16:31:09.957Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28542026-05-08T16:31:11.241Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28552026-05-08T16:31:11.340Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28562026-05-08T16:31:11.561Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28572026-05-08T16:31:11.799Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28582026-05-08T16:31:12.078Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28592026-05-08T16:31:12.228Z Compiling fatfs v0.3.6
28602026-05-08T16:31:12.336Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28612026-05-08T16:31:13.415Z Compiling subprocess v0.2.15
28622026-05-08T16:31:13.849Z Compiling rtoolbox v0.0.3
28632026-05-08T16:31:14.131Z Compiling seq-macro v0.3.6
28642026-05-08T16:31:14.485Z Compiling assert_matches v1.5.0
28652026-05-08T16:31:14.606Z Compiling rpassword v7.4.0
28662026-05-08T16:31:14.657Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28672026-05-08T16:31:15.003Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28682026-05-08T16:31:15.092Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28692026-05-08T16:31:15.622Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28702026-05-08T16:31:16.056Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28712026-05-08T16:31:16.197Z Compiling tui-tree-widget v0.23.1
28722026-05-08T16:31:16.506Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28732026-05-08T16:31:16.714Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28742026-05-08T16:31:17.239Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28752026-05-08T16:31:17.709Z Compiling uzers v0.12.2
28762026-05-08T16:31:18.011Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-05-08T16:31:19.158Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28782026-05-08T16:31:19.945Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28792026-05-08T16:31:20.991Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28802026-05-08T16:31:23.036Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28812026-05-08T16:31:24.108Z Compiling support-bundle-viewer v0.1.2
28822026-05-08T16:31:25.254Z Compiling multimap v0.10.1
28832026-05-08T16:31:33.918Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28842026-05-08T16:31:33.967Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28852026-05-08T16:31:34.691Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28862026-05-08T16:31:44.499Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28872026-05-08T16:39:13.080Z Finished `release` profile [optimized] target(s) in 9m 43s
28882026-05-08T16:39:57.089Z
28892026-05-08T16:39:57.089Zreal 10:28.304673199
28902026-05-08T16:39:57.096Zuser 1:20:34.719526412
28912026-05-08T16:39:57.096Zsys 3:34.030754576
28922026-05-08T16:39:57.096Ztrap 1.769667698
28932026-05-08T16:39:57.096Ztflt 2.409570718
28942026-05-08T16:39:57.097Zdflt 15.690579974
28952026-05-08T16:39:57.097Zkflt 0.076284792
28962026-05-08T16:39:57.097Zlock 7:52:29.229852287
28972026-05-08T16:39:57.097Zslp 2:22:16.259452407
28982026-05-08T16:39:57.097Zlat 2:37.331232544
28992026-05-08T16:39:57.097Zstop 5:27.663214118
29002026-05-08T16:39:57.097Z+ mapfile -t packages
29012026-05-08T16:39:57.097Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29022026-05-08T16:39:58.051Z Finished `release` profile [optimized] target(s) in 0.94s
29032026-05-08T16:39:58.125Z Running `target/release/omicron-package -t test list-outputs`
29042026-05-08T16:39:58.182ZLogging to: /work/oxidecomputer/omicron/out/LOG
29052026-05-08T16:39:58.191Z+ ptime -m cargo build --locked --release -p xtask
29062026-05-08T16:39:58.719Z Compiling libc v0.2.185
29072026-05-08T16:39:58.719Z Compiling serde v1.0.228
29082026-05-08T16:39:58.722Z Compiling serde_core v1.0.228
29092026-05-08T16:39:58.722Z Compiling rustix v1.1.3
29102026-05-08T16:39:58.722Z Compiling serde_json v1.0.149
29112026-05-08T16:39:58.722Z Compiling bitflags v2.11.0
29122026-05-08T16:39:58.859Z Compiling num-traits v0.2.19
29132026-05-08T16:39:58.867Z Compiling syn v2.0.117
29142026-05-08T16:39:58.877Z Compiling smallvec v1.15.1
29152026-05-08T16:39:58.888Z Compiling usdt-impl v0.5.0
29162026-05-08T16:39:58.899Z Compiling indexmap v2.14.0
29172026-05-08T16:39:58.921Z Compiling syn v1.0.109
29182026-05-08T16:39:58.933Z Compiling getrandom v0.4.1
29192026-05-08T16:39:58.933Z Compiling log v0.4.29
29202026-05-08T16:39:59.072Z Compiling percent-encoding v2.3.2
29212026-05-08T16:39:59.223Z Compiling fs-err v3.3.0
29222026-05-08T16:39:59.226Z Compiling once_cell v1.21.3
29232026-05-08T16:39:59.226Z Compiling anyhow v1.0.102
29242026-05-08T16:39:59.313Z Compiling form_urlencoded v1.2.2
29252026-05-08T16:39:59.402Z Compiling heck v0.4.1
29262026-05-08T16:39:59.661Z Compiling thread-id v4.2.2
29272026-05-08T16:39:59.686Z Compiling errno v0.3.14
29282026-05-08T16:39:59.689Z Compiling memmap v0.7.0
29292026-05-08T16:39:59.905Z Compiling ordered-float v2.10.1
29302026-05-08T16:40:00.485Z Compiling proc-macro-error v1.0.4
29312026-05-08T16:40:00.734Z Compiling terminal_size v0.4.3
29322026-05-08T16:40:00.734Z Compiling tempfile v3.25.0
29332026-05-08T16:40:00.762Z Compiling tabled_derive v0.7.0
29342026-05-08T16:40:00.833Z Compiling clap_builder v4.5.60
29352026-05-08T16:40:00.833Z Compiling textwrap v0.16.2
29362026-05-08T16:40:00.977Z Compiling camino-tempfile v1.4.1
29372026-05-08T16:40:01.417Z Compiling tabled v0.15.0
29382026-05-08T16:40:01.447Z Compiling synstructure v0.13.2
29392026-05-08T16:40:01.451Z Compiling pest_generator v2.8.6
29402026-05-08T16:40:01.847Z Compiling serde_derive v1.0.228
29412026-05-08T16:40:01.847Z Compiling zerovec-derive v0.11.2
29422026-05-08T16:40:01.850Z Compiling displaydoc v0.2.5
29432026-05-08T16:40:01.850Z Compiling thiserror-impl v1.0.69
29442026-05-08T16:40:01.888Z Compiling zerofrom-derive v0.1.6
29452026-05-08T16:40:01.906Z Compiling yoke-derive v0.8.1
29462026-05-08T16:40:01.972Z Compiling zerocopy-derive v0.7.35
29472026-05-08T16:40:02.445Z Compiling pest_derive v2.8.6
29482026-05-08T16:40:02.463Z Compiling scroll_derive v0.12.1
29492026-05-08T16:40:02.529Z Compiling thiserror-impl v2.0.18
29502026-05-08T16:40:02.563Z Compiling clap_derive v4.5.55
29512026-05-08T16:40:02.806Z Compiling zerocopy v0.7.35
29522026-05-08T16:40:02.982Z Compiling thiserror v1.0.69
29532026-05-08T16:40:02.994Z Compiling zerofrom v0.1.6
29542026-05-08T16:40:03.107Z Compiling yoke v0.8.1
29552026-05-08T16:40:03.126Z Compiling scroll v0.12.0
29562026-05-08T16:40:03.141Z Compiling dtrace-parser v0.2.0
29572026-05-08T16:40:03.326Z Compiling zerovec v0.11.5
29582026-05-08T16:40:03.403Z Compiling zerotrie v0.2.3
29592026-05-08T16:40:03.548Z Compiling goblin v0.8.2
29602026-05-08T16:40:03.749Z Compiling thiserror v2.0.18
29612026-05-08T16:40:03.882Z Compiling tinystr v0.8.2
29622026-05-08T16:40:03.947Z Compiling potential_utf v0.1.4
29632026-05-08T16:40:04.125Z Compiling icu_locale_core v2.1.1
29642026-05-08T16:40:04.161Z Compiling icu_collections v2.1.1
29652026-05-08T16:40:04.255Z Compiling clap v4.5.60
29662026-05-08T16:40:04.890Z Compiling icu_provider v2.1.1
29672026-05-08T16:40:05.123Z Compiling toml_datetime v0.6.11
29682026-05-08T16:40:05.123Z Compiling serde_spanned v0.6.9
29692026-05-08T16:40:05.342Z Compiling icu_properties v2.1.2
29702026-05-08T16:40:05.355Z Compiling icu_normalizer v2.1.1
29712026-05-08T16:40:05.367Z Compiling toml_edit v0.22.27
29722026-05-08T16:40:05.546Z Compiling dof v0.3.0
29732026-05-08T16:40:05.625Z Compiling serde_tokenstream v0.2.3
29742026-05-08T16:40:05.636Z Compiling serde-value v0.7.0
29752026-05-08T16:40:05.661Z Compiling cargo-platform v0.2.0
29762026-05-08T16:40:05.693Z Compiling macaddr v1.0.1
29772026-05-08T16:40:06.243Z Compiling idna_adapter v1.2.1
29782026-05-08T16:40:06.389Z Compiling idna v1.1.0
29792026-05-08T16:40:06.484Z Compiling usdt-macro v0.5.0
29802026-05-08T16:40:06.488Z Compiling usdt-attr-macro v0.5.0
29812026-05-08T16:40:06.720Z Compiling url v2.5.8
29822026-05-08T16:40:06.959Z Compiling toml v0.8.23
29832026-05-08T16:40:07.117Z Compiling usdt v0.5.0
29842026-05-08T16:40:07.551Z Compiling cargo-util-schemas v0.8.2
29852026-05-08T16:40:07.598Z Compiling cargo_toml v0.21.0
29862026-05-08T16:40:08.599Z Compiling cargo_metadata v0.21.0
29872026-05-08T16:40:11.755Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29882026-05-08T16:40:14.765Z Finished `release` profile [optimized] target(s) in 16.57s
29892026-05-08T16:40:14.928Z
29902026-05-08T16:40:14.928Zreal 16.709417572
29912026-05-08T16:40:14.928Zuser 2:23.102263316
29922026-05-08T16:40:14.929Zsys 17.154961224
29932026-05-08T16:40:14.932Ztrap 0.094584826
29942026-05-08T16:40:14.932Ztflt 0.544699047
29952026-05-08T16:40:14.932Zdflt 1.394893295
29962026-05-08T16:40:14.932Zkflt 0.000043280
29972026-05-08T16:40:14.932Zlock 5:22.820533704
29982026-05-08T16:40:14.932Zslp 3:30.133580891
29992026-05-08T16:40:14.932Zlat 5.772385712
30002026-05-08T16:40:14.932Zstop 18.762376999
30012026-05-08T16:40:14.932Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30022026-05-08T16:40:14.932Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30032026-05-08T16:40:14.932Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30042026-05-08T16:40:14.932Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30052026-05-08T16:40:14.932Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30062026-05-08T16:40:15.867Z Compiling newtype-uuid-macros v0.1.0
30072026-05-08T16:40:15.870Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30082026-05-08T16:40:15.870Z Compiling regress v0.10.5
30092026-05-08T16:40:15.870Z Compiling structmeta-derive v0.3.0
30102026-05-08T16:40:15.870Z Compiling rustls v0.22.4
30112026-05-08T16:40:16.031Z Compiling rustls-webpki v0.102.8
30122026-05-08T16:40:16.045Z Compiling multer v3.1.0
30132026-05-08T16:40:16.048Z Compiling debug-ignore v1.0.5
30142026-05-08T16:40:16.048Z Compiling match_cfg v0.1.0
30152026-05-08T16:40:16.048Z Compiling compression-core v0.4.31
30162026-05-08T16:40:16.048Z Compiling slog-json v2.6.1
30172026-05-08T16:40:16.121Z Compiling async-stream-impl v0.3.6
30182026-05-08T16:40:16.137Z Compiling serde_spanned v1.0.4
30192026-05-08T16:40:16.140Z Compiling toml_datetime v1.0.0+spec-1.1.0
30202026-05-08T16:40:16.155Z Compiling dropshot v0.17.0
30212026-05-08T16:40:16.172Z Compiling toml_writer v1.0.6+spec-1.1.0
30222026-05-08T16:40:16.189Z Compiling compression-codecs v0.4.37
30232026-05-08T16:40:16.225Z Compiling hostname v0.3.1
30242026-05-08T16:40:16.274Z Compiling itertools v0.14.0
30252026-05-08T16:40:16.325Z Compiling waitgroup v0.1.2
30262026-05-08T16:40:16.328Z Compiling rustls-pemfile v2.2.0
30272026-05-08T16:40:16.378Z Compiling slog-bunyan v2.5.0
30282026-05-08T16:40:16.432Z Compiling async-compression v0.4.41
30292026-05-08T16:40:16.450Z Compiling toml v1.0.6+spec-1.1.0
30302026-05-08T16:40:16.488Z Compiling dropshot_endpoint v0.17.0
30312026-05-08T16:40:16.491Z Compiling hostname v0.4.2
30322026-05-08T16:40:16.524Z Compiling serde_path_to_error v0.1.20
30332026-05-08T16:40:16.524Z Compiling progenitor-client v0.14.0
30342026-05-08T16:40:16.572Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30352026-05-08T16:40:16.591Z Compiling macaddr v1.0.1
30362026-05-08T16:40:16.655Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30372026-05-08T16:40:16.780Z Compiling instant v0.1.13
30382026-05-08T16:40:16.780Z Compiling progenitor-client v0.10.0
30392026-05-08T16:40:16.815Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30402026-05-08T16:40:16.818Z Compiling async-stream v0.3.6
30412026-05-08T16:40:16.848Z Compiling backon v1.6.0
30422026-05-08T16:40:16.877Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30432026-05-08T16:40:16.895Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30442026-05-08T16:40:16.913Z Compiling backoff v0.4.0
30452026-05-08T16:40:16.929Z Compiling universal-hash v0.5.1
30462026-05-08T16:40:17.020Z Compiling progenitor-extras v0.2.0
30472026-05-08T16:40:17.042Z Compiling opaque-debug v0.3.1
30482026-05-08T16:40:17.079Z Compiling half v2.7.1
30492026-05-08T16:40:17.098Z Compiling crucible-workspace-hack v0.1.0
30502026-05-08T16:40:17.118Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30512026-05-08T16:40:17.118Z Compiling ciborium-io v0.2.2
30522026-05-08T16:40:17.152Z Compiling unsafe-libyaml v0.2.11
30532026-05-08T16:40:17.169Z Compiling convert_case v0.4.0
30542026-05-08T16:40:17.184Z Compiling structmeta v0.3.0
30552026-05-08T16:40:17.260Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30562026-05-08T16:40:17.281Z Compiling regress v0.11.1
30572026-05-08T16:40:17.300Z Compiling aead v0.5.2
30582026-05-08T16:40:17.339Z Compiling secrecy v0.10.3
30592026-05-08T16:40:17.360Z Compiling ciborium-ll v0.2.2
30602026-05-08T16:40:17.434Z Compiling derive-ex v0.1.8
30612026-05-08T16:40:17.487Z Compiling parse-display-derive v0.10.0
30622026-05-08T16:40:17.509Z Compiling poly1305 v0.8.0
30632026-05-08T16:40:17.526Z Compiling chacha20 v0.9.1
30642026-05-08T16:40:17.542Z Compiling ciborium v0.2.2
30652026-05-08T16:40:17.560Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30662026-05-08T16:40:17.594Z Compiling derive_more v0.99.20
30672026-05-08T16:40:17.597Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30682026-05-08T16:40:17.628Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30692026-05-08T16:40:17.797Z Compiling serde_yaml v0.9.34+deprecated
30702026-05-08T16:40:17.814Z Compiling thiserror-impl-no-std v2.0.2
30712026-05-08T16:40:17.833Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30722026-05-08T16:40:17.938Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30732026-05-08T16:40:17.974Z Compiling byte-wrapper v0.1.0
30742026-05-08T16:40:18.020Z Compiling blake2 v0.10.6
30752026-05-08T16:40:18.080Z Compiling password-hash v0.5.0
30762026-05-08T16:40:18.152Z Compiling chacha20poly1305 v0.10.1
30772026-05-08T16:40:18.282Z Compiling indent_write v2.2.0
30782026-05-08T16:40:18.331Z Compiling heapless v0.8.0
30792026-05-08T16:40:18.348Z Compiling argon2 v0.5.3
30802026-05-08T16:40:18.367Z Compiling ingot-macros v0.1.1
30812026-05-08T16:40:18.450Z Compiling toml_edit v0.23.10+spec-1.0.0
30822026-05-08T16:40:18.525Z Compiling tokio-rustls v0.25.0
30832026-05-08T16:40:18.610Z Compiling hash32 v0.3.1
30842026-05-08T16:40:18.802Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30852026-05-08T16:40:18.855Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30862026-05-08T16:40:19.097Z Compiling typify-impl v0.6.2
30872026-05-08T16:40:19.114Z Compiling thiserror-no-std v2.0.2
30882026-05-08T16:40:19.130Z Compiling smoltcp v0.11.0
30892026-05-08T16:40:19.191Z Compiling test-strategy v0.4.5
30902026-05-08T16:40:19.230Z Compiling vsss-rs v3.3.4
30912026-05-08T16:40:19.312Z Compiling parse-display v0.10.0
30922026-05-08T16:40:19.362Z Compiling proc-macro-crate v3.4.0
30932026-05-08T16:40:19.545Z Compiling tabwriter v1.4.1
30942026-05-08T16:40:19.562Z Compiling num-rational v0.4.2
30952026-05-08T16:40:19.589Z Compiling cobs v0.3.0
30962026-05-08T16:40:19.662Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30972026-05-08T16:40:19.785Z Compiling num-complex v0.4.6
30982026-05-08T16:40:19.801Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30992026-05-08T16:40:19.819Z Compiling postcard v1.1.3
31002026-05-08T16:40:19.967Z Compiling num_enum_derive v0.7.5
31012026-05-08T16:40:20.040Z Compiling proc-macro-error v1.0.4
31022026-05-08T16:40:20.092Z Compiling proc-macro-crate v1.3.1
31032026-05-08T16:40:20.183Z Compiling num v0.4.3
31042026-05-08T16:40:20.222Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31052026-05-08T16:40:20.241Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31062026-05-08T16:40:20.260Z Compiling foreign-types-macros v0.2.3
31072026-05-08T16:40:20.263Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31082026-05-08T16:40:20.304Z Compiling foreign-types-shared v0.3.1
31092026-05-08T16:40:20.424Z Compiling rayon-core v1.13.0
31102026-05-08T16:40:20.427Z Compiling float-ord v0.3.2
31112026-05-08T16:40:20.494Z Compiling cpufeatures v0.3.0
31122026-05-08T16:40:20.531Z Compiling colored v3.1.1
31132026-05-08T16:40:20.590Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31142026-05-08T16:40:20.608Z Compiling chacha20 v0.10.0
31152026-05-08T16:40:20.629Z Compiling num_enum_derive v0.5.11
31162026-05-08T16:40:20.707Z Compiling crossbeam-deque v0.8.6
31172026-05-08T16:40:20.800Z Compiling camino-tempfile v1.4.1
31182026-05-08T16:40:20.817Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31192026-05-08T16:40:20.820Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31202026-05-08T16:40:20.865Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31212026-05-08T16:40:20.934Z Compiling cstr-argument v0.1.2
31222026-05-08T16:40:20.934Z Compiling foreign-types v0.5.0
31232026-05-08T16:40:20.968Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31242026-05-08T16:40:21.056Z Compiling rand v0.10.0
31252026-05-08T16:40:21.074Z Compiling toml v0.8.23
31262026-05-08T16:40:21.126Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31272026-05-08T16:40:21.149Z Compiling num_enum v0.7.5
31282026-05-08T16:40:21.221Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31292026-05-08T16:40:21.301Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31302026-05-08T16:40:21.318Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31312026-05-08T16:40:21.359Z Compiling ingot-types v0.1.2
31322026-05-08T16:40:21.382Z Compiling zone_cfg_derive v0.3.1
31332026-05-08T16:40:21.410Z Compiling rayon v1.11.0
31342026-05-08T16:40:21.428Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31352026-05-08T16:40:21.458Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31362026-05-08T16:40:21.475Z Compiling itertools v0.12.1
31372026-05-08T16:40:21.548Z Compiling num-derive v0.4.2
31382026-05-08T16:40:21.587Z Compiling sigpipe v0.1.3
31392026-05-08T16:40:21.630Z Compiling glob v0.3.3
31402026-05-08T16:40:21.713Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31412026-05-08T16:40:21.731Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31422026-05-08T16:40:21.764Z Compiling ingot v0.1.1
31432026-05-08T16:40:21.797Z Compiling num_enum v0.5.11
31442026-05-08T16:40:21.820Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31452026-05-08T16:40:21.873Z Compiling smf v0.2.3
31462026-05-08T16:40:21.933Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31472026-05-08T16:40:21.975Z Compiling whoami v1.6.1
31482026-05-08T16:40:22.064Z Compiling prettyplease v0.2.37
31492026-05-08T16:40:22.080Z Compiling gethostname v0.5.0
31502026-05-08T16:40:22.113Z Compiling atomicwrites v0.4.4
31512026-05-08T16:40:22.116Z Compiling usdt-macro v0.5.0
31522026-05-08T16:40:22.300Z Compiling usdt-attr-macro v0.5.0
31532026-05-08T16:40:22.318Z Compiling memmap v0.7.0
31542026-05-08T16:40:22.351Z Compiling derive-where v1.6.0
31552026-05-08T16:40:22.446Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-05-08T16:40:22.522Z Compiling progenitor-client v0.13.0
31572026-05-08T16:40:22.550Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31582026-05-08T16:40:22.568Z Compiling resolv-conf v0.7.6
31592026-05-08T16:40:22.612Z Compiling cancel-safe-futures v0.1.5
31602026-05-08T16:40:22.762Z Compiling zone v0.3.1
31612026-05-08T16:40:22.866Z Compiling owo-colors v4.3.0
31622026-05-08T16:40:22.904Z Compiling libsw-core v0.3.2
31632026-05-08T16:40:22.950Z Compiling async-recursion v1.1.1
31642026-05-08T16:40:22.981Z Compiling console v0.15.11
31652026-05-08T16:40:23.119Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31662026-05-08T16:40:23.162Z Compiling usdt v0.5.0
31672026-05-08T16:40:23.248Z Compiling libsw v3.5.0
31682026-05-08T16:40:23.291Z Compiling newline-converter v0.3.0
31692026-05-08T16:40:23.323Z Compiling linear-map v1.2.0
31702026-05-08T16:40:23.439Z Compiling libefi-sys v0.1.0
31712026-05-08T16:40:23.460Z Compiling expectorate v1.2.0
31722026-05-08T16:40:23.478Z Compiling hickory-proto v0.24.4
31732026-05-08T16:40:23.494Z Compiling bitfield-struct v0.6.2
31742026-05-08T16:40:23.543Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31752026-05-08T16:40:23.564Z Compiling linked-hash-map v0.5.6
31762026-05-08T16:40:23.611Z Compiling semver v0.1.20
31772026-05-08T16:40:23.657Z Compiling tokio-dtrace v0.1.1
31782026-05-08T16:40:23.693Z Compiling dropshot-api-manager-types v0.7.1
31792026-05-08T16:40:23.767Z Compiling lru-cache v0.1.2
31802026-05-08T16:40:23.786Z Compiling pin-project-internal v1.1.11
31812026-05-08T16:40:23.789Z Compiling slog-dtrace v0.3.0
31822026-05-08T16:40:23.789Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31832026-05-08T16:40:23.846Z Compiling typify-macro v0.6.2
31842026-05-08T16:40:23.927Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31852026-05-08T16:40:23.945Z Compiling rustc_version v0.1.7
31862026-05-08T16:40:23.948Z Compiling minimal-lexical v0.2.1
31872026-05-08T16:40:23.948Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31882026-05-08T16:40:23.993Z Compiling oxide-tokio-rt v0.1.4
31892026-05-08T16:40:24.063Z Compiling typify-impl v0.4.3
31902026-05-08T16:40:24.080Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31912026-05-08T16:40:24.080Z Compiling snafu-derive v0.8.9
31922026-05-08T16:40:24.205Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932026-05-08T16:40:24.222Z Compiling newtype_derive v0.1.6
31942026-05-08T16:40:24.225Z Compiling nom v7.1.3
31952026-05-08T16:40:24.255Z Compiling phf_shared v0.12.1
31962026-05-08T16:40:24.328Z Compiling pem v3.0.6
31972026-05-08T16:40:24.479Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-05-08T16:40:24.482Z Compiling csv-core v0.1.13
31992026-05-08T16:40:24.535Z Compiling chrono-tz v0.10.4
32002026-05-08T16:40:24.693Z Compiling highway v1.3.0
32012026-05-08T16:40:24.714Z Compiling xshell-macros v0.2.7
32022026-05-08T16:40:24.726Z Compiling same-file v1.0.6
32032026-05-08T16:40:24.777Z Compiling const_format_proc_macros v0.2.34
32042026-05-08T16:40:24.795Z Compiling csv v1.4.0
32052026-05-08T16:40:24.912Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32062026-05-08T16:40:24.932Z Compiling walkdir v2.5.0
32072026-05-08T16:40:25.012Z Compiling pin-project v1.1.11
32082026-05-08T16:40:25.060Z Compiling phf v0.12.1
32092026-05-08T16:40:25.142Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32102026-05-08T16:40:25.199Z Compiling xshell v0.2.7
32112026-05-08T16:40:25.274Z Compiling globset v0.4.18
32122026-05-08T16:40:25.319Z Compiling olpc-cjson v0.1.4
32132026-05-08T16:40:25.409Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32142026-05-08T16:40:25.518Z Compiling primeorder v0.13.6
32152026-05-08T16:40:25.534Z Compiling serde_plain v1.0.2
32162026-05-08T16:40:25.621Z Compiling typed-path v0.9.3
32172026-05-08T16:40:25.685Z Compiling hickory-resolver v0.24.4
32182026-05-08T16:40:25.705Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32192026-05-08T16:40:25.760Z Compiling typify v0.6.2
32202026-05-08T16:40:25.778Z Compiling const_format v0.2.35
32212026-05-08T16:40:25.794Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32222026-05-08T16:40:25.904Z Compiling progenitor-impl v0.14.0
32232026-05-08T16:40:25.939Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32242026-05-08T16:40:26.030Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32252026-05-08T16:40:26.129Z Compiling progenitor-impl v0.13.0
32262026-05-08T16:40:26.193Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32272026-05-08T16:40:26.234Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32282026-05-08T16:40:26.405Z Compiling snafu v0.8.9
32292026-05-08T16:40:26.653Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32302026-05-08T16:40:26.814Z Compiling qorb v0.4.1
32312026-05-08T16:40:26.855Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32322026-05-08T16:40:26.930Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32332026-05-08T16:40:27.179Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32342026-05-08T16:40:27.225Z Compiling tough v0.20.0
32352026-05-08T16:40:27.272Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32362026-05-08T16:40:27.410Z Compiling tabled_derive v0.7.0
32372026-05-08T16:40:27.517Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32382026-05-08T16:40:27.714Z Compiling bcs v0.1.6
32392026-05-08T16:40:27.918Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32402026-05-08T16:40:27.993Z Compiling termtree v0.5.1
32412026-05-08T16:40:28.013Z Compiling salty v0.3.0
32422026-05-08T16:40:28.077Z Compiling textwrap v0.16.2
32432026-05-08T16:40:28.178Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32442026-05-08T16:40:28.196Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32452026-05-08T16:40:28.342Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32462026-05-08T16:40:28.480Z Compiling tabled v0.15.0
32472026-05-08T16:40:28.607Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32482026-05-08T16:40:28.625Z Compiling steno v0.4.1
32492026-05-08T16:40:28.689Z Compiling progenitor-macro v0.14.0
32502026-05-08T16:40:28.710Z Compiling typify-macro v0.4.3
32512026-05-08T16:40:28.785Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32522026-05-08T16:40:28.858Z Compiling base64 v0.21.7
32532026-05-08T16:40:28.952Z Compiling progenitor-macro v0.13.0
32542026-05-08T16:40:28.971Z Compiling humantime v2.3.0
32552026-05-08T16:40:28.974Z Compiling tagptr v0.2.0
32562026-05-08T16:40:29.037Z Compiling radium v0.7.0
32572026-05-08T16:40:29.164Z Compiling moka v0.12.13
32582026-05-08T16:40:29.217Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32592026-05-08T16:40:29.276Z Compiling p384 v0.13.1
32602026-05-08T16:40:29.360Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-05-08T16:40:29.509Z Compiling tap v1.0.1
32622026-05-08T16:40:29.660Z Compiling maybe-uninit v2.0.0
32632026-05-08T16:40:29.743Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32642026-05-08T16:40:29.829Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-05-08T16:40:29.862Z Compiling wyz v0.5.1
32662026-05-08T16:40:29.979Z Compiling hickory-resolver v0.25.2
32672026-05-08T16:40:30.063Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-05-08T16:40:30.096Z Compiling proc-macro-error-attr2 v2.0.0
32692026-05-08T16:40:30.272Z Compiling packed_struct v0.10.1
32702026-05-08T16:40:30.474Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32712026-05-08T16:40:30.584Z Compiling parking_lot_core v0.8.6
32722026-05-08T16:40:30.601Z Compiling utf-8 v0.7.6
32732026-05-08T16:40:30.622Z Compiling typify v0.4.3
32742026-05-08T16:40:30.655Z Compiling funty v2.0.0
32752026-05-08T16:40:30.734Z Compiling proc-macro-error2 v2.0.1
32762026-05-08T16:40:30.759Z Compiling tungstenite v0.21.0
32772026-05-08T16:40:30.905Z Compiling polyval v0.6.2
32782026-05-08T16:40:30.934Z Compiling git-stub v1.0.0
32792026-05-08T16:40:30.952Z Compiling packed_struct_codegen v0.10.1
32802026-05-08T16:40:31.114Z Compiling bitvec v1.0.1
32812026-05-08T16:40:31.173Z Compiling num-derive v0.3.3
32822026-05-08T16:40:31.220Z Compiling bitfield-macros v0.19.4
32832026-05-08T16:40:31.236Z Compiling zerocopy-derive v0.6.6
32842026-05-08T16:40:31.261Z Compiling indexmap v1.9.3
32852026-05-08T16:40:31.306Z Compiling nodrop v0.1.14
32862026-05-08T16:40:31.324Z Compiling crc-catalog v2.4.0
32872026-05-08T16:40:31.434Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32882026-05-08T16:40:31.455Z Compiling crc v3.4.0
32892026-05-08T16:40:31.531Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32902026-05-08T16:40:31.665Z Compiling array-init v0.0.4
32912026-05-08T16:40:31.700Z Compiling tokio-tungstenite v0.21.0
32922026-05-08T16:40:31.723Z Compiling tabled_derive v0.11.0
32932026-05-08T16:40:31.975Z Compiling git-stub-vcs v0.1.0
32942026-05-08T16:40:32.008Z Compiling bitfield v0.19.4
32952026-05-08T16:40:32.065Z Compiling ghash v0.5.1
32962026-05-08T16:40:32.109Z Compiling smallvec v0.6.14
32972026-05-08T16:40:32.151Z Compiling libscf-sys v1.1.0
32982026-05-08T16:40:32.190Z Compiling zerocopy v0.6.6
32992026-05-08T16:40:32.338Z Compiling progenitor-impl v0.11.2
33002026-05-08T16:40:32.384Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-05-08T16:40:32.405Z Compiling papergrid v0.17.0
33022026-05-08T16:40:32.444Z Compiling testing_table v0.3.0
33032026-05-08T16:40:32.565Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33042026-05-08T16:40:32.603Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33052026-05-08T16:40:32.622Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33062026-05-08T16:40:32.641Z Compiling ctr v0.9.2
33072026-05-08T16:40:32.661Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-05-08T16:40:32.876Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33092026-05-08T16:40:32.894Z Compiling unicase v2.9.0
33102026-05-08T16:40:32.980Z Compiling corncobs v0.1.4
33112026-05-08T16:40:33.005Z Compiling hashbrown v0.12.3
33122026-05-08T16:40:33.044Z Compiling aes-gcm v0.10.3
33132026-05-08T16:40:33.083Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-05-08T16:40:33.137Z Compiling mime_guess v2.0.5
33152026-05-08T16:40:33.184Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-05-08T16:40:33.187Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-05-08T16:40:33.220Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33182026-05-08T16:40:33.267Z Compiling parking_lot v0.11.2
33192026-05-08T16:40:33.329Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33202026-05-08T16:40:33.455Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33212026-05-08T16:40:33.660Z Compiling tabled v0.20.0
33222026-05-08T16:40:33.662Z Compiling serde-hex v0.1.0
33232026-05-08T16:40:33.711Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-05-08T16:40:33.747Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33252026-05-08T16:40:33.917Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33262026-05-08T16:40:33.941Z Compiling progenitor v0.14.0
33272026-05-08T16:40:34.139Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33282026-05-08T16:40:34.173Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33292026-05-08T16:40:34.192Z Compiling progenitor-impl v0.10.0
33302026-05-08T16:40:34.223Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33312026-05-08T16:40:34.258Z Compiling ron v0.8.1
33322026-05-08T16:40:34.277Z Compiling progenitor v0.13.0
33332026-05-08T16:40:34.277Z Compiling hashbrown v0.13.2
33342026-05-08T16:40:34.320Z Compiling progenitor-client v0.11.2
33352026-05-08T16:40:34.462Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33362026-05-08T16:40:34.673Z Compiling blowfish v0.9.1
33372026-05-08T16:40:34.690Z Compiling ssh-encoding v0.2.0
33382026-05-08T16:40:34.818Z Compiling prefix-trie v0.7.0
33392026-05-08T16:40:34.949Z Compiling fxhash v0.2.1
33402026-05-08T16:40:34.994Z Compiling secrecy v0.8.0
33412026-05-08T16:40:35.010Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-05-08T16:40:35.094Z Compiling progenitor-macro v0.11.2
33432026-05-08T16:40:35.121Z Compiling crc-any v2.5.0
33442026-05-08T16:40:35.302Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33452026-05-08T16:40:35.322Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33462026-05-08T16:40:35.528Z Compiling hickory-server v0.25.2
33472026-05-08T16:40:36.215Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33482026-05-08T16:40:36.234Z Compiling sled v0.34.7
33492026-05-08T16:40:36.353Z Compiling ssh-cipher v0.2.0
33502026-05-08T16:40:36.408Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-05-08T16:40:36.538Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33522026-05-08T16:40:36.587Z Compiling bcrypt-pbkdf v0.10.0
33532026-05-08T16:40:36.755Z Compiling object v0.30.4
33542026-05-08T16:40:36.772Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33552026-05-08T16:40:36.958Z Compiling progenitor-macro v0.10.0
33562026-05-08T16:40:36.976Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33572026-05-08T16:40:37.036Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33582026-05-08T16:40:37.158Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-05-08T16:40:37.466Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33602026-05-08T16:40:37.698Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33612026-05-08T16:40:37.789Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33622026-05-08T16:40:37.841Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33632026-05-08T16:40:38.323Z Compiling password-hash v0.4.2
33642026-05-08T16:40:38.553Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33652026-05-08T16:40:38.653Z Compiling half v1.8.3
33662026-05-08T16:40:38.656Z Compiling crc8 v0.1.1
33672026-05-08T16:40:38.763Z Compiling http-range v0.1.5
33682026-05-08T16:40:38.799Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33692026-05-08T16:40:38.828Z Compiling path-slash v0.1.5
33702026-05-08T16:40:38.956Z Compiling serde_cbor v0.11.2
33712026-05-08T16:40:38.992Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33722026-05-08T16:40:39.010Z Compiling pbkdf2 v0.11.0
33732026-05-08T16:40:39.091Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33742026-05-08T16:40:39.270Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33752026-05-08T16:40:39.434Z Compiling ssh-key v0.6.7
33762026-05-08T16:40:39.567Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33772026-05-08T16:40:39.595Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33782026-05-08T16:40:39.776Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33792026-05-08T16:40:39.794Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33802026-05-08T16:40:39.815Z Compiling p256 v0.13.2
33812026-05-08T16:40:39.835Z Compiling p521 v0.13.3
33822026-05-08T16:40:39.853Z Compiling yasna v0.5.2
33832026-05-08T16:40:40.026Z Compiling kstat-rs v0.2.4
33842026-05-08T16:40:40.205Z Compiling progenitor v0.11.2
33852026-05-08T16:40:40.254Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33862026-05-08T16:40:40.370Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33872026-05-08T16:40:40.405Z Compiling headers-core v0.3.0
33882026-05-08T16:40:40.421Z Compiling nanorand v0.7.0
33892026-05-08T16:40:40.526Z Compiling atty v0.2.14
33902026-05-08T16:40:40.557Z Compiling russh-cryptovec v0.7.3
33912026-05-08T16:40:40.615Z Compiling md5 v0.7.0
33922026-05-08T16:40:40.659Z Compiling home v0.5.12
33932026-05-08T16:40:40.676Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33942026-05-08T16:40:40.700Z Compiling flume v0.11.1
33952026-05-08T16:40:40.740Z Compiling headers v0.4.1
33962026-05-08T16:40:40.785Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33972026-05-08T16:40:40.823Z Compiling russh-keys v0.45.0
33982026-05-08T16:40:40.839Z Compiling rcgen v0.12.1
33992026-05-08T16:40:40.888Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34002026-05-08T16:40:40.928Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34012026-05-08T16:40:41.063Z Compiling hyper-staticfile v0.10.1
34022026-05-08T16:40:41.211Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34032026-05-08T16:40:41.244Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34042026-05-08T16:40:41.561Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34052026-05-08T16:40:41.629Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34062026-05-08T16:40:41.666Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34072026-05-08T16:40:41.758Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34082026-05-08T16:40:41.789Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34092026-05-08T16:40:41.988Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34102026-05-08T16:40:42.019Z Compiling progenitor v0.10.0
34112026-05-08T16:40:42.076Z Compiling num-bigint v0.4.6
34122026-05-08T16:40:42.219Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34132026-05-08T16:40:42.285Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34142026-05-08T16:40:42.363Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34152026-05-08T16:40:42.381Z Compiling des v0.8.1
34162026-05-08T16:40:42.462Z Compiling subprocess v0.2.15
34172026-05-08T16:40:42.480Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34182026-05-08T16:40:42.619Z Compiling display-error-chain v0.2.2
34192026-05-08T16:40:42.732Z Compiling hex-literal v0.4.1
34202026-05-08T16:40:42.797Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34212026-05-08T16:40:42.878Z Compiling colored v2.2.0
34222026-05-08T16:40:42.939Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34232026-05-08T16:40:43.021Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34242026-05-08T16:40:43.157Z Compiling socket2 v0.5.10
34252026-05-08T16:40:43.160Z Compiling internet-checksum v0.2.1
34262026-05-08T16:40:43.265Z Compiling russh v0.45.0
34272026-05-08T16:40:44.912Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34282026-05-08T16:40:45.661Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34292026-05-08T16:40:46.168Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34302026-05-08T16:40:48.610Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34312026-05-08T16:40:56.523Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34322026-05-08T16:40:56.523Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34332026-05-08T16:40:56.526Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34342026-05-08T16:40:56.526Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34352026-05-08T16:40:58.303Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34362026-05-08T16:40:58.330Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34372026-05-08T16:41:02.463Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34382026-05-08T16:41:03.854Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34392026-05-08T16:41:22.940Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34402026-05-08T16:41:41.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34412026-05-08T16:41:41.631Z
34422026-05-08T16:41:41.631Zreal 1:26.640693478
34432026-05-08T16:41:41.634Zuser 8:23.822553348
34442026-05-08T16:41:41.634Zsys 1:44.249209925
34452026-05-08T16:41:41.634Ztrap 0.257883102
34462026-05-08T16:41:41.634Ztflt 0.587491971
34472026-05-08T16:41:41.634Zdflt 1.815909099
34482026-05-08T16:41:41.634Zkflt 0.000181870
34492026-05-08T16:41:41.634Zlock 28:47.674318390
34502026-05-08T16:41:41.634Zslp 19:37.679629921
34512026-05-08T16:41:41.634Zlat 40.698878014
34522026-05-08T16:41:41.635Zstop 2:47.005271279
34532026-05-08T16:41:41.635Z+ mkdir tests
34542026-05-08T16:41:41.637Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34552026-05-08T16:41:41.637Z+ xargs -I '{}' -t cp '{}' tests/
34562026-05-08T16:41:41.660Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34572026-05-08T16:41:41.689Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
34582026-05-08T16:41:41.720Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
34592026-05-08T16:41:41.750Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
34602026-05-08T16:41:42.091Z+ 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/*)
34612026-05-08T16:41:42.094Z+ 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-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 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
34622026-05-08T16:43:01.111ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34632026-05-08T16:43:01.111Za .github/buildomat/ci-env.sh 1K
34642026-05-08T16:43:01.111Za out/target/test 1K
34652026-05-08T16:43:01.111Za out/npuzone/npuzone 27402K
34662026-05-08T16:43:01.111Za package-manifest.toml 35K
34672026-05-08T16:43:01.111Za smf/sled-agent/non-gimlet/config.toml 6K
34682026-05-08T16:43:01.111Za target/release/omicron-package 44860K
34692026-05-08T16:43:01.111Za target/release/xtask 11449K
34702026-05-08T16:43:01.111Za target/debug/bootstrap 352212K
34712026-05-08T16:43:01.111Za tests/bootstrap-a30bd6ce46b8f667 31215K
34722026-05-08T16:43:01.111Za tests/commtest-6ff027522a55cd83 32299K
34732026-05-08T16:43:01.111Za tests/dhcp_server-470a60e3d0e6ef24 31215K
34742026-05-08T16:43:01.111Za tests/end_to_end_tests-06879957ae11aa92 393326K
34752026-05-08T16:43:01.111Za out/clickhouse.tar.gz 318889K
34762026-05-08T16:43:01.111Za out/clickhouse_keeper.tar.gz 304254K
34772026-05-08T16:43:01.111Za out/clickhouse_server.tar.gz 318889K
34782026-05-08T16:43:01.111Za out/cockroachdb.tar.gz 164597K
34792026-05-08T16:43:01.111Za out/crucible-pantry-zone.tar.gz 43677K
34802026-05-08T16:43:01.112Za out/crucible-utils.tar 17744K
34812026-05-08T16:43:01.112Za out/crucible-zone.tar.gz 57815K
34822026-05-08T16:43:01.112Za out/external-dns.tar.gz 49254K
34832026-05-08T16:43:01.112Za out/internal-dns.tar.gz 49253K
34842026-05-08T16:43:01.112Za out/mg-ddm-gz.tar 95141K
34852026-05-08T16:43:01.112Za out/nexus.tar.gz 219421K
34862026-05-08T16:43:01.112Za out/ntp.tar.gz 31615K
34872026-05-08T16:43:01.112Za out/omicron-gateway-softnpu.tar.gz 28492K
34882026-05-08T16:43:01.112Za out/omicron-sled-agent.tar 198794K
34892026-05-08T16:43:01.112Za out/overlay.tar.gz 3K
34902026-05-08T16:43:01.112Za out/oximeter.tar.gz 65312K
34912026-05-08T16:43:01.112Za out/oxlog.tar 3782K
34922026-05-08T16:43:01.112Za out/probe.tar.gz 3037K
34932026-05-08T16:43:01.112Za out/propolis-server.tar.gz 38727K
34942026-05-08T16:43:01.112Za out/pumpkind-gz.tar 26647K
34952026-05-08T16:43:01.112Za out/switch-softnpu.tar.gz 392743K
34962026-05-08T16:43:01.115Z
34972026-05-08T16:43:01.115Zreal 1:19.017527199
34982026-05-08T16:43:01.115Zuser 1:16.349168566
34992026-05-08T16:43:01.115Zsys 4.442893461
35002026-05-08T16:43:01.115Ztrap 0.006556660
35012026-05-08T16:43:01.115Ztflt 0.000000000
35022026-05-08T16:43:01.115Zdflt 0.000000000
35032026-05-08T16:43:01.115Zkflt 0.000000000
35042026-05-08T16:43:01.116Zlock 0.000000000
35052026-05-08T16:43:01.116Zslp 1:16.241917272
35062026-05-08T16:43:01.116Zlat 0.990119053
35072026-05-08T16:43:01.116Zstop 0.000170200
35082026-05-08T16:43:01.116Zprocess exited: duration 1039498 ms, exit code 0
 
35092026-05-08T16:43:01.129Zfound 1 output files
35102026-05-08T16:43:01.129Zuploading: /work/package.tar.gz (2429673814 bytes)
35112026-05-08T16:43:29.643Zuploaded: /work/package.tar.gz