01KSPW1HCGMXA9V221CSF29WWZ: 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: 01KSPW211E6J42X6QX4JE7JHZZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T08:44:31.169Zjob assigned to worker 01KSPW248TRS5P6P6ACJ67RBBT [factory aws, i-04d03b251542a3f7c] (queued for 44 s)
 
22026-05-28T08:44:38.781Zstarting task 0: "setup"
32026-05-28T08:44:38.786Z++ uname -s
42026-05-28T08:44:38.794Z+ kern=SunOS
52026-05-28T08:44:38.794Z+ build_user=build
62026-05-28T08:44:38.794Z+ build_uid=12345
72026-05-28T08:44:38.794Z+ work_dir=/work
82026-05-28T08:44:38.794Z+ input_dir=/input
92026-05-28T08:44:38.794Z+ [[ 0 == 12345 ]]
102026-05-28T08:44:38.794Z+ case "$kern" in
112026-05-28T08:44:38.794Z+ groupadd -g 12345 build
122026-05-28T08:44:38.794Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T08:44:40.799Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T08:44:40.922Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T08:44:40.926Z+ home_fs=zfs
162026-05-28T08:44:40.926Z+ [[ zfs == autofs ]]
172026-05-28T08:44:40.926Z+ mkdir -p /home/build
182026-05-28T08:44:40.931Z+ chown build:build /home/build /work
192026-05-28T08:44:42.928Z+ chmod 0700 /home/build /work
202026-05-28T08:44:42.931Zprocess exited: duration 4154 ms, exit code 0
 
212026-05-28T08:44:42.938Zstarting task 1: "rust-toolchain"
222026-05-28T08:44:42.944Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T08:44:42.944Z * rust toolchain channel = "1.94.0"
242026-05-28T08:44:42.944Z * rust toolchain profile = "default"
252026-05-28T08:44:42.944Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-28T08:44:42.944Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T08:44:42.944Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T08:44:42.947Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T08:44:42.947Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T08:44:43.066Zinfo: downloading installer
312026-05-28T08:44:44.456Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T08:44:44.456Zwarn: /home/build/.rustup/settings.toml
332026-05-28T08:44:44.456Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T08:44:44.456Zwarn: instead of the one inferred from the default host triple.
352026-05-28T08:44:44.469Zinfo: profile set to default
362026-05-28T08:44:44.469Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T08:44:44.472Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T08:44:44.602Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T08:44:44.605Zinfo: downloading 6 components
402026-05-28T08:44:58.869Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T08:44:58.869Z
422026-05-28T08:44:58.907Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T08:44:58.907Z
442026-05-28T08:44:58.907Z
452026-05-28T08:44:58.907ZRust is installed now. Great!
462026-05-28T08:44:58.907Z
472026-05-28T08:44:58.907ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T08:44:58.907Zenvironment variable. This has not been done automatically.
492026-05-28T08:44:58.907Z
502026-05-28T08:44:58.907ZTo configure your current shell, you need to source
512026-05-28T08:44:58.907Zthe corresponding env file under $HOME/.cargo.
522026-05-28T08:44:58.907Z
532026-05-28T08:44:58.907ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T08:44:58.910Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T08:44:58.910Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T08:44:58.910Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T08:44:58.910Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T08:44:58.910Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T08:44:58.911Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T08:44:58.911Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T08:44:58.911Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T08:44:59.005Z+ rustup --version
632026-05-28T08:44:59.011Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T08:44:59.014Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T08:44:59.032Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T08:44:59.035Z+ cargo --version
672026-05-28T08:44:59.043Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T08:44:59.046Z+ rustc --version
692026-05-28T08:44:59.067Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T08:44:59.069Zprocess exited: duration 16131 ms, exit code 0
 
712026-05-28T08:44:59.076Zstarting task 2: "authentication"
722026-05-28T08:44:59.094Zprocess exited: duration 18 ms, exit code 0
 
732026-05-28T08:44:59.101Zstarting task 3: "clone repository"
742026-05-28T08:44:59.105Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T08:44:59.108Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T08:44:59.148ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T08:45:10.440Z+ cd /work/oxidecomputer/omicron
782026-05-28T08:45:10.440Z+ git fetch origin 93671368d047a190461d9392a97ae5d769a476f4
792026-05-28T08:45:10.699ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T08:45:10.699Z * branch 93671368d047a190461d9392a97ae5d769a476f4 -> FETCH_HEAD
812026-05-28T08:45:10.714Z+ [[ -n multicast-e2e ]]
822026-05-28T08:45:10.716Z++ git branch --show-current
832026-05-28T08:45:10.719Z+ current=main
842026-05-28T08:45:10.719Z+ [[ main != multicast-e2e ]]
852026-05-28T08:45:10.719Z+ git branch -f multicast-e2e 93671368d047a190461d9392a97ae5d769a476f4
862026-05-28T08:45:10.722Z+ git checkout -f multicast-e2e
872026-05-28T08:45:10.959ZSwitched to branch 'multicast-e2e'
882026-05-28T08:45:10.961Z+ git reset --hard 93671368d047a190461d9392a97ae5d769a476f4
892026-05-28T08:45:11.193ZHEAD is now at 93671368d [merge+match] merge main + mag update, which needs new ubuntu glibc
902026-05-28T08:45:11.196Zprocess exited: duration 12094 ms, exit code 0
 
912026-05-28T08:45:11.202Zstarting task 4: "build"
922026-05-28T08:45:11.208Z+ source .github/buildomat/ci-env.sh
932026-05-28T08:45:11.208Z++ export CARGO_TERM_COLOR=always
942026-05-28T08:45:11.209Z++ CARGO_TERM_COLOR=always
952026-05-28T08:45:11.209Z+ cargo --version
962026-05-28T08:45:11.219Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T08:45:11.222Z+ rustc --version
982026-05-28T08:45:11.243Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T08:45:11.246Z+ WORK=/work
1002026-05-28T08:45:11.246Z+ pfexec mkdir -p /work
1012026-05-28T08:45:11.249Z+ pfexec chown build /work
1022026-05-28T08:45:11.252Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-28T08:45:12.883Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-28T08:45:12.954Z Startup: Caching catalogs ... Done
1052026-05-28T08:45:13.214ZPlanning: Solver setup ... Done (0.225s)
1062026-05-28T08:45:13.232ZPlanning: Running solver ... Done (0.018s)
1072026-05-28T08:45:13.239ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-28T08:45:13.251ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-28T08:45:13.267ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-28T08:45:13.283ZPlanning: Package planning ... Done (0.015s)
1112026-05-28T08:45:13.285ZPlanning: Merging actions ... Done (0.002s)
1122026-05-28T08:45:13.475ZPlanning: Checking for conflicting actions ... Done (0.191s)
1132026-05-28T08:45:13.479ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-28T08:45:14.383ZPlanning: Evaluating mediators ... Done (0.907s)
1152026-05-28T08:45:14.386ZPlanning: Planning completed in 1.41 seconds
1162026-05-28T08:45:14.393Z Packages to install: 2
1172026-05-28T08:45:14.393Z Estimated space available: 156.07 GB
1182026-05-28T08:45:14.393ZEstimated space to be consumed: 22.53 MB
1192026-05-28T08:45:14.393Z Create boot environment: No
1202026-05-28T08:45:14.393ZCreate backup boot environment: No
1212026-05-28T08:45:14.393Z Rebuild boot archive: No
1222026-05-28T08:45:14.396Z
1232026-05-28T08:45:14.396ZChanged packages:
1242026-05-28T08:45:14.396Zhelios
1252026-05-28T08:45:14.396Z developer/build-essential
1262026-05-28T08:45:14.396Z None -> 11-3.0
1272026-05-28T08:45:14.396Z library/libxmlsec1
1282026-05-28T08:45:14.396Z None -> 1.2.35-3.0
1292026-05-28T08:45:14.419Z
1302026-05-28T08:45:14.419ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-28T08:45:15.131ZDownload: Completed 1.28 MB in 0.71 seconds (1.8M/s)
1322026-05-28T08:45:15.198Z Actions: 1/268 actions (Installing new actions)
1332026-05-28T08:45:15.237Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-28T08:45:15.272ZFinalize: Updating package state database ... Done (0.035s)
1352026-05-28T08:45:15.272ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-28T08:45:15.291ZFinalize: Updating image state ... Done (0.019s)
1372026-05-28T08:45:17.838ZFinalize: Creating fast lookup database ... Done (2.524s)
1382026-05-28T08:45:17.907ZFinalize: Reading search index ... Done (0.012s)
1392026-05-28T08:45:17.910ZFinalize: Updating search index ... Done (0.000s)
1402026-05-28T08:45:18.014ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-28T08:45:18.312ZPlanning: Evaluating mediator changes ... Done
1422026-05-28T08:45:18.415ZPlanning: Checking for conflicting actions ... Done
1432026-05-28T08:45:18.418ZPlanning: Consolidating action changes ... Done
1442026-05-28T08:45:18.572ZPlanning: Evaluating mediators ... Done
1452026-05-28T08:45:18.575ZPlanning: Planning completed in 0.26 seconds
1462026-05-28T08:45:18.596Z Mediators to change: 2
1472026-05-28T08:45:18.597Z Create boot environment: No
1482026-05-28T08:45:18.597ZCreate backup boot environment: No
1492026-05-28T08:45:18.669ZFinalize: Updating package state database ... Done
1502026-05-28T08:45:18.669ZFinalize: Updating package cache ... Done
1512026-05-28T08:45:18.681ZFinalize: Updating image state ... Done
1522026-05-28T08:45:20.639ZFinalize: Creating fast lookup database ... Done
1532026-05-28T08:45:20.699ZFinalize: Reading search index ... Done
1542026-05-28T08:45:20.702ZFinalize: Updating search index ... Done
1552026-05-28T08:45:20.774ZFinalize: Updating package cache ... Done
1562026-05-28T08:45:21.057ZPlanning: Evaluating mediator changes ... Done
1572026-05-28T08:45:21.162ZPlanning: Checking for conflicting actions ... Done
1582026-05-28T08:45:21.165ZPlanning: Consolidating action changes ... Done
1592026-05-28T08:45:21.318ZPlanning: Evaluating mediators ... Done
1602026-05-28T08:45:21.321ZPlanning: Planning completed in 0.26 seconds
1612026-05-28T08:45:21.342Z Mediators to change: 1
1622026-05-28T08:45:21.342Z Create boot environment: No
1632026-05-28T08:45:21.342ZCreate backup boot environment: No
1642026-05-28T08:45:21.397ZFinalize: Updating package state database ... Done
1652026-05-28T08:45:21.397ZFinalize: Updating package cache ... Done
1662026-05-28T08:45:21.411ZFinalize: Updating image state ... Done
1672026-05-28T08:45:23.328ZFinalize: Creating fast lookup database ... Done
1682026-05-28T08:45:23.389ZFinalize: Reading search index ... Done
1692026-05-28T08:45:23.392ZFinalize: Updating search index ... Done
1702026-05-28T08:45:23.465ZFinalize: Updating package cache ... Done
1712026-05-28T08:45:23.772ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-28T08:45:23.772Zapache system 2.4 system
1732026-05-28T08:45:23.772Zclang system 15 system
1742026-05-28T08:45:23.772Zcsh system system illumos
1752026-05-28T08:45:23.772Zctags system system illumos
1762026-05-28T08:45:23.772Zfile vendor vendor darwinsys
1772026-05-28T08:45:23.772Zfile system system illumos
1782026-05-28T08:45:23.772Zgcc vendor 14 vendor
1792026-05-28T08:45:23.772Zgcc system 13 system
1802026-05-28T08:45:23.772Zgcc system 10 system
1812026-05-28T08:45:23.772Zgo system 1.25 system
1822026-05-28T08:45:23.772Zllvm system 15 system
1832026-05-28T08:45:23.772Zmariadb system 11.4 system
1842026-05-28T08:45:23.772Zmta vendor vendor dma
1852026-05-28T08:45:23.772Zopenjdk system 17 system
1862026-05-28T08:45:23.772Zopenjdk system 11 system
1872026-05-28T08:45:23.772Zopenssl vendor 3 vendor
1882026-05-28T08:45:23.772Zperl system 5.40 system
1892026-05-28T08:45:23.772Zpostgresql system 18 system
1902026-05-28T08:45:23.773Zpostgresql system 17 system
1912026-05-28T08:45:23.773Zpython vendor 3 vendor
1922026-05-28T08:45:23.773Zpython system 2 system
1932026-05-28T08:45:23.773Zpython3 vendor 3.13 vendor
1942026-05-28T08:45:23.773Zruby system 3.4 system
1952026-05-28T08:45:23.773Zruby system 3.0 system
1962026-05-28T08:45:23.773Zwords vendor vendor american-english
1972026-05-28T08:45:23.773Zwords system system australian-english
1982026-05-28T08:45:23.773Zwords system system british-english
1992026-05-28T08:45:23.773Zwords system system canadian-english
2002026-05-28T08:45:23.773Zwords system system french
2012026-05-28T08:45:23.773Zwords system system italian
2022026-05-28T08:45:23.773Zwords system system ngerman
2032026-05-28T08:45:23.773Zwords system system ogerman
2042026-05-28T08:45:23.773Zwords system system spanish
2052026-05-28T08:45:24.026ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-28T08:45:24.026Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-28T08:45:24.300ZFMRI IFO
2082026-05-28T08:45:24.300Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-28T08:45:24.301Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-28T08:45:24.301Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-28T08:45:24.301Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-28T08:45:24.301Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-28T08:45:24.301Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-28T08:45:24.301Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-28T08:45:24.301Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-28T08:45:24.301Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-28T08:45:24.542Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-28T08:45:24.877Z Updating crates.io index
2192026-05-28T08:45:24.880Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-28T08:45:25.380Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-28T08:45:25.780Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-28T08:45:26.303Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-28T08:45:27.161Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-28T08:45:27.655Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-28T08:45:29.196Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-28T08:45:30.011Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-28T08:45:30.365Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-28T08:45:31.397Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-28T08:45:31.743Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-28T08:45:32.298Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-28T08:45:32.681Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-28T08:45:33.692Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-28T08:45:34.188Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-28T08:45:34.528Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-28T08:45:34.914Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-28T08:45:35.205Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-28T08:45:35.683Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-28T08:45:35.922Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-28T08:45:36.218Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-28T08:45:36.474Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-28T08:45:36.840Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-28T08:45:37.313Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-28T08:45:37.574Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-28T08:45:38.020Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-28T08:45:38.292Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-28T08:45:38.605Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-28T08:45:39.665Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-28T08:45:40.231Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-28T08:45:40.690Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-05-28T08:45:41.197Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-05-28T08:45:41.524Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-05-28T08:45:41.833Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-28T08:45:42.133Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-05-28T08:45:42.476Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-05-28T08:45:43.160Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-05-28T08:45:43.490Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-05-28T08:45:43.761Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-05-28T08:45:44.021Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-28T08:45:56.221Z Updating git repository `https://github.com/illumos/smf-rs`
2602026-05-28T08:45:58.180Z Downloading crates ...
2612026-05-28T08:45:58.236Z Downloaded anstyle-query v1.1.5
2622026-05-28T08:45:58.239Z Downloaded anstyle-parse v1.0.0
2632026-05-28T08:45:58.239Z Downloaded crypto-common v0.1.7
2642026-05-28T08:45:58.242Z Downloaded anstyle v1.0.14
2652026-05-28T08:45:58.242Z Downloaded anstream v1.0.0
2662026-05-28T08:45:58.245Z Downloaded colorchoice v1.0.4
2672026-05-28T08:45:58.245Z Downloaded form_urlencoded v1.2.2
2682026-05-28T08:45:58.245Z Downloaded cfg-if v1.0.4
2692026-05-28T08:45:58.248Z Downloaded cpufeatures v0.2.17
2702026-05-28T08:45:58.250Z Downloaded textwrap v0.16.2
2712026-05-28T08:45:58.253Z Downloaded unicode-xid v0.2.6
2722026-05-28T08:45:58.253Z Downloaded thread-id v4.2.2
2732026-05-28T08:45:58.253Z Downloaded generic-array v0.14.7
2742026-05-28T08:45:58.256Z Downloaded typeid v1.0.3
2752026-05-28T08:45:58.256Z Downloaded toml_datetime v0.6.11
2762026-05-28T08:45:58.258Z Downloaded usdt-attr-macro v0.5.0
2772026-05-28T08:45:58.258Z Downloaded toml_write v0.1.2
2782026-05-28T08:45:58.258Z Downloaded utf8_iter v1.0.4
2792026-05-28T08:45:58.261Z Downloaded block-buffer v0.10.4
2802026-05-28T08:45:58.261Z Downloaded fnv v1.0.7
2812026-05-28T08:45:58.264Z Downloaded equivalent v1.0.2
2822026-05-28T08:45:58.266Z Downloaded dtrace-parser v0.2.0
2832026-05-28T08:45:58.266Z Downloaded unicode-linebreak v0.1.5
2842026-05-28T08:45:58.269Z Downloaded cargo-platform v0.2.0
2852026-05-28T08:45:58.269Z Downloaded anyhow v1.0.102
2862026-05-28T08:45:58.272Z Downloaded zerofrom v0.1.6
2872026-05-28T08:45:58.274Z Downloaded version_check v0.9.5
2882026-05-28T08:45:58.274Z Downloaded utf8parse v0.2.2
2892026-05-28T08:45:58.274Z Downloaded heck v0.4.1
2902026-05-28T08:45:58.274Z Downloaded usdt-impl v0.5.0
2912026-05-28T08:45:58.277Z Downloaded errno v0.3.14
2922026-05-28T08:45:58.278Z Downloaded yoke-derive v0.8.1
2932026-05-28T08:45:58.278Z Downloaded fastrand v2.3.0
2942026-05-28T08:45:58.280Z Downloaded zerofrom-derive v0.1.6
2952026-05-28T08:45:58.280Z Downloaded erased-serde v0.4.9
2962026-05-28T08:45:58.280Z Downloaded dof v0.3.0
2972026-05-28T08:45:58.285Z Downloaded usdt-macro v0.5.0
2982026-05-28T08:45:58.285Z Downloaded byteorder v1.5.0
2992026-05-28T08:45:58.285Z Downloaded usdt v0.5.0
3002026-05-28T08:45:58.287Z Downloaded smawk v0.3.2
3012026-05-28T08:45:58.288Z Downloaded cargo_metadata v0.21.0
3022026-05-28T08:45:58.288Z Downloaded zerovec-derive v0.11.2
3032026-05-28T08:45:58.288Z Downloaded thiserror-impl v1.0.69
3042026-05-28T08:45:58.288Z Downloaded bytecount v0.6.9
3052026-05-28T08:45:58.290Z Downloaded autocfg v1.5.0
3062026-05-28T08:45:58.290Z Downloaded plain v0.2.3
3072026-05-28T08:45:58.293Z Downloaded zmij v1.0.21
3082026-05-28T08:45:58.293Z Downloaded yoke v0.8.1
3092026-05-28T08:45:58.293Z Downloaded clap_derive v4.6.1
3102026-05-28T08:45:58.296Z Downloaded displaydoc v0.2.5
3112026-05-28T08:45:58.299Z Downloaded digest v0.10.7
3122026-05-28T08:45:58.299Z Downloaded writeable v0.6.2
3132026-05-28T08:45:58.299Z Downloaded thiserror-impl v2.0.18
3142026-05-28T08:45:58.301Z Downloaded thiserror v1.0.69
3152026-05-28T08:45:58.304Z Downloaded zerocopy-derive v0.7.35
3162026-05-28T08:45:58.304Z Downloaded serde-value v0.7.0
3172026-05-28T08:45:58.307Z Downloaded toml v0.8.23
3182026-05-28T08:45:58.307Z Downloaded thiserror v2.0.18
3192026-05-28T08:45:58.310Z Downloaded unicode-ident v1.0.24
3202026-05-28T08:45:58.312Z Downloaded ucd-trie v0.1.7
3212026-05-28T08:45:58.312Z Downloaded terminal_size v0.4.3
3222026-05-28T08:45:58.312Z Downloaded tabled_derive v0.7.0
3232026-05-28T08:45:58.315Z Downloaded percent-encoding v2.3.2
3242026-05-28T08:45:58.315Z Downloaded ordered-float v2.10.1
3252026-05-28T08:45:58.315Z Downloaded serde_spanned v0.6.9
3262026-05-28T08:45:58.315Z Downloaded macaddr v1.0.1
3272026-05-28T08:45:58.318Z Downloaded is_terminal_polyfill v1.70.2
3282026-05-28T08:45:58.318Z Downloaded proc-macro-error-attr v1.0.4
3292026-05-28T08:45:58.318Z Downloaded serde_tokenstream v0.2.3
3302026-05-28T08:45:58.318Z Downloaded fs-err v3.3.0
3312026-05-28T08:45:58.320Z Downloaded pretty-hex v0.4.1
3322026-05-28T08:45:58.320Z Downloaded potential_utf v0.1.4
3332026-05-28T08:45:58.320Z Downloaded heck v0.5.0
3342026-05-28T08:45:58.320Z Downloaded typenum v1.19.0
3352026-05-28T08:45:58.323Z Downloaded camino-tempfile v1.4.1
3362026-05-28T08:45:58.323Z Downloaded memmap v0.7.0
3372026-05-28T08:45:58.326Z Downloaded toml_edit v0.22.27
3382026-05-28T08:45:58.329Z Downloaded idna_adapter v1.2.1
3392026-05-28T08:45:58.329Z Downloaded clap_lex v1.0.0
3402026-05-28T08:45:58.329Z Downloaded itoa v1.0.17
3412026-05-28T08:45:58.329Z Downloaded tinystr v0.8.2
3422026-05-28T08:45:58.332Z Downloaded zerotrie v0.2.3
3432026-05-28T08:45:58.332Z Downloaded url v2.5.8
3442026-05-28T08:45:58.337Z Downloaded cargo_toml v0.21.0
3452026-05-28T08:45:58.340Z Downloaded scroll v0.12.0
3462026-05-28T08:45:58.343Z Downloaded cargo-util-schemas v0.8.2
3472026-05-28T08:45:58.345Z Downloaded zerovec v0.11.5
3482026-05-28T08:45:58.348Z Downloaded litemap v0.8.1
3492026-05-28T08:45:58.348Z Downloaded quote v1.0.45
3502026-05-28T08:45:58.351Z Downloaded zerocopy v0.7.35
3512026-05-28T08:45:58.357Z Downloaded synstructure v0.13.2
3522026-05-28T08:45:58.360Z Downloaded strsim v0.11.1
3532026-05-28T08:45:58.360Z Downloaded winnow v0.7.14
3542026-05-28T08:45:58.365Z Downloaded stable_deref_trait v1.2.1
3552026-05-28T08:45:58.368Z Downloaded semver v1.0.28
3562026-05-28T08:45:58.368Z Downloaded swrite v0.1.0
3572026-05-28T08:45:58.368Z Downloaded unicode-width v0.2.0
3582026-05-28T08:45:58.370Z Downloaded unicode-width v0.1.14
3592026-05-28T08:45:58.373Z Downloaded proc-macro-error v1.0.4
3602026-05-28T08:45:58.376Z Downloaded sha2 v0.10.9
3612026-05-28T08:45:58.376Z Downloaded serde-untagged v0.1.9
3622026-05-28T08:45:58.379Z Downloaded scroll_derive v0.12.1
3632026-05-28T08:45:58.379Z Downloaded clap v4.6.1
3642026-05-28T08:45:58.383Z Downloaded camino v1.2.2
3652026-05-28T08:45:58.386Z Downloaded getrandom v0.4.1
3662026-05-28T08:45:58.386Z Downloaded bitflags v2.11.0
3672026-05-28T08:45:58.388Z Downloaded pest_derive v2.8.6
3682026-05-28T08:45:58.392Z Downloaded proc-macro2 v1.0.106
3692026-05-28T08:45:58.394Z Downloaded icu_provider v2.1.1
3702026-05-28T08:45:58.398Z Downloaded smallvec v1.15.1
3712026-05-28T08:45:58.401Z Downloaded once_cell v1.21.3
3722026-05-28T08:45:58.401Z Downloaded tempfile v3.25.0
3732026-05-28T08:45:58.405Z Downloaded serde_derive v1.0.228
3742026-05-28T08:45:58.408Z Downloaded pest_generator v2.8.6
3752026-05-28T08:45:58.416Z Downloaded serde_core v1.0.228
3762026-05-28T08:45:58.419Z Downloaded papergrid v0.11.0
3772026-05-28T08:45:58.422Z Downloaded num-traits v0.2.19
3782026-05-28T08:45:58.424Z Downloaded log v0.4.29
3792026-05-28T08:45:58.438Z Downloaded serde v1.0.228
3802026-05-28T08:45:58.441Z Downloaded icu_properties v2.1.2
3812026-05-28T08:45:58.444Z Downloaded icu_locale_core v2.1.1
3822026-05-28T08:45:58.447Z Downloaded pest_meta v2.8.6
3832026-05-28T08:45:58.447Z Downloaded icu_normalizer v2.1.1
3842026-05-28T08:45:58.457Z Downloaded memchr v2.8.0
3852026-05-28T08:45:58.460Z Downloaded indexmap v2.14.0
3862026-05-28T08:45:58.463Z Downloaded icu_collections v2.1.1
3872026-05-28T08:45:58.465Z Downloaded icu_normalizer_data v2.1.1
3882026-05-28T08:45:58.488Z Downloaded pest v2.8.6
3892026-05-28T08:45:58.503Z Downloaded hashbrown v0.17.0
3902026-05-28T08:45:58.506Z Downloaded idna v1.1.0
3912026-05-28T08:45:58.509Z Downloaded icu_properties_data v2.1.2
3922026-05-28T08:45:58.513Z Downloaded clap_builder v4.6.0
3932026-05-28T08:45:58.517Z Downloaded goblin v0.8.2
3942026-05-28T08:45:58.520Z Downloaded serde_json v1.0.149
3952026-05-28T08:45:58.523Z Downloaded tabled v0.15.0
3962026-05-28T08:45:58.544Z Downloaded syn v1.0.109
3972026-05-28T08:45:58.549Z Downloaded syn v2.0.117
3982026-05-28T08:45:58.559Z Downloaded rustix v1.1.3
3992026-05-28T08:45:58.588Z Downloaded libc v0.2.185
4002026-05-28T08:45:58.653Z Compiling proc-macro2 v1.0.106
4012026-05-28T08:45:58.656Z Compiling quote v1.0.45
4022026-05-28T08:45:58.656Z Compiling unicode-ident v1.0.24
4032026-05-28T08:45:58.656Z Compiling serde_core v1.0.228
4042026-05-28T08:45:58.656Z Compiling libc v0.2.185
4052026-05-28T08:45:58.656Z Compiling version_check v0.9.5
4062026-05-28T08:45:58.656Z Compiling memchr v2.8.0
4072026-05-28T08:45:58.656Z Compiling serde v1.0.228
4082026-05-28T08:45:58.656Z Compiling stable_deref_trait v1.2.1
4092026-05-28T08:45:58.656Z Compiling zmij v1.0.21
4102026-05-28T08:45:58.840Z Compiling autocfg v1.5.0
4112026-05-28T08:45:58.844Z Compiling itoa v1.0.17
4122026-05-28T08:45:58.844Z Compiling thiserror v1.0.69
4132026-05-28T08:45:58.844Z Compiling ucd-trie v0.1.7
4142026-05-28T08:45:58.844Z Compiling litemap v0.8.1
4152026-05-28T08:45:58.999Z Compiling writeable v0.6.2
4162026-05-28T08:45:59.109Z Compiling rustix v1.1.3
4172026-05-28T08:45:59.266Z Compiling byteorder v1.5.0
4182026-05-28T08:45:59.322Z Compiling pest v2.8.6
4192026-05-28T08:45:59.340Z Compiling icu_normalizer_data v2.1.1
4202026-05-28T08:45:59.371Z Compiling icu_properties_data v2.1.2
4212026-05-28T08:45:59.373Z Compiling bitflags v2.11.0
4222026-05-28T08:45:59.455Z Compiling serde_json v1.0.149
4232026-05-28T08:45:59.472Z Compiling num-traits v0.2.19
4242026-05-28T08:45:59.540Z Compiling hashbrown v0.17.0
4252026-05-28T08:45:59.577Z Compiling equivalent v1.0.2
4262026-05-28T08:45:59.582Z Compiling smallvec v1.15.1
4272026-05-28T08:45:59.715Z Compiling typeid v1.0.3
4282026-05-28T08:45:59.731Z Compiling usdt-impl v0.5.0
4292026-05-28T08:45:59.749Z Compiling proc-macro-error-attr v1.0.4
4302026-05-28T08:45:59.819Z Compiling syn v1.0.109
4312026-05-28T08:45:59.821Z Compiling toml_write v0.1.2
4322026-05-28T08:45:59.835Z Compiling erased-serde v0.4.9
4332026-05-28T08:45:59.868Z Compiling winnow v0.7.14
4342026-05-28T08:45:59.888Z Compiling proc-macro-error v1.0.4
4352026-05-28T08:45:59.933Z Compiling utf8_iter v1.0.4
4362026-05-28T08:45:59.960Z Compiling errno v0.3.14
4372026-05-28T08:45:59.990Z Compiling thread-id v4.2.2
4382026-05-28T08:46:00.046Z Compiling indexmap v2.14.0
4392026-05-28T08:46:00.127Z Compiling thiserror v2.0.18
4402026-05-28T08:46:00.176Z Compiling percent-encoding v2.3.2
4412026-05-28T08:46:00.209Z Compiling log v0.4.29
4422026-05-28T08:46:00.244Z Compiling syn v2.0.117
4432026-05-28T08:46:00.262Z Compiling plain v0.2.3
4442026-05-28T08:46:00.281Z Compiling camino v1.2.2
4452026-05-28T08:46:00.297Z Compiling utf8parse v0.2.2
4462026-05-28T08:46:00.317Z Compiling getrandom v0.4.1
4472026-05-28T08:46:00.426Z Compiling pest_meta v2.8.6
4482026-05-28T08:46:00.450Z Compiling anstyle-parse v1.0.0
4492026-05-28T08:46:00.467Z Compiling form_urlencoded v1.2.2
4502026-05-28T08:46:00.695Z Compiling ordered-float v2.10.1
4512026-05-28T08:46:00.712Z Compiling anstyle v1.0.14
4522026-05-28T08:46:00.733Z Compiling pretty-hex v0.4.1
4532026-05-28T08:46:00.769Z Compiling colorchoice v1.0.4
4542026-05-28T08:46:00.788Z Compiling is_terminal_polyfill v1.70.2
4552026-05-28T08:46:00.804Z Compiling anstyle-query v1.1.5
4562026-05-28T08:46:00.807Z Compiling cfg-if v1.0.4
4572026-05-28T08:46:00.910Z Compiling anstream v1.0.0
4582026-05-28T08:46:00.912Z Compiling fs-err v3.3.0
4592026-05-28T08:46:00.912Z Compiling once_cell v1.21.3
4602026-05-28T08:46:00.981Z Compiling terminal_size v0.4.3
4612026-05-28T08:46:00.984Z Compiling heck v0.4.1
4622026-05-28T08:46:00.984Z Compiling fnv v1.0.7
4632026-05-28T08:46:01.159Z Compiling semver v1.0.28
4642026-05-28T08:46:01.162Z Compiling unicode-width v0.1.14
4652026-05-28T08:46:01.209Z Compiling strsim v0.11.1
4662026-05-28T08:46:01.234Z Compiling fastrand v2.3.0
4672026-05-28T08:46:01.252Z Compiling clap_lex v1.0.0
4682026-05-28T08:46:01.305Z Compiling unicode-xid v0.2.6
4692026-05-28T08:46:01.323Z Compiling anyhow v1.0.102
4702026-05-28T08:46:01.377Z Compiling heck v0.5.0
4712026-05-28T08:46:01.444Z Compiling bytecount v0.6.9
4722026-05-28T08:46:01.497Z Compiling serde-untagged v0.1.9
4732026-05-28T08:46:01.516Z Compiling tempfile v3.25.0
4742026-05-28T08:46:01.519Z Compiling clap_builder v4.6.0
4752026-05-28T08:46:01.590Z Compiling papergrid v0.11.0
4762026-05-28T08:46:01.590Z Compiling memmap v0.7.0
4772026-05-28T08:46:01.625Z Compiling unicode-linebreak v0.1.5
4782026-05-28T08:46:01.643Z Compiling unicode-width v0.2.0
4792026-05-28T08:46:01.680Z Compiling smawk v0.3.2
4802026-05-28T08:46:01.759Z Compiling camino-tempfile v1.4.1
4812026-05-28T08:46:01.841Z Compiling swrite v0.1.0
4822026-05-28T08:46:01.890Z Compiling textwrap v0.16.2
4832026-05-28T08:46:01.909Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-05-28T08:46:02.212Z Compiling tabled_derive v0.7.0
4852026-05-28T08:46:02.752Z Compiling synstructure v0.13.2
4862026-05-28T08:46:02.753Z Compiling pest_generator v2.8.6
4872026-05-28T08:46:02.875Z Compiling tabled v0.15.0
4882026-05-28T08:46:03.269Z Compiling serde_derive v1.0.228
4892026-05-28T08:46:03.269Z Compiling zerofrom-derive v0.1.6
4902026-05-28T08:46:03.269Z Compiling yoke-derive v0.8.1
4912026-05-28T08:46:03.272Z Compiling zerovec-derive v0.11.2
4922026-05-28T08:46:03.272Z Compiling displaydoc v0.2.5
4932026-05-28T08:46:03.317Z Compiling thiserror-impl v1.0.69
4942026-05-28T08:46:03.350Z Compiling zerocopy-derive v0.7.35
4952026-05-28T08:46:03.354Z Compiling scroll_derive v0.12.1
4962026-05-28T08:46:03.370Z Compiling thiserror-impl v2.0.18
4972026-05-28T08:46:03.370Z Compiling pest_derive v2.8.6
4982026-05-28T08:46:03.476Z Compiling clap_derive v4.6.1
4992026-05-28T08:46:04.139Z Compiling scroll v0.12.0
5002026-05-28T08:46:04.234Z Compiling zerocopy v0.7.35
5012026-05-28T08:46:04.367Z Compiling goblin v0.8.2
5022026-05-28T08:46:04.396Z Compiling zerofrom v0.1.6
5032026-05-28T08:46:04.496Z Compiling dtrace-parser v0.2.0
5042026-05-28T08:46:04.509Z Compiling yoke v0.8.1
5052026-05-28T08:46:04.665Z Compiling zerovec v0.11.5
5062026-05-28T08:46:04.665Z Compiling zerotrie v0.2.3
5072026-05-28T08:46:04.846Z Compiling clap v4.6.1
5082026-05-28T08:46:05.096Z Compiling tinystr v0.8.2
5092026-05-28T08:46:05.096Z Compiling potential_utf v0.1.4
5102026-05-28T08:46:05.204Z Compiling icu_collections v2.1.1
5112026-05-28T08:46:05.259Z Compiling icu_locale_core v2.1.1
5122026-05-28T08:46:05.799Z Compiling dof v0.3.0
5132026-05-28T08:46:05.799Z Compiling serde_tokenstream v0.2.3
5142026-05-28T08:46:05.815Z Compiling icu_provider v2.1.1
5152026-05-28T08:46:05.832Z Compiling serde_spanned v0.6.9
5162026-05-28T08:46:05.835Z Compiling toml_datetime v0.6.11
5172026-05-28T08:46:05.835Z Compiling serde-value v0.7.0
5182026-05-28T08:46:05.835Z Compiling cargo-platform v0.2.0
5192026-05-28T08:46:05.835Z Compiling macaddr v1.0.1
5202026-05-28T08:46:06.016Z Compiling toml_edit v0.22.27
5212026-05-28T08:46:06.061Z Compiling icu_properties v2.1.2
5222026-05-28T08:46:06.065Z Compiling icu_normalizer v2.1.1
5232026-05-28T08:46:06.482Z Compiling usdt-attr-macro v0.5.0
5242026-05-28T08:46:06.482Z Compiling usdt-macro v0.5.0
5252026-05-28T08:46:06.881Z Compiling idna_adapter v1.2.1
5262026-05-28T08:46:07.009Z Compiling idna v1.1.0
5272026-05-28T08:46:07.148Z Compiling usdt v0.5.0
5282026-05-28T08:46:07.244Z Compiling url v2.5.8
5292026-05-28T08:46:07.306Z Compiling toml v0.8.23
5302026-05-28T08:46:07.633Z Compiling cargo_toml v0.21.0
5312026-05-28T08:46:07.649Z Compiling cargo-util-schemas v0.8.2
5322026-05-28T08:46:08.406Z Compiling cargo_metadata v0.21.0
5332026-05-28T08:46:09.343Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-05-28T08:46:11.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.06s
5352026-05-28T08:46:11.689Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-05-28T08:46:12.261Z Downloading crates ...
5372026-05-28T08:46:12.352Z Downloaded aead v0.5.2
5382026-05-28T08:46:12.357Z Downloaded array-init v0.0.4
5392026-05-28T08:46:12.362Z Downloaded adler2 v2.0.1
5402026-05-28T08:46:12.365Z Downloaded argon2 v0.5.3
5412026-05-28T08:46:12.366Z Downloaded anstyle-parse v0.2.7
5422026-05-28T08:46:12.373Z Downloaded arc-swap v1.8.2
5432026-05-28T08:46:12.376Z Downloaded crunchy v0.2.4
5442026-05-28T08:46:12.379Z Downloaded ar_archive_writer v0.5.1
5452026-05-28T08:46:12.379Z Downloaded crossbeam-deque v0.8.6
5462026-05-28T08:46:12.383Z Downloaded crossbeam-epoch v0.9.18
5472026-05-28T08:46:12.383Z Downloaded debug-ignore v1.0.5
5482026-05-28T08:46:12.385Z Downloaded crc-any v2.5.0
5492026-05-28T08:46:12.386Z Downloaded cpufeatures v0.3.0
5502026-05-28T08:46:12.389Z Downloaded daft v0.1.7
5512026-05-28T08:46:12.389Z Downloaded anstream v0.6.21
5522026-05-28T08:46:12.393Z Downloaded csv-core v0.1.13
5532026-05-28T08:46:12.393Z Downloaded derive_builder v0.20.2
5542026-05-28T08:46:12.396Z Downloaded darling v0.23.0
5552026-05-28T08:46:12.399Z Downloaded daft-derive v0.1.7
5562026-05-28T08:46:12.399Z Downloaded dof v0.4.0
5572026-05-28T08:46:12.402Z Downloaded cancel-safe-futures v0.1.5
5582026-05-28T08:46:12.402Z Downloaded constant_time_eq v0.4.2
5592026-05-28T08:46:12.405Z Downloaded dyn-clone v1.0.20
5602026-05-28T08:46:12.405Z Downloaded darling_macro v0.20.11
5612026-05-28T08:46:12.408Z Downloaded dtrace-parser v0.3.0
5622026-05-28T08:46:12.408Z Downloaded crucible-workspace-hack v0.1.0
5632026-05-28T08:46:12.408Z Downloaded derive_builder_macro v0.20.2
5642026-05-28T08:46:12.408Z Downloaded bcrypt-pbkdf v0.10.0
5652026-05-28T08:46:12.411Z Downloaded compression-core v0.4.31
5662026-05-28T08:46:12.411Z Downloaded ciborium-ll v0.2.2
5672026-05-28T08:46:12.411Z Downloaded cfg_aliases v0.1.1
5682026-05-28T08:46:12.411Z Downloaded dropshot-api-manager-types v0.7.2
5692026-05-28T08:46:12.414Z Downloaded derive-where v1.6.0
5702026-05-28T08:46:12.417Z Downloaded downcast-rs v2.0.2
5712026-05-28T08:46:12.417Z Downloaded async-stream-impl v0.3.6
5722026-05-28T08:46:12.417Z Downloaded endian-type v0.1.2
5732026-05-28T08:46:12.417Z Downloaded darling_macro v0.21.3
5742026-05-28T08:46:12.421Z Downloaded base16ct v0.2.0
5752026-05-28T08:46:12.421Z Downloaded async-stream v0.3.6
5762026-05-28T08:46:12.421Z Downloaded cstr-argument v0.1.2
5772026-05-28T08:46:12.424Z Downloaded diesel-dtrace v0.5.0
5782026-05-28T08:46:12.424Z Downloaded assert_matches v1.5.0
5792026-05-28T08:46:12.424Z Downloaded atomic-waker v1.1.2
5802026-05-28T08:46:12.429Z Downloaded defmt-parser v1.0.0
5812026-05-28T08:46:12.429Z Downloaded darling_macro v0.23.0
5822026-05-28T08:46:12.429Z Downloaded darling_macro v0.13.4
5832026-05-28T08:46:12.429Z Downloaded crc8 v0.1.1
5842026-05-28T08:46:12.429Z Downloaded ascii-canvas v3.0.0
5852026-05-28T08:46:12.432Z Downloaded flagset v0.4.7
5862026-05-28T08:46:12.432Z Downloaded cobs v0.3.0
5872026-05-28T08:46:12.432Z Downloaded env_filter v1.0.0
5882026-05-28T08:46:12.432Z Downloaded float-ord v0.3.2
5892026-05-28T08:46:12.432Z Downloaded fd-lock v4.0.4
5902026-05-28T08:46:12.436Z Downloaded dsl_auto_type v0.2.0
5912026-05-28T08:46:12.436Z Downloaded curve25519-dalek-derive v0.1.1
5922026-05-28T08:46:12.436Z Downloaded bitfield-struct v0.6.2
5932026-05-28T08:46:12.439Z Downloaded der_derive v0.7.3
5942026-05-28T08:46:12.439Z Downloaded des v0.8.1
5952026-05-28T08:46:12.439Z Downloaded darling v0.20.11
5962026-05-28T08:46:12.442Z Downloaded data-encoding v2.10.0
5972026-05-28T08:46:12.442Z Downloaded block-padding v0.3.3
5982026-05-28T08:46:12.445Z Downloaded async-recursion v1.1.1
5992026-05-28T08:46:12.445Z Downloaded enum-as-inner v0.6.1
6002026-05-28T08:46:12.448Z Downloaded dunce v1.0.5
6012026-05-28T08:46:12.448Z Downloaded fixedbitset v0.4.2
6022026-05-28T08:46:12.448Z Downloaded ctr v0.9.2
6032026-05-28T08:46:12.452Z Downloaded cfg_aliases v0.2.1
6042026-05-28T08:46:12.452Z Downloaded cargo-platform v0.3.2
6052026-05-28T08:46:12.452Z Downloaded crc-catalog v2.4.0
6062026-05-28T08:46:12.455Z Downloaded display-error-chain v0.2.2
6072026-05-28T08:46:12.455Z Downloaded difflib v0.4.0
6082026-05-28T08:46:12.455Z Downloaded bb8 v0.8.6
6092026-05-28T08:46:12.455Z Downloaded cexpr v0.6.0
6102026-05-28T08:46:12.458Z Downloaded float-cmp v0.10.0
6112026-05-28T08:46:12.458Z Downloaded base64ct v1.8.3
6122026-05-28T08:46:12.458Z Downloaded castaway v0.2.4
6132026-05-28T08:46:12.461Z Downloaded dirs-next v2.0.0
6142026-05-28T08:46:12.464Z Downloaded atomicwrites v0.4.4
6152026-05-28T08:46:12.464Z Downloaded embedded-io v0.6.1
6162026-05-28T08:46:12.464Z Downloaded bit-set v0.8.0
6172026-05-28T08:46:12.467Z Downloaded blake2 v0.10.6
6182026-05-28T08:46:12.467Z Downloaded foreign-types v0.5.0
6192026-05-28T08:46:12.467Z Downloaded foreign-types v0.3.2
6202026-05-28T08:46:12.470Z Downloaded foreign-types-shared v0.3.1
6212026-05-28T08:46:12.470Z Downloaded ciborium-io v0.2.2
6222026-05-28T08:46:12.470Z Downloaded diesel_table_macro_syntax v0.3.0
6232026-05-28T08:46:12.470Z Downloaded dirs-sys-next v0.1.2
6242026-05-28T08:46:12.473Z Downloaded defmt v0.3.100
6252026-05-28T08:46:12.473Z Downloaded atty v0.2.14
6262026-05-28T08:46:12.473Z Downloaded arrayref v0.3.9
6272026-05-28T08:46:12.473Z Downloaded futures-io v0.3.32
6282026-05-28T08:46:12.476Z Downloaded funty v2.0.0
6292026-05-28T08:46:12.476Z Downloaded document-features v0.2.12
6302026-05-28T08:46:12.477Z Downloaded foreign-types-macros v0.2.3
6312026-05-28T08:46:12.479Z Downloaded deranged v0.5.8
6322026-05-28T08:46:12.479Z Downloaded defmt-macros v1.0.1
6332026-05-28T08:46:12.482Z Downloaded futures-task v0.3.32
6342026-05-28T08:46:12.483Z Downloaded critical-section v1.2.0
6352026-05-28T08:46:12.483Z Downloaded foreign-types-shared v0.1.1
6362026-05-28T08:46:12.485Z Downloaded fxhash v0.2.1
6372026-05-28T08:46:12.485Z Downloaded futures-sink v0.3.32
6382026-05-28T08:46:12.485Z Downloaded futures-macro v0.3.32
6392026-05-28T08:46:12.485Z Downloaded futures-core v0.3.32
6402026-05-28T08:46:12.488Z Downloaded crc v3.4.0
6412026-05-28T08:46:12.488Z Downloaded globwalk v0.9.1
6422026-05-28T08:46:12.488Z Downloaded git-stub v1.0.0
6432026-05-28T08:46:12.491Z Downloaded gethostname v0.5.0
6442026-05-28T08:46:12.491Z Downloaded bit-vec v0.8.0
6452026-05-28T08:46:12.491Z Downloaded bitfield-macros v0.19.4
6462026-05-28T08:46:12.494Z Downloaded byte-wrapper v0.1.0
6472026-05-28T08:46:12.494Z Downloaded bit-vec v0.6.3
6482026-05-28T08:46:12.494Z Downloaded ghash v0.5.1
6492026-05-28T08:46:12.497Z Downloaded convert_case v0.10.0
6502026-05-28T08:46:12.497Z Downloaded const_format_proc_macros v0.2.34
6512026-05-28T08:46:12.500Z Downloaded headers-core v0.3.0
6522026-05-28T08:46:12.500Z Downloaded chacha20poly1305 v0.10.1
6532026-05-28T08:46:12.500Z Downloaded hash32 v0.2.1
6542026-05-28T08:46:12.503Z Downloaded backoff v0.4.0
6552026-05-28T08:46:12.503Z Downloaded hex-literal v0.4.1
6562026-05-28T08:46:12.503Z Downloaded bitfield v0.19.4
6572026-05-28T08:46:12.507Z Downloaded bit-set v0.5.3
6582026-05-28T08:46:12.507Z Downloaded cipher v0.4.4
6592026-05-28T08:46:12.507Z Downloaded home v0.5.12
6602026-05-28T08:46:12.510Z Downloaded chacha20 v0.9.1
6612026-05-28T08:46:12.510Z Downloaded cbc v0.1.2
6622026-05-28T08:46:12.510Z Downloaded ena v0.14.4
6632026-05-28T08:46:12.513Z Downloaded blowfish v0.9.1
6642026-05-28T08:46:12.513Z Downloaded bitflags v1.3.2
6652026-05-28T08:46:12.513Z Downloaded async-trait v0.1.89
6662026-05-28T08:46:12.516Z Downloaded arrayvec v0.7.6
6672026-05-28T08:46:12.519Z Downloaded hash32 v0.3.1
6682026-05-28T08:46:12.519Z Downloaded embedded-io v0.4.0
6692026-05-28T08:46:12.519Z Downloaded defmt v1.0.1
6702026-05-28T08:46:12.522Z Downloaded fallible-iterator v0.2.0
6712026-05-28T08:46:12.522Z Downloaded ff v0.13.1
6722026-05-28T08:46:12.525Z Downloaded env_logger v0.11.9
6732026-05-28T08:46:12.525Z Downloaded http-body v1.0.1
6742026-05-28T08:46:12.528Z Downloaded fs-err v2.11.0
6752026-05-28T08:46:12.528Z Downloaded fixedbitset v0.5.7
6762026-05-28T08:46:12.528Z Downloaded hostname v0.4.2
6772026-05-28T08:46:12.532Z Downloaded filetime v0.2.27
6782026-05-28T08:46:12.532Z Downloaded httpdate v1.0.3
6792026-05-28T08:46:12.532Z Downloaded hostname v0.3.1
6802026-05-28T08:46:12.535Z Downloaded erased-serde v0.3.31
6812026-05-28T08:46:12.535Z Downloaded fs_extra v1.3.0
6822026-05-28T08:46:12.538Z Downloaded either v1.15.0
6832026-05-28T08:46:12.538Z Downloaded derive_builder_core v0.20.2
6842026-05-28T08:46:12.538Z Downloaded derive-ex v0.1.8
6852026-05-28T08:46:12.541Z Downloaded cmake v0.1.57
6862026-05-28T08:46:12.542Z Downloaded http-range v0.1.5
6872026-05-28T08:46:12.542Z Downloaded hubpack v0.1.2
6882026-05-28T08:46:12.545Z Downloaded foldhash v0.2.0
6892026-05-28T08:46:12.545Z Downloaded hyper-tls v0.6.0
6902026-05-28T08:46:12.545Z Downloaded ident_case v1.0.1
6912026-05-28T08:46:12.545Z Downloaded foldhash v0.1.5
6922026-05-28T08:46:12.548Z Downloaded futures-executor v0.3.32
6932026-05-28T08:46:12.548Z Downloaded corncobs v0.1.4
6942026-05-28T08:46:12.548Z Downloaded convert_case v0.4.0
6952026-05-28T08:46:12.551Z Downloaded cassowary v0.3.0
6962026-05-28T08:46:12.551Z Downloaded glob v0.3.3
6972026-05-28T08:46:12.552Z Downloaded illumos-nvpair v0.3.0
6982026-05-28T08:46:12.554Z Downloaded hubpack_derive v0.1.1
6992026-05-28T08:46:12.554Z Downloaded git-stub-vcs v0.1.0
7002026-05-28T08:46:12.555Z Downloaded indent_write v2.2.0
7012026-05-28T08:46:12.555Z Downloaded illumos-nvpair-sys v0.2.0
7022026-05-28T08:46:12.558Z Downloaded compression-codecs v0.4.37
7032026-05-28T08:46:12.558Z Downloaded buf-list v1.1.2
7042026-05-28T08:46:12.562Z Downloaded globset v0.4.18
7052026-05-28T08:46:12.562Z Downloaded group v0.13.0
7062026-05-28T08:46:12.565Z Downloaded colored v3.1.1
7072026-05-28T08:46:12.565Z Downloaded colored v2.2.0
7082026-05-28T08:46:12.565Z Downloaded clang-sys v1.8.1
7092026-05-28T08:46:12.568Z Downloaded cookie v0.18.1
7102026-05-28T08:46:12.568Z Downloaded chacha20 v0.10.0
7112026-05-28T08:46:12.571Z Downloaded instant v0.1.13
7122026-05-28T08:46:12.571Z Downloaded is_ci v1.2.0
7132026-05-28T08:46:12.571Z Downloaded is-terminal v0.4.17
7142026-05-28T08:46:12.575Z Downloaded internet-checksum v0.2.1
7152026-05-28T08:46:12.575Z Downloaded instability v0.3.11
7162026-05-28T08:46:12.575Z Downloaded inout v0.1.4
7172026-05-28T08:46:12.575Z Downloaded indoc v1.0.9
7182026-05-28T08:46:12.578Z Downloaded ahash v0.8.12
7192026-05-28T08:46:12.578Z Downloaded lalrpop-util v0.19.12
7202026-05-28T08:46:12.581Z Downloaded console v0.15.11
7212026-05-28T08:46:12.581Z Downloaded diff v0.1.13
7222026-05-28T08:46:12.584Z Downloaded camino-tempfile-ext v0.3.3
7232026-05-28T08:46:12.584Z Downloaded cargo_metadata v0.23.1
7242026-05-28T08:46:12.584Z Downloaded darling v0.21.3
7252026-05-28T08:46:12.587Z Downloaded ed25519 v2.2.3
7262026-05-28T08:46:12.590Z Downloaded darling v0.13.4
7272026-05-28T08:46:12.590Z Downloaded lazy_static v1.5.0
7282026-05-28T08:46:12.593Z Downloaded keccak v0.1.6
7292026-05-28T08:46:12.593Z Downloaded kstat-rs v0.2.4
7302026-05-28T08:46:12.596Z Downloaded crossbeam-utils v0.8.21
7312026-05-28T08:46:12.596Z Downloaded hex v0.4.3
7322026-05-28T08:46:12.596Z Downloaded highway v1.3.0
7332026-05-28T08:46:12.599Z Downloaded bytes v1.11.1
7342026-05-28T08:46:12.602Z Downloaded lru-slab v0.1.2
7352026-05-28T08:46:12.602Z Downloaded lru-cache v0.1.2
7362026-05-28T08:46:12.602Z Downloaded lru v0.12.5
7372026-05-28T08:46:12.605Z Downloaded http-body-util v0.1.3
7382026-05-28T08:46:12.605Z Downloaded ecdsa v0.16.9
7392026-05-28T08:46:12.605Z Downloaded bzip2 v0.6.1
7402026-05-28T08:46:12.608Z Downloaded async-bb8-diesel v0.2.1
7412026-05-28T08:46:12.608Z Downloaded bcs v0.1.6
7422026-05-28T08:46:12.611Z Downloaded drift v0.2.0
7432026-05-28T08:46:12.615Z Downloaded md-5 v0.10.6
7442026-05-28T08:46:12.618Z Downloaded futures-channel v0.3.32
7452026-05-28T08:46:12.618Z Downloaded linked-hash-map v0.5.6
7462026-05-28T08:46:12.621Z Downloaded maplit v1.0.2
7472026-05-28T08:46:12.621Z Downloaded managed v0.8.0
7482026-05-28T08:46:12.621Z Downloaded multimap v0.10.1
7492026-05-28T08:46:12.621Z Downloaded memoffset v0.9.1
7502026-05-28T08:46:12.624Z Downloaded maybe-uninit v2.0.0
7512026-05-28T08:46:12.624Z Downloaded match_cfg v0.1.0
7522026-05-28T08:46:12.624Z Downloaded lzss v0.8.2
7532026-05-28T08:46:12.627Z Downloaded md5 v0.7.0
7542026-05-28T08:46:12.627Z Downloaded mime v0.3.17
7552026-05-28T08:46:12.627Z Downloaded darling_core v0.13.4
7562026-05-28T08:46:12.630Z Downloaded indoc v2.0.7
7572026-05-28T08:46:12.633Z Downloaded impl-trait-for-tuples v0.2.3
7582026-05-28T08:46:12.633Z Downloaded half v1.8.3
7592026-05-28T08:46:12.636Z Downloaded getrandom v0.2.17
7602026-05-28T08:46:12.636Z Downloaded ingot v0.1.1
7612026-05-28T08:46:12.639Z Downloaded console v0.16.2
7622026-05-28T08:46:12.639Z Downloaded newtype_derive v0.1.6
7632026-05-28T08:46:12.639Z Downloaded ipnet v2.11.0
7642026-05-28T08:46:12.642Z Downloaded ipnetwork v0.21.1
7652026-05-28T08:46:12.642Z Downloaded normalize-line-endings v0.3.0
7662026-05-28T08:46:12.642Z Downloaded new_debug_unreachable v1.0.6
7672026-05-28T08:46:12.645Z Downloaded num-derive v0.3.3
7682026-05-28T08:46:12.645Z Downloaded num v0.4.3
7692026-05-28T08:46:12.645Z Downloaded num-conv v0.2.0
7702026-05-28T08:46:12.645Z Downloaded nibble_vec v0.1.0
7712026-05-28T08:46:12.648Z Downloaded newtype-uuid-macros v0.1.0
7722026-05-28T08:46:12.648Z Downloaded num-derive v0.4.2
7732026-05-28T08:46:12.649Z Downloaded newline-converter v0.3.0
7742026-05-28T08:46:12.652Z Downloaded nonempty v0.12.0
7752026-05-28T08:46:12.652Z Downloaded nodrop v0.1.14
7762026-05-28T08:46:12.652Z Downloaded bzip2 v0.4.4
7772026-05-28T08:46:12.655Z Downloaded const-oid v0.9.6
7782026-05-28T08:46:12.655Z Downloaded ciborium v0.2.2
7792026-05-28T08:46:12.655Z Downloaded backon v1.6.0
7802026-05-28T08:46:12.658Z Downloaded aho-corasick v1.1.4
7812026-05-28T08:46:12.661Z Downloaded find-msvc-tools v0.1.9
7822026-05-28T08:46:12.661Z Downloaded libloading v0.8.9
7832026-05-28T08:46:12.664Z Downloaded hmac v0.12.1
7842026-05-28T08:46:12.664Z Downloaded libsw-core v0.3.2
7852026-05-28T08:46:12.667Z Downloaded libsw v3.5.0
7862026-05-28T08:46:12.667Z Downloaded libefi-sys v0.1.0
7872026-05-28T08:46:12.667Z Downloaded libscf-sys v1.1.0
7882026-05-28T08:46:12.670Z Downloaded num_threads v0.1.7
7892026-05-28T08:46:12.670Z Downloaded num_enum_derive v0.5.11
7902026-05-28T08:46:12.670Z Downloaded num-iter v0.1.45
7912026-05-28T08:46:12.670Z Downloaded httparse v1.10.1
7922026-05-28T08:46:12.673Z Downloaded opaque-debug v0.3.1
7932026-05-28T08:46:12.673Z Downloaded dropshot_endpoint v0.17.0
7942026-05-28T08:46:12.676Z Downloaded openssl-probe v0.1.6
7952026-05-28T08:46:12.676Z Downloaded openssl-macros v0.1.1
7962026-05-28T08:46:12.679Z Downloaded hyper-staticfile v0.10.1
7972026-05-28T08:46:12.679Z Downloaded hyper-rustls v0.27.7
7982026-05-28T08:46:12.682Z Downloaded lock_api v0.4.14
7992026-05-28T08:46:12.682Z Downloaded openssl-probe v0.2.1
8002026-05-28T08:46:12.682Z Downloaded olpc-cjson v0.1.4
8012026-05-28T08:46:12.682Z Downloaded cookie_store v0.22.1
8022026-05-28T08:46:12.685Z Downloaded fatfs v0.3.6
8032026-05-28T08:46:12.687Z Downloaded oso-derive v0.27.3
8042026-05-28T08:46:12.688Z Downloaded darling_core v0.23.0
8052026-05-28T08:46:12.690Z Downloaded linear-map v1.2.0
8062026-05-28T08:46:12.690Z Downloaded iana-time-zone v0.1.65
8072026-05-28T08:46:12.693Z Downloaded multer v3.1.0
8082026-05-28T08:46:12.693Z Downloaded humantime v2.3.0
8092026-05-28T08:46:12.696Z Downloaded derive_more v0.99.20
8102026-05-28T08:46:12.699Z Downloaded flume v0.11.1
8112026-05-28T08:46:12.699Z Downloaded native-tls v0.2.18
8122026-05-28T08:46:12.702Z Downloaded half v2.7.1
8132026-05-28T08:46:12.705Z Downloaded ingot-types v0.1.2
8142026-05-28T08:46:12.705Z Downloaded base64 v0.21.7
8152026-05-28T08:46:12.708Z Downloaded packed_struct_codegen v0.10.1
8162026-05-28T08:46:12.708Z Downloaded ingot-macros v0.1.1
8172026-05-28T08:46:12.708Z Downloaded getrandom v0.3.4
8182026-05-28T08:46:12.711Z Downloaded parse-display v0.10.0
8192026-05-28T08:46:12.711Z Downloaded newtype-uuid v1.3.2
8202026-05-28T08:46:12.714Z Downloaded peg-runtime v0.8.5
8212026-05-28T08:46:12.714Z Downloaded path-slash v0.1.5
8222026-05-28T08:46:12.714Z Downloaded crc32fast v1.5.0
8232026-05-28T08:46:12.717Z Downloaded phf_shared v0.11.3
8242026-05-28T08:46:12.717Z Downloaded phf_shared v0.12.1
8252026-05-28T08:46:12.717Z Downloaded parse-size v1.1.0
8262026-05-28T08:46:12.717Z Downloaded pbkdf2 v0.12.2
8272026-05-28T08:46:12.720Z Downloaded darling_core v0.20.11
8282026-05-28T08:46:12.723Z Downloaded elliptic-curve v0.13.8
8292026-05-28T08:46:12.727Z Downloaded darling_core v0.21.3
8302026-05-28T08:46:12.730Z Downloaded jobserver v0.1.34
8312026-05-28T08:46:12.733Z Downloaded nu-ansi-term v0.50.3
8322026-05-28T08:46:12.736Z Downloaded num-complex v0.4.6
8332026-05-28T08:46:12.736Z Downloaded num-rational v0.4.2
8342026-05-28T08:46:12.739Z Downloaded num-integer v0.1.46
8352026-05-28T08:46:12.739Z Downloaded num_enum_derive v0.7.6
8362026-05-28T08:46:12.739Z Downloaded pin-utils v0.1.0
8372026-05-28T08:46:12.744Z Downloaded phf_shared v0.13.1
8382026-05-28T08:46:12.747Z Downloaded powerfmt v0.2.0
8392026-05-28T08:46:12.747Z Downloaded num_enum v0.7.6
8402026-05-28T08:46:12.750Z Downloaded litrs v1.0.0
8412026-05-28T08:46:12.753Z Downloaded allocator-api2 v0.2.21
8422026-05-28T08:46:12.767Z Downloaded predicates-tree v1.0.13
8432026-05-28T08:46:12.771Z Downloaded base64 v0.22.1
8442026-05-28T08:46:12.774Z Downloaded proc-macro-crate v1.3.1
8452026-05-28T08:46:12.774Z Downloaded predicates-core v1.0.10
8462026-05-28T08:46:12.774Z Downloaded precomputed-hash v0.1.1
8472026-05-28T08:46:12.774Z Downloaded oxide-tokio-rt v0.1.4
8482026-05-28T08:46:12.774Z Downloaded proc-macro-crate v3.4.0
8492026-05-28T08:46:12.777Z Downloaded packed_struct v0.10.1
8502026-05-28T08:46:12.777Z Downloaded proc-macro-error-attr2 v2.0.0
8512026-05-28T08:46:12.777Z Downloaded pem-rfc7468 v0.7.0
8522026-05-28T08:46:12.780Z Downloaded paste v1.0.15
8532026-05-28T08:46:12.780Z Downloaded parse-display-derive v0.10.0
8542026-05-28T08:46:12.784Z Downloaded progenitor-client v0.11.2
8552026-05-28T08:46:12.784Z Downloaded heapless v0.7.17
8562026-05-28T08:46:12.787Z Downloaded quick-error v1.2.3
8572026-05-28T08:46:12.787Z Downloaded parking_lot_core v0.8.6
8582026-05-28T08:46:12.787Z Downloaded crossterm v0.29.0
8592026-05-28T08:46:12.791Z Downloaded progenitor-macro v0.11.2
8602026-05-28T08:46:12.793Z Downloaded progenitor-client v0.14.0
8612026-05-28T08:46:12.794Z Downloaded password-hash v0.5.0
8622026-05-28T08:46:12.794Z Downloaded password-hash v0.4.2
8632026-05-28T08:46:12.796Z Downloaded psl-types v2.0.11
8642026-05-28T08:46:12.797Z Downloaded peg-macros v0.8.5
8652026-05-28T08:46:12.799Z Downloaded libbz2-rs-sys v0.2.2
8662026-05-28T08:46:12.799Z Downloaded progenitor-macro v0.14.0
8672026-05-28T08:46:12.799Z Downloaded progenitor-macro v0.13.0
8682026-05-28T08:46:12.802Z Downloaded heapless v0.8.0
8692026-05-28T08:46:12.802Z Downloaded headers v0.4.1
8702026-05-28T08:46:12.805Z Downloaded omicron-zone-package v0.12.2
8712026-05-28T08:46:12.811Z Downloaded phf v0.13.1
8722026-05-28T08:46:12.814Z Downloaded pem v3.0.6
8732026-05-28T08:46:12.814Z Downloaded pkcs8 v0.10.2
8742026-05-28T08:46:12.814Z Downloaded num_enum v0.5.11
8752026-05-28T08:46:12.814Z Downloaded peg v0.8.5
8762026-05-28T08:46:12.817Z Downloaded rand_chacha v0.3.1
8772026-05-28T08:46:12.817Z Downloaded rand_xorshift v0.4.0
8782026-05-28T08:46:12.821Z Downloaded radium v0.7.0
8792026-05-28T08:46:12.821Z Downloaded phf v0.12.1
8802026-05-28T08:46:12.821Z Downloaded crossbeam-channel v0.5.15
8812026-05-28T08:46:12.824Z Downloaded polyval v0.6.2
8822026-05-28T08:46:12.824Z Downloaded pkg-config v0.3.32
8832026-05-28T08:46:12.826Z Downloaded owo-colors v4.3.0
8842026-05-28T08:46:12.827Z Downloaded nanorand v0.7.0
8852026-05-28T08:46:12.829Z Downloaded mime_guess v2.0.5
8862026-05-28T08:46:12.829Z Downloaded recursive v0.1.1
8872026-05-28T08:46:12.833Z Downloaded poly1305 v0.8.0
8882026-05-28T08:46:12.833Z Downloaded oxnet v0.1.5
8892026-05-28T08:46:12.833Z Downloaded indicatif v0.18.4
8902026-05-28T08:46:12.836Z Downloaded async-compression v0.4.41
8912026-05-28T08:46:12.839Z Downloaded ref-cast-impl v1.0.25
8922026-05-28T08:46:12.842Z Downloaded ref-cast v1.0.25
8932026-05-28T08:46:12.842Z Downloaded recursive-proc-macro-impl v0.1.1
8942026-05-28T08:46:12.842Z Downloaded progenitor v0.11.2
8952026-05-28T08:46:12.845Z Downloaded hickory-resolver v0.25.2
8962026-05-28T08:46:12.848Z Downloaded psm v0.1.30
8972026-05-28T08:46:12.848Z Downloaded progenitor-extras v0.2.0
8982026-05-28T08:46:12.850Z Downloaded progenitor v0.14.0
8992026-05-28T08:46:12.850Z Downloaded proc-macro-error2 v2.0.1
9002026-05-28T08:46:12.853Z Downloaded progenitor-client v0.13.0
9012026-05-28T08:46:12.853Z Downloaded rfc6979 v0.4.0
9022026-05-28T08:46:12.853Z Downloaded pbkdf2 v0.11.0
9032026-05-28T08:46:12.856Z Downloaded parking_lot_core v0.9.12
9042026-05-28T08:46:12.856Z Downloaded rustc_version v0.4.1
9052026-05-28T08:46:12.859Z Downloaded rustc_version v0.1.7
9062026-05-28T08:46:12.859Z Downloaded parking_lot v0.11.2
9072026-05-28T08:46:12.859Z Downloaded r2d2 v0.8.10
9082026-05-28T08:46:12.862Z Downloaded primeorder v0.13.6
9092026-05-28T08:46:12.862Z Downloaded cc v1.2.56
9102026-05-28T08:46:12.865Z Downloaded flate2 v1.1.9
9112026-05-28T08:46:12.868Z Downloaded crypto-bigint v0.5.5
9122026-05-28T08:46:12.871Z Downloaded rustc-hash v2.1.1
9132026-05-28T08:46:12.871Z Downloaded russh-cryptovec v0.7.3
9142026-05-28T08:46:12.871Z Downloaded pin-project-lite v0.2.17
9152026-05-28T08:46:12.874Z Downloaded pin-project-internal v1.1.11
9162026-05-28T08:46:12.877Z Downloaded pkcs5 v0.7.1
9172026-05-28T08:46:12.880Z Downloaded rand_core v0.6.4
9182026-05-28T08:46:12.880Z Downloaded ed25519-dalek v2.2.0
9192026-05-28T08:46:12.883Z Downloaded rtoolbox v0.0.3
9202026-05-28T08:46:12.883Z Downloaded rand_chacha v0.9.0
9212026-05-28T08:46:12.883Z Downloaded derive_more-impl v2.1.1
9222026-05-28T08:46:12.887Z Downloaded same-file v1.0.6
9232026-05-28T08:46:12.890Z Downloaded salsa20 v0.10.2
9242026-05-28T08:46:12.890Z Downloaded predicates v3.1.4
9252026-05-28T08:46:12.890Z Downloaded postgres-types v0.2.12
9262026-05-28T08:46:12.893Z Downloaded p256 v0.13.2
9272026-05-28T08:46:12.893Z Downloaded miniz_oxide v0.8.9
9282026-05-28T08:46:12.896Z Downloaded oso v0.27.3
9292026-05-28T08:46:12.899Z Downloaded rand_seeder v0.4.0
9302026-05-28T08:46:12.899Z Downloaded scopeguard v1.2.0
9312026-05-28T08:46:12.899Z Downloaded scheduled-thread-pool v0.2.7
9322026-05-28T08:46:12.902Z Downloaded sapling-renderdag v0.1.0
9332026-05-28T08:46:12.902Z Downloaded progenitor v0.13.0
9342026-05-28T08:46:12.902Z Downloaded rand_core v0.10.0
9352026-05-28T08:46:12.905Z Downloaded rand_core v0.9.5
9362026-05-28T08:46:12.905Z Downloaded scrypt v0.11.0
9372026-05-28T08:46:12.905Z Downloaded postgres-protocol v0.6.10
9382026-05-28T08:46:12.908Z Downloaded postcard v1.1.3
9392026-05-28T08:46:12.908Z Downloaded ppv-lite86 v0.2.21
9402026-05-28T08:46:12.910Z Downloaded parking_lot v0.12.5
9412026-05-28T08:46:12.910Z Downloaded bumpalo v3.20.2
9422026-05-28T08:46:12.913Z Downloaded papergrid v0.17.0
9432026-05-28T08:46:12.916Z Downloaded crossterm v0.28.1
9442026-05-28T08:46:12.919Z Downloaded serde_bytes v0.11.19
9452026-05-28T08:46:12.922Z Downloaded serde-big-array v0.5.1
9462026-05-28T08:46:12.922Z Downloaded secrecy v0.10.3
9472026-05-28T08:46:12.922Z Downloaded secrecy v0.8.0
9482026-05-28T08:46:12.925Z Downloaded expectorate v1.2.0
9492026-05-28T08:46:12.925Z Downloaded der v0.7.10
9502026-05-28T08:46:12.928Z Downloaded scroll_derive v0.13.1
9512026-05-28T08:46:12.929Z Downloaded memmap2 v0.9.10
9522026-05-28T08:46:12.929Z Downloaded indexmap v1.9.3
9532026-05-28T08:46:12.933Z Downloaded pkcs1 v0.7.5
9542026-05-28T08:46:12.933Z Downloaded serde_urlencoded v0.7.1
9552026-05-28T08:46:12.936Z Downloaded serde_spanned v1.0.4
9562026-05-28T08:46:12.936Z Downloaded rustversion v1.0.22
9572026-05-28T08:46:12.936Z Downloaded resolv-conf v0.7.6
9582026-05-28T08:46:12.939Z Downloaded rustls-pemfile v1.0.4
9592026-05-28T08:46:12.939Z Downloaded hickory-resolver v0.24.4
9602026-05-28T08:46:12.942Z Downloaded jiff-static v0.2.21
9612026-05-28T08:46:12.944Z Downloaded hashbrown v0.12.3
9622026-05-28T08:46:12.947Z Downloaded serde_repr v0.1.20
9632026-05-28T08:46:12.947Z Downloaded serde_plain v1.0.2
9642026-05-28T08:46:12.947Z Downloaded quinn-udp v0.5.14
9652026-05-28T08:46:12.950Z Downloaded pin-project v1.1.11
9662026-05-28T08:46:12.954Z Downloaded sigpipe v0.1.3
9672026-05-28T08:46:12.957Z Downloaded signature v2.2.0
9682026-05-28T08:46:12.957Z Downloaded rustls-native-certs v0.8.3
9692026-05-28T08:46:12.960Z Downloaded rustls-pemfile v2.2.0
9702026-05-28T08:46:12.960Z Downloaded rusty-fork v0.3.1
9712026-05-28T08:46:12.963Z Downloaded sha1 v0.10.6
9722026-05-28T08:46:12.963Z Downloaded ignore v0.4.25
9732026-05-28T08:46:12.963Z Downloaded slog-bunyan v2.5.0
9742026-05-28T08:46:12.967Z Downloaded signal-hook-mio v0.2.5
9752026-05-28T08:46:12.967Z Downloaded shell-words v1.1.1
9762026-05-28T08:46:12.967Z Downloaded futures v0.3.32
9772026-05-28T08:46:12.970Z Downloaded sct v0.7.1
9782026-05-28T08:46:12.973Z Downloaded derive_more v2.1.1
9792026-05-28T08:46:12.978Z Downloaded progenitor-impl v0.11.2
9802026-05-28T08:46:12.981Z Downloaded slog-envlogger v2.2.0
9812026-05-28T08:46:12.981Z Downloaded semver v0.1.20
9822026-05-28T08:46:12.983Z Downloaded prefix-trie v0.7.0
9832026-05-28T08:46:12.984Z Downloaded signal-hook-tokio v0.3.1
9842026-05-28T08:46:12.987Z Downloaded const_format v0.2.35
9852026-05-28T08:46:12.987Z Downloaded compact_str v0.8.1
9862026-05-28T08:46:12.989Z Downloaded serde_path_to_error v0.1.20
9872026-05-28T08:46:12.992Z Downloaded russh-keys v0.45.0
9882026-05-28T08:46:12.998Z Downloaded serde-hex v0.1.0
9892026-05-28T08:46:13.002Z Downloaded seq-macro v0.3.6
9902026-05-28T08:46:13.002Z Downloaded serde_derive_internals v0.29.1
9912026-05-28T08:46:13.005Z Downloaded sec1 v0.7.3
9922026-05-28T08:46:13.005Z Downloaded scroll v0.13.0
9932026-05-28T08:46:13.005Z Downloaded ssh-cipher v0.2.0
9942026-05-28T08:46:13.005Z Downloaded schemars_derive v0.8.22
9952026-05-28T08:46:13.008Z Downloaded sqlparser_derive v0.5.0
9962026-05-28T08:46:13.012Z Downloaded ssh-encoding v0.2.0
9972026-05-28T08:46:13.012Z Downloaded openssl-sys v0.9.115
9982026-05-28T08:46:13.015Z Downloaded hashbrown v0.13.2
9992026-05-28T08:46:13.015Z Downloaded hyper-util v0.1.20
10002026-05-28T08:46:13.018Z Downloaded http v1.4.0
10012026-05-28T08:46:13.021Z Downloaded serde_with_macros v1.5.2
10022026-05-28T08:46:13.024Z Downloaded strum v0.26.3
10032026-05-28T08:46:13.024Z Downloaded strsim v0.10.0
10042026-05-28T08:46:13.027Z Downloaded strip-ansi-escapes v0.2.1
10052026-05-28T08:46:13.027Z Downloaded strum v0.27.2
10062026-05-28T08:46:13.027Z Downloaded structmeta-derive v0.3.0
10072026-05-28T08:46:13.027Z Downloaded rustls-pki-types v1.14.0
10082026-05-28T08:46:13.030Z Downloaded mio v1.2.0
10092026-05-28T08:46:13.033Z Downloaded signal-hook-registry v1.4.8
10102026-05-28T08:46:13.033Z Downloaded pretty_assertions v1.4.1
10112026-05-28T08:46:13.036Z Downloaded shlex v1.3.0
10122026-05-28T08:46:13.036Z Downloaded rcgen v0.12.1
10132026-05-28T08:46:13.036Z Downloaded supports-color v3.0.2
10142026-05-28T08:46:13.039Z Downloaded slog-async v2.8.0
10152026-05-28T08:46:13.039Z Downloaded slab v0.4.12
10162026-05-28T08:46:13.039Z Downloaded siphasher v1.0.2
10172026-05-28T08:46:13.042Z Downloaded prettyplease v0.2.37
10182026-05-28T08:46:13.045Z Downloaded sync_wrapper v1.0.2
10192026-05-28T08:46:13.045Z Downloaded sync-ptr v0.1.4
10202026-05-28T08:46:13.045Z Downloaded aes v0.8.4
10212026-05-28T08:46:13.048Z Downloaded slog-dtrace v0.3.0
10222026-05-28T08:46:13.048Z Downloaded subtle v2.6.1
10232026-05-28T08:46:13.048Z Downloaded structmeta v0.3.0
10242026-05-28T08:46:13.050Z Downloaded tabwriter v1.4.1
10252026-05-28T08:46:13.055Z Downloaded minimal-lexical v0.2.1
10262026-05-28T08:46:13.058Z Downloaded slog-term v2.9.2
10272026-05-28T08:46:13.058Z Downloaded tap v1.0.1
10282026-05-28T08:46:13.058Z Downloaded take_mut v0.2.2
10292026-05-28T08:46:13.061Z Downloaded slog-scope v4.4.1
10302026-05-28T08:46:13.061Z Downloaded tabled_derive v0.11.0
10312026-05-28T08:46:13.061Z Downloaded tagptr v0.2.0
10322026-05-28T08:46:13.061Z Downloaded aes-gcm v0.10.3
10332026-05-28T08:46:13.064Z Downloaded serde_cbor v0.11.2
10342026-05-28T08:46:13.066Z Downloaded progenitor-impl v0.14.0
10352026-05-28T08:46:13.066Z Downloaded progenitor-impl v0.13.0
10362026-05-28T08:46:13.069Z Downloaded slog-json v2.6.1
10372026-05-28T08:46:13.069Z Downloaded ron v0.8.1
10382026-05-28T08:46:13.072Z Downloaded smf v0.2.3
10392026-05-28T08:46:13.075Z Downloaded sqlformat v0.3.5
10402026-05-28T08:46:13.075Z Downloaded spki v0.7.3
10412026-05-28T08:46:13.075Z Downloaded termtree v0.5.1
10422026-05-28T08:46:13.078Z Downloaded snafu-derive v0.8.9
10432026-05-28T08:46:13.078Z Downloaded testing_table v0.3.0
10442026-05-28T08:46:13.078Z Downloaded smallvec v0.6.14
10452026-05-28T08:46:13.083Z Downloaded stringprep v0.1.5
10462026-05-28T08:46:13.083Z Downloaded static_assertions v1.1.0
10472026-05-28T08:46:13.083Z Downloaded stacker v0.1.23
10482026-05-28T08:46:13.086Z Downloaded thiserror-impl-no-std v2.0.2
10492026-05-28T08:46:13.086Z Downloaded dropshot-api-manager v0.7.2
10502026-05-28T08:46:13.089Z Downloaded rayon-core v1.13.0
10512026-05-28T08:46:13.089Z Downloaded hickory-server v0.25.2
10522026-05-28T08:46:13.091Z Downloaded string_cache v0.8.9
10532026-05-28T08:46:13.094Z Downloaded time-core v0.1.8
10542026-05-28T08:46:13.094Z Downloaded serde_with_macros v3.17.0
10552026-05-28T08:46:13.098Z Downloaded simd-adler32 v0.3.8
10562026-05-28T08:46:13.098Z Downloaded slog-stdlog v4.1.1
10572026-05-28T08:46:13.101Z Downloaded schemars v0.8.22
10582026-05-28T08:46:13.107Z Downloaded thread-id v5.1.0
10592026-05-28T08:46:13.115Z Downloaded strum_macros v0.26.4
10602026-05-28T08:46:13.115Z Downloaded strum_macros v0.24.3
10612026-05-28T08:46:13.115Z Downloaded publicsuffix v2.3.0
10622026-05-28T08:46:13.119Z Downloaded nom v7.1.3
10632026-05-28T08:46:13.122Z Downloaded strum_macros v0.27.2
10642026-05-28T08:46:13.124Z Downloaded tinyvec_macros v0.1.1
10652026-05-28T08:46:13.124Z Downloaded support-bundle-viewer v0.1.2
10662026-05-28T08:46:13.128Z Downloaded ryu v1.0.23
10672026-05-28T08:46:13.131Z Downloaded tokio-macros v2.7.0
10682026-05-28T08:46:13.134Z Downloaded diesel_derives v2.3.7
10692026-05-28T08:46:13.137Z Downloaded quinn v0.11.9
10702026-05-28T08:46:13.141Z Downloaded num-bigint v0.4.6
10712026-05-28T08:46:13.145Z Downloaded spin v0.9.8
10722026-05-28T08:46:13.147Z Downloaded tower-layer v0.3.3
10732026-05-28T08:46:13.147Z Downloaded termios v0.3.3
10742026-05-28T08:46:13.152Z Downloaded thiserror-no-std v2.0.2
10752026-05-28T08:46:13.154Z Downloaded topological-sort v0.2.2
10762026-05-28T08:46:13.154Z Downloaded tower-service v0.3.3
10772026-05-28T08:46:13.157Z Downloaded hashbrown v0.16.1
10782026-05-28T08:46:13.160Z Downloaded try-lock v0.2.5
10792026-05-28T08:46:13.160Z Downloaded itertools v0.10.5
10802026-05-28T08:46:13.164Z Downloaded libxml v0.3.3
10812026-05-28T08:46:13.168Z Downloaded trait-variant v0.1.2
10822026-05-28T08:46:13.171Z Downloaded thread_local v1.1.9
10832026-05-28T08:46:13.174Z Downloaded rand v0.8.6
10842026-05-28T08:46:13.177Z Downloaded tiny-keccak v2.0.2
10852026-05-28T08:46:13.177Z Downloaded signal-hook v0.3.18
10862026-05-28T08:46:13.180Z Downloaded typify-macro v0.4.3
10872026-05-28T08:46:13.180Z Downloaded time-macros v0.2.27
10882026-05-28T08:46:13.183Z Downloaded unarray v0.1.4
10892026-05-28T08:46:13.183Z Downloaded untrusted v0.9.0
10902026-05-28T08:46:13.183Z Downloaded tokio-native-tls v0.3.1
10912026-05-28T08:46:13.186Z Downloaded typify-macro v0.6.2
10922026-05-28T08:46:13.186Z Downloaded serde_yaml v0.9.34+deprecated
10932026-05-28T08:46:13.188Z Downloaded unit-prefix v0.5.2
10942026-05-28T08:46:13.188Z Downloaded unicode-truncate v1.1.0
10952026-05-28T08:46:13.189Z Downloaded iri-string v0.7.10
10962026-05-28T08:46:13.193Z Downloaded qorb v0.4.1
10972026-05-28T08:46:13.196Z Downloaded slog v2.8.2
10982026-05-28T08:46:13.199Z Downloaded similar v2.7.0
10992026-05-28T08:46:13.201Z Downloaded schemars v0.9.0
11002026-05-28T08:46:13.208Z Downloaded utf-8 v0.7.6
11012026-05-28T08:46:13.213Z Downloaded void v1.0.2
11022026-05-28T08:46:13.213Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11032026-05-28T08:46:13.213Z Downloaded usdt-macro v0.6.0
11042026-05-28T08:46:13.213Z Downloaded tls_codec v0.4.2
11052026-05-28T08:46:13.216Z Downloaded usdt-attr-macro v0.6.0
11062026-05-28T08:46:13.216Z Downloaded tokio-dtrace v0.1.1
11072026-05-28T08:46:13.216Z Downloaded num-bigint-dig v0.8.6
11082026-05-28T08:46:13.216Z Downloaded tls_codec_derive v0.4.2
11092026-05-28T08:46:13.219Z Downloaded tokio-tungstenite v0.21.0
11102026-05-28T08:46:13.219Z Downloaded usdt v0.6.0
11112026-05-28T08:46:13.219Z Downloaded untrusted v0.7.1
11122026-05-28T08:46:13.222Z Downloaded universal-hash v0.5.1
11132026-05-28T08:46:13.222Z Downloaded rustls-platform-verifier v0.6.2
11142026-05-28T08:46:13.225Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11152026-05-28T08:46:13.225Z Downloaded socket2 v0.6.3
11162026-05-28T08:46:13.228Z Downloaded term v1.2.1
11172026-05-28T08:46:13.228Z Downloaded toml_writer v1.0.6+spec-1.1.0
11182026-05-28T08:46:13.231Z Downloaded term v0.7.0
11192026-05-28T08:46:13.231Z Downloaded want v0.3.1
11202026-05-28T08:46:13.234Z Downloaded waitgroup v0.1.2
11212026-05-28T08:46:13.234Z Downloaded wait-timeout v0.2.1
11222026-05-28T08:46:13.237Z Downloaded samael v0.0.19
11232026-05-28T08:46:13.239Z Downloaded tui-tree-widget v0.23.1
11242026-05-28T08:46:13.240Z Downloaded hashbrown v0.15.5
11252026-05-28T08:46:13.242Z Downloaded hyper v1.8.1
11262026-05-28T08:46:13.246Z Downloaded itertools v0.12.1
11272026-05-28T08:46:13.249Z Downloaded rand v0.9.2
11282026-05-28T08:46:13.252Z Downloaded xattr v1.6.1
11292026-05-28T08:46:13.255Z Downloaded xshell-macros v0.2.7
11302026-05-28T08:46:13.255Z Downloaded h2 v0.4.13
11312026-05-28T08:46:13.258Z Downloaded rustls-webpki v0.103.9
11322026-05-28T08:46:13.261Z Downloaded itertools v0.14.0
11332026-05-28T08:46:13.264Z Downloaded unicase v2.9.0
11342026-05-28T08:46:13.267Z Downloaded tokio-tungstenite v0.23.1
11352026-05-28T08:46:13.267Z Downloaded tokio-rustls v0.26.4
11362026-05-28T08:46:13.270Z Downloaded tokio-rustls v0.24.1
11372026-05-28T08:46:13.270Z Downloaded uzers v0.12.2
11382026-05-28T08:46:13.273Z Downloaded vergen-lib v0.1.6
11392026-05-28T08:46:13.273Z Downloaded vergen-git2 v9.1.0
11402026-05-28T08:46:13.276Z Downloaded zone v0.3.1
11412026-05-28T08:46:13.279Z Downloaded vergen-gitcl v1.0.8
11422026-05-28T08:46:13.286Z Downloaded hkdf v0.12.4
11432026-05-28T08:46:13.289Z Downloaded usdt-impl v0.6.0
11442026-05-28T08:46:13.289Z Downloaded socket2 v0.5.10
11452026-05-28T08:46:13.292Z Downloaded schemars v1.2.1
11462026-05-28T08:46:13.298Z Downloaded zone_cfg_derive v0.3.1
11472026-05-28T08:46:13.301Z Downloaded zeroize_derive v1.4.3
11482026-05-28T08:46:13.301Z Downloaded tokio-rustls v0.25.0
11492026-05-28T08:46:13.308Z Downloaded tinyvec v1.10.0
11502026-05-28T08:46:13.311Z Downloaded p521 v0.13.3
11512026-05-28T08:46:13.314Z Downloaded vsss-rs v3.3.4
11522026-05-28T08:46:13.314Z Downloaded whoami v2.1.0
11532026-05-28T08:46:13.317Z Downloaded test-strategy v0.4.5
11542026-05-28T08:46:13.317Z Downloaded twox-hash v2.1.2
11552026-05-28T08:46:13.320Z Downloaded futures-util v0.3.32
11562026-05-28T08:46:13.325Z Downloaded toml v0.7.8
11572026-05-28T08:46:13.328Z Downloaded tokio-stream v0.1.18
11582026-05-28T08:46:13.331Z Downloaded tar v0.4.45
11592026-05-28T08:46:13.333Z Downloaded rand v0.10.1
11602026-05-28T08:46:13.334Z Downloaded libm v0.2.16
11612026-05-28T08:46:13.340Z Downloaded wyz v0.5.1
11622026-05-28T08:46:13.343Z Downloaded whoami v1.6.1
11632026-05-28T08:46:13.343Z Downloaded unicode-properties v0.1.4
11642026-05-28T08:46:13.343Z Downloaded nom v8.0.0
11652026-05-28T08:46:13.346Z Downloaded vergen-lib v9.1.0
11662026-05-28T08:46:13.349Z Downloaded snafu v0.8.9
11672026-05-28T08:46:13.352Z Downloaded toml_parser v1.0.9+spec-1.1.0
11682026-05-28T08:46:13.352Z Downloaded subprocess v0.2.15
11692026-05-28T08:46:13.355Z Downloaded tracing-attributes v0.1.31
11702026-05-28T08:46:13.358Z Downloaded tracing-core v0.1.36
11712026-05-28T08:46:13.361Z Downloaded zeroize v1.8.2
11722026-05-28T08:46:13.364Z Downloaded zstd-safe v7.2.4
11732026-05-28T08:46:13.364Z Downloaded zstd v0.13.3
11742026-05-28T08:46:13.367Z Downloaded rsa v0.9.10
11752026-05-28T08:46:13.370Z Downloaded typify v0.4.3
11762026-05-28T08:46:13.373Z Downloaded tungstenite v0.21.0
11772026-05-28T08:46:13.375Z Downloaded xshell v0.2.7
11782026-05-28T08:46:13.379Z Downloaded walkdir v2.5.0
11792026-05-28T08:46:13.379Z Downloaded itertools v0.13.0
11802026-05-28T08:46:13.382Z Downloaded tungstenite v0.23.0
11812026-05-28T08:46:13.386Z Downloaded zerocopy v0.6.6
11822026-05-28T08:46:13.386Z Downloaded vergen v9.1.0
11832026-05-28T08:46:13.386Z Downloaded uuid v1.23.0
11842026-05-28T08:46:13.389Z Downloaded toml v1.0.6+spec-1.1.0
11852026-05-28T08:46:13.392Z Downloaded typify v0.6.2
11862026-05-28T08:46:13.396Z Downloaded steno v0.4.1
11872026-05-28T08:46:13.396Z Downloaded unicode-bidi v0.3.18
11882026-05-28T08:46:13.399Z Downloaded russh v0.45.0
11892026-05-28T08:46:13.402Z Downloaded rustyline v14.0.0
11902026-05-28T08:46:13.405Z Downloaded vte v0.14.1
11912026-05-28T08:46:13.407Z Downloaded unsafe-libyaml v0.2.11
11922026-05-28T08:46:13.422Z Downloaded yasna v0.5.2
11932026-05-28T08:46:13.428Z Downloaded toml_edit v0.23.10+spec-1.0.0
11942026-05-28T08:46:13.431Z Downloaded toml_edit v0.19.15
11952026-05-28T08:46:13.443Z Downloaded rpassword v7.4.0
11962026-05-28T08:46:13.446Z Downloaded serde_with v1.14.0
11972026-05-28T08:46:13.449Z Downloaded blake3 v1.8.3
11982026-05-28T08:46:13.464Z Downloaded zopfli v0.8.3
11992026-05-28T08:46:13.474Z Downloaded zip v0.6.6
12002026-05-28T08:46:13.488Z Downloaded ssh-key v0.6.7
12012026-05-28T08:46:13.494Z Downloaded rayon v1.11.0
12022026-05-28T08:46:13.499Z Downloaded iddqd v0.4.2
12032026-05-28T08:46:13.504Z Downloaded yansi v1.0.1
12042026-05-28T08:46:13.507Z Downloaded unicode_categories v0.1.1
12052026-05-28T08:46:13.507Z Downloaded tokio-postgres v0.7.16
12062026-05-28T08:46:13.509Z Downloaded reqwest v0.13.2
12072026-05-28T08:46:13.512Z Downloaded reedline v0.40.0
12082026-05-28T08:46:13.516Z Downloaded git2 v0.20.4
12092026-05-28T08:46:13.521Z Downloaded reqwest v0.12.28
12102026-05-28T08:46:13.525Z Downloaded aws-lc-rs v1.16.3
12112026-05-28T08:46:13.533Z Downloaded p384 v0.13.1
12122026-05-28T08:46:13.536Z Downloaded bindgen v0.71.1
12132026-05-28T08:46:13.540Z Downloaded unicode-segmentation v1.12.0
12142026-05-28T08:46:13.544Z Downloaded typed-path v0.9.3
12152026-05-28T08:46:13.547Z Downloaded zerocopy-derive v0.8.40
12162026-05-28T08:46:13.551Z Downloaded regex v1.12.3
12172026-05-28T08:46:13.554Z Downloaded tower v0.5.3
12182026-05-28T08:46:13.558Z Downloaded proptest v1.10.0
12192026-05-28T08:46:13.563Z Downloaded bitvec v1.0.1
12202026-05-28T08:46:13.571Z Downloaded tower-http v0.6.8
12212026-05-28T08:46:13.575Z Downloaded tokio-util v0.7.18
12222026-05-28T08:46:13.579Z Downloaded x509-cert v0.2.5
12232026-05-28T08:46:13.582Z Downloaded zip v4.6.1
12242026-05-28T08:46:13.585Z Downloaded rustls-webpki v0.101.7
12252026-05-28T08:46:13.593Z Downloaded quick-xml v0.37.5
12262026-05-28T08:46:13.596Z Downloaded curve25519-dalek v4.1.3
12272026-05-28T08:46:13.601Z Downloaded unicode-normalization v0.1.25
12282026-05-28T08:46:13.604Z Downloaded serde_with v3.17.0
12292026-05-28T08:46:13.610Z Downloaded chrono v0.4.44
12302026-05-28T08:46:13.614Z Downloaded salty v0.3.0
12312026-05-28T08:46:13.618Z Downloaded moka v0.12.13
12322026-05-28T08:46:13.624Z Downloaded tough v0.22.0
12332026-05-28T08:46:13.627Z Downloaded lalrpop v0.19.12
12342026-05-28T08:46:13.633Z Downloaded rustls-webpki v0.102.8
12352026-05-28T08:46:13.644Z Downloaded quinn-proto v0.11.13
12362026-05-28T08:46:13.648Z Downloaded petname v2.0.2
12372026-05-28T08:46:13.651Z Downloaded portable-atomic v1.13.1
12382026-05-28T08:46:13.655Z Downloaded goblin v0.10.5
12392026-05-28T08:46:13.672Z Downloaded radix_trie v0.2.1
12402026-05-28T08:46:13.677Z Downloaded nix v0.27.1
12412026-05-28T08:46:13.686Z Downloaded winnow v0.5.40
12422026-05-28T08:46:13.700Z Downloaded winnow v1.0.3
12432026-05-28T08:46:13.703Z Downloaded object v0.30.4
12442026-05-28T08:46:13.708Z Downloaded winnow v0.6.26
12452026-05-28T08:46:13.713Z Downloaded polar-core v0.27.3
12462026-05-28T08:46:13.717Z Downloaded nix v0.28.0
12472026-05-28T08:46:13.723Z Downloaded time v0.3.47
12482026-05-28T08:46:13.733Z Downloaded smoltcp v0.9.1
12492026-05-28T08:46:13.738Z Downloaded tabled v0.20.0
12502026-05-28T08:46:13.748Z Downloaded regex-syntax v0.6.29
12512026-05-28T08:46:13.752Z Downloaded dropshot v0.17.0
12522026-05-28T08:46:13.764Z Downloaded zlib-rs v0.6.2
12532026-05-28T08:46:13.773Z Downloaded rustls v0.21.12
12542026-05-28T08:46:13.781Z Downloaded hickory-proto v0.24.4
12552026-05-28T08:46:13.788Z Downloaded zerocopy v0.8.40
12562026-05-28T08:46:13.793Z Downloaded openssl v0.10.79
12572026-05-28T08:46:13.798Z Downloaded object v0.37.3
12582026-05-28T08:46:13.804Z Downloaded vcpkg v0.2.15
12592026-05-28T08:46:13.826Z Downloaded webpki-roots v1.0.6
12602026-05-28T08:46:13.829Z Downloaded rustix v0.38.44
12612026-05-28T08:46:13.842Z Downloaded openapiv3 v2.2.0
12622026-05-28T08:46:13.847Z Downloaded rustls v0.23.37
12632026-05-28T08:46:13.854Z Downloaded rustls v0.22.4
12642026-05-28T08:46:13.861Z Downloaded regex-syntax v0.8.10
12652026-05-28T08:46:13.867Z Downloaded hickory-proto v0.25.2
12662026-05-28T08:46:13.876Z Downloaded regress v0.11.1
12672026-05-28T08:46:13.881Z Downloaded regress v0.10.5
12682026-05-28T08:46:13.886Z Downloaded diesel v2.3.7
12692026-05-28T08:46:13.900Z Downloaded smoltcp v0.11.0
12702026-05-28T08:46:13.906Z Downloaded nix v0.31.2
12712026-05-28T08:46:13.913Z Downloaded bstr v1.12.1
12722026-05-28T08:46:13.921Z Downloaded sled v0.34.7
12732026-05-28T08:46:13.940Z Downloaded sqlparser v0.61.0
12742026-05-28T08:46:13.947Z Downloaded tracing v0.1.44
12752026-05-28T08:46:13.967Z Downloaded zerocopy-derive v0.6.6
12762026-05-28T08:46:13.996Z Downloaded ratatui v0.29.0
12772026-05-28T08:46:14.006Z Downloaded typify-impl v0.6.2
12782026-05-28T08:46:14.013Z Downloaded typify-impl v0.4.3
12792026-05-28T08:46:14.020Z Downloaded petgraph v0.6.5
12802026-05-28T08:46:14.030Z Downloaded bzip2-sys v0.1.13+1.0.8
12812026-05-28T08:46:14.037Z Downloaded jiff v0.2.21
12822026-05-28T08:46:14.047Z Downloaded regex-automata v0.4.14
12832026-05-28T08:46:14.056Z Downloaded petgraph v0.8.3
12842026-05-28T08:46:14.068Z Downloaded csv v1.4.0
12852026-05-28T08:46:14.081Z Downloaded chrono-tz v0.10.4
12862026-05-28T08:46:14.092Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12872026-05-28T08:46:14.103Z Downloaded libz-sys v1.1.24
12882026-05-28T08:46:14.141Z Downloaded encoding_rs v0.8.35
12892026-05-28T08:46:14.161Z Downloaded sha3 v0.10.8
12902026-05-28T08:46:14.182Z Downloaded tokio v1.52.1
12912026-05-28T08:46:14.278Z Downloaded ring v0.17.14
12922026-05-28T08:46:14.331Z Downloaded libgit2-sys v0.18.3+1.9.2
12932026-05-28T08:46:14.820Z Downloaded aws-lc-sys v0.40.0
12942026-05-28T08:46:15.085Z Compiling libc v0.2.185
12952026-05-28T08:46:15.085Z Compiling serde v1.0.228
12962026-05-28T08:46:15.089Z Compiling log v0.4.29
12972026-05-28T08:46:15.090Z Compiling shlex v1.3.0
12982026-05-28T08:46:15.090Z Compiling find-msvc-tools v0.1.9
12992026-05-28T08:46:15.090Z Compiling smallvec v1.15.1
13002026-05-28T08:46:15.090Z Compiling typenum v1.19.0
13012026-05-28T08:46:15.090Z Compiling subtle v2.6.1
13022026-05-28T08:46:15.240Z Compiling generic-array v0.14.7
13032026-05-28T08:46:15.252Z Compiling scopeguard v1.2.0
13042026-05-28T08:46:15.312Z Compiling const-oid v0.9.6
13052026-05-28T08:46:15.327Z Compiling serde_json v1.0.149
13062026-05-28T08:46:15.354Z Compiling syn v2.0.117
13072026-05-28T08:46:15.367Z Compiling zerocopy v0.8.40
13082026-05-28T08:46:15.370Z Compiling portable-atomic v1.13.1
13092026-05-28T08:46:15.380Z Compiling parking_lot_core v0.9.12
13102026-05-28T08:46:15.420Z Compiling lock_api v0.4.14
13112026-05-28T08:46:15.436Z Compiling pin-project-lite v0.2.17
13122026-05-28T08:46:15.471Z Compiling pkg-config v0.3.32
13132026-05-28T08:46:15.509Z Compiling bitflags v2.11.0
13142026-05-28T08:46:15.521Z Compiling futures-core v0.3.32
13152026-05-28T08:46:15.536Z Compiling libm v0.2.16
13162026-05-28T08:46:15.551Z Compiling critical-section v1.2.0
13172026-05-28T08:46:15.580Z Compiling num-traits v0.2.19
13182026-05-28T08:46:15.701Z Compiling percent-encoding v2.3.2
13192026-05-28T08:46:15.753Z Compiling futures-sink v0.3.32
13202026-05-28T08:46:15.767Z Compiling slab v0.4.12
13212026-05-28T08:46:15.796Z Compiling cpufeatures v0.2.17
13222026-05-28T08:46:15.800Z Compiling futures-task v0.3.32
13232026-05-28T08:46:15.853Z Compiling futures-channel v0.3.32
13242026-05-28T08:46:15.889Z Compiling getrandom v0.4.1
13252026-05-28T08:46:15.919Z Compiling futures-io v0.3.32
13262026-05-28T08:46:15.922Z Compiling rand_core v0.10.0
13272026-05-28T08:46:15.949Z Compiling indexmap v2.14.0
13282026-05-28T08:46:15.994Z Compiling getrandom v0.3.4
13292026-05-28T08:46:16.010Z Compiling rustversion v1.0.22
13302026-05-28T08:46:16.074Z Compiling form_urlencoded v1.2.2
13312026-05-28T08:46:16.091Z Compiling dunce v1.0.5
13322026-05-28T08:46:16.091Z Compiling fs_extra v1.3.0
13332026-05-28T08:46:16.119Z Compiling ident_case v1.0.1
13342026-05-28T08:46:16.123Z Compiling base64ct v1.8.3
13352026-05-28T08:46:16.158Z Compiling rustix v1.1.3
13362026-05-28T08:46:16.209Z Compiling flagset v0.4.7
13372026-05-28T08:46:16.268Z Compiling getrandom v0.2.17
13382026-05-28T08:46:16.268Z Compiling jobserver v0.1.34
13392026-05-28T08:46:16.295Z Compiling errno v0.3.14
13402026-05-28T08:46:16.365Z Compiling mio v1.2.0
13412026-05-28T08:46:16.381Z Compiling socket2 v0.6.3
13422026-05-28T08:46:16.431Z Compiling rand_core v0.6.4
13432026-05-28T08:46:16.461Z Compiling signal-hook-registry v1.4.8
13442026-05-28T08:46:16.475Z Compiling once_cell v1.21.3
13452026-05-28T08:46:16.509Z Compiling cc v1.2.56
13462026-05-28T08:46:16.546Z Compiling pem-rfc7468 v0.7.0
13472026-05-28T08:46:16.606Z Compiling parking_lot v0.12.5
13482026-05-28T08:46:16.631Z Compiling iana-time-zone v0.1.65
13492026-05-28T08:46:16.652Z Compiling regex-syntax v0.8.10
13502026-05-28T08:46:16.701Z Compiling aws-lc-rs v1.16.3
13512026-05-28T08:46:16.746Z Compiling vcpkg v0.2.15
13522026-05-28T08:46:16.760Z Compiling tracing-core v0.1.36
13532026-05-28T08:46:16.817Z Compiling uuid v1.23.0
13542026-05-28T08:46:16.847Z Compiling rustc_version v0.4.1
13552026-05-28T08:46:16.862Z Compiling base64 v0.22.1
13562026-05-28T08:46:16.865Z Compiling untrusted v0.9.0
13572026-05-28T08:46:16.999Z Compiling rand_core v0.9.5
13582026-05-28T08:46:17.014Z Compiling untrusted v0.7.1
13592026-05-28T08:46:17.017Z Compiling httparse v1.10.1
13602026-05-28T08:46:17.042Z Compiling tinyvec_macros v0.1.1
13612026-05-28T08:46:17.127Z Compiling openssl-probe v0.2.1
13622026-05-28T08:46:17.141Z Compiling tinyvec v1.10.0
13632026-05-28T08:46:17.155Z Compiling aho-corasick v1.1.4
13642026-05-28T08:46:17.170Z Compiling tower-service v0.3.3
13652026-05-28T08:46:17.195Z Compiling tower-layer v0.3.3
13662026-05-28T08:46:17.210Z Compiling schemars v0.8.22
13672026-05-28T08:46:17.282Z Compiling cmake v0.1.57
13682026-05-28T08:46:17.298Z Compiling dyn-clone v1.0.20
13692026-05-28T08:46:17.312Z Compiling rustls v0.23.37
13702026-05-28T08:46:17.325Z Compiling atomic-waker v1.1.2
13712026-05-28T08:46:17.371Z Compiling try-lock v0.2.5
13722026-05-28T08:46:17.424Z Compiling pin-utils v0.1.0
13732026-05-28T08:46:17.467Z Compiling want v0.3.1
13742026-05-28T08:46:17.470Z Compiling httpdate v1.0.3
13752026-05-28T08:46:17.483Z Compiling foreign-types-shared v0.1.1
13762026-05-28T08:46:17.511Z Compiling openssl v0.10.79
13772026-05-28T08:46:17.514Z Compiling unicode-normalization v0.1.25
13782026-05-28T08:46:17.514Z Compiling socket2 v0.5.10
13792026-05-28T08:46:17.541Z Compiling spin v0.9.8
13802026-05-28T08:46:17.570Z Compiling foreign-types v0.3.2
13812026-05-28T08:46:17.570Z Compiling num-conv v0.2.0
13822026-05-28T08:46:17.599Z Compiling powerfmt v0.2.0
13832026-05-28T08:46:17.641Z Compiling native-tls v0.2.18
13842026-05-28T08:46:17.655Z Compiling crc32fast v1.5.0
13852026-05-28T08:46:17.705Z Compiling time-core v0.1.8
13862026-05-28T08:46:17.720Z Compiling wait-timeout v0.2.1
13872026-05-28T08:46:17.733Z Compiling sync_wrapper v1.0.2
13882026-05-28T08:46:17.769Z Compiling deranged v0.5.8
13892026-05-28T08:46:17.784Z Compiling crossbeam-utils v0.8.21
13902026-05-28T08:46:17.787Z Compiling unicode-segmentation v1.12.0
13912026-05-28T08:46:17.817Z Compiling syn v1.0.109
13922026-05-28T08:46:17.856Z Compiling tempfile v3.25.0
13932026-05-28T08:46:17.871Z Compiling time-macros v0.2.27
13942026-05-28T08:46:17.873Z Compiling num_threads v0.1.7
13952026-05-28T08:46:17.964Z Compiling bit-vec v0.8.0
13962026-05-28T08:46:17.994Z Compiling simd-adler32 v0.3.8
13972026-05-28T08:46:18.010Z Compiling siphasher v1.0.2
13982026-05-28T08:46:18.013Z Compiling quick-error v1.2.3
13992026-05-28T08:46:18.038Z Compiling usdt-impl v0.6.0
14002026-05-28T08:46:18.104Z Compiling regex-automata v0.4.14
14012026-05-28T08:46:18.121Z Compiling aws-lc-sys v0.40.0
14022026-05-28T08:46:18.135Z Compiling ring v0.17.14
14032026-05-28T08:46:18.151Z Compiling openssl-sys v0.9.115
14042026-05-28T08:46:18.153Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14052026-05-28T08:46:18.216Z Compiling synstructure v0.13.2
14062026-05-28T08:46:18.219Z Compiling pest_generator v2.8.6
14072026-05-28T08:46:18.219Z Compiling serde_derive_internals v0.29.1
14082026-05-28T08:46:18.258Z Compiling darling_core v0.20.11
14092026-05-28T08:46:18.273Z Compiling bit-set v0.8.0
14102026-05-28T08:46:18.308Z Compiling darling_core v0.21.3
14112026-05-28T08:46:18.584Z Compiling bzip2-sys v0.1.13+1.0.8
14122026-05-28T08:46:18.865Z Compiling rusty-fork v0.3.1
14132026-05-28T08:46:18.936Z Compiling heapless v0.7.17
14142026-05-28T08:46:18.983Z Compiling rand_xorshift v0.4.0
14152026-05-28T08:46:19.041Z Compiling slog v2.8.2
14162026-05-28T08:46:19.043Z Compiling time v0.3.47
14172026-05-28T08:46:19.068Z Compiling thread-id v5.1.0
14182026-05-28T08:46:19.140Z Compiling cookie v0.18.1
14192026-05-28T08:46:19.164Z Compiling allocator-api2 v0.2.21
14202026-05-28T08:46:19.178Z Compiling zstd-safe v7.2.4
14212026-05-28T08:46:19.191Z Compiling ryu v1.0.23
14222026-05-28T08:46:19.206Z Compiling unicode-properties v0.1.4
14232026-05-28T08:46:19.232Z Compiling anyhow v1.0.102
14242026-05-28T08:46:19.247Z Compiling unarray v0.1.4
14252026-05-28T08:46:19.343Z Compiling iri-string v0.7.10
14262026-05-28T08:46:19.366Z Compiling paste v1.0.15
14272026-05-28T08:46:19.380Z Compiling adler2 v2.0.1
14282026-05-28T08:46:19.395Z Compiling signal-hook v0.3.18
14292026-05-28T08:46:19.398Z Compiling unicode-bidi v0.3.18
14302026-05-28T08:46:19.482Z Compiling miniz_oxide v0.8.9
14312026-05-28T08:46:19.706Z Compiling heck v0.4.1
14322026-05-28T08:46:19.799Z Compiling stringprep v0.1.5
14332026-05-28T08:46:19.949Z Compiling num-integer v0.1.46
14342026-05-28T08:46:19.979Z Compiling curve25519-dalek v4.1.3
14352026-05-28T08:46:20.021Z Compiling serde_derive v1.0.228
14362026-05-28T08:46:20.067Z Compiling zeroize_derive v1.4.3
14372026-05-28T08:46:20.118Z Compiling zerofrom-derive v0.1.6
14382026-05-28T08:46:20.284Z Compiling yoke-derive v0.8.1
14392026-05-28T08:46:20.299Z Compiling zerovec-derive v0.11.2
14402026-05-28T08:46:20.342Z Compiling zerocopy-derive v0.8.40
14412026-05-28T08:46:20.362Z Compiling displaydoc v0.2.5
14422026-05-28T08:46:20.677Z Compiling tokio-macros v2.7.0
14432026-05-28T08:46:20.697Z Compiling futures-macro v0.3.32
14442026-05-28T08:46:20.759Z Compiling zeroize v1.8.2
14452026-05-28T08:46:20.981Z Compiling der_derive v0.7.3
14462026-05-28T08:46:20.997Z Compiling rustls-pki-types v1.14.0
14472026-05-28T08:46:21.163Z Compiling thiserror-impl v2.0.18
14482026-05-28T08:46:21.441Z Compiling crypto-common v0.1.7
14492026-05-28T08:46:21.481Z Compiling block-buffer v0.10.4
14502026-05-28T08:46:21.496Z Compiling block-padding v0.3.3
14512026-05-28T08:46:21.511Z Compiling tracing-attributes v0.1.31
14522026-05-28T08:46:21.525Z Compiling schemars_derive v0.8.22
14532026-05-28T08:46:21.565Z Compiling futures-util v0.3.32
14542026-05-28T08:46:21.586Z Compiling zerofrom v0.1.6
14552026-05-28T08:46:21.610Z Compiling pest_derive v2.8.6
14562026-05-28T08:46:21.675Z Compiling digest v0.10.7
14572026-05-28T08:46:21.675Z Compiling inout v0.1.4
14582026-05-28T08:46:21.733Z Compiling yoke v0.8.1
14592026-05-28T08:46:21.869Z Compiling cipher v0.4.4
14602026-05-28T08:46:21.938Z Compiling zerovec v0.11.5
14612026-05-28T08:46:21.964Z Compiling zerotrie v0.2.3
14622026-05-28T08:46:22.006Z Compiling hmac v0.12.1
14632026-05-28T08:46:22.082Z Compiling sha2 v0.10.9
14642026-05-28T08:46:22.155Z Compiling der v0.7.10
14652026-05-28T08:46:22.183Z Compiling pbkdf2 v0.12.2
14662026-05-28T08:46:22.294Z Compiling salsa20 v0.10.2
14672026-05-28T08:46:22.317Z Compiling cbc v0.1.2
14682026-05-28T08:46:22.403Z Compiling tinystr v0.8.2
14692026-05-28T08:46:22.450Z Compiling potential_utf v0.1.4
14702026-05-28T08:46:22.477Z Compiling scrypt v0.11.0
14712026-05-28T08:46:22.491Z Compiling aes v0.8.4
14722026-05-28T08:46:22.579Z Compiling icu_locale_core v2.1.1
14732026-05-28T08:46:22.625Z Compiling icu_collections v2.1.1
14742026-05-28T08:46:22.640Z Compiling thiserror v2.0.18
14752026-05-28T08:46:22.758Z Compiling scroll_derive v0.13.1
14762026-05-28T08:46:22.778Z Compiling darling_macro v0.20.11
14772026-05-28T08:46:22.879Z Compiling openssl-macros v0.1.1
14782026-05-28T08:46:22.931Z Compiling tracing v0.1.44
14792026-05-28T08:46:23.143Z Compiling spki v0.7.3
14802026-05-28T08:46:23.222Z Compiling icu_provider v2.1.1
14812026-05-28T08:46:23.287Z Compiling darling v0.20.11
14822026-05-28T08:46:23.313Z Compiling pkcs5 v0.7.1
14832026-05-28T08:46:23.387Z Compiling rustls-native-certs v0.8.3
14842026-05-28T08:46:23.409Z Compiling derive_builder_core v0.20.2
14852026-05-28T08:46:23.512Z Compiling icu_normalizer v2.1.1
14862026-05-28T08:46:23.551Z Compiling icu_properties v2.1.2
14872026-05-28T08:46:23.591Z Compiling bytes v1.11.1
14882026-05-28T08:46:23.633Z Compiling chrono v0.4.44
14892026-05-28T08:46:23.648Z Compiling pkcs8 v0.10.2
14902026-05-28T08:46:23.664Z Compiling ipnet v2.11.0
14912026-05-28T08:46:23.667Z Compiling scroll v0.13.0
14922026-05-28T08:46:23.762Z Compiling dtrace-parser v0.3.0
14932026-05-28T08:46:23.845Z Compiling signature v2.2.0
14942026-05-28T08:46:23.966Z Compiling goblin v0.10.5
14952026-05-28T08:46:23.982Z Compiling webpki-roots v1.0.6
14962026-05-28T08:46:23.998Z Compiling thiserror-impl v1.0.69
14972026-05-28T08:46:24.052Z Compiling scroll_derive v0.12.1
14982026-05-28T08:46:24.084Z Compiling tokio v1.52.1
14992026-05-28T08:46:24.117Z Compiling http v1.4.0
15002026-05-28T08:46:24.196Z Compiling serde_spanned v0.6.9
15012026-05-28T08:46:24.230Z Compiling serde_urlencoded v0.7.1
15022026-05-28T08:46:24.361Z Compiling erased-serde v0.3.31
15032026-05-28T08:46:24.383Z Compiling derive_builder_macro v0.20.2
15042026-05-28T08:46:24.506Z Compiling idna_adapter v1.2.1
15052026-05-28T08:46:24.531Z Compiling toml_datetime v0.6.11
15062026-05-28T08:46:24.668Z Compiling idna v1.1.0
15072026-05-28T08:46:24.708Z Compiling serde_tokenstream v0.2.3
15082026-05-28T08:46:24.724Z Compiling md-5 v0.10.6
15092026-05-28T08:46:24.762Z Compiling scroll v0.12.0
15102026-05-28T08:46:24.811Z Compiling ppv-lite86 v0.2.21
15112026-05-28T08:46:24.861Z Compiling http-body v1.0.1
15122026-05-28T08:46:24.875Z Compiling darling_macro v0.21.3
15132026-05-28T08:46:24.904Z Compiling bstr v1.12.1
15142026-05-28T08:46:25.014Z Compiling url v2.5.8
15152026-05-28T08:46:25.033Z Compiling http-body-util v0.1.3
15162026-05-28T08:46:25.048Z Compiling zerocopy-derive v0.7.35
15172026-05-28T08:46:25.052Z Compiling async-trait v0.1.89
15182026-05-28T08:46:25.080Z Compiling pin-project-internal v1.1.11
15192026-05-28T08:46:25.097Z Compiling vergen-lib v9.1.0
15202026-05-28T08:46:25.159Z Compiling rand_chacha v0.9.0
15212026-05-28T08:46:25.290Z Compiling rand_chacha v0.3.1
15222026-05-28T08:46:25.305Z Compiling ff v0.13.1
15232026-05-28T08:46:25.337Z Compiling thiserror v1.0.69
15242026-05-28T08:46:25.367Z Compiling rand v0.9.2
15252026-05-28T08:46:25.391Z Compiling hash32 v0.2.1
15262026-05-28T08:46:25.457Z Compiling memoffset v0.9.1
15272026-05-28T08:46:25.471Z Compiling encoding_rs v0.8.35
15282026-05-28T08:46:25.606Z Compiling cfg_aliases v0.2.1
15292026-05-28T08:46:25.692Z Compiling mime v0.3.17
15302026-05-28T08:46:25.836Z Compiling smoltcp v0.9.1
15312026-05-28T08:46:25.883Z Compiling rustix v0.38.44
15322026-05-28T08:46:25.973Z Compiling proptest v1.10.0
15332026-05-28T08:46:25.987Z Compiling psl-types v2.0.11
15342026-05-28T08:46:26.005Z Compiling num-bigint-dig v0.8.6
15352026-05-28T08:46:26.124Z Compiling litrs v1.0.0
15362026-05-28T08:46:26.138Z Compiling zlib-rs v0.6.2
15372026-05-28T08:46:26.141Z Compiling ref-cast v1.0.25
15382026-05-28T08:46:26.205Z Compiling fallible-iterator v0.2.0
15392026-05-28T08:46:26.208Z Compiling base16ct v0.2.0
15402026-05-28T08:46:26.269Z Compiling pin-project v1.1.11
15412026-05-28T08:46:26.310Z Compiling publicsuffix v2.3.0
15422026-05-28T08:46:26.398Z Compiling ipnetwork v0.21.1
15432026-05-28T08:46:26.401Z Compiling sec1 v0.7.3
15442026-05-28T08:46:26.429Z Compiling zerocopy v0.7.35
15452026-05-28T08:46:26.492Z Compiling postgres-protocol v0.6.10
15462026-05-28T08:46:26.496Z Compiling nix v0.31.2
15472026-05-28T08:46:26.538Z Compiling rand v0.8.6
15482026-05-28T08:46:26.632Z Compiling oxnet v0.1.5
15492026-05-28T08:46:26.646Z Compiling document-features v0.2.12
15502026-05-28T08:46:26.706Z Compiling dof v0.4.0
15512026-05-28T08:46:26.812Z Compiling group v0.13.0
15522026-05-28T08:46:26.896Z Compiling darling v0.21.3
15532026-05-28T08:46:26.930Z Compiling goblin v0.8.2
15542026-05-28T08:46:26.986Z Compiling derive_builder v0.20.2
15552026-05-28T08:46:27.014Z Compiling futures-executor v0.3.32
15562026-05-28T08:46:27.030Z Compiling hubpack_derive v0.1.1
15572026-05-28T08:46:27.035Z Compiling hex v0.4.3
15582026-05-28T08:46:27.060Z Compiling hkdf v0.12.4
15592026-05-28T08:46:27.065Z Compiling crypto-bigint v0.5.5
15602026-05-28T08:46:27.125Z Compiling regex v1.12.3
15612026-05-28T08:46:27.308Z Compiling num-iter v0.1.45
15622026-05-28T08:46:27.360Z Compiling strum_macros v0.27.2
15632026-05-28T08:46:27.375Z Compiling ref-cast-impl v1.0.25
15642026-05-28T08:46:27.395Z Compiling curve25519-dalek-derive v0.1.1
15652026-05-28T08:46:27.439Z Compiling snafu-derive v0.8.9
15662026-05-28T08:46:27.525Z Compiling daft-derive v0.1.7
15672026-05-28T08:46:27.849Z Compiling tokio-util v0.7.18
15682026-05-28T08:46:27.903Z Compiling tower v0.5.3
15692026-05-28T08:46:27.943Z Compiling tokio-native-tls v0.3.1
15702026-05-28T08:46:28.080Z Compiling phf_shared v0.13.1
15712026-05-28T08:46:28.133Z Compiling terminal_size v0.4.3
15722026-05-28T08:46:28.276Z Compiling newtype-uuid v1.3.2
15732026-05-28T08:46:28.291Z Compiling lazy_static v1.5.0
15742026-05-28T08:46:28.305Z Compiling anstyle-parse v0.2.7
15752026-05-28T08:46:28.333Z Compiling tower-http v0.6.8
15762026-05-28T08:46:28.337Z Compiling vergen v9.1.0
15772026-05-28T08:46:28.403Z Compiling cargo-platform v0.3.2
15782026-05-28T08:46:28.418Z Compiling fs-err v3.3.0
15792026-05-28T08:46:28.527Z Compiling ahash v0.8.12
15802026-05-28T08:46:28.552Z Compiling winnow v0.5.40
15812026-05-28T08:46:28.580Z Compiling h2 v0.4.13
15822026-05-28T08:46:28.665Z Compiling bumpalo v3.20.2
15832026-05-28T08:46:28.682Z Compiling same-file v1.0.6
15842026-05-28T08:46:28.755Z Compiling managed v0.8.0
15852026-05-28T08:46:28.770Z Compiling foldhash v0.2.0
15862026-05-28T08:46:28.803Z Compiling object v0.37.3
15872026-05-28T08:46:28.864Z Compiling foldhash v0.1.5
15882026-05-28T08:46:28.931Z Compiling bitflags v1.3.2
15892026-05-28T08:46:28.948Z Compiling libbz2-rs-sys v0.2.2
15902026-05-28T08:46:28.981Z Compiling clap_builder v4.6.0
15912026-05-28T08:46:29.014Z Compiling flate2 v1.1.9
15922026-05-28T08:46:29.051Z Compiling hashbrown v0.15.5
15932026-05-28T08:46:29.148Z Compiling hashbrown v0.16.1
15942026-05-28T08:46:29.253Z Compiling dof v0.3.0
15952026-05-28T08:46:29.376Z Compiling strum v0.27.2
15962026-05-28T08:46:29.407Z Compiling bzip2 v0.6.1
15972026-05-28T08:46:29.458Z Compiling zopfli v0.8.3
15982026-05-28T08:46:29.471Z Compiling snafu v0.8.9
15992026-05-28T08:46:29.523Z Compiling walkdir v2.5.0
16002026-05-28T08:46:29.670Z Compiling cargo_metadata v0.23.1
16012026-05-28T08:46:29.710Z Compiling daft v0.1.7
16022026-05-28T08:46:29.766Z Compiling anstream v0.6.21
16032026-05-28T08:46:29.834Z Compiling usdt-macro v0.6.0
16042026-05-28T08:46:29.849Z Compiling toml_edit v0.19.15
16052026-05-28T08:46:29.865Z Compiling usdt-attr-macro v0.6.0
16062026-05-28T08:46:29.879Z Compiling phf v0.13.1
16072026-05-28T08:46:29.994Z Compiling signal-hook-mio v0.2.5
16082026-05-28T08:46:30.018Z Compiling elliptic-curve v0.13.8
16092026-05-28T08:46:30.126Z Compiling cookie_store v0.22.1
16102026-05-28T08:46:30.159Z Compiling hubpack v0.1.2
16112026-05-28T08:46:30.176Z Compiling bzip2 v0.4.4
16122026-05-28T08:46:30.395Z Compiling futures v0.3.32
16132026-05-28T08:46:30.411Z Compiling serde_with_macros v3.17.0
16142026-05-28T08:46:30.480Z Compiling postgres-types v0.2.12
16152026-05-28T08:46:30.513Z Compiling zstd v0.13.3
16162026-05-28T08:46:30.595Z Compiling dtrace-parser v0.2.0
16172026-05-28T08:46:30.617Z Compiling globset v0.4.18
16182026-05-28T08:46:30.715Z Compiling ed25519 v2.2.3
16192026-05-28T08:46:30.796Z Compiling pkcs1 v0.7.5
16202026-05-28T08:46:30.813Z Compiling olpc-cjson v0.1.4
16212026-05-28T08:46:30.993Z Compiling serde_plain v1.0.2
16222026-05-28T08:46:31.069Z Compiling serde-big-array v0.5.1
16232026-05-28T08:46:31.084Z Compiling rfc6979 v0.4.0
16242026-05-28T08:46:31.211Z Compiling serde_repr v0.1.20
16252026-05-28T08:46:31.226Z Compiling clap_derive v4.6.1
16262026-05-28T08:46:31.240Z Compiling enum-as-inner v0.6.1
16272026-05-28T08:46:31.243Z Compiling async-recursion v1.1.1
16282026-05-28T08:46:31.320Z Compiling strum_macros v0.26.4
16292026-05-28T08:46:31.373Z Compiling phf_shared v0.11.3
16302026-05-28T08:46:31.579Z Compiling hyper v1.8.1
16312026-05-28T08:46:31.593Z Compiling float-cmp v0.10.0
16322026-05-28T08:46:31.640Z Compiling pem v3.0.6
16332026-05-28T08:46:31.655Z Compiling memmap2 v0.9.10
16342026-05-28T08:46:31.762Z Compiling thread-id v4.2.2
16352026-05-28T08:46:31.776Z Compiling env_filter v1.0.0
16362026-05-28T08:46:31.791Z Compiling difflib v0.4.0
16372026-05-28T08:46:31.861Z Compiling typed-path v0.9.3
16382026-05-28T08:46:31.889Z Compiling jiff v0.2.21
16392026-05-28T08:46:31.944Z Compiling precomputed-hash v0.1.1
16402026-05-28T08:46:31.991Z Compiling normalize-line-endings v0.3.0
16412026-05-28T08:46:32.050Z Compiling data-encoding v2.10.0
16422026-05-28T08:46:32.065Z Compiling static_assertions v1.1.0
16432026-05-28T08:46:32.096Z Compiling predicates-core v1.0.10
16442026-05-28T08:46:32.110Z Compiling new_debug_unreachable v1.0.6
16452026-05-28T08:46:32.155Z Compiling keccak v0.1.6
16462026-05-28T08:46:32.194Z Compiling fixedbitset v0.4.2
16472026-05-28T08:46:32.290Z Compiling fixedbitset v0.5.7
16482026-05-28T08:46:32.382Z Compiling whoami v2.1.0
16492026-05-28T08:46:32.437Z Compiling hickory-proto v0.25.2
16502026-05-28T08:46:32.528Z Compiling petgraph v0.8.3
16512026-05-28T08:46:32.614Z Compiling tokio-postgres v0.7.16
16522026-05-28T08:46:32.629Z Compiling petgraph v0.6.5
16532026-05-28T08:46:32.773Z Compiling hyper-util v0.1.20
16542026-05-28T08:46:32.789Z Compiling sha3 v0.10.8
16552026-05-28T08:46:32.982Z Compiling predicates v3.1.4
16562026-05-28T08:46:33.046Z Compiling clap v4.6.1
16572026-05-28T08:46:33.084Z Compiling string_cache v0.8.9
16582026-05-28T08:46:33.111Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16592026-05-28T08:46:33.114Z Compiling strum v0.26.3
16602026-05-28T08:46:33.144Z Compiling toml_edit v0.22.27
16612026-05-28T08:46:33.209Z Compiling env_logger v0.11.9
16622026-05-28T08:46:33.264Z Compiling usdt-impl v0.5.0
16632026-05-28T08:46:33.278Z Compiling usdt v0.6.0
16642026-05-28T08:46:33.328Z Compiling serde_with v3.17.0
16652026-05-28T08:46:33.582Z Compiling crossterm v0.28.1
16662026-05-28T08:46:33.606Z Compiling toml v0.7.8
16672026-05-28T08:46:33.712Z Compiling ecdsa v0.16.9
16682026-05-28T08:46:33.928Z Compiling rsa v0.9.10
16692026-05-28T08:46:34.125Z Compiling ed25519-dalek v2.2.0
16702026-05-28T08:46:34.237Z Compiling hyper-tls v0.6.0
16712026-05-28T08:46:34.511Z Compiling zip v4.6.1
16722026-05-28T08:46:34.595Z Compiling zip v0.6.6
16732026-05-28T08:46:34.807Z Compiling iddqd v0.4.2
16742026-05-28T08:46:35.114Z Compiling toml_parser v1.0.9+spec-1.1.0
16752026-05-28T08:46:35.184Z Compiling tokio-stream v0.1.18
16762026-05-28T08:46:35.199Z Compiling buf-list v1.1.2
16772026-05-28T08:46:35.316Z Compiling similar v2.7.0
16782026-05-28T08:46:35.478Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-05-28T08:46:35.505Z Compiling openapiv3 v2.2.0
16802026-05-28T08:46:35.522Z Compiling x509-cert v0.2.5
16812026-05-28T08:46:35.679Z Compiling sha1 v0.10.6
16822026-05-28T08:46:35.716Z Compiling crossbeam-epoch v0.9.18
16832026-05-28T08:46:35.771Z Compiling lalrpop-util v0.19.12
16842026-05-28T08:46:35.807Z Compiling either v1.15.0
16852026-05-28T08:46:35.924Z Compiling peg-runtime v0.8.5
16862026-05-28T08:46:35.956Z Compiling thread_local v1.1.9
16872026-05-28T08:46:35.983Z Compiling slog-async v2.8.0
16882026-05-28T08:46:36.031Z Compiling crossbeam-channel v0.5.15
16892026-05-28T08:46:36.055Z Compiling filetime v0.2.27
16902026-05-28T08:46:36.070Z Compiling is-terminal v0.4.17
16912026-05-28T08:46:36.147Z Compiling xattr v1.6.1
16922026-05-28T08:46:36.179Z Compiling term v1.2.1
16932026-05-28T08:46:36.194Z Compiling take_mut v0.2.2
16942026-05-28T08:46:36.315Z Compiling tar v0.4.45
16952026-05-28T08:46:36.497Z Compiling slog-term v2.9.2
16962026-05-28T08:46:54.065Z Compiling rustls-webpki v0.103.9
16972026-05-28T08:46:56.825Z Compiling tokio-rustls v0.26.4
16982026-05-28T08:46:56.826Z Compiling rustls-platform-verifier v0.6.2
16992026-05-28T08:46:57.028Z Compiling hyper-rustls v0.27.7
17002026-05-28T08:46:57.219Z Compiling reqwest v0.12.28
17012026-05-28T08:46:57.219Z Compiling reqwest v0.13.2
17022026-05-28T08:46:58.434Z Compiling tough v0.22.0
17032026-05-28T08:47:00.917Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-05-28T08:47:01.146Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-05-28T08:47:03.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.24s
17062026-05-28T08:47:04.143Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17072026-05-28T08:47:04.198ZMay 28 08:47:04.184 INFO Starting download, target: Clickhouse
17082026-05-28T08:47:04.198ZMay 28 08:47:04.185 INFO Starting download, target: Cockroach
17092026-05-28T08:47:04.198ZMay 28 08:47:04.185 INFO Starting download, target: Console
17102026-05-28T08:47:04.198ZMay 28 08:47:04.185 INFO Starting download, target: DendriteStub
17112026-05-28T08:47:04.202ZMay 28 08:47:04.185 INFO Starting download, target: MaghemiteMgd
17122026-05-28T08:47:04.202ZMay 28 08:47:04.185 INFO Starting download, target: MaghemiteDdmd
17132026-05-28T08:47:04.202ZMay 28 08:47:04.185 INFO Starting download, target: TransceiverControl
17142026-05-28T08:47:04.202ZMay 28 08:47:04.185 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17152026-05-28T08:47:04.202ZMay 28 08:47:04.185 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17162026-05-28T08:47:04.202ZMay 28 08:47:04.185 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17172026-05-28T08:47:04.202ZMay 28 08:47:04.185 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17182026-05-28T08:47:04.202ZMay 28 08:47:04.185 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17192026-05-28T08:47:04.202ZMay 28 08:47:04.185 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17202026-05-28T08:47:04.202ZMay 28 08:47:04.185 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17212026-05-28T08:47:05.310ZMay 28 08:47:05.297 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17222026-05-28T08:47:05.541ZMay 28 08:47:05.528 INFO Download complete, target: Console
17232026-05-28T08:47:06.010ZMay 28 08:47:05.997 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17242026-05-28T08:47:06.474ZMay 28 08:47:06.452 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17252026-05-28T08:47:06.679ZMay 28 08:47:06.662 INFO Download complete, target: TransceiverControl
17262026-05-28T08:47:08.070ZMay 28 08:47:08.047 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272026-05-28T08:47:08.276ZMay 28 08:47:08.177 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17282026-05-28T08:47:08.956ZMay 28 08:47:08.932 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17292026-05-28T08:47:09.155ZMay 28 08:47:09.142 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17302026-05-28T08:47:09.155ZMay 28 08:47:09.142 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17312026-05-28T08:47:10.240ZMay 28 08:47:10.222 INFO Download complete, target: MaghemiteDdmd
17322026-05-28T08:47:10.790ZMay 28 08:47:10.777 INFO Download complete, target: DendriteStub
17332026-05-28T08:47:11.451ZMay 28 08:47:11.437 INFO Download complete, target: MaghemiteMgd
17342026-05-28T08:47:12.829ZMay 28 08:47:12.814 INFO Checking that binary works, target: Clickhouse
17352026-05-28T08:47:12.920ZMay 28 08:47:12.907 INFO Download complete, target: Clickhouse
17362026-05-28T08:47:13.824ZMay 28 08:47:13.811 INFO Checking that binary works, target: Cockroach
17372026-05-28T08:47:13.949ZMay 28 08:47:13.936 INFO Download complete, target: Cockroach
17382026-05-28T08:47:13.956ZAll prerequisites installed successfully
17392026-05-28T08:47:13.960Z
17402026-05-28T08:47:13.960Zreal 2:02.699971341
17412026-05-28T08:47:13.960Zuser 6:58.449257117
17422026-05-28T08:47:13.960Zsys 1:41.647236866
17432026-05-28T08:47:13.960Ztrap 0.259811808
17442026-05-28T08:47:13.961Ztflt 1.156982634
17452026-05-28T08:47:13.961Zdflt 1.782317309
17462026-05-28T08:47:13.961Zkflt 0.027574628
17472026-05-28T08:47:13.961Zlock 23:30.239818342
17482026-05-28T08:47:13.961Zslp 18:52.279661820
17492026-05-28T08:47:13.961Zlat 24.156920623
17502026-05-28T08:47:13.961Zstop 2:53.057396002
17512026-05-28T08:47:13.961Z+ ptime -m cargo xtask download softnpu
17522026-05-28T08:47:14.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17532026-05-28T08:47:14.527Z Running `target/debug/xtask download softnpu`
17542026-05-28T08:47:15.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17552026-05-28T08:47:15.379Z Running `target/debug/xtask-downloader softnpu`
17562026-05-28T08:47:15.452ZMay 28 08:47:15.399 INFO Starting download, target: Softnpu
17572026-05-28T08:47:15.505ZMay 28 08:47:15.400 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17582026-05-28T08:47:18.874ZMay 28 08:47:18.853 INFO Download complete, target: Softnpu
17592026-05-28T08:47:18.884Z
17602026-05-28T08:47:18.884Zreal 4.907470689
17612026-05-28T08:47:18.884Zuser 1.435548752
17622026-05-28T08:47:18.884Zsys 0.697966809
17632026-05-28T08:47:18.884Ztrap 0.000773460
17642026-05-28T08:47:18.884Ztflt 0.000065630
17652026-05-28T08:47:18.884Zdflt 0.000449380
17662026-05-28T08:47:18.884Zkflt 0.000000000
17672026-05-28T08:47:18.884Zlock 1:05.009288182
17682026-05-28T08:47:18.884Zslp 3.238014032
17692026-05-28T08:47:18.885Zlat 0.118923111
17702026-05-28T08:47:18.885Zstop 0.000179230
17712026-05-28T08:47:18.885Z+ export CARGO_INCREMENTAL=0
17722026-05-28T08:47:18.885Z+ CARGO_INCREMENTAL=0
17732026-05-28T08:47:18.885Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17742026-05-28T08:47:19.824Z Compiling proc-macro2 v1.0.106
17752026-05-28T08:47:19.825Z Compiling quote v1.0.45
17762026-05-28T08:47:19.825Z Compiling unicode-ident v1.0.24
17772026-05-28T08:47:19.841Z Compiling libc v0.2.185
17782026-05-28T08:47:19.841Z Compiling serde_core v1.0.228
17792026-05-28T08:47:19.841Z Compiling serde v1.0.228
17802026-05-28T08:47:19.841Z Compiling cfg-if v1.0.4
17812026-05-28T08:47:19.841Z Compiling version_check v0.9.5
17822026-05-28T08:47:19.974Z Compiling find-msvc-tools v0.1.9
17832026-05-28T08:47:19.980Z Compiling shlex v1.3.0
17842026-05-28T08:47:19.981Z Compiling typenum v1.19.0
17852026-05-28T08:47:19.981Z Compiling zmij v1.0.21
17862026-05-28T08:47:19.981Z Compiling autocfg v1.5.0
17872026-05-28T08:47:19.981Z Compiling serde_json v1.0.149
17882026-05-28T08:47:19.981Z Compiling memchr v2.8.0
17892026-05-28T08:47:20.251Z Compiling portable-atomic v1.13.1
17902026-05-28T08:47:20.279Z Compiling libm v0.2.16
17912026-05-28T08:47:20.279Z Compiling zerocopy v0.8.40
17922026-05-28T08:47:20.378Z Compiling parking_lot_core v0.9.12
17932026-05-28T08:47:20.392Z Compiling generic-array v0.14.7
17942026-05-28T08:47:20.408Z Compiling smallvec v1.15.1
17952026-05-28T08:47:20.439Z Compiling icu_properties_data v2.1.2
17962026-05-28T08:47:20.476Z Compiling icu_normalizer_data v2.1.1
17972026-05-28T08:47:20.491Z Compiling itoa v1.0.17
17982026-05-28T08:47:20.649Z Compiling num-traits v0.2.19
17992026-05-28T08:47:20.659Z Compiling getrandom v0.4.1
18002026-05-28T08:47:20.688Z Compiling log v0.4.29
18012026-05-28T08:47:20.719Z Compiling stable_deref_trait v1.2.1
18022026-05-28T08:47:20.734Z Compiling pkg-config v0.3.32
18032026-05-28T08:47:20.734Z Compiling subtle v2.6.1
18042026-05-28T08:47:20.920Z Compiling scopeguard v1.2.0
18052026-05-28T08:47:20.980Z Compiling writeable v0.6.2
18062026-05-28T08:47:20.986Z Compiling percent-encoding v2.3.2
18072026-05-28T08:47:21.024Z Compiling lock_api v0.4.14
18082026-05-28T08:47:21.112Z Compiling jobserver v0.1.34
18092026-05-28T08:47:21.141Z Compiling getrandom v0.2.17
18102026-05-28T08:47:21.211Z Compiling errno v0.3.14
18112026-05-28T08:47:21.211Z Compiling litemap v0.8.1
18122026-05-28T08:47:21.236Z Compiling syn v2.0.117
18132026-05-28T08:47:21.285Z Compiling rand_core v0.6.4
18142026-05-28T08:47:21.372Z Compiling cc v1.2.56
18152026-05-28T08:47:21.387Z Compiling pin-project-lite v0.2.17
18162026-05-28T08:47:21.404Z Compiling fnv v1.0.7
18172026-05-28T08:47:21.461Z Compiling thiserror v2.0.18
18182026-05-28T08:47:21.526Z Compiling getrandom v0.3.4
18192026-05-28T08:47:21.529Z Compiling dunce v1.0.5
18202026-05-28T08:47:21.558Z Compiling equivalent v1.0.2
18212026-05-28T08:47:21.572Z Compiling fs_extra v1.3.0
18222026-05-28T08:47:21.616Z Compiling schemars v0.8.22
18232026-05-28T08:47:21.662Z Compiling rand_core v0.10.0
18242026-05-28T08:47:21.679Z Compiling rustversion v1.0.22
18252026-05-28T08:47:21.682Z Compiling utf8_iter v1.0.4
18262026-05-28T08:47:21.804Z Compiling form_urlencoded v1.2.2
18272026-05-28T08:47:21.889Z Compiling critical-section v1.2.0
18282026-05-28T08:47:21.903Z Compiling signal-hook-registry v1.4.8
18292026-05-28T08:47:21.975Z Compiling hashbrown v0.17.0
18302026-05-28T08:47:21.992Z Compiling rustix v1.1.3
18312026-05-28T08:47:22.010Z Compiling mio v1.2.0
18322026-05-28T08:47:22.095Z Compiling socket2 v0.6.3
18332026-05-28T08:47:22.148Z Compiling cmake v0.1.57
18342026-05-28T08:47:22.412Z Compiling bitflags v2.11.0
18352026-05-28T08:47:22.434Z Compiling semver v1.0.28
18362026-05-28T08:47:22.449Z Compiling once_cell v1.21.3
18372026-05-28T08:47:22.510Z Compiling indexmap v2.14.0
18382026-05-28T08:47:22.541Z Compiling parking_lot v0.12.5
18392026-05-28T08:47:22.584Z Compiling const-oid v0.9.6
18402026-05-28T08:47:22.690Z Compiling aws-lc-rs v1.16.3
18412026-05-28T08:47:22.706Z Compiling ring v0.17.14
18422026-05-28T08:47:22.720Z Compiling aws-lc-sys v0.40.0
18432026-05-28T08:47:22.744Z Compiling futures-core v0.3.32
18442026-05-28T08:47:22.778Z Compiling httparse v1.10.1
18452026-05-28T08:47:22.869Z Compiling thiserror v1.0.69
18462026-05-28T08:47:22.886Z Compiling strsim v0.11.1
18472026-05-28T08:47:23.006Z Compiling vcpkg v0.2.15
18482026-05-28T08:47:23.112Z Compiling iana-time-zone v0.1.65
18492026-05-28T08:47:23.186Z Compiling ucd-trie v0.1.7
18502026-05-28T08:47:23.190Z Compiling byteorder v1.5.0
18512026-05-28T08:47:23.219Z Compiling ident_case v1.0.1
18522026-05-28T08:47:23.270Z Compiling regex-syntax v0.8.10
18532026-05-28T08:47:23.336Z Compiling syn v1.0.109
18542026-05-28T08:47:23.351Z Compiling pest v2.8.6
18552026-05-28T08:47:23.377Z Compiling heck v0.5.0
18562026-05-28T08:47:23.393Z Compiling uuid v1.23.0
18572026-05-28T08:47:23.482Z Compiling cpufeatures v0.2.17
18582026-05-28T08:47:23.499Z Compiling rustls v0.23.37
18592026-05-28T08:47:23.606Z Compiling openssl-sys v0.9.115
18602026-05-28T08:47:23.664Z Compiling futures-sink v0.3.32
18612026-05-28T08:47:23.738Z Compiling rustc_version v0.4.1
18622026-05-28T08:47:23.775Z Compiling futures-channel v0.3.32
18632026-05-28T08:47:23.811Z Compiling futures-task v0.3.32
18642026-05-28T08:47:23.825Z Compiling slab v0.4.12
18652026-05-28T08:47:23.982Z Compiling futures-io v0.3.32
18662026-05-28T08:47:24.039Z Compiling synstructure v0.13.2
18672026-05-28T08:47:24.056Z Compiling serde_derive_internals v0.29.1
18682026-05-28T08:47:24.103Z Compiling aho-corasick v1.1.4
18692026-05-28T08:47:24.251Z Compiling dyn-clone v1.0.20
18702026-05-28T08:47:24.390Z Compiling num-conv v0.2.0
18712026-05-28T08:47:24.394Z Compiling base64 v0.22.1
18722026-05-28T08:47:24.440Z Compiling pest_meta v2.8.6
18732026-05-28T08:47:24.517Z Compiling plain v0.2.3
18742026-05-28T08:47:24.539Z Compiling crc32fast v1.5.0
18752026-05-28T08:47:24.555Z Compiling time-core v0.1.8
18762026-05-28T08:47:24.585Z Compiling crossbeam-utils v0.8.21
18772026-05-28T08:47:24.722Z Compiling time-macros v0.2.27
18782026-05-28T08:47:24.767Z Compiling openssl v0.10.79
18792026-05-28T08:47:24.850Z Compiling pretty-hex v0.4.1
18802026-05-28T08:47:24.888Z Compiling anyhow v1.0.102
18812026-05-28T08:47:24.922Z Compiling regex-automata v0.4.14
18822026-05-28T08:47:24.952Z Compiling base64ct v1.8.3
18832026-05-28T08:47:24.986Z Compiling native-tls v0.2.18
18842026-05-28T08:47:25.004Z Compiling darling_core v0.21.3
18852026-05-28T08:47:25.063Z Compiling pest_generator v2.8.6
18862026-05-28T08:47:25.195Z Compiling pem-rfc7468 v0.7.0
18872026-05-28T08:47:25.211Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18882026-05-28T08:47:25.228Z Compiling tracing-core v0.1.36
18892026-05-28T08:47:25.295Z Compiling serde_derive v1.0.228
18902026-05-28T08:47:25.373Z Compiling zeroize_derive v1.4.3
18912026-05-28T08:47:25.475Z Compiling zerofrom-derive v0.1.6
18922026-05-28T08:47:25.490Z Compiling yoke-derive v0.8.1
18932026-05-28T08:47:25.525Z Compiling zerovec-derive v0.11.2
18942026-05-28T08:47:25.586Z Compiling displaydoc v0.2.5
18952026-05-28T08:47:25.691Z Compiling zerocopy-derive v0.8.40
18962026-05-28T08:47:25.695Z Compiling tokio-macros v2.7.0
18972026-05-28T08:47:25.723Z Compiling futures-macro v0.3.32
18982026-05-28T08:47:25.972Z Compiling zeroize v1.8.2
18992026-05-28T08:47:26.281Z Compiling thiserror-impl v2.0.18
19002026-05-28T08:47:26.443Z Compiling schemars_derive v0.8.22
19012026-05-28T08:47:26.459Z Compiling tracing-attributes v0.1.31
19022026-05-28T08:47:26.506Z Compiling der_derive v0.7.3
19032026-05-28T08:47:26.571Z Compiling thiserror-impl v1.0.69
19042026-05-28T08:47:26.617Z Compiling zerofrom v0.1.6
19052026-05-28T08:47:26.756Z Compiling yoke v0.8.1
19062026-05-28T08:47:26.830Z Compiling crypto-common v0.1.7
19072026-05-28T08:47:26.966Z Compiling zerovec v0.11.5
19082026-05-28T08:47:26.997Z Compiling zerotrie v0.2.3
19092026-05-28T08:47:27.141Z Compiling block-buffer v0.10.4
19102026-05-28T08:47:27.405Z Compiling digest v0.10.7
19112026-05-28T08:47:27.493Z Compiling tinystr v0.8.2
19122026-05-28T08:47:27.556Z Compiling potential_utf v0.1.4
19132026-05-28T08:47:27.586Z Compiling pest_derive v2.8.6
19142026-05-28T08:47:27.613Z Compiling futures-util v0.3.32
19152026-05-28T08:47:27.638Z Compiling hmac v0.12.1
19162026-05-28T08:47:27.716Z Compiling icu_locale_core v2.1.1
19172026-05-28T08:47:27.732Z Compiling icu_collections v2.1.1
19182026-05-28T08:47:27.765Z Compiling block-padding v0.3.3
19192026-05-28T08:47:27.790Z Compiling rustls-pki-types v1.14.0
19202026-05-28T08:47:28.024Z Compiling inout v0.1.4
19212026-05-28T08:47:28.225Z Compiling cipher v0.4.4
19222026-05-28T08:47:28.358Z Compiling sha2 v0.10.9
19232026-05-28T08:47:28.475Z Compiling bytes v1.11.1
19242026-05-28T08:47:28.492Z Compiling icu_provider v2.1.1
19252026-05-28T08:47:28.521Z Compiling chrono v0.4.44
19262026-05-28T08:47:28.597Z Compiling serde_tokenstream v0.2.3
19272026-05-28T08:47:28.713Z Compiling scroll_derive v0.12.1
19282026-05-28T08:47:28.841Z Compiling icu_properties v2.1.2
19292026-05-28T08:47:28.913Z Compiling icu_normalizer v2.1.1
19302026-05-28T08:47:28.956Z Compiling scroll_derive v0.13.1
19312026-05-28T08:47:29.086Z Compiling tokio v1.52.1
19322026-05-28T08:47:29.716Z Compiling openssl-macros v0.1.1
19332026-05-28T08:47:29.886Z Compiling idna_adapter v1.2.1
19342026-05-28T08:47:29.921Z Compiling ppv-lite86 v0.2.21
19352026-05-28T08:47:30.042Z Compiling idna v1.1.0
19362026-05-28T08:47:30.143Z Compiling http v1.4.0
19372026-05-28T08:47:30.306Z Compiling flagset v0.4.7
19382026-05-28T08:47:30.322Z Compiling untrusted v0.9.0
19392026-05-28T08:47:30.390Z Compiling url v2.5.8
19402026-05-28T08:47:30.429Z Compiling der v0.7.10
19412026-05-28T08:47:30.460Z Compiling tracing v0.1.44
19422026-05-28T08:47:30.478Z Compiling darling_macro v0.21.3
19432026-05-28T08:47:30.603Z Compiling regex v1.12.3
19442026-05-28T08:47:30.625Z Compiling zerocopy-derive v0.7.35
19452026-05-28T08:47:30.946Z Compiling rand_core v0.9.5
19462026-05-28T08:47:30.969Z Compiling slog v2.8.2
19472026-05-28T08:47:31.207Z Compiling cookie v0.18.1
19482026-05-28T08:47:31.416Z Compiling spki v0.7.3
19492026-05-28T08:47:31.599Z Compiling darling v0.21.3
19502026-05-28T08:47:31.628Z Compiling salsa20 v0.10.2
19512026-05-28T08:47:31.643Z Compiling pbkdf2 v0.12.2
19522026-05-28T08:47:32.183Z Compiling camino v1.2.2
19532026-05-28T08:47:32.434Z Compiling scrypt v0.11.0
19542026-05-28T08:47:32.471Z Compiling rand_chacha v0.9.0
19552026-05-28T08:47:32.491Z Compiling http-body v1.0.1
19562026-05-28T08:47:32.595Z Compiling cbc v0.1.2
19572026-05-28T08:47:32.660Z Compiling aes v0.8.4
19582026-05-28T08:47:32.758Z Compiling usdt-impl v0.5.0
19592026-05-28T08:47:32.799Z Compiling paste v1.0.15
19602026-05-28T08:47:32.871Z Compiling tokio-util v0.7.18
19612026-05-28T08:47:32.895Z Compiling openssl-probe v0.2.1
19622026-05-28T08:47:32.912Z Compiling ref-cast v1.0.25
19632026-05-28T08:47:32.928Z Compiling unicode-segmentation v1.12.0
19642026-05-28T08:47:32.996Z Compiling usdt-impl v0.6.0
19652026-05-28T08:47:33.073Z Compiling tinyvec_macros v0.1.1
19662026-05-28T08:47:33.077Z Compiling winnow v0.7.14
19672026-05-28T08:47:33.138Z Compiling untrusted v0.7.1
19682026-05-28T08:47:33.237Z Compiling atomic-waker v1.1.2
19692026-05-28T08:47:33.252Z Compiling tinyvec v1.10.0
19702026-05-28T08:47:33.332Z Compiling pkcs5 v0.7.1
19712026-05-28T08:47:33.467Z Compiling rand v0.9.2
19722026-05-28T08:47:33.889Z Compiling scroll v0.13.0
19732026-05-28T08:47:33.904Z Compiling scroll v0.12.0
19742026-05-28T08:47:33.920Z Compiling toml_datetime v0.6.11
19752026-05-28T08:47:34.053Z Compiling serde_spanned v0.6.9
19762026-05-28T08:47:34.171Z Compiling async-trait v0.1.89
19772026-05-28T08:47:34.188Z Compiling heapless v0.7.17
19782026-05-28T08:47:34.222Z Compiling bzip2-sys v0.1.13+1.0.8
19792026-05-28T08:47:34.257Z Compiling fastrand v2.3.0
19802026-05-28T08:47:34.274Z Compiling tower-layer v0.3.3
19812026-05-28T08:47:34.437Z Compiling tower-service v0.3.3
19822026-05-28T08:47:34.498Z Compiling either v1.15.0
19832026-05-28T08:47:34.522Z Compiling try-lock v0.2.5
19842026-05-28T08:47:34.555Z Compiling litrs v1.0.0
19852026-05-28T08:47:34.652Z Compiling signal-hook v0.3.18
19862026-05-28T08:47:34.723Z Compiling zstd-safe v7.2.4
19872026-05-28T08:47:34.755Z Compiling h2 v0.4.13
19882026-05-28T08:47:34.786Z Compiling want v0.3.1
19892026-05-28T08:47:34.902Z Compiling toml_parser v1.0.9+spec-1.1.0
19902026-05-28T08:47:34.965Z Compiling goblin v0.8.2
19912026-05-28T08:47:35.029Z Compiling document-features v0.2.12
19922026-05-28T08:47:35.045Z Compiling goblin v0.10.5
19932026-05-28T08:47:35.175Z Compiling pkcs8 v0.10.2
19942026-05-28T08:47:35.347Z Compiling heck v0.4.1
19952026-05-28T08:47:35.470Z Compiling zerocopy v0.7.35
19962026-05-28T08:47:35.486Z Compiling ipnet v2.11.0
19972026-05-28T08:47:35.566Z Compiling ref-cast-impl v1.0.25
19982026-05-28T08:47:35.707Z Compiling curve25519-dalek v4.1.3
19992026-05-28T08:47:35.950Z Compiling darling_core v0.20.11
20002026-05-28T08:47:35.994Z Compiling memoffset v0.9.1
20012026-05-28T08:47:36.032Z Compiling foreign-types-shared v0.1.1
20022026-05-28T08:47:36.101Z Compiling utf8parse v0.2.2
20032026-05-28T08:47:36.134Z Compiling powerfmt v0.2.0
20042026-05-28T08:47:36.235Z Compiling rustix v0.38.44
20052026-05-28T08:47:36.375Z Compiling httpdate v1.0.3
20062026-05-28T08:47:36.418Z Compiling pin-utils v0.1.0
20072026-05-28T08:47:36.785Z Compiling winnow v0.5.40
20082026-05-28T08:47:36.789Z Compiling tempfile v3.25.0
20092026-05-28T08:47:36.822Z Compiling deranged v0.5.8
20102026-05-28T08:47:36.828Z Compiling foreign-types v0.3.2
20112026-05-28T08:47:37.145Z Compiling dof v0.3.0
20122026-05-28T08:47:37.379Z Compiling unicode-normalization v0.1.25
20132026-05-28T08:47:37.780Z Compiling dof v0.4.0
20142026-05-28T08:47:37.795Z Compiling hyper v1.8.1
20152026-05-28T08:47:37.812Z Compiling dtrace-parser v0.2.0
20162026-05-28T08:47:37.910Z Compiling darling_macro v0.20.11
20172026-05-28T08:47:38.053Z Compiling dtrace-parser v0.3.0
20182026-05-28T08:47:38.214Z Compiling toml_edit v0.19.15
20192026-05-28T08:47:38.230Z Compiling pin-project-internal v1.1.11
20202026-05-28T08:47:38.263Z Compiling daft-derive v0.1.7
20212026-05-28T08:47:38.450Z Compiling spin v0.9.8
20222026-05-28T08:47:38.465Z Compiling socket2 v0.5.10
20232026-05-28T08:47:38.469Z Compiling thread-id v4.2.2
20242026-05-28T08:47:38.675Z Compiling thread-id v5.1.0
20252026-05-28T08:47:38.778Z Compiling num_threads v0.1.7
20262026-05-28T08:47:38.809Z Compiling cfg_aliases v0.2.1
20272026-05-28T08:47:38.872Z Compiling smoltcp v0.9.1
20282026-05-28T08:47:38.889Z Compiling num-bigint-dig v0.8.6
20292026-05-28T08:47:38.903Z Compiling anstyle v1.0.14
20302026-05-28T08:47:38.955Z Compiling nix v0.31.2
20312026-05-28T08:47:38.989Z Compiling hyper-util v0.1.20
20322026-05-28T08:47:39.041Z Compiling time v0.3.47
20332026-05-28T08:47:39.261Z Compiling darling v0.20.11
20342026-05-28T08:47:39.637Z Compiling rustls-native-certs v0.8.3
20352026-05-28T08:47:39.696Z Compiling ipnetwork v0.21.1
20362026-05-28T08:47:39.915Z Compiling strum_macros v0.26.4
20372026-05-28T08:47:39.932Z Compiling curve25519-dalek-derive v0.1.1
20382026-05-28T08:47:40.326Z Compiling sync_wrapper v1.0.2
20392026-05-28T08:47:40.453Z Compiling wait-timeout v0.2.1
20402026-05-28T08:47:40.630Z Compiling is_terminal_polyfill v1.70.2
20412026-05-28T08:47:40.712Z Compiling bit-vec v0.8.0
20422026-05-28T08:47:40.801Z Compiling anstyle-query v1.1.5
20432026-05-28T08:47:40.854Z Compiling quick-error v1.2.3
20442026-05-28T08:47:40.927Z Compiling siphasher v1.0.2
20452026-05-28T08:47:40.948Z Compiling simd-adler32 v0.3.8
20462026-05-28T08:47:40.964Z Compiling colorchoice v1.0.4
20472026-05-28T08:47:40.981Z Compiling rusty-fork v0.3.1
20482026-05-28T08:47:41.094Z Compiling bit-set v0.8.0
20492026-05-28T08:47:41.285Z Compiling tower v0.5.3
20502026-05-28T08:47:41.418Z Compiling derive_builder_core v0.20.2
20512026-05-28T08:47:41.492Z Compiling snafu-derive v0.8.9
20522026-05-28T08:47:41.794Z Compiling http-body-util v0.1.3
20532026-05-28T08:47:42.072Z Compiling webpki-roots v1.0.6
20542026-05-28T08:47:42.106Z Compiling rand_xorshift v0.4.0
20552026-05-28T08:47:42.129Z Compiling signature v2.2.0
20562026-05-28T08:47:42.185Z Compiling hubpack_derive v0.1.1
20572026-05-28T08:47:42.201Z Compiling strum_macros v0.27.2
20582026-05-28T08:47:42.286Z Compiling fs-err v3.3.0
20592026-05-28T08:47:42.289Z Compiling ahash v0.8.12
20602026-05-28T08:47:42.453Z Compiling encoding_rs v0.8.35
20612026-05-28T08:47:42.500Z Compiling unarray v0.1.4
20622026-05-28T08:47:42.538Z Compiling adler2 v2.0.1
20632026-05-28T08:47:42.561Z Compiling mime v0.3.17
20642026-05-28T08:47:42.629Z Compiling object v0.37.3
20652026-05-28T08:47:42.671Z Compiling ryu v1.0.23
20662026-05-28T08:47:42.689Z Compiling unicode-properties v0.1.4
20672026-05-28T08:47:42.710Z Compiling allocator-api2 v0.2.21
20682026-05-28T08:47:42.863Z Compiling unicode-bidi v0.3.18
20692026-05-28T08:47:42.903Z Compiling iri-string v0.7.10
20702026-05-28T08:47:42.982Z Compiling serde_urlencoded v0.7.1
20712026-05-28T08:47:43.105Z Compiling miniz_oxide v0.8.9
20722026-05-28T08:47:43.135Z Compiling proptest v1.10.0
20732026-05-28T08:47:43.296Z Compiling stringprep v0.1.5
20742026-05-28T08:47:43.350Z Compiling derive_builder_macro v0.20.2
20752026-05-28T08:47:43.570Z Compiling tokio-native-tls v0.3.1
20762026-05-28T08:47:43.593Z Compiling usdt-macro v0.6.0
20772026-05-28T08:47:43.673Z Compiling usdt-attr-macro v0.6.0
20782026-05-28T08:47:43.771Z Compiling anstyle-parse v1.0.0
20792026-05-28T08:47:43.997Z Compiling rand_chacha v0.3.1
20802026-05-28T08:47:44.018Z Compiling erased-serde v0.3.31
20812026-05-28T08:47:44.047Z Compiling md-5 v0.10.6
20822026-05-28T08:47:44.061Z Compiling bstr v1.12.1
20832026-05-28T08:47:44.168Z Compiling tower-http v0.6.8
20842026-05-28T08:47:44.321Z Compiling num-integer v0.1.46
20852026-05-28T08:47:44.383Z Compiling hash32 v0.2.1
20862026-05-28T08:47:44.445Z Compiling vergen-lib v9.1.0
20872026-05-28T08:47:44.463Z Compiling ff v0.13.1
20882026-05-28T08:47:44.612Z Compiling psl-types v2.0.11
20892026-05-28T08:47:44.626Z Compiling base16ct v0.2.0
20902026-05-28T08:47:44.630Z Compiling fallible-iterator v0.2.0
20912026-05-28T08:47:44.659Z Compiling zlib-rs v0.6.2
20922026-05-28T08:47:44.719Z Compiling publicsuffix v2.3.0
20932026-05-28T08:47:44.762Z Compiling sec1 v0.7.3
20942026-05-28T08:47:44.831Z Compiling group v0.13.0
20952026-05-28T08:47:44.883Z Compiling num-iter v0.1.45
20962026-05-28T08:47:44.959Z Compiling postgres-protocol v0.6.10
20972026-05-28T08:47:45.048Z Compiling rand v0.8.6
20982026-05-28T08:47:45.291Z Compiling newtype-uuid v1.3.2
20992026-05-28T08:47:45.655Z Compiling oxnet v0.1.5
21002026-05-28T08:47:45.670Z Compiling anstream v1.0.0
21012026-05-28T08:47:45.705Z Compiling derive_builder v0.20.2
21022026-05-28T08:47:45.851Z Compiling hyper-tls v0.6.0
21032026-05-28T08:47:45.869Z Compiling phf_shared v0.13.1
21042026-05-28T08:47:46.058Z Compiling pin-project v1.1.11
21052026-05-28T08:47:46.125Z Compiling lazy_static v1.5.0
21062026-05-28T08:47:46.175Z Compiling anstyle-parse v0.2.7
21072026-05-28T08:47:46.271Z Compiling terminal_size v0.4.3
21082026-05-28T08:47:46.286Z Compiling serde_with_macros v3.17.0
21092026-05-28T08:47:46.289Z Compiling futures-executor v0.3.32
21102026-05-28T08:47:46.338Z Compiling hex v0.4.3
21112026-05-28T08:47:46.536Z Compiling hkdf v0.12.4
21122026-05-28T08:47:46.558Z Compiling crypto-bigint v0.5.5
21132026-05-28T08:47:46.618Z Compiling enum-as-inner v0.6.1
21142026-05-28T08:47:46.634Z Compiling async-recursion v1.1.1
21152026-05-28T08:47:46.701Z Compiling flate2 v1.1.9
21162026-05-28T08:47:46.742Z Compiling serde_repr v0.1.20
21172026-05-28T08:47:46.759Z Compiling clap_derive v4.6.1
21182026-05-28T08:47:46.890Z Compiling vergen v9.1.0
21192026-05-28T08:47:46.929Z Compiling cargo-platform v0.3.2
21202026-05-28T08:47:47.104Z Compiling clap_lex v1.0.0
21212026-05-28T08:47:47.122Z Compiling managed v0.8.0
21222026-05-28T08:47:47.140Z Compiling bitflags v1.3.2
21232026-05-28T08:47:47.143Z Compiling same-file v1.0.6
21242026-05-28T08:47:47.268Z Compiling bumpalo v3.20.2
21252026-05-28T08:47:47.370Z Compiling foldhash v0.1.5
21262026-05-28T08:47:47.399Z Compiling libbz2-rs-sys v0.2.2
21272026-05-28T08:47:47.449Z Compiling foldhash v0.2.0
21282026-05-28T08:47:47.495Z Compiling zopfli v0.8.3
21292026-05-28T08:47:47.511Z Compiling hashbrown v0.15.5
21302026-05-28T08:47:47.531Z Compiling elliptic-curve v0.13.8
21312026-05-28T08:47:47.646Z Compiling hashbrown v0.16.1
21322026-05-28T08:47:47.775Z Compiling walkdir v2.5.0
21332026-05-28T08:47:47.886Z Compiling bzip2 v0.6.1
21342026-05-28T08:47:47.979Z Compiling clap_builder v4.6.0
21352026-05-28T08:47:48.064Z Compiling cargo_metadata v0.23.1
21362026-05-28T08:47:48.110Z Compiling zstd v0.13.3
21372026-05-28T08:47:48.128Z Compiling futures v0.3.32
21382026-05-28T08:47:48.221Z Compiling anstream v0.6.21
21392026-05-28T08:47:48.537Z Compiling snafu v0.8.9
21402026-05-28T08:47:48.553Z Compiling phf v0.13.1
21412026-05-28T08:47:48.603Z Compiling signal-hook-mio v0.2.5
21422026-05-28T08:47:48.731Z Compiling daft v0.1.7
21432026-05-28T08:47:48.888Z Compiling cookie_store v0.22.1
21442026-05-28T08:47:49.037Z Compiling postgres-types v0.2.12
21452026-05-28T08:47:49.056Z Compiling bzip2 v0.4.4
21462026-05-28T08:47:49.159Z Compiling globset v0.4.18
21472026-05-28T08:47:49.280Z Compiling strum v0.27.2
21482026-05-28T08:47:49.435Z Compiling hubpack v0.1.2
21492026-05-28T08:47:49.534Z Compiling ed25519 v2.2.3
21502026-05-28T08:47:49.552Z Compiling phf_shared v0.11.3
21512026-05-28T08:47:49.610Z Compiling crossbeam-epoch v0.9.18
21522026-05-28T08:47:49.689Z Compiling olpc-cjson v0.1.4
21532026-05-28T08:47:49.745Z Compiling pkcs1 v0.7.5
21542026-05-28T08:47:49.789Z Compiling pem v3.0.6
21552026-05-28T08:47:49.929Z Compiling serde_plain v1.0.2
21562026-05-28T08:47:49.945Z Compiling serde-big-array v0.5.1
21572026-05-28T08:47:50.091Z Compiling rfc6979 v0.4.0
21582026-05-28T08:47:50.112Z Compiling float-cmp v0.10.0
21592026-05-28T08:47:50.129Z Compiling memmap2 v0.9.10
21602026-05-28T08:47:50.146Z Compiling env_filter v1.0.0
21612026-05-28T08:47:50.146Z Compiling typed-path v0.9.3
21622026-05-28T08:47:50.179Z Compiling fixedbitset v0.4.2
21632026-05-28T08:47:50.228Z Compiling keccak v0.1.6
21642026-05-28T08:47:50.277Z Compiling data-encoding v2.10.0
21652026-05-28T08:47:50.303Z Compiling predicates-core v1.0.10
21662026-05-28T08:47:50.346Z Compiling static_assertions v1.1.0
21672026-05-28T08:47:50.432Z Compiling difflib v0.4.0
21682026-05-28T08:47:50.448Z Compiling precomputed-hash v0.1.1
21692026-05-28T08:47:50.451Z Compiling jiff v0.2.21
21702026-05-28T08:47:50.480Z Compiling new_debug_unreachable v1.0.6
21712026-05-28T08:47:50.497Z Compiling fixedbitset v0.5.7
21722026-05-28T08:47:50.552Z Compiling toml_write v0.1.2
21732026-05-28T08:47:50.568Z Compiling normalize-line-endings v0.3.0
21742026-05-28T08:47:50.570Z Compiling whoami v2.1.0
21752026-05-28T08:47:50.665Z Compiling predicates v3.1.4
21762026-05-28T08:47:50.788Z Compiling toml_edit v0.22.27
21772026-05-28T08:47:50.814Z Compiling tokio-postgres v0.7.16
21782026-05-28T08:47:50.894Z Compiling petgraph v0.8.3
21792026-05-28T08:47:50.934Z Compiling hickory-proto v0.25.2
21802026-05-28T08:47:51.127Z Compiling string_cache v0.8.9
21812026-05-28T08:47:51.289Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21822026-05-28T08:47:51.363Z Compiling sha3 v0.10.8
21832026-05-28T08:47:51.465Z Compiling petgraph v0.6.5
21842026-05-28T08:47:51.648Z Compiling env_logger v0.11.9
21852026-05-28T08:47:51.715Z Compiling usdt v0.6.0
21862026-05-28T08:47:51.785Z Compiling ecdsa v0.16.9
21872026-05-28T08:47:51.998Z Compiling rsa v0.9.10
21882026-05-28T08:47:52.637Z Compiling ed25519-dalek v2.2.0
21892026-05-28T08:47:53.149Z Compiling zip v4.6.1
21902026-05-28T08:47:53.172Z Compiling clap v4.6.1
21912026-05-28T08:47:53.270Z Compiling crossterm v0.28.1
21922026-05-28T08:47:53.301Z Compiling zip v0.6.6
21932026-05-28T08:47:53.552Z Compiling iddqd v0.4.2
21942026-05-28T08:47:54.107Z Compiling serde_with v3.17.0
21952026-05-28T08:47:54.184Z Compiling similar v2.7.0
21962026-05-28T08:47:54.216Z Compiling strum v0.26.3
21972026-05-28T08:47:54.219Z Compiling toml v0.7.8
21982026-05-28T08:47:54.368Z Compiling tokio-stream v0.1.18
21992026-05-28T08:47:54.467Z Compiling buf-list v1.1.2
22002026-05-28T08:47:54.540Z Compiling x509-cert v0.2.5
22012026-05-28T08:47:54.806Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22022026-05-28T08:47:54.850Z Compiling openapiv3 v2.2.0
22032026-05-28T08:47:54.918Z Compiling sha1 v0.10.6
22042026-05-28T08:47:55.152Z Compiling peg-runtime v0.8.5
22052026-05-28T08:47:55.426Z Compiling lalrpop-util v0.19.12
22062026-05-28T08:48:09.756Z Compiling rustls-webpki v0.103.9
22072026-05-28T08:48:10.985Z Compiling macaddr v1.0.1
22082026-05-28T08:48:11.158Z Compiling structmeta-derive v0.3.0
22092026-05-28T08:48:11.272Z Compiling crucible-workspace-hack v0.1.0
22102026-05-28T08:48:11.288Z Compiling rayon-core v1.13.0
22112026-05-28T08:48:11.493Z Compiling itertools v0.14.0
22122026-05-28T08:48:11.510Z Compiling secrecy v0.10.3
22132026-05-28T08:48:11.549Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-05-28T08:48:11.595Z Compiling heapless v0.8.0
22152026-05-28T08:48:11.697Z Compiling toml_datetime v0.7.5+spec-1.1.0
22162026-05-28T08:48:11.893Z Compiling rustls v0.22.4
22172026-05-28T08:48:11.970Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-05-28T08:48:12.116Z Compiling toml_edit v0.23.10+spec-1.0.0
22192026-05-28T08:48:12.152Z Compiling crossbeam-deque v0.8.6
22202026-05-28T08:48:12.155Z Compiling structmeta v0.3.0
22212026-05-28T08:48:12.193Z Compiling rustls-webpki v0.102.8
22222026-05-28T08:48:12.223Z Compiling hash32 v0.3.1
22232026-05-28T08:48:12.393Z Compiling multer v3.1.0
22242026-05-28T08:48:12.409Z Compiling thread_local v1.1.9
22252026-05-28T08:48:12.412Z Compiling unicode-width v0.2.0
22262026-05-28T08:48:12.441Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-05-28T08:48:12.518Z Compiling compression-core v0.4.31
22282026-05-28T08:48:12.615Z Compiling slog-async v2.8.0
22292026-05-28T08:48:12.633Z Compiling match_cfg v0.1.0
22302026-05-28T08:48:12.677Z Compiling smoltcp v0.11.0
22312026-05-28T08:48:12.720Z Compiling hostname v0.3.1
22322026-05-28T08:48:12.758Z Compiling proc-macro-crate v3.4.0
22332026-05-28T08:48:12.795Z Compiling compression-codecs v0.4.37
22342026-05-28T08:48:12.795Z Compiling ingot-macros v0.1.1
22352026-05-28T08:48:12.951Z Compiling derive-ex v0.1.8
22362026-05-28T08:48:13.045Z Compiling slog-json v2.6.1
22372026-05-28T08:48:13.061Z Compiling crossbeam-channel v0.5.15
22382026-05-28T08:48:13.175Z Compiling half v2.7.1
22392026-05-28T08:48:13.206Z Compiling newtype-uuid-macros v0.1.0
22402026-05-28T08:48:13.335Z Compiling cobs v0.3.0
22412026-05-28T08:48:13.543Z Compiling tokio-rustls v0.26.4
22422026-05-28T08:48:13.562Z Compiling rustls-platform-verifier v0.6.2
22432026-05-28T08:48:13.634Z Compiling thiserror-impl-no-std v2.0.2
22442026-05-28T08:48:13.785Z Compiling universal-hash v0.5.1
22452026-05-28T08:48:13.802Z Compiling hyper-rustls v0.27.7
22462026-05-28T08:48:13.838Z Compiling async-stream-impl v0.3.6
22472026-05-28T08:48:13.932Z Compiling toml_datetime v1.0.0+spec-1.1.0
22482026-05-28T08:48:13.950Z Compiling serde_spanned v1.0.4
22492026-05-28T08:48:14.044Z Compiling reqwest v0.12.28
22502026-05-28T08:48:14.141Z Compiling reqwest v0.13.2
22512026-05-28T08:48:14.144Z Compiling is-terminal v0.4.17
22522026-05-28T08:48:14.278Z Compiling dropshot v0.17.0
22532026-05-28T08:48:14.382Z Compiling proc-macro-error-attr v1.0.4
22542026-05-28T08:48:14.413Z Compiling term v1.2.1
22552026-05-28T08:48:14.498Z Compiling take_mut v0.2.2
22562026-05-28T08:48:14.516Z Compiling ciborium-io v0.2.2
22572026-05-28T08:48:14.516Z Compiling toml_writer v1.0.6+spec-1.1.0
22582026-05-28T08:48:14.601Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
22592026-05-28T08:48:14.638Z Compiling convert_case v0.4.0
22602026-05-28T08:48:14.654Z Compiling opaque-debug v0.3.1
22612026-05-28T08:48:14.677Z Compiling thiserror-no-std v2.0.2
22622026-05-28T08:48:14.747Z Compiling poly1305 v0.8.0
22632026-05-28T08:48:14.791Z Compiling slog-term v2.9.2
22642026-05-28T08:48:14.808Z Compiling toml v1.0.6+spec-1.1.0
22652026-05-28T08:48:14.810Z Compiling ciborium-ll v0.2.2
22662026-05-28T08:48:14.861Z Compiling tokio-rustls v0.25.0
22672026-05-28T08:48:14.959Z Compiling derive_more v0.99.20
22682026-05-28T08:48:15.155Z Compiling test-strategy v0.4.5
22692026-05-28T08:48:15.248Z Compiling async-stream v0.3.6
22702026-05-28T08:48:15.381Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22712026-05-28T08:48:15.440Z Compiling ingot-types v0.1.2
22722026-05-28T08:48:15.902Z Compiling tough v0.22.0
22732026-05-28T08:48:16.028Z Compiling ingot v0.1.1
22742026-05-28T08:48:16.194Z Compiling postcard v1.1.3
22752026-05-28T08:48:16.391Z Compiling slog-bunyan v2.5.0
22762026-05-28T08:48:16.441Z Compiling num_enum_derive v0.7.6
22772026-05-28T08:48:16.608Z Compiling async-compression v0.4.41
22782026-05-28T08:48:17.013Z Compiling parse-display-derive v0.10.0
22792026-05-28T08:48:17.095Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22802026-05-28T08:48:17.115Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-05-28T08:48:17.118Z Compiling proc-macro-crate v1.3.1
22822026-05-28T08:48:17.370Z Compiling backon v1.6.0
22832026-05-28T08:48:17.439Z Compiling waitgroup v0.1.2
22842026-05-28T08:48:17.454Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
22852026-05-28T08:48:17.454Z Compiling password-hash v0.5.0
22862026-05-28T08:48:17.490Z Compiling chacha20 v0.9.1
22872026-05-28T08:48:17.610Z Compiling dropshot_endpoint v0.17.0
22882026-05-28T08:48:17.676Z Compiling rustls-pemfile v2.2.0
22892026-05-28T08:48:17.756Z Compiling blake2 v0.10.6
22902026-05-28T08:48:17.809Z Compiling aead v0.5.2
22912026-05-28T08:48:18.045Z Compiling foreign-types-macros v0.2.3
22922026-05-28T08:48:18.064Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-05-28T08:48:18.297Z Compiling serde_path_to_error v0.1.20
22942026-05-28T08:48:18.383Z Compiling hostname v0.4.2
22952026-05-28T08:48:18.454Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22962026-05-28T08:48:18.494Z Compiling proc-macro-error v1.0.4
22972026-05-28T08:48:18.537Z Compiling instant v0.1.13
22982026-05-28T08:48:18.552Z Compiling typeid v1.0.3
22992026-05-28T08:48:18.567Z Compiling debug-ignore v1.0.5
23002026-05-28T08:48:18.663Z Compiling foreign-types-shared v0.3.1
23012026-05-28T08:48:18.681Z Compiling cpufeatures v0.3.0
23022026-05-28T08:48:18.715Z Compiling backoff v0.4.0
23032026-05-28T08:48:18.747Z Compiling parse-display v0.10.0
23042026-05-28T08:48:18.764Z Compiling foreign-types v0.5.0
23052026-05-28T08:48:18.784Z Compiling chacha20 v0.10.0
23062026-05-28T08:48:18.787Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23072026-05-28T08:48:18.787Z Compiling argon2 v0.5.3
23082026-05-28T08:48:18.851Z Compiling chacha20poly1305 v0.10.1
23092026-05-28T08:48:18.865Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23102026-05-28T08:48:18.882Z Compiling num_enum_derive v0.5.11
23112026-05-28T08:48:18.897Z Compiling num_enum v0.7.6
23122026-05-28T08:48:18.953Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23132026-05-28T08:48:19.020Z Compiling ciborium v0.2.2
23142026-05-28T08:48:19.101Z Compiling vsss-rs v3.3.4
23152026-05-28T08:48:19.208Z Compiling tabwriter v1.4.1
23162026-05-28T08:48:19.327Z Compiling regress v0.10.5
23172026-05-28T08:48:19.491Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23182026-05-28T08:48:19.590Z Compiling byte-wrapper v0.1.0
23192026-05-28T08:48:19.644Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23202026-05-28T08:48:19.832Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-05-28T08:48:19.848Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23222026-05-28T08:48:19.868Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232026-05-28T08:48:19.886Z Compiling cstr-argument v0.1.2
23242026-05-28T08:48:20.071Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
23252026-05-28T08:48:20.275Z Compiling erased-serde v0.4.9
23262026-05-28T08:48:20.278Z Compiling humantime v2.3.0
23272026-05-28T08:48:20.342Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-05-28T08:48:20.358Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-05-28T08:48:20.461Z Compiling num_enum v0.5.11
23302026-05-28T08:48:20.504Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
23312026-05-28T08:48:20.533Z Compiling rand v0.10.1
23322026-05-28T08:48:20.633Z Compiling rayon v1.11.0
23332026-05-28T08:48:20.637Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23342026-05-28T08:48:20.745Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23352026-05-28T08:48:20.771Z Compiling libefi-sys v0.1.0
23362026-05-28T08:48:20.774Z Compiling indent_write v2.2.0
23372026-05-28T08:48:20.804Z Compiling colored v3.1.1
23382026-05-28T08:48:20.820Z Compiling winnow v1.0.3
23392026-05-28T08:48:20.859Z Compiling zone_cfg_derive v0.3.1
23402026-05-28T08:48:20.954Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23412026-05-28T08:48:21.011Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23422026-05-28T08:48:21.025Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23432026-05-28T08:48:21.155Z Compiling camino-tempfile v1.4.1
23442026-05-28T08:48:21.258Z Compiling itertools v0.12.1
23452026-05-28T08:48:21.350Z Compiling usdt-macro v0.5.0
23462026-05-28T08:48:21.475Z Compiling usdt-attr-macro v0.5.0
23472026-05-28T08:48:21.491Z Compiling num-derive v0.4.2
23482026-05-28T08:48:21.508Z Compiling bitfield-struct v0.6.2
23492026-05-28T08:48:21.566Z Compiling blake3 v1.8.3
23502026-05-28T08:48:21.581Z Compiling ordered-float v2.10.1
23512026-05-28T08:48:21.935Z Compiling sigpipe v0.1.3
23522026-05-28T08:48:22.045Z Compiling memmap v0.7.0
23532026-05-28T08:48:22.060Z Compiling swrite v0.1.0
23542026-05-28T08:48:22.143Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-05-28T08:48:22.184Z Compiling glob v0.3.3
23562026-05-28T08:48:22.213Z Compiling usdt v0.5.0
23572026-05-28T08:48:22.275Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-05-28T08:48:22.378Z Compiling serde-value v0.7.0
23592026-05-28T08:48:22.393Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23602026-05-28T08:48:22.611Z Compiling zone v0.3.1
23612026-05-28T08:48:22.651Z Compiling serde-untagged v0.1.9
23622026-05-28T08:48:22.792Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23632026-05-28T08:48:22.853Z Compiling toml v0.8.23
23642026-05-28T08:48:23.022Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23652026-05-28T08:48:23.025Z Compiling smf v0.2.3
23662026-05-28T08:48:23.085Z Compiling filetime v0.2.27
23672026-05-28T08:48:23.101Z Compiling arrayvec v0.7.6
23682026-05-28T08:48:23.116Z Compiling xattr v1.6.1
23692026-05-28T08:48:23.119Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-05-28T08:48:23.146Z Compiling whoami v1.6.1
23712026-05-28T08:48:23.249Z Compiling arrayref v0.3.9
23722026-05-28T08:48:23.265Z Compiling constant_time_eq v0.4.2
23732026-05-28T08:48:23.326Z Compiling unicode-xid v0.2.6
23742026-05-28T08:48:23.344Z Compiling tar v0.4.45
23752026-05-28T08:48:23.370Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-05-28T08:48:23.386Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23772026-05-28T08:48:23.480Z Compiling cargo-util-schemas v0.8.2
23782026-05-28T08:48:23.642Z Compiling tokio-dtrace v0.1.1
23792026-05-28T08:48:23.660Z Compiling console v0.16.2
23802026-05-28T08:48:24.013Z Compiling gethostname v0.5.0
23812026-05-28T08:48:24.044Z Compiling cargo-platform v0.2.0
23822026-05-28T08:48:24.074Z Compiling topological-sort v0.2.2
23832026-05-28T08:48:24.172Z Compiling unit-prefix v0.5.2
23842026-05-28T08:48:24.218Z Compiling oxide-tokio-rt v0.1.4
23852026-05-28T08:48:24.249Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23862026-05-28T08:48:24.280Z Compiling shell-words v1.1.1
23872026-05-28T08:48:24.352Z Compiling indicatif v0.18.4
23882026-05-28T08:48:24.747Z Compiling cargo_metadata v0.21.0
23892026-05-28T08:48:33.906Z Compiling progenitor-client v0.14.0
23902026-05-28T08:48:33.906Z Compiling progenitor-client v0.13.0
23912026-05-28T08:48:33.960Z Compiling omicron-zone-package v0.12.2
23922026-05-28T08:48:34.389Z Compiling progenitor-extras v0.2.0
23932026-05-28T08:48:36.626Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23942026-05-28T08:48:36.626Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-05-28T08:48:36.654Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23962026-05-28T08:48:36.669Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972026-05-28T08:48:36.689Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23982026-05-28T08:48:36.775Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23992026-05-28T08:48:36.899Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24002026-05-28T08:48:36.960Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24012026-05-28T08:48:37.004Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24022026-05-28T08:48:40.936Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24032026-05-28T08:48:48.502Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24042026-05-28T08:48:51.526Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24052026-05-28T08:48:52.539Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24062026-05-28T08:49:02.175Z Finished `release` profile [optimized] target(s) in 1m 43s
24072026-05-28T08:49:02.329Z Running `target/release/omicron-package -t test target create -p dev`
24082026-05-28T08:49:02.396ZLogging to: /work/oxidecomputer/omicron/out/LOG
24092026-05-28T08:49:02.399ZCreated new build target 'test' and set it as active
24102026-05-28T08:49:02.401Z
24112026-05-28T08:49:02.402Zreal 1:43.524663892
24122026-05-28T08:49:02.402Zuser 16:58.898546543
24132026-05-28T08:49:02.402Zsys 2:35.328536543
24142026-05-28T08:49:02.402Ztrap 0.466136811
24152026-05-28T08:49:02.402Ztflt 2.901857847
24162026-05-28T08:49:02.402Zdflt 4.310921907
24172026-05-28T08:49:02.402Zkflt 0.000455880
24182026-05-28T08:49:02.402Zlock 52:40.937466762
24192026-05-28T08:49:02.402Zslp 43:07.302989252
24202026-05-28T08:49:02.402Zlat 42.298300633
24212026-05-28T08:49:02.402Zstop 5:28.017429640
24222026-05-28T08:49:02.402Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24232026-05-28T08:49:03.321Z Finished `release` profile [optimized] target(s) in 0.91s
24242026-05-28T08:49:03.402Z Running `target/release/omicron-package -t test package`
24252026-05-28T08:49:03.459ZLogging to: /work/oxidecomputer/omicron/out/LOG
24262026-05-28T08:49:04.979Z Compiling heck v0.5.0
24272026-05-28T08:49:04.982Z Compiling regress v0.11.1
24282026-05-28T08:49:05.201Z Compiling unsafe-libyaml v0.2.11
24292026-05-28T08:49:05.272Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24302026-05-28T08:49:05.299Z Compiling regress v0.10.5
24312026-05-28T08:49:05.302Z Compiling unicode-width v0.1.14
24322026-05-28T08:49:05.302Z Compiling is-terminal v0.4.17
24332026-05-28T08:49:05.302Z Compiling prettyplease v0.2.37
24342026-05-28T08:49:05.302Z Compiling derive-where v1.6.0
24352026-05-28T08:49:05.322Z Compiling num-rational v0.4.2
24362026-05-28T08:49:05.371Z Compiling num-complex v0.4.6
24372026-05-28T08:49:05.388Z Compiling rustls v0.22.4
24382026-05-28T08:49:05.391Z Compiling rustls-webpki v0.102.8
24392026-05-28T08:49:05.391Z Compiling thread_local v1.1.9
24402026-05-28T08:49:05.411Z Compiling float-ord v0.3.2
24412026-05-28T08:49:05.520Z Compiling compression-core v0.4.31
24422026-05-28T08:49:05.573Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24432026-05-28T08:49:05.595Z Compiling bytecount v0.6.9
24442026-05-28T08:49:05.644Z Compiling match_cfg v0.1.0
24452026-05-28T08:49:05.668Z Compiling multer v3.1.0
24462026-05-28T08:49:05.668Z Compiling slog-async v2.8.0
24472026-05-28T08:49:05.722Z Compiling serde_yaml v0.9.34+deprecated
24482026-05-28T08:49:05.747Z Compiling hostname v0.3.1
24492026-05-28T08:49:05.747Z Compiling compression-codecs v0.4.37
24502026-05-28T08:49:05.794Z Compiling crossbeam-channel v0.5.15
24512026-05-28T08:49:05.797Z Compiling slog-json v2.6.1
24522026-05-28T08:49:05.819Z Compiling serde_spanned v1.0.4
24532026-05-28T08:49:05.883Z Compiling num v0.4.3
24542026-05-28T08:49:05.969Z Compiling toml_datetime v1.0.0+spec-1.1.0
24552026-05-28T08:49:05.992Z Compiling take_mut v0.2.2
24562026-05-28T08:49:06.015Z Compiling toml_writer v1.0.6+spec-1.1.0
24572026-05-28T08:49:06.035Z Compiling term v1.2.1
24582026-05-28T08:49:06.073Z Compiling slog-bunyan v2.5.0
24592026-05-28T08:49:06.129Z Compiling async-compression v0.4.41
24602026-05-28T08:49:06.240Z Compiling toml v1.0.6+spec-1.1.0
24612026-05-28T08:49:06.311Z Compiling console v0.15.11
24622026-05-28T08:49:06.343Z Compiling slog-term v2.9.2
24632026-05-28T08:49:06.364Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24642026-05-28T08:49:06.465Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24652026-05-28T08:49:06.559Z Compiling dropshot v0.17.0
24662026-05-28T08:49:06.582Z Compiling async-stream v0.3.6
24672026-05-28T08:49:06.607Z Compiling progenitor-client v0.14.0
24682026-05-28T08:49:06.634Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24692026-05-28T08:49:06.637Z Compiling waitgroup v0.1.2
24702026-05-28T08:49:06.660Z Compiling backon v1.6.0
24712026-05-28T08:49:06.711Z Compiling rustls-pemfile v2.2.0
24722026-05-28T08:49:06.783Z Compiling typify-impl v0.6.2
24732026-05-28T08:49:06.823Z Compiling hostname v0.4.2
24742026-05-28T08:49:06.844Z Compiling serde_path_to_error v0.1.20
24752026-05-28T08:49:06.864Z Compiling instant v0.1.13
24762026-05-28T08:49:06.913Z Compiling debug-ignore v1.0.5
24772026-05-28T08:49:06.936Z Compiling progenitor-extras v0.2.0
24782026-05-28T08:49:06.939Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24792026-05-28T08:49:07.009Z Compiling backoff v0.4.0
24802026-05-28T08:49:07.031Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24812026-05-28T08:49:07.059Z Compiling parse-display v0.10.0
24822026-05-28T08:49:07.204Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24832026-05-28T08:49:07.227Z Compiling atomicwrites v0.4.4
24842026-05-28T08:49:07.248Z Compiling newline-converter v0.3.0
24852026-05-28T08:49:07.271Z Compiling progenitor-client v0.13.0
24862026-05-28T08:49:07.332Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24872026-05-28T08:49:07.380Z Compiling macaddr v1.0.1
24882026-05-28T08:49:07.416Z Compiling humantime v2.3.0
24892026-05-28T08:49:07.533Z Compiling expectorate v1.2.0
24902026-05-28T08:49:07.620Z Compiling slog-dtrace v0.3.0
24912026-05-28T08:49:07.648Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-05-28T08:49:07.694Z Compiling resolv-conf v0.7.6
24932026-05-28T08:49:07.744Z Compiling tokio-rustls v0.25.0
24942026-05-28T08:49:07.774Z Compiling cancel-safe-futures v0.1.5
24952026-05-28T08:49:07.824Z Compiling owo-colors v4.3.0
24962026-05-28T08:49:07.850Z Compiling libsw-core v0.3.2
24972026-05-28T08:49:07.893Z Compiling minimal-lexical v0.2.1
24982026-05-28T08:49:07.896Z Compiling toml v0.8.23
24992026-05-28T08:49:08.063Z Compiling libsw v3.5.0
25002026-05-28T08:49:08.145Z Compiling nom v7.1.3
25012026-05-28T08:49:08.184Z Compiling num-derive v0.3.3
25022026-05-28T08:49:08.320Z Compiling linked-hash-map v0.5.6
25032026-05-28T08:49:08.356Z Compiling linear-map v1.2.0
25042026-05-28T08:49:08.555Z Compiling lru-cache v0.1.2
25052026-05-28T08:49:08.606Z Compiling hickory-proto v0.24.4
25062026-05-28T08:49:08.631Z Compiling unicode-xid v0.2.6
25072026-05-28T08:49:08.634Z Compiling itertools v0.13.0
25082026-05-28T08:49:08.677Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25092026-05-28T08:49:08.733Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25102026-05-28T08:49:08.786Z Compiling csv-core v0.1.13
25112026-05-28T08:49:08.810Z Compiling highway v1.3.0
25122026-05-28T08:49:09.108Z Compiling libscf-sys v1.1.0
25132026-05-28T08:49:09.227Z Compiling termtree v0.5.1
25142026-05-28T08:49:09.249Z Compiling csv v1.4.0
25152026-05-28T08:49:09.291Z Compiling papergrid v0.11.0
25162026-05-28T08:49:09.428Z Compiling tabled_derive v0.7.0
25172026-05-28T08:49:09.538Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25182026-05-28T08:49:09.561Z Compiling phf_shared v0.12.1
25192026-05-28T08:49:09.606Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25202026-05-28T08:49:09.737Z Compiling chrono-tz v0.10.4
25212026-05-28T08:49:09.811Z Compiling tagptr v0.2.0
25222026-05-28T08:49:09.980Z Compiling moka v0.12.13
25232026-05-28T08:49:10.002Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25242026-05-28T08:49:10.075Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25252026-05-28T08:49:10.191Z Compiling phf v0.12.1
25262026-05-28T08:49:10.241Z Compiling const_format_proc_macros v0.2.34
25272026-05-28T08:49:10.278Z Compiling typify-macro v0.6.2
25282026-05-28T08:49:10.327Z Compiling tabled v0.15.0
25292026-05-28T08:49:10.380Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25302026-05-28T08:49:10.725Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25312026-05-28T08:49:10.874Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25322026-05-28T08:49:11.005Z Compiling const_format v0.2.35
25332026-05-28T08:49:11.044Z Compiling hickory-resolver v0.24.4
25342026-05-28T08:49:11.104Z Compiling hickory-resolver v0.25.2
25352026-05-28T08:49:11.524Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25362026-05-28T08:49:11.859Z Compiling typify v0.6.2
25372026-05-28T08:49:12.152Z Compiling progenitor-impl v0.14.0
25382026-05-28T08:49:12.923Z Compiling progenitor-impl v0.13.0
25392026-05-28T08:49:14.299Z Compiling progenitor-macro v0.14.0
25402026-05-28T08:49:14.629Z Compiling qorb v0.4.1
25412026-05-28T08:49:15.120Z Compiling progenitor-macro v0.13.0
25422026-05-28T08:49:16.296Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-05-28T08:49:17.364Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-05-28T08:49:17.630Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25452026-05-28T08:49:17.856Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25462026-05-28T08:49:17.883Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25472026-05-28T08:49:18.197Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25482026-05-28T08:49:18.373Z Compiling progenitor v0.14.0
25492026-05-28T08:49:18.594Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-28T08:49:18.888Z Compiling bcs v0.1.6
25512026-05-28T08:49:19.154Z Compiling progenitor v0.13.0
25522026-05-28T08:49:19.357Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25532026-05-28T08:49:19.361Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25542026-05-28T08:49:19.402Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25552026-05-28T08:49:19.428Z Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
25562026-05-28T08:49:19.855Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25572026-05-28T08:49:20.632Z Compiling semver v0.1.20
25582026-05-28T08:49:20.938Z Compiling rustc_version v0.1.7
25592026-05-28T08:49:21.033Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25602026-05-28T08:49:21.177Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25612026-05-28T08:49:22.622Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25622026-05-28T08:49:22.691Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25632026-05-28T08:49:22.919Z Compiling newtype_derive v0.1.6
25642026-05-28T08:49:22.947Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25652026-05-28T08:49:23.187Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25662026-05-28T08:49:23.293Z Compiling convert_case v0.10.0
25672026-05-28T08:49:23.398Z Compiling smawk v0.3.2
25682026-05-28T08:49:23.610Z Compiling unicode-linebreak v0.1.5
25692026-05-28T08:49:23.637Z Compiling derive_more-impl v2.1.1
25702026-05-28T08:49:23.774Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25712026-05-28T08:49:23.930Z Compiling textwrap v0.16.2
25722026-05-28T08:49:24.161Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25732026-05-28T08:49:24.378Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25742026-05-28T08:49:24.427Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
25752026-05-28T08:49:25.668Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25762026-05-28T08:49:25.760Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25772026-05-28T08:49:25.948Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25782026-05-28T08:49:26.225Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25792026-05-28T08:49:26.535Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25802026-05-28T08:49:26.820Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25812026-05-28T08:49:26.968Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25822026-05-28T08:49:27.087Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25832026-05-28T08:49:27.113Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25842026-05-28T08:49:27.137Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25852026-05-28T08:49:27.347Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25862026-05-28T08:49:27.408Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25872026-05-28T08:49:27.446Z Compiling derive_more v2.1.1
25882026-05-28T08:49:27.591Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25892026-05-28T08:49:27.640Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25902026-05-28T08:49:27.770Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25912026-05-28T08:49:27.847Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25922026-05-28T08:49:27.931Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25932026-05-28T08:49:28.098Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25942026-05-28T08:49:28.212Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25952026-05-28T08:49:28.367Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25962026-05-28T08:49:28.639Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25972026-05-28T08:49:28.808Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25982026-05-28T08:49:29.011Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25992026-05-28T08:49:29.036Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26002026-05-28T08:49:29.526Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26012026-05-28T08:49:29.874Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26022026-05-28T08:49:30.127Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26032026-05-28T08:49:31.188Z Compiling steno v0.4.1
26042026-05-28T08:49:31.657Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26052026-05-28T08:49:31.696Z Compiling crossterm v0.29.0
26062026-05-28T08:49:33.306Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26072026-05-28T08:49:33.329Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26082026-05-28T08:49:33.810Z Compiling vte v0.14.1
26092026-05-28T08:49:33.898Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26102026-05-28T08:49:34.089Z Compiling strip-ansi-escapes v0.2.1
26112026-05-28T08:49:34.091Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26122026-05-28T08:49:34.203Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26132026-05-28T08:49:34.662Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26142026-05-28T08:49:34.686Z Compiling fd-lock v4.0.4
26152026-05-28T08:49:34.864Z Compiling peg-macros v0.8.5
26162026-05-28T08:49:35.130Z Compiling nu-ansi-term v0.50.3
26172026-05-28T08:49:35.420Z Compiling reedline v0.40.0
26182026-05-28T08:49:35.712Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26192026-05-28T08:49:36.157Z Compiling peg v0.8.5
26202026-05-28T08:49:36.267Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26212026-05-28T08:49:36.387Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26222026-05-28T08:49:37.836Z Compiling nom v8.0.0
26232026-05-28T08:49:38.101Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
26242026-05-28T08:49:38.354Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
26252026-05-28T08:49:38.383Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26262026-05-28T08:49:38.643Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26272026-05-28T08:49:39.056Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26282026-05-28T08:49:39.116Z Compiling base64 v0.21.7
26292026-05-28T08:49:39.394Z Compiling dropshot-api-manager-types v0.7.2
26302026-05-28T08:49:39.489Z Compiling utf-8 v0.7.6
26312026-05-28T08:49:39.667Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26322026-05-28T08:49:39.713Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26332026-05-28T08:49:39.736Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26342026-05-28T08:49:39.740Z Compiling tungstenite v0.21.0
26352026-05-28T08:49:39.885Z Compiling radium v0.7.0
26362026-05-28T08:49:39.945Z Compiling display-error-chain v0.2.2
26372026-05-28T08:49:40.003Z Compiling tap v1.0.1
26382026-05-28T08:49:40.129Z Compiling maybe-uninit v2.0.0
26392026-05-28T08:49:40.153Z Compiling wyz v0.5.1
26402026-05-28T08:49:40.240Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
26412026-05-28T08:49:40.369Z Compiling tokio-tungstenite v0.21.0
26422026-05-28T08:49:40.495Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26432026-05-28T08:49:40.524Z Compiling zerocopy-derive v0.6.6
26442026-05-28T08:49:40.695Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
26452026-05-28T08:49:40.771Z Compiling proc-macro-error-attr2 v2.0.0
26462026-05-28T08:49:41.175Z Compiling crc-catalog v2.4.0
26472026-05-28T08:49:41.311Z Compiling funty v2.0.0
26482026-05-28T08:49:41.334Z Compiling packed_struct v0.10.1
26492026-05-28T08:49:41.650Z Compiling zerocopy v0.6.6
26502026-05-28T08:49:41.952Z Compiling bitvec v1.0.1
26512026-05-28T08:49:42.064Z Compiling crc v3.4.0
26522026-05-28T08:49:42.223Z Compiling proc-macro-error2 v2.0.1
26532026-05-28T08:49:42.300Z Compiling itertools v0.10.5
26542026-05-28T08:49:42.393Z Compiling packed_struct_codegen v0.10.1
26552026-05-28T08:49:42.541Z Compiling vergen-lib v0.1.6
26562026-05-28T08:49:42.774Z Compiling bitfield-macros v0.19.4
26572026-05-28T08:49:43.325Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26582026-05-28T08:49:43.406Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26592026-05-28T08:49:43.431Z Compiling indexmap v1.9.3
26602026-05-28T08:49:43.490Z Compiling nodrop v0.1.14
26612026-05-28T08:49:43.556Z Compiling bitfield v0.19.4
26622026-05-28T08:49:43.634Z Compiling array-init v0.0.4
26632026-05-28T08:49:43.834Z Compiling tabled_derive v0.11.0
26642026-05-28T08:49:43.866Z Compiling smallvec v0.6.14
26652026-05-28T08:49:44.028Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26662026-05-28T08:49:44.058Z Compiling papergrid v0.17.0
26672026-05-28T08:49:44.145Z Compiling testing_table v0.3.0
26682026-05-28T08:49:44.580Z Compiling vergen-gitcl v1.0.8
26692026-05-28T08:49:44.734Z Compiling dirs-sys-next v0.1.2
26702026-05-28T08:49:44.821Z Compiling glob v0.3.3
26712026-05-28T08:49:44.888Z Compiling diesel_derives v2.3.7
26722026-05-28T08:49:45.014Z Compiling maplit v1.0.2
26732026-05-28T08:49:45.117Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
26742026-05-28T08:49:45.140Z Compiling crunchy v0.2.4
26752026-05-28T08:49:45.194Z Compiling hashbrown v0.12.3
26762026-05-28T08:49:45.289Z Compiling tabled v0.20.0
26772026-05-28T08:49:45.384Z Compiling clang-sys v1.8.1
26782026-05-28T08:49:45.491Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26792026-05-28T08:49:45.646Z Compiling dirs-next v2.0.0
26802026-05-28T08:49:45.786Z Compiling serde-hex v0.1.0
26812026-05-28T08:49:45.810Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26822026-05-28T08:49:46.083Z Compiling ron v0.8.1
26832026-05-28T08:49:46.154Z Compiling hashbrown v0.13.2
26842026-05-28T08:49:46.262Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26852026-05-28T08:49:46.770Z Compiling scheduled-thread-pool v0.2.7
26862026-05-28T08:49:46.955Z Compiling dsl_auto_type v0.2.0
26872026-05-28T08:49:47.366Z Compiling diesel_table_macro_syntax v0.3.0
26882026-05-28T08:49:47.510Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26892026-05-28T08:49:47.567Z Compiling crc-any v2.5.0
26902026-05-28T08:49:47.611Z Compiling tiny-keccak v2.0.2
26912026-05-28T08:49:47.828Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26922026-05-28T08:49:47.882Z Compiling r2d2 v0.8.10
26932026-05-28T08:49:47.903Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26942026-05-28T08:49:48.020Z Compiling object v0.30.4
26952026-05-28T08:49:48.475Z Compiling term v0.7.0
26962026-05-28T08:49:48.728Z Compiling path-slash v0.1.5
26972026-05-28T08:49:48.755Z Compiling bit-vec v0.6.3
26982026-05-28T08:49:48.935Z Compiling xshell-macros v0.2.7
26992026-05-28T08:49:49.004Z Compiling downcast-rs v2.0.2
27002026-05-28T08:49:49.151Z Compiling bit-set v0.5.3
27012026-05-28T08:49:49.343Z Compiling ascii-canvas v3.0.0
27022026-05-28T08:49:49.347Z Compiling xshell v0.2.7
27032026-05-28T08:49:49.792Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27042026-05-28T08:49:49.867Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27052026-05-28T08:49:50.335Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
27062026-05-28T08:49:50.661Z Compiling ena v0.14.4
27072026-05-28T08:49:50.691Z Compiling libloading v0.8.9
27082026-05-28T08:49:50.910Z Compiling regex-syntax v0.6.29
27092026-05-28T08:49:50.934Z Compiling bindgen v0.71.1
27102026-05-28T08:49:51.226Z Compiling crc8 v0.1.1
27112026-05-28T08:49:51.374Z Compiling diff v0.1.13
27122026-05-28T08:49:51.589Z Compiling unicase v2.9.0
27132026-05-28T08:49:51.681Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27142026-05-28T08:49:52.172Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27152026-05-28T08:49:52.366Z Compiling diesel v2.3.7
27162026-05-28T08:49:52.765Z Compiling lalrpop v0.19.12
27172026-05-28T08:49:52.813Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27182026-05-28T08:49:52.875Z Compiling cexpr v0.6.0
27192026-05-28T08:49:53.032Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27202026-05-28T08:49:53.333Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27212026-05-28T08:49:53.460Z Compiling rustc-hash v2.1.1
27222026-05-28T08:49:53.518Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27232026-05-28T08:49:53.542Z Compiling headers-core v0.3.0
27242026-05-28T08:49:53.564Z Compiling libxml v0.3.3
27252026-05-28T08:49:53.708Z Compiling headers v0.4.1
27262026-05-28T08:49:53.886Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27272026-05-28T08:49:53.909Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
27282026-05-28T08:49:54.065Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27292026-05-28T08:49:54.998Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27302026-05-28T08:49:55.087Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27312026-05-28T08:49:55.434Z Compiling git-stub v1.0.0
27322026-05-28T08:49:55.459Z Compiling strum_macros v0.24.3
27332026-05-28T08:49:55.569Z Compiling indoc v1.0.9
27342026-05-28T08:49:55.712Z Compiling git-stub-vcs v0.1.0
27352026-05-28T08:49:56.055Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27362026-05-28T08:49:56.094Z Compiling derive_builder v0.20.2
27372026-05-28T08:49:56.187Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27382026-05-28T08:49:56.285Z Compiling oso-derive v0.27.3
27392026-05-28T08:49:56.307Z Compiling quick-xml v0.37.5
27402026-05-28T08:49:56.645Z Compiling impl-trait-for-tuples v0.2.3
27412026-05-28T08:49:56.717Z Compiling openssl-probe v0.1.6
27422026-05-28T08:49:56.880Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27432026-05-28T08:49:57.017Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27442026-05-28T08:49:57.592Z Compiling half v1.8.3
27452026-05-28T08:49:57.885Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
27462026-05-28T08:49:57.914Z Compiling serde_cbor v0.11.2
27472026-05-28T08:49:58.039Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27482026-05-28T08:49:58.261Z Compiling samael v0.0.19
27492026-05-28T08:49:58.291Z Compiling bb8 v0.8.6
27502026-05-28T08:49:58.718Z Compiling trait-variant v0.1.2
27512026-05-28T08:49:58.961Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
27522026-05-28T08:49:59.010Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27532026-05-28T08:49:59.041Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27542026-05-28T08:49:59.290Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27552026-05-28T08:49:59.382Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27562026-05-28T08:49:59.610Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27572026-05-28T08:49:59.911Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27582026-05-28T08:50:00.048Z Compiling typify-impl v0.4.3
27592026-05-28T08:50:00.188Z Compiling fxhash v0.2.1
27602026-05-28T08:50:00.239Z Compiling polar-core v0.27.3
27612026-05-28T08:50:00.378Z Compiling libz-sys v1.1.24
27622026-05-28T08:50:00.783Z Compiling nonempty v0.12.0
27632026-05-28T08:50:01.047Z Compiling salty v0.3.0
27642026-05-28T08:50:01.358Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27652026-05-28T08:50:01.385Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27662026-05-28T08:50:01.604Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27672026-05-28T08:50:01.976Z Compiling kstat-rs v0.2.4
27682026-05-28T08:50:02.463Z Compiling arc-swap v1.8.2
27692026-05-28T08:50:02.857Z Compiling fs-err v2.11.0
27702026-05-28T08:50:03.169Z Compiling slog-scope v4.4.1
27712026-05-28T08:50:03.275Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27722026-05-28T08:50:03.364Z Compiling mime_guess v2.0.5
27732026-05-28T08:50:03.457Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27742026-05-28T08:50:03.637Z Compiling typify-macro v0.4.3
27752026-05-28T08:50:03.662Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27762026-05-28T08:50:03.861Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27772026-05-28T08:50:04.790Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27782026-05-28T08:50:04.934Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27792026-05-28T08:50:05.145Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27802026-05-28T08:50:05.169Z Compiling nanorand v0.7.0
27812026-05-28T08:50:05.268Z Compiling darling_core v0.23.0
27822026-05-28T08:50:05.587Z Compiling libgit2-sys v0.18.3+1.9.2
27832026-05-28T08:50:06.009Z Compiling parking_lot_core v0.8.6
27842026-05-28T08:50:06.346Z Compiling flume v0.11.1
27852026-05-28T08:50:06.802Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27862026-05-28T08:50:07.425Z Compiling darling_macro v0.23.0
27872026-05-28T08:50:07.529Z Compiling slog-stdlog v4.1.1
27882026-05-28T08:50:07.983Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27892026-05-28T08:50:08.005Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27902026-05-28T08:50:08.095Z Compiling primeorder v0.13.6
27912026-05-28T08:50:08.438Z Compiling atty v0.2.14
27922026-05-28T08:50:08.599Z Compiling instability v0.3.11
27932026-05-28T08:50:08.837Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27942026-05-28T08:50:09.086Z Compiling strsim v0.10.0
27952026-05-28T08:50:09.221Z Compiling oso v0.27.3
27962026-05-28T08:50:09.789Z Compiling diesel-dtrace v0.5.0
27972026-05-28T08:50:10.122Z Compiling async-bb8-diesel v0.2.1
27982026-05-28T08:50:10.578Z Compiling parse-size v1.1.0
27992026-05-28T08:50:10.840Z Compiling http-range v0.1.5
28002026-05-28T08:50:11.183Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28012026-05-28T08:50:12.905Z Compiling darling_core v0.13.4
28022026-05-28T08:50:14.178Z Compiling p384 v0.13.1
28032026-05-28T08:50:14.274Z Compiling darling v0.23.0
28042026-05-28T08:50:14.394Z Compiling slog-envlogger v2.2.0
28052026-05-28T08:50:15.356Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28062026-05-28T08:50:15.658Z Compiling typify v0.4.3
28072026-05-28T08:50:15.802Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
28082026-05-28T08:50:15.962Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28092026-05-28T08:50:16.041Z Compiling ignore v0.4.25
28102026-05-28T08:50:16.300Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28112026-05-28T08:50:16.728Z Compiling vergen-git2 v9.1.0
28122026-05-28T08:50:16.964Z Compiling castaway v0.2.4
28132026-05-28T08:50:17.132Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28142026-05-28T08:50:17.161Z Compiling indoc v2.0.7
28152026-05-28T08:50:17.442Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28162026-05-28T08:50:17.737Z Compiling compact_str v0.8.1
28172026-05-28T08:50:18.506Z Compiling globwalk v0.9.1
28182026-05-28T08:50:18.893Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28192026-05-28T08:50:19.220Z Compiling parking_lot v0.11.2
28202026-05-28T08:50:19.514Z Compiling progenitor-impl v0.11.2
28212026-05-28T08:50:19.558Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28222026-05-28T08:50:20.050Z Compiling hyper-staticfile v0.10.1
28232026-05-28T08:50:20.155Z Compiling darling_macro v0.13.4
28242026-05-28T08:50:20.978Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28252026-05-28T08:50:21.063Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28262026-05-28T08:50:21.118Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28272026-05-28T08:50:21.289Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28282026-05-28T08:50:21.438Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28292026-05-28T08:50:21.596Z Compiling unicode-truncate v1.1.0
28302026-05-28T08:50:21.665Z Compiling predicates-tree v1.0.13
28312026-05-28T08:50:21.689Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28322026-05-28T08:50:21.715Z Compiling lru v0.12.5
28332026-05-28T08:50:21.817Z Compiling rand_seeder v0.4.0
28342026-05-28T08:50:21.878Z Compiling prefix-trie v0.7.0
28352026-05-28T08:50:21.919Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28362026-05-28T08:50:21.948Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28372026-05-28T08:50:22.078Z Compiling illumos-nvpair-sys v0.2.0
28382026-05-28T08:50:22.130Z Compiling cassowary v0.3.0
28392026-05-28T08:50:22.205Z Compiling rustls v0.21.12
28402026-05-28T08:50:22.312Z Compiling corncobs v0.1.4
28412026-05-28T08:50:22.388Z Compiling hickory-server v0.25.2
28422026-05-28T08:50:22.420Z Compiling ratatui v0.29.0
28432026-05-28T08:50:22.476Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28442026-05-28T08:50:22.579Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28452026-05-28T08:50:23.180Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28462026-05-28T08:50:23.238Z Compiling camino-tempfile-ext v0.3.3
28472026-05-28T08:50:23.401Z Compiling progenitor-macro v0.11.2
28482026-05-28T08:50:23.784Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28492026-05-28T08:50:23.900Z Compiling darling v0.13.4
28502026-05-28T08:50:24.020Z Compiling sled v0.34.7
28512026-05-28T08:50:27.102Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28522026-05-28T08:50:27.375Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28532026-05-28T08:50:27.422Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28542026-05-28T08:50:27.524Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28552026-05-28T08:50:28.920Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28562026-05-28T08:50:30.614Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28572026-05-28T08:50:30.710Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28582026-05-28T08:50:31.560Z Compiling git2 v0.20.4
28592026-05-28T08:50:31.692Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28602026-05-28T08:50:33.385Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28612026-05-28T08:50:33.618Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28622026-05-28T08:50:33.996Z Compiling progenitor-client v0.11.2
28632026-05-28T08:50:34.375Z Compiling rustls-webpki v0.101.7
28642026-05-28T08:50:34.555Z Compiling sct v0.7.1
28652026-05-28T08:50:34.660Z Compiling secrecy v0.8.0
28662026-05-28T08:50:34.838Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28672026-05-28T08:50:35.003Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28682026-05-28T08:50:35.053Z Compiling progenitor v0.11.2
28692026-05-28T08:50:35.238Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28702026-05-28T08:50:35.262Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28712026-05-28T08:50:35.529Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28722026-05-28T08:50:35.729Z Compiling serde_with_macros v1.5.2
28732026-05-28T08:50:36.061Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28742026-05-28T08:50:36.562Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28752026-05-28T08:50:37.875Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28762026-05-28T08:50:38.179Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28772026-05-28T08:50:38.543Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28782026-05-28T08:50:38.779Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28792026-05-28T08:50:39.018Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28802026-05-28T08:50:39.246Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28812026-05-28T08:50:39.542Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28822026-05-28T08:50:39.773Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28832026-05-28T08:50:40.007Z Compiling void v1.0.2
28842026-05-28T08:50:40.311Z Compiling lzss v0.8.2
28852026-05-28T08:50:40.748Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28862026-05-28T08:50:41.480Z Compiling illumos-nvpair v0.3.0
28872026-05-28T08:50:41.504Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28882026-05-28T08:50:41.738Z Compiling tokio-rustls v0.24.1
28892026-05-28T08:50:41.978Z Compiling serde_with v1.14.0
28902026-05-28T08:50:42.889Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28912026-05-28T08:50:43.170Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28922026-05-28T08:50:43.699Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28932026-05-28T08:50:43.992Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28942026-05-28T08:50:44.390Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28952026-05-28T08:50:45.120Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28962026-05-28T08:50:45.375Z Compiling tungstenite v0.23.0
28972026-05-28T08:50:45.469Z Compiling rustls-pemfile v1.0.4
28982026-05-28T08:50:45.908Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28992026-05-28T08:50:45.992Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29002026-05-28T08:50:46.017Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29012026-05-28T08:50:46.236Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
29022026-05-28T08:50:46.260Z Compiling nix v0.27.1
29032026-05-28T08:50:47.438Z Compiling twox-hash v2.1.2
29042026-05-28T08:50:47.733Z Compiling serde_bytes v0.11.19
29052026-05-28T08:50:47.950Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29062026-05-28T08:50:48.040Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29072026-05-28T08:50:48.102Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
29082026-05-28T08:50:48.365Z Compiling tokio-tungstenite v0.23.1
29092026-05-28T08:50:48.755Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29102026-05-28T08:50:49.354Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29112026-05-28T08:50:50.907Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29122026-05-28T08:50:52.361Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29132026-05-28T08:50:52.386Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29142026-05-28T08:50:53.029Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29152026-05-28T08:50:53.079Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29162026-05-28T08:50:53.545Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29172026-05-28T08:50:53.734Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29182026-05-28T08:50:54.002Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29192026-05-28T08:50:54.191Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29202026-05-28T08:50:54.524Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29212026-05-28T08:50:54.735Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29222026-05-28T08:50:55.110Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29232026-05-28T08:50:56.110Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29242026-05-28T08:50:56.482Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29252026-05-28T08:50:58.146Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29262026-05-28T08:50:58.824Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29272026-05-28T08:50:59.188Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29282026-05-28T08:51:00.407Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29292026-05-28T08:51:00.911Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29302026-05-28T08:51:01.583Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29312026-05-28T08:51:01.637Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29322026-05-28T08:51:01.697Z Compiling signal-hook-tokio v0.3.1
29332026-05-28T08:51:01.725Z Compiling fatfs v0.3.6
29342026-05-28T08:51:01.804Z Compiling yasna v0.5.2
29352026-05-28T08:51:01.892Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29362026-05-28T08:51:01.989Z Compiling seq-macro v0.3.6
29372026-05-28T08:51:02.482Z Compiling assert_matches v1.5.0
29382026-05-28T08:51:02.568Z Compiling is_ci v1.2.0
29392026-05-28T08:51:02.603Z Compiling rcgen v0.12.1
29402026-05-28T08:51:02.785Z Compiling supports-color v3.0.2
29412026-05-28T08:51:02.833Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29422026-05-28T08:51:03.064Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29432026-05-28T08:51:03.379Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29442026-05-28T08:51:04.137Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29452026-05-28T08:51:04.373Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29462026-05-28T08:51:04.607Z Compiling rtoolbox v0.0.3
29472026-05-28T08:51:04.890Z Compiling subprocess v0.2.15
29482026-05-28T08:51:05.560Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29492026-05-28T08:51:06.946Z Compiling rpassword v7.4.0
29502026-05-28T08:51:07.041Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29512026-05-28T08:51:07.194Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29522026-05-28T08:51:07.239Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29532026-05-28T08:51:07.390Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29542026-05-28T08:51:07.593Z Compiling tui-tree-widget v0.23.1
29552026-05-28T08:51:07.931Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29562026-05-28T08:51:09.731Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29572026-05-28T08:51:10.260Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29582026-05-28T08:51:10.904Z Compiling uzers v0.12.2
29592026-05-28T08:51:12.219Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29602026-05-28T08:51:12.357Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29612026-05-28T08:51:12.936Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29622026-05-28T08:51:13.601Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29632026-05-28T08:51:14.300Z Compiling support-bundle-viewer v0.1.2
29642026-05-28T08:51:16.383Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29652026-05-28T08:51:18.557Z Compiling multimap v0.10.1
29662026-05-28T08:51:24.340Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29672026-05-28T08:51:32.363Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29682026-05-28T08:51:38.468Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29692026-05-28T08:51:39.506Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29702026-05-28T08:51:42.471Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29712026-05-28T08:59:16.274Z Finished `release` profile [optimized] target(s) in 10m 12s
29722026-05-28T09:00:04.130Z
29732026-05-28T09:00:04.130Zreal 11:01.705527405
29742026-05-28T09:00:04.130Zuser 1:25:54.920643173
29752026-05-28T09:00:04.134Zsys 3:53.131171213
29762026-05-28T09:00:04.134Ztrap 1.911605558
29772026-05-28T09:00:04.134Ztflt 2.627975155
29782026-05-28T09:00:04.134Zdflt 18.479140243
29792026-05-28T09:00:04.134Zkflt 0.076860201
29802026-05-28T09:00:04.134Zlock 8:23:26.495508435
29812026-05-28T09:00:04.134Zslp 2:36:21.531727231
29822026-05-28T09:00:04.134Zlat 2:51.619009508
29832026-05-28T09:00:04.134Zstop 6:32.313447929
29842026-05-28T09:00:04.134Z+ mapfile -t packages
29852026-05-28T09:00:04.134Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29862026-05-28T09:00:05.141Z Finished `release` profile [optimized] target(s) in 0.99s
29872026-05-28T09:00:05.225Z Running `target/release/omicron-package -t test list-outputs`
29882026-05-28T09:00:05.288ZLogging to: /work/oxidecomputer/omicron/out/LOG
29892026-05-28T09:00:05.292Z+ ptime -m cargo build --locked --release -p xtask
29902026-05-28T09:00:05.858Z Compiling libc v0.2.185
29912026-05-28T09:00:05.858Z Compiling serde v1.0.228
29922026-05-28T09:00:05.862Z Compiling serde_core v1.0.228
29932026-05-28T09:00:05.862Z Compiling rustix v1.1.3
29942026-05-28T09:00:05.956Z Compiling serde_json v1.0.149
29952026-05-28T09:00:05.961Z Compiling bitflags v2.11.0
29962026-05-28T09:00:06.008Z Compiling num-traits v0.2.19
29972026-05-28T09:00:06.019Z Compiling syn v2.0.117
29982026-05-28T09:00:06.030Z Compiling smallvec v1.15.1
29992026-05-28T09:00:06.054Z Compiling indexmap v2.14.0
30002026-05-28T09:00:06.054Z Compiling usdt-impl v0.5.0
30012026-05-28T09:00:06.074Z Compiling syn v1.0.109
30022026-05-28T09:00:06.088Z Compiling getrandom v0.4.1
30032026-05-28T09:00:06.088Z Compiling log v0.4.29
30042026-05-28T09:00:06.243Z Compiling percent-encoding v2.3.2
30052026-05-28T09:00:06.341Z Compiling fs-err v3.3.0
30062026-05-28T09:00:06.346Z Compiling anyhow v1.0.102
30072026-05-28T09:00:06.444Z Compiling form_urlencoded v1.2.2
30082026-05-28T09:00:06.455Z Compiling once_cell v1.21.3
30092026-05-28T09:00:06.538Z Compiling heck v0.4.1
30102026-05-28T09:00:06.768Z Compiling thread-id v4.2.2
30112026-05-28T09:00:06.809Z Compiling errno v0.3.14
30122026-05-28T09:00:06.814Z Compiling memmap v0.7.0
30132026-05-28T09:00:07.101Z Compiling ordered-float v2.10.1
30142026-05-28T09:00:07.598Z Compiling proc-macro-error v1.0.4
30152026-05-28T09:00:07.807Z Compiling terminal_size v0.4.3
30162026-05-28T09:00:07.807Z Compiling tempfile v3.25.0
30172026-05-28T09:00:07.846Z Compiling tabled_derive v0.7.0
30182026-05-28T09:00:07.904Z Compiling clap_builder v4.6.0
30192026-05-28T09:00:07.904Z Compiling textwrap v0.16.2
30202026-05-28T09:00:08.046Z Compiling camino-tempfile v1.4.1
30212026-05-28T09:00:08.491Z Compiling tabled v0.15.0
30222026-05-28T09:00:08.503Z Compiling synstructure v0.13.2
30232026-05-28T09:00:08.506Z Compiling pest_generator v2.8.6
30242026-05-28T09:00:08.892Z Compiling serde_derive v1.0.228
30252026-05-28T09:00:08.896Z Compiling zerovec-derive v0.11.2
30262026-05-28T09:00:08.896Z Compiling displaydoc v0.2.5
30272026-05-28T09:00:08.896Z Compiling thiserror-impl v1.0.69
30282026-05-28T09:00:08.896Z Compiling zerocopy-derive v0.7.35
30292026-05-28T09:00:08.896Z Compiling scroll_derive v0.12.1
30302026-05-28T09:00:08.896Z Compiling thiserror-impl v2.0.18
30312026-05-28T09:00:08.896Z Compiling clap_derive v4.6.1
30322026-05-28T09:00:08.938Z Compiling zerofrom-derive v0.1.6
30332026-05-28T09:00:08.950Z Compiling yoke-derive v0.8.1
30342026-05-28T09:00:09.033Z Compiling pest_derive v2.8.6
30352026-05-28T09:00:09.590Z Compiling scroll v0.12.0
30362026-05-28T09:00:09.796Z Compiling zerocopy v0.7.35
30372026-05-28T09:00:09.884Z Compiling goblin v0.8.2
30382026-05-28T09:00:10.034Z Compiling thiserror v1.0.69
30392026-05-28T09:00:10.100Z Compiling zerofrom v0.1.6
30402026-05-28T09:00:10.138Z Compiling dtrace-parser v0.2.0
30412026-05-28T09:00:10.168Z Compiling thiserror v2.0.18
30422026-05-28T09:00:10.261Z Compiling yoke v0.8.1
30432026-05-28T09:00:10.485Z Compiling zerovec v0.11.5
30442026-05-28T09:00:10.549Z Compiling zerotrie v0.2.3
30452026-05-28T09:00:10.568Z Compiling clap v4.6.1
30462026-05-28T09:00:11.015Z Compiling tinystr v0.8.2
30472026-05-28T09:00:11.089Z Compiling potential_utf v0.1.4
30482026-05-28T09:00:11.269Z Compiling icu_locale_core v2.1.1
30492026-05-28T09:00:11.314Z Compiling icu_collections v2.1.1
30502026-05-28T09:00:12.067Z Compiling icu_provider v2.1.1
30512026-05-28T09:00:12.110Z Compiling serde_spanned v0.6.9
30522026-05-28T09:00:12.148Z Compiling toml_datetime v0.6.11
30532026-05-28T09:00:12.296Z Compiling serde-value v0.7.0
30542026-05-28T09:00:12.420Z Compiling icu_properties v2.1.2
30552026-05-28T09:00:12.506Z Compiling icu_normalizer v2.1.1
30562026-05-28T09:00:12.546Z Compiling dof v0.3.0
30572026-05-28T09:00:12.611Z Compiling toml_edit v0.22.27
30582026-05-28T09:00:12.661Z Compiling serde_tokenstream v0.2.3
30592026-05-28T09:00:13.003Z Compiling cargo-platform v0.2.0
30602026-05-28T09:00:13.015Z Compiling macaddr v1.0.1
30612026-05-28T09:00:13.315Z Compiling idna_adapter v1.2.1
30622026-05-28T09:00:13.441Z Compiling idna v1.1.0
30632026-05-28T09:00:13.458Z Compiling usdt-attr-macro v0.5.0
30642026-05-28T09:00:13.469Z Compiling usdt-macro v0.5.0
30652026-05-28T09:00:13.843Z Compiling url v2.5.8
30662026-05-28T09:00:14.104Z Compiling usdt v0.5.0
30672026-05-28T09:00:14.155Z Compiling toml v0.8.23
30682026-05-28T09:00:14.595Z Compiling cargo-util-schemas v0.8.2
30692026-05-28T09:00:14.623Z Compiling cargo_toml v0.21.0
30702026-05-28T09:00:15.613Z Compiling cargo_metadata v0.21.0
30712026-05-28T09:00:18.699Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30722026-05-28T09:00:21.701Z Finished `release` profile [optimized] target(s) in 16.39s
30732026-05-28T09:00:21.872Z
30742026-05-28T09:00:21.872Zreal 16.541417204
30752026-05-28T09:00:21.872Zuser 2:21.464549626
30762026-05-28T09:00:21.872Zsys 16.910937847
30772026-05-28T09:00:21.872Ztrap 0.080693218
30782026-05-28T09:00:21.872Ztflt 0.463553759
30792026-05-28T09:00:21.872Zdflt 1.353640632
30802026-05-28T09:00:21.872Zkflt 0.006627637
30812026-05-28T09:00:21.875Zlock 5:17.532577498
30822026-05-28T09:00:21.875Zslp 3:24.895048897
30832026-05-28T09:00:21.875Zlat 6.176745714
30842026-05-28T09:00:21.875Zstop 20.612689995
30852026-05-28T09:00:21.875Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30862026-05-28T09:00:21.876Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30872026-05-28T09:00:21.876Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30882026-05-28T09:00:21.876Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30892026-05-28T09:00:21.876Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30902026-05-28T09:00:22.914Z Compiling newtype-uuid-macros v0.1.0
30912026-05-28T09:00:22.918Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30922026-05-28T09:00:22.918Z Compiling debug-ignore v1.0.5
30932026-05-28T09:00:22.918Z Compiling rustls v0.22.4
30942026-05-28T09:00:22.918Z Compiling rustls-webpki v0.102.8
30952026-05-28T09:00:22.918Z Compiling structmeta-derive v0.3.0
30962026-05-28T09:00:22.918Z Compiling multer v3.1.0
30972026-05-28T09:00:23.076Z Compiling compression-core v0.4.31
30982026-05-28T09:00:23.080Z Compiling match_cfg v0.1.0
30992026-05-28T09:00:23.080Z Compiling slog-json v2.6.1
31002026-05-28T09:00:23.093Z Compiling async-stream-impl v0.3.6
31012026-05-28T09:00:23.096Z Compiling toml_datetime v1.0.0+spec-1.1.0
31022026-05-28T09:00:23.096Z Compiling serde_spanned v1.0.4
31032026-05-28T09:00:23.096Z Compiling dropshot v0.17.0
31042026-05-28T09:00:23.216Z Compiling toml_writer v1.0.6+spec-1.1.0
31052026-05-28T09:00:23.219Z Compiling progenitor-client v0.14.0
31062026-05-28T09:00:23.305Z Compiling hostname v0.3.1
31072026-05-28T09:00:23.362Z Compiling compression-codecs v0.4.37
31082026-05-28T09:00:23.399Z Compiling waitgroup v0.1.2
31092026-05-28T09:00:23.402Z Compiling rustls-pemfile v2.2.0
31102026-05-28T09:00:23.402Z Compiling dropshot_endpoint v0.17.0
31112026-05-28T09:00:23.454Z Compiling slog-bunyan v2.5.0
31122026-05-28T09:00:23.458Z Compiling serde_path_to_error v0.1.20
31132026-05-28T09:00:23.512Z Compiling toml v1.0.6+spec-1.1.0
31142026-05-28T09:00:23.567Z Compiling async-compression v0.4.41
31152026-05-28T09:00:23.571Z Compiling hostname v0.4.2
31162026-05-28T09:00:23.660Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31172026-05-28T09:00:23.664Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
31182026-05-28T09:00:23.664Z Compiling itertools v0.14.0
31192026-05-28T09:00:23.664Z Compiling regress v0.10.5
31202026-05-28T09:00:23.735Z Compiling async-stream v0.3.6
31212026-05-28T09:00:23.758Z Compiling macaddr v1.0.1
31222026-05-28T09:00:23.778Z Compiling instant v0.1.13
31232026-05-28T09:00:23.821Z Compiling progenitor-client v0.13.0
31242026-05-28T09:00:23.838Z Compiling backon v1.6.0
31252026-05-28T09:00:23.860Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31262026-05-28T09:00:23.898Z Compiling backoff v0.4.0
31272026-05-28T09:00:23.917Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31282026-05-28T09:00:23.921Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
31292026-05-28T09:00:23.953Z Compiling humantime v2.3.0
31302026-05-28T09:00:24.008Z Compiling progenitor-extras v0.2.0
31312026-05-28T09:00:24.059Z Compiling convert_case v0.4.0
31322026-05-28T09:00:24.076Z Compiling secrecy v0.10.3
31332026-05-28T09:00:24.096Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31342026-05-28T09:00:24.135Z Compiling universal-hash v0.5.1
31352026-05-28T09:00:24.159Z Compiling crucible-workspace-hack v0.1.0
31362026-05-28T09:00:24.236Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31372026-05-28T09:00:24.260Z Compiling opaque-debug v0.3.1
31382026-05-28T09:00:24.279Z Compiling half v2.7.1
31392026-05-28T09:00:24.299Z Compiling ciborium-io v0.2.2
31402026-05-28T09:00:24.319Z Compiling aead v0.5.2
31412026-05-28T09:00:24.356Z Compiling poly1305 v0.8.0
31422026-05-28T09:00:24.396Z Compiling chacha20 v0.9.1
31432026-05-28T09:00:24.416Z Compiling structmeta v0.3.0
31442026-05-28T09:00:24.436Z Compiling byte-wrapper v0.1.0
31452026-05-28T09:00:24.475Z Compiling derive_more v0.99.20
31462026-05-28T09:00:24.521Z Compiling regress v0.11.1
31472026-05-28T09:00:24.539Z Compiling ciborium-ll v0.2.2
31482026-05-28T09:00:24.556Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31492026-05-28T09:00:24.559Z Compiling thiserror-impl-no-std v2.0.2
31502026-05-28T09:00:24.600Z Compiling password-hash v0.5.0
31512026-05-28T09:00:24.665Z Compiling derive-ex v0.1.8
31522026-05-28T09:00:24.683Z Compiling parse-display-derive v0.10.0
31532026-05-28T09:00:24.780Z Compiling ciborium v0.2.2
31542026-05-28T09:00:24.811Z Compiling blake2 v0.10.6
31552026-05-28T09:00:24.864Z Compiling unsafe-libyaml v0.2.11
31562026-05-28T09:00:24.883Z Compiling chacha20poly1305 v0.10.1
31572026-05-28T09:00:24.989Z Compiling indent_write v2.2.0
31582026-05-28T09:00:25.041Z Compiling toml_datetime v0.7.5+spec-1.1.0
31592026-05-28T09:00:25.065Z Compiling argon2 v0.5.3
31602026-05-28T09:00:25.137Z Compiling num-rational v0.4.2
31612026-05-28T09:00:25.159Z Compiling num-complex v0.4.6
31622026-05-28T09:00:25.255Z Compiling toml_edit v0.23.10+spec-1.0.0
31632026-05-28T09:00:25.273Z Compiling heapless v0.8.0
31642026-05-28T09:00:25.318Z Compiling ingot-macros v0.1.1
31652026-05-28T09:00:25.392Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31662026-05-28T09:00:25.410Z Compiling serde_yaml v0.9.34+deprecated
31672026-05-28T09:00:25.593Z Compiling tokio-rustls v0.25.0
31682026-05-28T09:00:25.651Z Compiling num v0.4.3
31692026-05-28T09:00:25.756Z Compiling atomicwrites v0.4.4
31702026-05-28T09:00:25.800Z Compiling camino-tempfile v1.4.1
31712026-05-28T09:00:25.819Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
31722026-05-28T09:00:25.822Z Compiling hash32 v0.3.1
31732026-05-28T09:00:25.879Z Compiling thiserror-no-std v2.0.2
31742026-05-28T09:00:25.978Z Compiling vsss-rs v3.3.4
31752026-05-28T09:00:25.996Z Compiling proc-macro-crate v3.4.0
31762026-05-28T09:00:26.024Z Compiling smoltcp v0.11.0
31772026-05-28T09:00:26.070Z Compiling float-ord v0.3.2
31782026-05-28T09:00:26.171Z Compiling typify-impl v0.6.2
31792026-05-28T09:00:26.220Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31802026-05-28T09:00:26.313Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
31812026-05-28T09:00:26.443Z Compiling test-strategy v0.4.5
31822026-05-28T09:00:26.482Z Compiling parse-display v0.10.0
31832026-05-28T09:00:26.501Z Compiling tabwriter v1.4.1
31842026-05-28T09:00:26.518Z Compiling cobs v0.3.0
31852026-05-28T09:00:26.605Z Compiling num_enum_derive v0.7.6
31862026-05-28T09:00:26.747Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
31872026-05-28T09:00:26.765Z Compiling postcard v1.1.3
31882026-05-28T09:00:26.847Z Compiling proc-macro-error v1.0.4
31892026-05-28T09:00:26.878Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31902026-05-28T09:00:26.943Z Compiling proc-macro-crate v1.3.1
31912026-05-28T09:00:26.997Z Compiling foreign-types-macros v0.2.3
31922026-05-28T09:00:27.064Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31932026-05-28T09:00:27.150Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31942026-05-28T09:00:27.169Z Compiling cpufeatures v0.3.0
31952026-05-28T09:00:27.196Z Compiling rayon-core v1.13.0
31962026-05-28T09:00:27.271Z Compiling foreign-types-shared v0.3.1
31972026-05-28T09:00:27.371Z Compiling colored v3.1.1
31982026-05-28T09:00:27.407Z Compiling num_enum_derive v0.5.11
31992026-05-28T09:00:27.410Z Compiling chacha20 v0.10.0
32002026-05-28T09:00:27.463Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32012026-05-28T09:00:27.641Z Compiling crossbeam-deque v0.8.6
32022026-05-28T09:00:27.659Z Compiling foreign-types v0.5.0
32032026-05-28T09:00:27.732Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32042026-05-28T09:00:27.750Z Compiling num_enum v0.7.6
32052026-05-28T09:00:27.768Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32062026-05-28T09:00:27.771Z Compiling cstr-argument v0.1.2
32072026-05-28T09:00:27.806Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
32082026-05-28T09:00:27.864Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
32092026-05-28T09:00:27.903Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32102026-05-28T09:00:27.961Z Compiling rand v0.10.1
32112026-05-28T09:00:28.005Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
32122026-05-28T09:00:28.036Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32132026-05-28T09:00:28.125Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32142026-05-28T09:00:28.166Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32152026-05-28T09:00:28.185Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
32162026-05-28T09:00:28.214Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32172026-05-28T09:00:28.285Z Compiling winnow v1.0.3
32182026-05-28T09:00:28.317Z Compiling ingot-types v0.1.2
32192026-05-28T09:00:28.365Z Compiling rayon v1.11.0
32202026-05-28T09:00:28.467Z Compiling zone_cfg_derive v0.3.1
32212026-05-28T09:00:28.516Z Compiling num_enum v0.5.11
32222026-05-28T09:00:28.570Z Compiling toml v0.8.23
32232026-05-28T09:00:28.592Z Compiling itertools v0.12.1
32242026-05-28T09:00:28.616Z Compiling num-derive v0.4.2
32252026-05-28T09:00:28.636Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32262026-05-28T09:00:28.639Z Compiling sigpipe v0.1.3
32272026-05-28T09:00:28.672Z Compiling glob v0.3.3
32282026-05-28T09:00:28.772Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32292026-05-28T09:00:28.790Z Compiling ingot v0.1.1
32302026-05-28T09:00:28.899Z Compiling smf v0.2.3
32312026-05-28T09:00:28.973Z Compiling whoami v1.6.1
32322026-05-28T09:00:29.093Z Compiling prettyplease v0.2.37
32332026-05-28T09:00:29.137Z Compiling usdt-macro v0.5.0
32342026-05-28T09:00:29.160Z Compiling usdt-attr-macro v0.5.0
32352026-05-28T09:00:29.229Z Compiling gethostname v0.5.0
32362026-05-28T09:00:29.288Z Compiling derive-where v1.6.0
32372026-05-28T09:00:29.354Z Compiling memmap v0.7.0
32382026-05-28T09:00:29.413Z Compiling resolv-conf v0.7.6
32392026-05-28T09:00:29.459Z Compiling console v0.15.11
32402026-05-28T09:00:29.576Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32412026-05-28T09:00:29.595Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
32422026-05-28T09:00:29.787Z Compiling zone v0.3.1
32432026-05-28T09:00:29.843Z Compiling newline-converter v0.3.0
32442026-05-28T09:00:29.947Z Compiling cancel-safe-futures v0.1.5
32452026-05-28T09:00:29.986Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32462026-05-28T09:00:30.005Z Compiling owo-colors v4.3.0
32472026-05-28T09:00:30.008Z Compiling expectorate v1.2.0
32482026-05-28T09:00:30.039Z Compiling usdt v0.5.0
32492026-05-28T09:00:30.079Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32502026-05-28T09:00:30.156Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32512026-05-28T09:00:30.212Z Compiling libsw-core v0.3.2
32522026-05-28T09:00:30.349Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32532026-05-28T09:00:30.424Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32542026-05-28T09:00:30.502Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32552026-05-28T09:00:30.522Z Compiling libsw v3.5.0
32562026-05-28T09:00:30.522Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32572026-05-28T09:00:30.557Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32582026-05-28T09:00:30.579Z Compiling hickory-proto v0.24.4
32592026-05-28T09:00:30.608Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32602026-05-28T09:00:30.684Z Compiling linear-map v1.2.0
32612026-05-28T09:00:30.769Z Compiling minimal-lexical v0.2.1
32622026-05-28T09:00:30.815Z Compiling linked-hash-map v0.5.6
32632026-05-28T09:00:30.818Z Compiling typify-macro v0.6.2
32642026-05-28T09:00:30.869Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32652026-05-28T09:00:30.888Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32662026-05-28T09:00:30.909Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32672026-05-28T09:00:30.961Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32682026-05-28T09:00:31.040Z Compiling nom v7.1.3
32692026-05-28T09:00:31.085Z Compiling lru-cache v0.1.2
32702026-05-28T09:00:31.133Z Compiling tokio-dtrace v0.1.1
32712026-05-28T09:00:31.151Z Compiling csv-core v0.1.13
32722026-05-28T09:00:31.253Z Compiling slog-dtrace v0.3.0
32732026-05-28T09:00:31.273Z Compiling semver v0.1.20
32742026-05-28T09:00:31.293Z Compiling highway v1.3.0
32752026-05-28T09:00:31.388Z Compiling tagptr v0.2.0
32762026-05-28T09:00:31.439Z Compiling csv v1.4.0
32772026-05-28T09:00:31.457Z Compiling oxide-tokio-rt v0.1.4
32782026-05-28T09:00:31.575Z Compiling moka v0.12.13
32792026-05-28T09:00:31.601Z Compiling rustc_version v0.1.7
32802026-05-28T09:00:31.629Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32812026-05-28T09:00:31.706Z Compiling phf_shared v0.12.1
32822026-05-28T09:00:31.780Z Compiling chrono-tz v0.10.4
32832026-05-28T09:00:31.825Z Compiling const_format_proc_macros v0.2.34
32842026-05-28T09:00:31.869Z Compiling newtype_derive v0.1.6
32852026-05-28T09:00:31.913Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32862026-05-28T09:00:32.017Z Compiling phf v0.12.1
32872026-05-28T09:00:32.081Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32882026-05-28T09:00:32.202Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32892026-05-28T09:00:32.220Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32902026-05-28T09:00:32.411Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32912026-05-28T09:00:32.429Z Compiling hickory-resolver v0.25.2
32922026-05-28T09:00:32.469Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32932026-05-28T09:00:32.487Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32942026-05-28T09:00:32.542Z Compiling num-derive v0.3.3
32952026-05-28T09:00:32.653Z Compiling bcs v0.1.6
32962026-05-28T09:00:32.700Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32972026-05-28T09:00:32.731Z Compiling typify v0.6.2
32982026-05-28T09:00:32.749Z Compiling const_format v0.2.35
32992026-05-28T09:00:32.873Z Compiling progenitor-impl v0.14.0
33002026-05-28T09:00:32.933Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33012026-05-28T09:00:33.013Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33022026-05-28T09:00:33.035Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33032026-05-28T09:00:33.102Z Compiling hickory-resolver v0.24.4
33042026-05-28T09:00:33.151Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
33052026-05-28T09:00:33.378Z Compiling progenitor-impl v0.13.0
33062026-05-28T09:00:33.500Z Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33072026-05-28T09:00:33.519Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33082026-05-28T09:00:33.933Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33092026-05-28T09:00:33.974Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33102026-05-28T09:00:34.165Z Compiling qorb v0.4.1
33112026-05-28T09:00:34.371Z Compiling termtree v0.5.1
33122026-05-28T09:00:34.393Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33132026-05-28T09:00:34.459Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33142026-05-28T09:00:34.561Z Compiling libscf-sys v1.1.0
33152026-05-28T09:00:34.740Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33162026-05-28T09:00:34.780Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33172026-05-28T09:00:34.868Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33182026-05-28T09:00:35.012Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33192026-05-28T09:00:35.203Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33202026-05-28T09:00:35.224Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33212026-05-28T09:00:35.399Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33222026-05-28T09:00:35.467Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33232026-05-28T09:00:35.612Z Compiling progenitor-macro v0.14.0
33242026-05-28T09:00:35.664Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33252026-05-28T09:00:35.760Z Compiling tabled_derive v0.7.0
33262026-05-28T09:00:35.873Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33272026-05-28T09:00:35.954Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33282026-05-28T09:00:36.039Z Compiling textwrap v0.16.2
33292026-05-28T09:00:36.060Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33302026-05-28T09:00:36.093Z Compiling progenitor-macro v0.13.0
33312026-05-28T09:00:36.203Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33322026-05-28T09:00:36.299Z Compiling steno v0.4.1
33332026-05-28T09:00:36.391Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33342026-05-28T09:00:36.421Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33352026-05-28T09:00:36.460Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33362026-05-28T09:00:36.565Z Compiling libefi-sys v0.1.0
33372026-05-28T09:00:36.746Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33382026-05-28T09:00:36.823Z Compiling tabled v0.15.0
33392026-05-28T09:00:36.849Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33402026-05-28T09:00:36.968Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33412026-05-28T09:00:36.999Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33422026-05-28T09:00:37.036Z Compiling git-stub v1.0.0
33432026-05-28T09:00:37.346Z Compiling bitfield-struct v0.6.2
33442026-05-28T09:00:37.370Z Compiling nom v8.0.0
33452026-05-28T09:00:37.390Z Compiling git-stub-vcs v0.1.0
33462026-05-28T09:00:37.748Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33472026-05-28T09:00:37.782Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33482026-05-28T09:00:38.033Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33492026-05-28T09:00:38.136Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33502026-05-28T09:00:38.234Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
33512026-05-28T09:00:38.368Z Compiling dropshot-api-manager-types v0.7.2
33522026-05-28T09:00:38.604Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33532026-05-28T09:00:38.629Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33542026-05-28T09:00:38.658Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33552026-05-28T09:00:38.721Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33562026-05-28T09:00:38.739Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33572026-05-28T09:00:38.855Z Compiling xshell-macros v0.2.7
33582026-05-28T09:00:38.874Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33592026-05-28T09:00:38.874Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33602026-05-28T09:00:39.151Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33612026-05-28T09:00:39.247Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33622026-05-28T09:00:39.348Z Compiling xshell v0.2.7
33632026-05-28T09:00:39.412Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33642026-05-28T09:00:39.639Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33652026-05-28T09:00:39.671Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33662026-05-28T09:00:39.731Z Compiling primeorder v0.13.6
33672026-05-28T09:00:39.869Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33682026-05-28T09:00:39.927Z Compiling salty v0.3.0
33692026-05-28T09:00:40.003Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33702026-05-28T09:00:40.027Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33712026-05-28T09:00:40.045Z Compiling base64 v0.21.7
33722026-05-28T09:00:40.204Z Compiling radium v0.7.0
33732026-05-28T09:00:40.409Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33742026-05-28T09:00:40.516Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33752026-05-28T09:00:40.657Z Compiling p384 v0.13.1
33762026-05-28T09:00:40.681Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33772026-05-28T09:00:40.742Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33782026-05-28T09:00:40.808Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33792026-05-28T09:00:40.830Z Compiling typify-impl v0.4.3
33802026-05-28T09:00:40.848Z Compiling progenitor v0.14.0
33812026-05-28T09:00:40.969Z Compiling maybe-uninit v2.0.0
33822026-05-28T09:00:40.990Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33832026-05-28T09:00:41.035Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33842026-05-28T09:00:41.278Z Compiling tap v1.0.1
33852026-05-28T09:00:41.297Z Compiling progenitor v0.13.0
33862026-05-28T09:00:41.391Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33872026-05-28T09:00:41.429Z Compiling wyz v0.5.1
33882026-05-28T09:00:41.488Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33892026-05-28T09:00:41.512Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33902026-05-28T09:00:41.555Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33912026-05-28T09:00:41.615Z Compiling proc-macro-error-attr2 v2.0.0
33922026-05-28T09:00:41.661Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33932026-05-28T09:00:41.763Z Compiling funty v2.0.0
33942026-05-28T09:00:41.902Z Compiling packed_struct v0.10.1
33952026-05-28T09:00:42.080Z Compiling utf-8 v0.7.6
33962026-05-28T09:00:42.277Z Compiling parking_lot_core v0.8.6
33972026-05-28T09:00:42.364Z Compiling tungstenite v0.21.0
33982026-05-28T09:00:42.448Z Compiling bitvec v1.0.1
33992026-05-28T09:00:42.709Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34002026-05-28T09:00:42.912Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34012026-05-28T09:00:43.721Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34022026-05-28T09:00:43.804Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34032026-05-28T09:00:43.824Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34042026-05-28T09:00:43.976Z Compiling proc-macro-error2 v2.0.1
34052026-05-28T09:00:44.154Z Compiling polyval v0.6.2
34062026-05-28T09:00:44.306Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
34072026-05-28T09:00:44.340Z Compiling packed_struct_codegen v0.10.1
34082026-05-28T09:00:44.433Z Compiling bitfield-macros v0.19.4
34092026-05-28T09:00:44.579Z Compiling zerocopy-derive v0.6.6
34102026-05-28T09:00:44.602Z Compiling indexmap v1.9.3
34112026-05-28T09:00:44.790Z Compiling nodrop v0.1.14
34122026-05-28T09:00:44.843Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34132026-05-28T09:00:44.928Z Compiling crc-catalog v2.4.0
34142026-05-28T09:00:45.057Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34152026-05-28T09:00:45.088Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34162026-05-28T09:00:45.218Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34172026-05-28T09:00:45.290Z Compiling bitfield v0.19.4
34182026-05-28T09:00:45.501Z Compiling crc v3.4.0
34192026-05-28T09:00:45.520Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34202026-05-28T09:00:45.541Z Compiling zerocopy v0.6.6
34212026-05-28T09:00:45.544Z Compiling typify-macro v0.4.3
34222026-05-28T09:00:45.683Z Compiling array-init v0.0.4
34232026-05-28T09:00:45.800Z Compiling tabled_derive v0.11.0
34242026-05-28T09:00:45.803Z Compiling ghash v0.5.1
34252026-05-28T09:00:45.803Z Compiling smallvec v0.6.14
34262026-05-28T09:00:46.067Z Compiling tokio-tungstenite v0.21.0
34272026-05-28T09:00:46.129Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34282026-05-28T09:00:46.147Z Compiling papergrid v0.17.0
34292026-05-28T09:00:46.219Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34302026-05-28T09:00:46.237Z Compiling testing_table v0.3.0
34312026-05-28T09:00:46.362Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34322026-05-28T09:00:46.429Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
34332026-05-28T09:00:46.446Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
34342026-05-28T09:00:46.483Z Compiling ctr v0.9.2
34352026-05-28T09:00:46.565Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34362026-05-28T09:00:46.701Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
34372026-05-28T09:00:46.719Z Compiling illumos-nvpair-sys v0.2.0
34382026-05-28T09:00:46.738Z Compiling unicase v2.9.0
34392026-05-28T09:00:46.741Z Compiling hashbrown v0.12.3
34402026-05-28T09:00:46.786Z Compiling corncobs v0.1.4
34412026-05-28T09:00:46.911Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34422026-05-28T09:00:46.991Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34432026-05-28T09:00:46.991Z Compiling mime_guess v2.0.5
34442026-05-28T09:00:47.032Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34452026-05-28T09:00:47.035Z Compiling aes-gcm v0.10.3
34462026-05-28T09:00:47.035Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34472026-05-28T09:00:47.070Z Compiling parking_lot v0.11.2
34482026-05-28T09:00:47.091Z Compiling serde-hex v0.1.0
34492026-05-28T09:00:47.166Z Compiling tabled v0.20.0
34502026-05-28T09:00:47.277Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
34512026-05-28T09:00:47.399Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34522026-05-28T09:00:47.418Z Compiling typify v0.4.3
34532026-05-28T09:00:47.481Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
34542026-05-28T09:00:47.520Z Compiling ron v0.8.1
34552026-05-28T09:00:47.566Z Compiling progenitor-impl v0.11.2
34562026-05-28T09:00:47.594Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34572026-05-28T09:00:47.628Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34582026-05-28T09:00:47.687Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34592026-05-28T09:00:47.723Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34602026-05-28T09:00:47.904Z Compiling progenitor-client v0.11.2
34612026-05-28T09:00:48.045Z Compiling hashbrown v0.13.2
34622026-05-28T09:00:48.125Z Compiling prefix-trie v0.7.0
34632026-05-28T09:00:48.143Z Compiling blowfish v0.9.1
34642026-05-28T09:00:48.173Z Compiling ssh-encoding v0.2.0
34652026-05-28T09:00:48.270Z Compiling fxhash v0.2.1
34662026-05-28T09:00:48.432Z Compiling secrecy v0.8.0
34672026-05-28T09:00:48.435Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34682026-05-28T09:00:48.468Z Compiling crc-any v2.5.0
34692026-05-28T09:00:48.488Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34702026-05-28T09:00:48.536Z Compiling object v0.30.4
34712026-05-28T09:00:48.554Z Compiling hickory-server v0.25.2
34722026-05-28T09:00:48.579Z Compiling sled v0.34.7
34732026-05-28T09:00:48.746Z Compiling ssh-cipher v0.2.0
34742026-05-28T09:00:48.827Z Compiling bcrypt-pbkdf v0.10.0
34752026-05-28T09:00:48.897Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34762026-05-28T09:00:49.107Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34772026-05-28T09:00:49.190Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34782026-05-28T09:00:49.415Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
34792026-05-28T09:00:49.433Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34802026-05-28T09:00:49.455Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34812026-05-28T09:00:49.455Z Compiling password-hash v0.4.2
34822026-05-28T09:00:49.554Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34832026-05-28T09:00:49.627Z Compiling half v1.8.3
34842026-05-28T09:00:49.730Z Compiling http-range v0.1.5
34852026-05-28T09:00:49.881Z Compiling path-slash v0.1.5
34862026-05-28T09:00:49.922Z Compiling crc8 v0.1.1
34872026-05-28T09:00:49.941Z Compiling serde_cbor v0.11.2
34882026-05-28T09:00:49.959Z Compiling pbkdf2 v0.11.0
34892026-05-28T09:00:50.049Z Compiling illumos-nvpair v0.3.0
34902026-05-28T09:00:50.089Z Compiling ssh-key v0.6.7
34912026-05-28T09:00:50.249Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34922026-05-28T09:00:50.283Z Compiling progenitor-macro v0.11.2
34932026-05-28T09:00:50.452Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34942026-05-28T09:00:50.541Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34952026-05-28T09:00:50.568Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34962026-05-28T09:00:50.628Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34972026-05-28T09:00:50.667Z Compiling p521 v0.13.3
34982026-05-28T09:00:50.687Z Compiling p256 v0.13.2
34992026-05-28T09:00:51.094Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35002026-05-28T09:00:51.130Z Compiling yasna v0.5.2
35012026-05-28T09:00:51.212Z Compiling kstat-rs v0.2.4
35022026-05-28T09:00:51.232Z Compiling headers-core v0.3.0
35032026-05-28T09:00:51.392Z Compiling nanorand v0.7.0
35042026-05-28T09:00:51.497Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
35052026-05-28T09:00:51.530Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35062026-05-28T09:00:51.548Z Compiling atty v0.2.14
35072026-05-28T09:00:51.686Z Compiling russh-cryptovec v0.7.3
35082026-05-28T09:00:51.705Z Compiling md5 v0.7.0
35092026-05-28T09:00:51.705Z Compiling home v0.5.12
35102026-05-28T09:00:51.740Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35112026-05-28T09:00:51.798Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
35122026-05-28T09:00:51.849Z Compiling flume v0.11.1
35132026-05-28T09:00:51.876Z Compiling rcgen v0.12.1
35142026-05-28T09:00:51.896Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35152026-05-28T09:00:51.899Z Compiling headers v0.4.1
35162026-05-28T09:00:51.954Z Compiling russh-keys v0.45.0
35172026-05-28T09:00:52.028Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35182026-05-28T09:00:52.187Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35192026-05-28T09:00:52.205Z Compiling hyper-staticfile v0.10.1
35202026-05-28T09:00:52.379Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35212026-05-28T09:00:52.538Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35222026-05-28T09:00:52.722Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35232026-05-28T09:00:52.769Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35242026-05-28T09:00:52.788Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35252026-05-28T09:00:52.808Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35262026-05-28T09:00:52.986Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35272026-05-28T09:00:53.016Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35282026-05-28T09:00:53.077Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35292026-05-28T09:00:53.097Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
35302026-05-28T09:00:53.449Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35312026-05-28T09:00:53.566Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35322026-05-28T09:00:53.596Z Compiling num-bigint v0.4.6
35332026-05-28T09:00:53.616Z Compiling des v0.8.1
35342026-05-28T09:00:53.709Z Compiling subprocess v0.2.15
35352026-05-28T09:00:53.775Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35362026-05-28T09:00:53.846Z Compiling display-error-chain v0.2.2
35372026-05-28T09:00:53.909Z Compiling hex-literal v0.4.1
35382026-05-28T09:00:54.020Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35392026-05-28T09:00:54.077Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35402026-05-28T09:00:54.096Z Compiling colored v2.2.0
35412026-05-28T09:00:54.221Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35422026-05-28T09:00:54.251Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35432026-05-28T09:00:54.299Z Compiling internet-checksum v0.2.1
35442026-05-28T09:00:54.715Z Compiling russh v0.45.0
35452026-05-28T09:00:55.314Z Compiling progenitor v0.11.2
35462026-05-28T09:00:55.448Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
35472026-05-28T09:00:56.045Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35482026-05-28T09:01:04.127Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35492026-05-28T09:01:05.834Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35502026-05-28T09:01:06.804Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
35512026-05-28T09:01:07.579Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
35522026-05-28T09:01:10.992Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35532026-05-28T09:01:10.993Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35542026-05-28T09:01:19.989Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35552026-05-28T09:01:27.708Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35562026-05-28T09:01:27.708Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35572026-05-28T09:01:27.708Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35582026-05-28T09:01:27.712Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35592026-05-28T09:01:29.611Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35602026-05-28T09:01:29.632Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35612026-05-28T09:01:33.678Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35622026-05-28T09:02:14.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s
35632026-05-28T09:02:14.891Z
35642026-05-28T09:02:14.891Zreal 1:52.948662055
35652026-05-28T09:02:14.891Zuser 9:48.779783364
35662026-05-28T09:02:14.891Zsys 1:58.020782766
35672026-05-28T09:02:14.891Ztrap 0.308168437
35682026-05-28T09:02:14.891Ztflt 0.614571082
35692026-05-28T09:02:14.895Zdflt 1.519447211
35702026-05-28T09:02:14.895Zkflt 0.000449290
35712026-05-28T09:02:14.895Zlock 36:18.962109867
35722026-05-28T09:02:14.895Zslp 22:45.438087060
35732026-05-28T09:02:14.895Zlat 46.154941678
35742026-05-28T09:02:14.895Zstop 3:29.449127167
35752026-05-28T09:02:14.895Z+ mkdir tests
35762026-05-28T09:02:14.898Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35772026-05-28T09:02:14.898Z+ xargs -I '{}' -t cp '{}' tests/
35782026-05-28T09:02:14.924Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cba8d6fddddf9297 tests/
35792026-05-28T09:02:14.953Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ec9cf5871ec6069e tests/
35802026-05-28T09:02:14.982Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-aab2485e83471ea8 tests/
35812026-05-28T09:02:15.006Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f563209677f1187a tests/
35822026-05-28T09:02:15.284Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
35832026-05-28T09:02:15.287Z+ 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-ec9cf5871ec6069e tests/commtest-aab2485e83471ea8 tests/dhcp_server-cba8d6fddddf9297 tests/end_to_end_tests-f563209677f1187a tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35842026-05-28T09:03:39.720ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35852026-05-28T09:03:39.720Za .github/buildomat/ci-env.sh 1K
35862026-05-28T09:03:39.720Za out/target/test 1K
35872026-05-28T09:03:39.720Za out/npuzone/npuzone 31102K
35882026-05-28T09:03:39.720Za package-manifest.toml 35K
35892026-05-28T09:03:39.721Za smf/sled-agent/non-gimlet/config.toml 6K
35902026-05-28T09:03:39.721Za target/release/omicron-package 45209K
35912026-05-28T09:03:39.721Za target/release/xtask 11453K
35922026-05-28T09:03:39.721Za target/debug/bootstrap 402852K
35932026-05-28T09:03:39.721Za tests/bootstrap-ec9cf5871ec6069e 31215K
35942026-05-28T09:03:39.721Za tests/commtest-aab2485e83471ea8 32300K
35952026-05-28T09:03:39.721Za tests/dhcp_server-cba8d6fddddf9297 31215K
35962026-05-28T09:03:39.721Za tests/end_to_end_tests-f563209677f1187a 478987K
35972026-05-28T09:03:39.721Za tools/opte_version 1K
35982026-05-28T09:03:39.721Za tools/opte_version_override 2K
35992026-05-28T09:03:39.721Za out/clickhouse.tar.gz 313500K
36002026-05-28T09:03:39.721Za out/clickhouse_keeper.tar.gz 298540K
36012026-05-28T09:03:39.721Za out/clickhouse_server.tar.gz 313498K
36022026-05-28T09:03:39.721Za out/cockroachdb.tar.gz 157688K
36032026-05-28T09:03:39.721Za out/crucible-pantry-zone.tar.gz 36469K
36042026-05-28T09:03:39.721Za out/crucible-utils.tar 16478K
36052026-05-28T09:03:39.721Za out/crucible-zone.tar.gz 52039K
36062026-05-28T09:03:39.721Za out/external-dns.tar.gz 42396K
36072026-05-28T09:03:39.721Za out/internal-dns.tar.gz 42396K
36082026-05-28T09:03:39.721Za out/mg-ddm-gz.tar 103604K
36092026-05-28T09:03:39.721Za out/nexus.tar.gz 295293K
36102026-05-28T09:03:39.721Za out/ntp.tar.gz 24126K
36112026-05-28T09:03:39.721Za out/omicron-gateway-softnpu.tar.gz 33457K
36122026-05-28T09:03:39.721Za out/omicron-sled-agent.tar 216743K
36132026-05-28T09:03:39.721Za out/overlay.tar.gz 3K
36142026-05-28T09:03:39.721Za out/oximeter.tar.gz 70298K
36152026-05-28T09:03:39.721Za out/oxlog.tar 3782K
36162026-05-28T09:03:39.721Za out/probe.tar.gz 1390K
36172026-05-28T09:03:39.721Za out/propolis-server.tar.gz 34911K
36182026-05-28T09:03:39.721Za out/pumpkind-gz.tar 26647K
36192026-05-28T09:03:39.721Za out/switch-softnpu.tar.gz 466297K
36202026-05-28T09:03:39.725Z
36212026-05-28T09:03:39.725Zreal 1:24.433330348
36222026-05-28T09:03:39.725Zuser 1:21.633709518
36232026-05-28T09:03:39.725Zsys 4.630884614
36242026-05-28T09:03:39.725Ztrap 0.007679938
36252026-05-28T09:03:39.725Ztflt 0.000000000
36262026-05-28T09:03:39.725Zdflt 0.000000000
36272026-05-28T09:03:39.725Zkflt 0.000000000
36282026-05-28T09:03:39.725Zlock 0.000000000
36292026-05-28T09:03:39.725Zslp 1:21.527147766
36302026-05-28T09:03:39.725Zlat 1.060635340
36312026-05-28T09:03:39.725Zstop 0.000286160
36322026-05-28T09:03:39.725Zprocess exited: duration 1108515 ms, exit code 0
 
36332026-05-28T09:03:39.739Zfound 1 output files
36342026-05-28T09:03:39.739Zuploading: /work/package.tar.gz (2563046751 bytes)
36352026-05-28T09:04:09.998Zuploaded: /work/package.tar.gz