01KYRD0QAMX88HWN5WNAEVERN9: 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: 01KYRD1BJ7DS8HFQNQMKYJQXWF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-30T02:19:03.395Zjob assigned to worker 01KYRD1J41JR7K68SJ6Z4HBRAE [factory aws, i-0058a6723e93eb322] (queued for 49 s)
 
22026-07-30T02:19:10.064Zstarting task 0: "setup"
32026-07-30T02:19:10.068Z++ uname -s
42026-07-30T02:19:10.071Z+ kern=SunOS
52026-07-30T02:19:10.071Z+ build_user=build
62026-07-30T02:19:10.071Z+ build_uid=12345
72026-07-30T02:19:10.071Z+ work_dir=/work
82026-07-30T02:19:10.071Z+ input_dir=/input
92026-07-30T02:19:10.072Z+ [[ 0 == 12345 ]]
102026-07-30T02:19:10.072Z+ case "$kern" in
112026-07-30T02:19:10.072Z+ groupadd -g 12345 build
122026-07-30T02:19:10.074Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-30T02:19:12.080Z+ zfs create -o mountpoint=/work rpool/work
142026-07-30T02:19:12.241Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-30T02:19:12.244Z+ home_fs=zfs
162026-07-30T02:19:12.244Z+ [[ zfs == autofs ]]
172026-07-30T02:19:12.244Z+ mkdir -p /home/build
182026-07-30T02:19:12.244Z+ chown build:build /home/build /work
192026-07-30T02:19:14.247Z+ chmod 0700 /home/build /work
202026-07-30T02:19:14.250Zprocess exited: duration 4187 ms, exit code 0
 
212026-07-30T02:19:14.259Zstarting task 1: "rust-toolchain"
222026-07-30T02:19:14.262Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-30T02:19:14.262Z * rust toolchain channel = "1.97.1"
242026-07-30T02:19:14.262Z * rust toolchain profile = "default"
252026-07-30T02:19:14.262Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-30T02:19:14.262Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-30T02:19:14.262Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-30T02:19:14.265Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-30T02:19:14.265Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-30T02:19:14.365Zinfo: downloading installer
312026-07-30T02:19:15.748Zwarn: It looks like you have an existing rustup settings file at:
322026-07-30T02:19:15.748Zwarn: /home/build/.rustup/settings.toml
332026-07-30T02:19:15.749Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-30T02:19:15.749Zwarn: instead of the one inferred from the default host triple.
352026-07-30T02:19:15.760Zinfo: profile set to default
362026-07-30T02:19:15.761Zinfo: default host triple is x86_64-unknown-illumos
372026-07-30T02:19:15.764Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-30T02:19:15.916Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-30T02:19:15.919Zinfo: downloading 6 components
402026-07-30T02:19:31.031Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-30T02:19:31.031Z
422026-07-30T02:19:31.058Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-30T02:19:31.058Z
442026-07-30T02:19:31.058Z
452026-07-30T02:19:31.059ZRust is installed now. Great!
462026-07-30T02:19:31.059Z
472026-07-30T02:19:31.059ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-30T02:19:31.059Zenvironment variable. This has not been done automatically.
492026-07-30T02:19:31.059Z
502026-07-30T02:19:31.059ZTo configure your current shell, you need to source
512026-07-30T02:19:31.059Zthe corresponding env file under $HOME/.cargo.
522026-07-30T02:19:31.059Z
532026-07-30T02:19:31.059ZThis is usually done by running one of the following (note the leading DOT):
542026-07-30T02:19:31.059Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-30T02:19:31.059Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-30T02:19:31.059Zsource "~/.cargo/env.nu" # For nushell
572026-07-30T02:19:31.059Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-30T02:19:31.059Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-30T02:19:31.059Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-30T02:19:31.062Zwarn: no default linker (`cc`) was found in your PATH
612026-07-30T02:19:31.062Zwarn: many Rust crates require a system C toolchain to build
622026-07-30T02:19:31.162Z+ rustup --version
632026-07-30T02:19:31.168Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-30T02:19:31.171Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-30T02:19:31.189Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-30T02:19:31.192Z+ cargo --version
672026-07-30T02:19:31.202Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-30T02:19:31.205Z+ rustc --version
692026-07-30T02:19:31.224Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-30T02:19:31.227Zprocess exited: duration 16969 ms, exit code 0
 
712026-07-30T02:19:31.235Zstarting task 2: "authentication"
722026-07-30T02:19:31.253Zprocess exited: duration 17 ms, exit code 0
 
732026-07-30T02:19:31.259Zstarting task 3: "clone repository"
742026-07-30T02:19:31.264Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-30T02:19:31.268Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-30T02:19:31.298ZCloning into '/work/oxidecomputer/omicron'...
772026-07-30T02:19:40.973Z+ cd /work/oxidecomputer/omicron
782026-07-30T02:19:40.973Z+ git fetch origin 87cac93c27c7a30ba742afd34c22b542e50d0953
792026-07-30T02:19:41.244ZFrom https://github.com/oxidecomputer/omicron
802026-07-30T02:19:41.244Z * branch 87cac93c27c7a30ba742afd34c22b542e50d0953 -> FETCH_HEAD
812026-07-30T02:19:41.260Z+ [[ -n ixi/propolis-vwc ]]
822026-07-30T02:19:41.262Z++ git branch --show-current
832026-07-30T02:19:41.262Z+ current=main
842026-07-30T02:19:41.262Z+ [[ main != ixi/propolis-vwc ]]
852026-07-30T02:19:41.262Z+ git branch -f ixi/propolis-vwc 87cac93c27c7a30ba742afd34c22b542e50d0953
862026-07-30T02:19:41.265Z+ git checkout -f ixi/propolis-vwc
872026-07-30T02:19:41.506ZSwitched to branch 'ixi/propolis-vwc'
882026-07-30T02:19:41.509Z+ git reset --hard 87cac93c27c7a30ba742afd34c22b542e50d0953
892026-07-30T02:19:41.743ZHEAD is now at 87cac93c2 Merge remote-tracking branch 'github/main' into ixi/propolis-vwc
902026-07-30T02:19:41.746Zprocess exited: duration 10486 ms, exit code 0
 
912026-07-30T02:19:41.752Zstarting task 4: "build"
922026-07-30T02:19:41.757Z+ source .github/buildomat/ci-env.sh
932026-07-30T02:19:41.757Z++ export CARGO_TERM_COLOR=always
942026-07-30T02:19:41.757Z++ CARGO_TERM_COLOR=always
952026-07-30T02:19:41.760Z+++ uname -s
962026-07-30T02:19:41.760Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-30T02:19:41.760Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-30T02:19:41.763Z+ cargo --version
992026-07-30T02:19:41.771Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-30T02:19:41.774Z+ rustc --version
1012026-07-30T02:19:41.795Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-30T02:19:41.798Z+ WORK=/work
1032026-07-30T02:19:41.798Z+ pfexec mkdir -p /work
1042026-07-30T02:19:41.801Z+ pfexec chown build /work
1052026-07-30T02:19:41.804Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-30T02:19:43.597Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-30T02:19:43.834Z Startup: Caching catalogs ... Done
1082026-07-30T02:19:45.014ZPlanning: Solver setup ... Done (1.099s)
1092026-07-30T02:19:45.057ZPlanning: Running solver ... Done (0.043s)
1102026-07-30T02:19:45.087ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-30T02:19:45.099ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-30T02:19:45.120ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-30T02:19:45.135ZPlanning: Package planning ... Done (0.014s)
1142026-07-30T02:19:45.138ZPlanning: Merging actions ... Done (0.002s)
1152026-07-30T02:19:45.349ZPlanning: Checking for conflicting actions ... Done (0.213s)
1162026-07-30T02:19:45.353ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-30T02:19:46.206ZPlanning: Evaluating mediators ... Done (0.856s)
1182026-07-30T02:19:46.209ZPlanning: Planning completed in 2.35 seconds
1192026-07-30T02:19:46.217Z Packages to install: 2
1202026-07-30T02:19:46.217Z Estimated space available: 156.02 GB
1212026-07-30T02:19:46.217ZEstimated space to be consumed: 55.06 MB
1222026-07-30T02:19:46.217Z Create boot environment: No
1232026-07-30T02:19:46.220ZCreate backup boot environment: No
1242026-07-30T02:19:46.220Z Rebuild boot archive: No
1252026-07-30T02:19:46.220Z
1262026-07-30T02:19:46.220ZChanged packages:
1272026-07-30T02:19:46.220Zhelios
1282026-07-30T02:19:46.220Z developer/build-essential
1292026-07-30T02:19:46.220Z None -> 11-3.0
1302026-07-30T02:19:46.220Z library/libxmlsec1
1312026-07-30T02:19:46.220Z None -> 1.2.35-3.0
1322026-07-30T02:19:46.243Z
1332026-07-30T02:19:46.244ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-30T02:19:46.321ZDownload: Completed 1.28 MB in 0.08 seconds (16.4M/s)
1352026-07-30T02:19:46.415Z Actions: 1/268 actions (Installing new actions)
1362026-07-30T02:19:46.454Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-30T02:19:46.479ZFinalize: Updating package state database ... Done (0.024s)
1382026-07-30T02:19:46.479ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-30T02:19:46.536ZFinalize: Updating image state ... Done (0.057s)
1402026-07-30T02:19:49.139ZFinalize: Creating fast lookup database ... Done (2.562s)
1412026-07-30T02:19:49.213ZFinalize: Reading search index ... Done (0.012s)
1422026-07-30T02:19:49.216ZFinalize: Updating search index ... Done (0.000s)
1432026-07-30T02:19:49.302ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-30T02:19:49.643ZPlanning: Evaluating mediator changes ... Done
1452026-07-30T02:19:49.748ZPlanning: Checking for conflicting actions ... Done
1462026-07-30T02:19:49.751ZPlanning: Consolidating action changes ... Done
1472026-07-30T02:19:49.907ZPlanning: Evaluating mediators ... Done
1482026-07-30T02:19:49.913ZPlanning: Planning completed in 0.27 seconds
1492026-07-30T02:19:49.932Z Mediators to change: 2
1502026-07-30T02:19:49.932Z Create boot environment: No
1512026-07-30T02:19:49.932ZCreate backup boot environment: No
1522026-07-30T02:19:49.985ZFinalize: Updating package state database ... Done
1532026-07-30T02:19:49.985ZFinalize: Updating package cache ... Done
1542026-07-30T02:19:50.018ZFinalize: Updating image state ... Done
1552026-07-30T02:19:51.963ZFinalize: Creating fast lookup database ... Done
1562026-07-30T02:19:52.030ZFinalize: Reading search index ... Done
1572026-07-30T02:19:52.034ZFinalize: Updating search index ... Done
1582026-07-30T02:19:52.099ZFinalize: Updating package cache ... Done
1592026-07-30T02:19:52.390ZPlanning: Evaluating mediator changes ... Done
1602026-07-30T02:19:52.494ZPlanning: Checking for conflicting actions ... Done
1612026-07-30T02:19:52.497ZPlanning: Consolidating action changes ... Done
1622026-07-30T02:19:52.652ZPlanning: Evaluating mediators ... Done
1632026-07-30T02:19:52.655ZPlanning: Planning completed in 0.26 seconds
1642026-07-30T02:19:52.676Z Mediators to change: 1
1652026-07-30T02:19:52.676Z Create boot environment: No
1662026-07-30T02:19:52.676ZCreate backup boot environment: No
1672026-07-30T02:19:52.730ZFinalize: Updating package state database ... Done
1682026-07-30T02:19:52.730ZFinalize: Updating package cache ... Done
1692026-07-30T02:19:52.763ZFinalize: Updating image state ... Done
1702026-07-30T02:19:54.721ZFinalize: Creating fast lookup database ... Done
1712026-07-30T02:19:54.787ZFinalize: Reading search index ... Done
1722026-07-30T02:19:54.790ZFinalize: Updating search index ... Done
1732026-07-30T02:19:54.884ZFinalize: Updating package cache ... Done
1742026-07-30T02:19:55.193ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-30T02:19:55.193Zapache system 2.4 system
1762026-07-30T02:19:55.193Zclang system 15 system
1772026-07-30T02:19:55.193Zcsh system system illumos
1782026-07-30T02:19:55.194Zctags system system illumos
1792026-07-30T02:19:55.194Zfile vendor vendor darwinsys
1802026-07-30T02:19:55.194Zfile system system illumos
1812026-07-30T02:19:55.194Zgcc vendor 14 vendor
1822026-07-30T02:19:55.194Zgcc system 13 system
1832026-07-30T02:19:55.194Zgcc system 10 system
1842026-07-30T02:19:55.194Zgo system 1.25 system
1852026-07-30T02:19:55.194Zllvm system 15 system
1862026-07-30T02:19:55.194Zmariadb system 11.4 system
1872026-07-30T02:19:55.194Zmta vendor vendor dma
1882026-07-30T02:19:55.194Zopenjdk system 17 system
1892026-07-30T02:19:55.194Zopenjdk system 11 system
1902026-07-30T02:19:55.194Zopenssl vendor 3 vendor
1912026-07-30T02:19:55.194Zperl system 5.40 system
1922026-07-30T02:19:55.194Zpostgresql system 18 system
1932026-07-30T02:19:55.194Zpostgresql system 17 system
1942026-07-30T02:19:55.194Zpython vendor 3 vendor
1952026-07-30T02:19:55.194Zpython system 2 system
1962026-07-30T02:19:55.194Zpython3 vendor 3.13 vendor
1972026-07-30T02:19:55.194Zruby system 3.4 system
1982026-07-30T02:19:55.194Zruby system 3.0 system
1992026-07-30T02:19:55.194Zwords vendor vendor american-english
2002026-07-30T02:19:55.194Zwords system system australian-english
2012026-07-30T02:19:55.194Zwords system system british-english
2022026-07-30T02:19:55.194Zwords system system canadian-english
2032026-07-30T02:19:55.194Zwords system system french
2042026-07-30T02:19:55.194Zwords system system italian
2052026-07-30T02:19:55.194Zwords system system ngerman
2062026-07-30T02:19:55.194Zwords system system ogerman
2072026-07-30T02:19:55.194Zwords system system spanish
2082026-07-30T02:19:55.457ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-30T02:19:55.457Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-30T02:19:55.850ZFMRI IFO
2112026-07-30T02:19:55.850Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-30T02:19:55.850Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-30T02:19:55.850Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-30T02:19:55.850Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-30T02:19:55.850Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-30T02:19:55.850Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-30T02:19:55.850Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-30T02:19:55.850Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-30T02:19:55.850Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-30T02:19:56.152Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-30T02:19:56.469Z Updating crates.io index
2222026-07-30T02:19:56.473Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-30T02:19:56.717Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-30T02:19:56.987Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-30T02:19:58.053Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-30T02:19:58.775Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-30T02:20:00.326Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-30T02:20:01.146Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-30T02:20:01.414Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-30T02:20:01.725Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-30T02:20:02.860Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-30T02:20:03.099Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-30T02:20:03.394Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-30T02:20:03.755Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-30T02:20:04.203Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-30T02:20:04.652Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-30T02:20:04.903Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-30T02:20:05.125Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-30T02:20:05.432Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-30T02:20:05.736Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-30T02:20:06.143Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-30T02:20:06.370Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-30T02:20:06.620Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-30T02:20:07.007Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-30T02:20:07.334Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-30T02:20:07.551Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-30T02:20:07.958Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-30T02:20:08.191Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-30T02:20:08.640Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-30T02:20:09.119Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-30T02:20:09.362Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-30T02:20:09.628Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-30T02:20:09.992Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-30T02:20:10.374Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-30T02:20:10.777Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-30T02:20:11.087Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-30T02:20:11.316Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-30T02:20:11.599Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-30T02:20:12.094Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-30T02:20:12.344Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-30T02:20:12.595Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-30T02:20:12.903Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-30T02:20:15.464Z Downloading crates ...
2642026-07-30T02:20:15.515Z Downloaded clap_derive v4.6.1
2652026-07-30T02:20:15.536Z Downloaded anstyle-parse v1.0.0
2662026-07-30T02:20:15.539Z Downloaded digest v0.10.7
2672026-07-30T02:20:15.545Z Downloaded cpufeatures v0.2.17
2682026-07-30T02:20:15.549Z Downloaded pest_meta v2.8.6
2692026-07-30T02:20:15.549Z Downloaded itoa v1.0.17
2702026-07-30T02:20:15.549Z Downloaded colorchoice v1.0.4
2712026-07-30T02:20:15.549Z Downloaded autocfg v1.5.0
2722026-07-30T02:20:15.552Z Downloaded dtrace-parser v0.2.0
2732026-07-30T02:20:15.552Z Downloaded heck v0.5.0
2742026-07-30T02:20:15.552Z Downloaded block-buffer v0.10.4
2752026-07-30T02:20:15.552Z Downloaded anstyle-query v1.1.5
2762026-07-30T02:20:15.556Z Downloaded generic-array v0.14.7
2772026-07-30T02:20:15.556Z Downloaded papergrid v0.11.0
2782026-07-30T02:20:15.559Z Downloaded zerocopy v0.7.35
2792026-07-30T02:20:15.565Z Downloaded zmij v1.0.21
2802026-07-30T02:20:15.568Z Downloaded anyhow v1.0.102
2812026-07-30T02:20:15.568Z Downloaded clap v4.6.1
2822026-07-30T02:20:15.572Z Downloaded anstream v1.0.0
2832026-07-30T02:20:15.575Z Downloaded thiserror v2.0.18
2842026-07-30T02:20:15.578Z Downloaded cargo_toml v0.21.0
2852026-07-30T02:20:15.578Z Downloaded pest_generator v2.8.6
2862026-07-30T02:20:15.578Z Downloaded camino-tempfile v1.4.1
2872026-07-30T02:20:15.578Z Downloaded thiserror-impl v1.0.69
2882026-07-30T02:20:15.579Z Downloaded anstyle v1.0.14
2892026-07-30T02:20:15.587Z Downloaded serde_core v1.0.228
2902026-07-30T02:20:15.590Z Downloaded pest v2.8.6
2912026-07-30T02:20:15.590Z Downloaded usdt-macro v0.5.0
2922026-07-30T02:20:15.593Z Downloaded camino v1.2.2
2932026-07-30T02:20:15.593Z Downloaded memmap v0.7.0
2942026-07-30T02:20:15.596Z Downloaded proc-macro-error-attr v1.0.4
2952026-07-30T02:20:15.596Z Downloaded cfg-if v1.0.4
2962026-07-30T02:20:15.596Z Downloaded swrite v0.1.0
2972026-07-30T02:20:15.602Z Downloaded equivalent v1.0.2
2982026-07-30T02:20:15.605Z Downloaded version_check v0.9.5
2992026-07-30T02:20:15.609Z Downloaded macaddr v1.0.1
3002026-07-30T02:20:15.613Z Downloaded cargo-platform v0.3.2
3012026-07-30T02:20:15.618Z Downloaded fastrand v2.3.0
3022026-07-30T02:20:15.621Z Downloaded fnv v1.0.7
3032026-07-30T02:20:15.621Z Downloaded heck v0.4.1
3042026-07-30T02:20:15.625Z Downloaded usdt v0.5.0
3052026-07-30T02:20:15.632Z Downloaded thread-id v4.2.2
3062026-07-30T02:20:15.632Z Downloaded strsim v0.11.1
3072026-07-30T02:20:15.635Z Downloaded clap_lex v1.0.0
3082026-07-30T02:20:15.636Z Downloaded plain v0.2.3
3092026-07-30T02:20:15.636Z Downloaded serde_spanned v0.6.9
3102026-07-30T02:20:15.639Z Downloaded smawk v0.3.2
3112026-07-30T02:20:15.639Z Downloaded thiserror v1.0.69
3122026-07-30T02:20:15.644Z Downloaded is_terminal_polyfill v1.70.2
3132026-07-30T02:20:15.647Z Downloaded terminal_size v0.4.3
3142026-07-30T02:20:15.653Z Downloaded pretty-hex v0.4.1
3152026-07-30T02:20:15.661Z Downloaded scroll_derive v0.12.1
3162026-07-30T02:20:15.670Z Downloaded dof v0.3.0
3172026-07-30T02:20:15.670Z Downloaded proc-macro-error v1.0.4
3182026-07-30T02:20:15.670Z Downloaded serde_tokenstream v0.2.3
3192026-07-30T02:20:15.670Z Downloaded utf8parse v0.2.2
3202026-07-30T02:20:15.678Z Downloaded thiserror-impl v2.0.18
3212026-07-30T02:20:15.678Z Downloaded toml_datetime v0.6.11
3222026-07-30T02:20:15.684Z Downloaded errno v0.3.14
3232026-07-30T02:20:15.684Z Downloaded toml v0.8.23
3242026-07-30T02:20:15.684Z Downloaded toml_write v0.1.2
3252026-07-30T02:20:15.684Z Downloaded crypto-common v0.1.7
3262026-07-30T02:20:15.687Z Downloaded tabled_derive v0.7.0
3272026-07-30T02:20:15.687Z Downloaded unicode-linebreak v0.1.5
3282026-07-30T02:20:15.691Z Downloaded usdt-attr-macro v0.5.0
3292026-07-30T02:20:15.691Z Downloaded usdt-impl v0.5.0
3302026-07-30T02:20:15.691Z Downloaded sha2 v0.10.9
3312026-07-30T02:20:15.695Z Downloaded quote v1.0.45
3322026-07-30T02:20:15.695Z Downloaded byteorder v1.5.0
3332026-07-30T02:20:15.703Z Downloaded once_cell v1.21.3
3342026-07-30T02:20:15.706Z Downloaded bytecount v0.6.9
3352026-07-30T02:20:15.706Z Downloaded scroll v0.12.0
3362026-07-30T02:20:15.706Z Downloaded semver v1.0.28
3372026-07-30T02:20:15.711Z Downloaded ucd-trie v0.1.7
3382026-07-30T02:20:15.714Z Downloaded tempfile v3.25.0
3392026-07-30T02:20:15.719Z Downloaded zerocopy-derive v0.7.35
3402026-07-30T02:20:15.722Z Downloaded fs-err v3.3.0
3412026-07-30T02:20:15.725Z Downloaded bitflags v2.11.0
3422026-07-30T02:20:15.729Z Downloaded unicode-ident v1.0.24
3432026-07-30T02:20:15.732Z Downloaded getrandom v0.4.1
3442026-07-30T02:20:15.744Z Downloaded pest_derive v2.8.6
3452026-07-30T02:20:15.751Z Downloaded cargo_metadata v0.23.1
3462026-07-30T02:20:15.751Z Downloaded textwrap v0.16.2
3472026-07-30T02:20:15.751Z Downloaded log v0.4.29
3482026-07-30T02:20:15.754Z Downloaded proc-macro2 v1.0.106
3492026-07-30T02:20:15.757Z Downloaded memchr v2.8.0
3502026-07-30T02:20:15.760Z Downloaded serde_derive v1.0.228
3512026-07-30T02:20:15.781Z Downloaded toml_edit v0.22.27
3522026-07-30T02:20:15.789Z Downloaded serde v1.0.228
3532026-07-30T02:20:15.792Z Downloaded typenum v1.20.1
3542026-07-30T02:20:15.796Z Downloaded indexmap v2.14.0
3552026-07-30T02:20:15.831Z Downloaded serde_json v1.0.151
3562026-07-30T02:20:15.841Z Downloaded hashbrown v0.17.0
3572026-07-30T02:20:15.855Z Downloaded clap_builder v4.6.0
3582026-07-30T02:20:15.865Z Downloaded goblin v0.8.2
3592026-07-30T02:20:15.868Z Downloaded winnow v0.7.14
3602026-07-30T02:20:15.874Z Downloaded tabled v0.15.0
3612026-07-30T02:20:15.894Z Downloaded syn v1.0.109
3622026-07-30T02:20:15.903Z Downloaded unicode-width v0.1.14
3632026-07-30T02:20:15.903Z Downloaded unicode-width v0.2.0
3642026-07-30T02:20:15.920Z Downloaded syn v2.0.117
3652026-07-30T02:20:15.927Z Downloaded rustix v1.1.3
3662026-07-30T02:20:15.945Z Downloaded libc v0.2.185
3672026-07-30T02:20:16.008Z Compiling proc-macro2 v1.0.106
3682026-07-30T02:20:16.008Z Compiling quote v1.0.45
3692026-07-30T02:20:16.009Z Compiling unicode-ident v1.0.24
3702026-07-30T02:20:16.016Z Compiling serde_core v1.0.228
3712026-07-30T02:20:16.016Z Compiling libc v0.2.185
3722026-07-30T02:20:16.016Z Compiling version_check v0.9.5
3732026-07-30T02:20:16.016Z Compiling memchr v2.8.0
3742026-07-30T02:20:16.016Z Compiling serde v1.0.228
3752026-07-30T02:20:16.183Z Compiling zmij v1.0.21
3762026-07-30T02:20:16.186Z Compiling thiserror v1.0.69
3772026-07-30T02:20:16.186Z Compiling ucd-trie v0.1.7
3782026-07-30T02:20:16.186Z Compiling itoa v1.0.17
3792026-07-30T02:20:16.196Z Compiling byteorder v1.5.0
3802026-07-30T02:20:16.199Z Compiling rustix v1.1.3
3812026-07-30T02:20:16.455Z Compiling bitflags v2.11.0
3822026-07-30T02:20:16.495Z Compiling serde_json v1.0.151
3832026-07-30T02:20:16.620Z Compiling pest v2.8.6
3842026-07-30T02:20:16.723Z Compiling proc-macro-error-attr v1.0.4
3852026-07-30T02:20:16.760Z Compiling usdt-impl v0.5.0
3862026-07-30T02:20:16.763Z Compiling syn v1.0.109
3872026-07-30T02:20:16.952Z Compiling camino v1.2.2
3882026-07-30T02:20:16.955Z Compiling proc-macro-error v1.0.4
3892026-07-30T02:20:16.955Z Compiling getrandom v0.4.1
3902026-07-30T02:20:16.989Z Compiling utf8parse v0.2.2
3912026-07-30T02:20:16.991Z Compiling hashbrown v0.17.0
3922026-07-30T02:20:16.992Z Compiling log v0.4.29
3932026-07-30T02:20:16.992Z Compiling plain v0.2.3
3942026-07-30T02:20:17.064Z Compiling equivalent v1.0.2
3952026-07-30T02:20:17.197Z Compiling errno v0.3.14
3962026-07-30T02:20:17.201Z Compiling thread-id v4.2.2
3972026-07-30T02:20:17.236Z Compiling colorchoice v1.0.4
3982026-07-30T02:20:17.291Z Compiling anstyle-parse v1.0.0
3992026-07-30T02:20:17.294Z Compiling cfg-if v1.0.4
4002026-07-30T02:20:17.294Z Compiling anstyle v1.0.14
4012026-07-30T02:20:17.348Z Compiling winnow v0.7.14
4022026-07-30T02:20:17.385Z Compiling thiserror v2.0.18
4032026-07-30T02:20:17.419Z Compiling anstyle-query v1.1.5
4042026-07-30T02:20:17.422Z Compiling autocfg v1.5.0
4052026-07-30T02:20:17.424Z Compiling is_terminal_polyfill v1.70.2
4062026-07-30T02:20:17.445Z Compiling pretty-hex v0.4.1
4072026-07-30T02:20:17.530Z Compiling toml_write v0.1.2
4082026-07-30T02:20:17.587Z Compiling indexmap v2.14.0
4092026-07-30T02:20:17.593Z Compiling anstream v1.0.0
4102026-07-30T02:20:17.702Z Compiling strsim v0.11.1
4112026-07-30T02:20:17.791Z Compiling pest_meta v2.8.6
4122026-07-30T02:20:17.818Z Compiling syn v2.0.117
4132026-07-30T02:20:17.910Z Compiling unicode-width v0.1.14
4142026-07-30T02:20:17.959Z Compiling heck v0.4.1
4152026-07-30T02:20:17.973Z Compiling fs-err v3.3.0
4162026-07-30T02:20:18.012Z Compiling once_cell v1.21.3
4172026-07-30T02:20:18.042Z Compiling anyhow v1.0.102
4182026-07-30T02:20:18.086Z Compiling fnv v1.0.7
4192026-07-30T02:20:18.107Z Compiling bytecount v0.6.9
4202026-07-30T02:20:18.137Z Compiling clap_lex v1.0.0
4212026-07-30T02:20:18.200Z Compiling heck v0.5.0
4222026-07-30T02:20:18.268Z Compiling fastrand v2.3.0
4232026-07-30T02:20:18.268Z Compiling papergrid v0.11.0
4242026-07-30T02:20:18.323Z Compiling memmap v0.7.0
4252026-07-30T02:20:18.383Z Compiling terminal_size v0.4.3
4262026-07-30T02:20:18.448Z Compiling smawk v0.3.2
4272026-07-30T02:20:18.448Z Compiling unicode-width v0.2.0
4282026-07-30T02:20:18.448Z Compiling tempfile v3.25.0
4292026-07-30T02:20:18.542Z Compiling unicode-linebreak v0.1.5
4302026-07-30T02:20:18.543Z Compiling clap_builder v4.6.0
4312026-07-30T02:20:18.619Z Compiling semver v1.0.28
4322026-07-30T02:20:18.619Z Compiling cargo-platform v0.3.2
4332026-07-30T02:20:18.723Z Compiling textwrap v0.16.2
4342026-07-30T02:20:18.794Z Compiling camino-tempfile v1.4.1
4352026-07-30T02:20:18.835Z Compiling swrite v0.1.0
4362026-07-30T02:20:19.306Z Compiling tabled_derive v0.7.0
4372026-07-30T02:20:19.944Z Compiling pest_generator v2.8.6
4382026-07-30T02:20:19.967Z Compiling tabled v0.15.0
4392026-07-30T02:20:20.458Z Compiling serde_derive v1.0.228
4402026-07-30T02:20:20.458Z Compiling thiserror-impl v1.0.69
4412026-07-30T02:20:20.458Z Compiling zerocopy-derive v0.7.35
4422026-07-30T02:20:20.462Z Compiling scroll_derive v0.12.1
4432026-07-30T02:20:20.462Z Compiling thiserror-impl v2.0.18
4442026-07-30T02:20:20.462Z Compiling clap_derive v4.6.1
4452026-07-30T02:20:20.532Z Compiling pest_derive v2.8.6
4462026-07-30T02:20:21.108Z Compiling scroll v0.12.0
4472026-07-30T02:20:21.193Z Compiling zerocopy v0.7.35
4482026-07-30T02:20:21.308Z Compiling goblin v0.8.2
4492026-07-30T02:20:21.531Z Compiling dtrace-parser v0.2.0
4502026-07-30T02:20:21.872Z Compiling clap v4.6.1
4512026-07-30T02:20:22.896Z Compiling serde_spanned v0.6.9
4522026-07-30T02:20:22.896Z Compiling toml_datetime v0.6.11
4532026-07-30T02:20:22.899Z Compiling cargo_metadata v0.23.1
4542026-07-30T02:20:22.899Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-07-30T02:20:22.899Z Compiling macaddr v1.0.1
4562026-07-30T02:20:22.913Z Compiling dof v0.3.0
4572026-07-30T02:20:22.916Z Compiling serde_tokenstream v0.2.3
4582026-07-30T02:20:23.166Z Compiling toml_edit v0.22.27
4592026-07-30T02:20:23.657Z Compiling usdt-macro v0.5.0
4602026-07-30T02:20:23.660Z Compiling usdt-attr-macro v0.5.0
4612026-07-30T02:20:24.281Z Compiling usdt v0.5.0
4622026-07-30T02:20:24.423Z Compiling toml v0.8.23
4632026-07-30T02:20:24.747Z Compiling cargo_toml v0.21.0
4642026-07-30T02:20:26.059Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-30T02:20:28.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.15s
4662026-07-30T02:20:28.339Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-30T02:20:28.853Z Downloading crates ...
4682026-07-30T02:20:28.911Z Downloaded assert_matches v1.5.0
4692026-07-30T02:20:28.923Z Downloaded aead v0.5.2
4702026-07-30T02:20:28.926Z Downloaded bit-set v0.5.3
4712026-07-30T02:20:28.926Z Downloaded cfg_aliases v0.1.1
4722026-07-30T02:20:28.926Z Downloaded array-init v0.0.4
4732026-07-30T02:20:28.930Z Downloaded aes-gcm v0.11.0
4742026-07-30T02:20:28.966Z Downloaded async-stream-impl v0.3.6
4752026-07-30T02:20:28.966Z Downloaded fixedbitset v0.4.2
4762026-07-30T02:20:28.966Z Downloaded foreign-types-macros v0.2.3
4772026-07-30T02:20:28.967Z Downloaded base16ct v0.2.0
4782026-07-30T02:20:28.967Z Downloaded base16ct v1.0.0
4792026-07-30T02:20:28.967Z Downloaded bitfield-macros v0.19.4
4802026-07-30T02:20:28.967Z Downloaded foldhash v0.2.0
4812026-07-30T02:20:28.967Z Downloaded env_logger v0.11.9
4822026-07-30T02:20:28.967Z Downloaded cbc v0.2.1
4832026-07-30T02:20:28.967Z Downloaded float-ord v0.3.2
4842026-07-30T02:20:28.967Z Downloaded hybrid-array v0.4.13
4852026-07-30T02:20:28.967Z Downloaded chacha20 v0.10.0
4862026-07-30T02:20:28.967Z Downloaded httpdate v1.0.3
4872026-07-30T02:20:28.967Z Downloaded argon2 v0.5.3
4882026-07-30T02:20:28.967Z Downloaded backoff v0.4.0
4892026-07-30T02:20:28.968Z Downloaded erased-serde v0.3.31
4902026-07-30T02:20:28.968Z Downloaded base64ct v1.8.3
4912026-07-30T02:20:28.968Z Downloaded ciborium-ll v0.2.2
4922026-07-30T02:20:28.968Z Downloaded convert_case v0.4.0
4932026-07-30T02:20:28.968Z Downloaded cobs v0.3.0
4942026-07-30T02:20:28.972Z Downloaded fallible-iterator v0.2.0
4952026-07-30T02:20:28.972Z Downloaded fatfs v0.3.6
4962026-07-30T02:20:28.972Z Downloaded group v0.14.0
4972026-07-30T02:20:28.972Z Downloaded http-body-util v0.1.3
4982026-07-30T02:20:28.972Z Downloaded argon2 v0.6.0-rc.8
4992026-07-30T02:20:28.976Z Downloaded async-trait v0.1.89
5002026-07-30T02:20:28.976Z Downloaded atomic-waker v1.1.2
5012026-07-30T02:20:28.976Z Downloaded adler2 v2.0.1
5022026-07-30T02:20:28.976Z Downloaded bb8 v0.8.6
5032026-07-30T02:20:28.980Z Downloaded getrandom v0.2.17
5042026-07-30T02:20:28.980Z Downloaded bcs v0.1.6
5052026-07-30T02:20:28.990Z Downloaded expectorate v1.2.0
5062026-07-30T02:20:28.990Z Downloaded bit-vec v0.6.3
5072026-07-30T02:20:28.994Z Downloaded enum-as-inner v0.6.1
5082026-07-30T02:20:28.994Z Downloaded filetime v0.2.27
5092026-07-30T02:20:28.994Z Downloaded foreign-types-shared v0.3.1
5102026-07-30T02:20:28.994Z Downloaded hkdf v0.13.0
5112026-07-30T02:20:28.994Z Downloaded compression-codecs v0.4.37
5122026-07-30T02:20:28.994Z Downloaded anstream v0.6.21
5132026-07-30T02:20:28.994Z Downloaded arrayvec v0.7.6
5142026-07-30T02:20:28.995Z Downloaded form_urlencoded v1.2.2
5152026-07-30T02:20:28.995Z Downloaded find-msvc-tools v0.1.9
5162026-07-30T02:20:28.995Z Downloaded password-hash v0.6.1
5172026-07-30T02:20:28.995Z Downloaded futures-sink v0.3.32
5182026-07-30T02:20:28.995Z Downloaded atomicwrites v0.4.4
5192026-07-30T02:20:28.998Z Downloaded compression-core v0.4.31
5202026-07-30T02:20:28.998Z Downloaded fs-err v2.11.0
5212026-07-30T02:20:28.998Z Downloaded ghash v0.6.0
5222026-07-30T02:20:29.002Z Downloaded fixedbitset v0.5.7
5232026-07-30T02:20:29.006Z Downloaded foreign-types-shared v0.1.1
5242026-07-30T02:20:29.007Z Downloaded git-stub v1.0.0
5252026-07-30T02:20:29.007Z Downloaded float-cmp v0.10.0
5262026-07-30T02:20:29.007Z Downloaded block-padding v0.4.2
5272026-07-30T02:20:29.007Z Downloaded blowfish v0.10.0
5282026-07-30T02:20:29.010Z Downloaded gethostname v0.5.0
5292026-07-30T02:20:29.013Z Downloaded futures-io v0.3.32
5302026-07-30T02:20:29.015Z Downloaded async-stream v0.3.6
5312026-07-30T02:20:29.016Z Downloaded arrayref v0.3.9
5322026-07-30T02:20:29.019Z Downloaded funty v2.0.0
5332026-07-30T02:20:29.019Z Downloaded futures-macro v0.3.32
5342026-07-30T02:20:29.022Z Downloaded bit-set v0.8.0
5352026-07-30T02:20:29.022Z Downloaded futures-task v0.3.32
5362026-07-30T02:20:29.022Z Downloaded http-range v0.1.5
5372026-07-30T02:20:29.025Z Downloaded anstyle-parse v0.2.7
5382026-07-30T02:20:29.025Z Downloaded fd-lock v4.0.4
5392026-07-30T02:20:29.028Z Downloaded flate2 v1.1.9
5402026-07-30T02:20:29.030Z Downloaded flume v0.11.1
5412026-07-30T02:20:29.030Z Downloaded futures-core v0.3.32
5422026-07-30T02:20:29.033Z Downloaded endian-type v0.1.2
5432026-07-30T02:20:29.033Z Downloaded foreign-types v0.5.0
5442026-07-30T02:20:29.033Z Downloaded bcrypt-pbkdf v0.11.0
5452026-07-30T02:20:29.033Z Downloaded foreign-types v0.3.2
5462026-07-30T02:20:29.033Z Downloaded fxhash v0.2.1
5472026-07-30T02:20:29.036Z Downloaded http-body v1.0.1
5482026-07-30T02:20:29.036Z Downloaded num_enum_derive v0.5.11
5492026-07-30T02:20:29.036Z Downloaded ascii-canvas v3.0.0
5502026-07-30T02:20:29.036Z Downloaded futures-executor v0.3.32
5512026-07-30T02:20:29.040Z Downloaded ff v0.13.1
5522026-07-30T02:20:29.049Z Downloaded headers-core v0.3.0
5532026-07-30T02:20:29.049Z Downloaded async-recursion v1.1.1
5542026-07-30T02:20:29.049Z Downloaded ciborium-io v0.2.2
5552026-07-30T02:20:29.053Z Downloaded hex v0.4.3
5562026-07-30T02:20:29.053Z Downloaded hostname v0.4.2
5572026-07-30T02:20:29.053Z Downloaded home v0.5.12
5582026-07-30T02:20:29.053Z Downloaded hyper-tls v0.6.0
5592026-07-30T02:20:29.053Z Downloaded env_filter v1.0.0
5602026-07-30T02:20:29.053Z Downloaded bitfield-struct v0.6.2
5612026-07-30T02:20:29.053Z Downloaded castaway v0.2.4
5622026-07-30T02:20:29.057Z Downloaded flagset v0.4.7
5632026-07-30T02:20:29.064Z Downloaded hash32 v0.2.1
5642026-07-30T02:20:29.064Z Downloaded ff v0.14.0
5652026-07-30T02:20:29.069Z Downloaded nonempty v0.12.0
5662026-07-30T02:20:29.069Z Downloaded cfg_aliases v0.2.1
5672026-07-30T02:20:29.069Z Downloaded futures-channel v0.3.32
5682026-07-30T02:20:29.072Z Downloaded hostname v0.3.1
5692026-07-30T02:20:29.075Z Downloaded cassowary v0.3.0
5702026-07-30T02:20:29.075Z Downloaded bit-vec v0.8.0
5712026-07-30T02:20:29.075Z Downloaded byte-wrapper v0.1.0
5722026-07-30T02:20:29.080Z Downloaded hubpack_derive v0.1.1
5732026-07-30T02:20:29.084Z Downloaded bs58 v0.5.1
5742026-07-30T02:20:29.084Z Downloaded hubpack v0.1.2
5752026-07-30T02:20:29.087Z Downloaded scroll_derive v0.13.1
5762026-07-30T02:20:29.092Z Downloaded globwalk v0.9.1
5772026-07-30T02:20:29.095Z Downloaded parse-display v0.10.0
5782026-07-30T02:20:29.098Z Downloaded cipher v0.4.4
5792026-07-30T02:20:29.098Z Downloaded const_format_proc_macros v0.2.34
5802026-07-30T02:20:29.098Z Downloaded blake2 v0.10.6
5812026-07-30T02:20:29.101Z Downloaded hyper-staticfile v0.10.1
5822026-07-30T02:20:29.101Z Downloaded foldhash v0.1.5
5832026-07-30T02:20:29.101Z Downloaded ahash v0.8.12
5842026-07-30T02:20:29.103Z Downloaded fs_extra v1.3.0
5852026-07-30T02:20:29.103Z Downloaded atty v0.2.14
5862026-07-30T02:20:29.106Z Downloaded hash32 v0.3.1
5872026-07-30T02:20:29.106Z Downloaded base64 v0.22.1
5882026-07-30T02:20:29.109Z Downloaded buf-list v1.1.2
5892026-07-30T02:20:29.109Z Downloaded quick-error v1.2.3
5902026-07-30T02:20:29.114Z Downloaded enum_dispatch v0.3.13
5912026-07-30T02:20:29.118Z Downloaded rand_chacha v0.3.1
5922026-07-30T02:20:29.118Z Downloaded generic-array v1.4.3
5932026-07-30T02:20:29.121Z Downloaded getrandom v0.3.4
5942026-07-30T02:20:29.124Z Downloaded ciborium v0.2.2
5952026-07-30T02:20:29.124Z Downloaded strum v0.27.2
5962026-07-30T02:20:29.124Z Downloaded bitfield v0.19.4
5972026-07-30T02:20:29.127Z Downloaded block-buffer v0.12.1
5982026-07-30T02:20:29.127Z Downloaded cexpr v0.6.0
5992026-07-30T02:20:29.127Z Downloaded camino-tempfile-ext v0.3.3
6002026-07-30T02:20:29.127Z Downloaded cmov v0.5.4
6012026-07-30T02:20:29.131Z Downloaded cipher v0.5.2
6022026-07-30T02:20:29.137Z Downloaded aead v0.6.1
6032026-07-30T02:20:29.137Z Downloaded chacha20 v0.9.1
6042026-07-30T02:20:29.137Z Downloaded constant_time_eq v0.4.2
6052026-07-30T02:20:29.140Z Downloaded phf v0.13.1
6062026-07-30T02:20:29.140Z Downloaded sigpipe v0.1.3
6072026-07-30T02:20:29.140Z Downloaded humantime v2.3.0
6082026-07-30T02:20:29.143Z Downloaded hex-literal v1.1.0
6092026-07-30T02:20:29.149Z Downloaded const-oid v0.9.6
6102026-07-30T02:20:29.153Z Downloaded globset v0.4.18
6112026-07-30T02:20:29.153Z Downloaded bzip2 v0.4.4
6122026-07-30T02:20:29.153Z Downloaded bzip2 v0.6.1
6132026-07-30T02:20:29.156Z Downloaded httparse v1.10.1
6142026-07-30T02:20:29.156Z Downloaded oxide-tokio-rt v0.1.4
6152026-07-30T02:20:29.156Z Downloaded oxnet v0.1.6
6162026-07-30T02:20:29.159Z Downloaded peg v0.8.5
6172026-07-30T02:20:29.159Z Downloaded cancel-safe-futures v0.1.5
6182026-07-30T02:20:29.162Z Downloaded pin-project-lite v0.2.17
6192026-07-30T02:20:29.167Z Downloaded signal-hook-tokio v0.3.1
6202026-07-30T02:20:29.167Z Downloaded glob v0.3.3
6212026-07-30T02:20:29.170Z Downloaded strsim v0.10.0
6222026-07-30T02:20:29.170Z Downloaded phf_shared v0.11.3
6232026-07-30T02:20:29.170Z Downloaded pkg-config v0.3.32
6242026-07-30T02:20:29.170Z Downloaded backon v1.6.0
6252026-07-30T02:20:29.170Z Downloaded thiserror-impl-no-std v2.0.2
6262026-07-30T02:20:29.170Z Downloaded tower-layer v0.3.3
6272026-07-30T02:20:29.175Z Downloaded untrusted v0.7.1
6282026-07-30T02:20:29.175Z Downloaded hmac v0.13.0
6292026-07-30T02:20:29.175Z Downloaded ppv-lite86 v0.2.21
6302026-07-30T02:20:29.176Z Downloaded primefield v0.14.0
6312026-07-30T02:20:29.179Z Downloaded rand_chacha v0.9.0
6322026-07-30T02:20:29.179Z Downloaded pem-rfc7468 v0.7.0
6332026-07-30T02:20:29.179Z Downloaded olpc-cjson v0.1.4
6342026-07-30T02:20:29.179Z Downloaded r2d2 v0.8.10
6352026-07-30T02:20:29.179Z Downloaded bitflags v1.3.2
6362026-07-30T02:20:29.180Z Downloaded untrusted v0.9.0
6372026-07-30T02:20:29.183Z Downloaded wait-timeout v0.2.1
6382026-07-30T02:20:29.183Z Downloaded want v0.3.1
6392026-07-30T02:20:29.183Z Downloaded predicates-tree v1.0.13
6402026-07-30T02:20:29.183Z Downloaded proc-macro-crate v3.4.0
6412026-07-30T02:20:29.183Z Downloaded rfc6979 v0.4.0
6422026-07-30T02:20:29.201Z Downloaded rustls-native-certs v0.8.3
6432026-07-30T02:20:29.201Z Downloaded scheduled-thread-pool v0.2.7
6442026-07-30T02:20:29.201Z Downloaded clang-sys v1.8.1
6452026-07-30T02:20:29.204Z Downloaded cmake v0.1.57
6462026-07-30T02:20:29.204Z Downloaded async-bb8-diesel v0.2.1
6472026-07-30T02:20:29.204Z Downloaded console v0.16.2
6482026-07-30T02:20:29.204Z Downloaded usdt-macro v0.6.0
6492026-07-30T02:20:29.204Z Downloaded colored v3.1.1
6502026-07-30T02:20:29.204Z Downloaded blake2 v0.11.0-rc.6
6512026-07-30T02:20:29.204Z Downloaded rustc_version v0.4.1
6522026-07-30T02:20:29.204Z Downloaded tap v1.0.1
6532026-07-30T02:20:29.204Z Downloaded sec1 v0.8.1
6542026-07-30T02:20:29.204Z Downloaded highway v1.3.0
6552026-07-30T02:20:29.204Z Downloaded crucible-workspace-hack v0.1.0
6562026-07-30T02:20:29.205Z Downloaded sec1 v0.7.3
6572026-07-30T02:20:29.209Z Downloaded slog-stdlog v4.1.1
6582026-07-30T02:20:29.212Z Downloaded half v1.8.3
6592026-07-30T02:20:29.212Z Downloaded rand_core v0.6.4
6602026-07-30T02:20:29.213Z Downloaded defmt v0.3.100
6612026-07-30T02:20:29.218Z Downloaded typify-macro v0.6.2
6622026-07-30T02:20:29.218Z Downloaded colored v2.2.0
6632026-07-30T02:20:29.221Z Downloaded tabled_derive v0.11.0
6642026-07-30T02:20:29.221Z Downloaded proc-macro-error-attr2 v2.0.0
6652026-07-30T02:20:29.227Z Downloaded time-core v0.1.8
6662026-07-30T02:20:29.227Z Downloaded sqlparser_derive v0.5.0
6672026-07-30T02:20:29.234Z Downloaded allocator-api2 v0.2.21
6682026-07-30T02:20:29.234Z Downloaded hyper-rustls v0.27.7
6692026-07-30T02:20:29.234Z Downloaded git-stub-vcs v0.1.0
6702026-07-30T02:20:29.234Z Downloaded group v0.13.0
6712026-07-30T02:20:29.234Z Downloaded strum_macros v0.26.4
6722026-07-30T02:20:29.234Z Downloaded tls_codec_derive v0.4.2
6732026-07-30T02:20:29.234Z Downloaded futures v0.3.32
6742026-07-30T02:20:29.238Z Downloaded dsl_auto_type v0.2.0
6752026-07-30T02:20:29.238Z Downloaded display-error-chain v0.2.2
6762026-07-30T02:20:29.238Z Downloaded cpufeatures v0.3.0
6772026-07-30T02:20:29.243Z Downloaded dropshot-api-manager-types v0.7.2
6782026-07-30T02:20:29.243Z Downloaded cpubits v0.1.1
6792026-07-30T02:20:29.249Z Downloaded parking_lot v0.11.2
6802026-07-30T02:20:29.249Z Downloaded cstr-argument v0.1.2
6812026-07-30T02:20:29.253Z Downloaded darling_macro v0.21.3
6822026-07-30T02:20:29.253Z Downloaded diesel_table_macro_syntax v0.3.0
6832026-07-30T02:20:29.253Z Downloaded console v0.15.11
6842026-07-30T02:20:29.257Z Downloaded rustls-pemfile v2.2.0
6852026-07-30T02:20:29.257Z Downloaded topological-sort v0.2.2
6862026-07-30T02:20:29.260Z Downloaded slog-dtrace v0.3.0
6872026-07-30T02:20:29.260Z Downloaded downcast-rs v2.0.2
6882026-07-30T02:20:29.264Z Downloaded sapling-renderdag v0.1.0
6892026-07-30T02:20:29.264Z Downloaded is-terminal v0.4.17
6902026-07-30T02:20:29.272Z Downloaded const_format v0.2.35
6912026-07-30T02:20:29.276Z Downloaded smallvec v1.15.1
6922026-07-30T02:20:29.276Z Downloaded serde_with_macros v1.5.2
6932026-07-30T02:20:29.276Z Downloaded strum_macros v0.24.3
6942026-07-30T02:20:29.276Z Downloaded crossbeam-deque v0.8.6
6952026-07-30T02:20:29.284Z Downloaded bumpalo v3.20.2
6962026-07-30T02:20:29.287Z Downloaded managed v0.8.0
6972026-07-30T02:20:29.287Z Downloaded maplit v1.0.2
6982026-07-30T02:20:29.287Z Downloaded const-oid v0.10.2
6992026-07-30T02:20:29.287Z Downloaded daft v0.1.7
7002026-07-30T02:20:29.290Z Downloaded deranged v0.5.8
7012026-07-30T02:20:29.294Z Downloaded tokio-rustls v0.26.4
7022026-07-30T02:20:29.294Z Downloaded new_debug_unreachable v1.0.6
7032026-07-30T02:20:29.297Z Downloaded newtype_derive v0.1.6
7042026-07-30T02:20:29.305Z Downloaded normalize-line-endings v0.3.0
7052026-07-30T02:20:29.308Z Downloaded num_threads v0.1.7
7062026-07-30T02:20:29.311Z Downloaded snafu-derive v0.8.9
7072026-07-30T02:20:29.311Z Downloaded path-slash v0.1.5
7082026-07-30T02:20:29.314Z Downloaded packed_struct_codegen v0.10.1
7092026-07-30T02:20:29.314Z Downloaded convert_case v0.10.0
7102026-07-30T02:20:29.317Z Downloaded precomputed-hash v0.1.1
7112026-07-30T02:20:29.320Z Downloaded internet-checksum v0.2.1
7122026-07-30T02:20:29.320Z Downloaded powerfmt v0.2.0
7132026-07-30T02:20:29.320Z Downloaded heapless v0.8.0
7142026-07-30T02:20:29.323Z Downloaded hmac v0.12.1
7152026-07-30T02:20:29.326Z Downloaded either v1.15.0
7162026-07-30T02:20:29.326Z Downloaded heapless v0.7.17
7172026-07-30T02:20:29.329Z Downloaded rcgen v0.12.1
7182026-07-30T02:20:29.329Z Downloaded half v2.7.1
7192026-07-30T02:20:29.332Z Downloaded mime v0.3.17
7202026-07-30T02:20:29.335Z Downloaded num-traits v0.2.19
7212026-07-30T02:20:29.338Z Downloaded zerocopy v0.6.6
7222026-07-30T02:20:29.341Z Downloaded phf_shared v0.13.1
7232026-07-30T02:20:29.343Z Downloaded progenitor-macro v0.13.0
7242026-07-30T02:20:29.346Z Downloaded rustls-pki-types v1.14.0
7252026-07-30T02:20:29.349Z Downloaded recursive v0.1.1
7262026-07-30T02:20:29.352Z Downloaded ref-cast v1.0.25
7272026-07-30T02:20:29.352Z Downloaded seq-macro v0.3.6
7282026-07-30T02:20:29.355Z Downloaded rustc_version v0.1.7
7292026-07-30T02:20:29.358Z Downloaded signal-hook-mio v0.2.5
7302026-07-30T02:20:29.361Z Downloaded same-file v1.0.6
7312026-07-30T02:20:29.364Z Downloaded ingot v0.2.1
7322026-07-30T02:20:29.364Z Downloaded resolv-conf v0.7.6
7332026-07-30T02:20:29.370Z Downloaded ctutils v0.4.2
7342026-07-30T02:20:29.373Z Downloaded libsw-core v0.3.2
7352026-07-30T02:20:29.373Z Downloaded bytes v1.11.1
7362026-07-30T02:20:29.376Z Downloaded serde_cbor v0.11.2
7372026-07-30T02:20:29.376Z Downloaded serde_urlencoded v0.7.1
7382026-07-30T02:20:29.379Z Downloaded siphasher v1.0.2
7392026-07-30T02:20:29.382Z Downloaded subtle v2.6.1
7402026-07-30T02:20:29.389Z Downloaded tracing-core v0.1.36
7412026-07-30T02:20:29.393Z Downloaded nu-ansi-term v0.50.3
7422026-07-30T02:20:29.396Z Downloaded num_enum_derive v0.7.6
7432026-07-30T02:20:29.396Z Downloaded vergen-lib v0.1.6
7442026-07-30T02:20:29.396Z Downloaded derive_builder_core v0.20.2
7452026-07-30T02:20:29.399Z Downloaded proc-macro-error2 v2.0.1
7462026-07-30T02:20:29.402Z Downloaded pbkdf2 v0.13.0
7472026-07-30T02:20:29.405Z Downloaded peg-macros v0.8.5
7482026-07-30T02:20:29.408Z Downloaded ssh-cipher v0.3.0
7492026-07-30T02:20:29.412Z Downloaded stable_deref_trait v1.2.1
7502026-07-30T02:20:29.415Z Downloaded tagptr v0.2.0
7512026-07-30T02:20:29.419Z Downloaded structmeta-derive v0.3.0
7522026-07-30T02:20:29.419Z Downloaded take_mut v0.2.2
7532026-07-30T02:20:29.419Z Downloaded chacha20poly1305 v0.10.1
7542026-07-30T02:20:29.419Z Downloaded openssl-sys v0.9.115
7552026-07-30T02:20:29.422Z Downloaded base64 v0.21.7
7562026-07-30T02:20:29.425Z Downloaded p256 v0.14.0
7572026-07-30T02:20:29.428Z Downloaded vergen v9.1.0
7582026-07-30T02:20:29.428Z Downloaded sync_wrapper v1.0.2
7592026-07-30T02:20:29.428Z Downloaded unarray v0.1.4
7602026-07-30T02:20:29.428Z Downloaded unit-prefix v0.5.2
7612026-07-30T02:20:29.431Z Downloaded usdt v0.6.0
7622026-07-30T02:20:29.436Z Downloaded async-compression v0.4.41
7632026-07-30T02:20:29.441Z Downloaded cc v1.2.56
7642026-07-30T02:20:29.441Z Downloaded oxide-update-engine v0.1.2
7652026-07-30T02:20:29.441Z Downloaded poly1305 v0.8.0
7662026-07-30T02:20:29.448Z Downloaded compact_str v0.8.1
7672026-07-30T02:20:29.448Z Downloaded darling v0.20.11
7682026-07-30T02:20:29.448Z Downloaded psm v0.1.30
7692026-07-30T02:20:29.451Z Downloaded rpassword v7.5.4
7702026-07-30T02:20:29.451Z Downloaded usdt-attr-macro v0.6.0
7712026-07-30T02:20:29.451Z Downloaded void v1.0.2
7722026-07-30T02:20:29.451Z Downloaded predicates v3.1.4
7732026-07-30T02:20:29.451Z Downloaded wnaf v0.14.0
7742026-07-30T02:20:29.455Z Downloaded yoke-derive v0.8.1
7752026-07-30T02:20:29.455Z Downloaded ar_archive_writer v0.5.1
7762026-07-30T02:20:29.455Z Downloaded crc8 v0.1.1
7772026-07-30T02:20:29.455Z Downloaded jobserver v0.1.34
7782026-07-30T02:20:29.458Z Downloaded schemars_derive v0.8.22
7792026-07-30T02:20:29.459Z Downloaded spki v0.8.0
7802026-07-30T02:20:29.459Z Downloaded string_cache v0.8.9
7812026-07-30T02:20:29.459Z Downloaded delegate v0.13.5
7822026-07-30T02:20:29.462Z Downloaded crc v3.4.0
7832026-07-30T02:20:29.462Z Downloaded darling_macro v0.13.4
7842026-07-30T02:20:29.465Z Downloaded debug-ignore v1.0.5
7852026-07-30T02:20:29.473Z Downloaded ingot-macros v0.2.0
7862026-07-30T02:20:29.473Z Downloaded serde_with_macros v3.21.0
7872026-07-30T02:20:29.473Z Downloaded serde_derive_internals v0.29.1
7882026-07-30T02:20:29.473Z Downloaded serde_path_to_error v0.1.20
7892026-07-30T02:20:29.477Z Downloaded tungstenite v0.21.0
7902026-07-30T02:20:29.477Z Downloaded dropshot_endpoint v0.17.1
7912026-07-30T02:20:29.477Z Downloaded headers v0.4.1
7922026-07-30T02:20:29.480Z Downloaded postcard v1.1.3
7932026-07-30T02:20:29.484Z Downloaded thiserror-no-std v2.0.2
7942026-07-30T02:20:29.484Z Downloaded dirs-next v2.0.0
7952026-07-30T02:20:29.487Z Downloaded dirs-sys-next v0.1.2
7962026-07-30T02:20:29.488Z Downloaded rand_core v0.9.5
7972026-07-30T02:20:29.488Z Downloaded tiny-keccak v2.0.2
7982026-07-30T02:20:29.488Z Downloaded hickory-resolver v0.25.2
7992026-07-30T02:20:29.491Z Downloaded progenitor-impl v0.14.0
8002026-07-30T02:20:29.491Z Downloaded num-bigint v0.4.6
8012026-07-30T02:20:29.496Z Downloaded elliptic-curve v0.13.8
8022026-07-30T02:20:29.500Z Downloaded icu_properties v2.1.2
8032026-07-30T02:20:29.500Z Downloaded dtrace-parser v0.3.0
8042026-07-30T02:20:29.507Z Downloaded icu_provider v2.1.1
8052026-07-30T02:20:29.507Z Downloaded indexmap v1.9.3
8062026-07-30T02:20:29.507Z Downloaded multer v3.1.0
8072026-07-30T02:20:29.510Z Downloaded zopfli v0.8.3
8082026-07-30T02:20:29.510Z Downloaded vsss-rs v3.3.4
8092026-07-30T02:20:29.512Z Downloaded tls_codec v0.4.2
8102026-07-30T02:20:29.512Z Downloaded kstat-rs v0.2.4
8112026-07-30T02:20:29.512Z Downloaded lalrpop-util v0.19.12
8122026-07-30T02:20:29.512Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8132026-07-30T02:20:29.515Z Downloaded md-5 v0.10.6
8142026-07-30T02:20:29.519Z Downloaded inout v0.2.2
8152026-07-30T02:20:29.523Z Downloaded zerovec-derive v0.11.2
8162026-07-30T02:20:29.526Z Downloaded hickory-server v0.25.2
8172026-07-30T02:20:29.529Z Downloaded num-rational v0.4.2
8182026-07-30T02:20:29.529Z Downloaded illumos-nvpair-sys v0.2.0
8192026-07-30T02:20:29.532Z Downloaded indoc v1.0.9
8202026-07-30T02:20:29.532Z Downloaded arc-swap v1.8.2
8212026-07-30T02:20:29.534Z Downloaded multimap v0.10.1
8222026-07-30T02:20:29.538Z Downloaded qorb v0.4.1
8232026-07-30T02:20:29.538Z Downloaded tokio-tungstenite v0.23.1
8242026-07-30T02:20:29.543Z Downloaded progenitor-impl v0.13.0
8252026-07-30T02:20:29.547Z Downloaded num-conv v0.2.0
8262026-07-30T02:20:29.549Z Downloaded radium v0.7.0
8272026-07-30T02:20:29.554Z Downloaded slab v0.4.12
8282026-07-30T02:20:29.554Z Downloaded yansi v1.0.1
8292026-07-30T02:20:29.554Z Downloaded critical-section v1.2.0
8302026-07-30T02:20:29.556Z Downloaded tracing-attributes v0.1.31
8312026-07-30T02:20:29.559Z Downloaded parse-size v1.1.0
8322026-07-30T02:20:29.563Z Downloaded ctr v0.10.1
8332026-07-30T02:20:29.565Z Downloaded papergrid v0.17.0
8342026-07-30T02:20:29.568Z Downloaded ena v0.14.4
8352026-07-30T02:20:29.571Z Downloaded hickory-resolver v0.24.4
8362026-07-30T02:20:29.574Z Downloaded semver v0.1.20
8372026-07-30T02:20:29.577Z Downloaded crossbeam-channel v0.5.15
8382026-07-30T02:20:29.580Z Downloaded zerotrie v0.2.3
8392026-07-30T02:20:29.583Z Downloaded http v1.4.2
8402026-07-30T02:20:29.585Z Downloaded socket2 v0.5.10
8412026-07-30T02:20:29.585Z Downloaded aes v0.9.1
8422026-07-30T02:20:29.588Z Downloaded tokio-stream v0.1.18
8432026-07-30T02:20:29.591Z Downloaded lru-slab v0.1.2
8442026-07-30T02:20:29.591Z Downloaded yoke v0.8.1
8452026-07-30T02:20:29.595Z Downloaded serde-big-array v0.5.1
8462026-07-30T02:20:29.595Z Downloaded slog-bunyan v2.5.0
8472026-07-30T02:20:29.600Z Downloaded hashbrown v0.12.3
8482026-07-30T02:20:29.603Z Downloaded ryu v1.0.23
8492026-07-30T02:20:29.603Z Downloaded aho-corasick v1.1.4
8502026-07-30T02:20:29.606Z Downloaded csv-core v0.1.13
8512026-07-30T02:20:29.610Z Downloaded module-lattice v0.2.3
8522026-07-30T02:20:29.610Z Downloaded sha1 v0.11.0
8532026-07-30T02:20:29.610Z Downloaded signal-hook-registry v1.4.8
8542026-07-30T02:20:29.618Z Downloaded mime_guess v2.0.5
8552026-07-30T02:20:29.618Z Downloaded num_enum v0.7.6
8562026-07-30T02:20:29.618Z Downloaded russh-util v0.52.0
8572026-07-30T02:20:29.618Z Downloaded strip-ansi-escapes v0.2.1
8582026-07-30T02:20:29.621Z Downloaded darling_core v0.21.3
8592026-07-30T02:20:29.621Z Downloaded libsw v3.5.0
8602026-07-30T02:20:29.621Z Downloaded p384 v0.14.0
8612026-07-30T02:20:29.621Z Downloaded ecdsa v0.17.0
8622026-07-30T02:20:29.626Z Downloaded num_enum v0.5.11
8632026-07-30T02:20:29.628Z Downloaded testing_table v0.3.0
8642026-07-30T02:20:29.628Z Downloaded tinyvec_macros v0.1.1
8652026-07-30T02:20:29.628Z Downloaded tower-service v0.3.3
8662026-07-30T02:20:29.628Z Downloaded thread-id v5.1.0
8672026-07-30T02:20:29.628Z Downloaded zeroize_derive v1.5.0
8682026-07-30T02:20:29.629Z Downloaded xshell-macros v0.2.7
8692026-07-30T02:20:29.633Z Downloaded parse-display-derive v0.10.0
8702026-07-30T02:20:29.637Z Downloaded polyval v0.7.1
8712026-07-30T02:20:29.637Z Downloaded progenitor-extras v0.2.0
8722026-07-30T02:20:29.637Z Downloaded num-bigint-dig v0.8.6
8732026-07-30T02:20:29.640Z Downloaded pin-project v1.1.11
8742026-07-30T02:20:29.644Z Downloaded slog v2.8.2
8752026-07-30T02:20:29.646Z Downloaded sha1 v0.10.6
8762026-07-30T02:20:29.646Z Downloaded phf_shared v0.12.1
8772026-07-30T02:20:29.649Z Downloaded nanorand v0.7.0
8782026-07-30T02:20:29.649Z Downloaded oxide-update-engine-display v0.1.2
8792026-07-30T02:20:29.649Z Downloaded packed_struct v0.10.1
8802026-07-30T02:20:29.652Z Downloaded derive_builder_macro v0.20.2
8812026-07-30T02:20:29.656Z Downloaded ipnet v2.11.0
8822026-07-30T02:20:29.659Z Downloaded tar v0.4.46
8832026-07-30T02:20:29.662Z Downloaded darling v0.23.0
8842026-07-30T02:20:29.665Z Downloaded litrs v1.0.0
8852026-07-30T02:20:29.668Z Downloaded unicode_categories v0.1.1
8862026-07-30T02:20:29.668Z Downloaded ident_case v1.0.1
8872026-07-30T02:20:29.671Z Downloaded smallvec v0.6.14
8882026-07-30T02:20:29.671Z Downloaded slog-scope v4.4.1
8892026-07-30T02:20:29.676Z Downloaded progenitor v0.13.0
8902026-07-30T02:20:29.680Z Downloaded tungstenite v0.23.0
8912026-07-30T02:20:29.680Z Downloaded password-hash v0.5.0
8922026-07-30T02:20:29.680Z Downloaded slog-term v2.9.2
8932026-07-30T02:20:29.684Z Downloaded stacker v0.1.23
8942026-07-30T02:20:29.687Z Downloaded hashbrown v0.13.2
8952026-07-30T02:20:29.694Z Downloaded socket2 v0.6.3
8962026-07-30T02:20:29.694Z Downloaded derive-where v1.6.0
8972026-07-30T02:20:29.695Z Downloaded scrypt v0.12.0
8982026-07-30T02:20:29.698Z Downloaded writeable v0.6.2
8992026-07-30T02:20:29.703Z Downloaded libscf-sys v1.2.0
9002026-07-30T02:20:29.703Z Downloaded derive_more-impl v2.1.1
9012026-07-30T02:20:29.707Z Downloaded newline-converter v0.3.0
9022026-07-30T02:20:29.707Z Downloaded icu_collections v2.1.1
9032026-07-30T02:20:29.714Z Downloaded zstd v0.13.3
9042026-07-30T02:20:29.719Z Downloaded proc-macro-crate v1.3.1
9052026-07-30T02:20:29.723Z Downloaded jiff-static v0.2.21
9062026-07-30T02:20:29.726Z Downloaded rand v0.8.6
9072026-07-30T02:20:29.730Z Downloaded displaydoc v0.2.5
9082026-07-30T02:20:29.733Z Downloaded walkdir v2.5.0
9092026-07-30T02:20:29.733Z Downloaded salsa20 v0.11.0
9102026-07-30T02:20:29.733Z Downloaded sha2 v0.11.0
9112026-07-30T02:20:29.743Z Downloaded recursive-proc-macro-impl v0.1.1
9122026-07-30T02:20:29.743Z Downloaded secrecy v0.8.0
9132026-07-30T02:20:29.746Z Downloaded secrecy v0.10.3
9142026-07-30T02:20:29.746Z Downloaded postgres-types v0.2.12
9152026-07-30T02:20:29.747Z Downloaded vergen-gitcl v1.0.8
9162026-07-30T02:20:29.747Z Downloaded ingot-types v0.2.0
9172026-07-30T02:20:29.747Z Downloaded keccak v0.2.0
9182026-07-30T02:20:29.755Z Downloaded libefi-sys v0.1.0
9192026-07-30T02:20:29.755Z Downloaded libloading v0.8.9
9202026-07-30T02:20:29.755Z Downloaded daft-derive v0.1.7
9212026-07-30T02:20:29.755Z Downloaded shell-words v1.1.1
9222026-07-30T02:20:29.755Z Downloaded mio v1.2.0
9232026-07-30T02:20:29.758Z Downloaded diesel-dtrace v0.5.0
9242026-07-30T02:20:29.758Z Downloaded num-integer v0.1.46
9252026-07-30T02:20:29.761Z Downloaded pkcs5 v0.8.1
9262026-07-30T02:20:29.764Z Downloaded unicase v2.9.0
9272026-07-30T02:20:29.764Z Downloaded ecdsa v0.16.9
9282026-07-30T02:20:29.768Z Downloaded try-lock v0.2.5
9292026-07-30T02:20:29.771Z Downloaded utf-8 v0.7.6
9302026-07-30T02:20:29.771Z Downloaded toml_edit v0.19.15
9312026-07-30T02:20:29.783Z Downloaded impl-trait-for-tuples v0.2.3
9322026-07-30T02:20:29.790Z Downloaded supports-color v3.0.2
9332026-07-30T02:20:29.790Z Downloaded zip v4.6.1
9342026-07-30T02:20:29.790Z Downloaded url v2.5.8
9352026-07-30T02:20:29.790Z Downloaded zstd-safe v7.2.4
9362026-07-30T02:20:29.791Z Downloaded x509-cert v0.2.5
9372026-07-30T02:20:29.794Z Downloaded trait-variant v0.1.2
9382026-07-30T02:20:29.795Z Downloaded crunchy v0.2.4
9392026-07-30T02:20:29.795Z Downloaded port-file v0.1.0
9402026-07-30T02:20:29.798Z Downloaded document-features v0.2.12
9412026-07-30T02:20:29.802Z Downloaded tokio-test v0.4.5
9422026-07-30T02:20:29.802Z Downloaded waitgroup v0.1.2
9432026-07-30T02:20:29.805Z Downloaded progenitor-macro v0.14.0
9442026-07-30T02:20:29.816Z Downloaded digest-io v0.1.0
9452026-07-30T02:20:29.820Z Downloaded instant v0.1.13
9462026-07-30T02:20:29.820Z Downloaded lzss v0.8.2
9472026-07-30T02:20:29.823Z Downloaded subprocess v0.2.15
9482026-07-30T02:20:29.827Z Downloaded hashbrown v0.15.5
9492026-07-30T02:20:29.828Z Downloaded synstructure v0.13.2
9502026-07-30T02:20:29.831Z Downloaded phc v0.6.1
9512026-07-30T02:20:29.831Z Downloaded postgres-protocol v0.6.10
9522026-07-30T02:20:29.831Z Downloaded lazy_static v1.5.0
9532026-07-30T02:20:29.834Z Downloaded paste v1.0.15
9542026-07-30T02:20:29.837Z Downloaded rand_core v0.10.0
9552026-07-30T02:20:29.837Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9562026-07-30T02:20:29.837Z Downloaded aws-lc-rs v1.16.3
9572026-07-30T02:20:29.846Z Downloaded typify v0.6.2
9582026-07-30T02:20:29.849Z Downloaded unicode-bidi v0.3.18
9592026-07-30T02:20:29.853Z Downloaded serde-hex v0.1.0
9602026-07-30T02:20:29.853Z Downloaded crossbeam-epoch v0.9.18
9612026-07-30T02:20:29.856Z Downloaded crossbeam-utils v0.8.21
9622026-07-30T02:20:29.856Z Downloaded oso-derive v0.27.3
9632026-07-30T02:20:29.856Z Downloaded tui-tree-widget v0.23.1
9642026-07-30T02:20:29.860Z Downloaded smf v0.2.3
9652026-07-30T02:20:29.860Z Downloaded ssh-encoding v0.3.0
9662026-07-30T02:20:29.860Z Downloaded wyz v0.5.1
9672026-07-30T02:20:29.863Z Downloaded opaque-debug v0.3.1
9682026-07-30T02:20:29.863Z Downloaded iana-time-zone v0.1.65
9692026-07-30T02:20:29.866Z Downloaded hashbrown v0.16.1
9702026-07-30T02:20:29.869Z Downloaded pkcs1 v0.8.0-rc.4
9712026-07-30T02:20:29.874Z Downloaded rustc-hash v2.1.1
9722026-07-30T02:20:29.874Z Downloaded rfc6979 v0.6.0
9732026-07-30T02:20:29.877Z Downloaded scuffle v0.1.0
9742026-07-30T02:20:29.877Z Downloaded unicode-segmentation v1.12.0
9752026-07-30T02:20:29.880Z Downloaded diff v0.1.13
9762026-07-30T02:20:29.883Z Downloaded signature v2.2.0
9772026-07-30T02:20:29.883Z Downloaded libxml v0.3.3
9782026-07-30T02:20:29.888Z Downloaded der_derive v0.7.3
9792026-07-30T02:20:29.891Z Downloaded ipnetwork v0.21.1
9802026-07-30T02:20:29.891Z Downloaded serde_repr v0.1.20
9812026-07-30T02:20:29.894Z Downloaded support-bundle-viewer v0.1.2
9822026-07-30T02:20:29.894Z Downloaded serde_spanned v1.1.1
9832026-07-30T02:20:29.894Z Downloaded signature v3.0.0
9842026-07-30T02:20:29.898Z Downloaded scopeguard v1.2.0
9852026-07-30T02:20:29.898Z Downloaded zeroize v1.9.0
9862026-07-30T02:20:29.904Z Downloaded native-tls v0.2.18
9872026-07-30T02:20:29.907Z Downloaded futures-util v0.3.32
9882026-07-30T02:20:29.912Z Downloaded parking_lot_core v0.9.12
9892026-07-30T02:20:29.917Z Downloaded universal-hash v0.5.1
9902026-07-30T02:20:29.920Z Downloaded pem-rfc7468 v1.0.0
9912026-07-30T02:20:29.923Z Downloaded curve25519-dalek-derive v0.1.1
9922026-07-30T02:20:29.925Z Downloaded crc-catalog v2.4.0
9932026-07-30T02:20:29.928Z Downloaded tokio-postgres v0.7.16
9942026-07-30T02:20:29.931Z Downloaded serde_with v1.14.0
9952026-07-30T02:20:29.934Z Downloaded publicsuffix v2.3.0
9962026-07-30T02:20:29.940Z Downloaded oso v0.27.3
9972026-07-30T02:20:29.943Z Downloaded pkcs8 v0.10.2
9982026-07-30T02:20:29.943Z Downloaded phf v0.12.1
9992026-07-30T02:20:29.947Z Downloaded xattr v1.6.1
10002026-07-30T02:20:29.950Z Downloaded embedded-io v0.4.0
10012026-07-30T02:20:29.950Z Downloaded indent_write v2.2.0
10022026-07-30T02:20:29.950Z Downloaded is_ci v1.2.0
10032026-07-30T02:20:29.953Z Downloaded newtype-uuid-macros v0.1.0
10042026-07-30T02:20:29.953Z Downloaded linked-hash-map v0.5.6
10052026-07-30T02:20:29.956Z Downloaded rustls-webpki v0.103.13
10062026-07-30T02:20:29.958Z Downloaded darling_core v0.23.0
10072026-07-30T02:20:29.961Z Downloaded derive_more v2.1.1
10082026-07-30T02:20:29.966Z Downloaded num-derive v0.4.2
10092026-07-30T02:20:29.970Z Downloaded der v0.7.10
10102026-07-30T02:20:29.973Z Downloaded elliptic-curve v0.14.1
10112026-07-30T02:20:29.973Z Downloaded hyper v1.10.1
10122026-07-30T02:20:29.976Z Downloaded strum_macros v0.27.2
10132026-07-30T02:20:30.023Z Downloaded time-macros v0.2.27
10142026-07-30T02:20:30.023Z Downloaded rustls-platform-verifier v0.6.2
10152026-07-30T02:20:30.023Z Downloaded tokio-native-tls v0.3.1
10162026-07-30T02:20:30.023Z Downloaded ron v0.8.1
10172026-07-30T02:20:30.023Z Downloaded litemap v0.8.1
10182026-07-30T02:20:30.023Z Downloaded openssl-probe v0.1.6
10192026-07-30T02:20:30.023Z Downloaded sponge-cursor v0.1.0
10202026-07-30T02:20:30.023Z Downloaded usdt-impl v0.6.0
10212026-07-30T02:20:30.023Z Downloaded progenitor v0.14.0
10222026-07-30T02:20:30.023Z Downloaded spki v0.7.3
10232026-07-30T02:20:30.023Z Downloaded parking_lot v0.12.5
10242026-07-30T02:20:30.023Z Downloaded test-strategy v0.4.5
10252026-07-30T02:20:30.023Z Downloaded zerocopy-derive v0.8.40
10262026-07-30T02:20:30.023Z Downloaded rtoolbox v0.0.3
10272026-07-30T02:20:30.023Z Downloaded defmt v1.0.1
10282026-07-30T02:20:30.023Z Downloaded universal-hash v0.6.1
10292026-07-30T02:20:30.023Z Downloaded cookie v0.18.1
10302026-07-30T02:20:30.023Z Downloaded cookie_store v0.22.1
10312026-07-30T02:20:30.023Z Downloaded data-encoding v2.10.0
10322026-07-30T02:20:30.023Z Downloaded icu_normalizer v2.1.1
10332026-07-30T02:20:30.023Z Downloaded defmt-parser v1.0.0
10342026-07-30T02:20:30.023Z Downloaded toml_edit v0.23.10+spec-1.0.0
10352026-07-30T02:20:30.023Z Downloaded des v0.9.0
10362026-07-30T02:20:30.023Z Downloaded bitvec v1.0.1
10372026-07-30T02:20:30.028Z Downloaded russh-cryptovec v0.62.0
10382026-07-30T02:20:30.028Z Downloaded pkcs8 v0.11.0
10392026-07-30T02:20:30.028Z Downloaded zone_cfg_derive v0.3.1
10402026-07-30T02:20:30.028Z Downloaded ed25519 v3.0.0
10412026-07-30T02:20:30.031Z Downloaded dyn-clone v1.0.20
10422026-07-30T02:20:30.031Z Downloaded dunce v1.0.5
10432026-07-30T02:20:30.035Z Downloaded illumos-nvpair v0.3.0
10442026-07-30T02:20:30.035Z Downloaded vergen-lib v9.1.0
10452026-07-30T02:20:30.038Z Downloaded darling_core v0.20.11
10462026-07-30T02:20:30.038Z Downloaded blake3 v1.8.5
10472026-07-30T02:20:30.041Z Downloaded prettyplease v0.2.37
10482026-07-30T02:20:30.044Z Downloaded memmap2 v0.9.10
10492026-07-30T02:20:30.049Z Downloaded maybe-uninit v2.0.0
10502026-07-30T02:20:30.052Z Downloaded tinyvec v1.10.0
10512026-07-30T02:20:30.052Z Downloaded h2 v0.4.15
10522026-07-30T02:20:30.057Z Downloaded progenitor-client v0.13.0
10532026-07-30T02:20:30.060Z Downloaded reqwest v0.13.2
10542026-07-30T02:20:30.072Z Downloaded rsa v0.9.10
10552026-07-30T02:20:30.076Z Downloaded serde_bytes v0.11.19
10562026-07-30T02:20:30.077Z Downloaded slog-envlogger v2.2.0
10572026-07-30T02:20:30.077Z Downloaded openssl-macros v0.1.1
10582026-07-30T02:20:30.077Z Downloaded predicates-core v1.0.10
10592026-07-30T02:20:30.077Z Downloaded portable-atomic v1.13.1
10602026-07-30T02:20:30.077Z Downloaded num-complex v0.4.6
10612026-07-30T02:20:30.087Z Downloaded zone v0.3.1
10622026-07-30T02:20:30.092Z Downloaded percent-encoding v2.3.2
10632026-07-30T02:20:30.092Z Downloaded tokio-macros v2.7.0
10642026-07-30T02:20:30.092Z Downloaded uzers v0.12.2
10652026-07-30T02:20:30.092Z Downloaded unicode-xid v0.2.6
10662026-07-30T02:20:30.092Z Downloaded structmeta v0.3.0
10672026-07-30T02:20:30.095Z Downloaded darling v0.13.4
10682026-07-30T02:20:30.095Z Downloaded derive-ex v0.1.8
10692026-07-30T02:20:30.095Z Downloaded indoc v2.0.7
10702026-07-30T02:20:30.099Z Downloaded idna_adapter v1.2.1
10712026-07-30T02:20:30.103Z Downloaded pin-project-internal v1.1.11
10722026-07-30T02:20:30.103Z Downloaded slog-json v2.6.1
10732026-07-30T02:20:30.103Z Downloaded diesel_derives v2.3.7
10742026-07-30T02:20:30.109Z Downloaded bindgen v0.71.1
10752026-07-30T02:20:30.112Z Downloaded zerofrom v0.1.6
10762026-07-30T02:20:30.112Z Downloaded linear-map v1.2.0
10772026-07-30T02:20:30.112Z Downloaded memoffset v0.9.1
10782026-07-30T02:20:30.115Z Downloaded icu_properties_data v2.1.2
10792026-07-30T02:20:30.119Z Downloaded tinystr v0.8.2
10802026-07-30T02:20:30.122Z Downloaded openssl-probe v0.2.1
10812026-07-30T02:20:30.122Z Downloaded potential_utf v0.1.4
10822026-07-30T02:20:30.125Z Downloaded nodrop v0.1.14
10832026-07-30T02:20:30.126Z Downloaded ref-cast-impl v1.0.25
10842026-07-30T02:20:30.126Z Downloaded psl-types v2.0.11
10852026-07-30T02:20:30.129Z Downloaded whoami v2.1.0
10862026-07-30T02:20:30.135Z Downloaded rayon-core v1.13.0
10872026-07-30T02:20:30.135Z Downloaded rustyline v14.0.0
10882026-07-30T02:20:30.135Z Downloaded minimal-lexical v0.2.1
10892026-07-30T02:20:30.143Z Downloaded zerovec v0.11.5
10902026-07-30T02:20:30.147Z Downloaded snafu v0.8.9
10912026-07-30T02:20:30.147Z Downloaded quinn-udp v0.5.14
10922026-07-30T02:20:30.147Z Downloaded parking_lot_core v0.8.6
10932026-07-30T02:20:30.147Z Downloaded progenitor-client v0.14.0
10942026-07-30T02:20:30.147Z Downloaded zerofrom-derive v0.1.6
10952026-07-30T02:20:30.150Z Downloaded term v1.2.1
10962026-07-30T02:20:30.150Z Downloaded unicode-truncate v1.1.0
10972026-07-30T02:20:30.151Z Downloaded lock_api v0.4.14
10982026-07-30T02:20:30.154Z Downloaded shlex v1.3.0
10992026-07-30T02:20:30.154Z Downloaded sqlformat v0.3.5
11002026-07-30T02:20:30.158Z Downloaded hkdf v0.12.4
11012026-07-30T02:20:30.161Z Downloaded typed-path v0.9.3
11022026-07-30T02:20:30.166Z Downloaded nibble_vec v0.1.0
11032026-07-30T02:20:30.170Z Downloaded tokio-dtrace v0.1.1
11042026-07-30T02:20:30.184Z Downloaded libbz2-rs-sys v0.2.2
11052026-07-30T02:20:30.188Z Downloaded rand_seeder v0.4.0
11062026-07-30T02:20:30.191Z Downloaded match_cfg v0.1.0
11072026-07-30T02:20:30.191Z Downloaded embedded-io v0.6.1
11082026-07-30T02:20:30.191Z Downloaded peg-runtime v0.8.5
11092026-07-30T02:20:30.194Z Downloaded num v0.4.3
11102026-07-30T02:20:30.197Z Downloaded itertools v0.10.5
11112026-07-30T02:20:30.200Z Downloaded winnow v0.6.26
11122026-07-30T02:20:30.205Z Downloaded lru v0.12.5
11132026-07-30T02:20:30.210Z Downloaded pem v3.0.6
11142026-07-30T02:20:30.210Z Downloaded utf8_iter v1.0.4
11152026-07-30T02:20:30.210Z Downloaded ml-kem v0.3.2
11162026-07-30T02:20:30.210Z Downloaded slog-async v2.8.0
11172026-07-30T02:20:30.210Z Downloaded toml v1.1.2+spec-1.1.0
11182026-07-30T02:20:30.213Z Downloaded darling v0.21.3
11192026-07-30T02:20:30.216Z Downloaded ed25519-dalek v3.0.0
11202026-07-30T02:20:30.216Z Downloaded icu_locale_core v2.1.1
11212026-07-30T02:20:30.220Z Downloaded term v0.7.0
11222026-07-30T02:20:30.225Z Downloaded xshell v0.2.7
11232026-07-30T02:20:30.225Z Downloaded vergen-git2 v9.1.0
11242026-07-30T02:20:30.225Z Downloaded prefix-trie v0.7.0
11252026-07-30T02:20:30.230Z Downloaded static_assertions v1.1.0
11262026-07-30T02:20:30.230Z Downloaded inout v0.1.4
11272026-07-30T02:20:30.230Z Downloaded tabwriter v1.4.1
11282026-07-30T02:20:30.230Z Downloaded difflib v0.4.0
11292026-07-30T02:20:30.230Z Downloaded strum v0.26.3
11302026-07-30T02:20:30.230Z Downloaded indicatif v0.18.4
11312026-07-30T02:20:30.233Z Downloaded signal-hook v0.3.18
11322026-07-30T02:20:30.233Z Downloaded zip v0.6.6
11332026-07-30T02:20:30.237Z Downloaded lru-cache v0.1.2
11342026-07-30T02:20:30.238Z Downloaded md5 v0.8.0
11352026-07-30T02:20:30.245Z Downloaded rusty-fork v0.3.1
11362026-07-30T02:20:30.245Z Downloaded scroll v0.13.0
11372026-07-30T02:20:30.245Z Downloaded rand_pcg v0.10.2
11382026-07-30T02:20:30.245Z Downloaded chrono v0.4.45
11392026-07-30T02:20:30.253Z Downloaded darling_macro v0.20.11
11402026-07-30T02:20:30.253Z Downloaded tough v0.22.0
11412026-07-30T02:20:30.257Z Downloaded whoami v1.6.1
11422026-07-30T02:20:30.261Z Downloaded owo-colors v4.3.0
11432026-07-30T02:20:30.261Z Downloaded dof v0.4.0
11442026-07-30T02:20:30.264Z Downloaded instability v0.3.11
11452026-07-30T02:20:30.264Z Downloaded serde_plain v1.0.2
11462026-07-30T02:20:30.270Z Downloaded thread_local v1.1.9
11472026-07-30T02:20:30.273Z Downloaded rand_xorshift v0.4.0
11482026-07-30T02:20:30.277Z Downloaded rsa v0.10.0-rc.18
11492026-07-30T02:20:30.280Z Downloaded num-iter v0.1.45
11502026-07-30T02:20:30.285Z Downloaded spin v0.9.8
11512026-07-30T02:20:30.288Z Downloaded serde_yaml v0.9.34+deprecated
11522026-07-30T02:20:30.292Z Downloaded stringprep v0.1.5
11532026-07-30T02:20:30.295Z Downloaded ed25519 v2.2.3
11542026-07-30T02:20:30.295Z Downloaded crc32fast v1.5.0
11552026-07-30T02:20:30.298Z Downloaded derive_builder v0.20.2
11562026-07-30T02:20:30.298Z Downloaded crypto-common v0.2.2
11572026-07-30T02:20:30.301Z Downloaded keccak v0.1.6
11582026-07-30T02:20:30.301Z Downloaded termtree v0.5.1
11592026-07-30T02:20:30.304Z Downloaded darling_core v0.13.4
11602026-07-30T02:20:30.304Z Downloaded toml v0.7.8
11612026-07-30T02:20:30.309Z Downloaded darling_macro v0.23.0
11622026-07-30T02:20:30.309Z Downloaded sync-ptr v0.1.4
11632026-07-30T02:20:30.309Z Downloaded kem v0.3.0
11642026-07-30T02:20:30.312Z Downloaded reqwest v0.12.28
11652026-07-30T02:20:30.316Z Downloaded schemars v0.9.0
11662026-07-30T02:20:30.323Z Downloaded simd-adler32 v0.3.8
11672026-07-30T02:20:30.326Z Downloaded tokio-util v0.7.18
11682026-07-30T02:20:30.329Z Downloaded tower-http v0.6.8
11692026-07-30T02:20:30.332Z Downloaded digest v0.11.3
11702026-07-30T02:20:30.335Z Downloaded serdect v0.4.3
11712026-07-30T02:20:30.335Z Downloaded toml_parser v1.1.2+spec-1.1.0
11722026-07-30T02:20:30.335Z Downloaded corncobs v0.1.4
11732026-07-30T02:20:30.338Z Downloaded crypto-bigint v0.5.5
11742026-07-30T02:20:30.341Z Downloaded primeorder v0.13.6
11752026-07-30T02:20:30.341Z Downloaded pkcs1 v0.7.5
11762026-07-30T02:20:30.345Z Downloaded poly1305 v0.9.0
11772026-07-30T02:20:30.345Z Downloaded crc-any v2.5.0
11782026-07-30T02:20:30.345Z Downloaded unicode-properties v0.1.4
11792026-07-30T02:20:30.349Z Downloaded toml_writer v1.1.1+spec-1.1.0
11802026-07-30T02:20:30.349Z Downloaded itertools v0.13.0
11812026-07-30T02:20:30.352Z Downloaded internal-russh-num-bigint v0.5.0
11822026-07-30T02:20:30.356Z Downloaded idna v1.1.0
11832026-07-30T02:20:30.359Z Downloaded vte v0.14.1
11842026-07-30T02:20:30.359Z Downloaded newtype-uuid v1.3.2
11852026-07-30T02:20:30.370Z Downloaded termios v0.3.3
11862026-07-30T02:20:30.373Z Downloaded defmt-macros v1.0.1
11872026-07-30T02:20:30.377Z Downloaded drift v0.2.0
11882026-07-30T02:20:30.382Z Downloaded similar v2.7.0
11892026-07-30T02:20:30.386Z Downloaded regex v1.12.3
11902026-07-30T02:20:30.390Z Downloaded twox-hash v2.1.2
11912026-07-30T02:20:30.390Z Downloaded der v0.8.0
11922026-07-30T02:20:30.394Z Downloaded rand v0.10.1
11932026-07-30T02:20:30.397Z Downloaded winnow v1.0.3
11942026-07-30T02:20:30.402Z Downloaded rustversion v1.0.22
11952026-07-30T02:20:30.406Z Downloaded rand v0.9.2
11962026-07-30T02:20:30.410Z Downloaded tokio-tungstenite v0.21.0
11972026-07-30T02:20:30.415Z Downloaded ssh-key v0.7.0-rc.11
11982026-07-30T02:20:30.420Z Downloaded yasna v0.5.2
11992026-07-30T02:20:30.424Z Downloaded steno v0.4.1
12002026-07-30T02:20:30.427Z Downloaded nom v8.0.0
12012026-07-30T02:20:30.427Z Downloaded primeorder v0.14.0
12022026-07-30T02:20:30.431Z Downloaded zerocopy v0.8.40
12032026-07-30T02:20:30.434Z Downloaded derive_more v0.99.20
12042026-07-30T02:20:30.446Z Downloaded unsafe-libyaml v0.2.11
12052026-07-30T02:20:30.452Z Downloaded uuid v1.23.4
12062026-07-30T02:20:30.452Z Downloaded hyper-util v0.1.20
12072026-07-30T02:20:30.459Z Downloaded serde_with v3.21.0
12082026-07-30T02:20:30.463Z Downloaded ed25519-dalek v2.2.0
12092026-07-30T02:20:30.464Z Downloaded omicron-zone-package v0.12.3
12102026-07-30T02:20:30.467Z Downloaded oxide-update-engine-types v0.1.2
12112026-07-30T02:20:30.467Z Downloaded samael v0.0.19
12122026-07-30T02:20:30.471Z Downloaded tower v0.5.3
12132026-07-30T02:20:30.476Z Downloaded quinn-proto v0.11.16
12142026-07-30T02:20:30.483Z Downloaded ignore v0.4.25
12152026-07-30T02:20:30.483Z Downloaded sha3 v0.12.0
12162026-07-30T02:20:30.483Z Downloaded itertools v0.12.1
12172026-07-30T02:20:30.487Z Downloaded reedline v0.40.0
12182026-07-30T02:20:30.494Z Downloaded russh v0.62.4
12192026-07-30T02:20:30.498Z Downloaded schemars v0.8.22
12202026-07-30T02:20:30.504Z Downloaded icu_normalizer_data v2.1.1
12212026-07-30T02:20:30.507Z Downloaded miniz_oxide v0.8.9
12222026-07-30T02:20:30.507Z Downloaded object v0.30.4
12232026-07-30T02:20:30.513Z Downloaded p384 v0.13.1
12242026-07-30T02:20:30.519Z Downloaded iri-string v0.7.10
12252026-07-30T02:20:30.530Z Downloaded moka v0.12.13
12262026-07-30T02:20:30.534Z Downloaded pretty_assertions v1.4.1
12272026-07-30T02:20:30.548Z Downloaded schemars v1.2.1
12282026-07-30T02:20:30.553Z Downloaded libm v0.2.16
12292026-07-30T02:20:30.558Z Downloaded git2 v0.20.4
12302026-07-30T02:20:30.563Z Downloaded quinn v0.11.11
12312026-07-30T02:20:30.567Z Downloaded proptest v1.11.0
12322026-07-30T02:20:30.571Z Downloaded regex-syntax v0.6.29
12332026-07-30T02:20:30.574Z Downloaded goblin v0.10.5
12342026-07-30T02:20:30.578Z Downloaded time v0.3.47
12352026-07-30T02:20:30.585Z Downloaded dropshot-api-manager v0.7.2
12362026-07-30T02:20:30.588Z Downloaded rawzip v0.4.4
12372026-07-30T02:20:30.594Z Downloaded nom v7.1.3
12382026-07-30T02:20:30.594Z Downloaded rayon v1.11.0
12392026-07-30T02:20:30.597Z Downloaded p521 v0.14.0
12402026-07-30T02:20:30.600Z Downloaded radix_trie v0.2.1
12412026-07-30T02:20:30.604Z Downloaded quick-xml v0.37.5
12422026-07-30T02:20:30.610Z Downloaded crypto-bigint v0.7.5
12432026-07-30T02:20:30.620Z Downloaded bstr v1.12.1
12442026-07-30T02:20:30.624Z Downloaded unicode-normalization v0.1.25
12452026-07-30T02:20:30.632Z Downloaded itertools v0.14.0
12462026-07-30T02:20:30.636Z Downloaded polar-core v0.27.3
12472026-07-30T02:20:30.649Z Downloaded winnow v0.5.40
12482026-07-30T02:20:30.654Z Downloaded nix v0.28.0
12492026-07-30T02:20:30.662Z Downloaded iddqd v0.4.2
12502026-07-30T02:20:30.669Z Downloaded openapiv3 v2.2.0
12512026-07-30T02:20:30.675Z Downloaded lalrpop v0.19.12
12522026-07-30T02:20:30.683Z Downloaded crossterm v0.28.1
12532026-07-30T02:20:30.690Z Downloaded crossterm v0.29.0
12542026-07-30T02:20:30.699Z Downloaded salty v0.3.0
12552026-07-30T02:20:30.704Z Downloaded crypto-primes v0.7.2
12562026-07-30T02:20:30.712Z Downloaded tabled v0.20.0
12572026-07-30T02:20:30.723Z Downloaded curve25519-dalek v4.1.3
12582026-07-30T02:20:30.728Z Downloaded regress v0.11.1
12592026-07-30T02:20:30.745Z Downloaded petname v2.0.2
12602026-07-30T02:20:30.754Z Downloaded smoltcp v0.9.1
12612026-07-30T02:20:30.761Z Downloaded sqlparser v0.61.0
12622026-07-30T02:20:30.767Z Downloaded regress v0.10.5
12632026-07-30T02:20:30.803Z Downloaded tracing v0.1.44
12642026-07-30T02:20:30.814Z Downloaded vcpkg v0.2.15
12652026-07-30T02:20:30.839Z Downloaded hickory-proto v0.24.4
12662026-07-30T02:20:30.847Z Downloaded smoltcp v0.11.0
12672026-07-30T02:20:30.854Z Downloaded itertools v0.15.0
12682026-07-30T02:20:30.858Z Downloaded bzip2-sys v0.1.13+1.0.8
12692026-07-30T02:20:30.867Z Downloaded zlib-rs v0.6.2
12702026-07-30T02:20:30.870Z Downloaded rustls v0.23.41
12712026-07-30T02:20:30.876Z Downloaded diesel v2.3.7
12722026-07-30T02:20:30.889Z Downloaded openssl v0.10.79
12732026-07-30T02:20:30.894Z Downloaded object v0.37.3
12742026-07-30T02:20:30.901Z Downloaded nix v0.27.1
12752026-07-30T02:20:30.907Z Downloaded hickory-proto v0.25.2
12762026-07-30T02:20:30.916Z Downloaded rustix v0.38.44
12772026-07-30T02:20:30.929Z Downloaded chrono-tz v0.10.4
12782026-07-30T02:20:30.949Z Downloaded dropshot v0.17.1
12792026-07-30T02:20:30.962Z Downloaded libz-sys v1.1.24
12802026-07-30T02:20:30.975Z Downloaded nix v0.31.2
12812026-07-30T02:20:30.982Z Downloaded sha3 v0.10.8
12822026-07-30T02:20:30.989Z Downloaded csv v1.4.0
12832026-07-30T02:20:31.001Z Downloaded petgraph v0.8.3
12842026-07-30T02:20:31.014Z Downloaded sled v0.34.7
12852026-07-30T02:20:31.019Z Downloaded regex-syntax v0.8.10
12862026-07-30T02:20:31.024Z Downloaded curve25519-dalek v5.0.0
12872026-07-30T02:20:31.029Z Downloaded typify-impl v0.6.2
12882026-07-30T02:20:31.062Z Downloaded sha3 v0.11.0
12892026-07-30T02:20:31.086Z Downloaded ratatui v0.29.0
12902026-07-30T02:20:31.125Z Downloaded zerocopy-derive v0.6.6
12912026-07-30T02:20:31.191Z Downloaded petgraph v0.6.5
12922026-07-30T02:20:31.225Z Downloaded jiff v0.2.21
12932026-07-30T02:20:31.237Z Downloaded regex-automata v0.4.14
12942026-07-30T02:20:31.255Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12952026-07-30T02:20:31.280Z Downloaded tokio v1.52.1
12962026-07-30T02:20:31.386Z Downloaded encoding_rs v0.8.35
12972026-07-30T02:20:31.434Z Downloaded ring v0.17.14
12982026-07-30T02:20:31.458Z Downloaded libgit2-sys v0.18.3+1.9.2
12992026-07-30T02:20:31.598Z Downloaded aws-lc-sys v0.40.0
13002026-07-30T02:20:31.851Z Compiling libc v0.2.185
13012026-07-30T02:20:31.851Z Compiling serde_core v1.0.228
13022026-07-30T02:20:31.854Z Compiling serde v1.0.228
13032026-07-30T02:20:31.854Z Compiling log v0.4.29
13042026-07-30T02:20:31.854Z Compiling smallvec v1.15.1
13052026-07-30T02:20:31.854Z Compiling shlex v1.3.0
13062026-07-30T02:20:31.854Z Compiling find-msvc-tools v0.1.9
13072026-07-30T02:20:31.854Z Compiling subtle v2.6.1
13082026-07-30T02:20:31.992Z Compiling scopeguard v1.2.0
13092026-07-30T02:20:32.030Z Compiling stable_deref_trait v1.2.1
13102026-07-30T02:20:32.054Z Compiling typenum v1.20.1
13112026-07-30T02:20:32.058Z Compiling serde_json v1.0.151
13122026-07-30T02:20:32.103Z Compiling portable-atomic v1.13.1
13132026-07-30T02:20:32.111Z Compiling zerocopy v0.8.40
13142026-07-30T02:20:32.133Z Compiling syn v2.0.117
13152026-07-30T02:20:32.158Z Compiling lock_api v0.4.14
13162026-07-30T02:20:32.163Z Compiling parking_lot_core v0.9.12
13172026-07-30T02:20:32.183Z Compiling pin-project-lite v0.2.17
13182026-07-30T02:20:32.222Z Compiling pkg-config v0.3.32
13192026-07-30T02:20:32.238Z Compiling critical-section v1.2.0
13202026-07-30T02:20:32.288Z Compiling getrandom v0.4.1
13212026-07-30T02:20:32.305Z Compiling libm v0.2.16
13222026-07-30T02:20:32.333Z Compiling num-traits v0.2.19
13232026-07-30T02:20:32.373Z Compiling rand_core v0.10.0
13242026-07-30T02:20:32.377Z Compiling futures-core v0.3.32
13252026-07-30T02:20:32.392Z Compiling generic-array v0.14.7
13262026-07-30T02:20:32.392Z Compiling litemap v0.8.1
13272026-07-30T02:20:32.437Z Compiling writeable v0.6.2
13282026-07-30T02:20:32.495Z Compiling percent-encoding v2.3.2
13292026-07-30T02:20:32.609Z Compiling const-oid v0.9.6
13302026-07-30T02:20:32.624Z Compiling icu_normalizer_data v2.1.1
13312026-07-30T02:20:32.641Z Compiling icu_properties_data v2.1.2
13322026-07-30T02:20:32.682Z Compiling futures-sink v0.3.32
13332026-07-30T02:20:32.745Z Compiling slab v0.4.12
13342026-07-30T02:20:32.750Z Compiling futures-task v0.3.32
13352026-07-30T02:20:32.784Z Compiling futures-channel v0.3.32
13362026-07-30T02:20:32.789Z Compiling futures-io v0.3.32
13372026-07-30T02:20:32.828Z Compiling utf8_iter v1.0.4
13382026-07-30T02:20:32.832Z Compiling form_urlencoded v1.2.2
13392026-07-30T02:20:32.832Z Compiling rustversion v1.0.22
13402026-07-30T02:20:32.934Z Compiling getrandom v0.3.4
13412026-07-30T02:20:32.959Z Compiling dunce v1.0.5
13422026-07-30T02:20:32.972Z Compiling jobserver v0.1.34
13432026-07-30T02:20:32.986Z Compiling errno v0.3.14
13442026-07-30T02:20:33.000Z Compiling getrandom v0.2.17
13452026-07-30T02:20:33.038Z Compiling mio v1.2.0
13462026-07-30T02:20:33.054Z Compiling socket2 v0.6.3
13472026-07-30T02:20:33.082Z Compiling fs_extra v1.3.0
13482026-07-30T02:20:33.082Z Compiling ident_case v1.0.1
13492026-07-30T02:20:33.147Z Compiling rand_core v0.6.4
13502026-07-30T02:20:33.209Z Compiling cc v1.2.56
13512026-07-30T02:20:33.226Z Compiling once_cell v1.21.3
13522026-07-30T02:20:33.243Z Compiling signal-hook-registry v1.4.8
13532026-07-30T02:20:33.246Z Compiling parking_lot v0.12.5
13542026-07-30T02:20:33.325Z Compiling rustix v1.1.3
13552026-07-30T02:20:33.367Z Compiling iana-time-zone v0.1.65
13562026-07-30T02:20:33.371Z Compiling regex-syntax v0.8.10
13572026-07-30T02:20:33.398Z Compiling base64ct v1.8.3
13582026-07-30T02:20:33.450Z Compiling base64 v0.22.1
13592026-07-30T02:20:33.457Z Compiling vcpkg v0.2.15
13602026-07-30T02:20:33.483Z Compiling tracing-core v0.1.36
13612026-07-30T02:20:33.514Z Compiling flagset v0.4.7
13622026-07-30T02:20:33.582Z Compiling aws-lc-rs v1.16.3
13632026-07-30T02:20:33.648Z Compiling pem-rfc7468 v0.7.0
13642026-07-30T02:20:33.663Z Compiling httparse v1.10.1
13652026-07-30T02:20:33.719Z Compiling openssl-probe v0.2.1
13662026-07-30T02:20:33.781Z Compiling rand_core v0.9.5
13672026-07-30T02:20:33.847Z Compiling cmov v0.5.4
13682026-07-30T02:20:33.899Z Compiling schemars v0.8.22
13692026-07-30T02:20:33.913Z Compiling dyn-clone v1.0.20
13702026-07-30T02:20:33.913Z Compiling tinyvec_macros v0.1.1
13712026-07-30T02:20:33.949Z Compiling cmake v0.1.57
13722026-07-30T02:20:33.961Z Compiling aho-corasick v1.1.4
13732026-07-30T02:20:33.978Z Compiling untrusted v0.7.1
13742026-07-30T02:20:34.008Z Compiling tinyvec v1.10.0
13752026-07-30T02:20:34.064Z Compiling ctutils v0.4.2
13762026-07-30T02:20:34.080Z Compiling atomic-waker v1.1.2
13772026-07-30T02:20:34.085Z Compiling tower-layer v0.3.3
13782026-07-30T02:20:34.096Z Compiling tower-service v0.3.3
13792026-07-30T02:20:34.124Z Compiling try-lock v0.2.5
13802026-07-30T02:20:34.176Z Compiling untrusted v0.9.0
13812026-07-30T02:20:34.179Z Compiling rustls v0.23.41
13822026-07-30T02:20:34.205Z Compiling foreign-types-shared v0.1.1
13832026-07-30T02:20:34.223Z Compiling want v0.3.1
13842026-07-30T02:20:34.227Z Compiling httpdate v1.0.3
13852026-07-30T02:20:34.275Z Compiling bitflags v2.11.0
13862026-07-30T02:20:34.307Z Compiling semver v1.0.28
13872026-07-30T02:20:34.366Z Compiling indexmap v2.14.0
13882026-07-30T02:20:34.374Z Compiling uuid v1.23.4
13892026-07-30T02:20:34.374Z Compiling cpufeatures v0.2.17
13902026-07-30T02:20:34.382Z Compiling openssl v0.10.79
13912026-07-30T02:20:34.404Z Compiling unicode-normalization v0.1.25
13922026-07-30T02:20:34.412Z Compiling foreign-types v0.3.2
13932026-07-30T02:20:34.426Z Compiling spin v0.9.8
13942026-07-30T02:20:34.459Z Compiling native-tls v0.2.18
13952026-07-30T02:20:34.481Z Compiling time-core v0.1.8
13962026-07-30T02:20:34.496Z Compiling crc32fast v1.5.0
13972026-07-30T02:20:34.524Z Compiling num-conv v0.2.0
13982026-07-30T02:20:34.637Z Compiling rustc_version v0.4.1
13992026-07-30T02:20:34.651Z Compiling powerfmt v0.2.0
14002026-07-30T02:20:34.666Z Compiling wait-timeout v0.2.1
14012026-07-30T02:20:34.669Z Compiling sync_wrapper v1.0.2
14022026-07-30T02:20:34.697Z Compiling time-macros v0.2.27
14032026-07-30T02:20:34.701Z Compiling simd-adler32 v0.3.8
14042026-07-30T02:20:34.804Z Compiling aws-lc-sys v0.40.0
14052026-07-30T02:20:34.871Z Compiling openssl-sys v0.9.115
14062026-07-30T02:20:34.910Z Compiling regex-automata v0.4.14
14072026-07-30T02:20:34.933Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14082026-07-30T02:20:34.952Z Compiling deranged v0.5.8
14092026-07-30T02:20:35.022Z Compiling synstructure v0.13.2
14102026-07-30T02:20:35.046Z Compiling serde_derive_internals v0.29.1
14112026-07-30T02:20:35.061Z Compiling pest_generator v2.8.6
14122026-07-30T02:20:35.061Z Compiling darling_core v0.20.11
14132026-07-30T02:20:35.089Z Compiling num_threads v0.1.7
14142026-07-30T02:20:35.204Z Compiling siphasher v1.0.2
14152026-07-30T02:20:35.415Z Compiling bit-vec v0.8.0
14162026-07-30T02:20:35.500Z Compiling tempfile v3.25.0
14172026-07-30T02:20:35.697Z Compiling quick-error v1.2.3
14182026-07-30T02:20:35.717Z Compiling syn v1.0.109
14192026-07-30T02:20:35.741Z Compiling crossbeam-utils v0.8.21
14202026-07-30T02:20:35.757Z Compiling usdt-impl v0.6.0
14212026-07-30T02:20:35.825Z Compiling rusty-fork v0.3.1
14222026-07-30T02:20:35.841Z Compiling bit-set v0.8.0
14232026-07-30T02:20:35.855Z Compiling heapless v0.7.17
14242026-07-30T02:20:35.906Z Compiling darling_core v0.23.0
14252026-07-30T02:20:36.022Z Compiling time v0.3.47
14262026-07-30T02:20:36.041Z Compiling bzip2-sys v0.1.13+1.0.8
14272026-07-30T02:20:36.058Z Compiling rand_xorshift v0.4.0
14282026-07-30T02:20:36.063Z Compiling slog v2.8.2
14292026-07-30T02:20:36.106Z Compiling thread-id v5.1.0
14302026-07-30T02:20:36.145Z Compiling cookie v0.18.1
14312026-07-30T02:20:36.158Z Compiling allocator-api2 v0.2.21
14322026-07-30T02:20:36.163Z Compiling signal-hook v0.3.18
14332026-07-30T02:20:36.186Z Compiling zstd-safe v7.2.4
14342026-07-30T02:20:36.189Z Compiling iri-string v0.7.10
14352026-07-30T02:20:36.218Z Compiling unicode-properties v0.1.4
14362026-07-30T02:20:36.261Z Compiling paste v1.0.15
14372026-07-30T02:20:36.277Z Compiling adler2 v2.0.1
14382026-07-30T02:20:36.356Z Compiling ryu v1.0.23
14392026-07-30T02:20:36.371Z Compiling unicode-bidi v0.3.18
14402026-07-30T02:20:36.374Z Compiling anyhow v1.0.102
14412026-07-30T02:20:36.416Z Compiling unarray v0.1.4
14422026-07-30T02:20:36.430Z Compiling miniz_oxide v0.8.9
14432026-07-30T02:20:36.630Z Compiling camino v1.2.2
14442026-07-30T02:20:36.645Z Compiling curve25519-dalek v4.1.3
14452026-07-30T02:20:36.854Z Compiling serde_derive v1.0.228
14462026-07-30T02:20:36.936Z Compiling zeroize_derive v1.5.0
14472026-07-30T02:20:36.954Z Compiling zerofrom-derive v0.1.6
14482026-07-30T02:20:36.999Z Compiling yoke-derive v0.8.1
14492026-07-30T02:20:37.041Z Compiling zerovec-derive v0.11.2
14502026-07-30T02:20:37.076Z Compiling zerocopy-derive v0.8.40
14512026-07-30T02:20:37.144Z Compiling displaydoc v0.2.5
14522026-07-30T02:20:37.223Z Compiling tokio-macros v2.7.0
14532026-07-30T02:20:37.510Z Compiling futures-macro v0.3.32
14542026-07-30T02:20:37.609Z Compiling zeroize v1.9.0
14552026-07-30T02:20:37.684Z Compiling der_derive v0.7.3
14562026-07-30T02:20:37.835Z Compiling tracing-attributes v0.1.31
14572026-07-30T02:20:37.924Z Compiling thiserror-impl v2.0.18
14582026-07-30T02:20:38.003Z Compiling rustls-pki-types v1.14.0
14592026-07-30T02:20:38.190Z Compiling schemars_derive v0.8.22
14602026-07-30T02:20:38.226Z Compiling hybrid-array v0.4.13
14612026-07-30T02:20:38.387Z Compiling futures-util v0.3.32
14622026-07-30T02:20:38.402Z Compiling block-buffer v0.10.4
14632026-07-30T02:20:38.424Z Compiling zerofrom v0.1.6
14642026-07-30T02:20:38.495Z Compiling crypto-common v0.1.7
14652026-07-30T02:20:38.571Z Compiling yoke v0.8.1
14662026-07-30T02:20:38.587Z Compiling scroll_derive v0.13.1
14672026-07-30T02:20:38.607Z Compiling pest_derive v2.8.6
14682026-07-30T02:20:38.673Z Compiling digest v0.10.7
14692026-07-30T02:20:38.724Z Compiling der v0.7.10
14702026-07-30T02:20:38.779Z Compiling zerovec v0.11.5
14712026-07-30T02:20:38.949Z Compiling zerotrie v0.2.3
14722026-07-30T02:20:39.044Z Compiling darling_macro v0.20.11
14732026-07-30T02:20:39.107Z Compiling openssl-macros v0.1.1
14742026-07-30T02:20:39.245Z Compiling tracing v0.1.44
14752026-07-30T02:20:39.298Z Compiling tinystr v0.8.2
14762026-07-30T02:20:39.341Z Compiling potential_utf v0.1.4
14772026-07-30T02:20:39.359Z Compiling sha2 v0.10.9
14782026-07-30T02:20:39.375Z Compiling thiserror v2.0.18
14792026-07-30T02:20:39.512Z Compiling icu_locale_core v2.1.1
14802026-07-30T02:20:39.523Z Compiling icu_collections v2.1.1
14812026-07-30T02:20:39.528Z Compiling scroll v0.13.0
14822026-07-30T02:20:39.544Z Compiling hmac v0.12.1
14832026-07-30T02:20:39.548Z Compiling dtrace-parser v0.3.0
14842026-07-30T02:20:39.588Z Compiling thiserror-impl v1.0.69
14852026-07-30T02:20:39.607Z Compiling spki v0.7.3
14862026-07-30T02:20:39.719Z Compiling darling v0.20.11
14872026-07-30T02:20:39.818Z Compiling pkcs8 v0.10.2
14882026-07-30T02:20:39.841Z Compiling goblin v0.10.5
14892026-07-30T02:20:39.848Z Compiling derive_builder_core v0.20.2
14902026-07-30T02:20:40.030Z Compiling scroll_derive v0.12.1
14912026-07-30T02:20:40.059Z Compiling block-buffer v0.12.1
14922026-07-30T02:20:40.154Z Compiling crypto-common v0.2.2
14932026-07-30T02:20:40.278Z Compiling icu_provider v2.1.1
14942026-07-30T02:20:40.381Z Compiling block-padding v0.4.2
14952026-07-30T02:20:40.441Z Compiling signature v2.2.0
14962026-07-30T02:20:40.554Z Compiling bytes v1.11.1
14972026-07-30T02:20:40.566Z Compiling icu_properties v2.1.2
14982026-07-30T02:20:40.587Z Compiling icu_normalizer v2.1.1
14992026-07-30T02:20:40.599Z Compiling chrono v0.4.45
15002026-07-30T02:20:40.655Z Compiling ipnet v2.11.0
15012026-07-30T02:20:40.754Z Compiling scroll v0.12.0
15022026-07-30T02:20:40.759Z Compiling serde_tokenstream v0.2.3
15032026-07-30T02:20:40.805Z Compiling derive_builder_macro v0.20.2
15042026-07-30T02:20:40.884Z Compiling erased-serde v0.3.31
15052026-07-30T02:20:40.934Z Compiling thiserror v1.0.69
15062026-07-30T02:20:41.050Z Compiling tokio v1.52.1
15072026-07-30T02:20:41.064Z Compiling http v1.4.2
15082026-07-30T02:20:41.120Z Compiling hex v0.4.3
15092026-07-30T02:20:41.140Z Compiling toml_datetime v0.6.11
15102026-07-30T02:20:41.181Z Compiling serde_spanned v0.6.9
15112026-07-30T02:20:41.205Z Compiling serde_urlencoded v0.7.1
15122026-07-30T02:20:41.324Z Compiling md-5 v0.10.6
15132026-07-30T02:20:41.343Z Compiling darling_macro v0.23.0
15142026-07-30T02:20:41.398Z Compiling rustls-native-certs v0.8.3
15152026-07-30T02:20:41.412Z Compiling bstr v1.12.1
15162026-07-30T02:20:41.427Z Compiling async-trait v0.1.89
15172026-07-30T02:20:41.524Z Compiling idna_adapter v1.2.1
15182026-07-30T02:20:41.538Z Compiling zerocopy-derive v0.7.35
15192026-07-30T02:20:41.630Z Compiling idna v1.1.0
15202026-07-30T02:20:41.711Z Compiling ppv-lite86 v0.2.21
15212026-07-30T02:20:41.727Z Compiling http-body v1.0.1
15222026-07-30T02:20:41.793Z Compiling pin-project-internal v1.1.11
15232026-07-30T02:20:41.878Z Compiling http-body-util v0.1.3
15242026-07-30T02:20:41.969Z Compiling url v2.5.8
15252026-07-30T02:20:42.014Z Compiling stringprep v0.1.5
15262026-07-30T02:20:42.025Z Compiling rand_chacha v0.9.0
15272026-07-30T02:20:42.066Z Compiling rand_chacha v0.3.1
15282026-07-30T02:20:42.089Z Compiling num-integer v0.1.46
15292026-07-30T02:20:42.140Z Compiling vergen-lib v9.1.0
15302026-07-30T02:20:42.240Z Compiling rand v0.9.2
15312026-07-30T02:20:42.315Z Compiling hash32 v0.2.1
15322026-07-30T02:20:42.340Z Compiling memoffset v0.9.1
15332026-07-30T02:20:42.415Z Compiling encoding_rs v0.8.35
15342026-07-30T02:20:42.431Z Compiling fallible-iterator v0.2.0
15352026-07-30T02:20:42.499Z Compiling psl-types v2.0.11
15362026-07-30T02:20:42.532Z Compiling litrs v1.0.0
15372026-07-30T02:20:42.556Z Compiling rustix v0.38.44
15382026-07-30T02:20:42.632Z Compiling ref-cast v1.0.25
15392026-07-30T02:20:42.706Z Compiling dof v0.4.0
15402026-07-30T02:20:42.751Z Compiling cfg_aliases v0.2.1
15412026-07-30T02:20:42.765Z Compiling mime v0.3.17
15422026-07-30T02:20:42.800Z Compiling num-bigint-dig v0.8.6
15432026-07-30T02:20:42.837Z Compiling proptest v1.11.0
15442026-07-30T02:20:42.880Z Compiling smoltcp v0.9.1
15452026-07-30T02:20:42.919Z Compiling zlib-rs v0.6.2
15462026-07-30T02:20:42.964Z Compiling pin-project v1.1.11
15472026-07-30T02:20:43.187Z Compiling nix v0.31.2
15482026-07-30T02:20:43.200Z Compiling postgres-protocol v0.6.10
15492026-07-30T02:20:43.200Z Compiling document-features v0.2.12
15502026-07-30T02:20:43.200Z Compiling publicsuffix v2.3.0
15512026-07-30T02:20:43.259Z Compiling zerocopy v0.7.35
15522026-07-30T02:20:43.275Z Compiling num-iter v0.1.45
15532026-07-30T02:20:43.279Z Compiling ipnetwork v0.21.1
15542026-07-30T02:20:43.480Z Compiling rand v0.8.6
15552026-07-30T02:20:43.495Z Compiling darling v0.23.0
15562026-07-30T02:20:43.711Z Compiling derive_builder v0.20.2
15572026-07-30T02:20:43.732Z Compiling oxnet v0.1.6
15582026-07-30T02:20:43.732Z Compiling goblin v0.8.2
15592026-07-30T02:20:43.732Z Compiling futures-executor v0.3.32
15602026-07-30T02:20:43.747Z Compiling hubpack_derive v0.1.1
15612026-07-30T02:20:43.835Z Compiling inout v0.2.2
15622026-07-30T02:20:43.851Z Compiling regex v1.12.3
15632026-07-30T02:20:44.052Z Compiling curve25519-dalek-derive v0.1.1
15642026-07-30T02:20:44.067Z Compiling snafu-derive v0.8.9
15652026-07-30T02:20:44.072Z Compiling ref-cast-impl v1.0.25
15662026-07-30T02:20:44.073Z Compiling daft-derive v0.1.7
15672026-07-30T02:20:44.113Z Compiling strum_macros v0.27.2
15682026-07-30T02:20:44.237Z Compiling terminal_size v0.4.3
15692026-07-30T02:20:44.292Z Compiling phf_shared v0.13.1
15702026-07-30T02:20:44.538Z Compiling lazy_static v1.5.0
15712026-07-30T02:20:44.546Z Compiling anstyle-parse v0.2.7
15722026-07-30T02:20:44.546Z Compiling cargo-platform v0.3.2
15732026-07-30T02:20:44.546Z Compiling vergen v9.1.0
15742026-07-30T02:20:44.546Z Compiling ff v0.13.1
15752026-07-30T02:20:44.556Z Compiling fs-err v3.3.0
15762026-07-30T02:20:44.601Z Compiling ahash v0.8.12
15772026-07-30T02:20:44.672Z Compiling managed v0.8.0
15782026-07-30T02:20:44.695Z Compiling unicode-segmentation v1.12.0
15792026-07-30T02:20:44.798Z Compiling bitflags v1.3.2
15802026-07-30T02:20:44.831Z Compiling same-file v1.0.6
15812026-07-30T02:20:44.831Z Compiling winnow v0.5.40
15822026-07-30T02:20:44.831Z Compiling base16ct v0.2.0
15832026-07-30T02:20:44.831Z Compiling bumpalo v3.20.2
15842026-07-30T02:20:44.831Z Compiling foldhash v0.1.5
15852026-07-30T02:20:44.849Z Compiling foldhash v0.2.0
15862026-07-30T02:20:44.861Z Compiling libbz2-rs-sys v0.2.2
15872026-07-30T02:20:44.939Z Compiling tokio-util v0.7.18
15882026-07-30T02:20:44.955Z Compiling tower v0.5.3
15892026-07-30T02:20:44.985Z Compiling tokio-native-tls v0.3.1
15902026-07-30T02:20:45.025Z Compiling object v0.37.3
15912026-07-30T02:20:45.087Z Compiling hashbrown v0.16.1
15922026-07-30T02:20:45.132Z Compiling zopfli v0.8.3
15932026-07-30T02:20:45.148Z Compiling hashbrown v0.15.5
15942026-07-30T02:20:45.182Z Compiling sec1 v0.7.3
15952026-07-30T02:20:45.320Z Compiling newtype-uuid v1.3.2
15962026-07-30T02:20:45.471Z Compiling tower-http v0.6.8
15972026-07-30T02:20:45.591Z Compiling daft v0.1.7
15982026-07-30T02:20:45.598Z Compiling bzip2 v0.6.1
15992026-07-30T02:20:45.774Z Compiling h2 v0.4.15
16002026-07-30T02:20:45.781Z Compiling walkdir v2.5.0
16012026-07-30T02:20:45.807Z Compiling flate2 v1.1.9
16022026-07-30T02:20:45.847Z Compiling clap_builder v4.6.0
16032026-07-30T02:20:46.015Z Compiling dof v0.3.0
16042026-07-30T02:20:46.087Z Compiling group v0.13.0
16052026-07-30T02:20:46.103Z Compiling snafu v0.8.9
16062026-07-30T02:20:46.195Z Compiling toml_edit v0.19.15
16072026-07-30T02:20:46.216Z Compiling cargo_metadata v0.23.1
16082026-07-30T02:20:46.231Z Compiling strum v0.27.2
16092026-07-30T02:20:46.281Z Compiling anstream v0.6.21
16102026-07-30T02:20:46.291Z Compiling phf v0.13.1
16112026-07-30T02:20:46.384Z Compiling signal-hook-mio v0.2.5
16122026-07-30T02:20:46.487Z Compiling usdt-attr-macro v0.6.0
16132026-07-30T02:20:46.525Z Compiling usdt-macro v0.6.0
16142026-07-30T02:20:46.568Z Compiling hubpack v0.1.2
16152026-07-30T02:20:46.601Z Compiling cookie_store v0.22.1
16162026-07-30T02:20:46.762Z Compiling bzip2 v0.4.4
16172026-07-30T02:20:46.807Z Compiling cipher v0.5.2
16182026-07-30T02:20:46.852Z Compiling futures v0.3.32
16192026-07-30T02:20:46.954Z Compiling serde_with_macros v3.21.0
16202026-07-30T02:20:46.992Z Compiling postgres-types v0.2.12
16212026-07-30T02:20:47.012Z Compiling zstd v0.13.3
16222026-07-30T02:20:47.282Z Compiling globset v0.4.18
16232026-07-30T02:20:47.297Z Compiling dtrace-parser v0.2.0
16242026-07-30T02:20:47.312Z Compiling ed25519 v2.2.3
16252026-07-30T02:20:47.351Z Compiling olpc-cjson v0.1.4
16262026-07-30T02:20:47.353Z Compiling serde_plain v1.0.2
16272026-07-30T02:20:47.530Z Compiling serde-big-array v0.5.1
16282026-07-30T02:20:47.575Z Compiling pkcs1 v0.7.5
16292026-07-30T02:20:47.578Z Compiling hkdf v0.12.4
16302026-07-30T02:20:47.626Z Compiling crypto-bigint v0.5.5
16312026-07-30T02:20:47.687Z Compiling serde_repr v0.1.20
16322026-07-30T02:20:47.779Z Compiling async-recursion v1.1.1
16332026-07-30T02:20:47.999Z Compiling strum_macros v0.26.4
16342026-07-30T02:20:48.010Z Compiling enum-as-inner v0.6.1
16352026-07-30T02:20:48.054Z Compiling clap_derive v4.6.1
16362026-07-30T02:20:48.134Z Compiling phf_shared v0.11.3
16372026-07-30T02:20:48.234Z Compiling float-cmp v0.10.0
16382026-07-30T02:20:48.264Z Compiling pem v3.0.6
16392026-07-30T02:20:48.340Z Compiling memmap2 v0.9.10
16402026-07-30T02:20:48.370Z Compiling thread-id v4.2.2
16412026-07-30T02:20:48.396Z Compiling env_filter v1.0.0
16422026-07-30T02:20:48.466Z Compiling winnow v1.0.3
16432026-07-30T02:20:48.479Z Compiling static_assertions v1.1.0
16442026-07-30T02:20:48.548Z Compiling fixedbitset v0.5.7
16452026-07-30T02:20:48.563Z Compiling difflib v0.4.0
16462026-07-30T02:20:48.576Z Compiling jiff v0.2.21
16472026-07-30T02:20:48.622Z Compiling predicates-core v1.0.10
16482026-07-30T02:20:48.711Z Compiling fixedbitset v0.4.2
16492026-07-30T02:20:48.826Z Compiling keccak v0.1.6
16502026-07-30T02:20:48.837Z Compiling const-oid v0.10.2
16512026-07-30T02:20:48.877Z Compiling hyper v1.10.1
16522026-07-30T02:20:48.894Z Compiling cpufeatures v0.3.0
16532026-07-30T02:20:48.915Z Compiling either v1.15.0
16542026-07-30T02:20:48.944Z Compiling new_debug_unreachable v1.0.6
16552026-07-30T02:20:48.950Z Compiling typed-path v0.9.3
16562026-07-30T02:20:48.980Z Compiling data-encoding v2.10.0
16572026-07-30T02:20:49.035Z Compiling whoami v2.1.0
16582026-07-30T02:20:49.062Z Compiling normalize-line-endings v0.3.0
16592026-07-30T02:20:49.135Z Compiling precomputed-hash v0.1.1
16602026-07-30T02:20:49.157Z Compiling toml_edit v0.22.27
16612026-07-30T02:20:49.176Z Compiling predicates v3.1.4
16622026-07-30T02:20:49.239Z Compiling string_cache v0.8.9
16632026-07-30T02:20:49.433Z Compiling hickory-proto v0.25.2
16642026-07-30T02:20:49.484Z Compiling tokio-postgres v0.7.16
16652026-07-30T02:20:49.571Z Compiling itertools v0.13.0
16662026-07-30T02:20:49.693Z Compiling digest v0.11.3
16672026-07-30T02:20:49.775Z Compiling sha3 v0.10.8
16682026-07-30T02:20:49.790Z Compiling strum v0.26.3
16692026-07-30T02:20:49.836Z Compiling chacha20 v0.10.0
16702026-07-30T02:20:49.907Z Compiling clap v4.6.1
16712026-07-30T02:20:49.927Z Compiling petgraph v0.6.5
16722026-07-30T02:20:49.943Z Compiling toml_parser v1.1.2+spec-1.1.0
16732026-07-30T02:20:49.984Z Compiling petgraph v0.8.3
16742026-07-30T02:20:50.000Z Compiling elliptic-curve v0.13.8
16752026-07-30T02:20:50.240Z Compiling hyper-util v0.1.20
16762026-07-30T02:20:50.281Z Compiling env_logger v0.11.9
16772026-07-30T02:20:50.300Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-07-30T02:20:50.434Z Compiling usdt v0.6.0
16792026-07-30T02:20:50.589Z Compiling usdt-impl v0.5.0
16802026-07-30T02:20:50.605Z Compiling serde_with v3.21.0
16812026-07-30T02:20:50.653Z Compiling crossterm v0.28.1
16822026-07-30T02:20:50.730Z Compiling rsa v0.9.10
16832026-07-30T02:20:50.910Z Compiling toml v0.7.8
16842026-07-30T02:20:51.199Z Compiling ed25519-dalek v2.2.0
16852026-07-30T02:20:51.492Z Compiling zip v4.6.1
16862026-07-30T02:20:51.753Z Compiling hyper-tls v0.6.0
16872026-07-30T02:20:51.909Z Compiling zip v0.6.6
16882026-07-30T02:20:51.979Z Compiling reqwest v0.12.28
16892026-07-30T02:20:51.994Z Compiling iddqd v0.4.2
16902026-07-30T02:20:52.050Z Compiling tokio-stream v0.1.18
16912026-07-30T02:20:52.294Z Compiling heck v0.4.1
16922026-07-30T02:20:52.450Z Compiling similar v2.7.0
16932026-07-30T02:20:52.508Z Compiling buf-list v1.1.2
16942026-07-30T02:20:52.537Z Compiling byte-wrapper v0.1.0
16952026-07-30T02:20:52.537Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16962026-07-30T02:20:52.550Z Compiling openapiv3 v2.2.0
16972026-07-30T02:20:52.558Z Compiling x509-cert v0.2.5
16982026-07-30T02:20:52.797Z Compiling crossbeam-epoch v0.9.18
16992026-07-30T02:20:52.837Z Compiling peg-runtime v0.8.5
17002026-07-30T02:20:52.869Z Compiling lalrpop-util v0.19.12
17012026-07-30T02:20:52.926Z Compiling thread_local v1.1.9
17022026-07-30T02:20:53.082Z Compiling slog-async v2.8.0
17032026-07-30T02:20:53.144Z Compiling crossbeam-channel v0.5.15
17042026-07-30T02:20:53.160Z Compiling is-terminal v0.4.17
17052026-07-30T02:20:53.198Z Compiling filetime v0.2.27
17062026-07-30T02:20:53.212Z Compiling term v1.2.1
17072026-07-30T02:20:53.268Z Compiling take_mut v0.2.2
17082026-07-30T02:20:53.284Z Compiling xattr v1.6.1
17092026-07-30T02:20:53.301Z Compiling camino-tempfile v1.4.1
17102026-07-30T02:20:53.436Z Compiling tar v0.4.46
17112026-07-30T02:20:53.536Z Compiling slog-term v2.9.2
17122026-07-30T02:21:11.319Z Compiling rustls-webpki v0.103.13
17132026-07-30T02:21:14.015Z Compiling tokio-rustls v0.26.4
17142026-07-30T02:21:14.016Z Compiling rustls-platform-verifier v0.6.2
17152026-07-30T02:21:14.016Z Compiling tough v0.22.0
17162026-07-30T02:21:14.226Z Compiling hyper-rustls v0.27.7
17172026-07-30T02:21:14.420Z Compiling reqwest v0.13.2
17182026-07-30T02:21:16.597Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-07-30T02:21:16.827Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-07-30T02:21:21.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.36s
17212026-07-30T02:21:21.236Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17222026-07-30T02:21:21.236ZJul 30 02:21:19.236 INFO Starting download, target: Cockroach
17232026-07-30T02:21:21.236ZJul 30 02:21:19.236 INFO Starting download, target: Console
17242026-07-30T02:21:21.236ZJul 30 02:21:19.236 INFO Starting download, target: DendriteStub
17252026-07-30T02:21:21.236ZJul 30 02:21:19.236 INFO Starting download, target: Clickhouse
17262026-07-30T02:21:21.236ZJul 30 02:21:19.236 INFO Starting download, target: MaghemiteMgd
17272026-07-30T02:21:21.236ZJul 30 02:21:19.236 INFO Starting download, target: MaghemiteDdmd
17282026-07-30T02:21:21.236ZJul 30 02:21:19.236 INFO Starting download, target: TransceiverControl
17292026-07-30T02:21:21.236ZJul 30 02:21:19.237 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-07-30T02:21:21.236ZJul 30 02:21:19.237 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-07-30T02:21:21.236ZJul 30 02:21:19.237 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322026-07-30T02:21:21.236ZJul 30 02:21:19.237 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17332026-07-30T02:21:21.236ZJul 30 02:21:19.237 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-07-30T02:21:21.236ZJul 30 02:21:19.237 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-07-30T02:21:21.237ZJul 30 02:21:19.237 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-07-30T02:21:21.764ZJul 30 02:21:21.020 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17372026-07-30T02:21:22.016ZJul 30 02:21:21.232 INFO Download complete, target: TransceiverControl
17382026-07-30T02:21:22.068ZJul 30 02:21:21.320 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-07-30T02:21:22.350ZJul 30 02:21:21.575 INFO Download complete, target: Console
17402026-07-30T02:21:23.308ZJul 30 02:21:22.552 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-07-30T02:21:23.868ZJul 30 02:21:23.128 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17422026-07-30T02:21:24.335ZJul 30 02:21:23.578 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-07-30T02:21:24.722ZJul 30 02:21:23.899 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-07-30T02:21:25.430ZJul 30 02:21:24.687 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-07-30T02:21:25.430ZJul 30 02:21:24.687 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-07-30T02:21:25.755ZJul 30 02:21:25.025 INFO Download complete, target: MaghemiteDdmd
17472026-07-30T02:21:27.058ZJul 30 02:21:26.330 INFO Download complete, target: DendriteStub
17482026-07-30T02:21:27.330ZJul 30 02:21:26.595 INFO Download complete, target: MaghemiteMgd
17492026-07-30T02:21:30.182ZJul 30 02:21:29.454 INFO Checking that binary works, target: Cockroach
17502026-07-30T02:21:30.241ZJul 30 02:21:29.509 INFO Checking that binary works, target: Clickhouse
17512026-07-30T02:21:30.324ZJul 30 02:21:29.595 INFO Download complete, target: Cockroach
17522026-07-30T02:21:30.339ZJul 30 02:21:29.612 INFO Download complete, target: Clickhouse
17532026-07-30T02:21:30.348ZAll prerequisites installed successfully
17542026-07-30T02:21:30.348Z
17552026-07-30T02:21:30.348Zreal 1:48.538044770
17562026-07-30T02:21:30.348Zuser 6:38.808727202
17572026-07-30T02:21:30.348Zsys 1:39.376185821
17582026-07-30T02:21:30.348Ztrap 0.266296615
17592026-07-30T02:21:30.348Ztflt 0.866187935
17602026-07-30T02:21:30.348Zdflt 1.574374809
17612026-07-30T02:21:30.348Zkflt 0.029713940
17622026-07-30T02:21:30.348Zlock 26:10.833633165
17632026-07-30T02:21:30.348Zslp 17:56.373240151
17642026-07-30T02:21:30.348Zlat 25.339831318
17652026-07-30T02:21:30.348Zstop 3:22.077008969
17662026-07-30T02:21:30.348Z+ ptime -m cargo xtask download softnpu
17672026-07-30T02:21:30.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
17682026-07-30T02:21:30.831Z Running `target/debug/xtask download softnpu`
17692026-07-30T02:21:31.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17702026-07-30T02:21:31.661Z Running `target/debug/xtask-downloader softnpu`
17712026-07-30T02:21:31.703ZJul 30 02:21:30.975 INFO Starting download, target: Softnpu
17722026-07-30T02:21:31.713ZJul 30 02:21:30.976 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17732026-07-30T02:21:32.371ZJul 30 02:21:31.639 INFO Download complete, target: Softnpu
17742026-07-30T02:21:32.376Z
17752026-07-30T02:21:32.376Zreal 2.019059700
17762026-07-30T02:21:32.376Zuser 1.317128817
17772026-07-30T02:21:32.377Zsys 0.619352277
17782026-07-30T02:21:32.377Ztrap 0.000566740
17792026-07-30T02:21:32.377Ztflt 0.000210140
17802026-07-30T02:21:32.377Zdflt 0.000178650
17812026-07-30T02:21:32.377Zkflt 0.000000000
17822026-07-30T02:21:32.377Zlock 12.372166827
17832026-07-30T02:21:32.378Zslp 0.518622397
17842026-07-30T02:21:32.378Zlat 0.093739583
17852026-07-30T02:21:32.378Zstop 0.000198580
17862026-07-30T02:21:32.378Z+ export CARGO_INCREMENTAL=0
17872026-07-30T02:21:32.378Z+ CARGO_INCREMENTAL=0
17882026-07-30T02:21:32.378Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17892026-07-30T02:21:33.274Z Compiling proc-macro2 v1.0.106
17902026-07-30T02:21:33.274Z Compiling quote v1.0.45
17912026-07-30T02:21:33.274Z Compiling unicode-ident v1.0.24
17922026-07-30T02:21:33.278Z Compiling libc v0.2.185
17932026-07-30T02:21:33.278Z Compiling serde_core v1.0.228
17942026-07-30T02:21:33.278Z Compiling serde v1.0.228
17952026-07-30T02:21:33.278Z Compiling cfg-if v1.0.4
17962026-07-30T02:21:33.278Z Compiling version_check v0.9.5
17972026-07-30T02:21:33.278Z Compiling find-msvc-tools v0.1.9
17982026-07-30T02:21:33.279Z Compiling shlex v1.3.0
17992026-07-30T02:21:33.279Z Compiling zmij v1.0.21
18002026-07-30T02:21:33.279Z Compiling memchr v2.8.0
18012026-07-30T02:21:33.279Z Compiling serde_json v1.0.151
18022026-07-30T02:21:33.424Z Compiling autocfg v1.5.0
18032026-07-30T02:21:33.673Z Compiling portable-atomic v1.13.1
18042026-07-30T02:21:33.712Z Compiling zerocopy v0.8.40
18052026-07-30T02:21:33.716Z Compiling getrandom v0.4.1
18062026-07-30T02:21:33.721Z Compiling libm v0.2.16
18072026-07-30T02:21:33.729Z Compiling parking_lot_core v0.9.12
18082026-07-30T02:21:33.814Z Compiling icu_normalizer_data v2.1.1
18092026-07-30T02:21:33.989Z Compiling icu_properties_data v2.1.2
18102026-07-30T02:21:34.025Z Compiling num-traits v0.2.19
18112026-07-30T02:21:34.030Z Compiling smallvec v1.15.1
18122026-07-30T02:21:34.030Z Compiling generic-array v0.14.7
18132026-07-30T02:21:34.049Z Compiling itoa v1.0.17
18142026-07-30T02:21:34.053Z Compiling log v0.4.29
18152026-07-30T02:21:34.144Z Compiling subtle v2.6.1
18162026-07-30T02:21:34.166Z Compiling pkg-config v0.3.32
18172026-07-30T02:21:34.224Z Compiling stable_deref_trait v1.2.1
18182026-07-30T02:21:34.297Z Compiling typenum v1.20.1
18192026-07-30T02:21:34.327Z Compiling scopeguard v1.2.0
18202026-07-30T02:21:34.362Z Compiling rand_core v0.10.0
18212026-07-30T02:21:34.409Z Compiling jobserver v0.1.34
18222026-07-30T02:21:34.412Z Compiling errno v0.3.14
18232026-07-30T02:21:34.453Z Compiling lock_api v0.4.14
18242026-07-30T02:21:34.529Z Compiling thiserror v2.0.18
18252026-07-30T02:21:34.592Z Compiling pin-project-lite v0.2.17
18262026-07-30T02:21:34.615Z Compiling getrandom v0.3.4
18272026-07-30T02:21:34.654Z Compiling cc v1.2.56
18282026-07-30T02:21:34.703Z Compiling equivalent v1.0.2
18292026-07-30T02:21:34.729Z Compiling percent-encoding v2.3.2
18302026-07-30T02:21:34.730Z Compiling litemap v0.8.1
18312026-07-30T02:21:34.733Z Compiling writeable v0.6.2
18322026-07-30T02:21:34.776Z Compiling syn v2.0.117
18332026-07-30T02:21:34.786Z Compiling getrandom v0.2.17
18342026-07-30T02:21:34.871Z Compiling rustversion v1.0.22
18352026-07-30T02:21:34.900Z Compiling schemars v0.8.22
18362026-07-30T02:21:34.971Z Compiling rand_core v0.6.4
18372026-07-30T02:21:35.012Z Compiling critical-section v1.2.0
18382026-07-30T02:21:35.015Z Compiling rustix v1.1.3
18392026-07-30T02:21:35.045Z Compiling dunce v1.0.5
18402026-07-30T02:21:35.060Z Compiling fs_extra v1.3.0
18412026-07-30T02:21:35.153Z Compiling hashbrown v0.17.0
18422026-07-30T02:21:35.249Z Compiling signal-hook-registry v1.4.8
18432026-07-30T02:21:35.334Z Compiling utf8_iter v1.0.4
18442026-07-30T02:21:35.363Z Compiling heck v0.5.0
18452026-07-30T02:21:35.385Z Compiling form_urlencoded v1.2.2
18462026-07-30T02:21:35.442Z Compiling cmake v0.1.57
18472026-07-30T02:21:35.586Z Compiling once_cell v1.21.3
18482026-07-30T02:21:35.626Z Compiling parking_lot v0.12.5
18492026-07-30T02:21:35.669Z Compiling socket2 v0.6.3
18502026-07-30T02:21:35.772Z Compiling mio v1.2.0
18512026-07-30T02:21:35.791Z Compiling semver v1.0.28
18522026-07-30T02:21:35.820Z Compiling indexmap v2.14.0
18532026-07-30T02:21:35.851Z Compiling futures-core v0.3.32
18542026-07-30T02:21:35.950Z Compiling bitflags v2.11.0
18552026-07-30T02:21:36.023Z Compiling aws-lc-sys v0.40.0
18562026-07-30T02:21:36.041Z Compiling aws-lc-rs v1.16.3
18572026-07-30T02:21:36.145Z Compiling strsim v0.11.1
18582026-07-30T02:21:36.150Z Compiling httparse v1.10.1
18592026-07-30T02:21:36.450Z Compiling byteorder v1.5.0
18602026-07-30T02:21:36.463Z Compiling thiserror v1.0.69
18612026-07-30T02:21:36.472Z Compiling ucd-trie v0.1.7
18622026-07-30T02:21:36.561Z Compiling syn v1.0.109
18632026-07-30T02:21:36.594Z Compiling const-oid v0.9.6
18642026-07-30T02:21:36.600Z Compiling regex-syntax v0.8.10
18652026-07-30T02:21:36.668Z Compiling pest v2.8.6
18662026-07-30T02:21:36.688Z Compiling ident_case v1.0.1
18672026-07-30T02:21:36.741Z Compiling iana-time-zone v0.1.65
18682026-07-30T02:21:36.824Z Compiling fnv v1.0.7
18692026-07-30T02:21:36.824Z Compiling vcpkg v0.2.15
18702026-07-30T02:21:36.986Z Compiling uuid v1.23.4
18712026-07-30T02:21:37.091Z Compiling rustc_version v0.4.1
18722026-07-30T02:21:37.128Z Compiling futures-sink v0.3.32
18732026-07-30T02:21:37.192Z Compiling rustls v0.23.41
18742026-07-30T02:21:37.243Z Compiling futures-channel v0.3.32
18752026-07-30T02:21:37.435Z Compiling aho-corasick v1.1.4
18762026-07-30T02:21:37.443Z Compiling slab v0.4.12
18772026-07-30T02:21:37.444Z Compiling futures-io v0.3.32
18782026-07-30T02:21:37.444Z Compiling openssl-sys v0.9.115
18792026-07-30T02:21:37.508Z Compiling futures-task v0.3.32
18802026-07-30T02:21:37.608Z Compiling synstructure v0.13.2
18812026-07-30T02:21:37.631Z Compiling serde_derive_internals v0.29.1
18822026-07-30T02:21:37.690Z Compiling time-core v0.1.8
18832026-07-30T02:21:37.847Z Compiling pest_meta v2.8.6
18842026-07-30T02:21:37.860Z Compiling num-conv v0.2.0
18852026-07-30T02:21:37.861Z Compiling dyn-clone v1.0.20
18862026-07-30T02:21:37.882Z Compiling crc32fast v1.5.0
18872026-07-30T02:21:37.896Z Compiling plain v0.2.3
18882026-07-30T02:21:38.006Z Compiling time-macros v0.2.27
18892026-07-30T02:21:38.081Z Compiling crossbeam-utils v0.8.21
18902026-07-30T02:21:38.123Z Compiling base64 v0.22.1
18912026-07-30T02:21:38.163Z Compiling openssl v0.10.79
18922026-07-30T02:21:38.217Z Compiling regex-automata v0.4.14
18932026-07-30T02:21:38.305Z Compiling pretty-hex v0.4.1
18942026-07-30T02:21:38.317Z Compiling darling_core v0.23.0
18952026-07-30T02:21:38.388Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18962026-07-30T02:21:38.441Z Compiling pest_generator v2.8.6
18972026-07-30T02:21:38.479Z Compiling anyhow v1.0.102
18982026-07-30T02:21:38.663Z Compiling native-tls v0.2.18
18992026-07-30T02:21:38.679Z Compiling rand_core v0.9.5
19002026-07-30T02:21:38.796Z Compiling slog v2.8.2
19012026-07-30T02:21:38.803Z Compiling tracing-core v0.1.36
19022026-07-30T02:21:38.854Z Compiling serde_derive v1.0.228
19032026-07-30T02:21:38.906Z Compiling zeroize_derive v1.5.0
19042026-07-30T02:21:38.926Z Compiling zerofrom-derive v0.1.6
19052026-07-30T02:21:38.976Z Compiling yoke-derive v0.8.1
19062026-07-30T02:21:39.026Z Compiling zerovec-derive v0.11.2
19072026-07-30T02:21:39.066Z Compiling displaydoc v0.2.5
19082026-07-30T02:21:39.111Z Compiling zerocopy-derive v0.8.40
19092026-07-30T02:21:39.125Z Compiling tokio-macros v2.7.0
19102026-07-30T02:21:39.144Z Compiling futures-macro v0.3.32
19112026-07-30T02:21:39.558Z Compiling thiserror-impl v2.0.18
19122026-07-30T02:21:39.580Z Compiling zeroize v1.9.0
19132026-07-30T02:21:39.798Z Compiling schemars_derive v0.8.22
19142026-07-30T02:21:39.823Z Compiling tracing-attributes v0.1.31
19152026-07-30T02:21:39.920Z Compiling der_derive v0.7.3
19162026-07-30T02:21:39.952Z Compiling thiserror-impl v1.0.69
19172026-07-30T02:21:40.101Z Compiling zerofrom v0.1.6
19182026-07-30T02:21:40.217Z Compiling yoke v0.8.1
19192026-07-30T02:21:40.437Z Compiling zerovec v0.11.5
19202026-07-30T02:21:40.442Z Compiling zerotrie v0.2.3
19212026-07-30T02:21:40.528Z Compiling crypto-common v0.1.7
19222026-07-30T02:21:40.677Z Compiling pest_derive v2.8.6
19232026-07-30T02:21:40.693Z Compiling futures-util v0.3.32
19242026-07-30T02:21:40.922Z Compiling block-buffer v0.10.4
19252026-07-30T02:21:40.984Z Compiling tinystr v0.8.2
19262026-07-30T02:21:40.999Z Compiling potential_utf v0.1.4
19272026-07-30T02:21:41.057Z Compiling digest v0.10.7
19282026-07-30T02:21:41.095Z Compiling scroll_derive v0.13.1
19292026-07-30T02:21:41.142Z Compiling icu_collections v2.1.1
19302026-07-30T02:21:41.201Z Compiling icu_locale_core v2.1.1
19312026-07-30T02:21:41.268Z Compiling scroll_derive v0.12.1
19322026-07-30T02:21:41.296Z Compiling openssl-macros v0.1.1
19332026-07-30T02:21:41.715Z Compiling regex v1.12.3
19342026-07-30T02:21:41.800Z Compiling darling_macro v0.23.0
19352026-07-30T02:21:41.815Z Compiling zerocopy-derive v0.7.35
19362026-07-30T02:21:41.862Z Compiling icu_provider v2.1.1
19372026-07-30T02:21:42.028Z Compiling bytes v1.11.1
19382026-07-30T02:21:42.087Z Compiling chrono v0.4.45
19392026-07-30T02:21:42.182Z Compiling icu_properties v2.1.2
19402026-07-30T02:21:42.191Z Compiling icu_normalizer v2.1.1
19412026-07-30T02:21:42.333Z Compiling serde_tokenstream v0.2.3
19422026-07-30T02:21:42.616Z Compiling tokio v1.52.1
19432026-07-30T02:21:42.649Z Compiling http v1.4.2
19442026-07-30T02:21:43.105Z Compiling idna_adapter v1.2.1
19452026-07-30T02:21:43.262Z Compiling idna v1.1.0
19462026-07-30T02:21:43.373Z Compiling ppv-lite86 v0.2.21
19472026-07-30T02:21:43.410Z Compiling cookie v0.18.1
19482026-07-30T02:21:43.513Z Compiling base64ct v1.8.3
19492026-07-30T02:21:43.662Z Compiling url v2.5.8
19502026-07-30T02:21:43.788Z Compiling camino v1.2.2
19512026-07-30T02:21:43.812Z Compiling pem-rfc7468 v0.7.0
19522026-07-30T02:21:43.900Z Compiling darling v0.23.0
19532026-07-30T02:21:43.949Z Compiling tracing v0.1.44
19542026-07-30T02:21:44.099Z Compiling flagset v0.4.7
19552026-07-30T02:21:44.114Z Compiling rand_chacha v0.9.0
19562026-07-30T02:21:44.255Z Compiling der v0.7.10
19572026-07-30T02:21:44.275Z Compiling http-body v1.0.1
19582026-07-30T02:21:44.404Z Compiling rustls-pki-types v1.14.0
19592026-07-30T02:21:44.788Z Compiling usdt-impl v0.5.0
19602026-07-30T02:21:44.844Z Compiling tinyvec_macros v0.1.1
19612026-07-30T02:21:44.851Z Compiling cmov v0.5.4
19622026-07-30T02:21:44.904Z Compiling openssl-probe v0.2.1
19632026-07-30T02:21:45.173Z Compiling either v1.15.0
19642026-07-30T02:21:45.173Z Compiling usdt-impl v0.6.0
19652026-07-30T02:21:45.242Z Compiling fastrand v2.3.0
19662026-07-30T02:21:45.246Z Compiling paste v1.0.15
19672026-07-30T02:21:45.375Z Compiling ref-cast v1.0.25
19682026-07-30T02:21:45.394Z Compiling spki v0.7.3
19692026-07-30T02:21:45.411Z Compiling ctutils v0.4.2
19702026-07-30T02:21:45.469Z Compiling tinyvec v1.10.0
19712026-07-30T02:21:45.609Z Compiling rand v0.9.2
19722026-07-30T02:21:45.667Z Compiling serde_spanned v0.6.9
19732026-07-30T02:21:45.706Z Compiling toml_datetime v0.6.11
19742026-07-30T02:21:45.726Z Compiling scroll v0.12.0
19752026-07-30T02:21:45.767Z Compiling scroll v0.13.0
19762026-07-30T02:21:45.825Z Compiling async-trait v0.1.89
19772026-07-30T02:21:45.856Z Compiling heapless v0.7.17
19782026-07-30T02:21:45.910Z Compiling bzip2-sys v0.1.13+1.0.8
19792026-07-30T02:21:46.010Z Compiling try-lock v0.2.5
19802026-07-30T02:21:46.041Z Compiling atomic-waker v1.1.2
19812026-07-30T02:21:46.041Z Compiling untrusted v0.7.1
19822026-07-30T02:21:46.041Z Compiling cpufeatures v0.2.17
19832026-07-30T02:21:46.067Z Compiling tower-layer v0.3.3
19842026-07-30T02:21:46.373Z Compiling litrs v1.0.0
19852026-07-30T02:21:46.431Z Compiling zstd-safe v7.2.4
19862026-07-30T02:21:46.434Z Compiling signal-hook v0.3.18
19872026-07-30T02:21:46.434Z Compiling winnow v1.0.3
19882026-07-30T02:21:46.434Z Compiling winnow v0.7.14
19892026-07-30T02:21:46.434Z Compiling tower-service v0.3.3
19902026-07-30T02:21:46.434Z Compiling rustix v0.38.44
19912026-07-30T02:21:46.434Z Compiling want v0.3.1
19922026-07-30T02:21:46.434Z Compiling goblin v0.10.5
19932026-07-30T02:21:46.435Z Compiling goblin v0.8.2
19942026-07-30T02:21:46.440Z Compiling toml_parser v1.1.2+spec-1.1.0
19952026-07-30T02:21:46.682Z Compiling tokio-util v0.7.18
19962026-07-30T02:21:46.691Z Compiling document-features v0.2.12
19972026-07-30T02:21:46.735Z Compiling hybrid-array v0.4.13
19982026-07-30T02:21:47.001Z Compiling zerocopy v0.7.35
19992026-07-30T02:21:47.364Z Compiling h2 v0.4.15
20002026-07-30T02:21:47.459Z Compiling ipnet v2.11.0
20012026-07-30T02:21:47.475Z Compiling ref-cast-impl v1.0.25
20022026-07-30T02:21:47.551Z Compiling darling_core v0.20.11
20032026-07-30T02:21:47.574Z Compiling curve25519-dalek v4.1.3
20042026-07-30T02:21:47.765Z Compiling memoffset v0.9.1
20052026-07-30T02:21:47.786Z Compiling foreign-types-shared v0.1.1
20062026-07-30T02:21:47.837Z Compiling untrusted v0.9.0
20072026-07-30T02:21:47.909Z Compiling utf8parse v0.2.2
20082026-07-30T02:21:47.930Z Compiling httpdate v1.0.3
20092026-07-30T02:21:48.183Z Compiling powerfmt v0.2.0
20102026-07-30T02:21:48.246Z Compiling winnow v0.5.40
20112026-07-30T02:21:48.293Z Compiling tempfile v3.25.0
20122026-07-30T02:21:48.307Z Compiling foreign-types v0.3.2
20132026-07-30T02:21:48.389Z Compiling deranged v0.5.8
20142026-07-30T02:21:48.517Z Compiling unicode-normalization v0.1.25
20152026-07-30T02:21:48.549Z Compiling dtrace-parser v0.2.0
20162026-07-30T02:21:48.600Z Compiling dof v0.3.0
20172026-07-30T02:21:49.013Z Compiling dof v0.4.0
20182026-07-30T02:21:49.098Z Compiling pkcs8 v0.10.2
20192026-07-30T02:21:49.793Z Compiling dtrace-parser v0.3.0
20202026-07-30T02:21:49.893Z Compiling darling_macro v0.20.11
20212026-07-30T02:21:49.893Z Compiling toml_edit v0.19.15
20222026-07-30T02:21:49.893Z Compiling daft-derive v0.1.7
20232026-07-30T02:21:49.894Z Compiling pin-project-internal v1.1.11
20242026-07-30T02:21:50.009Z Compiling spin v0.9.8
20252026-07-30T02:21:50.043Z Compiling thread-id v5.1.0
20262026-07-30T02:21:50.070Z Compiling thread-id v4.2.2
20272026-07-30T02:21:50.118Z Compiling num-bigint-dig v0.8.6
20282026-07-30T02:21:50.141Z Compiling cfg_aliases v0.2.1
20292026-07-30T02:21:50.186Z Compiling anstyle v1.0.14
20302026-07-30T02:21:50.314Z Compiling num_threads v0.1.7
20312026-07-30T02:21:50.405Z Compiling smoltcp v0.9.1
20322026-07-30T02:21:50.452Z Compiling nix v0.31.2
20332026-07-30T02:21:50.452Z Compiling darling v0.20.11
20342026-07-30T02:21:50.465Z Compiling time v0.3.47
20352026-07-30T02:21:50.611Z Compiling hyper v1.10.1
20362026-07-30T02:21:50.809Z Compiling sha2 v0.10.9
20372026-07-30T02:21:50.934Z Compiling ipnetwork v0.21.1
20382026-07-30T02:21:51.084Z Compiling hmac v0.12.1
20392026-07-30T02:21:51.195Z Compiling strum_macros v0.26.4
20402026-07-30T02:21:51.240Z Compiling curve25519-dalek-derive v0.1.1
20412026-07-30T02:21:51.439Z Compiling sync_wrapper v1.0.2
20422026-07-30T02:21:51.521Z Compiling wait-timeout v0.2.1
20432026-07-30T02:21:51.746Z Compiling hyper-util v0.1.20
20442026-07-30T02:21:51.799Z Compiling quick-error v1.2.3
20452026-07-30T02:21:51.861Z Compiling siphasher v1.0.2
20462026-07-30T02:21:51.877Z Compiling anstyle-query v1.1.5
20472026-07-30T02:21:51.948Z Compiling is_terminal_polyfill v1.70.2
20482026-07-30T02:21:52.000Z Compiling colorchoice v1.0.4
20492026-07-30T02:21:52.092Z Compiling bit-vec v0.8.0
20502026-07-30T02:21:52.098Z Compiling simd-adler32 v0.3.8
20512026-07-30T02:21:52.333Z Compiling bit-set v0.8.0
20522026-07-30T02:21:52.527Z Compiling rusty-fork v0.3.1
20532026-07-30T02:21:52.700Z Compiling tower v0.5.3
20542026-07-30T02:21:53.455Z Compiling derive_builder_core v0.20.2
20552026-07-30T02:21:53.528Z Compiling http-body-util v0.1.3
20562026-07-30T02:21:53.530Z Compiling hubpack_derive v0.1.1
20572026-07-30T02:21:53.530Z Compiling rand_xorshift v0.4.0
20582026-07-30T02:21:53.530Z Compiling snafu-derive v0.8.9
20592026-07-30T02:21:53.530Z Compiling strum_macros v0.27.2
20602026-07-30T02:21:53.686Z Compiling fs-err v3.3.0
20612026-07-30T02:21:53.686Z Compiling ahash v0.8.12
20622026-07-30T02:21:53.805Z Compiling unarray v0.1.4
20632026-07-30T02:21:53.824Z Compiling allocator-api2 v0.2.21
20642026-07-30T02:21:53.824Z Compiling adler2 v2.0.1
20652026-07-30T02:21:53.824Z Compiling object v0.37.3
20662026-07-30T02:21:53.942Z Compiling unicode-bidi v0.3.18
20672026-07-30T02:21:53.973Z Compiling iri-string v0.7.10
20682026-07-30T02:21:53.973Z Compiling ryu v1.0.23
20692026-07-30T02:21:54.023Z Compiling unicode-segmentation v1.12.0
20702026-07-30T02:21:54.091Z Compiling unicode-properties v0.1.4
20712026-07-30T02:21:54.323Z Compiling stringprep v0.1.5
20722026-07-30T02:21:54.344Z Compiling serde_urlencoded v0.7.1
20732026-07-30T02:21:54.403Z Compiling derive_builder_macro v0.20.2
20742026-07-30T02:21:54.440Z Compiling miniz_oxide v0.8.9
20752026-07-30T02:21:54.621Z Compiling proptest v1.11.0
20762026-07-30T02:21:54.965Z Compiling tokio-native-tls v0.3.1
20772026-07-30T02:21:55.065Z Compiling usdt-attr-macro v0.6.0
20782026-07-30T02:21:55.175Z Compiling usdt-macro v0.6.0
20792026-07-30T02:21:55.175Z Compiling anstyle-parse v1.0.0
20802026-07-30T02:21:55.216Z Compiling tower-http v0.6.8
20812026-07-30T02:21:55.255Z Compiling block-buffer v0.12.1
20822026-07-30T02:21:55.302Z Compiling block-padding v0.4.2
20832026-07-30T02:21:55.314Z Compiling crypto-common v0.2.2
20842026-07-30T02:21:55.647Z Compiling rustls-native-certs v0.8.3
20852026-07-30T02:21:56.265Z Compiling rand_chacha v0.3.1
20862026-07-30T02:21:56.339Z Compiling erased-serde v0.3.31
20872026-07-30T02:21:56.339Z Compiling hex v0.4.3
20882026-07-30T02:21:56.340Z Compiling md-5 v0.10.6
20892026-07-30T02:21:56.340Z Compiling signature v2.2.0
20902026-07-30T02:21:56.340Z Compiling bstr v1.12.1
20912026-07-30T02:21:56.340Z Compiling num-integer v0.1.46
20922026-07-30T02:21:56.340Z Compiling hash32 v0.2.1
20932026-07-30T02:21:56.340Z Compiling vergen-lib v9.1.0
20942026-07-30T02:21:59.677Z Compiling encoding_rs v0.8.35
20952026-07-30T02:21:59.728Z Compiling mime v0.3.17
20962026-07-30T02:21:59.728Z Compiling psl-types v2.0.11
20972026-07-30T02:21:59.728Z Compiling cpufeatures v0.3.0
20982026-07-30T02:21:59.728Z Compiling fallible-iterator v0.2.0
20992026-07-30T02:21:59.728Z Compiling zlib-rs v0.6.2
21002026-07-30T02:21:59.728Z Compiling newtype-uuid v1.3.2
21012026-07-30T02:21:59.728Z Compiling publicsuffix v2.3.0
21022026-07-30T02:21:59.728Z Compiling postgres-protocol v0.6.10
21032026-07-30T02:21:59.728Z Compiling num-iter v0.1.45
21042026-07-30T02:21:59.728Z Compiling rand v0.8.6
21052026-07-30T02:21:59.728Z Compiling oxnet v0.1.6
21062026-07-30T02:21:59.728Z Compiling inout v0.2.2
21072026-07-30T02:21:59.728Z Compiling anstream v1.0.0
21082026-07-30T02:21:59.728Z Compiling hyper-tls v0.6.0
21092026-07-30T02:21:59.728Z Compiling derive_builder v0.20.2
21102026-07-30T02:21:59.728Z Compiling heck v0.4.1
21112026-07-30T02:21:59.728Z Compiling phf_shared v0.13.1
21122026-07-30T02:21:59.728Z Compiling pin-project v1.1.11
21132026-07-30T02:21:59.728Z Compiling lazy_static v1.5.0
21142026-07-30T02:21:59.728Z Compiling anstyle-parse v0.2.7
21152026-07-30T02:21:59.728Z Compiling terminal_size v0.4.3
21162026-07-30T02:21:59.728Z Compiling serde_with_macros v3.21.0
21172026-07-30T02:21:59.728Z Compiling futures-executor v0.3.32
21182026-07-30T02:21:59.728Z Compiling enum-as-inner v0.6.1
21192026-07-30T02:21:59.729Z Compiling clap_derive v4.6.1
21202026-07-30T02:21:59.729Z Compiling async-recursion v1.1.1
21212026-07-30T02:21:59.729Z Compiling serde_repr v0.1.20
21222026-07-30T02:21:59.729Z Compiling ff v0.13.1
21232026-07-30T02:21:59.729Z Compiling vergen v9.1.0
21242026-07-30T02:21:59.729Z Compiling cargo-platform v0.3.2
21252026-07-30T02:21:59.729Z Compiling flate2 v1.1.9
21262026-07-30T02:21:59.729Z Compiling managed v0.8.0
21272026-07-30T02:21:59.729Z Compiling libbz2-rs-sys v0.2.2
21282026-07-30T02:21:59.729Z Compiling bitflags v1.3.2
21292026-07-30T02:21:59.729Z Compiling bumpalo v3.20.2
21302026-07-30T02:21:59.729Z Compiling foldhash v0.1.5
21312026-07-30T02:21:59.729Z Compiling clap_lex v1.0.0
21322026-07-30T02:21:59.729Z Compiling same-file v1.0.6
21332026-07-30T02:21:59.729Z Compiling foldhash v0.2.0
21342026-07-30T02:21:59.729Z Compiling base16ct v0.2.0
21352026-07-30T02:21:59.729Z Compiling walkdir v2.5.0
21362026-07-30T02:21:59.729Z Compiling clap_builder v4.6.0
21372026-07-30T02:21:59.729Z Compiling hashbrown v0.16.1
21382026-07-30T02:21:59.729Z Compiling sec1 v0.7.3
21392026-07-30T02:21:59.729Z Compiling bzip2 v0.6.1
21402026-07-30T02:21:59.729Z Compiling zopfli v0.8.3
21412026-07-30T02:21:59.729Z Compiling hashbrown v0.15.5
21422026-07-30T02:21:59.729Z Compiling cargo_metadata v0.23.1
21432026-07-30T02:21:59.873Z Compiling group v0.13.0
21442026-07-30T02:21:59.913Z Compiling zstd v0.13.3
21452026-07-30T02:22:00.119Z Compiling futures v0.3.32
21462026-07-30T02:22:00.250Z Compiling anstream v0.6.21
21472026-07-30T02:22:00.313Z Compiling phf v0.13.1
21482026-07-30T02:22:00.494Z Compiling snafu v0.8.9
21492026-07-30T02:22:00.567Z Compiling reqwest v0.12.28
21502026-07-30T02:22:00.852Z Compiling signal-hook-mio v0.2.5
21512026-07-30T02:22:00.874Z Compiling daft v0.1.7
21522026-07-30T02:22:01.049Z Compiling cipher v0.5.2
21532026-07-30T02:22:01.182Z Compiling cookie_store v0.22.1
21542026-07-30T02:22:01.229Z Compiling postgres-types v0.2.12
21552026-07-30T02:22:01.257Z Compiling bzip2 v0.4.4
21562026-07-30T02:22:01.340Z Compiling globset v0.4.18
21572026-07-30T02:22:01.423Z Compiling ed25519 v2.2.3
21582026-07-30T02:22:01.485Z Compiling strum v0.27.2
21592026-07-30T02:22:01.580Z Compiling hubpack v0.1.2
21602026-07-30T02:22:01.640Z Compiling phf_shared v0.11.3
21612026-07-30T02:22:01.677Z Compiling hkdf v0.12.4
21622026-07-30T02:22:01.698Z Compiling crossbeam-epoch v0.9.18
21632026-07-30T02:22:01.842Z Compiling pkcs1 v0.7.5
21642026-07-30T02:22:02.044Z Compiling olpc-cjson v0.1.4
21652026-07-30T02:22:02.051Z Compiling pem v3.0.6
21662026-07-30T02:22:02.098Z Compiling serde_plain v1.0.2
21672026-07-30T02:22:02.115Z Compiling serde-big-array v0.5.1
21682026-07-30T02:22:02.165Z Compiling crypto-bigint v0.5.5
21692026-07-30T02:22:02.314Z Compiling float-cmp v0.10.0
21702026-07-30T02:22:02.331Z Compiling memmap2 v0.9.10
21712026-07-30T02:22:02.344Z Compiling env_filter v1.0.0
21722026-07-30T02:22:02.359Z Compiling precomputed-hash v0.1.1
21732026-07-30T02:22:02.461Z Compiling new_debug_unreachable v1.0.6
21742026-07-30T02:22:02.477Z Compiling static_assertions v1.1.0
21752026-07-30T02:22:02.494Z Compiling jiff v0.2.21
21762026-07-30T02:22:02.562Z Compiling toml_write v0.1.2
21772026-07-30T02:22:02.570Z Compiling fixedbitset v0.4.2
21782026-07-30T02:22:02.584Z Compiling const-oid v0.10.2
21792026-07-30T02:22:02.628Z Compiling fixedbitset v0.5.7
21802026-07-30T02:22:02.632Z Compiling normalize-line-endings v0.3.0
21812026-07-30T02:22:02.784Z Compiling keccak v0.1.6
21822026-07-30T02:22:02.788Z Compiling predicates-core v1.0.10
21832026-07-30T02:22:02.883Z Compiling data-encoding v2.10.0
21842026-07-30T02:22:02.912Z Compiling whoami v2.1.0
21852026-07-30T02:22:02.951Z Compiling difflib v0.4.0
21862026-07-30T02:22:02.969Z Compiling typed-path v0.9.3
21872026-07-30T02:22:03.005Z Compiling sha3 v0.10.8
21882026-07-30T02:22:03.139Z Compiling tokio-postgres v0.7.16
21892026-07-30T02:22:03.262Z Compiling predicates v3.1.4
21902026-07-30T02:22:03.277Z Compiling hickory-proto v0.25.2
21912026-07-30T02:22:03.295Z Compiling elliptic-curve v0.13.8
21922026-07-30T02:22:03.298Z Compiling petgraph v0.8.3
21932026-07-30T02:22:03.384Z Compiling chacha20 v0.10.0
21942026-07-30T02:22:03.411Z Compiling digest v0.11.3
21952026-07-30T02:22:03.461Z Compiling petgraph v0.6.5
21962026-07-30T02:22:03.601Z Compiling toml_edit v0.22.27
21972026-07-30T02:22:03.676Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21982026-07-30T02:22:03.708Z Compiling string_cache v0.8.9
21992026-07-30T02:22:03.865Z Compiling env_logger v0.11.9
22002026-07-30T02:22:03.952Z Compiling usdt v0.6.0
22012026-07-30T02:22:04.234Z Compiling rsa v0.9.10
22022026-07-30T02:22:05.299Z Compiling zip v4.6.1
22032026-07-30T02:22:05.455Z Compiling ed25519-dalek v2.2.0
22042026-07-30T02:22:05.584Z Compiling zip v0.6.6
22052026-07-30T02:22:05.779Z Compiling iddqd v0.4.2
22062026-07-30T02:22:05.957Z Compiling crossterm v0.28.1
22072026-07-30T02:22:06.188Z Compiling clap v4.6.1
22082026-07-30T02:22:06.290Z Compiling serde_with v3.21.0
22092026-07-30T02:22:06.558Z Compiling similar v2.7.0
22102026-07-30T02:22:06.609Z Compiling byte-wrapper v0.1.0
22112026-07-30T02:22:06.663Z Compiling strum v0.26.3
22122026-07-30T02:22:06.730Z Compiling toml v0.7.8
22132026-07-30T02:22:06.774Z Compiling tokio-stream v0.1.18
22142026-07-30T02:22:06.860Z Compiling buf-list v1.1.2
22152026-07-30T02:22:07.064Z Compiling x509-cert v0.2.5
22162026-07-30T02:22:07.170Z Compiling itertools v0.13.0
22172026-07-30T02:22:07.262Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22182026-07-30T02:22:07.692Z Compiling openapiv3 v2.2.0
22192026-07-30T02:22:08.023Z Compiling peg-runtime v0.8.5
22202026-07-30T02:22:08.152Z Compiling lalrpop-util v0.19.12
22212026-07-30T02:22:24.366Z Compiling rustls-webpki v0.103.13
22222026-07-30T02:22:25.424Z Compiling macaddr v1.0.1
22232026-07-30T02:22:25.588Z Compiling structmeta-derive v0.3.0
22242026-07-30T02:22:25.621Z Compiling rayon-core v1.13.0
22252026-07-30T02:22:25.669Z Compiling crucible-workspace-hack v0.1.0
22262026-07-30T02:22:25.725Z Compiling itertools v0.15.0
22272026-07-30T02:22:25.858Z Compiling secrecy v0.10.3
22282026-07-30T02:22:25.878Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22292026-07-30T02:22:25.894Z Compiling heapless v0.8.0
22302026-07-30T02:22:25.934Z Compiling toml_datetime v0.7.5+spec-1.1.0
22312026-07-30T02:22:26.067Z Compiling crossbeam-deque v0.8.6
22322026-07-30T02:22:26.113Z Compiling toml_edit v0.23.10+spec-1.0.0
22332026-07-30T02:22:26.139Z Compiling inout v0.1.4
22342026-07-30T02:22:26.210Z Compiling hash32 v0.3.1
22352026-07-30T02:22:26.308Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22362026-07-30T02:22:26.308Z Compiling multer v3.1.0
22372026-07-30T02:22:26.340Z Compiling thread_local v1.1.9
22382026-07-30T02:22:26.368Z Compiling unicode-width v0.2.0
22392026-07-30T02:22:26.388Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22402026-07-30T02:22:26.456Z Compiling smoltcp v0.11.0
22412026-07-30T02:22:26.488Z Compiling compression-core v0.4.31
22422026-07-30T02:22:26.536Z Compiling slog-async v2.8.0
22432026-07-30T02:22:26.578Z Compiling structmeta v0.3.0
22442026-07-30T02:22:26.620Z Compiling match_cfg v0.1.0
22452026-07-30T02:22:26.678Z Compiling proc-macro-crate v3.4.0
22462026-07-30T02:22:26.693Z Compiling hostname v0.3.1
22472026-07-30T02:22:26.710Z Compiling compression-codecs v0.4.37
22482026-07-30T02:22:26.809Z Compiling derive-ex v0.1.8
22492026-07-30T02:22:26.853Z Compiling cipher v0.4.4
22502026-07-30T02:22:26.896Z Compiling atomicwrites v0.4.4
22512026-07-30T02:22:27.029Z Compiling slog-json v2.6.1
22522026-07-30T02:22:27.078Z Compiling ingot-macros v0.2.0
22532026-07-30T02:22:27.097Z Compiling crossbeam-channel v0.5.15
22542026-07-30T02:22:27.118Z Compiling half v2.7.1
22552026-07-30T02:22:27.134Z Compiling newtype-uuid-macros v0.1.0
22562026-07-30T02:22:27.195Z Compiling cobs v0.3.0
22572026-07-30T02:22:27.300Z Compiling universal-hash v0.5.1
22582026-07-30T02:22:27.345Z Compiling thiserror-impl-no-std v2.0.2
22592026-07-30T02:22:27.468Z Compiling async-stream-impl v0.3.6
22602026-07-30T02:22:27.487Z Compiling serde_spanned v1.1.1
22612026-07-30T02:22:27.502Z Compiling toml_datetime v1.1.1+spec-1.1.0
22622026-07-30T02:22:27.666Z Compiling is-terminal v0.4.17
22632026-07-30T02:22:27.794Z Compiling dropshot v0.17.1
22642026-07-30T02:22:27.808Z Compiling proc-macro-error-attr v1.0.4
22652026-07-30T02:22:27.856Z Compiling toml_writer v1.1.1+spec-1.1.0
22662026-07-30T02:22:27.937Z Compiling take_mut v0.2.2
22672026-07-30T02:22:28.016Z Compiling term v1.2.1
22682026-07-30T02:22:28.032Z Compiling ciborium-io v0.2.2
22692026-07-30T02:22:28.061Z Compiling opaque-debug v0.3.1
22702026-07-30T02:22:28.077Z Compiling convert_case v0.4.0
22712026-07-30T02:22:28.150Z Compiling tokio-rustls v0.26.4
22722026-07-30T02:22:28.154Z Compiling rustls-platform-verifier v0.6.2
22732026-07-30T02:22:28.182Z Compiling tough v0.22.0
22742026-07-30T02:22:28.351Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22752026-07-30T02:22:28.367Z Compiling test-strategy v0.4.5
22762026-07-30T02:22:28.384Z Compiling thiserror-no-std v2.0.2
22772026-07-30T02:22:28.398Z Compiling hyper-rustls v0.27.7
22782026-07-30T02:22:28.415Z Compiling derive_more v0.99.20
22792026-07-30T02:22:28.475Z Compiling slog-term v2.9.2
22802026-07-30T02:22:28.502Z Compiling poly1305 v0.8.0
22812026-07-30T02:22:28.604Z Compiling ciborium-ll v0.2.2
22822026-07-30T02:22:28.743Z Compiling reqwest v0.13.2
22832026-07-30T02:22:28.892Z Compiling toml v1.1.2+spec-1.1.0
22842026-07-30T02:22:29.475Z Compiling async-stream v0.3.6
22852026-07-30T02:22:29.759Z Compiling ingot-types v0.2.0
22862026-07-30T02:22:29.774Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22872026-07-30T02:22:29.777Z Compiling postcard v1.1.3
22882026-07-30T02:22:29.809Z Compiling slog-bunyan v2.5.0
22892026-07-30T02:22:29.838Z Compiling num_enum_derive v0.7.6
22902026-07-30T02:22:29.855Z Compiling chacha20 v0.9.1
22912026-07-30T02:22:30.025Z Compiling async-compression v0.4.41
22922026-07-30T02:22:30.137Z Compiling parse-display-derive v0.10.0
22932026-07-30T02:22:30.192Z Compiling ingot v0.2.1
22942026-07-30T02:22:30.368Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
22952026-07-30T02:22:30.505Z Compiling sha1 v0.11.0
22962026-07-30T02:22:30.712Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22972026-07-30T02:22:30.777Z Compiling proc-macro-crate v1.3.1
22982026-07-30T02:22:30.978Z Compiling waitgroup v0.1.2
22992026-07-30T02:22:30.983Z Compiling backon v1.6.0
23002026-07-30T02:22:31.160Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23012026-07-30T02:22:31.175Z Compiling password-hash v0.5.0
23022026-07-30T02:22:31.370Z Compiling rustls-pemfile v2.2.0
23032026-07-30T02:22:31.395Z Compiling dropshot_endpoint v0.17.1
23042026-07-30T02:22:31.578Z Compiling blake2 v0.10.6
23052026-07-30T02:22:31.592Z Compiling aead v0.5.2
23062026-07-30T02:22:31.668Z Compiling foreign-types-macros v0.2.3
23072026-07-30T02:22:31.775Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23082026-07-30T02:22:31.815Z Compiling serde_path_to_error v0.1.20
23092026-07-30T02:22:31.831Z Compiling hostname v0.4.2
23102026-07-30T02:22:32.057Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23112026-07-30T02:22:32.062Z Compiling proc-macro-error v1.0.4
23122026-07-30T02:22:32.070Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23132026-07-30T02:22:32.111Z Compiling instant v0.1.13
23142026-07-30T02:22:32.148Z Compiling foreign-types-shared v0.3.1
23152026-07-30T02:22:32.192Z Compiling debug-ignore v1.0.5
23162026-07-30T02:22:32.211Z Compiling backoff v0.4.0
23172026-07-30T02:22:32.263Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23182026-07-30T02:22:32.293Z Compiling argon2 v0.5.3
23192026-07-30T02:22:32.296Z Compiling chacha20poly1305 v0.10.1
23202026-07-30T02:22:32.296Z Compiling foreign-types v0.5.0
23212026-07-30T02:22:32.297Z Compiling parse-display v0.10.0
23222026-07-30T02:22:32.353Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23232026-07-30T02:22:32.391Z Compiling num_enum_derive v0.5.11
23242026-07-30T02:22:32.407Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23252026-07-30T02:22:32.441Z Compiling num_enum v0.7.6
23262026-07-30T02:22:32.480Z Compiling ciborium v0.2.2
23272026-07-30T02:22:32.518Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23282026-07-30T02:22:32.592Z Compiling vsss-rs v3.3.4
23292026-07-30T02:22:32.769Z Compiling tabwriter v1.4.1
23302026-07-30T02:22:32.868Z Compiling regress v0.10.5
23312026-07-30T02:22:32.966Z Compiling itertools v0.14.0
23322026-07-30T02:22:33.001Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-07-30T02:22:33.030Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23342026-07-30T02:22:33.092Z Compiling cstr-argument v0.1.2
23352026-07-30T02:22:33.134Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23362026-07-30T02:22:33.181Z Compiling humantime v2.3.0
23372026-07-30T02:22:33.219Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-07-30T02:22:33.335Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-07-30T02:22:33.376Z Compiling num_enum v0.5.11
23402026-07-30T02:22:33.392Z Compiling rayon v1.11.0
23412026-07-30T02:22:33.395Z Compiling rand v0.10.1
23422026-07-30T02:22:33.479Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23432026-07-30T02:22:33.554Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23442026-07-30T02:22:33.624Z Compiling colored v3.1.1
23452026-07-30T02:22:33.640Z Compiling indent_write v2.2.0
23462026-07-30T02:22:33.643Z Compiling libefi-sys v0.1.0
23472026-07-30T02:22:33.644Z Compiling zone_cfg_derive v0.3.1
23482026-07-30T02:22:33.707Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23492026-07-30T02:22:33.816Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23502026-07-30T02:22:33.888Z Compiling camino-tempfile v1.4.1
23512026-07-30T02:22:33.904Z Compiling itertools v0.12.1
23522026-07-30T02:22:33.922Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23532026-07-30T02:22:34.076Z Compiling usdt-attr-macro v0.5.0
23542026-07-30T02:22:34.154Z Compiling usdt-macro v0.5.0
23552026-07-30T02:22:34.205Z Compiling bitfield-struct v0.6.2
23562026-07-30T02:22:34.275Z Compiling num-derive v0.4.2
23572026-07-30T02:22:34.279Z Compiling blake3 v1.8.5
23582026-07-30T02:22:34.319Z Compiling sigpipe v0.1.3
23592026-07-30T02:22:34.323Z Compiling memmap v0.7.0
23602026-07-30T02:22:34.412Z Compiling swrite v0.1.0
23612026-07-30T02:22:34.440Z Compiling glob v0.3.3
23622026-07-30T02:22:34.546Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23632026-07-30T02:22:34.574Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23642026-07-30T02:22:34.664Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23652026-07-30T02:22:34.859Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-07-30T02:22:34.875Z Compiling smf v0.2.3
23672026-07-30T02:22:34.899Z Compiling usdt v0.5.0
23682026-07-30T02:22:34.903Z Compiling filetime v0.2.27
23692026-07-30T02:22:35.032Z Compiling whoami v1.6.1
23702026-07-30T02:22:35.116Z Compiling arrayvec v0.7.6
23712026-07-30T02:22:35.131Z Compiling constant_time_eq v0.4.2
23722026-07-30T02:22:35.187Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23732026-07-30T02:22:35.202Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-07-30T02:22:35.297Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23752026-07-30T02:22:35.315Z Compiling zone v0.3.1
23762026-07-30T02:22:35.358Z Compiling xattr v1.6.1
23772026-07-30T02:22:35.385Z Compiling arrayref v0.3.9
23782026-07-30T02:22:35.401Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23792026-07-30T02:22:35.416Z Compiling tokio-dtrace v0.1.1
23802026-07-30T02:22:35.509Z Compiling tar v0.4.46
23812026-07-30T02:22:35.547Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23822026-07-30T02:22:35.586Z Compiling console v0.16.2
23832026-07-30T02:22:35.614Z Compiling gethostname v0.5.0
23842026-07-30T02:22:35.773Z Compiling topological-sort v0.2.2
23852026-07-30T02:22:35.804Z Compiling unit-prefix v0.5.2
23862026-07-30T02:22:35.896Z Compiling oxide-tokio-rt v0.1.4
23872026-07-30T02:22:35.967Z Compiling toml v0.8.23
23882026-07-30T02:22:35.989Z Compiling indicatif v0.18.4
23892026-07-30T02:22:36.080Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-07-30T02:22:36.108Z Compiling shell-words v1.1.1
23912026-07-30T02:22:45.572Z Compiling progenitor-client v0.14.0
23922026-07-30T02:22:45.572Z Compiling omicron-zone-package v0.12.3
23932026-07-30T02:22:45.816Z Compiling progenitor-extras v0.2.0
23942026-07-30T02:22:46.101Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-07-30T02:22:46.123Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23962026-07-30T02:22:46.192Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23972026-07-30T02:22:46.253Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23982026-07-30T02:22:46.351Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23992026-07-30T02:22:46.381Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24002026-07-30T02:22:46.440Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-07-30T02:22:46.515Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-07-30T02:22:47.162Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24032026-07-30T02:22:51.039Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24042026-07-30T02:22:59.175Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-07-30T02:23:02.363Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24062026-07-30T02:23:03.418Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24072026-07-30T02:23:12.825Z Finished `release` profile [optimized] target(s) in 1m 40s
24082026-07-30T02:23:12.973Z Running `target/release/omicron-package -t test target create -p dev`
24092026-07-30T02:23:13.032ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-07-30T02:23:13.036ZCreated new build target 'test' and set it as active
24112026-07-30T02:23:13.036Z
24122026-07-30T02:23:13.036Zreal 1:40.659177473
24132026-07-30T02:23:13.036Zuser 16:25.447363438
24142026-07-30T02:23:13.036Zsys 2:37.182308354
24152026-07-30T02:23:13.036Ztrap 0.455809289
24162026-07-30T02:23:13.036Ztflt 2.072632255
24172026-07-30T02:23:13.036Zdflt 4.264470596
24182026-07-30T02:23:13.036Zkflt 0.000887560
24192026-07-30T02:23:13.037Zlock 53:07.368464165
24202026-07-30T02:23:13.037Zslp 42:09.594577894
24212026-07-30T02:23:13.037Zlat 42.472488134
24222026-07-30T02:23:13.037Zstop 5:30.287253929
24232026-07-30T02:23:13.037Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24242026-07-30T02:23:13.921Z Finished `release` profile [optimized] target(s) in 0.87s
24252026-07-30T02:23:13.989Z Running `target/release/omicron-package -t test package`
24262026-07-30T02:23:14.046ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-07-30T02:23:15.464Z Compiling heck v0.5.0
24282026-07-30T02:23:15.663Z Compiling regress v0.11.1
24292026-07-30T02:23:15.684Z Compiling unsafe-libyaml v0.2.11
24302026-07-30T02:23:15.720Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24312026-07-30T02:23:15.745Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24322026-07-30T02:23:15.768Z Compiling derive-where v1.6.0
24332026-07-30T02:23:15.782Z Compiling bytecount v0.6.9
24342026-07-30T02:23:15.791Z Compiling atomicwrites v0.4.4
24352026-07-30T02:23:15.792Z Compiling is-terminal v0.4.17
24362026-07-30T02:23:15.809Z Compiling prettyplease v0.2.37
24372026-07-30T02:23:15.814Z Compiling console v0.15.11
24382026-07-30T02:23:15.891Z Compiling newline-converter v0.3.0
24392026-07-30T02:23:15.901Z Compiling slog-dtrace v0.3.0
24402026-07-30T02:23:15.932Z Compiling resolv-conf v0.7.6
24412026-07-30T02:23:15.936Z Compiling num-rational v0.4.2
24422026-07-30T02:23:15.974Z Compiling num-complex v0.4.6
24432026-07-30T02:23:15.997Z Compiling thread_local v1.1.9
24442026-07-30T02:23:16.003Z Compiling unicode-width v0.1.14
24452026-07-30T02:23:16.041Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24462026-07-30T02:23:16.059Z Compiling compression-core v0.4.31
24472026-07-30T02:23:16.131Z Compiling cancel-safe-futures v0.1.5
24482026-07-30T02:23:16.214Z Compiling serde_yaml v0.9.34+deprecated
24492026-07-30T02:23:16.236Z Compiling expectorate v1.2.0
24502026-07-30T02:23:16.343Z Compiling match_cfg v0.1.0
24512026-07-30T02:23:16.364Z Compiling num v0.4.3
24522026-07-30T02:23:16.412Z Compiling hostname v0.3.1
24532026-07-30T02:23:16.434Z Compiling compression-codecs v0.4.37
24542026-07-30T02:23:16.454Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24552026-07-30T02:23:16.473Z Compiling multer v3.1.0
24562026-07-30T02:23:16.498Z Compiling slog-async v2.8.0
24572026-07-30T02:23:16.522Z Compiling crossbeam-channel v0.5.15
24582026-07-30T02:23:16.540Z Compiling slog-json v2.6.1
24592026-07-30T02:23:16.561Z Compiling serde_spanned v1.1.1
24602026-07-30T02:23:16.584Z Compiling toml_datetime v1.1.1+spec-1.1.0
24612026-07-30T02:23:16.588Z Compiling take_mut v0.2.2
24622026-07-30T02:23:16.690Z Compiling toml_writer v1.1.1+spec-1.1.0
24632026-07-30T02:23:16.743Z Compiling float-ord v0.3.2
24642026-07-30T02:23:16.762Z Compiling term v1.2.1
24652026-07-30T02:23:16.782Z Compiling linked-hash-map v0.5.6
24662026-07-30T02:23:16.887Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24672026-07-30T02:23:16.948Z Compiling oxide-update-engine-types v0.1.2
24682026-07-30T02:23:16.952Z Compiling toml v1.1.2+spec-1.1.0
24692026-07-30T02:23:16.993Z Compiling lru-cache v0.1.2
24702026-07-30T02:23:16.998Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24712026-07-30T02:23:16.998Z Compiling slog-bunyan v2.5.0
24722026-07-30T02:23:17.059Z Compiling slog-term v2.9.2
24732026-07-30T02:23:17.079Z Compiling async-compression v0.4.41
24742026-07-30T02:23:17.271Z Compiling typify-impl v0.6.2
24752026-07-30T02:23:17.329Z Compiling dropshot v0.17.1
24762026-07-30T02:23:17.395Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24772026-07-30T02:23:17.416Z Compiling async-stream v0.3.6
24782026-07-30T02:23:17.559Z Compiling sha1 v0.11.0
24792026-07-30T02:23:17.606Z Compiling progenitor-client v0.14.0
24802026-07-30T02:23:17.610Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24812026-07-30T02:23:17.610Z Compiling waitgroup v0.1.2
24822026-07-30T02:23:17.643Z Compiling rustls-pemfile v2.2.0
24832026-07-30T02:23:17.725Z Compiling backon v1.6.0
24842026-07-30T02:23:17.760Z Compiling hostname v0.4.2
24852026-07-30T02:23:17.830Z Compiling serde_path_to_error v0.1.20
24862026-07-30T02:23:17.852Z Compiling instant v0.1.13
24872026-07-30T02:23:17.871Z Compiling linear-map v1.2.0
24882026-07-30T02:23:17.918Z Compiling debug-ignore v1.0.5
24892026-07-30T02:23:17.930Z Compiling minimal-lexical v0.2.1
24902026-07-30T02:23:17.961Z Compiling backoff v0.4.0
24912026-07-30T02:23:17.987Z Compiling progenitor-extras v0.2.0
24922026-07-30T02:23:18.045Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24932026-07-30T02:23:18.145Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24942026-07-30T02:23:18.157Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-07-30T02:23:18.192Z Compiling oxide-update-engine v0.1.2
24962026-07-30T02:23:18.216Z Compiling nom v7.1.3
24972026-07-30T02:23:18.239Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-07-30T02:23:18.280Z Compiling parse-display v0.10.0
24992026-07-30T02:23:18.377Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25002026-07-30T02:23:18.588Z Compiling hickory-proto v0.24.4
25012026-07-30T02:23:18.887Z Compiling regress v0.10.5
25022026-07-30T02:23:19.066Z Compiling itertools v0.14.0
25032026-07-30T02:23:19.547Z Compiling macaddr v1.0.1
25042026-07-30T02:23:19.649Z Compiling humantime v2.3.0
25052026-07-30T02:23:19.681Z Compiling unicode-xid v0.2.6
25062026-07-30T02:23:19.907Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-07-30T02:23:19.933Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-07-30T02:23:20.017Z Compiling convert_case v0.10.0
25092026-07-30T02:23:20.076Z Compiling owo-colors v4.3.0
25102026-07-30T02:23:20.232Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-07-30T02:23:20.295Z Compiling derive_more-impl v2.1.1
25122026-07-30T02:23:20.372Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25132026-07-30T02:23:20.464Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-07-30T02:23:20.525Z Compiling toml v0.8.23
25152026-07-30T02:23:20.762Z Compiling typify-macro v0.6.2
25162026-07-30T02:23:20.839Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25172026-07-30T02:23:20.963Z Compiling papergrid v0.11.0
25182026-07-30T02:23:21.008Z Compiling tabled_derive v0.7.0
25192026-07-30T02:23:21.078Z Compiling derive_more v2.1.1
25202026-07-30T02:23:21.117Z Compiling termtree v0.5.1
25212026-07-30T02:23:21.186Z Compiling hickory-resolver v0.24.4
25222026-07-30T02:23:21.326Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25232026-07-30T02:23:21.619Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242026-07-30T02:23:21.906Z Compiling tabled v0.15.0
25252026-07-30T02:23:22.200Z Compiling crossterm v0.29.0
25262026-07-30T02:23:22.293Z Compiling phf_shared v0.12.1
25272026-07-30T02:23:22.336Z Compiling typify v0.6.2
25282026-07-30T02:23:22.546Z Compiling progenitor-impl v0.14.0
25292026-07-30T02:23:23.114Z Compiling qorb v0.4.1
25302026-07-30T02:23:23.368Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-07-30T02:23:23.929Z Compiling vte v0.14.1
25322026-07-30T02:23:24.199Z Compiling csv-core v0.1.13
25332026-07-30T02:23:24.655Z Compiling highway v1.3.0
25342026-07-30T02:23:24.718Z Compiling progenitor-macro v0.14.0
25352026-07-30T02:23:25.386Z Compiling chrono-tz v0.10.4
25362026-07-30T02:23:25.648Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-07-30T02:23:26.064Z Compiling csv v1.4.0
25382026-07-30T02:23:26.107Z Compiling strip-ansi-escapes v0.2.1
25392026-07-30T02:23:26.186Z Compiling phf v0.12.1
25402026-07-30T02:23:26.287Z Compiling const_format_proc_macros v0.2.34
25412026-07-30T02:23:26.396Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-07-30T02:23:26.668Z Compiling fd-lock v4.0.4
25432026-07-30T02:23:26.888Z Compiling peg-macros v0.8.5
25442026-07-30T02:23:27.019Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25452026-07-30T02:23:27.070Z Compiling nu-ansi-term v0.50.3
25462026-07-30T02:23:27.096Z Compiling const_format v0.2.35
25472026-07-30T02:23:27.603Z Compiling reedline v0.40.0
25482026-07-30T02:23:27.658Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-07-30T02:23:28.173Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25502026-07-30T02:23:28.450Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25512026-07-30T02:23:28.890Z Compiling progenitor v0.14.0
25522026-07-30T02:23:29.026Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25532026-07-30T02:23:29.106Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25542026-07-30T02:23:29.399Z Compiling peg v0.8.5
25552026-07-30T02:23:29.615Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-07-30T02:23:29.619Z Compiling bcs v0.1.6
25572026-07-30T02:23:30.104Z Compiling nom v8.0.0
25582026-07-30T02:23:30.109Z Compiling semver v0.1.20
25592026-07-30T02:23:30.343Z Compiling rustc_version v0.1.7
25602026-07-30T02:23:30.548Z Compiling newtype_derive v0.1.6
25612026-07-30T02:23:30.764Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-07-30T02:23:30.991Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25632026-07-30T02:23:30.996Z Compiling smawk v0.3.2
25642026-07-30T02:23:31.190Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25652026-07-30T02:23:31.663Z Compiling unicode-linebreak v0.1.5
25662026-07-30T02:23:31.676Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25672026-07-30T02:23:31.837Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25682026-07-30T02:23:31.851Z Compiling textwrap v0.16.2
25692026-07-30T02:23:31.872Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25702026-07-30T02:23:32.034Z Compiling steno v0.4.1
25712026-07-30T02:23:32.742Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25722026-07-30T02:23:32.754Z Compiling base64 v0.21.7
25732026-07-30T02:23:33.126Z Compiling dropshot-api-manager-types v0.7.2
25742026-07-30T02:23:33.388Z Compiling sha1 v0.10.6
25752026-07-30T02:23:33.434Z Compiling tagptr v0.2.0
25762026-07-30T02:23:33.748Z Compiling utf-8 v0.7.6
25772026-07-30T02:23:33.752Z Compiling moka v0.12.13
25782026-07-30T02:23:33.796Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25792026-07-30T02:23:33.923Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-07-30T02:23:33.929Z Compiling tungstenite v0.21.0
25812026-07-30T02:23:33.929Z Compiling display-error-chain v0.2.2
25822026-07-30T02:23:34.112Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25832026-07-30T02:23:34.116Z Compiling darling_core v0.21.3
25842026-07-30T02:23:34.281Z Compiling radium v0.7.0
25852026-07-30T02:23:34.518Z Compiling maybe-uninit v2.0.0
25862026-07-30T02:23:34.817Z Compiling hickory-resolver v0.25.2
25872026-07-30T02:23:34.985Z Compiling tokio-tungstenite v0.21.0
25882026-07-30T02:23:34.989Z Compiling tap v1.0.1
25892026-07-30T02:23:35.159Z Compiling wyz v0.5.1
25902026-07-30T02:23:35.329Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25912026-07-30T02:23:35.725Z Compiling vergen-lib v0.1.6
25922026-07-30T02:23:36.060Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25932026-07-30T02:23:36.064Z Compiling zerocopy-derive v0.6.6
25942026-07-30T02:23:36.260Z Compiling darling_macro v0.21.3
25952026-07-30T02:23:36.733Z Compiling proc-macro-error-attr2 v2.0.0
25962026-07-30T02:23:36.803Z Compiling darling v0.21.3
25972026-07-30T02:23:36.827Z Compiling packed_struct v0.10.1
25982026-07-30T02:23:36.954Z Compiling diesel_derives v2.3.7
25992026-07-30T02:23:37.106Z Compiling funty v2.0.0
26002026-07-30T02:23:37.127Z Compiling crc-catalog v2.4.0
26012026-07-30T02:23:37.291Z Compiling proc-macro-error2 v2.0.1
26022026-07-30T02:23:37.296Z Compiling crc v3.4.0
26032026-07-30T02:23:37.558Z Compiling bitvec v1.0.1
26042026-07-30T02:23:37.561Z Compiling dsl_auto_type v0.2.0
26052026-07-30T02:23:37.628Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26062026-07-30T02:23:37.652Z Compiling zerocopy v0.6.6
26072026-07-30T02:23:38.734Z Compiling libscf-sys v1.2.0
26082026-07-30T02:23:38.744Z Compiling scheduled-thread-pool v0.2.7
26092026-07-30T02:23:38.744Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26102026-07-30T02:23:38.744Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26112026-07-30T02:23:38.745Z Compiling packed_struct_codegen v0.10.1
26122026-07-30T02:23:38.745Z Compiling vergen-gitcl v1.0.8
26132026-07-30T02:23:38.745Z Compiling bitfield-macros v0.19.4
26142026-07-30T02:23:38.753Z Compiling diesel_table_macro_syntax v0.3.0
26152026-07-30T02:23:39.006Z Compiling dirs-sys-next v0.1.2
26162026-07-30T02:23:39.264Z Compiling indexmap v1.9.3
26172026-07-30T02:23:39.318Z Compiling nodrop v0.1.14
26182026-07-30T02:23:39.391Z Compiling maplit v1.0.2
26192026-07-30T02:23:39.412Z Compiling glob v0.3.3
26202026-07-30T02:23:39.452Z Compiling crunchy v0.2.4
26212026-07-30T02:23:39.509Z Compiling array-init v0.0.4
26222026-07-30T02:23:39.767Z Compiling bitfield v0.19.4
26232026-07-30T02:23:39.798Z Compiling clang-sys v1.8.1
26242026-07-30T02:23:39.909Z Compiling dirs-next v2.0.0
26252026-07-30T02:23:40.092Z Compiling r2d2 v0.8.10
26262026-07-30T02:23:40.143Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26272026-07-30T02:23:40.191Z Compiling smallvec v0.6.14
26282026-07-30T02:23:40.407Z Compiling tabled_derive v0.11.0
26292026-07-30T02:23:40.461Z Compiling papergrid v0.17.0
26302026-07-30T02:23:40.557Z Compiling testing_table v0.3.0
26312026-07-30T02:23:40.580Z Compiling downcast-rs v2.0.2
26322026-07-30T02:23:40.714Z Compiling tiny-keccak v2.0.2
26332026-07-30T02:23:40.777Z Compiling hashbrown v0.12.3
26342026-07-30T02:23:40.842Z Compiling serde-hex v0.1.0
26352026-07-30T02:23:40.963Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26362026-07-30T02:23:41.136Z Compiling term v0.7.0
26372026-07-30T02:23:41.474Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26382026-07-30T02:23:41.499Z Compiling ron v0.8.1
26392026-07-30T02:23:41.522Z Compiling hashbrown v0.13.2
26402026-07-30T02:23:41.630Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26412026-07-30T02:23:41.714Z Compiling tabled v0.20.0
26422026-07-30T02:23:41.860Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-07-30T02:23:42.093Z Compiling crc-any v2.5.0
26442026-07-30T02:23:42.149Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26452026-07-30T02:23:42.526Z Compiling bit-vec v0.6.3
26462026-07-30T02:23:42.773Z Compiling bit-set v0.5.3
26472026-07-30T02:23:42.965Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26482026-07-30T02:23:43.022Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26492026-07-30T02:23:43.143Z Compiling object v0.30.4
26502026-07-30T02:23:43.670Z Compiling ascii-canvas v3.0.0
26512026-07-30T02:23:43.693Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26522026-07-30T02:23:43.713Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-07-30T02:23:43.892Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-07-30T02:23:43.942Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26552026-07-30T02:23:44.195Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-07-30T02:23:44.288Z Compiling itertools v0.10.5
26572026-07-30T02:23:44.380Z Compiling ena v0.14.4
26582026-07-30T02:23:44.494Z Compiling libloading v0.8.9
26592026-07-30T02:23:44.633Z Compiling diff v0.1.13
26602026-07-30T02:23:44.727Z Compiling bindgen v0.71.1
26612026-07-30T02:23:44.788Z Compiling diesel v2.3.7
26622026-07-30T02:23:44.889Z Compiling path-slash v0.1.5
26632026-07-30T02:23:45.011Z Compiling xshell-macros v0.2.7
26642026-07-30T02:23:45.094Z Compiling unicase v2.9.0
26652026-07-30T02:23:45.119Z Compiling regex-syntax v0.6.29
26662026-07-30T02:23:45.418Z Compiling xshell v0.2.7
26672026-07-30T02:23:46.186Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26682026-07-30T02:23:46.700Z Compiling lalrpop v0.19.12
26692026-07-30T02:23:47.057Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26702026-07-30T02:23:47.218Z Compiling cexpr v0.6.0
26712026-07-30T02:23:47.843Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26722026-07-30T02:23:47.937Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26732026-07-30T02:23:47.998Z Compiling crc8 v0.1.1
26742026-07-30T02:23:48.066Z Compiling rustc-hash v2.1.1
26752026-07-30T02:23:48.159Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26762026-07-30T02:23:48.400Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26772026-07-30T02:23:48.440Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26782026-07-30T02:23:48.463Z Compiling headers-core v0.3.0
26792026-07-30T02:23:48.620Z Compiling libxml v0.3.3
26802026-07-30T02:23:48.915Z Compiling headers v0.4.1
26812026-07-30T02:23:49.028Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-07-30T02:23:49.204Z Compiling strum_macros v0.24.3
26832026-07-30T02:23:49.414Z Compiling indoc v1.0.9
26842026-07-30T02:23:49.705Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26852026-07-30T02:23:49.860Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-07-30T02:23:50.079Z Compiling derive_builder v0.20.2
26872026-07-30T02:23:50.253Z Compiling quick-xml v0.37.5
26882026-07-30T02:23:50.438Z Compiling oso-derive v0.27.3
26892026-07-30T02:23:50.546Z Compiling impl-trait-for-tuples v0.2.3
26902026-07-30T02:23:50.954Z Compiling openssl-probe v0.1.6
26912026-07-30T02:23:51.292Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26922026-07-30T02:23:51.315Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-07-30T02:23:51.540Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-07-30T02:23:51.560Z Compiling bb8 v0.8.6
26952026-07-30T02:23:51.676Z Compiling trait-variant v0.1.2
26962026-07-30T02:23:51.815Z Compiling half v1.8.3
26972026-07-30T02:23:51.974Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-07-30T02:23:52.012Z Compiling progenitor-impl v0.13.0
26992026-07-30T02:23:52.033Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-07-30T02:23:52.296Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27012026-07-30T02:23:52.303Z Compiling serde_cbor v0.11.2
27022026-07-30T02:23:52.315Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-07-30T02:23:52.885Z Compiling samael v0.0.19
27042026-07-30T02:23:52.964Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27052026-07-30T02:23:53.243Z Compiling progenitor-client v0.13.0
27062026-07-30T02:23:53.330Z Compiling nonempty v0.12.0
27072026-07-30T02:23:53.351Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27082026-07-30T02:23:53.569Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27092026-07-30T02:23:53.637Z Compiling fxhash v0.2.1
27102026-07-30T02:23:53.834Z Compiling libz-sys v1.1.24
27112026-07-30T02:23:53.838Z Compiling salty v0.3.0
27122026-07-30T02:23:54.186Z Compiling polar-core v0.27.3
27132026-07-30T02:23:54.235Z Compiling progenitor-macro v0.13.0
27142026-07-30T02:23:54.307Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27152026-07-30T02:23:54.442Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27162026-07-30T02:23:54.496Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27172026-07-30T02:23:54.875Z Compiling kstat-rs v0.2.4
27182026-07-30T02:23:54.943Z Compiling arc-swap v1.8.2
27192026-07-30T02:23:55.348Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27202026-07-30T02:23:55.379Z Compiling fs-err v2.11.0
27212026-07-30T02:23:55.841Z Compiling mime_guess v2.0.5
27222026-07-30T02:23:55.863Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27232026-07-30T02:23:55.974Z Compiling slog-scope v4.4.1
27242026-07-30T02:23:56.364Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27252026-07-30T02:23:56.386Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27262026-07-30T02:23:57.484Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-07-30T02:23:57.506Z Compiling rfc6979 v0.4.0
27282026-07-30T02:23:57.702Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27292026-07-30T02:23:58.148Z Compiling nanorand v0.7.0
27302026-07-30T02:23:58.380Z Compiling libgit2-sys v0.18.3+1.9.2
27312026-07-30T02:23:58.427Z Compiling progenitor v0.13.0
27322026-07-30T02:23:58.536Z Compiling parking_lot_core v0.8.6
27332026-07-30T02:23:58.645Z Compiling flume v0.11.1
27342026-07-30T02:23:58.855Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27352026-07-30T02:23:59.080Z Compiling ecdsa v0.16.9
27362026-07-30T02:23:59.723Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-07-30T02:24:00.007Z Compiling slog-stdlog v4.1.1
27382026-07-30T02:24:00.572Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-07-30T02:24:00.576Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27402026-07-30T02:24:00.582Z Compiling primeorder v0.13.6
27412026-07-30T02:24:00.610Z Compiling git-stub v1.0.0
27422026-07-30T02:24:00.893Z Compiling http-range v0.1.5
27432026-07-30T02:24:00.913Z Compiling strsim v0.10.0
27442026-07-30T02:24:01.231Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27452026-07-30T02:24:01.255Z Compiling parse-size v1.1.0
27462026-07-30T02:24:01.466Z Compiling instability v0.3.11
27472026-07-30T02:24:01.520Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27482026-07-30T02:24:01.736Z Compiling darling_core v0.13.4
27492026-07-30T02:24:01.760Z Compiling p384 v0.13.1
27502026-07-30T02:24:03.958Z Compiling oso v0.27.3
27512026-07-30T02:24:05.853Z Compiling async-bb8-diesel v0.2.1
27522026-07-30T02:24:06.318Z Compiling diesel-dtrace v0.5.0
27532026-07-30T02:24:06.648Z Compiling git-stub-vcs v0.1.0
27542026-07-30T02:24:06.770Z Compiling slog-envlogger v2.2.0
27552026-07-30T02:24:07.005Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27562026-07-30T02:24:07.800Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27572026-07-30T02:24:07.830Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27582026-07-30T02:24:07.904Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27592026-07-30T02:24:08.824Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27602026-07-30T02:24:08.964Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27612026-07-30T02:24:09.334Z Compiling ignore v0.4.25
27622026-07-30T02:24:09.844Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-07-30T02:24:10.516Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27642026-07-30T02:24:11.254Z Compiling castaway v0.2.4
27652026-07-30T02:24:11.424Z Compiling vergen-git2 v9.1.0
27662026-07-30T02:24:11.659Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-07-30T02:24:11.908Z Compiling indoc v2.0.7
27682026-07-30T02:24:12.336Z Compiling compact_str v0.8.1
27692026-07-30T02:24:12.377Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-07-30T02:24:13.077Z Compiling globwalk v0.9.1
27712026-07-30T02:24:13.422Z Compiling parking_lot v0.11.2
27722026-07-30T02:24:13.732Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27732026-07-30T02:24:14.274Z Compiling hyper-staticfile v0.10.1
27742026-07-30T02:24:14.330Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27752026-07-30T02:24:14.343Z Compiling darling_macro v0.13.4
27762026-07-30T02:24:14.416Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27772026-07-30T02:24:14.673Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27782026-07-30T02:24:14.840Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27792026-07-30T02:24:14.879Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27802026-07-30T02:24:15.129Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27812026-07-30T02:24:15.417Z Compiling predicates-tree v1.0.13
27822026-07-30T02:24:15.580Z Compiling unicode-truncate v1.1.0
27832026-07-30T02:24:15.793Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27842026-07-30T02:24:15.825Z Compiling lru v0.12.5
27852026-07-30T02:24:15.838Z Compiling prefix-trie v0.7.0
27862026-07-30T02:24:15.869Z Compiling rand_seeder v0.4.0
27872026-07-30T02:24:15.962Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-07-30T02:24:16.016Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27892026-07-30T02:24:16.051Z Compiling cassowary v0.3.0
27902026-07-30T02:24:16.125Z Compiling corncobs v0.1.4
27912026-07-30T02:24:16.297Z Compiling illumos-nvpair-sys v0.2.0
27922026-07-30T02:24:16.343Z Compiling ratatui v0.29.0
27932026-07-30T02:24:16.489Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-07-30T02:24:16.501Z Compiling hickory-server v0.25.2
27952026-07-30T02:24:16.554Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27962026-07-30T02:24:16.636Z Compiling camino-tempfile-ext v0.3.3
27972026-07-30T02:24:16.779Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-07-30T02:24:16.852Z Compiling darling v0.13.4
27992026-07-30T02:24:17.006Z Compiling sled v0.34.7
28002026-07-30T02:24:17.207Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28012026-07-30T02:24:17.497Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28022026-07-30T02:24:17.619Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28032026-07-30T02:24:17.870Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-07-30T02:24:17.978Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28052026-07-30T02:24:18.930Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28062026-07-30T02:24:19.503Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28072026-07-30T02:24:19.724Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-07-30T02:24:19.941Z Compiling secrecy v0.8.0
28092026-07-30T02:24:20.133Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28102026-07-30T02:24:20.595Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28112026-07-30T02:24:21.478Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28122026-07-30T02:24:21.969Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28132026-07-30T02:24:21.989Z Compiling serde_with_macros v1.5.2
28142026-07-30T02:24:22.664Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28152026-07-30T02:24:22.996Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28162026-07-30T02:24:23.065Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28172026-07-30T02:24:23.730Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28182026-07-30T02:24:23.937Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28192026-07-30T02:24:24.162Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28202026-07-30T02:24:24.552Z Compiling git2 v0.20.4
28212026-07-30T02:24:25.093Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28222026-07-30T02:24:25.102Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28232026-07-30T02:24:25.141Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28242026-07-30T02:24:25.276Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28252026-07-30T02:24:25.340Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28262026-07-30T02:24:25.394Z Compiling void v1.0.2
28272026-07-30T02:24:25.579Z Compiling lzss v0.8.2
28282026-07-30T02:24:25.749Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28292026-07-30T02:24:25.981Z Compiling illumos-nvpair v0.3.0
28302026-07-30T02:24:26.525Z Compiling serde_with v1.14.0
28312026-07-30T02:24:27.284Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28322026-07-30T02:24:27.853Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28332026-07-30T02:24:28.063Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28342026-07-30T02:24:29.175Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28352026-07-30T02:24:29.195Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28362026-07-30T02:24:29.625Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28372026-07-30T02:24:30.307Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28382026-07-30T02:24:30.903Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-07-30T02:24:31.655Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28402026-07-30T02:24:31.889Z Compiling tungstenite v0.23.0
28412026-07-30T02:24:32.174Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28422026-07-30T02:24:32.234Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28432026-07-30T02:24:36.418Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28442026-07-30T02:24:36.545Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28452026-07-30T02:24:36.545Z Compiling nix v0.27.1
28462026-07-30T02:24:36.545Z Compiling twox-hash v2.1.2
28472026-07-30T02:24:36.546Z Compiling libsw-core v0.3.2
28482026-07-30T02:24:36.546Z Compiling serde_bytes v0.11.19
28492026-07-30T02:24:36.546Z Compiling atty v0.2.14
28502026-07-30T02:24:36.546Z Compiling libsw v3.5.0
28512026-07-30T02:24:36.546Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28522026-07-30T02:24:36.546Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28532026-07-30T02:24:36.546Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28542026-07-30T02:24:36.546Z Compiling tokio-tungstenite v0.23.1
28552026-07-30T02:24:36.546Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28562026-07-30T02:24:36.546Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28572026-07-30T02:24:36.546Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28582026-07-30T02:24:37.736Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28592026-07-30T02:24:38.541Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28602026-07-30T02:24:38.986Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28612026-07-30T02:24:39.028Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28622026-07-30T02:24:39.259Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28632026-07-30T02:24:39.275Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28642026-07-30T02:24:39.464Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28652026-07-30T02:24:39.538Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28662026-07-30T02:24:39.852Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28672026-07-30T02:24:40.634Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28682026-07-30T02:24:44.188Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28692026-07-30T02:24:44.236Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28702026-07-30T02:24:44.236Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28712026-07-30T02:24:44.395Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28722026-07-30T02:24:45.108Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28732026-07-30T02:24:45.761Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28742026-07-30T02:24:45.797Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28752026-07-30T02:24:46.083Z Compiling signal-hook-tokio v0.3.1
28762026-07-30T02:24:46.213Z Compiling fatfs v0.3.6
28772026-07-30T02:24:46.568Z Compiling yasna v0.5.2
28782026-07-30T02:24:46.604Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28792026-07-30T02:24:46.711Z Compiling assert_matches v1.5.0
28802026-07-30T02:24:46.825Z Compiling is_ci v1.2.0
28812026-07-30T02:24:47.044Z Compiling seq-macro v0.3.6
28822026-07-30T02:24:47.453Z Compiling rcgen v0.12.1
28832026-07-30T02:24:47.569Z Compiling supports-color v3.0.2
28842026-07-30T02:24:47.880Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28852026-07-30T02:24:48.149Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28862026-07-30T02:24:48.401Z Compiling oxide-update-engine-display v0.1.2
28872026-07-30T02:24:49.114Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28882026-07-30T02:24:49.468Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28892026-07-30T02:24:50.545Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28902026-07-30T02:24:50.783Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28912026-07-30T02:24:51.053Z Compiling port-file v0.1.0
28922026-07-30T02:24:51.426Z Compiling subprocess v0.2.15
28932026-07-30T02:24:52.056Z Compiling rtoolbox v0.0.3
28942026-07-30T02:24:52.350Z Compiling rpassword v7.5.4
28952026-07-30T02:24:53.031Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28962026-07-30T02:24:53.158Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28972026-07-30T02:24:54.869Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28982026-07-30T02:24:55.916Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28992026-07-30T02:24:55.941Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29002026-07-30T02:24:56.108Z Compiling tui-tree-widget v0.23.1
29012026-07-30T02:24:56.307Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29022026-07-30T02:24:56.411Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-07-30T02:24:56.933Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29042026-07-30T02:24:57.174Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29052026-07-30T02:24:57.404Z Compiling uzers v0.12.2
29062026-07-30T02:24:58.429Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-07-30T02:24:58.843Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-07-30T02:24:59.575Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-07-30T02:25:00.294Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-07-30T02:25:01.984Z Compiling support-bundle-viewer v0.1.2
29112026-07-30T02:25:03.806Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29122026-07-30T02:25:05.175Z Compiling multimap v0.10.1
29132026-07-30T02:25:15.948Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-07-30T02:25:21.892Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29152026-07-30T02:25:26.473Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29162026-07-30T02:25:27.032Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29172026-07-30T02:25:28.669Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29182026-07-30T02:33:15.909Z Finished `release` profile [optimized] target(s) in 10m 01s
29192026-07-30T02:33:15.913Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29202026-07-30T02:33:15.913Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29212026-07-30T02:34:06.145Z
29222026-07-30T02:34:06.145Zreal 10:53.079721785
29232026-07-30T02:34:06.145Zuser 1:22:01.606782949
29242026-07-30T02:34:06.149Zsys 3:41.212213028
29252026-07-30T02:34:06.149Ztrap 1.841635575
29262026-07-30T02:34:06.149Ztflt 2.071094419
29272026-07-30T02:34:06.149Zdflt 18.802373188
29282026-07-30T02:34:06.149Zkflt 0.006438902
29292026-07-30T02:34:06.149Zlock 8:05:43.078199161
29302026-07-30T02:34:06.149Zslp 2:21:26.401154529
29312026-07-30T02:34:06.149Zlat 2:30.415074142
29322026-07-30T02:34:06.149Zstop 5:46.433362813
29332026-07-30T02:34:06.149Z+ mapfile -t packages
29342026-07-30T02:34:06.149Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29352026-07-30T02:34:07.086Z Finished `release` profile [optimized] target(s) in 0.92s
29362026-07-30T02:34:07.160Z Running `target/release/omicron-package -t test list-outputs`
29372026-07-30T02:34:07.222ZLogging to: /work/oxidecomputer/omicron/out/LOG
29382026-07-30T02:34:07.225Z+ ptime -m cargo build --locked --release -p xtask
29392026-07-30T02:34:07.707Z Compiling libc v0.2.185
29402026-07-30T02:34:07.707Z Compiling serde_core v1.0.228
29412026-07-30T02:34:07.707Z Compiling serde v1.0.228
29422026-07-30T02:34:07.710Z Compiling rustix v1.1.3
29432026-07-30T02:34:07.710Z Compiling bitflags v2.11.0
29442026-07-30T02:34:07.710Z Compiling serde_json v1.0.151
29452026-07-30T02:34:07.870Z Compiling syn v2.0.117
29462026-07-30T02:34:07.870Z Compiling usdt-impl v0.5.0
29472026-07-30T02:34:07.893Z Compiling syn v1.0.109
29482026-07-30T02:34:07.903Z Compiling log v0.4.29
29492026-07-30T02:34:07.916Z Compiling getrandom v0.4.1
29502026-07-30T02:34:07.919Z Compiling indexmap v2.14.0
29512026-07-30T02:34:07.943Z Compiling fs-err v3.3.0
29522026-07-30T02:34:08.093Z Compiling anyhow v1.0.102
29532026-07-30T02:34:08.196Z Compiling once_cell v1.21.3
29542026-07-30T02:34:08.202Z Compiling heck v0.4.1
29552026-07-30T02:34:08.566Z Compiling errno v0.3.14
29562026-07-30T02:34:08.569Z Compiling thread-id v4.2.2
29572026-07-30T02:34:08.569Z Compiling memmap v0.7.0
29582026-07-30T02:34:09.389Z Compiling proc-macro-error v1.0.4
29592026-07-30T02:34:09.548Z Compiling terminal_size v0.4.3
29602026-07-30T02:34:09.548Z Compiling tempfile v3.25.0
29612026-07-30T02:34:09.649Z Compiling clap_builder v4.6.0
29622026-07-30T02:34:09.649Z Compiling textwrap v0.16.2
29632026-07-30T02:34:09.673Z Compiling tabled_derive v0.7.0
29642026-07-30T02:34:09.949Z Compiling camino v1.2.2
29652026-07-30T02:34:09.984Z Compiling cargo-platform v0.3.2
29662026-07-30T02:34:09.997Z Compiling semver v1.0.28
29672026-07-30T02:34:10.077Z Compiling pest_generator v2.8.6
29682026-07-30T02:34:10.255Z Compiling camino-tempfile v1.4.1
29692026-07-30T02:34:10.396Z Compiling tabled v0.15.0
29702026-07-30T02:34:10.578Z Compiling serde_derive v1.0.228
29712026-07-30T02:34:10.578Z Compiling thiserror-impl v1.0.69
29722026-07-30T02:34:10.578Z Compiling zerocopy-derive v0.7.35
29732026-07-30T02:34:10.581Z Compiling scroll_derive v0.12.1
29742026-07-30T02:34:10.582Z Compiling thiserror-impl v2.0.18
29752026-07-30T02:34:10.582Z Compiling clap_derive v4.6.1
29762026-07-30T02:34:10.648Z Compiling pest_derive v2.8.6
29772026-07-30T02:34:11.258Z Compiling scroll v0.12.0
29782026-07-30T02:34:11.426Z Compiling zerocopy v0.7.35
29792026-07-30T02:34:11.525Z Compiling goblin v0.8.2
29802026-07-30T02:34:11.727Z Compiling thiserror v1.0.69
29812026-07-30T02:34:11.852Z Compiling dtrace-parser v0.2.0
29822026-07-30T02:34:12.014Z Compiling thiserror v2.0.18
29832026-07-30T02:34:12.203Z Compiling clap v4.6.1
29842026-07-30T02:34:13.695Z Compiling dof v0.3.0
29852026-07-30T02:34:13.716Z Compiling toml_datetime v0.6.11
29862026-07-30T02:34:13.770Z Compiling serde_spanned v0.6.9
29872026-07-30T02:34:13.784Z Compiling serde_tokenstream v0.2.3
29882026-07-30T02:34:13.794Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29892026-07-30T02:34:13.809Z Compiling macaddr v1.0.1
29902026-07-30T02:34:13.820Z Compiling cargo_metadata v0.23.1
29912026-07-30T02:34:13.979Z Compiling toml_edit v0.22.27
29922026-07-30T02:34:14.484Z Compiling usdt-attr-macro v0.5.0
29932026-07-30T02:34:14.484Z Compiling usdt-macro v0.5.0
29942026-07-30T02:34:15.143Z Compiling usdt v0.5.0
29952026-07-30T02:34:15.546Z Compiling toml v0.8.23
29962026-07-30T02:34:15.981Z Compiling cargo_toml v0.21.0
29972026-07-30T02:34:20.418Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29982026-07-30T02:34:23.650Z Finished `release` profile [optimized] target(s) in 16.41s
29992026-07-30T02:34:23.791Z
30002026-07-30T02:34:23.795Zreal 16.530818470
30012026-07-30T02:34:23.795Zuser 2:06.346654640
30022026-07-30T02:34:23.795Zsys 13.872225448
30032026-07-30T02:34:23.795Ztrap 0.069463175
30042026-07-30T02:34:23.795Ztflt 0.469108921
30052026-07-30T02:34:23.795Zdflt 1.413735758
30062026-07-30T02:34:23.795Zkflt 0.000008860
30072026-07-30T02:34:23.795Zlock 4:53.280564246
30082026-07-30T02:34:23.795Zslp 2:44.967525329
30092026-07-30T02:34:23.795Zlat 3.799875992
30102026-07-30T02:34:23.795Zstop 16.877095319
30112026-07-30T02:34:23.795Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30122026-07-30T02:34:23.795Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30132026-07-30T02:34:23.795Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30142026-07-30T02:34:23.795Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30152026-07-30T02:34:23.795Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30162026-07-30T02:34:24.733Z Compiling progenitor-client v0.14.0
30172026-07-30T02:34:24.733Z Compiling newtype-uuid-macros v0.1.0
30182026-07-30T02:34:24.733Z Compiling match_cfg v0.1.0
30192026-07-30T02:34:24.736Z Compiling slog-json v2.6.1
30202026-07-30T02:34:24.736Z Compiling structmeta-derive v0.3.0
30212026-07-30T02:34:24.736Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30222026-07-30T02:34:24.736Z Compiling sha1 v0.11.0
30232026-07-30T02:34:24.736Z Compiling multer v3.1.0
30242026-07-30T02:34:24.882Z Compiling compression-core v0.4.31
30252026-07-30T02:34:24.885Z Compiling debug-ignore v1.0.5
30262026-07-30T02:34:24.885Z Compiling async-stream-impl v0.3.6
30272026-07-30T02:34:24.885Z Compiling toml_datetime v1.1.1+spec-1.1.0
30282026-07-30T02:34:24.885Z Compiling serde_spanned v1.1.1
30292026-07-30T02:34:24.885Z Compiling dropshot v0.17.1
30302026-07-30T02:34:24.914Z Compiling toml_writer v1.1.1+spec-1.1.0
30312026-07-30T02:34:24.926Z Compiling waitgroup v0.1.2
30322026-07-30T02:34:25.100Z Compiling rustls-pemfile v2.2.0
30332026-07-30T02:34:25.182Z Compiling hostname v0.3.1
30342026-07-30T02:34:25.183Z Compiling dropshot_endpoint v0.17.1
30352026-07-30T02:34:25.186Z Compiling serde_path_to_error v0.1.20
30362026-07-30T02:34:25.239Z Compiling compression-codecs v0.4.37
30372026-07-30T02:34:25.242Z Compiling toml v1.1.2+spec-1.1.0
30382026-07-30T02:34:25.259Z Compiling hostname v0.4.2
30392026-07-30T02:34:25.295Z Compiling slog-bunyan v2.5.0
30402026-07-30T02:34:25.345Z Compiling atomicwrites v0.4.4
30412026-07-30T02:34:25.366Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30422026-07-30T02:34:25.369Z Compiling macaddr v1.0.1
30432026-07-30T02:34:25.389Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30442026-07-30T02:34:25.444Z Compiling async-compression v0.4.41
30452026-07-30T02:34:25.481Z Compiling instant v0.1.13
30462026-07-30T02:34:25.484Z Compiling itertools v0.14.0
30472026-07-30T02:34:25.519Z Compiling regress v0.10.5
30482026-07-30T02:34:25.557Z Compiling backon v1.6.0
30492026-07-30T02:34:25.576Z Compiling humantime v2.3.0
30502026-07-30T02:34:25.595Z Compiling backoff v0.4.0
30512026-07-30T02:34:25.614Z Compiling async-stream v0.3.6
30522026-07-30T02:34:25.630Z Compiling regress v0.11.1
30532026-07-30T02:34:25.630Z Compiling half v2.7.1
30542026-07-30T02:34:25.666Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30552026-07-30T02:34:25.688Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30562026-07-30T02:34:25.784Z Compiling progenitor-extras v0.2.0
30572026-07-30T02:34:25.806Z Compiling crucible-workspace-hack v0.1.0
30582026-07-30T02:34:25.817Z Compiling ciborium-io v0.2.2
30592026-07-30T02:34:25.837Z Compiling convert_case v0.4.0
30602026-07-30T02:34:25.862Z Compiling secrecy v0.10.3
30612026-07-30T02:34:25.880Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30622026-07-30T02:34:25.883Z Compiling unsafe-libyaml v0.2.11
30632026-07-30T02:34:25.936Z Compiling ciborium-ll v0.2.2
30642026-07-30T02:34:25.952Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30652026-07-30T02:34:26.005Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30662026-07-30T02:34:26.042Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30672026-07-30T02:34:26.078Z Compiling inout v0.1.4
30682026-07-30T02:34:26.133Z Compiling ciborium v0.2.2
30692026-07-30T02:34:26.174Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30702026-07-30T02:34:26.193Z Compiling toml_datetime v0.7.5+spec-1.1.0
30712026-07-30T02:34:26.238Z Compiling derive_more v0.99.20
30722026-07-30T02:34:26.241Z Compiling structmeta v0.3.0
30732026-07-30T02:34:26.272Z Compiling cipher v0.4.4
30742026-07-30T02:34:26.291Z Compiling thiserror-impl-no-std v2.0.2
30752026-07-30T02:34:26.326Z Compiling universal-hash v0.5.1
30762026-07-30T02:34:26.352Z Compiling opaque-debug v0.3.1
30772026-07-30T02:34:26.407Z Compiling toml_edit v0.23.10+spec-1.0.0
30782026-07-30T02:34:26.442Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30792026-07-30T02:34:26.463Z Compiling serde_yaml v0.9.34+deprecated
30802026-07-30T02:34:26.483Z Compiling poly1305 v0.8.0
30812026-07-30T02:34:26.503Z Compiling derive-ex v0.1.8
30822026-07-30T02:34:26.553Z Compiling parse-display-derive v0.10.0
30832026-07-30T02:34:26.591Z Compiling chacha20 v0.9.1
30842026-07-30T02:34:26.687Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30852026-07-30T02:34:26.721Z Compiling blake2 v0.10.6
30862026-07-30T02:34:26.816Z Compiling aead v0.5.2
30872026-07-30T02:34:26.873Z Compiling password-hash v0.5.0
30882026-07-30T02:34:26.876Z Compiling indent_write v2.2.0
30892026-07-30T02:34:27.040Z Compiling proc-macro-crate v3.4.0
30902026-07-30T02:34:27.059Z Compiling chacha20poly1305 v0.10.1
30912026-07-30T02:34:27.236Z Compiling argon2 v0.5.3
30922026-07-30T02:34:27.255Z Compiling typify-impl v0.6.2
30932026-07-30T02:34:27.328Z Compiling itertools v0.15.0
30942026-07-30T02:34:27.346Z Compiling heapless v0.8.0
30952026-07-30T02:34:27.517Z Compiling tabwriter v1.4.1
30962026-07-30T02:34:27.542Z Compiling thiserror-no-std v2.0.2
30972026-07-30T02:34:27.606Z Compiling num_enum_derive v0.7.6
30982026-07-30T02:34:27.659Z Compiling vsss-rs v3.3.4
30992026-07-30T02:34:27.676Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31002026-07-30T02:34:27.960Z Compiling hash32 v0.3.1
31012026-07-30T02:34:27.980Z Compiling num-derive v0.4.2
31022026-07-30T02:34:27.997Z Compiling smoltcp v0.11.0
31032026-07-30T02:34:28.147Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31042026-07-30T02:34:28.250Z Compiling test-strategy v0.4.5
31052026-07-30T02:34:28.341Z Compiling parse-display v0.10.0
31062026-07-30T02:34:28.444Z Compiling cobs v0.3.0
31072026-07-30T02:34:28.460Z Compiling colored v3.1.1
31082026-07-30T02:34:28.558Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31092026-07-30T02:34:28.675Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31102026-07-30T02:34:28.675Z Compiling postcard v1.1.3
31112026-07-30T02:34:28.730Z Compiling ingot-macros v0.2.0
31122026-07-30T02:34:28.733Z Compiling num_enum v0.7.6
31132026-07-30T02:34:28.766Z Compiling proc-macro-error v1.0.4
31142026-07-30T02:34:28.806Z Compiling proc-macro-crate v1.3.1
31152026-07-30T02:34:28.829Z Compiling rand v0.10.1
31162026-07-30T02:34:28.905Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31172026-07-30T02:34:28.923Z Compiling foreign-types-macros v0.2.3
31182026-07-30T02:34:28.943Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31192026-07-30T02:34:28.972Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31202026-07-30T02:34:28.975Z Compiling rayon-core v1.13.0
31212026-07-30T02:34:29.057Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31222026-07-30T02:34:29.116Z Compiling foreign-types-shared v0.3.1
31232026-07-30T02:34:29.281Z Compiling crossbeam-deque v0.8.6
31242026-07-30T02:34:29.316Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31252026-07-30T02:34:29.319Z Compiling num_enum_derive v0.5.11
31262026-07-30T02:34:29.353Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31272026-07-30T02:34:29.370Z Compiling cstr-argument v0.1.2
31282026-07-30T02:34:29.420Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31292026-07-30T02:34:29.560Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31302026-07-30T02:34:29.619Z Compiling foreign-types v0.5.0
31312026-07-30T02:34:29.677Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31322026-07-30T02:34:29.727Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31332026-07-30T02:34:29.745Z Compiling cpubits v0.1.1
31342026-07-30T02:34:29.764Z Compiling zone_cfg_derive v0.3.1
31352026-07-30T02:34:29.807Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31362026-07-30T02:34:29.825Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31372026-07-30T02:34:29.850Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31382026-07-30T02:34:29.867Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31392026-07-30T02:34:29.883Z Compiling itertools v0.12.1
31402026-07-30T02:34:29.984Z Compiling rayon v1.11.0
31412026-07-30T02:34:30.016Z Compiling sigpipe v0.1.3
31422026-07-30T02:34:30.081Z Compiling glob v0.3.3
31432026-07-30T02:34:30.100Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31442026-07-30T02:34:30.128Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31452026-07-30T02:34:30.145Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31462026-07-30T02:34:30.233Z Compiling smf v0.2.3
31472026-07-30T02:34:30.324Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31482026-07-30T02:34:30.424Z Compiling whoami v1.6.1
31492026-07-30T02:34:30.460Z Compiling num_enum v0.5.11
31502026-07-30T02:34:30.481Z Compiling usdt-macro v0.5.0
31512026-07-30T02:34:30.498Z Compiling usdt-attr-macro v0.5.0
31522026-07-30T02:34:30.515Z Compiling gethostname v0.5.0
31532026-07-30T02:34:30.564Z Compiling num-rational v0.4.2
31542026-07-30T02:34:30.606Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31552026-07-30T02:34:30.666Z Compiling pem-rfc7468 v1.0.0
31562026-07-30T02:34:30.749Z Compiling num-complex v0.4.6
31572026-07-30T02:34:30.752Z Compiling derive-where v1.6.0
31582026-07-30T02:34:30.791Z Compiling memmap v0.7.0
31592026-07-30T02:34:31.004Z Compiling float-ord v0.3.2
31602026-07-30T02:34:31.020Z Compiling toml v0.8.23
31612026-07-30T02:34:31.154Z Compiling zone v0.3.1
31622026-07-30T02:34:31.184Z Compiling num v0.4.3
31632026-07-30T02:34:31.202Z Compiling hmac v0.13.0
31642026-07-30T02:34:31.205Z Compiling universal-hash v0.6.1
31652026-07-30T02:34:31.244Z Compiling resolv-conf v0.7.6
31662026-07-30T02:34:31.280Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31672026-07-30T02:34:31.311Z Compiling cancel-safe-futures v0.1.5
31682026-07-30T02:34:31.380Z Compiling polyval v0.7.1
31692026-07-30T02:34:31.397Z Compiling usdt v0.5.0
31702026-07-30T02:34:31.424Z Compiling der v0.8.0
31712026-07-30T02:34:31.451Z Compiling prettyplease v0.2.37
31722026-07-30T02:34:31.551Z Compiling pbkdf2 v0.13.0
31732026-07-30T02:34:31.622Z Compiling ghash v0.6.0
31742026-07-30T02:34:31.644Z Compiling crypto-bigint v0.7.5
31752026-07-30T02:34:31.676Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-07-30T02:34:31.710Z Compiling aes v0.9.1
31772026-07-30T02:34:31.731Z Compiling console v0.15.11
31782026-07-30T02:34:31.750Z Compiling hickory-proto v0.24.4
31792026-07-30T02:34:31.770Z Compiling ingot-types v0.2.0
31802026-07-30T02:34:31.790Z Compiling newline-converter v0.3.0
31812026-07-30T02:34:31.854Z Compiling ctr v0.10.1
31822026-07-30T02:34:31.877Z Compiling aead v0.6.1
31832026-07-30T02:34:31.932Z Compiling sha2 v0.11.0
31842026-07-30T02:34:31.950Z Compiling linear-map v1.2.0
31852026-07-30T02:34:31.954Z Compiling typify-macro v0.6.2
31862026-07-30T02:34:32.067Z Compiling libefi-sys v0.1.0
31872026-07-30T02:34:32.096Z Compiling linked-hash-map v0.5.6
31882026-07-30T02:34:32.167Z Compiling ingot v0.2.1
31892026-07-30T02:34:32.184Z Compiling oxide-update-engine-types v0.1.2
31902026-07-30T02:34:32.219Z Compiling aes-gcm v0.11.0
31912026-07-30T02:34:32.274Z Compiling lru-cache v0.1.2
31922026-07-30T02:34:32.315Z Compiling expectorate v1.2.0
31932026-07-30T02:34:32.348Z Compiling spki v0.8.0
31942026-07-30T02:34:32.431Z Compiling salsa20 v0.11.0
31952026-07-30T02:34:32.453Z Compiling bitfield-struct v0.6.2
31962026-07-30T02:34:32.512Z Compiling nom v8.0.0
31972026-07-30T02:34:32.601Z Compiling semver v0.1.20
31982026-07-30T02:34:32.729Z Compiling scrypt v0.12.0
31992026-07-30T02:34:32.835Z Compiling rustc_version v0.1.7
32002026-07-30T02:34:32.852Z Compiling tokio-dtrace v0.1.1
32012026-07-30T02:34:32.871Z Compiling cbc v0.2.1
32022026-07-30T02:34:32.926Z Compiling slog-dtrace v0.3.0
32032026-07-30T02:34:33.051Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-07-30T02:34:33.069Z Compiling minimal-lexical v0.2.1
32052026-07-30T02:34:33.096Z Compiling newtype_derive v0.1.6
32062026-07-30T02:34:33.155Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-07-30T02:34:33.159Z Compiling oxide-tokio-rt v0.1.4
32082026-07-30T02:34:33.159Z Compiling pkcs5 v0.8.1
32092026-07-30T02:34:33.208Z Compiling oxide-update-engine v0.1.2
32102026-07-30T02:34:33.340Z Compiling nom v7.1.3
32112026-07-30T02:34:33.454Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-07-30T02:34:33.472Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-07-30T02:34:33.517Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32142026-07-30T02:34:33.535Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32152026-07-30T02:34:33.551Z Compiling dropshot-api-manager-types v0.7.2
32162026-07-30T02:34:33.713Z Compiling phf_shared v0.12.1
32172026-07-30T02:34:33.746Z Compiling csv-core v0.1.13
32182026-07-30T02:34:33.776Z Compiling unicode-xid v0.2.6
32192026-07-30T02:34:33.793Z Compiling highway v1.3.0
32202026-07-30T02:34:33.842Z Compiling typify v0.6.2
32212026-07-30T02:34:33.870Z Compiling chrono-tz v0.10.4
32222026-07-30T02:34:33.900Z Compiling xshell-macros v0.2.7
32232026-07-30T02:34:33.927Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32242026-07-30T02:34:33.945Z Compiling hickory-resolver v0.24.4
32252026-07-30T02:34:33.985Z Compiling progenitor-impl v0.14.0
32262026-07-30T02:34:34.033Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32272026-07-30T02:34:34.090Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32282026-07-30T02:34:34.126Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32292026-07-30T02:34:34.147Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32302026-07-30T02:34:34.272Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32312026-07-30T02:34:34.307Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32322026-07-30T02:34:34.369Z Compiling xshell v0.2.7
32332026-07-30T02:34:34.785Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32342026-07-30T02:34:34.803Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32352026-07-30T02:34:34.921Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32362026-07-30T02:34:35.100Z Compiling qorb v0.4.1
32372026-07-30T02:34:35.119Z Compiling const_format_proc_macros v0.2.34
32382026-07-30T02:34:35.168Z Compiling csv v1.4.0
32392026-07-30T02:34:35.447Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32402026-07-30T02:34:35.465Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-07-30T02:34:35.673Z Compiling phf v0.12.1
32422026-07-30T02:34:35.699Z Compiling pkcs8 v0.11.0
32432026-07-30T02:34:35.857Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-07-30T02:34:35.892Z Compiling ff v0.14.0
32452026-07-30T02:34:35.921Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32462026-07-30T02:34:36.006Z Compiling owo-colors v4.3.0
32472026-07-30T02:34:36.083Z Compiling const_format v0.2.35
32482026-07-30T02:34:36.109Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32492026-07-30T02:34:36.227Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32502026-07-30T02:34:36.260Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32512026-07-30T02:34:36.394Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-07-30T02:34:36.441Z Compiling tabled_derive v0.7.0
32532026-07-30T02:34:36.463Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32542026-07-30T02:34:36.526Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32552026-07-30T02:34:36.797Z Compiling progenitor-macro v0.14.0
32562026-07-30T02:34:36.909Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32572026-07-30T02:34:36.950Z Compiling bcs v0.1.6
32582026-07-30T02:34:37.038Z Compiling salty v0.3.0
32592026-07-30T02:34:37.215Z Compiling tagptr v0.2.0
32602026-07-30T02:34:37.253Z Compiling termtree v0.5.1
32612026-07-30T02:34:37.312Z Compiling textwrap v0.16.2
32622026-07-30T02:34:37.353Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-07-30T02:34:37.402Z Compiling moka v0.12.13
32642026-07-30T02:34:37.470Z Compiling steno v0.4.1
32652026-07-30T02:34:37.487Z Compiling tabled v0.15.0
32662026-07-30T02:34:37.653Z Compiling group v0.14.0
32672026-07-30T02:34:37.670Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32682026-07-30T02:34:37.700Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32692026-07-30T02:34:37.806Z Compiling sha1 v0.10.6
32702026-07-30T02:34:37.825Z Compiling signature v3.0.0
32712026-07-30T02:34:37.840Z Compiling base64 v0.21.7
32722026-07-30T02:34:37.897Z Compiling base16ct v1.0.0
32732026-07-30T02:34:38.002Z Compiling radium v0.7.0
32742026-07-30T02:34:38.037Z Compiling sec1 v0.8.1
32752026-07-30T02:34:38.110Z Compiling hickory-resolver v0.25.2
32762026-07-30T02:34:38.184Z Compiling hkdf v0.13.0
32772026-07-30T02:34:38.186Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32782026-07-30T02:34:38.234Z Compiling rfc6979 v0.4.0
32792026-07-30T02:34:38.357Z Compiling maybe-uninit v2.0.0
32802026-07-30T02:34:38.374Z Compiling tap v1.0.1
32812026-07-30T02:34:38.404Z Compiling ecdsa v0.16.9
32822026-07-30T02:34:38.422Z Compiling elliptic-curve v0.14.1
32832026-07-30T02:34:38.515Z Compiling wyz v0.5.1
32842026-07-30T02:34:38.736Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32852026-07-30T02:34:38.753Z Compiling primeorder v0.13.6
32862026-07-30T02:34:38.771Z Compiling proc-macro-error-attr2 v2.0.0
32872026-07-30T02:34:38.839Z Compiling packed_struct v0.10.1
32882026-07-30T02:34:39.011Z Compiling parking_lot_core v0.8.6
32892026-07-30T02:34:39.047Z Compiling funty v2.0.0
32902026-07-30T02:34:39.093Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32912026-07-30T02:34:39.130Z Compiling utf-8 v0.7.6
32922026-07-30T02:34:39.245Z Compiling proc-macro-error2 v2.0.1
32932026-07-30T02:34:39.370Z Compiling tungstenite v0.21.0
32942026-07-30T02:34:39.406Z Compiling p384 v0.13.1
32952026-07-30T02:34:39.536Z Compiling bitvec v1.0.1
32962026-07-30T02:34:39.614Z Compiling wnaf v0.14.0
32972026-07-30T02:34:39.733Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32982026-07-30T02:34:39.842Z Compiling primefield v0.14.0
32992026-07-30T02:34:39.872Z Compiling rfc6979 v0.6.0
33002026-07-30T02:34:39.960Z Compiling git-stub v1.0.0
33012026-07-30T02:34:40.019Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33022026-07-30T02:34:40.038Z Compiling packed_struct_codegen v0.10.1
33032026-07-30T02:34:40.062Z Compiling zerocopy-derive v0.6.6
33042026-07-30T02:34:40.095Z Compiling bitfield-macros v0.19.4
33052026-07-30T02:34:40.115Z Compiling indexmap v1.9.3
33062026-07-30T02:34:40.118Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33072026-07-30T02:34:40.263Z Compiling nodrop v0.1.14
33082026-07-30T02:34:40.291Z Compiling crc-catalog v2.4.0
33092026-07-30T02:34:40.341Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33102026-07-30T02:34:40.389Z Compiling crc v3.4.0
33112026-07-30T02:34:40.412Z Compiling array-init v0.0.4
33122026-07-30T02:34:40.452Z Compiling git-stub-vcs v0.1.0
33132026-07-30T02:34:40.596Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33142026-07-30T02:34:40.636Z Compiling primeorder v0.14.0
33152026-07-30T02:34:40.786Z Compiling ecdsa v0.17.0
33162026-07-30T02:34:40.805Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33172026-07-30T02:34:40.825Z Compiling tokio-tungstenite v0.21.0
33182026-07-30T02:34:40.850Z Compiling tabled_derive v0.11.0
33192026-07-30T02:34:40.912Z Compiling bitfield v0.19.4
33202026-07-30T02:34:41.003Z Compiling zerocopy v0.6.6
33212026-07-30T02:34:41.061Z Compiling smallvec v0.6.14
33222026-07-30T02:34:41.119Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33232026-07-30T02:34:41.192Z Compiling progenitor-impl v0.13.0
33242026-07-30T02:34:41.212Z Compiling papergrid v0.17.0
33252026-07-30T02:34:41.248Z Compiling libscf-sys v1.2.0
33262026-07-30T02:34:41.286Z Compiling testing_table v0.3.0
33272026-07-30T02:34:41.310Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33282026-07-30T02:34:41.333Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33292026-07-30T02:34:41.373Z Compiling curve25519-dalek v5.0.0
33302026-07-30T02:34:41.423Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33312026-07-30T02:34:41.448Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-07-30T02:34:41.474Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33332026-07-30T02:34:41.510Z Compiling illumos-nvpair-sys v0.2.0
33342026-07-30T02:34:41.670Z Compiling corncobs v0.1.4
33352026-07-30T02:34:41.705Z Compiling hashbrown v0.12.3
33362026-07-30T02:34:41.724Z Compiling unicase v2.9.0
33372026-07-30T02:34:41.822Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-07-30T02:34:41.841Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-07-30T02:34:41.874Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33402026-07-30T02:34:41.920Z Compiling parking_lot v0.11.2
33412026-07-30T02:34:41.961Z Compiling mime_guess v2.0.5
33422026-07-30T02:34:42.016Z Compiling progenitor v0.14.0
33432026-07-30T02:34:42.052Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33442026-07-30T02:34:42.205Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33452026-07-30T02:34:42.228Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-07-30T02:34:42.254Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33472026-07-30T02:34:42.276Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33482026-07-30T02:34:42.279Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33492026-07-30T02:34:42.339Z Compiling tabled v0.20.0
33502026-07-30T02:34:42.382Z Compiling serde-hex v0.1.0
33512026-07-30T02:34:42.478Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33522026-07-30T02:34:42.546Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33532026-07-30T02:34:42.782Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-07-30T02:34:42.801Z Compiling ron v0.8.1
33552026-07-30T02:34:42.826Z Compiling ssh-encoding v0.3.0
33562026-07-30T02:34:42.869Z Compiling hashbrown v0.13.2
33572026-07-30T02:34:42.951Z Compiling progenitor-client v0.13.0
33582026-07-30T02:34:43.037Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33592026-07-30T02:34:43.064Z Compiling prefix-trie v0.7.0
33602026-07-30T02:34:43.190Z Compiling fxhash v0.2.1
33612026-07-30T02:34:43.298Z Compiling secrecy v0.8.0
33622026-07-30T02:34:43.358Z Compiling keccak v0.2.0
33632026-07-30T02:34:43.394Z Compiling crc-any v2.5.0
33642026-07-30T02:34:43.478Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33652026-07-30T02:34:43.572Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33662026-07-30T02:34:43.666Z Compiling hickory-server v0.25.2
33672026-07-30T02:34:43.746Z Compiling sled v0.34.7
33682026-07-30T02:34:43.786Z Compiling object v0.30.4
33692026-07-30T02:34:43.841Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33702026-07-30T02:34:43.858Z Compiling progenitor-macro v0.13.0
33712026-07-30T02:34:44.456Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33722026-07-30T02:34:44.576Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33732026-07-30T02:34:44.679Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33742026-07-30T02:34:44.830Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33752026-07-30T02:34:44.988Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33762026-07-30T02:34:45.517Z Compiling ed25519 v3.0.0
33772026-07-30T02:34:45.588Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33782026-07-30T02:34:45.641Z Compiling crypto-primes v0.7.2
33792026-07-30T02:34:45.666Z Compiling pkcs1 v0.8.0-rc.4
33802026-07-30T02:34:46.101Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-07-30T02:34:46.363Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33822026-07-30T02:34:46.383Z Compiling poly1305 v0.9.0
33832026-07-30T02:34:46.669Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33842026-07-30T02:34:46.687Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33852026-07-30T02:34:46.704Z Compiling blowfish v0.10.0
33862026-07-30T02:34:46.871Z Compiling blake2 v0.11.0-rc.6
33872026-07-30T02:34:46.999Z Compiling path-slash v0.1.5
33882026-07-30T02:34:47.033Z Compiling http-range v0.1.5
33892026-07-30T02:34:47.081Z Compiling crc8 v0.1.1
33902026-07-30T02:34:47.175Z Compiling half v1.8.3
33912026-07-30T02:34:47.193Z Compiling argon2 v0.6.0-rc.8
33922026-07-30T02:34:47.227Z Compiling bcrypt-pbkdf v0.11.0
33932026-07-30T02:34:47.246Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33942026-07-30T02:34:47.297Z Compiling ssh-cipher v0.3.0
33952026-07-30T02:34:47.301Z Compiling rsa v0.10.0-rc.18
33962026-07-30T02:34:47.334Z Compiling ed25519-dalek v3.0.0
33972026-07-30T02:34:47.485Z Compiling serde_cbor v0.11.2
33982026-07-30T02:34:47.574Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33992026-07-30T02:34:47.618Z Compiling illumos-nvpair v0.3.0
34002026-07-30T02:34:47.869Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34012026-07-30T02:34:47.905Z Compiling sha3 v0.11.0
34022026-07-30T02:34:48.107Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34032026-07-30T02:34:48.125Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34042026-07-30T02:34:48.228Z Compiling p521 v0.14.0
34052026-07-30T02:34:48.284Z Compiling p384 v0.14.0
34062026-07-30T02:34:48.353Z Compiling p256 v0.14.0
34072026-07-30T02:34:48.403Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-07-30T02:34:48.546Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34092026-07-30T02:34:48.572Z Compiling yasna v0.5.2
34102026-07-30T02:34:48.592Z Compiling kstat-rs v0.2.4
34112026-07-30T02:34:48.821Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34122026-07-30T02:34:48.924Z Compiling headers-core v0.3.0
34132026-07-30T02:34:48.967Z Compiling kem v0.3.0
34142026-07-30T02:34:49.038Z Compiling module-lattice v0.2.3
34152026-07-30T02:34:49.056Z Compiling progenitor v0.13.0
34162026-07-30T02:34:49.076Z Compiling nanorand v0.7.0
34172026-07-30T02:34:49.079Z Compiling sponge-cursor v0.1.0
34182026-07-30T02:34:49.124Z Compiling headers v0.4.1
34192026-07-30T02:34:49.282Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34202026-07-30T02:34:49.299Z Compiling ml-kem v0.3.2
34212026-07-30T02:34:49.318Z Compiling flume v0.11.1
34222026-07-30T02:34:49.321Z Compiling sha3 v0.12.0
34232026-07-30T02:34:49.355Z Compiling rcgen v0.12.1
34242026-07-30T02:34:49.398Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34252026-07-30T02:34:49.523Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34262026-07-30T02:34:49.676Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34272026-07-30T02:34:49.824Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34282026-07-30T02:34:49.885Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34292026-07-30T02:34:49.937Z Compiling hyper-staticfile v0.10.1
34302026-07-30T02:34:49.962Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34312026-07-30T02:34:50.234Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34322026-07-30T02:34:50.262Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34332026-07-30T02:34:50.284Z Compiling russh-cryptovec v0.62.0
34342026-07-30T02:34:50.367Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34352026-07-30T02:34:50.477Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34362026-07-30T02:34:50.536Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34372026-07-30T02:34:50.572Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34382026-07-30T02:34:50.682Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34392026-07-30T02:34:50.713Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-07-30T02:34:50.903Z Compiling internal-russh-num-bigint v0.5.0
34412026-07-30T02:34:50.959Z Compiling port-file v0.1.0
34422026-07-30T02:34:50.981Z Compiling num-bigint v0.4.6
34432026-07-30T02:34:51.020Z Compiling generic-array v1.4.3
34442026-07-30T02:34:51.233Z Compiling russh-util v0.52.0
34452026-07-30T02:34:51.382Z Compiling ssh-key v0.7.0-rc.11
34462026-07-30T02:34:51.420Z Compiling enum_dispatch v0.3.13
34472026-07-30T02:34:51.464Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34482026-07-30T02:34:51.539Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34492026-07-30T02:34:51.594Z Compiling delegate v0.13.5
34502026-07-30T02:34:51.689Z Compiling subprocess v0.2.15
34512026-07-30T02:34:52.045Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-07-30T02:34:52.232Z Compiling hex-literal v1.1.0
34532026-07-30T02:34:52.294Z Compiling display-error-chain v0.2.2
34542026-07-30T02:34:52.376Z Compiling md5 v0.8.0
34552026-07-30T02:34:52.466Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34562026-07-30T02:34:52.484Z Compiling colored v2.2.0
34572026-07-30T02:34:52.487Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34582026-07-30T02:34:52.520Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34592026-07-30T02:34:52.602Z Compiling socket2 v0.5.10
34602026-07-30T02:34:52.764Z Compiling internet-checksum v0.2.1
34612026-07-30T02:34:52.829Z Compiling russh v0.62.4
34622026-07-30T02:34:54.296Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34632026-07-30T02:34:55.012Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34642026-07-30T02:34:55.491Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34652026-07-30T02:34:56.249Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34662026-07-30T02:34:57.399Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34672026-07-30T02:35:05.965Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34682026-07-30T02:35:05.965Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34692026-07-30T02:35:05.965Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34702026-07-30T02:35:05.970Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34712026-07-30T02:35:07.762Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34722026-07-30T02:35:07.876Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34732026-07-30T02:35:11.932Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34742026-07-30T02:35:53.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
34752026-07-30T02:35:53.057Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34762026-07-30T02:35:53.057Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34772026-07-30T02:35:53.280Z
34782026-07-30T02:35:53.280Zreal 1:29.419144199
34792026-07-30T02:35:53.280Zuser 8:41.556733712
34802026-07-30T02:35:53.280Zsys 1:45.059011784
34812026-07-30T02:35:53.288Ztrap 0.267673066
34822026-07-30T02:35:53.288Ztflt 0.317096927
34832026-07-30T02:35:53.288Zdflt 1.881763424
34842026-07-30T02:35:53.288Zkflt 0.000292090
34852026-07-30T02:35:53.288Zlock 32:15.007170983
34862026-07-30T02:35:53.288Zslp 19:46.809249761
34872026-07-30T02:35:53.288Zlat 41.760346644
34882026-07-30T02:35:53.288Zstop 3:18.840692416
34892026-07-30T02:35:53.288Z+ mkdir tests
34902026-07-30T02:35:53.288Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34912026-07-30T02:35:53.288Z+ xargs -I '{}' -t cp '{}' tests/
34922026-07-30T02:35:53.306Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-09fa26b8e52845b3 tests/
34932026-07-30T02:35:53.338Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ecd303d317c25338 tests/
34942026-07-30T02:35:53.370Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e1d06bde9b082222 tests/
34952026-07-30T02:35:53.398Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-38eb295b547f400a tests/
34962026-07-30T02:35:53.680Z+ 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)
34972026-07-30T02:35:53.683Z+ 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-ecd303d317c25338 tests/commtest-e1d06bde9b082222 tests/dhcp_server-09fa26b8e52845b3 tests/end_to_end_tests-38eb295b547f400a 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
34982026-07-30T02:37:20.102ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34992026-07-30T02:37:20.102Za .github/buildomat/ci-env.sh 1K
35002026-07-30T02:37:20.102Za out/target/test 1K
35012026-07-30T02:37:20.102Za out/npuzone/npuzone 27402K
35022026-07-30T02:37:20.102Za package-manifest.toml 35K
35032026-07-30T02:37:20.102Za smf/sled-agent/non-gimlet/config.toml 6K
35042026-07-30T02:37:20.102Za target/release/omicron-package 45088K
35052026-07-30T02:37:20.102Za target/release/xtask 11722K
35062026-07-30T02:37:20.102Za target/debug/bootstrap 407124K
35072026-07-30T02:37:20.102Za tests/bootstrap-ecd303d317c25338 34514K
35082026-07-30T02:37:20.102Za tests/commtest-e1d06bde9b082222 34896K
35092026-07-30T02:37:20.102Za tests/dhcp_server-09fa26b8e52845b3 34514K
35102026-07-30T02:37:20.102Za tests/end_to_end_tests-38eb295b547f400a 470126K
35112026-07-30T02:37:20.103Za tools/opte_version 1K
35122026-07-30T02:37:20.103Za tools/opte_version_override 2K
35132026-07-30T02:37:20.103Za out/clickhouse.tar.gz 316252K
35142026-07-30T02:37:20.103Za out/clickhouse_keeper.tar.gz 302462K
35152026-07-30T02:37:20.103Za out/clickhouse_server.tar.gz 316249K
35162026-07-30T02:37:20.103Za out/cockroachdb.tar.gz 163357K
35172026-07-30T02:37:20.103Za out/crucible-pantry-zone.tar.gz 39565K
35182026-07-30T02:37:20.103Za out/crucible-utils.tar 18900K
35192026-07-30T02:37:20.103Za out/crucible-zone.tar.gz 54378K
35202026-07-30T02:37:20.103Za out/external-dns.tar.gz 48147K
35212026-07-30T02:37:20.103Za out/internal-dns.tar.gz 48147K
35222026-07-30T02:37:20.103Za out/mg-ddm-gz.tar 100917K
35232026-07-30T02:37:20.103Za out/nexus.tar.gz 355324K
35242026-07-30T02:37:20.103Za out/ntp.tar.gz 30722K
35252026-07-30T02:37:20.103Za out/omicron-gateway-softnpu.tar.gz 29477K
35262026-07-30T02:37:20.103Za out/omicron-sled-agent.tar 223658K
35272026-07-30T02:37:20.103Za out/overlay.tar.gz 4K
35282026-07-30T02:37:20.103Za out/oximeter.tar.gz 65135K
35292026-07-30T02:37:20.103Za out/oxlog.tar 4005K
35302026-07-30T02:37:20.103Za out/probe.tar.gz 3037K
35312026-07-30T02:37:20.103Za out/propolis-server.tar.gz 34642K
35322026-07-30T02:37:20.103Za out/pumpkind-gz.tar 26647K
35332026-07-30T02:37:20.103Za out/switch-softnpu.tar.gz 499914K
35342026-07-30T02:37:20.118Z
35352026-07-30T02:37:20.118Zreal 1:26.021566404
35362026-07-30T02:37:20.118Zuser 1:23.104840490
35372026-07-30T02:37:20.118Zsys 4.921743190
35382026-07-30T02:37:20.118Ztrap 0.006449284
35392026-07-30T02:37:20.118Ztflt 0.000000000
35402026-07-30T02:37:20.118Zdflt 0.000000000
35412026-07-30T02:37:20.118Zkflt 0.000000000
35422026-07-30T02:37:20.118Zlock 0.000000000
35432026-07-30T02:37:20.118Zslp 1:22.970838419
35442026-07-30T02:37:20.118Zlat 1.034507339
35452026-07-30T02:37:20.118Zstop 0.000267900
35462026-07-30T02:37:20.118Zprocess exited: duration 1057946 ms, exit code 0
 
35472026-07-30T02:37:20.156Zfound 1 output files
35482026-07-30T02:37:20.156Zuploading: /work/package.tar.gz (2676845218 bytes)
35492026-07-30T02:37:53.744Zuploaded: /work/package.tar.gz