01KY5DNPEYATGF3JK56MVKC325: 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: 01KY5DP54AV8V4DJ22FP4SDG15

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T17:24:49.574Zjob assigned to worker 01KY5DPB3C3CBSS46D9Z8N71H4 [factory aws, i-00c9dca957d852d76] (queued for 48 s)
 
22026-07-22T17:24:57.362Zstarting task 0: "setup"
32026-07-22T17:24:57.366Z++ uname -s
42026-07-22T17:24:57.369Z+ kern=SunOS
52026-07-22T17:24:57.369Z+ build_user=build
62026-07-22T17:24:57.369Z+ build_uid=12345
72026-07-22T17:24:57.369Z+ work_dir=/work
82026-07-22T17:24:57.369Z+ input_dir=/input
92026-07-22T17:24:57.369Z+ [[ 0 == 12345 ]]
102026-07-22T17:24:57.369Z+ case "$kern" in
112026-07-22T17:24:57.369Z+ groupadd -g 12345 build
122026-07-22T17:24:57.382Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T17:24:59.391Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T17:24:59.466Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T17:24:59.469Z+ home_fs=zfs
162026-07-22T17:24:59.469Z+ [[ zfs == autofs ]]
172026-07-22T17:24:59.469Z+ mkdir -p /home/build
182026-07-22T17:24:59.472Z+ chown build:build /home/build /work
192026-07-22T17:25:01.473Z+ chmod 0700 /home/build /work
202026-07-22T17:25:01.476Zprocess exited: duration 4115 ms, exit code 0
 
212026-07-22T17:25:01.482Zstarting task 1: "rust-toolchain"
222026-07-22T17:25:01.488Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T17:25:01.488Z * rust toolchain channel = "1.96.1"
242026-07-22T17:25:01.488Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-22T17:25:01.488Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-22T17:25:01.488Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-22T17:25:01.488Z * rust toolchain profile = "default"
282026-07-22T17:25:01.492Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T17:25:01.492Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T17:25:01.591Zinfo: downloading installer
312026-07-22T17:25:03.057Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T17:25:03.057Zwarn: /home/build/.rustup/settings.toml
332026-07-22T17:25:03.057Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T17:25:03.057Zwarn: instead of the one inferred from the default host triple.
352026-07-22T17:25:03.070Zinfo: profile set to default
362026-07-22T17:25:03.070Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T17:25:03.073Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T17:25:03.221Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T17:25:03.224Zinfo: downloading 6 components
402026-07-22T17:25:18.526Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-22T17:25:18.526Z
422026-07-22T17:25:18.554Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T17:25:18.554Z
442026-07-22T17:25:18.554Z
452026-07-22T17:25:18.554ZRust is installed now. Great!
462026-07-22T17:25:18.554Z
472026-07-22T17:25:18.554ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T17:25:18.554Zenvironment variable. This has not been done automatically.
492026-07-22T17:25:18.554Z
502026-07-22T17:25:18.554ZTo configure your current shell, you need to source
512026-07-22T17:25:18.554Zthe corresponding env file under $HOME/.cargo.
522026-07-22T17:25:18.554Z
532026-07-22T17:25:18.554ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T17:25:18.557Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T17:25:18.557Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T17:25:18.557Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T17:25:18.557Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T17:25:18.557Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T17:25:18.557Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T17:25:18.557Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T17:25:18.557Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T17:25:18.671Z+ rustup --version
632026-07-22T17:25:18.676Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T17:25:18.680Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T17:25:18.697Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T17:25:18.700Z+ cargo --version
672026-07-22T17:25:18.709Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T17:25:18.712Z+ rustc --version
692026-07-22T17:25:18.731Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T17:25:18.734Zprocess exited: duration 17250 ms, exit code 0
 
712026-07-22T17:25:18.740Zstarting task 2: "authentication"
722026-07-22T17:25:18.760Zprocess exited: duration 20 ms, exit code 0
 
732026-07-22T17:25:18.766Zstarting task 3: "clone repository"
742026-07-22T17:25:18.770Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-22T17:25:18.773Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-22T17:25:18.804ZCloning into '/work/oxidecomputer/omicron'...
772026-07-22T17:25:29.074Z+ cd /work/oxidecomputer/omicron
782026-07-22T17:25:29.074Z+ git fetch origin d182840500f2a7f80e06ea78d3e328811f1dcc03
792026-07-22T17:25:29.373ZFrom https://github.com/oxidecomputer/omicron
802026-07-22T17:25:29.373Z * branch d182840500f2a7f80e06ea78d3e328811f1dcc03 -> FETCH_HEAD
812026-07-22T17:25:29.388Z+ [[ -n sunshowers/spr/17n-wicket-common-move-clearupdatestateresponse-to-wicketd-commission-types ]]
822026-07-22T17:25:29.392Z++ git branch --show-current
832026-07-22T17:25:29.392Z+ current=main
842026-07-22T17:25:29.392Z+ [[ main != sunshowers/spr/17n-wicket-common-move-clearupdatestateresponse-to-wicketd-commission-types ]]
852026-07-22T17:25:29.392Z+ git branch -f sunshowers/spr/17n-wicket-common-move-clearupdatestateresponse-to-wicketd-commission-types d182840500f2a7f80e06ea78d3e328811f1dcc03
862026-07-22T17:25:29.395Z+ git checkout -f sunshowers/spr/17n-wicket-common-move-clearupdatestateresponse-to-wicketd-commission-types
872026-07-22T17:25:29.642ZSwitched to branch 'sunshowers/spr/17n-wicket-common-move-clearupdatestateresponse-to-wicketd-commission-types'
882026-07-22T17:25:29.646Z+ git reset --hard d182840500f2a7f80e06ea78d3e328811f1dcc03
892026-07-22T17:25:29.662ZHEAD is now at d18284050 rebase on main
902026-07-22T17:25:29.665Zprocess exited: duration 10896 ms, exit code 0
 
912026-07-22T17:25:29.672Zstarting task 4: "build"
922026-07-22T17:25:29.677Z+ source .github/buildomat/ci-env.sh
932026-07-22T17:25:29.677Z++ export CARGO_TERM_COLOR=always
942026-07-22T17:25:29.677Z++ CARGO_TERM_COLOR=always
952026-07-22T17:25:29.680Z+++ uname -s
962026-07-22T17:25:29.680Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-22T17:25:29.680Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-22T17:25:29.683Z+ cargo --version
992026-07-22T17:25:29.697Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-22T17:25:29.700Z+ rustc --version
1012026-07-22T17:25:29.715Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-22T17:25:29.719Z+ WORK=/work
1032026-07-22T17:25:29.719Z+ pfexec mkdir -p /work
1042026-07-22T17:25:29.722Z+ pfexec chown build /work
1052026-07-22T17:25:29.725Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-22T17:25:31.601Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-22T17:25:31.801Z Startup: Caching catalogs ... Done
1082026-07-22T17:25:32.765ZPlanning: Solver setup ... Done (0.882s)
1092026-07-22T17:25:32.806ZPlanning: Running solver ... Done (0.041s)
1102026-07-22T17:25:32.830ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-22T17:25:32.842ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-22T17:25:32.857ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-22T17:25:32.872ZPlanning: Package planning ... Done (0.015s)
1142026-07-22T17:25:32.875ZPlanning: Merging actions ... Done (0.002s)
1152026-07-22T17:25:33.076ZPlanning: Checking for conflicting actions ... Done (0.202s)
1162026-07-22T17:25:33.079ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-22T17:25:33.809ZPlanning: Evaluating mediators ... Done (0.732s)
1182026-07-22T17:25:33.812ZPlanning: Planning completed in 1.98 seconds
1192026-07-22T17:25:33.819Z Packages to install: 2
1202026-07-22T17:25:33.819Z Estimated space available: 156.06 GB
1212026-07-22T17:25:33.819ZEstimated space to be consumed: 48.03 MB
1222026-07-22T17:25:33.819Z Create boot environment: No
1232026-07-22T17:25:33.819ZCreate backup boot environment: No
1242026-07-22T17:25:33.822Z Rebuild boot archive: No
1252026-07-22T17:25:33.822Z
1262026-07-22T17:25:33.822ZChanged packages:
1272026-07-22T17:25:33.822Zhelios
1282026-07-22T17:25:33.822Z developer/build-essential
1292026-07-22T17:25:33.822Z None -> 11-3.0
1302026-07-22T17:25:33.822Z library/libxmlsec1
1312026-07-22T17:25:33.822Z None -> 1.2.35-3.0
1322026-07-22T17:25:33.846Z
1332026-07-22T17:25:33.846ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-22T17:25:33.914ZDownload: Completed 1.28 MB in 0.07 seconds (18.7M/s)
1352026-07-22T17:25:33.997Z Actions: 1/268 actions (Installing new actions)
1362026-07-22T17:25:34.035Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-22T17:25:34.055ZFinalize: Updating package state database ... Done (0.020s)
1382026-07-22T17:25:34.055ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-22T17:25:34.106ZFinalize: Updating image state ... Done (0.051s)
1402026-07-22T17:25:36.684ZFinalize: Creating fast lookup database ... Done (2.541s)
1412026-07-22T17:25:36.748ZFinalize: Reading search index ... Done (0.012s)
1422026-07-22T17:25:36.751ZFinalize: Updating search index ... Done (0.000s)
1432026-07-22T17:25:36.848ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-22T17:25:37.183ZPlanning: Evaluating mediator changes ... Done
1452026-07-22T17:25:37.289ZPlanning: Checking for conflicting actions ... Done
1462026-07-22T17:25:37.292ZPlanning: Consolidating action changes ... Done
1472026-07-22T17:25:37.448ZPlanning: Evaluating mediators ... Done
1482026-07-22T17:25:37.451ZPlanning: Planning completed in 0.27 seconds
1492026-07-22T17:25:37.472Z Mediators to change: 2
1502026-07-22T17:25:37.472Z Create boot environment: No
1512026-07-22T17:25:37.472ZCreate backup boot environment: No
1522026-07-22T17:25:37.522ZFinalize: Updating package state database ... Done
1532026-07-22T17:25:37.522ZFinalize: Updating package cache ... Done
1542026-07-22T17:25:37.554ZFinalize: Updating image state ... Done
1552026-07-22T17:25:39.487ZFinalize: Creating fast lookup database ... Done
1562026-07-22T17:25:39.551ZFinalize: Reading search index ... Done
1572026-07-22T17:25:39.554ZFinalize: Updating search index ... Done
1582026-07-22T17:25:39.616ZFinalize: Updating package cache ... Done
1592026-07-22T17:25:39.904ZPlanning: Evaluating mediator changes ... Done
1602026-07-22T17:25:40.011ZPlanning: Checking for conflicting actions ... Done
1612026-07-22T17:25:40.014ZPlanning: Consolidating action changes ... Done
1622026-07-22T17:25:40.170ZPlanning: Evaluating mediators ... Done
1632026-07-22T17:25:40.173ZPlanning: Planning completed in 0.27 seconds
1642026-07-22T17:25:40.193Z Mediators to change: 1
1652026-07-22T17:25:40.193Z Create boot environment: No
1662026-07-22T17:25:40.193ZCreate backup boot environment: No
1672026-07-22T17:25:40.241ZFinalize: Updating package state database ... Done
1682026-07-22T17:25:40.241ZFinalize: Updating package cache ... Done
1692026-07-22T17:25:40.269ZFinalize: Updating image state ... Done
1702026-07-22T17:25:42.238ZFinalize: Creating fast lookup database ... Done
1712026-07-22T17:25:42.302ZFinalize: Reading search index ... Done
1722026-07-22T17:25:42.305ZFinalize: Updating search index ... Done
1732026-07-22T17:25:42.365ZFinalize: Updating package cache ... Done
1742026-07-22T17:25:42.687ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-22T17:25:42.687Zapache system 2.4 system
1762026-07-22T17:25:42.687Zclang system 15 system
1772026-07-22T17:25:42.687Zcsh system system illumos
1782026-07-22T17:25:42.687Zctags system system illumos
1792026-07-22T17:25:42.687Zfile vendor vendor darwinsys
1802026-07-22T17:25:42.687Zfile system system illumos
1812026-07-22T17:25:42.687Zgcc vendor 14 vendor
1822026-07-22T17:25:42.687Zgcc system 13 system
1832026-07-22T17:25:42.687Zgcc system 10 system
1842026-07-22T17:25:42.687Zgo system 1.25 system
1852026-07-22T17:25:42.687Zllvm system 15 system
1862026-07-22T17:25:42.687Zmariadb system 11.4 system
1872026-07-22T17:25:42.688Zmta vendor vendor dma
1882026-07-22T17:25:42.688Zopenjdk system 17 system
1892026-07-22T17:25:42.688Zopenjdk system 11 system
1902026-07-22T17:25:42.688Zopenssl vendor 3 vendor
1912026-07-22T17:25:42.688Zperl system 5.40 system
1922026-07-22T17:25:42.688Zpostgresql system 18 system
1932026-07-22T17:25:42.688Zpostgresql system 17 system
1942026-07-22T17:25:42.688Zpython vendor 3 vendor
1952026-07-22T17:25:42.688Zpython system 2 system
1962026-07-22T17:25:42.688Zpython3 vendor 3.13 vendor
1972026-07-22T17:25:42.688Zruby system 3.4 system
1982026-07-22T17:25:42.688Zruby system 3.0 system
1992026-07-22T17:25:42.688Zwords vendor vendor american-english
2002026-07-22T17:25:42.688Zwords system system australian-english
2012026-07-22T17:25:42.688Zwords system system british-english
2022026-07-22T17:25:42.688Zwords system system canadian-english
2032026-07-22T17:25:42.688Zwords system system french
2042026-07-22T17:25:42.688Zwords system system italian
2052026-07-22T17:25:42.688Zwords system system ngerman
2062026-07-22T17:25:42.688Zwords system system ogerman
2072026-07-22T17:25:42.688Zwords system system spanish
2082026-07-22T17:25:42.942ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-22T17:25:42.942Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-22T17:25:43.317ZFMRI IFO
2112026-07-22T17:25:43.317Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-22T17:25:43.317Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-22T17:25:43.317Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-22T17:25:43.317Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-22T17:25:43.317Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-22T17:25:43.317Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-22T17:25:43.317Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-22T17:25:43.317Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-22T17:25:43.317Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-22T17:25:43.610Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-22T17:25:43.896Z Updating crates.io index
2222026-07-22T17:25:43.899Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-22T17:25:44.134Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-22T17:25:44.410Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-22T17:25:45.296Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-22T17:25:45.801Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-22T17:25:47.804Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-22T17:25:48.592Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-22T17:25:48.843Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-22T17:25:49.127Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-22T17:25:50.214Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-22T17:25:50.691Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-22T17:25:51.258Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-22T17:25:51.529Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-22T17:25:52.162Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-22T17:25:52.630Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-22T17:25:53.049Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-22T17:25:53.284Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-22T17:25:53.514Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-22T17:25:53.828Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-22T17:25:54.052Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-22T17:25:54.279Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-22T17:25:54.523Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-22T17:25:54.882Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-22T17:25:55.191Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-22T17:25:55.424Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-22T17:25:55.856Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-22T17:25:56.093Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-22T17:25:56.441Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-22T17:25:56.726Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-22T17:25:56.969Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-22T17:25:57.198Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-22T17:25:57.510Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-22T17:25:57.909Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-22T17:25:58.139Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-22T17:25:58.425Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-22T17:25:58.701Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-22T17:25:58.973Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-22T17:25:59.236Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-22T17:25:59.474Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-22T17:25:59.707Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-22T17:25:59.943Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-22T17:26:02.946Z Downloading crates ...
2642026-07-22T17:26:02.991Z Downloaded macaddr v1.0.1
2652026-07-22T17:26:02.994Z Downloaded clap_lex v1.0.0
2662026-07-22T17:26:02.996Z Downloaded cargo_toml v0.21.0
2672026-07-22T17:26:03.000Z Downloaded smawk v0.3.2
2682026-07-22T17:26:03.003Z Downloaded swrite v0.1.0
2692026-07-22T17:26:03.006Z Downloaded plain v0.2.3
2702026-07-22T17:26:03.006Z Downloaded camino-tempfile v1.4.1
2712026-07-22T17:26:03.009Z Downloaded bitflags v2.11.0
2722026-07-22T17:26:03.009Z Downloaded anstream v1.0.0
2732026-07-22T17:26:03.011Z Downloaded cfg-if v1.0.4
2742026-07-22T17:26:03.011Z Downloaded ucd-trie v0.1.7
2752026-07-22T17:26:03.011Z Downloaded cargo_metadata v0.23.1
2762026-07-22T17:26:03.014Z Downloaded cargo-platform v0.3.2
2772026-07-22T17:26:03.017Z Downloaded errno v0.3.14
2782026-07-22T17:26:03.020Z Downloaded toml_edit v0.22.27
2792026-07-22T17:26:03.023Z Downloaded zmij v1.0.21
2802026-07-22T17:26:03.023Z Downloaded zerocopy v0.7.35
2812026-07-22T17:26:03.030Z Downloaded heck v0.4.1
2822026-07-22T17:26:03.033Z Downloaded fs-err v3.3.0
2832026-07-22T17:26:03.033Z Downloaded dtrace-parser v0.2.0
2842026-07-22T17:26:03.033Z Downloaded is_terminal_polyfill v1.70.2
2852026-07-22T17:26:03.050Z Downloaded generic-array v0.14.7
2862026-07-22T17:26:03.050Z Downloaded strsim v0.11.1
2872026-07-22T17:26:03.050Z Downloaded itoa v1.0.17
2882026-07-22T17:26:03.050Z Downloaded dof v0.3.0
2892026-07-22T17:26:03.050Z Downloaded equivalent v1.0.2
2902026-07-22T17:26:03.050Z Downloaded block-buffer v0.10.4
2912026-07-22T17:26:03.050Z Downloaded byteorder v1.5.0
2922026-07-22T17:26:03.050Z Downloaded pest_generator v2.8.6
2932026-07-22T17:26:03.056Z Downloaded heck v0.5.0
2942026-07-22T17:26:03.056Z Downloaded fnv v1.0.7
2952026-07-22T17:26:03.056Z Downloaded colorchoice v1.0.4
2962026-07-22T17:26:03.060Z Downloaded crypto-common v0.1.7
2972026-07-22T17:26:03.063Z Downloaded terminal_size v0.4.3
2982026-07-22T17:26:03.063Z Downloaded utf8parse v0.2.2
2992026-07-22T17:26:03.063Z Downloaded memmap v0.7.0
3002026-07-22T17:26:03.066Z Downloaded tabled_derive v0.7.0
3012026-07-22T17:26:03.066Z Downloaded scroll_derive v0.12.1
3022026-07-22T17:26:03.070Z Downloaded serde_spanned v0.6.9
3032026-07-22T17:26:03.075Z Downloaded unicode-linebreak v0.1.5
3042026-07-22T17:26:03.075Z Downloaded pretty-hex v0.4.1
3052026-07-22T17:26:03.080Z Downloaded bytecount v0.6.9
3062026-07-22T17:26:03.084Z Downloaded anstyle-query v1.1.5
3072026-07-22T17:26:03.097Z Downloaded toml_datetime v0.6.11
3082026-07-22T17:26:03.100Z Downloaded usdt v0.5.0
3092026-07-22T17:26:03.103Z Downloaded version_check v0.9.5
3102026-07-22T17:26:03.106Z Downloaded proc-macro-error-attr v1.0.4
3112026-07-22T17:26:03.106Z Downloaded toml_write v0.1.2
3122026-07-22T17:26:03.110Z Downloaded usdt-attr-macro v0.5.0
3132026-07-22T17:26:03.114Z Downloaded thread-id v4.2.2
3142026-07-22T17:26:03.116Z Downloaded fastrand v2.3.0
3152026-07-22T17:26:03.119Z Downloaded autocfg v1.5.0
3162026-07-22T17:26:03.119Z Downloaded cpufeatures v0.2.17
3172026-07-22T17:26:03.119Z Downloaded anstyle v1.0.14
3182026-07-22T17:26:03.123Z Downloaded quote v1.0.45
3192026-07-22T17:26:03.127Z Downloaded serde_tokenstream v0.2.3
3202026-07-22T17:26:03.130Z Downloaded camino v1.2.2
3212026-07-22T17:26:03.133Z Downloaded tempfile v3.25.0
3222026-07-22T17:26:03.136Z Downloaded pest_derive v2.8.6
3232026-07-22T17:26:03.139Z Downloaded scroll v0.12.0
3242026-07-22T17:26:03.143Z Downloaded digest v0.10.7
3252026-07-22T17:26:03.146Z Downloaded anstyle-parse v1.0.0
3262026-07-22T17:26:03.146Z Downloaded usdt-macro v0.5.0
3272026-07-22T17:26:03.149Z Downloaded thiserror v1.0.69
3282026-07-22T17:26:03.151Z Downloaded thiserror-impl v2.0.18
3292026-07-22T17:26:03.151Z Downloaded proc-macro-error v1.0.4
3302026-07-22T17:26:03.154Z Downloaded thiserror v2.0.18
3312026-07-22T17:26:03.157Z Downloaded sha2 v0.10.9
3322026-07-22T17:26:03.157Z Downloaded anyhow v1.0.102
3332026-07-22T17:26:03.165Z Downloaded toml v0.8.23
3342026-07-22T17:26:03.168Z Downloaded thiserror-impl v1.0.69
3352026-07-22T17:26:03.168Z Downloaded once_cell v1.21.3
3362026-07-22T17:26:03.170Z Downloaded clap_derive v4.6.1
3372026-07-22T17:26:03.170Z Downloaded getrandom v0.4.1
3382026-07-22T17:26:03.176Z Downloaded semver v1.0.28
3392026-07-22T17:26:03.183Z Downloaded usdt-impl v0.5.0
3402026-07-22T17:26:03.189Z Downloaded zerocopy-derive v0.7.35
3412026-07-22T17:26:03.192Z Downloaded clap v4.6.1
3422026-07-22T17:26:03.199Z Downloaded serde_derive v1.0.228
3432026-07-22T17:26:03.202Z Downloaded log v0.4.29
3442026-07-22T17:26:03.205Z Downloaded proc-macro2 v1.0.106
3452026-07-22T17:26:03.210Z Downloaded serde_core v1.0.228
3462026-07-22T17:26:03.210Z Downloaded unicode-ident v1.0.24
3472026-07-22T17:26:03.213Z Downloaded pest_meta v2.8.6
3482026-07-22T17:26:03.213Z Downloaded papergrid v0.11.0
3492026-07-22T17:26:03.217Z Downloaded memchr v2.8.0
3502026-07-22T17:26:03.220Z Downloaded indexmap v2.14.0
3512026-07-22T17:26:03.220Z Downloaded textwrap v0.16.2
3522026-07-22T17:26:03.229Z Downloaded serde v1.0.228
3532026-07-22T17:26:03.237Z Downloaded pest v2.8.6
3542026-07-22T17:26:03.242Z Downloaded typenum v1.20.1
3552026-07-22T17:26:03.288Z Downloaded clap_builder v4.6.0
3562026-07-22T17:26:03.291Z Downloaded hashbrown v0.17.0
3572026-07-22T17:26:03.296Z Downloaded serde_json v1.0.150
3582026-07-22T17:26:03.314Z Downloaded winnow v0.7.14
3592026-07-22T17:26:03.317Z Downloaded goblin v0.8.2
3602026-07-22T17:26:03.320Z Downloaded tabled v0.15.0
3612026-07-22T17:26:03.337Z Downloaded unicode-width v0.1.14
3622026-07-22T17:26:03.341Z Downloaded syn v1.0.109
3632026-07-22T17:26:03.345Z Downloaded unicode-width v0.2.0
3642026-07-22T17:26:03.348Z Downloaded syn v2.0.117
3652026-07-22T17:26:03.363Z Downloaded rustix v1.1.3
3662026-07-22T17:26:03.390Z Downloaded libc v0.2.185
3672026-07-22T17:26:03.452Z Compiling proc-macro2 v1.0.106
3682026-07-22T17:26:03.452Z Compiling quote v1.0.45
3692026-07-22T17:26:03.452Z Compiling unicode-ident v1.0.24
3702026-07-22T17:26:03.455Z Compiling serde_core v1.0.228
3712026-07-22T17:26:03.455Z Compiling libc v0.2.185
3722026-07-22T17:26:03.455Z Compiling version_check v0.9.5
3732026-07-22T17:26:03.455Z Compiling memchr v2.8.0
3742026-07-22T17:26:03.455Z Compiling serde v1.0.228
3752026-07-22T17:26:03.455Z Compiling zmij v1.0.21
3762026-07-22T17:26:03.455Z Compiling thiserror v1.0.69
3772026-07-22T17:26:03.455Z Compiling ucd-trie v0.1.7
3782026-07-22T17:26:03.632Z Compiling itoa v1.0.17
3792026-07-22T17:26:03.635Z Compiling rustix v1.1.3
3802026-07-22T17:26:03.635Z Compiling byteorder v1.5.0
3812026-07-22T17:26:03.831Z Compiling serde_json v1.0.150
3822026-07-22T17:26:04.056Z Compiling bitflags v2.11.0
3832026-07-22T17:26:04.112Z Compiling usdt-impl v0.5.0
3842026-07-22T17:26:04.130Z Compiling pest v2.8.6
3852026-07-22T17:26:04.150Z Compiling proc-macro-error-attr v1.0.4
3862026-07-22T17:26:04.372Z Compiling camino v1.2.2
3872026-07-22T17:26:04.375Z Compiling syn v1.0.109
3882026-07-22T17:26:04.376Z Compiling proc-macro-error v1.0.4
3892026-07-22T17:26:04.428Z Compiling utf8parse v0.2.2
3902026-07-22T17:26:04.431Z Compiling equivalent v1.0.2
3912026-07-22T17:26:04.447Z Compiling log v0.4.29
3922026-07-22T17:26:04.485Z Compiling getrandom v0.4.1
3932026-07-22T17:26:04.545Z Compiling plain v0.2.3
3942026-07-22T17:26:04.629Z Compiling errno v0.3.14
3952026-07-22T17:26:04.632Z Compiling thread-id v4.2.2
3962026-07-22T17:26:04.648Z Compiling hashbrown v0.17.0
3972026-07-22T17:26:04.670Z Compiling anstyle-parse v1.0.0
3982026-07-22T17:26:04.723Z Compiling thiserror v2.0.18
3992026-07-22T17:26:04.727Z Compiling anstyle-query v1.1.5
4002026-07-22T17:26:04.787Z Compiling is_terminal_polyfill v1.70.2
4012026-07-22T17:26:04.845Z Compiling toml_write v0.1.2
4022026-07-22T17:26:04.903Z Compiling anstyle v1.0.14
4032026-07-22T17:26:04.903Z Compiling pretty-hex v0.4.1
4042026-07-22T17:26:04.940Z Compiling cfg-if v1.0.4
4052026-07-22T17:26:04.943Z Compiling autocfg v1.5.0
4062026-07-22T17:26:04.980Z Compiling winnow v0.7.14
4072026-07-22T17:26:05.027Z Compiling colorchoice v1.0.4
4082026-07-22T17:26:05.065Z Compiling syn v2.0.117
4092026-07-22T17:26:05.152Z Compiling anstream v1.0.0
4102026-07-22T17:26:05.171Z Compiling indexmap v2.14.0
4112026-07-22T17:26:05.189Z Compiling heck v0.4.1
4122026-07-22T17:26:05.192Z Compiling unicode-width v0.1.14
4132026-07-22T17:26:05.258Z Compiling pest_meta v2.8.6
4142026-07-22T17:26:05.319Z Compiling fnv v1.0.7
4152026-07-22T17:26:05.366Z Compiling clap_lex v1.0.0
4162026-07-22T17:26:05.437Z Compiling fs-err v3.3.0
4172026-07-22T17:26:05.455Z Compiling anyhow v1.0.102
4182026-07-22T17:26:05.472Z Compiling strsim v0.11.1
4192026-07-22T17:26:05.489Z Compiling bytecount v0.6.9
4202026-07-22T17:26:05.510Z Compiling once_cell v1.21.3
4212026-07-22T17:26:05.533Z Compiling heck v0.5.0
4222026-07-22T17:26:05.629Z Compiling fastrand v2.3.0
4232026-07-22T17:26:05.647Z Compiling papergrid v0.11.0
4242026-07-22T17:26:05.664Z Compiling memmap v0.7.0
4252026-07-22T17:26:05.754Z Compiling terminal_size v0.4.3
4262026-07-22T17:26:05.793Z Compiling unicode-linebreak v0.1.5
4272026-07-22T17:26:05.812Z Compiling unicode-width v0.2.0
4282026-07-22T17:26:05.852Z Compiling tempfile v3.25.0
4292026-07-22T17:26:05.856Z Compiling smawk v0.3.2
4302026-07-22T17:26:05.932Z Compiling clap_builder v4.6.0
4312026-07-22T17:26:06.004Z Compiling swrite v0.1.0
4322026-07-22T17:26:06.082Z Compiling semver v1.0.28
4332026-07-22T17:26:06.085Z Compiling cargo-platform v0.3.2
4342026-07-22T17:26:06.121Z Compiling textwrap v0.16.2
4352026-07-22T17:26:06.374Z Compiling camino-tempfile v1.4.1
4362026-07-22T17:26:06.753Z Compiling tabled_derive v0.7.0
4372026-07-22T17:26:07.262Z Compiling pest_generator v2.8.6
4382026-07-22T17:26:07.418Z Compiling tabled v0.15.0
4392026-07-22T17:26:07.800Z Compiling serde_derive v1.0.228
4402026-07-22T17:26:07.803Z Compiling thiserror-impl v1.0.69
4412026-07-22T17:26:07.803Z Compiling zerocopy-derive v0.7.35
4422026-07-22T17:26:07.803Z Compiling scroll_derive v0.12.1
4432026-07-22T17:26:07.803Z Compiling thiserror-impl v2.0.18
4442026-07-22T17:26:07.803Z Compiling clap_derive v4.6.1
4452026-07-22T17:26:07.872Z Compiling pest_derive v2.8.6
4462026-07-22T17:26:08.472Z Compiling scroll v0.12.0
4472026-07-22T17:26:08.565Z Compiling zerocopy v0.7.35
4482026-07-22T17:26:08.688Z Compiling goblin v0.8.2
4492026-07-22T17:26:08.931Z Compiling dtrace-parser v0.2.0
4502026-07-22T17:26:09.185Z Compiling clap v4.6.1
4512026-07-22T17:26:10.209Z Compiling toml_datetime v0.6.11
4522026-07-22T17:26:10.209Z Compiling serde_spanned v0.6.9
4532026-07-22T17:26:10.209Z Compiling macaddr v1.0.1
4542026-07-22T17:26:10.213Z Compiling cargo_metadata v0.23.1
4552026-07-22T17:26:10.213Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-07-22T17:26:10.244Z Compiling dof v0.3.0
4572026-07-22T17:26:10.249Z Compiling serde_tokenstream v0.2.3
4582026-07-22T17:26:10.374Z Compiling toml_edit v0.22.27
4592026-07-22T17:26:10.974Z Compiling usdt-attr-macro v0.5.0
4602026-07-22T17:26:10.978Z Compiling usdt-macro v0.5.0
4612026-07-22T17:26:11.564Z Compiling usdt v0.5.0
4622026-07-22T17:26:11.619Z Compiling toml v0.8.23
4632026-07-22T17:26:11.942Z Compiling cargo_toml v0.21.0
4642026-07-22T17:26:13.236Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-22T17:26:15.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.81s
4662026-07-22T17:26:15.472Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-22T17:26:15.981Z Downloading crates ...
4682026-07-22T17:26:16.076Z Downloaded bit-set v0.8.0
4692026-07-22T17:26:16.079Z Downloaded atomic-waker v1.1.2
4702026-07-22T17:26:16.079Z Downloaded array-init v0.0.4
4712026-07-22T17:26:16.082Z Downloaded byte-wrapper v0.1.0
4722026-07-22T17:26:16.085Z Downloaded assert_matches v1.5.0
4732026-07-22T17:26:16.085Z Downloaded adler2 v2.0.1
4742026-07-22T17:26:16.091Z Downloaded base16ct v0.2.0
4752026-07-22T17:26:16.095Z Downloaded async-stream v0.3.6
4762026-07-22T17:26:16.098Z Downloaded aes v0.9.1
4772026-07-22T17:26:16.101Z Downloaded cstr-argument v0.1.2
4782026-07-22T17:26:16.104Z Downloaded aead v0.5.2
4792026-07-22T17:26:16.108Z Downloaded atomicwrites v0.4.4
4802026-07-22T17:26:16.111Z Downloaded darling v0.21.3
4812026-07-22T17:26:16.114Z Downloaded arrayvec v0.7.6
4822026-07-22T17:26:16.117Z Downloaded darling v0.13.4
4832026-07-22T17:26:16.117Z Downloaded crc v3.4.0
4842026-07-22T17:26:16.117Z Downloaded bzip2 v0.6.1
4852026-07-22T17:26:16.120Z Downloaded block-buffer v0.12.1
4862026-07-22T17:26:16.120Z Downloaded bit-set v0.5.3
4872026-07-22T17:26:16.120Z Downloaded darling_macro v0.20.11
4882026-07-22T17:26:16.127Z Downloaded arrayref v0.3.9
4892026-07-22T17:26:16.127Z Downloaded bit-vec v0.8.0
4902026-07-22T17:26:16.127Z Downloaded crc8 v0.1.1
4912026-07-22T17:26:16.130Z Downloaded cobs v0.3.0
4922026-07-22T17:26:16.130Z Downloaded bb8 v0.8.6
4932026-07-22T17:26:16.130Z Downloaded argon2 v0.5.3
4942026-07-22T17:26:16.130Z Downloaded convert_case v0.4.0
4952026-07-22T17:26:16.130Z Downloaded blake2 v0.10.6
4962026-07-22T17:26:16.130Z Downloaded cpufeatures v0.3.0
4972026-07-22T17:26:16.133Z Downloaded bitfield-macros v0.19.4
4982026-07-22T17:26:16.133Z Downloaded ahash v0.8.12
4992026-07-22T17:26:16.137Z Downloaded anstyle-parse v0.2.7
5002026-07-22T17:26:16.137Z Downloaded async-recursion v1.1.1
5012026-07-22T17:26:16.140Z Downloaded crypto-common v0.2.2
5022026-07-22T17:26:16.140Z Downloaded crunchy v0.2.4
5032026-07-22T17:26:16.140Z Downloaded crc-catalog v2.4.0
5042026-07-22T17:26:16.140Z Downloaded cfg_aliases v0.2.1
5052026-07-22T17:26:16.143Z Downloaded crucible-workspace-hack v0.1.0
5062026-07-22T17:26:16.144Z Downloaded either v1.15.0
5072026-07-22T17:26:16.146Z Downloaded csv-core v0.1.13
5082026-07-22T17:26:16.146Z Downloaded base64ct v1.8.3
5092026-07-22T17:26:16.146Z Downloaded backon v1.6.0
5102026-07-22T17:26:16.149Z Downloaded async-trait v0.1.89
5112026-07-22T17:26:16.157Z Downloaded difflib v0.4.0
5122026-07-22T17:26:16.157Z Downloaded async-stream-impl v0.3.6
5132026-07-22T17:26:16.157Z Downloaded diesel_table_macro_syntax v0.3.0
5142026-07-22T17:26:16.161Z Downloaded bs58 v0.5.1
5152026-07-22T17:26:16.161Z Downloaded dirs-sys-next v0.1.2
5162026-07-22T17:26:16.161Z Downloaded critical-section v1.2.0
5172026-07-22T17:26:16.161Z Downloaded daft v0.1.7
5182026-07-22T17:26:16.161Z Downloaded displaydoc v0.2.5
5192026-07-22T17:26:16.161Z Downloaded bitfield-struct v0.6.2
5202026-07-22T17:26:16.165Z Downloaded ascii-canvas v3.0.0
5212026-07-22T17:26:16.165Z Downloaded curve25519-dalek-derive v0.1.1
5222026-07-22T17:26:16.165Z Downloaded display-error-chain v0.2.2
5232026-07-22T17:26:16.165Z Downloaded cookie v0.18.1
5242026-07-22T17:26:16.169Z Downloaded crossbeam-deque v0.8.6
5252026-07-22T17:26:16.169Z Downloaded ctutils v0.4.2
5262026-07-22T17:26:16.173Z Downloaded const_format_proc_macros v0.2.34
5272026-07-22T17:26:16.173Z Downloaded aead v0.6.1
5282026-07-22T17:26:16.177Z Downloaded block-padding v0.4.2
5292026-07-22T17:26:16.177Z Downloaded dyn-clone v1.0.20
5302026-07-22T17:26:16.177Z Downloaded debug-ignore v1.0.5
5312026-07-22T17:26:16.182Z Downloaded embedded-io v0.4.0
5322026-07-22T17:26:16.182Z Downloaded compression-core v0.4.31
5332026-07-22T17:26:16.182Z Downloaded defmt v0.3.100
5342026-07-22T17:26:16.182Z Downloaded bcrypt-pbkdf v0.11.0
5352026-07-22T17:26:16.182Z Downloaded derive_builder_macro v0.20.2
5362026-07-22T17:26:16.186Z Downloaded dsl_auto_type v0.2.0
5372026-07-22T17:26:16.186Z Downloaded downcast-rs v2.0.2
5382026-07-22T17:26:16.186Z Downloaded document-features v0.2.12
5392026-07-22T17:26:16.190Z Downloaded darling_macro v0.21.3
5402026-07-22T17:26:16.190Z Downloaded bcs v0.1.6
5412026-07-22T17:26:16.190Z Downloaded flagset v0.4.7
5422026-07-22T17:26:16.190Z Downloaded atty v0.2.14
5432026-07-22T17:26:16.194Z Downloaded dtrace-parser v0.3.0
5442026-07-22T17:26:16.194Z Downloaded darling_macro v0.13.4
5452026-07-22T17:26:16.194Z Downloaded dropshot-api-manager-types v0.7.2
5462026-07-22T17:26:16.194Z Downloaded const-oid v0.9.6
5472026-07-22T17:26:16.198Z Downloaded ciborium-io v0.2.2
5482026-07-22T17:26:16.202Z Downloaded digest-io v0.1.0
5492026-07-22T17:26:16.205Z Downloaded base16ct v1.0.0
5502026-07-22T17:26:16.206Z Downloaded endian-type v0.1.2
5512026-07-22T17:26:16.206Z Downloaded embedded-io v0.6.1
5522026-07-22T17:26:16.209Z Downloaded cfg_aliases v0.1.1
5532026-07-22T17:26:16.209Z Downloaded dirs-next v2.0.0
5542026-07-22T17:26:16.209Z Downloaded darling_macro v0.23.0
5552026-07-22T17:26:16.212Z Downloaded castaway v0.2.4
5562026-07-22T17:26:16.212Z Downloaded dunce v1.0.5
5572026-07-22T17:26:16.212Z Downloaded ciborium-ll v0.2.2
5582026-07-22T17:26:16.217Z Downloaded dof v0.4.0
5592026-07-22T17:26:16.217Z Downloaded defmt-parser v1.0.0
5602026-07-22T17:26:16.220Z Downloaded enum-as-inner v0.6.1
5612026-07-22T17:26:16.226Z Downloaded darling v0.20.11
5622026-07-22T17:26:16.231Z Downloaded crc32fast v1.5.0
5632026-07-22T17:26:16.231Z Downloaded data-encoding v2.10.0
5642026-07-22T17:26:16.235Z Downloaded env_filter v1.0.0
5652026-07-22T17:26:16.235Z Downloaded ctr v0.10.1
5662026-07-22T17:26:16.235Z Downloaded fixedbitset v0.4.2
5672026-07-22T17:26:16.235Z Downloaded foreign-types v0.3.2
5682026-07-22T17:26:16.235Z Downloaded float-cmp v0.10.0
5692026-07-22T17:26:16.240Z Downloaded derive-where v1.6.0
5702026-07-22T17:26:16.240Z Downloaded darling v0.23.0
5712026-07-22T17:26:16.243Z Downloaded form_urlencoded v1.2.2
5722026-07-22T17:26:16.243Z Downloaded foreign-types-shared v0.3.1
5732026-07-22T17:26:16.243Z Downloaded foreign-types-shared v0.1.1
5742026-07-22T17:26:16.248Z Downloaded foreign-types-macros v0.2.3
5752026-07-22T17:26:16.248Z Downloaded futures-core v0.3.32
5762026-07-22T17:26:16.249Z Downloaded foreign-types v0.5.0
5772026-07-22T17:26:16.249Z Downloaded float-ord v0.3.2
5782026-07-22T17:26:16.249Z Downloaded daft-derive v0.1.7
5792026-07-22T17:26:16.252Z Downloaded gethostname v0.5.0
5802026-07-22T17:26:16.252Z Downloaded digest v0.11.3
5812026-07-22T17:26:16.252Z Downloaded corncobs v0.1.4
5822026-07-22T17:26:16.259Z Downloaded defmt-macros v1.0.1
5832026-07-22T17:26:16.259Z Downloaded ed25519 v3.0.0
5842026-07-22T17:26:16.264Z Downloaded ghash v0.6.0
5852026-07-22T17:26:16.264Z Downloaded constant_time_eq v0.4.2
5862026-07-22T17:26:16.264Z Downloaded colored v3.1.1
5872026-07-22T17:26:16.264Z Downloaded cbc v0.2.1
5882026-07-22T17:26:16.264Z Downloaded futures-sink v0.3.32
5892026-07-22T17:26:16.269Z Downloaded fxhash v0.2.1
5902026-07-22T17:26:16.269Z Downloaded hash32 v0.3.1
5912026-07-22T17:26:16.269Z Downloaded crossbeam-utils v0.8.21
5922026-07-22T17:26:16.269Z Downloaded futures-task v0.3.32
5932026-07-22T17:26:16.269Z Downloaded delegate v0.13.5
5942026-07-22T17:26:16.272Z Downloaded globwalk v0.9.1
5952026-07-22T17:26:16.272Z Downloaded git-stub v1.0.0
5962026-07-22T17:26:16.273Z Downloaded cassowary v0.3.0
5972026-07-22T17:26:16.273Z Downloaded der_derive v0.7.3
5982026-07-22T17:26:16.273Z Downloaded compression-codecs v0.4.37
5992026-07-22T17:26:16.276Z Downloaded ed25519 v2.2.3
6002026-07-22T17:26:16.276Z Downloaded cmov v0.5.4
6012026-07-22T17:26:16.281Z Downloaded ena v0.14.4
6022026-07-22T17:26:16.282Z Downloaded diesel-dtrace v0.5.0
6032026-07-22T17:26:16.282Z Downloaded enum_dispatch v0.3.13
6042026-07-22T17:26:16.285Z Downloaded ff v0.14.0
6052026-07-22T17:26:16.285Z Downloaded env_logger v0.11.9
6062026-07-22T17:26:16.285Z Downloaded erased-serde v0.3.31
6072026-07-22T17:26:16.289Z Downloaded camino-tempfile-ext v0.3.3
6082026-07-22T17:26:16.289Z Downloaded buf-list v1.1.2
6092026-07-22T17:26:16.289Z Downloaded hex v0.4.3
6102026-07-22T17:26:16.293Z Downloaded allocator-api2 v0.2.21
6112026-07-22T17:26:16.293Z Downloaded crossbeam-epoch v0.9.18
6122026-07-22T17:26:16.298Z Downloaded fallible-iterator v0.2.0
6132026-07-22T17:26:16.298Z Downloaded colored v2.2.0
6142026-07-22T17:26:16.298Z Downloaded hex-literal v1.1.0
6152026-07-22T17:26:16.298Z Downloaded find-msvc-tools v0.1.9
6162026-07-22T17:26:16.298Z Downloaded funty v2.0.0
6172026-07-22T17:26:16.302Z Downloaded ff v0.13.1
6182026-07-22T17:26:16.302Z Downloaded fs_extra v1.3.0
6192026-07-22T17:26:16.302Z Downloaded hostname v0.3.1
6202026-07-22T17:26:16.305Z Downloaded console v0.15.11
6212026-07-22T17:26:16.306Z Downloaded foldhash v0.2.0
6222026-07-22T17:26:16.306Z Downloaded http-body v1.0.1
6232026-07-22T17:26:16.310Z Downloaded hostname v0.4.2
6242026-07-22T17:26:16.310Z Downloaded home v0.5.12
6252026-07-22T17:26:16.310Z Downloaded futures-executor v0.3.32
6262026-07-22T17:26:16.316Z Downloaded clang-sys v1.8.1
6272026-07-22T17:26:16.316Z Downloaded derive-ex v0.1.8
6282026-07-22T17:26:16.316Z Downloaded cipher v0.4.4
6292026-07-22T17:26:16.316Z Downloaded argon2 v0.6.0-rc.8
6302026-07-22T17:26:16.316Z Downloaded derive_builder_core v0.20.2
6312026-07-22T17:26:16.319Z Downloaded http-range v0.1.5
6322026-07-22T17:26:16.319Z Downloaded git-stub-vcs v0.1.0
6332026-07-22T17:26:16.319Z Downloaded glob v0.3.3
6342026-07-22T17:26:16.319Z Downloaded async-compression v0.4.41
6352026-07-22T17:26:16.323Z Downloaded group v0.13.0
6362026-07-22T17:26:16.326Z Downloaded hyper-tls v0.6.0
6372026-07-22T17:26:16.326Z Downloaded hubpack_derive v0.1.1
6382026-07-22T17:26:16.326Z Downloaded hubpack v0.1.2
6392026-07-22T17:26:16.326Z Downloaded httpdate v1.0.3
6402026-07-22T17:26:16.329Z Downloaded console v0.16.2
6412026-07-22T17:26:16.330Z Downloaded bzip2 v0.4.4
6422026-07-22T17:26:16.334Z Downloaded ciborium v0.2.2
6432026-07-22T17:26:16.334Z Downloaded cipher v0.5.2
6442026-07-22T17:26:16.338Z Downloaded async-bb8-diesel v0.2.1
6452026-07-22T17:26:16.338Z Downloaded blowfish v0.10.0
6462026-07-22T17:26:16.338Z Downloaded derive_builder v0.20.2
6472026-07-22T17:26:16.341Z Downloaded idna_adapter v1.2.1
6482026-07-22T17:26:16.341Z Downloaded cookie_store v0.22.1
6492026-07-22T17:26:16.364Z Downloaded instability v0.3.11
6502026-07-22T17:26:16.364Z Downloaded inout v0.2.2
6512026-07-22T17:26:16.364Z Downloaded convert_case v0.10.0
6522026-07-22T17:26:16.365Z Downloaded ecdsa v0.17.0-rc.18
6532026-07-22T17:26:16.365Z Downloaded diff v0.1.13
6542026-07-22T17:26:16.373Z Downloaded illumos-nvpair-sys v0.2.0
6552026-07-22T17:26:16.373Z Downloaded ident_case v1.0.1
6562026-07-22T17:26:16.373Z Downloaded arc-swap v1.8.2
6572026-07-22T17:26:16.373Z Downloaded fixedbitset v0.5.7
6582026-07-22T17:26:16.373Z Downloaded filetime v0.2.27
6592026-07-22T17:26:16.373Z Downloaded indoc v1.0.9
6602026-07-22T17:26:16.373Z Downloaded is_ci v1.2.0
6612026-07-22T17:26:16.373Z Downloaded is-terminal v0.4.17
6622026-07-22T17:26:16.373Z Downloaded foldhash v0.1.5
6632026-07-22T17:26:16.373Z Downloaded cmake v0.1.57
6642026-07-22T17:26:16.373Z Downloaded chacha20 v0.10.0
6652026-07-22T17:26:16.373Z Downloaded internet-checksum v0.2.1
6662026-07-22T17:26:16.373Z Downloaded instant v0.1.13
6672026-07-22T17:26:16.373Z Downloaded crypto-bigint v0.5.5
6682026-07-22T17:26:16.378Z Downloaded highway v1.3.0
6692026-07-22T17:26:16.378Z Downloaded blake2 v0.11.0-rc.6
6702026-07-22T17:26:16.379Z Downloaded indent_write v2.2.0
6712026-07-22T17:26:16.379Z Downloaded illumos-nvpair v0.3.0
6722026-07-22T17:26:16.379Z Downloaded cancel-safe-futures v0.1.5
6732026-07-22T17:26:16.379Z Downloaded crc-any v2.5.0
6742026-07-22T17:26:16.379Z Downloaded keccak v0.1.6
6752026-07-22T17:26:16.383Z Downloaded getrandom v0.2.17
6762026-07-22T17:26:16.383Z Downloaded kstat-rs v0.2.4
6772026-07-22T17:26:16.383Z Downloaded group v0.14.0
6782026-07-22T17:26:16.383Z Downloaded globset v0.4.18
6792026-07-22T17:26:16.387Z Downloaded kem v0.3.0
6802026-07-22T17:26:16.387Z Downloaded lazy_static v1.5.0
6812026-07-22T17:26:16.387Z Downloaded linked-hash-map v0.5.6
6822026-07-22T17:26:16.387Z Downloaded lalrpop-util v0.19.12
6832026-07-22T17:26:16.390Z Downloaded fs-err v2.11.0
6842026-07-22T17:26:16.390Z Downloaded http-body-util v0.1.3
6852026-07-22T17:26:16.390Z Downloaded libscf-sys v1.1.0
6862026-07-22T17:26:16.395Z Downloaded lru-cache v0.1.2
6872026-07-22T17:26:16.395Z Downloaded half v1.8.3
6882026-07-22T17:26:16.395Z Downloaded maybe-uninit v2.0.0
6892026-07-22T17:26:16.399Z Downloaded maplit v1.0.2
6902026-07-22T17:26:16.399Z Downloaded humantime v2.3.0
6912026-07-22T17:26:16.399Z Downloaded headers-core v0.3.0
6922026-07-22T17:26:16.399Z Downloaded hash32 v0.2.1
6932026-07-22T17:26:16.399Z Downloaded ecdsa v0.16.9
6942026-07-22T17:26:16.399Z Downloaded chacha20 v0.9.1
6952026-07-22T17:26:16.403Z Downloaded mime v0.3.17
6962026-07-22T17:26:16.403Z Downloaded managed v0.8.0
6972026-07-22T17:26:16.403Z Downloaded lzss v0.8.2
6982026-07-22T17:26:16.407Z Downloaded lru v0.12.5
6992026-07-22T17:26:16.408Z Downloaded darling_core v0.21.3
7002026-07-22T17:26:16.411Z Downloaded hyper-staticfile v0.10.1
7012026-07-22T17:26:16.411Z Downloaded darling_core v0.13.4
7022026-07-22T17:26:16.414Z Downloaded lru-slab v0.1.2
7032026-07-22T17:26:16.414Z Downloaded inout v0.1.4
7042026-07-22T17:26:16.414Z Downloaded md5 v0.8.0
7052026-07-22T17:26:16.414Z Downloaded elliptic-curve v0.13.8
7062026-07-22T17:26:16.418Z Downloaded elliptic-curve v0.14.0-rc.33
7072026-07-22T17:26:16.421Z Downloaded des v0.9.0
7082026-07-22T17:26:16.421Z Downloaded md-5 v0.10.6
7092026-07-22T17:26:16.421Z Downloaded ingot v0.1.1
7102026-07-22T17:26:16.425Z Downloaded fatfs v0.3.6
7112026-07-22T17:26:16.425Z Downloaded match_cfg v0.1.0
7122026-07-22T17:26:16.425Z Downloaded drift v0.2.0
7132026-07-22T17:26:16.431Z Downloaded multimap v0.10.1
7142026-07-22T17:26:16.431Z Downloaded impl-trait-for-tuples v0.2.3
7152026-07-22T17:26:16.435Z Downloaded newline-converter v0.3.0
7162026-07-22T17:26:16.435Z Downloaded bytes v1.11.1
7172026-07-22T17:26:16.441Z Downloaded newtype_derive v0.1.6
7182026-07-22T17:26:16.441Z Downloaded ingot-types v0.1.2
7192026-07-22T17:26:16.441Z Downloaded hmac v0.12.1
7202026-07-22T17:26:16.447Z Downloaded futures-channel v0.3.32
7212026-07-22T17:26:16.447Z Downloaded new_debug_unreachable v1.0.6
7222026-07-22T17:26:16.447Z Downloaded hmac v0.13.0
7232026-07-22T17:26:16.447Z Downloaded newtype-uuid-macros v0.1.0
7242026-07-22T17:26:16.447Z Downloaded futures v0.3.32
7252026-07-22T17:26:16.451Z Downloaded nodrop v0.1.14
7262026-07-22T17:26:16.451Z Downloaded cc v1.2.56
7272026-07-22T17:26:16.451Z Downloaded num v0.4.3
7282026-07-22T17:26:16.454Z Downloaded normalize-line-endings v0.3.0
7292026-07-22T17:26:16.454Z Downloaded keccak v0.2.0
7302026-07-22T17:26:16.454Z Downloaded jobserver v0.1.34
7312026-07-22T17:26:16.458Z Downloaded ipnetwork v0.21.1
7322026-07-22T17:26:16.458Z Downloaded num-derive v0.4.2
7332026-07-22T17:26:16.458Z Downloaded num-iter v0.1.45
7342026-07-22T17:26:16.463Z Downloaded num-conv v0.2.0
7352026-07-22T17:26:16.463Z Downloaded linear-map v1.2.0
7362026-07-22T17:26:16.463Z Downloaded httparse v1.10.1
7372026-07-22T17:26:16.468Z Downloaded hybrid-array v0.4.13
7382026-07-22T17:26:16.468Z Downloaded lock_api v0.4.14
7392026-07-22T17:26:16.468Z Downloaded libefi-sys v0.1.0
7402026-07-22T17:26:16.468Z Downloaded hyper-rustls v0.27.7
7412026-07-22T17:26:16.471Z Downloaded memoffset v0.9.1
7422026-07-22T17:26:16.471Z Downloaded libsw-core v0.3.2
7432026-07-22T17:26:16.471Z Downloaded const_format v0.2.35
7442026-07-22T17:26:16.476Z Downloaded half v2.7.1
7452026-07-22T17:26:16.476Z Downloaded iana-time-zone v0.1.65
7462026-07-22T17:26:16.479Z Downloaded darling_core v0.20.11
7472026-07-22T17:26:16.482Z Downloaded olpc-cjson v0.1.4
7482026-07-22T17:26:16.482Z Downloaded ar_archive_writer v0.5.1
7492026-07-22T17:26:16.482Z Downloaded num_enum_derive v0.5.11
7502026-07-22T17:26:16.486Z Downloaded mime_guess v2.0.5
7512026-07-22T17:26:16.486Z Downloaded const-oid v0.10.2
7522026-07-22T17:26:16.493Z Downloaded opaque-debug v0.3.1
7532026-07-22T17:26:16.494Z Downloaded ipnet v2.11.0
7542026-07-22T17:26:16.494Z Downloaded compact_str v0.8.1
7552026-07-22T17:26:16.494Z Downloaded crossbeam-channel v0.5.15
7562026-07-22T17:26:16.498Z Downloaded num_threads v0.1.7
7572026-07-22T17:26:16.498Z Downloaded nanorand v0.7.0
7582026-07-22T17:26:16.498Z Downloaded nibble_vec v0.1.0
7592026-07-22T17:26:16.498Z Downloaded openssl-probe v0.2.1
7602026-07-22T17:26:16.498Z Downloaded openssl-probe v0.1.6
7612026-07-22T17:26:16.502Z Downloaded openssl-macros v0.1.1
7622026-07-22T17:26:16.502Z Downloaded module-lattice v0.2.3
7632026-07-22T17:26:16.502Z Downloaded native-tls v0.2.18
7642026-07-22T17:26:16.502Z Downloaded multer v3.1.0
7652026-07-22T17:26:16.506Z Downloaded ingot-macros v0.1.1
7662026-07-22T17:26:16.506Z Downloaded flume v0.11.1
7672026-07-22T17:26:16.509Z Downloaded newtype-uuid v1.3.2
7682026-07-22T17:26:16.509Z Downloaded libsw v3.5.0
7692026-07-22T17:26:16.509Z Downloaded getrandom v0.3.4
7702026-07-22T17:26:16.514Z Downloaded oso-derive v0.27.3
7712026-07-22T17:26:16.514Z Downloaded generic-array v1.4.3
7722026-07-22T17:26:16.517Z Downloaded nonempty v0.12.0
7732026-07-22T17:26:16.518Z Downloaded dropshot_endpoint v0.17.1
7742026-07-22T17:26:16.518Z Downloaded parse-size v1.1.0
7752026-07-22T17:26:16.518Z Downloaded parse-display v0.10.0
7762026-07-22T17:26:16.521Z Downloaded indoc v2.0.7
7772026-07-22T17:26:16.521Z Downloaded nu-ansi-term v0.50.3
7782026-07-22T17:26:16.524Z Downloaded num-complex v0.4.6
7792026-07-22T17:26:16.524Z Downloaded packed_struct_codegen v0.10.1
7802026-07-22T17:26:16.524Z Downloaded bumpalo v3.20.2
7812026-07-22T17:26:16.527Z Downloaded derive_more v0.99.20
7822026-07-22T17:26:16.532Z Downloaded litemap v0.8.1
7832026-07-22T17:26:16.532Z Downloaded libloading v0.8.9
7842026-07-22T17:26:16.535Z Downloaded num-rational v0.4.2
7852026-07-22T17:26:16.535Z Downloaded num-integer v0.1.46
7862026-07-22T17:26:16.535Z Downloaded path-slash v0.1.5
7872026-07-22T17:26:16.535Z Downloaded peg-runtime v0.8.5
7882026-07-22T17:26:16.538Z Downloaded icu_provider v2.1.1
7892026-07-22T17:26:16.538Z Downloaded icu_properties v2.1.2
7902026-07-22T17:26:16.552Z Downloaded percent-encoding v2.3.2
7912026-07-22T17:26:16.555Z Downloaded num_enum v0.7.6
7922026-07-22T17:26:16.559Z Downloaded litrs v1.0.0
7932026-07-22T17:26:16.563Z Downloaded heapless v0.8.0
7942026-07-22T17:26:16.563Z Downloaded phf_shared v0.13.1
7952026-07-22T17:26:16.563Z Downloaded oxide-update-engine v0.1.2
7962026-07-22T17:26:16.565Z Downloaded ml-kem v0.3.2
7972026-07-22T17:26:16.565Z Downloaded memmap2 v0.9.10
7982026-07-22T17:26:16.565Z Downloaded ignore v0.4.25
7992026-07-22T17:26:16.568Z Downloaded potential_utf v0.1.4
8002026-07-22T17:26:16.568Z Downloaded phf_shared v0.12.1
8012026-07-22T17:26:16.574Z Downloaded phf_shared v0.11.3
8022026-07-22T17:26:16.574Z Downloaded headers v0.4.1
8032026-07-22T17:26:16.577Z Downloaded heapless v0.7.17
8042026-07-22T17:26:16.577Z Downloaded der v0.7.10
8052026-07-22T17:26:16.580Z Downloaded num_enum_derive v0.7.6
8062026-07-22T17:26:16.580Z Downloaded num_enum v0.5.11
8072026-07-22T17:26:16.583Z Downloaded precomputed-hash v0.1.1
8082026-07-22T17:26:16.586Z Downloaded powerfmt v0.2.0
8092026-07-22T17:26:16.586Z Downloaded oxnet v0.1.6
8102026-07-22T17:26:16.586Z Downloaded predicates-tree v1.0.13
8112026-07-22T17:26:16.590Z Downloaded parking_lot_core v0.8.6
8122026-07-22T17:26:16.590Z Downloaded libbz2-rs-sys v0.2.2
8132026-07-22T17:26:16.593Z Downloaded oxide-update-engine-display v0.1.2
8142026-07-22T17:26:16.593Z Downloaded predicates-core v1.0.10
8152026-07-22T17:26:16.593Z Downloaded derive_more-impl v2.1.1
8162026-07-22T17:26:16.596Z Downloaded proc-macro-crate v1.3.1
8172026-07-22T17:26:16.596Z Downloaded password-hash v0.5.0
8182026-07-22T17:26:16.599Z Downloaded icu_normalizer v2.1.1
8192026-07-22T17:26:16.602Z Downloaded peg v0.8.5
8202026-07-22T17:26:16.605Z Downloaded proc-macro-crate v3.4.0
8212026-07-22T17:26:16.605Z Downloaded icu_normalizer_data v2.1.1
8222026-07-22T17:26:16.605Z Downloaded indexmap v1.9.3
8232026-07-22T17:26:16.608Z Downloaded pem-rfc7468 v0.7.0
8242026-07-22T17:26:16.611Z Downloaded progenitor-client v0.14.0
8252026-07-22T17:26:16.611Z Downloaded phc v0.6.1
8262026-07-22T17:26:16.611Z Downloaded icu_locale_core v2.1.1
8272026-07-22T17:26:16.617Z Downloaded progenitor-macro v0.14.0
8282026-07-22T17:26:16.621Z Downloaded progenitor-macro v0.13.0
8292026-07-22T17:26:16.621Z Downloaded phf v0.12.1
8302026-07-22T17:26:16.621Z Downloaded psl-types v2.0.11
8312026-07-22T17:26:16.621Z Downloaded pem v3.0.6
8322026-07-22T17:26:16.621Z Downloaded crossterm v0.28.1
8332026-07-22T17:26:16.624Z Downloaded polyval v0.7.1
8342026-07-22T17:26:16.627Z Downloaded phf v0.13.1
8352026-07-22T17:26:16.627Z Downloaded pin-project-lite v0.2.17
8362026-07-22T17:26:16.632Z Downloaded quick-error v1.2.3
8372026-07-22T17:26:16.632Z Downloaded hickory-resolver v0.25.2
8382026-07-22T17:26:16.635Z Downloaded radium v0.7.0
8392026-07-22T17:26:16.635Z Downloaded port-file v0.1.0
8402026-07-22T17:26:16.635Z Downloaded pkg-config v0.3.32
8412026-07-22T17:26:16.638Z Downloaded rand_chacha v0.3.1
8422026-07-22T17:26:16.638Z Downloaded pin-project-internal v1.1.11
8432026-07-22T17:26:16.638Z Downloaded pem-rfc7468 v1.0.0
8442026-07-22T17:26:16.641Z Downloaded pkcs8 v0.10.2
8452026-07-22T17:26:16.644Z Downloaded ppv-lite86 v0.2.21
8462026-07-22T17:26:16.644Z Downloaded indicatif v0.18.4
8472026-07-22T17:26:16.647Z Downloaded predicates v3.1.4
8482026-07-22T17:26:16.650Z Downloaded owo-colors v4.3.0
8492026-07-22T17:26:16.650Z Downloaded flate2 v1.1.9
8502026-07-22T17:26:16.653Z Downloaded parking_lot_core v0.9.12
8512026-07-22T17:26:16.653Z Downloaded expectorate v1.2.0
8522026-07-22T17:26:16.657Z Downloaded base64 v0.22.1
8532026-07-22T17:26:16.660Z Downloaded rand_xorshift v0.4.0
8542026-07-22T17:26:16.660Z Downloaded diesel_derives v2.3.7
8552026-07-22T17:26:16.663Z Downloaded primeorder v0.13.6
8562026-07-22T17:26:16.663Z Downloaded primefield v0.14.0
8572026-07-22T17:26:16.666Z Downloaded recursive-proc-macro-impl v0.1.1
8582026-07-22T17:26:16.666Z Downloaded recursive v0.1.1
8592026-07-22T17:26:16.666Z Downloaded proc-macro-error-attr2 v2.0.0
8602026-07-22T17:26:16.669Z Downloaded primeorder v0.14.0-rc.10
8612026-07-22T17:26:16.669Z Downloaded ref-cast-impl v1.0.25
8622026-07-22T17:26:16.669Z Downloaded num-traits v0.2.19
8632026-07-22T17:26:16.672Z Downloaded miniz_oxide v0.8.9
8642026-07-22T17:26:16.672Z Downloaded icu_collections v2.1.1
8652026-07-22T17:26:16.675Z Downloaded progenitor v0.14.0
8662026-07-22T17:26:16.678Z Downloaded progenitor-client v0.13.0
8672026-07-22T17:26:16.678Z Downloaded progenitor v0.13.0
8682026-07-22T17:26:16.681Z Downloaded peg-macros v0.8.5
8692026-07-22T17:26:16.681Z Downloaded ref-cast v1.0.25
8702026-07-22T17:26:16.684Z Downloaded hickory-resolver v0.24.4
8712026-07-22T17:26:16.684Z Downloaded hashbrown v0.12.3
8722026-07-22T17:26:16.689Z Downloaded crossterm v0.29.0
8732026-07-22T17:26:16.692Z Downloaded postgres-protocol v0.6.10
8742026-07-22T17:26:16.694Z Downloaded poly1305 v0.9.0
8752026-07-22T17:26:16.698Z Downloaded psm v0.1.30
8762026-07-22T17:26:16.698Z Downloaded rfc6979 v0.5.0
8772026-07-22T17:26:16.703Z Downloaded rtoolbox v0.0.3
8782026-07-22T17:26:16.703Z Downloaded poly1305 v0.8.0
8792026-07-22T17:26:16.703Z Downloaded pkcs1 v0.8.0-rc.4
8802026-07-22T17:26:16.707Z Downloaded rand_core v0.6.4
8812026-07-22T17:26:16.707Z Downloaded jiff-static v0.2.21
8822026-07-22T17:26:16.707Z Downloaded pkcs1 v0.7.5
8832026-07-22T17:26:16.710Z Downloaded oso v0.27.3
8842026-07-22T17:26:16.710Z Downloaded rand_chacha v0.9.0
8852026-07-22T17:26:16.710Z Downloaded oxide-update-engine-types v0.1.2
8862026-07-22T17:26:16.715Z Downloaded r2d2 v0.8.10
8872026-07-22T17:26:16.715Z Downloaded postgres-types v0.2.12
8882026-07-22T17:26:16.718Z Downloaded rustc_version v0.4.1
8892026-07-22T17:26:16.718Z Downloaded rustc-hash v2.1.1
8902026-07-22T17:26:16.718Z Downloaded scheduled-thread-pool v0.2.7
8912026-07-22T17:26:16.718Z Downloaded russh-util v0.52.0
8922026-07-22T17:26:16.722Z Downloaded russh-cryptovec v0.61.0
8932026-07-22T17:26:16.722Z Downloaded postcard v1.1.3
8942026-07-22T17:26:16.722Z Downloaded progenitor-extras v0.2.0
8952026-07-22T17:26:16.724Z Downloaded proc-macro-error2 v2.0.1
8962026-07-22T17:26:16.724Z Downloaded ed25519-dalek v3.0.0-rc.0
8972026-07-22T17:26:16.728Z Downloaded password-hash v0.6.1
8982026-07-22T17:26:16.731Z Downloaded parking_lot v0.12.5
8992026-07-22T17:26:16.731Z Downloaded scroll_derive v0.13.1
9002026-07-22T17:26:16.731Z Downloaded scopeguard v1.2.0
9012026-07-22T17:26:16.732Z Downloaded sapling-renderdag v0.1.0
9022026-07-22T17:26:16.735Z Downloaded parking_lot v0.11.2
9032026-07-22T17:26:16.735Z Downloaded ed25519-dalek v2.2.0
9042026-07-22T17:26:16.738Z Downloaded rand_seeder v0.4.0
9052026-07-22T17:26:16.738Z Downloaded rand_core v0.10.0
9062026-07-22T17:26:16.741Z Downloaded hashbrown v0.13.2
9072026-07-22T17:26:16.741Z Downloaded rand_core v0.9.5
9082026-07-22T17:26:16.747Z Downloaded same-file v1.0.6
9092026-07-22T17:26:16.747Z Downloaded der v0.8.0
9102026-07-22T17:26:16.750Z Downloaded semver v0.1.20
9112026-07-22T17:26:16.750Z Downloaded secrecy v0.10.3
9122026-07-22T17:26:16.750Z Downloaded secrecy v0.8.0
9132026-07-22T17:26:16.750Z Downloaded rfc6979 v0.4.0
9142026-07-22T17:26:16.751Z Downloaded aho-corasick v1.1.4
9152026-07-22T17:26:16.755Z Downloaded pkcs8 v0.11.0
9162026-07-22T17:26:16.757Z Downloaded serde-big-array v0.5.1
9172026-07-22T17:26:16.757Z Downloaded pin-project v1.1.11
9182026-07-22T17:26:16.764Z Downloaded serde_urlencoded v0.7.1
9192026-07-22T17:26:16.768Z Downloaded pkcs5 v0.8.1
9202026-07-22T17:26:16.772Z Downloaded shell-words v1.1.1
9212026-07-22T17:26:16.772Z Downloaded sha1 v0.11.0
9222026-07-22T17:26:16.772Z Downloaded serde_bytes v0.11.19
9232026-07-22T17:26:16.772Z Downloaded rustls-pemfile v2.2.0
9242026-07-22T17:26:16.775Z Downloaded hickory-server v0.25.2
9252026-07-22T17:26:16.775Z Downloaded resolv-conf v0.7.6
9262026-07-22T17:26:16.778Z Downloaded sha1 v0.10.6
9272026-07-22T17:26:16.778Z Downloaded omicron-zone-package v0.12.3
9282026-07-22T17:26:16.781Z Downloaded serde_spanned v1.1.1
9292026-07-22T17:26:16.781Z Downloaded serde_repr v0.1.20
9302026-07-22T17:26:16.785Z Downloaded serde_plain v1.0.2
9312026-07-22T17:26:16.785Z Downloaded quinn-udp v0.5.14
9322026-07-22T17:26:16.789Z Downloaded http v1.4.2
9332026-07-22T17:26:16.789Z Downloaded rustc_version v0.1.7
9342026-07-22T17:26:16.789Z Downloaded rpassword v7.5.4
9352026-07-22T17:26:16.792Z Downloaded rustls-native-certs v0.8.3
9362026-07-22T17:26:16.792Z Downloaded seq-macro v0.3.6
9372026-07-22T17:26:16.795Z Downloaded rusty-fork v0.3.1
9382026-07-22T17:26:16.795Z Downloaded openssl-sys v0.9.115
9392026-07-22T17:26:16.797Z Downloaded signal-hook-mio v0.2.5
9402026-07-22T17:26:16.800Z Downloaded sigpipe v0.1.3
9412026-07-22T17:26:16.800Z Downloaded scrypt v0.12.0
9422026-07-22T17:26:16.800Z Downloaded signal-hook-tokio v0.3.1
9432026-07-22T17:26:16.803Z Downloaded rustversion v1.0.22
9442026-07-22T17:26:16.803Z Downloaded scroll v0.13.0
9452026-07-22T17:26:16.806Z Downloaded prefix-trie v0.7.0
9462026-07-22T17:26:16.806Z Downloaded pbkdf2 v0.13.0
9472026-07-22T17:26:16.811Z Downloaded paste v1.0.15
9482026-07-22T17:26:16.811Z Downloaded parse-display-derive v0.10.0
9492026-07-22T17:26:16.814Z Downloaded packed_struct v0.10.1
9502026-07-22T17:26:16.814Z Downloaded signature v3.0.0
9512026-07-22T17:26:16.814Z Downloaded siphasher v1.0.2
9522026-07-22T17:26:16.814Z Downloaded signature v2.2.0
9532026-07-22T17:26:16.817Z Downloaded slog-envlogger v2.2.0
9542026-07-22T17:26:16.817Z Downloaded papergrid v0.17.0
9552026-07-22T17:26:16.819Z Downloaded num-derive v0.3.3
9562026-07-22T17:26:16.822Z Downloaded oxide-tokio-rt v0.1.4
9572026-07-22T17:26:16.822Z Downloaded derive_more v2.1.1
9582026-07-22T17:26:16.829Z Downloaded slog-bunyan v2.5.0
9592026-07-22T17:26:16.832Z Downloaded minimal-lexical v0.2.1
9602026-07-22T17:26:16.837Z Downloaded schemars_derive v0.8.22
9612026-07-22T17:26:16.837Z Downloaded darling_core v0.23.0
9622026-07-22T17:26:16.840Z Downloaded serde_with_macros v1.5.2
9632026-07-22T17:26:16.840Z Downloaded serde_path_to_error v0.1.20
9642026-07-22T17:26:16.840Z Downloaded serde_derive_internals v0.29.1
9652026-07-22T17:26:16.843Z Downloaded serde-hex v0.1.0
9662026-07-22T17:26:16.843Z Downloaded crypto-primes v0.7.2
9672026-07-22T17:26:16.846Z Downloaded serdect v0.4.3
9682026-07-22T17:26:16.848Z Downloaded p256 v0.14.0-rc.10
9692026-07-22T17:26:16.848Z Downloaded sec1 v0.8.1
9702026-07-22T17:26:16.851Z Downloaded internal-russh-num-bigint v0.5.0
9712026-07-22T17:26:16.854Z Downloaded salsa20 v0.11.0
9722026-07-22T17:26:16.854Z Downloaded itertools v0.10.5
9732026-07-22T17:26:16.858Z Downloaded stable_deref_trait v1.2.1
9742026-07-22T17:26:16.861Z Downloaded sqlparser_derive v0.5.0
9752026-07-22T17:26:16.861Z Downloaded prettyplease v0.2.37
9762026-07-22T17:26:16.865Z Downloaded rustls-pki-types v1.14.0
9772026-07-22T17:26:16.868Z Downloaded structmeta v0.3.0
9782026-07-22T17:26:16.868Z Downloaded aes-gcm v0.11.0
9792026-07-22T17:26:16.868Z Downloaded simd-adler32 v0.3.8
9802026-07-22T17:26:16.873Z Downloaded pretty_assertions v1.4.1
9812026-07-22T17:26:16.873Z Downloaded hyper-util v0.1.20
9822026-07-22T17:26:16.876Z Downloaded base64 v0.21.7
9832026-07-22T17:26:16.876Z Downloaded strsim v0.10.0
9842026-07-22T17:26:16.880Z Downloaded structmeta-derive v0.3.0
9852026-07-22T17:26:16.880Z Downloaded slog-async v2.8.0
9862026-07-22T17:26:16.880Z Downloaded slab v0.4.12
9872026-07-22T17:26:16.883Z Downloaded dropshot-api-manager v0.7.2
9882026-07-22T17:26:16.886Z Downloaded sync_wrapper v1.0.2
9892026-07-22T17:26:16.886Z Downloaded supports-color v3.0.2
9902026-07-22T17:26:16.886Z Downloaded progenitor-impl v0.14.0
9912026-07-22T17:26:16.889Z Downloaded signal-hook-registry v1.4.8
9922026-07-22T17:26:16.889Z Downloaded rcgen v0.12.1
9932026-07-22T17:26:16.892Z Downloaded subtle v2.6.1
9942026-07-22T17:26:16.892Z Downloaded progenitor-impl v0.13.0
9952026-07-22T17:26:16.894Z Downloaded slog-json v2.6.1
9962026-07-22T17:26:16.894Z Downloaded slog-dtrace v0.3.0
9972026-07-22T17:26:16.897Z Downloaded strum v0.27.2
9982026-07-22T17:26:16.897Z Downloaded smf v0.2.3
9992026-07-22T17:26:16.897Z Downloaded tabwriter v1.4.1
10002026-07-22T17:26:16.901Z Downloaded sync-ptr v0.1.4
10012026-07-22T17:26:16.901Z Downloaded smallvec v0.6.14
10022026-07-22T17:26:16.901Z Downloaded slog-term v2.9.2
10032026-07-22T17:26:16.903Z Downloaded sec1 v0.7.3
10042026-07-22T17:26:16.903Z Downloaded strum v0.26.3
10052026-07-22T17:26:16.906Z Downloaded serde_with_macros v3.21.0
10062026-07-22T17:26:16.906Z Downloaded slog-stdlog v4.1.1
10072026-07-22T17:26:16.909Z Downloaded slog-scope v4.4.1
10082026-07-22T17:26:16.909Z Downloaded snafu-derive v0.8.9
10092026-07-22T17:26:16.909Z Downloaded tap v1.0.1
10102026-07-22T17:26:16.912Z Downloaded take_mut v0.2.2
10112026-07-22T17:26:16.912Z Downloaded termtree v0.5.1
10122026-07-22T17:26:16.912Z Downloaded tagptr v0.2.0
10132026-07-22T17:26:16.915Z Downloaded spki v0.7.3
10142026-07-22T17:26:16.915Z Downloaded testing_table v0.3.0
10152026-07-22T17:26:16.915Z Downloaded shlex v1.3.0
10162026-07-22T17:26:16.919Z Downloaded strip-ansi-escapes v0.2.1
10172026-07-22T17:26:16.919Z Downloaded p384 v0.14.0-rc.10
10182026-07-22T17:26:16.920Z Downloaded num-bigint v0.4.6
10192026-07-22T17:26:16.923Z Downloaded chacha20poly1305 v0.10.1
10202026-07-22T17:26:16.923Z Downloaded cexpr v0.6.0
10212026-07-22T17:26:16.926Z Downloaded ron v0.8.1
10222026-07-22T17:26:16.928Z Downloaded stacker v0.1.23
10232026-07-22T17:26:16.931Z Downloaded ssh-encoding v0.3.0-rc.9
10242026-07-22T17:26:16.931Z Downloaded spki v0.8.0
10252026-07-22T17:26:16.934Z Downloaded sha2 v0.11.0
10262026-07-22T17:26:16.937Z Downloaded thiserror-impl-no-std v2.0.2
10272026-07-22T17:26:16.937Z Downloaded schemars v0.8.22
10282026-07-22T17:26:16.943Z Downloaded time-core v0.1.8
10292026-07-22T17:26:16.946Z Downloaded thread-id v5.1.0
10302026-07-22T17:26:16.946Z Downloaded stringprep v0.1.5
10312026-07-22T17:26:16.946Z Downloaded string_cache v0.8.9
10322026-07-22T17:26:16.950Z Downloaded strum_macros v0.26.4
10332026-07-22T17:26:16.950Z Downloaded strum_macros v0.27.2
10342026-07-22T17:26:16.953Z Downloaded tinyvec_macros v0.1.1
10352026-07-22T17:26:16.954Z Downloaded strum_macros v0.24.3
10362026-07-22T17:26:16.954Z Downloaded static_assertions v1.1.0
10372026-07-22T17:26:16.954Z Downloaded tokio-macros v2.7.0
10382026-07-22T17:26:16.956Z Downloaded support-bundle-viewer v0.1.2
10392026-07-22T17:26:16.956Z Downloaded ssh-cipher v0.3.0-rc.9
10402026-07-22T17:26:16.956Z Downloaded sqlformat v0.3.5
10412026-07-22T17:26:16.959Z Downloaded rustls-platform-verifier v0.6.2
10422026-07-22T17:26:16.962Z Downloaded rand v0.8.6
10432026-07-22T17:26:16.965Z Downloaded quinn v0.11.9
10442026-07-22T17:26:16.965Z Downloaded tabled_derive v0.11.0
10452026-07-22T17:26:16.968Z Downloaded synstructure v0.13.2
10462026-07-22T17:26:16.968Z Downloaded idna v1.1.0
10472026-07-22T17:26:16.971Z Downloaded publicsuffix v2.3.0
10482026-07-22T17:26:16.971Z Downloaded libxml v0.3.3
10492026-07-22T17:26:16.975Z Downloaded spin v0.9.8
10502026-07-22T17:26:16.978Z Downloaded serde_cbor v0.11.2
10512026-07-22T17:26:16.978Z Downloaded mio v1.2.0
10522026-07-22T17:26:16.981Z Downloaded tokio-test v0.4.5
10532026-07-22T17:26:16.984Z Downloaded hashbrown v0.16.1
10542026-07-22T17:26:16.987Z Downloaded topological-sort v0.2.2
10552026-07-22T17:26:16.990Z Downloaded termios v0.3.3
10562026-07-22T17:26:16.990Z Downloaded p521 v0.14.0-rc.10
10572026-07-22T17:26:16.994Z Downloaded tower-service v0.3.3
10582026-07-22T17:26:16.994Z Downloaded tower-layer v0.3.3
10592026-07-22T17:26:16.996Z Downloaded serde_yaml v0.9.34+deprecated
10602026-07-22T17:26:16.996Z Downloaded ryu v1.0.23
10612026-07-22T17:26:16.999Z Downloaded schemars v0.9.0
10622026-07-22T17:26:17.005Z Downloaded try-lock v0.2.5
10632026-07-22T17:26:17.008Z Downloaded trait-variant v0.1.2
10642026-07-22T17:26:17.008Z Downloaded signal-hook v0.3.18
10652026-07-22T17:26:17.008Z Downloaded thiserror-no-std v2.0.2
10662026-07-22T17:26:17.012Z Downloaded time-macros v0.2.27
10672026-07-22T17:26:17.016Z Downloaded thread_local v1.1.9
10682026-07-22T17:26:17.016Z Downloaded slog v2.8.2
10692026-07-22T17:26:17.020Z Downloaded tokio-dtrace v0.1.1
10702026-07-22T17:26:17.020Z Downloaded unicode-xid v0.2.6
10712026-07-22T17:26:17.020Z Downloaded unarray v0.1.4
10722026-07-22T17:26:17.024Z Downloaded unicode-truncate v1.1.0
10732026-07-22T17:26:17.024Z Downloaded universal-hash v0.5.1
10742026-07-22T17:26:17.024Z Downloaded tiny-keccak v2.0.2
10752026-07-22T17:26:17.029Z Downloaded rand v0.9.2
10762026-07-22T17:26:17.029Z Downloaded typify-macro v0.6.2
10772026-07-22T17:26:17.029Z Downloaded icu_properties_data v2.1.2
10782026-07-22T17:26:17.033Z Downloaded tls_codec_derive v0.4.2
10792026-07-22T17:26:17.053Z Downloaded untrusted v0.9.0
10802026-07-22T17:26:17.053Z Downloaded untrusted v0.7.1
10812026-07-22T17:26:17.059Z Downloaded unit-prefix v0.5.2
10822026-07-22T17:26:17.059Z Downloaded utf8_iter v1.0.4
10832026-07-22T17:26:17.059Z Downloaded utf-8 v0.7.6
10842026-07-22T17:26:17.059Z Downloaded tokio-tungstenite v0.23.1
10852026-07-22T17:26:17.059Z Downloaded smallvec v1.15.1
10862026-07-22T17:26:17.059Z Downloaded usdt-macro v0.6.0
10872026-07-22T17:26:17.059Z Downloaded usdt-attr-macro v0.6.0
10882026-07-22T17:26:17.059Z Downloaded socket2 v0.6.3
10892026-07-22T17:26:17.059Z Downloaded toml_writer v1.1.1+spec-1.1.0
10902026-07-22T17:26:17.059Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10912026-07-22T17:26:17.060Z Downloaded tokio-tungstenite v0.21.0
10922026-07-22T17:26:17.060Z Downloaded usdt v0.6.0
10932026-07-22T17:26:17.060Z Downloaded tokio-native-tls v0.3.1
10942026-07-22T17:26:17.060Z Downloaded term v0.7.0
10952026-07-22T17:26:17.060Z Downloaded nom v8.0.0
10962026-07-22T17:26:17.060Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10972026-07-22T17:26:17.065Z Downloaded wait-timeout v0.2.1
10982026-07-22T17:26:17.065Z Downloaded void v1.0.2
10992026-07-22T17:26:17.065Z Downloaded hkdf v0.12.4
11002026-07-22T17:26:17.065Z Downloaded tls_codec v0.4.2
11012026-07-22T17:26:17.065Z Downloaded rsa v0.9.10
11022026-07-22T17:26:17.068Z Downloaded h2 v0.4.15
11032026-07-22T17:26:17.075Z Downloaded term v1.2.1
11042026-07-22T17:26:17.075Z Downloaded waitgroup v0.1.2
11052026-07-22T17:26:17.075Z Downloaded similar v2.7.0
11062026-07-22T17:26:17.078Z Downloaded hyper v1.10.1
11072026-07-22T17:26:17.083Z Downloaded tui-tree-widget v0.23.1
11082026-07-22T17:26:17.083Z Downloaded hashbrown v0.15.5
11092026-07-22T17:26:17.086Z Downloaded bitvec v1.0.1
11102026-07-22T17:26:17.093Z Downloaded xshell-macros v0.2.7
11112026-07-22T17:26:17.097Z Downloaded subprocess v0.2.15
11122026-07-22T17:26:17.097Z Downloaded want v0.3.1
11132026-07-22T17:26:17.097Z Downloaded universal-hash v0.6.1
11142026-07-22T17:26:17.101Z Downloaded unicase v2.9.0
11152026-07-22T17:26:17.101Z Downloaded samael v0.0.19
11162026-07-22T17:26:17.104Z Downloaded rand v0.10.1
11172026-07-22T17:26:17.104Z Downloaded tinystr v0.8.2
11182026-07-22T17:26:17.109Z Downloaded zerofrom v0.1.6
11192026-07-22T17:26:17.109Z Downloaded rayon-core v1.13.0
11202026-07-22T17:26:17.114Z Downloaded zeroize_derive v1.4.3
11212026-07-22T17:26:17.114Z Downloaded zerofrom-derive v0.1.6
11222026-07-22T17:26:17.114Z Downloaded usdt-impl v0.6.0
11232026-07-22T17:26:17.114Z Downloaded yoke-derive v0.8.1
11242026-07-22T17:26:17.114Z Downloaded nom v7.1.3
11252026-07-22T17:26:17.114Z Downloaded socket2 v0.5.10
11262026-07-22T17:26:17.118Z Downloaded futures-util v0.3.32
11272026-07-22T17:26:17.123Z Downloaded vergen-lib v0.1.6
11282026-07-22T17:26:17.126Z Downloaded curve25519-dalek v5.0.0-rc.0
11292026-07-22T17:26:17.130Z Downloaded zone v0.3.1
11302026-07-22T17:26:17.134Z Downloaded bindgen v0.71.1
11312026-07-22T17:26:17.137Z Downloaded test-strategy v0.4.5
11322026-07-22T17:26:17.137Z Downloaded vsss-rs v3.3.4
11332026-07-22T17:26:17.141Z Downloaded libm v0.2.16
11342026-07-22T17:26:17.144Z Downloaded zone_cfg_derive v0.3.1
11352026-07-22T17:26:17.148Z Downloaded walkdir v2.5.0
11362026-07-22T17:26:17.148Z Downloaded rustls-webpki v0.103.13
11372026-07-22T17:26:17.151Z Downloaded twox-hash v2.1.2
11382026-07-22T17:26:17.151Z Downloaded unicode-properties v0.1.4
11392026-07-22T17:26:17.154Z Downloaded vergen-gitcl v1.0.8
11402026-07-22T17:26:17.154Z Downloaded uzers v0.12.2
11412026-07-22T17:26:17.154Z Downloaded whoami v2.1.0
11422026-07-22T17:26:17.157Z Downloaded xattr v1.6.1
11432026-07-22T17:26:17.157Z Downloaded tokio-rustls v0.26.4
11442026-07-22T17:26:17.161Z Downloaded tinyvec v1.10.0
11452026-07-22T17:26:17.161Z Downloaded xshell v0.2.7
11462026-07-22T17:26:17.164Z Downloaded schemars v1.2.1
11472026-07-22T17:26:17.169Z Downloaded yoke v0.8.1
11482026-07-22T17:26:17.172Z Downloaded qorb v0.4.1
11492026-07-22T17:26:17.176Z Downloaded zerovec-derive v0.11.2
11502026-07-22T17:26:17.176Z Downloaded aws-lc-rs v1.16.3
11512026-07-22T17:26:17.181Z Downloaded toml v1.1.2+spec-1.1.0
11522026-07-22T17:26:17.184Z Downloaded zstd v0.13.3
11532026-07-22T17:26:17.184Z Downloaded vergen v9.1.0
11542026-07-22T17:26:17.187Z Downloaded toml v0.7.8
11552026-07-22T17:26:17.187Z Downloaded vergen-lib v9.1.0
11562026-07-22T17:26:17.190Z Downloaded zeroize v1.8.2
11572026-07-22T17:26:17.191Z Downloaded zstd-safe v7.2.4
11582026-07-22T17:26:17.191Z Downloaded tokio-stream v0.1.18
11592026-07-22T17:26:17.195Z Downloaded rustyline v14.0.0
11602026-07-22T17:26:17.198Z Downloaded tar v0.4.46
11612026-07-22T17:26:17.198Z Downloaded writeable v0.6.2
11622026-07-22T17:26:17.201Z Downloaded tungstenite v0.23.0
11632026-07-22T17:26:17.208Z Downloaded tracing-core v0.1.36
11642026-07-22T17:26:17.208Z Downloaded unicode-bidi v0.3.18
11652026-07-22T17:26:17.212Z Downloaded snafu v0.8.9
11662026-07-22T17:26:17.212Z Downloaded whoami v1.6.1
11672026-07-22T17:26:17.212Z Downloaded typify v0.6.2
11682026-07-22T17:26:17.216Z Downloaded tungstenite v0.21.0
11692026-07-22T17:26:17.216Z Downloaded iddqd v0.4.2
11702026-07-22T17:26:17.219Z Downloaded rsa v0.10.0-rc.18
11712026-07-22T17:26:17.223Z Downloaded unsafe-libyaml v0.2.11
11722026-07-22T17:26:17.227Z Downloaded serde_with v1.14.0
11732026-07-22T17:26:17.230Z Downloaded blake3 v1.8.5
11742026-07-22T17:26:17.235Z Downloaded vergen-git2 v9.1.0
11752026-07-22T17:26:17.239Z Downloaded uuid v1.23.4
11762026-07-22T17:26:17.239Z Downloaded toml_edit v0.23.10+spec-1.0.0
11772026-07-22T17:26:17.242Z Downloaded wyz v0.5.1
11782026-07-22T17:26:17.242Z Downloaded hkdf v0.13.0
11792026-07-22T17:26:17.242Z Downloaded toml_parser v1.1.2+spec-1.1.0
11802026-07-22T17:26:17.242Z Downloaded itertools v0.14.0
11812026-07-22T17:26:17.246Z Downloaded tracing-attributes v0.1.31
11822026-07-22T17:26:17.251Z Downloaded num-bigint-dig v0.8.6
11832026-07-22T17:26:17.255Z Downloaded itertools v0.13.0
11842026-07-22T17:26:17.258Z Downloaded itertools v0.12.1
11852026-07-22T17:26:17.261Z Downloaded reedline v0.40.0
11862026-07-22T17:26:17.264Z Downloaded iri-string v0.7.10
11872026-07-22T17:26:17.269Z Downloaded deranged v0.5.8
11882026-07-22T17:26:17.272Z Downloaded bit-vec v0.6.3
11892026-07-22T17:26:17.272Z Downloaded yasna v0.5.2
11902026-07-22T17:26:17.272Z Downloaded backoff v0.4.0
11912026-07-22T17:26:17.276Z Downloaded futures-macro v0.3.32
11922026-07-22T17:26:17.276Z Downloaded zerocopy v0.6.6
11932026-07-22T17:26:17.279Z Downloaded futures-io v0.3.32
11942026-07-22T17:26:17.279Z Downloaded cpubits v0.1.1
11952026-07-22T17:26:17.279Z Downloaded anstream v0.6.21
11962026-07-22T17:26:17.279Z Downloaded defmt v1.0.1
11972026-07-22T17:26:17.284Z Downloaded fd-lock v4.0.4
11982026-07-22T17:26:17.284Z Downloaded zopfli v0.8.3
11992026-07-22T17:26:17.288Z Downloaded bitflags v1.3.2
12002026-07-22T17:26:17.288Z Downloaded bitfield v0.19.4
12012026-07-22T17:26:17.288Z Downloaded toml_edit v0.19.15
12022026-07-22T17:26:17.297Z Downloaded vte v0.14.1
12032026-07-22T17:26:17.300Z Downloaded steno v0.4.1
12042026-07-22T17:26:17.300Z Downloaded git2 v0.20.4
12052026-07-22T17:26:17.304Z Downloaded reqwest v0.13.2
12062026-07-22T17:26:17.308Z Downloaded chrono v0.4.45
12072026-07-22T17:26:17.311Z Downloaded tokio-postgres v0.7.16
12082026-07-22T17:26:17.316Z Downloaded unicode_categories v0.1.1
12092026-07-22T17:26:17.319Z Downloaded regex v1.12.3
12102026-07-22T17:26:17.323Z Downloaded tower v0.5.3
12112026-07-22T17:26:17.339Z Downloaded zip v0.6.6
12122026-07-22T17:26:17.344Z Downloaded zerotrie v0.2.3
12132026-07-22T17:26:17.344Z Downloaded rawzip v0.4.4
12142026-07-22T17:26:17.348Z Downloaded yansi v1.0.1
12152026-07-22T17:26:17.348Z Downloaded url v2.5.8
12162026-07-22T17:26:17.352Z Downloaded moka v0.12.13
12172026-07-22T17:26:17.355Z Downloaded quick-xml v0.37.5
12182026-07-22T17:26:17.361Z Downloaded zerocopy-derive v0.8.40
12192026-07-22T17:26:17.369Z Downloaded x509-cert v0.2.5
12202026-07-22T17:26:17.369Z Downloaded ssh-key v0.7.0-rc.10
12212026-07-22T17:26:17.372Z Downloaded rayon v1.11.0
12222026-07-22T17:26:17.377Z Downloaded unicode-segmentation v1.12.0
12232026-07-22T17:26:17.382Z Downloaded crypto-bigint v0.7.5
12242026-07-22T17:26:17.392Z Downloaded unicode-normalization v0.1.25
12252026-07-22T17:26:17.396Z Downloaded proptest v1.10.0
12262026-07-22T17:26:17.401Z Downloaded petname v2.0.2
12272026-07-22T17:26:17.405Z Downloaded zip v4.6.1
12282026-07-22T17:26:17.405Z Downloaded portable-atomic v1.13.1
12292026-07-22T17:26:17.409Z Downloaded typed-path v0.9.3
12302026-07-22T17:26:17.414Z Downloaded tokio-util v0.7.18
12312026-07-22T17:26:17.417Z Downloaded goblin v0.10.5
12322026-07-22T17:26:17.420Z Downloaded salty v0.3.0
12332026-07-22T17:26:17.425Z Downloaded curve25519-dalek v4.1.3
12342026-07-22T17:26:17.430Z Downloaded radix_trie v0.2.1
12352026-07-22T17:26:17.435Z Downloaded tough v0.22.0
12362026-07-22T17:26:17.438Z Downloaded serde_with v3.21.0
12372026-07-22T17:26:17.442Z Downloaded tower-http v0.6.8
12382026-07-22T17:26:17.448Z Downloaded zerovec v0.11.5
12392026-07-22T17:26:17.452Z Downloaded dropshot v0.17.1
12402026-07-22T17:26:17.463Z Downloaded russh v0.61.2
12412026-07-22T17:26:17.468Z Downloaded object v0.30.4
12422026-07-22T17:26:17.474Z Downloaded lalrpop v0.19.12
12432026-07-22T17:26:17.478Z Downloaded quinn-proto v0.11.13
12442026-07-22T17:26:17.482Z Downloaded reqwest v0.12.28
12452026-07-22T17:26:17.486Z Downloaded p384 v0.13.1
12462026-07-22T17:26:17.494Z Downloaded zlib-rs v0.6.2
12472026-07-22T17:26:17.503Z Downloaded smoltcp v0.9.1
12482026-07-22T17:26:17.511Z Downloaded hickory-proto v0.24.4
12492026-07-22T17:26:17.521Z Downloaded winnow v0.6.26
12502026-07-22T17:26:17.527Z Downloaded diesel v2.3.7
12512026-07-22T17:26:17.539Z Downloaded smoltcp v0.11.0
12522026-07-22T17:26:17.547Z Downloaded polar-core v0.27.3
12532026-07-22T17:26:17.552Z Downloaded winnow v1.0.3
12542026-07-22T17:26:17.558Z Downloaded tabled v0.20.0
12552026-07-22T17:26:17.570Z Downloaded time v0.3.47
12562026-07-22T17:26:17.577Z Downloaded regress v0.10.5
12572026-07-22T17:26:17.583Z Downloaded nix v0.31.2
12582026-07-22T17:26:17.590Z Downloaded regress v0.11.1
12592026-07-22T17:26:17.598Z Downloaded vcpkg v0.2.15
12602026-07-22T17:26:17.620Z Downloaded object v0.37.3
12612026-07-22T17:26:17.627Z Downloaded regex-syntax v0.6.29
12622026-07-22T17:26:17.631Z Downloaded openssl v0.10.79
12632026-07-22T17:26:17.638Z Downloaded sqlparser v0.61.0
12642026-07-22T17:26:17.642Z Downloaded nix v0.28.0
12652026-07-22T17:26:17.649Z Downloaded zerocopy v0.8.40
12662026-07-22T17:26:17.655Z Downloaded fiat-crypto v0.3.0
12672026-07-22T17:26:17.662Z Downloaded sled v0.34.7
12682026-07-22T17:26:17.667Z Downloaded tracing v0.1.44
12692026-07-22T17:26:17.678Z Downloaded regex-syntax v0.8.10
12702026-07-22T17:26:17.683Z Downloaded sha3 v0.11.0
12712026-07-22T17:26:17.704Z Downloaded openapiv3 v2.2.0
12722026-07-22T17:26:17.704Z Downloaded ratatui v0.29.0
12732026-07-22T17:26:17.708Z Downloaded rustix v0.38.44
12742026-07-22T17:26:17.715Z Downloaded rustls v0.23.41
12752026-07-22T17:26:17.722Z Downloaded petgraph v0.6.5
12762026-07-22T17:26:17.731Z Downloaded hickory-proto v0.25.2
12772026-07-22T17:26:17.741Z Downloaded bstr v1.12.1
12782026-07-22T17:26:17.745Z Downloaded jiff v0.2.21
12792026-07-22T17:26:17.756Z Downloaded winnow v0.5.40
12802026-07-22T17:26:17.760Z Downloaded nix v0.27.1
12812026-07-22T17:26:17.766Z Downloaded csv v1.4.0
12822026-07-22T17:26:17.777Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-07-22T17:26:17.796Z Downloaded bzip2-sys v0.1.13+1.0.8
12842026-07-22T17:26:17.809Z Downloaded typify-impl v0.6.2
12852026-07-22T17:26:17.866Z Downloaded zerocopy-derive v0.6.6
12862026-07-22T17:26:17.874Z Downloaded regex-automata v0.4.14
12872026-07-22T17:26:17.895Z Downloaded chrono-tz v0.10.4
12882026-07-22T17:26:17.951Z Downloaded petgraph v0.8.3
12892026-07-22T17:26:17.969Z Downloaded libz-sys v1.1.24
12902026-07-22T17:26:17.995Z Downloaded sha3 v0.10.8
12912026-07-22T17:26:18.029Z Downloaded tokio v1.52.1
12922026-07-22T17:26:18.106Z Downloaded encoding_rs v0.8.35
12932026-07-22T17:26:18.147Z Downloaded ring v0.17.14
12942026-07-22T17:26:18.200Z Downloaded libgit2-sys v0.18.3+1.9.2
12952026-07-22T17:26:18.679Z Downloaded aws-lc-sys v0.40.0
12962026-07-22T17:26:18.978Z Compiling libc v0.2.185
12972026-07-22T17:26:18.978Z Compiling serde_core v1.0.228
12982026-07-22T17:26:18.978Z Compiling serde v1.0.228
12992026-07-22T17:26:18.981Z Compiling log v0.4.29
13002026-07-22T17:26:18.982Z Compiling smallvec v1.15.1
13012026-07-22T17:26:18.982Z Compiling find-msvc-tools v0.1.9
13022026-07-22T17:26:18.982Z Compiling shlex v1.3.0
13032026-07-22T17:26:18.982Z Compiling subtle v2.6.1
13042026-07-22T17:26:18.982Z Compiling scopeguard v1.2.0
13052026-07-22T17:26:19.117Z Compiling stable_deref_trait v1.2.1
13062026-07-22T17:26:19.131Z Compiling typenum v1.20.1
13072026-07-22T17:26:19.134Z Compiling serde_json v1.0.150
13082026-07-22T17:26:19.178Z Compiling zerocopy v0.8.40
13092026-07-22T17:26:19.181Z Compiling portable-atomic v1.13.1
13102026-07-22T17:26:19.188Z Compiling syn v2.0.117
13112026-07-22T17:26:19.215Z Compiling lock_api v0.4.14
13122026-07-22T17:26:19.242Z Compiling pin-project-lite v0.2.17
13132026-07-22T17:26:19.270Z Compiling parking_lot_core v0.9.12
13142026-07-22T17:26:19.324Z Compiling getrandom v0.4.1
13152026-07-22T17:26:19.359Z Compiling pkg-config v0.3.32
13162026-07-22T17:26:19.383Z Compiling libm v0.2.16
13172026-07-22T17:26:19.411Z Compiling critical-section v1.2.0
13182026-07-22T17:26:19.414Z Compiling num-traits v0.2.19
13192026-07-22T17:26:19.438Z Compiling rand_core v0.10.0
13202026-07-22T17:26:19.504Z Compiling futures-core v0.3.32
13212026-07-22T17:26:19.546Z Compiling generic-array v0.14.7
13222026-07-22T17:26:19.601Z Compiling const-oid v0.9.6
13232026-07-22T17:26:19.660Z Compiling writeable v0.6.2
13242026-07-22T17:26:19.661Z Compiling percent-encoding v2.3.2
13252026-07-22T17:26:19.720Z Compiling litemap v0.8.1
13262026-07-22T17:26:19.723Z Compiling icu_properties_data v2.1.2
13272026-07-22T17:26:19.806Z Compiling icu_normalizer_data v2.1.1
13282026-07-22T17:26:19.850Z Compiling futures-sink v0.3.32
13292026-07-22T17:26:19.878Z Compiling futures-task v0.3.32
13302026-07-22T17:26:19.882Z Compiling futures-io v0.3.32
13312026-07-22T17:26:19.882Z Compiling slab v0.4.12
13322026-07-22T17:26:19.882Z Compiling utf8_iter v1.0.4
13332026-07-22T17:26:19.935Z Compiling form_urlencoded v1.2.2
13342026-07-22T17:26:19.957Z Compiling futures-channel v0.3.32
13352026-07-22T17:26:19.972Z Compiling rustversion v1.0.22
13362026-07-22T17:26:20.004Z Compiling jobserver v0.1.34
13372026-07-22T17:26:20.017Z Compiling errno v0.3.14
13382026-07-22T17:26:20.032Z Compiling getrandom v0.2.17
13392026-07-22T17:26:20.094Z Compiling mio v1.2.0
13402026-07-22T17:26:20.111Z Compiling socket2 v0.6.3
13412026-07-22T17:26:20.140Z Compiling signal-hook-registry v1.4.8
13422026-07-22T17:26:20.179Z Compiling rand_core v0.6.4
13432026-07-22T17:26:20.242Z Compiling cc v1.2.56
13442026-07-22T17:26:20.290Z Compiling once_cell v1.21.3
13452026-07-22T17:26:20.323Z Compiling parking_lot v0.12.5
13462026-07-22T17:26:20.348Z Compiling getrandom v0.3.4
13472026-07-22T17:26:20.389Z Compiling dunce v1.0.5
13482026-07-22T17:26:20.421Z Compiling fs_extra v1.3.0
13492026-07-22T17:26:20.449Z Compiling iana-time-zone v0.1.65
13502026-07-22T17:26:20.452Z Compiling ident_case v1.0.1
13512026-07-22T17:26:20.478Z Compiling rustix v1.1.3
13522026-07-22T17:26:20.492Z Compiling regex-syntax v0.8.10
13532026-07-22T17:26:20.522Z Compiling vcpkg v0.2.15
13542026-07-22T17:26:20.555Z Compiling base64ct v1.8.3
13552026-07-22T17:26:20.585Z Compiling base64 v0.22.1
13562026-07-22T17:26:20.616Z Compiling tracing-core v0.1.36
13572026-07-22T17:26:20.674Z Compiling flagset v0.4.7
13582026-07-22T17:26:20.723Z Compiling aws-lc-rs v1.16.3
13592026-07-22T17:26:20.742Z Compiling cmov v0.5.4
13602026-07-22T17:26:20.824Z Compiling pem-rfc7468 v0.7.0
13612026-07-22T17:26:20.863Z Compiling tinyvec_macros v0.1.1
13622026-07-22T17:26:20.940Z Compiling schemars v0.8.22
13632026-07-22T17:26:20.953Z Compiling openssl-probe v0.2.1
13642026-07-22T17:26:20.967Z Compiling httparse v1.10.1
13652026-07-22T17:26:20.983Z Compiling dyn-clone v1.0.20
13662026-07-22T17:26:21.055Z Compiling cmake v0.1.57
13672026-07-22T17:26:21.116Z Compiling ctutils v0.4.2
13682026-07-22T17:26:21.133Z Compiling tinyvec v1.10.0
13692026-07-22T17:26:21.163Z Compiling aho-corasick v1.1.4
13702026-07-22T17:26:21.166Z Compiling tower-service v0.3.3
13712026-07-22T17:26:21.166Z Compiling atomic-waker v1.1.2
13722026-07-22T17:26:21.235Z Compiling try-lock v0.2.5
13732026-07-22T17:26:21.253Z Compiling untrusted v0.7.1
13742026-07-22T17:26:21.270Z Compiling tower-layer v0.3.3
13752026-07-22T17:26:21.283Z Compiling untrusted v0.9.0
13762026-07-22T17:26:21.283Z Compiling foreign-types-shared v0.1.1
13772026-07-22T17:26:21.333Z Compiling want v0.3.1
13782026-07-22T17:26:21.360Z Compiling rand_core v0.9.5
13792026-07-22T17:26:21.375Z Compiling cpufeatures v0.2.17
13802026-07-22T17:26:21.391Z Compiling httpdate v1.0.3
13812026-07-22T17:26:21.395Z Compiling openssl v0.10.79
13822026-07-22T17:26:21.451Z Compiling bitflags v2.11.0
13832026-07-22T17:26:21.454Z Compiling semver v1.0.28
13842026-07-22T17:26:21.466Z Compiling indexmap v2.14.0
13852026-07-22T17:26:21.495Z Compiling uuid v1.23.4
13862026-07-22T17:26:21.514Z Compiling rustls v0.23.41
13872026-07-22T17:26:21.514Z Compiling unicode-normalization v0.1.25
13882026-07-22T17:26:21.614Z Compiling foreign-types v0.3.2
13892026-07-22T17:26:21.645Z Compiling spin v0.9.8
13902026-07-22T17:26:21.676Z Compiling num-conv v0.2.0
13912026-07-22T17:26:21.702Z Compiling rustc_version v0.4.1
13922026-07-22T17:26:21.716Z Compiling native-tls v0.2.18
13932026-07-22T17:26:21.733Z Compiling powerfmt v0.2.0
13942026-07-22T17:26:21.749Z Compiling crc32fast v1.5.0
13952026-07-22T17:26:21.810Z Compiling time-core v0.1.8
13962026-07-22T17:26:21.826Z Compiling wait-timeout v0.2.1
13972026-07-22T17:26:21.853Z Compiling aws-lc-sys v0.40.0
13982026-07-22T17:26:21.875Z Compiling openssl-sys v0.9.115
13992026-07-22T17:26:21.954Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-07-22T17:26:21.969Z Compiling deranged v0.5.8
14012026-07-22T17:26:21.984Z Compiling time-macros v0.2.27
14022026-07-22T17:26:22.009Z Compiling regex-automata v0.4.14
14032026-07-22T17:26:22.049Z Compiling sync_wrapper v1.0.2
14042026-07-22T17:26:22.063Z Compiling synstructure v0.13.2
14052026-07-22T17:26:22.107Z Compiling serde_derive_internals v0.29.1
14062026-07-22T17:26:22.158Z Compiling pest_generator v2.8.6
14072026-07-22T17:26:22.172Z Compiling darling_core v0.20.11
14082026-07-22T17:26:22.299Z Compiling usdt-impl v0.6.0
14092026-07-22T17:26:22.651Z Compiling bit-vec v0.8.0
14102026-07-22T17:26:22.709Z Compiling tempfile v3.25.0
14112026-07-22T17:26:22.885Z Compiling simd-adler32 v0.3.8
14122026-07-22T17:26:22.899Z Compiling num_threads v0.1.7
14132026-07-22T17:26:22.978Z Compiling quick-error v1.2.3
14142026-07-22T17:26:23.018Z Compiling crossbeam-utils v0.8.21
14152026-07-22T17:26:23.036Z Compiling siphasher v1.0.2
14162026-07-22T17:26:23.051Z Compiling syn v1.0.109
14172026-07-22T17:26:23.070Z Compiling rusty-fork v0.3.1
14182026-07-22T17:26:23.101Z Compiling bit-set v0.8.0
14192026-07-22T17:26:23.157Z Compiling darling_core v0.23.0
14202026-07-22T17:26:23.172Z Compiling heapless v0.7.17
14212026-07-22T17:26:23.185Z Compiling bzip2-sys v0.1.13+1.0.8
14222026-07-22T17:26:23.202Z Compiling rand_xorshift v0.4.0
14232026-07-22T17:26:23.247Z Compiling slog v2.8.2
14242026-07-22T17:26:23.264Z Compiling time v0.3.47
14252026-07-22T17:26:23.286Z Compiling thread-id v5.1.0
14262026-07-22T17:26:23.351Z Compiling cookie v0.18.1
14272026-07-22T17:26:23.385Z Compiling zstd-safe v7.2.4
14282026-07-22T17:26:23.401Z Compiling signal-hook v0.3.18
14292026-07-22T17:26:23.404Z Compiling unicode-bidi v0.3.18
14302026-07-22T17:26:23.472Z Compiling anyhow v1.0.102
14312026-07-22T17:26:23.512Z Compiling adler2 v2.0.1
14322026-07-22T17:26:23.526Z Compiling allocator-api2 v0.2.21
14332026-07-22T17:26:23.529Z Compiling unarray v0.1.4
14342026-07-22T17:26:23.556Z Compiling iri-string v0.7.10
14352026-07-22T17:26:23.602Z Compiling unicode-properties v0.1.4
14362026-07-22T17:26:23.650Z Compiling paste v1.0.15
14372026-07-22T17:26:23.666Z Compiling ryu v1.0.23
14382026-07-22T17:26:23.693Z Compiling miniz_oxide v0.8.9
14392026-07-22T17:26:23.838Z Compiling stringprep v0.1.5
14402026-07-22T17:26:24.009Z Compiling serde_derive v1.0.228
14412026-07-22T17:26:24.025Z Compiling zeroize_derive v1.4.3
14422026-07-22T17:26:24.039Z Compiling zerofrom-derive v0.1.6
14432026-07-22T17:26:24.084Z Compiling yoke-derive v0.8.1
14442026-07-22T17:26:24.314Z Compiling zerovec-derive v0.11.2
14452026-07-22T17:26:24.342Z Compiling displaydoc v0.2.5
14462026-07-22T17:26:24.516Z Compiling zerocopy-derive v0.8.40
14472026-07-22T17:26:24.533Z Compiling tokio-macros v2.7.0
14482026-07-22T17:26:24.710Z Compiling futures-macro v0.3.32
14492026-07-22T17:26:24.734Z Compiling zeroize v1.8.2
14502026-07-22T17:26:24.991Z Compiling thiserror-impl v2.0.18
14512026-07-22T17:26:25.160Z Compiling tracing-attributes v0.1.31
14522026-07-22T17:26:25.174Z Compiling der_derive v0.7.3
14532026-07-22T17:26:25.319Z Compiling rustls-pki-types v1.14.0
14542026-07-22T17:26:25.333Z Compiling schemars_derive v0.8.22
14552026-07-22T17:26:25.502Z Compiling zerofrom v0.1.6
14562026-07-22T17:26:25.516Z Compiling crypto-common v0.1.7
14572026-07-22T17:26:25.565Z Compiling block-buffer v0.10.4
14582026-07-22T17:26:25.594Z Compiling futures-util v0.3.32
14592026-07-22T17:26:25.644Z Compiling yoke v0.8.1
14602026-07-22T17:26:25.686Z Compiling hybrid-array v0.4.13
14612026-07-22T17:26:25.759Z Compiling digest v0.10.7
14622026-07-22T17:26:25.815Z Compiling zerovec v0.11.5
14632026-07-22T17:26:25.818Z Compiling zerotrie v0.2.3
14642026-07-22T17:26:25.852Z Compiling scroll_derive v0.13.1
14652026-07-22T17:26:26.040Z Compiling pest_derive v2.8.6
14662026-07-22T17:26:26.151Z Compiling darling_macro v0.20.11
14672026-07-22T17:26:26.201Z Compiling der v0.7.10
14682026-07-22T17:26:26.348Z Compiling tinystr v0.8.2
14692026-07-22T17:26:26.428Z Compiling potential_utf v0.1.4
14702026-07-22T17:26:26.443Z Compiling thiserror v2.0.18
14712026-07-22T17:26:26.499Z Compiling openssl-macros v0.1.1
14722026-07-22T17:26:26.539Z Compiling icu_locale_core v2.1.1
14732026-07-22T17:26:26.567Z Compiling icu_collections v2.1.1
14742026-07-22T17:26:26.582Z Compiling tracing v0.1.44
14752026-07-22T17:26:26.582Z Compiling sha2 v0.10.9
14762026-07-22T17:26:26.621Z Compiling hmac v0.12.1
14772026-07-22T17:26:26.681Z Compiling dtrace-parser v0.3.0
14782026-07-22T17:26:26.699Z Compiling darling v0.20.11
14792026-07-22T17:26:26.733Z Compiling scroll v0.13.0
14802026-07-22T17:26:26.794Z Compiling derive_builder_core v0.20.2
14812026-07-22T17:26:26.809Z Compiling thiserror-impl v1.0.69
14822026-07-22T17:26:26.878Z Compiling scroll_derive v0.12.1
14832026-07-22T17:26:27.024Z Compiling goblin v0.10.5
14842026-07-22T17:26:27.070Z Compiling spki v0.7.3
14852026-07-22T17:26:27.305Z Compiling icu_provider v2.1.1
14862026-07-22T17:26:27.496Z Compiling pkcs8 v0.10.2
14872026-07-22T17:26:27.512Z Compiling block-padding v0.4.2
14882026-07-22T17:26:27.528Z Compiling block-buffer v0.12.1
14892026-07-22T17:26:27.636Z Compiling bytes v1.11.1
14902026-07-22T17:26:27.663Z Compiling icu_normalizer v2.1.1
14912026-07-22T17:26:27.700Z Compiling icu_properties v2.1.2
14922026-07-22T17:26:27.703Z Compiling chrono v0.4.45
14932026-07-22T17:26:27.729Z Compiling ipnet v2.11.0
14942026-07-22T17:26:27.753Z Compiling derive_builder_macro v0.20.2
14952026-07-22T17:26:27.787Z Compiling scroll v0.12.0
14962026-07-22T17:26:27.890Z Compiling erased-serde v0.3.31
14972026-07-22T17:26:28.057Z Compiling toml_datetime v0.6.11
14982026-07-22T17:26:28.074Z Compiling serde_tokenstream v0.2.3
14992026-07-22T17:26:28.089Z Compiling hex v0.4.3
15002026-07-22T17:26:28.173Z Compiling tokio v1.52.1
15012026-07-22T17:26:28.243Z Compiling http v1.4.2
15022026-07-22T17:26:28.266Z Compiling thiserror v1.0.69
15032026-07-22T17:26:28.292Z Compiling serde_urlencoded v0.7.1
15042026-07-22T17:26:28.306Z Compiling serde_spanned v0.6.9
15052026-07-22T17:26:28.345Z Compiling crypto-common v0.2.2
15062026-07-22T17:26:28.387Z Compiling signature v2.2.0
15072026-07-22T17:26:28.390Z Compiling md-5 v0.10.6
15082026-07-22T17:26:28.417Z Compiling darling_macro v0.23.0
15092026-07-22T17:26:28.420Z Compiling rustls-native-certs v0.8.3
15102026-07-22T17:26:28.467Z Compiling bstr v1.12.1
15112026-07-22T17:26:28.561Z Compiling idna_adapter v1.2.1
15122026-07-22T17:26:28.586Z Compiling zerocopy-derive v0.7.35
15132026-07-22T17:26:28.589Z Compiling async-trait v0.1.89
15142026-07-22T17:26:28.720Z Compiling idna v1.1.0
15152026-07-22T17:26:28.735Z Compiling pin-project-internal v1.1.11
15162026-07-22T17:26:28.827Z Compiling camino v1.2.2
15172026-07-22T17:26:28.961Z Compiling http-body v1.0.1
15182026-07-22T17:26:29.145Z Compiling ppv-lite86 v0.2.21
15192026-07-22T17:26:29.160Z Compiling url v2.5.8
15202026-07-22T17:26:29.174Z Compiling http-body-util v0.1.3
15212026-07-22T17:26:29.193Z Compiling curve25519-dalek v4.1.3
15222026-07-22T17:26:29.237Z Compiling num-integer v0.1.46
15232026-07-22T17:26:29.408Z Compiling vergen-lib v9.1.0
15242026-07-22T17:26:29.444Z Compiling rand_chacha v0.9.0
15252026-07-22T17:26:29.501Z Compiling rand_chacha v0.3.1
15262026-07-22T17:26:29.526Z Compiling hash32 v0.2.1
15272026-07-22T17:26:29.574Z Compiling memoffset v0.9.1
15282026-07-22T17:26:29.574Z Compiling encoding_rs v0.8.35
15292026-07-22T17:26:29.608Z Compiling psl-types v2.0.11
15302026-07-22T17:26:29.630Z Compiling zlib-rs v0.6.2
15312026-07-22T17:26:29.680Z Compiling rand v0.9.2
15322026-07-22T17:26:29.756Z Compiling mime v0.3.17
15332026-07-22T17:26:29.825Z Compiling litrs v1.0.0
15342026-07-22T17:26:29.917Z Compiling dof v0.4.0
15352026-07-22T17:26:30.016Z Compiling fallible-iterator v0.2.0
15362026-07-22T17:26:30.045Z Compiling ref-cast v1.0.25
15372026-07-22T17:26:30.060Z Compiling rustix v0.38.44
15382026-07-22T17:26:30.122Z Compiling num-bigint-dig v0.8.6
15392026-07-22T17:26:30.175Z Compiling smoltcp v0.9.1
15402026-07-22T17:26:30.359Z Compiling proptest v1.10.0
15412026-07-22T17:26:30.362Z Compiling cfg_aliases v0.2.1
15422026-07-22T17:26:30.404Z Compiling document-features v0.2.12
15432026-07-22T17:26:30.432Z Compiling postgres-protocol v0.6.10
15442026-07-22T17:26:30.463Z Compiling nix v0.31.2
15452026-07-22T17:26:30.493Z Compiling pin-project v1.1.11
15462026-07-22T17:26:30.547Z Compiling ipnetwork v0.21.1
15472026-07-22T17:26:30.581Z Compiling rand v0.8.6
15482026-07-22T17:26:30.603Z Compiling publicsuffix v2.3.0
15492026-07-22T17:26:30.793Z Compiling oxnet v0.1.6
15502026-07-22T17:26:30.963Z Compiling zerocopy v0.7.35
15512026-07-22T17:26:30.982Z Compiling num-iter v0.1.45
15522026-07-22T17:26:30.999Z Compiling darling v0.23.0
15532026-07-22T17:26:31.069Z Compiling derive_builder v0.20.2
15542026-07-22T17:26:31.097Z Compiling goblin v0.8.2
15552026-07-22T17:26:31.115Z Compiling hubpack_derive v0.1.1
15562026-07-22T17:26:31.119Z Compiling futures-executor v0.3.32
15572026-07-22T17:26:31.144Z Compiling inout v0.2.2
15582026-07-22T17:26:31.252Z Compiling regex v1.12.3
15592026-07-22T17:26:31.348Z Compiling curve25519-dalek-derive v0.1.1
15602026-07-22T17:26:31.397Z Compiling ref-cast-impl v1.0.25
15612026-07-22T17:26:31.412Z Compiling snafu-derive v0.8.9
15622026-07-22T17:26:31.455Z Compiling daft-derive v0.1.7
15632026-07-22T17:26:31.470Z Compiling strum_macros v0.27.2
15642026-07-22T17:26:31.637Z Compiling phf_shared v0.13.1
15652026-07-22T17:26:31.652Z Compiling terminal_size v0.4.3
15662026-07-22T17:26:31.708Z Compiling lazy_static v1.5.0
15672026-07-22T17:26:31.747Z Compiling cargo-platform v0.3.2
15682026-07-22T17:26:31.807Z Compiling anstyle-parse v0.2.7
15692026-07-22T17:26:31.821Z Compiling vergen v9.1.0
15702026-07-22T17:26:31.865Z Compiling ff v0.13.1
15712026-07-22T17:26:31.898Z Compiling fs-err v3.3.0
15722026-07-22T17:26:31.913Z Compiling ahash v0.8.12
15732026-07-22T17:26:31.989Z Compiling tokio-util v0.7.18
15742026-07-22T17:26:32.008Z Compiling tower v0.5.3
15752026-07-22T17:26:32.026Z Compiling tokio-native-tls v0.3.1
15762026-07-22T17:26:32.046Z Compiling unicode-segmentation v1.12.0
15772026-07-22T17:26:32.049Z Compiling object v0.37.3
15782026-07-22T17:26:32.074Z Compiling foldhash v0.2.0
15792026-07-22T17:26:32.131Z Compiling libbz2-rs-sys v0.2.2
15802026-07-22T17:26:32.166Z Compiling same-file v1.0.6
15812026-07-22T17:26:32.228Z Compiling foldhash v0.1.5
15822026-07-22T17:26:32.247Z Compiling winnow v0.5.40
15832026-07-22T17:26:32.314Z Compiling bitflags v1.3.2
15842026-07-22T17:26:32.350Z Compiling base16ct v0.2.0
15852026-07-22T17:26:32.407Z Compiling bumpalo v3.20.2
15862026-07-22T17:26:32.422Z Compiling managed v0.8.0
15872026-07-22T17:26:32.453Z Compiling clap_builder v4.6.0
15882026-07-22T17:26:32.499Z Compiling tower-http v0.6.8
15892026-07-22T17:26:32.575Z Compiling flate2 v1.1.9
15902026-07-22T17:26:32.602Z Compiling bzip2 v0.6.1
15912026-07-22T17:26:32.690Z Compiling zopfli v0.8.3
15922026-07-22T17:26:32.831Z Compiling h2 v0.4.15
15932026-07-22T17:26:32.874Z Compiling newtype-uuid v1.3.2
15942026-07-22T17:26:32.953Z Compiling sec1 v0.7.3
15952026-07-22T17:26:33.016Z Compiling hashbrown v0.15.5
15962026-07-22T17:26:33.031Z Compiling walkdir v2.5.0
15972026-07-22T17:26:33.140Z Compiling daft v0.1.7
15982026-07-22T17:26:33.241Z Compiling hashbrown v0.16.1
15992026-07-22T17:26:33.370Z Compiling dof v0.3.0
16002026-07-22T17:26:33.465Z Compiling group v0.13.0
16012026-07-22T17:26:33.492Z Compiling snafu v0.8.9
16022026-07-22T17:26:33.508Z Compiling anstream v0.6.21
16032026-07-22T17:26:33.553Z Compiling strum v0.27.2
16042026-07-22T17:26:33.574Z Compiling cargo_metadata v0.23.1
16052026-07-22T17:26:33.593Z Compiling phf v0.13.1
16062026-07-22T17:26:33.667Z Compiling toml_edit v0.19.15
16072026-07-22T17:26:33.778Z Compiling signal-hook-mio v0.2.5
16082026-07-22T17:26:33.791Z Compiling hubpack v0.1.2
16092026-07-22T17:26:33.861Z Compiling cookie_store v0.22.1
16102026-07-22T17:26:33.876Z Compiling usdt-attr-macro v0.6.0
16112026-07-22T17:26:33.913Z Compiling usdt-macro v0.6.0
16122026-07-22T17:26:34.037Z Compiling bzip2 v0.4.4
16132026-07-22T17:26:34.060Z Compiling cipher v0.5.2
16142026-07-22T17:26:34.120Z Compiling futures v0.3.32
16152026-07-22T17:26:34.214Z Compiling serde_with_macros v3.21.0
16162026-07-22T17:26:34.253Z Compiling postgres-types v0.2.12
16172026-07-22T17:26:34.369Z Compiling zstd v0.13.3
16182026-07-22T17:26:34.551Z Compiling globset v0.4.18
16192026-07-22T17:26:34.664Z Compiling ed25519 v2.2.3
16202026-07-22T17:26:34.680Z Compiling dtrace-parser v0.2.0
16212026-07-22T17:26:34.732Z Compiling pkcs1 v0.7.5
16222026-07-22T17:26:34.749Z Compiling serde-big-array v0.5.1
16232026-07-22T17:26:34.842Z Compiling serde_plain v1.0.2
16242026-07-22T17:26:34.911Z Compiling olpc-cjson v0.1.4
16252026-07-22T17:26:35.012Z Compiling hkdf v0.12.4
16262026-07-22T17:26:35.064Z Compiling crypto-bigint v0.5.5
16272026-07-22T17:26:35.086Z Compiling enum-as-inner v0.6.1
16282026-07-22T17:26:35.173Z Compiling serde_repr v0.1.20
16292026-07-22T17:26:35.201Z Compiling clap_derive v4.6.1
16302026-07-22T17:26:35.263Z Compiling strum_macros v0.26.4
16312026-07-22T17:26:35.408Z Compiling async-recursion v1.1.1
16322026-07-22T17:26:35.446Z Compiling phf_shared v0.11.3
16332026-07-22T17:26:35.524Z Compiling float-cmp v0.10.0
16342026-07-22T17:26:35.560Z Compiling pem v3.0.6
16352026-07-22T17:26:35.600Z Compiling memmap2 v0.9.10
16362026-07-22T17:26:35.644Z Compiling thread-id v4.2.2
16372026-07-22T17:26:35.661Z Compiling env_filter v1.0.0
16382026-07-22T17:26:35.694Z Compiling data-encoding v2.10.0
16392026-07-22T17:26:35.744Z Compiling either v1.15.0
16402026-07-22T17:26:35.759Z Compiling cpufeatures v0.3.0
16412026-07-22T17:26:35.849Z Compiling const-oid v0.10.2
16422026-07-22T17:26:35.852Z Compiling fixedbitset v0.4.2
16432026-07-22T17:26:35.914Z Compiling fixedbitset v0.5.7
16442026-07-22T17:26:35.978Z Compiling typed-path v0.9.3
16452026-07-22T17:26:35.992Z Compiling jiff v0.2.21
16462026-07-22T17:26:36.082Z Compiling hyper v1.10.1
16472026-07-22T17:26:36.106Z Compiling normalize-line-endings v0.3.0
16482026-07-22T17:26:36.120Z Compiling winnow v1.0.3
16492026-07-22T17:26:36.220Z Compiling static_assertions v1.1.0
16502026-07-22T17:26:36.243Z Compiling precomputed-hash v0.1.1
16512026-07-22T17:26:36.309Z Compiling new_debug_unreachable v1.0.6
16522026-07-22T17:26:36.349Z Compiling keccak v0.1.6
16532026-07-22T17:26:36.384Z Compiling predicates-core v1.0.10
16542026-07-22T17:26:36.399Z Compiling difflib v0.4.0
16552026-07-22T17:26:36.417Z Compiling whoami v2.1.0
16562026-07-22T17:26:36.471Z Compiling toml_parser v1.1.2+spec-1.1.0
16572026-07-22T17:26:36.496Z Compiling string_cache v0.8.9
16582026-07-22T17:26:36.581Z Compiling sha3 v0.10.8
16592026-07-22T17:26:36.743Z Compiling tokio-postgres v0.7.16
16602026-07-22T17:26:36.840Z Compiling predicates v3.1.4
16612026-07-22T17:26:36.990Z Compiling toml_edit v0.22.27
16622026-07-22T17:26:37.066Z Compiling clap v4.6.1
16632026-07-22T17:26:37.081Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16642026-07-22T17:26:37.100Z Compiling petgraph v0.8.3
16652026-07-22T17:26:37.116Z Compiling elliptic-curve v0.13.8
16662026-07-22T17:26:37.133Z Compiling strum v0.26.3
16672026-07-22T17:26:37.137Z Compiling petgraph v0.6.5
16682026-07-22T17:26:37.163Z Compiling digest v0.11.3
16692026-07-22T17:26:37.228Z Compiling hyper-util v0.1.20
16702026-07-22T17:26:37.260Z Compiling hickory-proto v0.25.2
16712026-07-22T17:26:37.284Z Compiling itertools v0.13.0
16722026-07-22T17:26:37.454Z Compiling chacha20 v0.10.0
16732026-07-22T17:26:37.586Z Compiling env_logger v0.11.9
16742026-07-22T17:26:37.601Z Compiling usdt v0.6.0
16752026-07-22T17:26:37.743Z Compiling usdt-impl v0.5.0
16762026-07-22T17:26:37.856Z Compiling serde_with v3.21.0
16772026-07-22T17:26:37.888Z Compiling crossterm v0.28.1
16782026-07-22T17:26:37.973Z Compiling toml v0.7.8
16792026-07-22T17:26:38.363Z Compiling rsa v0.9.10
16802026-07-22T17:26:38.596Z Compiling ed25519-dalek v2.2.0
16812026-07-22T17:26:38.730Z Compiling hyper-tls v0.6.0
16822026-07-22T17:26:38.987Z Compiling reqwest v0.12.28
16832026-07-22T17:26:39.053Z Compiling zip v4.6.1
16842026-07-22T17:26:39.099Z Compiling zip v0.6.6
16852026-07-22T17:26:39.151Z Compiling iddqd v0.4.2
16862026-07-22T17:26:39.549Z Compiling tokio-stream v0.1.18
16872026-07-22T17:26:39.675Z Compiling heck v0.4.1
16882026-07-22T17:26:39.720Z Compiling similar v2.7.0
16892026-07-22T17:26:39.724Z Compiling buf-list v1.1.2
16902026-07-22T17:26:39.853Z Compiling byte-wrapper v0.1.0
16912026-07-22T17:26:39.931Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-22T17:26:40.020Z Compiling openapiv3 v2.2.0
16932026-07-22T17:26:40.036Z Compiling x509-cert v0.2.5
16942026-07-22T17:26:40.056Z Compiling crossbeam-epoch v0.9.18
16952026-07-22T17:26:40.075Z Compiling lalrpop-util v0.19.12
16962026-07-22T17:26:40.210Z Compiling peg-runtime v0.8.5
16972026-07-22T17:26:40.258Z Compiling thread_local v1.1.9
16982026-07-22T17:26:40.299Z Compiling slog-async v2.8.0
16992026-07-22T17:26:40.346Z Compiling crossbeam-channel v0.5.15
17002026-07-22T17:26:40.416Z Compiling is-terminal v0.4.17
17012026-07-22T17:26:40.480Z Compiling filetime v0.2.27
17022026-07-22T17:26:40.522Z Compiling xattr v1.6.1
17032026-07-22T17:26:40.537Z Compiling term v1.2.1
17042026-07-22T17:26:40.537Z Compiling take_mut v0.2.2
17052026-07-22T17:26:40.609Z Compiling camino-tempfile v1.4.1
17062026-07-22T17:26:40.667Z Compiling tar v0.4.46
17072026-07-22T17:26:40.825Z Compiling slog-term v2.9.2
17082026-07-22T17:26:58.569Z Compiling rustls-webpki v0.103.13
17092026-07-22T17:27:01.265Z Compiling tokio-rustls v0.26.4
17102026-07-22T17:27:01.265Z Compiling rustls-platform-verifier v0.6.2
17112026-07-22T17:27:01.269Z Compiling tough v0.22.0
17122026-07-22T17:27:01.472Z Compiling hyper-rustls v0.27.7
17132026-07-22T17:27:01.665Z Compiling reqwest v0.13.2
17142026-07-22T17:27:03.853Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-07-22T17:27:04.108Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-07-22T17:27:06.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.39s
17172026-07-22T17:27:07.078Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-07-22T17:27:07.144ZJul 22 17:27:05.751 INFO Starting download, target: Clickhouse
17192026-07-22T17:27:07.145ZJul 22 17:27:05.752 INFO Starting download, target: DendriteStub
17202026-07-22T17:27:07.145ZJul 22 17:27:05.752 INFO Starting download, target: Console
17212026-07-22T17:27:07.145ZJul 22 17:27:05.752 INFO Starting download, target: Cockroach
17222026-07-22T17:27:07.159ZJul 22 17:27:05.752 INFO Starting download, target: MaghemiteMgd
17232026-07-22T17:27:07.159ZJul 22 17:27:05.752 INFO Starting download, target: MaghemiteDdmd
17242026-07-22T17:27:07.159ZJul 22 17:27:05.752 INFO Starting download, target: TransceiverControl
17252026-07-22T17:27:07.159ZJul 22 17:27:05.752 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17262026-07-22T17:27:07.159ZJul 22 17:27:05.752 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17272026-07-22T17:27:07.159ZJul 22 17:27:05.752 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17282026-07-22T17:27:07.159ZJul 22 17:27:05.752 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-07-22T17:27:07.159ZJul 22 17:27:05.752 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17302026-07-22T17:27:07.160ZJul 22 17:27:05.752 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-07-22T17:27:07.160ZJul 22 17:27:05.752 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-07-22T17:27:07.628ZJul 22 17:27:06.236 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-07-22T17:27:07.852ZJul 22 17:27:06.463 INFO Download complete, target: TransceiverControl
17342026-07-22T17:27:08.945ZJul 22 17:27:07.521 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-07-22T17:27:09.201ZJul 22 17:27:07.775 INFO Download complete, target: Console
17362026-07-22T17:27:09.739ZJul 22 17:27:08.313 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17372026-07-22T17:27:10.572ZJul 22 17:27:09.170 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17382026-07-22T17:27:10.973ZJul 22 17:27:09.576 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-07-22T17:27:11.346ZJul 22 17:27:09.920 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-07-22T17:27:12.508ZJul 22 17:27:11.119 INFO Download complete, target: MaghemiteDdmd
17412026-07-22T17:27:12.740ZJul 22 17:27:11.351 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-07-22T17:27:12.740ZJul 22 17:27:11.351 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-07-22T17:27:13.554ZJul 22 17:27:12.170 INFO Download complete, target: DendriteStub
17442026-07-22T17:27:13.954ZJul 22 17:27:12.569 INFO Download complete, target: MaghemiteMgd
17452026-07-22T17:27:16.642ZJul 22 17:27:15.256 INFO Checking that binary works, target: Clickhouse
17462026-07-22T17:27:16.730ZJul 22 17:27:15.345 INFO Download complete, target: Clickhouse
17472026-07-22T17:27:17.367ZJul 22 17:27:15.978 INFO Checking that binary works, target: Cockroach
17482026-07-22T17:27:17.484ZJul 22 17:27:16.101 INFO Download complete, target: Cockroach
17492026-07-22T17:27:17.491ZAll prerequisites installed successfully
17502026-07-22T17:27:17.495Z
17512026-07-22T17:27:17.495Zreal 1:47.763864839
17522026-07-22T17:27:17.495Zuser 6:41.462406141
17532026-07-22T17:27:17.495Zsys 1:39.382663531
17542026-07-22T17:27:17.495Ztrap 0.249092249
17552026-07-22T17:27:17.495Ztflt 0.773986452
17562026-07-22T17:27:17.495Zdflt 1.790277308
17572026-07-22T17:27:17.495Zkflt 0.021422520
17582026-07-22T17:27:17.495Zlock 24:19.919975697
17592026-07-22T17:27:17.495Zslp 18:19.066383810
17602026-07-22T17:27:17.495Zlat 25.636907971
17612026-07-22T17:27:17.495Zstop 2:48.295990367
17622026-07-22T17:27:17.495Z+ ptime -m cargo xtask download softnpu
17632026-07-22T17:27:17.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17642026-07-22T17:27:17.963Z Running `target/debug/xtask download softnpu`
17652026-07-22T17:27:18.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17662026-07-22T17:27:18.747Z Running `target/debug/xtask-downloader softnpu`
17672026-07-22T17:27:18.788ZJul 22 17:27:17.404 INFO Starting download, target: Softnpu
17682026-07-22T17:27:18.794ZJul 22 17:27:17.405 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-07-22T17:27:19.372ZJul 22 17:27:17.988 INFO Download complete, target: Softnpu
17702026-07-22T17:27:19.376Z
17712026-07-22T17:27:19.376Zreal 1.877751482
17722026-07-22T17:27:19.377Zuser 1.265950509
17732026-07-22T17:27:19.377Zsys 0.600562969
17742026-07-22T17:27:19.377Ztrap 0.000521300
17752026-07-22T17:27:19.377Ztflt 0.000102590
17762026-07-22T17:27:19.377Zdflt 0.000362720
17772026-07-22T17:27:19.380Zkflt 0.000000000
17782026-07-22T17:27:19.380Zlock 10.763645956
17792026-07-22T17:27:19.380Zslp 0.446205664
17802026-07-22T17:27:19.380Zlat 0.095224343
17812026-07-22T17:27:19.380Zstop 0.000184450
17822026-07-22T17:27:19.380Z+ export CARGO_INCREMENTAL=0
17832026-07-22T17:27:19.380Z+ CARGO_INCREMENTAL=0
17842026-07-22T17:27:19.380Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-07-22T17:27:20.241Z Compiling proc-macro2 v1.0.106
17862026-07-22T17:27:20.241Z Compiling quote v1.0.45
17872026-07-22T17:27:20.241Z Compiling unicode-ident v1.0.24
17882026-07-22T17:27:20.241Z Compiling libc v0.2.185
17892026-07-22T17:27:20.244Z Compiling serde_core v1.0.228
17902026-07-22T17:27:20.244Z Compiling serde v1.0.228
17912026-07-22T17:27:20.244Z Compiling cfg-if v1.0.4
17922026-07-22T17:27:20.244Z Compiling version_check v0.9.5
17932026-07-22T17:27:20.244Z Compiling find-msvc-tools v0.1.9
17942026-07-22T17:27:20.244Z Compiling shlex v1.3.0
17952026-07-22T17:27:20.244Z Compiling memchr v2.8.0
17962026-07-22T17:27:20.244Z Compiling zmij v1.0.21
17972026-07-22T17:27:20.244Z Compiling serde_json v1.0.150
17982026-07-22T17:27:20.387Z Compiling autocfg v1.5.0
17992026-07-22T17:27:20.558Z Compiling portable-atomic v1.13.1
18002026-07-22T17:27:20.665Z Compiling zerocopy v0.8.40
18012026-07-22T17:27:20.669Z Compiling getrandom v0.4.1
18022026-07-22T17:27:20.727Z Compiling libm v0.2.16
18032026-07-22T17:27:20.817Z Compiling parking_lot_core v0.9.12
18042026-07-22T17:27:20.849Z Compiling icu_normalizer_data v2.1.1
18052026-07-22T17:27:20.867Z Compiling icu_properties_data v2.1.2
18062026-07-22T17:27:20.982Z Compiling smallvec v1.15.1
18072026-07-22T17:27:21.001Z Compiling generic-array v0.14.7
18082026-07-22T17:27:21.033Z Compiling itoa v1.0.17
18092026-07-22T17:27:21.149Z Compiling num-traits v0.2.19
18102026-07-22T17:27:21.164Z Compiling log v0.4.29
18112026-07-22T17:27:21.180Z Compiling subtle v2.6.1
18122026-07-22T17:27:21.236Z Compiling pkg-config v0.3.32
18132026-07-22T17:27:21.241Z Compiling stable_deref_trait v1.2.1
18142026-07-22T17:27:21.283Z Compiling typenum v1.20.1
18152026-07-22T17:27:21.326Z Compiling jobserver v0.1.34
18162026-07-22T17:27:21.400Z Compiling scopeguard v1.2.0
18172026-07-22T17:27:21.404Z Compiling errno v0.3.14
18182026-07-22T17:27:21.436Z Compiling rand_core v0.10.0
18192026-07-22T17:27:21.512Z Compiling lock_api v0.4.14
18202026-07-22T17:27:21.589Z Compiling cc v1.2.56
18212026-07-22T17:27:21.623Z Compiling pin-project-lite v0.2.17
18222026-07-22T17:27:21.680Z Compiling getrandom v0.3.4
18232026-07-22T17:27:21.741Z Compiling thiserror v2.0.18
18242026-07-22T17:27:21.782Z Compiling percent-encoding v2.3.2
18252026-07-22T17:27:21.782Z Compiling syn v2.0.117
18262026-07-22T17:27:21.782Z Compiling litemap v0.8.1
18272026-07-22T17:27:21.782Z Compiling writeable v0.6.2
18282026-07-22T17:27:21.790Z Compiling equivalent v1.0.2
18292026-07-22T17:27:21.790Z Compiling fnv v1.0.7
18302026-07-22T17:27:21.855Z Compiling getrandom v0.2.17
18312026-07-22T17:27:21.902Z Compiling schemars v0.8.22
18322026-07-22T17:27:21.934Z Compiling rustversion v1.0.22
18332026-07-22T17:27:22.006Z Compiling rand_core v0.6.4
18342026-07-22T17:27:22.051Z Compiling fs_extra v1.3.0
18352026-07-22T17:27:22.084Z Compiling dunce v1.0.5
18362026-07-22T17:27:22.109Z Compiling critical-section v1.2.0
18372026-07-22T17:27:22.128Z Compiling rustix v1.1.3
18382026-07-22T17:27:22.193Z Compiling hashbrown v0.17.0
18392026-07-22T17:27:22.334Z Compiling cmake v0.1.57
18402026-07-22T17:27:22.344Z Compiling signal-hook-registry v1.4.8
18412026-07-22T17:27:22.446Z Compiling heck v0.5.0
18422026-07-22T17:27:22.459Z Compiling utf8_iter v1.0.4
18432026-07-22T17:27:22.502Z Compiling once_cell v1.21.3
18442026-07-22T17:27:22.684Z Compiling strsim v0.11.1
18452026-07-22T17:27:22.742Z Compiling parking_lot v0.12.5
18462026-07-22T17:27:22.774Z Compiling form_urlencoded v1.2.2
18472026-07-22T17:27:22.801Z Compiling mio v1.2.0
18482026-07-22T17:27:22.809Z Compiling socket2 v0.6.3
18492026-07-22T17:27:22.809Z Compiling ident_case v1.0.1
18502026-07-22T17:27:22.864Z Compiling aws-lc-rs v1.16.3
18512026-07-22T17:27:22.949Z Compiling semver v1.0.28
18522026-07-22T17:27:22.978Z Compiling aws-lc-sys v0.40.0
18532026-07-22T17:27:23.005Z Compiling indexmap v2.14.0
18542026-07-22T17:27:23.027Z Compiling bitflags v2.11.0
18552026-07-22T17:27:23.118Z Compiling futures-core v0.3.32
18562026-07-22T17:27:23.235Z Compiling httparse v1.10.1
18572026-07-22T17:27:23.482Z Compiling byteorder v1.5.0
18582026-07-22T17:27:23.514Z Compiling ucd-trie v0.1.7
18592026-07-22T17:27:23.537Z Compiling thiserror v1.0.69
18602026-07-22T17:27:23.623Z Compiling vcpkg v0.2.15
18612026-07-22T17:27:23.654Z Compiling syn v1.0.109
18622026-07-22T17:27:23.666Z Compiling pest v2.8.6
18632026-07-22T17:27:23.697Z Compiling const-oid v0.9.6
18642026-07-22T17:27:23.756Z Compiling regex-syntax v0.8.10
18652026-07-22T17:27:23.776Z Compiling iana-time-zone v0.1.65
18662026-07-22T17:27:24.015Z Compiling uuid v1.23.4
18672026-07-22T17:27:24.137Z Compiling rustc_version v0.4.1
18682026-07-22T17:27:24.156Z Compiling rustls v0.23.41
18692026-07-22T17:27:24.213Z Compiling openssl-sys v0.9.115
18702026-07-22T17:27:24.258Z Compiling futures-sink v0.3.32
18712026-07-22T17:27:24.352Z Compiling futures-channel v0.3.32
18722026-07-22T17:27:24.386Z Compiling aho-corasick v1.1.4
18732026-07-22T17:27:24.427Z Compiling slab v0.4.12
18742026-07-22T17:27:24.446Z Compiling futures-task v0.3.32
18752026-07-22T17:27:24.632Z Compiling synstructure v0.13.2
18762026-07-22T17:27:24.650Z Compiling serde_derive_internals v0.29.1
18772026-07-22T17:27:24.663Z Compiling futures-io v0.3.32
18782026-07-22T17:27:24.748Z Compiling pest_meta v2.8.6
18792026-07-22T17:27:24.843Z Compiling dyn-clone v1.0.20
18802026-07-22T17:27:24.873Z Compiling time-core v0.1.8
18812026-07-22T17:27:24.896Z Compiling num-conv v0.2.0
18822026-07-22T17:27:24.903Z Compiling plain v0.2.3
18832026-07-22T17:27:25.011Z Compiling crc32fast v1.5.0
18842026-07-22T17:27:25.060Z Compiling time-macros v0.2.27
18852026-07-22T17:27:25.092Z Compiling base64 v0.22.1
18862026-07-22T17:27:25.096Z Compiling crossbeam-utils v0.8.21
18872026-07-22T17:27:25.174Z Compiling openssl v0.10.79
18882026-07-22T17:27:25.297Z Compiling regex-automata v0.4.14
18892026-07-22T17:27:25.311Z Compiling pretty-hex v0.4.1
18902026-07-22T17:27:25.342Z Compiling pest_generator v2.8.6
18912026-07-22T17:27:25.403Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18922026-07-22T17:27:25.450Z Compiling anyhow v1.0.102
18932026-07-22T17:27:25.526Z Compiling native-tls v0.2.18
18942026-07-22T17:27:25.638Z Compiling rand_core v0.9.5
18952026-07-22T17:27:25.796Z Compiling slog v2.8.2
18962026-07-22T17:27:25.813Z Compiling tracing-core v0.1.36
18972026-07-22T17:27:25.831Z Compiling serde_derive v1.0.228
18982026-07-22T17:27:25.846Z Compiling zeroize_derive v1.4.3
18992026-07-22T17:27:25.850Z Compiling zerofrom-derive v0.1.6
19002026-07-22T17:27:25.887Z Compiling yoke-derive v0.8.1
19012026-07-22T17:27:25.895Z Compiling zerovec-derive v0.11.2
19022026-07-22T17:27:26.020Z Compiling displaydoc v0.2.5
19032026-07-22T17:27:26.024Z Compiling zerocopy-derive v0.8.40
19042026-07-22T17:27:26.069Z Compiling tokio-macros v2.7.0
19052026-07-22T17:27:26.085Z Compiling futures-macro v0.3.32
19062026-07-22T17:27:26.111Z Compiling thiserror-impl v2.0.18
19072026-07-22T17:27:26.462Z Compiling schemars_derive v0.8.22
19082026-07-22T17:27:26.524Z Compiling zeroize v1.8.2
19092026-07-22T17:27:26.788Z Compiling tracing-attributes v0.1.31
19102026-07-22T17:27:26.901Z Compiling der_derive v0.7.3
19112026-07-22T17:27:26.922Z Compiling thiserror-impl v1.0.69
19122026-07-22T17:27:26.964Z Compiling pest_derive v2.8.6
19132026-07-22T17:27:27.000Z Compiling futures-util v0.3.32
19142026-07-22T17:27:27.038Z Compiling zerofrom v0.1.6
19152026-07-22T17:27:27.189Z Compiling yoke v0.8.1
19162026-07-22T17:27:27.394Z Compiling zerovec v0.11.5
19172026-07-22T17:27:27.413Z Compiling zerotrie v0.2.3
19182026-07-22T17:27:27.484Z Compiling crypto-common v0.1.7
19192026-07-22T17:27:27.662Z Compiling block-buffer v0.10.4
19202026-07-22T17:27:27.979Z Compiling tinystr v0.8.2
19212026-07-22T17:27:27.983Z Compiling potential_utf v0.1.4
19222026-07-22T17:27:28.012Z Compiling digest v0.10.7
19232026-07-22T17:27:28.035Z Compiling scroll_derive v0.13.1
19242026-07-22T17:27:28.062Z Compiling scroll_derive v0.12.1
19252026-07-22T17:27:28.067Z Compiling openssl-macros v0.1.1
19262026-07-22T17:27:28.172Z Compiling icu_locale_core v2.1.1
19272026-07-22T17:27:28.199Z Compiling icu_collections v2.1.1
19282026-07-22T17:27:28.303Z Compiling regex v1.12.3
19292026-07-22T17:27:28.740Z Compiling zerocopy-derive v0.7.35
19302026-07-22T17:27:28.877Z Compiling icu_provider v2.1.1
19312026-07-22T17:27:28.894Z Compiling cookie v0.18.1
19322026-07-22T17:27:28.955Z Compiling camino v1.2.2
19332026-07-22T17:27:28.990Z Compiling base64ct v1.8.3
19342026-07-22T17:27:29.067Z Compiling bytes v1.11.1
19352026-07-22T17:27:29.155Z Compiling icu_normalizer v2.1.1
19362026-07-22T17:27:29.170Z Compiling icu_properties v2.1.2
19372026-07-22T17:27:29.257Z Compiling chrono v0.4.45
19382026-07-22T17:27:29.307Z Compiling serde_tokenstream v0.2.3
19392026-07-22T17:27:29.621Z Compiling tokio v1.52.1
19402026-07-22T17:27:29.718Z Compiling http v1.4.2
19412026-07-22T17:27:30.048Z Compiling pem-rfc7468 v0.7.0
19422026-07-22T17:27:30.161Z Compiling idna_adapter v1.2.1
19432026-07-22T17:27:30.321Z Compiling idna v1.1.0
19442026-07-22T17:27:30.340Z Compiling ppv-lite86 v0.2.21
19452026-07-22T17:27:30.677Z Compiling tracing v0.1.44
19462026-07-22T17:27:30.709Z Compiling url v2.5.8
19472026-07-22T17:27:30.818Z Compiling flagset v0.4.7
19482026-07-22T17:27:30.882Z Compiling rand_chacha v0.9.0
19492026-07-22T17:27:30.937Z Compiling http-body v1.0.1
19502026-07-22T17:27:31.137Z Compiling der v0.7.10
19512026-07-22T17:27:31.255Z Compiling rustls-pki-types v1.14.0
19522026-07-22T17:27:31.604Z Compiling usdt-impl v0.5.0
19532026-07-22T17:27:31.685Z Compiling cmov v0.5.4
19542026-07-22T17:27:31.701Z Compiling usdt-impl v0.6.0
19552026-07-22T17:27:31.762Z Compiling paste v1.0.15
19562026-07-22T17:27:31.848Z Compiling ref-cast v1.0.25
19572026-07-22T17:27:31.864Z Compiling tinyvec_macros v0.1.1
19582026-07-22T17:27:32.055Z Compiling fastrand v2.3.0
19592026-07-22T17:27:32.175Z Compiling openssl-probe v0.2.1
19602026-07-22T17:27:32.191Z Compiling either v1.15.0
19612026-07-22T17:27:32.223Z Compiling ctutils v0.4.2
19622026-07-22T17:27:32.302Z Compiling spki v0.7.3
19632026-07-22T17:27:32.345Z Compiling tinyvec v1.10.0
19642026-07-22T17:27:32.508Z Compiling rand v0.9.2
19652026-07-22T17:27:32.543Z Compiling serde_spanned v0.6.9
19662026-07-22T17:27:32.572Z Compiling toml_datetime v0.6.11
19672026-07-22T17:27:32.575Z Compiling scroll v0.13.0
19682026-07-22T17:27:32.633Z Compiling scroll v0.12.0
19692026-07-22T17:27:32.722Z Compiling async-trait v0.1.89
19702026-07-22T17:27:32.738Z Compiling heapless v0.7.17
19712026-07-22T17:27:32.811Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-07-22T17:27:32.840Z Compiling cpufeatures v0.2.17
19732026-07-22T17:27:32.857Z Compiling signal-hook v0.3.18
19742026-07-22T17:27:32.874Z Compiling untrusted v0.7.1
19752026-07-22T17:27:32.892Z Compiling winnow v0.7.14
19762026-07-22T17:27:32.922Z Compiling try-lock v0.2.5
19772026-07-22T17:27:32.938Z Compiling tower-service v0.3.3
19782026-07-22T17:27:33.025Z Compiling zstd-safe v7.2.4
19792026-07-22T17:27:33.051Z Compiling rustix v0.38.44
19802026-07-22T17:27:33.066Z Compiling atomic-waker v1.1.2
19812026-07-22T17:27:33.069Z Compiling litrs v1.0.0
19822026-07-22T17:27:33.097Z Compiling tower-layer v0.3.3
19832026-07-22T17:27:33.116Z Compiling winnow v1.0.3
19842026-07-22T17:27:33.226Z Compiling want v0.3.1
19852026-07-22T17:27:33.277Z Compiling goblin v0.8.2
19862026-07-22T17:27:33.293Z Compiling goblin v0.10.5
19872026-07-22T17:27:33.421Z Compiling toml_parser v1.1.2+spec-1.1.0
19882026-07-22T17:27:33.484Z Compiling hybrid-array v0.4.13
19892026-07-22T17:27:33.536Z Compiling tokio-util v0.7.18
19902026-07-22T17:27:33.596Z Compiling document-features v0.2.12
19912026-07-22T17:27:34.151Z Compiling zerocopy v0.7.35
19922026-07-22T17:27:34.321Z Compiling h2 v0.4.15
19932026-07-22T17:27:34.368Z Compiling ipnet v2.11.0
19942026-07-22T17:27:34.432Z Compiling ref-cast-impl v1.0.25
19952026-07-22T17:27:34.459Z Compiling darling_core v0.20.11
19962026-07-22T17:27:34.516Z Compiling curve25519-dalek v4.1.3
19972026-07-22T17:27:34.540Z Compiling memoffset v0.9.1
19982026-07-22T17:27:34.752Z Compiling foreign-types-shared v0.1.1
19992026-07-22T17:27:34.787Z Compiling powerfmt v0.2.0
20002026-07-22T17:27:34.807Z Compiling untrusted v0.9.0
20012026-07-22T17:27:34.840Z Compiling winnow v0.5.40
20022026-07-22T17:27:34.943Z Compiling httpdate v1.0.3
20032026-07-22T17:27:35.179Z Compiling utf8parse v0.2.2
20042026-07-22T17:27:35.238Z Compiling deranged v0.5.8
20052026-07-22T17:27:35.311Z Compiling tempfile v3.25.0
20062026-07-22T17:27:35.431Z Compiling foreign-types v0.3.2
20072026-07-22T17:27:35.520Z Compiling unicode-normalization v0.1.25
20082026-07-22T17:27:35.582Z Compiling dof v0.3.0
20092026-07-22T17:27:35.670Z Compiling dtrace-parser v0.2.0
20102026-07-22T17:27:36.049Z Compiling pkcs8 v0.10.2
20112026-07-22T17:27:36.127Z Compiling dof v0.4.0
20122026-07-22T17:27:36.234Z Compiling toml_edit v0.19.15
20132026-07-22T17:27:36.470Z Compiling dtrace-parser v0.3.0
20142026-07-22T17:27:36.487Z Compiling darling_macro v0.20.11
20152026-07-22T17:27:36.501Z Compiling pin-project-internal v1.1.11
20162026-07-22T17:27:36.818Z Compiling daft-derive v0.1.7
20172026-07-22T17:27:37.026Z Compiling spin v0.9.8
20182026-07-22T17:27:37.054Z Compiling thread-id v5.1.0
20192026-07-22T17:27:37.096Z Compiling thread-id v4.2.2
20202026-07-22T17:27:37.158Z Compiling num-bigint-dig v0.8.6
20212026-07-22T17:27:37.179Z Compiling anstyle v1.0.14
20222026-07-22T17:27:37.211Z Compiling num_threads v0.1.7
20232026-07-22T17:27:37.261Z Compiling smoltcp v0.9.1
20242026-07-22T17:27:37.458Z Compiling cfg_aliases v0.2.1
20252026-07-22T17:27:37.472Z Compiling time v0.3.47
20262026-07-22T17:27:37.547Z Compiling nix v0.31.2
20272026-07-22T17:27:37.581Z Compiling hyper v1.10.1
20282026-07-22T17:27:37.646Z Compiling darling v0.20.11
20292026-07-22T17:27:37.953Z Compiling sha2 v0.10.9
20302026-07-22T17:27:38.086Z Compiling ipnetwork v0.21.1
20312026-07-22T17:27:38.177Z Compiling hmac v0.12.1
20322026-07-22T17:27:38.328Z Compiling curve25519-dalek-derive v0.1.1
20332026-07-22T17:27:38.344Z Compiling strum_macros v0.26.4
20342026-07-22T17:27:38.440Z Compiling darling_core v0.23.0
20352026-07-22T17:27:38.515Z Compiling sync_wrapper v1.0.2
20362026-07-22T17:27:38.533Z Compiling wait-timeout v0.2.1
20372026-07-22T17:27:38.781Z Compiling hyper-util v0.1.20
20382026-07-22T17:27:38.850Z Compiling is_terminal_polyfill v1.70.2
20392026-07-22T17:27:38.962Z Compiling siphasher v1.0.2
20402026-07-22T17:27:39.037Z Compiling anstyle-query v1.1.5
20412026-07-22T17:27:39.166Z Compiling simd-adler32 v0.3.8
20422026-07-22T17:27:39.182Z Compiling quick-error v1.2.3
20432026-07-22T17:27:39.312Z Compiling bit-vec v0.8.0
20442026-07-22T17:27:39.434Z Compiling colorchoice v1.0.4
20452026-07-22T17:27:39.582Z Compiling bit-set v0.8.0
20462026-07-22T17:27:39.777Z Compiling rusty-fork v0.3.1
20472026-07-22T17:27:39.944Z Compiling tower v0.5.3
20482026-07-22T17:27:40.452Z Compiling derive_builder_core v0.20.2
20492026-07-22T17:27:40.565Z Compiling http-body-util v0.1.3
20502026-07-22T17:27:40.593Z Compiling hubpack_derive v0.1.1
20512026-07-22T17:27:40.612Z Compiling darling_macro v0.23.0
20522026-07-22T17:27:40.631Z Compiling strum_macros v0.27.2
20532026-07-22T17:27:40.737Z Compiling snafu-derive v0.8.9
20542026-07-22T17:27:40.754Z Compiling rand_xorshift v0.4.0
20552026-07-22T17:27:40.958Z Compiling fs-err v3.3.0
20562026-07-22T17:27:40.977Z Compiling ahash v0.8.12
20572026-07-22T17:27:41.172Z Compiling iri-string v0.7.10
20582026-07-22T17:27:41.191Z Compiling unarray v0.1.4
20592026-07-22T17:27:41.204Z Compiling unicode-bidi v0.3.18
20602026-07-22T17:27:41.240Z Compiling unicode-properties v0.1.4
20612026-07-22T17:27:41.325Z Compiling adler2 v2.0.1
20622026-07-22T17:27:41.456Z Compiling object v0.37.3
20632026-07-22T17:27:41.492Z Compiling unicode-segmentation v1.12.0
20642026-07-22T17:27:41.544Z Compiling ryu v1.0.23
20652026-07-22T17:27:41.732Z Compiling allocator-api2 v0.2.21
20662026-07-22T17:27:41.763Z Compiling serde_urlencoded v0.7.1
20672026-07-22T17:27:41.799Z Compiling stringprep v0.1.5
20682026-07-22T17:27:41.899Z Compiling miniz_oxide v0.8.9
20692026-07-22T17:27:42.048Z Compiling derive_builder_macro v0.20.2
20702026-07-22T17:27:42.073Z Compiling proptest v1.10.0
20712026-07-22T17:27:42.196Z Compiling darling v0.23.0
20722026-07-22T17:27:42.317Z Compiling tokio-native-tls v0.3.1
20732026-07-22T17:27:42.451Z Compiling tower-http v0.6.8
20742026-07-22T17:27:42.494Z Compiling usdt-attr-macro v0.6.0
20752026-07-22T17:27:42.522Z Compiling usdt-macro v0.6.0
20762026-07-22T17:27:42.530Z Compiling anstyle-parse v1.0.0
20772026-07-22T17:27:42.530Z Compiling crypto-common v0.2.2
20782026-07-22T17:27:42.563Z Compiling block-buffer v0.12.1
20792026-07-22T17:27:42.744Z Compiling block-padding v0.4.2
20802026-07-22T17:27:42.991Z Compiling rustls-native-certs v0.8.3
20812026-07-22T17:27:43.175Z Compiling rand_chacha v0.3.1
20822026-07-22T17:27:43.279Z Compiling hex v0.4.3
20832026-07-22T17:27:43.299Z Compiling erased-serde v0.3.31
20842026-07-22T17:27:43.317Z Compiling md-5 v0.10.6
20852026-07-22T17:27:43.338Z Compiling signature v2.2.0
20862026-07-22T17:27:43.348Z Compiling bstr v1.12.1
20872026-07-22T17:27:43.488Z Compiling num-integer v0.1.46
20882026-07-22T17:27:43.505Z Compiling hash32 v0.2.1
20892026-07-22T17:27:43.568Z Compiling vergen-lib v9.1.0
20902026-07-22T17:27:43.642Z Compiling encoding_rs v0.8.35
20912026-07-22T17:27:43.660Z Compiling mime v0.3.17
20922026-07-22T17:27:43.713Z Compiling zlib-rs v0.6.2
20932026-07-22T17:27:43.809Z Compiling psl-types v2.0.11
20942026-07-22T17:27:43.826Z Compiling fallible-iterator v0.2.0
20952026-07-22T17:27:43.918Z Compiling cpufeatures v0.3.0
20962026-07-22T17:27:43.950Z Compiling publicsuffix v2.3.0
20972026-07-22T17:27:44.054Z Compiling num-iter v0.1.45
20982026-07-22T17:27:44.137Z Compiling postgres-protocol v0.6.10
20992026-07-22T17:27:44.159Z Compiling newtype-uuid v1.3.2
21002026-07-22T17:27:44.325Z Compiling rand v0.8.6
21012026-07-22T17:27:44.825Z Compiling oxnet v0.1.6
21022026-07-22T17:27:44.882Z Compiling inout v0.2.2
21032026-07-22T17:27:44.899Z Compiling anstream v1.0.0
21042026-07-22T17:27:44.985Z Compiling derive_builder v0.20.2
21052026-07-22T17:27:45.004Z Compiling hyper-tls v0.6.0
21062026-07-22T17:27:45.006Z Compiling serde_with_macros v3.21.0
21072026-07-22T17:27:45.052Z Compiling heck v0.4.1
21082026-07-22T17:27:45.120Z Compiling phf_shared v0.13.1
21092026-07-22T17:27:45.163Z Compiling pin-project v1.1.11
21102026-07-22T17:27:45.213Z Compiling lazy_static v1.5.0
21112026-07-22T17:27:45.233Z Compiling anstyle-parse v0.2.7
21122026-07-22T17:27:45.344Z Compiling terminal_size v0.4.3
21132026-07-22T17:27:45.378Z Compiling futures-executor v0.3.32
21142026-07-22T17:27:45.397Z Compiling async-recursion v1.1.1
21152026-07-22T17:27:45.427Z Compiling serde_repr v0.1.20
21162026-07-22T17:27:45.427Z Compiling clap_derive v4.6.1
21172026-07-22T17:27:45.461Z Compiling enum-as-inner v0.6.1
21182026-07-22T17:27:45.650Z Compiling ff v0.13.1
21192026-07-22T17:27:45.715Z Compiling vergen v9.1.0
21202026-07-22T17:27:45.734Z Compiling cargo-platform v0.3.2
21212026-07-22T17:27:45.814Z Compiling flate2 v1.1.9
21222026-07-22T17:27:45.991Z Compiling libbz2-rs-sys v0.2.2
21232026-07-22T17:27:46.038Z Compiling same-file v1.0.6
21242026-07-22T17:27:46.056Z Compiling clap_lex v1.0.0
21252026-07-22T17:27:46.106Z Compiling managed v0.8.0
21262026-07-22T17:27:46.172Z Compiling bitflags v1.3.2
21272026-07-22T17:27:46.172Z Compiling foldhash v0.1.5
21282026-07-22T17:27:46.213Z Compiling base16ct v0.2.0
21292026-07-22T17:27:46.334Z Compiling foldhash v0.2.0
21302026-07-22T17:27:46.394Z Compiling bumpalo v3.20.2
21312026-07-22T17:27:46.412Z Compiling sec1 v0.7.3
21322026-07-22T17:27:46.508Z Compiling hashbrown v0.16.1
21332026-07-22T17:27:46.575Z Compiling bzip2 v0.6.1
21342026-07-22T17:27:46.650Z Compiling zopfli v0.8.3
21352026-07-22T17:27:46.666Z Compiling hashbrown v0.15.5
21362026-07-22T17:27:46.802Z Compiling clap_builder v4.6.0
21372026-07-22T17:27:46.946Z Compiling walkdir v2.5.0
21382026-07-22T17:27:47.178Z Compiling cargo_metadata v0.23.1
21392026-07-22T17:27:47.230Z Compiling group v0.13.0
21402026-07-22T17:27:47.275Z Compiling futures v0.3.32
21412026-07-22T17:27:47.439Z Compiling anstream v0.6.21
21422026-07-22T17:27:47.525Z Compiling phf v0.13.1
21432026-07-22T17:27:47.751Z Compiling snafu v0.8.9
21442026-07-22T17:27:47.899Z Compiling reqwest v0.12.28
21452026-07-22T17:27:48.068Z Compiling zstd v0.13.3
21462026-07-22T17:27:48.343Z Compiling cipher v0.5.2
21472026-07-22T17:27:48.426Z Compiling daft v0.1.7
21482026-07-22T17:27:48.442Z Compiling signal-hook-mio v0.2.5
21492026-07-22T17:27:48.459Z Compiling cookie_store v0.22.1
21502026-07-22T17:27:48.583Z Compiling postgres-types v0.2.12
21512026-07-22T17:27:48.633Z Compiling bzip2 v0.4.4
21522026-07-22T17:27:48.728Z Compiling globset v0.4.18
21532026-07-22T17:27:48.728Z Compiling ed25519 v2.2.3
21542026-07-22T17:27:48.800Z Compiling strum v0.27.2
21552026-07-22T17:27:48.967Z Compiling hubpack v0.1.2
21562026-07-22T17:27:49.041Z Compiling phf_shared v0.11.3
21572026-07-22T17:27:49.074Z Compiling hkdf v0.12.4
21582026-07-22T17:27:49.089Z Compiling crossbeam-epoch v0.9.18
21592026-07-22T17:27:49.140Z Compiling pkcs1 v0.7.5
21602026-07-22T17:27:49.189Z Compiling olpc-cjson v0.1.4
21612026-07-22T17:27:49.369Z Compiling pem v3.0.6
21622026-07-22T17:27:49.502Z Compiling serde-big-array v0.5.1
21632026-07-22T17:27:49.517Z Compiling serde_plain v1.0.2
21642026-07-22T17:27:49.615Z Compiling crypto-bigint v0.5.5
21652026-07-22T17:27:49.684Z Compiling float-cmp v0.10.0
21662026-07-22T17:27:49.705Z Compiling env_filter v1.0.0
21672026-07-22T17:27:49.730Z Compiling memmap2 v0.9.10
21682026-07-22T17:27:49.748Z Compiling difflib v0.4.0
21692026-07-22T17:27:49.855Z Compiling jiff v0.2.21
21702026-07-22T17:27:49.876Z Compiling predicates-core v1.0.10
21712026-07-22T17:27:49.960Z Compiling whoami v2.1.0
21722026-07-22T17:27:49.987Z Compiling fixedbitset v0.4.2
21732026-07-22T17:27:50.033Z Compiling const-oid v0.10.2
21742026-07-22T17:27:50.050Z Compiling fixedbitset v0.5.7
21752026-07-22T17:27:50.067Z Compiling keccak v0.1.6
21762026-07-22T17:27:50.205Z Compiling data-encoding v2.10.0
21772026-07-22T17:27:50.205Z Compiling typed-path v0.9.3
21782026-07-22T17:27:50.285Z Compiling normalize-line-endings v0.3.0
21792026-07-22T17:27:50.314Z Compiling static_assertions v1.1.0
21802026-07-22T17:27:50.400Z Compiling toml_write v0.1.2
21812026-07-22T17:27:50.445Z Compiling precomputed-hash v0.1.1
21822026-07-22T17:27:50.523Z Compiling new_debug_unreachable v1.0.6
21832026-07-22T17:27:50.561Z Compiling elliptic-curve v0.13.8
21842026-07-22T17:27:50.613Z Compiling string_cache v0.8.9
21852026-07-22T17:27:50.637Z Compiling toml_edit v0.22.27
21862026-07-22T17:27:50.711Z Compiling hickory-proto v0.25.2
21872026-07-22T17:27:50.774Z Compiling chacha20 v0.10.0
21882026-07-22T17:27:50.778Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21892026-07-22T17:27:50.810Z Compiling predicates v3.1.4
21902026-07-22T17:27:50.853Z Compiling petgraph v0.8.3
21912026-07-22T17:27:50.914Z Compiling sha3 v0.10.8
21922026-07-22T17:27:50.950Z Compiling digest v0.11.3
21932026-07-22T17:27:50.966Z Compiling tokio-postgres v0.7.16
21942026-07-22T17:27:51.128Z Compiling petgraph v0.6.5
21952026-07-22T17:27:51.205Z Compiling usdt v0.6.0
21962026-07-22T17:27:51.403Z Compiling env_logger v0.11.9
21972026-07-22T17:27:51.742Z Compiling rsa v0.9.10
21982026-07-22T17:27:52.602Z Compiling zip v4.6.1
21992026-07-22T17:27:53.083Z Compiling ed25519-dalek v2.2.0
22002026-07-22T17:27:53.160Z Compiling zip v0.6.6
22012026-07-22T17:27:53.280Z Compiling iddqd v0.4.2
22022026-07-22T17:27:53.414Z Compiling crossterm v0.28.1
22032026-07-22T17:27:53.538Z Compiling clap v4.6.1
22042026-07-22T17:27:53.673Z Compiling serde_with v3.21.0
22052026-07-22T17:27:53.713Z Compiling similar v2.7.0
22062026-07-22T17:27:53.993Z Compiling byte-wrapper v0.1.0
22072026-07-22T17:27:54.044Z Compiling strum v0.26.3
22082026-07-22T17:27:54.194Z Compiling toml v0.7.8
22092026-07-22T17:27:54.330Z Compiling tokio-stream v0.1.18
22102026-07-22T17:27:54.346Z Compiling buf-list v1.1.2
22112026-07-22T17:27:54.456Z Compiling x509-cert v0.2.5
22122026-07-22T17:27:54.522Z Compiling itertools v0.13.0
22132026-07-22T17:27:54.695Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-07-22T17:27:54.818Z Compiling openapiv3 v2.2.0
22152026-07-22T17:27:55.507Z Compiling peg-runtime v0.8.5
22162026-07-22T17:27:55.667Z Compiling lalrpop-util v0.19.12
22172026-07-22T17:28:10.565Z Compiling rustls-webpki v0.103.13
22182026-07-22T17:28:13.236Z Compiling macaddr v1.0.1
22192026-07-22T17:28:13.348Z Compiling structmeta-derive v0.3.0
22202026-07-22T17:28:13.364Z Compiling darling_core v0.21.3
22212026-07-22T17:28:13.459Z Compiling rayon-core v1.13.0
22222026-07-22T17:28:13.544Z Compiling crucible-workspace-hack v0.1.0
22232026-07-22T17:28:13.715Z Compiling itertools v0.14.0
22242026-07-22T17:28:13.734Z Compiling secrecy v0.10.3
22252026-07-22T17:28:13.766Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-07-22T17:28:13.804Z Compiling toml_datetime v0.7.5+spec-1.1.0
22272026-07-22T17:28:13.905Z Compiling heapless v0.8.0
22282026-07-22T17:28:13.951Z Compiling crossbeam-deque v0.8.6
22292026-07-22T17:28:13.955Z Compiling inout v0.1.4
22302026-07-22T17:28:14.022Z Compiling toml_edit v0.23.10+spec-1.0.0
22312026-07-22T17:28:14.059Z Compiling hash32 v0.3.1
22322026-07-22T17:28:14.155Z Compiling multer v3.1.0
22332026-07-22T17:28:14.207Z Compiling thread_local v1.1.9
22342026-07-22T17:28:14.227Z Compiling tokio-rustls v0.26.4
22352026-07-22T17:28:14.244Z Compiling rustls-platform-verifier v0.6.2
22362026-07-22T17:28:14.261Z Compiling tough v0.22.0
22372026-07-22T17:28:14.385Z Compiling structmeta v0.3.0
22382026-07-22T17:28:14.465Z Compiling hyper-rustls v0.27.7
22392026-07-22T17:28:14.515Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22402026-07-22T17:28:14.579Z Compiling smoltcp v0.11.0
22412026-07-22T17:28:14.595Z Compiling match_cfg v0.1.0
22422026-07-22T17:28:14.620Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22432026-07-22T17:28:14.685Z Compiling unicode-width v0.2.0
22442026-07-22T17:28:14.704Z Compiling slog-async v2.8.0
22452026-07-22T17:28:14.798Z Compiling reqwest v0.13.2
22462026-07-22T17:28:14.880Z Compiling compression-core v0.4.31
22472026-07-22T17:28:14.977Z Compiling hostname v0.3.1
22482026-07-22T17:28:14.996Z Compiling derive-ex v0.1.8
22492026-07-22T17:28:15.035Z Compiling compression-codecs v0.4.37
22502026-07-22T17:28:15.069Z Compiling proc-macro-crate v3.4.0
22512026-07-22T17:28:15.168Z Compiling cipher v0.4.4
22522026-07-22T17:28:15.435Z Compiling atomicwrites v0.4.4
22532026-07-22T17:28:15.451Z Compiling slog-json v2.6.1
22542026-07-22T17:28:15.529Z Compiling crossbeam-channel v0.5.15
22552026-07-22T17:28:15.550Z Compiling darling_macro v0.21.3
22562026-07-22T17:28:15.586Z Compiling half v2.7.1
22572026-07-22T17:28:15.734Z Compiling newtype-uuid-macros v0.1.0
22582026-07-22T17:28:15.750Z Compiling cobs v0.3.0
22592026-07-22T17:28:15.824Z Compiling universal-hash v0.5.1
22602026-07-22T17:28:15.985Z Compiling thiserror-impl-no-std v2.0.2
22612026-07-22T17:28:16.005Z Compiling async-stream-impl v0.3.6
22622026-07-22T17:28:16.061Z Compiling toml_datetime v1.1.1+spec-1.1.0
22632026-07-22T17:28:16.109Z Compiling darling v0.21.3
22642026-07-22T17:28:16.213Z Compiling ingot-macros v0.1.1
22652026-07-22T17:28:16.297Z Compiling serde_spanned v1.1.1
22662026-07-22T17:28:16.479Z Compiling is-terminal v0.4.17
22672026-07-22T17:28:16.516Z Compiling proc-macro-error-attr v1.0.4
22682026-07-22T17:28:16.520Z Compiling dropshot v0.17.1
22692026-07-22T17:28:16.607Z Compiling toml_writer v1.1.1+spec-1.1.0
22702026-07-22T17:28:16.625Z Compiling convert_case v0.4.0
22712026-07-22T17:28:16.642Z Compiling term v1.2.1
22722026-07-22T17:28:16.749Z Compiling ciborium-io v0.2.2
22732026-07-22T17:28:16.768Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22742026-07-22T17:28:16.781Z Compiling take_mut v0.2.2
22752026-07-22T17:28:16.874Z Compiling opaque-debug v0.3.1
22762026-07-22T17:28:16.921Z Compiling ciborium-ll v0.2.2
22772026-07-22T17:28:16.967Z Compiling derive_more v0.99.20
22782026-07-22T17:28:16.967Z Compiling poly1305 v0.8.0
22792026-07-22T17:28:17.029Z Compiling slog-term v2.9.2
22802026-07-22T17:28:17.059Z Compiling thiserror-no-std v2.0.2
22812026-07-22T17:28:17.174Z Compiling toml v1.1.2+spec-1.1.0
22822026-07-22T17:28:17.294Z Compiling async-stream v0.3.6
22832026-07-22T17:28:17.335Z Compiling test-strategy v0.4.5
22842026-07-22T17:28:17.511Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22852026-07-22T17:28:17.638Z Compiling postcard v1.1.3
22862026-07-22T17:28:17.928Z Compiling slog-bunyan v2.5.0
22872026-07-22T17:28:18.003Z Compiling num_enum_derive v0.7.6
22882026-07-22T17:28:18.146Z Compiling chacha20 v0.9.1
22892026-07-22T17:28:18.171Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22902026-07-22T17:28:18.189Z Compiling async-compression v0.4.41
22912026-07-22T17:28:18.419Z Compiling parse-display-derive v0.10.0
22922026-07-22T17:28:18.487Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22932026-07-22T17:28:18.547Z Compiling sha1 v0.11.0
22942026-07-22T17:28:18.684Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-07-22T17:28:18.701Z Compiling proc-macro-crate v1.3.1
22962026-07-22T17:28:18.918Z Compiling ingot-types v0.1.2
22972026-07-22T17:28:18.941Z Compiling waitgroup v0.1.2
22982026-07-22T17:28:19.000Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22992026-07-22T17:28:19.015Z Compiling backon v1.6.0
23002026-07-22T17:28:19.064Z Compiling password-hash v0.5.0
23012026-07-22T17:28:19.140Z Compiling rustls-pemfile v2.2.0
23022026-07-22T17:28:19.251Z Compiling dropshot_endpoint v0.17.1
23032026-07-22T17:28:19.305Z Compiling blake2 v0.10.6
23042026-07-22T17:28:19.356Z Compiling ingot v0.1.1
23052026-07-22T17:28:19.402Z Compiling aead v0.5.2
23062026-07-22T17:28:19.418Z Compiling foreign-types-macros v0.2.3
23072026-07-22T17:28:19.449Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23082026-07-22T17:28:19.615Z Compiling serde_path_to_error v0.1.20
23092026-07-22T17:28:19.743Z Compiling hostname v0.4.2
23102026-07-22T17:28:19.834Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23112026-07-22T17:28:19.912Z Compiling proc-macro-error v1.0.4
23122026-07-22T17:28:19.932Z Compiling instant v0.1.13
23132026-07-22T17:28:19.948Z Compiling debug-ignore v1.0.5
23142026-07-22T17:28:20.055Z Compiling foreign-types-shared v0.3.1
23152026-07-22T17:28:20.071Z Compiling backoff v0.4.0
23162026-07-22T17:28:20.103Z Compiling parse-display v0.10.0
23172026-07-22T17:28:20.106Z Compiling argon2 v0.5.3
23182026-07-22T17:28:20.138Z Compiling foreign-types v0.5.0
23192026-07-22T17:28:20.138Z Compiling chacha20poly1305 v0.10.1
23202026-07-22T17:28:20.171Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23212026-07-22T17:28:20.189Z Compiling num_enum_derive v0.5.11
23222026-07-22T17:28:20.239Z Compiling num_enum v0.7.6
23232026-07-22T17:28:20.316Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23242026-07-22T17:28:20.334Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23252026-07-22T17:28:20.384Z Compiling vsss-rs v3.3.4
23262026-07-22T17:28:20.627Z Compiling ciborium v0.2.2
23272026-07-22T17:28:20.858Z Compiling tabwriter v1.4.1
23282026-07-22T17:28:20.905Z Compiling regress v0.10.5
23292026-07-22T17:28:20.975Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-07-22T17:28:20.991Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23312026-07-22T17:28:21.203Z Compiling cstr-argument v0.1.2
23322026-07-22T17:28:21.207Z Compiling humantime v2.3.0
23332026-07-22T17:28:21.290Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23342026-07-22T17:28:21.399Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23352026-07-22T17:28:21.429Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-07-22T17:28:21.446Z Compiling num_enum v0.5.11
23372026-07-22T17:28:21.472Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23382026-07-22T17:28:21.498Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-07-22T17:28:21.587Z Compiling rayon v1.11.0
23402026-07-22T17:28:21.629Z Compiling rand v0.10.1
23412026-07-22T17:28:21.666Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23422026-07-22T17:28:21.684Z Compiling colored v3.1.1
23432026-07-22T17:28:21.687Z Compiling indent_write v2.2.0
23442026-07-22T17:28:21.718Z Compiling libefi-sys v0.1.0
23452026-07-22T17:28:21.770Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23462026-07-22T17:28:21.881Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23472026-07-22T17:28:21.881Z Compiling zone_cfg_derive v0.3.1
23482026-07-22T17:28:21.913Z Compiling camino-tempfile v1.4.1
23492026-07-22T17:28:21.954Z Compiling itertools v0.12.1
23502026-07-22T17:28:22.006Z Compiling usdt-attr-macro v0.5.0
23512026-07-22T17:28:22.019Z Compiling usdt-macro v0.5.0
23522026-07-22T17:28:22.074Z Compiling bitfield-struct v0.6.2
23532026-07-22T17:28:22.125Z Compiling num-derive v0.4.2
23542026-07-22T17:28:22.360Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23552026-07-22T17:28:22.483Z Compiling blake3 v1.8.5
23562026-07-22T17:28:22.501Z Compiling sigpipe v0.1.3
23572026-07-22T17:28:22.570Z Compiling memmap v0.7.0
23582026-07-22T17:28:22.587Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23592026-07-22T17:28:22.636Z Compiling glob v0.3.3
23602026-07-22T17:28:22.757Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23612026-07-22T17:28:22.785Z Compiling swrite v0.1.0
23622026-07-22T17:28:22.812Z Compiling usdt v0.5.0
23632026-07-22T17:28:22.835Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-07-22T17:28:22.912Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23652026-07-22T17:28:23.069Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23662026-07-22T17:28:23.174Z Compiling smf v0.2.3
23672026-07-22T17:28:23.193Z Compiling filetime v0.2.27
23682026-07-22T17:28:23.232Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-07-22T17:28:23.248Z Compiling arrayref v0.3.9
23702026-07-22T17:28:23.332Z Compiling zone v0.3.1
23712026-07-22T17:28:23.347Z Compiling xattr v1.6.1
23722026-07-22T17:28:23.403Z Compiling arrayvec v0.7.6
23732026-07-22T17:28:23.435Z Compiling whoami v1.6.1
23742026-07-22T17:28:23.450Z Compiling constant_time_eq v0.4.2
23752026-07-22T17:28:23.453Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-07-22T17:28:23.482Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23772026-07-22T17:28:23.568Z Compiling tar v0.4.46
23782026-07-22T17:28:23.594Z Compiling tokio-dtrace v0.1.1
23792026-07-22T17:28:23.686Z Compiling console v0.16.2
23802026-07-22T17:28:23.734Z Compiling gethostname v0.5.0
23812026-07-22T17:28:23.841Z Compiling topological-sort v0.2.2
23822026-07-22T17:28:23.896Z Compiling unit-prefix v0.5.2
23832026-07-22T17:28:23.914Z Compiling oxide-tokio-rt v0.1.4
23842026-07-22T17:28:23.963Z Compiling toml v0.8.23
23852026-07-22T17:28:24.077Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23862026-07-22T17:28:24.171Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23872026-07-22T17:28:24.403Z Compiling indicatif v0.18.4
23882026-07-22T17:28:24.408Z Compiling shell-words v1.1.1
23892026-07-22T17:28:33.769Z Compiling progenitor-client v0.14.0
23902026-07-22T17:28:33.769Z Compiling omicron-zone-package v0.12.3
23912026-07-22T17:28:34.011Z Compiling progenitor-extras v0.2.0
23922026-07-22T17:28:34.316Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23932026-07-22T17:28:34.398Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23942026-07-22T17:28:34.497Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23952026-07-22T17:28:34.562Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-07-22T17:28:34.601Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23972026-07-22T17:28:34.616Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23982026-07-22T17:28:34.708Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-07-22T17:28:34.904Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-07-22T17:28:35.456Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012026-07-22T17:28:39.440Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-07-22T17:28:47.467Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-07-22T17:28:50.698Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-07-22T17:28:51.767Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-07-22T17:29:01.200Z Finished `release` profile [optimized] target(s) in 1m 41s
24062026-07-22T17:29:01.348Z Running `target/release/omicron-package -t test target create -p dev`
24072026-07-22T17:29:01.411ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-07-22T17:29:01.418ZCreated new build target 'test' and set it as active
24092026-07-22T17:29:01.418Z
24102026-07-22T17:29:01.418Zreal 1:42.033279390
24112026-07-22T17:29:01.418Zuser 16:45.013403722
24122026-07-22T17:29:01.418Zsys 2:39.360053956
24132026-07-22T17:29:01.418Ztrap 0.465877599
24142026-07-22T17:29:01.418Ztflt 2.531103427
24152026-07-22T17:29:01.418Zdflt 4.056410201
24162026-07-22T17:29:01.418Zkflt 0.002818942
24172026-07-22T17:29:01.418Zlock 52:51.731128098
24182026-07-22T17:29:01.418Zslp 42:59.996403538
24192026-07-22T17:29:01.418Zlat 45.278706776
24202026-07-22T17:29:01.418Zstop 5:31.943730476
24212026-07-22T17:29:01.423Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-07-22T17:29:02.265Z Finished `release` profile [optimized] target(s) in 0.84s
24232026-07-22T17:29:02.338Z Running `target/release/omicron-package -t test package`
24242026-07-22T17:29:02.400ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-07-22T17:29:03.786Z Compiling heck v0.5.0
24262026-07-22T17:29:03.786Z Compiling regress v0.11.1
24272026-07-22T17:29:04.021Z Compiling unsafe-libyaml v0.2.11
24282026-07-22T17:29:04.038Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-07-22T17:29:04.061Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-07-22T17:29:04.080Z Compiling derive-where v1.6.0
24312026-07-22T17:29:04.096Z Compiling bytecount v0.6.9
24322026-07-22T17:29:04.099Z Compiling atomicwrites v0.4.4
24332026-07-22T17:29:04.099Z Compiling is-terminal v0.4.17
24342026-07-22T17:29:04.118Z Compiling prettyplease v0.2.37
24352026-07-22T17:29:04.178Z Compiling console v0.15.11
24362026-07-22T17:29:04.181Z Compiling newline-converter v0.3.0
24372026-07-22T17:29:04.181Z Compiling slog-dtrace v0.3.0
24382026-07-22T17:29:04.217Z Compiling resolv-conf v0.7.6
24392026-07-22T17:29:04.220Z Compiling num-rational v0.4.2
24402026-07-22T17:29:04.279Z Compiling num-complex v0.4.6
24412026-07-22T17:29:04.305Z Compiling thread_local v1.1.9
24422026-07-22T17:29:04.305Z Compiling match_cfg v0.1.0
24432026-07-22T17:29:04.344Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-07-22T17:29:04.374Z Compiling compression-core v0.4.31
24452026-07-22T17:29:04.436Z Compiling unicode-width v0.1.14
24462026-07-22T17:29:04.474Z Compiling cancel-safe-futures v0.1.5
24472026-07-22T17:29:04.518Z Compiling serde_yaml v0.9.34+deprecated
24482026-07-22T17:29:04.575Z Compiling expectorate v1.2.0
24492026-07-22T17:29:04.578Z Compiling compression-codecs v0.4.37
24502026-07-22T17:29:04.678Z Compiling num v0.4.3
24512026-07-22T17:29:04.763Z Compiling hostname v0.3.1
24522026-07-22T17:29:04.786Z Compiling slog-async v2.8.0
24532026-07-22T17:29:04.789Z Compiling multer v3.1.0
24542026-07-22T17:29:04.789Z Compiling crossbeam-channel v0.5.15
24552026-07-22T17:29:04.851Z Compiling slog-json v2.6.1
24562026-07-22T17:29:04.873Z Compiling toml_datetime v1.1.1+spec-1.1.0
24572026-07-22T17:29:04.876Z Compiling serde_spanned v1.1.1
24582026-07-22T17:29:04.876Z Compiling term v1.2.1
24592026-07-22T17:29:04.917Z Compiling toml_writer v1.1.1+spec-1.1.0
24602026-07-22T17:29:04.956Z Compiling linked-hash-map v0.5.6
24612026-07-22T17:29:05.085Z Compiling take_mut v0.2.2
24622026-07-22T17:29:05.106Z Compiling float-ord v0.3.2
24632026-07-22T17:29:05.172Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24642026-07-22T17:29:05.193Z Compiling slog-term v2.9.2
24652026-07-22T17:29:05.237Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24662026-07-22T17:29:05.258Z Compiling lru-cache v0.1.2
24672026-07-22T17:29:05.279Z Compiling toml v1.1.2+spec-1.1.0
24682026-07-22T17:29:05.301Z Compiling slog-bunyan v2.5.0
24692026-07-22T17:29:05.323Z Compiling oxide-update-engine-types v0.1.2
24702026-07-22T17:29:05.412Z Compiling async-compression v0.4.41
24712026-07-22T17:29:05.466Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24722026-07-22T17:29:05.490Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24732026-07-22T17:29:05.642Z Compiling typify-impl v0.6.2
24742026-07-22T17:29:05.663Z Compiling dropshot v0.17.1
24752026-07-22T17:29:05.710Z Compiling async-stream v0.3.6
24762026-07-22T17:29:05.731Z Compiling sha1 v0.11.0
24772026-07-22T17:29:05.752Z Compiling progenitor-client v0.14.0
24782026-07-22T17:29:05.776Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-22T17:29:05.834Z Compiling waitgroup v0.1.2
24802026-07-22T17:29:05.922Z Compiling rustls-pemfile v2.2.0
24812026-07-22T17:29:05.989Z Compiling backon v1.6.0
24822026-07-22T17:29:06.013Z Compiling hostname v0.4.2
24832026-07-22T17:29:06.037Z Compiling serde_path_to_error v0.1.20
24842026-07-22T17:29:06.069Z Compiling instant v0.1.13
24852026-07-22T17:29:06.090Z Compiling debug-ignore v1.0.5
24862026-07-22T17:29:06.143Z Compiling minimal-lexical v0.2.1
24872026-07-22T17:29:06.185Z Compiling linear-map v1.2.0
24882026-07-22T17:29:06.213Z Compiling backoff v0.4.0
24892026-07-22T17:29:06.235Z Compiling progenitor-extras v0.2.0
24902026-07-22T17:29:06.238Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24912026-07-22T17:29:06.424Z Compiling nom v7.1.3
24922026-07-22T17:29:06.448Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24932026-07-22T17:29:06.494Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-07-22T17:29:06.497Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-07-22T17:29:06.497Z Compiling parse-display v0.10.0
24962026-07-22T17:29:06.558Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24972026-07-22T17:29:06.764Z Compiling oxide-update-engine v0.1.2
24982026-07-22T17:29:06.837Z Compiling hickory-proto v0.24.4
24992026-07-22T17:29:07.205Z Compiling regress v0.10.5
25002026-07-22T17:29:07.435Z Compiling macaddr v1.0.1
25012026-07-22T17:29:07.698Z Compiling humantime v2.3.0
25022026-07-22T17:29:07.848Z Compiling unicode-xid v0.2.6
25032026-07-22T17:29:08.005Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-07-22T17:29:08.009Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-07-22T17:29:08.136Z Compiling convert_case v0.10.0
25062026-07-22T17:29:08.181Z Compiling owo-colors v4.3.0
25072026-07-22T17:29:08.327Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-07-22T17:29:08.434Z Compiling derive_more-impl v2.1.1
25092026-07-22T17:29:08.484Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-07-22T17:29:08.534Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-07-22T17:29:08.655Z Compiling toml v0.8.23
25122026-07-22T17:29:09.173Z Compiling typify-macro v0.6.2
25132026-07-22T17:29:09.244Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25142026-07-22T17:29:09.268Z Compiling derive_more v2.1.1
25152026-07-22T17:29:09.272Z Compiling papergrid v0.11.0
25162026-07-22T17:29:09.314Z Compiling tabled_derive v0.7.0
25172026-07-22T17:29:09.381Z Compiling termtree v0.5.1
25182026-07-22T17:29:09.411Z Compiling hickory-resolver v0.24.4
25192026-07-22T17:29:09.583Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-07-22T17:29:09.782Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-07-22T17:29:10.240Z Compiling tabled v0.15.0
25222026-07-22T17:29:10.512Z Compiling crossterm v0.29.0
25232026-07-22T17:29:10.756Z Compiling typify v0.6.2
25242026-07-22T17:29:11.082Z Compiling progenitor-impl v0.14.0
25252026-07-22T17:29:11.312Z Compiling qorb v0.4.1
25262026-07-22T17:29:11.563Z Compiling phf_shared v0.12.1
25272026-07-22T17:29:11.827Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-07-22T17:29:12.409Z Compiling vte v0.14.1
25292026-07-22T17:29:12.668Z Compiling csv-core v0.1.13
25302026-07-22T17:29:13.106Z Compiling highway v1.3.0
25312026-07-22T17:29:13.283Z Compiling progenitor-macro v0.14.0
25322026-07-22T17:29:13.835Z Compiling chrono-tz v0.10.4
25332026-07-22T17:29:14.108Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-07-22T17:29:14.474Z Compiling csv v1.4.0
25352026-07-22T17:29:14.505Z Compiling strip-ansi-escapes v0.2.1
25362026-07-22T17:29:14.551Z Compiling phf v0.12.1
25372026-07-22T17:29:14.713Z Compiling const_format_proc_macros v0.2.34
25382026-07-22T17:29:14.760Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-07-22T17:29:14.999Z Compiling fd-lock v4.0.4
25402026-07-22T17:29:15.086Z Compiling peg-macros v0.8.5
25412026-07-22T17:29:15.176Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25422026-07-22T17:29:15.207Z Compiling nu-ansi-term v0.50.3
25432026-07-22T17:29:15.517Z Compiling const_format v0.2.35
25442026-07-22T17:29:15.775Z Compiling reedline v0.40.0
25452026-07-22T17:29:16.079Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-07-22T17:29:16.399Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-07-22T17:29:17.023Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25482026-07-22T17:29:17.358Z Compiling progenitor v0.14.0
25492026-07-22T17:29:17.404Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25502026-07-22T17:29:17.425Z Compiling peg v0.8.5
25512026-07-22T17:29:17.536Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25522026-07-22T17:29:17.559Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-07-22T17:29:17.562Z Compiling bcs v0.1.6
25542026-07-22T17:29:18.013Z Compiling nom v8.0.0
25552026-07-22T17:29:18.243Z Compiling semver v0.1.20
25562026-07-22T17:29:18.546Z Compiling rustc_version v0.1.7
25572026-07-22T17:29:18.788Z Compiling newtype_derive v0.1.6
25582026-07-22T17:29:19.067Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-07-22T17:29:19.324Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25602026-07-22T17:29:19.414Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25612026-07-22T17:29:19.821Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25622026-07-22T17:29:19.930Z Compiling unicode-linebreak v0.1.5
25632026-07-22T17:29:19.952Z Compiling smawk v0.3.2
25642026-07-22T17:29:20.075Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-07-22T17:29:20.160Z Compiling textwrap v0.16.2
25662026-07-22T17:29:20.245Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-07-22T17:29:20.315Z Compiling steno v0.4.1
25682026-07-22T17:29:20.359Z Compiling base64 v0.21.7
25692026-07-22T17:29:20.917Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25702026-07-22T17:29:20.958Z Compiling dropshot-api-manager-types v0.7.2
25712026-07-22T17:29:21.154Z Compiling sha1 v0.10.6
25722026-07-22T17:29:21.587Z Compiling tagptr v0.2.0
25732026-07-22T17:29:21.606Z Compiling utf-8 v0.7.6
25742026-07-22T17:29:21.771Z Compiling moka v0.12.13
25752026-07-22T17:29:21.827Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25762026-07-22T17:29:21.849Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-07-22T17:29:21.868Z Compiling tungstenite v0.21.0
25782026-07-22T17:29:22.032Z Compiling display-error-chain v0.2.2
25792026-07-22T17:29:22.215Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-07-22T17:29:22.281Z Compiling radium v0.7.0
25812026-07-22T17:29:22.388Z Compiling tap v1.0.1
25822026-07-22T17:29:22.538Z Compiling tokio-tungstenite v0.21.0
25832026-07-22T17:29:22.625Z Compiling maybe-uninit v2.0.0
25842026-07-22T17:29:22.931Z Compiling hickory-resolver v0.25.2
25852026-07-22T17:29:22.934Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25862026-07-22T17:29:23.267Z Compiling wyz v0.5.1
25872026-07-22T17:29:23.372Z Compiling vergen-lib v0.1.6
25882026-07-22T17:29:23.519Z Compiling zerocopy-derive v0.6.6
25892026-07-22T17:29:23.616Z Compiling diesel_derives v2.3.7
25902026-07-22T17:29:23.862Z Compiling funty v2.0.0
25912026-07-22T17:29:24.020Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25922026-07-22T17:29:24.322Z Compiling packed_struct v0.10.1
25932026-07-22T17:29:24.622Z Compiling crc-catalog v2.4.0
25942026-07-22T17:29:24.753Z Compiling crc v3.4.0
25952026-07-22T17:29:24.850Z Compiling zerocopy v0.6.6
25962026-07-22T17:29:24.987Z Compiling bitvec v1.0.1
25972026-07-22T17:29:25.236Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25982026-07-22T17:29:25.373Z Compiling dsl_auto_type v0.2.0
25992026-07-22T17:29:25.440Z Compiling scheduled-thread-pool v0.2.7
26002026-07-22T17:29:25.917Z Compiling packed_struct_codegen v0.10.1
26012026-07-22T17:29:26.054Z Compiling vergen-gitcl v1.0.8
26022026-07-22T17:29:26.169Z Compiling bitfield-macros v0.19.4
26032026-07-22T17:29:26.327Z Compiling diesel_table_macro_syntax v0.3.0
26042026-07-22T17:29:26.389Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26052026-07-22T17:29:26.581Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26062026-07-22T17:29:26.723Z Compiling proc-macro-error-attr2 v2.0.0
26072026-07-22T17:29:26.869Z Compiling dirs-sys-next v0.1.2
26082026-07-22T17:29:26.931Z Compiling indexmap v1.9.3
26092026-07-22T17:29:26.980Z Compiling crunchy v0.2.4
26102026-07-22T17:29:27.152Z Compiling nodrop v0.1.14
26112026-07-22T17:29:27.173Z Compiling maplit v1.0.2
26122026-07-22T17:29:27.195Z Compiling glob v0.3.3
26132026-07-22T17:29:27.305Z Compiling array-init v0.0.4
26142026-07-22T17:29:27.350Z Compiling proc-macro-error2 v2.0.1
26152026-07-22T17:29:27.396Z Compiling dirs-next v2.0.0
26162026-07-22T17:29:27.571Z Compiling clang-sys v1.8.1
26172026-07-22T17:29:27.667Z Compiling bitfield v0.19.4
26182026-07-22T17:29:27.930Z Compiling r2d2 v0.8.10
26192026-07-22T17:29:27.974Z Compiling smallvec v0.6.14
26202026-07-22T17:29:28.236Z Compiling num-derive v0.3.3
26212026-07-22T17:29:28.259Z Compiling tiny-keccak v2.0.2
26222026-07-22T17:29:28.355Z Compiling hashbrown v0.12.3
26232026-07-22T17:29:28.501Z Compiling downcast-rs v2.0.2
26242026-07-22T17:29:28.638Z Compiling serde-hex v0.1.0
26252026-07-22T17:29:28.969Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26262026-07-22T17:29:29.023Z Compiling tabled_derive v0.11.0
26272026-07-22T17:29:29.083Z Compiling term v0.7.0
26282026-07-22T17:29:29.156Z Compiling libscf-sys v1.1.0
26292026-07-22T17:29:29.206Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-07-22T17:29:29.277Z Compiling ron v0.8.1
26312026-07-22T17:29:29.327Z Compiling papergrid v0.17.0
26322026-07-22T17:29:29.417Z Compiling testing_table v0.3.0
26332026-07-22T17:29:29.451Z Compiling hashbrown v0.13.2
26342026-07-22T17:29:29.592Z Compiling bit-vec v0.6.3
26352026-07-22T17:29:29.838Z Compiling crc-any v2.5.0
26362026-07-22T17:29:29.862Z Compiling bit-set v0.5.3
26372026-07-22T17:29:30.052Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26382026-07-22T17:29:30.077Z Compiling object v0.30.4
26392026-07-22T17:29:30.098Z Compiling ascii-canvas v3.0.0
26402026-07-22T17:29:30.263Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26412026-07-22T17:29:30.351Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26422026-07-22T17:29:30.706Z Compiling tabled v0.20.0
26432026-07-22T17:29:31.072Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26442026-07-22T17:29:31.093Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26452026-07-22T17:29:31.609Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-07-22T17:29:31.668Z Compiling progenitor-impl v0.13.0
26472026-07-22T17:29:31.729Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26482026-07-22T17:29:31.881Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-22T17:29:31.967Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26502026-07-22T17:29:32.152Z Compiling itertools v0.10.5
26512026-07-22T17:29:32.237Z Compiling ena v0.14.4
26522026-07-22T17:29:32.423Z Compiling diesel v2.3.7
26532026-07-22T17:29:32.461Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26542026-07-22T17:29:32.497Z Compiling libloading v0.8.9
26552026-07-22T17:29:32.712Z Compiling diff v0.1.13
26562026-07-22T17:29:32.733Z Compiling regex-syntax v0.6.29
26572026-07-22T17:29:32.995Z Compiling unicase v2.9.0
26582026-07-22T17:29:33.281Z Compiling bindgen v0.71.1
26592026-07-22T17:29:33.302Z Compiling xshell-macros v0.2.7
26602026-07-22T17:29:33.397Z Compiling path-slash v0.1.5
26612026-07-22T17:29:33.586Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26622026-07-22T17:29:33.641Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-07-22T17:29:33.721Z Compiling xshell v0.2.7
26642026-07-22T17:29:33.876Z Compiling progenitor-macro v0.13.0
26652026-07-22T17:29:34.630Z Compiling lalrpop v0.19.12
26662026-07-22T17:29:35.035Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-07-22T17:29:35.826Z Compiling cexpr v0.6.0
26682026-07-22T17:29:36.493Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-07-22T17:29:36.737Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-07-22T17:29:37.212Z Compiling progenitor-client v0.13.0
26712026-07-22T17:29:37.757Z Compiling rustc-hash v2.1.1
26722026-07-22T17:29:37.936Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26732026-07-22T17:29:37.939Z Compiling progenitor v0.13.0
26742026-07-22T17:29:38.271Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26752026-07-22T17:29:38.725Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-07-22T17:29:39.178Z Compiling headers-core v0.3.0
26772026-07-22T17:29:39.199Z Compiling libxml v0.3.3
26782026-07-22T17:29:39.261Z Compiling crc8 v0.1.1
26792026-07-22T17:29:39.338Z Compiling headers v0.4.1
26802026-07-22T17:29:39.409Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-07-22T17:29:39.440Z Compiling strum_macros v0.24.3
26822026-07-22T17:29:39.518Z Compiling indoc v1.0.9
26832026-07-22T17:29:39.698Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26842026-07-22T17:29:39.736Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-07-22T17:29:39.982Z Compiling derive_builder v0.20.2
26862026-07-22T17:29:40.003Z Compiling oso-derive v0.27.3
26872026-07-22T17:29:40.151Z Compiling quick-xml v0.37.5
26882026-07-22T17:29:40.543Z Compiling impl-trait-for-tuples v0.2.3
26892026-07-22T17:29:40.585Z Compiling openssl-probe v0.1.6
26902026-07-22T17:29:40.729Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-07-22T17:29:40.892Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26922026-07-22T17:29:40.978Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-07-22T17:29:41.224Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-07-22T17:29:41.405Z Compiling bb8 v0.8.6
26952026-07-22T17:29:41.470Z Compiling trait-variant v0.1.2
26962026-07-22T17:29:41.787Z Compiling half v1.8.3
26972026-07-22T17:29:41.898Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-07-22T17:29:42.068Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-07-22T17:29:42.128Z Compiling polar-core v0.27.3
27002026-07-22T17:29:42.244Z Compiling serde_cbor v0.11.2
27012026-07-22T17:29:42.547Z Compiling samael v0.0.19
27022026-07-22T17:29:42.660Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27032026-07-22T17:29:42.888Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-07-22T17:29:43.131Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052026-07-22T17:29:43.190Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27062026-07-22T17:29:43.193Z Compiling nonempty v0.12.0
27072026-07-22T17:29:43.262Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27082026-07-22T17:29:43.447Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27092026-07-22T17:29:43.572Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27102026-07-22T17:29:43.592Z Compiling fxhash v0.2.1
27112026-07-22T17:29:43.618Z Compiling libz-sys v1.1.24
27122026-07-22T17:29:43.762Z Compiling salty v0.3.0
27132026-07-22T17:29:44.122Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-07-22T17:29:44.393Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27152026-07-22T17:29:44.947Z Compiling kstat-rs v0.2.4
27162026-07-22T17:29:45.367Z Compiling arc-swap v1.8.2
27172026-07-22T17:29:45.427Z Compiling fs-err v2.11.0
27182026-07-22T17:29:45.747Z Compiling slog-scope v4.4.1
27192026-07-22T17:29:45.861Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202026-07-22T17:29:45.900Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27212026-07-22T17:29:45.924Z Compiling mime_guess v2.0.5
27222026-07-22T17:29:46.387Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-07-22T17:29:46.473Z Compiling rfc6979 v0.4.0
27242026-07-22T17:29:46.663Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27252026-07-22T17:29:46.955Z Compiling nanorand v0.7.0
27262026-07-22T17:29:47.332Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-07-22T17:29:47.354Z Compiling parking_lot_core v0.8.6
27282026-07-22T17:29:47.555Z Compiling flume v0.11.1
27292026-07-22T17:29:47.685Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27302026-07-22T17:29:47.962Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-07-22T17:29:48.111Z Compiling ecdsa v0.16.9
27322026-07-22T17:29:48.782Z Compiling slog-stdlog v4.1.1
27332026-07-22T17:29:49.392Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-07-22T17:29:49.468Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-07-22T17:29:49.592Z Compiling primeorder v0.13.6
27362026-07-22T17:29:49.650Z Compiling git-stub v1.0.0
27372026-07-22T17:29:49.942Z Compiling diesel-dtrace v0.5.0
27382026-07-22T17:29:50.269Z Compiling async-bb8-diesel v0.2.1
27392026-07-22T17:29:50.441Z Compiling atty v0.2.14
27402026-07-22T17:29:50.590Z Compiling strsim v0.10.0
27412026-07-22T17:29:50.717Z Compiling http-range v0.1.5
27422026-07-22T17:29:50.741Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27432026-07-22T17:29:50.904Z Compiling parse-size v1.1.0
27442026-07-22T17:29:51.012Z Compiling instability v0.3.11
27452026-07-22T17:29:51.088Z Compiling oso v0.27.3
27462026-07-22T17:29:51.135Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27472026-07-22T17:29:51.343Z Compiling darling_core v0.13.4
27482026-07-22T17:29:53.020Z Compiling p384 v0.13.1
27492026-07-22T17:29:53.354Z Compiling git-stub-vcs v0.1.0
27502026-07-22T17:29:53.717Z Compiling slog-envlogger v2.2.0
27512026-07-22T17:29:55.175Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-07-22T17:29:55.639Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-07-22T17:29:55.722Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27542026-07-22T17:29:55.770Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27552026-07-22T17:29:56.955Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-07-22T17:29:57.326Z Compiling ignore v0.4.25
27572026-07-22T17:29:57.664Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-07-22T17:29:58.040Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27592026-07-22T17:29:58.093Z Compiling castaway v0.2.4
27602026-07-22T17:29:58.275Z Compiling vergen-git2 v9.1.0
27612026-07-22T17:29:58.527Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-22T17:29:58.780Z Compiling indoc v2.0.7
27632026-07-22T17:29:59.185Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-07-22T17:29:59.808Z Compiling compact_str v0.8.1
27652026-07-22T17:29:59.974Z Compiling globwalk v0.9.1
27662026-07-22T17:30:00.428Z Compiling parking_lot v0.11.2
27672026-07-22T17:30:00.646Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682026-07-22T17:30:00.963Z Compiling hyper-staticfile v0.10.1
27692026-07-22T17:30:00.984Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-07-22T17:30:01.302Z Compiling darling_macro v0.13.4
27712026-07-22T17:30:01.464Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27722026-07-22T17:30:01.669Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27732026-07-22T17:30:01.826Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-07-22T17:30:02.142Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27752026-07-22T17:30:02.164Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27762026-07-22T17:30:02.186Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27772026-07-22T17:30:02.263Z Compiling predicates-tree v1.0.13
27782026-07-22T17:30:02.595Z Compiling unicode-truncate v1.1.0
27792026-07-22T17:30:02.714Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27802026-07-22T17:30:02.810Z Compiling lru v0.12.5
27812026-07-22T17:30:02.963Z Compiling rand_seeder v0.4.0
27822026-07-22T17:30:03.041Z Compiling prefix-trie v0.7.0
27832026-07-22T17:30:03.223Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-07-22T17:30:03.401Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27852026-07-22T17:30:03.501Z Compiling corncobs v0.1.4
27862026-07-22T17:30:03.540Z Compiling cassowary v0.3.0
27872026-07-22T17:30:03.681Z Compiling illumos-nvpair-sys v0.2.0
27882026-07-22T17:30:03.735Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-07-22T17:30:03.776Z Compiling hickory-server v0.25.2
27902026-07-22T17:30:03.975Z Compiling ratatui v0.29.0
27912026-07-22T17:30:04.062Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27922026-07-22T17:30:04.107Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27932026-07-22T17:30:04.298Z Compiling camino-tempfile-ext v0.3.3
27942026-07-22T17:30:04.372Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-07-22T17:30:04.464Z Compiling darling v0.13.4
27962026-07-22T17:30:04.619Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27972026-07-22T17:30:04.917Z Compiling sled v0.34.7
27982026-07-22T17:30:05.336Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27992026-07-22T17:30:05.359Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-07-22T17:30:06.415Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28012026-07-22T17:30:07.333Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-07-22T17:30:07.629Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-07-22T17:30:07.869Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28042026-07-22T17:30:08.105Z Compiling secrecy v0.8.0
28052026-07-22T17:30:08.302Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-07-22T17:30:08.813Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-07-22T17:30:09.020Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-07-22T17:30:09.371Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28092026-07-22T17:30:09.529Z Compiling serde_with_macros v1.5.2
28102026-07-22T17:30:10.365Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-07-22T17:30:10.583Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-07-22T17:30:11.449Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-07-22T17:30:11.677Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28142026-07-22T17:30:11.918Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28152026-07-22T17:30:12.160Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28162026-07-22T17:30:12.319Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-07-22T17:30:12.397Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28182026-07-22T17:30:12.564Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-07-22T17:30:12.665Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28202026-07-22T17:30:12.832Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-07-22T17:30:12.866Z Compiling void v1.0.2
28222026-07-22T17:30:13.016Z Compiling lzss v0.8.2
28232026-07-22T17:30:13.252Z Compiling git2 v0.20.4
28242026-07-22T17:30:13.443Z Compiling illumos-nvpair v0.3.0
28252026-07-22T17:30:13.766Z Compiling serde_with v1.14.0
28262026-07-22T17:30:13.943Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28272026-07-22T17:30:14.384Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28282026-07-22T17:30:14.939Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28292026-07-22T17:30:14.965Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28302026-07-22T17:30:16.057Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28312026-07-22T17:30:16.312Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28322026-07-22T17:30:16.758Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28332026-07-22T17:30:16.976Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-07-22T17:30:17.703Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-07-22T17:30:17.964Z Compiling tungstenite v0.23.0
28362026-07-22T17:30:18.025Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28372026-07-22T17:30:18.558Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28382026-07-22T17:30:19.818Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-07-22T17:30:20.066Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28402026-07-22T17:30:20.090Z Compiling nix v0.27.1
28412026-07-22T17:30:20.318Z Compiling twox-hash v2.1.2
28422026-07-22T17:30:20.339Z Compiling libsw-core v0.3.2
28432026-07-22T17:30:20.563Z Compiling serde_bytes v0.11.19
28442026-07-22T17:30:20.670Z Compiling libsw v3.5.0
28452026-07-22T17:30:20.831Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28462026-07-22T17:30:20.933Z Compiling tokio-tungstenite v0.23.1
28472026-07-22T17:30:20.955Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28482026-07-22T17:30:21.292Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28492026-07-22T17:30:21.324Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-07-22T17:30:21.481Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28512026-07-22T17:30:21.554Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-07-22T17:30:22.930Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-07-22T17:30:23.574Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-07-22T17:30:25.092Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-07-22T17:30:25.510Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28562026-07-22T17:30:25.733Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28572026-07-22T17:30:25.766Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28582026-07-22T17:30:25.989Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-07-22T17:30:26.488Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28602026-07-22T17:30:26.560Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28612026-07-22T17:30:26.804Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-07-22T17:30:27.181Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-07-22T17:30:27.718Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-07-22T17:30:28.242Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-07-22T17:30:29.876Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28662026-07-22T17:30:30.202Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-07-22T17:30:31.498Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28682026-07-22T17:30:31.692Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28692026-07-22T17:30:31.924Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-07-22T17:30:32.161Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-07-22T17:30:33.000Z Compiling signal-hook-tokio v0.3.1
28722026-07-22T17:30:33.112Z Compiling fatfs v0.3.6
28732026-07-22T17:30:33.206Z Compiling yasna v0.5.2
28742026-07-22T17:30:33.307Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-07-22T17:30:33.932Z Compiling assert_matches v1.5.0
28762026-07-22T17:30:34.040Z Compiling is_ci v1.2.0
28772026-07-22T17:30:34.324Z Compiling seq-macro v0.3.6
28782026-07-22T17:30:34.449Z Compiling supports-color v3.0.2
28792026-07-22T17:30:34.745Z Compiling rcgen v0.12.1
28802026-07-22T17:30:34.775Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-07-22T17:30:35.039Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-07-22T17:30:35.217Z Compiling oxide-update-engine-display v0.1.2
28832026-07-22T17:30:36.263Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-07-22T17:30:37.061Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28852026-07-22T17:30:37.142Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28862026-07-22T17:30:37.315Z Compiling port-file v0.1.0
28872026-07-22T17:30:37.395Z Compiling subprocess v0.2.15
28882026-07-22T17:30:37.665Z Compiling rtoolbox v0.0.3
28892026-07-22T17:30:38.010Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902026-07-22T17:30:39.314Z Compiling rpassword v7.5.4
28912026-07-22T17:30:39.410Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-07-22T17:30:39.969Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-07-22T17:30:40.045Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28942026-07-22T17:30:40.186Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28952026-07-22T17:30:40.614Z Compiling tui-tree-widget v0.23.1
28962026-07-22T17:30:40.916Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-07-22T17:30:42.681Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-07-22T17:30:43.399Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28992026-07-22T17:30:43.686Z Compiling uzers v0.12.2
29002026-07-22T17:30:43.762Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-07-22T17:30:44.155Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-07-22T17:30:45.204Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-07-22T17:30:46.359Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-07-22T17:30:47.150Z Compiling support-bundle-viewer v0.1.2
29052026-07-22T17:30:49.050Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29062026-07-22T17:30:49.166Z Compiling multimap v0.10.1
29072026-07-22T17:31:01.412Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-07-22T17:31:06.516Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29092026-07-22T17:31:10.962Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29102026-07-22T17:31:12.237Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29112026-07-22T17:31:14.526Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29122026-07-22T17:37:34.361Z Finished `release` profile [optimized] target(s) in 8m 31s
29132026-07-22T17:38:21.487Z
29142026-07-22T17:38:21.487Zreal 9:20.040212586
29152026-07-22T17:38:21.487Zuser 1:19:01.468228364
29162026-07-22T17:38:21.490Zsys 3:30.152244592
29172026-07-22T17:38:21.490Ztrap 1.787205265
29182026-07-22T17:38:21.490Ztflt 2.263864581
29192026-07-22T17:38:21.490Zdflt 16.078437503
29202026-07-22T17:38:21.490Zkflt 0.015516874
29212026-07-22T17:38:21.490Zlock 6:44:47.334436966
29222026-07-22T17:38:21.490Zslp 2:12:11.426141863
29232026-07-22T17:38:21.490Zlat 2:23.367196362
29242026-07-22T17:38:21.490Zstop 5:06.493994071
29252026-07-22T17:38:21.490Z+ mapfile -t packages
29262026-07-22T17:38:21.490Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29272026-07-22T17:38:22.381Z Finished `release` profile [optimized] target(s) in 0.88s
29282026-07-22T17:38:22.450Z Running `target/release/omicron-package -t test list-outputs`
29292026-07-22T17:38:22.517ZLogging to: /work/oxidecomputer/omicron/out/LOG
29302026-07-22T17:38:22.521Z+ ptime -m cargo build --locked --release -p xtask
29312026-07-22T17:38:22.990Z Compiling libc v0.2.185
29322026-07-22T17:38:22.990Z Compiling serde_core v1.0.228
29332026-07-22T17:38:22.990Z Compiling serde v1.0.228
29342026-07-22T17:38:22.993Z Compiling rustix v1.1.3
29352026-07-22T17:38:22.993Z Compiling bitflags v2.11.0
29362026-07-22T17:38:23.101Z Compiling serde_json v1.0.150
29372026-07-22T17:38:23.149Z Compiling usdt-impl v0.5.0
29382026-07-22T17:38:23.153Z Compiling syn v2.0.117
29392026-07-22T17:38:23.172Z Compiling syn v1.0.109
29402026-07-22T17:38:23.185Z Compiling log v0.4.29
29412026-07-22T17:38:23.197Z Compiling getrandom v0.4.1
29422026-07-22T17:38:23.209Z Compiling indexmap v2.14.0
29432026-07-22T17:38:23.223Z Compiling fs-err v3.3.0
29442026-07-22T17:38:23.411Z Compiling heck v0.4.1
29452026-07-22T17:38:23.455Z Compiling anyhow v1.0.102
29462026-07-22T17:38:23.537Z Compiling once_cell v1.21.3
29472026-07-22T17:38:23.879Z Compiling thread-id v4.2.2
29482026-07-22T17:38:23.899Z Compiling errno v0.3.14
29492026-07-22T17:38:23.902Z Compiling memmap v0.7.0
29502026-07-22T17:38:24.635Z Compiling proc-macro-error v1.0.4
29512026-07-22T17:38:24.870Z Compiling terminal_size v0.4.3
29522026-07-22T17:38:24.870Z Compiling tempfile v3.25.0
29532026-07-22T17:38:24.893Z Compiling tabled_derive v0.7.0
29542026-07-22T17:38:24.974Z Compiling clap_builder v4.6.0
29552026-07-22T17:38:24.974Z Compiling textwrap v0.16.2
29562026-07-22T17:38:25.253Z Compiling camino v1.2.2
29572026-07-22T17:38:25.257Z Compiling semver v1.0.28
29582026-07-22T17:38:25.264Z Compiling cargo-platform v0.3.2
29592026-07-22T17:38:25.297Z Compiling pest_generator v2.8.6
29602026-07-22T17:38:25.571Z Compiling camino-tempfile v1.4.1
29612026-07-22T17:38:25.590Z Compiling tabled v0.15.0
29622026-07-22T17:38:25.887Z Compiling serde_derive v1.0.228
29632026-07-22T17:38:25.887Z Compiling thiserror-impl v1.0.69
29642026-07-22T17:38:25.890Z Compiling zerocopy-derive v0.7.35
29652026-07-22T17:38:25.890Z Compiling pest_derive v2.8.6
29662026-07-22T17:38:25.890Z Compiling scroll_derive v0.12.1
29672026-07-22T17:38:25.890Z Compiling thiserror-impl v2.0.18
29682026-07-22T17:38:25.890Z Compiling clap_derive v4.6.1
29692026-07-22T17:38:26.592Z Compiling scroll v0.12.0
29702026-07-22T17:38:26.754Z Compiling zerocopy v0.7.35
29712026-07-22T17:38:26.915Z Compiling goblin v0.8.2
29722026-07-22T17:38:27.003Z Compiling thiserror v1.0.69
29732026-07-22T17:38:27.123Z Compiling dtrace-parser v0.2.0
29742026-07-22T17:38:27.322Z Compiling thiserror v2.0.18
29752026-07-22T17:38:27.577Z Compiling clap v4.6.1
29762026-07-22T17:38:29.041Z Compiling dof v0.3.0
29772026-07-22T17:38:29.053Z Compiling toml_datetime v0.6.11
29782026-07-22T17:38:29.079Z Compiling serde_spanned v0.6.9
29792026-07-22T17:38:29.114Z Compiling serde_tokenstream v0.2.3
29802026-07-22T17:38:29.148Z Compiling cargo_metadata v0.23.1
29812026-07-22T17:38:29.250Z Compiling toml_edit v0.22.27
29822026-07-22T17:38:29.318Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29832026-07-22T17:38:29.330Z Compiling macaddr v1.0.1
29842026-07-22T17:38:29.781Z Compiling usdt-attr-macro v0.5.0
29852026-07-22T17:38:29.781Z Compiling usdt-macro v0.5.0
29862026-07-22T17:38:30.394Z Compiling usdt v0.5.0
29872026-07-22T17:38:30.743Z Compiling toml v0.8.23
29882026-07-22T17:38:31.178Z Compiling cargo_toml v0.21.0
29892026-07-22T17:38:35.636Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29902026-07-22T17:38:38.826Z Finished `release` profile [optimized] target(s) in 16.29s
29912026-07-22T17:38:38.964Z
29922026-07-22T17:38:38.967Zreal 16.407996542
29932026-07-22T17:38:38.967Zuser 2:04.332574672
29942026-07-22T17:38:38.967Zsys 14.189721822
29952026-07-22T17:38:38.967Ztrap 0.065746468
29962026-07-22T17:38:38.967Ztflt 0.450657704
29972026-07-22T17:38:38.967Zdflt 1.545465714
29982026-07-22T17:38:38.967Zkflt 0.000323840
29992026-07-22T17:38:38.967Zlock 4:31.056877732
30002026-07-22T17:38:38.967Zslp 2:42.913256671
30012026-07-22T17:38:38.967Zlat 4.676475779
30022026-07-22T17:38:38.967Zstop 16.321591727
30032026-07-22T17:38:38.967Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30042026-07-22T17:38:38.967Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30052026-07-22T17:38:38.968Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30062026-07-22T17:38:38.968Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30072026-07-22T17:38:38.968Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30082026-07-22T17:38:39.864Z Compiling progenitor-client v0.14.0
30092026-07-22T17:38:39.864Z Compiling newtype-uuid-macros v0.1.0
30102026-07-22T17:38:39.864Z Compiling match_cfg v0.1.0
30112026-07-22T17:38:39.868Z Compiling slog-json v2.6.1
30122026-07-22T17:38:40.012Z Compiling structmeta-derive v0.3.0
30132026-07-22T17:38:40.028Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30142026-07-22T17:38:40.058Z Compiling sha1 v0.11.0
30152026-07-22T17:38:40.062Z Compiling multer v3.1.0
30162026-07-22T17:38:40.062Z Compiling debug-ignore v1.0.5
30172026-07-22T17:38:40.062Z Compiling compression-core v0.4.31
30182026-07-22T17:38:40.062Z Compiling itertools v0.14.0
30192026-07-22T17:38:40.062Z Compiling async-stream-impl v0.3.6
30202026-07-22T17:38:40.062Z Compiling serde_spanned v1.1.1
30212026-07-22T17:38:40.062Z Compiling toml_datetime v1.1.1+spec-1.1.0
30222026-07-22T17:38:40.077Z Compiling dropshot v0.17.1
30232026-07-22T17:38:40.080Z Compiling hostname v0.3.1
30242026-07-22T17:38:40.145Z Compiling toml_writer v1.1.1+spec-1.1.0
30252026-07-22T17:38:40.280Z Compiling slog-bunyan v2.5.0
30262026-07-22T17:38:40.296Z Compiling waitgroup v0.1.2
30272026-07-22T17:38:40.346Z Compiling rustls-pemfile v2.2.0
30282026-07-22T17:38:40.369Z Compiling compression-codecs v0.4.37
30292026-07-22T17:38:40.409Z Compiling dropshot_endpoint v0.17.1
30302026-07-22T17:38:40.425Z Compiling hostname v0.4.2
30312026-07-22T17:38:40.453Z Compiling toml v1.1.2+spec-1.1.0
30322026-07-22T17:38:40.472Z Compiling serde_path_to_error v0.1.20
30332026-07-22T17:38:40.487Z Compiling atomicwrites v0.4.4
30342026-07-22T17:38:40.491Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30352026-07-22T17:38:40.524Z Compiling macaddr v1.0.1
30362026-07-22T17:38:40.577Z Compiling async-compression v0.4.41
30372026-07-22T17:38:40.593Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30382026-07-22T17:38:40.609Z Compiling instant v0.1.13
30392026-07-22T17:38:40.659Z Compiling regress v0.10.5
30402026-07-22T17:38:40.709Z Compiling backon v1.6.0
30412026-07-22T17:38:40.712Z Compiling backoff v0.4.0
30422026-07-22T17:38:40.743Z Compiling humantime v2.3.0
30432026-07-22T17:38:40.765Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-07-22T17:38:40.784Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-07-22T17:38:40.784Z Compiling half v2.7.1
30462026-07-22T17:38:40.817Z Compiling async-stream v0.3.6
30472026-07-22T17:38:40.842Z Compiling crucible-workspace-hack v0.1.0
30482026-07-22T17:38:40.912Z Compiling progenitor-extras v0.2.0
30492026-07-22T17:38:40.935Z Compiling ciborium-io v0.2.2
30502026-07-22T17:38:40.957Z Compiling regress v0.11.1
30512026-07-22T17:38:41.016Z Compiling convert_case v0.4.0
30522026-07-22T17:38:41.041Z Compiling secrecy v0.10.3
30532026-07-22T17:38:41.059Z Compiling ciborium-ll v0.2.2
30542026-07-22T17:38:41.062Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-07-22T17:38:41.110Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30562026-07-22T17:38:41.149Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30572026-07-22T17:38:41.164Z Compiling structmeta v0.3.0
30582026-07-22T17:38:41.194Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30592026-07-22T17:38:41.220Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30602026-07-22T17:38:41.238Z Compiling ciborium v0.2.2
30612026-07-22T17:38:41.241Z Compiling inout v0.1.4
30622026-07-22T17:38:41.272Z Compiling unsafe-libyaml v0.2.11
30632026-07-22T17:38:41.296Z Compiling thiserror-impl-no-std v2.0.2
30642026-07-22T17:38:41.407Z Compiling derive-ex v0.1.8
30652026-07-22T17:38:41.426Z Compiling parse-display-derive v0.10.0
30662026-07-22T17:38:41.446Z Compiling derive_more v0.99.20
30672026-07-22T17:38:41.464Z Compiling cipher v0.4.4
30682026-07-22T17:38:41.481Z Compiling universal-hash v0.5.1
30692026-07-22T17:38:41.499Z Compiling opaque-debug v0.3.1
30702026-07-22T17:38:41.502Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-07-22T17:38:41.534Z Compiling blake2 v0.10.6
30722026-07-22T17:38:41.590Z Compiling aead v0.5.2
30732026-07-22T17:38:41.635Z Compiling poly1305 v0.8.0
30742026-07-22T17:38:41.737Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30752026-07-22T17:38:41.776Z Compiling chacha20 v0.9.1
30762026-07-22T17:38:41.821Z Compiling serde_yaml v0.9.34+deprecated
30772026-07-22T17:38:41.843Z Compiling password-hash v0.5.0
30782026-07-22T17:38:41.910Z Compiling toml_datetime v0.7.5+spec-1.1.0
30792026-07-22T17:38:42.051Z Compiling indent_write v2.2.0
30802026-07-22T17:38:42.063Z Compiling chacha20poly1305 v0.10.1
30812026-07-22T17:38:42.128Z Compiling toml_edit v0.23.10+spec-1.0.0
30822026-07-22T17:38:42.196Z Compiling argon2 v0.5.3
30832026-07-22T17:38:42.214Z Compiling darling_core v0.21.3
30842026-07-22T17:38:42.252Z Compiling heapless v0.8.0
30852026-07-22T17:38:42.271Z Compiling tabwriter v1.4.1
30862026-07-22T17:38:42.407Z Compiling hash32 v0.3.1
30872026-07-22T17:38:42.536Z Compiling typify-impl v0.6.2
30882026-07-22T17:38:42.552Z Compiling thiserror-no-std v2.0.2
30892026-07-22T17:38:42.591Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30902026-07-22T17:38:42.664Z Compiling vsss-rs v3.3.4
30912026-07-22T17:38:42.809Z Compiling proc-macro-crate v3.4.0
30922026-07-22T17:38:42.884Z Compiling smoltcp v0.11.0
30932026-07-22T17:38:43.192Z Compiling test-strategy v0.4.5
30942026-07-22T17:38:43.209Z Compiling parse-display v0.10.0
30952026-07-22T17:38:43.263Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30962026-07-22T17:38:43.334Z Compiling cobs v0.3.0
30972026-07-22T17:38:43.402Z Compiling num_enum_derive v0.7.6
30982026-07-22T17:38:43.428Z Compiling colored v3.1.1
30992026-07-22T17:38:43.526Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31002026-07-22T17:38:43.565Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31012026-07-22T17:38:43.581Z Compiling postcard v1.1.3
31022026-07-22T17:38:43.653Z Compiling proc-macro-error v1.0.4
31032026-07-22T17:38:43.832Z Compiling proc-macro-crate v1.3.1
31042026-07-22T17:38:43.848Z Compiling rand v0.10.1
31052026-07-22T17:38:43.886Z Compiling foreign-types-macros v0.2.3
31062026-07-22T17:38:43.967Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31072026-07-22T17:38:43.991Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31082026-07-22T17:38:44.007Z Compiling rayon-core v1.13.0
31092026-07-22T17:38:44.132Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31102026-07-22T17:38:44.235Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31112026-07-22T17:38:44.253Z Compiling foreign-types-shared v0.3.1
31122026-07-22T17:38:44.308Z Compiling num_enum_derive v0.5.11
31132026-07-22T17:38:44.342Z Compiling crossbeam-deque v0.8.6
31142026-07-22T17:38:44.388Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-07-22T17:38:44.393Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31162026-07-22T17:38:44.483Z Compiling cstr-argument v0.1.2
31172026-07-22T17:38:44.502Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31182026-07-22T17:38:44.553Z Compiling foreign-types v0.5.0
31192026-07-22T17:38:44.571Z Compiling num_enum v0.7.6
31202026-07-22T17:38:44.662Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31212026-07-22T17:38:44.680Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31222026-07-22T17:38:44.724Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-07-22T17:38:44.770Z Compiling zone_cfg_derive v0.3.1
31242026-07-22T17:38:44.802Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31252026-07-22T17:38:44.821Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31262026-07-22T17:38:44.850Z Compiling darling_macro v0.21.3
31272026-07-22T17:38:44.899Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31282026-07-22T17:38:44.918Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31292026-07-22T17:38:44.945Z Compiling itertools v0.12.1
31302026-07-22T17:38:44.966Z Compiling num-derive v0.4.2
31312026-07-22T17:38:44.983Z Compiling rayon v1.11.0
31322026-07-22T17:38:45.081Z Compiling sigpipe v0.1.3
31332026-07-22T17:38:45.149Z Compiling cpubits v0.1.1
31342026-07-22T17:38:45.196Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31352026-07-22T17:38:45.252Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31362026-07-22T17:38:45.283Z Compiling glob v0.3.3
31372026-07-22T17:38:45.315Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31382026-07-22T17:38:45.394Z Compiling smf v0.2.3
31392026-07-22T17:38:45.416Z Compiling num_enum v0.5.11
31402026-07-22T17:38:45.433Z Compiling darling v0.21.3
31412026-07-22T17:38:45.472Z Compiling whoami v1.6.1
31422026-07-22T17:38:45.490Z Compiling usdt-attr-macro v0.5.0
31432026-07-22T17:38:45.545Z Compiling ingot-macros v0.1.1
31442026-07-22T17:38:45.562Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31452026-07-22T17:38:45.587Z Compiling usdt-macro v0.5.0
31462026-07-22T17:38:45.610Z Compiling gethostname v0.5.0
31472026-07-22T17:38:45.703Z Compiling num-rational v0.4.2
31482026-07-22T17:38:45.800Z Compiling pem-rfc7468 v1.0.0
31492026-07-22T17:38:45.906Z Compiling num-complex v0.4.6
31502026-07-22T17:38:45.955Z Compiling derive-where v1.6.0
31512026-07-22T17:38:45.973Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31522026-07-22T17:38:46.049Z Compiling memmap v0.7.0
31532026-07-22T17:38:46.135Z Compiling zone v0.3.1
31542026-07-22T17:38:46.214Z Compiling float-ord v0.3.2
31552026-07-22T17:38:46.271Z Compiling num v0.4.3
31562026-07-22T17:38:46.322Z Compiling toml v0.8.23
31572026-07-22T17:38:46.340Z Compiling hmac v0.13.0
31582026-07-22T17:38:46.363Z Compiling universal-hash v0.6.1
31592026-07-22T17:38:46.380Z Compiling resolv-conf v0.7.6
31602026-07-22T17:38:46.384Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31612026-07-22T17:38:46.384Z Compiling cancel-safe-futures v0.1.5
31622026-07-22T17:38:46.428Z Compiling usdt v0.5.0
31632026-07-22T17:38:46.518Z Compiling polyval v0.7.1
31642026-07-22T17:38:46.550Z Compiling der v0.8.0
31652026-07-22T17:38:46.568Z Compiling prettyplease v0.2.37
31662026-07-22T17:38:46.652Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-07-22T17:38:46.725Z Compiling ghash v0.6.0
31682026-07-22T17:38:46.754Z Compiling pbkdf2 v0.13.0
31692026-07-22T17:38:46.795Z Compiling aes v0.9.1
31702026-07-22T17:38:46.813Z Compiling console v0.15.11
31712026-07-22T17:38:46.843Z Compiling hickory-proto v0.24.4
31722026-07-22T17:38:46.867Z Compiling newline-converter v0.3.0
31732026-07-22T17:38:46.895Z Compiling ctr v0.10.1
31742026-07-22T17:38:46.911Z Compiling aead v0.6.1
31752026-07-22T17:38:46.981Z Compiling sha2 v0.11.0
31762026-07-22T17:38:47.016Z Compiling linked-hash-map v0.5.6
31772026-07-22T17:38:47.032Z Compiling linear-map v1.2.0
31782026-07-22T17:38:47.094Z Compiling libefi-sys v0.1.0
31792026-07-22T17:38:47.113Z Compiling typify-macro v0.6.2
31802026-07-22T17:38:47.222Z Compiling aes-gcm v0.11.0
31812026-07-22T17:38:47.268Z Compiling lru-cache v0.1.2
31822026-07-22T17:38:47.271Z Compiling expectorate v1.2.0
31832026-07-22T17:38:47.347Z Compiling oxide-update-engine-types v0.1.2
31842026-07-22T17:38:47.370Z Compiling crypto-bigint v0.7.5
31852026-07-22T17:38:47.426Z Compiling cbc v0.2.1
31862026-07-22T17:38:47.443Z Compiling salsa20 v0.11.0
31872026-07-22T17:38:47.464Z Compiling spki v0.8.0
31882026-07-22T17:38:47.481Z Compiling bitfield-struct v0.6.2
31892026-07-22T17:38:47.614Z Compiling nom v8.0.0
31902026-07-22T17:38:47.642Z Compiling semver v0.1.20
31912026-07-22T17:38:47.876Z Compiling rustc_version v0.1.7
31922026-07-22T17:38:47.894Z Compiling scrypt v0.12.0
31932026-07-22T17:38:47.916Z Compiling tokio-dtrace v0.1.1
31942026-07-22T17:38:47.987Z Compiling dropshot-api-manager-types v0.7.2
31952026-07-22T17:38:48.004Z Compiling slog-dtrace v0.3.0
31962026-07-22T17:38:48.143Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-07-22T17:38:48.224Z Compiling minimal-lexical v0.2.1
31982026-07-22T17:38:48.242Z Compiling newtype_derive v0.1.6
31992026-07-22T17:38:48.261Z Compiling oxide-tokio-rt v0.1.4
32002026-07-22T17:38:48.297Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-07-22T17:38:48.328Z Compiling pkcs5 v0.8.1
32022026-07-22T17:38:48.347Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-07-22T17:38:48.409Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-07-22T17:38:48.458Z Compiling ingot-types v0.1.2
32052026-07-22T17:38:48.501Z Compiling oxide-update-engine v0.1.2
32062026-07-22T17:38:48.518Z Compiling nom v7.1.3
32072026-07-22T17:38:48.588Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-07-22T17:38:48.618Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-07-22T17:38:48.621Z Compiling phf_shared v0.12.1
32102026-07-22T17:38:48.671Z Compiling csv-core v0.1.13
32112026-07-22T17:38:48.846Z Compiling ingot v0.1.1
32122026-07-22T17:38:48.894Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32132026-07-22T17:38:48.916Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32142026-07-22T17:38:48.944Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32152026-07-22T17:38:48.965Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32162026-07-22T17:38:48.988Z Compiling typify v0.6.2
32172026-07-22T17:38:49.014Z Compiling highway v1.3.0
32182026-07-22T17:38:49.044Z Compiling hickory-resolver v0.24.4
32192026-07-22T17:38:49.063Z Compiling xshell-macros v0.2.7
32202026-07-22T17:38:49.124Z Compiling progenitor-impl v0.14.0
32212026-07-22T17:38:49.224Z Compiling chrono-tz v0.10.4
32222026-07-22T17:38:49.442Z Compiling unicode-xid v0.2.6
32232026-07-22T17:38:49.509Z Compiling csv v1.4.0
32242026-07-22T17:38:49.532Z Compiling xshell v0.2.7
32252026-07-22T17:38:49.604Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32262026-07-22T17:38:49.897Z Compiling const_format_proc_macros v0.2.34
32272026-07-22T17:38:49.950Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32282026-07-22T17:38:50.095Z Compiling qorb v0.4.1
32292026-07-22T17:38:50.112Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32302026-07-22T17:38:50.131Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32312026-07-22T17:38:50.158Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32322026-07-22T17:38:50.374Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32332026-07-22T17:38:50.545Z Compiling phf v0.12.1
32342026-07-22T17:38:50.636Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32352026-07-22T17:38:50.670Z Compiling pkcs8 v0.11.0
32362026-07-22T17:38:50.736Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32372026-07-22T17:38:50.829Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-07-22T17:38:50.833Z Compiling owo-colors v4.3.0
32392026-07-22T17:38:50.873Z Compiling const_format v0.2.35
32402026-07-22T17:38:51.048Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32412026-07-22T17:38:51.086Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32422026-07-22T17:38:51.304Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32432026-07-22T17:38:51.323Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32442026-07-22T17:38:51.351Z Compiling tabled_derive v0.7.0
32452026-07-22T17:38:51.458Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32462026-07-22T17:38:51.844Z Compiling progenitor-macro v0.14.0
32472026-07-22T17:38:51.865Z Compiling bcs v0.1.6
32482026-07-22T17:38:52.150Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32492026-07-22T17:38:52.169Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32502026-07-22T17:38:52.208Z Compiling ff v0.14.0
32512026-07-22T17:38:52.337Z Compiling termtree v0.5.1
32522026-07-22T17:38:52.397Z Compiling salty v0.3.0
32532026-07-22T17:38:52.407Z Compiling tagptr v0.2.0
32542026-07-22T17:38:52.419Z Compiling textwrap v0.16.2
32552026-07-22T17:38:52.441Z Compiling tabled v0.15.0
32562026-07-22T17:38:52.514Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32572026-07-22T17:38:52.529Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-07-22T17:38:52.552Z Compiling moka v0.12.13
32592026-07-22T17:38:52.712Z Compiling steno v0.4.1
32602026-07-22T17:38:52.730Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-07-22T17:38:52.768Z Compiling sha1 v0.10.6
32622026-07-22T17:38:52.825Z Compiling signature v3.0.0
32632026-07-22T17:38:52.906Z Compiling radium v0.7.0
32642026-07-22T17:38:52.963Z Compiling base64 v0.21.7
32652026-07-22T17:38:53.033Z Compiling base16ct v1.0.0
32662026-07-22T17:38:53.254Z Compiling sec1 v0.8.1
32672026-07-22T17:38:53.271Z Compiling group v0.14.0
32682026-07-22T17:38:53.320Z Compiling hickory-resolver v0.25.2
32692026-07-22T17:38:53.392Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32702026-07-22T17:38:53.436Z Compiling hkdf v0.13.0
32712026-07-22T17:38:53.497Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32722026-07-22T17:38:53.514Z Compiling rfc6979 v0.4.0
32732026-07-22T17:38:53.576Z Compiling maybe-uninit v2.0.0
32742026-07-22T17:38:53.607Z Compiling tap v1.0.1
32752026-07-22T17:38:53.637Z Compiling ecdsa v0.16.9
32762026-07-22T17:38:53.675Z Compiling elliptic-curve v0.14.0-rc.33
32772026-07-22T17:38:53.766Z Compiling wyz v0.5.1
32782026-07-22T17:38:53.984Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-07-22T17:38:54.101Z Compiling primeorder v0.13.6
32802026-07-22T17:38:54.231Z Compiling proc-macro-error-attr2 v2.0.0
32812026-07-22T17:38:54.355Z Compiling packed_struct v0.10.1
32822026-07-22T17:38:54.408Z Compiling utf-8 v0.7.6
32832026-07-22T17:38:54.412Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32842026-07-22T17:38:54.445Z Compiling funty v2.0.0
32852026-07-22T17:38:54.640Z Compiling parking_lot_core v0.8.6
32862026-07-22T17:38:54.715Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32872026-07-22T17:38:54.748Z Compiling proc-macro-error2 v2.0.1
32882026-07-22T17:38:54.768Z Compiling tungstenite v0.21.0
32892026-07-22T17:38:54.851Z Compiling bitvec v1.0.1
32902026-07-22T17:38:54.880Z Compiling p384 v0.13.1
32912026-07-22T17:38:55.070Z Compiling rfc6979 v0.5.0
32922026-07-22T17:38:55.096Z Compiling git-stub v1.0.0
32932026-07-22T17:38:55.110Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32942026-07-22T17:38:55.261Z Compiling num-derive v0.3.3
32952026-07-22T17:38:55.282Z Compiling packed_struct_codegen v0.10.1
32962026-07-22T17:38:55.335Z Compiling bitfield-macros v0.19.4
32972026-07-22T17:38:55.352Z Compiling zerocopy-derive v0.6.6
32982026-07-22T17:38:55.385Z Compiling indexmap v1.9.3
32992026-07-22T17:38:55.485Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33002026-07-22T17:38:55.504Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33012026-07-22T17:38:55.645Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33022026-07-22T17:38:55.658Z Compiling nodrop v0.1.14
33032026-07-22T17:38:55.782Z Compiling crc-catalog v2.4.0
33042026-07-22T17:38:55.800Z Compiling array-init v0.0.4
33052026-07-22T17:38:55.888Z Compiling crc v3.4.0
33062026-07-22T17:38:55.962Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33072026-07-22T17:38:55.983Z Compiling tokio-tungstenite v0.21.0
33082026-07-22T17:38:56.042Z Compiling git-stub-vcs v0.1.0
33092026-07-22T17:38:56.123Z Compiling bitfield v0.19.4
33102026-07-22T17:38:56.141Z Compiling ecdsa v0.17.0-rc.18
33112026-07-22T17:38:56.178Z Compiling tabled_derive v0.11.0
33122026-07-22T17:38:56.226Z Compiling libscf-sys v1.1.0
33132026-07-22T17:38:56.296Z Compiling zerocopy v0.6.6
33142026-07-22T17:38:56.328Z Compiling smallvec v0.6.14
33152026-07-22T17:38:56.409Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-07-22T17:38:56.434Z Compiling primeorder v0.14.0-rc.10
33172026-07-22T17:38:56.469Z Compiling primefield v0.14.0
33182026-07-22T17:38:56.571Z Compiling progenitor-impl v0.13.0
33192026-07-22T17:38:56.612Z Compiling papergrid v0.17.0
33202026-07-22T17:38:56.630Z Compiling testing_table v0.3.0
33212026-07-22T17:38:56.678Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33222026-07-22T17:38:56.678Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-22T17:38:56.729Z Compiling curve25519-dalek v5.0.0-rc.0
33242026-07-22T17:38:56.754Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33252026-07-22T17:38:56.803Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-07-22T17:38:56.822Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-07-22T17:38:56.876Z Compiling unicase v2.9.0
33282026-07-22T17:38:56.928Z Compiling progenitor v0.14.0
33292026-07-22T17:38:56.972Z Compiling illumos-nvpair-sys v0.2.0
33302026-07-22T17:38:57.017Z Compiling hashbrown v0.12.3
33312026-07-22T17:38:57.070Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33322026-07-22T17:38:57.102Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33332026-07-22T17:38:57.119Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33342026-07-22T17:38:57.142Z Compiling corncobs v0.1.4
33352026-07-22T17:38:57.235Z Compiling mime_guess v2.0.5
33362026-07-22T17:38:57.328Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-07-22T17:38:57.347Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33382026-07-22T17:38:57.389Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-07-22T17:38:57.426Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33402026-07-22T17:38:57.452Z Compiling parking_lot v0.11.2
33412026-07-22T17:38:57.524Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33422026-07-22T17:38:57.628Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33432026-07-22T17:38:57.651Z Compiling tabled v0.20.0
33442026-07-22T17:38:57.755Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33452026-07-22T17:38:57.789Z Compiling serde-hex v0.1.0
33462026-07-22T17:38:57.884Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33472026-07-22T17:38:57.929Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33482026-07-22T17:38:58.174Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33492026-07-22T17:38:58.317Z Compiling ron v0.8.1
33502026-07-22T17:38:58.336Z Compiling ssh-encoding v0.3.0-rc.9
33512026-07-22T17:38:58.366Z Compiling hashbrown v0.13.2
33522026-07-22T17:38:58.383Z Compiling progenitor-client v0.13.0
33532026-07-22T17:38:58.470Z Compiling prefix-trie v0.7.0
33542026-07-22T17:38:58.711Z Compiling fxhash v0.2.1
33552026-07-22T17:38:58.735Z Compiling secrecy v0.8.0
33562026-07-22T17:38:58.906Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33572026-07-22T17:38:58.909Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33582026-07-22T17:38:58.940Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33592026-07-22T17:38:59.094Z Compiling crc-any v2.5.0
33602026-07-22T17:38:59.207Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33612026-07-22T17:38:59.250Z Compiling progenitor-macro v0.13.0
33622026-07-22T17:38:59.538Z Compiling hickory-server v0.25.2
33632026-07-22T17:38:59.622Z Compiling sled v0.34.7
33642026-07-22T17:38:59.816Z Compiling object v0.30.4
33652026-07-22T17:38:59.929Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33662026-07-22T17:38:59.953Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33672026-07-22T17:39:00.309Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33682026-07-22T17:39:00.480Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33692026-07-22T17:39:00.509Z Compiling ed25519 v3.0.0
33702026-07-22T17:39:00.543Z Compiling crypto-primes v0.7.2
33712026-07-22T17:39:01.115Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33722026-07-22T17:39:01.135Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33732026-07-22T17:39:01.311Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33742026-07-22T17:39:01.469Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33752026-07-22T17:39:01.525Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33762026-07-22T17:39:01.614Z Compiling pkcs1 v0.8.0-rc.4
33772026-07-22T17:39:01.645Z Compiling poly1305 v0.9.0
33782026-07-22T17:39:01.874Z Compiling blowfish v0.10.0
33792026-07-22T17:39:01.991Z Compiling blake2 v0.11.0-rc.6
33802026-07-22T17:39:02.032Z Compiling keccak v0.2.0
33812026-07-22T17:39:02.160Z Compiling http-range v0.1.5
33822026-07-22T17:39:02.248Z Compiling fiat-crypto v0.3.0
33832026-07-22T17:39:02.269Z Compiling path-slash v0.1.5
33842026-07-22T17:39:02.382Z Compiling crc8 v0.1.1
33852026-07-22T17:39:02.423Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33862026-07-22T17:39:02.442Z Compiling half v1.8.3
33872026-07-22T17:39:02.442Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33882026-07-22T17:39:02.474Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33892026-07-22T17:39:02.526Z Compiling argon2 v0.6.0-rc.8
33902026-07-22T17:39:02.616Z Compiling sha3 v0.11.0
33912026-07-22T17:39:02.757Z Compiling serde_cbor v0.11.2
33922026-07-22T17:39:02.813Z Compiling bcrypt-pbkdf v0.11.0
33932026-07-22T17:39:02.967Z Compiling ssh-cipher v0.3.0-rc.9
33942026-07-22T17:39:03.135Z Compiling rsa v0.10.0-rc.18
33952026-07-22T17:39:03.169Z Compiling ed25519-dalek v3.0.0-rc.0
33962026-07-22T17:39:03.201Z Compiling illumos-nvpair v0.3.0
33972026-07-22T17:39:03.388Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33982026-07-22T17:39:03.429Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33992026-07-22T17:39:03.482Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34002026-07-22T17:39:03.666Z Compiling p521 v0.14.0-rc.10
34012026-07-22T17:39:03.687Z Compiling p256 v0.14.0-rc.10
34022026-07-22T17:39:03.725Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34032026-07-22T17:39:03.860Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34042026-07-22T17:39:03.878Z Compiling yasna v0.5.2
34052026-07-22T17:39:03.918Z Compiling kstat-rs v0.2.4
34062026-07-22T17:39:03.934Z Compiling headers-core v0.3.0
34072026-07-22T17:39:04.085Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34082026-07-22T17:39:04.248Z Compiling kem v0.3.0
34092026-07-22T17:39:04.299Z Compiling module-lattice v0.2.3
34102026-07-22T17:39:04.338Z Compiling progenitor v0.13.0
34112026-07-22T17:39:04.372Z Compiling nanorand v0.7.0
34122026-07-22T17:39:04.399Z Compiling atty v0.2.14
34132026-07-22T17:39:04.422Z Compiling rcgen v0.12.1
34142026-07-22T17:39:04.517Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34152026-07-22T17:39:04.535Z Compiling ml-kem v0.3.2
34162026-07-22T17:39:04.581Z Compiling flume v0.11.1
34172026-07-22T17:39:04.599Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34182026-07-22T17:39:04.621Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34192026-07-22T17:39:04.683Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34202026-07-22T17:39:04.924Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34212026-07-22T17:39:04.941Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34222026-07-22T17:39:05.090Z Compiling headers v0.4.1
34232026-07-22T17:39:05.325Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34242026-07-22T17:39:05.485Z Compiling hyper-staticfile v0.10.1
34252026-07-22T17:39:05.530Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-07-22T17:39:05.662Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34272026-07-22T17:39:05.679Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34282026-07-22T17:39:05.874Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34292026-07-22T17:39:05.946Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34302026-07-22T17:39:05.985Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34312026-07-22T17:39:06.029Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34322026-07-22T17:39:06.437Z Compiling russh-cryptovec v0.61.0
34332026-07-22T17:39:06.599Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34342026-07-22T17:39:06.688Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34352026-07-22T17:39:06.706Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34362026-07-22T17:39:06.738Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34372026-07-22T17:39:06.806Z Compiling internal-russh-num-bigint v0.5.0
34382026-07-22T17:39:06.955Z Compiling port-file v0.1.0
34392026-07-22T17:39:07.092Z Compiling num-bigint v0.4.6
34402026-07-22T17:39:07.139Z Compiling generic-array v1.4.3
34412026-07-22T17:39:07.227Z Compiling russh-util v0.52.0
34422026-07-22T17:39:07.255Z Compiling enum_dispatch v0.3.13
34432026-07-22T17:39:07.415Z Compiling delegate v0.13.5
34442026-07-22T17:39:07.476Z Compiling p384 v0.14.0-rc.10
34452026-07-22T17:39:07.506Z Compiling subprocess v0.2.15
34462026-07-22T17:39:07.663Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-07-22T17:39:07.916Z Compiling hex-literal v1.1.0
34482026-07-22T17:39:07.942Z Compiling display-error-chain v0.2.2
34492026-07-22T17:39:08.027Z Compiling md5 v0.8.0
34502026-07-22T17:39:08.086Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-07-22T17:39:08.120Z Compiling colored v2.2.0
34522026-07-22T17:39:08.141Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-07-22T17:39:08.182Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-07-22T17:39:08.318Z Compiling socket2 v0.5.10
34552026-07-22T17:39:08.334Z Compiling internet-checksum v0.2.1
34562026-07-22T17:39:08.832Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34572026-07-22T17:39:09.547Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34582026-07-22T17:39:09.633Z Compiling ssh-key v0.7.0-rc.10
34592026-07-22T17:39:10.032Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34602026-07-22T17:39:10.872Z Compiling russh v0.61.2
34612026-07-22T17:39:11.468Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34622026-07-22T17:39:12.285Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34632026-07-22T17:39:20.732Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34642026-07-22T17:39:20.732Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34652026-07-22T17:39:20.736Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34662026-07-22T17:39:20.736Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-07-22T17:39:22.435Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34682026-07-22T17:39:22.555Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34692026-07-22T17:39:26.437Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-07-22T17:40:05.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34712026-07-22T17:40:05.679Z
34722026-07-22T17:40:05.680Zreal 1:26.650874519
34732026-07-22T17:40:05.680Zuser 8:41.353551662
34742026-07-22T17:40:05.680Zsys 1:44.086226792
34752026-07-22T17:40:05.683Ztrap 0.265473759
34762026-07-22T17:40:05.683Ztflt 0.398676540
34772026-07-22T17:40:05.683Zdflt 1.507726159
34782026-07-22T17:40:05.683Zkflt 0.000191440
34792026-07-22T17:40:05.683Zlock 30:55.423426042
34802026-07-22T17:40:05.683Zslp 19:58.567041578
34812026-07-22T17:40:05.683Zlat 42.550688212
34822026-07-22T17:40:05.683Zstop 3:03.815224758
34832026-07-22T17:40:05.683Z+ mkdir tests
34842026-07-22T17:40:05.687Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-07-22T17:40:05.687Z+ xargs -I '{}' -t cp '{}' tests/
34862026-07-22T17:40:05.707Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/
34872026-07-22T17:40:05.735Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/
34882026-07-22T17:40:05.766Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/
34892026-07-22T17:40:05.796Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/
34902026-07-22T17:40:06.120Z+ 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)
34912026-07-22T17:40:06.124Z+ 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-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 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
34922026-07-22T17:41:25.957ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-07-22T17:41:25.957Za .github/buildomat/ci-env.sh 1K
34942026-07-22T17:41:25.957Za out/target/test 1K
34952026-07-22T17:41:25.957Za out/npuzone/npuzone 27402K
34962026-07-22T17:41:25.957Za package-manifest.toml 35K
34972026-07-22T17:41:25.957Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-07-22T17:41:25.957Za target/release/omicron-package 40717K
34992026-07-22T17:41:25.957Za target/release/xtask 10468K
35002026-07-22T17:41:25.957Za target/debug/bootstrap 349641K
35012026-07-22T17:41:25.957Za tests/bootstrap-ea78505dc2dc167f 31974K
35022026-07-22T17:41:25.957Za tests/commtest-33515beb2d6ed64a 32169K
35032026-07-22T17:41:25.957Za tests/dhcp_server-e4c9c7ae0bb0dfef 31974K
35042026-07-22T17:41:25.958Za tests/end_to_end_tests-fe05326eebb245d2 399517K
35052026-07-22T17:41:25.958Za tools/opte_version 1K
35062026-07-22T17:41:25.958Za tools/opte_version_override 2K
35072026-07-22T17:41:25.958Za out/clickhouse.tar.gz 310727K
35082026-07-22T17:41:25.958Za out/clickhouse_keeper.tar.gz 297195K
35092026-07-22T17:41:25.958Za out/clickhouse_server.tar.gz 310724K
35102026-07-22T17:41:25.958Za out/cockroachdb.tar.gz 161731K
35112026-07-22T17:41:25.958Za out/crucible-pantry-zone.tar.gz 39108K
35122026-07-22T17:41:25.958Za out/crucible-utils.tar 18900K
35132026-07-22T17:41:25.958Za out/crucible-zone.tar.gz 53803K
35142026-07-22T17:41:25.958Za out/external-dns.tar.gz 46159K
35152026-07-22T17:41:25.958Za out/internal-dns.tar.gz 46159K
35162026-07-22T17:41:25.958Za out/mg-ddm-gz.tar 102717K
35172026-07-22T17:41:25.958Za out/nexus.tar.gz 273586K
35182026-07-22T17:41:25.958Za out/ntp.tar.gz 29908K
35192026-07-22T17:41:25.958Za out/omicron-gateway-softnpu.tar.gz 27710K
35202026-07-22T17:41:25.958Za out/omicron-sled-agent.tar 191433K
35212026-07-22T17:41:25.958Za out/overlay.tar.gz 4K
35222026-07-22T17:41:25.958Za out/oximeter.tar.gz 59915K
35232026-07-22T17:41:25.958Za out/oxlog.tar 3808K
35242026-07-22T17:41:25.958Za out/probe.tar.gz 3037K
35252026-07-22T17:41:25.958Za out/propolis-server.tar.gz 34372K
35262026-07-22T17:41:25.958Za out/pumpkind-gz.tar 26647K
35272026-07-22T17:41:25.958Za out/switch-softnpu.tar.gz 450201K
35282026-07-22T17:41:25.962Z
35292026-07-22T17:41:25.962Zreal 1:19.833577370
35302026-07-22T17:41:25.962Zuser 1:17.211522480
35312026-07-22T17:41:25.962Zsys 4.365627992
35322026-07-22T17:41:25.962Ztrap 0.005970206
35332026-07-22T17:41:25.962Ztflt 0.000000000
35342026-07-22T17:41:25.962Zdflt 0.000000000
35352026-07-22T17:41:25.963Zkflt 0.000000000
35362026-07-22T17:41:25.963Zlock 0.000000000
35372026-07-22T17:41:25.963Zslp 1:17.075281655
35382026-07-22T17:41:25.963Zlat 1.004307805
35392026-07-22T17:41:25.963Zstop 0.000485730
35402026-07-22T17:41:25.963Zprocess exited: duration 956275 ms, exit code 0
 
35412026-07-22T17:41:25.977Zfound 1 output files
35422026-07-22T17:41:25.977Zuploading: /work/package.tar.gz (2483691529 bytes)
35432026-07-22T17:41:57.123Zuploaded: /work/package.tar.gz