01M0XEKPN04W4VK9FACN37AVA3: 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: 01M0XEM7XK216221KGGHQ3CEKE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T21:54:24.528Zjob assigned to worker 01M0XEMBPGT95HWHE74D8W49T6 [factory aws, i-0a49c2a3e4efaea49] (queued for 47 s)
 
22026-08-25T21:54:31.447Zstarting task 0: "setup"
32026-08-25T21:54:31.451Z++ uname -s
42026-08-25T21:54:31.454Z+ kern=SunOS
52026-08-25T21:54:31.454Z+ build_user=build
62026-08-25T21:54:31.454Z+ build_uid=12345
72026-08-25T21:54:31.454Z+ work_dir=/work
82026-08-25T21:54:31.454Z+ input_dir=/input
92026-08-25T21:54:31.454Z+ [[ 0 == 12345 ]]
102026-08-25T21:54:31.454Z+ case "$kern" in
112026-08-25T21:54:31.454Z+ groupadd -g 12345 build
122026-08-25T21:54:31.457Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T21:54:33.463Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T21:54:33.582Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T21:54:33.585Z+ home_fs=zfs
162026-08-25T21:54:33.585Z+ [[ zfs == autofs ]]
172026-08-25T21:54:33.585Z+ mkdir -p /home/build
182026-08-25T21:54:33.588Z+ chown build:build /home/build /work
192026-08-25T21:54:35.588Z+ chmod 0700 /home/build /work
202026-08-25T21:54:35.591Zprocess exited: duration 4146 ms, exit code 0
 
212026-08-25T21:54:35.596Zstarting task 1: "rust-toolchain"
222026-08-25T21:54:35.602Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T21:54:35.602Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T21:54:35.602Z * rust toolchain channel = "1.97.1"
252026-08-25T21:54:35.602Z * rust toolchain profile = "default"
262026-08-25T21:54:35.602Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T21:54:35.602Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T21:54:35.605Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T21:54:35.605Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T21:54:35.663Zinfo: downloading installer
312026-08-25T21:54:37.068Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T21:54:37.069Zwarn: /home/build/.rustup/settings.toml
332026-08-25T21:54:37.069Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T21:54:37.069Zwarn: instead of the one inferred from the default host triple.
352026-08-25T21:54:37.080Zinfo: profile set to default
362026-08-25T21:54:37.080Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T21:54:37.086Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T21:54:37.227Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T21:54:37.230Zinfo: downloading 6 components
402026-08-25T21:54:52.577Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T21:54:52.577Z
422026-08-25T21:54:52.603Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T21:54:52.603Z
442026-08-25T21:54:52.603Z
452026-08-25T21:54:52.603ZRust is installed now. Great!
462026-08-25T21:54:52.603Z
472026-08-25T21:54:52.603ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T21:54:52.603Zenvironment variable. This has not been done automatically.
492026-08-25T21:54:52.603Z
502026-08-25T21:54:52.603ZTo configure your current shell, you need to source
512026-08-25T21:54:52.603Zthe corresponding env file under $HOME/.cargo.
522026-08-25T21:54:52.603Z
532026-08-25T21:54:52.603ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T21:54:52.606Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T21:54:52.606Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T21:54:52.606Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T21:54:52.606Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T21:54:52.606Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T21:54:52.606Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T21:54:52.606Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T21:54:52.606Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T21:54:52.715Z+ rustup --version
632026-08-25T21:54:52.721Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T21:54:52.721Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T21:54:52.741Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T21:54:52.744Z+ cargo --version
672026-08-25T21:54:52.753Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T21:54:52.756Z+ rustc --version
692026-08-25T21:54:52.776Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T21:54:52.781Zprocess exited: duration 17182 ms, exit code 0
 
712026-08-25T21:54:52.787Zstarting task 2: "authentication"
722026-08-25T21:54:52.808Zprocess exited: duration 20 ms, exit code 0
 
732026-08-25T21:54:52.814Zstarting task 3: "clone repository"
742026-08-25T21:54:52.819Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T21:54:52.822Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T21:54:52.852ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T21:55:05.089Z+ cd /work/oxidecomputer/omicron
782026-08-25T21:55:05.089Z+ git fetch origin 64c0a310d4a56957b74fa4020cffec1b1aad1d4b
792026-08-25T21:55:05.427ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T21:55:05.427Z * branch 64c0a310d4a56957b74fa4020cffec1b1aad1d4b -> FETCH_HEAD
812026-08-25T21:55:05.442Z+ [[ -n sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse ]]
822026-08-25T21:55:05.445Z++ git branch --show-current
832026-08-25T21:55:05.445Z+ current=main
842026-08-25T21:55:05.445Z+ [[ main != sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse ]]
852026-08-25T21:55:05.447Z+ git branch -f sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse 64c0a310d4a56957b74fa4020cffec1b1aad1d4b
862026-08-25T21:55:05.450Z+ git checkout -f sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse
872026-08-25T21:55:05.701ZSwitched to branch 'sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse'
882026-08-25T21:55:05.704Z+ git reset --hard 64c0a310d4a56957b74fa4020cffec1b1aad1d4b
892026-08-25T21:55:05.721ZHEAD is now at 64c0a310d rebase on main
902026-08-25T21:55:05.724Zprocess exited: duration 12908 ms, exit code 0
 
912026-08-25T21:55:05.730Zstarting task 4: "build"
922026-08-25T21:55:05.735Z+ source .github/buildomat/ci-env.sh
932026-08-25T21:55:05.736Z++ export CARGO_TERM_COLOR=always
942026-08-25T21:55:05.736Z++ CARGO_TERM_COLOR=always
952026-08-25T21:55:05.739Z+++ uname -s
962026-08-25T21:55:05.739Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T21:55:05.739Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T21:55:05.742Z+ cargo --version
992026-08-25T21:55:05.749Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T21:55:05.752Z+ rustc --version
1012026-08-25T21:55:05.772Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T21:55:05.775Z+ WORK=/work
1032026-08-25T21:55:05.775Z+ pfexec mkdir -p /work
1042026-08-25T21:55:05.778Z+ pfexec chown build /work
1052026-08-25T21:55:05.781Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-25T21:55:07.789Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-25T21:55:08.179Z Startup: Caching catalogs ... Done
1082026-08-25T21:55:10.350ZPlanning: Solver setup ... Done (2.051s)
1092026-08-25T21:55:10.412ZPlanning: Running solver ... Done (0.062s)
1102026-08-25T21:55:10.459ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-25T21:55:10.472ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-25T21:55:10.491ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-25T21:55:10.505ZPlanning: Package planning ... Done (0.014s)
1142026-08-25T21:55:10.507ZPlanning: Merging actions ... Done (0.001s)
1152026-08-25T21:55:10.734ZPlanning: Checking for conflicting actions ... Done (0.227s)
1162026-08-25T21:55:10.737ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-25T21:55:11.611ZPlanning: Evaluating mediators ... Done (0.877s)
1182026-08-25T21:55:11.614ZPlanning: Planning completed in 3.40 seconds
1192026-08-25T21:55:11.621Z Packages to install: 2
1202026-08-25T21:55:11.621Z Estimated space available: 156.01 GB
1212026-08-25T21:55:11.621ZEstimated space to be consumed: 80.56 MB
1222026-08-25T21:55:11.621Z Create boot environment: No
1232026-08-25T21:55:11.624ZCreate backup boot environment: No
1242026-08-25T21:55:11.624Z Rebuild boot archive: No
1252026-08-25T21:55:11.624Z
1262026-08-25T21:55:11.624ZChanged packages:
1272026-08-25T21:55:11.624Zhelios
1282026-08-25T21:55:11.624Z developer/build-essential
1292026-08-25T21:55:11.624Z None -> 11-3.0
1302026-08-25T21:55:11.624Z library/libxmlsec1
1312026-08-25T21:55:11.624Z None -> 1.2.35-3.0
1322026-08-25T21:55:11.647Z
1332026-08-25T21:55:11.647ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-25T21:55:11.714ZDownload: Completed 1.28 MB in 0.07 seconds (19.1M/s)
1352026-08-25T21:55:11.764Z Actions: 1/268 actions (Installing new actions)
1362026-08-25T21:55:11.803Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-25T21:55:11.842ZFinalize: Updating package state database ... Done (0.038s)
1382026-08-25T21:55:11.842ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-25T21:55:11.929ZFinalize: Updating image state ... Done (0.088s)
1402026-08-25T21:55:14.552ZFinalize: Creating fast lookup database ... Done (2.569s)
1412026-08-25T21:55:14.623ZFinalize: Reading search index ... Done (0.012s)
1422026-08-25T21:55:14.626ZFinalize: Updating search index ... Done (0.000s)
1432026-08-25T21:55:14.714ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-25T21:55:15.082ZPlanning: Evaluating mediator changes ... Done
1452026-08-25T21:55:15.191ZPlanning: Checking for conflicting actions ... Done
1462026-08-25T21:55:15.194ZPlanning: Consolidating action changes ... Done
1472026-08-25T21:55:15.349ZPlanning: Evaluating mediators ... Done
1482026-08-25T21:55:15.352ZPlanning: Planning completed in 0.27 seconds
1492026-08-25T21:55:15.373Z Mediators to change: 2
1502026-08-25T21:55:15.373Z Create boot environment: No
1512026-08-25T21:55:15.373ZCreate backup boot environment: No
1522026-08-25T21:55:15.430ZFinalize: Updating package state database ... Done
1532026-08-25T21:55:15.430ZFinalize: Updating package cache ... Done
1542026-08-25T21:55:15.484ZFinalize: Updating image state ... Done
1552026-08-25T21:55:17.428ZFinalize: Creating fast lookup database ... Done
1562026-08-25T21:55:17.485ZFinalize: Reading search index ... Done
1572026-08-25T21:55:17.488ZFinalize: Updating search index ... Done
1582026-08-25T21:55:17.574ZFinalize: Updating package cache ... Done
1592026-08-25T21:55:17.855ZPlanning: Evaluating mediator changes ... Done
1602026-08-25T21:55:17.962ZPlanning: Checking for conflicting actions ... Done
1612026-08-25T21:55:17.965ZPlanning: Consolidating action changes ... Done
1622026-08-25T21:55:18.120ZPlanning: Evaluating mediators ... Done
1632026-08-25T21:55:18.123ZPlanning: Planning completed in 0.27 seconds
1642026-08-25T21:55:18.143Z Mediators to change: 1
1652026-08-25T21:55:18.143Z Create boot environment: No
1662026-08-25T21:55:18.143ZCreate backup boot environment: No
1672026-08-25T21:55:18.201ZFinalize: Updating package state database ... Done
1682026-08-25T21:55:19.206ZFinalize: Updating package cache ... Done
1692026-08-25T21:55:19.209ZFinalize: Updating image state ... Done
1702026-08-25T21:55:20.189ZFinalize: Creating fast lookup database ... Done
1712026-08-25T21:55:20.252ZFinalize: Reading search index ... Done
1722026-08-25T21:55:20.255ZFinalize: Updating search index ... Done
1732026-08-25T21:55:20.360ZFinalize: Updating package cache ... Done
1742026-08-25T21:55:20.665ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-25T21:55:20.665Zapache system 2.4 system
1762026-08-25T21:55:20.665Zclang system 15 system
1772026-08-25T21:55:20.665Zcsh system system illumos
1782026-08-25T21:55:20.665Zctags system system illumos
1792026-08-25T21:55:20.665Zfile vendor vendor darwinsys
1802026-08-25T21:55:20.665Zfile system system illumos
1812026-08-25T21:55:20.665Zgcc vendor 14 vendor
1822026-08-25T21:55:20.665Zgcc system 13 system
1832026-08-25T21:55:20.665Zgcc system 10 system
1842026-08-25T21:55:20.665Zgo system 1.25 system
1852026-08-25T21:55:20.665Zllvm system 15 system
1862026-08-25T21:55:20.665Zmariadb system 11.4 system
1872026-08-25T21:55:20.665Zmta vendor vendor dma
1882026-08-25T21:55:20.665Zopenjdk system 17 system
1892026-08-25T21:55:20.666Zopenjdk system 11 system
1902026-08-25T21:55:20.666Zopenssl vendor 3 vendor
1912026-08-25T21:55:20.666Zperl system 5.40 system
1922026-08-25T21:55:20.666Zpostgresql system 18 system
1932026-08-25T21:55:20.666Zpostgresql system 17 system
1942026-08-25T21:55:20.666Zpython vendor 3 vendor
1952026-08-25T21:55:20.666Zpython system 2 system
1962026-08-25T21:55:20.666Zpython3 vendor 3.13 vendor
1972026-08-25T21:55:20.666Zruby system 3.4 system
1982026-08-25T21:55:20.666Zruby system 3.0 system
1992026-08-25T21:55:20.666Zwords vendor vendor american-english
2002026-08-25T21:55:20.666Zwords system system australian-english
2012026-08-25T21:55:20.666Zwords system system british-english
2022026-08-25T21:55:20.666Zwords system system canadian-english
2032026-08-25T21:55:20.666Zwords system system french
2042026-08-25T21:55:20.666Zwords system system italian
2052026-08-25T21:55:20.666Zwords system system ngerman
2062026-08-25T21:55:20.666Zwords system system ogerman
2072026-08-25T21:55:20.666Zwords system system spanish
2082026-08-25T21:55:20.915ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-25T21:55:20.915Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-25T21:55:21.416ZFMRI IFO
2112026-08-25T21:55:21.416Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-25T21:55:21.416Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-25T21:55:21.416Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-25T21:55:21.416Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-25T21:55:21.416Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-25T21:55:21.416Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-25T21:55:21.416Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-25T21:55:21.416Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-25T21:55:21.416Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-25T21:55:21.752Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-25T21:55:22.091Z Updating crates.io index
2222026-08-25T21:55:22.094Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-25T21:55:22.383Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-25T21:55:22.753Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2252026-08-25T21:55:23.113Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-25T21:55:24.185Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-25T21:55:24.828Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-25T21:55:31.135Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-25T21:55:31.996Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-25T21:55:32.306Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-25T21:55:32.699Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-25T21:55:34.089Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-25T21:55:34.363Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-25T21:55:34.746Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-08-25T21:55:35.070Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-08-25T21:55:35.343Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-08-25T21:55:35.640Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-08-25T21:55:35.931Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-25T21:55:36.219Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-25T21:55:36.584Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-25T21:55:37.134Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-25T21:55:37.534Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-25T21:55:38.070Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-25T21:55:38.379Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-25T21:55:39.010Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-25T21:55:39.383Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-25T21:55:39.679Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-25T21:55:40.193Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-25T21:55:40.494Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-25T21:55:40.790Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-25T21:55:41.171Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-25T21:55:41.466Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-25T21:55:41.781Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-25T21:55:42.231Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-25T21:55:42.938Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-25T21:55:43.223Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-25T21:55:43.490Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-25T21:55:43.920Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-25T21:55:44.241Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-25T21:55:44.522Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-25T21:55:44.838Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-25T21:55:45.202Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-25T21:55:45.497Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-25T21:55:45.775Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-08-25T21:55:48.527Z Downloading crates ...
2662026-08-25T21:55:48.576Z Downloaded is_terminal_polyfill v1.70.2
2672026-08-25T21:55:48.579Z Downloaded autocfg v1.5.0
2682026-08-25T21:55:48.584Z Downloaded cfg-if v1.0.4
2692026-08-25T21:55:48.591Z Downloaded bytecount v0.6.9
2702026-08-25T21:55:48.594Z Downloaded cargo-platform v0.3.2
2712026-08-25T21:55:48.594Z Downloaded zmij v1.0.21
2722026-08-25T21:55:48.598Z Downloaded unicode-linebreak v0.1.5
2732026-08-25T21:55:48.605Z Downloaded clap_lex v1.0.0
2742026-08-25T21:55:48.608Z Downloaded generic-array v0.14.7
2752026-08-25T21:55:48.608Z Downloaded zerocopy v0.7.35
2762026-08-25T21:55:48.616Z Downloaded itoa v1.0.17
2772026-08-25T21:55:48.619Z Downloaded camino-tempfile v1.4.1
2782026-08-25T21:55:48.619Z Downloaded cargo_metadata v0.23.1
2792026-08-25T21:55:48.619Z Downloaded anstyle-query v1.1.5
2802026-08-25T21:55:48.619Z Downloaded heck v0.4.1
2812026-08-25T21:55:48.623Z Downloaded heck v0.5.0
2822026-08-25T21:55:48.623Z Downloaded byteorder v1.5.0
2832026-08-25T21:55:48.623Z Downloaded anstream v1.0.0
2842026-08-25T21:55:48.629Z Downloaded colorchoice v1.0.4
2852026-08-25T21:55:48.629Z Downloaded crypto-common v0.1.7
2862026-08-25T21:55:48.629Z Downloaded fnv v1.0.7
2872026-08-25T21:55:48.650Z Downloaded proc-macro-error-attr v1.0.4
2882026-08-25T21:55:48.650Z Downloaded dof v0.3.0
2892026-08-25T21:55:48.650Z Downloaded cpufeatures v0.2.17
2902026-08-25T21:55:48.650Z Downloaded macaddr v1.0.1
2912026-08-25T21:55:48.650Z Downloaded toml_write v0.1.2
2922026-08-25T21:55:48.650Z Downloaded scroll_derive v0.12.1
2932026-08-25T21:55:48.650Z Downloaded cargo_toml v0.21.0
2942026-08-25T21:55:48.650Z Downloaded block-buffer v0.10.4
2952026-08-25T21:55:48.651Z Downloaded errno v0.3.14
2962026-08-25T21:55:48.651Z Downloaded dtrace-parser v0.2.0
2972026-08-25T21:55:48.651Z Downloaded memmap v0.7.0
2982026-08-25T21:55:48.655Z Downloaded utf8parse v0.2.2
2992026-08-25T21:55:48.655Z Downloaded plain v0.2.3
3002026-08-25T21:55:48.655Z Downloaded smawk v0.3.2
3012026-08-25T21:55:48.658Z Downloaded tabled_derive v0.7.0
3022026-08-25T21:55:48.658Z Downloaded usdt-attr-macro v0.5.0
3032026-08-25T21:55:48.658Z Downloaded equivalent v1.0.2
3042026-08-25T21:55:48.661Z Downloaded swrite v0.1.0
3052026-08-25T21:55:48.666Z Downloaded strsim v0.11.1
3062026-08-25T21:55:48.675Z Downloaded usdt v0.5.0
3072026-08-25T21:55:48.678Z Downloaded fastrand v2.3.0
3082026-08-25T21:55:48.678Z Downloaded version_check v0.9.5
3092026-08-25T21:55:48.678Z Downloaded serde_spanned v0.6.9
3102026-08-25T21:55:48.678Z Downloaded pretty-hex v0.4.1
3112026-08-25T21:55:48.683Z Downloaded usdt-macro v0.5.0
3122026-08-25T21:55:48.688Z Downloaded camino v1.2.5
3132026-08-25T21:55:48.691Z Downloaded clap_derive v4.6.1
3142026-08-25T21:55:48.692Z Downloaded usdt-impl v0.5.0
3152026-08-25T21:55:48.692Z Downloaded once_cell v1.21.3
3162026-08-25T21:55:48.696Z Downloaded anstyle v1.0.14
3172026-08-25T21:55:48.696Z Downloaded anstyle-parse v1.0.0
3182026-08-25T21:55:48.701Z Downloaded pest v2.8.6
3192026-08-25T21:55:48.701Z Downloaded thread-id v4.2.2
3202026-08-25T21:55:48.708Z Downloaded sha2 v0.10.9
3212026-08-25T21:55:48.712Z Downloaded toml_datetime v0.6.11
3222026-08-25T21:55:48.717Z Downloaded terminal_size v0.4.3
3232026-08-25T21:55:48.720Z Downloaded thiserror v2.0.18
3242026-08-25T21:55:48.723Z Downloaded serde_tokenstream v0.2.3
3252026-08-25T21:55:48.723Z Downloaded quote v1.0.45
3262026-08-25T21:55:48.726Z Downloaded proc-macro-error v1.0.4
3272026-08-25T21:55:48.729Z Downloaded thiserror-impl v1.0.69
3282026-08-25T21:55:48.732Z Downloaded clap v4.6.1
3292026-08-25T21:55:48.737Z Downloaded thiserror v1.0.69
3302026-08-25T21:55:48.741Z Downloaded pest_generator v2.8.6
3312026-08-25T21:55:48.744Z Downloaded thiserror-impl v2.0.18
3322026-08-25T21:55:48.747Z Downloaded fs-err v3.3.0
3332026-08-25T21:55:48.747Z Downloaded tempfile v3.27.0
3342026-08-25T21:55:48.750Z Downloaded anyhow v1.0.104
3352026-08-25T21:55:48.750Z Downloaded ucd-trie v0.1.7
3362026-08-25T21:55:48.755Z Downloaded digest v0.10.7
3372026-08-25T21:55:48.755Z Downloaded toml v0.8.23
3382026-08-25T21:55:48.761Z Downloaded semver v1.0.28
3392026-08-25T21:55:48.764Z Downloaded bitflags v2.11.0
3402026-08-25T21:55:48.767Z Downloaded scroll v0.12.0
3412026-08-25T21:55:48.771Z Downloaded pest_meta v2.8.6
3422026-08-25T21:55:48.777Z Downloaded papergrid v0.11.0
3432026-08-25T21:55:48.780Z Downloaded unicode-ident v1.0.24
3442026-08-25T21:55:48.783Z Downloaded proc-macro2 v1.0.106
3452026-08-25T21:55:48.788Z Downloaded getrandom v0.4.3
3462026-08-25T21:55:48.788Z Downloaded textwrap v0.16.2
3472026-08-25T21:55:48.791Z Downloaded zerocopy-derive v0.7.35
3482026-08-25T21:55:48.791Z Downloaded serde_core v1.0.228
3492026-08-25T21:55:48.795Z Downloaded pest_derive v2.8.6
3502026-08-25T21:55:48.798Z Downloaded log v0.4.33
3512026-08-25T21:55:48.801Z Downloaded toml_edit v0.22.27
3522026-08-25T21:55:48.810Z Downloaded memchr v2.8.0
3532026-08-25T21:55:48.820Z Downloaded serde v1.0.228
3542026-08-25T21:55:48.823Z Downloaded serde_derive v1.0.228
3552026-08-25T21:55:48.829Z Downloaded typenum v1.20.1
3562026-08-25T21:55:48.842Z Downloaded indexmap v2.14.0
3572026-08-25T21:55:48.849Z Downloaded hashbrown v0.17.0
3582026-08-25T21:55:48.870Z Downloaded clap_builder v4.6.0
3592026-08-25T21:55:48.875Z Downloaded serde_json v1.0.151
3602026-08-25T21:55:48.883Z Downloaded goblin v0.8.2
3612026-08-25T21:55:48.904Z Downloaded tabled v0.15.0
3622026-08-25T21:55:48.912Z Downloaded winnow v0.7.14
3632026-08-25T21:55:48.928Z Downloaded syn v1.0.109
3642026-08-25T21:55:48.934Z Downloaded unicode-width v0.1.14
3652026-08-25T21:55:48.937Z Downloaded unicode-width v0.2.0
3662026-08-25T21:55:48.940Z Downloaded syn v2.0.117
3672026-08-25T21:55:48.953Z Downloaded rustix v1.1.4
3682026-08-25T21:55:48.978Z Downloaded libc v0.2.185
3692026-08-25T21:55:49.043Z Compiling proc-macro2 v1.0.106
3702026-08-25T21:55:49.043Z Compiling quote v1.0.45
3712026-08-25T21:55:49.046Z Compiling unicode-ident v1.0.24
3722026-08-25T21:55:49.046Z Compiling serde_core v1.0.228
3732026-08-25T21:55:49.046Z Compiling libc v0.2.185
3742026-08-25T21:55:49.046Z Compiling version_check v0.9.5
3752026-08-25T21:55:49.046Z Compiling memchr v2.8.0
3762026-08-25T21:55:49.046Z Compiling serde v1.0.228
3772026-08-25T21:55:49.046Z Compiling zmij v1.0.21
3782026-08-25T21:55:49.215Z Compiling itoa v1.0.17
3792026-08-25T21:55:49.218Z Compiling thiserror v1.0.69
3802026-08-25T21:55:49.218Z Compiling ucd-trie v0.1.7
3812026-08-25T21:55:49.218Z Compiling rustix v1.1.4
3822026-08-25T21:55:49.233Z Compiling byteorder v1.5.0
3832026-08-25T21:55:49.426Z Compiling bitflags v2.11.0
3842026-08-25T21:55:49.490Z Compiling serde_json v1.0.151
3852026-08-25T21:55:49.600Z Compiling camino v1.2.5
3862026-08-25T21:55:49.757Z Compiling syn v1.0.109
3872026-08-25T21:55:49.813Z Compiling log v0.4.33
3882026-08-25T21:55:49.816Z Compiling plain v0.2.3
3892026-08-25T21:55:49.816Z Compiling proc-macro-error-attr v1.0.4
3902026-08-25T21:55:49.833Z Compiling pest v2.8.6
3912026-08-25T21:55:49.869Z Compiling usdt-impl v0.5.0
3922026-08-25T21:55:49.970Z Compiling proc-macro-error v1.0.4
3932026-08-25T21:55:49.987Z Compiling utf8parse v0.2.2
3942026-08-25T21:55:49.990Z Compiling equivalent v1.0.2
3952026-08-25T21:55:50.004Z Compiling hashbrown v0.17.0
3962026-08-25T21:55:50.092Z Compiling getrandom v0.4.3
3972026-08-25T21:55:50.177Z Compiling anstyle-parse v1.0.0
3982026-08-25T21:55:50.180Z Compiling colorchoice v1.0.4
3992026-08-25T21:55:50.180Z Compiling cfg-if v1.0.4
4002026-08-25T21:55:50.180Z Compiling thiserror v2.0.18
4012026-08-25T21:55:50.262Z Compiling winnow v0.7.14
4022026-08-25T21:55:50.266Z Compiling is_terminal_polyfill v1.70.2
4032026-08-25T21:55:50.375Z Compiling anstyle-query v1.1.5
4042026-08-25T21:55:50.392Z Compiling pretty-hex v0.4.1
4052026-08-25T21:55:50.410Z Compiling toml_write v0.1.2
4062026-08-25T21:55:50.414Z Compiling anstyle v1.0.14
4072026-08-25T21:55:50.442Z Compiling autocfg v1.5.0
4082026-08-25T21:55:50.493Z Compiling errno v0.3.14
4092026-08-25T21:55:50.512Z Compiling thread-id v4.2.2
4102026-08-25T21:55:50.564Z Compiling once_cell v1.21.3
4112026-08-25T21:55:50.642Z Compiling indexmap v2.14.0
4122026-08-25T21:55:50.660Z Compiling syn v2.0.117
4132026-08-25T21:55:50.681Z Compiling anstream v1.0.0
4142026-08-25T21:55:50.731Z Compiling unicode-width v0.1.14
4152026-08-25T21:55:50.764Z Compiling bytecount v0.6.9
4162026-08-25T21:55:50.801Z Compiling heck v0.5.0
4172026-08-25T21:55:50.804Z Compiling fnv v1.0.7
4182026-08-25T21:55:50.917Z Compiling fs-err v3.3.0
4192026-08-25T21:55:50.935Z Compiling heck v0.4.1
4202026-08-25T21:55:50.940Z Compiling anyhow v1.0.104
4212026-08-25T21:55:50.967Z Compiling fastrand v2.3.0
4222026-08-25T21:55:51.025Z Compiling strsim v0.11.1
4232026-08-25T21:55:51.046Z Compiling clap_lex v1.0.0
4242026-08-25T21:55:51.072Z Compiling pest_meta v2.8.6
4252026-08-25T21:55:51.185Z Compiling papergrid v0.11.0
4262026-08-25T21:55:51.203Z Compiling memmap v0.7.0
4272026-08-25T21:55:51.249Z Compiling smawk v0.3.2
4282026-08-25T21:55:51.267Z Compiling unicode-width v0.2.0
4292026-08-25T21:55:51.289Z Compiling unicode-linebreak v0.1.5
4302026-08-25T21:55:51.327Z Compiling swrite v0.1.0
4312026-08-25T21:55:51.492Z Compiling terminal_size v0.4.3
4322026-08-25T21:55:51.492Z Compiling tempfile v3.27.0
4332026-08-25T21:55:51.607Z Compiling clap_builder v4.6.0
4342026-08-25T21:55:51.607Z Compiling textwrap v0.16.2
4352026-08-25T21:55:51.785Z Compiling cargo-platform v0.3.2
4362026-08-25T21:55:51.847Z Compiling semver v1.0.28
4372026-08-25T21:55:52.058Z Compiling camino-tempfile v1.4.1
4382026-08-25T21:55:52.353Z Compiling tabled_derive v0.7.0
4392026-08-25T21:55:52.817Z Compiling pest_generator v2.8.6
4402026-08-25T21:55:53.015Z Compiling tabled v0.15.0
4412026-08-25T21:55:53.307Z Compiling serde_derive v1.0.228
4422026-08-25T21:55:53.310Z Compiling thiserror-impl v1.0.69
4432026-08-25T21:55:53.310Z Compiling zerocopy-derive v0.7.35
4442026-08-25T21:55:53.310Z Compiling scroll_derive v0.12.1
4452026-08-25T21:55:53.310Z Compiling thiserror-impl v2.0.18
4462026-08-25T21:55:53.311Z Compiling clap_derive v4.6.1
4472026-08-25T21:55:53.391Z Compiling pest_derive v2.8.6
4482026-08-25T21:55:53.975Z Compiling scroll v0.12.0
4492026-08-25T21:55:54.063Z Compiling zerocopy v0.7.35
4502026-08-25T21:55:54.184Z Compiling goblin v0.8.2
4512026-08-25T21:55:54.393Z Compiling dtrace-parser v0.2.0
4522026-08-25T21:55:54.638Z Compiling clap v4.6.1
4532026-08-25T21:55:55.652Z Compiling serde_spanned v0.6.9
4542026-08-25T21:55:55.652Z Compiling toml_datetime v0.6.11
4552026-08-25T21:55:55.655Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-08-25T21:55:55.655Z Compiling cargo_metadata v0.23.1
4572026-08-25T21:55:55.655Z Compiling macaddr v1.0.1
4582026-08-25T21:55:55.685Z Compiling dof v0.3.0
4592026-08-25T21:55:55.688Z Compiling serde_tokenstream v0.2.3
4602026-08-25T21:55:55.849Z Compiling toml_edit v0.22.27
4612026-08-25T21:55:56.419Z Compiling usdt-attr-macro v0.5.0
4622026-08-25T21:55:56.422Z Compiling usdt-macro v0.5.0
4632026-08-25T21:55:57.052Z Compiling usdt v0.5.0
4642026-08-25T21:55:57.129Z Compiling toml v0.8.23
4652026-08-25T21:55:57.447Z Compiling cargo_toml v0.21.0
4662026-08-25T21:55:58.710Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-25T21:56:00.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.17s
4682026-08-25T21:56:00.972Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-25T21:56:01.641Z Downloading crates ...
4702026-08-25T21:56:01.641Z Downloaded atomic-waker v1.1.2
4712026-08-25T21:56:01.642Z Downloaded aead v0.6.1
4722026-08-25T21:56:01.642Z Downloaded ar_archive_writer v0.5.1
4732026-08-25T21:56:01.642Z Downloaded adler2 v2.0.1
4742026-08-25T21:56:01.642Z Downloaded async-recursion v1.1.1
4752026-08-25T21:56:01.642Z Downloaded addr2line v0.25.1
4762026-08-25T21:56:01.642Z Downloaded fixedbitset v0.4.2
4772026-08-25T21:56:01.642Z Downloaded array-init v0.0.4
4782026-08-25T21:56:01.642Z Downloaded foreign-types-shared v0.1.1
4792026-08-25T21:56:01.642Z Downloaded aead v0.5.2
4802026-08-25T21:56:01.642Z Downloaded gethostname v0.5.0
4812026-08-25T21:56:01.642Z Downloaded bitfield-macros v0.19.4
4822026-08-25T21:56:01.642Z Downloaded bit-set v0.8.0
4832026-08-25T21:56:01.642Z Downloaded const-oid v0.10.2
4842026-08-25T21:56:01.775Z Downloaded funty v2.0.0
4852026-08-25T21:56:01.775Z Downloaded fs-err v2.11.0
4862026-08-25T21:56:01.775Z Downloaded hex-literal v1.1.0
4872026-08-25T21:56:01.775Z Downloaded arrayref v0.3.9
4882026-08-25T21:56:01.775Z Downloaded async-stream-impl v0.3.6
4892026-08-25T21:56:01.775Z Downloaded base16ct v1.0.0
4902026-08-25T21:56:01.775Z Downloaded async-stream v0.3.6
4912026-08-25T21:56:01.776Z Downloaded fxhash v0.2.1
4922026-08-25T21:56:01.776Z Downloaded cmake v0.1.57
4932026-08-25T21:56:01.776Z Downloaded embedded-io v0.6.1
4942026-08-25T21:56:01.776Z Downloaded endian-type v0.1.2
4952026-08-25T21:56:01.776Z Downloaded hashbrown v0.13.2
4962026-08-25T21:56:01.776Z Downloaded http-body-util v0.1.3
4972026-08-25T21:56:01.776Z Downloaded atty v0.2.14
4982026-08-25T21:56:01.776Z Downloaded bit-set v0.5.3
4992026-08-25T21:56:01.776Z Downloaded assert_matches v1.5.0
5002026-08-25T21:56:01.776Z Downloaded float-cmp v0.10.0
5012026-08-25T21:56:01.776Z Downloaded bb8 v0.8.6
5022026-08-25T21:56:01.776Z Downloaded fd-lock v4.0.4
5032026-08-25T21:56:01.776Z Downloaded futures-macro v0.3.32
5042026-08-25T21:56:01.776Z Downloaded env_filter v2.0.0
5052026-08-25T21:56:01.777Z Downloaded ff v0.13.1
5062026-08-25T21:56:01.777Z Downloaded find-msvc-tools v0.1.9
5072026-08-25T21:56:01.777Z Downloaded futures-executor v0.3.32
5082026-08-25T21:56:01.777Z Downloaded futures-io v0.3.32
5092026-08-25T21:56:01.777Z Downloaded base16ct v0.2.0
5102026-08-25T21:56:01.777Z Downloaded bitfield-struct v0.6.2
5112026-08-25T21:56:01.777Z Downloaded castaway v0.2.4
5122026-08-25T21:56:01.777Z Downloaded backtrace-ext v0.2.1
5132026-08-25T21:56:01.777Z Downloaded flagset v0.4.7
5142026-08-25T21:56:01.777Z Downloaded float-ord v0.3.2
5152026-08-25T21:56:01.777Z Downloaded backoff v0.4.0
5162026-08-25T21:56:01.777Z Downloaded base64ct v1.8.3
5172026-08-25T21:56:01.777Z Downloaded fallible-iterator v0.2.0
5182026-08-25T21:56:01.777Z Downloaded foreign-types v0.5.0
5192026-08-25T21:56:01.777Z Downloaded httpdate v1.0.3
5202026-08-25T21:56:01.777Z Downloaded hubpack v0.1.2
5212026-08-25T21:56:01.777Z Downloaded arrayvec v0.7.6
5222026-08-25T21:56:01.777Z Downloaded atomicwrites v0.4.4
5232026-08-25T21:56:01.778Z Downloaded form_urlencoded v1.2.2
5242026-08-25T21:56:01.778Z Downloaded bit-vec v0.6.3
5252026-08-25T21:56:01.778Z Downloaded ahash v0.8.12
5262026-08-25T21:56:01.778Z Downloaded futures-sink v0.3.32
5272026-08-25T21:56:01.778Z Downloaded ghash v0.6.0
5282026-08-25T21:56:01.778Z Downloaded hostname v0.4.2
5292026-08-25T21:56:01.778Z Downloaded embedded-io v0.4.0
5302026-08-25T21:56:01.778Z Downloaded fixedbitset v0.5.7
5312026-08-25T21:56:01.778Z Downloaded fs_extra v1.3.0
5322026-08-25T21:56:01.778Z Downloaded compression-core v0.4.31
5332026-08-25T21:56:01.778Z Downloaded env_logger v0.11.11
5342026-08-25T21:56:01.778Z Downloaded ff v0.14.0
5352026-08-25T21:56:01.778Z Downloaded block-padding v0.4.2
5362026-08-25T21:56:01.778Z Downloaded cobs v0.3.0
5372026-08-25T21:56:01.778Z Downloaded enum-as-inner v0.6.1
5382026-08-25T21:56:01.778Z Downloaded http-body v1.0.1
5392026-08-25T21:56:01.778Z Downloaded cfg_aliases v0.1.1
5402026-08-25T21:56:01.778Z Downloaded ciborium-io v0.2.2
5412026-08-25T21:56:01.778Z Downloaded hostname v0.3.1
5422026-08-25T21:56:01.778Z Downloaded hubpack_derive v0.1.1
5432026-08-25T21:56:01.779Z Downloaded futures-core v0.3.32
5442026-08-25T21:56:01.779Z Downloaded argon2 v0.5.3
5452026-08-25T21:56:01.779Z Downloaded bcs v0.1.6
5462026-08-25T21:56:01.779Z Downloaded futures-task v0.3.32
5472026-08-25T21:56:01.779Z Downloaded headers-core v0.3.0
5482026-08-25T21:56:01.779Z Downloaded anstream v0.6.21
5492026-08-25T21:56:01.779Z Downloaded bit-vec v0.8.0
5502026-08-25T21:56:01.779Z Downloaded bcrypt-pbkdf v0.11.0
5512026-08-25T21:56:01.779Z Downloaded foreign-types-macros v0.2.3
5522026-08-25T21:56:01.779Z Downloaded foldhash v0.2.0
5532026-08-25T21:56:01.779Z Downloaded ciborium-ll v0.2.2
5542026-08-25T21:56:01.779Z Downloaded block-buffer v0.12.1
5552026-08-25T21:56:01.779Z Downloaded nibble_vec v0.1.0
5562026-08-25T21:56:01.779Z Downloaded enum_dispatch v0.3.13
5572026-08-25T21:56:01.780Z Downloaded git-stub-vcs v0.1.0
5582026-08-25T21:56:01.780Z Downloaded home v0.5.12
5592026-08-25T21:56:01.780Z Downloaded globwalk v0.9.1
5602026-08-25T21:56:01.780Z Downloaded ascii-canvas v3.0.0
5612026-08-25T21:56:01.780Z Downloaded cfg_aliases v0.2.1
5622026-08-25T21:56:01.780Z Downloaded compression-codecs v0.4.37
5632026-08-25T21:56:01.780Z Downloaded bzip2 v0.4.4
5642026-08-25T21:56:01.780Z Downloaded num_threads v0.1.7
5652026-08-25T21:56:01.780Z Downloaded hash32 v0.2.1
5662026-08-25T21:56:01.780Z Downloaded hash32 v0.3.1
5672026-08-25T21:56:01.780Z Downloaded git-stub v1.0.0
5682026-08-25T21:56:01.781Z Downloaded fatfs v0.3.6
5692026-08-25T21:56:01.781Z Downloaded generic-array v1.4.3
5702026-08-25T21:56:01.781Z Downloaded normalize-line-endings v0.3.0
5712026-08-25T21:56:01.781Z Downloaded newline-converter v0.3.0
5722026-08-25T21:56:01.781Z Downloaded http-range v0.1.5
5732026-08-25T21:56:01.781Z Downloaded foreign-types-shared v0.3.1
5742026-08-25T21:56:01.781Z Downloaded hex v0.4.3
5752026-08-25T21:56:01.781Z Downloaded oxide-generation-macros v0.2.0
5762026-08-25T21:56:01.781Z Downloaded parse-display v0.10.0
5772026-08-25T21:56:01.781Z Downloaded predicates-core v1.0.10
5782026-08-25T21:56:01.781Z Downloaded predicates-tree v1.0.13
5792026-08-25T21:56:01.781Z Downloaded progenitor-client v0.14.0
5802026-08-25T21:56:01.781Z Downloaded chacha20 v0.9.1
5812026-08-25T21:56:01.781Z Downloaded phf_shared v0.13.1
5822026-08-25T21:56:01.782Z Downloaded bitflags v1.3.2
5832026-08-25T21:56:01.782Z Downloaded powerfmt v0.2.0
5842026-08-25T21:56:01.854Z Downloaded bitfield v0.19.4
5852026-08-25T21:56:01.854Z Downloaded cassowary v0.3.0
5862026-08-25T21:56:01.854Z Downloaded foldhash v0.1.5
5872026-08-25T21:56:01.854Z Downloaded erased-serde v0.3.31
5882026-08-25T21:56:01.854Z Downloaded bs58 v0.5.1
5892026-08-25T21:56:01.854Z Downloaded cbc v0.2.1
5902026-08-25T21:56:01.854Z Downloaded cmov v0.5.4
5912026-08-25T21:56:01.855Z Downloaded cexpr v0.6.0
5922026-08-25T21:56:01.855Z Downloaded group v0.13.0
5932026-08-25T21:56:01.855Z Downloaded recursive v0.1.1
5942026-08-25T21:56:01.855Z Downloaded radium v0.7.0
5952026-08-25T21:56:01.855Z Downloaded same-file v1.0.6
5962026-08-25T21:56:01.855Z Downloaded rfc6979 v0.4.0
5972026-08-25T21:56:01.855Z Downloaded russh-cryptovec v0.62.0
5982026-08-25T21:56:01.855Z Downloaded console v0.16.2
5992026-08-25T21:56:01.855Z Downloaded sapling-renderdag v0.1.0
6002026-08-25T21:56:01.855Z Downloaded serde-big-array v0.5.1
6012026-08-25T21:56:01.855Z Downloaded anstyle-parse v0.2.7
6022026-08-25T21:56:01.855Z Downloaded async-bb8-diesel v0.2.1
6032026-08-25T21:56:01.855Z Downloaded async-trait v0.1.89
6042026-08-25T21:56:01.855Z Downloaded rfc6979 v0.6.0
6052026-08-25T21:56:01.855Z Downloaded serde_urlencoded v0.7.1
6062026-08-25T21:56:01.855Z Downloaded buf-list v1.1.2
6072026-08-25T21:56:01.855Z Downloaded nodrop v0.1.14
6082026-08-25T21:56:01.855Z Downloaded secrecy v0.10.3
6092026-08-25T21:56:01.855Z Downloaded cipher v0.4.4
6102026-08-25T21:56:01.855Z Downloaded filetime v0.2.27
6112026-08-25T21:56:01.855Z Downloaded signature v2.2.0
6122026-08-25T21:56:01.855Z Downloaded foreign-types v0.3.2
6132026-08-25T21:56:01.855Z Downloaded const-oid v0.9.6
6142026-08-25T21:56:01.855Z Downloaded ena v0.14.4
6152026-08-25T21:56:01.855Z Downloaded byte-wrapper v0.1.0
6162026-08-25T21:56:01.855Z Downloaded num_enum v0.5.11
6172026-08-25T21:56:01.855Z Downloaded blowfish v0.10.0
6182026-08-25T21:56:01.855Z Downloaded group v0.14.0
6192026-08-25T21:56:01.855Z Downloaded sponge-cursor v0.1.0
6202026-08-25T21:56:01.855Z Downloaded slog-envlogger v2.2.0
6212026-08-25T21:56:01.855Z Downloaded siphasher v1.0.2
6222026-08-25T21:56:01.855Z Downloaded num_enum_derive v0.7.6
6232026-08-25T21:56:01.855Z Downloaded pbkdf2 v0.13.0
6242026-08-25T21:56:01.856Z Downloaded stable_deref_trait v1.2.1
6252026-08-25T21:56:01.856Z Downloaded structmeta v0.3.0
6262026-08-25T21:56:01.856Z Downloaded supports-unicode v3.0.0
6272026-08-25T21:56:01.856Z Downloaded glob v0.3.3
6282026-08-25T21:56:01.856Z Downloaded peg-macros v0.8.5
6292026-08-25T21:56:01.856Z Downloaded take_mut v0.2.2
6302026-08-25T21:56:01.856Z Downloaded testing_table v0.3.0
6312026-08-25T21:56:01.856Z Downloaded tokio-macros v2.7.0
6322026-08-25T21:56:01.856Z Downloaded ciborium v0.2.2
6332026-08-25T21:56:01.856Z Downloaded peg v0.8.5
6342026-08-25T21:56:01.856Z Downloaded oxnet v0.1.6
6352026-08-25T21:56:01.856Z Downloaded pin-project-lite v0.2.17
6362026-08-25T21:56:01.856Z Downloaded proc-macro-error2 v2.0.1
6372026-08-25T21:56:01.856Z Downloaded progenitor-extras v0.2.0
6382026-08-25T21:56:01.856Z Downloaded blake2 v0.11.0-rc.6
6392026-08-25T21:56:01.856Z Downloaded backon v1.6.0
6402026-08-25T21:56:01.856Z Downloaded bzip2 v0.6.1
6412026-08-25T21:56:01.856Z Downloaded cipher v0.5.2
6422026-08-25T21:56:01.856Z Downloaded colored v3.1.1
6432026-08-25T21:56:01.856Z Downloaded primeorder v0.13.6
6442026-08-25T21:56:01.856Z Downloaded try-lock v0.2.5
6452026-08-25T21:56:01.856Z Downloaded typify-macro v0.6.2
6462026-08-25T21:56:01.856Z Downloaded unicode-xid v0.2.6
6472026-08-25T21:56:01.856Z Downloaded usdt v0.6.0
6482026-08-25T21:56:01.856Z Downloaded clang-sys v1.8.1
6492026-08-25T21:56:01.856Z Downloaded argon2 v0.6.0-rc.8
6502026-08-25T21:56:01.856Z Downloaded cancel-safe-futures v0.1.5
6512026-08-25T21:56:01.856Z Downloaded utf-8 v0.7.6
6522026-08-25T21:56:01.856Z Downloaded futures-channel v0.3.32
6532026-08-25T21:56:01.856Z Downloaded globset v0.4.18
6542026-08-25T21:56:01.856Z Downloaded blake2 v0.10.6
6552026-08-25T21:56:01.856Z Downloaded camino-tempfile-ext v0.3.3
6562026-08-25T21:56:01.856Z Downloaded xattr v1.6.1
6572026-08-25T21:56:01.856Z Downloaded zerofrom v0.1.6
6582026-08-25T21:56:01.856Z Downloaded convert_case v0.4.0
6592026-08-25T21:56:01.856Z Downloaded rand_core v0.10.0
6602026-08-25T21:56:01.856Z Downloaded chacha20poly1305 v0.10.1
6612026-08-25T21:56:01.856Z Downloaded slog-json v2.6.1
6622026-08-25T21:56:01.856Z Downloaded base64 v0.22.1
6632026-08-25T21:56:01.857Z Downloaded rustversion v1.0.22
6642026-08-25T21:56:01.857Z Downloaded serde_derive_internals v0.29.1
6652026-08-25T21:56:01.857Z Downloaded sha1 v0.10.6
6662026-08-25T21:56:01.857Z Downloaded serde_tokenstream v0.3.0
6672026-08-25T21:56:01.857Z Downloaded utf8_iter v1.0.4
6682026-08-25T21:56:01.857Z Downloaded want v0.3.1
6692026-08-25T21:56:01.857Z Downloaded colored v2.2.0
6702026-08-25T21:56:01.857Z Downloaded num-integer v0.1.46
6712026-08-25T21:56:01.857Z Downloaded zerofrom-derive v0.1.6
6722026-08-25T21:56:01.939Z Downloaded arc-swap v1.8.2
6732026-08-25T21:56:01.940Z Downloaded phf v0.12.1
6742026-08-25T21:56:01.940Z Downloaded spki v0.8.0
6752026-08-25T21:56:01.940Z Downloaded strum_macros v0.24.3
6762026-08-25T21:56:01.940Z Downloaded strum_macros v0.26.4
6772026-08-25T21:56:01.940Z Downloaded tls_codec v0.4.2
6782026-08-25T21:56:01.940Z Downloaded tokio-native-tls v0.3.1
6792026-08-25T21:56:01.940Z Downloaded elliptic-curve v0.14.1
6802026-08-25T21:56:01.940Z Downloaded hmac v0.12.1
6812026-08-25T21:56:01.940Z Downloaded half v1.8.3
6822026-08-25T21:56:01.940Z Downloaded darling_macro v0.20.11
6832026-08-25T21:56:01.941Z Downloaded defmt-parser v1.0.0
6842026-08-25T21:56:01.941Z Downloaded dirs-sys-next v0.1.2
6852026-08-25T21:56:01.941Z Downloaded getrandom v0.2.17
6862026-08-25T21:56:01.941Z Downloaded crunchy v0.2.4
6872026-08-25T21:56:01.941Z Downloaded highway v1.3.0
6882026-08-25T21:56:01.941Z Downloaded yoke-derive v0.8.1
6892026-08-25T21:56:01.941Z Downloaded hyper-tls v0.6.0
6902026-08-25T21:56:01.941Z Downloaded allocator-api2 v0.2.21
6912026-08-25T21:56:01.941Z Downloaded stacker v0.1.23
6922026-08-25T21:56:01.941Z Downloaded chacha20 v0.10.0
6932026-08-25T21:56:01.941Z Downloaded debug-ignore v1.0.5
6942026-08-25T21:56:01.941Z Downloaded dtrace-parser v0.3.0
6952026-08-25T21:56:01.941Z Downloaded parking_lot_core v0.9.12
6962026-08-25T21:56:01.942Z Downloaded pkcs8 v0.11.0
6972026-08-25T21:56:01.942Z Downloaded poly1305 v0.9.0
6982026-08-25T21:56:01.942Z Downloaded polyval v0.7.1
6992026-08-25T21:56:01.942Z Downloaded console v0.15.11
7002026-08-25T21:56:01.942Z Downloaded thread_local v1.1.9
7012026-08-25T21:56:01.942Z Downloaded tiny-keccak v2.0.2
7022026-08-25T21:56:01.942Z Downloaded tokio-tungstenite v0.21.0
7032026-08-25T21:56:01.942Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7042026-08-25T21:56:01.942Z Downloaded toml_writer v1.1.1+spec-1.1.0
7052026-08-25T21:56:01.942Z Downloaded instability v0.3.11
7062026-08-25T21:56:01.942Z Downloaded is_ci v1.2.0
7072026-08-25T21:56:01.942Z Downloaded illumos-nvpair-sys v0.2.0
7082026-08-25T21:56:01.942Z Downloaded jiff-static v0.2.34
7092026-08-25T21:56:01.943Z Downloaded kem v0.3.0
7102026-08-25T21:56:01.943Z Downloaded linked-hash-map v0.5.6
7112026-08-25T21:56:01.943Z Downloaded getrandom v0.3.4
7122026-08-25T21:56:01.943Z Downloaded hmac v0.13.0
7132026-08-25T21:56:01.943Z Downloaded memoffset v0.9.1
7142026-08-25T21:56:01.943Z Downloaded new_debug_unreachable v1.0.6
7152026-08-25T21:56:01.943Z Downloaded newtype_derive v0.1.6
7162026-08-25T21:56:01.943Z Downloaded openssl-probe v0.2.1
7172026-08-25T21:56:02.057Z Downloaded flume v0.11.1
7182026-08-25T21:56:02.057Z Downloaded critical-section v1.2.0
7192026-08-25T21:56:02.057Z Downloaded ctr v0.10.1
7202026-08-25T21:56:02.057Z Downloaded display-error-chain v0.2.2
7212026-08-25T21:56:02.057Z Downloaded httparse v1.10.1
7222026-08-25T21:56:02.058Z Downloaded daft-derive v0.1.8
7232026-08-25T21:56:02.058Z Downloaded corncobs v0.1.4
7242026-08-25T21:56:02.058Z Downloaded oso v0.27.3
7252026-08-25T21:56:02.058Z Downloaded displaydoc v0.2.5
7262026-08-25T21:56:02.058Z Downloaded openssl-probe v0.1.6
7272026-08-25T21:56:02.058Z Downloaded oso-derive v0.27.3
7282026-08-25T21:56:02.058Z Downloaded password-hash v0.6.1
7292026-08-25T21:56:02.058Z Downloaded percent-encoding v2.3.2
7302026-08-25T21:56:02.058Z Downloaded precomputed-hash v0.1.1
7312026-08-25T21:56:02.058Z Downloaded diesel-dtrace v0.5.0
7322026-08-25T21:56:02.058Z Downloaded term v1.2.1
7332026-08-25T21:56:02.058Z Downloaded bytes v1.11.1
7342026-08-25T21:56:02.059Z Downloaded der_derive v0.7.3
7352026-08-25T21:56:02.059Z Downloaded rand_chacha v0.3.1
7362026-08-25T21:56:02.059Z Downloaded russh-util v0.52.0
7372026-08-25T21:56:02.059Z Downloaded chumsky v0.9.3
7382026-08-25T21:56:02.059Z Downloaded vergen-lib v0.1.6
7392026-08-25T21:56:02.059Z Downloaded rustc-hash v2.1.1
7402026-08-25T21:56:02.059Z Downloaded base64 v0.21.7
7412026-08-25T21:56:02.059Z Downloaded proc-macro-crate v3.4.0
7422026-08-25T21:56:02.059Z Downloaded progenitor-macro v0.13.0
7432026-08-25T21:56:02.059Z Downloaded progenitor-macro v0.14.0
7442026-08-25T21:56:02.059Z Downloaded unicode-properties v0.1.4
7452026-08-25T21:56:02.059Z Downloaded rand_pcg v0.10.2
7462026-08-25T21:56:02.059Z Downloaded match_cfg v0.1.0
7472026-08-25T21:56:02.059Z Downloaded scheduled-thread-pool v0.2.7
7482026-08-25T21:56:02.059Z Downloaded sigpipe v0.1.3
7492026-08-25T21:56:02.059Z Downloaded strum v0.27.2
7502026-08-25T21:56:02.059Z Downloaded async-compression v0.4.41
7512026-08-25T21:56:02.059Z Downloaded futures v0.3.32
7522026-08-25T21:56:02.059Z Downloaded libefi-sys v0.1.0
7532026-08-25T21:56:02.059Z Downloaded linear-map v1.2.0
7542026-08-25T21:56:02.059Z Downloaded multer v3.1.0
7552026-08-25T21:56:02.059Z Downloaded rustls-platform-verifier v0.6.2
7562026-08-25T21:56:02.059Z Downloaded serde_repr v0.1.20
7572026-08-25T21:56:02.059Z Downloaded oxide-update-engine-types v0.1.2
7582026-08-25T21:56:02.059Z Downloaded heapless v0.8.0
7592026-08-25T21:56:02.059Z Downloaded ctutils v0.4.2
7602026-08-25T21:56:02.059Z Downloaded derive_builder v0.20.2
7612026-08-25T21:56:02.059Z Downloaded packed_struct v0.10.1
7622026-08-25T21:56:02.059Z Downloaded hickory-resolver v0.25.2
7632026-08-25T21:56:02.059Z Downloaded serde_plain v1.0.2
7642026-08-25T21:56:02.059Z Downloaded supports-hyperlinks v3.2.0
7652026-08-25T21:56:02.059Z Downloaded num-iter v0.1.45
7662026-08-25T21:56:02.059Z Downloaded tokio-test v0.4.5
7672026-08-25T21:56:02.059Z Downloaded hybrid-array v0.4.13
7682026-08-25T21:56:02.059Z Downloaded bumpalo v3.20.2
7692026-08-25T21:56:02.059Z Downloaded trait-variant v0.1.2
7702026-08-25T21:56:02.059Z Downloaded signal-hook v0.3.18
7712026-08-25T21:56:02.059Z Downloaded similar v2.7.0
7722026-08-25T21:56:02.059Z Downloaded expectorate v1.2.0
7732026-08-25T21:56:02.060Z Downloaded rayon-core v1.13.0
7742026-08-25T21:56:02.060Z Downloaded rcgen v0.12.1
7752026-08-25T21:56:02.060Z Downloaded crossbeam-utils v0.8.21
7762026-08-25T21:56:02.060Z Downloaded tower-layer v0.3.3
7772026-08-25T21:56:02.060Z Downloaded usdt-attr-macro v0.6.0
7782026-08-25T21:56:02.060Z Downloaded backtrace v0.3.76
7792026-08-25T21:56:02.135Z Downloaded password-hash v0.5.0
7802026-08-25T21:56:02.135Z Downloaded cpubits v0.1.1
7812026-08-25T21:56:02.135Z Downloaded ecdsa v0.17.0
7822026-08-25T21:56:02.135Z Downloaded vte v0.14.1
7832026-08-25T21:56:02.135Z Downloaded cc v1.2.56
7842026-08-25T21:56:02.135Z Downloaded iana-time-zone v0.1.65
7852026-08-25T21:56:02.135Z Downloaded headers v0.4.1
7862026-08-25T21:56:02.135Z Downloaded half v2.7.1
7872026-08-25T21:56:02.135Z Downloaded ipnet v2.12.0
7882026-08-25T21:56:02.136Z Downloaded wait-timeout v0.2.1
7892026-08-25T21:56:02.136Z Downloaded waitgroup v0.1.2
7902026-08-25T21:56:02.136Z Downloaded ingot-macros v0.2.0
7912026-08-25T21:56:02.136Z Downloaded simd-adler32 v0.3.8
7922026-08-25T21:56:02.136Z Downloaded diesel_table_macro_syntax v0.3.0
7932026-08-25T21:56:02.136Z Downloaded slog-scope v4.4.1
7942026-08-25T21:56:02.136Z Downloaded ssh-encoding v0.3.0
7952026-08-25T21:56:02.136Z Downloaded heapless v0.7.17
7962026-08-25T21:56:02.136Z Downloaded progenitor-client v0.13.0
7972026-08-25T21:56:02.136Z Downloaded schemars_derive v0.8.22
7982026-08-25T21:56:02.136Z Downloaded flate2 v1.1.9
7992026-08-25T21:56:02.136Z Downloaded crc-any v2.5.0
8002026-08-25T21:56:02.136Z Downloaded scuffle v0.1.0
8012026-08-25T21:56:02.136Z Downloaded memmap2 v0.9.10
8022026-08-25T21:56:02.137Z Downloaded crc8 v0.1.1
8032026-08-25T21:56:02.137Z Downloaded sec1 v0.8.1
8042026-08-25T21:56:02.137Z Downloaded curve25519-dalek-derive v0.1.1
8052026-08-25T21:56:02.137Z Downloaded downcast-rs v2.0.2
8062026-08-25T21:56:02.137Z Downloaded indent_write v2.2.0
8072026-08-25T21:56:02.137Z Downloaded num-rational v0.4.2
8082026-08-25T21:56:02.137Z Downloaded sec1 v0.7.3
8092026-08-25T21:56:02.137Z Downloaded serde_spanned v1.1.1
8102026-08-25T21:56:02.137Z Downloaded sqlformat v0.3.5
8112026-08-25T21:56:02.137Z Downloaded serde_path_to_error v0.1.20
8122026-08-25T21:56:02.137Z Downloaded snafu-derive v0.8.9
8132026-08-25T21:56:02.137Z Downloaded string_cache v0.8.9
8142026-08-25T21:56:02.138Z Downloaded dyn-clone v1.0.20
8152026-08-25T21:56:02.138Z Downloaded tokio-dtrace v0.1.1
8162026-08-25T21:56:02.138Z Downloaded tui-tree-widget v0.23.1
8172026-08-25T21:56:02.138Z Downloaded tokio-tungstenite v0.23.1
8182026-08-25T21:56:02.138Z Downloaded lzss v0.8.2
8192026-08-25T21:56:02.138Z Downloaded idna_adapter v1.2.1
8202026-08-25T21:56:02.138Z Downloaded compact_str v0.8.1
8212026-08-25T21:56:02.138Z Downloaded wyz v0.5.1
8222026-08-25T21:56:02.138Z Downloaded rustc-demangle v0.1.27
8232026-08-25T21:56:02.138Z Downloaded instant v0.1.13
8242026-08-25T21:56:02.138Z Downloaded usdt-impl v0.6.0
8252026-08-25T21:56:02.138Z Downloaded hickory-resolver v0.24.4
8262026-08-25T21:56:02.138Z Downloaded p256 v0.14.0
8272026-08-25T21:56:02.139Z Downloaded pkcs1 v0.8.0-rc.4
8282026-08-25T21:56:02.204Z Downloaded constant_time_eq v0.4.2
8292026-08-25T21:56:02.204Z Downloaded newtype-uuid-macros v0.1.0
8302026-08-25T21:56:02.204Z Downloaded olpc-cjson v0.1.4
8312026-08-25T21:56:02.204Z Downloaded proc-macro-crate v1.3.1
8322026-08-25T21:56:02.204Z Downloaded proc-macro-error-attr2 v2.0.0
8332026-08-25T21:56:02.204Z Downloaded publicsuffix v2.3.0
8342026-08-25T21:56:02.204Z Downloaded quinn v0.11.11
8352026-08-25T21:56:02.205Z Downloaded omicron-zone-package v0.12.3
8362026-08-25T21:56:02.205Z Downloaded salsa20 v0.11.0
8372026-08-25T21:56:02.205Z Downloaded rand v0.8.6
8382026-08-25T21:56:02.205Z Downloaded openssl-macros v0.1.1
8392026-08-25T21:56:02.205Z Downloaded path-slash v0.1.5
8402026-08-25T21:56:02.205Z Downloaded stringprep v0.1.5
8412026-08-25T21:56:02.205Z Downloaded smallvec v1.15.1
8422026-08-25T21:56:02.205Z Downloaded rand_xorshift v0.4.0
8432026-08-25T21:56:02.205Z Downloaded ref-cast v1.0.25
8442026-08-25T21:56:02.205Z Downloaded mime v0.3.17
8452026-08-25T21:56:02.205Z Downloaded data-encoding v2.10.0
8462026-08-25T21:56:02.205Z Downloaded serde_bytes v0.11.19
8472026-08-25T21:56:02.205Z Downloaded twox-hash v2.1.2
8482026-08-25T21:56:02.205Z Downloaded ingot v0.2.1
8492026-08-25T21:56:02.205Z Downloaded darling_core v0.20.11
8502026-08-25T21:56:02.205Z Downloaded hashbrown v0.15.5
8512026-08-25T21:56:02.205Z Downloaded signal-hook-mio v0.2.5
8522026-08-25T21:56:02.205Z Downloaded knus-derive v3.4.0
8532026-08-25T21:56:02.205Z Downloaded pin-project v1.1.11
8542026-08-25T21:56:02.206Z Downloaded pkcs5 v0.8.1
8552026-08-25T21:56:02.206Z Downloaded vergen v9.1.0
8562026-08-25T21:56:02.206Z Downloaded slog-bunyan v2.5.0
8572026-08-25T21:56:02.206Z Downloaded libsw v3.5.0
8582026-08-25T21:56:02.206Z Downloaded lru-slab v0.1.2
8592026-08-25T21:56:02.315Z Downloaded supports-color v3.0.2
8602026-08-25T21:56:02.315Z Downloaded strsim v0.10.0
8612026-08-25T21:56:02.315Z Downloaded http v1.4.2
8622026-08-25T21:56:02.315Z Downloaded crc32fast v1.5.0
8632026-08-25T21:56:02.315Z Downloaded unicode_categories v0.1.1
8642026-08-25T21:56:02.315Z Downloaded aes v0.9.1
8652026-08-25T21:56:02.315Z Downloaded darling v0.21.3
8662026-08-25T21:56:02.315Z Downloaded diff v0.1.13
8672026-08-25T21:56:02.315Z Downloaded phf v0.13.1
8682026-08-25T21:56:02.315Z Downloaded universal-hash v0.5.1
8692026-08-25T21:56:02.316Z Downloaded zeroize_derive v1.5.0
8702026-08-25T21:56:02.316Z Downloaded crc-catalog v2.4.0
8712026-08-25T21:56:02.316Z Downloaded usdt-macro v0.6.0
8722026-08-25T21:56:02.316Z Downloaded hashbrown v0.12.3
8732026-08-25T21:56:02.316Z Downloaded parking_lot_core v0.8.6
8742026-08-25T21:56:02.316Z Downloaded tower-service v0.3.3
8752026-08-25T21:56:02.316Z Downloaded untrusted v0.9.0
8762026-08-25T21:56:02.316Z Downloaded num-complex v0.4.6
8772026-08-25T21:56:02.316Z Downloaded owo-colors v4.3.0
8782026-08-25T21:56:02.316Z Downloaded rustls-webpki v0.103.13
8792026-08-25T21:56:02.316Z Downloaded num_enum v0.7.6
8802026-08-25T21:56:02.316Z Downloaded derive_more v2.1.1
8812026-08-25T21:56:02.316Z Downloaded hyper-rustls v0.27.7
8822026-08-25T21:56:02.317Z Downloaded delegate v0.13.5
8832026-08-25T21:56:02.317Z Downloaded pem-rfc7468 v1.0.0
8842026-08-25T21:56:02.317Z Downloaded derive_builder_macro v0.20.2
8852026-08-25T21:56:02.317Z Downloaded tinyvec v1.10.0
8862026-08-25T21:56:02.317Z Downloaded hickory-server v0.25.2
8872026-08-25T21:56:02.317Z Downloaded progenitor v0.13.0
8882026-08-25T21:56:02.317Z Downloaded test-strategy v0.4.5
8892026-08-25T21:56:02.317Z Downloaded darling_macro v0.21.3
8902026-08-25T21:56:02.317Z Downloaded semver v0.1.20
8912026-08-25T21:56:02.317Z Downloaded rpassword v7.5.4
8922026-08-25T21:56:02.317Z Downloaded slog-dtrace v0.3.0
8932026-08-25T21:56:02.317Z Downloaded rustls-native-certs v0.8.3
8942026-08-25T21:56:02.317Z Downloaded tungstenite v0.21.0
8952026-08-25T21:56:02.318Z Downloaded prettyplease v0.2.37
8962026-08-25T21:56:02.318Z Downloaded digest-io v0.1.0
8972026-08-25T21:56:02.318Z Downloaded dsl_auto_type v0.2.0
8982026-08-25T21:56:02.318Z Downloaded litrs v1.0.0
8992026-08-25T21:56:02.318Z Downloaded ident_case v1.0.1
9002026-08-25T21:56:02.318Z Downloaded indicatif v0.18.4
9012026-08-25T21:56:02.318Z Downloaded maybe-uninit v2.0.0
9022026-08-25T21:56:02.318Z Downloaded slab v0.4.12
9032026-08-25T21:56:02.318Z Downloaded inout v0.2.2
9042026-08-25T21:56:02.318Z Downloaded dirs-next v2.0.0
9052026-08-25T21:56:02.318Z Downloaded inout v0.1.4
9062026-08-25T21:56:02.318Z Downloaded ml-kem v0.3.2
9072026-08-25T21:56:02.318Z Downloaded thiserror-no-std v2.0.2
9082026-08-25T21:56:02.318Z Downloaded tinystr v0.8.2
9092026-08-25T21:56:02.318Z Downloaded aes-gcm v0.11.0
9102026-08-25T21:56:02.318Z Downloaded num-bigint-dig v0.8.6
9112026-08-25T21:56:02.318Z Downloaded nonempty v0.12.0
9122026-08-25T21:56:02.318Z Downloaded num-derive v0.4.2
9132026-08-25T21:56:02.319Z Downloaded pkcs1 v0.7.5
9142026-08-25T21:56:02.400Z Downloaded lru v0.12.5
9152026-08-25T21:56:02.400Z Downloaded whoami v1.6.1
9162026-08-25T21:56:02.400Z Downloaded zerocopy-derive v0.8.55
9172026-08-25T21:56:02.400Z Downloaded tar v0.4.46
9182026-08-25T21:56:02.400Z Downloaded hashbrown v0.16.1
9192026-08-25T21:56:02.400Z Downloaded postgres-types v0.2.12
9202026-08-25T21:56:02.400Z Downloaded libbz2-rs-sys v0.2.2
9212026-08-25T21:56:02.400Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9222026-08-25T21:56:02.400Z Downloaded whoami v2.1.0
9232026-08-25T21:56:02.400Z Downloaded zeroize v1.9.0
9242026-08-25T21:56:02.400Z Downloaded poly1305 v0.8.0
9252026-08-25T21:56:02.401Z Downloaded ed25519 v3.0.0
9262026-08-25T21:56:02.401Z Downloaded quinn-udp v0.5.14
9272026-08-25T21:56:02.402Z Downloaded ed25519-dalek v3.0.0
9282026-08-25T21:56:02.402Z Downloaded scroll_derive v0.13.1
9292026-08-25T21:56:02.402Z Downloaded hyper-staticfile v0.10.1
9302026-08-25T21:56:02.402Z Downloaded peg-runtime v0.8.5
9312026-08-25T21:56:02.402Z Downloaded libsw-core v0.3.2
9322026-08-25T21:56:02.402Z Downloaded tap v1.0.1
9332026-08-25T21:56:02.402Z Downloaded defmt-macros v1.0.1
9342026-08-25T21:56:02.402Z Downloaded unarray v0.1.4
9352026-08-25T21:56:02.402Z Downloaded signal-hook-tokio v0.3.1
9362026-08-25T21:56:02.402Z Downloaded thread-id v5.1.0
9372026-08-25T21:56:02.402Z Downloaded support-bundle-viewer v0.1.2
9382026-08-25T21:56:02.402Z Downloaded zerotrie v0.2.3
9392026-08-25T21:56:02.402Z Downloaded zip v0.6.6
9402026-08-25T21:56:02.403Z Downloaded yasna v0.5.2
9412026-08-25T21:56:02.403Z Downloaded openssl-sys v0.9.117
9422026-08-25T21:56:02.403Z Downloaded cookie v0.18.1
9432026-08-25T21:56:02.403Z Downloaded universal-hash v0.6.1
9442026-08-25T21:56:02.403Z Downloaded crc v3.4.0
9452026-08-25T21:56:02.403Z Downloaded oxide-update-engine v0.1.2
9462026-08-25T21:56:02.403Z Downloaded keccak v0.2.0
9472026-08-25T21:56:02.403Z Downloaded mime_guess v2.0.5
9482026-08-25T21:56:02.403Z Downloaded sqlparser_derive v0.5.0
9492026-08-25T21:56:02.403Z Downloaded darling v0.23.0
9502026-08-25T21:56:02.403Z Downloaded topological-sort v0.2.2
9512026-08-25T21:56:02.488Z Downloaded oxide-tokio-rt v0.1.4
9522026-08-25T21:56:02.488Z Downloaded dropshot-api-manager-types v0.8.0
9532026-08-25T21:56:02.488Z Downloaded tracing-attributes v0.1.31
9542026-08-25T21:56:02.488Z Downloaded crypto-common v0.2.2
9552026-08-25T21:56:02.488Z Downloaded newtype-uuid v1.3.2
9562026-08-25T21:56:02.488Z Downloaded derive_builder_core v0.20.2
9572026-08-25T21:56:02.488Z Downloaded ppv-lite86 v0.2.21
9582026-08-25T21:56:02.488Z Downloaded serde_yaml v0.9.34+deprecated
9592026-08-25T21:56:02.488Z Downloaded keccak v0.1.6
9602026-08-25T21:56:02.488Z Downloaded maplit v1.0.2
9612026-08-25T21:56:02.488Z Downloaded port-file v0.1.0
9622026-08-25T21:56:02.489Z Downloaded rand_chacha v0.9.0
9632026-08-25T21:56:02.489Z Downloaded serde-hex v0.1.0
9642026-08-25T21:56:02.489Z Downloaded hyper-util v0.1.20
9652026-08-25T21:56:02.489Z Downloaded typed-path v0.9.3
9662026-08-25T21:56:02.489Z Downloaded ron v0.8.1
9672026-08-25T21:56:02.489Z Downloaded yansi v1.0.1
9682026-08-25T21:56:02.489Z Downloaded progenitor v0.14.0
9692026-08-25T21:56:02.489Z Downloaded darling_macro v0.23.0
9702026-08-25T21:56:02.489Z Downloaded document-features v0.2.12
9712026-08-25T21:56:02.489Z Downloaded md-5 v0.10.6
9722026-08-25T21:56:02.489Z Downloaded slog-async v2.8.0
9732026-08-25T21:56:02.489Z Downloaded schemars v0.8.22
9742026-08-25T21:56:02.489Z Downloaded packed_struct_codegen v0.10.1
9752026-08-25T21:56:02.490Z Downloaded primeorder v0.14.0
9762026-08-25T21:56:02.490Z Downloaded slog-stdlog v4.1.1
9772026-08-25T21:56:02.490Z Downloaded term v0.7.0
9782026-08-25T21:56:02.490Z Downloaded vergen-lib v9.1.0
9792026-08-25T21:56:02.490Z Downloaded socket2 v0.6.3
9802026-08-25T21:56:02.490Z Downloaded tower v0.5.3
9812026-08-25T21:56:02.490Z Downloaded darling_core v0.23.0
9822026-08-25T21:56:02.490Z Downloaded num_enum_derive v0.5.11
9832026-08-25T21:56:02.490Z Downloaded crypto-bigint v0.5.5
9842026-08-25T21:56:02.490Z Downloaded miette v7.6.0
9852026-08-25T21:56:02.490Z Downloaded rustc_version v0.4.1
9862026-08-25T21:56:02.490Z Downloaded spki v0.7.3
9872026-08-25T21:56:02.490Z Downloaded zip v4.6.1
9882026-08-25T21:56:02.556Z Downloaded const_format_proc_macros v0.2.34
9892026-08-25T21:56:02.556Z Downloaded lazy_static v1.5.0
9902026-08-25T21:56:02.556Z Downloaded p384 v0.14.0
9912026-08-25T21:56:02.556Z Downloaded num-bigint v0.4.6
9922026-08-25T21:56:02.556Z Downloaded strum_macros v0.27.2
9932026-08-25T21:56:02.556Z Downloaded tls_codec_derive v0.4.2
9942026-08-25T21:56:02.556Z Downloaded csv-core v0.1.13
9952026-08-25T21:56:02.556Z Downloaded prefix-trie v0.7.0
9962026-08-25T21:56:02.557Z Downloaded toml v1.1.2+spec-1.1.0
9972026-08-25T21:56:02.557Z Downloaded aws-lc-rs v1.16.3
9982026-08-25T21:56:02.557Z Downloaded ref-cast-impl v1.0.25
9992026-08-25T21:56:02.557Z Downloaded tungstenite v0.23.0
10002026-08-25T21:56:02.557Z Downloaded rustls-pki-types v1.14.0
10012026-08-25T21:56:02.557Z Downloaded aho-corasick v1.1.4
10022026-08-25T21:56:02.557Z Downloaded ignore v0.4.25
10032026-08-25T21:56:02.557Z Downloaded nanorand v0.7.0
10042026-08-25T21:56:02.557Z Downloaded unicode-truncate v1.1.0
10052026-08-25T21:56:02.557Z Downloaded void v1.0.2
10062026-08-25T21:56:02.557Z Downloaded ed25519 v2.2.3
10072026-08-25T21:56:02.557Z Downloaded rand_core v0.6.4
10082026-08-25T21:56:02.557Z Downloaded signature v3.0.0
10092026-08-25T21:56:02.558Z Downloaded strip-ansi-escapes v0.2.1
10102026-08-25T21:56:02.558Z Downloaded sync-ptr v0.1.4
10112026-08-25T21:56:02.558Z Downloaded tabwriter v1.4.1
10122026-08-25T21:56:02.558Z Downloaded libloading v0.8.9
10132026-08-25T21:56:02.558Z Downloaded wnaf v0.14.0
10142026-08-25T21:56:02.558Z Downloaded is-terminal v0.4.17
10152026-08-25T21:56:02.558Z Downloaded internet-checksum v0.2.1
10162026-08-25T21:56:02.558Z Downloaded hkdf v0.12.4
10172026-08-25T21:56:02.558Z Downloaded hashbrown v0.14.5
10182026-08-25T21:56:02.558Z Downloaded postgres-protocol v0.6.10
10192026-08-25T21:56:02.558Z Downloaded dof v0.4.0
10202026-08-25T21:56:02.559Z Downloaded derive-ex v0.1.8
10212026-08-25T21:56:02.559Z Downloaded r2d2 v0.8.10
10222026-08-25T21:56:02.619Z Downloaded futures-util v0.3.32
10232026-08-25T21:56:02.619Z Downloaded h2 v0.4.15
10242026-08-25T21:56:02.619Z Downloaded der v0.7.10
10252026-08-25T21:56:02.619Z Downloaded hkdf v0.13.0
10262026-08-25T21:56:02.619Z Downloaded des v0.9.0
10272026-08-25T21:56:02.619Z Downloaded scrypt v0.12.0
10282026-08-25T21:56:02.619Z Downloaded smallvec v0.6.14
10292026-08-25T21:56:02.619Z Downloaded rtoolbox v0.0.3
10302026-08-25T21:56:02.619Z Downloaded strum v0.26.3
10312026-08-25T21:56:02.620Z Downloaded darling v0.20.11
10322026-08-25T21:56:02.620Z Downloaded parking_lot v0.12.5
10332026-08-25T21:56:02.620Z Downloaded uzers v0.12.2
10342026-08-25T21:56:02.620Z Downloaded tagptr v0.2.0
10352026-08-25T21:56:02.620Z Downloaded defmt v0.3.100
10362026-08-25T21:56:02.620Z Downloaded schemars v0.9.0
10372026-08-25T21:56:02.620Z Downloaded xshell-macros v0.2.7
10382026-08-25T21:56:02.620Z Downloaded mio v1.2.0
10392026-08-25T21:56:02.620Z Downloaded toml v0.7.8
10402026-08-25T21:56:02.620Z Downloaded uuid v1.23.4
10412026-08-25T21:56:02.620Z Downloaded litemap v0.8.1
10422026-08-25T21:56:02.620Z Downloaded writeable v0.6.2
10432026-08-25T21:56:02.620Z Downloaded xshell v0.2.7
10442026-08-25T21:56:02.678Z Downloaded pin-project-internal v1.1.11
10452026-08-25T21:56:02.678Z Downloaded subprocess v0.2.15
10462026-08-25T21:56:02.678Z Downloaded humantime v2.3.0
10472026-08-25T21:56:02.678Z Downloaded ingot-types v0.2.0
10482026-08-25T21:56:02.679Z Downloaded ipnetwork v0.21.1
10492026-08-25T21:56:02.679Z Downloaded ecdsa v0.16.9
10502026-08-25T21:56:02.679Z Downloaded lalrpop-util v0.19.12
10512026-08-25T21:56:02.679Z Downloaded tokio-postgres v0.7.16
10522026-08-25T21:56:02.679Z Downloaded ed25519-dalek v2.2.0
10532026-08-25T21:56:02.679Z Downloaded opaque-debug v0.3.1
10542026-08-25T21:56:02.679Z Downloaded oxide-update-engine-display v0.1.2
10552026-08-25T21:56:02.679Z Downloaded illumos-nvpair v0.3.0
10562026-08-25T21:56:02.679Z Downloaded pem-rfc7468 v0.7.0
10572026-08-25T21:56:02.679Z Downloaded serde_with v1.14.0
10582026-08-25T21:56:02.679Z Downloaded winnow v0.6.26
10592026-08-25T21:56:02.679Z Downloaded zopfli v0.8.3
10602026-08-25T21:56:02.679Z Downloaded postcard v1.1.3
10612026-08-25T21:56:02.680Z Downloaded psl-types v2.0.11
10622026-08-25T21:56:02.680Z Downloaded serde_with_macros v1.5.2
10632026-08-25T21:56:02.680Z Downloaded num-conv v0.2.0
10642026-08-25T21:56:02.680Z Downloaded url v2.5.8
10652026-08-25T21:56:02.680Z Downloaded der v0.8.0
10662026-08-25T21:56:02.680Z Downloaded primefield v0.14.0
10672026-08-25T21:56:02.680Z Downloaded parse-display-derive v0.10.0
10682026-08-25T21:56:02.680Z Downloaded recursive-proc-macro-impl v0.1.1
10692026-08-25T21:56:02.680Z Downloaded scopeguard v1.2.0
10702026-08-25T21:56:02.680Z Downloaded rusty-fork v0.3.1
10712026-08-25T21:56:02.680Z Downloaded slog-term v2.9.2
10722026-08-25T21:56:02.680Z Downloaded sha2 v0.11.0
10732026-08-25T21:56:02.680Z Downloaded shlex v1.3.0
10742026-08-25T21:56:02.681Z Downloaded tokio-rustls v0.26.4
10752026-08-25T21:56:02.681Z Downloaded phc v0.6.1
10762026-08-25T21:56:02.681Z Downloaded serde_cbor v0.11.2
10772026-08-25T21:56:02.681Z Downloaded idna v1.1.0
10782026-08-25T21:56:02.681Z Downloaded indexmap v1.9.3
10792026-08-25T21:56:02.681Z Downloaded cookie_store v0.22.1
10802026-08-25T21:56:02.681Z Downloaded spin v0.9.8
10812026-08-25T21:56:02.681Z Downloaded termtree v0.5.1
10822026-08-25T21:56:02.681Z Downloaded smf v0.2.3
10832026-08-25T21:56:02.681Z Downloaded vergen-git2 v9.1.0
10842026-08-25T21:56:02.681Z Downloaded zone v0.3.1
10852026-08-25T21:56:02.681Z Downloaded darling_macro v0.13.4
10862026-08-25T21:56:02.681Z Downloaded zone_cfg_derive v0.3.1
10872026-08-25T21:56:02.681Z Downloaded toml_parser v1.1.2+spec-1.1.0
10882026-08-25T21:56:02.681Z Downloaded termios v0.3.3
10892026-08-25T21:56:02.729Z Downloaded itertools v0.14.0
10902026-08-25T21:56:02.729Z Downloaded yoke v0.8.1
10912026-08-25T21:56:02.729Z Downloaded convert_case v0.10.0
10922026-08-25T21:56:02.729Z Downloaded num-traits v0.2.19
10932026-08-25T21:56:02.730Z Downloaded daft v0.1.8
10942026-08-25T21:56:02.730Z Downloaded difflib v0.4.0
10952026-08-25T21:56:02.730Z Downloaded native-tls v0.2.18
10962026-08-25T21:56:02.730Z Downloaded miette-derive v7.6.0
10972026-08-25T21:56:02.730Z Downloaded lock_api v0.4.14
10982026-08-25T21:56:02.730Z Downloaded potential_utf v0.1.4
10992026-08-25T21:56:02.730Z Downloaded dunce v1.0.5
11002026-08-25T21:56:02.730Z Downloaded md5 v0.8.0
11012026-08-25T21:56:02.730Z Downloaded secrecy v0.8.0
11022026-08-25T21:56:02.730Z Downloaded nom v8.0.0
11032026-08-25T21:56:02.730Z Downloaded pkcs8 v0.10.2
11042026-08-25T21:56:02.730Z Downloaded deranged v0.5.8
11052026-08-25T21:56:02.730Z Downloaded rsa v0.9.10
11062026-08-25T21:56:02.731Z Downloaded serde_with_macros v3.21.0
11072026-08-25T21:56:02.731Z Downloaded signal-hook-registry v1.4.8
11082026-08-25T21:56:02.731Z Downloaded structmeta-derive v0.3.0
11092026-08-25T21:56:02.731Z Downloaded synstructure v0.13.2
11102026-08-25T21:56:02.731Z Downloaded seq-macro v0.3.6
11112026-08-25T21:56:02.731Z Downloaded libscf-sys v1.2.0
11122026-08-25T21:56:02.731Z Downloaded num v0.4.3
11132026-08-25T21:56:02.731Z Downloaded rustc_version v0.1.7
11142026-08-25T21:56:02.731Z Downloaded managed v0.8.0
11152026-08-25T21:56:02.732Z Downloaded typify v0.6.2
11162026-08-25T21:56:02.732Z Downloaded paste v1.0.15
11172026-08-25T21:56:02.732Z Downloaded pkg-config v0.3.32
11182026-08-25T21:56:02.732Z Downloaded rustyline v14.0.0
11192026-08-25T21:56:02.732Z Downloaded multimap v0.10.1
11202026-08-25T21:56:02.732Z Downloaded parse-size v1.1.0
11212026-08-25T21:56:02.732Z Downloaded quick-error v1.2.3
11222026-08-25T21:56:02.732Z Downloaded icu_collections v2.1.1
11232026-08-25T21:56:02.752Z Downloaded samael v0.0.19
11242026-08-25T21:56:02.752Z Downloaded subtle v2.6.1
11252026-08-25T21:56:02.752Z Downloaded unit-prefix v0.5.2
11262026-08-25T21:56:02.752Z Downloaded icu_normalizer v2.1.1
11272026-08-25T21:56:02.752Z Downloaded minimal-lexical v0.2.1
11282026-08-25T21:56:02.752Z Downloaded sync_wrapper v1.0.2
11292026-08-25T21:56:02.752Z Downloaded thiserror-impl-no-std v2.0.2
11302026-08-25T21:56:02.752Z Downloaded nom v7.1.3
11312026-08-25T21:56:02.752Z Downloaded crossbeam-epoch v0.9.18
11322026-08-25T21:56:02.752Z Downloaded indoc v1.0.9
11332026-08-25T21:56:02.753Z Downloaded phf_shared v0.11.3
11342026-08-25T21:56:02.758Z Downloaded vergen-gitcl v1.0.8
11352026-08-25T21:56:02.758Z Downloaded oxide-generation v0.1.3
11362026-08-25T21:56:02.758Z Downloaded tokio-util v0.7.18
11372026-08-25T21:56:02.758Z Downloaded unicase v2.9.0
11382026-08-25T21:56:02.758Z Downloaded zstd v0.13.3
11392026-08-25T21:56:02.764Z Downloaded derive-where v1.6.0
11402026-08-25T21:56:02.764Z Downloaded jobserver v0.1.34
11412026-08-25T21:56:02.764Z Downloaded phf_shared v0.12.1
11422026-08-25T21:56:02.768Z Downloaded either v1.15.0
11432026-08-25T21:56:02.768Z Downloaded ryu v1.0.23
11442026-08-25T21:56:02.768Z Downloaded zerovec-derive v0.11.2
11452026-08-25T21:56:02.772Z Downloaded kstat-rs v0.2.5
11462026-08-25T21:56:02.777Z Downloaded untrusted v0.7.1
11472026-08-25T21:56:02.777Z Downloaded cpufeatures v0.3.0
11482026-08-25T21:56:02.781Z Downloaded darling_core v0.21.3
11492026-08-25T21:56:02.781Z Downloaded time-core v0.1.8
11502026-08-25T21:56:02.781Z Downloaded crucible-workspace-hack v0.1.0
11512026-08-25T21:56:02.786Z Downloaded iri-string v0.7.10
11522026-08-25T21:56:02.799Z Downloaded defmt v1.0.1
11532026-08-25T21:56:02.812Z Downloaded icu_locale_core v2.1.1
11542026-08-25T21:56:02.812Z Downloaded zerovec v0.11.5
11552026-08-25T21:56:02.812Z Downloaded unicode-normalization v0.1.25
11562026-08-25T21:56:02.812Z Downloaded ssh-cipher v0.3.0
11572026-08-25T21:56:02.822Z Downloaded winnow v1.0.3
11582026-08-25T21:56:02.822Z Downloaded cstr-argument v0.1.2
11592026-08-25T21:56:02.823Z Downloaded itertools v0.13.0
11602026-08-25T21:56:02.823Z Downloaded bindgen v0.71.1
11612026-08-25T21:56:02.828Z Downloaded pem v3.0.6
11622026-08-25T21:56:02.828Z Downloaded psm v0.1.30
11632026-08-25T21:56:02.828Z Downloaded rand_core v0.9.5
11642026-08-25T21:56:02.828Z Downloaded nu-ansi-term v0.50.3
11652026-08-25T21:56:02.829Z Downloaded sha1 v0.11.0
11662026-08-25T21:56:02.841Z Downloaded elliptic-curve v0.13.8
11672026-08-25T21:56:02.841Z Downloaded lru-cache v0.1.2
11682026-08-25T21:56:02.841Z Downloaded crossbeam-deque v0.8.6
11692026-08-25T21:56:02.841Z Downloaded rand_seeder v0.4.0
11702026-08-25T21:56:02.841Z Downloaded darling v0.13.4
11712026-08-25T21:56:02.841Z Downloaded git2 v0.20.4
11722026-08-25T21:56:02.846Z Downloaded predicates v3.1.4
11732026-08-25T21:56:02.846Z Downloaded shell-words v1.1.1
11742026-08-25T21:56:02.846Z Downloaded indoc v2.0.7
11752026-08-25T21:56:02.846Z Downloaded crypto-primes v0.7.2
11762026-08-25T21:56:02.850Z Downloaded ssh-key v0.7.0-rc.11
11772026-08-25T21:56:02.853Z Downloaded x509-cert v0.2.5
11782026-08-25T21:56:02.859Z Downloaded progenitor-impl v0.13.0
11792026-08-25T21:56:02.862Z Downloaded blake3 v1.8.5
11802026-08-25T21:56:02.866Z Downloaded digest v0.11.3
11812026-08-25T21:56:02.869Z Downloaded dropshot-api-manager v0.8.0
11822026-08-25T21:56:02.877Z Downloaded icu_normalizer_data v2.1.1
11832026-08-25T21:56:02.880Z Downloaded russh v0.62.4
11842026-08-25T21:56:02.885Z Downloaded tinyvec_macros v0.1.1
11852026-08-25T21:56:02.885Z Downloaded walkdir v2.5.0
11862026-08-25T21:56:02.888Z Downloaded zstd-safe v7.2.4
11872026-08-25T21:56:02.888Z Downloaded bitvec v1.0.1
11882026-08-25T21:56:02.897Z Downloaded hyper v1.10.1
11892026-08-25T21:56:02.900Z Downloaded tokio-stream v0.1.18
11902026-08-25T21:56:02.903Z Downloaded module-lattice v0.2.3
11912026-08-25T21:56:02.903Z Downloaded time-macros v0.2.27
11922026-08-25T21:56:02.906Z Downloaded parking_lot v0.11.2
11932026-08-25T21:56:02.906Z Downloaded snafu v0.8.9
11942026-08-25T21:56:02.909Z Downloaded scroll v0.13.0
11952026-08-25T21:56:02.912Z Downloaded serdect v0.4.3
11962026-08-25T21:56:02.912Z Downloaded rawzip v0.4.4
11972026-08-25T21:56:02.915Z Downloaded rustls-pemfile v2.2.0
11982026-08-25T21:56:02.918Z Downloaded internal-russh-num-bigint v0.5.0
11992026-08-25T21:56:02.918Z Downloaded tracing-core v0.1.36
12002026-08-25T21:56:02.921Z Downloaded portable-atomic v1.13.1
12012026-08-25T21:56:02.924Z Downloaded resolv-conf v0.7.6
12022026-08-25T21:56:02.928Z Downloaded static_assertions v1.1.0
12032026-08-25T21:56:02.931Z Downloaded p521 v0.14.0
12042026-08-25T21:56:02.934Z Downloaded vsss-rs v3.3.4
12052026-08-25T21:56:02.934Z Downloaded progenitor-impl v0.14.0
12062026-08-25T21:56:02.937Z Downloaded icu_properties_data v2.1.2
12072026-08-25T21:56:02.943Z Downloaded radix_trie v0.2.1
12082026-08-25T21:56:02.946Z Downloaded reqwest v0.12.28
12092026-08-25T21:56:02.950Z Downloaded chrono v0.4.45
12102026-08-25T21:56:02.963Z Downloaded derive_more v0.99.20
12112026-08-25T21:56:02.967Z Downloaded impl-trait-for-tuples v0.2.3
12122026-08-25T21:56:02.967Z Downloaded itertools v0.10.5
12132026-08-25T21:56:02.973Z Downloaded toml_edit v0.19.15
12142026-08-25T21:56:02.983Z Downloaded slog v2.8.2
12152026-08-25T21:56:02.999Z Downloaded zerocopy v0.6.6
12162026-08-25T21:56:02.999Z Downloaded dropshot_endpoint v0.17.1
12172026-08-25T21:56:02.999Z Downloaded socket2 v0.5.10
12182026-08-25T21:56:02.999Z Downloaded unicode-bidi v0.3.18
12192026-08-25T21:56:03.010Z Downloaded unsafe-libyaml v0.2.11
12202026-08-25T21:56:03.011Z Downloaded knus v3.4.0
12212026-08-25T21:56:03.011Z Downloaded crossterm v0.28.1
12222026-08-25T21:56:03.011Z Downloaded drift v0.2.0
12232026-08-25T21:56:03.011Z Downloaded rsa v0.10.0-rc.18
12242026-08-25T21:56:03.018Z Downloaded icu_properties v2.1.2
12252026-08-25T21:56:03.018Z Downloaded papergrid v0.18.0
12262026-08-25T21:56:03.018Z Downloaded darling_core v0.13.4
12272026-08-25T21:56:03.018Z Downloaded icu_provider v2.1.1
12282026-08-25T21:56:03.018Z Downloaded unicode-segmentation v1.12.0
12292026-08-25T21:56:03.022Z Downloaded itertools v0.15.0
12302026-08-25T21:56:03.022Z Downloaded pretty_assertions v1.4.1
12312026-08-25T21:56:03.022Z Downloaded smoltcp v0.9.1
12322026-08-25T21:56:03.034Z Downloaded zlib-rs v0.6.2
12332026-08-25T21:56:03.039Z Downloaded tough v0.22.0
12342026-08-25T21:56:03.039Z Downloaded rand v0.10.1
12352026-08-25T21:56:03.044Z Downloaded toml_edit v0.23.10+spec-1.0.0
12362026-08-25T21:56:03.044Z Downloaded lalrpop v0.19.12
12372026-08-25T21:56:03.066Z Downloaded crossterm v0.29.0
12382026-08-25T21:56:03.066Z Downloaded miniz_oxide v0.8.9
12392026-08-25T21:56:03.066Z Downloaded time v0.3.47
12402026-08-25T21:56:03.093Z Downloaded const_format v0.2.35
12412026-08-25T21:56:03.093Z Downloaded steno v0.4.1
12422026-08-25T21:56:03.093Z Downloaded regex v1.12.3
12432026-08-25T21:56:03.093Z Downloaded diesel_derives v2.3.7
12442026-08-25T21:56:03.093Z Downloaded goblin v0.10.5
12452026-08-25T21:56:03.094Z Downloaded winnow v0.5.40
12462026-08-25T21:56:03.108Z Downloaded jiff-core v0.1.0
12472026-08-25T21:56:03.108Z Downloaded itertools v0.12.1
12482026-08-25T21:56:03.108Z Downloaded tabled v0.21.0
12492026-08-25T21:56:03.108Z Downloaded reedline v0.40.0
12502026-08-25T21:56:03.127Z Downloaded qorb v0.4.1
12512026-08-25T21:56:03.127Z Downloaded derive_more-impl v2.1.1
12522026-08-25T21:56:03.127Z Downloaded proptest v1.11.0
12532026-08-25T21:56:03.127Z Downloaded gimli v0.32.3
12542026-08-25T21:56:03.140Z Downloaded sha3 v0.12.0
12552026-08-25T21:56:03.140Z Downloaded crossbeam-channel v0.5.15
12562026-08-25T21:56:03.140Z Downloaded rand v0.9.2
12572026-08-25T21:56:03.140Z Downloaded rayon v1.11.0
12582026-08-25T21:56:03.140Z Downloaded schemars v1.2.1
12592026-08-25T21:56:03.143Z Downloaded salty v0.3.0
12602026-08-25T21:56:03.143Z Downloaded smoltcp v0.11.0
12612026-08-25T21:56:03.147Z Downloaded quick-xml v0.37.5
12622026-08-25T21:56:03.161Z Downloaded quinn-proto v0.11.16
12632026-08-25T21:56:03.167Z Downloaded zerocopy v0.8.55
12642026-08-25T21:56:03.180Z Downloaded syn v3.0.3
12652026-08-25T21:56:03.187Z Downloaded libxml v0.3.3
12662026-08-25T21:56:03.208Z Downloaded regex-syntax v0.6.29
12672026-08-25T21:56:03.211Z Downloaded iddqd v0.4.2
12682026-08-25T21:56:03.214Z Downloaded reqwest v0.13.2
12692026-08-25T21:56:03.218Z Downloaded tower-http v0.6.8
12702026-08-25T21:56:03.223Z Downloaded hickory-proto v0.24.4
12712026-08-25T21:56:03.230Z Downloaded regress v0.11.1
12722026-08-25T21:56:03.235Z Downloaded petname v2.0.2
12732026-08-25T21:56:03.238Z Downloaded libm v0.2.16
12742026-08-25T21:56:03.244Z Downloaded bstr v1.12.1
12752026-08-25T21:56:03.248Z Downloaded p384 v0.13.1
12762026-08-25T21:56:03.251Z Downloaded openapiv3 v2.2.0
12772026-08-25T21:56:03.278Z Downloaded regress v0.10.5
12782026-08-25T21:56:03.293Z Downloaded moka v0.12.13
12792026-08-25T21:56:03.297Z Downloaded hickory-proto v0.25.2
12802026-08-25T21:56:03.306Z Downloaded curve25519-dalek v5.0.0
12812026-08-25T21:56:03.311Z Downloaded rustls v0.23.41
12822026-08-25T21:56:03.318Z Downloaded curve25519-dalek v4.1.3
12832026-08-25T21:56:03.323Z Downloaded serde_with v3.21.0
12842026-08-25T21:56:03.330Z Downloaded regex-syntax v0.8.10
12852026-08-25T21:56:03.334Z Downloaded polar-core v0.27.3
12862026-08-25T21:56:03.339Z Downloaded object v0.30.4
12872026-08-25T21:56:03.344Z Downloaded nix v0.27.1
12882026-08-25T21:56:03.354Z Downloaded vcpkg v0.2.15
12892026-08-25T21:56:03.376Z Downloaded object v0.37.3
12902026-08-25T21:56:03.383Z Downloaded nix v0.28.0
12912026-08-25T21:56:03.389Z Downloaded openssl v0.10.80
12922026-08-25T21:56:03.395Z Downloaded sqlparser v0.61.0
12932026-08-25T21:56:03.401Z Downloaded crypto-bigint v0.7.5
12942026-08-25T21:56:03.409Z Downloaded sha3 v0.11.0
12952026-08-25T21:56:03.412Z Downloaded diesel v2.3.7
12962026-08-25T21:56:03.431Z Downloaded nix v0.31.2
12972026-08-25T21:56:03.441Z Downloaded tracing v0.1.44
12982026-08-25T21:56:03.462Z Downloaded dropshot v0.17.1
12992026-08-25T21:56:03.475Z Downloaded zerocopy-derive v0.6.6
13002026-08-25T21:56:03.487Z Downloaded rustix v0.38.44
13012026-08-25T21:56:03.499Z Downloaded sled v0.34.7
13022026-08-25T21:56:03.511Z Downloaded petgraph v0.6.5
13032026-08-25T21:56:03.522Z Downloaded ratatui v0.29.0
13042026-08-25T21:56:03.533Z Downloaded typify-impl v0.6.2
13052026-08-25T21:56:03.541Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-08-25T21:56:03.552Z Downloaded jiff v0.2.34
13072026-08-25T21:56:03.561Z Downloaded bzip2-sys v0.1.13+1.0.8
13082026-08-25T21:56:03.569Z Downloaded libz-sys v1.1.24
13092026-08-25T21:56:03.582Z Downloaded sha3 v0.10.8
13102026-08-25T21:56:03.585Z Downloaded csv v1.4.0
13112026-08-25T21:56:03.612Z Downloaded chrono-tz v0.10.4
13122026-08-25T21:56:03.621Z Downloaded encoding_rs v0.8.35
13132026-08-25T21:56:03.633Z Downloaded regex-automata v0.4.14
13142026-08-25T21:56:03.655Z Downloaded petgraph v0.8.3
13152026-08-25T21:56:03.697Z Downloaded tokio v1.52.1
13162026-08-25T21:56:03.837Z Downloaded ring v0.17.14
13172026-08-25T21:56:03.877Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-08-25T21:56:04.444Z Downloaded aws-lc-sys v0.40.0
13192026-08-25T21:56:04.682Z Compiling serde_core v1.0.228
13202026-08-25T21:56:04.682Z Compiling libc v0.2.185
13212026-08-25T21:56:04.687Z Compiling serde v1.0.228
13222026-08-25T21:56:04.687Z Compiling log v0.4.33
13232026-08-25T21:56:04.687Z Compiling smallvec v1.15.1
13242026-08-25T21:56:04.687Z Compiling find-msvc-tools v0.1.9
13252026-08-25T21:56:04.687Z Compiling shlex v1.3.0
13262026-08-25T21:56:04.687Z Compiling subtle v2.6.1
13272026-08-25T21:56:04.850Z Compiling scopeguard v1.2.0
13282026-08-25T21:56:04.862Z Compiling typenum v1.20.1
13292026-08-25T21:56:04.862Z Compiling stable_deref_trait v1.2.1
13302026-08-25T21:56:04.862Z Compiling zerocopy v0.8.55
13312026-08-25T21:56:04.862Z Compiling portable-atomic v1.13.1
13322026-08-25T21:56:04.872Z Compiling serde_json v1.0.151
13332026-08-25T21:56:04.895Z Compiling syn v2.0.117
13342026-08-25T21:56:04.911Z Compiling critical-section v1.2.0
13352026-08-25T21:56:05.026Z Compiling lock_api v0.4.14
13362026-08-25T21:56:05.036Z Compiling libm v0.2.16
13372026-08-25T21:56:05.044Z Compiling num-traits v0.2.19
13382026-08-25T21:56:05.074Z Compiling pkg-config v0.3.32
13392026-08-25T21:56:05.093Z Compiling generic-array v0.14.7
13402026-08-25T21:56:05.099Z Compiling getrandom v0.4.3
13412026-08-25T21:56:05.115Z Compiling pin-project-lite v0.2.17
13422026-08-25T21:56:05.158Z Compiling parking_lot_core v0.9.12
13432026-08-25T21:56:05.203Z Compiling const-oid v0.9.6
13442026-08-25T21:56:05.207Z Compiling rand_core v0.10.0
13452026-08-25T21:56:05.234Z Compiling percent-encoding v2.3.2
13462026-08-25T21:56:05.264Z Compiling futures-core v0.3.32
13472026-08-25T21:56:05.458Z Compiling writeable v0.6.2
13482026-08-25T21:56:05.491Z Compiling litemap v0.8.1
13492026-08-25T21:56:05.535Z Compiling icu_properties_data v2.1.2
13502026-08-25T21:56:05.550Z Compiling icu_normalizer_data v2.1.1
13512026-08-25T21:56:05.550Z Compiling getrandom v0.3.4
13522026-08-25T21:56:05.580Z Compiling rustix v1.1.4
13532026-08-25T21:56:05.592Z Compiling futures-sink v0.3.32
13542026-08-25T21:56:05.609Z Compiling futures-task v0.3.32
13552026-08-25T21:56:05.674Z Compiling futures-io v0.3.32
13562026-08-25T21:56:05.720Z Compiling futures-channel v0.3.32
13572026-08-25T21:56:05.741Z Compiling utf8_iter v1.0.4
13582026-08-25T21:56:05.748Z Compiling slab v0.4.12
13592026-08-25T21:56:05.816Z Compiling form_urlencoded v1.2.2
13602026-08-25T21:56:05.854Z Compiling errno v0.3.14
13612026-08-25T21:56:05.872Z Compiling jobserver v0.1.34
13622026-08-25T21:56:05.900Z Compiling getrandom v0.2.17
13632026-08-25T21:56:05.977Z Compiling mio v1.2.0
13642026-08-25T21:56:06.009Z Compiling signal-hook-registry v1.4.8
13652026-08-25T21:56:06.023Z Compiling socket2 v0.6.3
13662026-08-25T21:56:06.059Z Compiling rustversion v1.0.22
13672026-08-25T21:56:06.090Z Compiling rand_core v0.6.4
13682026-08-25T21:56:06.147Z Compiling cc v1.2.56
13692026-08-25T21:56:06.203Z Compiling once_cell v1.21.3
13702026-08-25T21:56:06.219Z Compiling parking_lot v0.12.5
13712026-08-25T21:56:06.265Z Compiling base64ct v1.8.3
13722026-08-25T21:56:06.316Z Compiling iana-time-zone v0.1.65
13732026-08-25T21:56:06.319Z Compiling fs_extra v1.3.0
13742026-08-25T21:56:06.319Z Compiling dunce v1.0.5
13752026-08-25T21:56:06.397Z Compiling flagset v0.4.7
13762026-08-25T21:56:06.442Z Compiling ident_case v1.0.1
13772026-08-25T21:56:06.459Z Compiling regex-syntax v0.8.10
13782026-08-25T21:56:06.462Z Compiling base64 v0.22.1
13792026-08-25T21:56:06.489Z Compiling syn v1.0.109
13802026-08-25T21:56:06.540Z Compiling pem-rfc7468 v0.7.0
13812026-08-25T21:56:06.540Z Compiling rand_core v0.9.5
13822026-08-25T21:56:06.580Z Compiling vcpkg v0.2.15
13832026-08-25T21:56:06.583Z Compiling tracing-core v0.1.36
13842026-08-25T21:56:06.609Z Compiling simd-adler32 v0.3.8
13852026-08-25T21:56:06.630Z Compiling cpufeatures v0.2.17
13862026-08-25T21:56:06.648Z Compiling aws-lc-rs v1.16.3
13872026-08-25T21:56:06.671Z Compiling schemars v0.8.22
13882026-08-25T21:56:06.715Z Compiling dyn-clone v1.0.20
13892026-08-25T21:56:06.831Z Compiling spin v0.9.8
13902026-08-25T21:56:06.861Z Compiling adler2 v2.0.1
13912026-08-25T21:56:06.879Z Compiling httparse v1.10.1
13922026-08-25T21:56:06.912Z Compiling cmov v0.5.4
13932026-08-25T21:56:06.928Z Compiling cmake v0.1.57
13942026-08-25T21:56:06.953Z Compiling crc32fast v1.5.0
13952026-08-25T21:56:06.970Z Compiling tinyvec_macros v0.1.1
13962026-08-25T21:56:06.973Z Compiling openssl-probe v0.2.1
13972026-08-25T21:56:07.020Z Compiling miniz_oxide v0.8.9
13982026-08-25T21:56:07.057Z Compiling tinyvec v1.10.0
13992026-08-25T21:56:07.075Z Compiling aho-corasick v1.1.4
14002026-08-25T21:56:07.114Z Compiling bitflags v2.11.0
14012026-08-25T21:56:07.183Z Compiling semver v1.0.28
14022026-08-25T21:56:07.197Z Compiling indexmap v2.14.0
14032026-08-25T21:56:07.250Z Compiling uuid v1.23.4
14042026-08-25T21:56:07.332Z Compiling ctutils v0.4.2
14052026-08-25T21:56:07.352Z Compiling try-lock v0.2.5
14062026-08-25T21:56:07.369Z Compiling untrusted v0.7.1
14072026-08-25T21:56:07.381Z Compiling atomic-waker v1.1.2
14082026-08-25T21:56:07.428Z Compiling rustc_version v0.4.1
14092026-08-25T21:56:07.473Z Compiling radium v0.7.0
14102026-08-25T21:56:07.507Z Compiling tower-layer v0.3.3
14112026-08-25T21:56:07.529Z Compiling tower-service v0.3.3
14122026-08-25T21:56:07.544Z Compiling want v0.3.1
14132026-08-25T21:56:07.662Z Compiling maybe-uninit v2.0.0
14142026-08-25T21:56:07.685Z Compiling tap v1.0.1
14152026-08-25T21:56:07.727Z Compiling httpdate v1.0.3
14162026-08-25T21:56:07.787Z Compiling foreign-types-shared v0.1.1
14172026-08-25T21:56:07.804Z Compiling aws-lc-sys v0.40.0
14182026-08-25T21:56:07.818Z Compiling openssl-sys v0.9.117
14192026-08-25T21:56:07.818Z Compiling untrusted v0.9.0
14202026-08-25T21:56:07.848Z Compiling rustls v0.23.41
14212026-08-25T21:56:07.882Z Compiling openssl v0.10.80
14222026-08-25T21:56:07.895Z Compiling foreign-types v0.3.2
14232026-08-25T21:56:07.947Z Compiling synstructure v0.13.2
14242026-08-25T21:56:07.963Z Compiling serde_derive_internals v0.29.1
14252026-08-25T21:56:07.976Z Compiling pest_generator v2.8.6
14262026-08-25T21:56:07.979Z Compiling darling_core v0.20.11
14272026-08-25T21:56:07.979Z Compiling regex-automata v0.4.14
14282026-08-25T21:56:08.109Z Compiling wyz v0.5.1
14292026-08-25T21:56:08.155Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14302026-08-25T21:56:08.168Z Compiling bzip2-sys v0.1.13+1.0.8
14312026-08-25T21:56:08.324Z Compiling tempfile v3.27.0
14322026-08-25T21:56:08.360Z Compiling terminal_size v0.4.3
14332026-08-25T21:56:08.483Z Compiling unicode-normalization v0.1.25
14342026-08-25T21:56:08.525Z Compiling num-integer v0.1.46
14352026-08-25T21:56:08.547Z Compiling wait-timeout v0.2.1
14362026-08-25T21:56:08.573Z Compiling ahash v0.8.12
14372026-08-25T21:56:08.600Z Compiling num-bigint-dig v0.8.6
14382026-08-25T21:56:08.734Z Compiling quick-error v1.2.3
14392026-08-25T21:56:08.757Z Compiling packed_struct v0.10.1
14402026-08-25T21:56:08.810Z Compiling powerfmt v0.2.0
14412026-08-25T21:56:08.828Z Compiling native-tls v0.2.18
14422026-08-25T21:56:08.842Z Compiling bit-vec v0.8.0
14432026-08-25T21:56:08.861Z Compiling funty v2.0.0
14442026-08-25T21:56:08.873Z Compiling num-conv v0.2.0
14452026-08-25T21:56:08.873Z Compiling time-core v0.1.8
14462026-08-25T21:56:08.936Z Compiling rusty-fork v0.3.1
14472026-08-25T21:56:08.975Z Compiling deranged v0.5.8
14482026-08-25T21:56:08.998Z Compiling num-iter v0.1.45
14492026-08-25T21:56:09.039Z Compiling bit-set v0.8.0
14502026-08-25T21:56:09.042Z Compiling clap_builder v4.6.0
14512026-08-25T21:56:09.068Z Compiling time-macros v0.2.27
14522026-08-25T21:56:09.128Z Compiling lazy_static v1.5.0
14532026-08-25T21:56:09.155Z Compiling rand_xorshift v0.4.0
14542026-08-25T21:56:09.207Z Compiling bitvec v1.0.1
14552026-08-25T21:56:09.221Z Compiling sync_wrapper v1.0.2
14562026-08-25T21:56:09.249Z Compiling indexmap v1.9.3
14572026-08-25T21:56:09.272Z Compiling unarray v0.1.4
14582026-08-25T21:56:09.336Z Compiling usdt-impl v0.6.0
14592026-08-25T21:56:09.352Z Compiling unicode-segmentation v1.12.0
14602026-08-25T21:56:09.394Z Compiling paste v1.0.15
14612026-08-25T21:56:09.462Z Compiling object v0.37.3
14622026-08-25T21:56:09.476Z Compiling crossbeam-utils v0.8.21
14632026-08-25T21:56:09.561Z Compiling num_threads v0.1.7
14642026-08-25T21:56:09.669Z Compiling zlib-rs v0.6.2
14652026-08-25T21:56:09.687Z Compiling siphasher v1.0.2
14662026-08-25T21:56:09.734Z Compiling serde_derive v1.0.228
14672026-08-25T21:56:09.750Z Compiling zeroize_derive v1.5.0
14682026-08-25T21:56:09.753Z Compiling zerocopy-derive v0.8.55
14692026-08-25T21:56:09.793Z Compiling zerofrom-derive v0.1.6
14702026-08-25T21:56:09.891Z Compiling yoke-derive v0.8.1
14712026-08-25T21:56:09.999Z Compiling zerovec-derive v0.11.2
14722026-08-25T21:56:10.077Z Compiling displaydoc v0.2.5
14732026-08-25T21:56:10.178Z Compiling tokio-macros v2.7.0
14742026-08-25T21:56:10.464Z Compiling futures-macro v0.3.32
14752026-08-25T21:56:10.479Z Compiling thiserror-impl v2.0.18
14762026-08-25T21:56:10.736Z Compiling der_derive v0.7.3
14772026-08-25T21:56:10.889Z Compiling tracing-attributes v0.1.31
14782026-08-25T21:56:10.916Z Compiling schemars_derive v0.8.22
14792026-08-25T21:56:10.971Z Compiling pest_derive v2.8.6
14802026-08-25T21:56:11.124Z Compiling scroll_derive v0.13.1
14812026-08-25T21:56:11.190Z Compiling darling_macro v0.20.11
14822026-08-25T21:56:11.265Z Compiling zerofrom v0.1.6
14832026-08-25T21:56:11.325Z Compiling futures-util v0.3.32
14842026-08-25T21:56:11.408Z Compiling yoke v0.8.1
14852026-08-25T21:56:11.449Z Compiling openssl-macros v0.1.1
14862026-08-25T21:56:11.613Z Compiling zerovec v0.11.5
14872026-08-25T21:56:11.710Z Compiling zerotrie v0.2.3
14882026-08-25T21:56:11.740Z Compiling thiserror-impl v1.0.69
14892026-08-25T21:56:11.868Z Compiling thiserror v2.0.18
14902026-08-25T21:56:11.948Z Compiling scroll v0.13.0
14912026-08-25T21:56:11.982Z Compiling darling v0.20.11
14922026-08-25T21:56:12.031Z Compiling packed_struct_codegen v0.10.1
14932026-08-25T21:56:12.079Z Compiling tinystr v0.8.2
14942026-08-25T21:56:12.147Z Compiling potential_utf v0.1.4
14952026-08-25T21:56:12.165Z Compiling zerocopy-derive v0.6.6
14962026-08-25T21:56:12.231Z Compiling goblin v0.10.5
14972026-08-25T21:56:12.249Z Compiling clap_derive v4.6.1
14982026-08-25T21:56:12.265Z Compiling icu_locale_core v2.1.1
14992026-08-25T21:56:12.280Z Compiling icu_collections v2.1.1
15002026-08-25T21:56:12.311Z Compiling tracing v0.1.44
15012026-08-25T21:56:12.325Z Compiling bitfield-macros v0.19.4
15022026-08-25T21:56:12.602Z Compiling crc-catalog v2.4.0
15032026-08-25T21:56:12.717Z Compiling nodrop v0.1.14
15042026-08-25T21:56:12.799Z Compiling crc v3.4.0
15052026-08-25T21:56:12.827Z Compiling array-init v0.0.4
15062026-08-25T21:56:12.975Z Compiling icu_provider v2.1.1
15072026-08-25T21:56:13.013Z Compiling flate2 v1.1.9
15082026-08-25T21:56:13.075Z Compiling zerocopy v0.6.6
15092026-08-25T21:56:13.078Z Compiling thiserror v1.0.69
15102026-08-25T21:56:13.102Z Compiling bitfield v0.19.4
15112026-08-25T21:56:13.187Z Compiling derive_builder_core v0.20.2
15122026-08-25T21:56:13.191Z Compiling dtrace-parser v0.3.0
15132026-08-25T21:56:13.191Z Compiling time v0.3.47
15142026-08-25T21:56:13.235Z Compiling zeroize v1.9.0
15152026-08-25T21:56:13.286Z Compiling bytes v1.11.1
15162026-08-25T21:56:13.314Z Compiling icu_properties v2.1.2
15172026-08-25T21:56:13.429Z Compiling icu_normalizer v2.1.1
15182026-08-25T21:56:13.447Z Compiling chrono v0.4.45
15192026-08-25T21:56:13.469Z Compiling der v0.7.10
15202026-08-25T21:56:13.672Z Compiling rustls-pki-types v1.14.0
15212026-08-25T21:56:13.910Z Compiling tokio v1.52.1
15222026-08-25T21:56:13.959Z Compiling block-buffer v0.10.4
15232026-08-25T21:56:13.986Z Compiling crypto-common v0.1.7
15242026-08-25T21:56:14.000Z Compiling http v1.4.2
15252026-08-25T21:56:14.069Z Compiling hybrid-array v0.4.13
15262026-08-25T21:56:14.083Z Compiling ipnet v2.12.0
15272026-08-25T21:56:14.137Z Compiling digest v0.10.7
15282026-08-25T21:56:14.153Z Compiling hex v0.4.3
15292026-08-25T21:56:14.156Z Compiling serde_spanned v0.6.9
15302026-08-25T21:56:14.322Z Compiling ppv-lite86 v0.2.21
15312026-08-25T21:56:14.406Z Compiling idna_adapter v1.2.1
15322026-08-25T21:56:14.434Z Compiling spki v0.7.3
15332026-08-25T21:56:14.447Z Compiling sha2 v0.10.9
15342026-08-25T21:56:14.462Z Compiling signature v2.2.0
15352026-08-25T21:56:14.555Z Compiling idna v1.1.0
15362026-08-25T21:56:14.589Z Compiling pkcs8 v0.10.2
15372026-08-25T21:56:14.657Z Compiling rand_chacha v0.9.0
15382026-08-25T21:56:14.669Z Compiling http-body v1.0.1
15392026-08-25T21:56:14.673Z Compiling rand_chacha v0.3.1
15402026-08-25T21:56:14.673Z Compiling hmac v0.12.1
15412026-08-25T21:56:14.786Z Compiling toml_datetime v0.6.11
15422026-08-25T21:56:14.813Z Compiling http-body-util v0.1.3
15432026-08-25T21:56:14.843Z Compiling pkcs1 v0.7.5
15442026-08-25T21:56:14.858Z Compiling url v2.5.8
15452026-08-25T21:56:14.872Z Compiling rand v0.9.2
15462026-08-25T21:56:14.931Z Compiling rand v0.8.6
15472026-08-25T21:56:14.949Z Compiling dof v0.4.0
15482026-08-25T21:56:15.079Z Compiling clap v4.6.1
15492026-08-25T21:56:15.267Z Compiling structmeta-derive v0.3.0
15502026-08-25T21:56:15.310Z Compiling scroll_derive v0.12.1
15512026-08-25T21:56:15.461Z Compiling smallvec v0.6.14
15522026-08-25T21:56:15.477Z Compiling darling_core v0.23.0
15532026-08-25T21:56:15.512Z Compiling proptest v1.11.0
15542026-08-25T21:56:15.741Z Compiling heapless v0.7.17
15552026-08-25T21:56:15.741Z Compiling slog v2.8.2
15562026-08-25T21:56:15.808Z Compiling thread-id v5.1.0
15572026-08-25T21:56:15.823Z Compiling env_filter v2.0.0
15582026-08-25T21:56:15.915Z Compiling syn v3.0.3
15592026-08-25T21:56:15.964Z Compiling cookie v0.18.1
15602026-08-25T21:56:16.004Z Compiling unicode-properties v0.1.4
15612026-08-25T21:56:16.046Z Compiling signal-hook v0.3.18
15622026-08-25T21:56:16.136Z Compiling base64 v0.21.7
15632026-08-25T21:56:16.147Z Compiling ryu v1.0.23
15642026-08-25T21:56:16.165Z Compiling anyhow v1.0.104
15652026-08-25T21:56:16.215Z Compiling ipnetwork v0.21.1
15662026-08-25T21:56:16.234Z Compiling hashbrown v0.12.3
15672026-08-25T21:56:16.249Z Compiling winnow v0.5.40
15682026-08-25T21:56:16.348Z Compiling unicode-bidi v0.3.18
15692026-08-25T21:56:16.402Z Compiling allocator-api2 v0.2.21
15702026-08-25T21:56:16.471Z Compiling gimli v0.32.3
15712026-08-25T21:56:16.495Z Compiling iri-string v0.7.10
15722026-08-25T21:56:16.513Z Compiling zstd-safe v7.2.4
15732026-08-25T21:56:16.627Z Compiling oxnet v0.1.6
15742026-08-25T21:56:16.726Z Compiling rsa v0.9.10
15752026-08-25T21:56:16.757Z Compiling stringprep v0.1.5
15762026-08-25T21:56:16.773Z Compiling structmeta v0.3.0
15772026-08-25T21:56:16.801Z Compiling ron v0.8.1
15782026-08-25T21:56:16.892Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15792026-08-25T21:56:17.022Z Compiling serde_urlencoded v0.7.1
15802026-08-25T21:56:17.166Z Compiling scroll v0.12.0
15812026-08-25T21:56:17.268Z Compiling env_logger v0.11.11
15822026-08-25T21:56:17.320Z Compiling serde-hex v0.1.0
15832026-08-25T21:56:17.448Z Compiling camino v1.2.5
15842026-08-25T21:56:17.663Z Compiling toml_edit v0.19.15
15852026-08-25T21:56:17.785Z Compiling tokio-util v0.7.18
15862026-08-25T21:56:17.871Z Compiling tower v0.5.3
15872026-08-25T21:56:17.925Z Compiling newtype-uuid v1.3.2
15882026-08-25T21:56:18.041Z Compiling darling_macro v0.23.0
15892026-08-25T21:56:18.057Z Compiling tokio-native-tls v0.3.1
15902026-08-25T21:56:18.240Z Compiling addr2line v0.25.1
15912026-08-25T21:56:18.374Z Compiling tower-http v0.6.8
15922026-08-25T21:56:18.449Z Compiling bzip2 v0.4.4
15932026-08-25T21:56:18.553Z Compiling h2 v0.4.15
15942026-08-25T21:56:18.595Z Compiling hashbrown v0.13.2
15952026-08-25T21:56:18.683Z Compiling crypto-common v0.2.2
15962026-08-25T21:56:18.789Z Compiling block-buffer v0.12.1
15972026-08-25T21:56:18.806Z Compiling block-padding v0.4.2
15982026-08-25T21:56:18.844Z Compiling x509-cert v0.2.5
15992026-08-25T21:56:18.987Z Compiling md-5 v0.10.6
16002026-08-25T21:56:19.008Z Compiling derive_builder_macro v0.20.2
16012026-08-25T21:56:19.067Z Compiling rustls-native-certs v0.8.3
16022026-08-25T21:56:19.089Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16032026-08-25T21:56:19.171Z Compiling erased-serde v0.3.31
16042026-08-25T21:56:19.290Z Compiling serde_tokenstream v0.2.3
16052026-08-25T21:56:19.370Z Compiling daft-derive v0.1.8
16062026-08-25T21:56:19.385Z Compiling bstr v1.12.1
16072026-08-25T21:56:19.506Z Compiling zerocopy-derive v0.7.35
16082026-08-25T21:56:19.618Z Compiling pin-project-internal v1.1.11
16092026-08-25T21:56:19.671Z Compiling async-trait v0.1.89
16102026-08-25T21:56:19.776Z Compiling curve25519-dalek v4.1.3
16112026-08-25T21:56:19.812Z Compiling vergen-lib v9.1.0
16122026-08-25T21:56:20.014Z Compiling hash32 v0.2.1
16132026-08-25T21:56:20.040Z Compiling encoding_rs v0.8.35
16142026-08-25T21:56:20.102Z Compiling memoffset v0.9.1
16152026-08-25T21:56:20.122Z Compiling smoltcp v0.9.1
16162026-08-25T21:56:20.229Z Compiling rustc-demangle v0.1.27
16172026-08-25T21:56:20.301Z Compiling mime v0.3.17
16182026-08-25T21:56:20.323Z Compiling litrs v1.0.0
16192026-08-25T21:56:20.430Z Compiling psl-types v2.0.11
16202026-08-25T21:56:20.450Z Compiling ref-cast v1.0.25
16212026-08-25T21:56:20.507Z Compiling crc-any v2.5.0
16222026-08-25T21:56:20.524Z Compiling rustix v0.38.44
16232026-08-25T21:56:20.569Z Compiling fallible-iterator v0.2.0
16242026-08-25T21:56:20.584Z Compiling cfg_aliases v0.2.1
16252026-08-25T21:56:20.662Z Compiling owo-colors v4.3.0
16262026-08-25T21:56:20.680Z Compiling nix v0.31.2
16272026-08-25T21:56:20.760Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16282026-08-25T21:56:20.776Z Compiling publicsuffix v2.3.0
16292026-08-25T21:56:20.810Z Compiling pin-project v1.1.11
16302026-08-25T21:56:20.846Z Compiling backtrace v0.3.76
16312026-08-25T21:56:20.863Z Compiling document-features v0.2.12
16322026-08-25T21:56:20.911Z Compiling postgres-protocol v0.6.10
16332026-08-25T21:56:20.948Z Compiling zerocopy v0.7.35
16342026-08-25T21:56:21.088Z Compiling daft v0.1.8
16352026-08-25T21:56:21.133Z Compiling derive_builder v0.20.2
16362026-08-25T21:56:21.155Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16372026-08-25T21:56:21.219Z Compiling object v0.30.4
16382026-08-25T21:56:21.277Z Compiling toml v0.7.8
16392026-08-25T21:56:21.388Z Compiling inout v0.2.2
16402026-08-25T21:56:21.461Z Compiling zip v0.6.6
16412026-08-25T21:56:21.476Z Compiling darling v0.23.0
16422026-08-25T21:56:21.492Z Compiling goblin v0.8.2
16432026-08-25T21:56:21.577Z Compiling derive-ex v0.1.8
16442026-08-25T21:56:21.644Z Compiling futures-executor v0.3.32
16452026-08-25T21:56:21.660Z Compiling hubpack_derive v0.1.1
16462026-08-25T21:56:21.738Z Compiling regex v1.12.3
16472026-08-25T21:56:21.863Z Compiling hyper v1.10.1
16482026-08-25T21:56:21.902Z Compiling phf_shared v0.13.1
16492026-08-25T21:56:21.929Z Compiling strum_macros v0.27.2
16502026-08-25T21:56:21.972Z Compiling snafu-derive v0.8.9
16512026-08-25T21:56:22.050Z Compiling curve25519-dalek-derive v0.1.1
16522026-08-25T21:56:22.067Z Compiling ref-cast-impl v1.0.25
16532026-08-25T21:56:22.084Z Compiling convert_case v0.10.0
16542026-08-25T21:56:22.147Z Compiling vergen v9.1.0
16552026-08-25T21:56:22.167Z Compiling cargo-platform v0.3.2
16562026-08-25T21:56:22.185Z Compiling ff v0.13.1
16572026-08-25T21:56:22.338Z Compiling fs-err v3.3.0
16582026-08-25T21:56:22.353Z Compiling path-slash v0.1.5
16592026-08-25T21:56:22.404Z Compiling jiff-core v0.1.0
16602026-08-25T21:56:22.451Z Compiling is_ci v1.2.0
16612026-08-25T21:56:22.503Z Compiling either v1.15.0
16622026-08-25T21:56:22.549Z Compiling foldhash v0.2.0
16632026-08-25T21:56:22.608Z Compiling managed v0.8.0
16642026-08-25T21:56:22.640Z Compiling same-file v1.0.6
16652026-08-25T21:56:22.726Z Compiling bitflags v1.3.2
16662026-08-25T21:56:22.740Z Compiling foldhash v0.1.5
16672026-08-25T21:56:22.791Z Compiling libbz2-rs-sys v0.2.2
16682026-08-25T21:56:22.818Z Compiling bumpalo v3.20.2
16692026-08-25T21:56:22.831Z Compiling base16ct v0.2.0
16702026-08-25T21:56:22.860Z Compiling walkdir v2.5.0
16712026-08-25T21:56:22.927Z Compiling hashbrown v0.15.5
16722026-08-25T21:56:23.024Z Compiling hyper-util v0.1.20
16732026-08-25T21:56:23.086Z Compiling zopfli v0.8.3
16742026-08-25T21:56:23.182Z Compiling jiff v0.2.34
16752026-08-25T21:56:23.306Z Compiling test-strategy v0.4.5
16762026-08-25T21:56:23.494Z Compiling bzip2 v0.6.1
16772026-08-25T21:56:23.511Z Compiling sec1 v0.7.3
16782026-08-25T21:56:23.514Z Compiling textwrap v0.16.2
16792026-08-25T21:56:23.658Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16802026-08-25T21:56:23.714Z Compiling hashbrown v0.16.1
16812026-08-25T21:56:23.761Z Compiling dof v0.3.0
16822026-08-25T21:56:23.933Z Compiling supports-color v3.0.2
16832026-08-25T21:56:23.946Z Compiling snafu v0.8.9
16842026-08-25T21:56:23.964Z Compiling strum v0.27.2
16852026-08-25T21:56:24.108Z Compiling derive_more-impl v2.1.1
16862026-08-25T21:56:24.123Z Compiling cargo_metadata v0.23.1
16872026-08-25T21:56:24.154Z Compiling group v0.13.0
16882026-08-25T21:56:24.171Z Compiling hubpack v0.1.2
16892026-08-25T21:56:24.326Z Compiling phf v0.13.1
16902026-08-25T21:56:24.355Z Compiling cookie_store v0.22.1
16912026-08-25T21:56:24.407Z Compiling futures v0.3.32
16922026-08-25T21:56:24.497Z Compiling hyper-tls v0.6.0
16932026-08-25T21:56:24.501Z Compiling signal-hook-mio v0.2.5
16942026-08-25T21:56:24.529Z Compiling zstd v0.13.3
16952026-08-25T21:56:24.647Z Compiling serde_with_macros v3.21.0
16962026-08-25T21:56:24.720Z Compiling reqwest v0.12.28
16972026-08-25T21:56:24.751Z Compiling cipher v0.5.2
16982026-08-25T21:56:24.813Z Compiling backtrace-ext v0.2.1
16992026-08-25T21:56:24.832Z Compiling postgres-types v0.2.12
17002026-08-25T21:56:25.028Z Compiling globset v0.4.18
17012026-08-25T21:56:25.043Z Compiling usdt-macro v0.6.0
17022026-08-25T21:56:25.073Z Compiling usdt-attr-macro v0.6.0
17032026-08-25T21:56:25.096Z Compiling byte-wrapper v0.1.0
17042026-08-25T21:56:25.286Z Compiling hkdf v0.12.4
17052026-08-25T21:56:25.465Z Compiling ed25519 v2.2.3
17062026-08-25T21:56:25.510Z Compiling crypto-bigint v0.5.5
17072026-08-25T21:56:25.527Z Compiling serde_plain v1.0.2
17082026-08-25T21:56:25.531Z Compiling serde-big-array v0.5.1
17092026-08-25T21:56:25.690Z Compiling olpc-cjson v0.1.4
17102026-08-25T21:56:25.760Z Compiling dtrace-parser v0.2.0
17112026-08-25T21:56:25.775Z Compiling phf_shared v0.11.3
17122026-08-25T21:56:25.778Z Compiling miette-derive v7.6.0
17132026-08-25T21:56:25.858Z Compiling enum-as-inner v0.6.1
17142026-08-25T21:56:25.874Z Compiling strum_macros v0.26.4
17152026-08-25T21:56:25.890Z Compiling serde_repr v0.1.20
17162026-08-25T21:56:25.978Z Compiling async-recursion v1.1.1
17172026-08-25T21:56:25.992Z Compiling float-cmp v0.10.0
17182026-08-25T21:56:26.155Z Compiling pem v3.0.6
17192026-08-25T21:56:26.174Z Compiling memmap2 v0.9.10
17202026-08-25T21:56:26.397Z Compiling thread-id v4.2.2
17212026-08-25T21:56:26.397Z Compiling supports-unicode v3.0.0
17222026-08-25T21:56:26.428Z Compiling difflib v0.4.0
17232026-08-25T21:56:26.457Z Compiling predicates-core v1.0.10
17242026-08-25T21:56:26.501Z Compiling new_debug_unreachable v1.0.6
17252026-08-25T21:56:26.515Z Compiling typed-path v0.9.3
17262026-08-25T21:56:26.532Z Compiling data-encoding v2.10.0
17272026-08-25T21:56:26.575Z Compiling fixedbitset v0.5.7
17282026-08-25T21:56:26.590Z Compiling supports-hyperlinks v3.2.0
17292026-08-25T21:56:26.605Z Compiling winnow v1.0.3
17302026-08-25T21:56:26.657Z Compiling precomputed-hash v0.1.1
17312026-08-25T21:56:26.675Z Compiling static_assertions v1.1.0
17322026-08-25T21:56:26.690Z Compiling const-oid v0.10.2
17332026-08-25T21:56:26.759Z Compiling whoami v2.1.0
17342026-08-25T21:56:26.775Z Compiling cpufeatures v0.3.0
17352026-08-25T21:56:26.779Z Compiling fixedbitset v0.4.2
17362026-08-25T21:56:26.804Z Compiling keccak v0.1.6
17372026-08-25T21:56:26.865Z Compiling normalize-line-endings v0.3.0
17382026-08-25T21:56:26.910Z Compiling digest v0.11.3
17392026-08-25T21:56:26.924Z Compiling chacha20 v0.10.0
17402026-08-25T21:56:26.975Z Compiling sha3 v0.10.8
17412026-08-25T21:56:26.999Z Compiling miette v7.6.0
17422026-08-25T21:56:27.031Z Compiling tokio-postgres v0.7.16
17432026-08-25T21:56:27.046Z Compiling predicates v3.1.4
17442026-08-25T21:56:27.156Z Compiling petgraph v0.6.5
17452026-08-25T21:56:27.156Z Compiling hickory-proto v0.25.2
17462026-08-25T21:56:27.252Z Compiling petgraph v0.8.3
17472026-08-25T21:56:27.333Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17482026-08-25T21:56:27.447Z Compiling string_cache v0.8.9
17492026-08-25T21:56:27.563Z Compiling toml_parser v1.1.2+spec-1.1.0
17502026-08-25T21:56:27.694Z Compiling toml_edit v0.22.27
17512026-08-25T21:56:27.710Z Compiling elliptic-curve v0.13.8
17522026-08-25T21:56:27.726Z Compiling strum v0.26.3
17532026-08-25T21:56:27.726Z Compiling usdt-impl v0.5.0
17542026-08-25T21:56:27.729Z Compiling usdt v0.6.0
17552026-08-25T21:56:27.772Z Compiling crossterm v0.28.1
17562026-08-25T21:56:27.873Z Compiling serde_with v3.21.0
17572026-08-25T21:56:28.044Z Compiling ed25519-dalek v2.2.0
17582026-08-25T21:56:28.127Z Compiling zip v4.6.1
17592026-08-25T21:56:28.161Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17602026-08-25T21:56:28.199Z Compiling derive_more v2.1.1
17612026-08-25T21:56:28.575Z Compiling iddqd v0.4.2
17622026-08-25T21:56:28.663Z Compiling itertools v0.15.0
17632026-08-25T21:56:28.740Z Compiling itertools v0.13.0
17642026-08-25T21:56:29.015Z Compiling similar v2.7.0
17652026-08-25T21:56:29.063Z Compiling crossbeam-epoch v0.9.18
17662026-08-25T21:56:29.091Z Compiling tokio-stream v0.1.18
17672026-08-25T21:56:29.221Z Compiling buf-list v1.1.2
17682026-08-25T21:56:29.290Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-25T21:56:29.404Z Compiling openapiv3 v2.2.0
17702026-08-25T21:56:29.521Z Compiling heck v0.4.1
17712026-08-25T21:56:29.565Z Compiling lalrpop-util v0.19.12
17722026-08-25T21:56:29.611Z Compiling peg-runtime v0.8.5
17732026-08-25T21:56:29.666Z Compiling thread_local v1.1.9
17742026-08-25T21:56:29.694Z Compiling slog-async v2.8.0
17752026-08-25T21:56:29.760Z Compiling crossbeam-channel v0.5.15
17762026-08-25T21:56:29.778Z Compiling filetime v0.2.27
17772026-08-25T21:56:29.880Z Compiling is-terminal v0.4.17
17782026-08-25T21:56:29.897Z Compiling xattr v1.6.1
17792026-08-25T21:56:29.913Z Compiling take_mut v0.2.2
17802026-08-25T21:56:29.931Z Compiling term v1.2.1
17812026-08-25T21:56:29.947Z Compiling camino-tempfile v1.4.1
17822026-08-25T21:56:30.040Z Compiling tar v0.4.46
17832026-08-25T21:56:30.232Z Compiling slog-term v2.9.2
17842026-08-25T21:56:47.381Z Compiling rustls-webpki v0.103.13
17852026-08-25T21:56:50.040Z Compiling tokio-rustls v0.26.4
17862026-08-25T21:56:50.040Z Compiling rustls-platform-verifier v0.6.2
17872026-08-25T21:56:50.043Z Compiling tough v0.22.0
17882026-08-25T21:56:50.260Z Compiling hyper-rustls v0.27.7
17892026-08-25T21:56:50.456Z Compiling reqwest v0.13.2
17902026-08-25T21:56:52.558Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-08-25T21:56:52.788Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-08-25T21:56:55.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.65s
17932026-08-25T21:56:55.836Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17942026-08-25T21:56:55.908ZAug 25 21:56:55.620 INFO Starting download, target: DendriteStub
17952026-08-25T21:56:55.908ZAug 25 21:56:55.621 INFO Starting download, target: Console
17962026-08-25T21:56:55.908ZAug 25 21:56:55.621 INFO Starting download, target: MaghemiteMgd
17972026-08-25T21:56:55.908ZAug 25 21:56:55.621 INFO Starting download, target: Cockroach
17982026-08-25T21:56:55.908ZAug 25 21:56:55.621 INFO Starting download, target: Clickhouse
17992026-08-25T21:56:55.908ZAug 25 21:56:55.621 INFO Starting download, target: MaghemiteDdmd
18002026-08-25T21:56:55.922ZAug 25 21:56:55.621 INFO Starting download, target: TransceiverControl
18012026-08-25T21:56:55.922ZAug 25 21:56:55.621 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18022026-08-25T21:56:55.922ZAug 25 21:56:55.621 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18032026-08-25T21:56:55.922ZAug 25 21:56:55.621 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18042026-08-25T21:56:55.922ZAug 25 21:56:55.621 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18052026-08-25T21:56:55.922ZAug 25 21:56:55.621 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18062026-08-25T21:56:55.922ZAug 25 21:56:55.621 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18072026-08-25T21:56:55.923ZAug 25 21:56:55.621 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18082026-08-25T21:56:56.852ZAug 25 21:56:56.565 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18092026-08-25T21:56:57.064ZAug 25 21:56:56.787 INFO Download complete, target: TransceiverControl
18102026-08-25T21:56:57.696ZAug 25 21:56:57.410 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18112026-08-25T21:56:58.040ZAug 25 21:56:57.762 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18122026-08-25T21:56:58.139ZAug 25 21:56:57.865 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18132026-08-25T21:56:58.348ZAug 25 21:56:58.069 INFO Download complete, target: Console
18142026-08-25T21:56:58.416ZAug 25 21:56:58.137 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18152026-08-25T21:56:58.707ZAug 25 21:56:58.433 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18162026-08-25T21:56:59.370ZAug 25 21:56:59.070 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18172026-08-25T21:56:59.370ZAug 25 21:56:59.070 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18182026-08-25T21:57:00.043ZAug 25 21:56:59.761 INFO Download complete, target: MaghemiteDdmd
18192026-08-25T21:57:01.018ZAug 25 21:57:00.720 INFO Download complete, target: DendriteStub
18202026-08-25T21:57:01.431ZAug 25 21:57:01.148 INFO Download complete, target: MaghemiteMgd
18212026-08-25T21:57:04.071ZAug 25 21:57:03.797 INFO Checking that binary works, target: Cockroach
18222026-08-25T21:57:04.189ZAug 25 21:57:03.914 INFO Download complete, target: Cockroach
18232026-08-25T21:57:04.607ZAug 25 21:57:04.333 INFO Checking that binary works, target: Clickhouse
18242026-08-25T21:57:04.691ZAug 25 21:57:04.417 INFO Download complete, target: Clickhouse
18252026-08-25T21:57:04.699ZAll prerequisites installed successfully
18262026-08-25T21:57:04.702Z
18272026-08-25T21:57:04.702Zreal 1:58.914108741
18282026-08-25T21:57:04.702Zuser 7:22.741076893
18292026-08-25T21:57:04.702Zsys 1:45.364224018
18302026-08-25T21:57:04.702Ztrap 0.300972436
18312026-08-25T21:57:04.702Ztflt 0.890223619
18322026-08-25T21:57:04.702Zdflt 1.681306063
18332026-08-25T21:57:04.703Zkflt 0.027432056
18342026-08-25T21:57:04.703Zlock 28:36.853872263
18352026-08-25T21:57:04.703Zslp 20:22.559021950
18362026-08-25T21:57:04.703Zlat 29.759742286
18372026-08-25T21:57:04.703Zstop 3:33.369819308
18382026-08-25T21:57:04.703Z+ ptime -m cargo xtask download softnpu
18392026-08-25T21:57:05.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18402026-08-25T21:57:05.179Z Running `target/debug/xtask download softnpu`
18412026-08-25T21:57:05.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18422026-08-25T21:57:06.016Z Running `target/debug/xtask-downloader softnpu`
18432026-08-25T21:57:06.058ZAug 25 21:57:05.784 INFO Starting download, target: Softnpu
18442026-08-25T21:57:06.062ZAug 25 21:57:05.785 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18452026-08-25T21:57:07.012ZAug 25 21:57:06.738 INFO Download complete, target: Softnpu
18462026-08-25T21:57:07.016Z
18472026-08-25T21:57:07.019Zreal 2.312143838
18482026-08-25T21:57:07.019Zuser 1.320711411
18492026-08-25T21:57:07.019Zsys 0.636544858
18502026-08-25T21:57:07.019Ztrap 0.000882950
18512026-08-25T21:57:07.019Ztflt 0.000081180
18522026-08-25T21:57:07.019Zdflt 0.000460260
18532026-08-25T21:57:07.020Zkflt 0.000000000
18542026-08-25T21:57:07.020Zlock 17.939746374
18552026-08-25T21:57:07.020Zslp 0.815736006
18562026-08-25T21:57:07.020Zlat 0.103480122
18572026-08-25T21:57:07.020Zstop 0.000190740
18582026-08-25T21:57:07.020Z+ export CARGO_INCREMENTAL=0
18592026-08-25T21:57:07.020Z+ CARGO_INCREMENTAL=0
18602026-08-25T21:57:07.020Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18612026-08-25T21:57:07.944Z Compiling proc-macro2 v1.0.106
18622026-08-25T21:57:07.944Z Compiling quote v1.0.45
18632026-08-25T21:57:07.944Z Compiling unicode-ident v1.0.24
18642026-08-25T21:57:07.951Z Compiling serde_core v1.0.228
18652026-08-25T21:57:07.952Z Compiling libc v0.2.185
18662026-08-25T21:57:07.952Z Compiling serde v1.0.228
18672026-08-25T21:57:07.953Z Compiling cfg-if v1.0.4
18682026-08-25T21:57:08.091Z Compiling version_check v0.9.5
18692026-08-25T21:57:08.095Z Compiling autocfg v1.5.0
18702026-08-25T21:57:08.095Z Compiling shlex v1.3.0
18712026-08-25T21:57:08.095Z Compiling find-msvc-tools v0.1.9
18722026-08-25T21:57:08.095Z Compiling memchr v2.8.0
18732026-08-25T21:57:08.095Z Compiling zmij v1.0.21
18742026-08-25T21:57:08.111Z Compiling serde_json v1.0.151
18752026-08-25T21:57:08.214Z Compiling portable-atomic v1.13.1
18762026-08-25T21:57:08.217Z Compiling zerocopy v0.8.55
18772026-08-25T21:57:08.495Z Compiling libm v0.2.16
18782026-08-25T21:57:08.547Z Compiling getrandom v0.4.3
18792026-08-25T21:57:08.550Z Compiling generic-array v0.14.7
18802026-08-25T21:57:08.581Z Compiling icu_properties_data v2.1.2
18812026-08-25T21:57:08.600Z Compiling smallvec v1.15.1
18822026-08-25T21:57:08.646Z Compiling icu_normalizer_data v2.1.1
18832026-08-25T21:57:08.663Z Compiling parking_lot_core v0.9.12
18842026-08-25T21:57:08.682Z Compiling num-traits v0.2.19
18852026-08-25T21:57:08.714Z Compiling itoa v1.0.17
18862026-08-25T21:57:08.809Z Compiling log v0.4.33
18872026-08-25T21:57:08.842Z Compiling subtle v2.6.1
18882026-08-25T21:57:08.846Z Compiling pkg-config v0.3.32
18892026-08-25T21:57:08.893Z Compiling stable_deref_trait v1.2.1
18902026-08-25T21:57:08.933Z Compiling rustix v1.1.4
18912026-08-25T21:57:08.973Z Compiling typenum v1.20.1
18922026-08-25T21:57:09.007Z Compiling getrandom v0.3.4
18932026-08-25T21:57:09.050Z Compiling scopeguard v1.2.0
18942026-08-25T21:57:09.079Z Compiling jobserver v0.1.34
18952026-08-25T21:57:09.082Z Compiling errno v0.3.14
18962026-08-25T21:57:09.170Z Compiling lock_api v0.4.14
18972026-08-25T21:57:09.248Z Compiling thiserror v2.0.18
18982026-08-25T21:57:09.281Z Compiling rand_core v0.10.0
18992026-08-25T21:57:09.302Z Compiling cc v1.2.56
19002026-08-25T21:57:09.320Z Compiling syn v2.0.117
19012026-08-25T21:57:09.379Z Compiling heck v0.5.0
19022026-08-25T21:57:09.459Z Compiling critical-section v1.2.0
19032026-08-25T21:57:09.488Z Compiling getrandom v0.2.17
19042026-08-25T21:57:09.503Z Compiling litemap v0.8.1
19052026-08-25T21:57:09.537Z Compiling schemars v0.8.22
19062026-08-25T21:57:09.571Z Compiling equivalent v1.0.2
19072026-08-25T21:57:09.596Z Compiling percent-encoding v2.3.2
19082026-08-25T21:57:09.628Z Compiling writeable v0.6.2
19092026-08-25T21:57:09.672Z Compiling rand_core v0.6.4
19102026-08-25T21:57:09.741Z Compiling syn v1.0.109
19112026-08-25T21:57:09.758Z Compiling pin-project-lite v0.2.17
19122026-08-25T21:57:09.860Z Compiling rustversion v1.0.22
19132026-08-25T21:57:09.945Z Compiling once_cell v1.21.3
19142026-08-25T21:57:09.964Z Compiling hashbrown v0.17.0
19152026-08-25T21:57:09.981Z Compiling fs_extra v1.3.0
19162026-08-25T21:57:10.025Z Compiling dunce v1.0.5
19172026-08-25T21:57:10.040Z Compiling cmake v0.1.57
19182026-08-25T21:57:10.075Z Compiling utf8_iter v1.0.4
19192026-08-25T21:57:10.139Z Compiling byteorder v1.5.0
19202026-08-25T21:57:10.176Z Compiling form_urlencoded v1.2.2
19212026-08-25T21:57:10.309Z Compiling strsim v0.11.1
19222026-08-25T21:57:10.391Z Compiling semver v1.0.28
19232026-08-25T21:57:10.408Z Compiling bitflags v2.11.0
19242026-08-25T21:57:10.506Z Compiling indexmap v2.14.0
19252026-08-25T21:57:10.612Z Compiling aws-lc-sys v0.40.0
19262026-08-25T21:57:10.638Z Compiling signal-hook-registry v1.4.8
19272026-08-25T21:57:10.657Z Compiling thiserror v1.0.69
19282026-08-25T21:57:10.710Z Compiling mio v1.2.0
19292026-08-25T21:57:10.746Z Compiling socket2 v0.6.3
19302026-08-25T21:57:10.844Z Compiling parking_lot v0.12.5
19312026-08-25T21:57:10.959Z Compiling futures-core v0.3.32
19322026-08-25T21:57:11.014Z Compiling aws-lc-rs v1.16.3
19332026-08-25T21:57:11.033Z Compiling const-oid v0.9.6
19342026-08-25T21:57:11.163Z Compiling iana-time-zone v0.1.65
19352026-08-25T21:57:11.200Z Compiling httparse v1.10.1
19362026-08-25T21:57:11.375Z Compiling crc32fast v1.5.0
19372026-08-25T21:57:11.434Z Compiling ucd-trie v0.1.7
19382026-08-25T21:57:11.474Z Compiling regex-syntax v0.8.10
19392026-08-25T21:57:11.564Z Compiling fnv v1.0.7
19402026-08-25T21:57:11.651Z Compiling pest v2.8.6
19412026-08-25T21:57:11.677Z Compiling uuid v1.23.4
19422026-08-25T21:57:11.726Z Compiling vcpkg v0.2.15
19432026-08-25T21:57:11.726Z Compiling ident_case v1.0.1
19442026-08-25T21:57:11.938Z Compiling rustc_version v0.4.1
19452026-08-25T21:57:12.015Z Compiling dyn-clone v1.0.20
19462026-08-25T21:57:12.036Z Compiling rustls v0.23.41
19472026-08-25T21:57:12.126Z Compiling synstructure v0.13.2
19482026-08-25T21:57:12.186Z Compiling serde_derive_internals v0.29.1
19492026-08-25T21:57:12.227Z Compiling futures-sink v0.3.32
19502026-08-25T21:57:12.326Z Compiling openssl-sys v0.9.117
19512026-08-25T21:57:12.329Z Compiling futures-channel v0.3.32
19522026-08-25T21:57:12.473Z Compiling aho-corasick v1.1.4
19532026-08-25T21:57:12.525Z Compiling slab v0.4.12
19542026-08-25T21:57:12.638Z Compiling futures-io v0.3.32
19552026-08-25T21:57:12.669Z Compiling futures-task v0.3.32
19562026-08-25T21:57:12.725Z Compiling pest_meta v2.8.6
19572026-08-25T21:57:12.873Z Compiling num-conv v0.2.0
19582026-08-25T21:57:12.911Z Compiling plain v0.2.3
19592026-08-25T21:57:12.943Z Compiling time-core v0.1.8
19602026-08-25T21:57:12.957Z Compiling radium v0.7.0
19612026-08-25T21:57:13.061Z Compiling crossbeam-utils v0.8.21
19622026-08-25T21:57:13.079Z Compiling openssl v0.10.80
19632026-08-25T21:57:13.096Z Compiling base64 v0.22.1
19642026-08-25T21:57:13.110Z Compiling time-macros v0.2.27
19652026-08-25T21:57:13.201Z Compiling base64ct v1.8.3
19662026-08-25T21:57:13.228Z Compiling pretty-hex v0.4.1
19672026-08-25T21:57:13.250Z Compiling maybe-uninit v2.0.0
19682026-08-25T21:57:13.268Z Compiling slog v2.8.2
19692026-08-25T21:57:13.336Z Compiling flagset v0.4.7
19702026-08-25T21:57:13.358Z Compiling serde_derive v1.0.228
19712026-08-25T21:57:13.376Z Compiling zeroize_derive v1.5.0
19722026-08-25T21:57:13.399Z Compiling zerofrom-derive v0.1.6
19732026-08-25T21:57:13.492Z Compiling yoke-derive v0.8.1
19742026-08-25T21:57:13.500Z Compiling zerocopy-derive v0.8.55
19752026-08-25T21:57:13.523Z Compiling zerovec-derive v0.11.2
19762026-08-25T21:57:13.542Z Compiling displaydoc v0.2.5
19772026-08-25T21:57:13.567Z Compiling tokio-macros v2.7.0
19782026-08-25T21:57:13.614Z Compiling futures-macro v0.3.32
19792026-08-25T21:57:13.630Z Compiling thiserror-impl v2.0.18
19802026-08-25T21:57:13.645Z Compiling schemars_derive v0.8.22
19812026-08-25T21:57:13.949Z Compiling der_derive v0.7.3
19822026-08-25T21:57:14.002Z Compiling tracing-attributes v0.1.31
19832026-08-25T21:57:14.020Z Compiling thiserror-impl v1.0.69
19842026-08-25T21:57:14.036Z Compiling pest_generator v2.8.6
19852026-08-25T21:57:14.091Z Compiling regex-automata v0.4.14
19862026-08-25T21:57:14.146Z Compiling pem-rfc7468 v0.7.0
19872026-08-25T21:57:14.245Z Compiling scroll_derive v0.13.1
19882026-08-25T21:57:14.298Z Compiling scroll_derive v0.12.1
19892026-08-25T21:57:14.406Z Compiling futures-util v0.3.32
19902026-08-25T21:57:14.539Z Compiling zerofrom v0.1.6
19912026-08-25T21:57:14.649Z Compiling openssl-macros v0.1.1
19922026-08-25T21:57:14.686Z Compiling yoke v0.8.1
19932026-08-25T21:57:14.704Z Compiling pest_derive v2.8.6
19942026-08-25T21:57:14.797Z Compiling rand_core v0.9.5
19952026-08-25T21:57:14.878Z Compiling zerovec v0.11.5
19962026-08-25T21:57:14.913Z Compiling zerotrie v0.2.3
19972026-08-25T21:57:15.044Z Compiling darling_core v0.23.0
19982026-08-25T21:57:15.146Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19992026-08-25T21:57:15.164Z Compiling bzip2-sys v0.1.13+1.0.8
20002026-08-25T21:57:15.195Z Compiling syn v3.0.3
20012026-08-25T21:57:15.216Z Compiling ahash v0.8.12
20022026-08-25T21:57:15.409Z Compiling native-tls v0.2.18
20032026-08-25T21:57:15.456Z Compiling tinystr v0.8.2
20042026-08-25T21:57:15.490Z Compiling potential_utf v0.1.4
20052026-08-25T21:57:15.524Z Compiling packed_struct v0.10.1
20062026-08-25T21:57:15.569Z Compiling anyhow v1.0.104
20072026-08-25T21:57:15.649Z Compiling icu_locale_core v2.1.1
20082026-08-25T21:57:15.692Z Compiling icu_collections v2.1.1
20092026-08-25T21:57:15.764Z Compiling num-bigint-dig v0.8.6
20102026-08-25T21:57:15.810Z Compiling paste v1.0.15
20112026-08-25T21:57:15.849Z Compiling zerocopy-derive v0.7.35
20122026-08-25T21:57:16.458Z Compiling icu_provider v2.1.1
20132026-08-25T21:57:16.525Z Compiling zeroize v1.9.0
20142026-08-25T21:57:16.660Z Compiling bytes v1.11.1
20152026-08-25T21:57:16.694Z Compiling chrono v0.4.45
20162026-08-25T21:57:16.736Z Compiling icu_normalizer v2.1.1
20172026-08-25T21:57:16.773Z Compiling icu_properties v2.1.2
20182026-08-25T21:57:17.155Z Compiling tokio v1.52.1
20192026-08-25T21:57:17.382Z Compiling crypto-common v0.1.7
20202026-08-25T21:57:17.398Z Compiling block-buffer v0.10.4
20212026-08-25T21:57:17.568Z Compiling serde_tokenstream v0.2.3
20222026-08-25T21:57:17.568Z Compiling der v0.7.10
20232026-08-25T21:57:17.606Z Compiling digest v0.10.7
20242026-08-25T21:57:17.739Z Compiling idna_adapter v1.2.1
20252026-08-25T21:57:17.845Z Compiling ppv-lite86 v0.2.21
20262026-08-25T21:57:17.890Z Compiling idna v1.1.0
20272026-08-25T21:57:17.978Z Compiling darling_macro v0.23.0
20282026-08-25T21:57:18.213Z Compiling http v1.4.2
20292026-08-25T21:57:18.247Z Compiling regex v1.12.3
20302026-08-25T21:57:18.318Z Compiling url v2.5.8
20312026-08-25T21:57:18.332Z Compiling tracing-core v0.1.36
20322026-08-25T21:57:18.487Z Compiling spki v0.7.3
20332026-08-25T21:57:18.638Z Compiling cookie v0.18.1
20342026-08-25T21:57:18.710Z Compiling fastrand v2.3.0
20352026-08-25T21:57:18.733Z Compiling camino v1.2.5
20362026-08-25T21:57:18.845Z Compiling cpufeatures v0.2.17
20372026-08-25T21:57:19.061Z Compiling tracing v0.1.44
20382026-08-25T21:57:19.085Z Compiling darling v0.23.0
20392026-08-25T21:57:19.178Z Compiling rand_chacha v0.9.0
20402026-08-25T21:57:19.216Z Compiling serde_spanned v0.6.9
20412026-08-25T21:57:19.279Z Compiling toml_datetime v0.6.11
20422026-08-25T21:57:19.464Z Compiling packed_struct_codegen v0.10.1
20432026-08-25T21:57:19.483Z Compiling bitfield-macros v0.19.4
20442026-08-25T21:57:19.540Z Compiling zerocopy-derive v0.6.6
20452026-08-25T21:57:19.561Z Compiling clap_derive v4.6.1
20462026-08-25T21:57:20.010Z Compiling indexmap v1.9.3
20472026-08-25T21:57:20.114Z Compiling simd-adler32 v0.3.8
20482026-08-25T21:57:20.172Z Compiling object v0.37.3
20492026-08-25T21:57:20.208Z Compiling rand v0.9.2
20502026-08-25T21:57:20.227Z Compiling http-body v1.0.1
20512026-08-25T21:57:20.295Z Compiling pkcs8 v0.10.2
20522026-08-25T21:57:20.344Z Compiling daft-derive v0.1.8
20532026-08-25T21:57:20.368Z Compiling rustls-pki-types v1.14.0
20542026-08-25T21:57:20.478Z Compiling spin v0.9.8
20552026-08-25T21:57:20.545Z Compiling usdt-impl v0.5.0
20562026-08-25T21:57:20.560Z Compiling cmov v0.5.4
20572026-08-25T21:57:20.744Z Compiling usdt-impl v0.6.0
20582026-08-25T21:57:20.784Z Compiling utf8parse v0.2.2
20592026-08-25T21:57:20.814Z Compiling ref-cast v1.0.25
20602026-08-25T21:57:20.817Z Compiling openssl-probe v0.2.1
20612026-08-25T21:57:20.858Z Compiling anstyle v1.0.14
20622026-08-25T21:57:20.911Z Compiling winnow v0.5.40
20632026-08-25T21:57:20.984Z Compiling adler2 v2.0.1
20642026-08-25T21:57:21.016Z Compiling tinyvec_macros v0.1.1
20652026-08-25T21:57:21.088Z Compiling tokio-util v0.7.18
20662026-08-25T21:57:21.104Z Compiling either v1.15.0
20672026-08-25T21:57:21.122Z Compiling miniz_oxide v0.8.9
20682026-08-25T21:57:21.126Z Compiling tinyvec v1.10.0
20692026-08-25T21:57:21.126Z Compiling anstyle-parse v1.0.0
20702026-08-25T21:57:21.248Z Compiling ctutils v0.4.2
20712026-08-25T21:57:21.329Z Compiling sha2 v0.10.9
20722026-08-25T21:57:21.524Z Compiling tempfile v3.27.0
20732026-08-25T21:57:21.663Z Compiling scroll v0.13.0
20742026-08-25T21:57:21.694Z Compiling scroll v0.12.0
20752026-08-25T21:57:21.709Z Compiling terminal_size v0.4.3
20762026-08-25T21:57:21.860Z Compiling async-trait v0.1.89
20772026-08-25T21:57:21.944Z Compiling heapless v0.7.17
20782026-08-25T21:57:22.034Z Compiling tower-layer v0.3.3
20792026-08-25T21:57:22.072Z Compiling rustix v0.38.44
20802026-08-25T21:57:22.201Z Compiling toml_edit v0.19.15
20812026-08-25T21:57:22.216Z Compiling tower-service v0.3.3
20822026-08-25T21:57:22.332Z Compiling is_terminal_polyfill v1.70.2
20832026-08-25T21:57:22.332Z Compiling untrusted v0.7.1
20842026-08-25T21:57:22.364Z Compiling winnow v0.7.14
20852026-08-25T21:57:22.384Z Compiling unicode-segmentation v1.12.0
20862026-08-25T21:57:22.400Z Compiling colorchoice v1.0.4
20872026-08-25T21:57:22.458Z Compiling atomic-waker v1.1.2
20882026-08-25T21:57:22.474Z Compiling try-lock v0.2.5
20892026-08-25T21:57:22.493Z Compiling litrs v1.0.0
20902026-08-25T21:57:22.526Z Compiling winnow v1.0.3
20912026-08-25T21:57:22.599Z Compiling signal-hook v0.3.18
20922026-08-25T21:57:22.616Z Compiling zstd-safe v7.2.4
20932026-08-25T21:57:22.657Z Compiling anstyle-query v1.1.5
20942026-08-25T21:57:22.747Z Compiling anstream v1.0.0
20952026-08-25T21:57:22.775Z Compiling want v0.3.1
20962026-08-25T21:57:22.791Z Compiling h2 v0.4.15
20972026-08-25T21:57:22.975Z Compiling document-features v0.2.12
20982026-08-25T21:57:23.276Z Compiling goblin v0.8.2
20992026-08-25T21:57:23.328Z Compiling goblin v0.10.5
21002026-08-25T21:57:23.534Z Compiling toml_parser v1.1.2+spec-1.1.0
21012026-08-25T21:57:23.584Z Compiling hybrid-array v0.4.13
21022026-08-25T21:57:23.613Z Compiling itertools v0.15.0
21032026-08-25T21:57:23.886Z Compiling ipnetwork v0.21.1
21042026-08-25T21:57:24.025Z Compiling zerocopy v0.7.35
21052026-08-25T21:57:24.095Z Compiling ipnet v2.12.0
21062026-08-25T21:57:24.145Z Compiling structmeta-derive v0.3.0
21072026-08-25T21:57:24.261Z Compiling ref-cast-impl v1.0.25
21082026-08-25T21:57:24.418Z Compiling curve25519-dalek v4.1.3
21092026-08-25T21:57:24.442Z Compiling darling_core v0.20.11
21102026-08-25T21:57:24.565Z Compiling memoffset v0.9.1
21112026-08-25T21:57:24.574Z Compiling powerfmt v0.2.0
21122026-08-25T21:57:24.682Z Compiling untrusted v0.9.0
21132026-08-25T21:57:24.782Z Compiling tap v1.0.1
21142026-08-25T21:57:24.863Z Compiling foreign-types-shared v0.1.1
21152026-08-25T21:57:24.971Z Compiling httpdate v1.0.3
21162026-08-25T21:57:24.986Z Compiling foreign-types v0.3.2
21172026-08-25T21:57:25.003Z Compiling wyz v0.5.1
21182026-08-25T21:57:25.042Z Compiling deranged v0.5.8
21192026-08-25T21:57:25.146Z Compiling structmeta v0.3.0
21202026-08-25T21:57:25.209Z Compiling unicode-normalization v0.1.25
21212026-08-25T21:57:25.378Z Compiling dtrace-parser v0.2.0
21222026-08-25T21:57:25.382Z Compiling rand_chacha v0.3.1
21232026-08-25T21:57:25.382Z Compiling signature v2.2.0
21242026-08-25T21:57:25.424Z Compiling hex v0.4.3
21252026-08-25T21:57:25.574Z Compiling dof v0.3.0
21262026-08-25T21:57:25.685Z Compiling dtrace-parser v0.3.0
21272026-08-25T21:57:25.791Z Compiling pin-project-internal v1.1.11
21282026-08-25T21:57:25.808Z Compiling num-integer v0.1.46
21292026-08-25T21:57:25.969Z Compiling hyper v1.10.1
21302026-08-25T21:57:26.067Z Compiling dof v0.4.0
21312026-08-25T21:57:26.120Z Compiling thread-id v4.2.2
21322026-08-25T21:57:26.177Z Compiling wait-timeout v0.2.1
21332026-08-25T21:57:26.193Z Compiling thread-id v5.1.0
21342026-08-25T21:57:26.221Z Compiling cfg_aliases v0.2.1
21352026-08-25T21:57:26.295Z Compiling owo-colors v4.3.0
21362026-08-25T21:57:26.311Z Compiling clap_lex v1.0.0
21372026-08-25T21:57:26.400Z Compiling darling_macro v0.20.11
21382026-08-25T21:57:26.468Z Compiling quick-error v1.2.3
21392026-08-25T21:57:26.542Z Compiling smoltcp v0.9.1
21402026-08-25T21:57:26.598Z Compiling bit-vec v0.8.0
21412026-08-25T21:57:26.614Z Compiling num_threads v0.1.7
21422026-08-25T21:57:26.651Z Compiling funty v2.0.0
21432026-08-25T21:57:26.681Z Compiling rusty-fork v0.3.1
21442026-08-25T21:57:26.733Z Compiling clap_builder v4.6.0
21452026-08-25T21:57:26.750Z Compiling nix v0.31.2
21462026-08-25T21:57:26.799Z Compiling bit-set v0.8.0
21472026-08-25T21:57:26.850Z Compiling time v0.3.47
21482026-08-25T21:57:26.899Z Compiling darling v0.20.11
21492026-08-25T21:57:26.982Z Compiling bitvec v1.0.1
21502026-08-25T21:57:26.999Z Compiling num-iter v0.1.45
21512026-08-25T21:57:27.062Z Compiling hyper-util v0.1.20
21522026-08-25T21:57:27.146Z Compiling rand v0.8.6
21532026-08-25T21:57:27.196Z Compiling lazy_static v1.5.0
21542026-08-25T21:57:27.327Z Compiling hmac v0.12.1
21552026-08-25T21:57:27.343Z Compiling erased-serde v0.3.31
21562026-08-25T21:57:27.543Z Compiling rand_xorshift v0.4.0
21572026-08-25T21:57:27.715Z Compiling curve25519-dalek-derive v0.1.1
21582026-08-25T21:57:27.736Z Compiling sync_wrapper v1.0.2
21592026-08-25T21:57:27.858Z Compiling siphasher v1.0.2
21602026-08-25T21:57:28.059Z Compiling unarray v0.1.4
21612026-08-25T21:57:28.075Z Compiling nodrop v0.1.14
21622026-08-25T21:57:28.159Z Compiling zlib-rs v0.6.2
21632026-08-25T21:57:28.194Z Compiling crc-catalog v2.4.0
21642026-08-25T21:57:28.307Z Compiling crc v3.4.0
21652026-08-25T21:57:28.326Z Compiling clap v4.6.1
21662026-08-25T21:57:28.466Z Compiling proptest v1.11.0
21672026-08-25T21:57:28.520Z Compiling array-init v0.0.4
21682026-08-25T21:57:28.746Z Compiling tower v0.5.3
21692026-08-25T21:57:29.710Z Compiling smallvec v0.6.14
21702026-08-25T21:57:29.727Z Compiling derive_builder_core v0.20.2
21712026-08-25T21:57:29.773Z Compiling pkcs1 v0.7.5
21722026-08-25T21:57:29.950Z Compiling http-body-util v0.1.3
21732026-08-25T21:57:29.954Z Compiling zerocopy v0.6.6
21742026-08-25T21:57:30.014Z Compiling bitfield v0.19.4
21752026-08-25T21:57:30.146Z Compiling hubpack_derive v0.1.1
21762026-08-25T21:57:30.214Z Compiling flate2 v1.1.9
21772026-08-25T21:57:30.228Z Compiling snafu-derive v0.8.9
21782026-08-25T21:57:30.353Z Compiling strum_macros v0.27.2
21792026-08-25T21:57:30.358Z Compiling strum_macros v0.26.4
21802026-08-25T21:57:30.455Z Compiling env_filter v2.0.0
21812026-08-25T21:57:30.494Z Compiling fs-err v3.3.0
21822026-08-25T21:57:30.623Z Compiling iri-string v0.7.10
21832026-08-25T21:57:30.663Z Compiling allocator-api2 v0.2.21
21842026-08-25T21:57:30.724Z Compiling unicode-bidi v0.3.18
21852026-08-25T21:57:30.998Z Compiling base64 v0.21.7
21862026-08-25T21:57:30.999Z Compiling unicode-properties v0.1.4
21872026-08-25T21:57:31.033Z Compiling hashbrown v0.12.3
21882026-08-25T21:57:31.205Z Compiling ryu v1.0.23
21892026-08-25T21:57:31.310Z Compiling gimli v0.32.3
21902026-08-25T21:57:31.868Z Compiling tower-http v0.6.8
21912026-08-25T21:57:31.894Z Compiling serde_urlencoded v0.7.1
21922026-08-25T21:57:31.933Z Compiling ron v0.8.1
21932026-08-25T21:57:31.997Z Compiling stringprep v0.1.5
21942026-08-25T21:57:32.228Z Compiling env_logger v0.11.11
21952026-08-25T21:57:32.300Z Compiling newtype-uuid v1.3.2
21962026-08-25T21:57:32.304Z Compiling derive_builder_macro v0.20.2
21972026-08-25T21:57:32.365Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21982026-08-25T21:57:32.368Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21992026-08-25T21:57:32.555Z Compiling rsa v0.9.10
22002026-08-25T21:57:32.632Z Compiling oxnet v0.1.6
22012026-08-25T21:57:32.769Z Compiling serde-hex v0.1.0
22022026-08-25T21:57:32.794Z Compiling hashbrown v0.13.2
22032026-08-25T21:57:32.992Z Compiling addr2line v0.25.1
22042026-08-25T21:57:33.032Z Compiling tokio-native-tls v0.3.1
22052026-08-25T21:57:33.035Z Compiling bzip2 v0.4.4
22062026-08-25T21:57:33.066Z Compiling usdt-attr-macro v0.6.0
22072026-08-25T21:57:33.066Z Compiling usdt-macro v0.6.0
22082026-08-25T21:57:33.204Z Compiling derive-ex v0.1.8
22092026-08-25T21:57:33.223Z Compiling crypto-common v0.2.2
22102026-08-25T21:57:33.239Z Compiling block-buffer v0.12.1
22112026-08-25T21:57:33.265Z Compiling block-padding v0.4.2
22122026-08-25T21:57:33.485Z Compiling convert_case v0.10.0
22132026-08-25T21:57:33.770Z Compiling rustls-native-certs v0.8.3
22142026-08-25T21:57:33.910Z Compiling x509-cert v0.2.5
22152026-08-25T21:57:33.989Z Compiling md-5 v0.10.6
22162026-08-25T21:57:34.027Z Compiling bstr v1.12.1
22172026-08-25T21:57:34.328Z Compiling vergen-lib v9.1.0
22182026-08-25T21:57:34.373Z Compiling hash32 v0.2.1
22192026-08-25T21:57:34.441Z Compiling encoding_rs v0.8.35
22202026-08-25T21:57:34.587Z Compiling cpufeatures v0.3.0
22212026-08-25T21:57:34.636Z Compiling mime v0.3.17
22222026-08-25T21:57:34.689Z Compiling unicode-width v0.2.0
22232026-08-25T21:57:34.706Z Compiling rustc-demangle v0.1.27
22242026-08-25T21:57:34.709Z Compiling psl-types v2.0.11
22252026-08-25T21:57:34.755Z Compiling fallible-iterator v0.2.0
22262026-08-25T21:57:34.895Z Compiling crc-any v2.5.0
22272026-08-25T21:57:34.951Z Compiling publicsuffix v2.3.0
22282026-08-25T21:57:35.071Z Compiling postgres-protocol v0.6.10
22292026-08-25T21:57:35.129Z Compiling backtrace v0.3.76
22302026-08-25T21:57:35.145Z Compiling test-strategy v0.4.5
22312026-08-25T21:57:35.742Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22322026-08-25T21:57:35.760Z Compiling derive_more-impl v2.1.1
22332026-08-25T21:57:35.960Z Compiling inout v0.2.2
22342026-08-25T21:57:36.072Z Compiling object v0.30.4
22352026-08-25T21:57:36.089Z Compiling zip v0.6.6
22362026-08-25T21:57:36.134Z Compiling hyper-tls v0.6.0
22372026-08-25T21:57:36.153Z Compiling daft v0.1.8
22382026-08-25T21:57:36.153Z Compiling derive_builder v0.20.2
22392026-08-25T21:57:36.324Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22402026-08-25T21:57:36.376Z Compiling phf_shared v0.13.1
22412026-08-25T21:57:36.450Z Compiling pin-project v1.1.11
22422026-08-25T21:57:36.601Z Compiling toml v0.7.8
22432026-08-25T21:57:36.617Z Compiling heck v0.4.1
22442026-08-25T21:57:36.650Z Compiling serde_with_macros v3.21.0
22452026-08-25T21:57:36.725Z Compiling futures-executor v0.3.32
22462026-08-25T21:57:36.856Z Compiling serde_repr v0.1.20
22472026-08-25T21:57:36.893Z Compiling miette-derive v7.6.0
22482026-08-25T21:57:36.978Z Compiling enum-as-inner v0.6.1
22492026-08-25T21:57:37.062Z Compiling async-recursion v1.1.1
22502026-08-25T21:57:37.102Z Compiling ff v0.13.1
22512026-08-25T21:57:37.129Z Compiling vergen v9.1.0
22522026-08-25T21:57:37.145Z Compiling cargo-platform v0.3.2
22532026-08-25T21:57:37.262Z Compiling jiff-core v0.1.0
22542026-08-25T21:57:37.346Z Compiling same-file v1.0.6
22552026-08-25T21:57:37.411Z Compiling libbz2-rs-sys v0.2.2
22562026-08-25T21:57:37.415Z Compiling is_ci v1.2.0
22572026-08-25T21:57:37.510Z Compiling foldhash v0.1.5
22582026-08-25T21:57:37.686Z Compiling base16ct v0.2.0
22592026-08-25T21:57:37.701Z Compiling bitflags v1.3.2
22602026-08-25T21:57:37.727Z Compiling foldhash v0.2.0
22612026-08-25T21:57:37.777Z Compiling managed v0.8.0
22622026-08-25T21:57:37.794Z Compiling path-slash v0.1.5
22632026-08-25T21:57:37.872Z Compiling bumpalo v3.20.2
22642026-08-25T21:57:37.938Z Compiling smawk v0.3.2
22652026-08-25T21:57:38.034Z Compiling unicode-linebreak v0.1.5
22662026-08-25T21:57:38.071Z Compiling jiff v0.2.34
22672026-08-25T21:57:38.144Z Compiling zopfli v0.8.3
22682026-08-25T21:57:38.255Z Compiling textwrap v0.16.2
22692026-08-25T21:57:38.270Z Compiling hashbrown v0.16.1
22702026-08-25T21:57:38.307Z Compiling sec1 v0.7.3
22712026-08-25T21:57:38.444Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22722026-08-25T21:57:38.604Z Compiling bzip2 v0.6.1
22732026-08-25T21:57:38.666Z Compiling hashbrown v0.15.5
22742026-08-25T21:57:38.827Z Compiling supports-color v3.0.2
22752026-08-25T21:57:38.854Z Compiling walkdir v2.5.0
22762026-08-25T21:57:38.905Z Compiling cargo_metadata v0.23.1
22772026-08-25T21:57:38.926Z Compiling group v0.13.0
22782026-08-25T21:57:39.151Z Compiling futures v0.3.32
22792026-08-25T21:57:39.606Z Compiling phf v0.13.1
22802026-08-25T21:57:39.624Z Compiling snafu v0.8.9
22812026-08-25T21:57:39.656Z Compiling reqwest v0.12.28
22822026-08-25T21:57:39.782Z Compiling cipher v0.5.2
22832026-08-25T21:57:39.977Z Compiling signal-hook-mio v0.2.5
22842026-08-25T21:57:39.995Z Compiling cookie_store v0.22.1
22852026-08-25T21:57:40.069Z Compiling zstd v0.13.3
22862026-08-25T21:57:40.116Z Compiling backtrace-ext v0.2.1
22872026-08-25T21:57:40.160Z Compiling postgres-types v0.2.12
22882026-08-25T21:57:40.229Z Compiling globset v0.4.18
22892026-08-25T21:57:40.291Z Compiling strum v0.27.2
22902026-08-25T21:57:40.354Z Compiling hubpack v0.1.2
22912026-08-25T21:57:40.455Z Compiling phf_shared v0.11.3
22922026-08-25T21:57:40.488Z Compiling hkdf v0.12.4
22932026-08-25T21:57:40.569Z Compiling crossbeam-epoch v0.9.18
22942026-08-25T21:57:40.605Z Compiling byte-wrapper v0.1.0
22952026-08-25T21:57:40.626Z Compiling olpc-cjson v0.1.4
22962026-08-25T21:57:40.658Z Compiling ed25519 v2.2.3
22972026-08-25T21:57:40.883Z Compiling crypto-bigint v0.5.5
22982026-08-25T21:57:40.897Z Compiling serde_plain v1.0.2
22992026-08-25T21:57:40.928Z Compiling serde-big-array v0.5.1
23002026-08-25T21:57:40.959Z Compiling pem v3.0.6
23012026-08-25T21:57:41.104Z Compiling float-cmp v0.10.0
23022026-08-25T21:57:41.121Z Compiling memmap2 v0.9.10
23032026-08-25T21:57:41.152Z Compiling unicode-width v0.1.14
23042026-08-25T21:57:41.270Z Compiling static_assertions v1.1.0
23052026-08-25T21:57:41.355Z Compiling fixedbitset v0.5.7
23062026-08-25T21:57:41.371Z Compiling difflib v0.4.0
23072026-08-25T21:57:41.375Z Compiling normalize-line-endings v0.3.0
23082026-08-25T21:57:41.420Z Compiling new_debug_unreachable v1.0.6
23092026-08-25T21:57:41.445Z Compiling keccak v0.1.6
23102026-08-25T21:57:41.453Z Compiling toml_write v0.1.2
23112026-08-25T21:57:41.488Z Compiling typed-path v0.9.3
23122026-08-25T21:57:41.505Z Compiling precomputed-hash v0.1.1
23132026-08-25T21:57:41.610Z Compiling supports-unicode v3.0.0
23142026-08-25T21:57:41.626Z Compiling fixedbitset v0.4.2
23152026-08-25T21:57:41.667Z Compiling const-oid v0.10.2
23162026-08-25T21:57:41.670Z Compiling whoami v2.1.0
23172026-08-25T21:57:41.697Z Compiling data-encoding v2.10.0
23182026-08-25T21:57:41.834Z Compiling predicates-core v1.0.10
23192026-08-25T21:57:41.866Z Compiling supports-hyperlinks v3.2.0
23202026-08-25T21:57:41.988Z Compiling miette v7.6.0
23212026-08-25T21:57:42.006Z Compiling hickory-proto v0.25.2
23222026-08-25T21:57:42.038Z Compiling predicates v3.1.4
23232026-08-25T21:57:42.042Z Compiling tokio-postgres v0.7.16
23242026-08-25T21:57:42.225Z Compiling chacha20 v0.10.0
23252026-08-25T21:57:42.244Z Compiling digest v0.11.3
23262026-08-25T21:57:42.248Z Compiling petgraph v0.6.5
23272026-08-25T21:57:42.455Z Compiling elliptic-curve v0.13.8
23282026-08-25T21:57:42.472Z Compiling toml_edit v0.22.27
23292026-08-25T21:57:42.624Z Compiling sha3 v0.10.8
23302026-08-25T21:57:42.641Z Compiling string_cache v0.8.9
23312026-08-25T21:57:42.676Z Compiling petgraph v0.8.3
23322026-08-25T21:57:42.910Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23332026-08-25T21:57:43.002Z Compiling usdt v0.6.0
23342026-08-25T21:57:43.587Z Compiling ed25519-dalek v2.2.0
23352026-08-25T21:57:43.769Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23362026-08-25T21:57:44.432Z Compiling zip v4.6.1
23372026-08-25T21:57:44.586Z Compiling crossterm v0.28.1
23382026-08-25T21:57:44.857Z Compiling iddqd v0.4.2
23392026-08-25T21:57:45.049Z Compiling serde_with v3.21.0
23402026-08-25T21:57:45.097Z Compiling derive_more v2.1.1
23412026-08-25T21:57:45.221Z Compiling similar v2.7.0
23422026-08-25T21:57:45.325Z Compiling strum v0.26.3
23432026-08-25T21:57:45.480Z Compiling tokio-stream v0.1.18
23442026-08-25T21:57:45.504Z Compiling itertools v0.13.0
23452026-08-25T21:57:45.627Z Compiling buf-list v1.1.2
23462026-08-25T21:57:45.720Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23472026-08-25T21:57:45.906Z Compiling openapiv3 v2.2.0
23482026-08-25T21:57:46.108Z Compiling peg-runtime v0.8.5
23492026-08-25T21:57:46.366Z Compiling lalrpop-util v0.19.12
23502026-08-25T21:58:00.898Z Compiling rustls-webpki v0.103.13
23512026-08-25T21:58:04.768Z Compiling tokio-rustls v0.26.4
23522026-08-25T21:58:05.050Z Compiling hyper-rustls v0.27.7
23532026-08-25T21:58:05.089Z Compiling rustls-platform-verifier v0.6.2
23542026-08-25T21:58:05.316Z Compiling reqwest v0.13.2
23552026-08-25T21:58:05.357Z Compiling tough v0.22.0
23562026-08-25T21:58:07.999Z Compiling macaddr v1.0.1
23572026-08-25T21:58:08.043Z Compiling rayon-core v1.13.0
23582026-08-25T21:58:08.171Z Compiling crucible-workspace-hack v0.1.0
23592026-08-25T21:58:08.203Z Compiling secrecy v0.10.3
23602026-08-25T21:58:08.275Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23612026-08-25T21:58:08.314Z Compiling heapless v0.8.0
23622026-08-25T21:58:08.344Z Compiling toml_datetime v0.7.5+spec-1.1.0
23632026-08-25T21:58:08.413Z Compiling crossbeam-deque v0.8.6
23642026-08-25T21:58:08.488Z Compiling ingot-macros v0.2.0
23652026-08-25T21:58:08.556Z Compiling toml_edit v0.23.10+spec-1.0.0
23662026-08-25T21:58:08.598Z Compiling inout v0.1.4
23672026-08-25T21:58:08.654Z Compiling hash32 v0.3.1
23682026-08-25T21:58:08.672Z Compiling multer v3.1.0
23692026-08-25T21:58:08.697Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23702026-08-25T21:58:08.786Z Compiling thread_local v1.1.9
23712026-08-25T21:58:08.853Z Compiling compression-core v0.4.31
23722026-08-25T21:58:08.869Z Compiling match_cfg v0.1.0
23732026-08-25T21:58:08.894Z Compiling smoltcp v0.11.0
23742026-08-25T21:58:08.908Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23752026-08-25T21:58:08.911Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23762026-08-25T21:58:08.965Z Compiling slog-async v2.8.0
23772026-08-25T21:58:09.003Z Compiling compression-codecs v0.4.37
23782026-08-25T21:58:09.048Z Compiling hostname v0.3.1
23792026-08-25T21:58:09.189Z Compiling proc-macro-crate v3.4.0
23802026-08-25T21:58:09.236Z Compiling cipher v0.4.4
23812026-08-25T21:58:09.270Z Compiling atomicwrites v0.4.4
23822026-08-25T21:58:09.343Z Compiling slog-json v2.6.1
23832026-08-25T21:58:09.368Z Compiling crossbeam-channel v0.5.15
23842026-08-25T21:58:09.450Z Compiling half v2.7.1
23852026-08-25T21:58:09.467Z Compiling newtype-uuid-macros v0.1.0
23862026-08-25T21:58:09.518Z Compiling universal-hash v0.5.1
23872026-08-25T21:58:09.592Z Compiling serde_tokenstream v0.3.0
23882026-08-25T21:58:09.622Z Compiling cobs v0.3.0
23892026-08-25T21:58:09.639Z Compiling thiserror-impl-no-std v2.0.2
23902026-08-25T21:58:09.683Z Compiling async-stream-impl v0.3.6
23912026-08-25T21:58:09.765Z Compiling toml_datetime v1.1.1+spec-1.1.0
23922026-08-25T21:58:09.818Z Compiling serde_spanned v1.1.1
23932026-08-25T21:58:09.915Z Compiling is-terminal v0.4.17
23942026-08-25T21:58:09.915Z Compiling dropshot v0.17.1
23952026-08-25T21:58:09.989Z Compiling proc-macro-error-attr v1.0.4
23962026-08-25T21:58:10.037Z Compiling convert_case v0.4.0
23972026-08-25T21:58:10.069Z Compiling opaque-debug v0.3.1
23982026-08-25T21:58:10.153Z Compiling term v1.2.1
23992026-08-25T21:58:10.170Z Compiling take_mut v0.2.2
24002026-08-25T21:58:10.199Z Compiling toml_writer v1.1.1+spec-1.1.0
24012026-08-25T21:58:10.216Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24022026-08-25T21:58:10.230Z Compiling ciborium-io v0.2.2
24032026-08-25T21:58:10.283Z Compiling async-stream v0.3.6
24042026-08-25T21:58:10.341Z Compiling ciborium-ll v0.2.2
24052026-08-25T21:58:10.358Z Compiling derive_more v0.99.20
24062026-08-25T21:58:10.442Z Compiling toml v1.1.2+spec-1.1.0
24072026-08-25T21:58:10.481Z Compiling slog-term v2.9.2
24082026-08-25T21:58:10.558Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24092026-08-25T21:58:10.679Z Compiling thiserror-no-std v2.0.2
24102026-08-25T21:58:10.695Z Compiling poly1305 v0.8.0
24112026-08-25T21:58:10.772Z Compiling oxide-generation-macros v0.2.0
24122026-08-25T21:58:10.795Z Compiling postcard v1.1.3
24132026-08-25T21:58:11.068Z Compiling num_enum_derive v0.7.6
24142026-08-25T21:58:11.085Z Compiling ingot-types v0.2.0
24152026-08-25T21:58:11.100Z Compiling slog-bunyan v2.5.0
24162026-08-25T21:58:11.184Z Compiling chacha20 v0.9.1
24172026-08-25T21:58:11.441Z Compiling async-compression v0.4.41
24182026-08-25T21:58:11.462Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24192026-08-25T21:58:11.481Z Compiling ingot v0.2.1
24202026-08-25T21:58:11.499Z Compiling sha1 v0.11.0
24212026-08-25T21:58:11.563Z Compiling oxide-generation v0.1.3
24222026-08-25T21:58:11.778Z Compiling parse-display-derive v0.10.0
24232026-08-25T21:58:11.921Z Compiling proc-macro-crate v1.3.1
24242026-08-25T21:58:11.964Z Compiling waitgroup v0.1.2
24252026-08-25T21:58:11.979Z Compiling rustls-pemfile v2.2.0
24262026-08-25T21:58:12.018Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24272026-08-25T21:58:12.135Z Compiling backon v1.6.0
24282026-08-25T21:58:12.273Z Compiling blake2 v0.10.6
24292026-08-25T21:58:12.299Z Compiling dropshot_endpoint v0.17.1
24302026-08-25T21:58:12.390Z Compiling aead v0.5.2
24312026-08-25T21:58:12.404Z Compiling password-hash v0.5.0
24322026-08-25T21:58:12.480Z Compiling foreign-types-macros v0.2.3
24332026-08-25T21:58:12.541Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24342026-08-25T21:58:12.603Z Compiling serde_path_to_error v0.1.20
24352026-08-25T21:58:12.803Z Compiling hostname v0.4.2
24362026-08-25T21:58:12.821Z Compiling proc-macro-error v1.0.4
24372026-08-25T21:58:12.960Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24382026-08-25T21:58:12.985Z Compiling instant v0.1.13
24392026-08-25T21:58:13.072Z Compiling debug-ignore v1.0.5
24402026-08-25T21:58:13.097Z Compiling foreign-types-shared v0.3.1
24412026-08-25T21:58:13.101Z Compiling illumos-nvpair-sys v0.2.0
24422026-08-25T21:58:13.158Z Compiling backoff v0.4.0
24432026-08-25T21:58:13.198Z Compiling foreign-types v0.5.0
24442026-08-25T21:58:13.214Z Compiling argon2 v0.5.3
24452026-08-25T21:58:13.236Z Compiling chacha20poly1305 v0.10.1
24462026-08-25T21:58:13.251Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24472026-08-25T21:58:13.268Z Compiling parse-display v0.10.0
24482026-08-25T21:58:13.299Z Compiling num_enum_derive v0.5.11
24492026-08-25T21:58:13.362Z Compiling num_enum v0.7.6
24502026-08-25T21:58:13.398Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24512026-08-25T21:58:13.401Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24522026-08-25T21:58:13.429Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24532026-08-25T21:58:13.509Z Compiling vsss-rs v3.3.4
24542026-08-25T21:58:13.706Z Compiling ciborium v0.2.2
24552026-08-25T21:58:13.928Z Compiling regress v0.10.5
24562026-08-25T21:58:13.958Z Compiling itertools v0.14.0
24572026-08-25T21:58:13.986Z Compiling tabwriter v1.4.1
24582026-08-25T21:58:14.064Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24592026-08-25T21:58:14.083Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24602026-08-25T21:58:14.100Z Compiling cstr-argument v0.1.2
24612026-08-25T21:58:14.228Z Compiling humantime v2.3.0
24622026-08-25T21:58:14.247Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24632026-08-25T21:58:14.291Z Compiling num_enum v0.5.11
24642026-08-25T21:58:14.376Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24652026-08-25T21:58:14.443Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24662026-08-25T21:58:14.505Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24672026-08-25T21:58:14.588Z Compiling rayon v1.11.0
24682026-08-25T21:58:14.652Z Compiling rand v0.10.1
24692026-08-25T21:58:14.682Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24702026-08-25T21:58:14.697Z Compiling colored v3.1.1
24712026-08-25T21:58:14.715Z Compiling indent_write v2.2.0
24722026-08-25T21:58:14.781Z Compiling libefi-sys v0.1.0
24732026-08-25T21:58:14.798Z Compiling zone_cfg_derive v0.3.1
24742026-08-25T21:58:14.825Z Compiling illumos-nvpair v0.3.0
24752026-08-25T21:58:14.882Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24762026-08-25T21:58:15.026Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24772026-08-25T21:58:15.029Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24782026-08-25T21:58:15.067Z Compiling camino-tempfile v1.4.1
24792026-08-25T21:58:15.083Z Compiling itertools v0.12.1
24802026-08-25T21:58:15.129Z Compiling usdt-macro v0.5.0
24812026-08-25T21:58:15.294Z Compiling usdt-attr-macro v0.5.0
24822026-08-25T21:58:15.318Z Compiling bitfield-struct v0.6.2
24832026-08-25T21:58:15.385Z Compiling num-derive v0.4.2
24842026-08-25T21:58:15.435Z Compiling blake3 v1.8.5
24852026-08-25T21:58:15.452Z Compiling sigpipe v0.1.3
24862026-08-25T21:58:15.470Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24872026-08-25T21:58:15.487Z Compiling memmap v0.7.0
24882026-08-25T21:58:15.521Z Compiling glob v0.3.3
24892026-08-25T21:58:15.564Z Compiling swrite v0.1.0
24902026-08-25T21:58:15.590Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24912026-08-25T21:58:15.688Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24922026-08-25T21:58:15.859Z Compiling smf v0.2.3
24932026-08-25T21:58:15.970Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24942026-08-25T21:58:16.003Z Compiling filetime v0.2.27
24952026-08-25T21:58:16.056Z Compiling usdt v0.5.0
24962026-08-25T21:58:16.061Z Compiling arrayvec v0.7.6
24972026-08-25T21:58:16.226Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24982026-08-25T21:58:16.251Z Compiling xattr v1.6.1
24992026-08-25T21:58:16.271Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25002026-08-25T21:58:16.287Z Compiling whoami v1.6.1
25012026-08-25T21:58:16.318Z Compiling arrayref v0.3.9
25022026-08-25T21:58:16.335Z Compiling constant_time_eq v0.4.2
25032026-08-25T21:58:16.356Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25042026-08-25T21:58:16.415Z Compiling zone v0.3.1
25052026-08-25T21:58:16.450Z Compiling tar v0.4.46
25062026-08-25T21:58:16.467Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-08-25T21:58:16.564Z Compiling tokio-dtrace v0.1.1
25082026-08-25T21:58:16.685Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25092026-08-25T21:58:16.742Z Compiling gethostname v0.5.0
25102026-08-25T21:58:16.770Z Compiling console v0.16.2
25112026-08-25T21:58:16.919Z Compiling topological-sort v0.2.2
25122026-08-25T21:58:16.941Z Compiling unit-prefix v0.5.2
25132026-08-25T21:58:16.961Z Compiling oxide-tokio-rt v0.1.4
25142026-08-25T21:58:16.988Z Compiling toml v0.8.23
25152026-08-25T21:58:17.108Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25162026-08-25T21:58:17.141Z Compiling shell-words v1.1.1
25172026-08-25T21:58:17.398Z Compiling indicatif v0.18.4
25182026-08-25T21:58:26.495Z Compiling progenitor-client v0.14.0
25192026-08-25T21:58:26.495Z Compiling omicron-zone-package v0.12.3
25202026-08-25T21:58:26.736Z Compiling progenitor-extras v0.2.0
25212026-08-25T21:58:27.032Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25222026-08-25T21:58:27.173Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25232026-08-25T21:58:27.208Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25242026-08-25T21:58:27.260Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25252026-08-25T21:58:27.292Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25262026-08-25T21:58:27.344Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25272026-08-25T21:58:27.483Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25282026-08-25T21:58:27.596Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25292026-08-25T21:58:27.846Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-08-25T21:58:31.436Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25312026-08-25T21:58:40.466Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-08-25T21:58:43.783Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25332026-08-25T21:58:44.867Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25342026-08-25T21:58:55.200Z Finished `release` profile [optimized] target(s) in 1m 48s
25352026-08-25T21:58:55.346Z Running `target/release/omicron-package -t test target create -p dev`
25362026-08-25T21:58:55.407ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372026-08-25T21:58:55.410ZCreated new build target 'test' and set it as active
25382026-08-25T21:58:55.410Z
25392026-08-25T21:58:55.411Zreal 1:48.388387241
25402026-08-25T21:58:55.411Zuser 17:54.895863270
25412026-08-25T21:58:55.411Zsys 2:48.061690741
25422026-08-25T21:58:55.411Ztrap 0.509384645
25432026-08-25T21:58:55.411Ztflt 2.204607658
25442026-08-25T21:58:55.411Zdflt 4.860145627
25452026-08-25T21:58:55.411Zkflt 0.000490560
25462026-08-25T21:58:55.411Zlock 58:35.394411884
25472026-08-25T21:58:55.411Zslp 45:25.384223405
25482026-08-25T21:58:55.411Zlat 52.750721990
25492026-08-25T21:58:55.411Zstop 6:30.361331163
25502026-08-25T21:58:55.411Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25512026-08-25T21:58:56.320Z Finished `release` profile [optimized] target(s) in 0.89s
25522026-08-25T21:58:56.390Z Running `target/release/omicron-package -t test package`
25532026-08-25T21:58:56.446ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542026-08-25T21:58:57.899Z Compiling heck v0.5.0
25552026-08-25T21:58:57.899Z Compiling regress v0.11.1
25562026-08-25T21:58:58.150Z Compiling unsafe-libyaml v0.2.11
25572026-08-25T21:58:58.167Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25582026-08-25T21:58:58.194Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25592026-08-25T21:58:58.194Z Compiling derive-where v1.6.0
25602026-08-25T21:58:58.197Z Compiling bytecount v0.6.9
25612026-08-25T21:58:58.259Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25622026-08-25T21:58:58.281Z Compiling atomicwrites v0.4.4
25632026-08-25T21:58:58.285Z Compiling is-terminal v0.4.17
25642026-08-25T21:58:58.285Z Compiling prettyplease v0.2.37
25652026-08-25T21:58:58.285Z Compiling newline-converter v0.3.0
25662026-08-25T21:58:58.304Z Compiling console v0.15.11
25672026-08-25T21:58:58.346Z Compiling slog-dtrace v0.3.0
25682026-08-25T21:58:58.367Z Compiling resolv-conf v0.7.6
25692026-08-25T21:58:58.435Z Compiling cancel-safe-futures v0.1.5
25702026-08-25T21:58:58.460Z Compiling num-rational v0.4.2
25712026-08-25T21:58:58.482Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25722026-08-25T21:58:58.484Z Compiling num-complex v0.4.6
25732026-08-25T21:58:58.485Z Compiling thread_local v1.1.9
25742026-08-25T21:58:58.580Z Compiling compression-core v0.4.31
25752026-08-25T21:58:58.666Z Compiling serde_yaml v0.9.34+deprecated
25762026-08-25T21:58:58.761Z Compiling match_cfg v0.1.0
25772026-08-25T21:58:58.815Z Compiling compression-codecs v0.4.37
25782026-08-25T21:58:58.857Z Compiling expectorate v1.2.0
25792026-08-25T21:58:58.954Z Compiling num v0.4.3
25802026-08-25T21:58:58.985Z Compiling hostname v0.3.1
25812026-08-25T21:58:59.010Z Compiling multer v3.1.0
25822026-08-25T21:58:59.059Z Compiling slog-async v2.8.0
25832026-08-25T21:58:59.082Z Compiling crossbeam-channel v0.5.15
25842026-08-25T21:58:59.085Z Compiling slog-json v2.6.1
25852026-08-25T21:58:59.129Z Compiling toml_datetime v1.1.1+spec-1.1.0
25862026-08-25T21:58:59.130Z Compiling serde_spanned v1.1.1
25872026-08-25T21:58:59.176Z Compiling float-ord v0.3.2
25882026-08-25T21:58:59.179Z Compiling take_mut v0.2.2
25892026-08-25T21:58:59.317Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25902026-08-25T21:58:59.339Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25912026-08-25T21:58:59.339Z Compiling term v1.2.1
25922026-08-25T21:58:59.345Z Compiling linked-hash-map v0.5.6
25932026-08-25T21:58:59.407Z Compiling linear-map v1.2.0
25942026-08-25T21:58:59.430Z Compiling toml_writer v1.1.1+spec-1.1.0
25952026-08-25T21:58:59.433Z Compiling oxide-update-engine-types v0.1.2
25962026-08-25T21:58:59.476Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25972026-08-25T21:58:59.527Z Compiling slog-bunyan v2.5.0
25982026-08-25T21:58:59.624Z Compiling typify-impl v0.6.2
25992026-08-25T21:58:59.648Z Compiling slog-term v2.9.2
26002026-08-25T21:58:59.670Z Compiling toml v1.1.2+spec-1.1.0
26012026-08-25T21:58:59.694Z Compiling lru-cache v0.1.2
26022026-08-25T21:58:59.716Z Compiling async-compression v0.4.41
26032026-08-25T21:58:59.900Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26042026-08-25T21:58:59.954Z Compiling dropshot v0.17.1
26052026-08-25T21:58:59.975Z Compiling async-stream v0.3.6
26062026-08-25T21:59:00.018Z Compiling progenitor-client v0.14.0
26072026-08-25T21:59:00.050Z Compiling sha1 v0.11.0
26082026-08-25T21:59:00.072Z Compiling oxide-generation v0.1.3
26092026-08-25T21:59:00.134Z Compiling waitgroup v0.1.2
26102026-08-25T21:59:00.169Z Compiling rustls-pemfile v2.2.0
26112026-08-25T21:59:00.173Z Compiling backon v1.6.0
26122026-08-25T21:59:00.293Z Compiling hostname v0.4.2
26132026-08-25T21:59:00.335Z Compiling serde_path_to_error v0.1.20
26142026-08-25T21:59:00.338Z Compiling instant v0.1.13
26152026-08-25T21:59:00.391Z Compiling debug-ignore v1.0.5
26162026-08-25T21:59:00.413Z Compiling minimal-lexical v0.2.1
26172026-08-25T21:59:00.435Z Compiling progenitor-extras v0.2.0
26182026-08-25T21:59:00.463Z Compiling backoff v0.4.0
26192026-08-25T21:59:00.484Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26202026-08-25T21:59:00.528Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26212026-08-25T21:59:00.703Z Compiling oxide-update-engine v0.1.2
26222026-08-25T21:59:00.724Z Compiling nom v7.1.3
26232026-08-25T21:59:00.728Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26242026-08-25T21:59:00.770Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26252026-08-25T21:59:00.810Z Compiling parse-display v0.10.0
26262026-08-25T21:59:00.832Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26272026-08-25T21:59:00.894Z Compiling hickory-proto v0.24.4
26282026-08-25T21:59:01.303Z Compiling regress v0.10.5
26292026-08-25T21:59:01.494Z Compiling itertools v0.14.0
26302026-08-25T21:59:02.027Z Compiling macaddr v1.0.1
26312026-08-25T21:59:02.054Z Compiling humantime v2.3.0
26322026-08-25T21:59:02.105Z Compiling unicode-xid v0.2.6
26332026-08-25T21:59:02.278Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26342026-08-25T21:59:02.357Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26352026-08-25T21:59:02.467Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26362026-08-25T21:59:02.502Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26372026-08-25T21:59:02.719Z Compiling toml v0.8.23
26382026-08-25T21:59:02.782Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26392026-08-25T21:59:02.891Z Compiling papergrid v0.11.0
26402026-08-25T21:59:03.042Z Compiling typify-macro v0.6.2
26412026-08-25T21:59:03.087Z Compiling tabled_derive v0.7.0
26422026-08-25T21:59:03.248Z Compiling termtree v0.5.1
26432026-08-25T21:59:03.302Z Compiling crossterm v0.29.0
26442026-08-25T21:59:03.334Z Compiling phf_shared v0.12.1
26452026-08-25T21:59:03.450Z Compiling hickory-resolver v0.24.4
26462026-08-25T21:59:03.603Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26472026-08-25T21:59:03.991Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26482026-08-25T21:59:04.099Z Compiling tabled v0.15.0
26492026-08-25T21:59:04.615Z Compiling typify v0.6.2
26502026-08-25T21:59:04.757Z Compiling progenitor-impl v0.14.0
26512026-08-25T21:59:05.464Z Compiling qorb v0.4.1
26522026-08-25T21:59:05.537Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26532026-08-25T21:59:06.088Z Compiling vte v0.14.1
26542026-08-25T21:59:06.151Z Compiling csv-core v0.1.13
26552026-08-25T21:59:06.345Z Compiling highway v1.3.0
26562026-08-25T21:59:06.600Z Compiling chrono-tz v0.10.4
26572026-08-25T21:59:06.839Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26582026-08-25T21:59:06.923Z Compiling progenitor-macro v0.14.0
26592026-08-25T21:59:07.051Z Compiling csv v1.4.0
26602026-08-25T21:59:08.083Z Compiling strip-ansi-escapes v0.2.1
26612026-08-25T21:59:08.289Z Compiling phf v0.12.1
26622026-08-25T21:59:08.491Z Compiling const_format_proc_macros v0.2.34
26632026-08-25T21:59:08.638Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26642026-08-25T21:59:08.687Z Compiling fd-lock v4.0.4
26652026-08-25T21:59:08.855Z Compiling peg-macros v0.8.5
26662026-08-25T21:59:09.104Z Compiling nu-ansi-term v0.50.3
26672026-08-25T21:59:09.180Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26682026-08-25T21:59:09.256Z Compiling const_format v0.2.35
26692026-08-25T21:59:09.362Z Compiling reedline v0.40.0
26702026-08-25T21:59:09.777Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26712026-08-25T21:59:10.668Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26722026-08-25T21:59:11.074Z Compiling progenitor v0.14.0
26732026-08-25T21:59:11.262Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26742026-08-25T21:59:11.382Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26752026-08-25T21:59:11.576Z Compiling peg v0.8.5
26762026-08-25T21:59:11.677Z Compiling bcs v0.1.6
26772026-08-25T21:59:11.756Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26782026-08-25T21:59:11.780Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26792026-08-25T21:59:12.108Z Compiling nom v8.0.0
26802026-08-25T21:59:12.143Z Compiling semver v0.1.20
26812026-08-25T21:59:12.409Z Compiling rustc_version v0.1.7
26822026-08-25T21:59:12.435Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26832026-08-25T21:59:12.648Z Compiling newtype_derive v0.1.6
26842026-08-25T21:59:12.692Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26852026-08-25T21:59:12.870Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26862026-08-25T21:59:12.964Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26872026-08-25T21:59:12.993Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26882026-08-25T21:59:13.554Z Compiling steno v0.4.1
26892026-08-25T21:59:14.005Z Compiling dropshot-api-manager-types v0.8.0
26902026-08-25T21:59:14.102Z Compiling sha1 v0.10.6
26912026-08-25T21:59:14.124Z Compiling utf-8 v0.7.6
26922026-08-25T21:59:14.366Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26932026-08-25T21:59:14.564Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26942026-08-25T21:59:14.586Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26952026-08-25T21:59:14.667Z Compiling tagptr v0.2.0
26962026-08-25T21:59:14.860Z Compiling moka v0.12.13
26972026-08-25T21:59:14.885Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26982026-08-25T21:59:15.086Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26992026-08-25T21:59:15.295Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27002026-08-25T21:59:15.352Z Compiling tungstenite v0.21.0
27012026-08-25T21:59:15.863Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27022026-08-25T21:59:16.130Z Compiling hickory-resolver v0.25.2
27032026-08-25T21:59:17.145Z Compiling tokio-tungstenite v0.21.0
27042026-08-25T21:59:17.380Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27052026-08-25T21:59:17.530Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27062026-08-25T21:59:18.485Z Compiling darling_core v0.21.3
27072026-08-25T21:59:19.729Z Compiling display-error-chain v0.2.2
27082026-08-25T21:59:19.791Z Compiling libscf-sys v1.2.0
27092026-08-25T21:59:19.913Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27102026-08-25T21:59:19.965Z Compiling vergen-lib v0.1.6
27112026-08-25T21:59:20.204Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27122026-08-25T21:59:20.642Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27132026-08-25T21:59:20.783Z Compiling darling_macro v0.21.3
27142026-08-25T21:59:21.310Z Compiling diesel_derives v2.3.7
27152026-08-25T21:59:21.333Z Compiling darling v0.21.3
27162026-08-25T21:59:21.451Z Compiling dsl_auto_type v0.2.0
27172026-08-25T21:59:21.750Z Compiling scheduled-thread-pool v0.2.7
27182026-08-25T21:59:21.978Z Compiling vergen-gitcl v1.0.8
27192026-08-25T21:59:22.091Z Compiling diesel_table_macro_syntax v0.3.0
27202026-08-25T21:59:22.200Z Compiling dirs-sys-next v0.1.2
27212026-08-25T21:59:22.320Z Compiling crunchy v0.2.4
27222026-08-25T21:59:22.348Z Compiling glob v0.3.3
27232026-08-25T21:59:22.351Z Compiling maplit v1.0.2
27242026-08-25T21:59:22.462Z Compiling dirs-next v2.0.0
27252026-08-25T21:59:22.647Z Compiling r2d2 v0.8.10
27262026-08-25T21:59:22.695Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27272026-08-25T21:59:22.715Z Compiling clang-sys v1.8.1
27282026-08-25T21:59:22.906Z Compiling papergrid v0.18.0
27292026-08-25T21:59:22.940Z Compiling tiny-keccak v2.0.2
27302026-08-25T21:59:23.003Z Compiling downcast-rs v2.0.2
27312026-08-25T21:59:23.094Z Compiling xshell-macros v0.2.7
27322026-08-25T21:59:23.214Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27332026-08-25T21:59:23.443Z Compiling term v0.7.0
27342026-08-25T21:59:23.486Z Compiling xshell v0.2.7
27352026-08-25T21:59:23.507Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27362026-08-25T21:59:23.699Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27372026-08-25T21:59:23.791Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27382026-08-25T21:59:23.936Z Compiling bit-vec v0.6.3
27392026-08-25T21:59:24.043Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27402026-08-25T21:59:24.088Z Compiling ascii-canvas v3.0.0
27412026-08-25T21:59:24.177Z Compiling tabled v0.21.0
27422026-08-25T21:59:24.344Z Compiling bit-set v0.5.3
27432026-08-25T21:59:24.414Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27442026-08-25T21:59:24.529Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27452026-08-25T21:59:24.736Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27462026-08-25T21:59:24.959Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27472026-08-25T21:59:25.119Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27482026-08-25T21:59:25.148Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27492026-08-25T21:59:25.371Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27502026-08-25T21:59:25.539Z Compiling itertools v0.10.5
27512026-08-25T21:59:25.566Z Compiling ena v0.14.4
27522026-08-25T21:59:25.690Z Compiling libloading v0.8.9
27532026-08-25T21:59:25.803Z Compiling regex-syntax v0.6.29
27542026-08-25T21:59:25.935Z Compiling bindgen v0.71.1
27552026-08-25T21:59:25.983Z Compiling diff v0.1.13
27562026-08-25T21:59:26.225Z Compiling unicase v2.9.0
27572026-08-25T21:59:26.630Z Compiling cexpr v0.6.0
27582026-08-25T21:59:26.658Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27592026-08-25T21:59:26.895Z Compiling crc8 v0.1.1
27602026-08-25T21:59:27.053Z Compiling rustc-hash v2.1.1
27612026-08-25T21:59:27.207Z Compiling diesel v2.3.7
27622026-08-25T21:59:27.229Z Compiling lalrpop v0.19.12
27632026-08-25T21:59:27.433Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27642026-08-25T21:59:27.547Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27652026-08-25T21:59:27.697Z Compiling headers-core v0.3.0
27662026-08-25T21:59:27.855Z Compiling libxml v0.3.3
27672026-08-25T21:59:28.163Z Compiling headers v0.4.1
27682026-08-25T21:59:28.510Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27692026-08-25T21:59:28.609Z Compiling strum_macros v0.24.3
27702026-08-25T21:59:28.730Z Compiling indoc v1.0.9
27712026-08-25T21:59:28.967Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27722026-08-25T21:59:29.174Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27732026-08-25T21:59:29.196Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27742026-08-25T21:59:29.415Z Compiling derive_builder v0.20.2
27752026-08-25T21:59:29.574Z Compiling quick-xml v0.37.5
27762026-08-25T21:59:29.595Z Compiling oso-derive v0.27.3
27772026-08-25T21:59:29.702Z Compiling impl-trait-for-tuples v0.2.3
27782026-08-25T21:59:29.783Z Compiling openssl-probe v0.1.6
27792026-08-25T21:59:29.875Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27802026-08-25T21:59:30.087Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27812026-08-25T21:59:30.110Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27822026-08-25T21:59:30.579Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27832026-08-25T21:59:30.612Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27842026-08-25T21:59:30.827Z Compiling bb8 v0.8.6
27852026-08-25T21:59:30.951Z Compiling trait-variant v0.1.2
27862026-08-25T21:59:30.975Z Compiling proc-macro-error-attr2 v2.0.0
27872026-08-25T21:59:31.202Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27882026-08-25T21:59:31.328Z Compiling half v1.8.3
27892026-08-25T21:59:31.396Z Compiling proc-macro-error2 v2.0.1
27902026-08-25T21:59:31.480Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27912026-08-25T21:59:31.508Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27922026-08-25T21:59:31.708Z Compiling serde_cbor v0.11.2
27932026-08-25T21:59:31.852Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27942026-08-25T21:59:32.081Z Compiling hashbrown v0.14.5
27952026-08-25T21:59:32.105Z Compiling rfc6979 v0.4.0
27962026-08-25T21:59:32.269Z Compiling salty v0.3.0
27972026-08-25T21:59:32.293Z Compiling ecdsa v0.16.9
27982026-08-25T21:59:32.610Z Compiling chumsky v0.9.3
27992026-08-25T21:59:32.653Z Compiling samael v0.0.19
28002026-08-25T21:59:32.708Z Compiling knus-derive v3.4.0
28012026-08-25T21:59:32.735Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28022026-08-25T21:59:32.773Z Compiling progenitor-impl v0.13.0
28032026-08-25T21:59:32.979Z Compiling primeorder v0.13.6
28042026-08-25T21:59:33.272Z Compiling nonempty v0.12.0
28052026-08-25T21:59:33.505Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28062026-08-25T21:59:33.919Z Compiling p384 v0.13.1
28072026-08-25T21:59:34.102Z Compiling knus v3.4.0
28082026-08-25T21:59:34.747Z Compiling polar-core v0.27.3
28092026-08-25T21:59:34.934Z Compiling progenitor-macro v0.13.0
28102026-08-25T21:59:34.980Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28112026-08-25T21:59:35.430Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28122026-08-25T21:59:36.224Z Compiling progenitor-client v0.13.0
28132026-08-25T21:59:36.336Z Compiling fxhash v0.2.1
28142026-08-25T21:59:36.511Z Compiling libz-sys v1.1.24
28152026-08-25T21:59:36.681Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28162026-08-25T21:59:36.733Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28172026-08-25T21:59:37.001Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28182026-08-25T21:59:37.162Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28192026-08-25T21:59:37.536Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28202026-08-25T21:59:37.616Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28212026-08-25T21:59:37.972Z Compiling kstat-rs v0.2.5
28222026-08-25T21:59:38.683Z Compiling mime_guess v2.0.5
28232026-08-25T21:59:39.028Z Compiling progenitor v0.13.0
28242026-08-25T21:59:39.194Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28252026-08-25T21:59:40.430Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28262026-08-25T21:59:40.529Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28272026-08-25T21:59:40.706Z Compiling nanorand v0.7.0
28282026-08-25T21:59:41.078Z Compiling libgit2-sys v0.18.3+1.9.2
28292026-08-25T21:59:41.374Z Compiling parking_lot_core v0.8.6
28302026-08-25T21:59:41.536Z Compiling flume v0.11.1
28312026-08-25T21:59:41.679Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28322026-08-25T21:59:41.753Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28332026-08-25T21:59:42.082Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28342026-08-25T21:59:42.795Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28352026-08-25T21:59:42.917Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28362026-08-25T21:59:43.265Z Compiling git-stub v1.0.0
28372026-08-25T21:59:43.412Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28382026-08-25T21:59:43.540Z Compiling corncobs v0.1.4
28392026-08-25T21:59:43.673Z Compiling http-range v0.1.5
28402026-08-25T21:59:43.798Z Compiling oso v0.27.3
28412026-08-25T21:59:44.003Z Compiling instability v0.3.11
28422026-08-25T21:59:44.040Z Compiling strsim v0.10.0
28432026-08-25T21:59:44.271Z Compiling darling_core v0.13.4
28442026-08-25T21:59:44.363Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28452026-08-25T21:59:45.032Z Compiling diesel-dtrace v0.5.0
28462026-08-25T21:59:45.365Z Compiling async-bb8-diesel v0.2.1
28472026-08-25T21:59:45.840Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28482026-08-25T21:59:45.938Z Compiling git-stub-vcs v0.1.0
28492026-08-25T21:59:47.510Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28502026-08-25T21:59:48.725Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28512026-08-25T21:59:48.933Z Compiling ignore v0.4.25
28522026-08-25T21:59:50.107Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28532026-08-25T21:59:50.170Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28542026-08-25T21:59:50.392Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28552026-08-25T21:59:50.414Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28562026-08-25T21:59:50.678Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-25T21:59:52.092Z Compiling anstyle-parse v0.2.7
28582026-08-25T21:59:52.115Z Compiling secrecy v0.8.0
28592026-08-25T21:59:52.183Z Compiling castaway v0.2.4
28602026-08-25T21:59:52.306Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28612026-08-25T21:59:52.328Z Compiling vergen-git2 v9.1.0
28622026-08-25T21:59:52.348Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28632026-08-25T21:59:52.351Z Compiling indoc v2.0.7
28642026-08-25T21:59:52.613Z Compiling compact_str v0.8.1
28652026-08-25T21:59:52.653Z Compiling anstream v0.6.21
28662026-08-25T21:59:53.548Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28672026-08-25T21:59:53.711Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28682026-08-25T21:59:53.821Z Compiling globwalk v0.9.1
28692026-08-25T21:59:54.435Z Compiling parking_lot v0.11.2
28702026-08-25T21:59:54.458Z Compiling hyper-staticfile v0.10.1
28712026-08-25T21:59:54.578Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28722026-08-25T21:59:55.256Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28732026-08-25T21:59:55.334Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28742026-08-25T21:59:55.425Z Compiling darling_macro v0.13.4
28752026-08-25T21:59:55.587Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28762026-08-25T21:59:55.826Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28772026-08-25T21:59:55.945Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28782026-08-25T21:59:56.263Z Compiling predicates-tree v1.0.13
28792026-08-25T21:59:56.677Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28802026-08-25T21:59:56.784Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28812026-08-25T21:59:56.830Z Compiling unicode-truncate v1.1.0
28822026-08-25T21:59:56.904Z Compiling lru v0.12.5
28832026-08-25T21:59:57.039Z Compiling sha2 v0.11.0
28842026-08-25T21:59:57.130Z Compiling digest-io v0.1.0
28852026-08-25T21:59:57.310Z Compiling rand_seeder v0.4.0
28862026-08-25T21:59:57.571Z Compiling prefix-trie v0.7.0
28872026-08-25T21:59:57.707Z Compiling cassowary v0.3.0
28882026-08-25T21:59:57.766Z Compiling rawzip v0.4.4
28892026-08-25T21:59:58.088Z Compiling ratatui v0.29.0
28902026-08-25T21:59:58.217Z Compiling hickory-server v0.25.2
28912026-08-25T21:59:58.376Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28922026-08-25T21:59:58.470Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28932026-08-25T21:59:58.682Z Compiling camino-tempfile-ext v0.3.3
28942026-08-25T21:59:58.708Z Compiling darling v0.13.4
28952026-08-25T21:59:58.849Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28962026-08-25T21:59:58.895Z Compiling sled v0.34.7
28972026-08-25T21:59:59.261Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28982026-08-25T21:59:59.286Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28992026-08-25T22:00:01.282Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29002026-08-25T22:00:01.711Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29012026-08-25T22:00:01.935Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29022026-08-25T22:00:03.242Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29032026-08-25T22:00:04.366Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29042026-08-25T22:00:05.257Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29052026-08-25T22:00:06.461Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29062026-08-25T22:00:06.464Z Compiling serde_with_macros v1.5.2
29072026-08-25T22:00:06.588Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29082026-08-25T22:00:06.828Z Compiling git2 v0.20.4
29092026-08-25T22:00:06.978Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29102026-08-25T22:00:07.209Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29112026-08-25T22:00:07.288Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29122026-08-25T22:00:07.440Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29132026-08-25T22:00:07.518Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29142026-08-25T22:00:07.713Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29152026-08-25T22:00:07.822Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29162026-08-25T22:00:07.914Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29172026-08-25T22:00:07.999Z Compiling arc-swap v1.8.2
29182026-08-25T22:00:08.072Z Compiling void v1.0.2
29192026-08-25T22:00:08.221Z Compiling lzss v0.8.2
29202026-08-25T22:00:08.280Z Compiling slog-scope v4.4.1
29212026-08-25T22:00:08.524Z Compiling serde_with v1.14.0
29222026-08-25T22:00:08.600Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29232026-08-25T22:00:08.699Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29242026-08-25T22:00:09.726Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29252026-08-25T22:00:09.928Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29262026-08-25T22:00:10.034Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29272026-08-25T22:00:10.298Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29282026-08-25T22:00:10.681Z Compiling scuffle v0.1.0
29292026-08-25T22:00:10.884Z Compiling tungstenite v0.23.0
29302026-08-25T22:00:11.033Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29312026-08-25T22:00:12.739Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29322026-08-25T22:00:12.769Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29332026-08-25T22:00:13.014Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29342026-08-25T22:00:13.141Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29352026-08-25T22:00:13.247Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29362026-08-25T22:00:13.364Z Compiling nix v0.27.1
29372026-08-25T22:00:13.507Z Compiling twox-hash v2.1.2
29382026-08-25T22:00:14.031Z Compiling libsw-core v0.3.2
29392026-08-25T22:00:14.263Z Compiling serde_bytes v0.11.19
29402026-08-25T22:00:14.547Z Compiling atty v0.2.14
29412026-08-25T22:00:14.576Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29422026-08-25T22:00:14.705Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29432026-08-25T22:00:14.898Z Compiling libsw v3.5.0
29442026-08-25T22:00:15.185Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29452026-08-25T22:00:15.207Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29462026-08-25T22:00:15.471Z Compiling tokio-tungstenite v0.23.1
29472026-08-25T22:00:15.755Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29482026-08-25T22:00:15.781Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29492026-08-25T22:00:15.865Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29502026-08-25T22:00:16.460Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29512026-08-25T22:00:17.799Z Compiling slog-stdlog v4.1.1
29522026-08-25T22:00:18.250Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29532026-08-25T22:00:19.079Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29542026-08-25T22:00:22.671Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29552026-08-25T22:00:22.695Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29562026-08-25T22:00:22.695Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29572026-08-25T22:00:22.695Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29582026-08-25T22:00:22.727Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29592026-08-25T22:00:25.155Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29602026-08-25T22:00:25.165Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29612026-08-25T22:00:25.165Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29622026-08-25T22:00:25.165Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29632026-08-25T22:00:25.165Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29642026-08-25T22:00:26.239Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29652026-08-25T22:00:28.628Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29662026-08-25T22:00:28.655Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29672026-08-25T22:00:29.091Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29682026-08-25T22:00:31.138Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29692026-08-25T22:00:32.432Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29702026-08-25T22:00:32.432Z Compiling fatfs v0.3.6
29712026-08-25T22:00:32.432Z Compiling signal-hook-tokio v0.3.1
29722026-08-25T22:00:32.432Z Compiling yasna v0.5.2
29732026-08-25T22:00:32.432Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29742026-08-25T22:00:32.432Z Compiling assert_matches v1.5.0
29752026-08-25T22:00:32.432Z Compiling seq-macro v0.3.6
29762026-08-25T22:00:32.875Z Compiling rcgen v0.12.1
29772026-08-25T22:00:34.073Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29782026-08-25T22:00:34.102Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29792026-08-25T22:00:34.103Z Compiling slog-envlogger v2.2.0
29802026-08-25T22:00:34.103Z Compiling oxide-update-engine-display v0.1.2
29812026-08-25T22:00:34.870Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29822026-08-25T22:00:34.999Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29832026-08-25T22:00:35.909Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29842026-08-25T22:00:36.144Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29852026-08-25T22:00:36.377Z Compiling port-file v0.1.0
29862026-08-25T22:00:36.720Z Compiling subprocess v0.2.15
29872026-08-25T22:00:37.161Z Compiling rtoolbox v0.0.3
29882026-08-25T22:00:37.401Z Compiling rpassword v7.5.4
29892026-08-25T22:00:37.446Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29902026-08-25T22:00:37.887Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29912026-08-25T22:00:38.846Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29922026-08-25T22:00:38.886Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29932026-08-25T22:00:38.986Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29942026-08-25T22:00:39.929Z Compiling tui-tree-widget v0.23.1
29952026-08-25T22:00:40.231Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29962026-08-25T22:00:41.220Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29972026-08-25T22:00:43.160Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29982026-08-25T22:00:44.023Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29992026-08-25T22:00:44.634Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30002026-08-25T22:00:44.865Z Compiling uzers v0.12.2
30012026-08-25T22:00:45.170Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30022026-08-25T22:00:45.274Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30032026-08-25T22:00:46.312Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30042026-08-25T22:00:46.487Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30052026-08-25T22:00:47.218Z Compiling support-bundle-viewer v0.1.2
30062026-08-25T22:00:47.221Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30072026-08-25T22:00:49.147Z Compiling multimap v0.10.1
30082026-08-25T22:00:57.776Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30092026-08-25T22:00:59.257Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-08-25T22:01:03.399Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30112026-08-25T22:01:08.476Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30122026-08-25T22:01:10.470Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30132026-08-25T22:08:22.489Z Finished `release` profile [optimized] target(s) in 9m 25s
30142026-08-25T22:08:22.492Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30152026-08-25T22:08:22.492Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30162026-08-25T22:09:18.737Z
30172026-08-25T22:09:18.737Zreal 10:23.297766883
30182026-08-25T22:09:18.737Zuser 1:22:08.605039995
30192026-08-25T22:09:18.737Zsys 3:38.751626128
30202026-08-25T22:09:18.737Ztrap 1.780710691
30212026-08-25T22:09:18.737Ztflt 1.963543844
30222026-08-25T22:09:18.740Zdflt 18.031961474
30232026-08-25T22:09:18.740Zkflt 0.007417983
30242026-08-25T22:09:18.740Zlock 7:46:25.401427823
30252026-08-25T22:09:18.740Zslp 2:20:05.643643817
30262026-08-25T22:09:18.740Zlat 2:35.986794734
30272026-08-25T22:09:18.740Zstop 5:37.225047650
30282026-08-25T22:09:18.740Z+ mapfile -t packages
30292026-08-25T22:09:18.740Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30302026-08-25T22:09:19.706Z Finished `release` profile [optimized] target(s) in 0.95s
30312026-08-25T22:09:19.778Z Running `target/release/omicron-package -t test list-outputs`
30322026-08-25T22:09:19.839ZLogging to: /work/oxidecomputer/omicron/out/LOG
30332026-08-25T22:09:19.854Z+ ptime -m cargo build --locked --release -p xtask
30342026-08-25T22:09:20.325Z Compiling libc v0.2.185
30352026-08-25T22:09:20.325Z Compiling serde_core v1.0.228
30362026-08-25T22:09:20.325Z Compiling serde v1.0.228
30372026-08-25T22:09:20.329Z Compiling rustix v1.1.4
30382026-08-25T22:09:20.329Z Compiling serde_json v1.0.151
30392026-08-25T22:09:20.329Z Compiling bitflags v2.11.0
30402026-08-25T22:09:20.477Z Compiling usdt-impl v0.5.0
30412026-08-25T22:09:20.480Z Compiling syn v2.0.117
30422026-08-25T22:09:20.499Z Compiling syn v1.0.109
30432026-08-25T22:09:20.510Z Compiling log v0.4.33
30442026-08-25T22:09:20.520Z Compiling getrandom v0.4.3
30452026-08-25T22:09:20.523Z Compiling indexmap v2.14.0
30462026-08-25T22:09:20.547Z Compiling fs-err v3.3.0
30472026-08-25T22:09:20.740Z Compiling heck v0.4.1
30482026-08-25T22:09:20.775Z Compiling once_cell v1.21.3
30492026-08-25T22:09:20.820Z Compiling anyhow v1.0.104
30502026-08-25T22:09:21.186Z Compiling errno v0.3.14
30512026-08-25T22:09:21.189Z Compiling thread-id v4.2.2
30522026-08-25T22:09:21.189Z Compiling memmap v0.7.0
30532026-08-25T22:09:21.941Z Compiling proc-macro-error v1.0.4
30542026-08-25T22:09:22.155Z Compiling terminal_size v0.4.3
30552026-08-25T22:09:22.155Z Compiling tempfile v3.27.0
30562026-08-25T22:09:22.204Z Compiling tabled_derive v0.7.0
30572026-08-25T22:09:22.254Z Compiling clap_builder v4.6.0
30582026-08-25T22:09:22.254Z Compiling textwrap v0.16.2
30592026-08-25T22:09:22.615Z Compiling camino v1.2.5
30602026-08-25T22:09:22.616Z Compiling semver v1.0.28
30612026-08-25T22:09:22.627Z Compiling cargo-platform v0.3.2
30622026-08-25T22:09:22.649Z Compiling pest_generator v2.8.6
30632026-08-25T22:09:22.908Z Compiling tabled v0.15.0
30642026-08-25T22:09:22.924Z Compiling camino-tempfile v1.4.1
30652026-08-25T22:09:23.147Z Compiling serde_derive v1.0.228
30662026-08-25T22:09:23.147Z Compiling thiserror-impl v1.0.69
30672026-08-25T22:09:23.150Z Compiling zerocopy-derive v0.7.35
30682026-08-25T22:09:23.150Z Compiling scroll_derive v0.12.1
30692026-08-25T22:09:23.150Z Compiling thiserror-impl v2.0.18
30702026-08-25T22:09:23.150Z Compiling clap_derive v4.6.1
30712026-08-25T22:09:23.218Z Compiling pest_derive v2.8.6
30722026-08-25T22:09:23.844Z Compiling scroll v0.12.0
30732026-08-25T22:09:23.957Z Compiling zerocopy v0.7.35
30742026-08-25T22:09:24.127Z Compiling goblin v0.8.2
30752026-08-25T22:09:24.303Z Compiling thiserror v1.0.69
30762026-08-25T22:09:24.328Z Compiling thiserror v2.0.18
30772026-08-25T22:09:24.429Z Compiling dtrace-parser v0.2.0
30782026-08-25T22:09:24.776Z Compiling clap v4.6.1
30792026-08-25T22:09:26.302Z Compiling dof v0.3.0
30802026-08-25T22:09:26.357Z Compiling serde_tokenstream v0.2.3
30812026-08-25T22:09:26.369Z Compiling toml_datetime v0.6.11
30822026-08-25T22:09:26.392Z Compiling serde_spanned v0.6.9
30832026-08-25T22:09:26.411Z Compiling macaddr v1.0.1
30842026-08-25T22:09:26.481Z Compiling cargo_metadata v0.23.1
30852026-08-25T22:09:26.571Z Compiling toml_edit v0.22.27
30862026-08-25T22:09:26.685Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30872026-08-25T22:09:27.064Z Compiling usdt-attr-macro v0.5.0
30882026-08-25T22:09:27.067Z Compiling usdt-macro v0.5.0
30892026-08-25T22:09:27.723Z Compiling usdt v0.5.0
30902026-08-25T22:09:28.098Z Compiling toml v0.8.23
30912026-08-25T22:09:28.529Z Compiling cargo_toml v0.21.0
30922026-08-25T22:09:32.942Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30932026-08-25T22:09:36.201Z Finished `release` profile [optimized] target(s) in 16.35s
30942026-08-25T22:09:36.308Z
30952026-08-25T22:09:36.308Zreal 16.431684848
30962026-08-25T22:09:36.308Zuser 2:05.509107124
30972026-08-25T22:09:36.308Zsys 13.726157668
30982026-08-25T22:09:36.311Ztrap 0.062156332
30992026-08-25T22:09:36.312Ztflt 0.523591451
31002026-08-25T22:09:36.312Zdflt 1.346972643
31012026-08-25T22:09:36.312Zkflt 0.000125340
31022026-08-25T22:09:36.312Zlock 4:48.207351758
31032026-08-25T22:09:36.312Zslp 2:44.284267642
31042026-08-25T22:09:36.312Zlat 3.204202966
31052026-08-25T22:09:36.312Zstop 15.866841966
31062026-08-25T22:09:36.312Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31072026-08-25T22:09:36.312Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31082026-08-25T22:09:36.312Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31092026-08-25T22:09:36.312Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31102026-08-25T22:09:36.312Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31112026-08-25T22:09:37.278Z Compiling match_cfg v0.1.0
31122026-08-25T22:09:37.278Z Compiling progenitor-client v0.14.0
31132026-08-25T22:09:37.278Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31142026-08-25T22:09:37.281Z Compiling slog-json v2.6.1
31152026-08-25T22:09:37.281Z Compiling newtype-uuid-macros v0.1.0
31162026-08-25T22:09:37.281Z Compiling sha1 v0.11.0
31172026-08-25T22:09:37.281Z Compiling multer v3.1.0
31182026-08-25T22:09:37.430Z Compiling debug-ignore v1.0.5
31192026-08-25T22:09:37.433Z Compiling compression-core v0.4.31
31202026-08-25T22:09:37.433Z Compiling async-stream-impl v0.3.6
31212026-08-25T22:09:37.433Z Compiling serde_spanned v1.1.1
31222026-08-25T22:09:37.444Z Compiling toml_datetime v1.1.1+spec-1.1.0
31232026-08-25T22:09:37.447Z Compiling dropshot v0.17.1
31242026-08-25T22:09:37.447Z Compiling toml_writer v1.1.1+spec-1.1.0
31252026-08-25T22:09:37.534Z Compiling waitgroup v0.1.2
31262026-08-25T22:09:37.551Z Compiling hostname v0.3.1
31272026-08-25T22:09:37.554Z Compiling rustls-pemfile v2.2.0
31282026-08-25T22:09:37.667Z Compiling compression-codecs v0.4.37
31292026-08-25T22:09:37.685Z Compiling dropshot_endpoint v0.17.1
31302026-08-25T22:09:37.719Z Compiling toml v1.1.2+spec-1.1.0
31312026-08-25T22:09:37.722Z Compiling hostname v0.4.2
31322026-08-25T22:09:37.722Z Compiling serde_path_to_error v0.1.20
31332026-08-25T22:09:37.789Z Compiling slog-bunyan v2.5.0
31342026-08-25T22:09:37.824Z Compiling atomicwrites v0.4.4
31352026-08-25T22:09:37.847Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31362026-08-25T22:09:37.847Z Compiling macaddr v1.0.1
31372026-08-25T22:09:37.850Z Compiling serde_tokenstream v0.3.0
31382026-08-25T22:09:37.850Z Compiling oxide-generation v0.1.3
31392026-08-25T22:09:37.925Z Compiling async-compression v0.4.41
31402026-08-25T22:09:37.989Z Compiling instant v0.1.13
31412026-08-25T22:09:37.993Z Compiling regress v0.10.5
31422026-08-25T22:09:37.993Z Compiling parse-display-derive v0.10.0
31432026-08-25T22:09:38.071Z Compiling async-stream v0.3.6
31442026-08-25T22:09:38.092Z Compiling backon v1.6.0
31452026-08-25T22:09:38.136Z Compiling backoff v0.4.0
31462026-08-25T22:09:38.141Z Compiling itertools v0.14.0
31472026-08-25T22:09:38.182Z Compiling humantime v2.3.0
31482026-08-25T22:09:38.200Z Compiling half v2.7.1
31492026-08-25T22:09:38.220Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31502026-08-25T22:09:38.245Z Compiling oxide-generation-macros v0.2.0
31512026-08-25T22:09:38.270Z Compiling progenitor-extras v0.2.0
31522026-08-25T22:09:38.287Z Compiling ciborium-io v0.2.2
31532026-08-25T22:09:38.325Z Compiling crucible-workspace-hack v0.1.0
31542026-08-25T22:09:38.357Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31552026-08-25T22:09:38.378Z Compiling convert_case v0.4.0
31562026-08-25T22:09:38.404Z Compiling regress v0.11.1
31572026-08-25T22:09:38.420Z Compiling secrecy v0.10.3
31582026-08-25T22:09:38.437Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31592026-08-25T22:09:38.467Z Compiling ciborium-ll v0.2.2
31602026-08-25T22:09:38.528Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31612026-08-25T22:09:38.547Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31622026-08-25T22:09:38.607Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31632026-08-25T22:09:38.607Z Compiling inout v0.1.4
31642026-08-25T22:09:38.667Z Compiling ciborium v0.2.2
31652026-08-25T22:09:38.685Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31662026-08-25T22:09:38.710Z Compiling thiserror-impl-no-std v2.0.2
31672026-08-25T22:09:38.776Z Compiling derive_more v0.99.20
31682026-08-25T22:09:38.820Z Compiling cipher v0.4.4
31692026-08-25T22:09:38.851Z Compiling universal-hash v0.5.1
31702026-08-25T22:09:38.910Z Compiling unsafe-libyaml v0.2.11
31712026-08-25T22:09:38.963Z Compiling opaque-debug v0.3.1
31722026-08-25T22:09:39.021Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-08-25T22:09:39.048Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31742026-08-25T22:09:39.067Z Compiling chacha20 v0.9.1
31752026-08-25T22:09:39.072Z Compiling poly1305 v0.8.0
31762026-08-25T22:09:39.104Z Compiling blake2 v0.10.6
31772026-08-25T22:09:39.123Z Compiling aead v0.5.2
31782026-08-25T22:09:39.271Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31792026-08-25T22:09:39.298Z Compiling password-hash v0.5.0
31802026-08-25T22:09:39.358Z Compiling indent_write v2.2.0
31812026-08-25T22:09:39.375Z Compiling chacha20poly1305 v0.10.1
31822026-08-25T22:09:39.394Z Compiling toml_datetime v0.7.5+spec-1.1.0
31832026-08-25T22:09:39.462Z Compiling serde_yaml v0.9.34+deprecated
31842026-08-25T22:09:39.537Z Compiling num-derive v0.4.2
31852026-08-25T22:09:39.561Z Compiling argon2 v0.5.3
31862026-08-25T22:09:39.687Z Compiling toml_edit v0.23.10+spec-1.0.0
31872026-08-25T22:09:39.703Z Compiling heapless v0.8.0
31882026-08-25T22:09:39.722Z Compiling ingot-macros v0.2.0
31892026-08-25T22:09:39.749Z Compiling tabwriter v1.4.1
31902026-08-25T22:09:39.810Z Compiling parse-display v0.10.0
31912026-08-25T22:09:39.867Z Compiling hash32 v0.3.1
31922026-08-25T22:09:39.967Z Compiling thiserror-no-std v2.0.2
31932026-08-25T22:09:40.012Z Compiling typify-impl v0.6.2
31942026-08-25T22:09:40.038Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31952026-08-25T22:09:40.086Z Compiling vsss-rs v3.3.4
31962026-08-25T22:09:40.150Z Compiling smoltcp v0.11.0
31972026-08-25T22:09:40.258Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31982026-08-25T22:09:40.339Z Compiling proc-macro-crate v3.4.0
31992026-08-25T22:09:40.571Z Compiling cobs v0.3.0
32002026-08-25T22:09:40.588Z Compiling illumos-nvpair-sys v0.2.0
32012026-08-25T22:09:40.798Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32022026-08-25T22:09:40.802Z Compiling colored v3.1.1
32032026-08-25T22:09:40.851Z Compiling postcard v1.1.3
32042026-08-25T22:09:40.873Z Compiling proc-macro-error v1.0.4
32052026-08-25T22:09:40.933Z Compiling num_enum_derive v0.7.6
32062026-08-25T22:09:41.028Z Compiling rand v0.10.1
32072026-08-25T22:09:41.068Z Compiling proc-macro-crate v1.3.1
32082026-08-25T22:09:41.209Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32092026-08-25T22:09:41.226Z Compiling foreign-types-macros v0.2.3
32102026-08-25T22:09:41.246Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32112026-08-25T22:09:41.264Z Compiling foreign-types-shared v0.3.1
32122026-08-25T22:09:41.285Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32132026-08-25T22:09:41.383Z Compiling rayon-core v1.13.0
32142026-08-25T22:09:41.500Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32152026-08-25T22:09:41.518Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32162026-08-25T22:09:41.542Z Compiling num_enum_derive v0.5.11
32172026-08-25T22:09:41.622Z Compiling crossbeam-deque v0.8.6
32182026-08-25T22:09:41.690Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32192026-08-25T22:09:41.713Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32202026-08-25T22:09:41.729Z Compiling cstr-argument v0.1.2
32212026-08-25T22:09:41.732Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32222026-08-25T22:09:41.880Z Compiling foreign-types v0.5.0
32232026-08-25T22:09:41.911Z Compiling illumos-nvpair v0.3.0
32242026-08-25T22:09:41.932Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32252026-08-25T22:09:41.984Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32262026-08-25T22:09:42.007Z Compiling zone_cfg_derive v0.3.1
32272026-08-25T22:09:42.059Z Compiling num_enum v0.7.6
32282026-08-25T22:09:42.178Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32292026-08-25T22:09:42.196Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32302026-08-25T22:09:42.216Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32312026-08-25T22:09:42.236Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32322026-08-25T22:09:42.270Z Compiling rayon v1.11.0
32332026-08-25T22:09:42.301Z Compiling itertools v0.12.1
32342026-08-25T22:09:42.321Z Compiling sigpipe v0.1.3
32352026-08-25T22:09:42.337Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32362026-08-25T22:09:42.428Z Compiling glob v0.3.3
32372026-08-25T22:09:42.444Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32382026-08-25T22:09:42.492Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32392026-08-25T22:09:42.545Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32402026-08-25T22:09:42.596Z Compiling smf v0.2.3
32412026-08-25T22:09:42.630Z Compiling whoami v1.6.1
32422026-08-25T22:09:42.666Z Compiling num_enum v0.5.11
32432026-08-25T22:09:42.710Z Compiling cpubits v0.1.1
32442026-08-25T22:09:42.728Z Compiling ingot-types v0.2.0
32452026-08-25T22:09:42.731Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32462026-08-25T22:09:42.805Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32472026-08-25T22:09:42.822Z Compiling gethostname v0.5.0
32482026-08-25T22:09:42.826Z Compiling derive-where v1.6.0
32492026-08-25T22:09:42.859Z Compiling usdt-macro v0.5.0
32502026-08-25T22:09:42.889Z Compiling usdt-attr-macro v0.5.0
32512026-08-25T22:09:42.908Z Compiling num-rational v0.4.2
32522026-08-25T22:09:42.950Z Compiling num-complex v0.4.6
32532026-08-25T22:09:42.973Z Compiling memmap v0.7.0
32542026-08-25T22:09:43.149Z Compiling ingot v0.2.1
32552026-08-25T22:09:43.187Z Compiling toml v0.8.23
32562026-08-25T22:09:43.191Z Compiling pem-rfc7468 v1.0.0
32572026-08-25T22:09:43.364Z Compiling num v0.4.3
32582026-08-25T22:09:43.474Z Compiling float-ord v0.3.2
32592026-08-25T22:09:43.491Z Compiling zone v0.3.1
32602026-08-25T22:09:43.545Z Compiling resolv-conf v0.7.6
32612026-08-25T22:09:43.563Z Compiling cancel-safe-futures v0.1.5
32622026-08-25T22:09:43.606Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32632026-08-25T22:09:43.632Z Compiling hmac v0.13.0
32642026-08-25T22:09:43.697Z Compiling universal-hash v0.6.1
32652026-08-25T22:09:43.792Z Compiling usdt v0.5.0
32662026-08-25T22:09:43.857Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32672026-08-25T22:09:43.878Z Compiling sha1 v0.10.6
32682026-08-25T22:09:43.878Z Compiling linear-map v1.2.0
32692026-08-25T22:09:43.932Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32702026-08-25T22:09:43.952Z Compiling libefi-sys v0.1.0
32712026-08-25T22:09:44.101Z Compiling prettyplease v0.2.37
32722026-08-25T22:09:44.119Z Compiling polyval v0.7.1
32732026-08-25T22:09:44.119Z Compiling der v0.8.0
32742026-08-25T22:09:44.161Z Compiling hickory-proto v0.24.4
32752026-08-25T22:09:44.181Z Compiling newline-converter v0.3.0
32762026-08-25T22:09:44.215Z Compiling console v0.15.11
32772026-08-25T22:09:44.233Z Compiling bitfield-struct v0.6.2
32782026-08-25T22:09:44.253Z Compiling oxide-update-engine-types v0.1.2
32792026-08-25T22:09:44.340Z Compiling linked-hash-map v0.5.6
32802026-08-25T22:09:44.400Z Compiling ghash v0.6.0
32812026-08-25T22:09:44.558Z Compiling expectorate v1.2.0
32822026-08-25T22:09:44.576Z Compiling lru-cache v0.1.2
32832026-08-25T22:09:44.618Z Compiling pbkdf2 v0.13.0
32842026-08-25T22:09:44.642Z Compiling typify-macro v0.6.2
32852026-08-25T22:09:44.800Z Compiling crypto-bigint v0.7.5
32862026-08-25T22:09:44.817Z Compiling aes v0.9.1
32872026-08-25T22:09:44.835Z Compiling ctr v0.10.1
32882026-08-25T22:09:44.876Z Compiling aead v0.6.1
32892026-08-25T22:09:44.881Z Compiling sha2 v0.11.0
32902026-08-25T22:09:44.964Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32912026-08-25T22:09:45.067Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32922026-08-25T22:09:45.086Z Compiling nom v8.0.0
32932026-08-25T22:09:45.187Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32942026-08-25T22:09:45.249Z Compiling semver v0.1.20
32952026-08-25T22:09:45.295Z Compiling aes-gcm v0.11.0
32962026-08-25T22:09:45.386Z Compiling oxide-update-engine v0.1.2
32972026-08-25T22:09:45.449Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32982026-08-25T22:09:45.535Z Compiling rustc_version v0.1.7
32992026-08-25T22:09:45.576Z Compiling spki v0.8.0
33002026-08-25T22:09:45.594Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33012026-08-25T22:09:45.634Z Compiling tokio-dtrace v0.1.1
33022026-08-25T22:09:45.798Z Compiling dropshot-api-manager-types v0.8.0
33032026-08-25T22:09:45.838Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33042026-08-25T22:09:45.857Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33052026-08-25T22:09:45.923Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33062026-08-25T22:09:45.946Z Compiling salsa20 v0.11.0
33072026-08-25T22:09:45.964Z Compiling slog-dtrace v0.3.0
33082026-08-25T22:09:45.984Z Compiling xshell-macros v0.2.7
33092026-08-25T22:09:46.130Z Compiling minimal-lexical v0.2.1
33102026-08-25T22:09:46.150Z Compiling scrypt v0.12.0
33112026-08-25T22:09:46.154Z Compiling oxide-tokio-rt v0.1.4
33122026-08-25T22:09:46.258Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33132026-08-25T22:09:46.409Z Compiling hickory-resolver v0.24.4
33142026-08-25T22:09:46.430Z Compiling nom v7.1.3
33152026-08-25T22:09:46.447Z Compiling xshell v0.2.7
33162026-08-25T22:09:46.487Z Compiling newtype_derive v0.1.6
33172026-08-25T22:09:46.508Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33182026-08-25T22:09:46.535Z Compiling typify v0.6.2
33192026-08-25T22:09:46.679Z Compiling progenitor-impl v0.14.0
33202026-08-25T22:09:46.714Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33212026-08-25T22:09:46.765Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33222026-08-25T22:09:46.784Z Compiling phf_shared v0.12.1
33232026-08-25T22:09:46.988Z Compiling rfc6979 v0.4.0
33242026-08-25T22:09:47.006Z Compiling cbc v0.2.1
33252026-08-25T22:09:47.037Z Compiling proc-macro-error-attr2 v2.0.0
33262026-08-25T22:09:47.158Z Compiling csv-core v0.1.13
33272026-08-25T22:09:47.205Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33282026-08-25T22:09:47.298Z Compiling unicode-xid v0.2.6
33292026-08-25T22:09:47.317Z Compiling highway v1.3.0
33302026-08-25T22:09:47.355Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33312026-08-25T22:09:47.377Z Compiling chrono-tz v0.10.4
33322026-08-25T22:09:47.450Z Compiling qorb v0.4.1
33332026-08-25T22:09:47.467Z Compiling const_format_proc_macros v0.2.34
33342026-08-25T22:09:47.495Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33352026-08-25T22:09:47.514Z Compiling proc-macro-error2 v2.0.1
33362026-08-25T22:09:47.547Z Compiling csv v1.4.0
33372026-08-25T22:09:47.612Z Compiling pkcs5 v0.8.1
33382026-08-25T22:09:47.689Z Compiling ecdsa v0.16.9
33392026-08-25T22:09:47.726Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33402026-08-25T22:09:47.850Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33412026-08-25T22:09:47.872Z Compiling phf v0.12.1
33422026-08-25T22:09:48.054Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33432026-08-25T22:09:48.087Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33442026-08-25T22:09:48.179Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33452026-08-25T22:09:48.198Z Compiling primeorder v0.13.6
33462026-08-25T22:09:48.338Z Compiling hashbrown v0.14.5
33472026-08-25T22:09:48.381Z Compiling salty v0.3.0
33482026-08-25T22:09:48.494Z Compiling p384 v0.13.1
33492026-08-25T22:09:48.528Z Compiling const_format v0.2.35
33502026-08-25T22:09:48.691Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33512026-08-25T22:09:48.708Z Compiling pkcs8 v0.11.0
33522026-08-25T22:09:48.816Z Compiling knus-derive v3.4.0
33532026-08-25T22:09:48.881Z Compiling chumsky v0.9.3
33542026-08-25T22:09:48.939Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33552026-08-25T22:09:49.082Z Compiling tabled_derive v0.7.0
33562026-08-25T22:09:49.121Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-08-25T22:09:49.302Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33582026-08-25T22:09:49.350Z Compiling progenitor-macro v0.14.0
33592026-08-25T22:09:49.536Z Compiling bcs v0.1.6
33602026-08-25T22:09:49.554Z Compiling ff v0.14.0
33612026-08-25T22:09:49.574Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33622026-08-25T22:09:49.738Z Compiling termtree v0.5.1
33632026-08-25T22:09:49.914Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33642026-08-25T22:09:49.951Z Compiling steno v0.4.1
33652026-08-25T22:09:50.132Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33662026-08-25T22:09:50.163Z Compiling tabled v0.15.0
33672026-08-25T22:09:50.196Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33682026-08-25T22:09:50.213Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33692026-08-25T22:09:50.291Z Compiling tagptr v0.2.0
33702026-08-25T22:09:50.388Z Compiling group v0.14.0
33712026-08-25T22:09:50.391Z Compiling knus v3.4.0
33722026-08-25T22:09:50.430Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33732026-08-25T22:09:50.475Z Compiling moka v0.12.13
33742026-08-25T22:09:50.492Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33752026-08-25T22:09:50.634Z Compiling signature v3.0.0
33762026-08-25T22:09:50.803Z Compiling base16ct v1.0.0
33772026-08-25T22:09:50.863Z Compiling hkdf v0.13.0
33782026-08-25T22:09:50.880Z Compiling libscf-sys v1.2.0
33792026-08-25T22:09:51.024Z Compiling sec1 v0.8.1
33802026-08-25T22:09:51.052Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33812026-08-25T22:09:51.070Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33822026-08-25T22:09:51.074Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33832026-08-25T22:09:51.294Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33842026-08-25T22:09:51.322Z Compiling hickory-resolver v0.25.2
33852026-08-25T22:09:51.363Z Compiling elliptic-curve v0.14.1
33862026-08-25T22:09:51.387Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33872026-08-25T22:09:51.404Z Compiling parking_lot_core v0.8.6
33882026-08-25T22:09:51.661Z Compiling corncobs v0.1.4
33892026-08-25T22:09:51.688Z Compiling utf-8 v0.7.6
33902026-08-25T22:09:51.873Z Compiling tungstenite v0.21.0
33912026-08-25T22:09:51.898Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33922026-08-25T22:09:51.978Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33932026-08-25T22:09:51.996Z Compiling wnaf v0.14.0
33942026-08-25T22:09:52.052Z Compiling primefield v0.14.0
33952026-08-25T22:09:52.218Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33962026-08-25T22:09:52.323Z Compiling rfc6979 v0.6.0
33972026-08-25T22:09:52.344Z Compiling papergrid v0.18.0
33982026-08-25T22:09:52.359Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33992026-08-25T22:09:52.379Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34002026-08-25T22:09:52.525Z Compiling git-stub v1.0.0
34012026-08-25T22:09:52.574Z Compiling secrecy v0.8.0
34022026-08-25T22:09:52.577Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34032026-08-25T22:09:52.764Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34042026-08-25T22:09:52.780Z Compiling git-stub-vcs v0.1.0
34052026-08-25T22:09:52.820Z Compiling ecdsa v0.17.0
34062026-08-25T22:09:52.870Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34072026-08-25T22:09:53.018Z Compiling tokio-tungstenite v0.21.0
34082026-08-25T22:09:53.179Z Compiling primeorder v0.14.0
34092026-08-25T22:09:53.274Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34102026-08-25T22:09:53.315Z Compiling tabled v0.21.0
34112026-08-25T22:09:53.334Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34122026-08-25T22:09:53.382Z Compiling curve25519-dalek v5.0.0
34132026-08-25T22:09:53.399Z Compiling unicase v2.9.0
34142026-08-25T22:09:53.452Z Compiling parking_lot v0.11.2
34152026-08-25T22:09:53.478Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34162026-08-25T22:09:53.521Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34172026-08-25T22:09:53.540Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34182026-08-25T22:09:53.606Z Compiling ssh-encoding v0.3.0
34192026-08-25T22:09:53.636Z Compiling mime_guess v2.0.5
34202026-08-25T22:09:53.859Z Compiling progenitor-impl v0.13.0
34212026-08-25T22:09:53.908Z Compiling prefix-trie v0.7.0
34222026-08-25T22:09:53.980Z Compiling fxhash v0.2.1
34232026-08-25T22:09:54.036Z Compiling keccak v0.2.0
34242026-08-25T22:09:54.077Z Compiling crc8 v0.1.1
34252026-08-25T22:09:54.152Z Compiling sled v0.34.7
34262026-08-25T22:09:54.227Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34272026-08-25T22:09:54.263Z Compiling hickory-server v0.25.2
34282026-08-25T22:09:54.278Z Compiling ed25519 v3.0.0
34292026-08-25T22:09:54.324Z Compiling crypto-primes v0.7.2
34302026-08-25T22:09:54.576Z Compiling progenitor v0.14.0
34312026-08-25T22:09:54.807Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34322026-08-25T22:09:54.835Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34332026-08-25T22:09:54.858Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34342026-08-25T22:09:54.885Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34352026-08-25T22:09:55.397Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34362026-08-25T22:09:55.456Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34372026-08-25T22:09:55.476Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34382026-08-25T22:09:55.642Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34392026-08-25T22:09:55.932Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34402026-08-25T22:09:55.968Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34412026-08-25T22:09:56.178Z Compiling pkcs1 v0.8.0-rc.4
34422026-08-25T22:09:56.237Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34432026-08-25T22:09:56.256Z Compiling poly1305 v0.9.0
34442026-08-25T22:09:56.291Z Compiling progenitor-client v0.13.0
34452026-08-25T22:09:56.356Z Compiling blowfish v0.10.0
34462026-08-25T22:09:56.591Z Compiling progenitor-macro v0.13.0
34472026-08-25T22:09:56.610Z Compiling blake2 v0.11.0-rc.6
34482026-08-25T22:09:56.627Z Compiling http-range v0.1.5
34492026-08-25T22:09:56.630Z Compiling half v1.8.3
34502026-08-25T22:09:56.630Z Compiling ssh-cipher v0.3.0
34512026-08-25T22:09:56.853Z Compiling bcrypt-pbkdf v0.11.0
34522026-08-25T22:09:56.962Z Compiling serde_cbor v0.11.2
34532026-08-25T22:09:57.202Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34542026-08-25T22:09:57.250Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34552026-08-25T22:09:57.281Z Compiling argon2 v0.6.0-rc.8
34562026-08-25T22:09:57.579Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34572026-08-25T22:09:57.606Z Compiling rsa v0.10.0-rc.18
34582026-08-25T22:09:57.624Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34592026-08-25T22:09:57.966Z Compiling ed25519-dalek v3.0.0
34602026-08-25T22:09:57.989Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34612026-08-25T22:09:58.407Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34622026-08-25T22:09:58.727Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34632026-08-25T22:09:58.928Z Compiling sha3 v0.11.0
34642026-08-25T22:09:58.999Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34652026-08-25T22:09:59.052Z Compiling p521 v0.14.0
34662026-08-25T22:09:59.206Z Compiling p256 v0.14.0
34672026-08-25T22:09:59.306Z Compiling p384 v0.14.0
34682026-08-25T22:09:59.413Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34692026-08-25T22:09:59.633Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34702026-08-25T22:09:59.651Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34712026-08-25T22:09:59.800Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34722026-08-25T22:09:59.865Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34732026-08-25T22:10:00.372Z Compiling scuffle v0.1.0
34742026-08-25T22:10:00.390Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34752026-08-25T22:10:00.441Z Compiling yasna v0.5.2
34762026-08-25T22:10:00.710Z Compiling kstat-rs v0.2.5
34772026-08-25T22:10:01.043Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34782026-08-25T22:10:01.172Z Compiling headers-core v0.3.0
34792026-08-25T22:10:01.260Z Compiling kem v0.3.0
34802026-08-25T22:10:01.279Z Compiling module-lattice v0.2.3
34812026-08-25T22:10:01.328Z Compiling nanorand v0.7.0
34822026-08-25T22:10:01.346Z Compiling sponge-cursor v0.1.0
34832026-08-25T22:10:01.419Z Compiling headers v0.4.1
34842026-08-25T22:10:01.513Z Compiling ml-kem v0.3.2
34852026-08-25T22:10:01.570Z Compiling flume v0.11.1
34862026-08-25T22:10:01.588Z Compiling sha3 v0.12.0
34872026-08-25T22:10:01.644Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34882026-08-25T22:10:01.672Z Compiling rcgen v0.12.1
34892026-08-25T22:10:01.739Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34902026-08-25T22:10:01.765Z Compiling progenitor v0.13.0
34912026-08-25T22:10:01.863Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34922026-08-25T22:10:01.918Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34932026-08-25T22:10:01.937Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34942026-08-25T22:10:01.958Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34952026-08-25T22:10:02.092Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34962026-08-25T22:10:02.199Z Compiling hyper-staticfile v0.10.1
34972026-08-25T22:10:02.204Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34982026-08-25T22:10:02.290Z Compiling ssh-key v0.7.0-rc.11
34992026-08-25T22:10:02.335Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35002026-08-25T22:10:02.468Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35012026-08-25T22:10:02.560Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35022026-08-25T22:10:02.578Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35032026-08-25T22:10:02.598Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35042026-08-25T22:10:02.615Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35052026-08-25T22:10:02.718Z Compiling russh-cryptovec v0.62.0
35062026-08-25T22:10:02.736Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35072026-08-25T22:10:02.828Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35082026-08-25T22:10:02.944Z Compiling internal-russh-num-bigint v0.5.0
35092026-08-25T22:10:02.962Z Compiling port-file v0.1.0
35102026-08-25T22:10:02.981Z Compiling num-bigint v0.4.6
35112026-08-25T22:10:02.984Z Compiling generic-array v1.4.3
35122026-08-25T22:10:03.015Z Compiling russh-util v0.52.0
35132026-08-25T22:10:03.034Z Compiling enum_dispatch v0.3.13
35142026-08-25T22:10:03.198Z Compiling delegate v0.13.5
35152026-08-25T22:10:03.235Z Compiling subprocess v0.2.15
35162026-08-25T22:10:03.373Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35172026-08-25T22:10:03.513Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35182026-08-25T22:10:03.609Z Compiling hex-literal v1.1.0
35192026-08-25T22:10:03.749Z Compiling md5 v0.8.0
35202026-08-25T22:10:03.822Z Compiling display-error-chain v0.2.2
35212026-08-25T22:10:03.993Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35222026-08-25T22:10:04.036Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35232026-08-25T22:10:04.054Z Compiling colored v2.2.0
35242026-08-25T22:10:04.057Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35252026-08-25T22:10:04.075Z Compiling socket2 v0.5.10
35262026-08-25T22:10:04.816Z Compiling russh v0.62.4
35272026-08-25T22:10:04.827Z Compiling internet-checksum v0.2.1
35282026-08-25T22:10:04.827Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35292026-08-25T22:10:04.827Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35302026-08-25T22:10:04.827Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35312026-08-25T22:10:07.488Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35322026-08-25T22:10:08.235Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35332026-08-25T22:10:08.778Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35342026-08-25T22:10:09.733Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35352026-08-25T22:10:10.159Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35362026-08-25T22:10:18.899Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35372026-08-25T22:10:18.899Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35382026-08-25T22:10:18.899Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35392026-08-25T22:10:18.902Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35402026-08-25T22:10:18.902Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35412026-08-25T22:10:20.685Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35422026-08-25T22:10:20.765Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35432026-08-25T22:10:24.963Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35442026-08-25T22:11:05.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35452026-08-25T22:11:05.958Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35462026-08-25T22:11:05.959Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35472026-08-25T22:11:06.188Z
35482026-08-25T22:11:06.188Zreal 1:29.813036086
35492026-08-25T22:11:06.188Zuser 8:44.138453602
35502026-08-25T22:11:06.188Zsys 1:44.473685657
35512026-08-25T22:11:06.192Ztrap 0.256888422
35522026-08-25T22:11:06.192Ztflt 0.322132975
35532026-08-25T22:11:06.192Zdflt 1.813221257
35542026-08-25T22:11:06.192Zkflt 0.000148230
35552026-08-25T22:11:06.192Zlock 32:15.577460203
35562026-08-25T22:11:06.192Zslp 19:56.923331567
35572026-08-25T22:11:06.192Zlat 40.491000826
35582026-08-25T22:11:06.192Zstop 3:00.497462464
35592026-08-25T22:11:06.192Z+ mkdir tests
35602026-08-25T22:11:06.195Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35612026-08-25T22:11:06.195Z+ xargs -I '{}' -t cp '{}' tests/
35622026-08-25T22:11:06.215Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bed5e8dda5ea5020 tests/
35632026-08-25T22:11:06.239Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2310e202f420246 tests/
35642026-08-25T22:11:06.261Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbb802d24e5b6927 tests/
35652026-08-25T22:11:06.283Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b5ca3a6470910f92 tests/
35662026-08-25T22:11:06.655Z+ 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)
35672026-08-25T22:11:06.658Z+ 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-f2310e202f420246 tests/commtest-dbb802d24e5b6927 tests/dhcp_server-bed5e8dda5ea5020 tests/end_to_end_tests-b5ca3a6470910f92 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
35682026-08-25T22:12:36.492ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35692026-08-25T22:12:36.493Za .github/buildomat/ci-env.sh 1K
35702026-08-25T22:12:36.493Za out/target/test 1K
35712026-08-25T22:12:36.493Za out/npuzone/npuzone 27402K
35722026-08-25T22:12:36.493Za package-manifest.toml 35K
35732026-08-25T22:12:36.493Za smf/sled-agent/non-gimlet/config.toml 6K
35742026-08-25T22:12:36.493Za target/release/omicron-package 49392K
35752026-08-25T22:12:36.493Za target/release/xtask 11727K
35762026-08-25T22:12:36.493Za target/debug/bootstrap 439757K
35772026-08-25T22:12:36.493Za tests/bootstrap-f2310e202f420246 34430K
35782026-08-25T22:12:36.493Za tests/commtest-dbb802d24e5b6927 34431K
35792026-08-25T22:12:36.493Za tests/dhcp_server-bed5e8dda5ea5020 34431K
35802026-08-25T22:12:36.493Za tests/end_to_end_tests-b5ca3a6470910f92 503289K
35812026-08-25T22:12:36.493Za tools/opte_version 1K
35822026-08-25T22:12:36.493Za tools/opte_version_override 2K
35832026-08-25T22:12:36.493Za out/clickhouse.tar.gz 330887K
35842026-08-25T22:12:36.493Za out/clickhouse_keeper.tar.gz 314893K
35852026-08-25T22:12:36.493Za out/clickhouse_server.tar.gz 330885K
35862026-08-25T22:12:36.493Za out/cockroachdb.tar.gz 170173K
35872026-08-25T22:12:36.493Za out/crucible-pantry-zone.tar.gz 41879K
35882026-08-25T22:12:36.493Za out/crucible-utils.tar 18900K
35892026-08-25T22:12:36.493Za out/crucible-zone.tar.gz 56691K
35902026-08-25T22:12:36.493Za out/external-dns.tar.gz 46732K
35912026-08-25T22:12:36.493Za out/internal-dns.tar.gz 46731K
35922026-08-25T22:12:36.493Za out/mg-ddm-gz.tar 100917K
35932026-08-25T22:12:36.493Za out/nexus.tar.gz 362689K
35942026-08-25T22:12:36.493Za out/ntp.tar.gz 35217K
35952026-08-25T22:12:36.493Za out/omicron-gateway-softnpu.tar.gz 28981K
35962026-08-25T22:12:36.493Za out/omicron-sled-agent.tar 242994K
35972026-08-25T22:12:36.493Za out/overlay.tar.gz 4K
35982026-08-25T22:12:36.493Za out/oximeter.tar.gz 71998K
35992026-08-25T22:12:36.493Za out/oxlog.tar 4088K
36002026-08-25T22:12:36.493Za out/probe.tar.gz 3037K
36012026-08-25T22:12:36.493Za out/propolis-server.tar.gz 34642K
36022026-08-25T22:12:36.493Za out/pumpkind-gz.tar 26647K
36032026-08-25T22:12:36.493Za out/switch-softnpu.tar.gz 503946K
36042026-08-25T22:12:36.497Z
36052026-08-25T22:12:36.497Zreal 1:29.834617122
36062026-08-25T22:12:36.497Zuser 1:26.840738442
36072026-08-25T22:12:36.497Zsys 5.013175941
36082026-08-25T22:12:36.497Ztrap 0.006178187
36092026-08-25T22:12:36.497Ztflt 0.000000000
36102026-08-25T22:12:36.497Zdflt 0.000000000
36112026-08-25T22:12:36.497Zkflt 0.000000000
36122026-08-25T22:12:36.497Zlock 0.000000000
36132026-08-25T22:12:36.497Zslp 1:26.667709484
36142026-08-25T22:12:36.497Zlat 1.136269516
36152026-08-25T22:12:36.497Zstop 0.000203220
36162026-08-25T22:12:36.497Zprocess exited: duration 1050756 ms, exit code 0
 
36172026-08-25T22:12:36.510Zfound 1 output files
36182026-08-25T22:12:36.510Zuploading: /work/package.tar.gz (2773855084 bytes)
36192026-08-25T22:13:07.365Zuploaded: /work/package.tar.gz