01KTZF7WWKB79P7S18T8B2BWPN: 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: 01KTZF8BVXDWDVYJCH6TSNF7CS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-13T03:09:48.488Zjob assigned to worker 01KTZF8QTYHJ2EYQS6ZTFKW89K [factory aws, i-00caf582332f6ef5b] (queued for 53 s)
 
22026-06-13T03:09:55.311Zstarting task 0: "setup"
32026-06-13T03:09:55.315Z++ uname -s
42026-06-13T03:09:55.319Z+ kern=SunOS
52026-06-13T03:09:55.319Z+ build_user=build
62026-06-13T03:09:55.319Z+ build_uid=12345
72026-06-13T03:09:55.319Z+ work_dir=/work
82026-06-13T03:09:55.319Z+ input_dir=/input
92026-06-13T03:09:55.319Z+ [[ 0 == 12345 ]]
102026-06-13T03:09:55.319Z+ case "$kern" in
112026-06-13T03:09:55.319Z+ groupadd -g 12345 build
122026-06-13T03:09:55.322Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-13T03:09:57.327Z+ zfs create -o mountpoint=/work rpool/work
142026-06-13T03:09:57.410Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-13T03:09:57.414Z+ home_fs=zfs
162026-06-13T03:09:57.414Z+ [[ zfs == autofs ]]
172026-06-13T03:09:57.414Z+ mkdir -p /home/build
182026-06-13T03:09:57.414Z+ chown build:build /home/build /work
192026-06-13T03:09:59.416Z+ chmod 0700 /home/build /work
202026-06-13T03:09:59.420Zprocess exited: duration 4110 ms, exit code 0
 
212026-06-13T03:09:59.426Zstarting task 1: "rust-toolchain"
222026-06-13T03:09:59.431Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-13T03:09:59.431Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-13T03:09:59.431Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-13T03:09:59.431Z * rust toolchain channel = "1.94.0"
262026-06-13T03:09:59.431Z * rust toolchain profile = "default"
272026-06-13T03:09:59.431Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-13T03:09:59.434Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-13T03:09:59.434Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-13T03:09:59.541Zinfo: downloading installer
312026-06-13T03:10:01.015Zwarn: It looks like you have an existing rustup settings file at:
322026-06-13T03:10:01.015Zwarn: /home/build/.rustup/settings.toml
332026-06-13T03:10:01.015Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-13T03:10:01.015Zwarn: instead of the one inferred from the default host triple.
352026-06-13T03:10:01.028Zinfo: profile set to default
362026-06-13T03:10:01.028Zinfo: default host triple is x86_64-unknown-illumos
372026-06-13T03:10:01.031Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-13T03:10:01.178Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-13T03:10:01.182Zinfo: downloading 6 components
402026-06-13T03:10:17.130Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-13T03:10:17.130Z
422026-06-13T03:10:17.158Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-13T03:10:17.158Z
442026-06-13T03:10:17.158Z
452026-06-13T03:10:17.158ZRust is installed now. Great!
462026-06-13T03:10:17.158Z
472026-06-13T03:10:17.158ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-13T03:10:17.158Zenvironment variable. This has not been done automatically.
492026-06-13T03:10:17.158Z
502026-06-13T03:10:17.158ZTo configure your current shell, you need to source
512026-06-13T03:10:17.158Zthe corresponding env file under $HOME/.cargo.
522026-06-13T03:10:17.158Z
532026-06-13T03:10:17.158ZThis is usually done by running one of the following (note the leading DOT):
542026-06-13T03:10:17.162Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-13T03:10:17.162Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-13T03:10:17.162Zsource "~/.cargo/env.nu" # For nushell
572026-06-13T03:10:17.162Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-13T03:10:17.162Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-13T03:10:17.162Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-13T03:10:17.162Zwarn: no default linker (`cc`) was found in your PATH
612026-06-13T03:10:17.162Zwarn: many Rust crates require a system C toolchain to build
622026-06-13T03:10:17.264Z+ rustup --version
632026-06-13T03:10:17.270Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-13T03:10:17.273Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-13T03:10:17.290Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-13T03:10:17.294Z+ cargo --version
672026-06-13T03:10:17.301Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-13T03:10:17.304Z+ rustc --version
692026-06-13T03:10:17.325Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-13T03:10:17.329Zprocess exited: duration 17901 ms, exit code 0
 
712026-06-13T03:10:17.335Zstarting task 2: "authentication"
722026-06-13T03:10:17.354Zprocess exited: duration 18 ms, exit code 0
 
732026-06-13T03:10:17.361Zstarting task 3: "clone repository"
742026-06-13T03:10:17.366Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-13T03:10:17.369Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-13T03:10:17.403ZCloning into '/work/oxidecomputer/omicron'...
772026-06-13T03:10:27.922Z+ cd /work/oxidecomputer/omicron
782026-06-13T03:10:27.922Z+ git fetch origin ef7bf083f09198a03c09b359d0580690fafc0280
792026-06-13T03:10:28.183ZFrom https://github.com/oxidecomputer/omicron
802026-06-13T03:10:28.183Z * branch ef7bf083f09198a03c09b359d0580690fafc0280 -> FETCH_HEAD
812026-06-13T03:10:28.198Z+ [[ -n sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig ]]
822026-06-13T03:10:28.201Z++ git branch --show-current
832026-06-13T03:10:28.201Z+ current=main
842026-06-13T03:10:28.201Z+ [[ main != sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig ]]
852026-06-13T03:10:28.201Z+ git branch -f sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig ef7bf083f09198a03c09b359d0580690fafc0280
862026-06-13T03:10:28.205Z+ git checkout -f sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig
872026-06-13T03:10:28.439ZSwitched to branch 'sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig'
882026-06-13T03:10:28.443Z+ git reset --hard ef7bf083f09198a03c09b359d0580690fafc0280
892026-06-13T03:10:28.481ZHEAD is now at ef7bf083f minor updates
902026-06-13T03:10:28.485Zprocess exited: duration 11121 ms, exit code 0
 
912026-06-13T03:10:28.491Zstarting task 4: "build"
922026-06-13T03:10:28.496Z+ source .github/buildomat/ci-env.sh
932026-06-13T03:10:28.496Z++ export CARGO_TERM_COLOR=always
942026-06-13T03:10:28.496Z++ CARGO_TERM_COLOR=always
952026-06-13T03:10:28.499Z+ cargo --version
962026-06-13T03:10:28.506Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-13T03:10:28.510Z+ rustc --version
982026-06-13T03:10:28.530Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-13T03:10:28.534Z+ WORK=/work
1002026-06-13T03:10:28.534Z+ pfexec mkdir -p /work
1012026-06-13T03:10:28.537Z+ pfexec chown build /work
1022026-06-13T03:10:28.541Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-13T03:10:30.545Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-13T03:10:30.631Z Startup: Caching catalogs ... Done
1052026-06-13T03:10:30.949ZPlanning: Solver setup ... Done (0.279s)
1062026-06-13T03:10:30.970ZPlanning: Running solver ... Done (0.021s)
1072026-06-13T03:10:30.978ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-13T03:10:30.987ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-13T03:10:31.003ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-13T03:10:31.017ZPlanning: Package planning ... Done (0.013s)
1112026-06-13T03:10:31.020ZPlanning: Merging actions ... Done (0.002s)
1122026-06-13T03:10:31.210ZPlanning: Checking for conflicting actions ... Done (0.191s)
1132026-06-13T03:10:31.213ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-13T03:10:32.044ZPlanning: Evaluating mediators ... Done (0.833s)
1152026-06-13T03:10:32.047ZPlanning: Planning completed in 1.39 seconds
1162026-06-13T03:10:32.054Z Packages to install: 2
1172026-06-13T03:10:32.054Z Estimated space available: 156.07 GB
1182026-06-13T03:10:32.055ZEstimated space to be consumed: 25.37 MB
1192026-06-13T03:10:32.055Z Create boot environment: No
1202026-06-13T03:10:32.055ZCreate backup boot environment: No
1212026-06-13T03:10:32.058Z Rebuild boot archive: No
1222026-06-13T03:10:32.058Z
1232026-06-13T03:10:32.058ZChanged packages:
1242026-06-13T03:10:32.058Zhelios
1252026-06-13T03:10:32.058Z developer/build-essential
1262026-06-13T03:10:32.058Z None -> 11-3.0
1272026-06-13T03:10:32.058Z library/libxmlsec1
1282026-06-13T03:10:32.058Z None -> 1.2.35-3.0
1292026-06-13T03:10:32.081Z
1302026-06-13T03:10:32.081ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-13T03:10:34.943ZDownload: Completed 1.28 MB in 2.86 seconds (458k/s)
1322026-06-13T03:10:35.000Z Actions: 1/268 actions (Installing new actions)
1332026-06-13T03:10:35.040Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-13T03:10:35.050ZFinalize: Updating package state database ... Done (0.010s)
1352026-06-13T03:10:35.051ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-13T03:10:35.073ZFinalize: Updating image state ... Done (0.022s)
1372026-06-13T03:10:37.664ZFinalize: Creating fast lookup database ... Done (2.568s)
1382026-06-13T03:10:37.734ZFinalize: Reading search index ... Done (0.012s)
1392026-06-13T03:10:37.738ZFinalize: Updating search index ... Done (0.000s)
1402026-06-13T03:10:37.854ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-13T03:10:38.161ZPlanning: Evaluating mediator changes ... Done
1422026-06-13T03:10:38.268ZPlanning: Checking for conflicting actions ... Done
1432026-06-13T03:10:38.271ZPlanning: Consolidating action changes ... Done
1442026-06-13T03:10:38.426ZPlanning: Evaluating mediators ... Done
1452026-06-13T03:10:38.429ZPlanning: Planning completed in 0.27 seconds
1462026-06-13T03:10:38.449Z Mediators to change: 2
1472026-06-13T03:10:38.449Z Create boot environment: No
1482026-06-13T03:10:38.449ZCreate backup boot environment: No
1492026-06-13T03:10:38.500ZFinalize: Updating package state database ... Done
1502026-06-13T03:10:38.500ZFinalize: Updating package cache ... Done
1512026-06-13T03:10:38.512ZFinalize: Updating image state ... Done
1522026-06-13T03:10:40.453ZFinalize: Creating fast lookup database ... Done
1532026-06-13T03:10:40.514ZFinalize: Reading search index ... Done
1542026-06-13T03:10:40.517ZFinalize: Updating search index ... Done
1552026-06-13T03:10:40.573ZFinalize: Updating package cache ... Done
1562026-06-13T03:10:40.857ZPlanning: Evaluating mediator changes ... Done
1572026-06-13T03:10:40.966ZPlanning: Checking for conflicting actions ... Done
1582026-06-13T03:10:40.969ZPlanning: Consolidating action changes ... Done
1592026-06-13T03:10:41.125ZPlanning: Evaluating mediators ... Done
1602026-06-13T03:10:41.128ZPlanning: Planning completed in 0.27 seconds
1612026-06-13T03:10:41.148Z Mediators to change: 1
1622026-06-13T03:10:41.148Z Create boot environment: No
1632026-06-13T03:10:41.148ZCreate backup boot environment: No
1642026-06-13T03:10:41.195ZFinalize: Updating package state database ... Done
1652026-06-13T03:10:41.196ZFinalize: Updating package cache ... Done
1662026-06-13T03:10:41.226ZFinalize: Updating image state ... Done
1672026-06-13T03:10:43.166ZFinalize: Creating fast lookup database ... Done
1682026-06-13T03:10:43.230ZFinalize: Reading search index ... Done
1692026-06-13T03:10:43.233ZFinalize: Updating search index ... Done
1702026-06-13T03:10:43.295ZFinalize: Updating package cache ... Done
1712026-06-13T03:10:43.612ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-13T03:10:43.612Zapache system 2.4 system
1732026-06-13T03:10:43.612Zclang system 15 system
1742026-06-13T03:10:43.612Zcsh system system illumos
1752026-06-13T03:10:43.612Zctags system system illumos
1762026-06-13T03:10:43.612Zfile vendor vendor darwinsys
1772026-06-13T03:10:43.612Zfile system system illumos
1782026-06-13T03:10:43.612Zgcc vendor 14 vendor
1792026-06-13T03:10:43.612Zgcc system 13 system
1802026-06-13T03:10:43.612Zgcc system 10 system
1812026-06-13T03:10:43.612Zgo system 1.25 system
1822026-06-13T03:10:43.612Zllvm system 15 system
1832026-06-13T03:10:43.612Zmariadb system 11.4 system
1842026-06-13T03:10:43.612Zmta vendor vendor dma
1852026-06-13T03:10:43.612Zopenjdk system 17 system
1862026-06-13T03:10:43.612Zopenjdk system 11 system
1872026-06-13T03:10:43.612Zopenssl vendor 3 vendor
1882026-06-13T03:10:43.612Zperl system 5.40 system
1892026-06-13T03:10:43.612Zpostgresql system 18 system
1902026-06-13T03:10:43.612Zpostgresql system 17 system
1912026-06-13T03:10:43.612Zpython vendor 3 vendor
1922026-06-13T03:10:43.613Zpython system 2 system
1932026-06-13T03:10:43.613Zpython3 vendor 3.13 vendor
1942026-06-13T03:10:43.613Zruby system 3.4 system
1952026-06-13T03:10:43.613Zruby system 3.0 system
1962026-06-13T03:10:43.613Zwords vendor vendor american-english
1972026-06-13T03:10:43.613Zwords system system australian-english
1982026-06-13T03:10:43.613Zwords system system british-english
1992026-06-13T03:10:43.613Zwords system system canadian-english
2002026-06-13T03:10:43.613Zwords system system french
2012026-06-13T03:10:43.613Zwords system system italian
2022026-06-13T03:10:43.613Zwords system system ngerman
2032026-06-13T03:10:43.613Zwords system system ogerman
2042026-06-13T03:10:43.613Zwords system system spanish
2052026-06-13T03:10:43.871ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-13T03:10:43.871Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-13T03:10:44.166ZFMRI IFO
2082026-06-13T03:10:44.166Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-13T03:10:44.166Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-13T03:10:44.166Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-13T03:10:44.166Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-13T03:10:44.166Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-13T03:10:44.166Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-13T03:10:44.166Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-13T03:10:44.166Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-13T03:10:44.166Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-13T03:10:44.406Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-13T03:10:44.658Z Updating crates.io index
2192026-06-13T03:10:44.661Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-13T03:10:45.194Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-13T03:10:45.502Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-13T03:10:46.127Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-13T03:10:46.940Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-13T03:10:47.449Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-13T03:10:48.946Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-13T03:10:49.681Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-13T03:10:50.032Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-13T03:10:51.011Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-13T03:10:51.309Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-13T03:10:51.717Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-13T03:10:51.983Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-13T03:10:53.038Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-13T03:10:53.472Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-13T03:10:53.753Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-13T03:10:53.979Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-13T03:10:54.312Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-13T03:10:54.664Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-13T03:10:55.300Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-13T03:10:55.538Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-13T03:10:55.796Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-13T03:10:56.172Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-13T03:10:56.532Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-13T03:10:56.929Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-13T03:10:57.345Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-13T03:10:57.705Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-13T03:10:58.248Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-13T03:10:58.528Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-13T03:10:59.665Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-13T03:11:00.509Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-13T03:11:00.912Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-13T03:11:01.406Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-13T03:11:01.721Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-13T03:11:02.046Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-13T03:11:02.324Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-13T03:11:03.060Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-13T03:11:03.295Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-13T03:11:03.556Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-13T03:11:03.836Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-13T03:11:04.202Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-13T03:11:15.674Z Downloading crates ...
2612026-06-13T03:11:15.744Z Downloaded cargo-platform v0.2.0
2622026-06-13T03:11:15.770Z Downloaded colorchoice v1.0.4
2632026-06-13T03:11:15.770Z Downloaded pest_generator v2.8.6
2642026-06-13T03:11:15.770Z Downloaded byteorder v1.5.0
2652026-06-13T03:11:15.770Z Downloaded thiserror v1.0.69
2662026-06-13T03:11:15.770Z Downloaded strsim v0.11.1
2672026-06-13T03:11:15.770Z Downloaded serde_derive v1.0.228
2682026-06-13T03:11:15.770Z Downloaded plain v0.2.3
2692026-06-13T03:11:15.770Z Downloaded unicode-xid v0.2.6
2702026-06-13T03:11:15.770Z Downloaded usdt-macro v0.5.0
2712026-06-13T03:11:15.777Z Downloaded textwrap v0.16.2
2722026-06-13T03:11:15.777Z Downloaded zmij v1.0.21
2732026-06-13T03:11:15.777Z Downloaded usdt v0.5.0
2742026-06-13T03:11:15.777Z Downloaded zerotrie v0.2.3
2752026-06-13T03:11:15.777Z Downloaded version_check v0.9.5
2762026-06-13T03:11:15.778Z Downloaded thiserror-impl v1.0.69
2772026-06-13T03:11:15.778Z Downloaded zerovec-derive v0.11.2
2782026-06-13T03:11:15.778Z Downloaded typeid v1.0.3
2792026-06-13T03:11:15.790Z Downloaded zerofrom v0.1.6
2802026-06-13T03:11:15.791Z Downloaded thiserror-impl v2.0.18
2812026-06-13T03:11:15.798Z Downloaded zerocopy-derive v0.7.35
2822026-06-13T03:11:15.798Z Downloaded memmap v0.7.0
2832026-06-13T03:11:15.798Z Downloaded macaddr v1.0.1
2842026-06-13T03:11:15.798Z Downloaded fnv v1.0.7
2852026-06-13T03:11:15.807Z Downloaded tabled_derive v0.7.0
2862026-06-13T03:11:15.807Z Downloaded potential_utf v0.1.4
2872026-06-13T03:11:15.808Z Downloaded utf8parse v0.2.2
2882026-06-13T03:11:15.808Z Downloaded yoke v0.8.1
2892026-06-13T03:11:15.808Z Downloaded usdt-attr-macro v0.5.0
2902026-06-13T03:11:15.808Z Downloaded unicode-linebreak v0.1.5
2912026-06-13T03:11:15.820Z Downloaded thread-id v4.2.2
2922026-06-13T03:11:15.820Z Downloaded usdt-impl v0.5.0
2932026-06-13T03:11:15.820Z Downloaded utf8_iter v1.0.4
2942026-06-13T03:11:15.820Z Downloaded generic-array v0.14.7
2952026-06-13T03:11:15.829Z Downloaded itoa v1.0.17
2962026-06-13T03:11:15.829Z Downloaded heck v0.5.0
2972026-06-13T03:11:15.829Z Downloaded form_urlencoded v1.2.2
2982026-06-13T03:11:15.829Z Downloaded anstyle-query v1.1.5
2992026-06-13T03:11:15.829Z Downloaded yoke-derive v0.8.1
3002026-06-13T03:11:15.829Z Downloaded terminal_size v0.4.3
3012026-06-13T03:11:15.829Z Downloaded clap_lex v1.0.0
3022026-06-13T03:11:15.829Z Downloaded unicode-ident v1.0.24
3032026-06-13T03:11:15.829Z Downloaded serde_spanned v0.6.9
3042026-06-13T03:11:15.856Z Downloaded stable_deref_trait v1.2.1
3052026-06-13T03:11:15.856Z Downloaded toml_datetime v0.6.11
3062026-06-13T03:11:15.856Z Downloaded heck v0.4.1
3072026-06-13T03:11:15.856Z Downloaded writeable v0.6.2
3082026-06-13T03:11:15.856Z Downloaded tinystr v0.8.2
3092026-06-13T03:11:15.857Z Downloaded swrite v0.1.0
3102026-06-13T03:11:15.857Z Downloaded dtrace-parser v0.2.0
3112026-06-13T03:11:15.857Z Downloaded zerofrom-derive v0.1.6
3122026-06-13T03:11:15.857Z Downloaded toml v0.8.23
3132026-06-13T03:11:15.857Z Downloaded smawk v0.3.2
3142026-06-13T03:11:15.857Z Downloaded ordered-float v2.10.1
3152026-06-13T03:11:15.857Z Downloaded scroll_derive v0.12.1
3162026-06-13T03:11:15.857Z Downloaded toml_write v0.1.2
3172026-06-13T03:11:15.857Z Downloaded toml_edit v0.22.27
3182026-06-13T03:11:15.862Z Downloaded cargo_metadata v0.21.0
3192026-06-13T03:11:15.862Z Downloaded url v2.5.8
3202026-06-13T03:11:15.862Z Downloaded scroll v0.12.0
3212026-06-13T03:11:15.862Z Downloaded ucd-trie v0.1.7
3222026-06-13T03:11:15.862Z Downloaded thiserror v2.0.18
3232026-06-13T03:11:15.862Z Downloaded digest v0.10.7
3242026-06-13T03:11:15.863Z Downloaded anstream v1.0.0
3252026-06-13T03:11:15.863Z Downloaded quote v1.0.45
3262026-06-13T03:11:15.863Z Downloaded cpufeatures v0.2.17
3272026-06-13T03:11:15.863Z Downloaded proc-macro-error-attr v1.0.4
3282026-06-13T03:11:15.863Z Downloaded fastrand v2.3.0
3292026-06-13T03:11:15.863Z Downloaded crypto-common v0.1.7
3302026-06-13T03:11:15.875Z Downloaded is_terminal_polyfill v1.70.2
3312026-06-13T03:11:15.889Z Downloaded zerovec v0.11.5
3322026-06-13T03:11:15.889Z Downloaded errno v0.3.14
3332026-06-13T03:11:15.889Z Downloaded serde-untagged v0.1.9
3342026-06-13T03:11:15.889Z Downloaded erased-serde v0.4.9
3352026-06-13T03:11:15.889Z Downloaded anstyle-parse v1.0.0
3362026-06-13T03:11:15.889Z Downloaded typenum v1.19.0
3372026-06-13T03:11:15.901Z Downloaded sha2 v0.10.9
3382026-06-13T03:11:15.901Z Downloaded proc-macro-error v1.0.4
3392026-06-13T03:11:15.901Z Downloaded zerocopy v0.7.35
3402026-06-13T03:11:15.901Z Downloaded serde-value v0.7.0
3412026-06-13T03:11:15.901Z Downloaded winnow v0.7.14
3422026-06-13T03:11:15.901Z Downloaded pretty-hex v0.4.1
3432026-06-13T03:11:15.907Z Downloaded displaydoc v0.2.5
3442026-06-13T03:11:15.907Z Downloaded camino v1.2.2
3452026-06-13T03:11:15.907Z Downloaded percent-encoding v2.3.2
3462026-06-13T03:11:15.907Z Downloaded semver v1.0.28
3472026-06-13T03:11:15.907Z Downloaded fs-err v3.3.0
3482026-06-13T03:11:15.907Z Downloaded bitflags v2.11.0
3492026-06-13T03:11:15.907Z Downloaded clap_derive v4.6.1
3502026-06-13T03:11:15.907Z Downloaded idna_adapter v1.2.1
3512026-06-13T03:11:15.907Z Downloaded unicode-width v0.1.14
3522026-06-13T03:11:15.911Z Downloaded equivalent v1.0.2
3532026-06-13T03:11:15.911Z Downloaded anstyle v1.0.14
3542026-06-13T03:11:15.911Z Downloaded anyhow v1.0.102
3552026-06-13T03:11:15.914Z Downloaded dof v0.3.0
3562026-06-13T03:11:15.914Z Downloaded unicode-width v0.2.0
3572026-06-13T03:11:15.917Z Downloaded cargo_toml v0.21.0
3582026-06-13T03:11:15.917Z Downloaded camino-tempfile v1.4.1
3592026-06-13T03:11:15.917Z Downloaded block-buffer v0.10.4
3602026-06-13T03:11:15.920Z Downloaded autocfg v1.5.0
3612026-06-13T03:11:15.920Z Downloaded pest_derive v2.8.6
3622026-06-13T03:11:15.929Z Downloaded papergrid v0.11.0
3632026-06-13T03:11:15.932Z Downloaded serde_core v1.0.228
3642026-06-13T03:11:15.935Z Downloaded synstructure v0.13.2
3652026-06-13T03:11:15.935Z Downloaded serde_tokenstream v0.2.3
3662026-06-13T03:11:15.938Z Downloaded cargo-util-schemas v0.8.2
3672026-06-13T03:11:15.938Z Downloaded log v0.4.29
3682026-06-13T03:11:15.938Z Downloaded litemap v0.8.1
3692026-06-13T03:11:15.941Z Downloaded cfg-if v1.0.4
3702026-06-13T03:11:15.945Z Downloaded bytecount v0.6.9
3712026-06-13T03:11:15.945Z Downloaded tempfile v3.25.0
3722026-06-13T03:11:15.952Z Downloaded getrandom v0.4.1
3732026-06-13T03:11:15.964Z Downloaded icu_normalizer v2.1.1
3742026-06-13T03:11:15.970Z Downloaded smallvec v1.15.1
3752026-06-13T03:11:15.973Z Downloaded icu_provider v2.1.1
3762026-06-13T03:11:15.973Z Downloaded clap v4.6.1
3772026-06-13T03:11:15.977Z Downloaded icu_properties v2.1.2
3782026-06-13T03:11:15.980Z Downloaded once_cell v1.21.3
3792026-06-13T03:11:15.980Z Downloaded num-traits v0.2.19
3802026-06-13T03:11:15.986Z Downloaded icu_normalizer_data v2.1.1
3812026-06-13T03:11:16.011Z Downloaded proc-macro2 v1.0.106
3822026-06-13T03:11:16.012Z Downloaded pest_meta v2.8.6
3832026-06-13T03:11:16.012Z Downloaded icu_locale_core v2.1.1
3842026-06-13T03:11:16.016Z Downloaded indexmap v2.14.0
3852026-06-13T03:11:16.019Z Downloaded serde v1.0.228
3862026-06-13T03:11:16.023Z Downloaded icu_collections v2.1.1
3872026-06-13T03:11:16.031Z Downloaded memchr v2.8.0
3882026-06-13T03:11:16.051Z Downloaded idna v1.1.0
3892026-06-13T03:11:16.083Z Downloaded clap_builder v4.6.0
3902026-06-13T03:11:16.083Z Downloaded serde_json v1.0.149
3912026-06-13T03:11:16.083Z Downloaded hashbrown v0.17.0
3922026-06-13T03:11:16.099Z Downloaded pest v2.8.6
3932026-06-13T03:11:16.099Z Downloaded icu_properties_data v2.1.2
3942026-06-13T03:11:16.099Z Downloaded tabled v0.15.0
3952026-06-13T03:11:16.099Z Downloaded goblin v0.8.2
3962026-06-13T03:11:16.108Z Downloaded syn v1.0.109
3972026-06-13T03:11:16.108Z Downloaded syn v2.0.117
3982026-06-13T03:11:16.111Z Downloaded rustix v1.1.3
3992026-06-13T03:11:16.139Z Downloaded libc v0.2.185
4002026-06-13T03:11:16.218Z Compiling proc-macro2 v1.0.106
4012026-06-13T03:11:16.218Z Compiling unicode-ident v1.0.24
4022026-06-13T03:11:16.249Z Compiling quote v1.0.45
4032026-06-13T03:11:16.249Z Compiling serde_core v1.0.228
4042026-06-13T03:11:16.249Z Compiling libc v0.2.185
4052026-06-13T03:11:16.249Z Compiling version_check v0.9.5
4062026-06-13T03:11:16.249Z Compiling stable_deref_trait v1.2.1
4072026-06-13T03:11:16.249Z Compiling serde v1.0.228
4082026-06-13T03:11:16.249Z Compiling memchr v2.8.0
4092026-06-13T03:11:16.390Z Compiling zmij v1.0.21
4102026-06-13T03:11:16.404Z Compiling autocfg v1.5.0
4112026-06-13T03:11:16.408Z Compiling thiserror v1.0.69
4122026-06-13T03:11:16.408Z Compiling itoa v1.0.17
4132026-06-13T03:11:16.408Z Compiling ucd-trie v0.1.7
4142026-06-13T03:11:16.408Z Compiling litemap v0.8.1
4152026-06-13T03:11:16.638Z Compiling writeable v0.6.2
4162026-06-13T03:11:16.656Z Compiling byteorder v1.5.0
4172026-06-13T03:11:16.758Z Compiling rustix v1.1.3
4182026-06-13T03:11:16.802Z Compiling icu_normalizer_data v2.1.1
4192026-06-13T03:11:16.836Z Compiling pest v2.8.6
4202026-06-13T03:11:16.855Z Compiling icu_properties_data v2.1.2
4212026-06-13T03:11:16.893Z Compiling serde_json v1.0.149
4222026-06-13T03:11:16.897Z Compiling bitflags v2.11.0
4232026-06-13T03:11:16.949Z Compiling hashbrown v0.17.0
4242026-06-13T03:11:17.075Z Compiling num-traits v0.2.19
4252026-06-13T03:11:17.131Z Compiling smallvec v1.15.1
4262026-06-13T03:11:17.205Z Compiling typeid v1.0.3
4272026-06-13T03:11:17.240Z Compiling equivalent v1.0.2
4282026-06-13T03:11:17.310Z Compiling usdt-impl v0.5.0
4292026-06-13T03:11:17.400Z Compiling proc-macro-error-attr v1.0.4
4302026-06-13T03:11:17.422Z Compiling errno v0.3.14
4312026-06-13T03:11:17.444Z Compiling indexmap v2.14.0
4322026-06-13T03:11:17.466Z Compiling thread-id v4.2.2
4332026-06-13T03:11:17.466Z Compiling winnow v0.7.14
4342026-06-13T03:11:17.522Z Compiling erased-serde v0.4.9
4352026-06-13T03:11:17.525Z Compiling toml_write v0.1.2
4362026-06-13T03:11:17.561Z Compiling syn v1.0.109
4372026-06-13T03:11:17.601Z Compiling proc-macro-error v1.0.4
4382026-06-13T03:11:17.728Z Compiling camino v1.2.2
4392026-06-13T03:11:17.748Z Compiling log v0.4.29
4402026-06-13T03:11:17.765Z Compiling plain v0.2.3
4412026-06-13T03:11:17.796Z Compiling getrandom v0.4.1
4422026-06-13T03:11:17.846Z Compiling utf8parse v0.2.2
4432026-06-13T03:11:17.898Z Compiling pest_meta v2.8.6
4442026-06-13T03:11:17.934Z Compiling thiserror v2.0.18
4452026-06-13T03:11:17.955Z Compiling percent-encoding v2.3.2
4462026-06-13T03:11:17.972Z Compiling utf8_iter v1.0.4
4472026-06-13T03:11:17.990Z Compiling anstyle-parse v1.0.0
4482026-06-13T03:11:18.093Z Compiling syn v2.0.117
4492026-06-13T03:11:18.112Z Compiling form_urlencoded v1.2.2
4502026-06-13T03:11:18.162Z Compiling ordered-float v2.10.1
4512026-06-13T03:11:18.284Z Compiling cfg-if v1.0.4
4522026-06-13T03:11:18.294Z Compiling anstyle v1.0.14
4532026-06-13T03:11:18.370Z Compiling colorchoice v1.0.4
4542026-06-13T03:11:18.374Z Compiling pretty-hex v0.4.1
4552026-06-13T03:11:18.407Z Compiling is_terminal_polyfill v1.70.2
4562026-06-13T03:11:18.410Z Compiling anstyle-query v1.1.5
4572026-06-13T03:11:18.537Z Compiling anstream v1.0.0
4582026-06-13T03:11:18.556Z Compiling fs-err v3.3.0
4592026-06-13T03:11:18.578Z Compiling heck v0.4.1
4602026-06-13T03:11:18.598Z Compiling terminal_size v0.4.3
4612026-06-13T03:11:18.601Z Compiling heck v0.5.0
4622026-06-13T03:11:18.636Z Compiling unicode-xid v0.2.6
4632026-06-13T03:11:18.653Z Compiling fastrand v2.3.0
4642026-06-13T03:11:18.681Z Compiling anyhow v1.0.102
4652026-06-13T03:11:18.791Z Compiling semver v1.0.28
4662026-06-13T03:11:18.888Z Compiling once_cell v1.21.3
4672026-06-13T03:11:18.910Z Compiling unicode-width v0.1.14
4682026-06-13T03:11:18.934Z Compiling clap_lex v1.0.0
4692026-06-13T03:11:18.995Z Compiling strsim v0.11.1
4702026-06-13T03:11:19.064Z Compiling bytecount v0.6.9
4712026-06-13T03:11:19.090Z Compiling fnv v1.0.7
4722026-06-13T03:11:19.111Z Compiling tempfile v3.25.0
4732026-06-13T03:11:19.183Z Compiling papergrid v0.11.0
4742026-06-13T03:11:19.219Z Compiling serde-untagged v0.1.9
4752026-06-13T03:11:19.239Z Compiling clap_builder v4.6.0
4762026-06-13T03:11:19.242Z Compiling memmap v0.7.0
4772026-06-13T03:11:19.297Z Compiling smawk v0.3.2
4782026-06-13T03:11:19.300Z Compiling unicode-linebreak v0.1.5
4792026-06-13T03:11:19.387Z Compiling unicode-width v0.2.0
4802026-06-13T03:11:19.485Z Compiling camino-tempfile v1.4.1
4812026-06-13T03:11:19.504Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-13T03:11:19.522Z Compiling swrite v0.1.0
4832026-06-13T03:11:19.633Z Compiling textwrap v0.16.2
4842026-06-13T03:11:19.954Z Compiling tabled_derive v0.7.0
4852026-06-13T03:11:20.631Z Compiling tabled v0.15.0
4862026-06-13T03:11:20.687Z Compiling synstructure v0.13.2
4872026-06-13T03:11:20.688Z Compiling pest_generator v2.8.6
4882026-06-13T03:11:21.233Z Compiling serde_derive v1.0.228
4892026-06-13T03:11:21.233Z Compiling zerofrom-derive v0.1.6
4902026-06-13T03:11:21.236Z Compiling yoke-derive v0.8.1
4912026-06-13T03:11:21.236Z Compiling zerovec-derive v0.11.2
4922026-06-13T03:11:21.236Z Compiling displaydoc v0.2.5
4932026-06-13T03:11:21.236Z Compiling thiserror-impl v1.0.69
4942026-06-13T03:11:21.236Z Compiling zerocopy-derive v0.7.35
4952026-06-13T03:11:21.236Z Compiling scroll_derive v0.12.1
4962026-06-13T03:11:21.236Z Compiling thiserror-impl v2.0.18
4972026-06-13T03:11:21.236Z Compiling clap_derive v4.6.1
4982026-06-13T03:11:21.344Z Compiling pest_derive v2.8.6
4992026-06-13T03:11:21.890Z Compiling scroll v0.12.0
5002026-06-13T03:11:22.043Z Compiling zerocopy v0.7.35
5012026-06-13T03:11:22.116Z Compiling goblin v0.8.2
5022026-06-13T03:11:22.385Z Compiling zerofrom v0.1.6
5032026-06-13T03:11:22.494Z Compiling yoke v0.8.1
5042026-06-13T03:11:22.510Z Compiling dtrace-parser v0.2.0
5052026-06-13T03:11:22.645Z Compiling clap v4.6.1
5062026-06-13T03:11:22.661Z Compiling zerovec v0.11.5
5072026-06-13T03:11:22.661Z Compiling zerotrie v0.2.3
5082026-06-13T03:11:23.084Z Compiling tinystr v0.8.2
5092026-06-13T03:11:23.084Z Compiling potential_utf v0.1.4
5102026-06-13T03:11:23.212Z Compiling icu_collections v2.1.1
5112026-06-13T03:11:23.238Z Compiling icu_locale_core v2.1.1
5122026-06-13T03:11:23.702Z Compiling dof v0.3.0
5132026-06-13T03:11:23.702Z Compiling serde_tokenstream v0.2.3
5142026-06-13T03:11:23.719Z Compiling serde_spanned v0.6.9
5152026-06-13T03:11:23.723Z Compiling toml_datetime v0.6.11
5162026-06-13T03:11:23.723Z Compiling serde-value v0.7.0
5172026-06-13T03:11:23.736Z Compiling cargo-platform v0.2.0
5182026-06-13T03:11:23.740Z Compiling macaddr v1.0.1
5192026-06-13T03:11:23.828Z Compiling icu_provider v2.1.1
5202026-06-13T03:11:23.929Z Compiling toml_edit v0.22.27
5212026-06-13T03:11:24.067Z Compiling icu_properties v2.1.2
5222026-06-13T03:11:24.067Z Compiling icu_normalizer v2.1.1
5232026-06-13T03:11:24.391Z Compiling usdt-attr-macro v0.5.0
5242026-06-13T03:11:24.392Z Compiling usdt-macro v0.5.0
5252026-06-13T03:11:24.904Z Compiling idna_adapter v1.2.1
5262026-06-13T03:11:24.984Z Compiling usdt v0.5.0
5272026-06-13T03:11:25.012Z Compiling idna v1.1.0
5282026-06-13T03:11:25.205Z Compiling toml v0.8.23
5292026-06-13T03:11:25.259Z Compiling url v2.5.8
5302026-06-13T03:11:25.537Z Compiling cargo_toml v0.21.0
5312026-06-13T03:11:25.654Z Compiling cargo-util-schemas v0.8.2
5322026-06-13T03:11:26.414Z Compiling cargo_metadata v0.21.0
5332026-06-13T03:11:27.331Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-13T03:11:29.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.18s
5352026-06-13T03:11:29.711Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-06-13T03:11:30.268Z Downloading crates ...
5372026-06-13T03:11:30.366Z Downloaded adler2 v2.0.1
5382026-06-13T03:11:30.385Z Downloaded crc-catalog v2.4.0
5392026-06-13T03:11:30.392Z Downloaded dof v0.4.0
5402026-06-13T03:11:30.397Z Downloaded cc v1.2.56
5412026-06-13T03:11:30.400Z Downloaded castaway v0.2.4
5422026-06-13T03:11:30.400Z Downloaded aead v0.5.2
5432026-06-13T03:11:30.400Z Downloaded cargo-platform v0.3.2
5442026-06-13T03:11:30.403Z Downloaded bzip2 v0.6.1
5452026-06-13T03:11:30.403Z Downloaded crc-any v2.5.0
5462026-06-13T03:11:30.406Z Downloaded blowfish v0.9.1
5472026-06-13T03:11:30.409Z Downloaded allocator-api2 v0.2.21
5482026-06-13T03:11:30.412Z Downloaded daft-derive v0.1.7
5492026-06-13T03:11:30.416Z Downloaded cancel-safe-futures v0.1.5
5502026-06-13T03:11:30.416Z Downloaded foldhash v0.2.0
5512026-06-13T03:11:30.419Z Downloaded derive_more v2.1.1
5522026-06-13T03:11:30.424Z Downloaded embedded-io v0.4.0
5532026-06-13T03:11:30.427Z Downloaded dropshot-api-manager-types v0.7.2
5542026-06-13T03:11:30.427Z Downloaded dunce v1.0.5
5552026-06-13T03:11:30.427Z Downloaded des v0.8.1
5562026-06-13T03:11:30.430Z Downloaded cassowary v0.3.0
5572026-06-13T03:11:30.430Z Downloaded cargo_metadata v0.23.1
5582026-06-13T03:11:30.430Z Downloaded block-padding v0.3.3
5592026-06-13T03:11:30.433Z Downloaded chacha20 v0.10.0
5602026-06-13T03:11:30.433Z Downloaded async-stream-impl v0.3.6
5612026-06-13T03:11:30.433Z Downloaded atomic-waker v1.1.2
5622026-06-13T03:11:30.436Z Downloaded crossbeam-epoch v0.9.18
5632026-06-13T03:11:30.436Z Downloaded cipher v0.4.4
5642026-06-13T03:11:30.440Z Downloaded either v1.15.0
5652026-06-13T03:11:30.440Z Downloaded bzip2 v0.4.4
5662026-06-13T03:11:30.440Z Downloaded bit-set v0.8.0
5672026-06-13T03:11:30.443Z Downloaded crc32fast v1.5.0
5682026-06-13T03:11:30.443Z Downloaded base16ct v0.2.0
5692026-06-13T03:11:30.443Z Downloaded async-bb8-diesel v0.2.1
5702026-06-13T03:11:30.446Z Downloaded curve25519-dalek-derive v0.1.1
5712026-06-13T03:11:30.446Z Downloaded cobs v0.3.0
5722026-06-13T03:11:30.446Z Downloaded array-init v0.0.4
5732026-06-13T03:11:30.449Z Downloaded ascii-canvas v3.0.0
5742026-06-13T03:11:30.449Z Downloaded ciborium-ll v0.2.2
5752026-06-13T03:11:30.452Z Downloaded atty v0.2.14
5762026-06-13T03:11:30.457Z Downloaded chacha20 v0.9.1
5772026-06-13T03:11:30.460Z Downloaded cbc v0.1.2
5782026-06-13T03:11:30.460Z Downloaded bitfield-struct v0.6.2
5792026-06-13T03:11:30.460Z Downloaded bitfield-macros v0.19.4
5802026-06-13T03:11:30.464Z Downloaded arrayref v0.3.9
5812026-06-13T03:11:30.471Z Downloaded buf-list v1.1.2
5822026-06-13T03:11:30.474Z Downloaded bit-vec v0.8.0
5832026-06-13T03:11:30.474Z Downloaded backoff v0.4.0
5842026-06-13T03:11:30.477Z Downloaded dsl_auto_type v0.2.0
5852026-06-13T03:11:30.477Z Downloaded curve25519-dalek v4.1.3
5862026-06-13T03:11:30.481Z Downloaded dyn-clone v1.0.20
5872026-06-13T03:11:30.484Z Downloaded async-stream v0.3.6
5882026-06-13T03:11:30.484Z Downloaded argon2 v0.5.3
5892026-06-13T03:11:30.487Z Downloaded crc v3.4.0
5902026-06-13T03:11:30.490Z Downloaded ciborium-io v0.2.2
5912026-06-13T03:11:30.493Z Downloaded ahash v0.8.12
5922026-06-13T03:11:30.496Z Downloaded ciborium v0.2.2
5932026-06-13T03:11:30.496Z Downloaded darling_macro v0.21.3
5942026-06-13T03:11:30.500Z Downloaded endian-type v0.1.2
5952026-06-13T03:11:30.500Z Downloaded arc-swap v1.8.2
5962026-06-13T03:11:30.503Z Downloaded compression-core v0.4.31
5972026-06-13T03:11:30.503Z Downloaded diesel_table_macro_syntax v0.3.0
5982026-06-13T03:11:30.506Z Downloaded cfg_aliases v0.2.1
5992026-06-13T03:11:30.508Z Downloaded env_logger v0.11.9
6002026-06-13T03:11:30.508Z Downloaded bit-set v0.5.3
6012026-06-13T03:11:30.509Z Downloaded cmake v0.1.57
6022026-06-13T03:11:30.512Z Downloaded cfg_aliases v0.1.1
6032026-06-13T03:11:30.512Z Downloaded crucible-workspace-hack v0.1.0
6042026-06-13T03:11:30.512Z Downloaded cexpr v0.6.0
6052026-06-13T03:11:30.512Z Downloaded assert_matches v1.5.0
6062026-06-13T03:11:30.515Z Downloaded debug-ignore v1.0.5
6072026-06-13T03:11:30.515Z Downloaded foreign-types v0.3.2
6082026-06-13T03:11:30.515Z Downloaded atomicwrites v0.4.4
6092026-06-13T03:11:30.518Z Downloaded downcast-rs v2.0.2
6102026-06-13T03:11:30.518Z Downloaded foreign-types v0.5.0
6112026-06-13T03:11:30.518Z Downloaded defmt-parser v1.0.0
6122026-06-13T03:11:30.518Z Downloaded darling_macro v0.23.0
6132026-06-13T03:11:30.521Z Downloaded bitflags v1.3.2
6142026-06-13T03:11:30.524Z Downloaded embedded-io v0.6.1
6152026-06-13T03:11:30.524Z Downloaded bb8 v0.8.6
6162026-06-13T03:11:30.524Z Downloaded async-trait v0.1.89
6172026-06-13T03:11:30.527Z Downloaded anstream v0.6.21
6182026-06-13T03:11:30.530Z Downloaded document-features v0.2.12
6192026-06-13T03:11:30.530Z Downloaded cpufeatures v0.3.0
6202026-06-13T03:11:30.530Z Downloaded bitfield v0.19.4
6212026-06-13T03:11:30.534Z Downloaded bit-vec v0.6.3
6222026-06-13T03:11:30.537Z Downloaded float-ord v0.3.2
6232026-06-13T03:11:30.539Z Downloaded fd-lock v4.0.4
6242026-06-13T03:11:30.539Z Downloaded env_filter v1.0.0
6252026-06-13T03:11:30.542Z Downloaded darling_macro v0.20.11
6262026-06-13T03:11:30.542Z Downloaded fixedbitset v0.4.2
6272026-06-13T03:11:30.545Z Downloaded futures-sink v0.3.32
6282026-06-13T03:11:30.545Z Downloaded convert_case v0.4.0
6292026-06-13T03:11:30.545Z Downloaded async-recursion v1.1.1
6302026-06-13T03:11:30.548Z Downloaded dtrace-parser v0.3.0
6312026-06-13T03:11:30.548Z Downloaded dirs-next v2.0.0
6322026-06-13T03:11:30.552Z Downloaded defmt v1.0.1
6332026-06-13T03:11:30.552Z Downloaded der_derive v0.7.3
6342026-06-13T03:11:30.555Z Downloaded ctr v0.9.2
6352026-06-13T03:11:30.555Z Downloaded byte-wrapper v0.1.0
6362026-06-13T03:11:30.558Z Downloaded float-cmp v0.10.0
6372026-06-13T03:11:30.558Z Downloaded darling_macro v0.13.4
6382026-06-13T03:11:30.558Z Downloaded crossbeam-deque v0.8.6
6392026-06-13T03:11:30.558Z Downloaded bcrypt-pbkdf v0.10.0
6402026-06-13T03:11:30.561Z Downloaded difflib v0.4.0
6412026-06-13T03:11:30.561Z Downloaded foreign-types-macros v0.2.3
6422026-06-13T03:11:30.561Z Downloaded backon v1.6.0
6432026-06-13T03:11:30.564Z Downloaded cookie_store v0.22.1
6442026-06-13T03:11:30.567Z Downloaded anstyle-parse v0.2.7
6452026-06-13T03:11:30.567Z Downloaded git-stub v1.0.0
6462026-06-13T03:11:30.567Z Downloaded futures-io v0.3.32
6472026-06-13T03:11:30.569Z Downloaded dirs-sys-next v0.1.2
6482026-06-13T03:11:30.569Z Downloaded enum-as-inner v0.6.1
6492026-06-13T03:11:30.572Z Downloaded corncobs v0.1.4
6502026-06-13T03:11:30.575Z Downloaded derive_builder_macro v0.20.2
6512026-06-13T03:11:30.575Z Downloaded cstr-argument v0.1.2
6522026-06-13T03:11:30.575Z Downloaded crunchy v0.2.4
6532026-06-13T03:11:30.575Z Downloaded clang-sys v1.8.1
6542026-06-13T03:11:30.578Z Downloaded crc8 v0.1.1
6552026-06-13T03:11:30.578Z Downloaded flagset v0.4.7
6562026-06-13T03:11:30.578Z Downloaded convert_case v0.10.0
6572026-06-13T03:11:30.582Z Downloaded cookie v0.18.1
6582026-06-13T03:11:30.582Z Downloaded futures-core v0.3.32
6592026-06-13T03:11:30.585Z Downloaded ghash v0.5.1
6602026-06-13T03:11:30.585Z Downloaded futures-macro v0.3.32
6612026-06-13T03:11:30.585Z Downloaded display-error-chain v0.2.2
6622026-06-13T03:11:30.585Z Downloaded hex-literal v0.4.1
6632026-06-13T03:11:30.585Z Downloaded hex v0.4.3
6642026-06-13T03:11:30.589Z Downloaded fxhash v0.2.1
6652026-06-13T03:11:30.592Z Downloaded gethostname v0.5.0
6662026-06-13T03:11:30.592Z Downloaded const-oid v0.9.6
6672026-06-13T03:11:30.595Z Downloaded console v0.16.2
6682026-06-13T03:11:30.595Z Downloaded hash32 v0.2.1
6692026-06-13T03:11:30.595Z Downloaded futures-task v0.3.32
6702026-06-13T03:11:30.598Z Downloaded derive_builder_core v0.20.2
6712026-06-13T03:11:30.601Z Downloaded constant_time_eq v0.4.2
6722026-06-13T03:11:30.606Z Downloaded headers-core v0.3.0
6732026-06-13T03:11:30.609Z Downloaded deranged v0.5.8
6742026-06-13T03:11:30.609Z Downloaded data-encoding v2.10.0
6752026-06-13T03:11:30.612Z Downloaded critical-section v1.2.0
6762026-06-13T03:11:30.612Z Downloaded darling v0.13.4
6772026-06-13T03:11:30.615Z Downloaded compression-codecs v0.4.37
6782026-06-13T03:11:30.615Z Downloaded blake2 v0.10.6
6792026-06-13T03:11:30.618Z Downloaded ena v0.14.4
6802026-06-13T03:11:30.618Z Downloaded daft v0.1.7
6812026-06-13T03:11:30.621Z Downloaded bcs v0.1.6
6822026-06-13T03:11:30.621Z Downloaded derive-ex v0.1.8
6832026-06-13T03:11:30.621Z Downloaded base64ct v1.8.3
6842026-06-13T03:11:30.625Z Downloaded csv-core v0.1.13
6852026-06-13T03:11:30.625Z Downloaded ecdsa v0.16.9
6862026-06-13T03:11:30.628Z Downloaded foldhash v0.1.5
6872026-06-13T03:11:30.628Z Downloaded hyper-tls v0.6.0
6882026-06-13T03:11:30.628Z Downloaded ident_case v1.0.1
6892026-06-13T03:11:30.628Z Downloaded http-range v0.1.5
6902026-06-13T03:11:30.631Z Downloaded hubpack v0.1.2
6912026-06-13T03:11:30.634Z Downloaded httpdate v1.0.3
6922026-06-13T03:11:30.637Z Downloaded arrayvec v0.7.6
6932026-06-13T03:11:30.637Z Downloaded http-body v1.0.1
6942026-06-13T03:11:30.640Z Downloaded hostname v0.4.2
6952026-06-13T03:11:30.640Z Downloaded const_format_proc_macros v0.2.34
6962026-06-13T03:11:30.640Z Downloaded camino-tempfile-ext v0.3.3
6972026-06-13T03:11:30.643Z Downloaded filetime v0.2.27
6982026-06-13T03:11:30.643Z Downloaded indent_write v2.2.0
6992026-06-13T03:11:30.644Z Downloaded hubpack_derive v0.1.1
7002026-06-13T03:11:30.647Z Downloaded ff v0.13.1
7012026-06-13T03:11:30.647Z Downloaded fallible-iterator v0.2.0
7022026-06-13T03:11:30.647Z Downloaded indoc v1.0.9
7032026-06-13T03:11:30.650Z Downloaded illumos-nvpair-sys v0.2.0
7042026-06-13T03:11:30.650Z Downloaded foreign-types-shared v0.1.1
7052026-06-13T03:11:30.650Z Downloaded fixedbitset v0.5.7
7062026-06-13T03:11:30.653Z Downloaded diesel-dtrace v0.5.0
7072026-06-13T03:11:30.653Z Downloaded defmt v0.3.100
7082026-06-13T03:11:30.653Z Downloaded colored v3.1.1
7092026-06-13T03:11:30.656Z Downloaded futures-executor v0.3.32
7102026-06-13T03:11:30.656Z Downloaded fs-err v2.11.0
7112026-06-13T03:11:30.656Z Downloaded erased-serde v0.3.31
7122026-06-13T03:11:30.659Z Downloaded defmt-macros v1.0.1
7132026-06-13T03:11:30.662Z Downloaded git-stub-vcs v0.1.0
7142026-06-13T03:11:30.662Z Downloaded colored v2.2.0
7152026-06-13T03:11:30.662Z Downloaded internet-checksum v0.2.1
7162026-06-13T03:11:30.665Z Downloaded hostname v0.3.1
7172026-06-13T03:11:30.665Z Downloaded illumos-nvpair v0.3.0
7182026-06-13T03:11:30.668Z Downloaded instability v0.3.11
7192026-06-13T03:11:30.671Z Downloaded highway v1.3.0
7202026-06-13T03:11:30.671Z Downloaded getrandom v0.2.17
7212026-06-13T03:11:30.674Z Downloaded console v0.15.11
7222026-06-13T03:11:30.677Z Downloaded crossbeam-utils v0.8.21
7232026-06-13T03:11:30.680Z Downloaded find-msvc-tools v0.1.9
7242026-06-13T03:11:30.680Z Downloaded humantime v2.3.0
7252026-06-13T03:11:30.684Z Downloaded http-body-util v0.1.3
7262026-06-13T03:11:30.687Z Downloaded globwalk v0.9.1
7272026-06-13T03:11:30.690Z Downloaded hash32 v0.3.1
7282026-06-13T03:11:30.690Z Downloaded diff v0.1.13
7292026-06-13T03:11:30.693Z Downloaded chacha20poly1305 v0.10.1
7302026-06-13T03:11:30.693Z Downloaded is_ci v1.2.0
7312026-06-13T03:11:30.696Z Downloaded foreign-types-shared v0.3.1
7322026-06-13T03:11:30.699Z Downloaded darling_core v0.13.4
7332026-06-13T03:11:30.702Z Downloaded inout v0.1.4
7342026-06-13T03:11:30.705Z Downloaded maybe-uninit v2.0.0
7352026-06-13T03:11:30.705Z Downloaded kstat-rs v0.2.4
7362026-06-13T03:11:30.709Z Downloaded is-terminal v0.4.17
7372026-06-13T03:11:30.709Z Downloaded getrandom v0.3.4
7382026-06-13T03:11:30.712Z Downloaded keccak v0.1.6
7392026-06-13T03:11:30.715Z Downloaded ipnetwork v0.21.1
7402026-06-13T03:11:30.715Z Downloaded funty v2.0.0
7412026-06-13T03:11:30.718Z Downloaded fs_extra v1.3.0
7422026-06-13T03:11:30.721Z Downloaded lru-cache v0.1.2
7432026-06-13T03:11:30.721Z Downloaded lalrpop-util v0.19.12
7442026-06-13T03:11:30.724Z Downloaded home v0.5.12
7452026-06-13T03:11:30.724Z Downloaded libscf-sys v1.1.0
7462026-06-13T03:11:30.725Z Downloaded managed v0.8.0
7472026-06-13T03:11:30.727Z Downloaded md5 v0.7.0
7482026-06-13T03:11:30.727Z Downloaded match_cfg v0.1.0
7492026-06-13T03:11:30.731Z Downloaded ipnet v2.11.0
7502026-06-13T03:11:30.734Z Downloaded instant v0.1.13
7512026-06-13T03:11:30.734Z Downloaded derive_builder v0.20.2
7522026-06-13T03:11:30.737Z Downloaded globset v0.4.18
7532026-06-13T03:11:30.740Z Downloaded darling v0.23.0
7542026-06-13T03:11:30.743Z Downloaded lru-slab v0.1.2
7552026-06-13T03:11:30.743Z Downloaded lazy_static v1.5.0
7562026-06-13T03:11:30.743Z Downloaded group v0.13.0
7572026-06-13T03:11:30.746Z Downloaded hmac v0.12.1
7582026-06-13T03:11:30.746Z Downloaded futures-channel v0.3.32
7592026-06-13T03:11:30.749Z Downloaded bytes v1.11.1
7602026-06-13T03:11:30.749Z Downloaded maplit v1.0.2
7612026-06-13T03:11:30.752Z Downloaded ingot v0.1.1
7622026-06-13T03:11:30.752Z Downloaded indoc v2.0.7
7632026-06-13T03:11:30.752Z Downloaded compact_str v0.8.1
7642026-06-13T03:11:30.756Z Downloaded new_debug_unreachable v1.0.6
7652026-06-13T03:11:30.756Z Downloaded lzss v0.8.2
7662026-06-13T03:11:30.759Z Downloaded linked-hash-map v0.5.6
7672026-06-13T03:11:30.759Z Downloaded bumpalo v3.20.2
7682026-06-13T03:11:30.763Z Downloaded dropshot_endpoint v0.17.0
7692026-06-13T03:11:30.763Z Downloaded nibble_vec v0.1.0
7702026-06-13T03:11:30.767Z Downloaded multimap v0.10.1
7712026-06-13T03:11:30.767Z Downloaded base64 v0.21.7
7722026-06-13T03:11:30.767Z Downloaded num-derive v0.4.2
7732026-06-13T03:11:30.770Z Downloaded num v0.4.3
7742026-06-13T03:11:30.770Z Downloaded drift v0.2.0
7752026-06-13T03:11:30.775Z Downloaded md-5 v0.10.6
7762026-06-13T03:11:30.778Z Downloaded newtype_derive v0.1.6
7772026-06-13T03:11:30.778Z Downloaded base64 v0.22.1
7782026-06-13T03:11:30.781Z Downloaded newline-converter v0.3.0
7792026-06-13T03:11:30.781Z Downloaded darling v0.21.3
7802026-06-13T03:11:30.796Z Downloaded num_enum_derive v0.5.11
7812026-06-13T03:11:30.799Z Downloaded num-iter v0.1.45
7822026-06-13T03:11:30.799Z Downloaded libsw-core v0.3.2
7832026-06-13T03:11:30.799Z Downloaded libefi-sys v0.1.0
7842026-06-13T03:11:30.802Z Downloaded hyper-staticfile v0.10.1
7852026-06-13T03:11:30.802Z Downloaded num-derive v0.3.3
7862026-06-13T03:11:30.802Z Downloaded num-conv v0.2.0
7872026-06-13T03:11:30.806Z Downloaded lock_api v0.4.14
7882026-06-13T03:11:30.806Z Downloaded openssl-macros v0.1.1
7892026-06-13T03:11:30.806Z Downloaded opaque-debug v0.3.1
7902026-06-13T03:11:30.812Z Downloaded linear-map v1.2.0
7912026-06-13T03:11:30.812Z Downloaded libsw v3.5.0
7922026-06-13T03:11:30.812Z Downloaded normalize-line-endings v0.3.0
7932026-06-13T03:11:30.812Z Downloaded nonempty v0.12.0
7942026-06-13T03:11:30.812Z Downloaded nodrop v0.1.14
7952026-06-13T03:11:30.812Z Downloaded newtype-uuid-macros v0.1.0
7962026-06-13T03:11:30.815Z Downloaded ignore v0.4.25
7972026-06-13T03:11:30.815Z Downloaded indexmap v1.9.3
7982026-06-13T03:11:30.815Z Downloaded olpc-cjson v0.1.4
7992026-06-13T03:11:30.818Z Downloaded num_threads v0.1.7
8002026-06-13T03:11:30.818Z Downloaded half v1.8.3
8012026-06-13T03:11:30.818Z Downloaded openssl-probe v0.1.6
8022026-06-13T03:11:30.821Z Downloaded newtype-uuid v1.3.2
8032026-06-13T03:11:30.821Z Downloaded mime v0.3.17
8042026-06-13T03:11:30.821Z Downloaded oso-derive v0.27.3
8052026-06-13T03:11:30.821Z Downloaded openssl-probe v0.2.1
8062026-06-13T03:11:30.824Z Downloaded memoffset v0.9.1
8072026-06-13T03:11:30.824Z Downloaded jobserver v0.1.34
8082026-06-13T03:11:30.824Z Downloaded fatfs v0.3.6
8092026-06-13T03:11:30.827Z Downloaded multer v3.1.0
8102026-06-13T03:11:30.830Z Downloaded futures v0.3.32
8112026-06-13T03:11:30.833Z Downloaded half v2.7.1
8122026-06-13T03:11:30.833Z Downloaded ingot-macros v0.1.1
8132026-06-13T03:11:30.836Z Downloaded mime_guess v2.0.5
8142026-06-13T03:11:30.836Z Downloaded ingot-types v0.1.2
8152026-06-13T03:11:30.839Z Downloaded hyper-rustls v0.27.7
8162026-06-13T03:11:30.839Z Downloaded httparse v1.10.1
8172026-06-13T03:11:30.842Z Downloaded flume v0.11.1
8182026-06-13T03:11:30.842Z Downloaded aes v0.8.4
8192026-06-13T03:11:30.845Z Downloaded lru v0.12.5
8202026-06-13T03:11:30.848Z Downloaded libloading v0.8.9
8212026-06-13T03:11:30.848Z Downloaded parse-size v1.1.0
8222026-06-13T03:11:30.848Z Downloaded path-slash v0.1.5
8232026-06-13T03:11:30.851Z Downloaded num_enum v0.7.6
8242026-06-13T03:11:30.854Z Downloaded num_enum v0.5.11
8252026-06-13T03:11:30.854Z Downloaded peg-runtime v0.8.5
8262026-06-13T03:11:30.858Z Downloaded ar_archive_writer v0.5.1
8272026-06-13T03:11:30.858Z Downloaded async-compression v0.4.41
8282026-06-13T03:11:30.861Z Downloaded pbkdf2 v0.12.2
8292026-06-13T03:11:30.867Z Downloaded num_enum_derive v0.7.6
8302026-06-13T03:11:30.867Z Downloaded packed_struct_codegen v0.10.1
8312026-06-13T03:11:30.867Z Downloaded derive_more v0.99.20
8322026-06-13T03:11:30.870Z Downloaded indicatif v0.18.4
8332026-06-13T03:11:30.870Z Downloaded oxnet v0.1.5
8342026-06-13T03:11:30.870Z Downloaded parse-display v0.10.0
8352026-06-13T03:11:30.873Z Downloaded oxide-tokio-rt v0.1.4
8362026-06-13T03:11:30.873Z Downloaded nu-ansi-term v0.50.3
8372026-06-13T03:11:30.874Z Downloaded pin-utils v0.1.0
8382026-06-13T03:11:30.877Z Downloaded nanorand v0.7.0
8392026-06-13T03:11:30.877Z Downloaded derive-where v1.6.0
8402026-06-13T03:11:30.880Z Downloaded pbkdf2 v0.11.0
8412026-06-13T03:11:30.880Z Downloaded iana-time-zone v0.1.65
8422026-06-13T03:11:30.883Z Downloaded heapless v0.8.0
8432026-06-13T03:11:30.886Z Downloaded phf_shared v0.11.3
8442026-06-13T03:11:30.886Z Downloaded password-hash v0.4.2
8452026-06-13T03:11:30.886Z Downloaded libbz2-rs-sys v0.2.2
8462026-06-13T03:11:30.889Z Downloaded headers v0.4.1
8472026-06-13T03:11:30.892Z Downloaded predicates-tree v1.0.13
8482026-06-13T03:11:30.892Z Downloaded num-complex v0.4.6
8492026-06-13T03:11:30.896Z Downloaded parse-display-derive v0.10.0
8502026-06-13T03:11:30.896Z Downloaded packed_struct v0.10.1
8512026-06-13T03:11:30.896Z Downloaded chrono v0.4.44
8522026-06-13T03:11:30.899Z Downloaded impl-trait-for-tuples v0.2.3
8532026-06-13T03:11:30.902Z Downloaded elliptic-curve v0.13.8
8542026-06-13T03:11:30.905Z Downloaded phf_shared v0.13.1
8552026-06-13T03:11:30.905Z Downloaded const_format v0.2.35
8562026-06-13T03:11:30.908Z Downloaded paste v1.0.15
8572026-06-13T03:11:30.911Z Downloaded darling_core v0.23.0
8582026-06-13T03:11:30.915Z Downloaded darling_core v0.20.11
8592026-06-13T03:11:30.915Z Downloaded heapless v0.7.17
8602026-06-13T03:11:30.918Z Downloaded aes-gcm v0.10.3
8612026-06-13T03:11:30.921Z Downloaded darling v0.20.11
8622026-06-13T03:11:30.923Z Downloaded proc-macro-error-attr2 v2.0.0
8632026-06-13T03:11:30.923Z Downloaded proc-macro-crate v1.3.1
8642026-06-13T03:11:30.923Z Downloaded precomputed-hash v0.1.1
8652026-06-13T03:11:30.923Z Downloaded proc-macro-crate v3.4.0
8662026-06-13T03:11:30.927Z Downloaded phf_shared v0.12.1
8672026-06-13T03:11:30.927Z Downloaded owo-colors v4.3.0
8682026-06-13T03:11:30.927Z Downloaded crypto-bigint v0.5.5
8692026-06-13T03:11:30.930Z Downloaded pin-project-lite v0.2.17
8702026-06-13T03:11:30.933Z Downloaded parking_lot v0.12.5
8712026-06-13T03:11:30.936Z Downloaded hickory-server v0.25.2
8722026-06-13T03:11:30.939Z Downloaded powerfmt v0.2.0
8732026-06-13T03:11:30.939Z Downloaded poly1305 v0.8.0
8742026-06-13T03:11:30.942Z Downloaded darling_core v0.21.3
8752026-06-13T03:11:30.944Z Downloaded psl-types v2.0.11
8762026-06-13T03:11:30.944Z Downloaded progenitor-client v0.14.0
8772026-06-13T03:11:30.947Z Downloaded hickory-resolver v0.24.4
8782026-06-13T03:11:30.947Z Downloaded native-tls v0.2.18
8792026-06-13T03:11:30.950Z Downloaded memmap2 v0.9.10
8802026-06-13T03:11:30.950Z Downloaded quick-error v1.2.3
8812026-06-13T03:11:30.953Z Downloaded postgres-protocol v0.6.10
8822026-06-13T03:11:30.953Z Downloaded progenitor-macro v0.14.0
8832026-06-13T03:11:30.953Z Downloaded glob v0.3.3
8842026-06-13T03:11:30.956Z Downloaded ed25519 v2.2.3
8852026-06-13T03:11:30.956Z Downloaded password-hash v0.5.0
8862026-06-13T03:11:30.959Z Downloaded peg-macros v0.8.5
8872026-06-13T03:11:30.959Z Downloaded num-integer v0.1.46
8882026-06-13T03:11:30.959Z Downloaded parking_lot_core v0.9.12
8892026-06-13T03:11:30.965Z Downloaded litrs v1.0.0
8902026-06-13T03:11:30.968Z Downloaded phf v0.13.1
8912026-06-13T03:11:30.968Z Downloaded recursive-proc-macro-impl v0.1.1
8922026-06-13T03:11:30.971Z Downloaded pem-rfc7468 v0.7.0
8932026-06-13T03:11:30.971Z Downloaded predicates-core v1.0.10
8942026-06-13T03:11:30.974Z Downloaded pem v3.0.6
8952026-06-13T03:11:30.974Z Downloaded num-rational v0.4.2
8962026-06-13T03:11:30.977Z Downloaded omicron-zone-package v0.12.2
8972026-06-13T03:11:30.980Z Downloaded proc-macro-error2 v2.0.1
8982026-06-13T03:11:30.982Z Downloaded hashbrown v0.13.2
8992026-06-13T03:11:30.985Z Downloaded pin-project-internal v1.1.11
9002026-06-13T03:11:30.985Z Downloaded progenitor-macro v0.11.2
9012026-06-13T03:11:30.988Z Downloaded phf v0.12.1
9022026-06-13T03:11:30.988Z Downloaded recursive v0.1.1
9032026-06-13T03:11:30.992Z Downloaded progenitor-macro v0.13.0
9042026-06-13T03:11:30.996Z Downloaded rand_chacha v0.3.1
9052026-06-13T03:11:30.998Z Downloaded flate2 v1.1.9
9062026-06-13T03:11:31.002Z Downloaded pkg-config v0.3.32
9072026-06-13T03:11:31.002Z Downloaded progenitor-client v0.11.2
9082026-06-13T03:11:31.002Z Downloaded pkcs5 v0.7.1
9092026-06-13T03:11:31.005Z Downloaded rfc6979 v0.4.0
9102026-06-13T03:11:31.005Z Downloaded ref-cast v1.0.25
9112026-06-13T03:11:31.008Z Downloaded radium v0.7.0
9122026-06-13T03:11:31.008Z Downloaded crossbeam-channel v0.5.15
9132026-06-13T03:11:31.011Z Downloaded rustc_version v0.1.7
9142026-06-13T03:11:31.011Z Downloaded der v0.7.10
9152026-06-13T03:11:31.015Z Downloaded ref-cast-impl v1.0.25
9162026-06-13T03:11:31.018Z Downloaded progenitor v0.14.0
9172026-06-13T03:11:31.018Z Downloaded progenitor v0.13.0
9182026-06-13T03:11:31.022Z Downloaded rustc_version v0.4.1
9192026-06-13T03:11:31.022Z Downloaded rustc-hash v2.1.1
9202026-06-13T03:11:31.022Z Downloaded rand_xorshift v0.4.0
9212026-06-13T03:11:31.026Z Downloaded derive_more-impl v2.1.1
9222026-06-13T03:11:31.029Z Downloaded r2d2 v0.8.10
9232026-06-13T03:11:31.029Z Downloaded ed25519-dalek v2.2.0
9242026-06-13T03:11:31.032Z Downloaded parking_lot_core v0.8.6
9252026-06-13T03:11:31.032Z Downloaded russh-cryptovec v0.7.3
9262026-06-13T03:11:31.035Z Downloaded polyval v0.6.2
9272026-06-13T03:11:31.035Z Downloaded pkcs1 v0.7.5
9282026-06-13T03:11:31.037Z Downloaded parking_lot v0.11.2
9292026-06-13T03:11:31.040Z Downloaded hickory-resolver v0.25.2
9302026-06-13T03:11:31.043Z Downloaded progenitor-client v0.13.0
9312026-06-13T03:11:31.046Z Downloaded hashbrown v0.12.3
9322026-06-13T03:11:31.049Z Downloaded rand_chacha v0.9.0
9332026-06-13T03:11:31.052Z Downloaded ppv-lite86 v0.2.21
9342026-06-13T03:11:31.052Z Downloaded progenitor-extras v0.2.0
9352026-06-13T03:11:31.052Z Downloaded same-file v1.0.6
9362026-06-13T03:11:31.055Z Downloaded peg v0.8.5
9372026-06-13T03:11:31.058Z Downloaded scheduled-thread-pool v0.2.7
9382026-06-13T03:11:31.061Z Downloaded scopeguard v1.2.0
9392026-06-13T03:11:31.061Z Downloaded http v1.4.0
9402026-06-13T03:11:31.064Z Downloaded resolv-conf v0.7.6
9412026-06-13T03:11:31.064Z Downloaded pin-project v1.1.11
9422026-06-13T03:11:31.069Z Downloaded primeorder v0.13.6
9432026-06-13T03:11:31.074Z Downloaded psm v0.1.30
9442026-06-13T03:11:31.078Z Downloaded progenitor v0.11.2
9452026-06-13T03:11:31.078Z Downloaded rtoolbox v0.0.3
9462026-06-13T03:11:31.078Z Downloaded rand_core v0.9.5
9472026-06-13T03:11:31.078Z Downloaded scroll_derive v0.13.1
9482026-06-13T03:11:31.078Z Downloaded rand_seeder v0.4.0
9492026-06-13T03:11:31.083Z Downloaded scrypt v0.11.0
9502026-06-13T03:11:31.083Z Downloaded secrecy v0.10.3
9512026-06-13T03:11:31.083Z Downloaded rand_core v0.6.4
9522026-06-13T03:11:31.083Z Downloaded predicates v3.1.4
9532026-06-13T03:11:31.087Z Downloaded pkcs8 v0.10.2
9542026-06-13T03:11:31.094Z Downloaded serde_bytes v0.11.19
9552026-06-13T03:11:31.123Z Downloaded miniz_oxide v0.8.9
9562026-06-13T03:11:31.123Z Downloaded postcard v1.1.3
9572026-06-13T03:11:31.123Z Downloaded rustls-native-certs v0.8.3
9582026-06-13T03:11:31.123Z Downloaded sapling-renderdag v0.1.0
9592026-06-13T03:11:31.123Z Downloaded serde_repr v0.1.20
9602026-06-13T03:11:31.123Z Downloaded secrecy v0.8.0
9612026-06-13T03:11:31.123Z Downloaded serde_plain v1.0.2
9622026-06-13T03:11:31.123Z Downloaded prefix-trie v0.7.0
9632026-06-13T03:11:31.123Z Downloaded postgres-types v0.2.12
9642026-06-13T03:11:31.123Z Downloaded rand_core v0.10.0
9652026-06-13T03:11:31.123Z Downloaded p256 v0.13.2
9662026-06-13T03:11:31.126Z Downloaded oso v0.27.3
9672026-06-13T03:11:31.126Z Downloaded diesel_derives v2.3.7
9682026-06-13T03:11:31.126Z Downloaded sha1 v0.10.6
9692026-06-13T03:11:31.130Z Downloaded shell-words v1.1.1
9702026-06-13T03:11:31.130Z Downloaded semver v0.1.20
9712026-06-13T03:11:31.130Z Downloaded itertools v0.10.5
9722026-06-13T03:11:31.133Z Downloaded signature v2.2.0
9732026-06-13T03:11:31.133Z Downloaded serde_urlencoded v0.7.1
9742026-06-13T03:11:31.136Z Downloaded serde-big-array v0.5.1
9752026-06-13T03:11:31.136Z Downloaded seq-macro v0.3.6
9762026-06-13T03:11:31.139Z Downloaded jiff-static v0.2.21
9772026-06-13T03:11:31.143Z Downloaded signal-hook-mio v0.2.5
9782026-06-13T03:11:31.148Z Downloaded serde_spanned v1.0.4
9792026-06-13T03:11:31.151Z Downloaded signal-hook-tokio v0.3.1
9802026-06-13T03:11:31.151Z Downloaded serde-hex v0.1.0
9812026-06-13T03:11:31.154Z Downloaded hashbrown v0.15.5
9822026-06-13T03:11:31.161Z Downloaded siphasher v1.0.2
9832026-06-13T03:11:31.164Z Downloaded quinn-udp v0.5.14
9842026-06-13T03:11:31.179Z Downloaded rcgen v0.12.1
9852026-06-13T03:11:31.182Z Downloaded salsa20 v0.10.2
9862026-06-13T03:11:31.182Z Downloaded sigpipe v0.1.3
9872026-06-13T03:11:31.185Z Downloaded rusty-fork v0.3.1
9882026-06-13T03:11:31.185Z Downloaded rustls-pemfile v1.0.4
9892026-06-13T03:11:31.185Z Downloaded expectorate v1.2.0
9902026-06-13T03:11:31.188Z Downloaded hyper-util v0.1.20
9912026-06-13T03:11:31.191Z Downloaded schemars_derive v0.8.22
9922026-06-13T03:11:31.196Z Downloaded aho-corasick v1.1.4
9932026-06-13T03:11:31.198Z Downloaded rustversion v1.0.22
9942026-06-13T03:11:31.198Z Downloaded rustls-pki-types v1.14.0
9952026-06-13T03:11:31.201Z Downloaded slog-envlogger v2.2.0
9962026-06-13T03:11:31.201Z Downloaded slog-bunyan v2.5.0
9972026-06-13T03:11:31.204Z Downloaded ssh-encoding v0.2.0
9982026-06-13T03:11:31.211Z Downloaded slab v0.4.12
9992026-06-13T03:11:31.213Z Downloaded crossterm v0.28.1
10002026-06-13T03:11:31.217Z Downloaded simd-adler32 v0.3.8
10012026-06-13T03:11:31.220Z Downloaded sct v0.7.1
10022026-06-13T03:11:31.223Z Downloaded structmeta-derive v0.3.0
10032026-06-13T03:11:31.223Z Downloaded strip-ansi-escapes v0.2.1
10042026-06-13T03:11:31.223Z Downloaded shlex v1.3.0
10052026-06-13T03:11:31.224Z Downloaded serde_derive_internals v0.29.1
10062026-06-13T03:11:31.227Z Downloaded scroll v0.13.0
10072026-06-13T03:11:31.227Z Downloaded serde_path_to_error v0.1.20
10082026-06-13T03:11:31.229Z Downloaded dropshot-api-manager v0.7.2
10092026-06-13T03:11:31.232Z Downloaded pretty_assertions v1.4.1
10102026-06-13T03:11:31.232Z Downloaded hashbrown v0.16.1
10112026-06-13T03:11:31.236Z Downloaded russh-keys v0.45.0
10122026-06-13T03:11:31.239Z Downloaded rustls-pemfile v2.2.0
10132026-06-13T03:11:31.239Z Downloaded structmeta v0.3.0
10142026-06-13T03:11:31.242Z Downloaded subtle v2.6.1
10152026-06-13T03:11:31.242Z Downloaded strum v0.26.3
10162026-06-13T03:11:31.242Z Downloaded strsim v0.10.0
10172026-06-13T03:11:31.245Z Downloaded slog-stdlog v4.1.1
10182026-06-13T03:11:31.245Z Downloaded slog-scope v4.4.1
10192026-06-13T03:11:31.245Z Downloaded slog-async v2.8.0
10202026-06-13T03:11:31.248Z Downloaded serde_with_macros v1.5.2
10212026-06-13T03:11:31.248Z Downloaded take_mut v0.2.2
10222026-06-13T03:11:31.248Z Downloaded sync-ptr v0.1.4
10232026-06-13T03:11:31.251Z Downloaded smf v0.2.3
10242026-06-13T03:11:31.251Z Downloaded slog-json v2.6.1
10252026-06-13T03:11:31.258Z Downloaded openssl-sys v0.9.115
10262026-06-13T03:11:31.262Z Downloaded snafu-derive v0.8.9
10272026-06-13T03:11:31.264Z Downloaded tagptr v0.2.0
10282026-06-13T03:11:31.269Z Downloaded sqlformat v0.3.5
10292026-06-13T03:11:31.271Z Downloaded strum v0.27.2
10302026-06-13T03:11:31.271Z Downloaded tabwriter v1.4.1
10312026-06-13T03:11:31.274Z Downloaded tabled_derive v0.11.0
10322026-06-13T03:11:31.274Z Downloaded supports-color v3.0.2
10332026-06-13T03:11:31.278Z Downloaded rustls-platform-verifier v0.6.2
10342026-06-13T03:11:31.281Z Downloaded sqlparser_derive v0.5.0
10352026-06-13T03:11:31.281Z Downloaded minimal-lexical v0.2.1
10362026-06-13T03:11:31.284Z Downloaded stacker v0.1.23
10372026-06-13T03:11:31.284Z Downloaded prettyplease v0.2.37
10382026-06-13T03:11:31.286Z Downloaded thread-id v5.1.0
10392026-06-13T03:11:31.293Z Downloaded tap v1.0.1
10402026-06-13T03:11:31.296Z Downloaded ssh-cipher v0.2.0
10412026-06-13T03:11:31.296Z Downloaded signal-hook-registry v1.4.8
10422026-06-13T03:11:31.299Z Downloaded time-core v0.1.8
10432026-06-13T03:11:31.302Z Downloaded termtree v0.5.1
10442026-06-13T03:11:31.302Z Downloaded static_assertions v1.1.0
10452026-06-13T03:11:31.305Z Downloaded schemars v0.8.22
10462026-06-13T03:11:31.308Z Downloaded slog-term v2.9.2
10472026-06-13T03:11:31.311Z Downloaded smallvec v0.6.14
10482026-06-13T03:11:31.311Z Downloaded sec1 v0.7.3
10492026-06-13T03:11:31.314Z Downloaded crossterm v0.29.0
10502026-06-13T03:11:31.317Z Downloaded sync_wrapper v1.0.2
10512026-06-13T03:11:31.317Z Downloaded progenitor-impl v0.11.2
10522026-06-13T03:11:31.320Z Downloaded support-bundle-viewer v0.1.2
10532026-06-13T03:11:31.320Z Downloaded strum_macros v0.24.3
10542026-06-13T03:11:31.323Z Downloaded papergrid v0.17.0
10552026-06-13T03:11:31.328Z Downloaded serde_with_macros v3.17.0
10562026-06-13T03:11:31.328Z Downloaded quinn v0.11.9
10572026-06-13T03:11:31.330Z Downloaded thiserror-impl-no-std v2.0.2
10582026-06-13T03:11:31.330Z Downloaded tinyvec_macros v0.1.1
10592026-06-13T03:11:31.331Z Downloaded spki v0.7.3
10602026-06-13T03:11:31.331Z Downloaded serde_cbor v0.11.2
10612026-06-13T03:11:31.334Z Downloaded hkdf v0.12.4
10622026-06-13T03:11:31.334Z Downloaded blake3 v1.8.3
10632026-06-13T03:11:31.338Z Downloaded stringprep v0.1.5
10642026-06-13T03:11:31.341Z Downloaded string_cache v0.8.9
10652026-06-13T03:11:31.341Z Downloaded progenitor-impl v0.14.0
10662026-06-13T03:11:31.343Z Downloaded hyper v1.8.1
10672026-06-13T03:11:31.346Z Downloaded progenitor-impl v0.13.0
10682026-06-13T03:11:31.354Z Downloaded strum_macros v0.26.4
10692026-06-13T03:11:31.357Z Downloaded thiserror-no-std v2.0.2
10702026-06-13T03:11:31.360Z Downloaded tokio-macros v2.7.0
10712026-06-13T03:11:31.369Z Downloaded tower-service v0.3.3
10722026-06-13T03:11:31.372Z Downloaded topological-sort v0.2.2
10732026-06-13T03:11:31.375Z Downloaded tower-layer v0.3.3
10742026-06-13T03:11:31.376Z Downloaded spin v0.9.8
10752026-06-13T03:11:31.380Z Downloaded ryu v1.0.23
10762026-06-13T03:11:31.383Z Downloaded testing_table v0.3.0
10772026-06-13T03:11:31.383Z Downloaded slog-dtrace v0.3.0
10782026-06-13T03:11:31.386Z Downloaded strum_macros v0.27.2
10792026-06-13T03:11:31.386Z Downloaded schemars v0.9.0
10802026-06-13T03:11:31.392Z Downloaded tokio-native-tls v0.3.1
10812026-06-13T03:11:31.396Z Downloaded termios v0.3.3
10822026-06-13T03:11:31.396Z Downloaded socket2 v0.5.10
10832026-06-13T03:11:31.399Z Downloaded rand v0.8.6
10842026-06-13T03:11:31.399Z Downloaded ron v0.8.1
10852026-06-13T03:11:31.402Z Downloaded tokio-rustls v0.25.0
10862026-06-13T03:11:31.405Z Downloaded nom v7.1.3
10872026-06-13T03:11:31.410Z Downloaded trait-variant v0.1.2
10882026-06-13T03:11:31.413Z Downloaded typify-macro v0.6.2
10892026-06-13T03:11:31.413Z Downloaded try-lock v0.2.5
10902026-06-13T03:11:31.416Z Downloaded unarray v0.1.4
10912026-06-13T03:11:31.419Z Downloaded tiny-keccak v2.0.2
10922026-06-13T03:11:31.419Z Downloaded time-macros v0.2.27
10932026-06-13T03:11:31.422Z Downloaded usdt v0.6.0
10942026-06-13T03:11:31.422Z Downloaded signal-hook v0.3.18
10952026-06-13T03:11:31.425Z Downloaded serde_yaml v0.9.34+deprecated
10962026-06-13T03:11:31.425Z Downloaded libxml v0.3.3
10972026-06-13T03:11:31.429Z Downloaded tokio-tungstenite v0.21.0
10982026-06-13T03:11:31.432Z Downloaded schemars v1.2.1
10992026-06-13T03:11:31.438Z Downloaded tls_codec v0.4.2
11002026-06-13T03:11:31.440Z Downloaded tokio-dtrace v0.1.1
11012026-06-13T03:11:31.440Z Downloaded tls_codec_derive v0.4.2
11022026-06-13T03:11:31.443Z Downloaded untrusted v0.9.0
11032026-06-13T03:11:31.443Z Downloaded universal-hash v0.5.1
11042026-06-13T03:11:31.443Z Downloaded libm v0.2.16
11052026-06-13T03:11:31.448Z Downloaded untrusted v0.7.1
11062026-06-13T03:11:31.452Z Downloaded unicode-truncate v1.1.0
11072026-06-13T03:11:31.452Z Downloaded typify-macro v0.4.3
11082026-06-13T03:11:31.452Z Downloaded tui-tree-widget v0.23.1
11092026-06-13T03:11:31.455Z Downloaded wait-timeout v0.2.1
11102026-06-13T03:11:31.455Z Downloaded aws-lc-rs v1.16.3
11112026-06-13T03:11:31.458Z Downloaded subprocess v0.2.15
11122026-06-13T03:11:31.461Z Downloaded term v0.7.0
11132026-06-13T03:11:31.464Z Downloaded waitgroup v0.1.2
11142026-06-13T03:11:31.464Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11152026-06-13T03:11:31.464Z Downloaded term v1.2.1
11162026-06-13T03:11:31.467Z Downloaded socket2 v0.6.3
11172026-06-13T03:11:31.470Z Downloaded usdt-attr-macro v0.6.0
11182026-06-13T03:11:31.470Z Downloaded rand v0.10.0
11192026-06-13T03:11:31.473Z Downloaded utf-8 v0.7.6
11202026-06-13T03:11:31.473Z Downloaded diesel v2.3.7
11212026-06-13T03:11:31.483Z Downloaded void v1.0.2
11222026-06-13T03:11:31.486Z Downloaded usdt-macro v0.6.0
11232026-06-13T03:11:31.486Z Downloaded xattr v1.6.1
11242026-06-13T03:11:31.486Z Downloaded itertools v0.13.0
11252026-06-13T03:11:31.489Z Downloaded test-strategy v0.4.5
11262026-06-13T03:11:31.492Z Downloaded unicase v2.9.0
11272026-06-13T03:11:31.494Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11282026-06-13T03:11:31.494Z Downloaded samael v0.0.19
11292026-06-13T03:11:31.497Z Downloaded iri-string v0.7.10
11302026-06-13T03:11:31.502Z Downloaded toml_parser v1.0.9+spec-1.1.0
11312026-06-13T03:11:31.505Z Downloaded slog v2.8.2
11322026-06-13T03:11:31.508Z Downloaded similar v2.7.0
11332026-06-13T03:11:31.508Z Downloaded want v0.3.1
11342026-06-13T03:11:31.511Z Downloaded toml_writer v1.0.6+spec-1.1.0
11352026-06-13T03:11:31.511Z Downloaded uzers v0.12.2
11362026-06-13T03:11:31.513Z Downloaded rsa v0.9.10
11372026-06-13T03:11:31.516Z Downloaded rayon-core v1.13.0
11382026-06-13T03:11:31.516Z Downloaded bindgen v0.71.1
11392026-06-13T03:11:31.520Z Downloaded zeroize_derive v1.4.3
11402026-06-13T03:11:31.523Z Downloaded vsss-rs v3.3.4
11412026-06-13T03:11:31.523Z Downloaded vergen-lib v0.1.6
11422026-06-13T03:11:31.523Z Downloaded num-bigint-dig v0.8.6
11432026-06-13T03:11:31.526Z Downloaded tokio-tungstenite v0.23.1
11442026-06-13T03:11:31.530Z Downloaded tokio-stream v0.1.18
11452026-06-13T03:11:31.533Z Downloaded tokio-rustls v0.24.1
11462026-06-13T03:11:31.533Z Downloaded tar v0.4.45
11472026-06-13T03:11:31.533Z Downloaded unit-prefix v0.5.2
11482026-06-13T03:11:31.533Z Downloaded thread_local v1.1.9
11492026-06-13T03:11:31.536Z Downloaded tokio-rustls v0.26.4
11502026-06-13T03:11:31.536Z Downloaded rand v0.9.2
11512026-06-13T03:11:31.539Z Downloaded xshell-macros v0.2.7
11522026-06-13T03:11:31.539Z Downloaded num-bigint v0.4.6
11532026-06-13T03:11:31.543Z Downloaded qorb v0.4.1
11542026-06-13T03:11:31.546Z Downloaded mio v1.2.0
11552026-06-13T03:11:31.549Z Downloaded publicsuffix v2.3.0
11562026-06-13T03:11:31.549Z Downloaded tracing-attributes v0.1.31
11572026-06-13T03:11:31.552Z Downloaded snafu v0.8.9
11582026-06-13T03:11:31.555Z Downloaded rustls-webpki v0.103.9
11592026-06-13T03:11:31.558Z Downloaded toml v0.7.8
11602026-06-13T03:11:31.558Z Downloaded wyz v0.5.1
11612026-06-13T03:11:31.561Z Downloaded rpassword v7.4.0
11622026-06-13T03:11:31.561Z Downloaded zone v0.3.1
11632026-06-13T03:11:31.561Z Downloaded zone_cfg_derive v0.3.1
11642026-06-13T03:11:31.561Z Downloaded h2 v0.4.13
11652026-06-13T03:11:31.565Z Downloaded russh v0.45.0
11662026-06-13T03:11:31.568Z Downloaded toml v1.0.6+spec-1.1.0
11672026-06-13T03:11:31.571Z Downloaded tinyvec v1.10.0
11682026-06-13T03:11:31.574Z Downloaded bitvec v1.0.1
11692026-06-13T03:11:31.580Z Downloaded xshell v0.2.7
11702026-06-13T03:11:31.583Z Downloaded whoami v2.1.0
11712026-06-13T03:11:31.583Z Downloaded whoami v1.6.1
11722026-06-13T03:11:31.586Z Downloaded vergen-lib v9.1.0
11732026-06-13T03:11:31.586Z Downloaded usdt-impl v0.6.0
11742026-06-13T03:11:31.586Z Downloaded twox-hash v2.1.2
11752026-06-13T03:11:31.589Z Downloaded nom v8.0.0
11762026-06-13T03:11:31.593Z Downloaded vergen-git2 v9.1.0
11772026-06-13T03:11:31.594Z Downloaded itertools v0.14.0
11782026-06-13T03:11:31.596Z Downloaded zstd v0.13.3
11792026-06-13T03:11:31.599Z Downloaded vergen-gitcl v1.0.8
11802026-06-13T03:11:31.599Z Downloaded itertools v0.12.1
11812026-06-13T03:11:31.602Z Downloaded unicode-properties v0.1.4
11822026-06-13T03:11:31.605Z Downloaded zeroize v1.8.2
11832026-06-13T03:11:31.608Z Downloaded typify v0.4.3
11842026-06-13T03:11:31.612Z Downloaded futures-util v0.3.32
11852026-06-13T03:11:31.619Z Downloaded steno v0.4.1
11862026-06-13T03:11:31.622Z Downloaded reedline v0.40.0
11872026-06-13T03:11:31.625Z Downloaded p521 v0.13.3
11882026-06-13T03:11:31.628Z Downloaded git2 v0.20.4
11892026-06-13T03:11:31.632Z Downloaded zstd-safe v7.2.4
11902026-06-13T03:11:31.635Z Downloaded zerocopy v0.6.6
11912026-06-13T03:11:31.635Z Downloaded vergen v9.1.0
11922026-06-13T03:11:31.638Z Downloaded tracing-core v0.1.36
11932026-06-13T03:11:31.642Z Downloaded uuid v1.23.0
11942026-06-13T03:11:31.645Z Downloaded walkdir v2.5.0
11952026-06-13T03:11:31.648Z Downloaded tungstenite v0.21.0
11962026-06-13T03:11:31.655Z Downloaded rustyline v14.0.0
11972026-06-13T03:11:31.663Z Downloaded typify v0.6.2
11982026-06-13T03:11:31.667Z Downloaded unicode-bidi v0.3.18
11992026-06-13T03:11:31.669Z Downloaded iddqd v0.4.2
12002026-06-13T03:11:31.674Z Downloaded lalrpop v0.19.12
12012026-06-13T03:11:31.681Z Downloaded yasna v0.5.2
12022026-06-13T03:11:31.684Z Downloaded tungstenite v0.23.0
12032026-06-13T03:11:31.684Z Downloaded toml_edit v0.23.10+spec-1.0.0
12042026-06-13T03:11:31.687Z Downloaded unsafe-libyaml v0.2.11
12052026-06-13T03:11:31.690Z Downloaded ssh-key v0.6.7
12062026-06-13T03:11:31.694Z Downloaded p384 v0.13.1
12072026-06-13T03:11:31.699Z Downloaded vte v0.14.1
12082026-06-13T03:11:31.704Z Downloaded zopfli v0.8.3
12092026-06-13T03:11:31.727Z Downloaded unicode_categories v0.1.1
12102026-06-13T03:11:31.730Z Downloaded portable-atomic v1.13.1
12112026-06-13T03:11:31.741Z Downloaded reqwest v0.13.2
12122026-06-13T03:11:31.746Z Downloaded serde_with v1.14.0
12132026-06-13T03:11:31.750Z Downloaded zip v0.6.6
12142026-06-13T03:11:31.754Z Downloaded rustls-webpki v0.101.7
12152026-06-13T03:11:31.764Z Downloaded tokio-postgres v0.7.16
12162026-06-13T03:11:31.767Z Downloaded yansi v1.0.1
12172026-06-13T03:11:31.770Z Downloaded quick-xml v0.37.5
12182026-06-13T03:11:31.774Z Downloaded regex v1.12.3
12192026-06-13T03:11:31.777Z Downloaded toml_edit v0.19.15
12202026-06-13T03:11:31.787Z Downloaded proptest v1.10.0
12212026-06-13T03:11:31.793Z Downloaded x509-cert v0.2.5
12222026-06-13T03:11:31.796Z Downloaded goblin v0.10.5
12232026-06-13T03:11:31.800Z Downloaded unicode-segmentation v1.12.0
12242026-06-13T03:11:31.804Z Downloaded typed-path v0.9.3
12252026-06-13T03:11:31.807Z Downloaded reqwest v0.12.28
12262026-06-13T03:11:31.817Z Downloaded tower v0.5.3
12272026-06-13T03:11:31.823Z Downloaded zerocopy-derive v0.8.40
12282026-06-13T03:11:31.827Z Downloaded nix v0.27.1
12292026-06-13T03:11:31.833Z Downloaded unicode-normalization v0.1.25
12302026-06-13T03:11:31.839Z Downloaded tower-http v0.6.8
12312026-06-13T03:11:31.842Z Downloaded salty v0.3.0
12322026-06-13T03:11:31.852Z Downloaded rustls-webpki v0.102.8
12332026-06-13T03:11:31.863Z Downloaded tokio-util v0.7.18
12342026-06-13T03:11:31.869Z Downloaded moka v0.12.13
12352026-06-13T03:11:31.874Z Downloaded serde_with v3.17.0
12362026-06-13T03:11:31.880Z Downloaded zip v4.6.1
12372026-06-13T03:11:31.884Z Downloaded bstr v1.12.1
12382026-06-13T03:11:31.890Z Downloaded rayon v1.11.0
12392026-06-13T03:11:31.906Z Downloaded tough v0.22.0
12402026-06-13T03:11:31.910Z Downloaded petname v2.0.2
12412026-06-13T03:11:31.916Z Downloaded radix_trie v0.2.1
12422026-06-13T03:11:31.924Z Downloaded nix v0.28.0
12432026-06-13T03:11:31.931Z Downloaded winnow v0.5.40
12442026-06-13T03:11:31.937Z Downloaded object v0.30.4
12452026-06-13T03:11:31.945Z Downloaded nix v0.31.2
12462026-06-13T03:11:31.976Z Downloaded rustls v0.21.12
12472026-06-13T03:11:31.986Z Downloaded regex-syntax v0.6.29
12482026-06-13T03:11:31.997Z Downloaded smoltcp v0.9.1
12492026-06-13T03:11:32.003Z Downloaded quinn-proto v0.11.13
12502026-06-13T03:11:32.006Z Downloaded polar-core v0.27.3
12512026-06-13T03:11:32.032Z Downloaded winnow v0.6.26
12522026-06-13T03:11:32.037Z Downloaded rustls v0.22.4
12532026-06-13T03:11:32.037Z Downloaded tabled v0.20.0
12542026-06-13T03:11:32.047Z Downloaded vcpkg v0.2.15
12552026-06-13T03:11:32.070Z Downloaded time v0.3.47
12562026-06-13T03:11:32.076Z Downloaded openssl v0.10.79
12572026-06-13T03:11:32.082Z Downloaded rustls v0.23.37
12582026-06-13T03:11:32.091Z Downloaded zerocopy v0.8.40
12592026-06-13T03:11:32.095Z Downloaded regex-syntax v0.8.10
12602026-06-13T03:11:32.100Z Downloaded dropshot v0.17.0
12612026-06-13T03:11:32.112Z Downloaded bzip2-sys v0.1.13+1.0.8
12622026-06-13T03:11:32.119Z Downloaded hickory-proto v0.24.4
12632026-06-13T03:11:32.133Z Downloaded zlib-rs v0.6.2
12642026-06-13T03:11:32.143Z Downloaded webpki-roots v1.0.6
12652026-06-13T03:11:32.146Z Downloaded object v0.37.3
12662026-06-13T03:11:32.151Z Downloaded openapiv3 v2.2.0
12672026-06-13T03:11:32.157Z Downloaded hickory-proto v0.25.2
12682026-06-13T03:11:32.166Z Downloaded sqlparser v0.61.0
12692026-06-13T03:11:32.172Z Downloaded rustix v0.38.44
12702026-06-13T03:11:32.185Z Downloaded smoltcp v0.11.0
12712026-06-13T03:11:32.191Z Downloaded regress v0.11.1
12722026-06-13T03:11:32.197Z Downloaded regress v0.10.5
12732026-06-13T03:11:32.228Z Downloaded tracing v0.1.44
12742026-06-13T03:11:32.263Z Downloaded sled v0.34.7
12752026-06-13T03:11:32.272Z Downloaded zerocopy-derive v0.6.6
12762026-06-13T03:11:32.276Z Downloaded chrono-tz v0.10.4
12772026-06-13T03:11:32.286Z Downloaded regex-automata v0.4.14
12782026-06-13T03:11:32.295Z Downloaded ratatui v0.29.0
12792026-06-13T03:11:32.307Z Downloaded typify-impl v0.4.3
12802026-06-13T03:11:32.316Z Downloaded typify-impl v0.6.2
12812026-06-13T03:11:32.326Z Downloaded jiff v0.2.21
12822026-06-13T03:11:32.335Z Downloaded petgraph v0.6.5
12832026-06-13T03:11:32.346Z Downloaded petgraph v0.8.3
12842026-06-13T03:11:32.366Z Downloaded libz-sys v1.1.24
12852026-06-13T03:11:32.393Z Downloaded tokio v1.52.1
12862026-06-13T03:11:32.417Z Downloaded csv v1.4.0
12872026-06-13T03:11:32.429Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12882026-06-13T03:11:32.442Z Downloaded sha3 v0.10.8
12892026-06-13T03:11:32.505Z Downloaded encoding_rs v0.8.35
12902026-06-13T03:11:32.518Z Downloaded ring v0.17.14
12912026-06-13T03:11:32.569Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-06-13T03:11:33.049Z Downloaded aws-lc-sys v0.40.0
12932026-06-13T03:11:33.310Z Compiling libc v0.2.185
12942026-06-13T03:11:33.314Z Compiling serde v1.0.228
12952026-06-13T03:11:33.314Z Compiling log v0.4.29
12962026-06-13T03:11:33.314Z Compiling find-msvc-tools v0.1.9
12972026-06-13T03:11:33.314Z Compiling shlex v1.3.0
12982026-06-13T03:11:33.314Z Compiling smallvec v1.15.1
12992026-06-13T03:11:33.314Z Compiling typenum v1.19.0
13002026-06-13T03:11:33.314Z Compiling subtle v2.6.1
13012026-06-13T03:11:33.463Z Compiling generic-array v0.14.7
13022026-06-13T03:11:33.468Z Compiling scopeguard v1.2.0
13032026-06-13T03:11:33.551Z Compiling const-oid v0.9.6
13042026-06-13T03:11:33.554Z Compiling serde_json v1.0.149
13052026-06-13T03:11:33.566Z Compiling syn v2.0.117
13062026-06-13T03:11:33.579Z Compiling zerocopy v0.8.40
13072026-06-13T03:11:33.582Z Compiling parking_lot_core v0.9.12
13082026-06-13T03:11:33.582Z Compiling portable-atomic v1.13.1
13092026-06-13T03:11:33.637Z Compiling lock_api v0.4.14
13102026-06-13T03:11:33.652Z Compiling pin-project-lite v0.2.17
13112026-06-13T03:11:33.670Z Compiling pkg-config v0.3.32
13122026-06-13T03:11:33.699Z Compiling bitflags v2.11.0
13132026-06-13T03:11:33.754Z Compiling futures-core v0.3.32
13142026-06-13T03:11:33.772Z Compiling critical-section v1.2.0
13152026-06-13T03:11:33.785Z Compiling libm v0.2.16
13162026-06-13T03:11:33.801Z Compiling num-traits v0.2.19
13172026-06-13T03:11:33.906Z Compiling percent-encoding v2.3.2
13182026-06-13T03:11:33.923Z Compiling futures-sink v0.3.32
13192026-06-13T03:11:33.952Z Compiling cpufeatures v0.2.17
13202026-06-13T03:11:33.952Z Compiling futures-task v0.3.32
13212026-06-13T03:11:33.952Z Compiling getrandom v0.4.1
13222026-06-13T03:11:33.967Z Compiling futures-io v0.3.32
13232026-06-13T03:11:34.067Z Compiling futures-channel v0.3.32
13242026-06-13T03:11:34.095Z Compiling slab v0.4.12
13252026-06-13T03:11:34.112Z Compiling rand_core v0.10.0
13262026-06-13T03:11:34.127Z Compiling indexmap v2.14.0
13272026-06-13T03:11:34.170Z Compiling getrandom v0.3.4
13282026-06-13T03:11:34.170Z Compiling rustversion v1.0.22
13292026-06-13T03:11:34.287Z Compiling form_urlencoded v1.2.2
13302026-06-13T03:11:34.308Z Compiling fs_extra v1.3.0
13312026-06-13T03:11:34.312Z Compiling dunce v1.0.5
13322026-06-13T03:11:34.357Z Compiling base64ct v1.8.3
13332026-06-13T03:11:34.373Z Compiling ident_case v1.0.1
13342026-06-13T03:11:34.387Z Compiling flagset v0.4.7
13352026-06-13T03:11:34.403Z Compiling regex-syntax v0.8.10
13362026-06-13T03:11:34.434Z Compiling getrandom v0.2.17
13372026-06-13T03:11:34.503Z Compiling jobserver v0.1.34
13382026-06-13T03:11:34.518Z Compiling errno v0.3.14
13392026-06-13T03:11:34.548Z Compiling mio v1.2.0
13402026-06-13T03:11:34.569Z Compiling socket2 v0.6.3
13412026-06-13T03:11:34.610Z Compiling rand_core v0.6.4
13422026-06-13T03:11:34.667Z Compiling signal-hook-registry v1.4.8
13432026-06-13T03:11:34.681Z Compiling once_cell v1.21.3
13442026-06-13T03:11:34.755Z Compiling cc v1.2.56
13452026-06-13T03:11:34.770Z Compiling parking_lot v0.12.5
13462026-06-13T03:11:34.846Z Compiling pem-rfc7468 v0.7.0
13472026-06-13T03:11:34.912Z Compiling rustix v1.1.3
13482026-06-13T03:11:34.927Z Compiling iana-time-zone v0.1.65
13492026-06-13T03:11:34.930Z Compiling aws-lc-rs v1.16.3
13502026-06-13T03:11:34.954Z Compiling vcpkg v0.2.15
13512026-06-13T03:11:34.968Z Compiling tracing-core v0.1.36
13522026-06-13T03:11:35.019Z Compiling uuid v1.23.0
13532026-06-13T03:11:35.066Z Compiling rustc_version v0.4.1
13542026-06-13T03:11:35.150Z Compiling rand_core v0.9.5
13552026-06-13T03:11:35.171Z Compiling base64 v0.22.1
13562026-06-13T03:11:35.186Z Compiling untrusted v0.7.1
13572026-06-13T03:11:35.259Z Compiling tinyvec_macros v0.1.1
13582026-06-13T03:11:35.273Z Compiling openssl-probe v0.2.1
13592026-06-13T03:11:35.329Z Compiling untrusted v0.9.0
13602026-06-13T03:11:35.345Z Compiling httparse v1.10.1
13612026-06-13T03:11:35.434Z Compiling tinyvec v1.10.0
13622026-06-13T03:11:35.450Z Compiling aho-corasick v1.1.4
13632026-06-13T03:11:35.454Z Compiling try-lock v0.2.5
13642026-06-13T03:11:35.480Z Compiling atomic-waker v1.1.2
13652026-06-13T03:11:35.483Z Compiling schemars v0.8.22
13662026-06-13T03:11:35.483Z Compiling dyn-clone v1.0.20
13672026-06-13T03:11:35.528Z Compiling cmake v0.1.57
13682026-06-13T03:11:35.573Z Compiling tower-layer v0.3.3
13692026-06-13T03:11:35.589Z Compiling rustls v0.23.37
13702026-06-13T03:11:35.632Z Compiling tower-service v0.3.3
13712026-06-13T03:11:35.666Z Compiling want v0.3.1
13722026-06-13T03:11:35.746Z Compiling httpdate v1.0.3
13732026-06-13T03:11:35.776Z Compiling foreign-types-shared v0.1.1
13742026-06-13T03:11:35.776Z Compiling openssl v0.10.79
13752026-06-13T03:11:35.780Z Compiling pin-utils v0.1.0
13762026-06-13T03:11:35.819Z Compiling unicode-normalization v0.1.25
13772026-06-13T03:11:35.822Z Compiling spin v0.9.8
13782026-06-13T03:11:35.862Z Compiling foreign-types v0.3.2
13792026-06-13T03:11:35.865Z Compiling num-conv v0.2.0
13802026-06-13T03:11:35.865Z Compiling crc32fast v1.5.0
13812026-06-13T03:11:35.905Z Compiling native-tls v0.2.18
13822026-06-13T03:11:35.908Z Compiling time-core v0.1.8
13832026-06-13T03:11:35.942Z Compiling powerfmt v0.2.0
13842026-06-13T03:11:35.968Z Compiling wait-timeout v0.2.1
13852026-06-13T03:11:35.990Z Compiling sync_wrapper v1.0.2
13862026-06-13T03:11:36.017Z Compiling bit-vec v0.8.0
13872026-06-13T03:11:36.061Z Compiling time-macros v0.2.27
13882026-06-13T03:11:36.065Z Compiling unicode-segmentation v1.12.0
13892026-06-13T03:11:36.090Z Compiling quick-error v1.2.3
13902026-06-13T03:11:36.118Z Compiling deranged v0.5.8
13912026-06-13T03:11:36.144Z Compiling crossbeam-utils v0.8.21
13922026-06-13T03:11:36.157Z Compiling simd-adler32 v0.3.8
13932026-06-13T03:11:36.174Z Compiling syn v1.0.109
13942026-06-13T03:11:36.219Z Compiling siphasher v1.0.2
13952026-06-13T03:11:36.247Z Compiling num_threads v0.1.7
13962026-06-13T03:11:36.263Z Compiling usdt-impl v0.6.0
13972026-06-13T03:11:36.315Z Compiling regex-automata v0.4.14
13982026-06-13T03:11:36.362Z Compiling bit-set v0.8.0
13992026-06-13T03:11:36.405Z Compiling aws-lc-sys v0.40.0
14002026-06-13T03:11:36.437Z Compiling ring v0.17.14
14012026-06-13T03:11:36.452Z Compiling openssl-sys v0.9.115
14022026-06-13T03:11:36.475Z Compiling tempfile v3.25.0
14032026-06-13T03:11:36.490Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-06-13T03:11:36.537Z Compiling synstructure v0.13.2
14052026-06-13T03:11:36.549Z Compiling pest_generator v2.8.6
14062026-06-13T03:11:36.552Z Compiling serde_derive_internals v0.29.1
14072026-06-13T03:11:36.578Z Compiling darling_core v0.20.11
14082026-06-13T03:11:36.797Z Compiling rusty-fork v0.3.1
14092026-06-13T03:11:36.908Z Compiling darling_core v0.21.3
14102026-06-13T03:11:36.922Z Compiling bzip2-sys v0.1.13+1.0.8
14112026-06-13T03:11:37.152Z Compiling slog v2.8.2
14122026-06-13T03:11:37.194Z Compiling heapless v0.7.17
14132026-06-13T03:11:37.256Z Compiling rand_xorshift v0.4.0
14142026-06-13T03:11:37.274Z Compiling thread-id v5.1.0
14152026-06-13T03:11:37.289Z Compiling time v0.3.47
14162026-06-13T03:11:37.292Z Compiling cookie v0.18.1
14172026-06-13T03:11:37.348Z Compiling paste v1.0.15
14182026-06-13T03:11:37.373Z Compiling allocator-api2 v0.2.21
14192026-06-13T03:11:37.387Z Compiling zstd-safe v7.2.4
14202026-06-13T03:11:37.443Z Compiling unarray v0.1.4
14212026-06-13T03:11:37.473Z Compiling ryu v1.0.23
14222026-06-13T03:11:37.517Z Compiling unicode-bidi v0.3.18
14232026-06-13T03:11:37.566Z Compiling adler2 v2.0.1
14242026-06-13T03:11:37.580Z Compiling anyhow v1.0.102
14252026-06-13T03:11:37.616Z Compiling signal-hook v0.3.18
14262026-06-13T03:11:37.657Z Compiling unicode-properties v0.1.4
14272026-06-13T03:11:37.682Z Compiling iri-string v0.7.10
14282026-06-13T03:11:37.696Z Compiling miniz_oxide v0.8.9
14292026-06-13T03:11:37.885Z Compiling stringprep v0.1.5
14302026-06-13T03:11:38.080Z Compiling heck v0.4.1
14312026-06-13T03:11:38.150Z Compiling num-integer v0.1.46
14322026-06-13T03:11:38.306Z Compiling serde_derive v1.0.228
14332026-06-13T03:11:38.362Z Compiling zeroize_derive v1.4.3
14342026-06-13T03:11:38.376Z Compiling zerofrom-derive v0.1.6
14352026-06-13T03:11:38.392Z Compiling yoke-derive v0.8.1
14362026-06-13T03:11:38.415Z Compiling zerocopy-derive v0.8.40
14372026-06-13T03:11:38.523Z Compiling zerovec-derive v0.11.2
14382026-06-13T03:11:38.589Z Compiling displaydoc v0.2.5
14392026-06-13T03:11:38.970Z Compiling tokio-macros v2.7.0
14402026-06-13T03:11:39.045Z Compiling futures-macro v0.3.32
14412026-06-13T03:11:39.058Z Compiling zeroize v1.8.2
14422026-06-13T03:11:39.280Z Compiling der_derive v0.7.3
14432026-06-13T03:11:39.379Z Compiling rustls-pki-types v1.14.0
14442026-06-13T03:11:39.509Z Compiling tracing-attributes v0.1.31
14452026-06-13T03:11:39.589Z Compiling thiserror-impl v2.0.18
14462026-06-13T03:11:39.686Z Compiling scroll_derive v0.13.1
14472026-06-13T03:11:39.738Z Compiling pest_derive v2.8.6
14482026-06-13T03:11:39.840Z Compiling crypto-common v0.1.7
14492026-06-13T03:11:39.851Z Compiling zerofrom v0.1.6
14502026-06-13T03:11:39.854Z Compiling block-buffer v0.10.4
14512026-06-13T03:11:39.894Z Compiling futures-util v0.3.32
14522026-06-13T03:11:40.004Z Compiling yoke v0.8.1
14532026-06-13T03:11:40.018Z Compiling digest v0.10.7
14542026-06-13T03:11:40.048Z Compiling block-padding v0.3.3
14552026-06-13T03:11:40.203Z Compiling zerovec v0.11.5
14562026-06-13T03:11:40.209Z Compiling zerotrie v0.2.3
14572026-06-13T03:11:40.233Z Compiling hmac v0.12.1
14582026-06-13T03:11:40.292Z Compiling inout v0.1.4
14592026-06-13T03:11:40.304Z Compiling sha2 v0.10.9
14602026-06-13T03:11:40.414Z Compiling der v0.7.10
14612026-06-13T03:11:40.481Z Compiling cipher v0.4.4
14622026-06-13T03:11:40.546Z Compiling pbkdf2 v0.12.2
14632026-06-13T03:11:40.560Z Compiling schemars_derive v0.8.22
14642026-06-13T03:11:40.636Z Compiling scroll v0.13.0
14652026-06-13T03:11:40.681Z Compiling tinystr v0.8.2
14662026-06-13T03:11:40.740Z Compiling potential_utf v0.1.4
14672026-06-13T03:11:40.765Z Compiling salsa20 v0.10.2
14682026-06-13T03:11:40.889Z Compiling icu_locale_core v2.1.1
14692026-06-13T03:11:40.900Z Compiling icu_collections v2.1.1
14702026-06-13T03:11:40.930Z Compiling tracing v0.1.44
14712026-06-13T03:11:40.936Z Compiling scrypt v0.11.0
14722026-06-13T03:11:40.941Z Compiling aes v0.8.4
14732026-06-13T03:11:41.017Z Compiling thiserror v2.0.18
14742026-06-13T03:11:41.108Z Compiling cbc v0.1.2
14752026-06-13T03:11:41.207Z Compiling darling_macro v0.20.11
14762026-06-13T03:11:41.207Z Compiling openssl-macros v0.1.1
14772026-06-13T03:11:41.270Z Compiling spki v0.7.3
14782026-06-13T03:11:41.401Z Compiling goblin v0.10.5
14792026-06-13T03:11:41.504Z Compiling icu_provider v2.1.1
14802026-06-13T03:11:41.681Z Compiling pkcs5 v0.7.1
14812026-06-13T03:11:41.741Z Compiling rustls-native-certs v0.8.3
14822026-06-13T03:11:41.773Z Compiling darling v0.20.11
14832026-06-13T03:11:41.815Z Compiling bytes v1.11.1
14842026-06-13T03:11:41.830Z Compiling icu_properties v2.1.2
14852026-06-13T03:11:41.857Z Compiling icu_normalizer v2.1.1
14862026-06-13T03:11:41.872Z Compiling chrono v0.4.44
14872026-06-13T03:11:41.891Z Compiling ipnet v2.11.0
14882026-06-13T03:11:41.906Z Compiling derive_builder_core v0.20.2
14892026-06-13T03:11:42.056Z Compiling pkcs8 v0.10.2
14902026-06-13T03:11:42.069Z Compiling dtrace-parser v0.3.0
14912026-06-13T03:11:42.187Z Compiling signature v2.2.0
14922026-06-13T03:11:42.271Z Compiling webpki-roots v1.0.6
14932026-06-13T03:11:42.373Z Compiling tokio v1.52.1
14942026-06-13T03:11:42.389Z Compiling http v1.4.0
14952026-06-13T03:11:42.423Z Compiling scroll_derive v0.12.1
14962026-06-13T03:11:42.433Z Compiling thiserror-impl v1.0.69
14972026-06-13T03:11:42.433Z Compiling serde_tokenstream v0.2.3
14982026-06-13T03:11:42.466Z Compiling serde_urlencoded v0.7.1
14992026-06-13T03:11:42.732Z Compiling idna_adapter v1.2.1
15002026-06-13T03:11:42.771Z Compiling toml_datetime v0.6.11
15012026-06-13T03:11:42.857Z Compiling ppv-lite86 v0.2.21
15022026-06-13T03:11:42.864Z Compiling idna v1.1.0
15032026-06-13T03:11:42.903Z Compiling derive_builder_macro v0.20.2
15042026-06-13T03:11:42.940Z Compiling serde_spanned v0.6.9
15052026-06-13T03:11:43.003Z Compiling erased-serde v0.3.31
15062026-06-13T03:11:43.036Z Compiling http-body v1.0.1
15072026-06-13T03:11:43.050Z Compiling md-5 v0.10.6
15082026-06-13T03:11:43.110Z Compiling darling_macro v0.21.3
15092026-06-13T03:11:43.128Z Compiling rand_chacha v0.9.0
15102026-06-13T03:11:43.181Z Compiling url v2.5.8
15112026-06-13T03:11:43.201Z Compiling http-body-util v0.1.3
15122026-06-13T03:11:43.260Z Compiling scroll v0.12.0
15132026-06-13T03:11:43.313Z Compiling rand_chacha v0.3.1
15142026-06-13T03:11:43.341Z Compiling bstr v1.12.1
15152026-06-13T03:11:43.441Z Compiling rand v0.9.2
15162026-06-13T03:11:43.922Z Compiling pin-project-internal v1.1.11
15172026-06-13T03:11:43.925Z Compiling zerocopy-derive v0.7.35
15182026-06-13T03:11:43.925Z Compiling async-trait v0.1.89
15192026-06-13T03:11:43.925Z Compiling vergen-lib v9.1.0
15202026-06-13T03:11:43.925Z Compiling curve25519-dalek v4.1.3
15212026-06-13T03:11:43.925Z Compiling thiserror v1.0.69
15222026-06-13T03:11:43.925Z Compiling ff v0.13.1
15232026-06-13T03:11:43.944Z Compiling hash32 v0.2.1
15242026-06-13T03:11:44.024Z Compiling proptest v1.10.0
15252026-06-13T03:11:44.056Z Compiling memoffset v0.9.1
15262026-06-13T03:11:44.089Z Compiling encoding_rs v0.8.35
15272026-06-13T03:11:44.153Z Compiling rustix v0.38.44
15282026-06-13T03:11:44.178Z Compiling fallible-iterator v0.2.0
15292026-06-13T03:11:44.272Z Compiling dof v0.4.0
15302026-06-13T03:11:44.286Z Compiling zlib-rs v0.6.2
15312026-06-13T03:11:44.367Z Compiling litrs v1.0.0
15322026-06-13T03:11:44.457Z Compiling smoltcp v0.9.1
15332026-06-13T03:11:44.509Z Compiling base16ct v0.2.0
15342026-06-13T03:11:44.526Z Compiling mime v0.3.17
15352026-06-13T03:11:44.632Z Compiling ipnetwork v0.21.1
15362026-06-13T03:11:44.686Z Compiling num-bigint-dig v0.8.6
15372026-06-13T03:11:44.737Z Compiling ref-cast v1.0.25
15382026-06-13T03:11:44.752Z Compiling cfg_aliases v0.2.1
15392026-06-13T03:11:44.821Z Compiling psl-types v2.0.11
15402026-06-13T03:11:44.865Z Compiling nix v0.31.2
15412026-06-13T03:11:44.879Z Compiling oxnet v0.1.5
15422026-06-13T03:11:44.908Z Compiling document-features v0.2.12
15432026-06-13T03:11:44.940Z Compiling publicsuffix v2.3.0
15442026-06-13T03:11:44.959Z Compiling pin-project v1.1.11
15452026-06-13T03:11:45.071Z Compiling sec1 v0.7.3
15462026-06-13T03:11:45.136Z Compiling postgres-protocol v0.6.10
15472026-06-13T03:11:45.206Z Compiling zerocopy v0.7.35
15482026-06-13T03:11:45.300Z Compiling group v0.13.0
15492026-06-13T03:11:45.335Z Compiling darling v0.21.3
15502026-06-13T03:11:45.372Z Compiling rand v0.8.6
15512026-06-13T03:11:45.403Z Compiling goblin v0.8.2
15522026-06-13T03:11:45.524Z Compiling derive_builder v0.20.2
15532026-06-13T03:11:45.553Z Compiling futures-executor v0.3.32
15542026-06-13T03:11:45.553Z Compiling hubpack_derive v0.1.1
15552026-06-13T03:11:45.640Z Compiling hex v0.4.3
15562026-06-13T03:11:45.650Z Compiling hkdf v0.12.4
15572026-06-13T03:11:45.687Z Compiling crypto-bigint v0.5.5
15582026-06-13T03:11:45.711Z Compiling regex v1.12.3
15592026-06-13T03:11:45.823Z Compiling num-iter v0.1.45
15602026-06-13T03:11:45.858Z Compiling snafu-derive v0.8.9
15612026-06-13T03:11:45.880Z Compiling ref-cast-impl v1.0.25
15622026-06-13T03:11:45.880Z Compiling daft-derive v0.1.7
15632026-06-13T03:11:45.890Z Compiling strum_macros v0.27.2
15642026-06-13T03:11:45.950Z Compiling curve25519-dalek-derive v0.1.1
15652026-06-13T03:11:46.216Z Compiling tokio-util v0.7.18
15662026-06-13T03:11:46.300Z Compiling tower v0.5.3
15672026-06-13T03:11:46.317Z Compiling tokio-native-tls v0.3.1
15682026-06-13T03:11:46.334Z Compiling terminal_size v0.4.3
15692026-06-13T03:11:46.452Z Compiling newtype-uuid v1.3.2
15702026-06-13T03:11:46.487Z Compiling phf_shared v0.13.1
15712026-06-13T03:11:46.515Z Compiling lazy_static v1.5.0
15722026-06-13T03:11:46.624Z Compiling anstyle-parse v0.2.7
15732026-06-13T03:11:46.633Z Compiling vergen v9.1.0
15742026-06-13T03:11:46.637Z Compiling cargo-platform v0.3.2
15752026-06-13T03:11:46.713Z Compiling tower-http v0.6.8
15762026-06-13T03:11:46.746Z Compiling fs-err v3.3.0
15772026-06-13T03:11:46.791Z Compiling ahash v0.8.12
15782026-06-13T03:11:46.813Z Compiling foldhash v0.1.5
15792026-06-13T03:11:46.830Z Compiling bitflags v1.3.2
15802026-06-13T03:11:46.842Z Compiling winnow v0.5.40
15812026-06-13T03:11:46.919Z Compiling h2 v0.4.13
15822026-06-13T03:11:46.945Z Compiling same-file v1.0.6
15832026-06-13T03:11:46.957Z Compiling bumpalo v3.20.2
15842026-06-13T03:11:47.000Z Compiling libbz2-rs-sys v0.2.2
15852026-06-13T03:11:47.018Z Compiling foldhash v0.2.0
15862026-06-13T03:11:47.135Z Compiling flate2 v1.1.9
15872026-06-13T03:11:47.151Z Compiling object v0.37.3
15882026-06-13T03:11:47.230Z Compiling managed v0.8.0
15892026-06-13T03:11:47.271Z Compiling hashbrown v0.16.1
15902026-06-13T03:11:47.281Z Compiling zopfli v0.8.3
15912026-06-13T03:11:47.466Z Compiling bzip2 v0.6.1
15922026-06-13T03:11:47.521Z Compiling walkdir v2.5.0
15932026-06-13T03:11:47.630Z Compiling dof v0.3.0
15942026-06-13T03:11:47.695Z Compiling clap_builder v4.6.0
15952026-06-13T03:11:47.771Z Compiling snafu v0.8.9
15962026-06-13T03:11:47.830Z Compiling hashbrown v0.15.5
15972026-06-13T03:11:47.857Z Compiling cargo_metadata v0.23.1
15982026-06-13T03:11:47.873Z Compiling strum v0.27.2
15992026-06-13T03:11:47.877Z Compiling anstream v0.6.21
16002026-06-13T03:11:47.908Z Compiling daft v0.1.7
16012026-06-13T03:11:47.971Z Compiling phf v0.13.1
16022026-06-13T03:11:48.147Z Compiling toml_edit v0.19.15
16032026-06-13T03:11:48.163Z Compiling elliptic-curve v0.13.8
16042026-06-13T03:11:48.222Z Compiling signal-hook-mio v0.2.5
16052026-06-13T03:11:48.333Z Compiling hubpack v0.1.2
16062026-06-13T03:11:48.349Z Compiling cookie_store v0.22.1
16072026-06-13T03:11:48.364Z Compiling usdt-macro v0.6.0
16082026-06-13T03:11:48.437Z Compiling usdt-attr-macro v0.6.0
16092026-06-13T03:11:48.444Z Compiling bzip2 v0.4.4
16102026-06-13T03:11:48.574Z Compiling futures v0.3.32
16112026-06-13T03:11:48.646Z Compiling postgres-types v0.2.12
16122026-06-13T03:11:48.667Z Compiling serde_with_macros v3.17.0
16132026-06-13T03:11:48.785Z Compiling zstd v0.13.3
16142026-06-13T03:11:48.931Z Compiling dtrace-parser v0.2.0
16152026-06-13T03:11:49.052Z Compiling globset v0.4.18
16162026-06-13T03:11:49.068Z Compiling ed25519 v2.2.3
16172026-06-13T03:11:49.163Z Compiling pkcs1 v0.7.5
16182026-06-13T03:11:49.265Z Compiling serde-big-array v0.5.1
16192026-06-13T03:11:49.276Z Compiling serde_plain v1.0.2
16202026-06-13T03:11:49.311Z Compiling olpc-cjson v0.1.4
16212026-06-13T03:11:49.437Z Compiling rfc6979 v0.4.0
16222026-06-13T03:11:49.482Z Compiling async-recursion v1.1.1
16232026-06-13T03:11:49.497Z Compiling enum-as-inner v0.6.1
16242026-06-13T03:11:49.579Z Compiling serde_repr v0.1.20
16252026-06-13T03:11:49.603Z Compiling strum_macros v0.26.4
16262026-06-13T03:11:49.759Z Compiling clap_derive v4.6.1
16272026-06-13T03:11:49.780Z Compiling phf_shared v0.11.3
16282026-06-13T03:11:49.865Z Compiling float-cmp v0.10.0
16292026-06-13T03:11:49.893Z Compiling pem v3.0.6
16302026-06-13T03:11:49.975Z Compiling hyper v1.8.1
16312026-06-13T03:11:50.023Z Compiling thread-id v4.2.2
16322026-06-13T03:11:50.044Z Compiling memmap2 v0.9.10
16332026-06-13T03:11:50.052Z Compiling env_filter v1.0.0
16342026-06-13T03:11:50.125Z Compiling either v1.15.0
16352026-06-13T03:11:50.167Z Compiling fixedbitset v0.5.7
16362026-06-13T03:11:50.186Z Compiling jiff v0.2.21
16372026-06-13T03:11:50.244Z Compiling typed-path v0.9.3
16382026-06-13T03:11:50.283Z Compiling data-encoding v2.10.0
16392026-06-13T03:11:50.375Z Compiling difflib v0.4.0
16402026-06-13T03:11:50.393Z Compiling fixedbitset v0.4.2
16412026-06-13T03:11:50.503Z Compiling normalize-line-endings v0.3.0
16422026-06-13T03:11:50.631Z Compiling keccak v0.1.6
16432026-06-13T03:11:50.646Z Compiling new_debug_unreachable v1.0.6
16442026-06-13T03:11:50.732Z Compiling whoami v2.1.0
16452026-06-13T03:11:50.806Z Compiling precomputed-hash v0.1.1
16462026-06-13T03:11:50.899Z Compiling predicates-core v1.0.10
16472026-06-13T03:11:50.918Z Compiling static_assertions v1.1.0
16482026-06-13T03:11:50.976Z Compiling tokio-postgres v0.7.16
16492026-06-13T03:11:50.999Z Compiling string_cache v0.8.9
16502026-06-13T03:11:51.015Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16512026-06-13T03:11:51.031Z Compiling sha3 v0.10.8
16522026-06-13T03:11:51.115Z Compiling hyper-util v0.1.20
16532026-06-13T03:11:51.130Z Compiling predicates v3.1.4
16542026-06-13T03:11:51.159Z Compiling toml_edit v0.22.27
16552026-06-13T03:11:51.261Z Compiling hickory-proto v0.25.2
16562026-06-13T03:11:51.444Z Compiling strum v0.26.3
16572026-06-13T03:11:51.472Z Compiling petgraph v0.6.5
16582026-06-13T03:11:51.502Z Compiling petgraph v0.8.3
16592026-06-13T03:11:51.513Z Compiling itertools v0.13.0
16602026-06-13T03:11:51.598Z Compiling clap v4.6.1
16612026-06-13T03:11:51.622Z Compiling env_logger v0.11.9
16622026-06-13T03:11:51.655Z Compiling usdt v0.6.0
16632026-06-13T03:11:51.710Z Compiling usdt-impl v0.5.0
16642026-06-13T03:11:51.818Z Compiling serde_with v3.17.0
16652026-06-13T03:11:51.947Z Compiling crossterm v0.28.1
16662026-06-13T03:11:52.003Z Compiling toml v0.7.8
16672026-06-13T03:11:52.320Z Compiling ecdsa v0.16.9
16682026-06-13T03:11:52.613Z Compiling hyper-tls v0.6.0
16692026-06-13T03:11:52.725Z Compiling rsa v0.9.10
16702026-06-13T03:11:52.781Z Compiling zip v4.6.1
16712026-06-13T03:11:52.871Z Compiling ed25519-dalek v2.2.0
16722026-06-13T03:11:53.251Z Compiling zip v0.6.6
16732026-06-13T03:11:53.260Z Compiling iddqd v0.4.2
16742026-06-13T03:11:53.601Z Compiling tokio-stream v0.1.18
16752026-06-13T03:11:53.737Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-06-13T03:11:53.778Z Compiling buf-list v1.1.2
16772026-06-13T03:11:53.797Z Compiling similar v2.7.0
16782026-06-13T03:11:53.973Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-06-13T03:11:53.999Z Compiling openapiv3 v2.2.0
16802026-06-13T03:11:53.999Z Compiling x509-cert v0.2.5
16812026-06-13T03:11:53.999Z Compiling sha1 v0.10.6
16822026-06-13T03:11:54.107Z Compiling crossbeam-epoch v0.9.18
16832026-06-13T03:11:54.122Z Compiling peg-runtime v0.8.5
16842026-06-13T03:11:54.184Z Compiling lalrpop-util v0.19.12
16852026-06-13T03:11:54.207Z Compiling thread_local v1.1.9
16862026-06-13T03:11:54.410Z Compiling slog-async v2.8.0
16872026-06-13T03:11:54.417Z Compiling crossbeam-channel v0.5.15
16882026-06-13T03:11:54.434Z Compiling is-terminal v0.4.17
16892026-06-13T03:11:54.459Z Compiling filetime v0.2.27
16902026-06-13T03:11:54.472Z Compiling take_mut v0.2.2
16912026-06-13T03:11:54.480Z Compiling term v1.2.1
16922026-06-13T03:11:54.542Z Compiling xattr v1.6.1
16932026-06-13T03:11:54.708Z Compiling tar v0.4.45
16942026-06-13T03:11:54.863Z Compiling slog-term v2.9.2
16952026-06-13T03:12:16.554Z Compiling rustls-webpki v0.103.9
16962026-06-13T03:12:16.589Z Compiling tokio-rustls v0.26.4
16972026-06-13T03:12:16.589Z Compiling rustls-platform-verifier v0.6.2
16982026-06-13T03:12:16.622Z Compiling hyper-rustls v0.27.7
16992026-06-13T03:12:16.622Z Compiling reqwest v0.12.28
17002026-06-13T03:12:16.622Z Compiling reqwest v0.13.2
17012026-06-13T03:12:16.892Z Compiling tough v0.22.0
17022026-06-13T03:12:19.393Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17032026-06-13T03:12:19.627Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17042026-06-13T03:12:22.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.70s
17052026-06-13T03:12:22.636Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17062026-06-13T03:12:22.691ZJun 13 03:12:21.686 INFO Starting download, target: Clickhouse
17072026-06-13T03:12:22.691ZJun 13 03:12:21.687 INFO Starting download, target: DendriteStub
17082026-06-13T03:12:22.691ZJun 13 03:12:21.687 INFO Starting download, target: Cockroach
17092026-06-13T03:12:22.695ZJun 13 03:12:21.687 INFO Starting download, target: Console
17102026-06-13T03:12:22.695ZJun 13 03:12:21.687 INFO Starting download, target: MaghemiteMgd
17112026-06-13T03:12:22.695ZJun 13 03:12:21.687 INFO Starting download, target: MaghemiteDdmd
17122026-06-13T03:12:22.695ZJun 13 03:12:21.687 INFO Starting download, target: TransceiverControl
17132026-06-13T03:12:22.695ZJun 13 03:12:21.687 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17142026-06-13T03:12:22.695ZJun 13 03:12:21.687 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17152026-06-13T03:12:22.696ZJun 13 03:12:21.687 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17162026-06-13T03:12:22.696ZJun 13 03:12:21.687 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17172026-06-13T03:12:22.696ZJun 13 03:12:21.687 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17182026-06-13T03:12:22.696ZJun 13 03:12:21.687 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17192026-06-13T03:12:22.696ZJun 13 03:12:21.687 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17202026-06-13T03:12:23.655ZJun 13 03:12:22.650 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17212026-06-13T03:12:23.895ZJun 13 03:12:22.891 INFO Download complete, target: Console
17222026-06-13T03:12:24.976ZJun 13 03:12:23.972 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17232026-06-13T03:12:31.787ZJun 13 03:12:30.782 INFO Checking that binary works, target: Clickhouse
17242026-06-13T03:12:31.876ZJun 13 03:12:30.872 INFO Download complete, target: Clickhouse
17252026-06-13T03:12:43.381ZJun 13 03:12:42.374 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17262026-06-13T03:12:43.601ZJun 13 03:12:42.583 INFO Download complete, target: TransceiverControl
17272026-06-13T03:12:49.378ZJun 13 03:12:48.366 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17282026-06-13T03:12:49.509ZJun 13 03:12:48.501 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17292026-06-13T03:12:49.783ZJun 13 03:12:48.722 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17302026-06-13T03:12:51.524ZJun 13 03:12:50.513 INFO Download complete, target: MaghemiteDdmd
17312026-06-13T03:12:51.802ZJun 13 03:12:50.798 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17322026-06-13T03:12:51.803ZJun 13 03:12:50.798 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17332026-06-13T03:12:51.989ZJun 13 03:12:50.985 INFO Download complete, target: DendriteStub
17342026-06-13T03:12:52.256ZJun 13 03:12:51.251 INFO Download complete, target: MaghemiteMgd
17352026-06-13T03:12:56.509ZJun 13 03:12:55.504 INFO Checking that binary works, target: Cockroach
17362026-06-13T03:12:56.638ZJun 13 03:12:55.630 INFO Download complete, target: Cockroach
17372026-06-13T03:12:56.652ZAll prerequisites installed successfully
17382026-06-13T03:12:56.652Z
17392026-06-13T03:12:56.652Zreal 2:28.097934934
17402026-06-13T03:12:56.652Zuser 6:58.751184422
17412026-06-13T03:12:56.652Zsys 1:44.238678392
17422026-06-13T03:12:56.652Ztrap 0.262287539
17432026-06-13T03:12:56.652Ztflt 1.315353725
17442026-06-13T03:12:56.652Zdflt 1.908716700
17452026-06-13T03:12:56.652Zkflt 0.024106425
17462026-06-13T03:12:56.653Zlock 32:12.718429864
17472026-06-13T03:12:56.653Zslp 19:52.135627679
17482026-06-13T03:12:56.653Zlat 25.089192918
17492026-06-13T03:12:56.653Zstop 2:52.313936532
17502026-06-13T03:12:56.653Z+ ptime -m cargo xtask download softnpu
17512026-06-13T03:12:57.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17522026-06-13T03:12:57.194Z Running `target/debug/xtask download softnpu`
17532026-06-13T03:12:57.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17542026-06-13T03:12:58.027Z Running `target/debug/xtask-downloader softnpu`
17552026-06-13T03:12:58.070ZJun 13 03:12:57.065 INFO Starting download, target: Softnpu
17562026-06-13T03:12:58.074ZJun 13 03:12:57.066 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17572026-06-13T03:12:58.673ZJun 13 03:12:57.668 INFO Download complete, target: Softnpu
17582026-06-13T03:12:58.676Z
17592026-06-13T03:12:58.679Zreal 2.030125556
17602026-06-13T03:12:58.679Zuser 1.334687588
17612026-06-13T03:12:58.680Zsys 0.665331849
17622026-06-13T03:12:58.680Ztrap 0.000460469
17632026-06-13T03:12:58.680Ztflt 0.000113021
17642026-06-13T03:12:58.680Zdflt 0.000142162
17652026-06-13T03:12:58.680Zkflt 0.000000000
17662026-06-13T03:12:58.680Zlock 10.940511591
17672026-06-13T03:12:58.680Zslp 0.474498481
17682026-06-13T03:12:58.680Zlat 0.080494469
17692026-06-13T03:12:58.680Zstop 0.000174879
17702026-06-13T03:12:58.680Z+ export CARGO_INCREMENTAL=0
17712026-06-13T03:12:58.680Z+ CARGO_INCREMENTAL=0
17722026-06-13T03:12:58.680Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17732026-06-13T03:12:59.585Z Compiling proc-macro2 v1.0.106
17742026-06-13T03:12:59.585Z Compiling quote v1.0.45
17752026-06-13T03:12:59.585Z Compiling unicode-ident v1.0.24
17762026-06-13T03:12:59.585Z Compiling libc v0.2.185
17772026-06-13T03:12:59.594Z Compiling serde_core v1.0.228
17782026-06-13T03:12:59.594Z Compiling serde v1.0.228
17792026-06-13T03:12:59.594Z Compiling cfg-if v1.0.4
17802026-06-13T03:12:59.768Z Compiling version_check v0.9.5
17812026-06-13T03:12:59.773Z Compiling shlex v1.3.0
17822026-06-13T03:12:59.774Z Compiling find-msvc-tools v0.1.9
17832026-06-13T03:12:59.774Z Compiling typenum v1.19.0
17842026-06-13T03:12:59.774Z Compiling zmij v1.0.21
17852026-06-13T03:12:59.774Z Compiling autocfg v1.5.0
17862026-06-13T03:12:59.774Z Compiling memchr v2.8.0
17872026-06-13T03:12:59.774Z Compiling serde_json v1.0.149
17882026-06-13T03:13:00.019Z Compiling portable-atomic v1.13.1
17892026-06-13T03:13:00.069Z Compiling libm v0.2.16
17902026-06-13T03:13:00.094Z Compiling zerocopy v0.8.40
17912026-06-13T03:13:00.115Z Compiling parking_lot_core v0.9.12
17922026-06-13T03:13:00.207Z Compiling generic-array v0.14.7
17932026-06-13T03:13:00.210Z Compiling num-traits v0.2.19
17942026-06-13T03:13:00.259Z Compiling smallvec v1.15.1
17952026-06-13T03:13:00.262Z Compiling icu_properties_data v2.1.2
17962026-06-13T03:13:00.262Z Compiling icu_normalizer_data v2.1.1
17972026-06-13T03:13:00.385Z Compiling itoa v1.0.17
17982026-06-13T03:13:00.405Z Compiling getrandom v0.4.1
17992026-06-13T03:13:00.454Z Compiling log v0.4.29
18002026-06-13T03:13:00.510Z Compiling stable_deref_trait v1.2.1
18012026-06-13T03:13:00.513Z Compiling pkg-config v0.3.32
18022026-06-13T03:13:00.564Z Compiling subtle v2.6.1
18032026-06-13T03:13:00.720Z Compiling scopeguard v1.2.0
18042026-06-13T03:13:00.770Z Compiling percent-encoding v2.3.2
18052026-06-13T03:13:00.832Z Compiling lock_api v0.4.14
18062026-06-13T03:13:00.928Z Compiling jobserver v0.1.34
18072026-06-13T03:13:00.943Z Compiling getrandom v0.2.17
18082026-06-13T03:13:01.028Z Compiling errno v0.3.14
18092026-06-13T03:13:01.044Z Compiling syn v2.0.117
18102026-06-13T03:13:01.076Z Compiling litemap v0.8.1
18112026-06-13T03:13:01.103Z Compiling rand_core v0.6.4
18122026-06-13T03:13:01.135Z Compiling writeable v0.6.2
18132026-06-13T03:13:01.160Z Compiling cc v1.2.56
18142026-06-13T03:13:01.189Z Compiling fnv v1.0.7
18152026-06-13T03:13:01.268Z Compiling thiserror v2.0.18
18162026-06-13T03:13:01.299Z Compiling pin-project-lite v0.2.17
18172026-06-13T03:13:01.397Z Compiling getrandom v0.3.4
18182026-06-13T03:13:01.400Z Compiling rand_core v0.10.0
18192026-06-13T03:13:01.440Z Compiling equivalent v1.0.2
18202026-06-13T03:13:01.520Z Compiling schemars v0.8.22
18212026-06-13T03:13:01.524Z Compiling dunce v1.0.5
18222026-06-13T03:13:01.552Z Compiling fs_extra v1.3.0
18232026-06-13T03:13:01.583Z Compiling rustversion v1.0.22
18242026-06-13T03:13:01.657Z Compiling critical-section v1.2.0
18252026-06-13T03:13:01.688Z Compiling utf8_iter v1.0.4
18262026-06-13T03:13:01.720Z Compiling rustix v1.1.3
18272026-06-13T03:13:01.763Z Compiling form_urlencoded v1.2.2
18282026-06-13T03:13:01.816Z Compiling hashbrown v0.17.0
18292026-06-13T03:13:01.867Z Compiling signal-hook-registry v1.4.8
18302026-06-13T03:13:01.898Z Compiling const-oid v0.9.6
18312026-06-13T03:13:01.990Z Compiling cmake v0.1.57
18322026-06-13T03:13:02.061Z Compiling semver v1.0.28
18332026-06-13T03:13:02.236Z Compiling bitflags v2.11.0
18342026-06-13T03:13:02.369Z Compiling once_cell v1.21.3
18352026-06-13T03:13:02.386Z Compiling indexmap v2.14.0
18362026-06-13T03:13:02.420Z Compiling parking_lot v0.12.5
18372026-06-13T03:13:02.438Z Compiling mio v1.2.0
18382026-06-13T03:13:02.469Z Compiling socket2 v0.6.3
18392026-06-13T03:13:02.510Z Compiling ring v0.17.14
18402026-06-13T03:13:02.550Z Compiling aws-lc-sys v0.40.0
18412026-06-13T03:13:02.639Z Compiling aws-lc-rs v1.16.3
18422026-06-13T03:13:02.674Z Compiling futures-core v0.3.32
18432026-06-13T03:13:02.721Z Compiling httparse v1.10.1
18442026-06-13T03:13:02.770Z Compiling thiserror v1.0.69
18452026-06-13T03:13:02.800Z Compiling strsim v0.11.1
18462026-06-13T03:13:03.011Z Compiling vcpkg v0.2.15
18472026-06-13T03:13:03.051Z Compiling ucd-trie v0.1.7
18482026-06-13T03:13:03.070Z Compiling iana-time-zone v0.1.65
18492026-06-13T03:13:03.087Z Compiling byteorder v1.5.0
18502026-06-13T03:13:03.152Z Compiling syn v1.0.109
18512026-06-13T03:13:03.168Z Compiling regex-syntax v0.8.10
18522026-06-13T03:13:03.202Z Compiling pest v2.8.6
18532026-06-13T03:13:03.231Z Compiling heck v0.5.0
18542026-06-13T03:13:03.244Z Compiling ident_case v1.0.1
18552026-06-13T03:13:03.287Z Compiling uuid v1.23.0
18562026-06-13T03:13:03.327Z Compiling cpufeatures v0.2.17
18572026-06-13T03:13:03.559Z Compiling rustls v0.23.37
18582026-06-13T03:13:03.595Z Compiling openssl-sys v0.9.115
18592026-06-13T03:13:03.612Z Compiling rustc_version v0.4.1
18602026-06-13T03:13:03.660Z Compiling futures-sink v0.3.32
18612026-06-13T03:13:03.767Z Compiling futures-channel v0.3.32
18622026-06-13T03:13:03.851Z Compiling aho-corasick v1.1.4
18632026-06-13T03:13:03.911Z Compiling synstructure v0.13.2
18642026-06-13T03:13:03.938Z Compiling serde_derive_internals v0.29.1
18652026-06-13T03:13:03.972Z Compiling futures-io v0.3.32
18662026-06-13T03:13:04.022Z Compiling dyn-clone v1.0.20
18672026-06-13T03:13:04.078Z Compiling futures-task v0.3.32
18682026-06-13T03:13:04.137Z Compiling slab v0.4.12
18692026-06-13T03:13:04.303Z Compiling pest_meta v2.8.6
18702026-06-13T03:13:04.415Z Compiling crc32fast v1.5.0
18712026-06-13T03:13:04.432Z Compiling plain v0.2.3
18722026-06-13T03:13:04.452Z Compiling openssl v0.10.79
18732026-06-13T03:13:04.452Z Compiling time-core v0.1.8
18742026-06-13T03:13:04.484Z Compiling base64 v0.22.1
18752026-06-13T03:13:04.523Z Compiling num-conv v0.2.0
18762026-06-13T03:13:04.638Z Compiling crossbeam-utils v0.8.21
18772026-06-13T03:13:04.677Z Compiling time-macros v0.2.27
18782026-06-13T03:13:04.700Z Compiling regex-automata v0.4.14
18792026-06-13T03:13:04.779Z Compiling pretty-hex v0.4.1
18802026-06-13T03:13:04.877Z Compiling pest_generator v2.8.6
18812026-06-13T03:13:04.913Z Compiling base64ct v1.8.3
18822026-06-13T03:13:04.929Z Compiling native-tls v0.2.18
18832026-06-13T03:13:04.944Z Compiling anyhow v1.0.102
18842026-06-13T03:13:04.949Z Compiling darling_core v0.21.3
18852026-06-13T03:13:05.000Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18862026-06-13T03:13:05.148Z Compiling serde_derive v1.0.228
18872026-06-13T03:13:05.166Z Compiling zeroize_derive v1.4.3
18882026-06-13T03:13:05.185Z Compiling zerofrom-derive v0.1.6
18892026-06-13T03:13:05.214Z Compiling yoke-derive v0.8.1
18902026-06-13T03:13:05.265Z Compiling zerovec-derive v0.11.2
18912026-06-13T03:13:05.309Z Compiling displaydoc v0.2.5
18922026-06-13T03:13:05.325Z Compiling zerocopy-derive v0.8.40
18932026-06-13T03:13:05.402Z Compiling tokio-macros v2.7.0
18942026-06-13T03:13:05.527Z Compiling futures-macro v0.3.32
18952026-06-13T03:13:05.554Z Compiling thiserror-impl v2.0.18
18962026-06-13T03:13:05.664Z Compiling schemars_derive v0.8.22
18972026-06-13T03:13:05.785Z Compiling zeroize v1.8.2
18982026-06-13T03:13:06.091Z Compiling tracing-attributes v0.1.31
18992026-06-13T03:13:06.247Z Compiling der_derive v0.7.3
19002026-06-13T03:13:06.320Z Compiling thiserror-impl v1.0.69
19012026-06-13T03:13:06.337Z Compiling zerofrom v0.1.6
19022026-06-13T03:13:06.484Z Compiling yoke v0.8.1
19032026-06-13T03:13:06.650Z Compiling crypto-common v0.1.7
19042026-06-13T03:13:06.699Z Compiling zerovec v0.11.5
19052026-06-13T03:13:06.716Z Compiling zerotrie v0.2.3
19062026-06-13T03:13:06.819Z Compiling block-buffer v0.10.4
19072026-06-13T03:13:07.002Z Compiling digest v0.10.7
19082026-06-13T03:13:07.147Z Compiling pest_derive v2.8.6
19092026-06-13T03:13:07.181Z Compiling futures-util v0.3.32
19102026-06-13T03:13:07.197Z Compiling hmac v0.12.1
19112026-06-13T03:13:07.242Z Compiling tinystr v0.8.2
19122026-06-13T03:13:07.294Z Compiling potential_utf v0.1.4
19132026-06-13T03:13:07.362Z Compiling block-padding v0.3.3
19142026-06-13T03:13:07.450Z Compiling icu_locale_core v2.1.1
19152026-06-13T03:13:07.470Z Compiling icu_collections v2.1.1
19162026-06-13T03:13:07.507Z Compiling inout v0.1.4
19172026-06-13T03:13:07.522Z Compiling sha2 v0.10.9
19182026-06-13T03:13:07.663Z Compiling cipher v0.4.4
19192026-06-13T03:13:07.686Z Compiling rustls-pki-types v1.14.0
19202026-06-13T03:13:07.717Z Compiling scroll_derive v0.12.1
19212026-06-13T03:13:07.922Z Compiling openssl-macros v0.1.1
19222026-06-13T03:13:08.080Z Compiling scroll_derive v0.13.1
19232026-06-13T03:13:08.231Z Compiling icu_provider v2.1.1
19242026-06-13T03:13:08.325Z Compiling bytes v1.11.1
19252026-06-13T03:13:08.401Z Compiling chrono v0.4.44
19262026-06-13T03:13:08.443Z Compiling serde_tokenstream v0.2.3
19272026-06-13T03:13:08.537Z Compiling icu_normalizer v2.1.1
19282026-06-13T03:13:08.554Z Compiling icu_properties v2.1.2
19292026-06-13T03:13:08.842Z Compiling pem-rfc7468 v0.7.0
19302026-06-13T03:13:08.928Z Compiling tokio v1.52.1
19312026-06-13T03:13:09.154Z Compiling flagset v0.4.7
19322026-06-13T03:13:09.231Z Compiling http v1.4.0
19332026-06-13T03:13:09.304Z Compiling der v0.7.10
19342026-06-13T03:13:09.426Z Compiling idna_adapter v1.2.1
19352026-06-13T03:13:09.581Z Compiling idna v1.1.0
19362026-06-13T03:13:10.178Z Compiling ppv-lite86 v0.2.21
19372026-06-13T03:13:10.183Z Compiling url v2.5.8
19382026-06-13T03:13:10.183Z Compiling darling_macro v0.21.3
19392026-06-13T03:13:10.183Z Compiling regex v1.12.3
19402026-06-13T03:13:10.183Z Compiling zerocopy-derive v0.7.35
19412026-06-13T03:13:10.183Z Compiling rand_core v0.9.5
19422026-06-13T03:13:10.381Z Compiling slog v2.8.2
19432026-06-13T03:13:10.448Z Compiling tracing-core v0.1.36
19442026-06-13T03:13:10.640Z Compiling untrusted v0.9.0
19452026-06-13T03:13:10.974Z Compiling tracing v0.1.44
19462026-06-13T03:13:11.089Z Compiling darling v0.21.3
19472026-06-13T03:13:11.184Z Compiling spki v0.7.3
19482026-06-13T03:13:11.295Z Compiling salsa20 v0.10.2
19492026-06-13T03:13:11.454Z Compiling pbkdf2 v0.12.2
19502026-06-13T03:13:11.865Z Compiling cookie v0.18.1
19512026-06-13T03:13:11.907Z Compiling camino v1.2.2
19522026-06-13T03:13:12.133Z Compiling scrypt v0.11.0
19532026-06-13T03:13:12.210Z Compiling rand_chacha v0.9.0
19542026-06-13T03:13:12.228Z Compiling http-body v1.0.1
19552026-06-13T03:13:12.251Z Compiling cbc v0.1.2
19562026-06-13T03:13:12.295Z Compiling aes v0.8.4
19572026-06-13T03:13:12.423Z Compiling usdt-impl v0.5.0
19582026-06-13T03:13:12.442Z Compiling ref-cast v1.0.25
19592026-06-13T03:13:12.478Z Compiling untrusted v0.7.1
19602026-06-13T03:13:12.593Z Compiling unicode-segmentation v1.12.0
19612026-06-13T03:13:12.616Z Compiling tinyvec_macros v0.1.1
19622026-06-13T03:13:12.630Z Compiling openssl-probe v0.2.1
19632026-06-13T03:13:12.665Z Compiling tokio-util v0.7.18
19642026-06-13T03:13:12.702Z Compiling winnow v0.7.14
19652026-06-13T03:13:12.729Z Compiling either v1.15.0
19662026-06-13T03:13:12.748Z Compiling usdt-impl v0.6.0
19672026-06-13T03:13:12.782Z Compiling paste v1.0.15
19682026-06-13T03:13:12.815Z Compiling fastrand v2.3.0
19692026-06-13T03:13:12.855Z Compiling tinyvec v1.10.0
19702026-06-13T03:13:12.961Z Compiling pkcs5 v0.7.1
19712026-06-13T03:13:12.992Z Compiling rand v0.9.2
19722026-06-13T03:13:13.393Z Compiling scroll v0.13.0
19732026-06-13T03:13:13.410Z Compiling scroll v0.12.0
19742026-06-13T03:13:13.427Z Compiling toml_datetime v0.6.11
19752026-06-13T03:13:13.593Z Compiling serde_spanned v0.6.9
19762026-06-13T03:13:13.631Z Compiling async-trait v0.1.89
19772026-06-13T03:13:13.680Z Compiling heapless v0.7.17
19782026-06-13T03:13:13.755Z Compiling bzip2-sys v0.1.13+1.0.8
19792026-06-13T03:13:13.771Z Compiling tower-service v0.3.3
19802026-06-13T03:13:13.786Z Compiling atomic-waker v1.1.2
19812026-06-13T03:13:13.826Z Compiling signal-hook v0.3.18
19822026-06-13T03:13:13.886Z Compiling tower-layer v0.3.3
19832026-06-13T03:13:13.934Z Compiling try-lock v0.2.5
19842026-06-13T03:13:14.047Z Compiling zstd-safe v7.2.4
19852026-06-13T03:13:14.066Z Compiling rustix v0.38.44
19862026-06-13T03:13:14.116Z Compiling want v0.3.1
19872026-06-13T03:13:14.150Z Compiling toml_parser v1.0.9+spec-1.1.0
19882026-06-13T03:13:14.180Z Compiling h2 v0.4.13
19892026-06-13T03:13:14.296Z Compiling goblin v0.8.2
19902026-06-13T03:13:14.474Z Compiling goblin v0.10.5
19912026-06-13T03:13:14.515Z Compiling pkcs8 v0.10.2
19922026-06-13T03:13:14.715Z Compiling heck v0.4.1
19932026-06-13T03:13:14.732Z Compiling zerocopy v0.7.35
19942026-06-13T03:13:14.735Z Compiling ipnet v2.11.0
19952026-06-13T03:13:14.819Z Compiling ref-cast-impl v1.0.25
19962026-06-13T03:13:14.935Z Compiling curve25519-dalek v4.1.3
19972026-06-13T03:13:15.038Z Compiling darling_core v0.20.11
19982026-06-13T03:13:15.220Z Compiling memoffset v0.9.1
19992026-06-13T03:13:15.240Z Compiling utf8parse v0.2.2
20002026-06-13T03:13:15.303Z Compiling foreign-types-shared v0.1.1
20012026-06-13T03:13:15.492Z Compiling httpdate v1.0.3
20022026-06-13T03:13:15.532Z Compiling pin-utils v0.1.0
20032026-06-13T03:13:15.577Z Compiling litrs v1.0.0
20042026-06-13T03:13:15.672Z Compiling winnow v0.5.40
20052026-06-13T03:13:15.720Z Compiling tempfile v3.25.0
20062026-06-13T03:13:15.782Z Compiling foreign-types v0.3.2
20072026-06-13T03:13:16.050Z Compiling document-features v0.2.12
20082026-06-13T03:13:16.614Z Compiling dof v0.3.0
20092026-06-13T03:13:16.832Z Compiling unicode-normalization v0.1.25
20102026-06-13T03:13:16.891Z Compiling dtrace-parser v0.2.0
20112026-06-13T03:13:17.035Z Compiling darling_macro v0.20.11
20122026-06-13T03:13:17.051Z Compiling toml_edit v0.19.15
20132026-06-13T03:13:17.069Z Compiling dof v0.4.0
20142026-06-13T03:13:17.116Z Compiling hyper v1.8.1
20152026-06-13T03:13:17.450Z Compiling dtrace-parser v0.3.0
20162026-06-13T03:13:17.588Z Compiling pin-project-internal v1.1.11
20172026-06-13T03:13:17.684Z Compiling daft-derive v0.1.7
20182026-06-13T03:13:17.807Z Compiling spin v0.9.8
20192026-06-13T03:13:17.836Z Compiling thread-id v5.1.0
20202026-06-13T03:13:17.937Z Compiling thread-id v4.2.2
20212026-06-13T03:13:18.037Z Compiling anstyle v1.0.14
20222026-06-13T03:13:18.052Z Compiling num-bigint-dig v0.8.6
20232026-06-13T03:13:18.149Z Compiling powerfmt v0.2.0
20242026-06-13T03:13:18.167Z Compiling cfg_aliases v0.2.1
20252026-06-13T03:13:18.264Z Compiling smoltcp v0.9.1
20262026-06-13T03:13:18.282Z Compiling nix v0.31.2
20272026-06-13T03:13:18.286Z Compiling hyper-util v0.1.20
20282026-06-13T03:13:18.384Z Compiling deranged v0.5.8
20292026-06-13T03:13:18.615Z Compiling darling v0.20.11
20302026-06-13T03:13:18.717Z Compiling rustls-native-certs v0.8.3
20312026-06-13T03:13:18.817Z Compiling ipnetwork v0.21.1
20322026-06-13T03:13:19.023Z Compiling strum_macros v0.26.4
20332026-06-13T03:13:19.137Z Compiling curve25519-dalek-derive v0.1.1
20342026-06-13T03:13:19.301Z Compiling sync_wrapper v1.0.2
20352026-06-13T03:13:19.317Z Compiling wait-timeout v0.2.1
20362026-06-13T03:13:19.405Z Compiling colorchoice v1.0.4
20372026-06-13T03:13:19.433Z Compiling num_threads v0.1.7
20382026-06-13T03:13:19.542Z Compiling bit-vec v0.8.0
20392026-06-13T03:13:19.558Z Compiling quick-error v1.2.3
20402026-06-13T03:13:19.727Z Compiling siphasher v1.0.2
20412026-06-13T03:13:19.762Z Compiling anstyle-query v1.1.5
20422026-06-13T03:13:19.796Z Compiling simd-adler32 v0.3.8
20432026-06-13T03:13:19.906Z Compiling is_terminal_polyfill v1.70.2
20442026-06-13T03:13:20.035Z Compiling bit-set v0.8.0
20452026-06-13T03:13:20.057Z Compiling time v0.3.47
20462026-06-13T03:13:20.075Z Compiling rusty-fork v0.3.1
20472026-06-13T03:13:20.171Z Compiling tower v0.5.3
20482026-06-13T03:13:20.412Z Compiling derive_builder_core v0.20.2
20492026-06-13T03:13:20.415Z Compiling snafu-derive v0.8.9
20502026-06-13T03:13:20.605Z Compiling http-body-util v0.1.3
20512026-06-13T03:13:20.658Z Compiling webpki-roots v1.0.6
20522026-06-13T03:13:20.965Z Compiling rand_xorshift v0.4.0
20532026-06-13T03:13:21.119Z Compiling signature v2.2.0
20542026-06-13T03:13:21.140Z Compiling hubpack_derive v0.1.1
20552026-06-13T03:13:21.208Z Compiling strum_macros v0.27.2
20562026-06-13T03:13:21.318Z Compiling fs-err v3.3.0
20572026-06-13T03:13:21.421Z Compiling ahash v0.8.12
20582026-06-13T03:13:21.626Z Compiling adler2 v2.0.1
20592026-06-13T03:13:21.646Z Compiling ryu v1.0.23
20602026-06-13T03:13:21.712Z Compiling unarray v0.1.4
20612026-06-13T03:13:21.746Z Compiling unicode-bidi v0.3.18
20622026-06-13T03:13:21.771Z Compiling object v0.37.3
20632026-06-13T03:13:21.835Z Compiling iri-string v0.7.10
20642026-06-13T03:13:21.976Z Compiling unicode-properties v0.1.4
20652026-06-13T03:13:22.083Z Compiling allocator-api2 v0.2.21
20662026-06-13T03:13:22.150Z Compiling proptest v1.10.0
20672026-06-13T03:13:22.212Z Compiling stringprep v0.1.5
20682026-06-13T03:13:22.245Z Compiling serde_urlencoded v0.7.1
20692026-06-13T03:13:22.435Z Compiling miniz_oxide v0.8.9
20702026-06-13T03:13:22.619Z Compiling derive_builder_macro v0.20.2
20712026-06-13T03:13:22.872Z Compiling tokio-native-tls v0.3.1
20722026-06-13T03:13:23.009Z Compiling tower-http v0.6.8
20732026-06-13T03:13:23.074Z Compiling usdt-macro v0.6.0
20742026-06-13T03:13:23.091Z Compiling usdt-attr-macro v0.6.0
20752026-06-13T03:13:23.367Z Compiling anstyle-parse v1.0.0
20762026-06-13T03:13:23.611Z Compiling rand_chacha v0.3.1
20772026-06-13T03:13:23.633Z Compiling erased-serde v0.3.31
20782026-06-13T03:13:23.649Z Compiling md-5 v0.10.6
20792026-06-13T03:13:23.679Z Compiling bstr v1.12.1
20802026-06-13T03:13:23.821Z Compiling num-integer v0.1.46
20812026-06-13T03:13:23.826Z Compiling hash32 v0.2.1
20822026-06-13T03:13:23.875Z Compiling vergen-lib v9.1.0
20832026-06-13T03:13:24.027Z Compiling ff v0.13.1
20842026-06-13T03:13:24.081Z Compiling encoding_rs v0.8.35
20852026-06-13T03:13:24.135Z Compiling zlib-rs v0.6.2
20862026-06-13T03:13:24.154Z Compiling mime v0.3.17
20872026-06-13T03:13:24.171Z Compiling psl-types v2.0.11
20882026-06-13T03:13:24.243Z Compiling fallible-iterator v0.2.0
20892026-06-13T03:13:24.306Z Compiling base16ct v0.2.0
20902026-06-13T03:13:24.309Z Compiling publicsuffix v2.3.0
20912026-06-13T03:13:24.443Z Compiling sec1 v0.7.3
20922026-06-13T03:13:24.490Z Compiling group v0.13.0
20932026-06-13T03:13:24.517Z Compiling newtype-uuid v1.3.2
20942026-06-13T03:13:24.570Z Compiling postgres-protocol v0.6.10
20952026-06-13T03:13:24.724Z Compiling num-iter v0.1.45
20962026-06-13T03:13:24.860Z Compiling rand v0.8.6
20972026-06-13T03:13:25.172Z Compiling anstream v1.0.0
20982026-06-13T03:13:25.344Z Compiling oxnet v0.1.5
20992026-06-13T03:13:25.426Z Compiling derive_builder v0.20.2
21002026-06-13T03:13:25.449Z Compiling hyper-tls v0.6.0
21012026-06-13T03:13:25.500Z Compiling phf_shared v0.13.1
21022026-06-13T03:13:25.580Z Compiling pin-project v1.1.11
21032026-06-13T03:13:25.641Z Compiling lazy_static v1.5.0
21042026-06-13T03:13:25.687Z Compiling anstyle-parse v0.2.7
21052026-06-13T03:13:25.775Z Compiling terminal_size v0.4.3
21062026-06-13T03:13:25.790Z Compiling serde_with_macros v3.17.0
21072026-06-13T03:13:25.846Z Compiling futures-executor v0.3.32
21082026-06-13T03:13:25.849Z Compiling hex v0.4.3
21092026-06-13T03:13:25.994Z Compiling hkdf v0.12.4
21102026-06-13T03:13:26.054Z Compiling crypto-bigint v0.5.5
21112026-06-13T03:13:26.070Z Compiling serde_repr v0.1.20
21122026-06-13T03:13:26.085Z Compiling async-recursion v1.1.1
21132026-06-13T03:13:26.106Z Compiling enum-as-inner v0.6.1
21142026-06-13T03:13:26.152Z Compiling flate2 v1.1.9
21152026-06-13T03:13:26.168Z Compiling clap_derive v4.6.1
21162026-06-13T03:13:26.287Z Compiling vergen v9.1.0
21172026-06-13T03:13:26.312Z Compiling cargo-platform v0.3.2
21182026-06-13T03:13:26.501Z Compiling same-file v1.0.6
21192026-06-13T03:13:26.597Z Compiling foldhash v0.2.0
21202026-06-13T03:13:26.617Z Compiling managed v0.8.0
21212026-06-13T03:13:26.767Z Compiling bumpalo v3.20.2
21222026-06-13T03:13:26.811Z Compiling foldhash v0.1.5
21232026-06-13T03:13:26.836Z Compiling bitflags v1.3.2
21242026-06-13T03:13:26.887Z Compiling libbz2-rs-sys v0.2.2
21252026-06-13T03:13:26.902Z Compiling clap_lex v1.0.0
21262026-06-13T03:13:27.033Z Compiling zopfli v0.8.3
21272026-06-13T03:13:27.080Z Compiling clap_builder v4.6.0
21282026-06-13T03:13:27.144Z Compiling elliptic-curve v0.13.8
21292026-06-13T03:13:27.167Z Compiling hashbrown v0.15.5
21302026-06-13T03:13:27.255Z Compiling hashbrown v0.16.1
21312026-06-13T03:13:27.488Z Compiling bzip2 v0.6.1
21322026-06-13T03:13:27.620Z Compiling walkdir v2.5.0
21332026-06-13T03:13:27.733Z Compiling cargo_metadata v0.23.1
21342026-06-13T03:13:27.846Z Compiling futures v0.3.32
21352026-06-13T03:13:27.863Z Compiling zstd v0.13.3
21362026-06-13T03:13:28.132Z Compiling anstream v0.6.21
21372026-06-13T03:13:28.445Z Compiling phf v0.13.1
21382026-06-13T03:13:28.474Z Compiling snafu v0.8.9
21392026-06-13T03:13:28.624Z Compiling daft v0.1.7
21402026-06-13T03:13:28.963Z Compiling signal-hook-mio v0.2.5
21412026-06-13T03:13:28.979Z Compiling cookie_store v0.22.1
21422026-06-13T03:13:29.102Z Compiling postgres-types v0.2.12
21432026-06-13T03:13:29.135Z Compiling bzip2 v0.4.4
21442026-06-13T03:13:29.235Z Compiling globset v0.4.18
21452026-06-13T03:13:29.338Z Compiling strum v0.27.2
21462026-06-13T03:13:29.397Z Compiling hubpack v0.1.2
21472026-06-13T03:13:29.467Z Compiling ed25519 v2.2.3
21482026-06-13T03:13:29.474Z Compiling phf_shared v0.11.3
21492026-06-13T03:13:29.540Z Compiling crossbeam-epoch v0.9.18
21502026-06-13T03:13:29.596Z Compiling olpc-cjson v0.1.4
21512026-06-13T03:13:29.629Z Compiling pkcs1 v0.7.5
21522026-06-13T03:13:29.648Z Compiling pem v3.0.6
21532026-06-13T03:13:29.726Z Compiling serde_plain v1.0.2
21542026-06-13T03:13:29.822Z Compiling serde-big-array v0.5.1
21552026-06-13T03:13:29.835Z Compiling rfc6979 v0.4.0
21562026-06-13T03:13:29.946Z Compiling float-cmp v0.10.0
21572026-06-13T03:13:29.967Z Compiling memmap2 v0.9.10
21582026-06-13T03:13:29.979Z Compiling env_filter v1.0.0
21592026-06-13T03:13:29.994Z Compiling normalize-line-endings v0.3.0
21602026-06-13T03:13:30.051Z Compiling keccak v0.1.6
21612026-06-13T03:13:30.064Z Compiling difflib v0.4.0
21622026-06-13T03:13:30.102Z Compiling static_assertions v1.1.0
21632026-06-13T03:13:30.138Z Compiling jiff v0.2.21
21642026-06-13T03:13:30.202Z Compiling predicates-core v1.0.10
21652026-06-13T03:13:30.208Z Compiling new_debug_unreachable v1.0.6
21662026-06-13T03:13:30.261Z Compiling precomputed-hash v0.1.1
21672026-06-13T03:13:30.288Z Compiling typed-path v0.9.3
21682026-06-13T03:13:30.329Z Compiling fixedbitset v0.4.2
21692026-06-13T03:13:30.342Z Compiling data-encoding v2.10.0
21702026-06-13T03:13:30.342Z Compiling whoami v2.1.0
21712026-06-13T03:13:30.372Z Compiling toml_write v0.1.2
21722026-06-13T03:13:30.391Z Compiling fixedbitset v0.5.7
21732026-06-13T03:13:30.529Z Compiling petgraph v0.6.5
21742026-06-13T03:13:30.556Z Compiling tokio-postgres v0.7.16
21752026-06-13T03:13:30.587Z Compiling petgraph v0.8.3
21762026-06-13T03:13:30.673Z Compiling hickory-proto v0.25.2
21772026-06-13T03:13:30.690Z Compiling toml_edit v0.22.27
21782026-06-13T03:13:30.885Z Compiling string_cache v0.8.9
21792026-06-13T03:13:31.061Z Compiling predicates v3.1.4
21802026-06-13T03:13:31.470Z Compiling sha3 v0.10.8
21812026-06-13T03:13:31.481Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21822026-06-13T03:13:31.511Z Compiling env_logger v0.11.9
21832026-06-13T03:13:31.676Z Compiling usdt v0.6.0
21842026-06-13T03:13:31.851Z Compiling ecdsa v0.16.9
21852026-06-13T03:13:31.951Z Compiling rsa v0.9.10
21862026-06-13T03:13:32.017Z Compiling ed25519-dalek v2.2.0
21872026-06-13T03:13:32.643Z Compiling zip v0.6.6
21882026-06-13T03:13:32.722Z Compiling zip v4.6.1
21892026-06-13T03:13:33.024Z Compiling crossterm v0.28.1
21902026-06-13T03:13:33.136Z Compiling iddqd v0.4.2
21912026-06-13T03:13:33.181Z Compiling clap v4.6.1
21922026-06-13T03:13:33.613Z Compiling serde_with v3.17.0
21932026-06-13T03:13:33.630Z Compiling similar v2.7.0
21942026-06-13T03:13:33.668Z Compiling strum v0.26.3
21952026-06-13T03:13:33.819Z Compiling toml v0.7.8
21962026-06-13T03:13:33.859Z Compiling tokio-stream v0.1.18
21972026-06-13T03:13:34.203Z Compiling itertools v0.13.0
21982026-06-13T03:13:34.304Z Compiling buf-list v1.1.2
21992026-06-13T03:13:34.373Z Compiling x509-cert v0.2.5
22002026-06-13T03:13:34.422Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22012026-06-13T03:13:34.583Z Compiling openapiv3 v2.2.0
22022026-06-13T03:13:34.732Z Compiling sha1 v0.10.6
22032026-06-13T03:13:34.969Z Compiling peg-runtime v0.8.5
22042026-06-13T03:13:35.253Z Compiling lalrpop-util v0.19.12
22052026-06-13T03:13:50.428Z Compiling rustls-webpki v0.103.9
22062026-06-13T03:13:51.484Z Compiling macaddr v1.0.1
22072026-06-13T03:13:51.501Z Compiling structmeta-derive v0.3.0
22082026-06-13T03:13:51.539Z Compiling crucible-workspace-hack v0.1.0
22092026-06-13T03:13:51.690Z Compiling rayon-core v1.13.0
22102026-06-13T03:13:51.776Z Compiling itertools v0.14.0
22112026-06-13T03:13:51.795Z Compiling secrecy v0.10.3
22122026-06-13T03:13:51.890Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22132026-06-13T03:13:51.929Z Compiling rustls v0.22.4
22142026-06-13T03:13:51.972Z Compiling heapless v0.8.0
22152026-06-13T03:13:52.002Z Compiling toml_datetime v0.7.5+spec-1.1.0
22162026-06-13T03:13:52.237Z Compiling toml_edit v0.23.10+spec-1.0.0
22172026-06-13T03:13:52.264Z Compiling crossbeam-deque v0.8.6
22182026-06-13T03:13:52.279Z Compiling rustls-webpki v0.102.8
22192026-06-13T03:13:52.324Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22202026-06-13T03:13:52.481Z Compiling hash32 v0.3.1
22212026-06-13T03:13:52.500Z Compiling multer v3.1.0
22222026-06-13T03:13:52.503Z Compiling thread_local v1.1.9
22232026-06-13T03:13:52.529Z Compiling structmeta v0.3.0
22242026-06-13T03:13:52.532Z Compiling smoltcp v0.11.0
22252026-06-13T03:13:52.563Z Compiling unicode-width v0.2.0
22262026-06-13T03:13:52.668Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-06-13T03:13:52.712Z Compiling slog-async v2.8.0
22282026-06-13T03:13:52.758Z Compiling match_cfg v0.1.0
22292026-06-13T03:13:52.853Z Compiling compression-core v0.4.31
22302026-06-13T03:13:52.875Z Compiling hostname v0.3.1
22312026-06-13T03:13:52.906Z Compiling proc-macro-crate v3.4.0
22322026-06-13T03:13:52.938Z Compiling derive-ex v0.1.8
22332026-06-13T03:13:53.033Z Compiling compression-codecs v0.4.37
22342026-06-13T03:13:53.052Z Compiling ingot-macros v0.1.1
22352026-06-13T03:13:53.085Z Compiling atomicwrites v0.4.4
22362026-06-13T03:13:53.162Z Compiling slog-json v2.6.1
22372026-06-13T03:13:53.361Z Compiling crossbeam-channel v0.5.15
22382026-06-13T03:13:53.407Z Compiling half v2.7.1
22392026-06-13T03:13:53.432Z Compiling newtype-uuid-macros v0.1.0
22402026-06-13T03:13:53.436Z Compiling cobs v0.3.0
22412026-06-13T03:13:53.565Z Compiling thiserror-impl-no-std v2.0.2
22422026-06-13T03:13:53.756Z Compiling universal-hash v0.5.1
22432026-06-13T03:13:53.775Z Compiling async-stream-impl v0.3.6
22442026-06-13T03:13:53.920Z Compiling toml_datetime v1.0.0+spec-1.1.0
22452026-06-13T03:13:54.065Z Compiling tokio-rustls v0.26.4
22462026-06-13T03:13:54.102Z Compiling rustls-platform-verifier v0.6.2
22472026-06-13T03:13:54.156Z Compiling serde_spanned v1.0.4
22482026-06-13T03:13:54.335Z Compiling hyper-rustls v0.27.7
22492026-06-13T03:13:54.352Z Compiling is-terminal v0.4.17
22502026-06-13T03:13:54.371Z Compiling dropshot v0.17.0
22512026-06-13T03:13:54.371Z Compiling proc-macro-error-attr v1.0.4
22522026-06-13T03:13:54.371Z Compiling take_mut v0.2.2
22532026-06-13T03:13:54.465Z Compiling term v1.2.1
22542026-06-13T03:13:54.482Z Compiling toml_writer v1.0.6+spec-1.1.0
22552026-06-13T03:13:54.549Z Compiling convert_case v0.4.0
22562026-06-13T03:13:54.608Z Compiling reqwest v0.12.28
22572026-06-13T03:13:54.625Z Compiling reqwest v0.13.2
22582026-06-13T03:13:54.628Z Compiling ciborium-io v0.2.2
22592026-06-13T03:13:54.628Z Compiling opaque-debug v0.3.1
22602026-06-13T03:13:54.674Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22612026-06-13T03:13:54.747Z Compiling poly1305 v0.8.0
22622026-06-13T03:13:54.763Z Compiling ciborium-ll v0.2.2
22632026-06-13T03:13:54.780Z Compiling toml v1.0.6+spec-1.1.0
22642026-06-13T03:13:54.883Z Compiling derive_more v0.99.20
22652026-06-13T03:13:54.922Z Compiling slog-term v2.9.2
22662026-06-13T03:13:54.938Z Compiling thiserror-no-std v2.0.2
22672026-06-13T03:13:55.050Z Compiling tokio-rustls v0.25.0
22682026-06-13T03:13:55.325Z Compiling test-strategy v0.4.5
22692026-06-13T03:13:55.393Z Compiling async-stream v0.3.6
22702026-06-13T03:13:55.611Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22712026-06-13T03:13:55.658Z Compiling postcard v1.1.3
22722026-06-13T03:13:55.699Z Compiling ingot-types v0.1.2
22732026-06-13T03:13:56.169Z Compiling tough v0.22.0
22742026-06-13T03:13:56.185Z Compiling ingot v0.1.1
22752026-06-13T03:13:56.297Z Compiling num_enum_derive v0.7.6
22762026-06-13T03:13:56.478Z Compiling slog-bunyan v2.5.0
22772026-06-13T03:13:56.630Z Compiling async-compression v0.4.41
22782026-06-13T03:13:56.819Z Compiling parse-display-derive v0.10.0
22792026-06-13T03:13:57.059Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22802026-06-13T03:13:57.119Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-06-13T03:13:57.271Z Compiling proc-macro-crate v1.3.1
22822026-06-13T03:13:57.380Z Compiling waitgroup v0.1.2
22832026-06-13T03:13:57.400Z Compiling backon v1.6.0
22842026-06-13T03:13:57.575Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22852026-06-13T03:13:57.643Z Compiling password-hash v0.5.0
22862026-06-13T03:13:57.684Z Compiling chacha20 v0.9.1
22872026-06-13T03:13:57.898Z Compiling dropshot_endpoint v0.17.0
22882026-06-13T03:13:57.926Z Compiling rustls-pemfile v2.2.0
22892026-06-13T03:13:57.999Z Compiling blake2 v0.10.6
22902026-06-13T03:13:58.018Z Compiling aead v0.5.2
22912026-06-13T03:13:58.230Z Compiling foreign-types-macros v0.2.3
22922026-06-13T03:13:58.244Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22932026-06-13T03:13:58.395Z Compiling serde_path_to_error v0.1.20
22942026-06-13T03:13:58.429Z Compiling hostname v0.4.2
22952026-06-13T03:13:58.594Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22962026-06-13T03:13:58.611Z Compiling proc-macro-error v1.0.4
22972026-06-13T03:13:58.629Z Compiling instant v0.1.13
22982026-06-13T03:13:58.664Z Compiling typeid v1.0.3
22992026-06-13T03:13:58.681Z Compiling debug-ignore v1.0.5
23002026-06-13T03:13:58.708Z Compiling cpufeatures v0.3.0
23012026-06-13T03:13:58.778Z Compiling foreign-types-shared v0.3.1
23022026-06-13T03:13:58.808Z Compiling chacha20 v0.10.0
23032026-06-13T03:13:58.824Z Compiling backoff v0.4.0
23042026-06-13T03:13:58.854Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23052026-06-13T03:13:58.885Z Compiling foreign-types v0.5.0
23062026-06-13T03:13:58.901Z Compiling parse-display v0.10.0
23072026-06-13T03:13:58.905Z Compiling argon2 v0.5.3
23082026-06-13T03:13:58.971Z Compiling chacha20poly1305 v0.10.1
23092026-06-13T03:13:58.986Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-06-13T03:13:59.002Z Compiling num_enum_derive v0.5.11
23112026-06-13T03:13:59.018Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23122026-06-13T03:13:59.068Z Compiling num_enum v0.7.6
23132026-06-13T03:13:59.148Z Compiling vsss-rs v3.3.4
23142026-06-13T03:13:59.184Z Compiling ciborium v0.2.2
23152026-06-13T03:13:59.384Z Compiling tabwriter v1.4.1
23162026-06-13T03:13:59.500Z Compiling regress v0.10.5
23172026-06-13T03:13:59.775Z Compiling byte-wrapper v0.1.0
23182026-06-13T03:13:59.796Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23192026-06-13T03:13:59.813Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23202026-06-13T03:13:59.944Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-06-13T03:13:59.961Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23222026-06-13T03:14:00.022Z Compiling cstr-argument v0.1.2
23232026-06-13T03:14:00.166Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23242026-06-13T03:14:00.218Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23252026-06-13T03:14:00.395Z Compiling humantime v2.3.0
23262026-06-13T03:14:00.425Z Compiling erased-serde v0.4.9
23272026-06-13T03:14:00.518Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-06-13T03:14:00.542Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-06-13T03:14:00.557Z Compiling num_enum v0.5.11
23302026-06-13T03:14:00.677Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23312026-06-13T03:14:00.695Z Compiling rand v0.10.0
23322026-06-13T03:14:00.729Z Compiling rayon v1.11.0
23332026-06-13T03:14:00.805Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23342026-06-13T03:14:00.859Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23352026-06-13T03:14:00.875Z Compiling indent_write v2.2.0
23362026-06-13T03:14:00.893Z Compiling colored v3.1.1
23372026-06-13T03:14:00.930Z Compiling libefi-sys v0.1.0
23382026-06-13T03:14:00.968Z Compiling zone_cfg_derive v0.3.1
23392026-06-13T03:14:00.984Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23402026-06-13T03:14:01.073Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23412026-06-13T03:14:01.172Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23422026-06-13T03:14:01.189Z Compiling camino-tempfile v1.4.1
23432026-06-13T03:14:01.453Z Compiling itertools v0.12.1
23442026-06-13T03:14:01.520Z Compiling usdt-macro v0.5.0
23452026-06-13T03:14:01.623Z Compiling usdt-attr-macro v0.5.0
23462026-06-13T03:14:01.639Z Compiling num-derive v0.4.2
23472026-06-13T03:14:01.657Z Compiling bitfield-struct v0.6.2
23482026-06-13T03:14:01.673Z Compiling blake3 v1.8.3
23492026-06-13T03:14:01.706Z Compiling ordered-float v2.10.1
23502026-06-13T03:14:02.017Z Compiling memmap v0.7.0
23512026-06-13T03:14:02.054Z Compiling sigpipe v0.1.3
23522026-06-13T03:14:02.170Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23532026-06-13T03:14:02.217Z Compiling swrite v0.1.0
23542026-06-13T03:14:02.280Z Compiling glob v0.3.3
23552026-06-13T03:14:02.298Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-06-13T03:14:02.377Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23572026-06-13T03:14:02.394Z Compiling usdt v0.5.0
23582026-06-13T03:14:02.559Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23592026-06-13T03:14:02.637Z Compiling serde-value v0.7.0
23602026-06-13T03:14:02.849Z Compiling zone v0.3.1
23612026-06-13T03:14:02.922Z Compiling serde-untagged v0.1.9
23622026-06-13T03:14:02.939Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23632026-06-13T03:14:03.218Z Compiling toml v0.8.23
23642026-06-13T03:14:03.233Z Compiling smf v0.2.3
23652026-06-13T03:14:03.264Z Compiling filetime v0.2.27
23662026-06-13T03:14:03.281Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-06-13T03:14:03.284Z Compiling arrayref v0.3.9
23682026-06-13T03:14:03.311Z Compiling arrayvec v0.7.6
23692026-06-13T03:14:03.341Z Compiling whoami v1.6.1
23702026-06-13T03:14:03.384Z Compiling constant_time_eq v0.4.2
23712026-06-13T03:14:03.399Z Compiling unicode-xid v0.2.6
23722026-06-13T03:14:03.495Z Compiling xattr v1.6.1
23732026-06-13T03:14:03.528Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-06-13T03:14:03.584Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23752026-06-13T03:14:03.602Z Compiling tokio-dtrace v0.1.1
23762026-06-13T03:14:03.719Z Compiling cargo-util-schemas v0.8.2
23772026-06-13T03:14:03.810Z Compiling tar v0.4.45
23782026-06-13T03:14:03.844Z Compiling console v0.16.2
23792026-06-13T03:14:03.966Z Compiling gethostname v0.5.0
23802026-06-13T03:14:04.120Z Compiling cargo-platform v0.2.0
23812026-06-13T03:14:04.215Z Compiling topological-sort v0.2.2
23822026-06-13T03:14:04.273Z Compiling unit-prefix v0.5.2
23832026-06-13T03:14:04.381Z Compiling oxide-tokio-rt v0.1.4
23842026-06-13T03:14:04.405Z Compiling indicatif v0.18.4
23852026-06-13T03:14:04.436Z Compiling shell-words v1.1.1
23862026-06-13T03:14:04.454Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23872026-06-13T03:14:04.986Z Compiling cargo_metadata v0.21.0
23882026-06-13T03:14:14.355Z Compiling progenitor-client v0.14.0
23892026-06-13T03:14:14.369Z Compiling omicron-zone-package v0.12.2
23902026-06-13T03:14:14.839Z Compiling progenitor-extras v0.2.0
23912026-06-13T03:14:17.020Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23922026-06-13T03:14:17.052Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-06-13T03:14:17.128Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23942026-06-13T03:14:17.175Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23952026-06-13T03:14:17.357Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23962026-06-13T03:14:17.491Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-06-13T03:14:17.592Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23982026-06-13T03:14:17.597Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23992026-06-13T03:14:17.597Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24002026-06-13T03:14:21.370Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24012026-06-13T03:14:29.054Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24022026-06-13T03:14:32.118Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24032026-06-13T03:14:33.081Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24042026-06-13T03:14:42.775Z Finished `release` profile [optimized] target(s) in 1m 44s
24052026-06-13T03:14:42.927Z Running `target/release/omicron-package -t test target create -p dev`
24062026-06-13T03:14:42.993ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072026-06-13T03:14:42.996ZCreated new build target 'test' and set it as active
24082026-06-13T03:14:42.996Z
24092026-06-13T03:14:42.996Zreal 1:44.314805261
24102026-06-13T03:14:42.996Zuser 16:58.398834220
24112026-06-13T03:14:42.996Zsys 2:41.520290847
24122026-06-13T03:14:42.996Ztrap 0.464673044
24132026-06-13T03:14:42.996Ztflt 2.848451970
24142026-06-13T03:14:42.997Zdflt 4.402266154
24152026-06-13T03:14:42.997Zkflt 0.034260321
24162026-06-13T03:14:42.997Zlock 52:56.632818597
24172026-06-13T03:14:42.997Zslp 43:05.082950878
24182026-06-13T03:14:42.997Zlat 41.211146189
24192026-06-13T03:14:42.997Zstop 5:39.471183764
24202026-06-13T03:14:43.001Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24212026-06-13T03:14:43.890Z Finished `release` profile [optimized] target(s) in 0.88s
24222026-06-13T03:14:43.960Z Running `target/release/omicron-package -t test package`
24232026-06-13T03:14:44.017ZLogging to: /work/oxidecomputer/omicron/out/LOG
24242026-06-13T03:14:45.471Z Compiling heck v0.5.0
24252026-06-13T03:14:45.471Z Compiling regress v0.11.1
24262026-06-13T03:14:45.697Z Compiling unsafe-libyaml v0.2.11
24272026-06-13T03:14:45.737Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24282026-06-13T03:14:45.757Z Compiling atomicwrites v0.4.4
24292026-06-13T03:14:45.785Z Compiling regress v0.10.5
24302026-06-13T03:14:45.810Z Compiling is-terminal v0.4.17
24312026-06-13T03:14:45.829Z Compiling unicode-width v0.1.14
24322026-06-13T03:14:45.833Z Compiling prettyplease v0.2.37
24332026-06-13T03:14:45.833Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24342026-06-13T03:14:45.833Z Compiling bytecount v0.6.9
24352026-06-13T03:14:45.833Z Compiling rustls v0.22.4
24362026-06-13T03:14:45.833Z Compiling rustls-webpki v0.102.8
24372026-06-13T03:14:45.871Z Compiling derive-where v1.6.0
24382026-06-13T03:14:45.875Z Compiling thread_local v1.1.9
24392026-06-13T03:14:45.959Z Compiling match_cfg v0.1.0
24402026-06-13T03:14:45.982Z Compiling compression-core v0.4.31
24412026-06-13T03:14:46.047Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24422026-06-13T03:14:46.069Z Compiling multer v3.1.0
24432026-06-13T03:14:46.122Z Compiling hostname v0.3.1
24442026-06-13T03:14:46.143Z Compiling compression-codecs v0.4.37
24452026-06-13T03:14:46.170Z Compiling slog-async v2.8.0
24462026-06-13T03:14:46.173Z Compiling crossbeam-channel v0.5.15
24472026-06-13T03:14:46.214Z Compiling serde_yaml v0.9.34+deprecated
24482026-06-13T03:14:46.214Z Compiling slog-json v2.6.1
24492026-06-13T03:14:46.260Z Compiling serde_spanned v1.0.4
24502026-06-13T03:14:46.263Z Compiling toml_datetime v1.0.0+spec-1.1.0
24512026-06-13T03:14:46.263Z Compiling term v1.2.1
24522026-06-13T03:14:46.376Z Compiling toml_writer v1.0.6+spec-1.1.0
24532026-06-13T03:14:46.419Z Compiling take_mut v0.2.2
24542026-06-13T03:14:46.445Z Compiling slog-bunyan v2.5.0
24552026-06-13T03:14:46.479Z Compiling async-compression v0.4.41
24562026-06-13T03:14:46.586Z Compiling toml v1.0.6+spec-1.1.0
24572026-06-13T03:14:46.611Z Compiling slog-term v2.9.2
24582026-06-13T03:14:46.681Z Compiling async-stream v0.3.6
24592026-06-13T03:14:46.710Z Compiling dropshot v0.17.0
24602026-06-13T03:14:46.778Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24612026-06-13T03:14:46.820Z Compiling num-rational v0.4.2
24622026-06-13T03:14:46.841Z Compiling progenitor-client v0.14.0
24632026-06-13T03:14:46.882Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24642026-06-13T03:14:46.936Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24652026-06-13T03:14:46.995Z Compiling waitgroup v0.1.2
24662026-06-13T03:14:47.108Z Compiling rustls-pemfile v2.2.0
24672026-06-13T03:14:47.139Z Compiling backon v1.6.0
24682026-06-13T03:14:47.176Z Compiling num-complex v0.4.6
24692026-06-13T03:14:47.199Z Compiling hostname v0.4.2
24702026-06-13T03:14:47.199Z Compiling serde_path_to_error v0.1.20
24712026-06-13T03:14:47.243Z Compiling instant v0.1.13
24722026-06-13T03:14:47.246Z Compiling debug-ignore v1.0.5
24732026-06-13T03:14:47.325Z Compiling typify-impl v0.6.2
24742026-06-13T03:14:47.362Z Compiling backoff v0.4.0
24752026-06-13T03:14:47.383Z Compiling progenitor-extras v0.2.0
24762026-06-13T03:14:47.408Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24772026-06-13T03:14:47.411Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24782026-06-13T03:14:47.597Z Compiling num v0.4.3
24792026-06-13T03:14:47.621Z Compiling parse-display v0.10.0
24802026-06-13T03:14:47.652Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24812026-06-13T03:14:47.673Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24822026-06-13T03:14:47.698Z Compiling macaddr v1.0.1
24832026-06-13T03:14:47.721Z Compiling humantime v2.3.0
24842026-06-13T03:14:47.789Z Compiling float-ord v0.3.2
24852026-06-13T03:14:47.916Z Compiling console v0.15.11
24862026-06-13T03:14:47.970Z Compiling newline-converter v0.3.0
24872026-06-13T03:14:47.998Z Compiling slog-dtrace v0.3.0
24882026-06-13T03:14:48.022Z Compiling cancel-safe-futures v0.1.5
24892026-06-13T03:14:48.092Z Compiling owo-colors v4.3.0
24902026-06-13T03:14:48.142Z Compiling resolv-conf v0.7.6
24912026-06-13T03:14:48.235Z Compiling tokio-rustls v0.25.0
24922026-06-13T03:14:48.318Z Compiling expectorate v1.2.0
24932026-06-13T03:14:48.418Z Compiling toml v0.8.23
24942026-06-13T03:14:48.489Z Compiling libsw-core v0.3.2
24952026-06-13T03:14:48.594Z Compiling linear-map v1.2.0
24962026-06-13T03:14:48.709Z Compiling libsw v3.5.0
24972026-06-13T03:14:48.794Z Compiling linked-hash-map v0.5.6
24982026-06-13T03:14:48.864Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24992026-06-13T03:14:48.925Z Compiling minimal-lexical v0.2.1
25002026-06-13T03:14:48.947Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25012026-06-13T03:14:48.997Z Compiling lru-cache v0.1.2
25022026-06-13T03:14:49.043Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25032026-06-13T03:14:49.093Z Compiling hickory-proto v0.24.4
25042026-06-13T03:14:49.175Z Compiling nom v7.1.3
25052026-06-13T03:14:49.229Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25062026-06-13T03:14:49.229Z Compiling unicode-xid v0.2.6
25072026-06-13T03:14:49.262Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-06-13T03:14:49.386Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25092026-06-13T03:14:49.493Z Compiling convert_case v0.10.0
25102026-06-13T03:14:49.796Z Compiling derive_more-impl v2.1.1
25112026-06-13T03:14:50.195Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25122026-06-13T03:14:50.588Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25132026-06-13T03:14:50.613Z Compiling papergrid v0.11.0
25142026-06-13T03:14:50.637Z Compiling derive_more v2.1.1
25152026-06-13T03:14:50.756Z Compiling tabled_derive v0.7.0
25162026-06-13T03:14:50.779Z Compiling termtree v0.5.1
25172026-06-13T03:14:50.804Z Compiling typify-macro v0.6.2
25182026-06-13T03:14:50.981Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25192026-06-13T03:14:51.225Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25202026-06-13T03:14:51.577Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25212026-06-13T03:14:51.676Z Compiling hickory-resolver v0.24.4
25222026-06-13T03:14:51.814Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25232026-06-13T03:14:51.939Z Compiling tabled v0.15.0
25242026-06-13T03:14:52.044Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25252026-06-13T03:14:52.342Z Compiling crossterm v0.29.0
25262026-06-13T03:14:52.389Z Compiling typify v0.6.2
25272026-06-13T03:14:52.696Z Compiling progenitor-impl v0.14.0
25282026-06-13T03:14:53.220Z Compiling qorb v0.4.1
25292026-06-13T03:14:54.895Z Compiling progenitor-macro v0.14.0
25302026-06-13T03:14:55.135Z Compiling phf_shared v0.12.1
25312026-06-13T03:14:55.298Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25322026-06-13T03:14:55.387Z Compiling vte v0.14.1
25332026-06-13T03:14:55.829Z Compiling csv-core v0.1.13
25342026-06-13T03:14:55.973Z Compiling highway v1.3.0
25352026-06-13T03:14:56.276Z Compiling chrono-tz v0.10.4
25362026-06-13T03:14:56.498Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-06-13T03:14:56.765Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25382026-06-13T03:14:56.955Z Compiling csv v1.4.0
25392026-06-13T03:14:57.112Z Compiling strip-ansi-escapes v0.2.1
25402026-06-13T03:14:57.249Z Compiling phf v0.12.1
25412026-06-13T03:14:57.587Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25422026-06-13T03:14:57.647Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-06-13T03:14:57.679Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442026-06-13T03:14:57.935Z Compiling const_format_proc_macros v0.2.34
25452026-06-13T03:14:58.045Z Compiling fd-lock v4.0.4
25462026-06-13T03:14:58.158Z Compiling peg-macros v0.8.5
25472026-06-13T03:14:58.285Z Compiling nu-ansi-term v0.50.3
25482026-06-13T03:14:58.612Z Compiling reedline v0.40.0
25492026-06-13T03:14:58.745Z Compiling const_format v0.2.35
25502026-06-13T03:14:58.984Z Compiling progenitor v0.14.0
25512026-06-13T03:14:59.015Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522026-06-13T03:14:59.167Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25532026-06-13T03:14:59.287Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-06-13T03:14:59.419Z Compiling peg v0.8.5
25552026-06-13T03:14:59.855Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-06-13T03:14:59.938Z Compiling bcs v0.1.6
25572026-06-13T03:15:00.382Z Compiling nom v8.0.0
25582026-06-13T03:15:00.568Z Compiling semver v0.1.20
25592026-06-13T03:15:00.860Z Compiling rustc_version v0.1.7
25602026-06-13T03:15:01.100Z Compiling newtype_derive v0.1.6
25612026-06-13T03:15:01.366Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-06-13T03:15:01.574Z Compiling unicode-linebreak v0.1.5
25632026-06-13T03:15:01.618Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25642026-06-13T03:15:01.722Z Compiling smawk v0.3.2
25652026-06-13T03:15:01.879Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-06-13T03:15:01.910Z Compiling textwrap v0.16.2
25672026-06-13T03:15:01.998Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25682026-06-13T03:15:02.127Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25692026-06-13T03:15:02.195Z Compiling base64 v0.21.7
25702026-06-13T03:15:02.573Z Compiling steno v0.4.1
25712026-06-13T03:15:02.692Z Compiling dropshot-api-manager-types v0.7.2
25722026-06-13T03:15:02.733Z Compiling tagptr v0.2.0
25732026-06-13T03:15:02.756Z Compiling utf-8 v0.7.6
25742026-06-13T03:15:02.923Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25752026-06-13T03:15:03.014Z Compiling moka v0.12.13
25762026-06-13T03:15:03.162Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25772026-06-13T03:15:03.296Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-06-13T03:15:03.425Z Compiling tungstenite v0.21.0
25792026-06-13T03:15:03.472Z Compiling radium v0.7.0
25802026-06-13T03:15:03.538Z Compiling maybe-uninit v2.0.0
25812026-06-13T03:15:03.805Z Compiling display-error-chain v0.2.2
25822026-06-13T03:15:03.983Z Compiling tap v1.0.1
25832026-06-13T03:15:04.145Z Compiling hickory-resolver v0.25.2
25842026-06-13T03:15:04.176Z Compiling tokio-tungstenite v0.21.0
25852026-06-13T03:15:04.270Z Compiling wyz v0.5.1
25862026-06-13T03:15:04.517Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25872026-06-13T03:15:04.766Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25882026-06-13T03:15:04.815Z Compiling num-derive v0.3.3
25892026-06-13T03:15:05.543Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25902026-06-13T03:15:05.683Z Compiling zerocopy-derive v0.6.6
25912026-06-13T03:15:05.780Z Compiling proc-macro-error-attr2 v2.0.0
25922026-06-13T03:15:06.184Z Compiling packed_struct v0.10.1
25932026-06-13T03:15:06.495Z Compiling crc-catalog v2.4.0
25942026-06-13T03:15:06.518Z Compiling funty v2.0.0
25952026-06-13T03:15:06.627Z Compiling crc v3.4.0
25962026-06-13T03:15:06.855Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25972026-06-13T03:15:07.090Z Compiling bitvec v1.0.1
25982026-06-13T03:15:07.474Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25992026-06-13T03:15:07.649Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26002026-06-13T03:15:07.788Z Compiling zerocopy v0.6.6
26012026-06-13T03:15:08.161Z Compiling proc-macro-error2 v2.0.1
26022026-06-13T03:15:08.182Z Compiling libscf-sys v1.1.0
26032026-06-13T03:15:08.457Z Compiling packed_struct_codegen v0.10.1
26042026-06-13T03:15:08.479Z Compiling bitfield-macros v0.19.4
26052026-06-13T03:15:08.930Z Compiling indexmap v1.9.3
26062026-06-13T03:15:08.967Z Compiling nodrop v0.1.14
26072026-06-13T03:15:09.097Z Compiling array-init v0.0.4
26082026-06-13T03:15:09.192Z Compiling bitfield v0.19.4
26092026-06-13T03:15:09.224Z Compiling tabled_derive v0.11.0
26102026-06-13T03:15:09.410Z Compiling smallvec v0.6.14
26112026-06-13T03:15:09.502Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26122026-06-13T03:15:09.684Z Compiling papergrid v0.17.0
26132026-06-13T03:15:09.725Z Compiling testing_table v0.3.0
26142026-06-13T03:15:09.998Z Compiling vergen-lib v0.1.6
26152026-06-13T03:15:10.160Z Compiling dirs-sys-next v0.1.2
26162026-06-13T03:15:10.197Z Compiling hashbrown v0.12.3
26172026-06-13T03:15:10.233Z Compiling glob v0.3.3
26182026-06-13T03:15:10.268Z Compiling diesel_derives v2.3.7
26192026-06-13T03:15:10.329Z Compiling crunchy v0.2.4
26202026-06-13T03:15:10.437Z Compiling maplit v1.0.2
26212026-06-13T03:15:10.530Z Compiling dirs-next v2.0.0
26222026-06-13T03:15:10.591Z Compiling serde-hex v0.1.0
26232026-06-13T03:15:10.613Z Compiling clang-sys v1.8.1
26242026-06-13T03:15:10.671Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-06-13T03:15:10.696Z Compiling ron v0.8.1
26262026-06-13T03:15:10.700Z Compiling hashbrown v0.13.2
26272026-06-13T03:15:10.799Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26282026-06-13T03:15:10.921Z Compiling tabled v0.20.0
26292026-06-13T03:15:11.010Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26302026-06-13T03:15:11.135Z Compiling scheduled-thread-pool v0.2.7
26312026-06-13T03:15:11.342Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26322026-06-13T03:15:11.535Z Compiling dsl_auto_type v0.2.0
26332026-06-13T03:15:11.767Z Compiling vergen-gitcl v1.0.8
26342026-06-13T03:15:12.009Z Compiling diesel_table_macro_syntax v0.3.0
26352026-06-13T03:15:12.085Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26362026-06-13T03:15:12.240Z Compiling tiny-keccak v2.0.2
26372026-06-13T03:15:12.359Z Compiling crc-any v2.5.0
26382026-06-13T03:15:12.546Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-06-13T03:15:12.717Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26402026-06-13T03:15:12.784Z Compiling object v0.30.4
26412026-06-13T03:15:13.103Z Compiling r2d2 v0.8.10
26422026-06-13T03:15:13.440Z Compiling term v0.7.0
26432026-06-13T03:15:13.525Z Compiling downcast-rs v2.0.2
26442026-06-13T03:15:13.743Z Compiling bit-vec v0.6.3
26452026-06-13T03:15:13.806Z Compiling path-slash v0.1.5
26462026-06-13T03:15:13.906Z Compiling xshell-macros v0.2.7
26472026-06-13T03:15:13.960Z Compiling bit-set v0.5.3
26482026-06-13T03:15:13.982Z Compiling ascii-canvas v3.0.0
26492026-06-13T03:15:14.310Z Compiling xshell v0.2.7
26502026-06-13T03:15:14.506Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26512026-06-13T03:15:14.678Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-06-13T03:15:15.184Z Compiling itertools v0.10.5
26532026-06-13T03:15:15.387Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26542026-06-13T03:15:15.626Z Compiling ena v0.14.4
26552026-06-13T03:15:15.877Z Compiling libloading v0.8.9
26562026-06-13T03:15:16.111Z Compiling regex-syntax v0.6.29
26572026-06-13T03:15:16.309Z Compiling unicase v2.9.0
26582026-06-13T03:15:16.570Z Compiling diff v0.1.13
26592026-06-13T03:15:16.631Z Compiling bindgen v0.71.1
26602026-06-13T03:15:16.845Z Compiling crc8 v0.1.1
26612026-06-13T03:15:16.959Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-06-13T03:15:16.989Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26632026-06-13T03:15:17.013Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26642026-06-13T03:15:17.165Z Compiling diesel v2.3.7
26652026-06-13T03:15:17.547Z Compiling lalrpop v0.19.12
26662026-06-13T03:15:17.573Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26672026-06-13T03:15:18.024Z Compiling cexpr v0.6.0
26682026-06-13T03:15:18.171Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26692026-06-13T03:15:18.233Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26702026-06-13T03:15:18.356Z Compiling rustc-hash v2.1.1
26712026-06-13T03:15:18.453Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26722026-06-13T03:15:18.569Z Compiling headers-core v0.3.0
26732026-06-13T03:15:18.611Z Compiling libxml v0.3.3
26742026-06-13T03:15:18.715Z Compiling headers v0.4.1
26752026-06-13T03:15:18.738Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26762026-06-13T03:15:18.759Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26772026-06-13T03:15:18.923Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-06-13T03:15:18.993Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26792026-06-13T03:15:19.148Z Compiling git-stub v1.0.0
26802026-06-13T03:15:19.412Z Compiling strum_macros v0.24.3
26812026-06-13T03:15:19.460Z Compiling indoc v1.0.9
26822026-06-13T03:15:19.851Z Compiling git-stub-vcs v0.1.0
26832026-06-13T03:15:19.962Z Compiling progenitor-impl v0.13.0
26842026-06-13T03:15:20.210Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-06-13T03:15:20.383Z Compiling derive_builder v0.20.2
26862026-06-13T03:15:20.440Z Compiling oso-derive v0.27.3
26872026-06-13T03:15:20.556Z Compiling quick-xml v0.37.5
26882026-06-13T03:15:20.661Z Compiling impl-trait-for-tuples v0.2.3
26892026-06-13T03:15:20.944Z Compiling openssl-probe v0.1.6
26902026-06-13T03:15:21.193Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-06-13T03:15:21.258Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-06-13T03:15:21.542Z Compiling progenitor-client v0.13.0
26932026-06-13T03:15:21.808Z Compiling half v1.8.3
26942026-06-13T03:15:21.963Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26952026-06-13T03:15:21.988Z Compiling bb8 v0.8.6
26962026-06-13T03:15:22.105Z Compiling serde_cbor v0.11.2
26972026-06-13T03:15:22.152Z Compiling progenitor-macro v0.13.0
26982026-06-13T03:15:22.211Z Compiling trait-variant v0.1.2
26992026-06-13T03:15:22.291Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-06-13T03:15:22.378Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27012026-06-13T03:15:22.736Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-06-13T03:15:22.762Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27032026-06-13T03:15:22.967Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27042026-06-13T03:15:23.153Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27052026-06-13T03:15:23.176Z Compiling samael v0.0.19
27062026-06-13T03:15:23.230Z Compiling typify-impl v0.4.3
27072026-06-13T03:15:23.260Z Compiling fxhash v0.2.1
27082026-06-13T03:15:23.295Z Compiling libz-sys v1.1.24
27092026-06-13T03:15:23.438Z Compiling nonempty v0.12.0
27102026-06-13T03:15:23.670Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27112026-06-13T03:15:23.700Z Compiling salty v0.3.0
27122026-06-13T03:15:24.448Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27132026-06-13T03:15:24.507Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27142026-06-13T03:15:24.564Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27152026-06-13T03:15:24.876Z Compiling kstat-rs v0.2.4
27162026-06-13T03:15:25.127Z Compiling polar-core v0.27.3
27172026-06-13T03:15:25.152Z Compiling arc-swap v1.8.2
27182026-06-13T03:15:25.362Z Compiling fs-err v2.11.0
27192026-06-13T03:15:25.757Z Compiling mime_guess v2.0.5
27202026-06-13T03:15:25.779Z Compiling slog-scope v4.4.1
27212026-06-13T03:15:26.245Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27222026-06-13T03:15:26.267Z Compiling progenitor v0.13.0
27232026-06-13T03:15:26.349Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-06-13T03:15:26.462Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27252026-06-13T03:15:26.756Z Compiling typify-macro v0.4.3
27262026-06-13T03:15:27.365Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27272026-06-13T03:15:27.712Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27282026-06-13T03:15:27.806Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27292026-06-13T03:15:27.851Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27302026-06-13T03:15:28.275Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27312026-06-13T03:15:28.388Z Compiling nanorand v0.7.0
27322026-06-13T03:15:28.702Z Compiling darling_core v0.23.0
27332026-06-13T03:15:28.781Z Compiling libgit2-sys v0.18.3+1.9.2
27342026-06-13T03:15:29.052Z Compiling parking_lot_core v0.8.6
27352026-06-13T03:15:29.357Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27362026-06-13T03:15:29.965Z Compiling flume v0.11.1
27372026-06-13T03:15:30.365Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-06-13T03:15:30.799Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27392026-06-13T03:15:30.856Z Compiling slog-stdlog v4.1.1
27402026-06-13T03:15:30.909Z Compiling darling_macro v0.23.0
27412026-06-13T03:15:31.430Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-06-13T03:15:31.465Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-06-13T03:15:32.625Z Compiling primeorder v0.13.6
27442026-06-13T03:15:32.786Z Compiling atty v0.2.14
27452026-06-13T03:15:32.939Z Compiling parse-size v1.1.0
27462026-06-13T03:15:32.962Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27472026-06-13T03:15:33.169Z Compiling instability v0.3.11
27482026-06-13T03:15:33.200Z Compiling strsim v0.10.0
27492026-06-13T03:15:33.320Z Compiling http-range v0.1.5
27502026-06-13T03:15:33.424Z Compiling darling_core v0.13.4
27512026-06-13T03:15:33.540Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-06-13T03:15:33.654Z Compiling p384 v0.13.1
27532026-06-13T03:15:35.097Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27542026-06-13T03:15:36.667Z Compiling oso v0.27.3
27552026-06-13T03:15:37.331Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27562026-06-13T03:15:37.498Z Compiling diesel-dtrace v0.5.0
27572026-06-13T03:15:37.707Z Compiling async-bb8-diesel v0.2.1
27582026-06-13T03:15:37.831Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27592026-06-13T03:15:38.554Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27602026-06-13T03:15:39.557Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27612026-06-13T03:15:39.802Z Compiling darling v0.23.0
27622026-06-13T03:15:39.921Z Compiling slog-envlogger v2.2.0
27632026-06-13T03:15:41.092Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27642026-06-13T03:15:41.667Z Compiling typify v0.4.3
27652026-06-13T03:15:41.856Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27662026-06-13T03:15:42.194Z Compiling ignore v0.4.25
27672026-06-13T03:15:43.098Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-06-13T03:15:43.866Z Compiling vergen-git2 v9.1.0
27692026-06-13T03:15:44.106Z Compiling castaway v0.2.4
27702026-06-13T03:15:44.233Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-06-13T03:15:44.271Z Compiling indoc v2.0.7
27722026-06-13T03:15:44.453Z Compiling compact_str v0.8.1
27732026-06-13T03:15:44.530Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27742026-06-13T03:15:44.706Z Compiling globwalk v0.9.1
27752026-06-13T03:15:45.217Z Compiling progenitor-impl v0.11.2
27762026-06-13T03:15:45.327Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27772026-06-13T03:15:45.386Z Compiling parking_lot v0.11.2
27782026-06-13T03:15:45.423Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27792026-06-13T03:15:45.591Z Compiling hyper-staticfile v0.10.1
27802026-06-13T03:15:46.145Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27812026-06-13T03:15:46.315Z Compiling darling_macro v0.13.4
27822026-06-13T03:15:46.807Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-06-13T03:15:46.834Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-06-13T03:15:47.053Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27852026-06-13T03:15:47.198Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27862026-06-13T03:15:47.410Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27872026-06-13T03:15:47.481Z Compiling predicates-tree v1.0.13
27882026-06-13T03:15:47.522Z Compiling unicode-truncate v1.1.0
27892026-06-13T03:15:47.619Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27902026-06-13T03:15:47.738Z Compiling lru v0.12.5
27912026-06-13T03:15:47.850Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27922026-06-13T03:15:47.953Z Compiling prefix-trie v0.7.0
27932026-06-13T03:15:47.973Z Compiling rand_seeder v0.4.0
27942026-06-13T03:15:48.239Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-06-13T03:15:48.417Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27962026-06-13T03:15:48.447Z Compiling illumos-nvpair-sys v0.2.0
27972026-06-13T03:15:48.679Z Compiling rustls v0.21.12
27982026-06-13T03:15:48.701Z Compiling corncobs v0.1.4
27992026-06-13T03:15:48.727Z Compiling cassowary v0.3.0
28002026-06-13T03:15:48.872Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-06-13T03:15:48.899Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28022026-06-13T03:15:49.000Z Compiling hickory-server v0.25.2
28032026-06-13T03:15:49.021Z Compiling ratatui v0.29.0
28042026-06-13T03:15:49.203Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28052026-06-13T03:15:49.265Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28062026-06-13T03:15:49.502Z Compiling camino-tempfile-ext v0.3.3
28072026-06-13T03:15:49.607Z Compiling progenitor-macro v0.11.2
28082026-06-13T03:15:49.871Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-06-13T03:15:50.148Z Compiling darling v0.13.4
28102026-06-13T03:15:50.315Z Compiling sled v0.34.7
28112026-06-13T03:15:51.562Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28122026-06-13T03:15:52.800Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28132026-06-13T03:15:53.613Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28142026-06-13T03:15:54.013Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28152026-06-13T03:15:54.054Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28162026-06-13T03:15:54.276Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28172026-06-13T03:15:54.493Z Compiling git2 v0.20.4
28182026-06-13T03:15:54.497Z Compiling progenitor-client v0.11.2
28192026-06-13T03:15:54.616Z Compiling rustls-webpki v0.101.7
28202026-06-13T03:15:54.912Z Compiling sct v0.7.1
28212026-06-13T03:15:55.052Z Compiling secrecy v0.8.0
28222026-06-13T03:15:55.186Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28232026-06-13T03:15:56.287Z Compiling progenitor v0.11.2
28242026-06-13T03:15:56.573Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28252026-06-13T03:15:57.300Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28262026-06-13T03:15:57.560Z Compiling serde_with_macros v1.5.2
28272026-06-13T03:15:57.583Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28282026-06-13T03:15:58.336Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28292026-06-13T03:15:58.377Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28302026-06-13T03:15:58.956Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28312026-06-13T03:16:00.025Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28322026-06-13T03:16:00.156Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28332026-06-13T03:16:00.652Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28342026-06-13T03:16:00.849Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28352026-06-13T03:16:00.884Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28362026-06-13T03:16:01.076Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28372026-06-13T03:16:01.111Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28382026-06-13T03:16:01.349Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28392026-06-13T03:16:01.384Z Compiling void v1.0.2
28402026-06-13T03:16:01.617Z Compiling lzss v0.8.2
28412026-06-13T03:16:02.094Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-06-13T03:16:02.791Z Compiling illumos-nvpair v0.3.0
28432026-06-13T03:16:03.127Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28442026-06-13T03:16:03.699Z Compiling serde_with v1.14.0
28452026-06-13T03:16:04.857Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28462026-06-13T03:16:04.921Z Compiling tokio-rustls v0.24.1
28472026-06-13T03:16:05.528Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28482026-06-13T03:16:05.602Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-06-13T03:16:05.726Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28502026-06-13T03:16:05.769Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28512026-06-13T03:16:06.513Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28522026-06-13T03:16:06.770Z Compiling tungstenite v0.23.0
28532026-06-13T03:16:07.443Z Compiling rustls-pemfile v1.0.4
28542026-06-13T03:16:07.492Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28552026-06-13T03:16:07.848Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28562026-06-13T03:16:07.909Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28572026-06-13T03:16:08.078Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28582026-06-13T03:16:08.134Z Compiling nix v0.27.1
28592026-06-13T03:16:09.125Z Compiling twox-hash v2.1.2
28602026-06-13T03:16:09.322Z Compiling serde_bytes v0.11.19
28612026-06-13T03:16:09.584Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28622026-06-13T03:16:09.632Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28632026-06-13T03:16:09.655Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28642026-06-13T03:16:10.211Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28652026-06-13T03:16:10.414Z Compiling tokio-tungstenite v0.23.1
28662026-06-13T03:16:10.705Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28672026-06-13T03:16:10.808Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28682026-06-13T03:16:12.580Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28692026-06-13T03:16:14.050Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28702026-06-13T03:16:14.283Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28712026-06-13T03:16:14.495Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28722026-06-13T03:16:14.690Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28732026-06-13T03:16:14.971Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-06-13T03:16:15.018Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-06-13T03:16:15.523Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-06-13T03:16:15.631Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28772026-06-13T03:16:16.131Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28782026-06-13T03:16:17.857Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28792026-06-13T03:16:18.803Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28802026-06-13T03:16:19.279Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28812026-06-13T03:16:19.744Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28822026-06-13T03:16:20.193Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28832026-06-13T03:16:20.916Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28842026-06-13T03:16:20.939Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28852026-06-13T03:16:21.637Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28862026-06-13T03:16:22.402Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28872026-06-13T03:16:22.465Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28882026-06-13T03:16:22.686Z Compiling signal-hook-tokio v0.3.1
28892026-06-13T03:16:22.778Z Compiling fatfs v0.3.6
28902026-06-13T03:16:22.874Z Compiling yasna v0.5.2
28912026-06-13T03:16:23.304Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28922026-06-13T03:16:23.456Z Compiling assert_matches v1.5.0
28932026-06-13T03:16:23.570Z Compiling seq-macro v0.3.6
28942026-06-13T03:16:23.997Z Compiling is_ci v1.2.0
28952026-06-13T03:16:24.054Z Compiling rcgen v0.12.1
28962026-06-13T03:16:24.111Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28972026-06-13T03:16:24.163Z Compiling supports-color v3.0.2
28982026-06-13T03:16:24.371Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28992026-06-13T03:16:24.522Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29002026-06-13T03:16:25.192Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29012026-06-13T03:16:25.416Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29022026-06-13T03:16:25.439Z Compiling subprocess v0.2.15
29032026-06-13T03:16:25.692Z Compiling rtoolbox v0.0.3
29042026-06-13T03:16:25.973Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29052026-06-13T03:16:27.011Z Compiling rpassword v7.4.0
29062026-06-13T03:16:27.372Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29072026-06-13T03:16:27.646Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29082026-06-13T03:16:27.785Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29092026-06-13T03:16:28.263Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29102026-06-13T03:16:28.427Z Compiling tui-tree-widget v0.23.1
29112026-06-13T03:16:28.714Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29122026-06-13T03:16:28.910Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29132026-06-13T03:16:30.246Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29142026-06-13T03:16:30.476Z Compiling uzers v0.12.2
29152026-06-13T03:16:31.066Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29162026-06-13T03:16:31.513Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29172026-06-13T03:16:32.547Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29182026-06-13T03:16:34.425Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29192026-06-13T03:16:37.252Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29202026-06-13T03:16:38.354Z Compiling support-bundle-viewer v0.1.2
29212026-06-13T03:16:39.423Z Compiling multimap v0.10.1
29222026-06-13T03:16:47.980Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29232026-06-13T03:16:53.908Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29242026-06-13T03:16:59.934Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29252026-06-13T03:17:00.836Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29262026-06-13T03:17:02.664Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29272026-06-13T03:24:20.742Z Finished `release` profile [optimized] target(s) in 9m 36s
29282026-06-13T03:25:07.260Z
29292026-06-13T03:25:07.260Zreal 10:24.235761802
29302026-06-13T03:25:07.263Zuser 1:21:08.558733664
29312026-06-13T03:25:07.263Zsys 3:40.331652922
29322026-06-13T03:25:07.263Ztrap 1.763389503
29332026-06-13T03:25:07.263Ztflt 2.687757643
29342026-06-13T03:25:07.263Zdflt 17.595819454
29352026-06-13T03:25:07.263Zkflt 0.030836664
29362026-06-13T03:25:07.263Zlock 7:34:47.656151787
29372026-06-13T03:25:07.264Zslp 2:20:19.344238244
29382026-06-13T03:25:07.264Zlat 2:29.821041927
29392026-06-13T03:25:07.264Zstop 5:29.077919255
29402026-06-13T03:25:07.264Z+ mapfile -t packages
29412026-06-13T03:25:07.264Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29422026-06-13T03:25:08.218Z Finished `release` profile [optimized] target(s) in 0.94s
29432026-06-13T03:25:08.291Z Running `target/release/omicron-package -t test list-outputs`
29442026-06-13T03:25:08.355ZLogging to: /work/oxidecomputer/omicron/out/LOG
29452026-06-13T03:25:08.358Z+ ptime -m cargo build --locked --release -p xtask
29462026-06-13T03:25:08.895Z Compiling libc v0.2.185
29472026-06-13T03:25:08.895Z Compiling serde v1.0.228
29482026-06-13T03:25:08.898Z Compiling serde_core v1.0.228
29492026-06-13T03:25:08.898Z Compiling rustix v1.1.3
29502026-06-13T03:25:08.990Z Compiling bitflags v2.11.0
29512026-06-13T03:25:08.994Z Compiling serde_json v1.0.149
29522026-06-13T03:25:09.056Z Compiling num-traits v0.2.19
29532026-06-13T03:25:09.056Z Compiling smallvec v1.15.1
29542026-06-13T03:25:09.065Z Compiling syn v2.0.117
29552026-06-13T03:25:09.099Z Compiling usdt-impl v0.5.0
29562026-06-13T03:25:09.102Z Compiling indexmap v2.14.0
29572026-06-13T03:25:09.120Z Compiling syn v1.0.109
29582026-06-13T03:25:09.135Z Compiling getrandom v0.4.1
29592026-06-13T03:25:09.135Z Compiling log v0.4.29
29602026-06-13T03:25:09.342Z Compiling percent-encoding v2.3.2
29612026-06-13T03:25:09.494Z Compiling form_urlencoded v1.2.2
29622026-06-13T03:25:09.541Z Compiling fs-err v3.3.0
29632026-06-13T03:25:09.544Z Compiling once_cell v1.21.3
29642026-06-13T03:25:09.552Z Compiling heck v0.4.1
29652026-06-13T03:25:09.579Z Compiling anyhow v1.0.102
29662026-06-13T03:25:09.775Z Compiling errno v0.3.14
29672026-06-13T03:25:09.775Z Compiling thread-id v4.2.2
29682026-06-13T03:25:09.822Z Compiling memmap v0.7.0
29692026-06-13T03:25:10.092Z Compiling ordered-float v2.10.1
29702026-06-13T03:25:10.613Z Compiling proc-macro-error v1.0.4
29712026-06-13T03:25:10.792Z Compiling terminal_size v0.4.3
29722026-06-13T03:25:10.792Z Compiling tempfile v3.25.0
29732026-06-13T03:25:10.863Z Compiling tabled_derive v0.7.0
29742026-06-13T03:25:10.900Z Compiling clap_builder v4.6.0
29752026-06-13T03:25:10.900Z Compiling textwrap v0.16.2
29762026-06-13T03:25:11.022Z Compiling camino-tempfile v1.4.1
29772026-06-13T03:25:11.550Z Compiling tabled v0.15.0
29782026-06-13T03:25:11.610Z Compiling synstructure v0.13.2
29792026-06-13T03:25:11.610Z Compiling pest_generator v2.8.6
29802026-06-13T03:25:12.006Z Compiling serde_derive v1.0.228
29812026-06-13T03:25:12.009Z Compiling zerovec-derive v0.11.2
29822026-06-13T03:25:12.009Z Compiling displaydoc v0.2.5
29832026-06-13T03:25:12.009Z Compiling thiserror-impl v1.0.69
29842026-06-13T03:25:12.009Z Compiling zerocopy-derive v0.7.35
29852026-06-13T03:25:12.011Z Compiling scroll_derive v0.12.1
29862026-06-13T03:25:12.011Z Compiling thiserror-impl v2.0.18
29872026-06-13T03:25:12.011Z Compiling clap_derive v4.6.1
29882026-06-13T03:25:12.042Z Compiling zerofrom-derive v0.1.6
29892026-06-13T03:25:12.052Z Compiling yoke-derive v0.8.1
29902026-06-13T03:25:12.141Z Compiling pest_derive v2.8.6
29912026-06-13T03:25:12.711Z Compiling scroll v0.12.0
29922026-06-13T03:25:12.936Z Compiling zerocopy v0.7.35
29932026-06-13T03:25:13.054Z Compiling goblin v0.8.2
29942026-06-13T03:25:13.119Z Compiling zerofrom v0.1.6
29952026-06-13T03:25:13.253Z Compiling thiserror v1.0.69
29962026-06-13T03:25:13.272Z Compiling yoke v0.8.1
29972026-06-13T03:25:13.322Z Compiling thiserror v2.0.18
29982026-06-13T03:25:13.374Z Compiling dtrace-parser v0.2.0
29992026-06-13T03:25:13.462Z Compiling zerovec v0.11.5
30002026-06-13T03:25:13.489Z Compiling zerotrie v0.2.3
30012026-06-13T03:25:13.700Z Compiling clap v4.6.1
30022026-06-13T03:25:14.086Z Compiling tinystr v0.8.2
30032026-06-13T03:25:14.322Z Compiling icu_locale_core v2.1.1
30042026-06-13T03:25:14.771Z Compiling potential_utf v0.1.4
30052026-06-13T03:25:14.978Z Compiling icu_collections v2.1.1
30062026-06-13T03:25:15.055Z Compiling icu_provider v2.1.1
30072026-06-13T03:25:15.256Z Compiling toml_datetime v0.6.11
30082026-06-13T03:25:15.310Z Compiling serde_spanned v0.6.9
30092026-06-13T03:25:15.346Z Compiling icu_properties v2.1.2
30102026-06-13T03:25:15.384Z Compiling icu_normalizer v2.1.1
30112026-06-13T03:25:15.502Z Compiling toml_edit v0.22.27
30122026-06-13T03:25:15.517Z Compiling dof v0.3.0
30132026-06-13T03:25:15.542Z Compiling serde_tokenstream v0.2.3
30142026-06-13T03:25:15.688Z Compiling serde-value v0.7.0
30152026-06-13T03:25:15.740Z Compiling cargo-platform v0.2.0
30162026-06-13T03:25:15.899Z Compiling macaddr v1.0.1
30172026-06-13T03:25:16.303Z Compiling idna_adapter v1.2.1
30182026-06-13T03:25:16.429Z Compiling idna v1.1.0
30192026-06-13T03:25:16.444Z Compiling usdt-macro v0.5.0
30202026-06-13T03:25:16.468Z Compiling usdt-attr-macro v0.5.0
30212026-06-13T03:25:16.791Z Compiling url v2.5.8
30222026-06-13T03:25:17.138Z Compiling toml v0.8.23
30232026-06-13T03:25:17.185Z Compiling usdt v0.5.0
30242026-06-13T03:25:17.603Z Compiling cargo-util-schemas v0.8.2
30252026-06-13T03:25:17.624Z Compiling cargo_toml v0.21.0
30262026-06-13T03:25:18.696Z Compiling cargo_metadata v0.21.0
30272026-06-13T03:25:21.810Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30282026-06-13T03:25:24.806Z Finished `release` profile [optimized] target(s) in 16.43s
30292026-06-13T03:25:24.971Z
30302026-06-13T03:25:24.971Zreal 16.572879836
30312026-06-13T03:25:24.971Zuser 2:21.685744056
30322026-06-13T03:25:24.971Zsys 17.364146944
30332026-06-13T03:25:24.974Ztrap 0.102847208
30342026-06-13T03:25:24.975Ztflt 0.477103553
30352026-06-13T03:25:24.975Zdflt 1.311469588
30362026-06-13T03:25:24.975Zkflt 0.000054228
30372026-06-13T03:25:24.975Zlock 5:28.737362440
30382026-06-13T03:25:24.975Zslp 3:32.895601939
30392026-06-13T03:25:24.975Zlat 7.308518864
30402026-06-13T03:25:24.975Zstop 21.727625378
30412026-06-13T03:25:24.975Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30422026-06-13T03:25:24.975Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30432026-06-13T03:25:24.975Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30442026-06-13T03:25:24.975Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30452026-06-13T03:25:24.975Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30462026-06-13T03:25:25.925Z Compiling progenitor-client v0.14.0
30472026-06-13T03:25:25.925Z Compiling newtype-uuid-macros v0.1.0
30482026-06-13T03:25:25.928Z Compiling structmeta-derive v0.3.0
30492026-06-13T03:25:25.928Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-06-13T03:25:25.928Z Compiling rustls v0.22.4
30512026-06-13T03:25:26.086Z Compiling rustls-webpki v0.102.8
30522026-06-13T03:25:26.089Z Compiling multer v3.1.0
30532026-06-13T03:25:26.096Z Compiling match_cfg v0.1.0
30542026-06-13T03:25:26.099Z Compiling compression-core v0.4.31
30552026-06-13T03:25:26.099Z Compiling debug-ignore v1.0.5
30562026-06-13T03:25:26.099Z Compiling atomicwrites v0.4.4
30572026-06-13T03:25:26.099Z Compiling slog-json v2.6.1
30582026-06-13T03:25:26.250Z Compiling async-stream-impl v0.3.6
30592026-06-13T03:25:26.250Z Compiling serde_spanned v1.0.4
30602026-06-13T03:25:26.266Z Compiling hostname v0.3.1
30612026-06-13T03:25:26.269Z Compiling toml_datetime v1.0.0+spec-1.1.0
30622026-06-13T03:25:26.285Z Compiling compression-codecs v0.4.37
30632026-06-13T03:25:26.342Z Compiling dropshot v0.17.0
30642026-06-13T03:25:26.342Z Compiling toml_writer v1.0.6+spec-1.1.0
30652026-06-13T03:25:26.381Z Compiling itertools v0.14.0
30662026-06-13T03:25:26.467Z Compiling slog-bunyan v2.5.0
30672026-06-13T03:25:26.551Z Compiling waitgroup v0.1.2
30682026-06-13T03:25:26.552Z Compiling rustls-pemfile v2.2.0
30692026-06-13T03:25:26.552Z Compiling dropshot_endpoint v0.17.0
30702026-06-13T03:25:26.552Z Compiling async-compression v0.4.41
30712026-06-13T03:25:26.632Z Compiling toml v1.0.6+spec-1.1.0
30722026-06-13T03:25:26.654Z Compiling serde_path_to_error v0.1.20
30732026-06-13T03:25:26.654Z Compiling hostname v0.4.2
30742026-06-13T03:25:26.688Z Compiling regress v0.10.5
30752026-06-13T03:25:26.692Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30762026-06-13T03:25:26.730Z Compiling macaddr v1.0.1
30772026-06-13T03:25:26.750Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-06-13T03:25:26.847Z Compiling instant v0.1.13
30792026-06-13T03:25:26.894Z Compiling async-stream v0.3.6
30802026-06-13T03:25:26.914Z Compiling backon v1.6.0
30812026-06-13T03:25:26.932Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30822026-06-13T03:25:26.952Z Compiling backoff v0.4.0
30832026-06-13T03:25:26.994Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30842026-06-13T03:25:27.014Z Compiling humantime v2.3.0
30852026-06-13T03:25:27.033Z Compiling universal-hash v0.5.1
30862026-06-13T03:25:27.050Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30872026-06-13T03:25:27.053Z Compiling opaque-debug v0.3.1
30882026-06-13T03:25:27.113Z Compiling progenitor-extras v0.2.0
30892026-06-13T03:25:27.160Z Compiling half v2.7.1
30902026-06-13T03:25:27.179Z Compiling crucible-workspace-hack v0.1.0
30912026-06-13T03:25:27.206Z Compiling ciborium-io v0.2.2
30922026-06-13T03:25:27.224Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30932026-06-13T03:25:27.227Z Compiling convert_case v0.4.0
30942026-06-13T03:25:27.320Z Compiling aead v0.5.2
30952026-06-13T03:25:27.340Z Compiling structmeta v0.3.0
30962026-06-13T03:25:27.343Z Compiling secrecy v0.10.3
30972026-06-13T03:25:27.405Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30982026-06-13T03:25:27.425Z Compiling ciborium-ll v0.2.2
30992026-06-13T03:25:27.465Z Compiling poly1305 v0.8.0
31002026-06-13T03:25:27.500Z Compiling chacha20 v0.9.1
31012026-06-13T03:25:27.556Z Compiling regress v0.11.1
31022026-06-13T03:25:27.574Z Compiling unsafe-libyaml v0.2.11
31032026-06-13T03:25:27.593Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31042026-06-13T03:25:27.613Z Compiling derive-ex v0.1.8
31052026-06-13T03:25:27.654Z Compiling parse-display-derive v0.10.0
31062026-06-13T03:25:27.672Z Compiling derive_more v0.99.20
31072026-06-13T03:25:27.705Z Compiling ciborium v0.2.2
31082026-06-13T03:25:27.725Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-06-13T03:25:27.755Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31102026-06-13T03:25:27.799Z Compiling thiserror-impl-no-std v2.0.2
31112026-06-13T03:25:27.936Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31122026-06-13T03:25:27.979Z Compiling byte-wrapper v0.1.0
31132026-06-13T03:25:28.116Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31142026-06-13T03:25:28.151Z Compiling serde_yaml v0.9.34+deprecated
31152026-06-13T03:25:28.264Z Compiling password-hash v0.5.0
31162026-06-13T03:25:28.347Z Compiling blake2 v0.10.6
31172026-06-13T03:25:28.364Z Compiling toml_datetime v0.7.5+spec-1.1.0
31182026-06-13T03:25:28.385Z Compiling chacha20poly1305 v0.10.1
31192026-06-13T03:25:28.388Z Compiling indent_write v2.2.0
31202026-06-13T03:25:28.423Z Compiling heapless v0.8.0
31212026-06-13T03:25:28.586Z Compiling tokio-rustls v0.25.0
31222026-06-13T03:25:28.604Z Compiling toml_edit v0.23.10+spec-1.0.0
31232026-06-13T03:25:28.667Z Compiling argon2 v0.5.3
31242026-06-13T03:25:28.724Z Compiling ingot-macros v0.1.1
31252026-06-13T03:25:28.971Z Compiling tabwriter v1.4.1
31262026-06-13T03:25:28.998Z Compiling hash32 v0.3.1
31272026-06-13T03:25:29.086Z Compiling thiserror-no-std v2.0.2
31282026-06-13T03:25:29.209Z Compiling typify-impl v0.6.2
31292026-06-13T03:25:29.227Z Compiling vsss-rs v3.3.4
31302026-06-13T03:25:29.259Z Compiling proc-macro-crate v3.4.0
31312026-06-13T03:25:29.402Z Compiling test-strategy v0.4.5
31322026-06-13T03:25:29.469Z Compiling parse-display v0.10.0
31332026-06-13T03:25:29.701Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31342026-06-13T03:25:29.748Z Compiling smoltcp v0.11.0
31352026-06-13T03:25:29.822Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31362026-06-13T03:25:29.866Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31372026-06-13T03:25:29.924Z Compiling num_enum_derive v0.7.6
31382026-06-13T03:25:30.008Z Compiling num-rational v0.4.2
31392026-06-13T03:25:30.030Z Compiling cobs v0.3.0
31402026-06-13T03:25:30.055Z Compiling num-complex v0.4.6
31412026-06-13T03:25:30.116Z Compiling colored v3.1.1
31422026-06-13T03:25:30.169Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31432026-06-13T03:25:30.279Z Compiling postcard v1.1.3
31442026-06-13T03:25:30.323Z Compiling proc-macro-error v1.0.4
31452026-06-13T03:25:30.357Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31462026-06-13T03:25:30.442Z Compiling num v0.4.3
31472026-06-13T03:25:30.507Z Compiling proc-macro-crate v1.3.1
31482026-06-13T03:25:30.528Z Compiling foreign-types-macros v0.2.3
31492026-06-13T03:25:30.564Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31502026-06-13T03:25:30.664Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31512026-06-13T03:25:30.683Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31522026-06-13T03:25:30.703Z Compiling foreign-types-shared v0.3.1
31532026-06-13T03:25:30.707Z Compiling rayon-core v1.13.0
31542026-06-13T03:25:30.831Z Compiling cpufeatures v0.3.0
31552026-06-13T03:25:30.860Z Compiling float-ord v0.3.2
31562026-06-13T03:25:30.926Z Compiling chacha20 v0.10.0
31572026-06-13T03:25:31.003Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31582026-06-13T03:25:31.007Z Compiling num_enum_derive v0.5.11
31592026-06-13T03:25:31.040Z Compiling crossbeam-deque v0.8.6
31602026-06-13T03:25:31.040Z Compiling camino-tempfile v1.4.1
31612026-06-13T03:25:31.044Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31622026-06-13T03:25:31.116Z Compiling num_enum v0.7.6
31632026-06-13T03:25:31.137Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31642026-06-13T03:25:31.194Z Compiling foreign-types v0.5.0
31652026-06-13T03:25:31.212Z Compiling cstr-argument v0.1.2
31662026-06-13T03:25:31.286Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31672026-06-13T03:25:31.324Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31682026-06-13T03:25:31.344Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31692026-06-13T03:25:31.360Z Compiling rand v0.10.0
31702026-06-13T03:25:31.405Z Compiling toml v0.8.23
31712026-06-13T03:25:31.520Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31722026-06-13T03:25:31.569Z Compiling zone_cfg_derive v0.3.1
31732026-06-13T03:25:31.587Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31742026-06-13T03:25:31.587Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31752026-06-13T03:25:31.629Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31762026-06-13T03:25:31.649Z Compiling itertools v0.12.1
31772026-06-13T03:25:31.672Z Compiling num-derive v0.4.2
31782026-06-13T03:25:31.724Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31792026-06-13T03:25:31.760Z Compiling ingot-types v0.1.2
31802026-06-13T03:25:31.779Z Compiling rayon v1.11.0
31812026-06-13T03:25:31.875Z Compiling sigpipe v0.1.3
31822026-06-13T03:25:31.913Z Compiling glob v0.3.3
31832026-06-13T03:25:32.023Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31842026-06-13T03:25:32.072Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31852026-06-13T03:25:32.132Z Compiling num_enum v0.5.11
31862026-06-13T03:25:32.239Z Compiling ingot v0.1.1
31872026-06-13T03:25:32.266Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31882026-06-13T03:25:32.301Z Compiling smf v0.2.3
31892026-06-13T03:25:32.304Z Compiling prettyplease v0.2.37
31902026-06-13T03:25:32.338Z Compiling whoami v1.6.1
31912026-06-13T03:25:32.342Z Compiling usdt-macro v0.5.0
31922026-06-13T03:25:32.376Z Compiling usdt-attr-macro v0.5.0
31932026-06-13T03:25:32.380Z Compiling gethostname v0.5.0
31942026-06-13T03:25:32.618Z Compiling memmap v0.7.0
31952026-06-13T03:25:32.674Z Compiling derive-where v1.6.0
31962026-06-13T03:25:32.691Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31972026-06-13T03:25:32.853Z Compiling zone v0.3.1
31982026-06-13T03:25:32.856Z Compiling resolv-conf v0.7.6
31992026-06-13T03:25:32.887Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32002026-06-13T03:25:32.935Z Compiling owo-colors v4.3.0
32012026-06-13T03:25:33.070Z Compiling cancel-safe-futures v0.1.5
32022026-06-13T03:25:33.107Z Compiling libsw-core v0.3.2
32032026-06-13T03:25:33.274Z Compiling console v0.15.11
32042026-06-13T03:25:33.277Z Compiling hickory-proto v0.24.4
32052026-06-13T03:25:33.335Z Compiling usdt v0.5.0
32062026-06-13T03:25:33.381Z Compiling libsw v3.5.0
32072026-06-13T03:25:33.484Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32082026-06-13T03:25:33.629Z Compiling newline-converter v0.3.0
32092026-06-13T03:25:33.647Z Compiling linked-hash-map v0.5.6
32102026-06-13T03:25:33.669Z Compiling linear-map v1.2.0
32112026-06-13T03:25:33.674Z Compiling libefi-sys v0.1.0
32122026-06-13T03:25:33.786Z Compiling expectorate v1.2.0
32132026-06-13T03:25:33.803Z Compiling git-stub v1.0.0
32142026-06-13T03:25:33.823Z Compiling typify-macro v0.6.2
32152026-06-13T03:25:33.865Z Compiling lru-cache v0.1.2
32162026-06-13T03:25:33.884Z Compiling bitfield-struct v0.6.2
32172026-06-13T03:25:33.914Z Compiling nom v8.0.0
32182026-06-13T03:25:33.933Z Compiling semver v0.1.20
32192026-06-13T03:25:33.996Z Compiling git-stub-vcs v0.1.0
32202026-06-13T03:25:34.037Z Compiling tokio-dtrace v0.1.1
32212026-06-13T03:25:34.115Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32222026-06-13T03:25:34.135Z Compiling dropshot-api-manager-types v0.7.2
32232026-06-13T03:25:34.153Z Compiling slog-dtrace v0.3.0
32242026-06-13T03:25:34.213Z Compiling rustc_version v0.1.7
32252026-06-13T03:25:34.276Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32262026-06-13T03:25:34.296Z Compiling minimal-lexical v0.2.1
32272026-06-13T03:25:34.357Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-06-13T03:25:34.414Z Compiling oxide-tokio-rt v0.1.4
32292026-06-13T03:25:34.417Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32302026-06-13T03:25:34.417Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-06-13T03:25:34.469Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32322026-06-13T03:25:34.490Z Compiling phf_shared v0.12.1
32332026-06-13T03:25:34.507Z Compiling newtype_derive v0.1.6
32342026-06-13T03:25:34.527Z Compiling csv-core v0.1.13
32352026-06-13T03:25:34.608Z Compiling nom v7.1.3
32362026-06-13T03:25:34.627Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32372026-06-13T03:25:34.693Z Compiling highway v1.3.0
32382026-06-13T03:25:34.712Z Compiling xshell-macros v0.2.7
32392026-06-13T03:25:34.745Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32402026-06-13T03:25:34.768Z Compiling chrono-tz v0.10.4
32412026-06-13T03:25:34.849Z Compiling const_format_proc_macros v0.2.34
32422026-06-13T03:25:34.937Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32432026-06-13T03:25:34.976Z Compiling csv v1.4.0
32442026-06-13T03:25:35.067Z Compiling phf v0.12.1
32452026-06-13T03:25:35.175Z Compiling xshell v0.2.7
32462026-06-13T03:25:35.269Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-06-13T03:25:35.302Z Compiling primeorder v0.13.6
32482026-06-13T03:25:35.496Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32492026-06-13T03:25:35.569Z Compiling hickory-resolver v0.24.4
32502026-06-13T03:25:35.588Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32512026-06-13T03:25:35.727Z Compiling tabled_derive v0.7.0
32522026-06-13T03:25:35.746Z Compiling const_format v0.2.35
32532026-06-13T03:25:35.749Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32542026-06-13T03:25:35.749Z Compiling typify v0.6.2
32552026-06-13T03:25:35.904Z Compiling progenitor-impl v0.14.0
32562026-06-13T03:25:35.940Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32572026-06-13T03:25:35.963Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32582026-06-13T03:25:36.034Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32592026-06-13T03:25:36.151Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32602026-06-13T03:25:36.262Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32612026-06-13T03:25:36.478Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32622026-06-13T03:25:36.520Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32632026-06-13T03:25:36.612Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32642026-06-13T03:25:36.755Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32652026-06-13T03:25:36.791Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-06-13T03:25:36.949Z Compiling qorb v0.4.1
32672026-06-13T03:25:37.031Z Compiling bcs v0.1.6
32682026-06-13T03:25:37.067Z Compiling termtree v0.5.1
32692026-06-13T03:25:37.092Z Compiling salty v0.3.0
32702026-06-13T03:25:37.136Z Compiling tagptr v0.2.0
32712026-06-13T03:25:37.268Z Compiling textwrap v0.16.2
32722026-06-13T03:25:37.340Z Compiling moka v0.12.13
32732026-06-13T03:25:37.402Z Compiling tabled v0.15.0
32742026-06-13T03:25:37.430Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32752026-06-13T03:25:37.686Z Compiling steno v0.4.1
32762026-06-13T03:25:37.707Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32772026-06-13T03:25:37.781Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32782026-06-13T03:25:37.800Z Compiling radium v0.7.0
32792026-06-13T03:25:37.884Z Compiling base64 v0.21.7
32802026-06-13T03:25:37.904Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32812026-06-13T03:25:38.127Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32822026-06-13T03:25:38.175Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32832026-06-13T03:25:38.244Z Compiling hickory-resolver v0.25.2
32842026-06-13T03:25:38.321Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32852026-06-13T03:25:38.407Z Compiling p384 v0.13.1
32862026-06-13T03:25:38.597Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32872026-06-13T03:25:38.661Z Compiling typify-impl v0.4.3
32882026-06-13T03:25:38.680Z Compiling progenitor-macro v0.14.0
32892026-06-13T03:25:38.947Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32902026-06-13T03:25:39.032Z Compiling tap v1.0.1
32912026-06-13T03:25:39.062Z Compiling maybe-uninit v2.0.0
32922026-06-13T03:25:39.164Z Compiling wyz v0.5.1
32932026-06-13T03:25:39.168Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32942026-06-13T03:25:39.423Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32952026-06-13T03:25:39.451Z Compiling proc-macro-error-attr2 v2.0.0
32962026-06-13T03:25:39.469Z Compiling funty v2.0.0
32972026-06-13T03:25:39.670Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32982026-06-13T03:25:39.854Z Compiling utf-8 v0.7.6
32992026-06-13T03:25:39.896Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33002026-06-13T03:25:39.947Z Compiling parking_lot_core v0.8.6
33012026-06-13T03:25:40.014Z Compiling packed_struct v0.10.1
33022026-06-13T03:25:40.080Z Compiling tungstenite v0.21.0
33032026-06-13T03:25:40.173Z Compiling proc-macro-error2 v2.0.1
33042026-06-13T03:25:40.177Z Compiling bitvec v1.0.1
33052026-06-13T03:25:40.208Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33062026-06-13T03:25:40.294Z Compiling polyval v0.6.2
33072026-06-13T03:25:40.359Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33082026-06-13T03:25:40.379Z Compiling packed_struct_codegen v0.10.1
33092026-06-13T03:25:40.379Z Compiling num-derive v0.3.3
33102026-06-13T03:25:40.383Z Compiling bitfield-macros v0.19.4
33112026-06-13T03:25:40.572Z Compiling zerocopy-derive v0.6.6
33122026-06-13T03:25:40.590Z Compiling indexmap v1.9.3
33132026-06-13T03:25:40.835Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-06-13T03:25:40.855Z Compiling nodrop v0.1.14
33152026-06-13T03:25:40.986Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33162026-06-13T03:25:41.004Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33172026-06-13T03:25:41.162Z Compiling crc-catalog v2.4.0
33182026-06-13T03:25:41.183Z Compiling bitfield v0.19.4
33192026-06-13T03:25:41.251Z Compiling array-init v0.0.4
33202026-06-13T03:25:41.298Z Compiling crc v3.4.0
33212026-06-13T03:25:41.346Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33222026-06-13T03:25:41.406Z Compiling libscf-sys v1.1.0
33232026-06-13T03:25:41.513Z Compiling zerocopy v0.6.6
33242026-06-13T03:25:41.537Z Compiling tokio-tungstenite v0.21.0
33252026-06-13T03:25:41.557Z Compiling tabled_derive v0.11.0
33262026-06-13T03:25:41.595Z Compiling ghash v0.5.1
33272026-06-13T03:25:41.659Z Compiling smallvec v0.6.14
33282026-06-13T03:25:41.816Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-06-13T03:25:41.908Z Compiling papergrid v0.17.0
33302026-06-13T03:25:41.911Z Compiling testing_table v0.3.0
33312026-06-13T03:25:41.927Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33322026-06-13T03:25:41.966Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33332026-06-13T03:25:42.029Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33342026-06-13T03:25:42.047Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33352026-06-13T03:25:42.139Z Compiling ctr v0.9.2
33362026-06-13T03:25:42.182Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-06-13T03:25:42.320Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33382026-06-13T03:25:42.340Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33392026-06-13T03:25:42.365Z Compiling corncobs v0.1.4
33402026-06-13T03:25:42.385Z Compiling unicase v2.9.0
33412026-06-13T03:25:42.409Z Compiling illumos-nvpair-sys v0.2.0
33422026-06-13T03:25:42.533Z Compiling hashbrown v0.12.3
33432026-06-13T03:25:42.561Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-06-13T03:25:42.640Z Compiling aes-gcm v0.10.3
33452026-06-13T03:25:42.661Z Compiling mime_guess v2.0.5
33462026-06-13T03:25:42.699Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-06-13T03:25:42.720Z Compiling parking_lot v0.11.2
33482026-06-13T03:25:42.813Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33492026-06-13T03:25:42.878Z Compiling tabled v0.20.0
33502026-06-13T03:25:42.904Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33512026-06-13T03:25:42.963Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33522026-06-13T03:25:43.067Z Compiling serde-hex v0.1.0
33532026-06-13T03:25:43.085Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-06-13T03:25:43.196Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33552026-06-13T03:25:43.282Z Compiling typify-macro v0.4.3
33562026-06-13T03:25:43.400Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33572026-06-13T03:25:43.507Z Compiling ron v0.8.1
33582026-06-13T03:25:43.555Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33592026-06-13T03:25:43.624Z Compiling hashbrown v0.13.2
33602026-06-13T03:25:43.707Z Compiling progenitor-client v0.11.2
33612026-06-13T03:25:43.831Z Compiling prefix-trie v0.7.0
33622026-06-13T03:25:43.902Z Compiling progenitor v0.14.0
33632026-06-13T03:25:44.042Z Compiling blowfish v0.9.1
33642026-06-13T03:25:44.066Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33652026-06-13T03:25:44.084Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33662026-06-13T03:25:44.169Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33672026-06-13T03:25:44.280Z Compiling ssh-encoding v0.2.0
33682026-06-13T03:25:44.339Z Compiling fxhash v0.2.1
33692026-06-13T03:25:44.530Z Compiling secrecy v0.8.0
33702026-06-13T03:25:44.550Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33712026-06-13T03:25:44.589Z Compiling crc-any v2.5.0
33722026-06-13T03:25:44.607Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33732026-06-13T03:25:44.643Z Compiling ssh-cipher v0.2.0
33742026-06-13T03:25:44.871Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33752026-06-13T03:25:44.970Z Compiling sled v0.34.7
33762026-06-13T03:25:44.988Z Compiling bcrypt-pbkdf v0.10.0
33772026-06-13T03:25:45.176Z Compiling typify v0.4.3
33782026-06-13T03:25:45.258Z Compiling hickory-server v0.25.2
33792026-06-13T03:25:45.335Z Compiling progenitor-impl v0.11.2
33802026-06-13T03:25:45.353Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33812026-06-13T03:25:45.375Z Compiling object v0.30.4
33822026-06-13T03:25:45.485Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33832026-06-13T03:25:45.512Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33842026-06-13T03:25:45.573Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33852026-06-13T03:25:45.878Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33862026-06-13T03:25:45.897Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33872026-06-13T03:25:46.137Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33882026-06-13T03:25:46.205Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33892026-06-13T03:25:46.967Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33902026-06-13T03:25:47.100Z Compiling password-hash v0.4.2
33912026-06-13T03:25:47.120Z Compiling half v1.8.3
33922026-06-13T03:25:47.195Z Compiling path-slash v0.1.5
33932026-06-13T03:25:47.379Z Compiling http-range v0.1.5
33942026-06-13T03:25:47.434Z Compiling crc8 v0.1.1
33952026-06-13T03:25:47.594Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33962026-06-13T03:25:47.612Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33972026-06-13T03:25:47.615Z Compiling pbkdf2 v0.11.0
33982026-06-13T03:25:47.748Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33992026-06-13T03:25:47.871Z Compiling serde_cbor v0.11.2
34002026-06-13T03:25:47.982Z Compiling illumos-nvpair v0.3.0
34012026-06-13T03:25:48.070Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34022026-06-13T03:25:48.138Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34032026-06-13T03:25:48.290Z Compiling progenitor-macro v0.11.2
34042026-06-13T03:25:48.374Z Compiling ssh-key v0.6.7
34052026-06-13T03:25:48.591Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34062026-06-13T03:25:48.698Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34072026-06-13T03:25:48.760Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34082026-06-13T03:25:48.865Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34092026-06-13T03:25:48.885Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34102026-06-13T03:25:48.996Z Compiling p521 v0.13.3
34112026-06-13T03:25:49.014Z Compiling p256 v0.13.2
34122026-06-13T03:25:49.184Z Compiling yasna v0.5.2
34132026-06-13T03:25:49.270Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34142026-06-13T03:25:49.337Z Compiling kstat-rs v0.2.4
34152026-06-13T03:25:49.441Z Compiling headers-core v0.3.0
34162026-06-13T03:25:49.459Z Compiling nanorand v0.7.0
34172026-06-13T03:25:49.530Z Compiling russh-cryptovec v0.7.3
34182026-06-13T03:25:49.618Z Compiling atty v0.2.14
34192026-06-13T03:25:49.693Z Compiling home v0.5.12
34202026-06-13T03:25:49.711Z Compiling md5 v0.7.0
34212026-06-13T03:25:49.762Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34222026-06-13T03:25:49.784Z Compiling flume v0.11.1
34232026-06-13T03:25:49.804Z Compiling rcgen v0.12.1
34242026-06-13T03:25:49.863Z Compiling headers v0.4.1
34252026-06-13T03:25:49.886Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34262026-06-13T03:25:49.921Z Compiling russh-keys v0.45.0
34272026-06-13T03:25:49.962Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34282026-06-13T03:25:50.033Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34292026-06-13T03:25:50.051Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34302026-06-13T03:25:50.129Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34312026-06-13T03:25:50.149Z Compiling hyper-staticfile v0.10.1
34322026-06-13T03:25:50.246Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34332026-06-13T03:25:50.411Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34342026-06-13T03:25:50.580Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34352026-06-13T03:25:50.681Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34362026-06-13T03:25:50.699Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34372026-06-13T03:25:50.750Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34382026-06-13T03:25:50.754Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34392026-06-13T03:25:51.020Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34402026-06-13T03:25:51.069Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34412026-06-13T03:25:51.101Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34422026-06-13T03:25:51.233Z Compiling num-bigint v0.4.6
34432026-06-13T03:25:51.252Z Compiling des v0.8.1
34442026-06-13T03:25:51.313Z Compiling subprocess v0.2.15
34452026-06-13T03:25:51.332Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34462026-06-13T03:25:51.458Z Compiling display-error-chain v0.2.2
34472026-06-13T03:25:51.497Z Compiling hex-literal v0.4.1
34482026-06-13T03:25:51.543Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34492026-06-13T03:25:51.636Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34502026-06-13T03:25:51.654Z Compiling colored v2.2.0
34512026-06-13T03:25:51.673Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34522026-06-13T03:25:51.803Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-06-13T03:25:51.853Z Compiling socket2 v0.5.10
34542026-06-13T03:25:51.872Z Compiling internet-checksum v0.2.1
34552026-06-13T03:25:52.456Z Compiling russh v0.45.0
34562026-06-13T03:25:52.541Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34572026-06-13T03:25:52.571Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34582026-06-13T03:25:53.312Z Compiling progenitor v0.11.2
34592026-06-13T03:25:53.447Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34602026-06-13T03:25:55.169Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34612026-06-13T03:25:55.836Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34622026-06-13T03:25:56.303Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34632026-06-13T03:25:58.174Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34642026-06-13T03:25:59.053Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34652026-06-13T03:26:06.312Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34662026-06-13T03:26:06.313Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34672026-06-13T03:26:06.313Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34682026-06-13T03:26:06.316Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692026-06-13T03:26:08.086Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34702026-06-13T03:26:08.098Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34712026-06-13T03:26:12.266Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34722026-06-13T03:26:52.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34732026-06-13T03:26:53.214Z
34742026-06-13T03:26:53.217Zreal 1:28.171987004
34752026-06-13T03:26:53.218Zuser 8:10.335302054
34762026-06-13T03:26:53.218Zsys 1:47.936122344
34772026-06-13T03:26:53.218Ztrap 0.236914400
34782026-06-13T03:26:53.218Ztflt 0.781820018
34792026-06-13T03:26:53.218Zdflt 1.462067473
34802026-06-13T03:26:53.218Zkflt 0.000235517
34812026-06-13T03:26:53.218Zlock 28:00.476229747
34822026-06-13T03:26:53.218Zslp 18:51.885681075
34832026-06-13T03:26:53.218Zlat 39.459340681
34842026-06-13T03:26:53.218Zstop 2:53.552887288
34852026-06-13T03:26:53.218Z+ mkdir tests
34862026-06-13T03:26:53.221Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34872026-06-13T03:26:53.221Z+ xargs -I '{}' -t cp '{}' tests/
34882026-06-13T03:26:53.242Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-44497a0941bcae3f tests/
34892026-06-13T03:26:53.262Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-95f04c2751b2755d tests/
34902026-06-13T03:26:53.282Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e48c16f2d363903b tests/
34912026-06-13T03:26:53.303Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3544b827135dc869 tests/
34922026-06-13T03:26:53.542Z+ 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)
34932026-06-13T03:26:53.545Z+ 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-95f04c2751b2755d tests/commtest-e48c16f2d363903b tests/dhcp_server-44497a0941bcae3f tests/end_to_end_tests-3544b827135dc869 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
34942026-06-13T03:28:15.549ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34952026-06-13T03:28:15.550Za .github/buildomat/ci-env.sh 1K
34962026-06-13T03:28:15.550Za out/target/test 1K
34972026-06-13T03:28:15.550Za out/npuzone/npuzone 27402K
34982026-06-13T03:28:15.550Za package-manifest.toml 35K
34992026-06-13T03:28:15.550Za smf/sled-agent/non-gimlet/config.toml 6K
35002026-06-13T03:28:15.551Za target/release/omicron-package 46215K
35012026-06-13T03:28:15.551Za target/release/xtask 11453K
35022026-06-13T03:28:15.551Za target/debug/bootstrap 354888K
35032026-06-13T03:28:15.551Za tests/bootstrap-95f04c2751b2755d 31215K
35042026-06-13T03:28:15.551Za tests/commtest-e48c16f2d363903b 32300K
35052026-06-13T03:28:15.551Za tests/dhcp_server-44497a0941bcae3f 31215K
35062026-06-13T03:28:15.551Za tests/end_to_end_tests-3544b827135dc869 396137K
35072026-06-13T03:28:15.551Za tools/opte_version 1K
35082026-06-13T03:28:15.551Za tools/opte_version_override 2K
35092026-06-13T03:28:15.551Za out/clickhouse.tar.gz 321855K
35102026-06-13T03:28:15.551Za out/clickhouse_keeper.tar.gz 306924K
35112026-06-13T03:28:15.551Za out/clickhouse_server.tar.gz 321853K
35122026-06-13T03:28:15.551Za out/cockroachdb.tar.gz 166133K
35132026-06-13T03:28:15.551Za out/crucible-pantry-zone.tar.gz 41124K
35142026-06-13T03:28:15.551Za out/crucible-utils.tar 16478K
35152026-06-13T03:28:15.551Za out/crucible-zone.tar.gz 56694K
35162026-06-13T03:28:15.551Za out/external-dns.tar.gz 51261K
35172026-06-13T03:28:15.551Za out/internal-dns.tar.gz 51260K
35182026-06-13T03:28:15.551Za out/mg-ddm-gz.tar 97912K
35192026-06-13T03:28:15.551Za out/nexus.tar.gz 281659K
35202026-06-13T03:28:15.551Za out/ntp.tar.gz 32792K
35212026-06-13T03:28:15.551Za out/omicron-gateway-softnpu.tar.gz 29920K
35222026-06-13T03:28:15.551Za out/omicron-sled-agent.tar 203446K
35232026-06-13T03:28:15.551Za out/overlay.tar.gz 3K
35242026-06-13T03:28:15.551Za out/oximeter.tar.gz 68167K
35252026-06-13T03:28:15.551Za out/oxlog.tar 3782K
35262026-06-13T03:28:15.554Za out/probe.tar.gz 3037K
35272026-06-13T03:28:15.554Za out/propolis-server.tar.gz 34918K
35282026-06-13T03:28:15.554Za out/pumpkind-gz.tar 26647K
35292026-06-13T03:28:15.554Za out/switch-softnpu.tar.gz 455803K
35302026-06-13T03:28:15.558Z
35312026-06-13T03:28:15.558Zreal 1:22.005602456
35322026-06-13T03:28:15.558Zuser 1:19.252412511
35332026-06-13T03:28:15.558Zsys 4.530558063
35342026-06-13T03:28:15.558Ztrap 0.006575598
35352026-06-13T03:28:15.558Ztflt 0.000000000
35362026-06-13T03:28:15.558Zdflt 0.000000000
35372026-06-13T03:28:15.558Zkflt 0.000000000
35382026-06-13T03:28:15.558Zlock 0.000000000
35392026-06-13T03:28:15.558Zslp 1:19.190223581
35402026-06-13T03:28:15.558Zlat 1.027182128
35412026-06-13T03:28:15.558Zstop 0.000219458
35422026-06-13T03:28:15.558Zprocess exited: duration 1067055 ms, exit code 0
 
35432026-06-13T03:28:15.571Zfound 1 output files
35442026-06-13T03:28:15.571Zuploading: /work/package.tar.gz (2569117865 bytes)
35452026-06-13T03:28:45.986Zuploaded: /work/package.tar.gz