01KY352RE3YRMF21SSCFPQ4J23: 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: 01KY353GG9AS65E4WMDTZ0DDBZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-21T20:16:33.957Zjob assigned to worker 01KY353SWJT3NTH48B3064S4JP [factory aws, i-088e73e1fd741ce1a] (queued for 1 m 1 s)
 
22026-07-21T20:16:41.151Zstarting task 0: "setup"
32026-07-21T20:16:41.155Z++ uname -s
42026-07-21T20:16:41.158Z+ kern=SunOS
52026-07-21T20:16:41.158Z+ build_user=build
62026-07-21T20:16:41.158Z+ build_uid=12345
72026-07-21T20:16:41.158Z+ work_dir=/work
82026-07-21T20:16:41.158Z+ input_dir=/input
92026-07-21T20:16:41.158Z+ [[ 0 == 12345 ]]
102026-07-21T20:16:41.158Z+ case "$kern" in
112026-07-21T20:16:41.158Z+ groupadd -g 12345 build
122026-07-21T20:16:41.163Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-21T20:16:43.167Z+ zfs create -o mountpoint=/work rpool/work
142026-07-21T20:16:43.243Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-21T20:16:43.246Z+ home_fs=zfs
162026-07-21T20:16:43.246Z+ [[ zfs == autofs ]]
172026-07-21T20:16:43.246Z+ mkdir -p /home/build
182026-07-21T20:16:43.246Z+ chown build:build /home/build /work
192026-07-21T20:16:45.248Z+ chmod 0700 /home/build /work
202026-07-21T20:16:45.252Zprocess exited: duration 4102 ms, exit code 0
 
212026-07-21T20:16:45.260Zstarting task 1: "rust-toolchain"
222026-07-21T20:16:45.265Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-21T20:16:45.265Z * rust toolchain channel = "1.96.1"
242026-07-21T20:16:45.265Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-21T20:16:45.265Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-21T20:16:45.265Z * rust toolchain profile = "default"
272026-07-21T20:16:45.265Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-21T20:16:45.270Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-21T20:16:45.270Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-21T20:16:45.365Zinfo: downloading installer
312026-07-21T20:16:46.719Zwarn: It looks like you have an existing rustup settings file at:
322026-07-21T20:16:46.719Zwarn: /home/build/.rustup/settings.toml
332026-07-21T20:16:46.719Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-21T20:16:46.719Zwarn: instead of the one inferred from the default host triple.
352026-07-21T20:16:46.730Zinfo: profile set to default
362026-07-21T20:16:46.730Zinfo: default host triple is x86_64-unknown-illumos
372026-07-21T20:16:46.734Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-21T20:16:46.865Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-21T20:16:46.869Zinfo: downloading 6 components
402026-07-21T20:17:01.662Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-21T20:17:01.662Z
422026-07-21T20:17:01.679Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-21T20:17:01.679Z
442026-07-21T20:17:01.679Z
452026-07-21T20:17:01.679ZRust is installed now. Great!
462026-07-21T20:17:01.679Z
472026-07-21T20:17:01.679ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-21T20:17:01.679Zenvironment variable. This has not been done automatically.
492026-07-21T20:17:01.679Z
502026-07-21T20:17:01.679ZTo configure your current shell, you need to source
512026-07-21T20:17:01.679Zthe corresponding env file under $HOME/.cargo.
522026-07-21T20:17:01.679Z
532026-07-21T20:17:01.679ZThis is usually done by running one of the following (note the leading DOT):
542026-07-21T20:17:01.679Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-21T20:17:01.679Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-21T20:17:01.679Zsource "~/.cargo/env.nu" # For nushell
572026-07-21T20:17:01.679Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-21T20:17:01.679Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-21T20:17:01.679Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-21T20:17:01.682Zwarn: no default linker (`cc`) was found in your PATH
612026-07-21T20:17:01.682Zwarn: many Rust crates require a system C toolchain to build
622026-07-21T20:17:01.784Z+ rustup --version
632026-07-21T20:17:01.791Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-21T20:17:01.794Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-21T20:17:01.812Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-21T20:17:01.815Z+ cargo --version
672026-07-21T20:17:01.823Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-21T20:17:01.826Z+ rustc --version
692026-07-21T20:17:01.848Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-21T20:17:01.851Zprocess exited: duration 16591 ms, exit code 0
 
712026-07-21T20:17:01.858Zstarting task 2: "authentication"
722026-07-21T20:17:01.876Zprocess exited: duration 17 ms, exit code 0
 
732026-07-21T20:17:01.883Zstarting task 3: "clone repository"
742026-07-21T20:17:01.887Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-21T20:17:01.891Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-21T20:17:01.936ZCloning into '/work/oxidecomputer/omicron'...
772026-07-21T20:17:12.298Z+ cd /work/oxidecomputer/omicron
782026-07-21T20:17:12.298Z+ git fetch origin 61cb302c7a4852ec5449862e8f4ef4e2ebc300b2
792026-07-21T20:17:12.596ZFrom https://github.com/oxidecomputer/omicron
802026-07-21T20:17:12.597Z * branch 61cb302c7a4852ec5449862e8f4ef4e2ebc300b2 -> FETCH_HEAD
812026-07-21T20:17:12.609Z+ [[ -n '' ]]
822026-07-21T20:17:12.609Z+ git reset --hard 61cb302c7a4852ec5449862e8f4ef4e2ebc300b2
832026-07-21T20:17:12.861ZHEAD is now at 61cb302c7 [spr] initial version
842026-07-21T20:17:12.866Zprocess exited: duration 10981 ms, exit code 0
 
852026-07-21T20:17:12.872Zstarting task 4: "build"
862026-07-21T20:17:12.878Z+ source .github/buildomat/ci-env.sh
872026-07-21T20:17:12.878Z++ export CARGO_TERM_COLOR=always
882026-07-21T20:17:12.878Z++ CARGO_TERM_COLOR=always
892026-07-21T20:17:12.882Z+++ uname -s
902026-07-21T20:17:12.882Z++ [[ SunOS == \S\u\n\O\S ]]
912026-07-21T20:17:12.882Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-07-21T20:17:12.885Z+ cargo --version
932026-07-21T20:17:12.892Zcargo 1.96.1 (356927216 2026-06-26)
942026-07-21T20:17:12.896Z+ rustc --version
952026-07-21T20:17:12.914Zrustc 1.96.1 (31fca3adb 2026-06-26)
962026-07-21T20:17:12.918Z+ WORK=/work
972026-07-21T20:17:12.918Z+ pfexec mkdir -p /work
982026-07-21T20:17:12.921Z+ pfexec chown build /work
992026-07-21T20:17:12.924Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-07-21T20:17:14.560Z Startup: Refreshing catalog 'helios' ... Done
1012026-07-21T20:17:14.748Z Startup: Caching catalogs ... Done
1022026-07-21T20:17:15.687ZPlanning: Solver setup ... Done (0.865s)
1032026-07-21T20:17:15.725ZPlanning: Running solver ... Done (0.039s)
1042026-07-21T20:17:15.750ZPlanning: Finding local manifests ... Done (0.002s)
1052026-07-21T20:17:15.762ZPlanning: Fetching manifests: 0/2 0% complete
1062026-07-21T20:17:15.784ZPlanning: Fetching manifests: 2/2 100% complete
1072026-07-21T20:17:15.798ZPlanning: Package planning ... Done (0.014s)
1082026-07-21T20:17:15.801ZPlanning: Merging actions ... Done (0.001s)
1092026-07-21T20:17:16.009ZPlanning: Checking for conflicting actions ... Done (0.209s)
1102026-07-21T20:17:16.012ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-07-21T20:17:16.885ZPlanning: Evaluating mediators ... Done (0.875s)
1122026-07-21T20:17:16.888ZPlanning: Planning completed in 2.11 seconds
1132026-07-21T20:17:16.895Z Packages to install: 2
1142026-07-21T20:17:16.895Z Estimated space available: 156.06 GB
1152026-07-21T20:17:16.895ZEstimated space to be consumed: 46.64 MB
1162026-07-21T20:17:16.898Z Create boot environment: No
1172026-07-21T20:17:16.898ZCreate backup boot environment: No
1182026-07-21T20:17:16.898Z Rebuild boot archive: No
1192026-07-21T20:17:16.898Z
1202026-07-21T20:17:16.898ZChanged packages:
1212026-07-21T20:17:16.898Zhelios
1222026-07-21T20:17:16.898Z developer/build-essential
1232026-07-21T20:17:16.898Z None -> 11-3.0
1242026-07-21T20:17:16.898Z library/libxmlsec1
1252026-07-21T20:17:16.899Z None -> 1.2.35-3.0
1262026-07-21T20:17:16.920Z
1272026-07-21T20:17:16.920ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-07-21T20:17:16.989ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1292026-07-21T20:17:17.049Z Actions: 1/268 actions (Installing new actions)
1302026-07-21T20:17:17.087Z Actions: Completed 268 actions in 0.04 seconds.
1312026-07-21T20:17:17.106ZFinalize: Updating package state database ... Done (0.019s)
1322026-07-21T20:17:17.106ZFinalize: Updating package cache ... Done (0.000s)
1332026-07-21T20:17:17.154ZFinalize: Updating image state ... Done (0.047s)
1342026-07-21T20:17:19.845ZFinalize: Creating fast lookup database ... Done (2.654s)
1352026-07-21T20:17:19.914ZFinalize: Reading search index ... Done (0.012s)
1362026-07-21T20:17:19.917ZFinalize: Updating search index ... Done (0.000s)
1372026-07-21T20:17:20.005ZFinalize: Updating package cache ... Done (0.000s)
1382026-07-21T20:17:20.338ZPlanning: Evaluating mediator changes ... Done
1392026-07-21T20:17:20.445ZPlanning: Checking for conflicting actions ... Done
1402026-07-21T20:17:20.448ZPlanning: Consolidating action changes ... Done
1412026-07-21T20:17:20.599ZPlanning: Evaluating mediators ... Done
1422026-07-21T20:17:20.608ZPlanning: Planning completed in 0.26 seconds
1432026-07-21T20:17:20.622Z Mediators to change: 2
1442026-07-21T20:17:20.622Z Create boot environment: No
1452026-07-21T20:17:20.622ZCreate backup boot environment: No
1462026-07-21T20:17:20.671ZFinalize: Updating package state database ... Done
1472026-07-21T20:17:20.671ZFinalize: Updating package cache ... Done
1482026-07-21T20:17:20.703ZFinalize: Updating image state ... Done
1492026-07-21T20:17:22.630ZFinalize: Creating fast lookup database ... Done
1502026-07-21T20:17:22.691ZFinalize: Reading search index ... Done
1512026-07-21T20:17:22.696ZFinalize: Updating search index ... Done
1522026-07-21T20:17:22.756ZFinalize: Updating package cache ... Done
1532026-07-21T20:17:23.038ZPlanning: Evaluating mediator changes ... Done
1542026-07-21T20:17:23.147ZPlanning: Checking for conflicting actions ... Done
1552026-07-21T20:17:23.151ZPlanning: Consolidating action changes ... Done
1562026-07-21T20:17:23.306ZPlanning: Evaluating mediators ... Done
1572026-07-21T20:17:23.309ZPlanning: Planning completed in 0.27 seconds
1582026-07-21T20:17:23.329Z Mediators to change: 1
1592026-07-21T20:17:23.329Z Create boot environment: No
1602026-07-21T20:17:23.329ZCreate backup boot environment: No
1612026-07-21T20:17:23.369ZFinalize: Updating package state database ... Done
1622026-07-21T20:17:23.369ZFinalize: Updating package cache ... Done
1632026-07-21T20:17:23.396ZFinalize: Updating image state ... Done
1642026-07-21T20:17:25.354ZFinalize: Creating fast lookup database ... Done
1652026-07-21T20:17:25.417ZFinalize: Reading search index ... Done
1662026-07-21T20:17:25.420ZFinalize: Updating search index ... Done
1672026-07-21T20:17:25.481ZFinalize: Updating package cache ... Done
1682026-07-21T20:17:25.789ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-07-21T20:17:25.789Zapache system 2.4 system
1702026-07-21T20:17:25.789Zclang system 15 system
1712026-07-21T20:17:25.789Zcsh system system illumos
1722026-07-21T20:17:25.789Zctags system system illumos
1732026-07-21T20:17:25.789Zfile vendor vendor darwinsys
1742026-07-21T20:17:25.789Zfile system system illumos
1752026-07-21T20:17:25.789Zgcc vendor 14 vendor
1762026-07-21T20:17:25.789Zgcc system 13 system
1772026-07-21T20:17:25.789Zgcc system 10 system
1782026-07-21T20:17:25.789Zgo system 1.25 system
1792026-07-21T20:17:25.789Zllvm system 15 system
1802026-07-21T20:17:25.789Zmariadb system 11.4 system
1812026-07-21T20:17:25.789Zmta vendor vendor dma
1822026-07-21T20:17:25.789Zopenjdk system 17 system
1832026-07-21T20:17:25.789Zopenjdk system 11 system
1842026-07-21T20:17:25.789Zopenssl vendor 3 vendor
1852026-07-21T20:17:25.789Zperl system 5.40 system
1862026-07-21T20:17:25.789Zpostgresql system 18 system
1872026-07-21T20:17:25.789Zpostgresql system 17 system
1882026-07-21T20:17:25.789Zpython vendor 3 vendor
1892026-07-21T20:17:25.789Zpython system 2 system
1902026-07-21T20:17:25.789Zpython3 vendor 3.13 vendor
1912026-07-21T20:17:25.789Zruby system 3.4 system
1922026-07-21T20:17:25.789Zruby system 3.0 system
1932026-07-21T20:17:25.789Zwords vendor vendor american-english
1942026-07-21T20:17:25.789Zwords system system australian-english
1952026-07-21T20:17:25.789Zwords system system british-english
1962026-07-21T20:17:25.789Zwords system system canadian-english
1972026-07-21T20:17:25.790Zwords system system french
1982026-07-21T20:17:25.790Zwords system system italian
1992026-07-21T20:17:25.790Zwords system system ngerman
2002026-07-21T20:17:25.790Zwords system system ogerman
2012026-07-21T20:17:25.790Zwords system system spanish
2022026-07-21T20:17:26.039ZPUBLISHER TYPE STATUS P LOCATION
2032026-07-21T20:17:26.039Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-07-21T20:17:26.410ZFMRI IFO
2052026-07-21T20:17:26.410Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-07-21T20:17:26.410Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-07-21T20:17:26.410Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-07-21T20:17:26.410Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-07-21T20:17:26.410Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-07-21T20:17:26.410Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-07-21T20:17:26.410Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-07-21T20:17:26.410Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-07-21T20:17:26.410Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-07-21T20:17:26.704Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-07-21T20:17:26.977Z Updating crates.io index
2162026-07-21T20:17:26.981Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-07-21T20:17:27.250Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-07-21T20:17:27.604Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-07-21T20:17:28.538Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-07-21T20:17:29.054Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-07-21T20:17:30.625Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-07-21T20:17:31.452Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-07-21T20:17:31.774Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-07-21T20:17:32.090Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-07-21T20:17:33.153Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-07-21T20:17:33.431Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-07-21T20:17:33.743Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2282026-07-21T20:17:34.004Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2292026-07-21T20:17:34.434Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2302026-07-21T20:17:34.986Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2312026-07-21T20:17:35.224Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-07-21T20:17:35.482Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-07-21T20:17:35.761Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2342026-07-21T20:17:36.091Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-07-21T20:17:36.492Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-07-21T20:17:36.711Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-07-21T20:17:36.965Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2382026-07-21T20:17:37.334Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2392026-07-21T20:17:37.662Z Updating git repository `https://github.com/oxidecomputer/erebor`
2402026-07-21T20:17:37.931Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-07-21T20:17:38.311Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-07-21T20:17:38.871Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-07-21T20:17:39.228Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-07-21T20:17:39.555Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-07-21T20:17:39.825Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-07-21T20:17:40.062Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-07-21T20:17:40.375Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2482026-07-21T20:17:40.747Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-07-21T20:17:40.983Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-07-21T20:17:41.256Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-07-21T20:17:41.517Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-07-21T20:17:41.796Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2532026-07-21T20:17:42.127Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-07-21T20:17:42.401Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-07-21T20:17:42.684Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-07-21T20:17:42.939Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-07-21T20:17:45.732Z Downloading crates ...
2582026-07-21T20:17:45.776Z Downloaded anstyle-query v1.1.5
2592026-07-21T20:17:45.783Z Downloaded colorchoice v1.0.4
2602026-07-21T20:17:45.786Z Downloaded anstream v1.0.0
2612026-07-21T20:17:45.786Z Downloaded byteorder v1.5.0
2622026-07-21T20:17:45.790Z Downloaded generic-array v0.14.7
2632026-07-21T20:17:45.790Z Downloaded terminal_size v0.4.3
2642026-07-21T20:17:45.790Z Downloaded cargo-platform v0.3.2
2652026-07-21T20:17:45.794Z Downloaded dtrace-parser v0.2.0
2662026-07-21T20:17:45.797Z Downloaded smawk v0.3.2
2672026-07-21T20:17:45.801Z Downloaded zmij v1.0.21
2682026-07-21T20:17:45.808Z Downloaded once_cell v1.21.3
2692026-07-21T20:17:45.808Z Downloaded block-buffer v0.10.4
2702026-07-21T20:17:45.808Z Downloaded camino v1.2.2
2712026-07-21T20:17:45.812Z Downloaded fastrand v2.3.0
2722026-07-21T20:17:45.815Z Downloaded equivalent v1.0.2
2732026-07-21T20:17:45.815Z Downloaded zerocopy v0.7.35
2742026-07-21T20:17:45.824Z Downloaded ucd-trie v0.1.7
2752026-07-21T20:17:45.827Z Downloaded itoa v1.0.17
2762026-07-21T20:17:45.827Z Downloaded thiserror v2.0.18
2772026-07-21T20:17:45.827Z Downloaded quote v1.0.45
2782026-07-21T20:17:45.828Z Downloaded pest_generator v2.8.6
2792026-07-21T20:17:45.831Z Downloaded heck v0.5.0
2802026-07-21T20:17:45.836Z Downloaded utf8parse v0.2.2
2812026-07-21T20:17:45.836Z Downloaded errno v0.3.14
2822026-07-21T20:17:45.840Z Downloaded macaddr v1.0.1
2832026-07-21T20:17:45.843Z Downloaded fnv v1.0.7
2842026-07-21T20:17:45.843Z Downloaded cpufeatures v0.2.17
2852026-07-21T20:17:45.844Z Downloaded clap_lex v1.0.0
2862026-07-21T20:17:45.847Z Downloaded memmap v0.7.0
2872026-07-21T20:17:45.847Z Downloaded toml_datetime v0.6.11
2882026-07-21T20:17:45.852Z Downloaded is_terminal_polyfill v1.70.2
2892026-07-21T20:17:45.853Z Downloaded usdt-attr-macro v0.5.0
2902026-07-21T20:17:45.853Z Downloaded tabled_derive v0.7.0
2912026-07-21T20:17:45.857Z Downloaded digest v0.10.7
2922026-07-21T20:17:45.860Z Downloaded anstyle-parse v1.0.0
2932026-07-21T20:17:45.867Z Downloaded thread-id v4.2.2
2942026-07-21T20:17:45.870Z Downloaded crypto-common v0.1.7
2952026-07-21T20:17:45.870Z Downloaded scroll_derive v0.12.1
2962026-07-21T20:17:45.870Z Downloaded pretty-hex v0.4.1
2972026-07-21T20:17:45.870Z Downloaded strsim v0.11.1
2982026-07-21T20:17:45.870Z Downloaded unicode-linebreak v0.1.5
2992026-07-21T20:17:45.875Z Downloaded proc-macro-error-attr v1.0.4
3002026-07-21T20:17:45.879Z Downloaded usdt v0.5.0
3012026-07-21T20:17:45.879Z Downloaded heck v0.4.1
3022026-07-21T20:17:45.879Z Downloaded swrite v0.1.0
3032026-07-21T20:17:45.884Z Downloaded serde_spanned v0.6.9
3042026-07-21T20:17:45.884Z Downloaded usdt-macro v0.5.0
3052026-07-21T20:17:45.889Z Downloaded cfg-if v1.0.4
3062026-07-21T20:17:45.894Z Downloaded version_check v0.9.5
3072026-07-21T20:17:45.898Z Downloaded plain v0.2.3
3082026-07-21T20:17:45.902Z Downloaded toml_write v0.1.2
3092026-07-21T20:17:45.908Z Downloaded dof v0.3.0
3102026-07-21T20:17:45.915Z Downloaded tempfile v3.25.0
3112026-07-21T20:17:45.918Z Downloaded cargo_metadata v0.23.1
3122026-07-21T20:17:45.922Z Downloaded serde_tokenstream v0.2.3
3132026-07-21T20:17:45.922Z Downloaded thiserror v1.0.69
3142026-07-21T20:17:45.926Z Downloaded autocfg v1.5.0
3152026-07-21T20:17:45.926Z Downloaded anstyle v1.0.14
3162026-07-21T20:17:45.926Z Downloaded scroll v0.12.0
3172026-07-21T20:17:45.926Z Downloaded fs-err v3.3.0
3182026-07-21T20:17:45.930Z Downloaded usdt-impl v0.5.0
3192026-07-21T20:17:45.930Z Downloaded proc-macro-error v1.0.4
3202026-07-21T20:17:45.930Z Downloaded thiserror-impl v2.0.18
3212026-07-21T20:17:45.934Z Downloaded bytecount v0.6.9
3222026-07-21T20:17:45.941Z Downloaded thiserror-impl v1.0.69
3232026-07-21T20:17:45.941Z Downloaded camino-tempfile v1.4.1
3242026-07-21T20:17:45.944Z Downloaded clap_derive v4.6.1
3252026-07-21T20:17:45.948Z Downloaded log v0.4.29
3262026-07-21T20:17:45.953Z Downloaded zerocopy-derive v0.7.35
3272026-07-21T20:17:45.953Z Downloaded sha2 v0.10.9
3282026-07-21T20:17:45.957Z Downloaded semver v1.0.28
3292026-07-21T20:17:45.960Z Downloaded pest_derive v2.8.6
3302026-07-21T20:17:45.960Z Downloaded anyhow v1.0.102
3312026-07-21T20:17:45.965Z Downloaded getrandom v0.4.1
3322026-07-21T20:17:45.968Z Downloaded serde_derive v1.0.228
3332026-07-21T20:17:45.968Z Downloaded toml v0.8.23
3342026-07-21T20:17:45.972Z Downloaded memchr v2.8.0
3352026-07-21T20:17:45.976Z Downloaded goblin v0.8.2
3362026-07-21T20:17:45.981Z Downloaded bitflags v2.11.0
3372026-07-21T20:17:45.986Z Downloaded textwrap v0.16.2
3382026-07-21T20:17:45.990Z Downloaded papergrid v0.11.0
3392026-07-21T20:17:45.994Z Downloaded pest_meta v2.8.6
3402026-07-21T20:17:45.997Z Downloaded clap v4.6.1
3412026-07-21T20:17:46.003Z Downloaded serde_core v1.0.228
3422026-07-21T20:17:46.003Z Downloaded proc-macro2 v1.0.106
3432026-07-21T20:17:46.006Z Downloaded unicode-ident v1.0.24
3442026-07-21T20:17:46.025Z Downloaded toml_edit v0.22.27
3452026-07-21T20:17:46.037Z Downloaded typenum v1.20.1
3462026-07-21T20:17:46.042Z Downloaded serde v1.0.228
3472026-07-21T20:17:46.045Z Downloaded pest v2.8.6
3482026-07-21T20:17:46.045Z Downloaded indexmap v2.14.0
3492026-07-21T20:17:46.049Z Downloaded tabled v0.15.0
3502026-07-21T20:17:46.054Z Downloaded clap_builder v4.6.0
3512026-07-21T20:17:46.062Z Downloaded hashbrown v0.17.0
3522026-07-21T20:17:46.066Z Downloaded serde_json v1.0.150
3532026-07-21T20:17:46.085Z Downloaded winnow v0.7.14
3542026-07-21T20:17:46.093Z Downloaded syn v1.0.109
3552026-07-21T20:17:46.097Z Downloaded unicode-width v0.1.14
3562026-07-21T20:17:46.102Z Downloaded unicode-width v0.2.0
3572026-07-21T20:17:46.110Z Downloaded syn v2.0.117
3582026-07-21T20:17:46.125Z Downloaded rustix v1.1.3
3592026-07-21T20:17:46.157Z Downloaded libc v0.2.185
3602026-07-21T20:17:46.169Z Downloaded cargo_toml v0.21.0
3612026-07-21T20:17:46.215Z Compiling proc-macro2 v1.0.106
3622026-07-21T20:17:46.215Z Compiling unicode-ident v1.0.24
3632026-07-21T20:17:46.219Z Compiling quote v1.0.45
3642026-07-21T20:17:46.219Z Compiling serde_core v1.0.228
3652026-07-21T20:17:46.219Z Compiling libc v0.2.185
3662026-07-21T20:17:46.220Z Compiling version_check v0.9.5
3672026-07-21T20:17:46.220Z Compiling memchr v2.8.0
3682026-07-21T20:17:46.220Z Compiling serde v1.0.228
3692026-07-21T20:17:46.220Z Compiling zmij v1.0.21
3702026-07-21T20:17:46.220Z Compiling ucd-trie v0.1.7
3712026-07-21T20:17:46.220Z Compiling thiserror v1.0.69
3722026-07-21T20:17:46.398Z Compiling itoa v1.0.17
3732026-07-21T20:17:46.401Z Compiling rustix v1.1.3
3742026-07-21T20:17:46.401Z Compiling byteorder v1.5.0
3752026-07-21T20:17:46.634Z Compiling bitflags v2.11.0
3762026-07-21T20:17:46.793Z Compiling serde_json v1.0.150
3772026-07-21T20:17:46.879Z Compiling proc-macro-error-attr v1.0.4
3782026-07-21T20:17:46.931Z Compiling usdt-impl v0.5.0
3792026-07-21T20:17:46.939Z Compiling syn v1.0.109
3802026-07-21T20:17:47.016Z Compiling pest v2.8.6
3812026-07-21T20:17:47.152Z Compiling camino v1.2.2
3822026-07-21T20:17:47.169Z Compiling proc-macro-error v1.0.4
3832026-07-21T20:17:47.275Z Compiling hashbrown v0.17.0
3842026-07-21T20:17:47.290Z Compiling log v0.4.29
3852026-07-21T20:17:47.293Z Compiling getrandom v0.4.1
3862026-07-21T20:17:47.293Z Compiling utf8parse v0.2.2
3872026-07-21T20:17:47.323Z Compiling plain v0.2.3
3882026-07-21T20:17:47.342Z Compiling equivalent v1.0.2
3892026-07-21T20:17:47.457Z Compiling errno v0.3.14
3902026-07-21T20:17:47.467Z Compiling thread-id v4.2.2
3912026-07-21T20:17:47.479Z Compiling anstyle-parse v1.0.0
3922026-07-21T20:17:47.516Z Compiling toml_write v0.1.2
3932026-07-21T20:17:47.520Z Compiling is_terminal_polyfill v1.70.2
3942026-07-21T20:17:47.549Z Compiling pretty-hex v0.4.1
3952026-07-21T20:17:47.554Z Compiling winnow v0.7.14
3962026-07-21T20:17:47.606Z Compiling anstyle v1.0.14
3972026-07-21T20:17:47.619Z Compiling colorchoice v1.0.4
3982026-07-21T20:17:47.700Z Compiling cfg-if v1.0.4
3992026-07-21T20:17:47.704Z Compiling thiserror v2.0.18
4002026-07-21T20:17:47.719Z Compiling autocfg v1.5.0
4012026-07-21T20:17:47.723Z Compiling anstyle-query v1.1.5
4022026-07-21T20:17:47.827Z Compiling indexmap v2.14.0
4032026-07-21T20:17:47.852Z Compiling bytecount v0.6.9
4042026-07-21T20:17:47.969Z Compiling anstream v1.0.0
4052026-07-21T20:17:47.980Z Compiling syn v2.0.117
4062026-07-21T20:17:47.980Z Compiling fnv v1.0.7
4072026-07-21T20:17:47.980Z Compiling fastrand v2.3.0
4082026-07-21T20:17:48.018Z Compiling anyhow v1.0.102
4092026-07-21T20:17:48.090Z Compiling pest_meta v2.8.6
4102026-07-21T20:17:48.108Z Compiling unicode-width v0.1.14
4112026-07-21T20:17:48.197Z Compiling fs-err v3.3.0
4122026-07-21T20:17:48.212Z Compiling strsim v0.11.1
4132026-07-21T20:17:48.230Z Compiling once_cell v1.21.3
4142026-07-21T20:17:48.311Z Compiling clap_lex v1.0.0
4152026-07-21T20:17:48.351Z Compiling heck v0.4.1
4162026-07-21T20:17:48.379Z Compiling heck v0.5.0
4172026-07-21T20:17:48.448Z Compiling papergrid v0.11.0
4182026-07-21T20:17:48.469Z Compiling memmap v0.7.0
4192026-07-21T20:17:48.488Z Compiling smawk v0.3.2
4202026-07-21T20:17:48.549Z Compiling terminal_size v0.4.3
4212026-07-21T20:17:48.566Z Compiling tempfile v3.25.0
4222026-07-21T20:17:48.581Z Compiling unicode-width v0.2.0
4232026-07-21T20:17:48.598Z Compiling unicode-linebreak v0.1.5
4242026-07-21T20:17:48.655Z Compiling clap_builder v4.6.0
4252026-07-21T20:17:48.689Z Compiling swrite v0.1.0
4262026-07-21T20:17:48.853Z Compiling cargo-platform v0.3.2
4272026-07-21T20:17:48.874Z Compiling semver v1.0.28
4282026-07-21T20:17:48.965Z Compiling textwrap v0.16.2
4292026-07-21T20:17:49.109Z Compiling camino-tempfile v1.4.1
4302026-07-21T20:17:49.450Z Compiling tabled_derive v0.7.0
4312026-07-21T20:17:50.055Z Compiling pest_generator v2.8.6
4322026-07-21T20:17:50.145Z Compiling tabled v0.15.0
4332026-07-21T20:17:50.565Z Compiling serde_derive v1.0.228
4342026-07-21T20:17:50.568Z Compiling thiserror-impl v1.0.69
4352026-07-21T20:17:50.568Z Compiling zerocopy-derive v0.7.35
4362026-07-21T20:17:50.568Z Compiling scroll_derive v0.12.1
4372026-07-21T20:17:50.568Z Compiling thiserror-impl v2.0.18
4382026-07-21T20:17:50.568Z Compiling clap_derive v4.6.1
4392026-07-21T20:17:50.666Z Compiling pest_derive v2.8.6
4402026-07-21T20:17:51.240Z Compiling scroll v0.12.0
4412026-07-21T20:17:51.310Z Compiling zerocopy v0.7.35
4422026-07-21T20:17:51.455Z Compiling goblin v0.8.2
4432026-07-21T20:17:51.680Z Compiling dtrace-parser v0.2.0
4442026-07-21T20:17:51.925Z Compiling clap v4.6.1
4452026-07-21T20:17:52.980Z Compiling dof v0.3.0
4462026-07-21T20:17:52.980Z Compiling serde_tokenstream v0.2.3
4472026-07-21T20:17:52.998Z Compiling serde_spanned v0.6.9
4482026-07-21T20:17:53.002Z Compiling toml_datetime v0.6.11
4492026-07-21T20:17:53.003Z Compiling macaddr v1.0.1
4502026-07-21T20:17:53.003Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4512026-07-21T20:17:53.003Z Compiling cargo_metadata v0.23.1
4522026-07-21T20:17:53.281Z Compiling toml_edit v0.22.27
4532026-07-21T20:17:53.689Z Compiling usdt-attr-macro v0.5.0
4542026-07-21T20:17:53.693Z Compiling usdt-macro v0.5.0
4552026-07-21T20:17:54.295Z Compiling usdt v0.5.0
4562026-07-21T20:17:54.516Z Compiling toml v0.8.23
4572026-07-21T20:17:54.832Z Compiling cargo_toml v0.21.0
4582026-07-21T20:17:56.126Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4592026-07-21T20:17:58.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.61s
4602026-07-21T20:17:58.356Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4612026-07-21T20:17:58.857Z Downloading crates ...
4622026-07-21T20:17:58.942Z Downloaded array-init v0.0.4
4632026-07-21T20:17:58.950Z Downloaded async-stream v0.3.6
4642026-07-21T20:17:58.953Z Downloaded atomic-waker v1.1.2
4652026-07-21T20:17:58.953Z Downloaded ascii-canvas v3.0.0
4662026-07-21T20:17:58.957Z Downloaded async-bb8-diesel v0.2.1
4672026-07-21T20:17:58.957Z Downloaded bitfield v0.19.4
4682026-07-21T20:17:58.960Z Downloaded bb8 v0.8.6
4692026-07-21T20:17:58.960Z Downloaded adler2 v2.0.1
4702026-07-21T20:17:58.960Z Downloaded ahash v0.8.12
4712026-07-21T20:17:58.963Z Downloaded convert_case v0.4.0
4722026-07-21T20:17:58.969Z Downloaded arrayref v0.3.9
4732026-07-21T20:17:58.969Z Downloaded crc v3.4.0
4742026-07-21T20:17:58.974Z Downloaded aead v0.5.2
4752026-07-21T20:17:58.974Z Downloaded cookie_store v0.22.1
4762026-07-21T20:17:58.979Z Downloaded constant_time_eq v0.4.2
4772026-07-21T20:17:58.979Z Downloaded crc32fast v1.5.0
4782026-07-21T20:17:58.979Z Downloaded crc-catalog v2.4.0
4792026-07-21T20:17:58.979Z Downloaded cancel-safe-futures v0.1.5
4802026-07-21T20:17:58.982Z Downloaded crypto-common v0.2.2
4812026-07-21T20:17:58.985Z Downloaded cpufeatures v0.3.0
4822026-07-21T20:17:58.990Z Downloaded defmt v0.3.100
4832026-07-21T20:17:58.994Z Downloaded darling_macro v0.23.0
4842026-07-21T20:17:58.999Z Downloaded compression-codecs v0.4.37
4852026-07-21T20:17:58.999Z Downloaded debug-ignore v1.0.5
4862026-07-21T20:17:58.999Z Downloaded curve25519-dalek-derive v0.1.1
4872026-07-21T20:17:58.999Z Downloaded crucible-workspace-hack v0.1.0
4882026-07-21T20:17:59.003Z Downloaded base16ct v1.0.0
4892026-07-21T20:17:59.003Z Downloaded crc8 v0.1.1
4902026-07-21T20:17:59.007Z Downloaded cpubits v0.1.1
4912026-07-21T20:17:59.007Z Downloaded darling_macro v0.20.11
4922026-07-21T20:17:59.007Z Downloaded darling_macro v0.13.4
4932026-07-21T20:17:59.007Z Downloaded cstr-argument v0.1.2
4942026-07-21T20:17:59.007Z Downloaded crunchy v0.2.4
4952026-07-21T20:17:59.010Z Downloaded cfg_aliases v0.1.1
4962026-07-21T20:17:59.010Z Downloaded compression-core v0.4.31
4972026-07-21T20:17:59.014Z Downloaded defmt-parser v1.0.0
4982026-07-21T20:17:59.014Z Downloaded block-padding v0.4.2
4992026-07-21T20:17:59.017Z Downloaded cobs v0.3.0
5002026-07-21T20:17:59.028Z Downloaded dsl_auto_type v0.2.0
5012026-07-21T20:17:59.031Z Downloaded ciborium-ll v0.2.2
5022026-07-21T20:17:59.031Z Downloaded ciborium-io v0.2.2
5032026-07-21T20:17:59.034Z Downloaded castaway v0.2.4
5042026-07-21T20:17:59.038Z Downloaded darling_macro v0.21.3
5052026-07-21T20:17:59.038Z Downloaded block-buffer v0.12.1
5062026-07-21T20:17:59.038Z Downloaded atomicwrites v0.4.4
5072026-07-21T20:17:59.041Z Downloaded bit-set v0.8.0
5082026-07-21T20:17:59.044Z Downloaded cfg_aliases v0.2.1
5092026-07-21T20:17:59.044Z Downloaded async-stream-impl v0.3.6
5102026-07-21T20:17:59.044Z Downloaded async-recursion v1.1.1
5112026-07-21T20:17:59.049Z Downloaded embedded-io v0.4.0
5122026-07-21T20:17:59.049Z Downloaded difflib v0.4.0
5132026-07-21T20:17:59.056Z Downloaded bit-set v0.5.3
5142026-07-21T20:17:59.056Z Downloaded base16ct v0.2.0
5152026-07-21T20:17:59.056Z Downloaded dyn-clone v1.0.20
5162026-07-21T20:17:59.056Z Downloaded digest-io v0.1.0
5172026-07-21T20:17:59.056Z Downloaded diesel_table_macro_syntax v0.3.0
5182026-07-21T20:17:59.056Z Downloaded bitfield-struct v0.6.2
5192026-07-21T20:17:59.056Z Downloaded bitfield-macros v0.19.4
5202026-07-21T20:17:59.056Z Downloaded bcrypt-pbkdf v0.11.0
5212026-07-21T20:17:59.060Z Downloaded assert_matches v1.5.0
5222026-07-21T20:17:59.060Z Downloaded colored v2.2.0
5232026-07-21T20:17:59.060Z Downloaded csv-core v0.1.13
5242026-07-21T20:17:59.060Z Downloaded critical-section v1.2.0
5252026-07-21T20:17:59.063Z Downloaded atty v0.2.14
5262026-07-21T20:17:59.063Z Downloaded embedded-io v0.6.1
5272026-07-21T20:17:59.063Z Downloaded downcast-rs v2.0.2
5282026-07-21T20:17:59.067Z Downloaded dunce v1.0.5
5292026-07-21T20:17:59.067Z Downloaded argon2 v0.5.3
5302026-07-21T20:17:59.067Z Downloaded enum-as-inner v0.6.1
5312026-07-21T20:17:59.067Z Downloaded dtrace-parser v0.3.0
5322026-07-21T20:17:59.079Z Downloaded env_filter v1.0.0
5332026-07-21T20:17:59.079Z Downloaded dirs-sys-next v0.1.2
5342026-07-21T20:17:59.079Z Downloaded endian-type v0.1.2
5352026-07-21T20:17:59.079Z Downloaded dof v0.4.0
5362026-07-21T20:17:59.079Z Downloaded document-features v0.2.12
5372026-07-21T20:17:59.079Z Downloaded display-error-chain v0.2.2
5382026-07-21T20:17:59.079Z Downloaded dropshot-api-manager-types v0.7.2
5392026-07-21T20:17:59.082Z Downloaded derive_builder_macro v0.20.2
5402026-07-21T20:17:59.082Z Downloaded dirs-next v2.0.0
5412026-07-21T20:17:59.083Z Downloaded cipher v0.4.4
5422026-07-21T20:17:59.083Z Downloaded fd-lock v4.0.4
5432026-07-21T20:17:59.087Z Downloaded cassowary v0.3.0
5442026-07-21T20:17:59.087Z Downloaded base64ct v1.8.3
5452026-07-21T20:17:59.092Z Downloaded fixedbitset v0.4.2
5462026-07-21T20:17:59.092Z Downloaded flagset v0.4.7
5472026-07-21T20:17:59.096Z Downloaded buf-list v1.1.2
5482026-07-21T20:17:59.096Z Downloaded foreign-types v0.5.0
5492026-07-21T20:17:59.096Z Downloaded foreign-types v0.3.2
5502026-07-21T20:17:59.096Z Downloaded float-cmp v0.10.0
5512026-07-21T20:17:59.108Z Downloaded data-encoding v2.10.0
5522026-07-21T20:17:59.108Z Downloaded daft-derive v0.1.7
5532026-07-21T20:17:59.108Z Downloaded corncobs v0.1.4
5542026-07-21T20:17:59.126Z Downloaded convert_case v0.10.0
5552026-07-21T20:17:59.126Z Downloaded const_format_proc_macros v0.2.34
5562026-07-21T20:17:59.126Z Downloaded chacha20 v0.9.1
5572026-07-21T20:17:59.126Z Downloaded cexpr v0.6.0
5582026-07-21T20:17:59.126Z Downloaded bit-vec v0.8.0
5592026-07-21T20:17:59.126Z Downloaded camino-tempfile-ext v0.3.3
5602026-07-21T20:17:59.126Z Downloaded derive_builder_core v0.20.2
5612026-07-21T20:17:59.126Z Downloaded cmake v0.1.57
5622026-07-21T20:17:59.126Z Downloaded bcs v0.1.6
5632026-07-21T20:17:59.134Z Downloaded cmov v0.5.4
5642026-07-21T20:17:59.134Z Downloaded ctr v0.10.1
5652026-07-21T20:17:59.134Z Downloaded async-trait v0.1.89
5662026-07-21T20:17:59.134Z Downloaded darling v0.13.4
5672026-07-21T20:17:59.134Z Downloaded const-oid v0.10.2
5682026-07-21T20:17:59.134Z Downloaded form_urlencoded v1.2.2
5692026-07-21T20:17:59.134Z Downloaded defmt-macros v1.0.1
5702026-07-21T20:17:59.134Z Downloaded defmt v1.0.1
5712026-07-21T20:17:59.134Z Downloaded ff v0.13.1
5722026-07-21T20:17:59.134Z Downloaded ecdsa v0.16.9
5732026-07-21T20:17:59.134Z Downloaded foldhash v0.1.5
5742026-07-21T20:17:59.134Z Downloaded ff v0.14.0
5752026-07-21T20:17:59.142Z Downloaded env_logger v0.11.9
5762026-07-21T20:17:59.142Z Downloaded futures-io v0.3.32
5772026-07-21T20:17:59.142Z Downloaded daft v0.1.7
5782026-07-21T20:17:59.142Z Downloaded gethostname v0.5.0
5792026-07-21T20:17:59.143Z Downloaded futures-sink v0.3.32
5802026-07-21T20:17:59.143Z Downloaded futures-macro v0.3.32
5812026-07-21T20:17:59.143Z Downloaded digest v0.11.3
5822026-07-21T20:17:59.146Z Downloaded globwalk v0.9.1
5832026-07-21T20:17:59.146Z Downloaded fxhash v0.2.1
5842026-07-21T20:17:59.146Z Downloaded ena v0.14.4
5852026-07-21T20:17:59.146Z Downloaded hash32 v0.3.1
5862026-07-21T20:17:59.146Z Downloaded foreign-types-shared v0.1.1
5872026-07-21T20:17:59.146Z Downloaded float-ord v0.3.2
5882026-07-21T20:17:59.146Z Downloaded futures-core v0.3.32
5892026-07-21T20:17:59.146Z Downloaded foreign-types-macros v0.2.3
5902026-07-21T20:17:59.150Z Downloaded ed25519 v2.2.3
5912026-07-21T20:17:59.150Z Downloaded derive-ex v0.1.8
5922026-07-21T20:17:59.150Z Downloaded blake2 v0.10.6
5932026-07-21T20:17:59.154Z Downloaded allocator-api2 v0.2.21
5942026-07-21T20:17:59.154Z Downloaded deranged v0.5.8
5952026-07-21T20:17:59.155Z Downloaded erased-serde v0.3.31
5962026-07-21T20:17:59.158Z Downloaded fixedbitset v0.5.7
5972026-07-21T20:17:59.158Z Downloaded ciborium v0.2.2
5982026-07-21T20:17:59.158Z Downloaded console v0.16.2
5992026-07-21T20:17:59.161Z Downloaded console v0.15.11
6002026-07-21T20:17:59.162Z Downloaded ghash v0.6.0
6012026-07-21T20:17:59.166Z Downloaded git-stub v1.0.0
6022026-07-21T20:17:59.166Z Downloaded cbc v0.2.1
6032026-07-21T20:17:59.166Z Downloaded chacha20 v0.10.0
6042026-07-21T20:17:59.170Z Downloaded hash32 v0.2.1
6052026-07-21T20:17:59.170Z Downloaded anstream v0.6.21
6062026-07-21T20:17:59.170Z Downloaded blake2 v0.11.0-rc.6
6072026-07-21T20:17:59.177Z Downloaded hex v0.4.3
6082026-07-21T20:17:59.177Z Downloaded headers-core v0.3.0
6092026-07-21T20:17:59.177Z Downloaded bitflags v1.3.2
6102026-07-21T20:17:59.177Z Downloaded darling v0.23.0
6112026-07-21T20:17:59.181Z Downloaded argon2 v0.6.0-rc.8
6122026-07-21T20:17:59.181Z Downloaded funty v2.0.0
6132026-07-21T20:17:59.181Z Downloaded darling v0.20.11
6142026-07-21T20:17:59.186Z Downloaded crossbeam-utils v0.8.21
6152026-07-21T20:17:59.186Z Downloaded derive_builder v0.20.2
6162026-07-21T20:17:59.189Z Downloaded http-range v0.1.5
6172026-07-21T20:17:59.189Z Downloaded crossbeam-epoch v0.9.18
6182026-07-21T20:17:59.192Z Downloaded httpdate v1.0.3
6192026-07-21T20:17:59.192Z Downloaded futures-executor v0.3.32
6202026-07-21T20:17:59.192Z Downloaded enum_dispatch v0.3.13
6212026-07-21T20:17:59.196Z Downloaded delegate v0.13.5
6222026-07-21T20:17:59.196Z Downloaded darling v0.21.3
6232026-07-21T20:17:59.200Z Downloaded group v0.14.0
6242026-07-21T20:17:59.200Z Downloaded group v0.13.0
6252026-07-21T20:17:59.204Z Downloaded ctutils v0.4.2
6262026-07-21T20:17:59.204Z Downloaded diff v0.1.13
6272026-07-21T20:17:59.204Z Downloaded hyper-tls v0.6.0
6282026-07-21T20:17:59.208Z Downloaded git-stub-vcs v0.1.0
6292026-07-21T20:17:59.209Z Downloaded ecdsa v0.17.0-rc.18
6302026-07-21T20:17:59.209Z Downloaded backon v1.6.0
6312026-07-21T20:17:59.214Z Downloaded hex-literal v1.1.0
6322026-07-21T20:17:59.214Z Downloaded bzip2 v0.6.1
6332026-07-21T20:17:59.214Z Downloaded foreign-types-shared v0.3.1
6342026-07-21T20:17:59.214Z Downloaded arc-swap v1.8.2
6352026-07-21T20:17:59.217Z Downloaded fs_extra v1.3.0
6362026-07-21T20:17:59.217Z Downloaded byte-wrapper v0.1.0
6372026-07-21T20:17:59.217Z Downloaded hubpack_derive v0.1.1
6382026-07-21T20:17:59.217Z Downloaded home v0.5.12
6392026-07-21T20:17:59.220Z Downloaded http-body v1.0.1
6402026-07-21T20:17:59.220Z Downloaded hostname v0.3.1
6412026-07-21T20:17:59.220Z Downloaded clang-sys v1.8.1
6422026-07-21T20:17:59.224Z Downloaded blowfish v0.10.0
6432026-07-21T20:17:59.224Z Downloaded bs58 v0.5.1
6442026-07-21T20:17:59.227Z Downloaded const-oid v0.9.6
6452026-07-21T20:17:59.227Z Downloaded futures-task v0.3.32
6462026-07-21T20:17:59.227Z Downloaded find-msvc-tools v0.1.9
6472026-07-21T20:17:59.231Z Downloaded colored v3.1.1
6482026-07-21T20:17:59.231Z Downloaded ed25519 v3.0.0
6492026-07-21T20:17:59.237Z Downloaded bzip2 v0.4.4
6502026-07-21T20:17:59.237Z Downloaded foldhash v0.2.0
6512026-07-21T20:17:59.237Z Downloaded filetime v0.2.27
6522026-07-21T20:17:59.240Z Downloaded fallible-iterator v0.2.0
6532026-07-21T20:17:59.240Z Downloaded highway v1.3.0
6542026-07-21T20:17:59.240Z Downloaded idna_adapter v1.2.1
6552026-07-21T20:17:59.240Z Downloaded globset v0.4.18
6562026-07-21T20:17:59.240Z Downloaded either v1.15.0
6572026-07-21T20:17:59.244Z Downloaded glob v0.3.3
6582026-07-21T20:17:59.244Z Downloaded instant v0.1.13
6592026-07-21T20:17:59.244Z Downloaded inout v0.1.4
6602026-07-21T20:17:59.244Z Downloaded instability v0.3.11
6612026-07-21T20:17:59.247Z Downloaded diesel-dtrace v0.5.0
6622026-07-21T20:17:59.247Z Downloaded illumos-nvpair v0.3.0
6632026-07-21T20:17:59.247Z Downloaded ident_case v1.0.1
6642026-07-21T20:17:59.251Z Downloaded indent_write v2.2.0
6652026-07-21T20:17:59.251Z Downloaded hostname v0.4.2
6662026-07-21T20:17:59.251Z Downloaded lalrpop-util v0.19.12
6672026-07-21T20:17:59.251Z Downloaded kem v0.3.0
6682026-07-21T20:17:59.257Z Downloaded lazy_static v1.5.0
6692026-07-21T20:17:59.257Z Downloaded libscf-sys v1.1.0
6702026-07-21T20:17:59.257Z Downloaded is_ci v1.2.0
6712026-07-21T20:17:59.257Z Downloaded internet-checksum v0.2.1
6722026-07-21T20:17:59.257Z Downloaded inout v0.2.2
6732026-07-21T20:17:59.257Z Downloaded illumos-nvpair-sys v0.2.0
6742026-07-21T20:17:59.257Z Downloaded is-terminal v0.4.17
6752026-07-21T20:17:59.261Z Downloaded futures-channel v0.3.32
6762026-07-21T20:17:59.261Z Downloaded crc-any v2.5.0
6772026-07-21T20:17:59.261Z Downloaded fs-err v2.11.0
6782026-07-21T20:17:59.266Z Downloaded cookie v0.18.1
6792026-07-21T20:17:59.267Z Downloaded half v1.8.3
6802026-07-21T20:17:59.267Z Downloaded http-body-util v0.1.3
6812026-07-21T20:17:59.271Z Downloaded humantime v2.3.0
6822026-07-21T20:17:59.271Z Downloaded derive_more v0.99.20
6832026-07-21T20:17:59.271Z Downloaded hubpack v0.1.2
6842026-07-21T20:17:59.275Z Downloaded derive-where v1.6.0
6852026-07-21T20:17:59.275Z Downloaded linked-hash-map v0.5.6
6862026-07-21T20:17:59.275Z Downloaded dropshot_endpoint v0.17.1
6872026-07-21T20:17:59.279Z Downloaded keccak v0.1.6
6882026-07-21T20:17:59.279Z Downloaded kstat-rs v0.2.4
6892026-07-21T20:17:59.279Z Downloaded hyper-staticfile v0.10.1
6902026-07-21T20:17:59.282Z Downloaded lru-cache v0.1.2
6912026-07-21T20:17:59.283Z Downloaded base64 v0.21.7
6922026-07-21T20:17:59.286Z Downloaded lru v0.12.5
6932026-07-21T20:17:59.286Z Downloaded fatfs v0.3.6
6942026-07-21T20:17:59.286Z Downloaded darling_core v0.13.4
6952026-07-21T20:17:59.289Z Downloaded const_format v0.2.35
6962026-07-21T20:17:59.292Z Downloaded des v0.9.0
6972026-07-21T20:17:59.292Z Downloaded crossbeam-deque v0.8.6
6982026-07-21T20:17:59.296Z Downloaded chacha20poly1305 v0.10.1
6992026-07-21T20:17:59.296Z Downloaded displaydoc v0.2.5
7002026-07-21T20:17:59.296Z Downloaded der_derive v0.7.3
7012026-07-21T20:17:59.302Z Downloaded bit-vec v0.6.3
7022026-07-21T20:17:59.302Z Downloaded arrayvec v0.7.6
7032026-07-21T20:17:59.302Z Downloaded match_cfg v0.1.0
7042026-07-21T20:17:59.302Z Downloaded ar_archive_writer v0.5.1
7052026-07-21T20:17:59.306Z Downloaded lzss v0.8.2
7062026-07-21T20:17:59.306Z Downloaded memoffset v0.9.1
7072026-07-21T20:17:59.306Z Downloaded maplit v1.0.2
7082026-07-21T20:17:59.306Z Downloaded md-5 v0.10.6
7092026-07-21T20:17:59.312Z Downloaded mime v0.3.17
7102026-07-21T20:17:59.312Z Downloaded drift v0.2.0
7112026-07-21T20:17:59.316Z Downloaded hmac v0.13.0
7122026-07-21T20:17:59.316Z Downloaded futures v0.3.32
7132026-07-21T20:17:59.319Z Downloaded libsw v3.5.0
7142026-07-21T20:17:59.320Z Downloaded ingot-types v0.1.2
7152026-07-21T20:17:59.320Z Downloaded indoc v2.0.7
7162026-07-21T20:17:59.324Z Downloaded indoc v1.0.9
7172026-07-21T20:17:59.324Z Downloaded maybe-uninit v2.0.0
7182026-07-21T20:17:59.327Z Downloaded managed v0.8.0
7192026-07-21T20:17:59.327Z Downloaded lru-slab v0.1.2
7202026-07-21T20:17:59.327Z Downloaded aead v0.6.1
7212026-07-21T20:17:59.328Z Downloaded cipher v0.5.2
7222026-07-21T20:17:59.331Z Downloaded backoff v0.4.0
7232026-07-21T20:17:59.331Z Downloaded ipnetwork v0.21.1
7242026-07-21T20:17:59.331Z Downloaded multimap v0.10.1
7252026-07-21T20:17:59.338Z Downloaded generic-array v1.4.3
7262026-07-21T20:17:59.338Z Downloaded hybrid-array v0.4.13
7272026-07-21T20:17:59.360Z Downloaded new_debug_unreachable v1.0.6
7282026-07-21T20:17:59.360Z Downloaded md5 v0.8.0
7292026-07-21T20:17:59.360Z Downloaded httparse v1.10.1
7302026-07-21T20:17:59.360Z Downloaded linear-map v1.2.0
7312026-07-21T20:17:59.360Z Downloaded darling_core v0.23.0
7322026-07-21T20:17:59.368Z Downloaded newline-converter v0.3.0
7332026-07-21T20:17:59.368Z Downloaded ipnet v2.11.0
7342026-07-21T20:17:59.368Z Downloaded darling_core v0.20.11
7352026-07-21T20:17:59.368Z Downloaded iana-time-zone v0.1.65
7362026-07-21T20:17:59.368Z Downloaded cc v1.2.56
7372026-07-21T20:17:59.368Z Downloaded compact_str v0.8.1
7382026-07-21T20:17:59.368Z Downloaded bytes v1.11.1
7392026-07-21T20:17:59.368Z Downloaded elliptic-curve v0.13.8
7402026-07-21T20:17:59.368Z Downloaded num v0.4.3
7412026-07-21T20:17:59.368Z Downloaded darling_core v0.21.3
7422026-07-21T20:17:59.369Z Downloaded nibble_vec v0.1.0
7432026-07-21T20:17:59.369Z Downloaded nonempty v0.12.0
7442026-07-21T20:17:59.369Z Downloaded num-conv v0.2.0
7452026-07-21T20:17:59.369Z Downloaded num-derive v0.4.2
7462026-07-21T20:17:59.369Z Downloaded nodrop v0.1.14
7472026-07-21T20:17:59.369Z Downloaded num-iter v0.1.45
7482026-07-21T20:17:59.369Z Downloaded newtype_derive v0.1.6
7492026-07-21T20:17:59.375Z Downloaded mime_guess v2.0.5
7502026-07-21T20:17:59.375Z Downloaded crossbeam-channel v0.5.15
7512026-07-21T20:17:59.381Z Downloaded normalize-line-endings v0.3.0
7522026-07-21T20:17:59.381Z Downloaded keccak v0.2.0
7532026-07-21T20:17:59.381Z Downloaded base64 v0.22.1
7542026-07-21T20:17:59.381Z Downloaded ingot-macros v0.1.1
7552026-07-21T20:17:59.381Z Downloaded jobserver v0.1.34
7562026-07-21T20:17:59.385Z Downloaded libsw-core v0.3.2
7572026-07-21T20:17:59.385Z Downloaded lock_api v0.4.14
7582026-07-21T20:17:59.385Z Downloaded libefi-sys v0.1.0
7592026-07-21T20:17:59.385Z Downloaded impl-trait-for-tuples v0.2.3
7602026-07-21T20:17:59.385Z Downloaded openssl-probe v0.1.6
7612026-07-21T20:17:59.389Z Downloaded opaque-debug v0.3.1
7622026-07-21T20:17:59.389Z Downloaded oso-derive v0.27.3
7632026-07-21T20:17:59.389Z Downloaded openssl-probe v0.2.1
7642026-07-21T20:17:59.389Z Downloaded getrandom v0.3.4
7652026-07-21T20:17:59.392Z Downloaded num_threads v0.1.7
7662026-07-21T20:17:59.392Z Downloaded olpc-cjson v0.1.4
7672026-07-21T20:17:59.392Z Downloaded newtype-uuid v1.3.2
7682026-07-21T20:17:59.395Z Downloaded nanorand v0.7.0
7692026-07-21T20:17:59.395Z Downloaded module-lattice v0.2.3
7702026-07-21T20:17:59.395Z Downloaded openssl-macros v0.1.1
7712026-07-21T20:17:59.399Z Downloaded flate2 v1.1.9
7722026-07-21T20:17:59.399Z Downloaded libloading v0.8.9
7732026-07-21T20:17:59.403Z Downloaded getrandom v0.2.17
7742026-07-21T20:17:59.403Z Downloaded anstyle-parse v0.2.7
7752026-07-21T20:17:59.409Z Downloaded half v2.7.1
7762026-07-21T20:17:59.419Z Downloaded newtype-uuid-macros v0.1.0
7772026-07-21T20:17:59.425Z Downloaded ingot v0.1.1
7782026-07-21T20:17:59.434Z Downloaded password-hash v0.6.1
7792026-07-21T20:17:59.438Z Downloaded crypto-bigint v0.5.5
7802026-07-21T20:17:59.443Z Downloaded der v0.7.10
7812026-07-21T20:17:59.446Z Downloaded num_enum_derive v0.7.6
7822026-07-21T20:17:59.446Z Downloaded derive_more v2.1.1
7832026-07-21T20:17:59.452Z Downloaded peg-runtime v0.8.5
7842026-07-21T20:17:59.456Z Downloaded path-slash v0.1.5
7852026-07-21T20:17:59.456Z Downloaded parse-size v1.1.0
7862026-07-21T20:17:59.456Z Downloaded packed_struct_codegen v0.10.1
7872026-07-21T20:17:59.456Z Downloaded owo-colors v4.3.0
7882026-07-21T20:17:59.456Z Downloaded num_enum v0.7.6
7892026-07-21T20:17:59.461Z Downloaded phf_shared v0.12.1
7902026-07-21T20:17:59.461Z Downloaded percent-encoding v2.3.2
7912026-07-21T20:17:59.461Z Downloaded expectorate v1.2.0
7922026-07-21T20:17:59.471Z Downloaded num-integer v0.1.46
7932026-07-21T20:17:59.471Z Downloaded icu_normalizer v2.1.1
7942026-07-21T20:17:59.472Z Downloaded num-rational v0.4.2
7952026-07-21T20:17:59.485Z Downloaded litemap v0.8.1
7962026-07-21T20:17:59.485Z Downloaded num-derive v0.3.3
7972026-07-21T20:17:59.485Z Downloaded num-complex v0.4.6
7982026-07-21T20:17:59.485Z Downloaded oxnet v0.1.6
7992026-07-21T20:17:59.485Z Downloaded oxide-update-engine-display v0.1.2
8002026-07-21T20:17:59.485Z Downloaded litrs v1.0.0
8012026-07-21T20:17:59.485Z Downloaded phf_shared v0.11.3
8022026-07-21T20:17:59.485Z Downloaded hyper-rustls v0.27.7
8032026-07-21T20:17:59.485Z Downloaded phf_shared v0.13.1
8042026-07-21T20:17:59.491Z Downloaded icu_locale_core v2.1.1
8052026-07-21T20:17:59.491Z Downloaded bumpalo v3.20.2
8062026-07-21T20:17:59.491Z Downloaded hmac v0.12.1
8072026-07-21T20:17:59.491Z Downloaded powerfmt v0.2.0
8082026-07-21T20:17:59.491Z Downloaded flume v0.11.1
8092026-07-21T20:17:59.491Z Downloaded potential_utf v0.1.4
8102026-07-21T20:17:59.491Z Downloaded num_enum v0.5.11
8112026-07-21T20:17:59.495Z Downloaded elliptic-curve v0.14.0-rc.33
8122026-07-21T20:17:59.495Z Downloaded memmap2 v0.9.10
8132026-07-21T20:17:59.495Z Downloaded icu_provider v2.1.1
8142026-07-21T20:17:59.502Z Downloaded parse-display v0.10.0
8152026-07-21T20:17:59.502Z Downloaded num_enum_derive v0.5.11
8162026-07-21T20:17:59.502Z Downloaded heapless v0.8.0
8172026-07-21T20:17:59.509Z Downloaded peg v0.8.5
8182026-07-21T20:17:59.509Z Downloaded password-hash v0.5.0
8192026-07-21T20:17:59.509Z Downloaded predicates-tree v1.0.13
8202026-07-21T20:17:59.509Z Downloaded ml-kem v0.3.2
8212026-07-21T20:17:59.519Z Downloaded proc-macro-crate v3.4.0
8222026-07-21T20:17:59.519Z Downloaded proc-macro-crate v1.3.1
8232026-07-21T20:17:59.519Z Downloaded oxide-tokio-rt v0.1.4
8242026-07-21T20:17:59.519Z Downloaded ignore v0.4.25
8252026-07-21T20:17:59.519Z Downloaded oxide-update-engine v0.1.2
8262026-07-21T20:17:59.519Z Downloaded predicates-core v1.0.10
8272026-07-21T20:17:59.519Z Downloaded pbkdf2 v0.13.0
8282026-07-21T20:17:59.524Z Downloaded precomputed-hash v0.1.1
8292026-07-21T20:17:59.524Z Downloaded indicatif v0.18.4
8302026-07-21T20:17:59.524Z Downloaded indexmap v1.9.3
8312026-07-21T20:17:59.524Z Downloaded hickory-resolver v0.25.2
8322026-07-21T20:17:59.528Z Downloaded ed25519-dalek v2.2.0
8332026-07-21T20:17:59.528Z Downloaded proc-macro-error-attr2 v2.0.0
8342026-07-21T20:17:59.528Z Downloaded derive_more-impl v2.1.1
8352026-07-21T20:17:59.531Z Downloaded phf v0.12.1
8362026-07-21T20:17:59.536Z Downloaded packed_struct v0.10.1
8372026-07-21T20:17:59.536Z Downloaded pem-rfc7468 v1.0.0
8382026-07-21T20:17:59.536Z Downloaded peg-macros v0.8.5
8392026-07-21T20:17:59.541Z Downloaded parse-display-derive v0.10.0
8402026-07-21T20:17:59.541Z Downloaded heapless v0.7.17
8412026-07-21T20:17:59.541Z Downloaded nu-ansi-term v0.50.3
8422026-07-21T20:17:59.547Z Downloaded native-tls v0.2.18
8432026-07-21T20:17:59.547Z Downloaded pin-project-lite v0.2.17
8442026-07-21T20:17:59.547Z Downloaded progenitor-client v0.14.0
8452026-07-21T20:17:59.554Z Downloaded parking_lot v0.11.2
8462026-07-21T20:17:59.554Z Downloaded multer v3.1.0
8472026-07-21T20:17:59.554Z Downloaded phc v0.6.1
8482026-07-21T20:17:59.554Z Downloaded pem-rfc7468 v0.7.0
8492026-07-21T20:17:59.554Z Downloaded pem v3.0.6
8502026-07-21T20:17:59.554Z Downloaded libbz2-rs-sys v0.2.2
8512026-07-21T20:17:59.558Z Downloaded async-compression v0.4.41
8522026-07-21T20:17:59.558Z Downloaded pkg-config v0.3.32
8532026-07-21T20:17:59.561Z Downloaded phf v0.13.1
8542026-07-21T20:17:59.561Z Downloaded psl-types v2.0.11
8552026-07-21T20:17:59.562Z Downloaded port-file v0.1.0
8562026-07-21T20:17:59.565Z Downloaded progenitor-macro v0.13.0
8572026-07-21T20:17:59.565Z Downloaded progenitor-macro v0.14.0
8582026-07-21T20:17:59.571Z Downloaded ppv-lite86 v0.2.21
8592026-07-21T20:17:59.574Z Downloaded ed25519-dalek v3.0.0-rc.0
8602026-07-21T20:17:59.579Z Downloaded icu_properties v2.1.2
8612026-07-21T20:17:59.579Z Downloaded quick-error v1.2.3
8622026-07-21T20:17:59.579Z Downloaded poly1305 v0.8.0
8632026-07-21T20:17:59.584Z Downloaded radium v0.7.0
8642026-07-21T20:17:59.584Z Downloaded diesel_derives v2.3.7
8652026-07-21T20:17:59.587Z Downloaded headers v0.4.1
8662026-07-21T20:17:59.590Z Downloaded paste v1.0.15
8672026-07-21T20:17:59.591Z Downloaded predicates v3.1.4
8682026-07-21T20:17:59.594Z Downloaded proc-macro-error2 v2.0.1
8692026-07-21T20:17:59.594Z Downloaded miniz_oxide v0.8.9
8702026-07-21T20:17:59.598Z Downloaded parking_lot_core v0.8.6
8712026-07-21T20:17:59.598Z Downloaded rand_xorshift v0.4.0
8722026-07-21T20:17:59.598Z Downloaded icu_normalizer_data v2.1.1
8732026-07-21T20:17:59.602Z Downloaded recursive-proc-macro-impl v0.1.1
8742026-07-21T20:17:59.602Z Downloaded recursive v0.1.1
8752026-07-21T20:17:59.606Z Downloaded progenitor v0.13.0
8762026-07-21T20:17:59.611Z Downloaded parking_lot_core v0.9.12
8772026-07-21T20:17:59.614Z Downloaded der v0.8.0
8782026-07-21T20:17:59.614Z Downloaded hyper-util v0.1.20
8792026-07-21T20:17:59.619Z Downloaded ref-cast v1.0.25
8802026-07-21T20:17:59.624Z Downloaded pkcs8 v0.10.2
8812026-07-21T20:17:59.624Z Downloaded primeorder v0.14.0-rc.10
8822026-07-21T20:17:59.624Z Downloaded primeorder v0.13.6
8832026-07-21T20:17:59.624Z Downloaded pkcs1 v0.8.0-rc.4
8842026-07-21T20:17:59.627Z Downloaded parking_lot v0.12.5
8852026-07-21T20:17:59.627Z Downloaded aes v0.9.1
8862026-07-21T20:17:59.630Z Downloaded pkcs1 v0.7.5
8872026-07-21T20:17:59.630Z Downloaded postgres-types v0.2.12
8882026-07-21T20:17:59.634Z Downloaded pkcs8 v0.11.0
8892026-07-21T20:17:59.635Z Downloaded rfc6979 v0.5.0
8902026-07-21T20:17:59.638Z Downloaded rfc6979 v0.4.0
8912026-07-21T20:17:59.638Z Downloaded rustc-hash v2.1.1
8922026-07-21T20:17:59.638Z Downloaded minimal-lexical v0.2.1
8932026-07-21T20:17:59.641Z Downloaded omicron-zone-package v0.12.3
8942026-07-21T20:17:59.644Z Downloaded postcard v1.1.3
8952026-07-21T20:17:59.644Z Downloaded num-traits v0.2.19
8962026-07-21T20:17:59.648Z Downloaded polyval v0.7.1
8972026-07-21T20:17:59.648Z Downloaded poly1305 v0.9.0
8982026-07-21T20:17:59.651Z Downloaded psm v0.1.30
8992026-07-21T20:17:59.651Z Downloaded rand_chacha v0.3.1
9002026-07-21T20:17:59.651Z Downloaded r2d2 v0.8.10
9012026-07-21T20:17:59.654Z Downloaded progenitor-client v0.13.0
9022026-07-21T20:17:59.654Z Downloaded primefield v0.14.0
9032026-07-21T20:17:59.654Z Downloaded rustc_version v0.1.7
9042026-07-21T20:17:59.658Z Downloaded russh-cryptovec v0.61.0
9052026-07-21T20:17:59.658Z Downloaded rustc_version v0.4.1
9062026-07-21T20:17:59.658Z Downloaded russh-util v0.52.0
9072026-07-21T20:17:59.658Z Downloaded rtoolbox v0.0.3
9082026-07-21T20:17:59.663Z Downloaded pin-project-internal v1.1.11
9092026-07-21T20:17:59.663Z Downloaded oxide-update-engine-types v0.1.2
9102026-07-21T20:17:59.663Z Downloaded rand_core v0.9.5
9112026-07-21T20:17:59.667Z Downloaded rand_core v0.6.4
9122026-07-21T20:17:59.667Z Downloaded rand_core v0.10.0
9132026-07-21T20:17:59.667Z Downloaded oso v0.27.3
9142026-07-21T20:17:59.671Z Downloaded hashbrown v0.13.2
9152026-07-21T20:17:59.672Z Downloaded ref-cast-impl v1.0.25
9162026-07-21T20:17:59.675Z Downloaded hashbrown v0.12.3
9172026-07-21T20:17:59.675Z Downloaded rand_seeder v0.4.0
9182026-07-21T20:17:59.675Z Downloaded postgres-protocol v0.6.10
9192026-07-21T20:17:59.682Z Downloaded p256 v0.14.0-rc.10
9202026-07-21T20:17:59.686Z Downloaded scheduled-thread-pool v0.2.7
9212026-07-21T20:17:59.689Z Downloaded p384 v0.14.0-rc.10
9222026-07-21T20:17:59.693Z Downloaded aho-corasick v1.1.4
9232026-07-21T20:17:59.696Z Downloaded crossterm v0.28.1
9242026-07-21T20:17:59.700Z Downloaded aes-gcm v0.11.0
9252026-07-21T20:17:59.706Z Downloaded sapling-renderdag v0.1.0
9262026-07-21T20:17:59.706Z Downloaded same-file v1.0.6
9272026-07-21T20:17:59.706Z Downloaded hickory-resolver v0.24.4
9282026-07-21T20:17:59.706Z Downloaded progenitor-extras v0.2.0
9292026-07-21T20:17:59.709Z Downloaded serde-big-array v0.5.1
9302026-07-21T20:17:59.709Z Downloaded scroll_derive v0.13.1
9312026-07-21T20:17:59.709Z Downloaded jiff-static v0.2.21
9322026-07-21T20:17:59.715Z Downloaded rpassword v7.5.4
9332026-07-21T20:17:59.718Z Downloaded secrecy v0.10.3
9342026-07-21T20:17:59.718Z Downloaded seq-macro v0.3.6
9352026-07-21T20:17:59.723Z Downloaded secrecy v0.8.0
9362026-07-21T20:17:59.723Z Downloaded scopeguard v1.2.0
9372026-07-21T20:17:59.723Z Downloaded prefix-trie v0.7.0
9382026-07-21T20:17:59.727Z Downloaded rustls-pemfile v2.2.0
9392026-07-21T20:17:59.727Z Downloaded itertools v0.10.5
9402026-07-21T20:17:59.731Z Downloaded progenitor v0.14.0
9412026-07-21T20:17:59.731Z Downloaded pkcs5 v0.8.1
9422026-07-21T20:17:59.736Z Downloaded semver v0.1.20
9432026-07-21T20:17:59.736Z Downloaded serde_repr v0.1.20
9442026-07-21T20:17:59.736Z Downloaded serde_bytes v0.11.19
9452026-07-21T20:17:59.742Z Downloaded serde_spanned v1.1.1
9462026-07-21T20:17:59.742Z Downloaded rusty-fork v0.3.1
9472026-07-21T20:17:59.743Z Downloaded rustls-native-certs v0.8.3
9482026-07-21T20:17:59.755Z Downloaded serde_plain v1.0.2
9492026-07-21T20:17:59.755Z Downloaded rand_chacha v0.9.0
9502026-07-21T20:17:59.755Z Downloaded quinn-udp v0.5.14
9512026-07-21T20:17:59.755Z Downloaded icu_collections v2.1.1
9522026-07-21T20:17:59.765Z Downloaded internal-russh-num-bigint v0.5.0
9532026-07-21T20:17:59.765Z Downloaded pin-project v1.1.11
9542026-07-21T20:17:59.765Z Downloaded sha1 v0.11.0
9552026-07-21T20:17:59.765Z Downloaded sha1 v0.10.6
9562026-07-21T20:17:59.765Z Downloaded signature v2.2.0
9572026-07-21T20:17:59.769Z Downloaded signal-hook-mio v0.2.5
9582026-07-21T20:17:59.769Z Downloaded serde_urlencoded v0.7.1
9592026-07-21T20:17:59.769Z Downloaded rustversion v1.0.22
9602026-07-21T20:17:59.769Z Downloaded resolv-conf v0.7.6
9612026-07-21T20:17:59.769Z Downloaded hashbrown v0.16.1
9622026-07-21T20:17:59.774Z Downloaded signal-hook-tokio v0.3.1
9632026-07-21T20:17:59.774Z Downloaded shell-words v1.1.1
9642026-07-21T20:17:59.774Z Downloaded signature v3.0.0
9652026-07-21T20:17:59.778Z Downloaded papergrid v0.17.0
9662026-07-21T20:17:59.782Z Downloaded sec1 v0.8.1
9672026-07-21T20:17:59.787Z Downloaded siphasher v1.0.2
9682026-07-21T20:17:59.787Z Downloaded slog-bunyan v2.5.0
9692026-07-21T20:17:59.791Z Downloaded sigpipe v0.1.3
9702026-07-21T20:17:59.791Z Downloaded slog-envlogger v2.2.0
9712026-07-21T20:17:59.791Z Downloaded prettyplease v0.2.37
9722026-07-21T20:17:59.802Z Downloaded hashbrown v0.15.5
9732026-07-21T20:17:59.802Z Downloaded schemars_derive v0.8.22
9742026-07-21T20:17:59.802Z Downloaded serde-hex v0.1.0
9752026-07-21T20:17:59.805Z Downloaded sec1 v0.7.3
9762026-07-21T20:17:59.806Z Downloaded scrypt v0.12.0
9772026-07-21T20:17:59.809Z Downloaded serde_derive_internals v0.29.1
9782026-07-21T20:17:59.813Z Downloaded http v1.4.2
9792026-07-21T20:17:59.813Z Downloaded rustls-pki-types v1.14.0
9802026-07-21T20:17:59.822Z Downloaded mio v1.2.0
9812026-07-21T20:17:59.836Z Downloaded serdect v0.4.3
9822026-07-21T20:17:59.845Z Downloaded serde_path_to_error v0.1.20
9832026-07-21T20:17:59.845Z Downloaded openssl-sys v0.9.115
9842026-07-21T20:17:59.845Z Downloaded serde_with_macros v1.5.2
9852026-07-21T20:17:59.845Z Downloaded shlex v1.3.0
9862026-07-21T20:17:59.845Z Downloaded dropshot-api-manager v0.7.2
9872026-07-21T20:17:59.850Z Downloaded salsa20 v0.11.0
9882026-07-21T20:17:59.850Z Downloaded sqlparser_derive v0.5.0
9892026-07-21T20:17:59.850Z Downloaded progenitor-impl v0.13.0
9902026-07-21T20:17:59.850Z Downloaded ron v0.8.1
9912026-07-21T20:17:59.854Z Downloaded stable_deref_trait v1.2.1
9922026-07-21T20:17:59.854Z Downloaded slab v0.4.12
9932026-07-21T20:17:59.854Z Downloaded strsim v0.10.0
9942026-07-21T20:17:59.859Z Downloaded pretty_assertions v1.4.1
9952026-07-21T20:17:59.859Z Downloaded structmeta-derive v0.3.0
9962026-07-21T20:17:59.859Z Downloaded crossterm v0.29.0
9972026-07-21T20:17:59.864Z Downloaded slog-scope v4.4.1
9982026-07-21T20:17:59.864Z Downloaded slog-json v2.6.1
9992026-07-21T20:17:59.864Z Downloaded slog-async v2.8.0
10002026-07-21T20:17:59.872Z Downloaded progenitor-impl v0.14.0
10012026-07-21T20:17:59.872Z Downloaded num-bigint v0.4.6
10022026-07-21T20:17:59.881Z Downloaded sync-ptr v0.1.4
10032026-07-21T20:17:59.881Z Downloaded slog-dtrace v0.3.0
10042026-07-21T20:17:59.881Z Downloaded smf v0.2.3
10052026-07-21T20:17:59.881Z Downloaded signal-hook-registry v1.4.8
10062026-07-21T20:17:59.881Z Downloaded supports-color v3.0.2
10072026-07-21T20:17:59.881Z Downloaded slog-term v2.9.2
10082026-07-21T20:17:59.881Z Downloaded subtle v2.6.1
10092026-07-21T20:17:59.881Z Downloaded strum v0.26.3
10102026-07-21T20:17:59.881Z Downloaded structmeta v0.3.0
10112026-07-21T20:17:59.886Z Downloaded strip-ansi-escapes v0.2.1
10122026-07-21T20:17:59.887Z Downloaded scroll v0.13.0
10132026-07-21T20:17:59.887Z Downloaded take_mut v0.2.2
10142026-07-21T20:17:59.887Z Downloaded tagptr v0.2.0
10152026-07-21T20:17:59.887Z Downloaded tabled_derive v0.11.0
10162026-07-21T20:17:59.887Z Downloaded tabwriter v1.4.1
10172026-07-21T20:17:59.887Z Downloaded hickory-server v0.25.2
10182026-07-21T20:17:59.894Z Downloaded h2 v0.4.15
10192026-07-21T20:17:59.894Z Downloaded libxml v0.3.3
10202026-07-21T20:17:59.898Z Downloaded tap v1.0.1
10212026-07-21T20:17:59.898Z Downloaded sync_wrapper v1.0.2
10222026-07-21T20:17:59.899Z Downloaded smallvec v0.6.14
10232026-07-21T20:17:59.899Z Downloaded slog-stdlog v4.1.1
10242026-07-21T20:17:59.904Z Downloaded schemars v0.8.22
10252026-07-21T20:17:59.913Z Downloaded thiserror-impl-no-std v2.0.2
10262026-07-21T20:17:59.913Z Downloaded testing_table v0.3.0
10272026-07-21T20:17:59.913Z Downloaded ssh-encoding v0.3.0-rc.9
10282026-07-21T20:17:59.921Z Downloaded spki v0.8.0
10292026-07-21T20:17:59.921Z Downloaded termtree v0.5.1
10302026-07-21T20:17:59.921Z Downloaded nom v7.1.3
10312026-07-21T20:17:59.921Z Downloaded thread-id v5.1.0
10322026-07-21T20:17:59.922Z Downloaded serde_with_macros v3.21.0
10332026-07-21T20:17:59.922Z Downloaded strum v0.27.2
10342026-07-21T20:17:59.922Z Downloaded stacker v0.1.23
10352026-07-21T20:17:59.922Z Downloaded rustls-platform-verifier v0.6.2
10362026-07-21T20:17:59.926Z Downloaded ssh-cipher v0.3.0-rc.9
10372026-07-21T20:17:59.927Z Downloaded quinn v0.11.9
10382026-07-21T20:17:59.927Z Downloaded qorb v0.4.1
10392026-07-21T20:17:59.931Z Downloaded tinyvec_macros v0.1.1
10402026-07-21T20:17:59.931Z Downloaded support-bundle-viewer v0.1.2
10412026-07-21T20:17:59.931Z Downloaded rcgen v0.12.1
10422026-07-21T20:17:59.935Z Downloaded synstructure v0.13.2
10432026-07-21T20:17:59.935Z Downloaded rayon-core v1.13.0
10442026-07-21T20:17:59.940Z Downloaded sqlformat v0.3.5
10452026-07-21T20:17:59.940Z Downloaded hkdf v0.12.4
10462026-07-21T20:17:59.940Z Downloaded serde_cbor v0.11.2
10472026-07-21T20:17:59.944Z Downloaded spki v0.7.3
10482026-07-21T20:17:59.944Z Downloaded snafu-derive v0.8.9
10492026-07-21T20:17:59.944Z Downloaded ryu v1.0.23
10502026-07-21T20:17:59.950Z Downloaded futures-util v0.3.32
10512026-07-21T20:17:59.954Z Downloaded string_cache v0.8.9
10522026-07-21T20:17:59.957Z Downloaded hyper v1.10.1
10532026-07-21T20:17:59.960Z Downloaded thiserror-no-std v2.0.2
10542026-07-21T20:17:59.964Z Downloaded tokio-macros v2.7.0
10552026-07-21T20:17:59.964Z Downloaded simd-adler32 v0.3.8
10562026-07-21T20:17:59.964Z Downloaded strum_macros v0.27.2
10572026-07-21T20:17:59.967Z Downloaded tower-layer v0.3.3
10582026-07-21T20:17:59.967Z Downloaded crypto-primes v0.7.2
10592026-07-21T20:17:59.972Z Downloaded topological-sort v0.2.2
10602026-07-21T20:17:59.972Z Downloaded blake3 v1.8.5
10612026-07-21T20:17:59.976Z Downloaded time-core v0.1.8
10622026-07-21T20:17:59.980Z Downloaded slog v2.8.2
10632026-07-21T20:17:59.980Z Downloaded tiny-keccak v2.0.2
10642026-07-21T20:17:59.985Z Downloaded rsa v0.9.10
10652026-07-21T20:17:59.991Z Downloaded tower-service v0.3.3
10662026-07-21T20:17:59.991Z Downloaded smallvec v1.15.1
10672026-07-21T20:17:59.991Z Downloaded strum_macros v0.26.4
10682026-07-21T20:17:59.991Z Downloaded strum_macros v0.24.3
10692026-07-21T20:17:59.991Z Downloaded tls_codec_derive v0.4.2
10702026-07-21T20:17:59.995Z Downloaded publicsuffix v2.3.0
10712026-07-21T20:17:59.995Z Downloaded unarray v0.1.4
10722026-07-21T20:17:59.995Z Downloaded termios v0.3.3
10732026-07-21T20:17:59.995Z Downloaded serde_yaml v0.9.34+deprecated
10742026-07-21T20:17:59.999Z Downloaded icu_properties_data v2.1.2
10752026-07-21T20:18:00.003Z Downloaded trait-variant v0.1.2
10762026-07-21T20:18:00.003Z Downloaded spin v0.9.8
10772026-07-21T20:18:00.007Z Downloaded sha2 v0.11.0
10782026-07-21T20:18:00.007Z Downloaded typify-macro v0.6.2
10792026-07-21T20:18:00.010Z Downloaded thread_local v1.1.9
10802026-07-21T20:18:00.017Z Downloaded rand v0.8.6
10812026-07-21T20:18:00.021Z Downloaded libm v0.2.16
10822026-07-21T20:18:00.026Z Downloaded unicode-xid v0.2.6
10832026-07-21T20:18:00.037Z Downloaded universal-hash v0.6.1
10842026-07-21T20:18:00.037Z Downloaded universal-hash v0.5.1
10852026-07-21T20:18:00.037Z Downloaded usdt-macro v0.6.0
10862026-07-21T20:18:00.037Z Downloaded untrusted v0.7.1
10872026-07-21T20:18:00.037Z Downloaded unit-prefix v0.5.2
10882026-07-21T20:18:00.045Z Downloaded utf8_iter v1.0.4
10892026-07-21T20:18:00.045Z Downloaded unicode-truncate v1.1.0
10902026-07-21T20:18:00.045Z Downloaded tokio-tungstenite v0.23.1
10912026-07-21T20:18:00.045Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10922026-07-21T20:18:00.045Z Downloaded tinystr v0.8.2
10932026-07-21T20:18:00.045Z Downloaded tls_codec v0.4.2
10942026-07-21T20:18:00.045Z Downloaded term v0.7.0
10952026-07-21T20:18:00.045Z Downloaded signal-hook v0.3.18
10962026-07-21T20:18:00.050Z Downloaded tokio-native-tls v0.3.1
10972026-07-21T20:18:00.050Z Downloaded itertools v0.13.0
10982026-07-21T20:18:00.050Z Downloaded usdt-attr-macro v0.6.0
10992026-07-21T20:18:00.050Z Downloaded usdt v0.6.0
11002026-07-21T20:18:00.050Z Downloaded utf-8 v0.7.6
11012026-07-21T20:18:00.057Z Downloaded tokio-dtrace v0.1.1
11022026-07-21T20:18:00.057Z Downloaded untrusted v0.9.0
11032026-07-21T20:18:00.057Z Downloaded nom v8.0.0
11042026-07-21T20:18:00.062Z Downloaded try-lock v0.2.5
11052026-07-21T20:18:00.062Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11062026-07-21T20:18:00.062Z Downloaded similar v2.7.0
11072026-07-21T20:18:00.062Z Downloaded bitvec v1.0.1
11082026-07-21T20:18:00.070Z Downloaded void v1.0.2
11092026-07-21T20:18:00.074Z Downloaded tokio-test v0.4.5
11102026-07-21T20:18:00.074Z Downloaded tokio-tungstenite v0.21.0
11112026-07-21T20:18:00.074Z Downloaded toml_writer v1.1.1+spec-1.1.0
11122026-07-21T20:18:00.075Z Downloaded socket2 v0.5.10
11132026-07-21T20:18:00.075Z Downloaded snafu v0.8.9
11142026-07-21T20:18:00.082Z Downloaded wait-timeout v0.2.1
11152026-07-21T20:18:00.082Z Downloaded tokio-stream v0.1.18
11162026-07-21T20:18:00.090Z Downloaded waitgroup v0.1.2
11172026-07-21T20:18:00.090Z Downloaded tui-tree-widget v0.23.1
11182026-07-21T20:18:00.090Z Downloaded socket2 v0.6.3
11192026-07-21T20:18:00.090Z Downloaded rand v0.9.2
11202026-07-21T20:18:00.090Z Downloaded rustls-webpki v0.103.13
11212026-07-21T20:18:00.090Z Downloaded rand v0.10.1
11222026-07-21T20:18:00.096Z Downloaded want v0.3.1
11232026-07-21T20:18:00.096Z Downloaded iddqd v0.4.2
11242026-07-21T20:18:00.102Z Downloaded unicase v2.9.0
11252026-07-21T20:18:00.103Z Downloaded xshell-macros v0.2.7
11262026-07-21T20:18:00.103Z Downloaded idna v1.1.0
11272026-07-21T20:18:00.108Z Downloaded bindgen v0.71.1
11282026-07-21T20:18:00.108Z Downloaded time-macros v0.2.27
11292026-07-21T20:18:00.113Z Downloaded itertools v0.12.1
11302026-07-21T20:18:00.113Z Downloaded yoke-derive v0.8.1
11312026-07-21T20:18:00.113Z Downloaded xattr v1.6.1
11322026-07-21T20:18:00.117Z Downloaded schemars v1.2.1
11332026-07-21T20:18:00.121Z Downloaded zerofrom v0.1.6
11342026-07-21T20:18:00.126Z Downloaded zeroize_derive v1.4.3
11352026-07-21T20:18:00.126Z Downloaded schemars v0.9.0
11362026-07-21T20:18:00.129Z Downloaded uzers v0.12.2
11372026-07-21T20:18:00.134Z Downloaded p521 v0.14.0-rc.10
11382026-07-21T20:18:00.134Z Downloaded vergen-git2 v9.1.0
11392026-07-21T20:18:00.137Z Downloaded usdt-impl v0.6.0
11402026-07-21T20:18:00.137Z Downloaded subprocess v0.2.15
11412026-07-21T20:18:00.137Z Downloaded twox-hash v2.1.2
11422026-07-21T20:18:00.142Z Downloaded zone_cfg_derive v0.3.1
11432026-07-21T20:18:00.142Z Downloaded vergen-lib v9.1.0
11442026-07-21T20:18:00.142Z Downloaded toml_parser v1.1.2+spec-1.1.0
11452026-07-21T20:18:00.142Z Downloaded num-bigint-dig v0.8.6
11462026-07-21T20:18:00.148Z Downloaded tokio-rustls v0.26.4
11472026-07-21T20:18:00.148Z Downloaded aws-lc-rs v1.16.3
11482026-07-21T20:18:00.154Z Downloaded whoami v2.1.0
11492026-07-21T20:18:00.155Z Downloaded vergen-gitcl v1.0.8
11502026-07-21T20:18:00.155Z Downloaded whoami v1.6.1
11512026-07-21T20:18:00.181Z Downloaded tar v0.4.46
11522026-07-21T20:18:00.181Z Downloaded zone v0.3.1
11532026-07-21T20:18:00.181Z Downloaded rsa v0.10.0-rc.18
11542026-07-21T20:18:00.187Z Downloaded writeable v0.6.2
11552026-07-21T20:18:00.187Z Downloaded walkdir v2.5.0
11562026-07-21T20:18:00.187Z Downloaded wyz v0.5.1
11572026-07-21T20:18:00.187Z Downloaded term v1.2.1
11582026-07-21T20:18:00.187Z Downloaded xshell v0.2.7
11592026-07-21T20:18:00.187Z Downloaded zerofrom-derive v0.1.6
11602026-07-21T20:18:00.187Z Downloaded hkdf v0.13.0
11612026-07-21T20:18:00.187Z Downloaded vsss-rs v3.3.4
11622026-07-21T20:18:00.187Z Downloaded chrono v0.4.45
11632026-07-21T20:18:00.187Z Downloaded test-strategy v0.4.5
11642026-07-21T20:18:00.187Z Downloaded yoke v0.8.1
11652026-07-21T20:18:00.187Z Downloaded toml v1.1.2+spec-1.1.0
11662026-07-21T20:18:00.187Z Downloaded tracing-attributes v0.1.31
11672026-07-21T20:18:00.187Z Downloaded tinyvec v1.10.0
11682026-07-21T20:18:00.187Z Downloaded iri-string v0.7.10
11692026-07-21T20:18:00.194Z Downloaded vergen-lib v0.1.6
11702026-07-21T20:18:00.194Z Downloaded vergen v9.1.0
11712026-07-21T20:18:00.194Z Downloaded unicode-properties v0.1.4
11722026-07-21T20:18:00.194Z Downloaded samael v0.0.19
11732026-07-21T20:18:00.207Z Downloaded zeroize v1.8.2
11742026-07-21T20:18:00.207Z Downloaded stringprep v0.1.5
11752026-07-21T20:18:00.207Z Downloaded static_assertions v1.1.0
11762026-07-21T20:18:00.207Z Downloaded itertools v0.14.0
11772026-07-21T20:18:00.215Z Downloaded typify v0.6.2
11782026-07-21T20:18:00.215Z Downloaded unicode-bidi v0.3.18
11792026-07-21T20:18:00.215Z Downloaded toml v0.7.8
11802026-07-21T20:18:00.219Z Downloaded tungstenite v0.21.0
11812026-07-21T20:18:00.219Z Downloaded zstd v0.13.3
11822026-07-21T20:18:00.219Z Downloaded unsafe-libyaml v0.2.11
11832026-07-21T20:18:00.224Z Downloaded zstd-safe v7.2.4
11842026-07-21T20:18:00.224Z Downloaded serde_with v1.14.0
11852026-07-21T20:18:00.229Z Downloaded tracing-core v0.1.36
11862026-07-21T20:18:00.239Z Downloaded rustyline v14.0.0
11872026-07-21T20:18:00.247Z Downloaded toml_edit v0.23.10+spec-1.0.0
11882026-07-21T20:18:00.260Z Downloaded zerovec-derive v0.11.2
11892026-07-21T20:18:00.267Z Downloaded tungstenite v0.23.0
11902026-07-21T20:18:00.272Z Downloaded goblin v0.10.5
11912026-07-21T20:18:00.288Z Downloaded reedline v0.40.0
11922026-07-21T20:18:00.293Z Downloaded toml_edit v0.19.15
11932026-07-21T20:18:00.301Z Downloaded yasna v0.5.2
11942026-07-21T20:18:00.305Z Downloaded uuid v1.23.4
11952026-07-21T20:18:00.305Z Downloaded steno v0.4.1
11962026-07-21T20:18:00.308Z Downloaded reqwest v0.12.28
11972026-07-21T20:18:00.314Z Downloaded portable-atomic v1.13.1
11982026-07-21T20:18:00.319Z Downloaded vte v0.14.1
11992026-07-21T20:18:00.319Z Downloaded p384 v0.13.1
12002026-07-21T20:18:00.322Z Downloaded lalrpop v0.19.12
12012026-07-21T20:18:00.336Z Downloaded unicode_categories v0.1.1
12022026-07-21T20:18:00.341Z Downloaded regex v1.12.3
12032026-07-21T20:18:00.341Z Downloaded tower v0.5.3
12042026-07-21T20:18:00.345Z Downloaded reqwest v0.13.2
12052026-07-21T20:18:00.349Z Downloaded zerotrie v0.2.3
12062026-07-21T20:18:00.356Z Downloaded moka v0.12.13
12072026-07-21T20:18:00.368Z Downloaded zopfli v0.8.3
12082026-07-21T20:18:00.368Z Downloaded zip v0.6.6
12092026-07-21T20:18:00.368Z Downloaded tokio-postgres v0.7.16
12102026-07-21T20:18:00.368Z Downloaded url v2.5.8
12112026-07-21T20:18:00.372Z Downloaded quick-xml v0.37.5
12122026-07-21T20:18:00.372Z Downloaded rayon v1.11.0
12132026-07-21T20:18:00.372Z Downloaded rawzip v0.4.4
12142026-07-21T20:18:00.377Z Downloaded zerocopy v0.6.6
12152026-07-21T20:18:00.383Z Downloaded yansi v1.0.1
12162026-07-21T20:18:00.383Z Downloaded zerocopy-derive v0.8.40
12172026-07-21T20:18:00.387Z Downloaded typed-path v0.9.3
12182026-07-21T20:18:00.400Z Downloaded git2 v0.20.4
12192026-07-21T20:18:00.411Z Downloaded ssh-key v0.7.0-rc.10
12202026-07-21T20:18:00.422Z Downloaded unicode-segmentation v1.12.0
12212026-07-21T20:18:00.431Z Downloaded x509-cert v0.2.5
12222026-07-21T20:18:00.458Z Downloaded tower-http v0.6.8
12232026-07-21T20:18:00.458Z Downloaded tokio-util v0.7.18
12242026-07-21T20:18:00.463Z Downloaded curve25519-dalek v4.1.3
12252026-07-21T20:18:00.463Z Downloaded zip v4.6.1
12262026-07-21T20:18:00.468Z Downloaded proptest v1.10.0
12272026-07-21T20:18:00.475Z Downloaded tough v0.22.0
12282026-07-21T20:18:00.483Z Downloaded russh v0.61.2
12292026-07-21T20:18:00.487Z Downloaded salty v0.3.0
12302026-07-21T20:18:00.487Z Downloaded radix_trie v0.2.1
12312026-07-21T20:18:00.492Z Downloaded zerovec v0.11.5
12322026-07-21T20:18:00.497Z Downloaded petname v2.0.2
12332026-07-21T20:18:00.497Z Downloaded object v0.30.4
12342026-07-21T20:18:00.502Z Downloaded quinn-proto v0.11.13
12352026-07-21T20:18:00.507Z Downloaded nix v0.27.1
12362026-07-21T20:18:00.512Z Downloaded serde_with v3.21.0
12372026-07-21T20:18:00.519Z Downloaded openssl v0.10.79
12382026-07-21T20:18:00.523Z Downloaded winnow v0.6.26
12392026-07-21T20:18:00.528Z Downloaded nix v0.28.0
12402026-07-21T20:18:00.538Z Downloaded winnow v0.5.40
12412026-07-21T20:18:00.546Z Downloaded crypto-bigint v0.7.5
12422026-07-21T20:18:00.555Z Downloaded time v0.3.47
12432026-07-21T20:18:00.562Z Downloaded object v0.37.3
12442026-07-21T20:18:00.568Z Downloaded curve25519-dalek v5.0.0-rc.0
12452026-07-21T20:18:00.569Z Downloaded polar-core v0.27.3
12462026-07-21T20:18:00.597Z Downloaded tabled v0.20.0
12472026-07-21T20:18:00.604Z Downloaded winnow v1.0.3
12482026-07-21T20:18:00.605Z Downloaded dropshot v0.17.1
12492026-07-21T20:18:00.605Z Downloaded vcpkg v0.2.15
12502026-07-21T20:18:00.621Z Downloaded bstr v1.12.1
12512026-07-21T20:18:00.626Z Downloaded unicode-normalization v0.1.25
12522026-07-21T20:18:00.635Z Downloaded regress v0.10.5
12532026-07-21T20:18:00.640Z Downloaded smoltcp v0.9.1
12542026-07-21T20:18:00.646Z Downloaded zlib-rs v0.6.2
12552026-07-21T20:18:00.649Z Downloaded openapiv3 v2.2.0
12562026-07-21T20:18:00.656Z Downloaded hickory-proto v0.24.4
12572026-07-21T20:18:00.671Z Downloaded rustls v0.23.41
12582026-07-21T20:18:00.676Z Downloaded nix v0.31.2
12592026-07-21T20:18:00.695Z Downloaded smoltcp v0.11.0
12602026-07-21T20:18:00.701Z Downloaded regex-syntax v0.6.29
12612026-07-21T20:18:00.706Z Downloaded hickory-proto v0.25.2
12622026-07-21T20:18:00.714Z Downloaded zerocopy v0.8.40
12632026-07-21T20:18:00.719Z Downloaded regress v0.11.1
12642026-07-21T20:18:00.725Z Downloaded diesel v2.3.7
12652026-07-21T20:18:00.735Z Downloaded rustix v0.38.44
12662026-07-21T20:18:00.748Z Downloaded regex-syntax v0.8.10
12672026-07-21T20:18:00.790Z Downloaded tracing v0.1.44
12682026-07-21T20:18:00.795Z Downloaded typify-impl v0.6.2
12692026-07-21T20:18:00.809Z Downloaded sqlparser v0.61.0
12702026-07-21T20:18:00.821Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-07-21T20:18:00.821Z Downloaded sha3 v0.11.0
12722026-07-21T20:18:00.876Z Downloaded sled v0.34.7
12732026-07-21T20:18:00.876Z Downloaded ratatui v0.29.0
12742026-07-21T20:18:00.905Z Downloaded fiat-crypto v0.3.0
12752026-07-21T20:18:00.905Z Downloaded chrono-tz v0.10.4
12762026-07-21T20:18:00.905Z Downloaded petgraph v0.6.5
12772026-07-21T20:18:00.905Z Downloaded zerocopy-derive v0.6.6
12782026-07-21T20:18:00.905Z Downloaded jiff v0.2.21
12792026-07-21T20:18:00.910Z Downloaded regex-automata v0.4.14
12802026-07-21T20:18:00.910Z Downloaded csv v1.4.0
12812026-07-21T20:18:00.920Z Downloaded petgraph v0.8.3
12822026-07-21T20:18:00.932Z Downloaded libz-sys v1.1.24
12832026-07-21T20:18:00.956Z Downloaded sha3 v0.10.8
12842026-07-21T20:18:00.959Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12852026-07-21T20:18:00.968Z Downloaded tokio v1.52.1
12862026-07-21T20:18:01.027Z Downloaded encoding_rs v0.8.35
12872026-07-21T20:18:01.056Z Downloaded ring v0.17.14
12882026-07-21T20:18:01.079Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-07-21T20:18:01.581Z Downloaded aws-lc-sys v0.40.0
12902026-07-21T20:18:01.844Z Compiling libc v0.2.185
12912026-07-21T20:18:01.844Z Compiling serde_core v1.0.228
12922026-07-21T20:18:01.844Z Compiling serde v1.0.228
12932026-07-21T20:18:01.849Z Compiling log v0.4.29
12942026-07-21T20:18:01.850Z Compiling smallvec v1.15.1
12952026-07-21T20:18:01.850Z Compiling find-msvc-tools v0.1.9
12962026-07-21T20:18:01.850Z Compiling shlex v1.3.0
12972026-07-21T20:18:01.850Z Compiling subtle v2.6.1
12982026-07-21T20:18:01.850Z Compiling scopeguard v1.2.0
12992026-07-21T20:18:02.025Z Compiling stable_deref_trait v1.2.1
13002026-07-21T20:18:02.054Z Compiling typenum v1.20.1
13012026-07-21T20:18:02.057Z Compiling serde_json v1.0.150
13022026-07-21T20:18:02.105Z Compiling zerocopy v0.8.40
13032026-07-21T20:18:02.109Z Compiling portable-atomic v1.13.1
13042026-07-21T20:18:02.134Z Compiling syn v2.0.117
13052026-07-21T20:18:02.148Z Compiling pin-project-lite v0.2.17
13062026-07-21T20:18:02.159Z Compiling parking_lot_core v0.9.12
13072026-07-21T20:18:02.191Z Compiling lock_api v0.4.14
13082026-07-21T20:18:02.207Z Compiling getrandom v0.4.1
13092026-07-21T20:18:02.213Z Compiling critical-section v1.2.0
13102026-07-21T20:18:02.236Z Compiling libm v0.2.16
13112026-07-21T20:18:02.250Z Compiling pkg-config v0.3.32
13122026-07-21T20:18:02.280Z Compiling num-traits v0.2.19
13132026-07-21T20:18:02.354Z Compiling futures-core v0.3.32
13142026-07-21T20:18:02.354Z Compiling rand_core v0.10.0
13152026-07-21T20:18:02.382Z Compiling generic-array v0.14.7
13162026-07-21T20:18:02.386Z Compiling const-oid v0.9.6
13172026-07-21T20:18:02.458Z Compiling percent-encoding v2.3.2
13182026-07-21T20:18:02.476Z Compiling litemap v0.8.1
13192026-07-21T20:18:02.523Z Compiling writeable v0.6.2
13202026-07-21T20:18:02.552Z Compiling icu_properties_data v2.1.2
13212026-07-21T20:18:02.644Z Compiling icu_normalizer_data v2.1.1
13222026-07-21T20:18:02.673Z Compiling futures-sink v0.3.32
13232026-07-21T20:18:02.678Z Compiling slab v0.4.12
13242026-07-21T20:18:02.686Z Compiling futures-io v0.3.32
13252026-07-21T20:18:02.689Z Compiling futures-task v0.3.32
13262026-07-21T20:18:02.714Z Compiling utf8_iter v1.0.4
13272026-07-21T20:18:02.756Z Compiling form_urlencoded v1.2.2
13282026-07-21T20:18:02.802Z Compiling futures-channel v0.3.32
13292026-07-21T20:18:02.857Z Compiling getrandom v0.3.4
13302026-07-21T20:18:02.890Z Compiling rustversion v1.0.22
13312026-07-21T20:18:02.904Z Compiling rustix v1.1.3
13322026-07-21T20:18:02.908Z Compiling fs_extra v1.3.0
13332026-07-21T20:18:02.934Z Compiling jobserver v0.1.34
13342026-07-21T20:18:02.938Z Compiling errno v0.3.14
13352026-07-21T20:18:02.965Z Compiling getrandom v0.2.17
13362026-07-21T20:18:03.012Z Compiling mio v1.2.0
13372026-07-21T20:18:03.035Z Compiling socket2 v0.6.3
13382026-07-21T20:18:03.139Z Compiling signal-hook-registry v1.4.8
13392026-07-21T20:18:03.194Z Compiling cc v1.2.56
13402026-07-21T20:18:03.204Z Compiling rand_core v0.6.4
13412026-07-21T20:18:03.233Z Compiling once_cell v1.21.3
13422026-07-21T20:18:03.242Z Compiling parking_lot v0.12.5
13432026-07-21T20:18:03.301Z Compiling iana-time-zone v0.1.65
13442026-07-21T20:18:03.322Z Compiling dunce v1.0.5
13452026-07-21T20:18:03.350Z Compiling ident_case v1.0.1
13462026-07-21T20:18:03.401Z Compiling regex-syntax v0.8.10
13472026-07-21T20:18:03.448Z Compiling base64ct v1.8.3
13482026-07-21T20:18:03.463Z Compiling base64 v0.22.1
13492026-07-21T20:18:03.483Z Compiling vcpkg v0.2.15
13502026-07-21T20:18:03.499Z Compiling tracing-core v0.1.36
13512026-07-21T20:18:03.499Z Compiling aws-lc-rs v1.16.3
13522026-07-21T20:18:03.526Z Compiling flagset v0.4.7
13532026-07-21T20:18:03.605Z Compiling tinyvec_macros v0.1.1
13542026-07-21T20:18:03.623Z Compiling httparse v1.10.1
13552026-07-21T20:18:03.668Z Compiling schemars v0.8.22
13562026-07-21T20:18:03.685Z Compiling pem-rfc7468 v0.7.0
13572026-07-21T20:18:03.765Z Compiling rand_core v0.9.5
13582026-07-21T20:18:03.787Z Compiling dyn-clone v1.0.20
13592026-07-21T20:18:03.803Z Compiling cmov v0.5.4
13602026-07-21T20:18:03.830Z Compiling openssl-probe v0.2.1
13612026-07-21T20:18:03.852Z Compiling tinyvec v1.10.0
13622026-07-21T20:18:03.912Z Compiling cmake v0.1.57
13632026-07-21T20:18:03.964Z Compiling aho-corasick v1.1.4
13642026-07-21T20:18:03.979Z Compiling atomic-waker v1.1.2
13652026-07-21T20:18:04.018Z Compiling ctutils v0.4.2
13662026-07-21T20:18:04.032Z Compiling try-lock v0.2.5
13672026-07-21T20:18:04.032Z Compiling tower-service v0.3.3
13682026-07-21T20:18:04.057Z Compiling untrusted v0.7.1
13692026-07-21T20:18:04.073Z Compiling tower-layer v0.3.3
13702026-07-21T20:18:04.087Z Compiling openssl v0.10.79
13712026-07-21T20:18:04.121Z Compiling want v0.3.1
13722026-07-21T20:18:04.163Z Compiling bitflags v2.11.0
13732026-07-21T20:18:04.195Z Compiling semver v1.0.28
13742026-07-21T20:18:04.212Z Compiling indexmap v2.14.0
13752026-07-21T20:18:04.247Z Compiling uuid v1.23.4
13762026-07-21T20:18:04.260Z Compiling httpdate v1.0.3
13772026-07-21T20:18:04.277Z Compiling foreign-types-shared v0.1.1
13782026-07-21T20:18:04.307Z Compiling untrusted v0.9.0
13792026-07-21T20:18:04.321Z Compiling cpufeatures v0.2.17
13802026-07-21T20:18:04.375Z Compiling rustls v0.23.41
13812026-07-21T20:18:04.378Z Compiling foreign-types v0.3.2
13822026-07-21T20:18:04.408Z Compiling unicode-normalization v0.1.25
13832026-07-21T20:18:04.425Z Compiling rustc_version v0.4.1
13842026-07-21T20:18:04.425Z Compiling spin v0.9.8
13852026-07-21T20:18:04.453Z Compiling num-conv v0.2.0
13862026-07-21T20:18:04.469Z Compiling crc32fast v1.5.0
13872026-07-21T20:18:04.524Z Compiling time-core v0.1.8
13882026-07-21T20:18:04.539Z Compiling powerfmt v0.2.0
13892026-07-21T20:18:04.583Z Compiling native-tls v0.2.18
13902026-07-21T20:18:04.598Z Compiling wait-timeout v0.2.1
13912026-07-21T20:18:04.670Z Compiling sync_wrapper v1.0.2
13922026-07-21T20:18:04.683Z Compiling time-macros v0.2.27
13932026-07-21T20:18:04.747Z Compiling aws-lc-sys v0.40.0
13942026-07-21T20:18:04.766Z Compiling openssl-sys v0.9.115
13952026-07-21T20:18:04.777Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13962026-07-21T20:18:04.794Z Compiling deranged v0.5.8
13972026-07-21T20:18:04.822Z Compiling syn v1.0.109
13982026-07-21T20:18:04.865Z Compiling regex-automata v0.4.14
13992026-07-21T20:18:04.887Z Compiling usdt-impl v0.6.0
14002026-07-21T20:18:04.904Z Compiling crossbeam-utils v0.8.21
14012026-07-21T20:18:04.924Z Compiling synstructure v0.13.2
14022026-07-21T20:18:04.987Z Compiling serde_derive_internals v0.29.1
14032026-07-21T20:18:05.207Z Compiling pest_generator v2.8.6
14042026-07-21T20:18:05.267Z Compiling darling_core v0.20.11
14052026-07-21T20:18:05.305Z Compiling tempfile v3.25.0
14062026-07-21T20:18:05.346Z Compiling quick-error v1.2.3
14072026-07-21T20:18:05.537Z Compiling bit-vec v0.8.0
14082026-07-21T20:18:05.647Z Compiling num_threads v0.1.7
14092026-07-21T20:18:05.661Z Compiling siphasher v1.0.2
14102026-07-21T20:18:05.737Z Compiling simd-adler32 v0.3.8
14112026-07-21T20:18:05.766Z Compiling bit-set v0.8.0
14122026-07-21T20:18:05.808Z Compiling rusty-fork v0.3.1
14132026-07-21T20:18:05.872Z Compiling darling_core v0.23.0
14142026-07-21T20:18:05.904Z Compiling heapless v0.7.17
14152026-07-21T20:18:05.908Z Compiling bzip2-sys v0.1.13+1.0.8
14162026-07-21T20:18:05.933Z Compiling time v0.3.47
14172026-07-21T20:18:05.947Z Compiling slog v2.8.2
14182026-07-21T20:18:06.007Z Compiling rand_xorshift v0.4.0
14192026-07-21T20:18:06.007Z Compiling thread-id v5.1.0
14202026-07-21T20:18:06.040Z Compiling cookie v0.18.1
14212026-07-21T20:18:06.059Z Compiling unicode-properties v0.1.4
14222026-07-21T20:18:06.094Z Compiling signal-hook v0.3.18
14232026-07-21T20:18:06.119Z Compiling ryu v1.0.23
14242026-07-21T20:18:06.147Z Compiling anyhow v1.0.102
14252026-07-21T20:18:06.182Z Compiling unarray v0.1.4
14262026-07-21T20:18:06.198Z Compiling zstd-safe v7.2.4
14272026-07-21T20:18:06.206Z Compiling adler2 v2.0.1
14282026-07-21T20:18:06.252Z Compiling iri-string v0.7.10
14292026-07-21T20:18:06.266Z Compiling paste v1.0.15
14302026-07-21T20:18:06.284Z Compiling allocator-api2 v0.2.21
14312026-07-21T20:18:06.308Z Compiling unicode-bidi v0.3.18
14322026-07-21T20:18:06.322Z Compiling miniz_oxide v0.8.9
14332026-07-21T20:18:06.486Z Compiling camino v1.2.2
14342026-07-21T20:18:06.646Z Compiling stringprep v0.1.5
14352026-07-21T20:18:06.730Z Compiling curve25519-dalek v4.1.3
14362026-07-21T20:18:06.773Z Compiling serde_derive v1.0.228
14372026-07-21T20:18:06.873Z Compiling zeroize_derive v1.4.3
14382026-07-21T20:18:06.891Z Compiling zerofrom-derive v0.1.6
14392026-07-21T20:18:06.975Z Compiling yoke-derive v0.8.1
14402026-07-21T20:18:07.105Z Compiling zerovec-derive v0.11.2
14412026-07-21T20:18:07.116Z Compiling zerocopy-derive v0.8.40
14422026-07-21T20:18:07.137Z Compiling displaydoc v0.2.5
14432026-07-21T20:18:07.163Z Compiling tokio-macros v2.7.0
14442026-07-21T20:18:07.563Z Compiling zeroize v1.8.2
14452026-07-21T20:18:07.588Z Compiling futures-macro v0.3.32
14462026-07-21T20:18:07.633Z Compiling der_derive v0.7.3
14472026-07-21T20:18:07.841Z Compiling tracing-attributes v0.1.31
14482026-07-21T20:18:07.942Z Compiling thiserror-impl v2.0.18
14492026-07-21T20:18:07.956Z Compiling rustls-pki-types v1.14.0
14502026-07-21T20:18:08.202Z Compiling schemars_derive v0.8.22
14512026-07-21T20:18:08.286Z Compiling hybrid-array v0.4.13
14522026-07-21T20:18:08.360Z Compiling zerofrom v0.1.6
14532026-07-21T20:18:08.385Z Compiling block-buffer v0.10.4
14542026-07-21T20:18:08.455Z Compiling crypto-common v0.1.7
14552026-07-21T20:18:08.473Z Compiling yoke v0.8.1
14562026-07-21T20:18:08.477Z Compiling futures-util v0.3.32
14572026-07-21T20:18:08.504Z Compiling scroll_derive v0.13.1
14582026-07-21T20:18:08.584Z Compiling digest v0.10.7
14592026-07-21T20:18:08.633Z Compiling pest_derive v2.8.6
14602026-07-21T20:18:08.681Z Compiling zerovec v0.11.5
14612026-07-21T20:18:08.694Z Compiling zerotrie v0.2.3
14622026-07-21T20:18:08.853Z Compiling der v0.7.10
14632026-07-21T20:18:09.023Z Compiling darling_macro v0.20.11
14642026-07-21T20:18:09.113Z Compiling openssl-macros v0.1.1
14652026-07-21T20:18:09.134Z Compiling sha2 v0.10.9
14662026-07-21T20:18:09.207Z Compiling tinystr v0.8.2
14672026-07-21T20:18:09.233Z Compiling potential_utf v0.1.4
14682026-07-21T20:18:09.265Z Compiling tracing v0.1.44
14692026-07-21T20:18:09.382Z Compiling icu_locale_core v2.1.1
14702026-07-21T20:18:09.401Z Compiling icu_collections v2.1.1
14712026-07-21T20:18:09.416Z Compiling thiserror v2.0.18
14722026-07-21T20:18:09.429Z Compiling scroll v0.13.0
14732026-07-21T20:18:09.541Z Compiling hmac v0.12.1
14742026-07-21T20:18:09.559Z Compiling dtrace-parser v0.3.0
14752026-07-21T20:18:09.576Z Compiling darling v0.20.11
14762026-07-21T20:18:09.579Z Compiling thiserror-impl v1.0.69
14772026-07-21T20:18:09.669Z Compiling goblin v0.10.5
14782026-07-21T20:18:09.717Z Compiling spki v0.7.3
14792026-07-21T20:18:09.733Z Compiling derive_builder_core v0.20.2
14802026-07-21T20:18:09.899Z Compiling scroll_derive v0.12.1
14812026-07-21T20:18:09.949Z Compiling pkcs8 v0.10.2
14822026-07-21T20:18:10.102Z Compiling icu_provider v2.1.1
14832026-07-21T20:18:10.225Z Compiling block-buffer v0.12.1
14842026-07-21T20:18:10.283Z Compiling bytes v1.11.1
14852026-07-21T20:18:10.333Z Compiling chrono v0.4.45
14862026-07-21T20:18:10.373Z Compiling icu_normalizer v2.1.1
14872026-07-21T20:18:10.404Z Compiling icu_properties v2.1.2
14882026-07-21T20:18:10.418Z Compiling ipnet v2.11.0
14892026-07-21T20:18:10.437Z Compiling hex v0.4.3
14902026-07-21T20:18:10.556Z Compiling toml_datetime v0.6.11
14912026-07-21T20:18:10.682Z Compiling scroll v0.12.0
14922026-07-21T20:18:10.701Z Compiling derive_builder_macro v0.20.2
14932026-07-21T20:18:10.724Z Compiling erased-serde v0.3.31
14942026-07-21T20:18:10.834Z Compiling tokio v1.52.1
14952026-07-21T20:18:10.898Z Compiling http v1.4.2
14962026-07-21T20:18:10.954Z Compiling serde_spanned v0.6.9
14972026-07-21T20:18:10.977Z Compiling serde_urlencoded v0.7.1
14982026-07-21T20:18:10.993Z Compiling thiserror v1.0.69
14992026-07-21T20:18:10.999Z Compiling serde_tokenstream v0.2.3
15002026-07-21T20:18:10.999Z Compiling block-padding v0.4.2
15012026-07-21T20:18:11.112Z Compiling crypto-common v0.2.2
15022026-07-21T20:18:11.112Z Compiling md-5 v0.10.6
15032026-07-21T20:18:11.202Z Compiling signature v2.2.0
15042026-07-21T20:18:11.215Z Compiling darling_macro v0.23.0
15052026-07-21T20:18:11.237Z Compiling rustls-native-certs v0.8.3
15062026-07-21T20:18:11.254Z Compiling bstr v1.12.1
15072026-07-21T20:18:11.307Z Compiling idna_adapter v1.2.1
15082026-07-21T20:18:11.342Z Compiling pin-project-internal v1.1.11
15092026-07-21T20:18:11.399Z Compiling zerocopy-derive v0.7.35
15102026-07-21T20:18:11.458Z Compiling idna v1.1.0
15112026-07-21T20:18:11.546Z Compiling http-body v1.0.1
15122026-07-21T20:18:11.561Z Compiling async-trait v0.1.89
15132026-07-21T20:18:11.724Z Compiling ppv-lite86 v0.2.21
15142026-07-21T20:18:11.748Z Compiling http-body-util v0.1.3
15152026-07-21T20:18:11.818Z Compiling url v2.5.8
15162026-07-21T20:18:11.834Z Compiling vergen-lib v9.1.0
15172026-07-21T20:18:11.850Z Compiling num-integer v0.1.46
15182026-07-21T20:18:12.014Z Compiling hash32 v0.2.1
15192026-07-21T20:18:12.050Z Compiling rand_chacha v0.9.0
15202026-07-21T20:18:12.071Z Compiling rand_chacha v0.3.1
15212026-07-21T20:18:12.135Z Compiling memoffset v0.9.1
15222026-07-21T20:18:12.190Z Compiling encoding_rs v0.8.35
15232026-07-21T20:18:12.220Z Compiling num-bigint-dig v0.8.6
15242026-07-21T20:18:12.245Z Compiling zlib-rs v0.6.2
15252026-07-21T20:18:12.313Z Compiling rand v0.9.2
15262026-07-21T20:18:12.449Z Compiling rustix v0.38.44
15272026-07-21T20:18:12.505Z Compiling dof v0.4.0
15282026-07-21T20:18:12.649Z Compiling smoltcp v0.9.1
15292026-07-21T20:18:12.663Z Compiling ref-cast v1.0.25
15302026-07-21T20:18:12.687Z Compiling cfg_aliases v0.2.1
15312026-07-21T20:18:12.754Z Compiling mime v0.3.17
15322026-07-21T20:18:12.772Z Compiling psl-types v2.0.11
15332026-07-21T20:18:12.834Z Compiling fallible-iterator v0.2.0
15342026-07-21T20:18:12.869Z Compiling litrs v1.0.0
15352026-07-21T20:18:12.903Z Compiling proptest v1.10.0
15362026-07-21T20:18:12.921Z Compiling publicsuffix v2.3.0
15372026-07-21T20:18:13.056Z Compiling nix v0.31.2
15382026-07-21T20:18:13.070Z Compiling pin-project v1.1.11
15392026-07-21T20:18:13.124Z Compiling postgres-protocol v0.6.10
15402026-07-21T20:18:13.152Z Compiling zerocopy v0.7.35
15412026-07-21T20:18:13.168Z Compiling ipnetwork v0.21.1
15422026-07-21T20:18:13.186Z Compiling rand v0.8.6
15432026-07-21T20:18:13.392Z Compiling document-features v0.2.12
15442026-07-21T20:18:13.458Z Compiling oxnet v0.1.6
15452026-07-21T20:18:13.593Z Compiling num-iter v0.1.45
15462026-07-21T20:18:13.715Z Compiling darling v0.23.0
15472026-07-21T20:18:13.715Z Compiling derive_builder v0.20.2
15482026-07-21T20:18:13.719Z Compiling inout v0.2.2
15492026-07-21T20:18:13.754Z Compiling goblin v0.8.2
15502026-07-21T20:18:13.760Z Compiling futures-executor v0.3.32
15512026-07-21T20:18:13.807Z Compiling hubpack_derive v0.1.1
15522026-07-21T20:18:13.859Z Compiling regex v1.12.3
15532026-07-21T20:18:14.024Z Compiling strum_macros v0.27.2
15542026-07-21T20:18:14.043Z Compiling snafu-derive v0.8.9
15552026-07-21T20:18:14.047Z Compiling daft-derive v0.1.7
15562026-07-21T20:18:14.071Z Compiling curve25519-dalek-derive v0.1.1
15572026-07-21T20:18:14.076Z Compiling ref-cast-impl v1.0.25
15582026-07-21T20:18:14.300Z Compiling phf_shared v0.13.1
15592026-07-21T20:18:14.303Z Compiling terminal_size v0.4.3
15602026-07-21T20:18:14.423Z Compiling lazy_static v1.5.0
15612026-07-21T20:18:14.453Z Compiling anstyle-parse v0.2.7
15622026-07-21T20:18:14.472Z Compiling cargo-platform v0.3.2
15632026-07-21T20:18:14.481Z Compiling vergen v9.1.0
15642026-07-21T20:18:14.527Z Compiling ff v0.13.1
15652026-07-21T20:18:14.554Z Compiling fs-err v3.3.0
15662026-07-21T20:18:14.651Z Compiling tokio-util v0.7.18
15672026-07-21T20:18:14.668Z Compiling tower v0.5.3
15682026-07-21T20:18:14.684Z Compiling tokio-native-tls v0.3.1
15692026-07-21T20:18:14.700Z Compiling ahash v0.8.12
15702026-07-21T20:18:14.717Z Compiling foldhash v0.1.5
15712026-07-21T20:18:14.751Z Compiling bitflags v1.3.2
15722026-07-21T20:18:14.767Z Compiling base16ct v0.2.0
15732026-07-21T20:18:14.791Z Compiling object v0.37.3
15742026-07-21T20:18:14.835Z Compiling same-file v1.0.6
15752026-07-21T20:18:14.835Z Compiling unicode-segmentation v1.12.0
15762026-07-21T20:18:14.873Z Compiling bumpalo v3.20.2
15772026-07-21T20:18:14.903Z Compiling managed v0.8.0
15782026-07-21T20:18:14.953Z Compiling foldhash v0.2.0
15792026-07-21T20:18:14.968Z Compiling libbz2-rs-sys v0.2.2
15802026-07-21T20:18:15.032Z Compiling winnow v0.5.40
15812026-07-21T20:18:15.096Z Compiling tower-http v0.6.8
15822026-07-21T20:18:15.127Z Compiling flate2 v1.1.9
15832026-07-21T20:18:15.141Z Compiling hashbrown v0.16.1
15842026-07-21T20:18:15.214Z Compiling zopfli v0.8.3
15852026-07-21T20:18:15.242Z Compiling walkdir v2.5.0
15862026-07-21T20:18:15.553Z Compiling h2 v0.4.15
15872026-07-21T20:18:15.579Z Compiling newtype-uuid v1.3.2
15882026-07-21T20:18:15.599Z Compiling bzip2 v0.6.1
15892026-07-21T20:18:15.669Z Compiling sec1 v0.7.3
15902026-07-21T20:18:15.728Z Compiling hashbrown v0.15.5
15912026-07-21T20:18:15.771Z Compiling clap_builder v4.6.0
15922026-07-21T20:18:15.826Z Compiling daft v0.1.7
15932026-07-21T20:18:15.959Z Compiling cargo_metadata v0.23.1
15942026-07-21T20:18:15.974Z Compiling group v0.13.0
15952026-07-21T20:18:16.022Z Compiling snafu v0.8.9
15962026-07-21T20:18:16.040Z Compiling dof v0.3.0
15972026-07-21T20:18:16.059Z Compiling anstream v0.6.21
15982026-07-21T20:18:16.081Z Compiling strum v0.27.2
15992026-07-21T20:18:16.138Z Compiling phf v0.13.1
16002026-07-21T20:18:16.225Z Compiling signal-hook-mio v0.2.5
16012026-07-21T20:18:16.311Z Compiling hubpack v0.1.2
16022026-07-21T20:18:16.356Z Compiling toml_edit v0.19.15
16032026-07-21T20:18:16.387Z Compiling cookie_store v0.22.1
16042026-07-21T20:18:16.403Z Compiling usdt-attr-macro v0.6.0
16052026-07-21T20:18:16.535Z Compiling usdt-macro v0.6.0
16062026-07-21T20:18:16.550Z Compiling bzip2 v0.4.4
16072026-07-21T20:18:16.642Z Compiling futures v0.3.32
16082026-07-21T20:18:16.700Z Compiling cipher v0.5.2
16092026-07-21T20:18:16.743Z Compiling serde_with_macros v3.21.0
16102026-07-21T20:18:16.779Z Compiling zstd v0.13.3
16112026-07-21T20:18:16.782Z Compiling postgres-types v0.2.12
16122026-07-21T20:18:17.089Z Compiling globset v0.4.18
16132026-07-21T20:18:17.149Z Compiling ed25519 v2.2.3
16142026-07-21T20:18:17.269Z Compiling dtrace-parser v0.2.0
16152026-07-21T20:18:17.361Z Compiling serde-big-array v0.5.1
16162026-07-21T20:18:17.376Z Compiling olpc-cjson v0.1.4
16172026-07-21T20:18:17.380Z Compiling serde_plain v1.0.2
16182026-07-21T20:18:17.405Z Compiling pkcs1 v0.7.5
16192026-07-21T20:18:17.517Z Compiling hkdf v0.12.4
16202026-07-21T20:18:17.566Z Compiling crypto-bigint v0.5.5
16212026-07-21T20:18:17.593Z Compiling serde_repr v0.1.20
16222026-07-21T20:18:17.707Z Compiling async-recursion v1.1.1
16232026-07-21T20:18:17.804Z Compiling clap_derive v4.6.1
16242026-07-21T20:18:17.828Z Compiling enum-as-inner v0.6.1
16252026-07-21T20:18:17.944Z Compiling strum_macros v0.26.4
16262026-07-21T20:18:18.106Z Compiling phf_shared v0.11.3
16272026-07-21T20:18:18.110Z Compiling float-cmp v0.10.0
16282026-07-21T20:18:18.179Z Compiling pem v3.0.6
16292026-07-21T20:18:18.222Z Compiling memmap2 v0.9.10
16302026-07-21T20:18:18.257Z Compiling thread-id v4.2.2
16312026-07-21T20:18:18.275Z Compiling env_filter v1.0.0
16322026-07-21T20:18:18.354Z Compiling jiff v0.2.21
16332026-07-21T20:18:18.387Z Compiling normalize-line-endings v0.3.0
16342026-07-21T20:18:18.418Z Compiling cpufeatures v0.3.0
16352026-07-21T20:18:18.448Z Compiling fixedbitset v0.5.7
16362026-07-21T20:18:18.498Z Compiling data-encoding v2.10.0
16372026-07-21T20:18:18.514Z Compiling either v1.15.0
16382026-07-21T20:18:18.535Z Compiling difflib v0.4.0
16392026-07-21T20:18:18.595Z Compiling typed-path v0.9.3
16402026-07-21T20:18:18.736Z Compiling hyper v1.10.1
16412026-07-21T20:18:18.768Z Compiling const-oid v0.10.2
16422026-07-21T20:18:18.826Z Compiling precomputed-hash v0.1.1
16432026-07-21T20:18:18.931Z Compiling fixedbitset v0.4.2
16442026-07-21T20:18:18.946Z Compiling keccak v0.1.6
16452026-07-21T20:18:19.003Z Compiling new_debug_unreachable v1.0.6
16462026-07-21T20:18:19.070Z Compiling static_assertions v1.1.0
16472026-07-21T20:18:19.088Z Compiling winnow v1.0.3
16482026-07-21T20:18:19.127Z Compiling whoami v2.1.0
16492026-07-21T20:18:19.154Z Compiling predicates-core v1.0.10
16502026-07-21T20:18:19.168Z Compiling toml_edit v0.22.27
16512026-07-21T20:18:19.232Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16522026-07-21T20:18:19.342Z Compiling tokio-postgres v0.7.16
16532026-07-21T20:18:19.463Z Compiling toml_parser v1.1.2+spec-1.1.0
16542026-07-21T20:18:19.538Z Compiling predicates v3.1.4
16552026-07-21T20:18:19.634Z Compiling clap v4.6.1
16562026-07-21T20:18:19.699Z Compiling sha3 v0.10.8
16572026-07-21T20:18:19.726Z Compiling petgraph v0.6.5
16582026-07-21T20:18:19.742Z Compiling string_cache v0.8.9
16592026-07-21T20:18:19.794Z Compiling strum v0.26.3
16602026-07-21T20:18:19.821Z Compiling digest v0.11.3
16612026-07-21T20:18:19.871Z Compiling hyper-util v0.1.20
16622026-07-21T20:18:19.945Z Compiling hickory-proto v0.25.2
16632026-07-21T20:18:19.987Z Compiling itertools v0.13.0
16642026-07-21T20:18:20.075Z Compiling petgraph v0.8.3
16652026-07-21T20:18:20.152Z Compiling elliptic-curve v0.13.8
16662026-07-21T20:18:20.168Z Compiling chacha20 v0.10.0
16672026-07-21T20:18:20.222Z Compiling env_logger v0.11.9
16682026-07-21T20:18:20.397Z Compiling usdt v0.6.0
16692026-07-21T20:18:20.572Z Compiling usdt-impl v0.5.0
16702026-07-21T20:18:20.615Z Compiling serde_with v3.21.0
16712026-07-21T20:18:20.615Z Compiling crossterm v0.28.1
16722026-07-21T20:18:20.683Z Compiling toml v0.7.8
16732026-07-21T20:18:21.185Z Compiling zip v4.6.1
16742026-07-21T20:18:21.301Z Compiling hyper-tls v0.6.0
16752026-07-21T20:18:21.323Z Compiling rsa v0.9.10
16762026-07-21T20:18:21.323Z Compiling ed25519-dalek v2.2.0
16772026-07-21T20:18:21.558Z Compiling reqwest v0.12.28
16782026-07-21T20:18:21.912Z Compiling zip v0.6.6
16792026-07-21T20:18:21.965Z Compiling iddqd v0.4.2
16802026-07-21T20:18:22.080Z Compiling tokio-stream v0.1.18
16812026-07-21T20:18:22.171Z Compiling heck v0.4.1
16822026-07-21T20:18:22.184Z Compiling similar v2.7.0
16832026-07-21T20:18:22.284Z Compiling buf-list v1.1.2
16842026-07-21T20:18:22.417Z Compiling byte-wrapper v0.1.0
16852026-07-21T20:18:22.465Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16862026-07-21T20:18:22.483Z Compiling openapiv3 v2.2.0
16872026-07-21T20:18:22.518Z Compiling x509-cert v0.2.5
16882026-07-21T20:18:22.555Z Compiling crossbeam-epoch v0.9.18
16892026-07-21T20:18:22.591Z Compiling peg-runtime v0.8.5
16902026-07-21T20:18:22.640Z Compiling lalrpop-util v0.19.12
16912026-07-21T20:18:22.769Z Compiling thread_local v1.1.9
16922026-07-21T20:18:22.785Z Compiling slog-async v2.8.0
16932026-07-21T20:18:22.849Z Compiling crossbeam-channel v0.5.15
16942026-07-21T20:18:22.887Z Compiling filetime v0.2.27
16952026-07-21T20:18:22.904Z Compiling is-terminal v0.4.17
16962026-07-21T20:18:23.013Z Compiling term v1.2.1
16972026-07-21T20:18:23.038Z Compiling xattr v1.6.1
16982026-07-21T20:18:23.083Z Compiling take_mut v0.2.2
16992026-07-21T20:18:23.103Z Compiling camino-tempfile v1.4.1
17002026-07-21T20:18:23.166Z Compiling tar v0.4.46
17012026-07-21T20:18:23.322Z Compiling slog-term v2.9.2
17022026-07-21T20:18:41.112Z Compiling rustls-webpki v0.103.13
17032026-07-21T20:18:43.868Z Compiling tokio-rustls v0.26.4
17042026-07-21T20:18:43.868Z Compiling rustls-platform-verifier v0.6.2
17052026-07-21T20:18:43.869Z Compiling tough v0.22.0
17062026-07-21T20:18:44.071Z Compiling hyper-rustls v0.27.7
17072026-07-21T20:18:44.246Z Compiling reqwest v0.13.2
17082026-07-21T20:18:46.406Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17092026-07-21T20:18:46.657Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17102026-07-21T20:18:49.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.05s
17112026-07-21T20:18:49.642Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17122026-07-21T20:18:49.686ZJul 21 20:18:49.055 INFO Starting download, target: MaghemiteDdmd
17132026-07-21T20:18:49.686ZJul 21 20:18:49.056 INFO Starting download, target: Clickhouse
17142026-07-21T20:18:49.687ZJul 21 20:18:49.056 INFO Starting download, target: Cockroach
17152026-07-21T20:18:49.687ZJul 21 20:18:49.056 INFO Starting download, target: MaghemiteMgd
17162026-07-21T20:18:49.687ZJul 21 20:18:49.056 INFO Starting download, target: Console
17172026-07-21T20:18:49.687ZJul 21 20:18:49.056 INFO Starting download, target: DendriteStub
17182026-07-21T20:18:49.687ZJul 21 20:18:49.056 INFO Starting download, target: TransceiverControl
17192026-07-21T20:18:49.705ZJul 21 20:18:49.056 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17202026-07-21T20:18:49.705ZJul 21 20:18:49.056 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17212026-07-21T20:18:49.705ZJul 21 20:18:49.056 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17222026-07-21T20:18:49.705ZJul 21 20:18:49.056 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17232026-07-21T20:18:49.705ZJul 21 20:18:49.056 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17242026-07-21T20:18:49.705ZJul 21 20:18:49.056 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17252026-07-21T20:18:49.705ZJul 21 20:18:49.056 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17262026-07-21T20:18:50.653ZJul 21 20:18:50.006 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17272026-07-21T20:18:50.855ZJul 21 20:18:50.213 INFO Download complete, target: TransceiverControl
17282026-07-21T20:18:51.762ZJul 21 20:18:51.141 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17292026-07-21T20:18:52.027ZJul 21 20:18:51.404 INFO Download complete, target: Console
17302026-07-21T20:18:52.089ZJul 21 20:18:51.469 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17312026-07-21T20:18:52.179ZJul 21 20:18:51.557 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17322026-07-21T20:18:52.662ZJul 21 20:18:52.032 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17332026-07-21T20:18:52.746ZJul 21 20:18:52.101 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17342026-07-21T20:18:53.514ZJul 21 20:18:52.886 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17352026-07-21T20:18:53.514ZJul 21 20:18:52.886 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17362026-07-21T20:18:54.186ZJul 21 20:18:53.549 INFO Download complete, target: MaghemiteDdmd
17372026-07-21T20:18:55.349ZJul 21 20:18:54.719 INFO Download complete, target: DendriteStub
17382026-07-21T20:18:55.502ZJul 21 20:18:54.875 INFO Download complete, target: MaghemiteMgd
17392026-07-21T20:18:58.248ZJul 21 20:18:57.627 INFO Checking that binary works, target: Cockroach
17402026-07-21T20:18:58.367ZJul 21 20:18:57.747 INFO Download complete, target: Cockroach
17412026-07-21T20:18:58.984ZJul 21 20:18:58.363 INFO Checking that binary works, target: Clickhouse
17422026-07-21T20:18:59.067ZJul 21 20:18:58.446 INFO Download complete, target: Clickhouse
17432026-07-21T20:18:59.072ZAll prerequisites installed successfully
17442026-07-21T20:18:59.075Z
17452026-07-21T20:18:59.075Zreal 1:46.147669480
17462026-07-21T20:18:59.075Zuser 6:38.718444859
17472026-07-21T20:18:59.076Zsys 1:39.338588475
17482026-07-21T20:18:59.076Ztrap 0.246328577
17492026-07-21T20:18:59.076Ztflt 0.805306310
17502026-07-21T20:18:59.076Zdflt 1.446253484
17512026-07-21T20:18:59.076Zkflt 0.022831654
17522026-07-21T20:18:59.076Zlock 23:01.781715065
17532026-07-21T20:18:59.076Zslp 18:07.209407632
17542026-07-21T20:18:59.076Zlat 23.355898575
17552026-07-21T20:18:59.076Zstop 2:46.613064611
17562026-07-21T20:18:59.076Z+ ptime -m cargo xtask download softnpu
17572026-07-21T20:18:59.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17582026-07-21T20:18:59.545Z Running `target/debug/xtask download softnpu`
17592026-07-21T20:19:00.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17602026-07-21T20:19:00.328Z Running `target/debug/xtask-downloader softnpu`
17612026-07-21T20:19:00.373ZJul 21 20:18:59.752 INFO Starting download, target: Softnpu
17622026-07-21T20:19:00.375ZJul 21 20:18:59.753 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17632026-07-21T20:19:00.862ZJul 21 20:19:00.242 INFO Download complete, target: Softnpu
17642026-07-21T20:19:00.867Z
17652026-07-21T20:19:00.869Zreal 1.787231365
17662026-07-21T20:19:00.869Zuser 1.267146089
17672026-07-21T20:19:00.869Zsys 0.604611159
17682026-07-21T20:19:00.870Ztrap 0.000512060
17692026-07-21T20:19:00.870Ztflt 0.000144510
17702026-07-21T20:19:00.870Zdflt 0.000112640
17712026-07-21T20:19:00.870Zkflt 0.000000000
17722026-07-21T20:19:00.870Zlock 8.879946433
17732026-07-21T20:19:00.870Zslp 0.361091817
17742026-07-21T20:19:00.870Zlat 0.086390670
17752026-07-21T20:19:00.870Zstop 0.000173170
17762026-07-21T20:19:00.870Z+ export CARGO_INCREMENTAL=0
17772026-07-21T20:19:00.870Z+ CARGO_INCREMENTAL=0
17782026-07-21T20:19:00.870Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17792026-07-21T20:19:01.728Z Compiling proc-macro2 v1.0.106
17802026-07-21T20:19:01.728Z Compiling quote v1.0.45
17812026-07-21T20:19:01.728Z Compiling unicode-ident v1.0.24
17822026-07-21T20:19:01.728Z Compiling libc v0.2.185
17832026-07-21T20:19:01.731Z Compiling serde_core v1.0.228
17842026-07-21T20:19:01.731Z Compiling serde v1.0.228
17852026-07-21T20:19:01.731Z Compiling cfg-if v1.0.4
17862026-07-21T20:19:01.731Z Compiling version_check v0.9.5
17872026-07-21T20:19:01.731Z Compiling find-msvc-tools v0.1.9
17882026-07-21T20:19:01.872Z Compiling shlex v1.3.0
17892026-07-21T20:19:01.876Z Compiling memchr v2.8.0
17902026-07-21T20:19:01.876Z Compiling zmij v1.0.21
17912026-07-21T20:19:01.876Z Compiling serde_json v1.0.150
17922026-07-21T20:19:01.876Z Compiling autocfg v1.5.0
17932026-07-21T20:19:01.976Z Compiling portable-atomic v1.13.1
17942026-07-21T20:19:02.220Z Compiling getrandom v0.4.1
17952026-07-21T20:19:02.324Z Compiling zerocopy v0.8.40
17962026-07-21T20:19:02.352Z Compiling libm v0.2.16
17972026-07-21T20:19:02.401Z Compiling num-traits v0.2.19
17982026-07-21T20:19:02.414Z Compiling parking_lot_core v0.9.12
17992026-07-21T20:19:02.417Z Compiling icu_properties_data v2.1.2
18002026-07-21T20:19:02.459Z Compiling icu_normalizer_data v2.1.1
18012026-07-21T20:19:02.474Z Compiling smallvec v1.15.1
18022026-07-21T20:19:02.518Z Compiling generic-array v0.14.7
18032026-07-21T20:19:02.547Z Compiling itoa v1.0.17
18042026-07-21T20:19:02.628Z Compiling log v0.4.29
18052026-07-21T20:19:02.714Z Compiling subtle v2.6.1
18062026-07-21T20:19:02.730Z Compiling pkg-config v0.3.32
18072026-07-21T20:19:02.730Z Compiling stable_deref_trait v1.2.1
18082026-07-21T20:19:02.775Z Compiling typenum v1.20.1
18092026-07-21T20:19:02.837Z Compiling jobserver v0.1.34
18102026-07-21T20:19:02.854Z Compiling scopeguard v1.2.0
18112026-07-21T20:19:02.854Z Compiling errno v0.3.14
18122026-07-21T20:19:02.907Z Compiling rand_core v0.10.0
18132026-07-21T20:19:03.020Z Compiling lock_api v0.4.14
18142026-07-21T20:19:03.038Z Compiling getrandom v0.3.4
18152026-07-21T20:19:03.061Z Compiling cc v1.2.56
18162026-07-21T20:19:03.108Z Compiling pin-project-lite v0.2.17
18172026-07-21T20:19:03.129Z Compiling thiserror v2.0.18
18182026-07-21T20:19:03.180Z Compiling syn v2.0.117
18192026-07-21T20:19:03.199Z Compiling writeable v0.6.2
18202026-07-21T20:19:03.244Z Compiling equivalent v1.0.2
18212026-07-21T20:19:03.247Z Compiling percent-encoding v2.3.2
18222026-07-21T20:19:03.247Z Compiling fnv v1.0.7
18232026-07-21T20:19:03.286Z Compiling litemap v0.8.1
18242026-07-21T20:19:03.300Z Compiling getrandom v0.2.17
18252026-07-21T20:19:03.361Z Compiling schemars v0.8.22
18262026-07-21T20:19:03.405Z Compiling rustversion v1.0.22
18272026-07-21T20:19:03.490Z Compiling rand_core v0.6.4
18282026-07-21T20:19:03.522Z Compiling rustix v1.1.3
18292026-07-21T20:19:03.552Z Compiling dunce v1.0.5
18302026-07-21T20:19:03.582Z Compiling critical-section v1.2.0
18312026-07-21T20:19:03.582Z Compiling fs_extra v1.3.0
18322026-07-21T20:19:03.693Z Compiling hashbrown v0.17.0
18332026-07-21T20:19:03.776Z Compiling signal-hook-registry v1.4.8
18342026-07-21T20:19:03.823Z Compiling cmake v0.1.57
18352026-07-21T20:19:03.920Z Compiling heck v0.5.0
18362026-07-21T20:19:03.942Z Compiling strsim v0.11.1
18372026-07-21T20:19:03.959Z Compiling utf8_iter v1.0.4
18382026-07-21T20:19:04.136Z Compiling once_cell v1.21.3
18392026-07-21T20:19:04.236Z Compiling semver v1.0.28
18402026-07-21T20:19:04.267Z Compiling indexmap v2.14.0
18412026-07-21T20:19:04.302Z Compiling parking_lot v0.12.5
18422026-07-21T20:19:04.322Z Compiling form_urlencoded v1.2.2
18432026-07-21T20:19:04.326Z Compiling socket2 v0.6.3
18442026-07-21T20:19:04.353Z Compiling mio v1.2.0
18452026-07-21T20:19:04.419Z Compiling bitflags v2.11.0
18462026-07-21T20:19:04.451Z Compiling aws-lc-sys v0.40.0
18472026-07-21T20:19:04.521Z Compiling aws-lc-rs v1.16.3
18482026-07-21T20:19:04.579Z Compiling ident_case v1.0.1
18492026-07-21T20:19:04.617Z Compiling futures-core v0.3.32
18502026-07-21T20:19:04.700Z Compiling httparse v1.10.1
18512026-07-21T20:19:04.865Z Compiling thiserror v1.0.69
18522026-07-21T20:19:04.939Z Compiling ucd-trie v0.1.7
18532026-07-21T20:19:04.970Z Compiling byteorder v1.5.0
18542026-07-21T20:19:05.114Z Compiling pest v2.8.6
18552026-07-21T20:19:05.159Z Compiling vcpkg v0.2.15
18562026-07-21T20:19:05.189Z Compiling syn v1.0.109
18572026-07-21T20:19:05.193Z Compiling iana-time-zone v0.1.65
18582026-07-21T20:19:05.237Z Compiling const-oid v0.9.6
18592026-07-21T20:19:05.240Z Compiling regex-syntax v0.8.10
18602026-07-21T20:19:05.405Z Compiling uuid v1.23.4
18612026-07-21T20:19:05.549Z Compiling rustc_version v0.4.1
18622026-07-21T20:19:05.600Z Compiling futures-sink v0.3.32
18632026-07-21T20:19:05.687Z Compiling rustls v0.23.41
18642026-07-21T20:19:05.709Z Compiling futures-channel v0.3.32
18652026-07-21T20:19:05.740Z Compiling openssl-sys v0.9.115
18662026-07-21T20:19:05.805Z Compiling aho-corasick v1.1.4
18672026-07-21T20:19:05.855Z Compiling futures-io v0.3.32
18682026-07-21T20:19:05.951Z Compiling futures-task v0.3.32
18692026-07-21T20:19:06.020Z Compiling slab v0.4.12
18702026-07-21T20:19:06.072Z Compiling synstructure v0.13.2
18712026-07-21T20:19:06.115Z Compiling serde_derive_internals v0.29.1
18722026-07-21T20:19:06.196Z Compiling pest_meta v2.8.6
18732026-07-21T20:19:06.267Z Compiling num-conv v0.2.0
18742026-07-21T20:19:06.292Z Compiling crc32fast v1.5.0
18752026-07-21T20:19:06.321Z Compiling dyn-clone v1.0.20
18762026-07-21T20:19:06.392Z Compiling time-core v0.1.8
18772026-07-21T20:19:06.408Z Compiling plain v0.2.3
18782026-07-21T20:19:06.523Z Compiling base64 v0.22.1
18792026-07-21T20:19:06.539Z Compiling crossbeam-utils v0.8.21
18802026-07-21T20:19:06.557Z Compiling time-macros v0.2.27
18812026-07-21T20:19:06.597Z Compiling openssl v0.10.79
18822026-07-21T20:19:06.618Z Compiling pretty-hex v0.4.1
18832026-07-21T20:19:06.719Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18842026-07-21T20:19:06.769Z Compiling pest_generator v2.8.6
18852026-07-21T20:19:06.787Z Compiling regex-automata v0.4.14
18862026-07-21T20:19:06.878Z Compiling anyhow v1.0.102
18872026-07-21T20:19:06.881Z Compiling native-tls v0.2.18
18882026-07-21T20:19:07.024Z Compiling rand_core v0.9.5
18892026-07-21T20:19:07.172Z Compiling slog v2.8.2
18902026-07-21T20:19:07.194Z Compiling tracing-core v0.1.36
18912026-07-21T20:19:07.295Z Compiling cookie v0.18.1
18922026-07-21T20:19:07.312Z Compiling serde_derive v1.0.228
18932026-07-21T20:19:07.395Z Compiling zeroize_derive v1.4.3
18942026-07-21T20:19:07.417Z Compiling zerofrom-derive v0.1.6
18952026-07-21T20:19:07.431Z Compiling yoke-derive v0.8.1
18962026-07-21T20:19:07.461Z Compiling zerovec-derive v0.11.2
18972026-07-21T20:19:07.484Z Compiling displaydoc v0.2.5
18982026-07-21T20:19:07.499Z Compiling zerocopy-derive v0.8.40
18992026-07-21T20:19:07.524Z Compiling tokio-macros v2.7.0
19002026-07-21T20:19:07.539Z Compiling futures-macro v0.3.32
19012026-07-21T20:19:07.595Z Compiling thiserror-impl v2.0.18
19022026-07-21T20:19:07.751Z Compiling schemars_derive v0.8.22
19032026-07-21T20:19:08.043Z Compiling zeroize v1.8.2
19042026-07-21T20:19:08.235Z Compiling tracing-attributes v0.1.31
19052026-07-21T20:19:08.306Z Compiling der_derive v0.7.3
19062026-07-21T20:19:08.353Z Compiling thiserror-impl v1.0.69
19072026-07-21T20:19:08.424Z Compiling pest_derive v2.8.6
19082026-07-21T20:19:08.542Z Compiling futures-util v0.3.32
19092026-07-21T20:19:08.562Z Compiling zerofrom v0.1.6
19102026-07-21T20:19:08.706Z Compiling yoke v0.8.1
19112026-07-21T20:19:08.837Z Compiling crypto-common v0.1.7
19122026-07-21T20:19:08.911Z Compiling zerovec v0.11.5
19132026-07-21T20:19:08.930Z Compiling zerotrie v0.2.3
19142026-07-21T20:19:09.065Z Compiling block-buffer v0.10.4
19152026-07-21T20:19:09.232Z Compiling digest v0.10.7
19162026-07-21T20:19:09.392Z Compiling scroll_derive v0.13.1
19172026-07-21T20:19:09.429Z Compiling scroll_derive v0.12.1
19182026-07-21T20:19:09.465Z Compiling tinystr v0.8.2
19192026-07-21T20:19:09.468Z Compiling potential_utf v0.1.4
19202026-07-21T20:19:09.497Z Compiling openssl-macros v0.1.1
19212026-07-21T20:19:09.515Z Compiling regex v1.12.3
19222026-07-21T20:19:09.665Z Compiling icu_locale_core v2.1.1
19232026-07-21T20:19:09.681Z Compiling icu_collections v2.1.1
19242026-07-21T20:19:09.941Z Compiling zerocopy-derive v0.7.35
19252026-07-21T20:19:10.103Z Compiling base64ct v1.8.3
19262026-07-21T20:19:10.181Z Compiling camino v1.2.2
19272026-07-21T20:19:10.387Z Compiling icu_provider v2.1.1
19282026-07-21T20:19:10.416Z Compiling pem-rfc7468 v0.7.0
19292026-07-21T20:19:10.493Z Compiling bytes v1.11.1
19302026-07-21T20:19:10.509Z Compiling chrono v0.4.45
19312026-07-21T20:19:10.618Z Compiling serde_tokenstream v0.2.3
19322026-07-21T20:19:10.693Z Compiling icu_normalizer v2.1.1
19332026-07-21T20:19:10.746Z Compiling icu_properties v2.1.2
19342026-07-21T20:19:10.805Z Compiling tracing v0.1.44
19352026-07-21T20:19:11.099Z Compiling tokio v1.52.1
19362026-07-21T20:19:11.363Z Compiling http v1.4.2
19372026-07-21T20:19:11.913Z Compiling idna_adapter v1.2.1
19382026-07-21T20:19:11.980Z Compiling ppv-lite86 v0.2.21
19392026-07-21T20:19:12.115Z Compiling idna v1.1.0
19402026-07-21T20:19:12.166Z Compiling flagset v0.4.7
19412026-07-21T20:19:12.266Z Compiling http-body v1.0.1
19422026-07-21T20:19:12.291Z Compiling der v0.7.10
19432026-07-21T20:19:12.308Z Compiling rand_chacha v0.9.0
19442026-07-21T20:19:12.327Z Compiling rustls-pki-types v1.14.0
19452026-07-21T20:19:12.436Z Compiling url v2.5.8
19462026-07-21T20:19:12.762Z Compiling usdt-impl v0.5.0
19472026-07-21T20:19:12.910Z Compiling openssl-probe v0.2.1
19482026-07-21T20:19:13.106Z Compiling fastrand v2.3.0
19492026-07-21T20:19:13.195Z Compiling usdt-impl v0.6.0
19502026-07-21T20:19:13.236Z Compiling cmov v0.5.4
19512026-07-21T20:19:13.330Z Compiling paste v1.0.15
19522026-07-21T20:19:13.396Z Compiling either v1.15.0
19532026-07-21T20:19:13.439Z Compiling ref-cast v1.0.25
19542026-07-21T20:19:13.456Z Compiling tinyvec_macros v0.1.1
19552026-07-21T20:19:13.488Z Compiling ctutils v0.4.2
19562026-07-21T20:19:13.503Z Compiling spki v0.7.3
19572026-07-21T20:19:13.540Z Compiling tinyvec v1.10.0
19582026-07-21T20:19:13.735Z Compiling rand v0.9.2
19592026-07-21T20:19:13.770Z Compiling serde_spanned v0.6.9
19602026-07-21T20:19:13.843Z Compiling toml_datetime v0.6.11
19612026-07-21T20:19:13.910Z Compiling scroll v0.13.0
19622026-07-21T20:19:13.943Z Compiling scroll v0.12.0
19632026-07-21T20:19:13.958Z Compiling async-trait v0.1.89
19642026-07-21T20:19:13.974Z Compiling heapless v0.7.17
19652026-07-21T20:19:14.099Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-07-21T20:19:14.134Z Compiling tower-service v0.3.3
19672026-07-21T20:19:14.149Z Compiling atomic-waker v1.1.2
19682026-07-21T20:19:14.196Z Compiling litrs v1.0.0
19692026-07-21T20:19:14.226Z Compiling signal-hook v0.3.18
19702026-07-21T20:19:14.245Z Compiling tower-layer v0.3.3
19712026-07-21T20:19:14.260Z Compiling rustix v0.38.44
19722026-07-21T20:19:14.263Z Compiling try-lock v0.2.5
19732026-07-21T20:19:14.290Z Compiling winnow v1.0.3
19742026-07-21T20:19:14.328Z Compiling winnow v0.7.14
19752026-07-21T20:19:14.422Z Compiling untrusted v0.7.1
19762026-07-21T20:19:14.437Z Compiling cpufeatures v0.2.17
19772026-07-21T20:19:14.454Z Compiling zstd-safe v7.2.4
19782026-07-21T20:19:14.526Z Compiling want v0.3.1
19792026-07-21T20:19:14.552Z Compiling goblin v0.8.2
19802026-07-21T20:19:14.613Z Compiling toml_parser v1.1.2+spec-1.1.0
19812026-07-21T20:19:14.651Z Compiling goblin v0.10.5
19822026-07-21T20:19:14.685Z Compiling document-features v0.2.12
19832026-07-21T20:19:14.860Z Compiling hybrid-array v0.4.13
19842026-07-21T20:19:15.182Z Compiling tokio-util v0.7.18
19852026-07-21T20:19:15.217Z Compiling zerocopy v0.7.35
19862026-07-21T20:19:15.237Z Compiling ipnet v2.11.0
19872026-07-21T20:19:15.371Z Compiling ref-cast-impl v1.0.25
19882026-07-21T20:19:15.696Z Compiling darling_core v0.20.11
19892026-07-21T20:19:15.785Z Compiling curve25519-dalek v4.1.3
19902026-07-21T20:19:15.802Z Compiling memoffset v0.9.1
19912026-07-21T20:19:15.861Z Compiling winnow v0.5.40
19922026-07-21T20:19:15.946Z Compiling h2 v0.4.15
19932026-07-21T20:19:15.960Z Compiling httpdate v1.0.3
19942026-07-21T20:19:16.073Z Compiling powerfmt v0.2.0
19952026-07-21T20:19:16.184Z Compiling utf8parse v0.2.2
19962026-07-21T20:19:16.312Z Compiling foreign-types-shared v0.1.1
19972026-07-21T20:19:16.383Z Compiling untrusted v0.9.0
19982026-07-21T20:19:16.533Z Compiling foreign-types v0.3.2
19992026-07-21T20:19:16.582Z Compiling tempfile v3.25.0
20002026-07-21T20:19:16.616Z Compiling deranged v0.5.8
20012026-07-21T20:19:16.721Z Compiling unicode-normalization v0.1.25
20022026-07-21T20:19:16.922Z Compiling dof v0.3.0
20032026-07-21T20:19:17.205Z Compiling toml_edit v0.19.15
20042026-07-21T20:19:17.220Z Compiling dtrace-parser v0.2.0
20052026-07-21T20:19:17.263Z Compiling pkcs8 v0.10.2
20062026-07-21T20:19:17.519Z Compiling dof v0.4.0
20072026-07-21T20:19:17.690Z Compiling darling_macro v0.20.11
20082026-07-21T20:19:17.822Z Compiling dtrace-parser v0.3.0
20092026-07-21T20:19:17.838Z Compiling daft-derive v0.1.7
20102026-07-21T20:19:18.192Z Compiling pin-project-internal v1.1.11
20112026-07-21T20:19:18.225Z Compiling spin v0.9.8
20122026-07-21T20:19:18.244Z Compiling thread-id v5.1.0
20132026-07-21T20:19:18.279Z Compiling thread-id v4.2.2
20142026-07-21T20:19:18.435Z Compiling num-bigint-dig v0.8.6
20152026-07-21T20:19:18.452Z Compiling anstyle v1.0.14
20162026-07-21T20:19:18.581Z Compiling smoltcp v0.9.1
20172026-07-21T20:19:18.658Z Compiling cfg_aliases v0.2.1
20182026-07-21T20:19:18.678Z Compiling num_threads v0.1.7
20192026-07-21T20:19:18.755Z Compiling nix v0.31.2
20202026-07-21T20:19:18.792Z Compiling time v0.3.47
20212026-07-21T20:19:18.921Z Compiling darling v0.20.11
20222026-07-21T20:19:19.139Z Compiling hyper v1.10.1
20232026-07-21T20:19:19.230Z Compiling sha2 v0.10.9
20242026-07-21T20:19:19.247Z Compiling ipnetwork v0.21.1
20252026-07-21T20:19:19.284Z Compiling hmac v0.12.1
20262026-07-21T20:19:19.437Z Compiling strum_macros v0.26.4
20272026-07-21T20:19:19.504Z Compiling curve25519-dalek-derive v0.1.1
20282026-07-21T20:19:19.650Z Compiling darling_core v0.23.0
20292026-07-21T20:19:19.702Z Compiling sync_wrapper v1.0.2
20302026-07-21T20:19:19.805Z Compiling wait-timeout v0.2.1
20312026-07-21T20:19:19.973Z Compiling simd-adler32 v0.3.8
20322026-07-21T20:19:20.055Z Compiling quick-error v1.2.3
20332026-07-21T20:19:20.180Z Compiling colorchoice v1.0.4
20342026-07-21T20:19:20.197Z Compiling is_terminal_polyfill v1.70.2
20352026-07-21T20:19:20.216Z Compiling bit-vec v0.8.0
20362026-07-21T20:19:20.295Z Compiling hyper-util v0.1.20
20372026-07-21T20:19:20.471Z Compiling anstyle-query v1.1.5
20382026-07-21T20:19:20.615Z Compiling siphasher v1.0.2
20392026-07-21T20:19:20.842Z Compiling bit-set v0.8.0
20402026-07-21T20:19:21.011Z Compiling rusty-fork v0.3.1
20412026-07-21T20:19:21.026Z Compiling tower v0.5.3
20422026-07-21T20:19:21.670Z Compiling derive_builder_core v0.20.2
20432026-07-21T20:19:21.761Z Compiling darling_macro v0.23.0
20442026-07-21T20:19:21.812Z Compiling http-body-util v0.1.3
20452026-07-21T20:19:21.828Z Compiling hubpack_derive v0.1.1
20462026-07-21T20:19:21.847Z Compiling strum_macros v0.27.2
20472026-07-21T20:19:21.910Z Compiling snafu-derive v0.8.9
20482026-07-21T20:19:21.966Z Compiling rand_xorshift v0.4.0
20492026-07-21T20:19:22.171Z Compiling fs-err v3.3.0
20502026-07-21T20:19:22.226Z Compiling ahash v0.8.12
20512026-07-21T20:19:22.329Z Compiling object v0.37.3
20522026-07-21T20:19:22.333Z Compiling allocator-api2 v0.2.21
20532026-07-21T20:19:22.490Z Compiling unicode-properties v0.1.4
20542026-07-21T20:19:22.509Z Compiling unicode-bidi v0.3.18
20552026-07-21T20:19:22.631Z Compiling unicode-segmentation v1.12.0
20562026-07-21T20:19:22.644Z Compiling unarray v0.1.4
20572026-07-21T20:19:22.705Z Compiling iri-string v0.7.10
20582026-07-21T20:19:22.728Z Compiling ryu v1.0.23
20592026-07-21T20:19:22.778Z Compiling adler2 v2.0.1
20602026-07-21T20:19:22.940Z Compiling miniz_oxide v0.8.9
20612026-07-21T20:19:22.944Z Compiling serde_urlencoded v0.7.1
20622026-07-21T20:19:22.981Z Compiling stringprep v0.1.5
20632026-07-21T20:19:23.004Z Compiling proptest v1.10.0
20642026-07-21T20:19:23.219Z Compiling derive_builder_macro v0.20.2
20652026-07-21T20:19:23.400Z Compiling darling v0.23.0
20662026-07-21T20:19:23.538Z Compiling tokio-native-tls v0.3.1
20672026-07-21T20:19:23.538Z Compiling usdt-macro v0.6.0
20682026-07-21T20:19:23.637Z Compiling usdt-attr-macro v0.6.0
20692026-07-21T20:19:23.653Z Compiling anstyle-parse v1.0.0
20702026-07-21T20:19:23.726Z Compiling block-padding v0.4.2
20712026-07-21T20:19:23.742Z Compiling block-buffer v0.12.1
20722026-07-21T20:19:23.783Z Compiling crypto-common v0.2.2
20732026-07-21T20:19:23.890Z Compiling tower-http v0.6.8
20742026-07-21T20:19:24.291Z Compiling rustls-native-certs v0.8.3
20752026-07-21T20:19:24.331Z Compiling rand_chacha v0.3.1
20762026-07-21T20:19:24.387Z Compiling erased-serde v0.3.31
20772026-07-21T20:19:24.427Z Compiling hex v0.4.3
20782026-07-21T20:19:24.432Z Compiling signature v2.2.0
20792026-07-21T20:19:24.453Z Compiling md-5 v0.10.6
20802026-07-21T20:19:24.506Z Compiling bstr v1.12.1
20812026-07-21T20:19:24.601Z Compiling num-integer v0.1.46
20822026-07-21T20:19:24.619Z Compiling hash32 v0.2.1
20832026-07-21T20:19:24.623Z Compiling vergen-lib v9.1.0
20842026-07-21T20:19:24.726Z Compiling encoding_rs v0.8.35
20852026-07-21T20:19:24.813Z Compiling zlib-rs v0.6.2
20862026-07-21T20:19:24.829Z Compiling mime v0.3.17
20872026-07-21T20:19:24.910Z Compiling fallible-iterator v0.2.0
20882026-07-21T20:19:24.930Z Compiling cpufeatures v0.3.0
20892026-07-21T20:19:24.985Z Compiling psl-types v2.0.11
20902026-07-21T20:19:25.049Z Compiling newtype-uuid v1.3.2
20912026-07-21T20:19:25.109Z Compiling publicsuffix v2.3.0
20922026-07-21T20:19:25.237Z Compiling postgres-protocol v0.6.10
20932026-07-21T20:19:25.290Z Compiling num-iter v0.1.45
20942026-07-21T20:19:25.546Z Compiling rand v0.8.6
20952026-07-21T20:19:25.818Z Compiling oxnet v0.1.6
20962026-07-21T20:19:25.888Z Compiling inout v0.2.2
20972026-07-21T20:19:25.951Z Compiling anstream v1.0.0
20982026-07-21T20:19:25.967Z Compiling derive_builder v0.20.2
20992026-07-21T20:19:26.003Z Compiling hyper-tls v0.6.0
21002026-07-21T20:19:26.086Z Compiling serde_with_macros v3.21.0
21012026-07-21T20:19:26.106Z Compiling heck v0.4.1
21022026-07-21T20:19:26.196Z Compiling phf_shared v0.13.1
21032026-07-21T20:19:26.230Z Compiling pin-project v1.1.11
21042026-07-21T20:19:26.281Z Compiling lazy_static v1.5.0
21052026-07-21T20:19:26.296Z Compiling anstyle-parse v0.2.7
21062026-07-21T20:19:26.415Z Compiling terminal_size v0.4.3
21072026-07-21T20:19:26.449Z Compiling futures-executor v0.3.32
21082026-07-21T20:19:26.464Z Compiling enum-as-inner v0.6.1
21092026-07-21T20:19:26.495Z Compiling serde_repr v0.1.20
21102026-07-21T20:19:26.498Z Compiling async-recursion v1.1.1
21112026-07-21T20:19:26.548Z Compiling clap_derive v4.6.1
21122026-07-21T20:19:26.716Z Compiling ff v0.13.1
21132026-07-21T20:19:26.779Z Compiling vergen v9.1.0
21142026-07-21T20:19:26.794Z Compiling cargo-platform v0.3.2
21152026-07-21T20:19:26.869Z Compiling flate2 v1.1.9
21162026-07-21T20:19:27.009Z Compiling managed v0.8.0
21172026-07-21T20:19:27.064Z Compiling bumpalo v3.20.2
21182026-07-21T20:19:27.109Z Compiling libbz2-rs-sys v0.2.2
21192026-07-21T20:19:27.112Z Compiling same-file v1.0.6
21202026-07-21T20:19:27.173Z Compiling foldhash v0.1.5
21212026-07-21T20:19:27.242Z Compiling foldhash v0.2.0
21222026-07-21T20:19:27.338Z Compiling base16ct v0.2.0
21232026-07-21T20:19:27.377Z Compiling bitflags v1.3.2
21242026-07-21T20:19:27.464Z Compiling clap_lex v1.0.0
21252026-07-21T20:19:27.481Z Compiling sec1 v0.7.3
21262026-07-21T20:19:27.530Z Compiling bzip2 v0.6.1
21272026-07-21T20:19:27.667Z Compiling clap_builder v4.6.0
21282026-07-21T20:19:27.691Z Compiling hashbrown v0.16.1
21292026-07-21T20:19:27.707Z Compiling hashbrown v0.15.5
21302026-07-21T20:19:27.782Z Compiling zopfli v0.8.3
21312026-07-21T20:19:27.952Z Compiling walkdir v2.5.0
21322026-07-21T20:19:28.243Z Compiling cargo_metadata v0.23.1
21332026-07-21T20:19:28.259Z Compiling group v0.13.0
21342026-07-21T20:19:28.309Z Compiling futures v0.3.32
21352026-07-21T20:19:28.448Z Compiling anstream v0.6.21
21362026-07-21T20:19:28.534Z Compiling phf v0.13.1
21372026-07-21T20:19:28.748Z Compiling zstd v0.13.3
21382026-07-21T20:19:28.768Z Compiling snafu v0.8.9
21392026-07-21T20:19:29.012Z Compiling reqwest v0.12.28
21402026-07-21T20:19:29.115Z Compiling daft v0.1.7
21412026-07-21T20:19:29.173Z Compiling signal-hook-mio v0.2.5
21422026-07-21T20:19:29.402Z Compiling cipher v0.5.2
21432026-07-21T20:19:29.418Z Compiling cookie_store v0.22.1
21442026-07-21T20:19:29.477Z Compiling postgres-types v0.2.12
21452026-07-21T20:19:29.619Z Compiling bzip2 v0.4.4
21462026-07-21T20:19:29.704Z Compiling globset v0.4.18
21472026-07-21T20:19:29.747Z Compiling ed25519 v2.2.3
21482026-07-21T20:19:29.833Z Compiling strum v0.27.2
21492026-07-21T20:19:30.008Z Compiling hubpack v0.1.2
21502026-07-21T20:19:30.074Z Compiling phf_shared v0.11.3
21512026-07-21T20:19:30.077Z Compiling hkdf v0.12.4
21522026-07-21T20:19:30.077Z Compiling crossbeam-epoch v0.9.18
21532026-07-21T20:19:30.147Z Compiling pkcs1 v0.7.5
21542026-07-21T20:19:30.186Z Compiling olpc-cjson v0.1.4
21552026-07-21T20:19:30.362Z Compiling pem v3.0.6
21562026-07-21T20:19:30.475Z Compiling serde-big-array v0.5.1
21572026-07-21T20:19:30.507Z Compiling serde_plain v1.0.2
21582026-07-21T20:19:30.630Z Compiling crypto-bigint v0.5.5
21592026-07-21T20:19:30.686Z Compiling float-cmp v0.10.0
21602026-07-21T20:19:30.704Z Compiling memmap2 v0.9.10
21612026-07-21T20:19:30.719Z Compiling env_filter v1.0.0
21622026-07-21T20:19:30.735Z Compiling normalize-line-endings v0.3.0
21632026-07-21T20:19:30.859Z Compiling fixedbitset v0.5.7
21642026-07-21T20:19:30.879Z Compiling new_debug_unreachable v1.0.6
21652026-07-21T20:19:30.928Z Compiling keccak v0.1.6
21662026-07-21T20:19:30.962Z Compiling difflib v0.4.0
21672026-07-21T20:19:31.030Z Compiling typed-path v0.9.3
21682026-07-21T20:19:31.044Z Compiling precomputed-hash v0.1.1
21692026-07-21T20:19:31.137Z Compiling data-encoding v2.10.0
21702026-07-21T20:19:31.167Z Compiling static_assertions v1.1.0
21712026-07-21T20:19:31.172Z Compiling fixedbitset v0.4.2
21722026-07-21T20:19:31.251Z Compiling predicates-core v1.0.10
21732026-07-21T20:19:31.255Z Compiling const-oid v0.10.2
21742026-07-21T20:19:31.396Z Compiling whoami v2.1.0
21752026-07-21T20:19:31.415Z Compiling toml_write v0.1.2
21762026-07-21T20:19:31.434Z Compiling jiff v0.2.21
21772026-07-21T20:19:31.482Z Compiling digest v0.11.3
21782026-07-21T20:19:31.517Z Compiling hickory-proto v0.25.2
21792026-07-21T20:19:31.538Z Compiling elliptic-curve v0.13.8
21802026-07-21T20:19:31.631Z Compiling tokio-postgres v0.7.16
21812026-07-21T20:19:31.648Z Compiling toml_edit v0.22.27
21822026-07-21T20:19:31.681Z Compiling predicates v3.1.4
21832026-07-21T20:19:31.703Z Compiling petgraph v0.6.5
21842026-07-21T20:19:31.719Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21852026-07-21T20:19:31.742Z Compiling chacha20 v0.10.0
21862026-07-21T20:19:31.902Z Compiling string_cache v0.8.9
21872026-07-21T20:19:32.024Z Compiling sha3 v0.10.8
21882026-07-21T20:19:32.046Z Compiling petgraph v0.8.3
21892026-07-21T20:19:32.199Z Compiling env_logger v0.11.9
21902026-07-21T20:19:32.266Z Compiling usdt v0.6.0
21912026-07-21T20:19:33.222Z Compiling rsa v0.9.10
21922026-07-21T20:19:33.992Z Compiling ed25519-dalek v2.2.0
21932026-07-21T20:19:34.015Z Compiling zip v0.6.6
21942026-07-21T20:19:34.126Z Compiling zip v4.6.1
21952026-07-21T20:19:34.300Z Compiling iddqd v0.4.2
21962026-07-21T20:19:34.482Z Compiling crossterm v0.28.1
21972026-07-21T20:19:34.503Z Compiling clap v4.6.1
21982026-07-21T20:19:34.596Z Compiling serde_with v3.21.0
21992026-07-21T20:19:34.866Z Compiling similar v2.7.0
22002026-07-21T20:19:34.948Z Compiling byte-wrapper v0.1.0
22012026-07-21T20:19:35.041Z Compiling strum v0.26.3
22022026-07-21T20:19:35.151Z Compiling toml v0.7.8
22032026-07-21T20:19:35.180Z Compiling tokio-stream v0.1.18
22042026-07-21T20:19:35.262Z Compiling buf-list v1.1.2
22052026-07-21T20:19:35.532Z Compiling x509-cert v0.2.5
22062026-07-21T20:19:35.565Z Compiling itertools v0.13.0
22072026-07-21T20:19:35.646Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22082026-07-21T20:19:35.921Z Compiling openapiv3 v2.2.0
22092026-07-21T20:19:36.273Z Compiling lalrpop-util v0.19.12
22102026-07-21T20:19:36.480Z Compiling peg-runtime v0.8.5
22112026-07-21T20:19:52.348Z Compiling rustls-webpki v0.103.13
22122026-07-21T20:19:53.741Z Compiling macaddr v1.0.1
22132026-07-21T20:19:53.756Z Compiling structmeta-derive v0.3.0
22142026-07-21T20:19:53.855Z Compiling darling_core v0.21.3
22152026-07-21T20:19:53.956Z Compiling crucible-workspace-hack v0.1.0
22162026-07-21T20:19:53.972Z Compiling rayon-core v1.13.0
22172026-07-21T20:19:54.040Z Compiling itertools v0.14.0
22182026-07-21T20:19:54.218Z Compiling secrecy v0.10.3
22192026-07-21T20:19:54.235Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22202026-07-21T20:19:54.277Z Compiling heapless v0.8.0
22212026-07-21T20:19:54.374Z Compiling toml_datetime v0.7.5+spec-1.1.0
22222026-07-21T20:19:54.410Z Compiling crossbeam-deque v0.8.6
22232026-07-21T20:19:54.483Z Compiling inout v0.1.4
22242026-07-21T20:19:54.561Z Compiling toml_edit v0.23.10+spec-1.0.0
22252026-07-21T20:19:54.625Z Compiling hash32 v0.3.1
22262026-07-21T20:19:54.654Z Compiling multer v3.1.0
22272026-07-21T20:19:54.670Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22282026-07-21T20:19:54.673Z Compiling thread_local v1.1.9
22292026-07-21T20:19:54.764Z Compiling structmeta v0.3.0
22302026-07-21T20:19:54.795Z Compiling unicode-width v0.2.0
22312026-07-21T20:19:54.809Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-07-21T20:19:54.856Z Compiling slog-async v2.8.0
22332026-07-21T20:19:54.881Z Compiling compression-core v0.4.31
22342026-07-21T20:19:54.990Z Compiling match_cfg v0.1.0
22352026-07-21T20:19:55.032Z Compiling smoltcp v0.11.0
22362026-07-21T20:19:55.078Z Compiling hostname v0.3.1
22372026-07-21T20:19:55.095Z Compiling compression-codecs v0.4.37
22382026-07-21T20:19:55.099Z Compiling derive-ex v0.1.8
22392026-07-21T20:19:55.131Z Compiling proc-macro-crate v3.4.0
22402026-07-21T20:19:55.282Z Compiling cipher v0.4.4
22412026-07-21T20:19:55.397Z Compiling atomicwrites v0.4.4
22422026-07-21T20:19:55.486Z Compiling slog-json v2.6.1
22432026-07-21T20:19:55.502Z Compiling crossbeam-channel v0.5.15
22442026-07-21T20:19:55.551Z Compiling half v2.7.1
22452026-07-21T20:19:55.573Z Compiling newtype-uuid-macros v0.1.0
22462026-07-21T20:19:55.689Z Compiling cobs v0.3.0
22472026-07-21T20:19:55.758Z Compiling thiserror-impl-no-std v2.0.2
22482026-07-21T20:19:55.775Z Compiling universal-hash v0.5.1
22492026-07-21T20:19:55.918Z Compiling tokio-rustls v0.26.4
22502026-07-21T20:19:55.938Z Compiling rustls-platform-verifier v0.6.2
22512026-07-21T20:19:55.969Z Compiling tough v0.22.0
22522026-07-21T20:19:55.985Z Compiling darling_macro v0.21.3
22532026-07-21T20:19:56.157Z Compiling hyper-rustls v0.27.7
22542026-07-21T20:19:56.194Z Compiling async-stream-impl v0.3.6
22552026-07-21T20:19:56.215Z Compiling toml_datetime v1.1.1+spec-1.1.0
22562026-07-21T20:19:56.327Z Compiling serde_spanned v1.1.1
22572026-07-21T20:19:56.478Z Compiling reqwest v0.13.2
22582026-07-21T20:19:56.496Z Compiling darling v0.21.3
22592026-07-21T20:19:56.512Z Compiling is-terminal v0.4.17
22602026-07-21T20:19:56.596Z Compiling ingot-macros v0.1.1
22612026-07-21T20:19:56.635Z Compiling dropshot v0.17.1
22622026-07-21T20:19:56.639Z Compiling proc-macro-error-attr v1.0.4
22632026-07-21T20:19:56.667Z Compiling opaque-debug v0.3.1
22642026-07-21T20:19:56.757Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22652026-07-21T20:19:56.801Z Compiling ciborium-io v0.2.2
22662026-07-21T20:19:56.817Z Compiling convert_case v0.4.0
22672026-07-21T20:19:56.855Z Compiling take_mut v0.2.2
22682026-07-21T20:19:56.871Z Compiling term v1.2.1
22692026-07-21T20:19:56.889Z Compiling toml_writer v1.1.1+spec-1.1.0
22702026-07-21T20:19:56.920Z Compiling ciborium-ll v0.2.2
22712026-07-21T20:19:57.151Z Compiling toml v1.1.2+spec-1.1.0
22722026-07-21T20:19:57.167Z Compiling derive_more v0.99.20
22732026-07-21T20:19:57.189Z Compiling thiserror-no-std v2.0.2
22742026-07-21T20:19:57.225Z Compiling slog-term v2.9.2
22752026-07-21T20:19:57.302Z Compiling async-stream v0.3.6
22762026-07-21T20:19:57.371Z Compiling poly1305 v0.8.0
22772026-07-21T20:19:57.514Z Compiling test-strategy v0.4.5
22782026-07-21T20:19:57.942Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22792026-07-21T20:19:58.023Z Compiling postcard v1.1.3
22802026-07-21T20:19:58.249Z Compiling slog-bunyan v2.5.0
22812026-07-21T20:19:58.429Z Compiling num_enum_derive v0.7.6
22822026-07-21T20:19:58.457Z Compiling chacha20 v0.9.1
22832026-07-21T20:19:58.706Z Compiling async-compression v0.4.41
22842026-07-21T20:19:58.727Z Compiling parse-display-derive v0.10.0
22852026-07-21T20:19:58.841Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22862026-07-21T20:19:59.182Z Compiling sha1 v0.11.0
22872026-07-21T20:19:59.252Z Compiling ingot-types v0.1.2
22882026-07-21T20:19:59.398Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22892026-07-21T20:19:59.429Z Compiling proc-macro-crate v1.3.1
22902026-07-21T20:19:59.565Z Compiling waitgroup v0.1.2
22912026-07-21T20:19:59.621Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22922026-07-21T20:19:59.735Z Compiling ingot v0.1.1
22932026-07-21T20:19:59.750Z Compiling backon v1.6.0
22942026-07-21T20:19:59.767Z Compiling password-hash v0.5.0
22952026-07-21T20:19:59.770Z Compiling rustls-pemfile v2.2.0
22962026-07-21T20:19:59.800Z Compiling dropshot_endpoint v0.17.1
22972026-07-21T20:19:59.803Z Compiling blake2 v0.10.6
22982026-07-21T20:19:59.832Z Compiling aead v0.5.2
22992026-07-21T20:19:59.849Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23002026-07-21T20:20:00.029Z Compiling foreign-types-macros v0.2.3
23012026-07-21T20:20:00.047Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23022026-07-21T20:20:00.066Z Compiling serde_path_to_error v0.1.20
23032026-07-21T20:20:00.083Z Compiling hostname v0.4.2
23042026-07-21T20:20:00.222Z Compiling proc-macro-error v1.0.4
23052026-07-21T20:20:00.238Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23062026-07-21T20:20:00.267Z Compiling instant v0.1.13
23072026-07-21T20:20:00.339Z Compiling foreign-types-shared v0.3.1
23082026-07-21T20:20:00.400Z Compiling debug-ignore v1.0.5
23092026-07-21T20:20:00.481Z Compiling backoff v0.4.0
23102026-07-21T20:20:00.497Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-07-21T20:20:00.527Z Compiling parse-display v0.10.0
23122026-07-21T20:20:00.541Z Compiling argon2 v0.5.3
23132026-07-21T20:20:00.567Z Compiling chacha20poly1305 v0.10.1
23142026-07-21T20:20:00.587Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23152026-07-21T20:20:00.654Z Compiling foreign-types v0.5.0
23162026-07-21T20:20:00.715Z Compiling num_enum_derive v0.5.11
23172026-07-21T20:20:00.732Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23182026-07-21T20:20:00.748Z Compiling num_enum v0.7.6
23192026-07-21T20:20:00.751Z Compiling vsss-rs v3.3.4
23202026-07-21T20:20:00.777Z Compiling ciborium v0.2.2
23212026-07-21T20:20:01.073Z Compiling tabwriter v1.4.1
23222026-07-21T20:20:01.088Z Compiling regress v0.10.5
23232026-07-21T20:20:01.324Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-07-21T20:20:01.369Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23252026-07-21T20:20:01.395Z Compiling cstr-argument v0.1.2
23262026-07-21T20:20:01.458Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23272026-07-21T20:20:01.481Z Compiling humantime v2.3.0
23282026-07-21T20:20:01.581Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-07-21T20:20:01.596Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23302026-07-21T20:20:01.683Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23312026-07-21T20:20:01.721Z Compiling num_enum v0.5.11
23322026-07-21T20:20:01.737Z Compiling rayon v1.11.0
23332026-07-21T20:20:01.797Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342026-07-21T20:20:01.861Z Compiling rand v0.10.1
23352026-07-21T20:20:01.875Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23362026-07-21T20:20:01.930Z Compiling libefi-sys v0.1.0
23372026-07-21T20:20:01.946Z Compiling colored v3.1.1
23382026-07-21T20:20:01.950Z Compiling indent_write v2.2.0
23392026-07-21T20:20:01.950Z Compiling zone_cfg_derive v0.3.1
23402026-07-21T20:20:01.992Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23412026-07-21T20:20:02.013Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23422026-07-21T20:20:02.150Z Compiling camino-tempfile v1.4.1
23432026-07-21T20:20:02.204Z Compiling itertools v0.12.1
23442026-07-21T20:20:02.255Z Compiling usdt-macro v0.5.0
23452026-07-21T20:20:02.269Z Compiling usdt-attr-macro v0.5.0
23462026-07-21T20:20:02.334Z Compiling bitfield-struct v0.6.2
23472026-07-21T20:20:02.350Z Compiling num-derive v0.4.2
23482026-07-21T20:20:02.600Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23492026-07-21T20:20:02.668Z Compiling blake3 v1.8.5
23502026-07-21T20:20:02.726Z Compiling sigpipe v0.1.3
23512026-07-21T20:20:02.742Z Compiling memmap v0.7.0
23522026-07-21T20:20:02.842Z Compiling swrite v0.1.0
23532026-07-21T20:20:02.893Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23542026-07-21T20:20:02.971Z Compiling glob v0.3.3
23552026-07-21T20:20:02.990Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23562026-07-21T20:20:02.993Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-07-21T20:20:03.040Z Compiling usdt v0.5.0
23582026-07-21T20:20:03.278Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23592026-07-21T20:20:03.349Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23602026-07-21T20:20:03.364Z Compiling smf v0.2.3
23612026-07-21T20:20:03.381Z Compiling filetime v0.2.27
23622026-07-21T20:20:03.452Z Compiling constant_time_eq v0.4.2
23632026-07-21T20:20:03.569Z Compiling zone v0.3.1
23642026-07-21T20:20:03.587Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-07-21T20:20:03.604Z Compiling arrayvec v0.7.6
23662026-07-21T20:20:03.657Z Compiling xattr v1.6.1
23672026-07-21T20:20:03.674Z Compiling whoami v1.6.1
23682026-07-21T20:20:03.691Z Compiling arrayref v0.3.9
23692026-07-21T20:20:03.693Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-07-21T20:20:03.723Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23712026-07-21T20:20:03.786Z Compiling tokio-dtrace v0.1.1
23722026-07-21T20:20:03.875Z Compiling tar v0.4.46
23732026-07-21T20:20:03.917Z Compiling console v0.16.2
23742026-07-21T20:20:03.939Z Compiling gethostname v0.5.0
23752026-07-21T20:20:03.990Z Compiling topological-sort v0.2.2
23762026-07-21T20:20:04.102Z Compiling unit-prefix v0.5.2
23772026-07-21T20:20:04.133Z Compiling oxide-tokio-rt v0.1.4
23782026-07-21T20:20:04.152Z Compiling toml v0.8.23
23792026-07-21T20:20:04.277Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23802026-07-21T20:20:04.382Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23812026-07-21T20:20:04.514Z Compiling indicatif v0.18.4
23822026-07-21T20:20:04.530Z Compiling shell-words v1.1.1
23832026-07-21T20:20:13.822Z Compiling progenitor-client v0.14.0
23842026-07-21T20:20:13.822Z Compiling omicron-zone-package v0.12.3
23852026-07-21T20:20:14.071Z Compiling progenitor-extras v0.2.0
23862026-07-21T20:20:14.416Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-07-21T20:20:14.453Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23882026-07-21T20:20:14.521Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-07-21T20:20:14.581Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-07-21T20:20:14.606Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23912026-07-21T20:20:14.742Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-07-21T20:20:14.774Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23932026-07-21T20:20:14.884Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-07-21T20:20:15.294Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23952026-07-21T20:20:19.245Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23962026-07-21T20:20:27.236Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23972026-07-21T20:20:30.375Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23982026-07-21T20:20:31.406Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23992026-07-21T20:20:40.853Z Finished `release` profile [optimized] target(s) in 1m 39s
24002026-07-21T20:20:40.999Z Running `target/release/omicron-package -t test target create -p dev`
24012026-07-21T20:20:41.061ZLogging to: /work/oxidecomputer/omicron/out/LOG
24022026-07-21T20:20:41.064ZCreated new build target 'test' and set it as active
24032026-07-21T20:20:41.064Z
24042026-07-21T20:20:41.064Zreal 1:40.191765328
24052026-07-21T20:20:41.064Zuser 16:26.452169720
24062026-07-21T20:20:41.064Zsys 2:34.399897751
24072026-07-21T20:20:41.064Ztrap 0.468293043
24082026-07-21T20:20:41.064Ztflt 2.331911042
24092026-07-21T20:20:41.064Zdflt 3.938974365
24102026-07-21T20:20:41.064Zkflt 0.000596310
24112026-07-21T20:20:41.064Zlock 51:39.884285238
24122026-07-21T20:20:41.064Zslp 42:11.529065188
24132026-07-21T20:20:41.064Zlat 44.684567045
24142026-07-21T20:20:41.064Zstop 5:19.632021301
24152026-07-21T20:20:41.064Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24162026-07-21T20:20:41.916Z Finished `release` profile [optimized] target(s) in 0.84s
24172026-07-21T20:20:41.989Z Running `target/release/omicron-package -t test package`
24182026-07-21T20:20:42.045ZLogging to: /work/oxidecomputer/omicron/out/LOG
24192026-07-21T20:20:43.435Z Compiling heck v0.5.0
24202026-07-21T20:20:43.435Z Compiling regress v0.11.1
24212026-07-21T20:20:43.674Z Compiling unsafe-libyaml v0.2.11
24222026-07-21T20:20:43.690Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24232026-07-21T20:20:43.713Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24242026-07-21T20:20:43.732Z Compiling derive-where v1.6.0
24252026-07-21T20:20:43.751Z Compiling bytecount v0.6.9
24262026-07-21T20:20:43.754Z Compiling atomicwrites v0.4.4
24272026-07-21T20:20:43.754Z Compiling is-terminal v0.4.17
24282026-07-21T20:20:43.754Z Compiling prettyplease v0.2.37
24292026-07-21T20:20:43.828Z Compiling console v0.15.11
24302026-07-21T20:20:43.831Z Compiling newline-converter v0.3.0
24312026-07-21T20:20:43.831Z Compiling slog-dtrace v0.3.0
24322026-07-21T20:20:43.887Z Compiling resolv-conf v0.7.6
24332026-07-21T20:20:43.891Z Compiling num-rational v0.4.2
24342026-07-21T20:20:43.929Z Compiling num-complex v0.4.6
24352026-07-21T20:20:43.954Z Compiling thread_local v1.1.9
24362026-07-21T20:20:43.957Z Compiling match_cfg v0.1.0
24372026-07-21T20:20:43.996Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24382026-07-21T20:20:44.016Z Compiling unicode-width v0.1.14
24392026-07-21T20:20:44.068Z Compiling cancel-safe-futures v0.1.5
24402026-07-21T20:20:44.088Z Compiling compression-core v0.4.31
24412026-07-21T20:20:44.171Z Compiling serde_yaml v0.9.34+deprecated
24422026-07-21T20:20:44.218Z Compiling expectorate v1.2.0
24432026-07-21T20:20:44.258Z Compiling compression-codecs v0.4.37
24442026-07-21T20:20:44.345Z Compiling num v0.4.3
24452026-07-21T20:20:44.364Z Compiling hostname v0.3.1
24462026-07-21T20:20:44.388Z Compiling multer v3.1.0
24472026-07-21T20:20:44.411Z Compiling slog-async v2.8.0
24482026-07-21T20:20:44.442Z Compiling crossbeam-channel v0.5.15
24492026-07-21T20:20:44.463Z Compiling slog-json v2.6.1
24502026-07-21T20:20:44.466Z Compiling toml_datetime v1.1.1+spec-1.1.0
24512026-07-21T20:20:44.505Z Compiling serde_spanned v1.1.1
24522026-07-21T20:20:44.528Z Compiling take_mut v0.2.2
24532026-07-21T20:20:44.532Z Compiling linked-hash-map v0.5.6
24542026-07-21T20:20:44.532Z Compiling term v1.2.1
24552026-07-21T20:20:44.665Z Compiling toml_writer v1.1.1+spec-1.1.0
24562026-07-21T20:20:44.688Z Compiling float-ord v0.3.2
24572026-07-21T20:20:44.691Z Compiling slog-bunyan v2.5.0
24582026-07-21T20:20:44.775Z Compiling lru-cache v0.1.2
24592026-07-21T20:20:44.796Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-07-21T20:20:44.869Z Compiling slog-term v2.9.2
24612026-07-21T20:20:44.905Z Compiling toml v1.1.2+spec-1.1.0
24622026-07-21T20:20:44.926Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24632026-07-21T20:20:44.929Z Compiling async-compression v0.4.41
24642026-07-21T20:20:44.990Z Compiling oxide-update-engine-types v0.1.2
24652026-07-21T20:20:45.096Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24662026-07-21T20:20:45.116Z Compiling dropshot v0.17.1
24672026-07-21T20:20:45.181Z Compiling typify-impl v0.6.2
24682026-07-21T20:20:45.240Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24692026-07-21T20:20:45.302Z Compiling async-stream v0.3.6
24702026-07-21T20:20:45.366Z Compiling sha1 v0.11.0
24712026-07-21T20:20:45.419Z Compiling progenitor-client v0.14.0
24722026-07-21T20:20:45.423Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24732026-07-21T20:20:45.459Z Compiling waitgroup v0.1.2
24742026-07-21T20:20:45.495Z Compiling rustls-pemfile v2.2.0
24752026-07-21T20:20:45.618Z Compiling backon v1.6.0
24762026-07-21T20:20:45.639Z Compiling hostname v0.4.2
24772026-07-21T20:20:45.662Z Compiling serde_path_to_error v0.1.20
24782026-07-21T20:20:45.708Z Compiling instant v0.1.13
24792026-07-21T20:20:45.729Z Compiling debug-ignore v1.0.5
24802026-07-21T20:20:45.757Z Compiling minimal-lexical v0.2.1
24812026-07-21T20:20:45.806Z Compiling linear-map v1.2.0
24822026-07-21T20:20:45.847Z Compiling backoff v0.4.0
24832026-07-21T20:20:45.850Z Compiling progenitor-extras v0.2.0
24842026-07-21T20:20:45.890Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24852026-07-21T20:20:46.032Z Compiling nom v7.1.3
24862026-07-21T20:20:46.054Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24872026-07-21T20:20:46.057Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-07-21T20:20:46.057Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24892026-07-21T20:20:46.138Z Compiling parse-display v0.10.0
24902026-07-21T20:20:46.159Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24912026-07-21T20:20:46.361Z Compiling oxide-update-engine v0.1.2
24922026-07-21T20:20:46.419Z Compiling hickory-proto v0.24.4
24932026-07-21T20:20:46.822Z Compiling regress v0.10.5
24942026-07-21T20:20:47.022Z Compiling macaddr v1.0.1
24952026-07-21T20:20:47.285Z Compiling humantime v2.3.0
24962026-07-21T20:20:47.390Z Compiling unicode-xid v0.2.6
24972026-07-21T20:20:47.570Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24982026-07-21T20:20:47.570Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-07-21T20:20:47.695Z Compiling convert_case v0.10.0
25002026-07-21T20:20:47.770Z Compiling owo-colors v4.3.0
25012026-07-21T20:20:47.879Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25022026-07-21T20:20:47.993Z Compiling derive_more-impl v2.1.1
25032026-07-21T20:20:48.074Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25042026-07-21T20:20:48.146Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25052026-07-21T20:20:48.181Z Compiling toml v0.8.23
25062026-07-21T20:20:48.706Z Compiling typify-macro v0.6.2
25072026-07-21T20:20:48.765Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25082026-07-21T20:20:48.828Z Compiling papergrid v0.11.0
25092026-07-21T20:20:48.849Z Compiling derive_more v2.1.1
25102026-07-21T20:20:48.871Z Compiling tabled_derive v0.7.0
25112026-07-21T20:20:48.929Z Compiling termtree v0.5.1
25122026-07-21T20:20:48.961Z Compiling hickory-resolver v0.24.4
25132026-07-21T20:20:49.125Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25142026-07-21T20:20:49.343Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25152026-07-21T20:20:49.792Z Compiling tabled v0.15.0
25162026-07-21T20:20:50.045Z Compiling crossterm v0.29.0
25172026-07-21T20:20:50.280Z Compiling typify v0.6.2
25182026-07-21T20:20:50.553Z Compiling progenitor-impl v0.14.0
25192026-07-21T20:20:50.913Z Compiling qorb v0.4.1
25202026-07-21T20:20:51.162Z Compiling phf_shared v0.12.1
25212026-07-21T20:20:51.408Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25222026-07-21T20:20:51.947Z Compiling vte v0.14.1
25232026-07-21T20:20:52.215Z Compiling csv-core v0.1.13
25242026-07-21T20:20:52.647Z Compiling highway v1.3.0
25252026-07-21T20:20:52.697Z Compiling progenitor-macro v0.14.0
25262026-07-21T20:20:53.379Z Compiling chrono-tz v0.10.4
25272026-07-21T20:20:53.642Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25282026-07-21T20:20:54.008Z Compiling csv v1.4.0
25292026-07-21T20:20:54.034Z Compiling strip-ansi-escapes v0.2.1
25302026-07-21T20:20:54.089Z Compiling phf v0.12.1
25312026-07-21T20:20:54.245Z Compiling const_format_proc_macros v0.2.34
25322026-07-21T20:20:54.294Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25332026-07-21T20:20:54.572Z Compiling fd-lock v4.0.4
25342026-07-21T20:20:54.597Z Compiling peg-macros v0.8.5
25352026-07-21T20:20:54.755Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-07-21T20:20:54.977Z Compiling nu-ansi-term v0.50.3
25372026-07-21T20:20:55.056Z Compiling const_format v0.2.35
25382026-07-21T20:20:55.521Z Compiling reedline v0.40.0
25392026-07-21T20:20:55.585Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25402026-07-21T20:20:55.907Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-07-21T20:20:56.253Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25422026-07-21T20:20:56.769Z Compiling progenitor v0.14.0
25432026-07-21T20:20:56.804Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25442026-07-21T20:20:56.953Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25452026-07-21T20:20:56.997Z Compiling peg v0.8.5
25462026-07-21T20:20:57.123Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-07-21T20:20:57.147Z Compiling bcs v0.1.6
25482026-07-21T20:20:57.587Z Compiling nom v8.0.0
25492026-07-21T20:20:57.698Z Compiling semver v0.1.20
25502026-07-21T20:20:57.998Z Compiling rustc_version v0.1.7
25512026-07-21T20:20:58.244Z Compiling newtype_derive v0.1.6
25522026-07-21T20:20:58.477Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25532026-07-21T20:20:58.727Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25542026-07-21T20:20:58.985Z Compiling unicode-linebreak v0.1.5
25552026-07-21T20:20:59.314Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25562026-07-21T20:20:59.426Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25572026-07-21T20:20:59.472Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25582026-07-21T20:20:59.573Z Compiling smawk v0.3.2
25592026-07-21T20:20:59.716Z Compiling textwrap v0.16.2
25602026-07-21T20:20:59.759Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-07-21T20:20:59.781Z Compiling base64 v0.21.7
25622026-07-21T20:20:59.841Z Compiling steno v0.4.1
25632026-07-21T20:21:00.290Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25642026-07-21T20:21:00.345Z Compiling dropshot-api-manager-types v0.7.2
25652026-07-21T20:21:00.680Z Compiling sha1 v0.10.6
25662026-07-21T20:21:00.925Z Compiling tagptr v0.2.0
25672026-07-21T20:21:01.112Z Compiling utf-8 v0.7.6
25682026-07-21T20:21:01.134Z Compiling moka v0.12.13
25692026-07-21T20:21:01.320Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-07-21T20:21:01.347Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-07-21T20:21:01.471Z Compiling tungstenite v0.21.0
25722026-07-21T20:21:01.519Z Compiling display-error-chain v0.2.2
25732026-07-21T20:21:01.688Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25742026-07-21T20:21:01.761Z Compiling radium v0.7.0
25752026-07-21T20:21:01.785Z Compiling maybe-uninit v2.0.0
25762026-07-21T20:21:02.104Z Compiling tokio-tungstenite v0.21.0
25772026-07-21T20:21:02.135Z Compiling tap v1.0.1
25782026-07-21T20:21:02.286Z Compiling hickory-resolver v0.25.2
25792026-07-21T20:21:02.404Z Compiling wyz v0.5.1
25802026-07-21T20:21:02.498Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25812026-07-21T20:21:02.721Z Compiling vergen-lib v0.1.6
25822026-07-21T20:21:02.897Z Compiling zerocopy-derive v0.6.6
25832026-07-21T20:21:02.985Z Compiling crc-catalog v2.4.0
25842026-07-21T20:21:03.113Z Compiling funty v2.0.0
25852026-07-21T20:21:03.597Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25862026-07-21T20:21:03.705Z Compiling diesel_derives v2.3.7
25872026-07-21T20:21:03.948Z Compiling packed_struct v0.10.1
25882026-07-21T20:21:04.128Z Compiling zerocopy v0.6.6
25892026-07-21T20:21:04.274Z Compiling bitvec v1.0.1
25902026-07-21T20:21:04.508Z Compiling crc v3.4.0
25912026-07-21T20:21:04.730Z Compiling dsl_auto_type v0.2.0
25922026-07-21T20:21:04.824Z Compiling scheduled-thread-pool v0.2.7
25932026-07-21T20:21:04.928Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-07-21T20:21:05.275Z Compiling packed_struct_codegen v0.10.1
25952026-07-21T20:21:05.405Z Compiling vergen-gitcl v1.0.8
25962026-07-21T20:21:05.638Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25972026-07-21T20:21:05.752Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25982026-07-21T20:21:05.837Z Compiling diesel_table_macro_syntax v0.3.0
25992026-07-21T20:21:05.884Z Compiling bitfield-macros v0.19.4
26002026-07-21T20:21:06.106Z Compiling proc-macro-error-attr2 v2.0.0
26012026-07-21T20:21:06.129Z Compiling dirs-sys-next v0.1.2
26022026-07-21T20:21:06.300Z Compiling indexmap v1.9.3
26032026-07-21T20:21:06.393Z Compiling nodrop v0.1.14
26042026-07-21T20:21:06.522Z Compiling glob v0.3.3
26052026-07-21T20:21:06.554Z Compiling crunchy v0.2.4
26062026-07-21T20:21:06.577Z Compiling maplit v1.0.2
26072026-07-21T20:21:06.638Z Compiling bitfield v0.19.4
26082026-07-21T20:21:06.727Z Compiling proc-macro-error2 v2.0.1
26092026-07-21T20:21:06.883Z Compiling array-init v0.0.4
26102026-07-21T20:21:06.886Z Compiling clang-sys v1.8.1
26112026-07-21T20:21:06.959Z Compiling dirs-next v2.0.0
26122026-07-21T20:21:07.325Z Compiling r2d2 v0.8.10
26132026-07-21T20:21:07.355Z Compiling smallvec v0.6.14
26142026-07-21T20:21:07.623Z Compiling num-derive v0.3.3
26152026-07-21T20:21:07.653Z Compiling tiny-keccak v2.0.2
26162026-07-21T20:21:07.842Z Compiling downcast-rs v2.0.2
26172026-07-21T20:21:07.885Z Compiling hashbrown v0.12.3
26182026-07-21T20:21:08.062Z Compiling serde-hex v0.1.0
26192026-07-21T20:21:08.381Z Compiling term v0.7.0
26202026-07-21T20:21:08.491Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26212026-07-21T20:21:08.514Z Compiling tabled_derive v0.11.0
26222026-07-21T20:21:08.555Z Compiling libscf-sys v1.1.0
26232026-07-21T20:21:08.655Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-07-21T20:21:08.703Z Compiling ron v0.8.1
26252026-07-21T20:21:08.723Z Compiling papergrid v0.17.0
26262026-07-21T20:21:08.872Z Compiling testing_table v0.3.0
26272026-07-21T20:21:08.897Z Compiling hashbrown v0.13.2
26282026-07-21T20:21:08.994Z Compiling bit-vec v0.6.3
26292026-07-21T20:21:09.227Z Compiling crc-any v2.5.0
26302026-07-21T20:21:09.310Z Compiling bit-set v0.5.3
26312026-07-21T20:21:09.493Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26322026-07-21T20:21:09.530Z Compiling object v0.30.4
26332026-07-21T20:21:09.589Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-07-21T20:21:09.897Z Compiling tabled v0.20.0
26352026-07-21T20:21:10.188Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-07-21T20:21:10.249Z Compiling ascii-canvas v3.0.0
26372026-07-21T20:21:10.508Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26382026-07-21T20:21:10.893Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26392026-07-21T20:21:11.050Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26402026-07-21T20:21:11.072Z Compiling progenitor-impl v0.13.0
26412026-07-21T20:21:11.325Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-07-21T20:21:11.387Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-07-21T20:21:11.606Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26442026-07-21T20:21:11.630Z Compiling itertools v0.10.5
26452026-07-21T20:21:11.783Z Compiling ena v0.14.4
26462026-07-21T20:21:11.822Z Compiling diesel v2.3.7
26472026-07-21T20:21:12.028Z Compiling libloading v0.8.9
26482026-07-21T20:21:12.172Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-21T20:21:12.273Z Compiling regex-syntax v0.6.29
26502026-07-21T20:21:12.418Z Compiling xshell-macros v0.2.7
26512026-07-21T20:21:12.780Z Compiling diff v0.1.13
26522026-07-21T20:21:12.846Z Compiling unicase v2.9.0
26532026-07-21T20:21:12.888Z Compiling bindgen v0.71.1
26542026-07-21T20:21:13.072Z Compiling path-slash v0.1.5
26552026-07-21T20:21:13.150Z Compiling xshell v0.2.7
26562026-07-21T20:21:13.215Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26572026-07-21T20:21:13.285Z Compiling progenitor-macro v0.13.0
26582026-07-21T20:21:13.381Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26592026-07-21T20:21:14.149Z Compiling lalrpop v0.19.12
26602026-07-21T20:21:14.441Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26612026-07-21T20:21:15.112Z Compiling cexpr v0.6.0
26622026-07-21T20:21:15.738Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-07-21T20:21:15.981Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26642026-07-21T20:21:16.443Z Compiling progenitor-client v0.13.0
26652026-07-21T20:21:16.975Z Compiling rustc-hash v2.1.1
26662026-07-21T20:21:17.264Z Compiling progenitor v0.13.0
26672026-07-21T20:21:17.315Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26682026-07-21T20:21:17.904Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26692026-07-21T20:21:17.944Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-07-21T20:21:18.412Z Compiling headers-core v0.3.0
26712026-07-21T20:21:18.550Z Compiling libxml v0.3.3
26722026-07-21T20:21:18.577Z Compiling crc8 v0.1.1
26732026-07-21T20:21:18.602Z Compiling headers v0.4.1
26742026-07-21T20:21:18.714Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-07-21T20:21:18.873Z Compiling strum_macros v0.24.3
26762026-07-21T20:21:18.950Z Compiling indoc v1.0.9
26772026-07-21T20:21:19.180Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-07-21T20:21:19.233Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26792026-07-21T20:21:19.413Z Compiling derive_builder v0.20.2
26802026-07-21T20:21:19.464Z Compiling oso-derive v0.27.3
26812026-07-21T20:21:19.579Z Compiling quick-xml v0.37.5
26822026-07-21T20:21:19.989Z Compiling impl-trait-for-tuples v0.2.3
26832026-07-21T20:21:20.012Z Compiling openssl-probe v0.1.6
26842026-07-21T20:21:20.140Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26852026-07-21T20:21:20.220Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26862026-07-21T20:21:20.310Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-07-21T20:21:20.543Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26882026-07-21T20:21:20.857Z Compiling bb8 v0.8.6
26892026-07-21T20:21:20.910Z Compiling trait-variant v0.1.2
26902026-07-21T20:21:21.223Z Compiling half v1.8.3
26912026-07-21T20:21:21.305Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26922026-07-21T20:21:21.473Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-07-21T20:21:21.546Z Compiling polar-core v0.27.3
26942026-07-21T20:21:21.663Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26952026-07-21T20:21:21.775Z Compiling samael v0.0.19
26962026-07-21T20:21:21.922Z Compiling serde_cbor v0.11.2
26972026-07-21T20:21:22.314Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-07-21T20:21:22.446Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-07-21T20:21:22.556Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27002026-07-21T20:21:22.655Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27012026-07-21T20:21:22.981Z Compiling nonempty v0.12.0
27022026-07-21T20:21:23.001Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27032026-07-21T20:21:23.081Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-07-21T20:21:23.206Z Compiling fxhash v0.2.1
27052026-07-21T20:21:23.277Z Compiling libz-sys v1.1.24
27062026-07-21T20:21:23.370Z Compiling salty v0.3.0
27072026-07-21T20:21:23.778Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27082026-07-21T20:21:24.022Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27092026-07-21T20:21:24.437Z Compiling kstat-rs v0.2.4
27102026-07-21T20:21:24.689Z Compiling arc-swap v1.8.2
27112026-07-21T20:21:24.922Z Compiling fs-err v2.11.0
27122026-07-21T20:21:25.298Z Compiling mime_guess v2.0.5
27132026-07-21T20:21:25.352Z Compiling slog-scope v4.4.1
27142026-07-21T20:21:25.372Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-07-21T20:21:25.407Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-07-21T20:21:25.832Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27172026-07-21T20:21:26.019Z Compiling rfc6979 v0.4.0
27182026-07-21T20:21:26.201Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27192026-07-21T20:21:26.269Z Compiling nanorand v0.7.0
27202026-07-21T20:21:26.631Z Compiling libgit2-sys v0.18.3+1.9.2
27212026-07-21T20:21:26.882Z Compiling parking_lot_core v0.8.6
27222026-07-21T20:21:27.114Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27232026-07-21T20:21:27.221Z Compiling flume v0.11.1
27242026-07-21T20:21:27.542Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27252026-07-21T20:21:27.628Z Compiling ecdsa v0.16.9
27262026-07-21T20:21:28.321Z Compiling slog-stdlog v4.1.1
27272026-07-21T20:21:29.010Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27282026-07-21T20:21:29.013Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27292026-07-21T20:21:29.055Z Compiling primeorder v0.13.6
27302026-07-21T20:21:29.365Z Compiling diesel-dtrace v0.5.0
27312026-07-21T20:21:29.714Z Compiling async-bb8-diesel v0.2.1
27322026-07-21T20:21:29.748Z Compiling git-stub v1.0.0
27332026-07-21T20:21:30.016Z Compiling atty v0.2.14
27342026-07-21T20:21:30.149Z Compiling instability v0.3.11
27352026-07-21T20:21:30.174Z Compiling strsim v0.10.0
27362026-07-21T20:21:30.285Z Compiling parse-size v1.1.0
27372026-07-21T20:21:30.404Z Compiling http-range v0.1.5
27382026-07-21T20:21:30.510Z Compiling oso v0.27.3
27392026-07-21T20:21:30.530Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27402026-07-21T20:21:30.757Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27412026-07-21T20:21:30.842Z Compiling darling_core v0.13.4
27422026-07-21T20:21:32.506Z Compiling git-stub-vcs v0.1.0
27432026-07-21T20:21:32.711Z Compiling p384 v0.13.1
27442026-07-21T20:21:32.871Z Compiling slog-envlogger v2.2.0
27452026-07-21T20:21:34.039Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27462026-07-21T20:21:34.881Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27472026-07-21T20:21:35.135Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27482026-07-21T20:21:35.968Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27492026-07-21T20:21:36.720Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-07-21T20:21:37.012Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27512026-07-21T20:21:37.125Z Compiling ignore v0.4.25
27522026-07-21T20:21:37.567Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-07-21T20:21:37.597Z Compiling castaway v0.2.4
27542026-07-21T20:21:37.756Z Compiling vergen-git2 v9.1.0
27552026-07-21T20:21:37.998Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-07-21T20:21:38.246Z Compiling indoc v2.0.7
27572026-07-21T20:21:38.592Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-07-21T20:21:39.087Z Compiling globwalk v0.9.1
27592026-07-21T20:21:39.441Z Compiling compact_str v0.8.1
27602026-07-21T20:21:39.751Z Compiling parking_lot v0.11.2
27612026-07-21T20:21:39.954Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27622026-07-21T20:21:40.246Z Compiling hyper-staticfile v0.10.1
27632026-07-21T20:21:40.562Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27642026-07-21T20:21:40.603Z Compiling darling_macro v0.13.4
27652026-07-21T20:21:40.970Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27662026-07-21T20:21:41.061Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27672026-07-21T20:21:41.120Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27682026-07-21T20:21:41.407Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27692026-07-21T20:21:41.565Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-07-21T20:21:41.615Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27712026-07-21T20:21:41.899Z Compiling predicates-tree v1.0.13
27722026-07-21T20:21:42.042Z Compiling unicode-truncate v1.1.0
27732026-07-21T20:21:42.264Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27742026-07-21T20:21:42.369Z Compiling lru v0.12.5
27752026-07-21T20:21:42.501Z Compiling rand_seeder v0.4.0
27762026-07-21T20:21:42.593Z Compiling prefix-trie v0.7.0
27772026-07-21T20:21:42.757Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-07-21T20:21:42.780Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27792026-07-21T20:21:42.823Z Compiling illumos-nvpair-sys v0.2.0
27802026-07-21T20:21:43.032Z Compiling cassowary v0.3.0
27812026-07-21T20:21:43.057Z Compiling corncobs v0.1.4
27822026-07-21T20:21:43.151Z Compiling hickory-server v0.25.2
27832026-07-21T20:21:43.217Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-07-21T20:21:43.309Z Compiling ratatui v0.29.0
27852026-07-21T20:21:43.329Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27862026-07-21T20:21:43.422Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27872026-07-21T20:21:43.533Z Compiling camino-tempfile-ext v0.3.3
27882026-07-21T20:21:43.710Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-07-21T20:21:43.909Z Compiling darling v0.13.4
27902026-07-21T20:21:44.061Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27912026-07-21T20:21:44.179Z Compiling sled v0.34.7
27922026-07-21T20:21:44.604Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27932026-07-21T20:21:44.714Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27942026-07-21T20:21:45.830Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27952026-07-21T20:21:46.898Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27962026-07-21T20:21:46.974Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27972026-07-21T20:21:47.242Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27982026-07-21T20:21:47.479Z Compiling secrecy v0.8.0
27992026-07-21T20:21:47.640Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28002026-07-21T20:21:48.161Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28012026-07-21T20:21:48.430Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-07-21T20:21:48.815Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28032026-07-21T20:21:48.842Z Compiling serde_with_macros v1.5.2
28042026-07-21T20:21:49.653Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-07-21T20:21:50.594Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28062026-07-21T20:21:50.715Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-07-21T20:21:50.915Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28082026-07-21T20:21:51.149Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28092026-07-21T20:21:51.386Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-07-21T20:21:51.624Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28112026-07-21T20:21:51.648Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28122026-07-21T20:21:51.861Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-07-21T20:21:51.885Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28142026-07-21T20:21:52.116Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28152026-07-21T20:21:52.135Z Compiling void v1.0.2
28162026-07-21T20:21:52.281Z Compiling lzss v0.8.2
28172026-07-21T20:21:52.353Z Compiling git2 v0.20.4
28182026-07-21T20:21:52.689Z Compiling illumos-nvpair v0.3.0
28192026-07-21T20:21:52.993Z Compiling serde_with v1.14.0
28202026-07-21T20:21:53.180Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28212026-07-21T20:21:53.639Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28222026-07-21T20:21:54.155Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28232026-07-21T20:21:54.194Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28242026-07-21T20:21:55.395Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28252026-07-21T20:21:55.825Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28262026-07-21T20:21:56.094Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28272026-07-21T20:21:56.149Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-07-21T20:21:56.859Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28292026-07-21T20:21:57.103Z Compiling tungstenite v0.23.0
28302026-07-21T20:21:57.370Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28312026-07-21T20:21:57.826Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28322026-07-21T20:21:59.118Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-07-21T20:21:59.350Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28342026-07-21T20:21:59.406Z Compiling nix v0.27.1
28352026-07-21T20:21:59.468Z Compiling twox-hash v2.1.2
28362026-07-21T20:21:59.591Z Compiling libsw-core v0.3.2
28372026-07-21T20:21:59.804Z Compiling serde_bytes v0.11.19
28382026-07-21T20:21:59.978Z Compiling libsw v3.5.0
28392026-07-21T20:22:00.033Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28402026-07-21T20:22:00.127Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28412026-07-21T20:22:00.202Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28422026-07-21T20:22:00.224Z Compiling tokio-tungstenite v0.23.1
28432026-07-21T20:22:00.579Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-07-21T20:22:00.603Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28452026-07-21T20:22:00.606Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28462026-07-21T20:22:01.978Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28472026-07-21T20:22:02.628Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-07-21T20:22:04.437Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28492026-07-21T20:22:04.848Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28502026-07-21T20:22:04.897Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28512026-07-21T20:22:04.997Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28522026-07-21T20:22:05.176Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28532026-07-21T20:22:05.721Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28542026-07-21T20:22:05.869Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28552026-07-21T20:22:06.274Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28562026-07-21T20:22:06.376Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28572026-07-21T20:22:07.210Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28582026-07-21T20:22:07.560Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28592026-07-21T20:22:08.987Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-07-21T20:22:09.616Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28612026-07-21T20:22:10.299Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28622026-07-21T20:22:10.844Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28632026-07-21T20:22:11.402Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28642026-07-21T20:22:12.116Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28652026-07-21T20:22:12.339Z Compiling signal-hook-tokio v0.3.1
28662026-07-21T20:22:12.342Z Compiling fatfs v0.3.6
28672026-07-21T20:22:12.553Z Compiling yasna v0.5.2
28682026-07-21T20:22:12.727Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28692026-07-21T20:22:13.685Z Compiling is_ci v1.2.0
28702026-07-21T20:22:13.901Z Compiling assert_matches v1.5.0
28712026-07-21T20:22:14.009Z Compiling seq-macro v0.3.6
28722026-07-21T20:22:14.088Z Compiling supports-color v3.0.2
28732026-07-21T20:22:14.165Z Compiling rcgen v0.12.1
28742026-07-21T20:22:14.187Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28752026-07-21T20:22:14.383Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28762026-07-21T20:22:14.642Z Compiling oxide-update-engine-display v0.1.2
28772026-07-21T20:22:15.106Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28782026-07-21T20:22:15.621Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-07-21T20:22:15.866Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-07-21T20:22:16.173Z Compiling port-file v0.1.0
28812026-07-21T20:22:16.511Z Compiling rtoolbox v0.0.3
28822026-07-21T20:22:16.591Z Compiling subprocess v0.2.15
28832026-07-21T20:22:16.788Z Compiling rpassword v7.5.4
28842026-07-21T20:22:17.438Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-07-21T20:22:18.435Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28862026-07-21T20:22:18.822Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28872026-07-21T20:22:18.845Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28882026-07-21T20:22:18.962Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-07-21T20:22:21.341Z Compiling tui-tree-widget v0.23.1
28902026-07-21T20:22:21.436Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28912026-07-21T20:22:21.636Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28922026-07-21T20:22:22.472Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-07-21T20:22:22.729Z Compiling uzers v0.12.2
28942026-07-21T20:22:22.752Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28952026-07-21T20:22:24.165Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28962026-07-21T20:22:24.197Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28972026-07-21T20:22:26.862Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28982026-07-21T20:22:26.892Z Compiling support-bundle-viewer v0.1.2
28992026-07-21T20:22:28.225Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29002026-07-21T20:22:28.771Z Compiling multimap v0.10.1
29012026-07-21T20:22:43.505Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29022026-07-21T20:22:47.523Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29032026-07-21T20:22:50.372Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29042026-07-21T20:22:51.320Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-07-21T20:22:51.860Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-07-21T20:29:08.273Z Finished `release` profile [optimized] target(s) in 8m 26s
29072026-07-21T20:29:57.241Z
29082026-07-21T20:29:57.244Zreal 9:16.147735645
29092026-07-21T20:29:57.244Zuser 1:18:29.138708678
29102026-07-21T20:29:57.244Zsys 3:26.001821515
29112026-07-21T20:29:57.244Ztrap 1.769618055
29122026-07-21T20:29:57.244Ztflt 2.333022380
29132026-07-21T20:29:57.244Zdflt 20.438860898
29142026-07-21T20:29:57.244Zkflt 0.004936502
29152026-07-21T20:29:57.244Zlock 6:45:35.380570032
29162026-07-21T20:29:57.244Zslp 2:12:32.652974859
29172026-07-21T20:29:57.244Zlat 2:22.085146183
29182026-07-21T20:29:57.244Zstop 5:10.624153974
29192026-07-21T20:29:57.244Z+ mapfile -t packages
29202026-07-21T20:29:57.244Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-07-21T20:29:58.142Z Finished `release` profile [optimized] target(s) in 0.89s
29222026-07-21T20:29:58.208Z Running `target/release/omicron-package -t test list-outputs`
29232026-07-21T20:29:58.267ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-07-21T20:29:58.271Z+ ptime -m cargo build --locked --release -p xtask
29252026-07-21T20:29:58.744Z Compiling libc v0.2.185
29262026-07-21T20:29:58.744Z Compiling serde_core v1.0.228
29272026-07-21T20:29:58.744Z Compiling serde v1.0.228
29282026-07-21T20:29:58.747Z Compiling rustix v1.1.3
29292026-07-21T20:29:58.747Z Compiling serde_json v1.0.150
29302026-07-21T20:29:58.843Z Compiling bitflags v2.11.0
29312026-07-21T20:29:58.906Z Compiling usdt-impl v0.5.0
29322026-07-21T20:29:58.909Z Compiling syn v2.0.117
29332026-07-21T20:29:58.918Z Compiling syn v1.0.109
29342026-07-21T20:29:58.941Z Compiling getrandom v0.4.1
29352026-07-21T20:29:58.944Z Compiling log v0.4.29
29362026-07-21T20:29:58.944Z Compiling indexmap v2.14.0
29372026-07-21T20:29:58.976Z Compiling fs-err v3.3.0
29382026-07-21T20:29:59.209Z Compiling once_cell v1.21.3
29392026-07-21T20:29:59.218Z Compiling heck v0.4.1
29402026-07-21T20:29:59.245Z Compiling anyhow v1.0.102
29412026-07-21T20:29:59.634Z Compiling errno v0.3.14
29422026-07-21T20:29:59.637Z Compiling thread-id v4.2.2
29432026-07-21T20:29:59.637Z Compiling memmap v0.7.0
29442026-07-21T20:30:00.409Z Compiling proc-macro-error v1.0.4
29452026-07-21T20:30:00.605Z Compiling terminal_size v0.4.3
29462026-07-21T20:30:00.605Z Compiling tempfile v3.25.0
29472026-07-21T20:30:00.647Z Compiling tabled_derive v0.7.0
29482026-07-21T20:30:00.700Z Compiling clap_builder v4.6.0
29492026-07-21T20:30:00.700Z Compiling textwrap v0.16.2
29502026-07-21T20:30:01.001Z Compiling camino v1.2.2
29512026-07-21T20:30:01.001Z Compiling semver v1.0.28
29522026-07-21T20:30:01.004Z Compiling cargo-platform v0.3.2
29532026-07-21T20:30:01.093Z Compiling pest_generator v2.8.6
29542026-07-21T20:30:01.329Z Compiling camino-tempfile v1.4.1
29552026-07-21T20:30:01.394Z Compiling tabled v0.15.0
29562026-07-21T20:30:01.646Z Compiling serde_derive v1.0.228
29572026-07-21T20:30:01.646Z Compiling thiserror-impl v1.0.69
29582026-07-21T20:30:01.649Z Compiling zerocopy-derive v0.7.35
29592026-07-21T20:30:01.649Z Compiling pest_derive v2.8.6
29602026-07-21T20:30:01.649Z Compiling scroll_derive v0.12.1
29612026-07-21T20:30:01.650Z Compiling thiserror-impl v2.0.18
29622026-07-21T20:30:01.650Z Compiling clap_derive v4.6.1
29632026-07-21T20:30:02.375Z Compiling scroll v0.12.0
29642026-07-21T20:30:02.537Z Compiling zerocopy v0.7.35
29652026-07-21T20:30:02.670Z Compiling goblin v0.8.2
29662026-07-21T20:30:02.810Z Compiling thiserror v2.0.18
29672026-07-21T20:30:02.826Z Compiling thiserror v1.0.69
29682026-07-21T20:30:02.933Z Compiling dtrace-parser v0.2.0
29692026-07-21T20:30:03.287Z Compiling clap v4.6.1
29702026-07-21T20:30:04.832Z Compiling dof v0.3.0
29712026-07-21T20:30:04.873Z Compiling serde_spanned v0.6.9
29722026-07-21T20:30:04.911Z Compiling toml_datetime v0.6.11
29732026-07-21T20:30:04.979Z Compiling serde_tokenstream v0.2.3
29742026-07-21T20:30:04.991Z Compiling cargo_metadata v0.23.1
29752026-07-21T20:30:05.025Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29762026-07-21T20:30:05.035Z Compiling macaddr v1.0.1
29772026-07-21T20:30:05.102Z Compiling toml_edit v0.22.27
29782026-07-21T20:30:05.519Z Compiling usdt-attr-macro v0.5.0
29792026-07-21T20:30:05.522Z Compiling usdt-macro v0.5.0
29802026-07-21T20:30:06.199Z Compiling usdt v0.5.0
29812026-07-21T20:30:06.656Z Compiling toml v0.8.23
29822026-07-21T20:30:07.093Z Compiling cargo_toml v0.21.0
29832026-07-21T20:30:11.528Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29842026-07-21T20:30:14.742Z Finished `release` profile [optimized] target(s) in 16.46s
29852026-07-21T20:30:14.881Z
29862026-07-21T20:30:14.881Zreal 16.575956218
29872026-07-21T20:30:14.881Zuser 2:05.248743091
29882026-07-21T20:30:14.881Zsys 13.967426039
29892026-07-21T20:30:14.882Ztrap 0.065024924
29902026-07-21T20:30:14.882Ztflt 0.370355521
29912026-07-21T20:30:14.882Zdflt 1.482923525
29922026-07-21T20:30:14.885Zkflt 0.000111990
29932026-07-21T20:30:14.885Zlock 4:29.489046628
29942026-07-21T20:30:14.885Zslp 2:43.193133475
29952026-07-21T20:30:14.885Zlat 3.801904998
29962026-07-21T20:30:14.885Zstop 15.377976502
29972026-07-21T20:30:14.885Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29982026-07-21T20:30:14.885Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29992026-07-21T20:30:14.886Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30002026-07-21T20:30:14.886Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30012026-07-21T20:30:14.886Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30022026-07-21T20:30:15.786Z Compiling progenitor-client v0.14.0
30032026-07-21T20:30:15.786Z Compiling newtype-uuid-macros v0.1.0
30042026-07-21T20:30:15.786Z Compiling match_cfg v0.1.0
30052026-07-21T20:30:15.790Z Compiling slog-json v2.6.1
30062026-07-21T20:30:15.790Z Compiling structmeta-derive v0.3.0
30072026-07-21T20:30:15.790Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30082026-07-21T20:30:15.790Z Compiling sha1 v0.11.0
30092026-07-21T20:30:15.790Z Compiling multer v3.1.0
30102026-07-21T20:30:15.935Z Compiling debug-ignore v1.0.5
30112026-07-21T20:30:15.938Z Compiling compression-core v0.4.31
30122026-07-21T20:30:15.938Z Compiling itertools v0.14.0
30132026-07-21T20:30:15.938Z Compiling async-stream-impl v0.3.6
30142026-07-21T20:30:15.938Z Compiling toml_datetime v1.1.1+spec-1.1.0
30152026-07-21T20:30:15.952Z Compiling serde_spanned v1.1.1
30162026-07-21T20:30:15.995Z Compiling dropshot v0.17.1
30172026-07-21T20:30:16.027Z Compiling hostname v0.3.1
30182026-07-21T20:30:16.040Z Compiling toml_writer v1.1.1+spec-1.1.0
30192026-07-21T20:30:16.136Z Compiling compression-codecs v0.4.37
30202026-07-21T20:30:16.188Z Compiling waitgroup v0.1.2
30212026-07-21T20:30:16.222Z Compiling rustls-pemfile v2.2.0
30222026-07-21T20:30:16.224Z Compiling dropshot_endpoint v0.17.1
30232026-07-21T20:30:16.257Z Compiling toml v1.1.2+spec-1.1.0
30242026-07-21T20:30:16.313Z Compiling slog-bunyan v2.5.0
30252026-07-21T20:30:16.315Z Compiling hostname v0.4.2
30262026-07-21T20:30:16.349Z Compiling async-compression v0.4.41
30272026-07-21T20:30:16.401Z Compiling serde_path_to_error v0.1.20
30282026-07-21T20:30:16.403Z Compiling atomicwrites v0.4.4
30292026-07-21T20:30:16.460Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30302026-07-21T20:30:16.465Z Compiling macaddr v1.0.1
30312026-07-21T20:30:16.465Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30322026-07-21T20:30:16.508Z Compiling instant v0.1.13
30332026-07-21T20:30:16.513Z Compiling regress v0.10.5
30342026-07-21T20:30:16.539Z Compiling backon v1.6.0
30352026-07-21T20:30:16.607Z Compiling backoff v0.4.0
30362026-07-21T20:30:16.634Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30372026-07-21T20:30:16.655Z Compiling humantime v2.3.0
30382026-07-21T20:30:16.671Z Compiling async-stream v0.3.6
30392026-07-21T20:30:16.707Z Compiling progenitor-extras v0.2.0
30402026-07-21T20:30:16.731Z Compiling half v2.7.1
30412026-07-21T20:30:16.762Z Compiling ciborium-io v0.2.2
30422026-07-21T20:30:16.783Z Compiling crucible-workspace-hack v0.1.0
30432026-07-21T20:30:16.843Z Compiling regress v0.11.1
30442026-07-21T20:30:16.868Z Compiling convert_case v0.4.0
30452026-07-21T20:30:16.885Z Compiling secrecy v0.10.3
30462026-07-21T20:30:16.912Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30472026-07-21T20:30:16.929Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30482026-07-21T20:30:16.948Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30492026-07-21T20:30:16.986Z Compiling inout v0.1.4
30502026-07-21T20:30:17.019Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30512026-07-21T20:30:17.043Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30522026-07-21T20:30:17.060Z Compiling ciborium-ll v0.2.2
30532026-07-21T20:30:17.097Z Compiling unsafe-libyaml v0.2.11
30542026-07-21T20:30:17.115Z Compiling thiserror-impl-no-std v2.0.2
30552026-07-21T20:30:17.163Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30562026-07-21T20:30:17.180Z Compiling cipher v0.4.4
30572026-07-21T20:30:17.245Z Compiling ciborium v0.2.2
30582026-07-21T20:30:17.266Z Compiling derive_more v0.99.20
30592026-07-21T20:30:17.292Z Compiling universal-hash v0.5.1
30602026-07-21T20:30:17.310Z Compiling structmeta v0.3.0
30612026-07-21T20:30:17.313Z Compiling opaque-debug v0.3.1
30622026-07-21T20:30:17.344Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30632026-07-21T20:30:17.348Z Compiling blake2 v0.10.6
30642026-07-21T20:30:17.418Z Compiling poly1305 v0.8.0
30652026-07-21T20:30:17.448Z Compiling chacha20 v0.9.1
30662026-07-21T20:30:17.463Z Compiling aead v0.5.2
30672026-07-21T20:30:17.552Z Compiling derive-ex v0.1.8
30682026-07-21T20:30:17.598Z Compiling parse-display-derive v0.10.0
30692026-07-21T20:30:17.708Z Compiling serde_yaml v0.9.34+deprecated
30702026-07-21T20:30:17.714Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30712026-07-21T20:30:17.731Z Compiling password-hash v0.5.0
30722026-07-21T20:30:17.850Z Compiling indent_write v2.2.0
30732026-07-21T20:30:17.867Z Compiling toml_datetime v0.7.5+spec-1.1.0
30742026-07-21T20:30:17.887Z Compiling chacha20poly1305 v0.10.1
30752026-07-21T20:30:17.932Z Compiling darling_core v0.21.3
30762026-07-21T20:30:18.009Z Compiling argon2 v0.5.3
30772026-07-21T20:30:18.054Z Compiling toml_edit v0.23.10+spec-1.0.0
30782026-07-21T20:30:18.146Z Compiling heapless v0.8.0
30792026-07-21T20:30:18.174Z Compiling tabwriter v1.4.1
30802026-07-21T20:30:18.174Z Compiling hash32 v0.3.1
30812026-07-21T20:30:18.353Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30822026-07-21T20:30:18.371Z Compiling thiserror-no-std v2.0.2
30832026-07-21T20:30:18.456Z Compiling typify-impl v0.6.2
30842026-07-21T20:30:18.487Z Compiling vsss-rs v3.3.4
30852026-07-21T20:30:18.504Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30862026-07-21T20:30:18.611Z Compiling proc-macro-crate v3.4.0
30872026-07-21T20:30:18.985Z Compiling smoltcp v0.11.0
30882026-07-21T20:30:19.210Z Compiling num_enum_derive v0.7.6
30892026-07-21T20:30:19.214Z Compiling cobs v0.3.0
30902026-07-21T20:30:19.245Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30912026-07-21T20:30:19.310Z Compiling test-strategy v0.4.5
30922026-07-21T20:30:19.405Z Compiling parse-display v0.10.0
30932026-07-21T20:30:19.429Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30942026-07-21T20:30:19.449Z Compiling colored v3.1.1
30952026-07-21T20:30:19.499Z Compiling postcard v1.1.3
30962026-07-21T20:30:19.614Z Compiling proc-macro-error v1.0.4
30972026-07-21T20:30:19.703Z Compiling proc-macro-crate v1.3.1
30982026-07-21T20:30:19.737Z Compiling rand v0.10.1
30992026-07-21T20:30:19.786Z Compiling foreign-types-macros v0.2.3
31002026-07-21T20:30:19.836Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31012026-07-21T20:30:19.872Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31022026-07-21T20:30:19.908Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31032026-07-21T20:30:19.960Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31042026-07-21T20:30:20.085Z Compiling foreign-types-shared v0.3.1
31052026-07-21T20:30:20.115Z Compiling rayon-core v1.13.0
31062026-07-21T20:30:20.150Z Compiling num_enum_derive v0.5.11
31072026-07-21T20:30:20.230Z Compiling crossbeam-deque v0.8.6
31082026-07-21T20:30:20.253Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31092026-07-21T20:30:20.325Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31102026-07-21T20:30:20.340Z Compiling cstr-argument v0.1.2
31112026-07-21T20:30:20.356Z Compiling num_enum v0.7.6
31122026-07-21T20:30:20.395Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31132026-07-21T20:30:20.447Z Compiling foreign-types v0.5.0
31142026-07-21T20:30:20.464Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31152026-07-21T20:30:20.487Z Compiling darling_macro v0.21.3
31162026-07-21T20:30:20.519Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31172026-07-21T20:30:20.549Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31182026-07-21T20:30:20.648Z Compiling zone_cfg_derive v0.3.1
31192026-07-21T20:30:20.691Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31202026-07-21T20:30:20.717Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31212026-07-21T20:30:20.758Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31222026-07-21T20:30:20.842Z Compiling itertools v0.12.1
31232026-07-21T20:30:20.878Z Compiling num-derive v0.4.2
31242026-07-21T20:30:20.898Z Compiling rayon v1.11.0
31252026-07-21T20:30:20.901Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31262026-07-21T20:30:20.932Z Compiling sigpipe v0.1.3
31272026-07-21T20:30:20.948Z Compiling glob v0.3.3
31282026-07-21T20:30:21.085Z Compiling darling v0.21.3
31292026-07-21T20:30:21.101Z Compiling cpubits v0.1.1
31302026-07-21T20:30:21.119Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31312026-07-21T20:30:21.187Z Compiling ingot-macros v0.1.1
31322026-07-21T20:30:21.205Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31332026-07-21T20:30:21.223Z Compiling smf v0.2.3
31342026-07-21T20:30:21.302Z Compiling num_enum v0.5.11
31352026-07-21T20:30:21.370Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31362026-07-21T20:30:21.423Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31372026-07-21T20:30:21.426Z Compiling whoami v1.6.1
31382026-07-21T20:30:21.459Z Compiling gethostname v0.5.0
31392026-07-21T20:30:21.462Z Compiling usdt-macro v0.5.0
31402026-07-21T20:30:21.492Z Compiling usdt-attr-macro v0.5.0
31412026-07-21T20:30:21.538Z Compiling num-rational v0.4.2
31422026-07-21T20:30:21.605Z Compiling pem-rfc7468 v1.0.0
31432026-07-21T20:30:21.782Z Compiling num-complex v0.4.6
31442026-07-21T20:30:21.799Z Compiling derive-where v1.6.0
31452026-07-21T20:30:21.932Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31462026-07-21T20:30:21.948Z Compiling memmap v0.7.0
31472026-07-21T20:30:22.046Z Compiling float-ord v0.3.2
31482026-07-21T20:30:22.171Z Compiling zone v0.3.1
31492026-07-21T20:30:22.177Z Compiling num v0.4.3
31502026-07-21T20:30:22.207Z Compiling toml v0.8.23
31512026-07-21T20:30:22.211Z Compiling hmac v0.13.0
31522026-07-21T20:30:22.244Z Compiling universal-hash v0.6.1
31532026-07-21T20:30:22.286Z Compiling resolv-conf v0.7.6
31542026-07-21T20:30:22.303Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31552026-07-21T20:30:22.350Z Compiling cancel-safe-futures v0.1.5
31562026-07-21T20:30:22.385Z Compiling usdt v0.5.0
31572026-07-21T20:30:22.427Z Compiling polyval v0.7.1
31582026-07-21T20:30:22.441Z Compiling der v0.8.0
31592026-07-21T20:30:22.470Z Compiling prettyplease v0.2.37
31602026-07-21T20:30:22.481Z Compiling pbkdf2 v0.13.0
31612026-07-21T20:30:22.636Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31622026-07-21T20:30:22.675Z Compiling ghash v0.6.0
31632026-07-21T20:30:22.690Z Compiling aes v0.9.1
31642026-07-21T20:30:22.706Z Compiling console v0.15.11
31652026-07-21T20:30:22.751Z Compiling hickory-proto v0.24.4
31662026-07-21T20:30:22.807Z Compiling newline-converter v0.3.0
31672026-07-21T20:30:22.835Z Compiling ctr v0.10.1
31682026-07-21T20:30:22.881Z Compiling aead v0.6.1
31692026-07-21T20:30:22.898Z Compiling sha2 v0.11.0
31702026-07-21T20:30:22.951Z Compiling linked-hash-map v0.5.6
31712026-07-21T20:30:23.003Z Compiling libefi-sys v0.1.0
31722026-07-21T20:30:23.071Z Compiling linear-map v1.2.0
31732026-07-21T20:30:23.090Z Compiling expectorate v1.2.0
31742026-07-21T20:30:23.094Z Compiling typify-macro v0.6.2
31752026-07-21T20:30:23.170Z Compiling lru-cache v0.1.2
31762026-07-21T20:30:23.210Z Compiling oxide-update-engine-types v0.1.2
31772026-07-21T20:30:23.255Z Compiling aes-gcm v0.11.0
31782026-07-21T20:30:23.290Z Compiling crypto-bigint v0.7.5
31792026-07-21T20:30:23.296Z Compiling salsa20 v0.11.0
31802026-07-21T20:30:23.322Z Compiling cbc v0.2.1
31812026-07-21T20:30:23.343Z Compiling bitfield-struct v0.6.2
31822026-07-21T20:30:23.474Z Compiling spki v0.8.0
31832026-07-21T20:30:23.497Z Compiling nom v8.0.0
31842026-07-21T20:30:23.523Z Compiling semver v0.1.20
31852026-07-21T20:30:23.718Z Compiling rustc_version v0.1.7
31862026-07-21T20:30:23.769Z Compiling scrypt v0.12.0
31872026-07-21T20:30:23.836Z Compiling tokio-dtrace v0.1.1
31882026-07-21T20:30:23.853Z Compiling dropshot-api-manager-types v0.7.2
31892026-07-21T20:30:23.975Z Compiling slog-dtrace v0.3.0
31902026-07-21T20:30:24.004Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-07-21T20:30:24.065Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-07-21T20:30:24.100Z Compiling minimal-lexical v0.2.1
31932026-07-21T20:30:24.106Z Compiling oxide-tokio-rt v0.1.4
31942026-07-21T20:30:24.134Z Compiling newtype_derive v0.1.6
31952026-07-21T20:30:24.183Z Compiling ingot-types v0.1.2
31962026-07-21T20:30:24.208Z Compiling pkcs5 v0.8.1
31972026-07-21T20:30:24.287Z Compiling oxide-update-engine v0.1.2
31982026-07-21T20:30:24.372Z Compiling nom v7.1.3
31992026-07-21T20:30:24.392Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-07-21T20:30:24.396Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32012026-07-21T20:30:24.440Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32022026-07-21T20:30:24.465Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32032026-07-21T20:30:24.487Z Compiling phf_shared v0.12.1
32042026-07-21T20:30:24.627Z Compiling ingot v0.1.1
32052026-07-21T20:30:24.644Z Compiling csv-core v0.1.13
32062026-07-21T20:30:24.687Z Compiling unicode-xid v0.2.6
32072026-07-21T20:30:24.762Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32082026-07-21T20:30:24.799Z Compiling xshell-macros v0.2.7
32092026-07-21T20:30:24.820Z Compiling highway v1.3.0
32102026-07-21T20:30:24.830Z Compiling chrono-tz v0.10.4
32112026-07-21T20:30:24.857Z Compiling const_format_proc_macros v0.2.34
32122026-07-21T20:30:24.870Z Compiling csv v1.4.0
32132026-07-21T20:30:24.940Z Compiling hickory-resolver v0.24.4
32142026-07-21T20:30:24.972Z Compiling typify v0.6.2
32152026-07-21T20:30:25.070Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32162026-07-21T20:30:25.084Z Compiling progenitor-impl v0.14.0
32172026-07-21T20:30:25.107Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32182026-07-21T20:30:25.234Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32192026-07-21T20:30:25.259Z Compiling xshell v0.2.7
32202026-07-21T20:30:25.481Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32212026-07-21T20:30:25.764Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32222026-07-21T20:30:25.799Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32232026-07-21T20:30:25.812Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32242026-07-21T20:30:25.840Z Compiling phf v0.12.1
32252026-07-21T20:30:26.058Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32262026-07-21T20:30:26.080Z Compiling qorb v0.4.1
32272026-07-21T20:30:26.225Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32282026-07-21T20:30:26.342Z Compiling pkcs8 v0.11.0
32292026-07-21T20:30:26.399Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32302026-07-21T20:30:26.617Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-07-21T20:30:26.735Z Compiling owo-colors v4.3.0
32322026-07-21T20:30:26.862Z Compiling const_format v0.2.35
32332026-07-21T20:30:26.885Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-07-21T20:30:27.115Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32352026-07-21T20:30:27.197Z Compiling tabled_derive v0.7.0
32362026-07-21T20:30:27.215Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32372026-07-21T20:30:27.236Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32382026-07-21T20:30:27.255Z Compiling bcs v0.1.6
32392026-07-21T20:30:27.580Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32402026-07-21T20:30:27.598Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32412026-07-21T20:30:27.747Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32422026-07-21T20:30:27.863Z Compiling progenitor-macro v0.14.0
32432026-07-21T20:30:27.952Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32442026-07-21T20:30:28.005Z Compiling ff v0.14.0
32452026-07-21T20:30:28.135Z Compiling tagptr v0.2.0
32462026-07-21T20:30:28.170Z Compiling termtree v0.5.1
32472026-07-21T20:30:28.175Z Compiling salty v0.3.0
32482026-07-21T20:30:28.210Z Compiling textwrap v0.16.2
32492026-07-21T20:30:28.211Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32502026-07-21T20:30:28.244Z Compiling tabled v0.15.0
32512026-07-21T20:30:28.312Z Compiling moka v0.12.13
32522026-07-21T20:30:28.456Z Compiling steno v0.4.1
32532026-07-21T20:30:28.497Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32542026-07-21T20:30:28.539Z Compiling sha1 v0.10.6
32552026-07-21T20:30:28.663Z Compiling signature v3.0.0
32562026-07-21T20:30:28.730Z Compiling base16ct v1.0.0
32572026-07-21T20:30:28.801Z Compiling base64 v0.21.7
32582026-07-21T20:30:28.885Z Compiling radium v0.7.0
32592026-07-21T20:30:28.978Z Compiling sec1 v0.8.1
32602026-07-21T20:30:29.084Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32612026-07-21T20:30:29.107Z Compiling hickory-resolver v0.25.2
32622026-07-21T20:30:29.163Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32632026-07-21T20:30:29.229Z Compiling group v0.14.0
32642026-07-21T20:30:29.306Z Compiling hkdf v0.13.0
32652026-07-21T20:30:29.326Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32662026-07-21T20:30:29.361Z Compiling rfc6979 v0.4.0
32672026-07-21T20:30:29.446Z Compiling tap v1.0.1
32682026-07-21T20:30:29.506Z Compiling maybe-uninit v2.0.0
32692026-07-21T20:30:29.523Z Compiling ecdsa v0.16.9
32702026-07-21T20:30:29.566Z Compiling wyz v0.5.1
32712026-07-21T20:30:29.583Z Compiling elliptic-curve v0.14.0-rc.33
32722026-07-21T20:30:29.902Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32732026-07-21T20:30:29.970Z Compiling primeorder v0.13.6
32742026-07-21T20:30:30.033Z Compiling proc-macro-error-attr2 v2.0.0
32752026-07-21T20:30:30.164Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32762026-07-21T20:30:30.250Z Compiling utf-8 v0.7.6
32772026-07-21T20:30:30.268Z Compiling funty v2.0.0
32782026-07-21T20:30:30.291Z Compiling packed_struct v0.10.1
32792026-07-21T20:30:30.397Z Compiling parking_lot_core v0.8.6
32802026-07-21T20:30:30.482Z Compiling tungstenite v0.21.0
32812026-07-21T20:30:30.498Z Compiling proc-macro-error2 v2.0.1
32822026-07-21T20:30:30.607Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32832026-07-21T20:30:30.661Z Compiling bitvec v1.0.1
32842026-07-21T20:30:30.721Z Compiling p384 v0.13.1
32852026-07-21T20:30:30.849Z Compiling rfc6979 v0.5.0
32862026-07-21T20:30:30.872Z Compiling git-stub v1.0.0
32872026-07-21T20:30:30.888Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32882026-07-21T20:30:31.021Z Compiling packed_struct_codegen v0.10.1
32892026-07-21T20:30:31.025Z Compiling num-derive v0.3.3
32902026-07-21T20:30:31.054Z Compiling zerocopy-derive v0.6.6
32912026-07-21T20:30:31.177Z Compiling bitfield-macros v0.19.4
32922026-07-21T20:30:31.198Z Compiling indexmap v1.9.3
32932026-07-21T20:30:31.379Z Compiling nodrop v0.1.14
32942026-07-21T20:30:31.435Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32952026-07-21T20:30:31.453Z Compiling crc-catalog v2.4.0
32962026-07-21T20:30:31.504Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-07-21T20:30:31.583Z Compiling crc v3.4.0
32982026-07-21T20:30:31.600Z Compiling array-init v0.0.4
32992026-07-21T20:30:31.724Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33002026-07-21T20:30:31.742Z Compiling git-stub-vcs v0.1.0
33012026-07-21T20:30:31.787Z Compiling tokio-tungstenite v0.21.0
33022026-07-21T20:30:31.820Z Compiling ecdsa v0.17.0-rc.18
33032026-07-21T20:30:31.991Z Compiling tabled_derive v0.11.0
33042026-07-21T20:30:32.009Z Compiling bitfield v0.19.4
33052026-07-21T20:30:32.057Z Compiling libscf-sys v1.1.0
33062026-07-21T20:30:32.061Z Compiling zerocopy v0.6.6
33072026-07-21T20:30:32.097Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33082026-07-21T20:30:32.152Z Compiling smallvec v0.6.14
33092026-07-21T20:30:32.227Z Compiling primeorder v0.14.0-rc.10
33102026-07-21T20:30:32.230Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-07-21T20:30:32.294Z Compiling primefield v0.14.0
33122026-07-21T20:30:32.379Z Compiling progenitor-impl v0.13.0
33132026-07-21T20:30:32.396Z Compiling papergrid v0.17.0
33142026-07-21T20:30:32.412Z Compiling testing_table v0.3.0
33152026-07-21T20:30:32.436Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33162026-07-21T20:30:32.499Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33172026-07-21T20:30:32.560Z Compiling curve25519-dalek v5.0.0-rc.0
33182026-07-21T20:30:32.591Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33192026-07-21T20:30:32.608Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-07-21T20:30:32.631Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33212026-07-21T20:30:32.649Z Compiling corncobs v0.1.4
33222026-07-21T20:30:32.809Z Compiling hashbrown v0.12.3
33232026-07-21T20:30:32.844Z Compiling unicase v2.9.0
33242026-07-21T20:30:32.862Z Compiling illumos-nvpair-sys v0.2.0
33252026-07-21T20:30:32.964Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-07-21T20:30:32.996Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-07-21T20:30:33.020Z Compiling progenitor v0.14.0
33282026-07-21T20:30:33.067Z Compiling mime_guess v2.0.5
33292026-07-21T20:30:33.082Z Compiling parking_lot v0.11.2
33302026-07-21T20:30:33.123Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33312026-07-21T20:30:33.203Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33322026-07-21T20:30:33.243Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33332026-07-21T20:30:33.304Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33342026-07-21T20:30:33.342Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33352026-07-21T20:30:33.358Z Compiling tabled v0.20.0
33362026-07-21T20:30:33.388Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33372026-07-21T20:30:33.492Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33382026-07-21T20:30:33.521Z Compiling serde-hex v0.1.0
33392026-07-21T20:30:33.571Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33402026-07-21T20:30:33.669Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33412026-07-21T20:30:33.820Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33422026-07-21T20:30:33.961Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33432026-07-21T20:30:33.964Z Compiling ron v0.8.1
33442026-07-21T20:30:34.028Z Compiling ssh-encoding v0.3.0-rc.9
33452026-07-21T20:30:34.113Z Compiling hashbrown v0.13.2
33462026-07-21T20:30:34.178Z Compiling progenitor-client v0.13.0
33472026-07-21T20:30:34.202Z Compiling prefix-trie v0.7.0
33482026-07-21T20:30:34.396Z Compiling fxhash v0.2.1
33492026-07-21T20:30:34.533Z Compiling secrecy v0.8.0
33502026-07-21T20:30:34.566Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33512026-07-21T20:30:34.630Z Compiling crc-any v2.5.0
33522026-07-21T20:30:34.648Z Compiling object v0.30.4
33532026-07-21T20:30:34.860Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-07-21T20:30:34.897Z Compiling hickory-server v0.25.2
33552026-07-21T20:30:35.049Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33562026-07-21T20:30:35.191Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33572026-07-21T20:30:35.291Z Compiling progenitor-macro v0.13.0
33582026-07-21T20:30:35.549Z Compiling sled v0.34.7
33592026-07-21T20:30:35.798Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33602026-07-21T20:30:35.816Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33612026-07-21T20:30:35.920Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33622026-07-21T20:30:36.102Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33632026-07-21T20:30:36.305Z Compiling ed25519 v3.0.0
33642026-07-21T20:30:36.420Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33652026-07-21T20:30:36.734Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-07-21T20:30:36.883Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33672026-07-21T20:30:37.181Z Compiling crypto-primes v0.7.2
33682026-07-21T20:30:37.444Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33692026-07-21T20:30:37.614Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33702026-07-21T20:30:37.642Z Compiling pkcs1 v0.8.0-rc.4
33712026-07-21T20:30:37.660Z Compiling poly1305 v0.9.0
33722026-07-21T20:30:37.681Z Compiling blowfish v0.10.0
33732026-07-21T20:30:37.961Z Compiling blake2 v0.11.0-rc.6
33742026-07-21T20:30:37.986Z Compiling keccak v0.2.0
33752026-07-21T20:30:38.075Z Compiling crc8 v0.1.1
33762026-07-21T20:30:38.120Z Compiling fiat-crypto v0.3.0
33772026-07-21T20:30:38.146Z Compiling half v1.8.3
33782026-07-21T20:30:38.196Z Compiling http-range v0.1.5
33792026-07-21T20:30:38.221Z Compiling path-slash v0.1.5
33802026-07-21T20:30:38.269Z Compiling argon2 v0.6.0-rc.8
33812026-07-21T20:30:38.396Z Compiling serde_cbor v0.11.2
33822026-07-21T20:30:38.421Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-07-21T20:30:38.450Z Compiling rsa v0.10.0-rc.18
33842026-07-21T20:30:38.468Z Compiling sha3 v0.11.0
33852026-07-21T20:30:38.491Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33862026-07-21T20:30:38.583Z Compiling ssh-cipher v0.3.0-rc.9
33872026-07-21T20:30:38.641Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33882026-07-21T20:30:38.949Z Compiling bcrypt-pbkdf v0.11.0
33892026-07-21T20:30:39.090Z Compiling ed25519-dalek v3.0.0-rc.0
33902026-07-21T20:30:39.275Z Compiling illumos-nvpair v0.3.0
33912026-07-21T20:30:39.386Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33922026-07-21T20:30:39.403Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33932026-07-21T20:30:39.553Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33942026-07-21T20:30:39.581Z Compiling p521 v0.14.0-rc.10
33952026-07-21T20:30:39.600Z Compiling p256 v0.14.0-rc.10
33962026-07-21T20:30:39.774Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33972026-07-21T20:30:39.791Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33982026-07-21T20:30:39.794Z Compiling yasna v0.5.2
33992026-07-21T20:30:39.827Z Compiling kstat-rs v0.2.4
34002026-07-21T20:30:39.915Z Compiling headers-core v0.3.0
34012026-07-21T20:30:40.062Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34022026-07-21T20:30:40.152Z Compiling kem v0.3.0
34032026-07-21T20:30:40.303Z Compiling module-lattice v0.2.3
34042026-07-21T20:30:40.321Z Compiling nanorand v0.7.0
34052026-07-21T20:30:40.337Z Compiling atty v0.2.14
34062026-07-21T20:30:40.382Z Compiling progenitor v0.13.0
34072026-07-21T20:30:40.421Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34082026-07-21T20:30:40.475Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34092026-07-21T20:30:40.510Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34102026-07-21T20:30:40.547Z Compiling ml-kem v0.3.2
34112026-07-21T20:30:40.565Z Compiling flume v0.11.1
34122026-07-21T20:30:40.580Z Compiling rcgen v0.12.1
34132026-07-21T20:30:40.634Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34142026-07-21T20:30:40.819Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34152026-07-21T20:30:40.840Z Compiling headers v0.4.1
34162026-07-21T20:30:40.932Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34172026-07-21T20:30:41.484Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34182026-07-21T20:30:41.544Z Compiling hyper-staticfile v0.10.1
34192026-07-21T20:30:41.563Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34202026-07-21T20:30:41.661Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34212026-07-21T20:30:41.709Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34222026-07-21T20:30:41.828Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34232026-07-21T20:30:41.956Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34242026-07-21T20:30:42.099Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34252026-07-21T20:30:42.251Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34262026-07-21T20:30:42.453Z Compiling russh-cryptovec v0.61.0
34272026-07-21T20:30:42.480Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34282026-07-21T20:30:42.572Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34292026-07-21T20:30:42.709Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34302026-07-21T20:30:42.941Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34312026-07-21T20:30:42.960Z Compiling internal-russh-num-bigint v0.5.0
34322026-07-21T20:30:42.982Z Compiling port-file v0.1.0
34332026-07-21T20:30:43.032Z Compiling num-bigint v0.4.6
34342026-07-21T20:30:43.206Z Compiling generic-array v1.4.3
34352026-07-21T20:30:43.225Z Compiling russh-util v0.52.0
34362026-07-21T20:30:43.250Z Compiling enum_dispatch v0.3.13
34372026-07-21T20:30:43.268Z Compiling delegate v0.13.5
34382026-07-21T20:30:43.379Z Compiling p384 v0.14.0-rc.10
34392026-07-21T20:30:43.406Z Compiling subprocess v0.2.15
34402026-07-21T20:30:43.672Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34412026-07-21T20:30:43.717Z Compiling md5 v0.8.0
34422026-07-21T20:30:43.763Z Compiling display-error-chain v0.2.2
34432026-07-21T20:30:43.934Z Compiling hex-literal v1.1.0
34442026-07-21T20:30:43.998Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34452026-07-21T20:30:44.014Z Compiling colored v2.2.0
34462026-07-21T20:30:44.072Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34472026-07-21T20:30:44.142Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-07-21T20:30:44.174Z Compiling socket2 v0.5.10
34492026-07-21T20:30:44.296Z Compiling internet-checksum v0.2.1
34502026-07-21T20:30:44.966Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34512026-07-21T20:30:45.494Z Compiling ssh-key v0.7.0-rc.10
34522026-07-21T20:30:45.668Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34532026-07-21T20:30:46.138Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34542026-07-21T20:30:46.741Z Compiling russh v0.61.2
34552026-07-21T20:30:47.522Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34562026-07-21T20:30:48.207Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34572026-07-21T20:30:56.625Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34582026-07-21T20:30:56.625Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34592026-07-21T20:30:56.629Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34602026-07-21T20:30:56.629Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34612026-07-21T20:30:58.389Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34622026-07-21T20:30:58.421Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34632026-07-21T20:31:02.387Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34642026-07-21T20:31:42.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34652026-07-21T20:31:42.381Z
34662026-07-21T20:31:42.381Zreal 1:27.434109473
34672026-07-21T20:31:42.381Zuser 8:45.878712061
34682026-07-21T20:31:42.381Zsys 1:43.233715651
34692026-07-21T20:31:42.381Ztrap 0.259603285
34702026-07-21T20:31:42.381Ztflt 0.401770566
34712026-07-21T20:31:42.381Zdflt 1.560627943
34722026-07-21T20:31:42.386Zkflt 0.000348790
34732026-07-21T20:31:42.387Zlock 29:47.957374813
34742026-07-21T20:31:42.387Zslp 20:01.838441464
34752026-07-21T20:31:42.387Zlat 42.943032866
34762026-07-21T20:31:42.387Zstop 2:55.153748903
34772026-07-21T20:31:42.387Z+ mkdir tests
34782026-07-21T20:31:42.387Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34792026-07-21T20:31:42.387Z+ xargs -I '{}' -t cp '{}' tests/
34802026-07-21T20:31:42.407Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/
34812026-07-21T20:31:42.428Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/
34822026-07-21T20:31:42.449Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/
34832026-07-21T20:31:42.469Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/
34842026-07-21T20:31:42.806Z+ 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)
34852026-07-21T20:31:42.809Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34862026-07-21T20:33:02.827ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34872026-07-21T20:33:02.827Za .github/buildomat/ci-env.sh 1K
34882026-07-21T20:33:02.827Za out/target/test 1K
34892026-07-21T20:33:02.827Za out/npuzone/npuzone 27402K
34902026-07-21T20:33:02.827Za package-manifest.toml 35K
34912026-07-21T20:33:02.828Za smf/sled-agent/non-gimlet/config.toml 6K
34922026-07-21T20:33:02.828Za target/release/omicron-package 40729K
34932026-07-21T20:33:02.828Za target/release/xtask 10468K
34942026-07-21T20:33:02.828Za target/debug/bootstrap 349671K
34952026-07-21T20:33:02.828Za tests/bootstrap-ea78505dc2dc167f 31974K
34962026-07-21T20:33:02.828Za tests/commtest-33515beb2d6ed64a 32169K
34972026-07-21T20:33:02.828Za tests/dhcp_server-e4c9c7ae0bb0dfef 31974K
34982026-07-21T20:33:02.828Za tests/end_to_end_tests-fe05326eebb245d2 399544K
34992026-07-21T20:33:02.828Za tools/opte_version 1K
35002026-07-21T20:33:02.828Za tools/opte_version_override 2K
35012026-07-21T20:33:02.828Za out/clickhouse.tar.gz 310737K
35022026-07-21T20:33:02.828Za out/clickhouse_keeper.tar.gz 297204K
35032026-07-21T20:33:02.828Za out/clickhouse_server.tar.gz 310735K
35042026-07-21T20:33:02.828Za out/cockroachdb.tar.gz 161742K
35052026-07-21T20:33:02.828Za out/crucible-pantry-zone.tar.gz 39110K
35062026-07-21T20:33:02.828Za out/crucible-utils.tar 18900K
35072026-07-21T20:33:02.828Za out/crucible-zone.tar.gz 53805K
35082026-07-21T20:33:02.828Za out/external-dns.tar.gz 46165K
35092026-07-21T20:33:02.828Za out/internal-dns.tar.gz 46165K
35102026-07-21T20:33:02.828Za out/mg-ddm-gz.tar 102717K
35112026-07-21T20:33:02.828Za out/nexus.tar.gz 273560K
35122026-07-21T20:33:02.828Za out/ntp.tar.gz 29912K
35132026-07-21T20:33:02.829Za out/omicron-gateway-softnpu.tar.gz 27711K
35142026-07-21T20:33:02.829Za out/omicron-sled-agent.tar 191471K
35152026-07-21T20:33:02.829Za out/overlay.tar.gz 4K
35162026-07-21T20:33:02.829Za out/oximeter.tar.gz 59925K
35172026-07-21T20:33:02.829Za out/oxlog.tar 3808K
35182026-07-21T20:33:02.829Za out/probe.tar.gz 3037K
35192026-07-21T20:33:02.829Za out/propolis-server.tar.gz 34372K
35202026-07-21T20:33:02.829Za out/pumpkind-gz.tar 26647K
35212026-07-21T20:33:02.829Za out/switch-softnpu.tar.gz 450149K
35222026-07-21T20:33:02.843Z
35232026-07-21T20:33:02.844Zreal 1:20.016543233
35242026-07-21T20:33:02.844Zuser 1:17.465527118
35252026-07-21T20:33:02.844Zsys 4.314428962
35262026-07-21T20:33:02.844Ztrap 0.005914774
35272026-07-21T20:33:02.844Ztflt 0.000000000
35282026-07-21T20:33:02.844Zdflt 0.000000000
35292026-07-21T20:33:02.844Zkflt 0.000000000
35302026-07-21T20:33:02.844Zlock 0.000000000
35312026-07-21T20:33:02.844Zslp 1:17.310897681
35322026-07-21T20:33:02.844Zlat 0.931457422
35332026-07-21T20:33:02.844Zstop 0.000225610
35342026-07-21T20:33:02.844Zprocess exited: duration 949946 ms, exit code 0
 
35352026-07-21T20:33:02.880Zfound 1 output files
35362026-07-21T20:33:02.880Zuploading: /work/package.tar.gz (2483736903 bytes)
35372026-07-21T20:34:37.540Zuploaded: /work/package.tar.gz