01KY55RRDNSX25DAF1HGDB71CX: 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: 01KY55SMEGNF2XKM6KWFZBPTQB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T15:07:12.375Zjob assigned to worker 01KY55T0051SN85PHPB207DY6S [factory aws, i-0bc3842060d73bf34] (queued for 1 m 5 s)
 
22026-07-22T15:07:19.302Zstarting task 0: "setup"
32026-07-22T15:07:19.307Z++ uname -s
42026-07-22T15:07:19.312Z+ kern=SunOS
52026-07-22T15:07:19.312Z+ build_user=build
62026-07-22T15:07:19.313Z+ build_uid=12345
72026-07-22T15:07:19.313Z+ work_dir=/work
82026-07-22T15:07:19.313Z+ input_dir=/input
92026-07-22T15:07:19.313Z+ [[ 0 == 12345 ]]
102026-07-22T15:07:19.313Z+ case "$kern" in
112026-07-22T15:07:19.313Z+ groupadd -g 12345 build
122026-07-22T15:07:19.316Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T15:07:21.322Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T15:07:21.404Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T15:07:21.408Z+ home_fs=zfs
162026-07-22T15:07:21.408Z+ [[ zfs == autofs ]]
172026-07-22T15:07:21.408Z+ mkdir -p /home/build
182026-07-22T15:07:21.412Z+ chown build:build /home/build /work
192026-07-22T15:07:23.411Z+ chmod 0700 /home/build /work
202026-07-22T15:07:23.414Zprocess exited: duration 4115 ms, exit code 0
 
212026-07-22T15:07:23.422Zstarting task 1: "rust-toolchain"
222026-07-22T15:07:23.428Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T15:07:23.429Z * rust toolchain channel = "1.96.1"
242026-07-22T15:07:23.429Z * rust toolchain profile = "default"
252026-07-22T15:07:23.429Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-22T15:07:23.429Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-22T15:07:23.429Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-22T15:07:23.432Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T15:07:23.432Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T15:07:23.543Zinfo: downloading installer
312026-07-22T15:07:24.933Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T15:07:24.933Zwarn: /home/build/.rustup/settings.toml
332026-07-22T15:07:24.933Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T15:07:24.933Zwarn: instead of the one inferred from the default host triple.
352026-07-22T15:07:24.946Zinfo: profile set to default
362026-07-22T15:07:24.946Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T15:07:24.949Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T15:07:25.081Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T15:07:25.084Zinfo: downloading 6 components
402026-07-22T15:07:39.583Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-22T15:07:39.583Z
422026-07-22T15:07:39.612Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T15:07:39.612Z
442026-07-22T15:07:39.612Z
452026-07-22T15:07:39.612ZRust is installed now. Great!
462026-07-22T15:07:39.612Z
472026-07-22T15:07:39.612ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T15:07:39.612Zenvironment variable. This has not been done automatically.
492026-07-22T15:07:39.612Z
502026-07-22T15:07:39.612ZTo configure your current shell, you need to source
512026-07-22T15:07:39.612Zthe corresponding env file under $HOME/.cargo.
522026-07-22T15:07:39.612Z
532026-07-22T15:07:39.612ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T15:07:39.612Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T15:07:39.612Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T15:07:39.612Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T15:07:39.613Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T15:07:39.613Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T15:07:39.613Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T15:07:39.617Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T15:07:39.617Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T15:07:39.718Z+ rustup --version
632026-07-22T15:07:39.726Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T15:07:39.732Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T15:07:39.747Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T15:07:39.750Z+ cargo --version
672026-07-22T15:07:39.758Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T15:07:39.761Z+ rustc --version
692026-07-22T15:07:39.781Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T15:07:39.784Zprocess exited: duration 16361 ms, exit code 0
 
712026-07-22T15:07:39.790Zstarting task 2: "authentication"
722026-07-22T15:07:39.809Zprocess exited: duration 18 ms, exit code 0
 
732026-07-22T15:07:39.815Zstarting task 3: "clone repository"
742026-07-22T15:07:39.820Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-22T15:07:39.822Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-22T15:07:39.861ZCloning into '/work/oxidecomputer/omicron'...
772026-07-22T15:07:51.689Z+ cd /work/oxidecomputer/omicron
782026-07-22T15:07:51.689Z+ git fetch origin a86740bb15e0515bd37bac92d75818ec48ffe798
792026-07-22T15:07:51.963ZFrom https://github.com/oxidecomputer/omicron
802026-07-22T15:07:51.963Z * branch a86740bb15e0515bd37bac92d75818ec48ffe798 -> FETCH_HEAD
812026-07-22T15:07:51.980Z+ [[ -n john/sim-sa-cleanup-3 ]]
822026-07-22T15:07:51.983Z++ git branch --show-current
832026-07-22T15:07:51.984Z+ current=main
842026-07-22T15:07:51.984Z+ [[ main != john/sim-sa-cleanup-3 ]]
852026-07-22T15:07:51.984Z+ git branch -f john/sim-sa-cleanup-3 a86740bb15e0515bd37bac92d75818ec48ffe798
862026-07-22T15:07:51.987Z+ git checkout -f john/sim-sa-cleanup-3
872026-07-22T15:07:52.030ZSwitched to branch 'john/sim-sa-cleanup-3'
882026-07-22T15:07:52.035Z+ git reset --hard a86740bb15e0515bd37bac92d75818ec48ffe798
892026-07-22T15:07:52.076ZHEAD is now at a86740bb1 sim-sled-agent: remove datasets_ensure()
902026-07-22T15:07:52.080Zprocess exited: duration 12261 ms, exit code 0
 
912026-07-22T15:07:52.086Zstarting task 4: "build"
922026-07-22T15:07:52.092Z+ source .github/buildomat/ci-env.sh
932026-07-22T15:07:52.092Z++ export CARGO_TERM_COLOR=always
942026-07-22T15:07:52.092Z++ CARGO_TERM_COLOR=always
952026-07-22T15:07:52.097Z+++ uname -s
962026-07-22T15:07:52.097Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-22T15:07:52.097Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-22T15:07:52.102Z+ cargo --version
992026-07-22T15:07:52.108Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-22T15:07:52.112Z+ rustc --version
1012026-07-22T15:07:52.132Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-22T15:07:52.137Z+ WORK=/work
1032026-07-22T15:07:52.137Z+ pfexec mkdir -p /work
1042026-07-22T15:07:52.137Z+ pfexec chown build /work
1052026-07-22T15:07:52.141Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-22T15:07:54.359Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-22T15:07:54.520Z Startup: Caching catalogs ... Done
1082026-07-22T15:07:55.483ZPlanning: Solver setup ... Done (0.885s)
1092026-07-22T15:07:55.521ZPlanning: Running solver ... Done (0.039s)
1102026-07-22T15:07:55.545ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-22T15:07:55.559ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-22T15:07:55.577ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-22T15:07:55.597ZPlanning: Package planning ... Done (0.016s)
1142026-07-22T15:07:55.602ZPlanning: Merging actions ... Done (0.002s)
1152026-07-22T15:07:55.806ZPlanning: Checking for conflicting actions ... Done (0.211s)
1162026-07-22T15:07:55.809ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-22T15:07:56.680ZPlanning: Evaluating mediators ... Done (0.873s)
1182026-07-22T15:07:56.683ZPlanning: Planning completed in 2.13 seconds
1192026-07-22T15:07:56.689Z Packages to install: 2
1202026-07-22T15:07:56.689Z Estimated space available: 156.06 GB
1212026-07-22T15:07:56.689ZEstimated space to be consumed: 48.03 MB
1222026-07-22T15:07:56.690Z Create boot environment: No
1232026-07-22T15:07:56.690ZCreate backup boot environment: No
1242026-07-22T15:07:56.690Z Rebuild boot archive: No
1252026-07-22T15:07:56.690Z
1262026-07-22T15:07:56.694ZChanged packages:
1272026-07-22T15:07:56.696Zhelios
1282026-07-22T15:07:56.696Z developer/build-essential
1292026-07-22T15:07:56.696Z None -> 11-3.0
1302026-07-22T15:07:56.696Z library/libxmlsec1
1312026-07-22T15:07:56.697Z None -> 1.2.35-3.0
1322026-07-22T15:07:56.717Z
1332026-07-22T15:07:56.717ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-22T15:07:56.785ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1352026-07-22T15:07:56.898Z Actions: 1/268 actions (Installing new actions)
1362026-07-22T15:07:56.938Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-22T15:07:56.955ZFinalize: Updating package state database ... Done (0.019s)
1382026-07-22T15:07:56.955ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-22T15:07:57.006ZFinalize: Updating image state ... Done (0.050s)
1402026-07-22T15:07:59.699ZFinalize: Creating fast lookup database ... Done (2.655s)
1412026-07-22T15:07:59.772ZFinalize: Reading search index ... Done (0.012s)
1422026-07-22T15:07:59.775ZFinalize: Updating search index ... Done (0.000s)
1432026-07-22T15:07:59.905ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-22T15:08:00.241ZPlanning: Evaluating mediator changes ... Done
1452026-07-22T15:08:00.347ZPlanning: Checking for conflicting actions ... Done
1462026-07-22T15:08:00.351ZPlanning: Consolidating action changes ... Done
1472026-07-22T15:08:00.505ZPlanning: Evaluating mediators ... Done
1482026-07-22T15:08:00.508ZPlanning: Planning completed in 0.27 seconds
1492026-07-22T15:08:00.529Z Mediators to change: 2
1502026-07-22T15:08:00.530Z Create boot environment: No
1512026-07-22T15:08:00.530ZCreate backup boot environment: No
1522026-07-22T15:08:00.581ZFinalize: Updating package state database ... Done
1532026-07-22T15:08:00.581ZFinalize: Updating package cache ... Done
1542026-07-22T15:08:00.610ZFinalize: Updating image state ... Done
1552026-07-22T15:08:02.556ZFinalize: Creating fast lookup database ... Done
1562026-07-22T15:08:02.648ZFinalize: Reading search index ... Done
1572026-07-22T15:08:02.653ZFinalize: Updating search index ... Done
1582026-07-22T15:08:02.685ZFinalize: Updating package cache ... Done
1592026-07-22T15:08:02.977ZPlanning: Evaluating mediator changes ... Done
1602026-07-22T15:08:03.080ZPlanning: Checking for conflicting actions ... Done
1612026-07-22T15:08:03.087ZPlanning: Consolidating action changes ... Done
1622026-07-22T15:08:03.236ZPlanning: Evaluating mediators ... Done
1632026-07-22T15:08:03.239ZPlanning: Planning completed in 0.26 seconds
1642026-07-22T15:08:03.265Z Mediators to change: 1
1652026-07-22T15:08:03.265Z Create boot environment: No
1662026-07-22T15:08:03.265ZCreate backup boot environment: No
1672026-07-22T15:08:03.313ZFinalize: Updating package state database ... Done
1682026-07-22T15:08:03.313ZFinalize: Updating package cache ... Done
1692026-07-22T15:08:03.348ZFinalize: Updating image state ... Done
1702026-07-22T15:08:05.283ZFinalize: Creating fast lookup database ... Done
1712026-07-22T15:08:05.352ZFinalize: Reading search index ... Done
1722026-07-22T15:08:05.358ZFinalize: Updating search index ... Done
1732026-07-22T15:08:05.446ZFinalize: Updating package cache ... Done
1742026-07-22T15:08:05.757ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-22T15:08:05.757Zapache system 2.4 system
1762026-07-22T15:08:05.757Zclang system 15 system
1772026-07-22T15:08:05.757Zcsh system system illumos
1782026-07-22T15:08:05.757Zctags system system illumos
1792026-07-22T15:08:05.757Zfile vendor vendor darwinsys
1802026-07-22T15:08:05.757Zfile system system illumos
1812026-07-22T15:08:05.757Zgcc vendor 14 vendor
1822026-07-22T15:08:05.758Zgcc system 13 system
1832026-07-22T15:08:05.758Zgcc system 10 system
1842026-07-22T15:08:05.758Zgo system 1.25 system
1852026-07-22T15:08:05.758Zllvm system 15 system
1862026-07-22T15:08:05.758Zmariadb system 11.4 system
1872026-07-22T15:08:05.758Zmta vendor vendor dma
1882026-07-22T15:08:05.758Zopenjdk system 17 system
1892026-07-22T15:08:05.758Zopenjdk system 11 system
1902026-07-22T15:08:05.758Zopenssl vendor 3 vendor
1912026-07-22T15:08:05.758Zperl system 5.40 system
1922026-07-22T15:08:05.758Zpostgresql system 18 system
1932026-07-22T15:08:05.758Zpostgresql system 17 system
1942026-07-22T15:08:05.758Zpython vendor 3 vendor
1952026-07-22T15:08:05.758Zpython system 2 system
1962026-07-22T15:08:05.758Zpython3 vendor 3.13 vendor
1972026-07-22T15:08:05.758Zruby system 3.4 system
1982026-07-22T15:08:05.758Zruby system 3.0 system
1992026-07-22T15:08:05.758Zwords vendor vendor american-english
2002026-07-22T15:08:05.759Zwords system system australian-english
2012026-07-22T15:08:05.759Zwords system system british-english
2022026-07-22T15:08:05.759Zwords system system canadian-english
2032026-07-22T15:08:05.759Zwords system system french
2042026-07-22T15:08:05.759Zwords system system italian
2052026-07-22T15:08:05.759Zwords system system ngerman
2062026-07-22T15:08:05.759Zwords system system ogerman
2072026-07-22T15:08:05.759Zwords system system spanish
2082026-07-22T15:08:06.025ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-22T15:08:06.025Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-22T15:08:06.386ZFMRI IFO
2112026-07-22T15:08:06.386Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-22T15:08:06.386Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-22T15:08:06.386Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-22T15:08:06.387Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-22T15:08:06.387Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-22T15:08:06.387Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-22T15:08:06.387Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-22T15:08:06.387Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-22T15:08:06.387Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-22T15:08:06.685Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-22T15:08:06.941Z Updating crates.io index
2222026-07-22T15:08:06.944Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-22T15:08:07.197Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-22T15:08:07.521Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-22T15:08:08.468Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-22T15:08:09.024Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-22T15:08:10.645Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-22T15:08:11.443Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-22T15:08:11.674Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-22T15:08:11.989Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-22T15:08:13.048Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-22T15:08:13.303Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-22T15:08:13.586Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-22T15:08:13.825Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-22T15:08:14.261Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-22T15:08:14.824Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-22T15:08:15.028Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-22T15:08:15.260Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-22T15:08:15.511Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-22T15:08:15.755Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-22T15:08:16.007Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-22T15:08:16.221Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-22T15:08:16.478Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-22T15:08:16.836Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-22T15:08:17.172Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-22T15:08:17.580Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-22T15:08:17.987Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-22T15:08:18.215Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-22T15:08:18.589Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-22T15:08:18.894Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-22T15:08:19.108Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-22T15:08:19.376Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-22T15:08:19.738Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-22T15:08:20.094Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-22T15:08:20.337Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-22T15:08:20.623Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-22T15:08:20.871Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-22T15:08:21.135Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-22T15:08:21.624Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-22T15:08:21.927Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-22T15:08:22.205Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-22T15:08:22.445Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-22T15:08:25.157Z Downloading crates ...
2642026-07-22T15:08:25.207Z Downloaded anstyle-parse v1.0.0
2652026-07-22T15:08:25.214Z Downloaded anstream v1.0.0
2662026-07-22T15:08:25.218Z Downloaded cpufeatures v0.2.17
2672026-07-22T15:08:25.218Z Downloaded anstyle-query v1.1.5
2682026-07-22T15:08:25.222Z Downloaded bitflags v2.11.0
2692026-07-22T15:08:25.226Z Downloaded clap_derive v4.6.1
2702026-07-22T15:08:25.231Z Downloaded anstyle v1.0.14
2712026-07-22T15:08:25.231Z Downloaded macaddr v1.0.1
2722026-07-22T15:08:25.231Z Downloaded errno v0.3.14
2732026-07-22T15:08:25.242Z Downloaded clap_lex v1.0.0
2742026-07-22T15:08:25.242Z Downloaded bytecount v0.6.9
2752026-07-22T15:08:25.242Z Downloaded fastrand v2.3.0
2762026-07-22T15:08:25.242Z Downloaded block-buffer v0.10.4
2772026-07-22T15:08:25.243Z Downloaded digest v0.10.7
2782026-07-22T15:08:25.243Z Downloaded equivalent v1.0.2
2792026-07-22T15:08:25.246Z Downloaded cfg-if v1.0.4
2802026-07-22T15:08:25.246Z Downloaded camino-tempfile v1.4.1
2812026-07-22T15:08:25.246Z Downloaded autocfg v1.5.0
2822026-07-22T15:08:25.246Z Downloaded zerocopy v0.7.35
2832026-07-22T15:08:25.249Z Downloaded is_terminal_polyfill v1.70.2
2842026-07-22T15:08:25.252Z Downloaded zmij v1.0.21
2852026-07-22T15:08:25.252Z Downloaded fnv v1.0.7
2862026-07-22T15:08:25.252Z Downloaded colorchoice v1.0.4
2872026-07-22T15:08:25.256Z Downloaded camino v1.2.2
2882026-07-22T15:08:25.256Z Downloaded byteorder v1.5.0
2892026-07-22T15:08:25.256Z Downloaded heck v0.4.1
2902026-07-22T15:08:25.256Z Downloaded generic-array v0.14.7
2912026-07-22T15:08:25.266Z Downloaded tabled_derive v0.7.0
2922026-07-22T15:08:25.272Z Downloaded pest_derive v2.8.6
2932026-07-22T15:08:25.306Z Downloaded dof v0.3.0
2942026-07-22T15:08:25.306Z Downloaded dtrace-parser v0.2.0
2952026-07-22T15:08:25.306Z Downloaded crypto-common v0.1.7
2962026-07-22T15:08:25.306Z Downloaded toml_datetime v0.6.11
2972026-07-22T15:08:25.306Z Downloaded terminal_size v0.4.3
2982026-07-22T15:08:25.306Z Downloaded fs-err v3.3.0
2992026-07-22T15:08:25.306Z Downloaded memmap v0.7.0
3002026-07-22T15:08:25.306Z Downloaded cargo-platform v0.3.2
3012026-07-22T15:08:25.306Z Downloaded unicode-linebreak v0.1.5
3022026-07-22T15:08:25.306Z Downloaded scroll_derive v0.12.1
3032026-07-22T15:08:25.307Z Downloaded plain v0.2.3
3042026-07-22T15:08:25.307Z Downloaded heck v0.5.0
3052026-07-22T15:08:25.307Z Downloaded strsim v0.11.1
3062026-07-22T15:08:25.307Z Downloaded thread-id v4.2.2
3072026-07-22T15:08:25.307Z Downloaded serde_spanned v0.6.9
3082026-07-22T15:08:25.311Z Downloaded usdt-macro v0.5.0
3092026-07-22T15:08:25.311Z Downloaded toml_write v0.1.2
3102026-07-22T15:08:25.311Z Downloaded usdt v0.5.0
3112026-07-22T15:08:25.311Z Downloaded pretty-hex v0.4.1
3122026-07-22T15:08:25.318Z Downloaded sha2 v0.10.9
3132026-07-22T15:08:25.322Z Downloaded tempfile v3.25.0
3142026-07-22T15:08:25.327Z Downloaded swrite v0.1.0
3152026-07-22T15:08:25.327Z Downloaded version_check v0.9.5
3162026-07-22T15:08:25.330Z Downloaded usdt-attr-macro v0.5.0
3172026-07-22T15:08:25.330Z Downloaded proc-macro-error-attr v1.0.4
3182026-07-22T15:08:25.333Z Downloaded utf8parse v0.2.2
3192026-07-22T15:08:25.336Z Downloaded smawk v0.3.2
3202026-07-22T15:08:25.340Z Downloaded anyhow v1.0.102
3212026-07-22T15:08:25.350Z Downloaded cargo_metadata v0.23.1
3222026-07-22T15:08:25.353Z Downloaded proc-macro-error v1.0.4
3232026-07-22T15:08:25.355Z Downloaded serde_tokenstream v0.2.3
3242026-07-22T15:08:25.355Z Downloaded itoa v1.0.17
3252026-07-22T15:08:25.359Z Downloaded thiserror-impl v1.0.69
3262026-07-22T15:08:25.363Z Downloaded thiserror-impl v2.0.18
3272026-07-22T15:08:25.366Z Downloaded thiserror v1.0.69
3282026-07-22T15:08:25.371Z Downloaded papergrid v0.11.0
3292026-07-22T15:08:25.376Z Downloaded scroll v0.12.0
3302026-07-22T15:08:25.376Z Downloaded usdt-impl v0.5.0
3312026-07-22T15:08:25.381Z Downloaded quote v1.0.45
3322026-07-22T15:08:25.385Z Downloaded thiserror v2.0.18
3332026-07-22T15:08:25.389Z Downloaded getrandom v0.4.1
3342026-07-22T15:08:25.394Z Downloaded cargo_toml v0.21.0
3352026-07-22T15:08:25.402Z Downloaded pest_generator v2.8.6
3362026-07-22T15:08:25.402Z Downloaded zerocopy-derive v0.7.35
3372026-07-22T15:08:25.402Z Downloaded once_cell v1.21.3
3382026-07-22T15:08:25.405Z Downloaded clap v4.6.1
3392026-07-22T15:08:25.410Z Downloaded semver v1.0.28
3402026-07-22T15:08:25.414Z Downloaded ucd-trie v0.1.7
3412026-07-22T15:08:25.414Z Downloaded proc-macro2 v1.0.106
3422026-07-22T15:08:25.414Z Downloaded log v0.4.29
3432026-07-22T15:08:25.439Z Downloaded unicode-ident v1.0.24
3442026-07-22T15:08:25.442Z Downloaded serde_core v1.0.228
3452026-07-22T15:08:25.443Z Downloaded toml v0.8.23
3462026-07-22T15:08:25.448Z Downloaded pest_meta v2.8.6
3472026-07-22T15:08:25.451Z Downloaded textwrap v0.16.2
3482026-07-22T15:08:25.454Z Downloaded toml_edit v0.22.27
3492026-07-22T15:08:25.469Z Downloaded serde_derive v1.0.228
3502026-07-22T15:08:25.472Z Downloaded serde v1.0.228
3512026-07-22T15:08:25.475Z Downloaded memchr v2.8.0
3522026-07-22T15:08:25.484Z Downloaded typenum v1.20.1
3532026-07-22T15:08:25.494Z Downloaded pest v2.8.6
3542026-07-22T15:08:25.497Z Downloaded goblin v0.8.2
3552026-07-22T15:08:25.504Z Downloaded indexmap v2.14.0
3562026-07-22T15:08:25.526Z Downloaded hashbrown v0.17.0
3572026-07-22T15:08:25.529Z Downloaded serde_json v1.0.150
3582026-07-22T15:08:25.534Z Downloaded clap_builder v4.6.0
3592026-07-22T15:08:25.558Z Downloaded winnow v0.7.14
3602026-07-22T15:08:25.571Z Downloaded tabled v0.15.0
3612026-07-22T15:08:25.575Z Downloaded syn v1.0.109
3622026-07-22T15:08:25.587Z Downloaded unicode-width v0.2.0
3632026-07-22T15:08:25.590Z Downloaded unicode-width v0.1.14
3642026-07-22T15:08:25.596Z Downloaded syn v2.0.117
3652026-07-22T15:08:25.613Z Downloaded rustix v1.1.3
3662026-07-22T15:08:25.634Z Downloaded libc v0.2.185
3672026-07-22T15:08:25.696Z Compiling proc-macro2 v1.0.106
3682026-07-22T15:08:25.696Z Compiling quote v1.0.45
3692026-07-22T15:08:25.696Z Compiling unicode-ident v1.0.24
3702026-07-22T15:08:25.696Z Compiling serde_core v1.0.228
3712026-07-22T15:08:25.701Z Compiling libc v0.2.185
3722026-07-22T15:08:25.701Z Compiling version_check v0.9.5
3732026-07-22T15:08:25.701Z Compiling memchr v2.8.0
3742026-07-22T15:08:25.701Z Compiling serde v1.0.228
3752026-07-22T15:08:25.701Z Compiling zmij v1.0.21
3762026-07-22T15:08:25.701Z Compiling thiserror v1.0.69
3772026-07-22T15:08:25.701Z Compiling ucd-trie v0.1.7
3782026-07-22T15:08:25.701Z Compiling itoa v1.0.17
3792026-07-22T15:08:25.899Z Compiling rustix v1.1.3
3802026-07-22T15:08:25.904Z Compiling byteorder v1.5.0
3812026-07-22T15:08:26.105Z Compiling serde_json v1.0.150
3822026-07-22T15:08:26.282Z Compiling bitflags v2.11.0
3832026-07-22T15:08:26.351Z Compiling pest v2.8.6
3842026-07-22T15:08:26.388Z Compiling syn v1.0.109
3852026-07-22T15:08:26.440Z Compiling camino v1.2.2
3862026-07-22T15:08:26.509Z Compiling proc-macro-error-attr v1.0.4
3872026-07-22T15:08:26.514Z Compiling usdt-impl v0.5.0
3882026-07-22T15:08:26.560Z Compiling proc-macro-error v1.0.4
3892026-07-22T15:08:26.617Z Compiling getrandom v0.4.1
3902026-07-22T15:08:26.685Z Compiling log v0.4.29
3912026-07-22T15:08:26.752Z Compiling plain v0.2.3
3922026-07-22T15:08:26.768Z Compiling utf8parse v0.2.2
3932026-07-22T15:08:26.808Z Compiling hashbrown v0.17.0
3942026-07-22T15:08:26.854Z Compiling equivalent v1.0.2
3952026-07-22T15:08:26.908Z Compiling anstyle-parse v1.0.0
3962026-07-22T15:08:26.940Z Compiling anstyle-query v1.1.5
3972026-07-22T15:08:26.974Z Compiling errno v0.3.14
3982026-07-22T15:08:26.974Z Compiling thread-id v4.2.2
3992026-07-22T15:08:26.977Z Compiling pretty-hex v0.4.1
4002026-07-22T15:08:27.023Z Compiling thiserror v2.0.18
4012026-07-22T15:08:27.026Z Compiling colorchoice v1.0.4
4022026-07-22T15:08:27.026Z Compiling cfg-if v1.0.4
4032026-07-22T15:08:27.075Z Compiling winnow v0.7.14
4042026-07-22T15:08:27.078Z Compiling autocfg v1.5.0
4052026-07-22T15:08:27.171Z Compiling anstyle v1.0.14
4062026-07-22T15:08:27.177Z Compiling toml_write v0.1.2
4072026-07-22T15:08:27.178Z Compiling is_terminal_polyfill v1.70.2
4082026-07-22T15:08:27.217Z Compiling bytecount v0.6.9
4092026-07-22T15:08:27.294Z Compiling syn v2.0.117
4102026-07-22T15:08:27.353Z Compiling indexmap v2.14.0
4112026-07-22T15:08:27.415Z Compiling pest_meta v2.8.6
4122026-07-22T15:08:27.429Z Compiling anstream v1.0.0
4132026-07-22T15:08:27.429Z Compiling strsim v0.11.1
4142026-07-22T15:08:27.429Z Compiling anyhow v1.0.102
4152026-07-22T15:08:27.495Z Compiling clap_lex v1.0.0
4162026-07-22T15:08:27.534Z Compiling fs-err v3.3.0
4172026-07-22T15:08:27.646Z Compiling fastrand v2.3.0
4182026-07-22T15:08:27.715Z Compiling once_cell v1.21.3
4192026-07-22T15:08:27.794Z Compiling heck v0.4.1
4202026-07-22T15:08:27.813Z Compiling unicode-width v0.1.14
4212026-07-22T15:08:27.819Z Compiling fnv v1.0.7
4222026-07-22T15:08:27.819Z Compiling heck v0.5.0
4232026-07-22T15:08:27.931Z Compiling memmap v0.7.0
4242026-07-22T15:08:27.960Z Compiling unicode-width v0.2.0
4252026-07-22T15:08:27.977Z Compiling smawk v0.3.2
4262026-07-22T15:08:27.993Z Compiling unicode-linebreak v0.1.5
4272026-07-22T15:08:28.012Z Compiling terminal_size v0.4.3
4282026-07-22T15:08:28.035Z Compiling tempfile v3.25.0
4292026-07-22T15:08:28.089Z Compiling papergrid v0.11.0
4302026-07-22T15:08:28.135Z Compiling clap_builder v4.6.0
4312026-07-22T15:08:28.185Z Compiling swrite v0.1.0
4322026-07-22T15:08:28.264Z Compiling textwrap v0.16.2
4332026-07-22T15:08:28.450Z Compiling cargo-platform v0.3.2
4342026-07-22T15:08:28.453Z Compiling semver v1.0.28
4352026-07-22T15:08:28.705Z Compiling camino-tempfile v1.4.1
4362026-07-22T15:08:28.828Z Compiling tabled_derive v0.7.0
4372026-07-22T15:08:29.454Z Compiling pest_generator v2.8.6
4382026-07-22T15:08:29.479Z Compiling tabled v0.15.0
4392026-07-22T15:08:29.950Z Compiling serde_derive v1.0.228
4402026-07-22T15:08:29.954Z Compiling thiserror-impl v1.0.69
4412026-07-22T15:08:29.954Z Compiling zerocopy-derive v0.7.35
4422026-07-22T15:08:29.954Z Compiling scroll_derive v0.12.1
4432026-07-22T15:08:29.954Z Compiling thiserror-impl v2.0.18
4442026-07-22T15:08:29.954Z Compiling clap_derive v4.6.1
4452026-07-22T15:08:30.051Z Compiling pest_derive v2.8.6
4462026-07-22T15:08:30.597Z Compiling scroll v0.12.0
4472026-07-22T15:08:30.695Z Compiling zerocopy v0.7.35
4482026-07-22T15:08:30.891Z Compiling goblin v0.8.2
4492026-07-22T15:08:31.042Z Compiling dtrace-parser v0.2.0
4502026-07-22T15:08:31.382Z Compiling clap v4.6.1
4512026-07-22T15:08:32.476Z Compiling serde_spanned v0.6.9
4522026-07-22T15:08:32.476Z Compiling toml_datetime v0.6.11
4532026-07-22T15:08:32.483Z Compiling cargo_metadata v0.23.1
4542026-07-22T15:08:32.483Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-07-22T15:08:32.484Z Compiling macaddr v1.0.1
4562026-07-22T15:08:32.493Z Compiling dof v0.3.0
4572026-07-22T15:08:32.495Z Compiling serde_tokenstream v0.2.3
4582026-07-22T15:08:32.745Z Compiling toml_edit v0.22.27
4592026-07-22T15:08:33.214Z Compiling usdt-macro v0.5.0
4602026-07-22T15:08:33.215Z Compiling usdt-attr-macro v0.5.0
4612026-07-22T15:08:33.800Z Compiling usdt v0.5.0
4622026-07-22T15:08:33.997Z Compiling toml v0.8.23
4632026-07-22T15:08:34.314Z Compiling cargo_toml v0.21.0
4642026-07-22T15:08:35.618Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-22T15:08:37.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.14s
4662026-07-22T15:08:37.883Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-22T15:08:38.398Z Downloading crates ...
4682026-07-22T15:08:38.465Z Downloaded async-recursion v1.1.1
4692026-07-22T15:08:38.470Z Downloaded atomicwrites v0.4.4
4702026-07-22T15:08:38.480Z Downloaded async-trait v0.1.89
4712026-07-22T15:08:38.481Z Downloaded block-padding v0.4.2
4722026-07-22T15:08:38.481Z Downloaded atty v0.2.14
4732026-07-22T15:08:38.481Z Downloaded adler2 v2.0.1
4742026-07-22T15:08:38.517Z Downloaded async-compression v0.4.41
4752026-07-22T15:08:38.540Z Downloaded arrayvec v0.7.6
4762026-07-22T15:08:38.540Z Downloaded crunchy v0.2.4
4772026-07-22T15:08:38.541Z Downloaded bitfield-struct v0.6.2
4782026-07-22T15:08:38.541Z Downloaded atomic-waker v1.1.2
4792026-07-22T15:08:38.541Z Downloaded anstream v0.6.21
4802026-07-22T15:08:38.541Z Downloaded async-stream v0.3.6
4812026-07-22T15:08:38.541Z Downloaded aead v0.5.2
4822026-07-22T15:08:38.541Z Downloaded bitfield v0.19.4
4832026-07-22T15:08:38.541Z Downloaded arrayref v0.3.9
4842026-07-22T15:08:38.541Z Downloaded bcrypt-pbkdf v0.11.0
4852026-07-22T15:08:38.541Z Downloaded crossbeam-utils v0.8.21
4862026-07-22T15:08:38.541Z Downloaded bit-vec v0.6.3
4872026-07-22T15:08:38.542Z Downloaded cookie v0.18.1
4882026-07-22T15:08:38.542Z Downloaded anstyle-parse v0.2.7
4892026-07-22T15:08:38.542Z Downloaded bit-set v0.8.0
4902026-07-22T15:08:38.543Z Downloaded assert_matches v1.5.0
4912026-07-22T15:08:38.543Z Downloaded darling_macro v0.20.11
4922026-07-22T15:08:38.543Z Downloaded cfg_aliases v0.2.1
4932026-07-22T15:08:38.543Z Downloaded crc8 v0.1.1
4942026-07-22T15:08:38.543Z Downloaded crc v3.4.0
4952026-07-22T15:08:38.543Z Downloaded bitfield-macros v0.19.4
4962026-07-22T15:08:38.543Z Downloaded ascii-canvas v3.0.0
4972026-07-22T15:08:38.543Z Downloaded bitflags v1.3.2
4982026-07-22T15:08:38.543Z Downloaded document-features v0.2.12
4992026-07-22T15:08:38.560Z Downloaded cfg_aliases v0.1.1
5002026-07-22T15:08:38.561Z Downloaded crucible-workspace-hack v0.1.0
5012026-07-22T15:08:38.561Z Downloaded array-init v0.0.4
5022026-07-22T15:08:38.561Z Downloaded block-buffer v0.12.1
5032026-07-22T15:08:38.561Z Downloaded bit-set v0.5.3
5042026-07-22T15:08:38.561Z Downloaded defmt v0.3.100
5052026-07-22T15:08:38.561Z Downloaded base16ct v0.2.0
5062026-07-22T15:08:38.561Z Downloaded bit-vec v0.8.0
5072026-07-22T15:08:38.561Z Downloaded argon2 v0.5.3
5082026-07-22T15:08:38.561Z Downloaded base16ct v1.0.0
5092026-07-22T15:08:38.561Z Downloaded cpubits v0.1.1
5102026-07-22T15:08:38.581Z Downloaded digest-io v0.1.0
5112026-07-22T15:08:38.581Z Downloaded convert_case v0.4.0
5122026-07-22T15:08:38.581Z Downloaded derive_builder_macro v0.20.2
5132026-07-22T15:08:38.581Z Downloaded darling_macro v0.21.3
5142026-07-22T15:08:38.581Z Downloaded darling_macro v0.23.0
5152026-07-22T15:08:38.581Z Downloaded cstr-argument v0.1.2
5162026-07-22T15:08:38.581Z Downloaded cpufeatures v0.3.0
5172026-07-22T15:08:38.581Z Downloaded async-stream-impl v0.3.6
5182026-07-22T15:08:38.582Z Downloaded daft v0.1.7
5192026-07-22T15:08:38.582Z Downloaded deranged v0.5.8
5202026-07-22T15:08:38.582Z Downloaded csv-core v0.1.13
5212026-07-22T15:08:38.582Z Downloaded backoff v0.4.0
5222026-07-22T15:08:38.582Z Downloaded crossbeam-epoch v0.9.18
5232026-07-22T15:08:38.582Z Downloaded corncobs v0.1.4
5242026-07-22T15:08:38.589Z Downloaded ciborium-ll v0.2.2
5252026-07-22T15:08:38.589Z Downloaded castaway v0.2.4
5262026-07-22T15:08:38.589Z Downloaded compression-core v0.4.31
5272026-07-22T15:08:38.589Z Downloaded dunce v1.0.5
5282026-07-22T15:08:38.591Z Downloaded cobs v0.3.0
5292026-07-22T15:08:38.591Z Downloaded dof v0.4.0
5302026-07-22T15:08:38.591Z Downloaded dyn-clone v1.0.20
5312026-07-22T15:08:38.596Z Downloaded embedded-io v0.6.1
5322026-07-22T15:08:38.596Z Downloaded ciborium-io v0.2.2
5332026-07-22T15:08:38.596Z Downloaded crypto-common v0.2.2
5342026-07-22T15:08:38.596Z Downloaded crc-catalog v2.4.0
5352026-07-22T15:08:38.597Z Downloaded dropshot-api-manager-types v0.7.2
5362026-07-22T15:08:38.597Z Downloaded downcast-rs v2.0.2
5372026-07-22T15:08:38.600Z Downloaded enum-as-inner v0.6.1
5382026-07-22T15:08:38.600Z Downloaded curve25519-dalek-derive v0.1.1
5392026-07-22T15:08:38.600Z Downloaded dsl_auto_type v0.2.0
5402026-07-22T15:08:38.600Z Downloaded display-error-chain v0.2.2
5412026-07-22T15:08:38.600Z Downloaded debug-ignore v1.0.5
5422026-07-22T15:08:38.605Z Downloaded dirs-next v2.0.0
5432026-07-22T15:08:38.605Z Downloaded cexpr v0.6.0
5442026-07-22T15:08:38.605Z Downloaded blowfish v0.10.0
5452026-07-22T15:08:38.605Z Downloaded ecdsa v0.16.9
5462026-07-22T15:08:38.612Z Downloaded data-encoding v2.10.0
5472026-07-22T15:08:38.612Z Downloaded crossbeam-deque v0.8.6
5482026-07-22T15:08:38.612Z Downloaded base64ct v1.8.3
5492026-07-22T15:08:38.619Z Downloaded env_filter v1.0.0
5502026-07-22T15:08:38.619Z Downloaded ctr v0.10.1
5512026-07-22T15:08:38.619Z Downloaded aead v0.6.1
5522026-07-22T15:08:38.619Z Downloaded bb8 v0.8.6
5532026-07-22T15:08:38.620Z Downloaded dtrace-parser v0.3.0
5542026-07-22T15:08:38.641Z Downloaded endian-type v0.1.2
5552026-07-22T15:08:38.641Z Downloaded embedded-io v0.4.0
5562026-07-22T15:08:38.641Z Downloaded derive_builder v0.20.2
5572026-07-22T15:08:38.641Z Downloaded darling v0.23.0
5582026-07-22T15:08:38.641Z Downloaded darling v0.20.11
5592026-07-22T15:08:38.666Z Downloaded cipher v0.5.2
5602026-07-22T15:08:38.667Z Downloaded diesel_table_macro_syntax v0.3.0
5612026-07-22T15:08:38.667Z Downloaded defmt-parser v1.0.0
5622026-07-22T15:08:38.667Z Downloaded chacha20 v0.9.1
5632026-07-22T15:08:38.667Z Downloaded cassowary v0.3.0
5642026-07-22T15:08:38.667Z Downloaded darling_macro v0.13.4
5652026-07-22T15:08:38.667Z Downloaded byte-wrapper v0.1.0
5662026-07-22T15:08:38.667Z Downloaded foreign-types v0.3.2
5672026-07-22T15:08:38.667Z Downloaded fd-lock v4.0.4
5682026-07-22T15:08:38.668Z Downloaded fixedbitset v0.4.2
5692026-07-22T15:08:38.668Z Downloaded derive_more v0.99.20
5702026-07-22T15:08:38.668Z Downloaded blake2 v0.11.0-rc.6
5712026-07-22T15:08:38.668Z Downloaded float-cmp v0.10.0
5722026-07-22T15:08:38.668Z Downloaded foreign-types-shared v0.3.1
5732026-07-22T15:08:38.692Z Downloaded foreign-types-macros v0.2.3
5742026-07-22T15:08:38.692Z Downloaded ahash v0.8.12
5752026-07-22T15:08:38.692Z Downloaded argon2 v0.6.0-rc.8
5762026-07-22T15:08:38.692Z Downloaded foreign-types v0.5.0
5772026-07-22T15:08:38.692Z Downloaded futures-io v0.3.32
5782026-07-22T15:08:38.692Z Downloaded form_urlencoded v1.2.2
5792026-07-22T15:08:38.692Z Downloaded delegate v0.13.5
5802026-07-22T15:08:38.692Z Downloaded digest v0.11.3
5812026-07-22T15:08:38.692Z Downloaded funty v2.0.0
5822026-07-22T15:08:38.692Z Downloaded diesel-dtrace v0.5.0
5832026-07-22T15:08:38.692Z Downloaded critical-section v1.2.0
5842026-07-22T15:08:38.692Z Downloaded arc-swap v1.8.2
5852026-07-22T15:08:38.692Z Downloaded futures-task v0.3.32
5862026-07-22T15:08:38.693Z Downloaded compression-codecs v0.4.37
5872026-07-22T15:08:38.693Z Downloaded const_format_proc_macros v0.2.34
5882026-07-22T15:08:38.693Z Downloaded futures-macro v0.3.32
5892026-07-22T15:08:38.693Z Downloaded gethostname v0.5.0
5902026-07-22T15:08:38.693Z Downloaded cipher v0.4.4
5912026-07-22T15:08:38.693Z Downloaded fxhash v0.2.1
5922026-07-22T15:08:38.693Z Downloaded cmov v0.5.4
5932026-07-22T15:08:38.693Z Downloaded ctutils v0.4.2
5942026-07-22T15:08:38.693Z Downloaded crc32fast v1.5.0
5952026-07-22T15:08:38.693Z Downloaded buf-list v1.1.2
5962026-07-22T15:08:38.693Z Downloaded enum_dispatch v0.3.13
5972026-07-22T15:08:38.693Z Downloaded derive-ex v0.1.8
5982026-07-22T15:08:38.693Z Downloaded ena v0.14.4
5992026-07-22T15:08:38.693Z Downloaded ghash v0.6.0
6002026-07-22T15:08:38.701Z Downloaded backon v1.6.0
6012026-07-22T15:08:38.701Z Downloaded defmt-macros v1.0.1
6022026-07-22T15:08:38.701Z Downloaded git-stub v1.0.0
6032026-07-22T15:08:38.701Z Downloaded erased-serde v0.3.31
6042026-07-22T15:08:38.701Z Downloaded either v1.15.0
6052026-07-22T15:08:38.701Z Downloaded bcs v0.1.6
6062026-07-22T15:08:38.701Z Downloaded derive_builder_core v0.20.2
6072026-07-22T15:08:38.701Z Downloaded darling_core v0.13.4
6082026-07-22T15:08:38.701Z Downloaded ff v0.13.1
6092026-07-22T15:08:38.708Z Downloaded filetime v0.2.27
6102026-07-22T15:08:38.708Z Downloaded cmake v0.1.57
6112026-07-22T15:08:38.708Z Downloaded dirs-sys-next v0.1.2
6122026-07-22T15:08:38.708Z Downloaded allocator-api2 v0.2.21
6132026-07-22T15:08:38.708Z Downloaded ciborium v0.2.2
6142026-07-22T15:08:38.708Z Downloaded async-bb8-diesel v0.2.1
6152026-07-22T15:08:38.753Z Downloaded console v0.15.11
6162026-07-22T15:08:38.753Z Downloaded hash32 v0.2.1
6172026-07-22T15:08:38.753Z Downloaded der_derive v0.7.3
6182026-07-22T15:08:38.753Z Downloaded hash32 v0.3.1
6192026-07-22T15:08:38.753Z Downloaded fixedbitset v0.5.7
6202026-07-22T15:08:38.753Z Downloaded find-msvc-tools v0.1.9
6212026-07-22T15:08:38.754Z Downloaded ed25519 v3.0.0
6222026-07-22T15:08:38.769Z Downloaded darling_core v0.20.11
6232026-07-22T15:08:38.770Z Downloaded hex-literal v1.1.0
6242026-07-22T15:08:38.770Z Downloaded headers-core v0.3.0
6252026-07-22T15:08:38.770Z Downloaded foldhash v0.2.0
6262026-07-22T15:08:38.770Z Downloaded foldhash v0.1.5
6272026-07-22T15:08:38.770Z Downloaded convert_case v0.10.0
6282026-07-22T15:08:38.770Z Downloaded hex v0.4.3
6292026-07-22T15:08:38.770Z Downloaded darling_core v0.21.3
6302026-07-22T15:08:38.770Z Downloaded blake2 v0.10.6
6312026-07-22T15:08:38.770Z Downloaded http-range v0.1.5
6322026-07-22T15:08:38.770Z Downloaded hostname v0.4.2
6332026-07-22T15:08:38.770Z Downloaded httpdate v1.0.3
6342026-07-22T15:08:38.770Z Downloaded home v0.5.12
6352026-07-22T15:08:38.770Z Downloaded darling v0.21.3
6362026-07-22T15:08:38.770Z Downloaded futures-sink v0.3.32
6372026-07-22T15:08:38.770Z Downloaded http-body v1.0.1
6382026-07-22T15:08:38.771Z Downloaded futures-executor v0.3.32
6392026-07-22T15:08:38.771Z Downloaded fs-err v2.11.0
6402026-07-22T15:08:38.771Z Downloaded ecdsa v0.17.0-rc.18
6412026-07-22T15:08:38.771Z Downloaded bzip2 v0.4.4
6422026-07-22T15:08:38.771Z Downloaded futures-core v0.3.32
6432026-07-22T15:08:38.771Z Downloaded hubpack v0.1.2
6442026-07-22T15:08:38.771Z Downloaded difflib v0.4.0
6452026-07-22T15:08:38.771Z Downloaded des v0.9.0
6462026-07-22T15:08:38.771Z Downloaded fs_extra v1.3.0
6472026-07-22T15:08:38.771Z Downloaded git-stub-vcs v0.1.0
6482026-07-22T15:08:38.771Z Downloaded hostname v0.3.1
6492026-07-22T15:08:38.771Z Downloaded displaydoc v0.2.5
6502026-07-22T15:08:38.771Z Downloaded diff v0.1.13
6512026-07-22T15:08:38.771Z Downloaded hyper-tls v0.6.0
6522026-07-22T15:08:38.772Z Downloaded hubpack_derive v0.1.1
6532026-07-22T15:08:38.772Z Downloaded const-oid v0.9.6
6542026-07-22T15:08:38.772Z Downloaded glob v0.3.3
6552026-07-22T15:08:38.772Z Downloaded clang-sys v1.8.1
6562026-07-22T15:08:38.772Z Downloaded globset v0.4.18
6572026-07-22T15:08:38.797Z Downloaded ff v0.14.0
6582026-07-22T15:08:38.797Z Downloaded fallible-iterator v0.2.0
6592026-07-22T15:08:38.797Z Downloaded bzip2 v0.6.1
6602026-07-22T15:08:38.797Z Downloaded colored v3.1.1
6612026-07-22T15:08:38.797Z Downloaded group v0.14.0
6622026-07-22T15:08:38.797Z Downloaded group v0.13.0
6632026-07-22T15:08:38.798Z Downloaded colored v2.2.0
6642026-07-22T15:08:38.798Z Downloaded camino-tempfile-ext v0.3.3
6652026-07-22T15:08:38.798Z Downloaded constant_time_eq v0.4.2
6662026-07-22T15:08:38.798Z Downloaded cbc v0.2.1
6672026-07-22T15:08:38.798Z Downloaded bs58 v0.5.1
6682026-07-22T15:08:38.798Z Downloaded idna_adapter v1.2.1
6692026-07-22T15:08:38.798Z Downloaded ident_case v1.0.1
6702026-07-22T15:08:38.798Z Downloaded env_logger v0.11.9
6712026-07-22T15:08:38.798Z Downloaded ed25519 v2.2.3
6722026-07-22T15:08:38.798Z Downloaded darling v0.13.4
6732026-07-22T15:08:38.798Z Downloaded instability v0.3.11
6742026-07-22T15:08:38.798Z Downloaded indent_write v2.2.0
6752026-07-22T15:08:38.798Z Downloaded cookie_store v0.22.1
6762026-07-22T15:08:38.798Z Downloaded illumos-nvpair-sys v0.2.0
6772026-07-22T15:08:38.798Z Downloaded illumos-nvpair v0.3.0
6782026-07-22T15:08:38.798Z Downloaded defmt v1.0.1
6792026-07-22T15:08:38.827Z Downloaded foreign-types-shared v0.1.1
6802026-07-22T15:08:38.827Z Downloaded bytes v1.11.1
6812026-07-22T15:08:38.827Z Downloaded daft-derive v0.1.7
6822026-07-22T15:08:38.827Z Downloaded highway v1.3.0
6832026-07-22T15:08:38.827Z Downloaded float-ord v0.3.2
6842026-07-22T15:08:38.827Z Downloaded inout v0.2.2
6852026-07-22T15:08:38.827Z Downloaded instant v0.1.13
6862026-07-22T15:08:38.827Z Downloaded internet-checksum v0.2.1
6872026-07-22T15:08:38.828Z Downloaded inout v0.1.4
6882026-07-22T15:08:38.828Z Downloaded crc-any v2.5.0
6892026-07-22T15:08:38.828Z Downloaded flagset v0.4.7
6902026-07-22T15:08:38.828Z Downloaded derive-where v1.6.0
6912026-07-22T15:08:38.828Z Downloaded futures-channel v0.3.32
6922026-07-22T15:08:38.828Z Downloaded console v0.16.2
6932026-07-22T15:08:38.828Z Downloaded getrandom v0.2.17
6942026-07-22T15:08:38.828Z Downloaded keccak v0.1.6
6952026-07-22T15:08:38.828Z Downloaded is_ci v1.2.0
6962026-07-22T15:08:38.828Z Downloaded is-terminal v0.4.17
6972026-07-22T15:08:38.828Z Downloaded lazy_static v1.5.0
6982026-07-22T15:08:38.828Z Downloaded lalrpop-util v0.19.12
6992026-07-22T15:08:38.828Z Downloaded kem v0.3.0
7002026-07-22T15:08:38.828Z Downloaded chacha20 v0.10.0
7012026-07-22T15:08:38.836Z Downloaded drift v0.2.0
7022026-07-22T15:08:38.836Z Downloaded linked-hash-map v0.5.6
7032026-07-22T15:08:38.836Z Downloaded kstat-rs v0.2.4
7042026-07-22T15:08:38.836Z Downloaded hyper-staticfile v0.10.1
7052026-07-22T15:08:38.836Z Downloaded humantime v2.3.0
7062026-07-22T15:08:38.836Z Downloaded http-body-util v0.1.3
7072026-07-22T15:08:38.836Z Downloaded maplit v1.0.2
7082026-07-22T15:08:38.836Z Downloaded lru-cache v0.1.2
7092026-07-22T15:08:38.836Z Downloaded lzss v0.8.2
7102026-07-22T15:08:38.842Z Downloaded lru-slab v0.1.2
7112026-07-22T15:08:38.842Z Downloaded darling_core v0.23.0
7122026-07-22T15:08:38.842Z Downloaded libscf-sys v1.1.0
7132026-07-22T15:08:38.842Z Downloaded crossbeam-channel v0.5.15
7142026-07-22T15:08:38.846Z Downloaded const-oid v0.10.2
7152026-07-22T15:08:38.846Z Downloaded cancel-safe-futures v0.1.5
7162026-07-22T15:08:38.849Z Downloaded globwalk v0.9.1
7172026-07-22T15:08:38.849Z Downloaded half v1.8.3
7182026-07-22T15:08:38.849Z Downloaded ingot v0.1.1
7192026-07-22T15:08:38.857Z Downloaded match_cfg v0.1.0
7202026-07-22T15:08:38.863Z Downloaded memoffset v0.9.1
7212026-07-22T15:08:38.864Z Downloaded newtype-uuid-macros v0.1.0
7222026-07-22T15:08:38.864Z Downloaded multimap v0.10.1
7232026-07-22T15:08:38.864Z Downloaded mime v0.3.17
7242026-07-22T15:08:38.864Z Downloaded newline-converter v0.3.0
7252026-07-22T15:08:38.864Z Downloaded ar_archive_writer v0.5.1
7262026-07-22T15:08:38.864Z Downloaded elliptic-curve v0.14.0-rc.33
7272026-07-22T15:08:38.869Z Downloaded ingot-types v0.1.2
7282026-07-22T15:08:38.869Z Downloaded dropshot_endpoint v0.17.1
7292026-07-22T15:08:38.869Z Downloaded fatfs v0.3.6
7302026-07-22T15:08:38.872Z Downloaded md5 v0.8.0
7312026-07-22T15:08:38.872Z Downloaded md-5 v0.10.6
7322026-07-22T15:08:38.872Z Downloaded managed v0.8.0
7332026-07-22T15:08:38.872Z Downloaded indoc v1.0.9
7342026-07-22T15:08:38.877Z Downloaded ipnet v2.11.0
7352026-07-22T15:08:38.877Z Downloaded nibble_vec v0.1.0
7362026-07-22T15:08:38.877Z Downloaded newtype_derive v0.1.6
7372026-07-22T15:08:38.877Z Downloaded indoc v2.0.7
7382026-07-22T15:08:38.881Z Downloaded new_debug_unreachable v1.0.6
7392026-07-22T15:08:38.881Z Downloaded hmac v0.12.1
7402026-07-22T15:08:38.881Z Downloaded normalize-line-endings v0.3.0
7412026-07-22T15:08:38.889Z Downloaded nodrop v0.1.14
7422026-07-22T15:08:38.889Z Downloaded generic-array v1.4.3
7432026-07-22T15:08:38.889Z Downloaded nonempty v0.12.0
7442026-07-22T15:08:38.889Z Downloaded hmac v0.13.0
7452026-07-22T15:08:38.892Z Downloaded maybe-uninit v2.0.0
7462026-07-22T15:08:38.892Z Downloaded elliptic-curve v0.13.8
7472026-07-22T15:08:38.892Z Downloaded keccak v0.2.0
7482026-07-22T15:08:38.892Z Downloaded jobserver v0.1.34
7492026-07-22T15:08:38.895Z Downloaded num-derive v0.4.2
7502026-07-22T15:08:38.895Z Downloaded httparse v1.10.1
7512026-07-22T15:08:38.895Z Downloaded num-derive v0.3.3
7522026-07-22T15:08:38.900Z Downloaded crypto-bigint v0.5.5
7532026-07-22T15:08:38.906Z Downloaded libefi-sys v0.1.0
7542026-07-22T15:08:38.906Z Downloaded getrandom v0.3.4
7552026-07-22T15:08:38.906Z Downloaded linear-map v1.2.0
7562026-07-22T15:08:38.906Z Downloaded libsw-core v0.3.2
7572026-07-22T15:08:38.910Z Downloaded num-conv v0.2.0
7582026-07-22T15:08:38.910Z Downloaded num v0.4.3
7592026-07-22T15:08:38.910Z Downloaded iana-time-zone v0.1.65
7602026-07-22T15:08:38.910Z Downloaded hyper-rustls v0.27.7
7612026-07-22T15:08:38.913Z Downloaded num_enum_derive v0.5.11
7622026-07-22T15:08:38.913Z Downloaded const_format v0.2.35
7632026-07-22T15:08:38.917Z Downloaded lru v0.12.5
7642026-07-22T15:08:38.917Z Downloaded compact_str v0.8.1
7652026-07-22T15:08:38.919Z Downloaded num-iter v0.1.45
7662026-07-22T15:08:38.919Z Downloaded lock_api v0.4.14
7672026-07-22T15:08:38.922Z Downloaded half v2.7.1
7682026-07-22T15:08:38.922Z Downloaded base64 v0.21.7
7692026-07-22T15:08:38.926Z Downloaded libloading v0.8.9
7702026-07-22T15:08:38.926Z Downloaded crossterm v0.28.1
7712026-07-22T15:08:38.932Z Downloaded openssl-probe v0.2.1
7722026-07-22T15:08:38.932Z Downloaded ingot-macros v0.1.1
7732026-07-22T15:08:38.949Z Downloaded num_threads v0.1.7
7742026-07-22T15:08:38.949Z Downloaded flume v0.11.1
7752026-07-22T15:08:38.949Z Downloaded futures v0.3.32
7762026-07-22T15:08:38.965Z Downloaded oso-derive v0.27.3
7772026-07-22T15:08:38.965Z Downloaded openssl-probe v0.1.6
7782026-07-22T15:08:38.965Z Downloaded openssl-macros v0.1.1
7792026-07-22T15:08:38.965Z Downloaded opaque-debug v0.3.1
7802026-07-22T15:08:38.965Z Downloaded olpc-cjson v0.1.4
7812026-07-22T15:08:38.965Z Downloaded newtype-uuid v1.3.2
7822026-07-22T15:08:38.965Z Downloaded native-tls v0.2.18
7832026-07-22T15:08:38.970Z Downloaded multer v3.1.0
7842026-07-22T15:08:38.973Z Downloaded module-lattice v0.2.3
7852026-07-22T15:08:38.973Z Downloaded nu-ansi-term v0.50.3
7862026-07-22T15:08:38.973Z Downloaded nanorand v0.7.0
7872026-07-22T15:08:38.973Z Downloaded mime_guess v2.0.5
7882026-07-22T15:08:38.973Z Downloaded ipnetwork v0.21.1
7892026-07-22T15:08:38.973Z Downloaded impl-trait-for-tuples v0.2.3
7902026-07-22T15:08:38.973Z Downloaded packed_struct_codegen v0.10.1
7912026-07-22T15:08:38.973Z Downloaded chacha20poly1305 v0.10.1
7922026-07-22T15:08:39.015Z Downloaded peg-runtime v0.8.5
7932026-07-22T15:08:39.016Z Downloaded aes v0.9.1
7942026-07-22T15:08:39.016Z Downloaded num-integer v0.1.46
7952026-07-22T15:08:39.016Z Downloaded hybrid-array v0.4.13
7962026-07-22T15:08:39.016Z Downloaded parse-size v1.1.0
7972026-07-22T15:08:39.016Z Downloaded num-rational v0.4.2
7982026-07-22T15:08:39.016Z Downloaded parse-display v0.10.0
7992026-07-22T15:08:39.016Z Downloaded num_enum v0.7.6
8002026-07-22T15:08:39.016Z Downloaded litemap v0.8.1
8012026-07-22T15:08:39.039Z Downloaded base64 v0.22.1
8022026-07-22T15:08:39.039Z Downloaded libsw v3.5.0
8032026-07-22T15:08:39.039Z Downloaded indexmap v1.9.3
8042026-07-22T15:08:39.039Z Downloaded percent-encoding v2.3.2
8052026-07-22T15:08:39.039Z Downloaded password-hash v0.6.1
8062026-07-22T15:08:39.039Z Downloaded bumpalo v3.20.2
8072026-07-22T15:08:39.039Z Downloaded phf_shared v0.13.1
8082026-07-22T15:08:39.039Z Downloaded heapless v0.7.17
8092026-07-22T15:08:39.039Z Downloaded phf_shared v0.12.1
8102026-07-22T15:08:39.040Z Downloaded litrs v1.0.0
8112026-07-22T15:08:39.040Z Downloaded ignore v0.4.25
8122026-07-22T15:08:39.040Z Downloaded derive_more-impl v2.1.1
8132026-07-22T15:08:39.040Z Downloaded owo-colors v4.3.0
8142026-07-22T15:08:39.040Z Downloaded num_enum_derive v0.7.6
8152026-07-22T15:08:39.040Z Downloaded memmap2 v0.9.10
8162026-07-22T15:08:39.040Z Downloaded icu_provider v2.1.1
8172026-07-22T15:08:39.040Z Downloaded num_enum v0.5.11
8182026-07-22T15:08:39.040Z Downloaded heapless v0.8.0
8192026-07-22T15:08:39.051Z Downloaded ed25519-dalek v2.2.0
8202026-07-22T15:08:39.051Z Downloaded oxnet v0.1.6
8212026-07-22T15:08:39.051Z Downloaded headers v0.4.1
8222026-07-22T15:08:39.062Z Downloaded cc v1.2.56
8232026-07-22T15:08:39.062Z Downloaded oxide-update-engine-display v0.1.2
8242026-07-22T15:08:39.062Z Downloaded predicates-tree v1.0.13
8252026-07-22T15:08:39.062Z Downloaded precomputed-hash v0.1.1
8262026-07-22T15:08:39.062Z Downloaded derive_more v2.1.1
8272026-07-22T15:08:39.062Z Downloaded proc-macro-crate v1.3.1
8282026-07-22T15:08:39.146Z Downloaded der v0.7.10
8292026-07-22T15:08:39.146Z Downloaded predicates-core v1.0.10
8302026-07-22T15:08:39.146Z Downloaded potential_utf v0.1.4
8312026-07-22T15:08:39.146Z Downloaded pem-rfc7468 v0.7.0
8322026-07-22T15:08:39.146Z Downloaded phf v0.12.1
8332026-07-22T15:08:39.146Z Downloaded icu_normalizer v2.1.1
8342026-07-22T15:08:39.147Z Downloaded icu_locale_core v2.1.1
8352026-07-22T15:08:39.147Z Downloaded phc v0.6.1
8362026-07-22T15:08:39.147Z Downloaded pem v3.0.6
8372026-07-22T15:08:39.147Z Downloaded pin-project-internal v1.1.11
8382026-07-22T15:08:39.147Z Downloaded libbz2-rs-sys v0.2.2
8392026-07-22T15:08:39.147Z Downloaded peg-macros v0.8.5
8402026-07-22T15:08:39.147Z Downloaded password-hash v0.5.0
8412026-07-22T15:08:39.165Z Downloaded progenitor-client v0.14.0
8422026-07-22T15:08:39.165Z Downloaded path-slash v0.1.5
8432026-07-22T15:08:39.165Z Downloaded paste v1.0.15
8442026-07-22T15:08:39.165Z Downloaded parse-display-derive v0.10.0
8452026-07-22T15:08:39.165Z Downloaded proc-macro-crate v3.4.0
8462026-07-22T15:08:39.165Z Downloaded pem-rfc7468 v1.0.0
8472026-07-22T15:08:39.165Z Downloaded peg v0.8.5
8482026-07-22T15:08:39.165Z Downloaded parking_lot_core v0.8.6
8492026-07-22T15:08:39.165Z Downloaded num-complex v0.4.6
8502026-07-22T15:08:39.165Z Downloaded ml-kem v0.3.2
8512026-07-22T15:08:39.165Z Downloaded progenitor-macro v0.14.0
8522026-07-22T15:08:39.165Z Downloaded poly1305 v0.8.0
8532026-07-22T15:08:39.165Z Downloaded proc-macro-error-attr2 v2.0.0
8542026-07-22T15:08:39.165Z Downloaded indicatif v0.18.4
8552026-07-22T15:08:39.165Z Downloaded port-file v0.1.0
8562026-07-22T15:08:39.165Z Downloaded quick-error v1.2.3
8572026-07-22T15:08:39.166Z Downloaded phf v0.13.1
8582026-07-22T15:08:39.166Z Downloaded icu_normalizer_data v2.1.1
8592026-07-22T15:08:39.166Z Downloaded polyval v0.7.1
8602026-07-22T15:08:39.166Z Downloaded icu_properties v2.1.2
8612026-07-22T15:08:39.166Z Downloaded psl-types v2.0.11
8622026-07-22T15:08:39.166Z Downloaded pkcs8 v0.10.2
8632026-07-22T15:08:39.166Z Downloaded pin-project-lite v0.2.17
8642026-07-22T15:08:39.166Z Downloaded phf_shared v0.11.3
8652026-07-22T15:08:39.166Z Downloaded oxide-tokio-rt v0.1.4
8662026-07-22T15:08:39.172Z Downloaded hickory-resolver v0.25.2
8672026-07-22T15:08:39.172Z Downloaded flate2 v1.1.9
8682026-07-22T15:08:39.172Z Downloaded radium v0.7.0
8692026-07-22T15:08:39.172Z Downloaded primefield v0.14.0
8702026-07-22T15:08:39.172Z Downloaded packed_struct v0.10.1
8712026-07-22T15:08:39.172Z Downloaded der v0.8.0
8722026-07-22T15:08:39.172Z Downloaded ppv-lite86 v0.2.21
8732026-07-22T15:08:39.172Z Downloaded rand_chacha v0.3.1
8742026-07-22T15:08:39.173Z Downloaded primeorder v0.14.0-rc.10
8752026-07-22T15:08:39.173Z Downloaded powerfmt v0.2.0
8762026-07-22T15:08:39.173Z Downloaded pkg-config v0.3.32
8772026-07-22T15:08:39.173Z Downloaded recursive v0.1.1
8782026-07-22T15:08:39.173Z Downloaded expectorate v1.2.0
8792026-07-22T15:08:39.173Z Downloaded oxide-update-engine v0.1.2
8802026-07-22T15:08:39.173Z Downloaded rand_xorshift v0.4.0
8812026-07-22T15:08:39.173Z Downloaded crossterm v0.29.0
8822026-07-22T15:08:39.173Z Downloaded progenitor-extras v0.2.0
8832026-07-22T15:08:39.188Z Downloaded progenitor-client v0.13.0
8842026-07-22T15:08:39.188Z Downloaded num-traits v0.2.19
8852026-07-22T15:08:39.189Z Downloaded ref-cast v1.0.25
8862026-07-22T15:08:39.189Z Downloaded pkcs1 v0.8.0-rc.4
8872026-07-22T15:08:39.189Z Downloaded ed25519-dalek v3.0.0-rc.0
8882026-07-22T15:08:39.189Z Downloaded parking_lot v0.12.5
8892026-07-22T15:08:39.189Z Downloaded postcard v1.1.3
8902026-07-22T15:08:39.189Z Downloaded pkcs8 v0.11.0
8912026-07-22T15:08:39.189Z Downloaded ref-cast-impl v1.0.25
8922026-07-22T15:08:39.189Z Downloaded recursive-proc-macro-impl v0.1.1
8932026-07-22T15:08:39.190Z Downloaded primeorder v0.13.6
8942026-07-22T15:08:39.239Z Downloaded progenitor v0.13.0
8952026-07-22T15:08:39.239Z Downloaded proc-macro-error2 v2.0.1
8962026-07-22T15:08:39.239Z Downloaded rfc6979 v0.4.0
8972026-07-22T15:08:39.239Z Downloaded progenitor-macro v0.13.0
8982026-07-22T15:08:39.239Z Downloaded pbkdf2 v0.13.0
8992026-07-22T15:08:39.239Z Downloaded rfc6979 v0.5.0
9002026-07-22T15:08:39.239Z Downloaded parking_lot_core v0.9.12
9012026-07-22T15:08:39.239Z Downloaded psm v0.1.30
9022026-07-22T15:08:39.239Z Downloaded omicron-zone-package v0.12.3
9032026-07-22T15:08:39.239Z Downloaded r2d2 v0.8.10
9042026-07-22T15:08:39.239Z Downloaded diesel_derives v2.3.7
9052026-07-22T15:08:39.240Z Downloaded rustc_version v0.4.1
9062026-07-22T15:08:39.240Z Downloaded oxide-update-engine-types v0.1.2
9072026-07-22T15:08:39.240Z Downloaded rustc_version v0.1.7
9082026-07-22T15:08:39.240Z Downloaded pkcs1 v0.7.5
9092026-07-22T15:08:39.240Z Downloaded rustc-hash v2.1.1
9102026-07-22T15:08:39.240Z Downloaded hickory-resolver v0.24.4
9112026-07-22T15:08:39.240Z Downloaded russh-cryptovec v0.61.0
9122026-07-22T15:08:39.240Z Downloaded rtoolbox v0.0.3
9132026-07-22T15:08:39.240Z Downloaded miniz_oxide v0.8.9
9142026-07-22T15:08:39.240Z Downloaded rand_seeder v0.4.0
9152026-07-22T15:08:39.240Z Downloaded postgres-types v0.2.12
9162026-07-22T15:08:39.240Z Downloaded rand_core v0.10.0
9172026-07-22T15:08:39.240Z Downloaded poly1305 v0.9.0
9182026-07-22T15:08:39.240Z Downloaded oso v0.27.3
9192026-07-22T15:08:39.240Z Downloaded rand_core v0.6.4
9202026-07-22T15:08:39.240Z Downloaded rand_chacha v0.9.0
9212026-07-22T15:08:39.240Z Downloaded icu_collections v2.1.1
9222026-07-22T15:08:39.240Z Downloaded hashbrown v0.13.2
9232026-07-22T15:08:39.240Z Downloaded same-file v1.0.6
9242026-07-22T15:08:39.240Z Downloaded parking_lot v0.11.2
9252026-07-22T15:08:39.241Z Downloaded aes-gcm v0.11.0
9262026-07-22T15:08:39.241Z Downloaded sapling-renderdag v0.1.0
9272026-07-22T15:08:39.241Z Downloaded scheduled-thread-pool v0.2.7
9282026-07-22T15:08:39.241Z Downloaded progenitor v0.14.0
9292026-07-22T15:08:39.241Z Downloaded russh-util v0.52.0
9302026-07-22T15:08:39.262Z Downloaded pkcs5 v0.8.1
9312026-07-22T15:08:39.263Z Downloaded scopeguard v1.2.0
9322026-07-22T15:08:39.263Z Downloaded hyper-util v0.1.20
9332026-07-22T15:08:39.263Z Downloaded secrecy v0.10.3
9342026-07-22T15:08:39.263Z Downloaded secrecy v0.8.0
9352026-07-22T15:08:39.263Z Downloaded serde_bytes v0.11.19
9362026-07-22T15:08:39.263Z Downloaded rpassword v7.5.4
9372026-07-22T15:08:39.263Z Downloaded seq-macro v0.3.6
9382026-07-22T15:08:39.263Z Downloaded scroll_derive v0.13.1
9392026-07-22T15:08:39.263Z Downloaded postgres-protocol v0.6.10
9402026-07-22T15:08:39.263Z Downloaded quinn-udp v0.5.14
9412026-07-22T15:08:39.264Z Downloaded pin-project v1.1.11
9422026-07-22T15:08:39.264Z Downloaded serde_spanned v1.1.1
9432026-07-22T15:08:39.264Z Downloaded serde-big-array v0.5.1
9442026-07-22T15:08:39.264Z Downloaded semver v0.1.20
9452026-07-22T15:08:39.266Z Downloaded p256 v0.14.0-rc.10
9462026-07-22T15:08:39.306Z Downloaded serde_urlencoded v0.7.1
9472026-07-22T15:08:39.306Z Downloaded rustls-native-certs v0.8.3
9482026-07-22T15:08:39.306Z Downloaded hashbrown v0.12.3
9492026-07-22T15:08:39.306Z Downloaded serde_repr v0.1.20
9502026-07-22T15:08:39.310Z Downloaded serde_plain v1.0.2
9512026-07-22T15:08:39.310Z Downloaded prefix-trie v0.7.0
9522026-07-22T15:08:39.310Z Downloaded rand_core v0.9.5
9532026-07-22T15:08:39.310Z Downloaded http v1.4.2
9542026-07-22T15:08:39.310Z Downloaded rustls-pemfile v2.2.0
9552026-07-22T15:08:39.310Z Downloaded dropshot-api-manager v0.7.2
9562026-07-22T15:08:39.310Z Downloaded sha1 v0.11.0
9572026-07-22T15:08:39.347Z Downloaded progenitor-impl v0.14.0
9582026-07-22T15:08:39.347Z Downloaded shell-words v1.1.1
9592026-07-22T15:08:39.347Z Downloaded progenitor-impl v0.13.0
9602026-07-22T15:08:39.347Z Downloaded signal-hook-mio v0.2.5
9612026-07-22T15:08:39.347Z Downloaded signal-hook-tokio v0.3.1
9622026-07-22T15:08:39.347Z Downloaded siphasher v1.0.2
9632026-07-22T15:08:39.347Z Downloaded signature v3.0.0
9642026-07-22T15:08:39.347Z Downloaded signature v2.2.0
9652026-07-22T15:08:39.347Z Downloaded slog-bunyan v2.5.0
9662026-07-22T15:08:39.347Z Downloaded predicates v3.1.4
9672026-07-22T15:08:39.348Z Downloaded p384 v0.14.0-rc.10
9682026-07-22T15:08:39.348Z Downloaded hickory-server v0.25.2
9692026-07-22T15:08:39.348Z Downloaded papergrid v0.17.0
9702026-07-22T15:08:39.537Z Downloaded jiff-static v0.2.21
9712026-07-22T15:08:39.537Z Downloaded sigpipe v0.1.3
9722026-07-22T15:08:39.538Z Downloaded resolv-conf v0.7.6
9732026-07-22T15:08:39.538Z Downloaded internal-russh-num-bigint v0.5.0
9742026-07-22T15:08:39.538Z Downloaded scrypt v0.12.0
9752026-07-22T15:08:39.538Z Downloaded scroll v0.13.0
9762026-07-22T15:08:39.538Z Downloaded slog-envlogger v2.2.0
9772026-07-22T15:08:39.538Z Downloaded serde-hex v0.1.0
9782026-07-22T15:08:39.538Z Downloaded schemars_derive v0.8.22
9792026-07-22T15:08:39.538Z Downloaded num-bigint v0.4.6
9802026-07-22T15:08:39.539Z Downloaded aho-corasick v1.1.4
9812026-07-22T15:08:39.539Z Downloaded serde_path_to_error v0.1.20
9822026-07-22T15:08:39.539Z Downloaded prettyplease v0.2.37
9832026-07-22T15:08:39.539Z Downloaded sqlparser_derive v0.5.0
9842026-07-22T15:08:39.539Z Downloaded crypto-primes v0.7.2
9852026-07-22T15:08:39.539Z Downloaded serde_with_macros v1.5.2
9862026-07-22T15:08:39.540Z Downloaded minimal-lexical v0.2.1
9872026-07-22T15:08:39.540Z Downloaded rcgen v0.12.1
9882026-07-22T15:08:39.541Z Downloaded salsa20 v0.11.0
9892026-07-22T15:08:39.541Z Downloaded rustls-pki-types v1.14.0
9902026-07-22T15:08:39.541Z Downloaded strum v0.26.3
9912026-07-22T15:08:39.541Z Downloaded openssl-sys v0.9.115
9922026-07-22T15:08:39.541Z Downloaded stable_deref_trait v1.2.1
9932026-07-22T15:08:39.541Z Downloaded hashbrown v0.16.1
9942026-07-22T15:08:39.541Z Downloaded sha1 v0.10.6
9952026-07-22T15:08:39.541Z Downloaded serdect v0.4.3
9962026-07-22T15:08:39.541Z Downloaded rusty-fork v0.3.1
9972026-07-22T15:08:39.542Z Downloaded structmeta v0.3.0
9982026-07-22T15:08:39.542Z Downloaded strsim v0.10.0
9992026-07-22T15:08:39.542Z Downloaded slab v0.4.12
10002026-07-22T15:08:39.542Z Downloaded strip-ansi-escapes v0.2.1
10012026-07-22T15:08:39.623Z Downloaded signal-hook-registry v1.4.8
10022026-07-22T15:08:39.624Z Downloaded ron v0.8.1
10032026-07-22T15:08:39.624Z Downloaded itertools v0.10.5
10042026-07-22T15:08:39.624Z Downloaded slog-scope v4.4.1
10052026-07-22T15:08:39.624Z Downloaded slog-json v2.6.1
10062026-07-22T15:08:39.624Z Downloaded sec1 v0.7.3
10072026-07-22T15:08:39.624Z Downloaded pretty_assertions v1.4.1
10082026-07-22T15:08:39.624Z Downloaded hashbrown v0.15.5
10092026-07-22T15:08:39.624Z Downloaded simd-adler32 v0.3.8
10102026-07-22T15:08:39.624Z Downloaded sec1 v0.8.1
10112026-07-22T15:08:39.624Z Downloaded strum v0.27.2
10122026-07-22T15:08:39.624Z Downloaded structmeta-derive v0.3.0
10132026-07-22T15:08:39.625Z Downloaded slog-dtrace v0.3.0
10142026-07-22T15:08:39.625Z Downloaded sync_wrapper v1.0.2
10152026-07-22T15:08:39.625Z Downloaded tagptr v0.2.0
10162026-07-22T15:08:39.625Z Downloaded sync-ptr v0.1.4
10172026-07-22T15:08:39.625Z Downloaded subtle v2.6.1
10182026-07-22T15:08:39.625Z Downloaded slog-stdlog v4.1.1
10192026-07-22T15:08:39.627Z Downloaded supports-color v3.0.2
10202026-07-22T15:08:39.627Z Downloaded libxml v0.3.3
10212026-07-22T15:08:39.627Z Downloaded serde_with_macros v3.21.0
10222026-07-22T15:08:39.627Z Downloaded spki v0.7.3
10232026-07-22T15:08:39.627Z Downloaded mio v1.2.0
10242026-07-22T15:08:39.627Z Downloaded tap v1.0.1
10252026-07-22T15:08:39.627Z Downloaded take_mut v0.2.2
10262026-07-22T15:08:39.628Z Downloaded spki v0.8.0
10272026-07-22T15:08:39.628Z Downloaded ssh-cipher v0.3.0-rc.9
10282026-07-22T15:08:39.628Z Downloaded tabled_derive v0.11.0
10292026-07-22T15:08:39.628Z Downloaded idna v1.1.0
10302026-07-22T15:08:39.628Z Downloaded termtree v0.5.1
10312026-07-22T15:08:39.628Z Downloaded snafu-derive v0.8.9
10322026-07-22T15:08:39.628Z Downloaded sqlformat v0.3.5
10332026-07-22T15:08:39.628Z Downloaded ssh-encoding v0.3.0-rc.9
10342026-07-22T15:08:39.628Z Downloaded slog-async v2.8.0
10352026-07-22T15:08:39.628Z Downloaded time-core v0.1.8
10362026-07-22T15:08:39.628Z Downloaded thiserror-impl-no-std v2.0.2
10372026-07-22T15:08:39.628Z Downloaded testing_table v0.3.0
10382026-07-22T15:08:39.628Z Downloaded rustversion v1.0.22
10392026-07-22T15:08:39.628Z Downloaded smf v0.2.3
10402026-07-22T15:08:39.628Z Downloaded qorb v0.4.1
10412026-07-22T15:08:39.628Z Downloaded nom v7.1.3
10422026-07-22T15:08:39.629Z Downloaded stacker v0.1.23
10432026-07-22T15:08:39.629Z Downloaded shlex v1.3.0
10442026-07-22T15:08:39.629Z Downloaded thread-id v5.1.0
10452026-07-22T15:08:39.629Z Downloaded stringprep v0.1.5
10462026-07-22T15:08:39.630Z Downloaded schemars v0.8.22
10472026-07-22T15:08:39.630Z Downloaded tinyvec_macros v0.1.1
10482026-07-22T15:08:39.630Z Downloaded rayon-core v1.13.0
10492026-07-22T15:08:39.630Z Downloaded quinn v0.11.9
10502026-07-22T15:08:39.630Z Downloaded strum_macros v0.26.4
10512026-07-22T15:08:39.630Z Downloaded smallvec v1.15.1
10522026-07-22T15:08:39.630Z Downloaded num-bigint-dig v0.8.6
10532026-07-22T15:08:39.630Z Downloaded futures-util v0.3.32
10542026-07-22T15:08:39.630Z Downloaded support-bundle-viewer v0.1.2
10552026-07-22T15:08:39.630Z Downloaded tokio-macros v2.7.0
10562026-07-22T15:08:39.630Z Downloaded strum_macros v0.27.2
10572026-07-22T15:08:39.630Z Downloaded smallvec v0.6.14
10582026-07-22T15:08:39.630Z Downloaded tokio-test v0.4.5
10592026-07-22T15:08:39.630Z Downloaded synstructure v0.13.2
10602026-07-22T15:08:39.630Z Downloaded string_cache v0.8.9
10612026-07-22T15:08:39.631Z Downloaded serde_cbor v0.11.2
10622026-07-22T15:08:39.631Z Downloaded sha2 v0.11.0
10632026-07-22T15:08:39.631Z Downloaded ryu v1.0.23
10642026-07-22T15:08:39.631Z Downloaded slog-term v2.9.2
10652026-07-22T15:08:39.631Z Downloaded spin v0.9.8
10662026-07-22T15:08:39.631Z Downloaded tabwriter v1.4.1
10672026-07-22T15:08:39.631Z Downloaded rustls-platform-verifier v0.6.2
10682026-07-22T15:08:39.631Z Downloaded serde_derive_internals v0.29.1
10692026-07-22T15:08:39.631Z Downloaded termios v0.3.3
10702026-07-22T15:08:39.631Z Downloaded signal-hook v0.3.18
10712026-07-22T15:08:39.631Z Downloaded tower-service v0.3.3
10722026-07-22T15:08:39.632Z Downloaded topological-sort v0.2.2
10732026-07-22T15:08:39.632Z Downloaded static_assertions v1.1.0
10742026-07-22T15:08:39.632Z Downloaded tinystr v0.8.2
10752026-07-22T15:08:39.632Z Downloaded publicsuffix v2.3.0
10762026-07-22T15:08:39.632Z Downloaded time-macros v0.2.27
10772026-07-22T15:08:39.632Z Downloaded tower-layer v0.3.3
10782026-07-22T15:08:39.632Z Downloaded try-lock v0.2.5
10792026-07-22T15:08:39.632Z Downloaded tiny-keccak v2.0.2
10802026-07-22T15:08:39.632Z Downloaded thiserror-no-std v2.0.2
10812026-07-22T15:08:39.635Z Downloaded trait-variant v0.1.2
10822026-07-22T15:08:39.635Z Downloaded strum_macros v0.24.3
10832026-07-22T15:08:39.635Z Downloaded p521 v0.14.0-rc.10
10842026-07-22T15:08:39.635Z Downloaded thread_local v1.1.9
10852026-07-22T15:08:39.635Z Downloaded itertools v0.13.0
10862026-07-22T15:08:39.635Z Downloaded socket2 v0.6.3
10872026-07-22T15:08:39.635Z Downloaded hyper v1.10.1
10882026-07-22T15:08:39.635Z Downloaded tokio-dtrace v0.1.1
10892026-07-22T15:08:39.635Z Downloaded tls_codec v0.4.2
10902026-07-22T15:08:39.636Z Downloaded unicode-truncate v1.1.0
10912026-07-22T15:08:39.636Z Downloaded similar v2.7.0
10922026-07-22T15:08:39.752Z Downloaded iri-string v0.7.10
10932026-07-22T15:08:39.752Z Downloaded unicode-xid v0.2.6
10942026-07-22T15:08:39.753Z Downloaded tokio-native-tls v0.3.1
10952026-07-22T15:08:39.753Z Downloaded term v1.2.1
10962026-07-22T15:08:39.753Z Downloaded utf8_iter v1.0.4
10972026-07-22T15:08:39.753Z Downloaded universal-hash v0.5.1
10982026-07-22T15:08:39.753Z Downloaded utf-8 v0.7.6
10992026-07-22T15:08:39.753Z Downloaded untrusted v0.7.1
11002026-07-22T15:08:39.753Z Downloaded universal-hash v0.6.1
11012026-07-22T15:08:39.754Z Downloaded unarray v0.1.4
11022026-07-22T15:08:39.754Z Downloaded usdt v0.6.0
11032026-07-22T15:08:39.754Z Downloaded usdt-attr-macro v0.6.0
11042026-07-22T15:08:39.754Z Downloaded usdt-macro v0.6.0
11052026-07-22T15:08:39.754Z Downloaded unit-prefix v0.5.2
11062026-07-22T15:08:39.754Z Downloaded tls_codec_derive v0.4.2
11072026-07-22T15:08:39.754Z Downloaded serde_yaml v0.9.34+deprecated
11082026-07-22T15:08:39.754Z Downloaded tokio-tungstenite v0.23.1
11092026-07-22T15:08:39.754Z Downloaded tokio-tungstenite v0.21.0
11102026-07-22T15:08:39.754Z Downloaded schemars v1.2.1
11112026-07-22T15:08:39.754Z Downloaded term v0.7.0
11122026-07-22T15:08:39.754Z Downloaded rsa v0.9.10
11132026-07-22T15:08:39.754Z Downloaded void v1.0.2
11142026-07-22T15:08:39.754Z Downloaded waitgroup v0.1.2
11152026-07-22T15:08:39.755Z Downloaded wait-timeout v0.2.1
11162026-07-22T15:08:39.755Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11172026-07-22T15:08:39.755Z Downloaded toml_writer v1.1.1+spec-1.1.0
11182026-07-22T15:08:39.755Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11192026-07-22T15:08:39.755Z Downloaded want v0.3.1
11202026-07-22T15:08:39.755Z Downloaded icu_properties_data v2.1.2
11212026-07-22T15:08:39.755Z Downloaded rustls-webpki v0.103.13
11222026-07-22T15:08:39.755Z Downloaded rand v0.9.2
11232026-07-22T15:08:39.755Z Downloaded typify-macro v0.6.2
11242026-07-22T15:08:39.755Z Downloaded snafu v0.8.9
11252026-07-22T15:08:39.755Z Downloaded rsa v0.10.0-rc.18
11262026-07-22T15:08:39.756Z Downloaded itertools v0.14.0
11272026-07-22T15:08:39.762Z Downloaded xattr v1.6.1
11282026-07-22T15:08:39.763Z Downloaded subprocess v0.2.15
11292026-07-22T15:08:39.763Z Downloaded untrusted v0.9.0
11302026-07-22T15:08:39.763Z Downloaded tokio-rustls v0.26.4
11312026-07-22T15:08:39.763Z Downloaded schemars v0.9.0
11322026-07-22T15:08:39.763Z Downloaded unicase v2.9.0
11332026-07-22T15:08:39.763Z Downloaded itertools v0.12.1
11342026-07-22T15:08:39.763Z Downloaded libm v0.2.16
11352026-07-22T15:08:39.767Z Downloaded yoke-derive v0.8.1
11362026-07-22T15:08:39.767Z Downloaded xshell-macros v0.2.7
11372026-07-22T15:08:39.767Z Downloaded zerofrom-derive v0.1.6
11382026-07-22T15:08:39.767Z Downloaded usdt-impl v0.6.0
11392026-07-22T15:08:39.767Z Downloaded samael v0.0.19
11402026-07-22T15:08:39.767Z Downloaded zerofrom v0.1.6
11412026-07-22T15:08:39.767Z Downloaded rand v0.10.1
11422026-07-22T15:08:39.767Z Downloaded blake3 v1.8.5
11432026-07-22T15:08:39.767Z Downloaded socket2 v0.5.10
11442026-07-22T15:08:39.767Z Downloaded tui-tree-widget v0.23.1
11452026-07-22T15:08:39.863Z Downloaded slog v2.8.2
11462026-07-22T15:08:39.863Z Downloaded vergen-lib v9.1.0
11472026-07-22T15:08:39.863Z Downloaded vergen-gitcl v1.0.8
11482026-07-22T15:08:39.863Z Downloaded nom v8.0.0
11492026-07-22T15:08:39.863Z Downloaded vergen-lib v0.1.6
11502026-07-22T15:08:39.863Z Downloaded zeroize_derive v1.4.3
11512026-07-22T15:08:39.863Z Downloaded walkdir v2.5.0
11522026-07-22T15:08:39.863Z Downloaded bitvec v1.0.1
11532026-07-22T15:08:39.864Z Downloaded zone_cfg_derive v0.3.1
11542026-07-22T15:08:39.864Z Downloaded whoami v1.6.1
11552026-07-22T15:08:39.864Z Downloaded tinyvec v1.10.0
11562026-07-22T15:08:39.864Z Downloaded test-strategy v0.4.5
11572026-07-22T15:08:39.864Z Downloaded zone v0.3.1
11582026-07-22T15:08:39.864Z Downloaded writeable v0.6.2
11592026-07-22T15:08:39.864Z Downloaded twox-hash v2.1.2
11602026-07-22T15:08:39.864Z Downloaded hkdf v0.13.0
11612026-07-22T15:08:39.865Z Downloaded vsss-rs v3.3.4
11622026-07-22T15:08:39.865Z Downloaded tracing-attributes v0.1.31
11632026-07-22T15:08:39.865Z Downloaded rand v0.8.6
11642026-07-22T15:08:39.865Z Downloaded whoami v2.1.0
11652026-07-22T15:08:39.865Z Downloaded tokio-stream v0.1.18
11662026-07-22T15:08:39.865Z Downloaded xshell v0.2.7
11672026-07-22T15:08:39.865Z Downloaded hkdf v0.12.4
11682026-07-22T15:08:39.865Z Downloaded h2 v0.4.15
11692026-07-22T15:08:39.865Z Downloaded toml v1.1.2+spec-1.1.0
11702026-07-22T15:08:39.865Z Downloaded toml v0.7.8
11712026-07-22T15:08:39.865Z Downloaded uzers v0.12.2
11722026-07-22T15:08:39.865Z Downloaded yoke v0.8.1
11732026-07-22T15:08:39.865Z Downloaded vergen-git2 v9.1.0
11742026-07-22T15:08:39.865Z Downloaded zeroize v1.8.2
11752026-07-22T15:08:39.865Z Downloaded tar v0.4.46
11762026-07-22T15:08:39.866Z Downloaded toml_parser v1.1.2+spec-1.1.0
11772026-07-22T15:08:39.866Z Downloaded vergen v9.1.0
11782026-07-22T15:08:39.866Z Downloaded zstd v0.13.3
11792026-07-22T15:08:39.866Z Downloaded zerovec-derive v0.11.2
11802026-07-22T15:08:39.866Z Downloaded steno v0.4.1
11812026-07-22T15:08:39.867Z Downloaded rustyline v14.0.0
11822026-07-22T15:08:39.867Z Downloaded tracing-core v0.1.36
11832026-07-22T15:08:39.867Z Downloaded aws-lc-rs v1.16.3
11842026-07-22T15:08:39.867Z Downloaded unicode-properties v0.1.4
11852026-07-22T15:08:39.867Z Downloaded wyz v0.5.1
11862026-07-22T15:08:39.867Z Downloaded bindgen v0.71.1
11872026-07-22T15:08:39.868Z Downloaded yasna v0.5.2
11882026-07-22T15:08:39.868Z Downloaded uuid v1.23.4
11892026-07-22T15:08:39.868Z Downloaded unsafe-libyaml v0.2.11
11902026-07-22T15:08:39.868Z Downloaded serde_with v1.14.0
11912026-07-22T15:08:39.868Z Downloaded iddqd v0.4.2
11922026-07-22T15:08:39.868Z Downloaded zerocopy v0.6.6
11932026-07-22T15:08:39.868Z Downloaded zstd-safe v7.2.4
11942026-07-22T15:08:39.868Z Downloaded toml_edit v0.23.10+spec-1.0.0
11952026-07-22T15:08:39.868Z Downloaded reedline v0.40.0
11962026-07-22T15:08:39.868Z Downloaded vte v0.14.1
11972026-07-22T15:08:39.868Z Downloaded tungstenite v0.21.0
11982026-07-22T15:08:39.869Z Downloaded typify v0.6.2
11992026-07-22T15:08:39.869Z Downloaded unicode-bidi v0.3.18
12002026-07-22T15:08:39.869Z Downloaded chrono v0.4.45
12012026-07-22T15:08:39.869Z Downloaded tungstenite v0.23.0
12022026-07-22T15:08:39.910Z Downloaded p384 v0.13.1
12032026-07-22T15:08:39.911Z Downloaded tokio-postgres v0.7.16
12042026-07-22T15:08:39.911Z Downloaded toml_edit v0.19.15
12052026-07-22T15:08:39.911Z Downloaded regex v1.12.3
12062026-07-22T15:08:39.911Z Downloaded reqwest v0.13.2
12072026-07-22T15:08:39.911Z Downloaded zopfli v0.8.3
12082026-07-22T15:08:39.911Z Downloaded zerotrie v0.2.3
12092026-07-22T15:08:39.911Z Downloaded reqwest v0.12.28
12102026-07-22T15:08:39.911Z Downloaded yansi v1.0.1
12112026-07-22T15:08:39.990Z Downloaded unicode_categories v0.1.1
12122026-07-22T15:08:39.990Z Downloaded rawzip v0.4.4
12132026-07-22T15:08:39.990Z Downloaded rayon v1.11.0
12142026-07-22T15:08:39.992Z Downloaded zip v0.6.6
12152026-07-22T15:08:39.992Z Downloaded quick-xml v0.37.5
12162026-07-22T15:08:39.992Z Downloaded lalrpop v0.19.12
12172026-07-22T15:08:39.992Z Downloaded moka v0.12.13
12182026-07-22T15:08:39.992Z Downloaded goblin v0.10.5
12192026-07-22T15:08:39.992Z Downloaded git2 v0.20.4
12202026-07-22T15:08:39.992Z Downloaded x509-cert v0.2.5
12212026-07-22T15:08:39.992Z Downloaded url v2.5.8
12222026-07-22T15:08:40.053Z Downloaded ssh-key v0.7.0-rc.10
12232026-07-22T15:08:40.053Z Downloaded portable-atomic v1.13.1
12242026-07-22T15:08:40.053Z Downloaded zerocopy-derive v0.8.40
12252026-07-22T15:08:40.053Z Downloaded salty v0.3.0
12262026-07-22T15:08:40.053Z Downloaded unicode-normalization v0.1.25
12272026-07-22T15:08:40.053Z Downloaded typed-path v0.9.3
12282026-07-22T15:08:40.054Z Downloaded curve25519-dalek v4.1.3
12292026-07-22T15:08:40.054Z Downloaded tokio-util v0.7.18
12302026-07-22T15:08:40.054Z Downloaded unicode-segmentation v1.12.0
12312026-07-22T15:08:40.054Z Downloaded crypto-bigint v0.7.5
12322026-07-22T15:08:40.054Z Downloaded tower v0.5.3
12332026-07-22T15:08:40.054Z Downloaded object v0.30.4
12342026-07-22T15:08:40.054Z Downloaded proptest v1.10.0
12352026-07-22T15:08:40.055Z Downloaded petname v2.0.2
12362026-07-22T15:08:40.055Z Downloaded tower-http v0.6.8
12372026-07-22T15:08:40.055Z Downloaded tough v0.22.0
12382026-07-22T15:08:40.091Z Downloaded radix_trie v0.2.1
12392026-07-22T15:08:40.091Z Downloaded nix v0.27.1
12402026-07-22T15:08:40.091Z Downloaded bstr v1.12.1
12412026-07-22T15:08:40.091Z Downloaded curve25519-dalek v5.0.0-rc.0
12422026-07-22T15:08:40.091Z Downloaded zerovec v0.11.5
12432026-07-22T15:08:40.091Z Downloaded winnow v0.5.40
12442026-07-22T15:08:40.091Z Downloaded zip v4.6.1
12452026-07-22T15:08:40.091Z Downloaded serde_with v3.21.0
12462026-07-22T15:08:40.091Z Downloaded russh v0.61.2
12472026-07-22T15:08:40.091Z Downloaded quinn-proto v0.11.13
12482026-07-22T15:08:40.159Z Downloaded winnow v0.6.26
12492026-07-22T15:08:40.159Z Downloaded dropshot v0.17.1
12502026-07-22T15:08:40.159Z Downloaded openssl v0.10.79
12512026-07-22T15:08:40.159Z Downloaded smoltcp v0.9.1
12522026-07-22T15:08:40.159Z Downloaded nix v0.28.0
12532026-07-22T15:08:40.227Z Downloaded winnow v1.0.3
12542026-07-22T15:08:40.227Z Downloaded time v0.3.47
12552026-07-22T15:08:40.227Z Downloaded tabled v0.20.0
12562026-07-22T15:08:40.227Z Downloaded polar-core v0.27.3
12572026-07-22T15:08:40.228Z Downloaded regex-syntax v0.6.29
12582026-07-22T15:08:40.228Z Downloaded object v0.37.3
12592026-07-22T15:08:40.228Z Downloaded nix v0.31.2
12602026-07-22T15:08:40.228Z Downloaded hickory-proto v0.24.4
12612026-07-22T15:08:40.228Z Downloaded zlib-rs v0.6.2
12622026-07-22T15:08:40.228Z Downloaded vcpkg v0.2.15
12632026-07-22T15:08:40.305Z Downloaded regress v0.11.1
12642026-07-22T15:08:40.305Z Downloaded diesel v2.3.7
12652026-07-22T15:08:40.305Z Downloaded smoltcp v0.11.0
12662026-07-22T15:08:40.305Z Downloaded openapiv3 v2.2.0
12672026-07-22T15:08:40.305Z Downloaded rustls v0.23.41
12682026-07-22T15:08:40.305Z Downloaded zerocopy v0.8.40
12692026-07-22T15:08:40.305Z Downloaded rustix v0.38.44
12702026-07-22T15:08:40.352Z Downloaded regex-syntax v0.8.10
12712026-07-22T15:08:40.353Z Downloaded regress v0.10.5
12722026-07-22T15:08:40.353Z Downloaded hickory-proto v0.25.2
12732026-07-22T15:08:40.353Z Downloaded sqlparser v0.61.0
12742026-07-22T15:08:40.395Z Downloaded sled v0.34.7
12752026-07-22T15:08:40.395Z Downloaded typify-impl v0.6.2
12762026-07-22T15:08:40.395Z Downloaded tracing v0.1.44
12772026-07-22T15:08:40.395Z Downloaded sha3 v0.11.0
12782026-07-22T15:08:40.395Z Downloaded fiat-crypto v0.3.0
12792026-07-22T15:08:40.395Z Downloaded ratatui v0.29.0
12802026-07-22T15:08:40.411Z Downloaded regex-automata v0.4.14
12812026-07-22T15:08:40.421Z Downloaded bzip2-sys v0.1.13+1.0.8
12822026-07-22T15:08:40.441Z Downloaded zerocopy-derive v0.6.6
12832026-07-22T15:08:40.441Z Downloaded petgraph v0.6.5
12842026-07-22T15:08:40.469Z Downloaded petgraph v0.8.3
12852026-07-22T15:08:40.484Z Downloaded csv v1.4.0
12862026-07-22T15:08:40.484Z Downloaded jiff v0.2.21
12872026-07-22T15:08:40.484Z Downloaded chrono-tz v0.10.4
12882026-07-22T15:08:40.497Z Downloaded libz-sys v1.1.24
12892026-07-22T15:08:40.512Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12902026-07-22T15:08:40.525Z Downloaded sha3 v0.10.8
12912026-07-22T15:08:40.541Z Downloaded tokio v1.52.1
12922026-07-22T15:08:40.563Z Downloaded ring v0.17.14
12932026-07-22T15:08:41.043Z Downloaded encoding_rs v0.8.35
12942026-07-22T15:08:41.080Z Downloaded libgit2-sys v0.18.3+1.9.2
12952026-07-22T15:08:41.234Z Downloaded aws-lc-sys v0.40.0
12962026-07-22T15:08:41.509Z Compiling libc v0.2.185
12972026-07-22T15:08:41.509Z Compiling serde_core v1.0.228
12982026-07-22T15:08:41.514Z Compiling serde v1.0.228
12992026-07-22T15:08:41.514Z Compiling log v0.4.29
13002026-07-22T15:08:41.514Z Compiling smallvec v1.15.1
13012026-07-22T15:08:41.514Z Compiling find-msvc-tools v0.1.9
13022026-07-22T15:08:41.514Z Compiling shlex v1.3.0
13032026-07-22T15:08:41.514Z Compiling subtle v2.6.1
13042026-07-22T15:08:41.514Z Compiling stable_deref_trait v1.2.1
13052026-07-22T15:08:41.631Z Compiling scopeguard v1.2.0
13062026-07-22T15:08:41.641Z Compiling typenum v1.20.1
13072026-07-22T15:08:41.648Z Compiling serde_json v1.0.150
13082026-07-22T15:08:41.681Z Compiling portable-atomic v1.13.1
13092026-07-22T15:08:41.696Z Compiling zerocopy v0.8.40
13102026-07-22T15:08:41.706Z Compiling syn v2.0.117
13112026-07-22T15:08:41.719Z Compiling parking_lot_core v0.9.12
13122026-07-22T15:08:41.782Z Compiling lock_api v0.4.14
13132026-07-22T15:08:41.801Z Compiling pin-project-lite v0.2.17
13142026-07-22T15:08:41.836Z Compiling pkg-config v0.3.32
13152026-07-22T15:08:41.851Z Compiling getrandom v0.4.1
13162026-07-22T15:08:41.858Z Compiling libm v0.2.16
13172026-07-22T15:08:41.882Z Compiling critical-section v1.2.0
13182026-07-22T15:08:41.909Z Compiling num-traits v0.2.19
13192026-07-22T15:08:41.974Z Compiling rand_core v0.10.0
13202026-07-22T15:08:42.020Z Compiling futures-core v0.3.32
13212026-07-22T15:08:42.032Z Compiling generic-array v0.14.7
13222026-07-22T15:08:42.039Z Compiling percent-encoding v2.3.2
13232026-07-22T15:08:42.061Z Compiling const-oid v0.9.6
13242026-07-22T15:08:42.101Z Compiling writeable v0.6.2
13252026-07-22T15:08:42.160Z Compiling litemap v0.8.1
13262026-07-22T15:08:42.201Z Compiling icu_normalizer_data v2.1.1
13272026-07-22T15:08:42.251Z Compiling icu_properties_data v2.1.2
13282026-07-22T15:08:42.267Z Compiling futures-sink v0.3.32
13292026-07-22T15:08:42.315Z Compiling futures-task v0.3.32
13302026-07-22T15:08:42.343Z Compiling futures-io v0.3.32
13312026-07-22T15:08:42.350Z Compiling slab v0.4.12
13322026-07-22T15:08:42.356Z Compiling futures-channel v0.3.32
13332026-07-22T15:08:42.384Z Compiling utf8_iter v1.0.4
13342026-07-22T15:08:42.384Z Compiling form_urlencoded v1.2.2
13352026-07-22T15:08:42.441Z Compiling getrandom v0.3.4
13362026-07-22T15:08:42.508Z Compiling rustversion v1.0.22
13372026-07-22T15:08:42.525Z Compiling dunce v1.0.5
13382026-07-22T15:08:42.555Z Compiling fs_extra v1.3.0
13392026-07-22T15:08:42.558Z Compiling rustix v1.1.3
13402026-07-22T15:08:42.588Z Compiling jobserver v0.1.34
13412026-07-22T15:08:42.592Z Compiling errno v0.3.14
13422026-07-22T15:08:42.592Z Compiling getrandom v0.2.17
13432026-07-22T15:08:42.652Z Compiling mio v1.2.0
13442026-07-22T15:08:42.668Z Compiling socket2 v0.6.3
13452026-07-22T15:08:42.757Z Compiling rand_core v0.6.4
13462026-07-22T15:08:42.856Z Compiling cc v1.2.56
13472026-07-22T15:08:42.881Z Compiling once_cell v1.21.3
13482026-07-22T15:08:42.896Z Compiling signal-hook-registry v1.4.8
13492026-07-22T15:08:42.913Z Compiling parking_lot v0.12.5
13502026-07-22T15:08:42.959Z Compiling iana-time-zone v0.1.65
13512026-07-22T15:08:42.974Z Compiling ident_case v1.0.1
13522026-07-22T15:08:43.021Z Compiling regex-syntax v0.8.10
13532026-07-22T15:08:43.116Z Compiling base64ct v1.8.3
13542026-07-22T15:08:43.123Z Compiling vcpkg v0.2.15
13552026-07-22T15:08:43.144Z Compiling base64 v0.22.1
13562026-07-22T15:08:43.161Z Compiling tracing-core v0.1.36
13572026-07-22T15:08:43.181Z Compiling flagset v0.4.7
13582026-07-22T15:08:43.207Z Compiling aws-lc-rs v1.16.3
13592026-07-22T15:08:43.238Z Compiling schemars v0.8.22
13602026-07-22T15:08:43.320Z Compiling tinyvec_macros v0.1.1
13612026-07-22T15:08:43.333Z Compiling dyn-clone v1.0.20
13622026-07-22T15:08:43.411Z Compiling rand_core v0.9.5
13632026-07-22T15:08:43.419Z Compiling pem-rfc7468 v0.7.0
13642026-07-22T15:08:43.435Z Compiling cmov v0.5.4
13652026-07-22T15:08:43.468Z Compiling httparse v1.10.1
13662026-07-22T15:08:43.487Z Compiling openssl-probe v0.2.1
13672026-07-22T15:08:43.502Z Compiling tinyvec v1.10.0
13682026-07-22T15:08:43.537Z Compiling aho-corasick v1.1.4
13692026-07-22T15:08:43.551Z Compiling tower-service v0.3.3
13702026-07-22T15:08:43.668Z Compiling cmake v0.1.57
13712026-07-22T15:08:43.677Z Compiling ctutils v0.4.2
13722026-07-22T15:08:43.677Z Compiling atomic-waker v1.1.2
13732026-07-22T15:08:43.717Z Compiling tower-layer v0.3.3
13742026-07-22T15:08:43.795Z Compiling untrusted v0.7.1
13752026-07-22T15:08:43.871Z Compiling try-lock v0.2.5
13762026-07-22T15:08:43.872Z Compiling untrusted v0.9.0
13772026-07-22T15:08:43.872Z Compiling foreign-types-shared v0.1.1
13782026-07-22T15:08:44.034Z Compiling bitflags v2.11.0
13792026-07-22T15:08:44.034Z Compiling semver v1.0.28
13802026-07-22T15:08:44.034Z Compiling indexmap v2.14.0
13812026-07-22T15:08:44.034Z Compiling uuid v1.23.4
13822026-07-22T15:08:44.034Z Compiling want v0.3.1
13832026-07-22T15:08:44.034Z Compiling rustls v0.23.41
13842026-07-22T15:08:44.034Z Compiling openssl v0.10.79
13852026-07-22T15:08:44.141Z Compiling httpdate v1.0.3
13862026-07-22T15:08:44.141Z Compiling cpufeatures v0.2.17
13872026-07-22T15:08:44.234Z Compiling unicode-normalization v0.1.25
13882026-07-22T15:08:44.234Z Compiling foreign-types v0.3.2
13892026-07-22T15:08:44.234Z Compiling rustc_version v0.4.1
13902026-07-22T15:08:44.234Z Compiling spin v0.9.8
13912026-07-22T15:08:44.271Z Compiling native-tls v0.2.18
13922026-07-22T15:08:44.271Z Compiling powerfmt v0.2.0
13932026-07-22T15:08:44.271Z Compiling crc32fast v1.5.0
13942026-07-22T15:08:44.271Z Compiling num-conv v0.2.0
13952026-07-22T15:08:44.300Z Compiling time-core v0.1.8
13962026-07-22T15:08:44.372Z Compiling deranged v0.5.8
13972026-07-22T15:08:44.382Z Compiling wait-timeout v0.2.1
13982026-07-22T15:08:44.428Z Compiling sync_wrapper v1.0.2
13992026-07-22T15:08:44.455Z Compiling simd-adler32 v0.3.8
14002026-07-22T15:08:44.467Z Compiling time-macros v0.2.27
14012026-07-22T15:08:44.512Z Compiling num_threads v0.1.7
14022026-07-22T15:08:44.512Z Compiling aws-lc-sys v0.40.0
14032026-07-22T15:08:44.571Z Compiling openssl-sys v0.9.115
14042026-07-22T15:08:44.659Z Compiling regex-automata v0.4.14
14052026-07-22T15:08:44.659Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14062026-07-22T15:08:44.659Z Compiling crossbeam-utils v0.8.21
14072026-07-22T15:08:44.729Z Compiling synstructure v0.13.2
14082026-07-22T15:08:44.729Z Compiling serde_derive_internals v0.29.1
14092026-07-22T15:08:44.729Z Compiling pest_generator v2.8.6
14102026-07-22T15:08:44.834Z Compiling darling_core v0.20.11
14112026-07-22T15:08:44.987Z Compiling siphasher v1.0.2
14122026-07-22T15:08:45.032Z Compiling bit-vec v0.8.0
14132026-07-22T15:08:45.032Z Compiling tempfile v3.25.0
14142026-07-22T15:08:45.247Z Compiling syn v1.0.109
14152026-07-22T15:08:45.316Z Compiling usdt-impl v0.6.0
14162026-07-22T15:08:45.316Z Compiling quick-error v1.2.3
14172026-07-22T15:08:45.386Z Compiling bit-set v0.8.0
14182026-07-22T15:08:45.457Z Compiling rusty-fork v0.3.1
14192026-07-22T15:08:45.573Z Compiling darling_core v0.23.0
14202026-07-22T15:08:45.616Z Compiling bzip2-sys v0.1.13+1.0.8
14212026-07-22T15:08:45.616Z Compiling heapless v0.7.17
14222026-07-22T15:08:45.616Z Compiling slog v2.8.2
14232026-07-22T15:08:45.655Z Compiling rand_xorshift v0.4.0
14242026-07-22T15:08:45.655Z Compiling time v0.3.47
14252026-07-22T15:08:45.656Z Compiling thread-id v5.1.0
14262026-07-22T15:08:45.723Z Compiling cookie v0.18.1
14272026-07-22T15:08:45.782Z Compiling paste v1.0.15
14282026-07-22T15:08:45.782Z Compiling unicode-bidi v0.3.18
14292026-07-22T15:08:45.870Z Compiling iri-string v0.7.10
14302026-07-22T15:08:45.870Z Compiling zstd-safe v7.2.4
14312026-07-22T15:08:45.963Z Compiling unarray v0.1.4
14322026-07-22T15:08:45.963Z Compiling adler2 v2.0.1
14332026-07-22T15:08:45.964Z Compiling anyhow v1.0.102
14342026-07-22T15:08:46.068Z Compiling signal-hook v0.3.18
14352026-07-22T15:08:46.068Z Compiling allocator-api2 v0.2.21
14362026-07-22T15:08:46.068Z Compiling unicode-properties v0.1.4
14372026-07-22T15:08:46.161Z Compiling ryu v1.0.23
14382026-07-22T15:08:46.161Z Compiling miniz_oxide v0.8.9
14392026-07-22T15:08:46.271Z Compiling stringprep v0.1.5
14402026-07-22T15:08:46.314Z Compiling camino v1.2.2
14412026-07-22T15:08:46.360Z Compiling curve25519-dalek v4.1.3
14422026-07-22T15:08:46.436Z Compiling serde_derive v1.0.228
14432026-07-22T15:08:46.515Z Compiling zeroize_derive v1.4.3
14442026-07-22T15:08:46.666Z Compiling zerofrom-derive v0.1.6
14452026-07-22T15:08:46.794Z Compiling yoke-derive v0.8.1
14462026-07-22T15:08:46.794Z Compiling zerovec-derive v0.11.2
14472026-07-22T15:08:46.794Z Compiling displaydoc v0.2.5
14482026-07-22T15:08:46.883Z Compiling zerocopy-derive v0.8.40
14492026-07-22T15:08:46.998Z Compiling tokio-macros v2.7.0
14502026-07-22T15:08:47.157Z Compiling futures-macro v0.3.32
14512026-07-22T15:08:47.213Z Compiling zeroize v1.8.2
14522026-07-22T15:08:47.322Z Compiling der_derive v0.7.3
14532026-07-22T15:08:47.409Z Compiling thiserror-impl v2.0.18
14542026-07-22T15:08:47.530Z Compiling tracing-attributes v0.1.31
14552026-07-22T15:08:47.795Z Compiling rustls-pki-types v1.14.0
14562026-07-22T15:08:47.912Z Compiling schemars_derive v0.8.22
14572026-07-22T15:08:47.935Z Compiling crypto-common v0.1.7
14582026-07-22T15:08:47.990Z Compiling block-buffer v0.10.4
14592026-07-22T15:08:48.040Z Compiling futures-util v0.3.32
14602026-07-22T15:08:48.135Z Compiling hybrid-array v0.4.13
14612026-07-22T15:08:48.219Z Compiling zerofrom v0.1.6
14622026-07-22T15:08:48.219Z Compiling digest v0.10.7
14632026-07-22T15:08:48.219Z Compiling scroll_derive v0.13.1
14642026-07-22T15:08:48.247Z Compiling yoke v0.8.1
14652026-07-22T15:08:48.247Z Compiling pest_derive v2.8.6
14662026-07-22T15:08:48.300Z Compiling der v0.7.10
14672026-07-22T15:08:48.413Z Compiling zerovec v0.11.5
14682026-07-22T15:08:48.431Z Compiling zerotrie v0.2.3
14692026-07-22T15:08:48.721Z Compiling darling_macro v0.20.11
14702026-07-22T15:08:48.738Z Compiling openssl-macros v0.1.1
14712026-07-22T15:08:48.803Z Compiling thiserror v2.0.18
14722026-07-22T15:08:48.815Z Compiling hmac v0.12.1
14732026-07-22T15:08:48.865Z Compiling tinystr v0.8.2
14742026-07-22T15:08:48.900Z Compiling potential_utf v0.1.4
14752026-07-22T15:08:48.926Z Compiling tracing v0.1.44
14762026-07-22T15:08:48.936Z Compiling sha2 v0.10.9
14772026-07-22T15:08:48.991Z Compiling dtrace-parser v0.3.0
14782026-07-22T15:08:49.021Z Compiling scroll v0.13.0
14792026-07-22T15:08:49.075Z Compiling icu_locale_core v2.1.1
14802026-07-22T15:08:49.092Z Compiling icu_collections v2.1.1
14812026-07-22T15:08:49.221Z Compiling spki v0.7.3
14822026-07-22T15:08:49.235Z Compiling thiserror-impl v1.0.69
14832026-07-22T15:08:49.262Z Compiling darling v0.20.11
14842026-07-22T15:08:49.306Z Compiling goblin v0.10.5
14852026-07-22T15:08:49.350Z Compiling pkcs8 v0.10.2
14862026-07-22T15:08:49.407Z Compiling derive_builder_core v0.20.2
14872026-07-22T15:08:49.545Z Compiling scroll_derive v0.12.1
14882026-07-22T15:08:49.620Z Compiling crypto-common v0.2.2
14892026-07-22T15:08:49.672Z Compiling block-buffer v0.12.1
14902026-07-22T15:08:49.797Z Compiling icu_provider v2.1.1
14912026-07-22T15:08:49.859Z Compiling block-padding v0.4.2
14922026-07-22T15:08:49.968Z Compiling bytes v1.11.1
14932026-07-22T15:08:49.992Z Compiling chrono v0.4.45
14942026-07-22T15:08:50.039Z Compiling icu_normalizer v2.1.1
14952026-07-22T15:08:50.098Z Compiling icu_properties v2.1.2
14962026-07-22T15:08:50.181Z Compiling ipnet v2.11.0
14972026-07-22T15:08:50.253Z Compiling scroll v0.12.0
14982026-07-22T15:08:50.319Z Compiling derive_builder_macro v0.20.2
14992026-07-22T15:08:50.350Z Compiling hex v0.4.3
15002026-07-22T15:08:50.366Z Compiling serde_urlencoded v0.7.1
15012026-07-22T15:08:50.527Z Compiling tokio v1.52.1
15022026-07-22T15:08:50.602Z Compiling http v1.4.2
15032026-07-22T15:08:50.655Z Compiling thiserror v1.0.69
15042026-07-22T15:08:50.680Z Compiling serde_spanned v0.6.9
15052026-07-22T15:08:50.680Z Compiling toml_datetime v0.6.11
15062026-07-22T15:08:50.770Z Compiling erased-serde v0.3.31
15072026-07-22T15:08:50.770Z Compiling serde_tokenstream v0.2.3
15082026-07-22T15:08:50.806Z Compiling md-5 v0.10.6
15092026-07-22T15:08:50.858Z Compiling signature v2.2.0
15102026-07-22T15:08:50.878Z Compiling darling_macro v0.23.0
15112026-07-22T15:08:50.950Z Compiling rustls-native-certs v0.8.3
15122026-07-22T15:08:50.978Z Compiling bstr v1.12.1
15132026-07-22T15:08:51.026Z Compiling async-trait v0.1.89
15142026-07-22T15:08:51.065Z Compiling idna_adapter v1.2.1
15152026-07-22T15:08:51.234Z Compiling idna v1.1.0
15162026-07-22T15:08:51.248Z Compiling ppv-lite86 v0.2.21
15172026-07-22T15:08:51.282Z Compiling http-body v1.0.1
15182026-07-22T15:08:51.319Z Compiling zerocopy-derive v0.7.35
15192026-07-22T15:08:51.451Z Compiling http-body-util v0.1.3
15202026-07-22T15:08:51.474Z Compiling pin-project-internal v1.1.11
15212026-07-22T15:08:51.497Z Compiling vergen-lib v9.1.0
15222026-07-22T15:08:51.498Z Compiling num-integer v0.1.46
15232026-07-22T15:08:51.509Z Compiling hash32 v0.2.1
15242026-07-22T15:08:51.544Z Compiling url v2.5.8
15252026-07-22T15:08:51.597Z Compiling rand_chacha v0.9.0
15262026-07-22T15:08:51.686Z Compiling rand_chacha v0.3.1
15272026-07-22T15:08:51.702Z Compiling memoffset v0.9.1
15282026-07-22T15:08:51.722Z Compiling encoding_rs v0.8.35
15292026-07-22T15:08:51.825Z Compiling rand v0.9.2
15302026-07-22T15:08:51.903Z Compiling ref-cast v1.0.25
15312026-07-22T15:08:51.943Z Compiling smoltcp v0.9.1
15322026-07-22T15:08:51.981Z Compiling num-bigint-dig v0.8.6
15332026-07-22T15:08:52.213Z Compiling dof v0.4.0
15342026-07-22T15:08:52.229Z Compiling mime v0.3.17
15352026-07-22T15:08:52.259Z Compiling rustix v0.38.44
15362026-07-22T15:08:52.311Z Compiling psl-types v2.0.11
15372026-07-22T15:08:52.326Z Compiling litrs v1.0.0
15382026-07-22T15:08:52.331Z Compiling zlib-rs v0.6.2
15392026-07-22T15:08:52.389Z Compiling proptest v1.10.0
15402026-07-22T15:08:52.450Z Compiling fallible-iterator v0.2.0
15412026-07-22T15:08:52.511Z Compiling cfg_aliases v0.2.1
15422026-07-22T15:08:52.520Z Compiling publicsuffix v2.3.0
15432026-07-22T15:08:52.591Z Compiling nix v0.31.2
15442026-07-22T15:08:52.644Z Compiling pin-project v1.1.11
15452026-07-22T15:08:52.730Z Compiling zerocopy v0.7.35
15462026-07-22T15:08:52.746Z Compiling postgres-protocol v0.6.10
15472026-07-22T15:08:52.772Z Compiling rand v0.8.6
15482026-07-22T15:08:52.785Z Compiling num-iter v0.1.45
15492026-07-22T15:08:52.859Z Compiling document-features v0.2.12
15502026-07-22T15:08:52.898Z Compiling ipnetwork v0.21.1
15512026-07-22T15:08:53.239Z Compiling oxnet v0.1.6
15522026-07-22T15:08:53.258Z Compiling darling v0.23.0
15532026-07-22T15:08:53.312Z Compiling derive_builder v0.20.2
15542026-07-22T15:08:53.328Z Compiling goblin v0.8.2
15552026-07-22T15:08:53.352Z Compiling hubpack_derive v0.1.1
15562026-07-22T15:08:53.410Z Compiling futures-executor v0.3.32
15572026-07-22T15:08:53.442Z Compiling inout v0.2.2
15582026-07-22T15:08:53.460Z Compiling regex v1.12.3
15592026-07-22T15:08:53.634Z Compiling ref-cast-impl v1.0.25
15602026-07-22T15:08:53.652Z Compiling daft-derive v0.1.7
15612026-07-22T15:08:53.663Z Compiling snafu-derive v0.8.9
15622026-07-22T15:08:53.684Z Compiling strum_macros v0.27.2
15632026-07-22T15:08:53.701Z Compiling curve25519-dalek-derive v0.1.1
15642026-07-22T15:08:53.849Z Compiling phf_shared v0.13.1
15652026-07-22T15:08:53.913Z Compiling terminal_size v0.4.3
15662026-07-22T15:08:53.975Z Compiling lazy_static v1.5.0
15672026-07-22T15:08:54.028Z Compiling anstyle-parse v0.2.7
15682026-07-22T15:08:54.052Z Compiling cargo-platform v0.3.2
15692026-07-22T15:08:54.064Z Compiling vergen v9.1.0
15702026-07-22T15:08:54.080Z Compiling ff v0.13.1
15712026-07-22T15:08:54.117Z Compiling fs-err v3.3.0
15722026-07-22T15:08:54.212Z Compiling ahash v0.8.12
15732026-07-22T15:08:54.227Z Compiling foldhash v0.1.5
15742026-07-22T15:08:54.241Z Compiling same-file v1.0.6
15752026-07-22T15:08:54.285Z Compiling object v0.37.3
15762026-07-22T15:08:54.290Z Compiling unicode-segmentation v1.12.0
15772026-07-22T15:08:54.340Z Compiling tokio-util v0.7.18
15782026-07-22T15:08:54.345Z Compiling tower v0.5.3
15792026-07-22T15:08:54.403Z Compiling tokio-native-tls v0.3.1
15802026-07-22T15:08:54.418Z Compiling base16ct v0.2.0
15812026-07-22T15:08:54.434Z Compiling managed v0.8.0
15822026-07-22T15:08:54.439Z Compiling winnow v0.5.40
15832026-07-22T15:08:54.468Z Compiling bitflags v1.3.2
15842026-07-22T15:08:54.556Z Compiling libbz2-rs-sys v0.2.2
15852026-07-22T15:08:54.595Z Compiling bumpalo v3.20.2
15862026-07-22T15:08:54.616Z Compiling foldhash v0.2.0
15872026-07-22T15:08:54.680Z Compiling sec1 v0.7.3
15882026-07-22T15:08:54.746Z Compiling newtype-uuid v1.3.2
15892026-07-22T15:08:54.854Z Compiling tower-http v0.6.8
15902026-07-22T15:08:54.869Z Compiling zopfli v0.8.3
15912026-07-22T15:08:54.872Z Compiling hashbrown v0.16.1
15922026-07-22T15:08:54.996Z Compiling bzip2 v0.6.1
15932026-07-22T15:08:55.100Z Compiling h2 v0.4.15
15942026-07-22T15:08:55.227Z Compiling daft v0.1.7
15952026-07-22T15:08:55.278Z Compiling flate2 v1.1.9
15962026-07-22T15:08:55.446Z Compiling hashbrown v0.15.5
15972026-07-22T15:08:55.584Z Compiling walkdir v2.5.0
15982026-07-22T15:08:55.615Z Compiling dof v0.3.0
15992026-07-22T15:08:55.615Z Compiling clap_builder v4.6.0
16002026-07-22T15:08:55.669Z Compiling cargo_metadata v0.23.1
16012026-07-22T15:08:55.676Z Compiling snafu v0.8.9
16022026-07-22T15:08:55.745Z Compiling group v0.13.0
16032026-07-22T15:08:55.765Z Compiling strum v0.27.2
16042026-07-22T15:08:55.825Z Compiling toml_edit v0.19.15
16052026-07-22T15:08:55.911Z Compiling anstream v0.6.21
16062026-07-22T15:08:55.942Z Compiling phf v0.13.1
16072026-07-22T15:08:55.953Z Compiling signal-hook-mio v0.2.5
16082026-07-22T15:08:56.039Z Compiling hubpack v0.1.2
16092026-07-22T15:08:56.074Z Compiling cookie_store v0.22.1
16102026-07-22T15:08:56.112Z Compiling usdt-attr-macro v0.6.0
16112026-07-22T15:08:56.216Z Compiling usdt-macro v0.6.0
16122026-07-22T15:08:56.264Z Compiling cipher v0.5.2
16132026-07-22T15:08:56.338Z Compiling futures v0.3.32
16142026-07-22T15:08:56.375Z Compiling bzip2 v0.4.4
16152026-07-22T15:08:56.431Z Compiling serde_with_macros v3.21.0
16162026-07-22T15:08:56.443Z Compiling zstd v0.13.3
16172026-07-22T15:08:56.573Z Compiling postgres-types v0.2.12
16182026-07-22T15:08:56.746Z Compiling globset v0.4.18
16192026-07-22T15:08:56.775Z Compiling ed25519 v2.2.3
16202026-07-22T15:08:56.894Z Compiling dtrace-parser v0.2.0
16212026-07-22T15:08:56.983Z Compiling olpc-cjson v0.1.4
16222026-07-22T15:08:57.072Z Compiling serde_plain v1.0.2
16232026-07-22T15:08:57.106Z Compiling serde-big-array v0.5.1
16242026-07-22T15:08:57.157Z Compiling pkcs1 v0.7.5
16252026-07-22T15:08:57.171Z Compiling hkdf v0.12.4
16262026-07-22T15:08:57.249Z Compiling crypto-bigint v0.5.5
16272026-07-22T15:08:57.294Z Compiling strum_macros v0.26.4
16282026-07-22T15:08:57.347Z Compiling async-recursion v1.1.1
16292026-07-22T15:08:57.448Z Compiling serde_repr v0.1.20
16302026-07-22T15:08:57.560Z Compiling clap_derive v4.6.1
16312026-07-22T15:08:57.629Z Compiling enum-as-inner v0.6.1
16322026-07-22T15:08:57.681Z Compiling phf_shared v0.11.3
16332026-07-22T15:08:57.720Z Compiling float-cmp v0.10.0
16342026-07-22T15:08:57.835Z Compiling pem v3.0.6
16352026-07-22T15:08:57.878Z Compiling thread-id v4.2.2
16362026-07-22T15:08:57.892Z Compiling memmap2 v0.9.10
16372026-07-22T15:08:57.978Z Compiling env_filter v1.0.0
16382026-07-22T15:08:58.036Z Compiling static_assertions v1.1.0
16392026-07-22T15:08:58.060Z Compiling winnow v1.0.3
16402026-07-22T15:08:58.131Z Compiling normalize-line-endings v0.3.0
16412026-07-22T15:08:58.142Z Compiling keccak v0.1.6
16422026-07-22T15:08:58.177Z Compiling const-oid v0.10.2
16432026-07-22T15:08:58.191Z Compiling cpufeatures v0.3.0
16442026-07-22T15:08:58.229Z Compiling difflib v0.4.0
16452026-07-22T15:08:58.270Z Compiling typed-path v0.9.3
16462026-07-22T15:08:58.315Z Compiling predicates-core v1.0.10
16472026-07-22T15:08:58.365Z Compiling hyper v1.10.1
16482026-07-22T15:08:58.389Z Compiling either v1.15.0
16492026-07-22T15:08:58.462Z Compiling new_debug_unreachable v1.0.6
16502026-07-22T15:08:58.490Z Compiling data-encoding v2.10.0
16512026-07-22T15:08:58.502Z Compiling fixedbitset v0.5.7
16522026-07-22T15:08:58.530Z Compiling whoami v2.1.0
16532026-07-22T15:08:58.624Z Compiling jiff v0.2.21
16542026-07-22T15:08:58.642Z Compiling fixedbitset v0.4.2
16552026-07-22T15:08:58.796Z Compiling precomputed-hash v0.1.1
16562026-07-22T15:08:58.819Z Compiling petgraph v0.6.5
16572026-07-22T15:08:58.884Z Compiling string_cache v0.8.9
16582026-07-22T15:08:58.887Z Compiling hickory-proto v0.25.2
16592026-07-22T15:08:58.913Z Compiling tokio-postgres v0.7.16
16602026-07-22T15:08:58.927Z Compiling petgraph v0.8.3
16612026-07-22T15:08:59.068Z Compiling strum v0.26.3
16622026-07-22T15:08:59.134Z Compiling itertools v0.13.0
16632026-07-22T15:08:59.212Z Compiling toml_edit v0.22.27
16642026-07-22T15:08:59.229Z Compiling predicates v3.1.4
16652026-07-22T15:08:59.383Z Compiling toml_parser v1.1.2+spec-1.1.0
16662026-07-22T15:08:59.400Z Compiling digest v0.11.3
16672026-07-22T15:08:59.401Z Compiling clap v4.6.1
16682026-07-22T15:08:59.501Z Compiling hyper-util v0.1.20
16692026-07-22T15:08:59.503Z Compiling sha3 v0.10.8
16702026-07-22T15:08:59.650Z Compiling chacha20 v0.10.0
16712026-07-22T15:08:59.889Z Compiling elliptic-curve v0.13.8
16722026-07-22T15:08:59.988Z Compiling env_logger v0.11.9
16732026-07-22T15:08:59.996Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-07-22T15:09:00.028Z Compiling usdt v0.6.0
16752026-07-22T15:09:00.042Z Compiling usdt-impl v0.5.0
16762026-07-22T15:09:00.330Z Compiling serde_with v3.21.0
16772026-07-22T15:09:00.339Z Compiling crossterm v0.28.1
16782026-07-22T15:09:00.357Z Compiling rsa v0.9.10
16792026-07-22T15:09:00.424Z Compiling toml v0.7.8
16802026-07-22T15:09:00.440Z Compiling ed25519-dalek v2.2.0
16812026-07-22T15:09:00.950Z Compiling hyper-tls v0.6.0
16822026-07-22T15:09:01.108Z Compiling zip v0.6.6
16832026-07-22T15:09:01.212Z Compiling reqwest v0.12.28
16842026-07-22T15:09:01.242Z Compiling iddqd v0.4.2
16852026-07-22T15:09:01.353Z Compiling zip v4.6.1
16862026-07-22T15:09:01.558Z Compiling tokio-stream v0.1.18
16872026-07-22T15:09:01.911Z Compiling heck v0.4.1
16882026-07-22T15:09:01.976Z Compiling similar v2.7.0
16892026-07-22T15:09:02.046Z Compiling buf-list v1.1.2
16902026-07-22T15:09:02.050Z Compiling byte-wrapper v0.1.0
16912026-07-22T15:09:02.165Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-22T15:09:02.200Z Compiling openapiv3 v2.2.0
16932026-07-22T15:09:02.337Z Compiling x509-cert v0.2.5
16942026-07-22T15:09:02.352Z Compiling crossbeam-epoch v0.9.18
16952026-07-22T15:09:02.416Z Compiling lalrpop-util v0.19.12
16962026-07-22T15:09:02.451Z Compiling peg-runtime v0.8.5
16972026-07-22T15:09:02.486Z Compiling thread_local v1.1.9
16982026-07-22T15:09:02.564Z Compiling slog-async v2.8.0
16992026-07-22T15:09:02.626Z Compiling crossbeam-channel v0.5.15
17002026-07-22T15:09:02.704Z Compiling filetime v0.2.27
17012026-07-22T15:09:02.748Z Compiling is-terminal v0.4.17
17022026-07-22T15:09:02.762Z Compiling take_mut v0.2.2
17032026-07-22T15:09:02.869Z Compiling term v1.2.1
17042026-07-22T15:09:02.884Z Compiling xattr v1.6.1
17052026-07-22T15:09:02.898Z Compiling camino-tempfile v1.4.1
17062026-07-22T15:09:03.073Z Compiling tar v0.4.46
17072026-07-22T15:09:03.155Z Compiling slog-term v2.9.2
17082026-07-22T15:09:20.780Z Compiling rustls-webpki v0.103.13
17092026-07-22T15:09:23.461Z Compiling tokio-rustls v0.26.4
17102026-07-22T15:09:23.461Z Compiling rustls-platform-verifier v0.6.2
17112026-07-22T15:09:23.461Z Compiling tough v0.22.0
17122026-07-22T15:09:23.661Z Compiling hyper-rustls v0.27.7
17132026-07-22T15:09:23.850Z Compiling reqwest v0.13.2
17142026-07-22T15:09:26.047Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-07-22T15:09:26.290Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-07-22T15:09:29.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.20s
17172026-07-22T15:09:29.288Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-07-22T15:09:29.328ZJul 22 15:09:28.690 INFO Starting download, target: DendriteStub
17192026-07-22T15:09:29.328ZJul 22 15:09:28.690 INFO Starting download, target: Cockroach
17202026-07-22T15:09:29.328ZJul 22 15:09:28.690 INFO Starting download, target: Console
17212026-07-22T15:09:29.328ZJul 22 15:09:28.690 INFO Starting download, target: Clickhouse
17222026-07-22T15:09:29.328ZJul 22 15:09:28.690 INFO Starting download, target: MaghemiteMgd
17232026-07-22T15:09:29.331ZJul 22 15:09:28.690 INFO Starting download, target: MaghemiteDdmd
17242026-07-22T15:09:29.331ZJul 22 15:09:28.690 INFO Starting download, target: TransceiverControl
17252026-07-22T15:09:29.331ZJul 22 15:09:28.691 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17262026-07-22T15:09:29.331ZJul 22 15:09:28.691 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-07-22T15:09:29.331ZJul 22 15:09:28.691 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17282026-07-22T15:09:29.332ZJul 22 15:09:28.691 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17292026-07-22T15:09:29.332ZJul 22 15:09:28.691 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-07-22T15:09:29.332ZJul 22 15:09:28.691 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17312026-07-22T15:09:29.332ZJul 22 15:09:28.691 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17322026-07-22T15:09:29.771ZJul 22 15:09:29.095 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-07-22T15:09:29.959ZJul 22 15:09:29.311 INFO Download complete, target: TransceiverControl
17342026-07-22T15:09:31.162ZJul 22 15:09:30.516 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-07-22T15:09:31.417ZJul 22 15:09:30.773 INFO Download complete, target: Console
17362026-07-22T15:09:31.534ZJul 22 15:09:30.871 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17372026-07-22T15:09:31.542ZJul 22 15:09:30.888 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17382026-07-22T15:09:31.814ZJul 22 15:09:31.164 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17392026-07-22T15:09:31.845ZJul 22 15:09:31.197 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-07-22T15:09:32.166ZJul 22 15:09:31.522 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17412026-07-22T15:09:32.166ZJul 22 15:09:31.522 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17422026-07-22T15:09:33.587ZJul 22 15:09:32.938 INFO Download complete, target: MaghemiteDdmd
17432026-07-22T15:09:34.151ZJul 22 15:09:33.513 INFO Download complete, target: DendriteStub
17442026-07-22T15:09:34.567ZJul 22 15:09:33.929 INFO Download complete, target: MaghemiteMgd
17452026-07-22T15:09:36.965ZJul 22 15:09:36.325 INFO Checking that binary works, target: Cockroach
17462026-07-22T15:09:37.090ZJul 22 15:09:36.447 INFO Download complete, target: Cockroach
17472026-07-22T15:09:38.709ZJul 22 15:09:38.071 INFO Checking that binary works, target: Clickhouse
17482026-07-22T15:09:38.797ZJul 22 15:09:38.158 INFO Download complete, target: Clickhouse
17492026-07-22T15:09:38.803ZAll prerequisites installed successfully
17502026-07-22T15:09:38.809Z
17512026-07-22T15:09:38.809Zreal 1:46.661622698
17522026-07-22T15:09:38.809Zuser 6:38.580694088
17532026-07-22T15:09:38.809Zsys 1:39.049235048
17542026-07-22T15:09:38.809Ztrap 0.239568643
17552026-07-22T15:09:38.809Ztflt 0.997066301
17562026-07-22T15:09:38.809Zdflt 1.672584041
17572026-07-22T15:09:38.809Zkflt 0.026547495
17582026-07-22T15:09:38.809Zlock 23:18.646142234
17592026-07-22T15:09:38.809Zslp 18:06.603910332
17602026-07-22T15:09:38.809Zlat 22.720642999
17612026-07-22T15:09:38.809Zstop 2:45.771599667
17622026-07-22T15:09:38.809Z+ ptime -m cargo xtask download softnpu
17632026-07-22T15:09:39.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17642026-07-22T15:09:39.279Z Running `target/debug/xtask download softnpu`
17652026-07-22T15:09:40.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17662026-07-22T15:09:40.076Z Running `target/debug/xtask-downloader softnpu`
17672026-07-22T15:09:40.117ZJul 22 15:09:39.478 INFO Starting download, target: Softnpu
17682026-07-22T15:09:40.120ZJul 22 15:09:39.478 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-07-22T15:09:40.798ZJul 22 15:09:40.158 INFO Download complete, target: Softnpu
17702026-07-22T15:09:40.808Z
17712026-07-22T15:09:40.808Zreal 1.990726869
17722026-07-22T15:09:40.808Zuser 1.292406479
17732026-07-22T15:09:40.808Zsys 0.598491673
17742026-07-22T15:09:40.809Ztrap 0.000522200
17752026-07-22T15:09:40.809Ztflt 0.000143850
17762026-07-22T15:09:40.809Zdflt 0.000607550
17772026-07-22T15:09:40.809Zkflt 0.000000000
17782026-07-22T15:09:40.809Zlock 12.675397882
17792026-07-22T15:09:40.809Zslp 0.539161013
17802026-07-22T15:09:40.809Zlat 0.088566477
17812026-07-22T15:09:40.809Zstop 0.000171900
17822026-07-22T15:09:40.809Z+ export CARGO_INCREMENTAL=0
17832026-07-22T15:09:40.809Z+ CARGO_INCREMENTAL=0
17842026-07-22T15:09:40.809Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-07-22T15:09:41.665Z Compiling proc-macro2 v1.0.106
17862026-07-22T15:09:41.665Z Compiling quote v1.0.45
17872026-07-22T15:09:41.665Z Compiling unicode-ident v1.0.24
17882026-07-22T15:09:41.665Z Compiling libc v0.2.185
17892026-07-22T15:09:41.665Z Compiling serde_core v1.0.228
17902026-07-22T15:09:41.670Z Compiling serde v1.0.228
17912026-07-22T15:09:41.670Z Compiling cfg-if v1.0.4
17922026-07-22T15:09:41.670Z Compiling version_check v0.9.5
17932026-07-22T15:09:41.670Z Compiling find-msvc-tools v0.1.9
17942026-07-22T15:09:41.812Z Compiling shlex v1.3.0
17952026-07-22T15:09:41.815Z Compiling memchr v2.8.0
17962026-07-22T15:09:41.815Z Compiling zmij v1.0.21
17972026-07-22T15:09:41.815Z Compiling serde_json v1.0.150
17982026-07-22T15:09:41.815Z Compiling autocfg v1.5.0
17992026-07-22T15:09:41.919Z Compiling portable-atomic v1.13.1
18002026-07-22T15:09:41.965Z Compiling zerocopy v0.8.40
18012026-07-22T15:09:42.058Z Compiling getrandom v0.4.1
18022026-07-22T15:09:42.117Z Compiling libm v0.2.16
18032026-07-22T15:09:42.194Z Compiling parking_lot_core v0.9.12
18042026-07-22T15:09:42.197Z Compiling icu_properties_data v2.1.2
18052026-07-22T15:09:42.249Z Compiling icu_normalizer_data v2.1.1
18062026-07-22T15:09:42.253Z Compiling smallvec v1.15.1
18072026-07-22T15:09:42.278Z Compiling generic-array v0.14.7
18082026-07-22T15:09:42.377Z Compiling num-traits v0.2.19
18092026-07-22T15:09:42.441Z Compiling itoa v1.0.17
18102026-07-22T15:09:42.457Z Compiling log v0.4.29
18112026-07-22T15:09:42.523Z Compiling subtle v2.6.1
18122026-07-22T15:09:42.540Z Compiling pkg-config v0.3.32
18132026-07-22T15:09:42.556Z Compiling stable_deref_trait v1.2.1
18142026-07-22T15:09:42.605Z Compiling typenum v1.20.1
18152026-07-22T15:09:42.674Z Compiling scopeguard v1.2.0
18162026-07-22T15:09:42.710Z Compiling rand_core v0.10.0
18172026-07-22T15:09:42.758Z Compiling thiserror v2.0.18
18182026-07-22T15:09:42.785Z Compiling lock_api v0.4.14
18192026-07-22T15:09:42.819Z Compiling getrandom v0.3.4
18202026-07-22T15:09:42.846Z Compiling jobserver v0.1.34
18212026-07-22T15:09:42.908Z Compiling errno v0.3.14
18222026-07-22T15:09:43.007Z Compiling pin-project-lite v0.2.17
18232026-07-22T15:09:43.063Z Compiling cc v1.2.56
18242026-07-22T15:09:43.077Z Compiling litemap v0.8.1
18252026-07-22T15:09:43.091Z Compiling fnv v1.0.7
18262026-07-22T15:09:43.107Z Compiling writeable v0.6.2
18272026-07-22T15:09:43.120Z Compiling percent-encoding v2.3.2
18282026-07-22T15:09:43.136Z Compiling equivalent v1.0.2
18292026-07-22T15:09:43.170Z Compiling getrandom v0.2.17
18302026-07-22T15:09:43.203Z Compiling syn v2.0.117
18312026-07-22T15:09:43.219Z Compiling rustversion v1.0.22
18322026-07-22T15:09:43.283Z Compiling schemars v0.8.22
18332026-07-22T15:09:43.334Z Compiling rand_core v0.6.4
18342026-07-22T15:09:43.363Z Compiling rustix v1.1.3
18352026-07-22T15:09:43.393Z Compiling fs_extra v1.3.0
18362026-07-22T15:09:43.398Z Compiling critical-section v1.2.0
18372026-07-22T15:09:43.424Z Compiling dunce v1.0.5
18382026-07-22T15:09:43.551Z Compiling hashbrown v0.17.0
18392026-07-22T15:09:43.631Z Compiling signal-hook-registry v1.4.8
18402026-07-22T15:09:43.722Z Compiling strsim v0.11.1
18412026-07-22T15:09:43.748Z Compiling heck v0.5.0
18422026-07-22T15:09:43.763Z Compiling utf8_iter v1.0.4
18432026-07-22T15:09:43.779Z Compiling cmake v0.1.57
18442026-07-22T15:09:43.972Z Compiling once_cell v1.21.3
18452026-07-22T15:09:44.053Z Compiling parking_lot v0.12.5
18462026-07-22T15:09:44.075Z Compiling form_urlencoded v1.2.2
18472026-07-22T15:09:44.144Z Compiling semver v1.0.28
18482026-07-22T15:09:44.146Z Compiling indexmap v2.14.0
18492026-07-22T15:09:44.174Z Compiling socket2 v0.6.3
18502026-07-22T15:09:44.240Z Compiling mio v1.2.0
18512026-07-22T15:09:44.285Z Compiling bitflags v2.11.0
18522026-07-22T15:09:44.319Z Compiling aws-lc-rs v1.16.3
18532026-07-22T15:09:44.352Z Compiling aws-lc-sys v0.40.0
18542026-07-22T15:09:44.370Z Compiling ident_case v1.0.1
18552026-07-22T15:09:44.414Z Compiling futures-core v0.3.32
18562026-07-22T15:09:44.537Z Compiling httparse v1.10.1
18572026-07-22T15:09:44.720Z Compiling thiserror v1.0.69
18582026-07-22T15:09:44.846Z Compiling byteorder v1.5.0
18592026-07-22T15:09:44.851Z Compiling ucd-trie v0.1.7
18602026-07-22T15:09:44.943Z Compiling regex-syntax v0.8.10
18612026-07-22T15:09:44.988Z Compiling syn v1.0.109
18622026-07-22T15:09:44.991Z Compiling const-oid v0.9.6
18632026-07-22T15:09:44.991Z Compiling vcpkg v0.2.15
18642026-07-22T15:09:45.051Z Compiling pest v2.8.6
18652026-07-22T15:09:45.096Z Compiling iana-time-zone v0.1.65
18662026-07-22T15:09:45.274Z Compiling uuid v1.23.4
18672026-07-22T15:09:45.390Z Compiling rustc_version v0.4.1
18682026-07-22T15:09:45.459Z Compiling futures-sink v0.3.32
18692026-07-22T15:09:45.507Z Compiling rustls v0.23.41
18702026-07-22T15:09:45.591Z Compiling futures-channel v0.3.32
18712026-07-22T15:09:45.596Z Compiling openssl-sys v0.9.115
18722026-07-22T15:09:45.698Z Compiling aho-corasick v1.1.4
18732026-07-22T15:09:45.699Z Compiling futures-io v0.3.32
18742026-07-22T15:09:45.727Z Compiling slab v0.4.12
18752026-07-22T15:09:45.745Z Compiling futures-task v0.3.32
18762026-07-22T15:09:45.974Z Compiling crc32fast v1.5.0
18772026-07-22T15:09:46.068Z Compiling synstructure v0.13.2
18782026-07-22T15:09:46.087Z Compiling serde_derive_internals v0.29.1
18792026-07-22T15:09:46.114Z Compiling pest_meta v2.8.6
18802026-07-22T15:09:46.137Z Compiling time-core v0.1.8
18812026-07-22T15:09:46.155Z Compiling plain v0.2.3
18822026-07-22T15:09:46.267Z Compiling dyn-clone v1.0.20
18832026-07-22T15:09:46.287Z Compiling num-conv v0.2.0
18842026-07-22T15:09:46.371Z Compiling base64 v0.22.1
18852026-07-22T15:09:46.387Z Compiling crossbeam-utils v0.8.21
18862026-07-22T15:09:46.439Z Compiling time-macros v0.2.27
18872026-07-22T15:09:46.515Z Compiling openssl v0.10.79
18882026-07-22T15:09:46.572Z Compiling regex-automata v0.4.14
18892026-07-22T15:09:46.604Z Compiling pretty-hex v0.4.1
18902026-07-22T15:09:46.678Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18912026-07-22T15:09:46.780Z Compiling pest_generator v2.8.6
18922026-07-22T15:09:46.790Z Compiling native-tls v0.2.18
18932026-07-22T15:09:46.875Z Compiling anyhow v1.0.102
18942026-07-22T15:09:46.882Z Compiling rand_core v0.9.5
18952026-07-22T15:09:47.041Z Compiling slog v2.8.2
18962026-07-22T15:09:47.064Z Compiling tracing-core v0.1.36
18972026-07-22T15:09:47.162Z Compiling cookie v0.18.1
18982026-07-22T15:09:47.211Z Compiling camino v1.2.2
18992026-07-22T15:09:47.257Z Compiling serde_derive v1.0.228
19002026-07-22T15:09:47.287Z Compiling zeroize_derive v1.4.3
19012026-07-22T15:09:47.341Z Compiling zerofrom-derive v0.1.6
19022026-07-22T15:09:47.357Z Compiling yoke-derive v0.8.1
19032026-07-22T15:09:47.371Z Compiling zerovec-derive v0.11.2
19042026-07-22T15:09:47.394Z Compiling displaydoc v0.2.5
19052026-07-22T15:09:47.417Z Compiling zerocopy-derive v0.8.40
19062026-07-22T15:09:47.445Z Compiling tokio-macros v2.7.0
19072026-07-22T15:09:47.459Z Compiling futures-macro v0.3.32
19082026-07-22T15:09:47.473Z Compiling thiserror-impl v2.0.18
19092026-07-22T15:09:47.542Z Compiling schemars_derive v0.8.22
19102026-07-22T15:09:47.919Z Compiling zeroize v1.8.2
19112026-07-22T15:09:48.125Z Compiling tracing-attributes v0.1.31
19122026-07-22T15:09:48.183Z Compiling der_derive v0.7.3
19132026-07-22T15:09:48.251Z Compiling thiserror-impl v1.0.69
19142026-07-22T15:09:48.328Z Compiling pest_derive v2.8.6
19152026-07-22T15:09:48.435Z Compiling futures-util v0.3.32
19162026-07-22T15:09:48.482Z Compiling zerofrom v0.1.6
19172026-07-22T15:09:48.633Z Compiling yoke v0.8.1
19182026-07-22T15:09:48.706Z Compiling crypto-common v0.1.7
19192026-07-22T15:09:48.813Z Compiling zerovec v0.11.5
19202026-07-22T15:09:48.820Z Compiling zerotrie v0.2.3
19212026-07-22T15:09:48.869Z Compiling block-buffer v0.10.4
19222026-07-22T15:09:49.035Z Compiling digest v0.10.7
19232026-07-22T15:09:49.266Z Compiling scroll_derive v0.12.1
19242026-07-22T15:09:49.283Z Compiling scroll_derive v0.13.1
19252026-07-22T15:09:49.298Z Compiling openssl-macros v0.1.1
19262026-07-22T15:09:49.369Z Compiling tinystr v0.8.2
19272026-07-22T15:09:49.372Z Compiling potential_utf v0.1.4
19282026-07-22T15:09:49.423Z Compiling regex v1.12.3
19292026-07-22T15:09:49.546Z Compiling icu_locale_core v2.1.1
19302026-07-22T15:09:49.587Z Compiling icu_collections v2.1.1
19312026-07-22T15:09:49.838Z Compiling zerocopy-derive v0.7.35
19322026-07-22T15:09:49.871Z Compiling base64ct v1.8.3
19332026-07-22T15:09:50.091Z Compiling tracing v0.1.44
19342026-07-22T15:09:50.165Z Compiling pem-rfc7468 v0.7.0
19352026-07-22T15:09:50.289Z Compiling icu_provider v2.1.1
19362026-07-22T15:09:50.388Z Compiling bytes v1.11.1
19372026-07-22T15:09:50.463Z Compiling chrono v0.4.45
19382026-07-22T15:09:50.515Z Compiling serde_tokenstream v0.2.3
19392026-07-22T15:09:50.636Z Compiling icu_normalizer v2.1.1
19402026-07-22T15:09:50.656Z Compiling icu_properties v2.1.2
19412026-07-22T15:09:50.975Z Compiling tokio v1.52.1
19422026-07-22T15:09:51.068Z Compiling http v1.4.2
19432026-07-22T15:09:51.657Z Compiling idna_adapter v1.2.1
19442026-07-22T15:09:51.814Z Compiling idna v1.1.0
19452026-07-22T15:09:51.874Z Compiling ppv-lite86 v0.2.21
19462026-07-22T15:09:51.994Z Compiling flagset v0.4.7
19472026-07-22T15:09:52.009Z Compiling http-body v1.0.1
19482026-07-22T15:09:52.059Z Compiling rustls-pki-types v1.14.0
19492026-07-22T15:09:52.146Z Compiling der v0.7.10
19502026-07-22T15:09:52.178Z Compiling url v2.5.8
19512026-07-22T15:09:52.194Z Compiling rand_chacha v0.9.0
19522026-07-22T15:09:52.577Z Compiling usdt-impl v0.5.0
19532026-07-22T15:09:52.702Z Compiling openssl-probe v0.2.1
19542026-07-22T15:09:52.718Z Compiling cmov v0.5.4
19552026-07-22T15:09:52.986Z Compiling either v1.15.0
19562026-07-22T15:09:53.098Z Compiling tinyvec_macros v0.1.1
19572026-07-22T15:09:53.111Z Compiling paste v1.0.15
19582026-07-22T15:09:53.213Z Compiling ref-cast v1.0.25
19592026-07-22T15:09:53.232Z Compiling fastrand v2.3.0
19602026-07-22T15:09:53.245Z Compiling usdt-impl v0.6.0
19612026-07-22T15:09:53.279Z Compiling tinyvec v1.10.0
19622026-07-22T15:09:53.326Z Compiling ctutils v0.4.2
19632026-07-22T15:09:53.397Z Compiling spki v0.7.3
19642026-07-22T15:09:53.576Z Compiling rand v0.9.2
19652026-07-22T15:09:53.616Z Compiling toml_datetime v0.6.11
19662026-07-22T15:09:53.649Z Compiling serde_spanned v0.6.9
19672026-07-22T15:09:53.652Z Compiling scroll v0.13.0
19682026-07-22T15:09:53.745Z Compiling scroll v0.12.0
19692026-07-22T15:09:53.774Z Compiling async-trait v0.1.89
19702026-07-22T15:09:53.809Z Compiling heapless v0.7.17
19712026-07-22T15:09:53.936Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-07-22T15:09:53.969Z Compiling tower-layer v0.3.3
19732026-07-22T15:09:53.972Z Compiling untrusted v0.7.1
19742026-07-22T15:09:53.999Z Compiling tower-service v0.3.3
19752026-07-22T15:09:54.016Z Compiling cpufeatures v0.2.17
19762026-07-22T15:09:54.033Z Compiling winnow v1.0.3
19772026-07-22T15:09:54.089Z Compiling zstd-safe v7.2.4
19782026-07-22T15:09:54.105Z Compiling litrs v1.0.0
19792026-07-22T15:09:54.122Z Compiling rustix v0.38.44
19802026-07-22T15:09:54.137Z Compiling atomic-waker v1.1.2
19812026-07-22T15:09:54.153Z Compiling winnow v0.7.14
19822026-07-22T15:09:54.157Z Compiling try-lock v0.2.5
19832026-07-22T15:09:54.254Z Compiling signal-hook v0.3.18
19842026-07-22T15:09:54.306Z Compiling want v0.3.1
19852026-07-22T15:09:54.396Z Compiling toml_parser v1.1.2+spec-1.1.0
19862026-07-22T15:09:54.431Z Compiling goblin v0.8.2
19872026-07-22T15:09:54.493Z Compiling goblin v0.10.5
19882026-07-22T15:09:54.573Z Compiling document-features v0.2.12
19892026-07-22T15:09:54.678Z Compiling hybrid-array v0.4.13
19902026-07-22T15:09:54.996Z Compiling tokio-util v0.7.18
19912026-07-22T15:09:55.010Z Compiling zerocopy v0.7.35
19922026-07-22T15:09:55.127Z Compiling ipnet v2.11.0
19932026-07-22T15:09:55.479Z Compiling ref-cast-impl v1.0.25
19942026-07-22T15:09:55.495Z Compiling darling_core v0.20.11
19952026-07-22T15:09:55.513Z Compiling curve25519-dalek v4.1.3
19962026-07-22T15:09:55.571Z Compiling memoffset v0.9.1
19972026-07-22T15:09:55.587Z Compiling untrusted v0.9.0
19982026-07-22T15:09:55.617Z Compiling powerfmt v0.2.0
19992026-07-22T15:09:55.725Z Compiling h2 v0.4.15
20002026-07-22T15:09:55.797Z Compiling utf8parse v0.2.2
20012026-07-22T15:09:55.929Z Compiling winnow v0.5.40
20022026-07-22T15:09:56.045Z Compiling httpdate v1.0.3
20032026-07-22T15:09:56.166Z Compiling foreign-types-shared v0.1.1
20042026-07-22T15:09:56.286Z Compiling foreign-types v0.3.2
20052026-07-22T15:09:56.301Z Compiling tempfile v3.25.0
20062026-07-22T15:09:56.364Z Compiling deranged v0.5.8
20072026-07-22T15:09:56.613Z Compiling unicode-normalization v0.1.25
20082026-07-22T15:09:56.697Z Compiling dof v0.3.0
20092026-07-22T15:09:57.034Z Compiling dtrace-parser v0.2.0
20102026-07-22T15:09:57.037Z Compiling pkcs8 v0.10.2
20112026-07-22T15:09:57.309Z Compiling toml_edit v0.19.15
20122026-07-22T15:09:57.373Z Compiling dof v0.4.0
20132026-07-22T15:09:57.507Z Compiling darling_macro v0.20.11
20142026-07-22T15:09:57.611Z Compiling dtrace-parser v0.3.0
20152026-07-22T15:09:57.647Z Compiling daft-derive v0.1.7
20162026-07-22T15:09:58.007Z Compiling pin-project-internal v1.1.11
20172026-07-22T15:09:58.040Z Compiling spin v0.9.8
20182026-07-22T15:09:58.060Z Compiling thread-id v4.2.2
20192026-07-22T15:09:58.156Z Compiling thread-id v5.1.0
20202026-07-22T15:09:58.161Z Compiling cfg_aliases v0.2.1
20212026-07-22T15:09:58.226Z Compiling num-bigint-dig v0.8.6
20222026-07-22T15:09:58.269Z Compiling smoltcp v0.9.1
20232026-07-22T15:09:58.274Z Compiling anstyle v1.0.14
20242026-07-22T15:09:58.424Z Compiling num_threads v0.1.7
20252026-07-22T15:09:58.526Z Compiling time v0.3.47
20262026-07-22T15:09:58.560Z Compiling nix v0.31.2
20272026-07-22T15:09:58.693Z Compiling darling v0.20.11
20282026-07-22T15:09:58.952Z Compiling hyper v1.10.1
20292026-07-22T15:09:59.038Z Compiling sha2 v0.10.9
20302026-07-22T15:09:59.107Z Compiling ipnetwork v0.21.1
20312026-07-22T15:09:59.188Z Compiling hmac v0.12.1
20322026-07-22T15:09:59.349Z Compiling curve25519-dalek-derive v0.1.1
20332026-07-22T15:09:59.380Z Compiling strum_macros v0.26.4
20342026-07-22T15:09:59.585Z Compiling darling_core v0.23.0
20352026-07-22T15:09:59.603Z Compiling sync_wrapper v1.0.2
20362026-07-22T15:09:59.619Z Compiling wait-timeout v0.2.1
20372026-07-22T15:09:59.880Z Compiling simd-adler32 v0.3.8
20382026-07-22T15:10:00.125Z Compiling hyper-util v0.1.20
20392026-07-22T15:10:00.234Z Compiling bit-vec v0.8.0
20402026-07-22T15:10:00.418Z Compiling quick-error v1.2.3
20412026-07-22T15:10:00.441Z Compiling siphasher v1.0.2
20422026-07-22T15:10:00.487Z Compiling is_terminal_polyfill v1.70.2
20432026-07-22T15:10:00.542Z Compiling anstyle-query v1.1.5
20442026-07-22T15:10:00.597Z Compiling colorchoice v1.0.4
20452026-07-22T15:10:00.642Z Compiling rusty-fork v0.3.1
20462026-07-22T15:10:00.671Z Compiling bit-set v0.8.0
20472026-07-22T15:10:00.946Z Compiling tower v0.5.3
20482026-07-22T15:10:01.462Z Compiling derive_builder_core v0.20.2
20492026-07-22T15:10:01.499Z Compiling http-body-util v0.1.3
20502026-07-22T15:10:01.613Z Compiling hubpack_derive v0.1.1
20512026-07-22T15:10:01.745Z Compiling snafu-derive v0.8.9
20522026-07-22T15:10:01.761Z Compiling darling_macro v0.23.0
20532026-07-22T15:10:01.779Z Compiling strum_macros v0.27.2
20542026-07-22T15:10:01.782Z Compiling rand_xorshift v0.4.0
20552026-07-22T15:10:01.927Z Compiling fs-err v3.3.0
20562026-07-22T15:10:01.959Z Compiling ahash v0.8.12
20572026-07-22T15:10:02.161Z Compiling iri-string v0.7.10
20582026-07-22T15:10:02.179Z Compiling adler2 v2.0.1
20592026-07-22T15:10:02.212Z Compiling unicode-segmentation v1.12.0
20602026-07-22T15:10:02.284Z Compiling unicode-properties v0.1.4
20612026-07-22T15:10:02.302Z Compiling unarray v0.1.4
20622026-07-22T15:10:02.328Z Compiling unicode-bidi v0.3.18
20632026-07-22T15:10:02.516Z Compiling object v0.37.3
20642026-07-22T15:10:02.607Z Compiling allocator-api2 v0.2.21
20652026-07-22T15:10:02.648Z Compiling ryu v1.0.23
20662026-07-22T15:10:02.839Z Compiling serde_urlencoded v0.7.1
20672026-07-22T15:10:02.844Z Compiling stringprep v0.1.5
20682026-07-22T15:10:02.953Z Compiling proptest v1.10.0
20692026-07-22T15:10:02.981Z Compiling derive_builder_macro v0.20.2
20702026-07-22T15:10:03.072Z Compiling miniz_oxide v0.8.9
20712026-07-22T15:10:03.214Z Compiling darling v0.23.0
20722026-07-22T15:10:03.312Z Compiling tower-http v0.6.8
20732026-07-22T15:10:03.457Z Compiling tokio-native-tls v0.3.1
20742026-07-22T15:10:03.495Z Compiling usdt-macro v0.6.0
20752026-07-22T15:10:03.567Z Compiling usdt-attr-macro v0.6.0
20762026-07-22T15:10:03.598Z Compiling anstyle-parse v1.0.0
20772026-07-22T15:10:03.615Z Compiling crypto-common v0.2.2
20782026-07-22T15:10:03.632Z Compiling block-buffer v0.12.1
20792026-07-22T15:10:03.751Z Compiling block-padding v0.4.2
20802026-07-22T15:10:04.085Z Compiling rustls-native-certs v0.8.3
20812026-07-22T15:10:04.157Z Compiling rand_chacha v0.3.1
20822026-07-22T15:10:04.211Z Compiling hex v0.4.3
20832026-07-22T15:10:04.229Z Compiling erased-serde v0.3.31
20842026-07-22T15:10:04.247Z Compiling signature v2.2.0
20852026-07-22T15:10:04.281Z Compiling md-5 v0.10.6
20862026-07-22T15:10:04.335Z Compiling bstr v1.12.1
20872026-07-22T15:10:04.439Z Compiling num-integer v0.1.46
20882026-07-22T15:10:04.453Z Compiling hash32 v0.2.1
20892026-07-22T15:10:04.503Z Compiling vergen-lib v9.1.0
20902026-07-22T15:10:04.592Z Compiling encoding_rs v0.8.35
20912026-07-22T15:10:04.658Z Compiling psl-types v2.0.11
20922026-07-22T15:10:04.727Z Compiling mime v0.3.17
20932026-07-22T15:10:04.746Z Compiling zlib-rs v0.6.2
20942026-07-22T15:10:04.816Z Compiling cpufeatures v0.3.0
20952026-07-22T15:10:04.830Z Compiling fallible-iterator v0.2.0
20962026-07-22T15:10:04.910Z Compiling publicsuffix v2.3.0
20972026-07-22T15:10:04.937Z Compiling newtype-uuid v1.3.2
20982026-07-22T15:10:05.093Z Compiling num-iter v0.1.45
20992026-07-22T15:10:05.134Z Compiling postgres-protocol v0.6.10
21002026-07-22T15:10:05.329Z Compiling rand v0.8.6
21012026-07-22T15:10:05.648Z Compiling oxnet v0.1.6
21022026-07-22T15:10:05.665Z Compiling inout v0.2.2
21032026-07-22T15:10:05.750Z Compiling anstream v1.0.0
21042026-07-22T15:10:05.790Z Compiling hyper-tls v0.6.0
21052026-07-22T15:10:05.834Z Compiling derive_builder v0.20.2
21062026-07-22T15:10:05.888Z Compiling serde_with_macros v3.21.0
21072026-07-22T15:10:05.963Z Compiling heck v0.4.1
21082026-07-22T15:10:06.010Z Compiling phf_shared v0.13.1
21092026-07-22T15:10:06.026Z Compiling pin-project v1.1.11
21102026-07-22T15:10:06.096Z Compiling lazy_static v1.5.0
21112026-07-22T15:10:06.112Z Compiling anstyle-parse v0.2.7
21122026-07-22T15:10:06.269Z Compiling terminal_size v0.4.3
21132026-07-22T15:10:06.273Z Compiling futures-executor v0.3.32
21142026-07-22T15:10:06.344Z Compiling async-recursion v1.1.1
21152026-07-22T15:10:06.347Z Compiling serde_repr v0.1.20
21162026-07-22T15:10:06.347Z Compiling clap_derive v4.6.1
21172026-07-22T15:10:06.388Z Compiling enum-as-inner v0.6.1
21182026-07-22T15:10:06.577Z Compiling ff v0.13.1
21192026-07-22T15:10:06.658Z Compiling vergen v9.1.0
21202026-07-22T15:10:06.675Z Compiling cargo-platform v0.3.2
21212026-07-22T15:10:06.795Z Compiling flate2 v1.1.9
21222026-07-22T15:10:06.898Z Compiling libbz2-rs-sys v0.2.2
21232026-07-22T15:10:06.924Z Compiling foldhash v0.1.5
21242026-07-22T15:10:06.940Z Compiling foldhash v0.2.0
21252026-07-22T15:10:06.955Z Compiling managed v0.8.0
21262026-07-22T15:10:06.987Z Compiling clap_lex v1.0.0
21272026-07-22T15:10:07.059Z Compiling base16ct v0.2.0
21282026-07-22T15:10:07.181Z Compiling same-file v1.0.6
21292026-07-22T15:10:07.237Z Compiling bitflags v1.3.2
21302026-07-22T15:10:07.268Z Compiling bumpalo v3.20.2
21312026-07-22T15:10:07.479Z Compiling zopfli v0.8.3
21322026-07-22T15:10:07.492Z Compiling bzip2 v0.6.1
21332026-07-22T15:10:07.520Z Compiling walkdir v2.5.0
21342026-07-22T15:10:07.536Z Compiling sec1 v0.7.3
21352026-07-22T15:10:07.743Z Compiling clap_builder v4.6.0
21362026-07-22T15:10:07.822Z Compiling hashbrown v0.16.1
21372026-07-22T15:10:07.838Z Compiling hashbrown v0.15.5
21382026-07-22T15:10:07.882Z Compiling cargo_metadata v0.23.1
21392026-07-22T15:10:08.042Z Compiling group v0.13.0
21402026-07-22T15:10:08.239Z Compiling futures v0.3.32
21412026-07-22T15:10:08.452Z Compiling anstream v0.6.21
21422026-07-22T15:10:08.700Z Compiling zstd v0.13.3
21432026-07-22T15:10:08.743Z Compiling phf v0.13.1
21442026-07-22T15:10:08.917Z Compiling snafu v0.8.9
21452026-07-22T15:10:08.975Z Compiling reqwest v0.12.28
21462026-07-22T15:10:09.110Z Compiling daft v0.1.7
21472026-07-22T15:10:09.259Z Compiling signal-hook-mio v0.2.5
21482026-07-22T15:10:09.326Z Compiling cipher v0.5.2
21492026-07-22T15:10:09.399Z Compiling cookie_store v0.22.1
21502026-07-22T15:10:09.416Z Compiling postgres-types v0.2.12
21512026-07-22T15:10:09.418Z Compiling bzip2 v0.4.4
21522026-07-22T15:10:09.419Z Compiling globset v0.4.18
21532026-07-22T15:10:09.561Z Compiling ed25519 v2.2.3
21542026-07-22T15:10:09.612Z Compiling strum v0.27.2
21552026-07-22T15:10:09.821Z Compiling hubpack v0.1.2
21562026-07-22T15:10:09.886Z Compiling phf_shared v0.11.3
21572026-07-22T15:10:09.941Z Compiling hkdf v0.12.4
21582026-07-22T15:10:09.957Z Compiling crossbeam-epoch v0.9.18
21592026-07-22T15:10:10.070Z Compiling pkcs1 v0.7.5
21602026-07-22T15:10:10.079Z Compiling olpc-cjson v0.1.4
21612026-07-22T15:10:10.221Z Compiling serde_plain v1.0.2
21622026-07-22T15:10:10.237Z Compiling serde-big-array v0.5.1
21632026-07-22T15:10:10.281Z Compiling pem v3.0.6
21642026-07-22T15:10:10.413Z Compiling crypto-bigint v0.5.5
21652026-07-22T15:10:10.519Z Compiling float-cmp v0.10.0
21662026-07-22T15:10:10.537Z Compiling memmap2 v0.9.10
21672026-07-22T15:10:10.571Z Compiling env_filter v1.0.0
21682026-07-22T15:10:10.635Z Compiling jiff v0.2.21
21692026-07-22T15:10:10.684Z Compiling whoami v2.1.0
21702026-07-22T15:10:10.775Z Compiling static_assertions v1.1.0
21712026-07-22T15:10:10.851Z Compiling difflib v0.4.0
21722026-07-22T15:10:10.899Z Compiling toml_write v0.1.2
21732026-07-22T15:10:10.973Z Compiling data-encoding v2.10.0
21742026-07-22T15:10:10.993Z Compiling typed-path v0.9.3
21752026-07-22T15:10:11.023Z Compiling normalize-line-endings v0.3.0
21762026-07-22T15:10:11.111Z Compiling keccak v0.1.6
21772026-07-22T15:10:11.131Z Compiling new_debug_unreachable v1.0.6
21782026-07-22T15:10:11.147Z Compiling precomputed-hash v0.1.1
21792026-07-22T15:10:11.217Z Compiling fixedbitset v0.5.7
21802026-07-22T15:10:11.249Z Compiling fixedbitset v0.4.2
21812026-07-22T15:10:11.352Z Compiling const-oid v0.10.2
21822026-07-22T15:10:11.352Z Compiling predicates-core v1.0.10
21832026-07-22T15:10:11.384Z Compiling elliptic-curve v0.13.8
21842026-07-22T15:10:11.488Z Compiling petgraph v0.8.3
21852026-07-22T15:10:11.491Z Compiling petgraph v0.6.5
21862026-07-22T15:10:11.520Z Compiling digest v0.11.3
21872026-07-22T15:10:11.538Z Compiling predicates v3.1.4
21882026-07-22T15:10:11.556Z Compiling sha3 v0.10.8
21892026-07-22T15:10:11.556Z Compiling hickory-proto v0.25.2
21902026-07-22T15:10:11.589Z Compiling string_cache v0.8.9
21912026-07-22T15:10:11.611Z Compiling toml_edit v0.22.27
21922026-07-22T15:10:11.744Z Compiling chacha20 v0.10.0
21932026-07-22T15:10:11.762Z Compiling tokio-postgres v0.7.16
21942026-07-22T15:10:11.862Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-07-22T15:10:11.974Z Compiling env_logger v0.11.9
21962026-07-22T15:10:12.135Z Compiling usdt v0.6.0
21972026-07-22T15:10:12.582Z Compiling rsa v0.9.10
21982026-07-22T15:10:13.417Z Compiling zip v4.6.1
21992026-07-22T15:10:13.834Z Compiling ed25519-dalek v2.2.0
22002026-07-22T15:10:13.881Z Compiling zip v0.6.6
22012026-07-22T15:10:13.936Z Compiling crossterm v0.28.1
22022026-07-22T15:10:14.149Z Compiling iddqd v0.4.2
22032026-07-22T15:10:14.370Z Compiling clap v4.6.1
22042026-07-22T15:10:14.464Z Compiling serde_with v3.21.0
22052026-07-22T15:10:14.679Z Compiling similar v2.7.0
22062026-07-22T15:10:14.695Z Compiling byte-wrapper v0.1.0
22072026-07-22T15:10:14.755Z Compiling strum v0.26.3
22082026-07-22T15:10:14.783Z Compiling toml v0.7.8
22092026-07-22T15:10:14.896Z Compiling tokio-stream v0.1.18
22102026-07-22T15:10:15.013Z Compiling buf-list v1.1.2
22112026-07-22T15:10:15.156Z Compiling x509-cert v0.2.5
22122026-07-22T15:10:15.331Z Compiling itertools v0.13.0
22132026-07-22T15:10:15.366Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-07-22T15:10:15.427Z Compiling openapiv3 v2.2.0
22152026-07-22T15:10:16.002Z Compiling lalrpop-util v0.19.12
22162026-07-22T15:10:16.185Z Compiling peg-runtime v0.8.5
22172026-07-22T15:10:31.745Z Compiling rustls-webpki v0.103.13
22182026-07-22T15:10:33.415Z Compiling macaddr v1.0.1
22192026-07-22T15:10:33.433Z Compiling structmeta-derive v0.3.0
22202026-07-22T15:10:33.472Z Compiling darling_core v0.21.3
22212026-07-22T15:10:33.710Z Compiling rayon-core v1.13.0
22222026-07-22T15:10:33.780Z Compiling crucible-workspace-hack v0.1.0
22232026-07-22T15:10:33.797Z Compiling itertools v0.14.0
22242026-07-22T15:10:33.963Z Compiling secrecy v0.10.3
22252026-07-22T15:10:34.050Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-07-22T15:10:34.053Z Compiling toml_datetime v0.7.5+spec-1.1.0
22272026-07-22T15:10:34.155Z Compiling heapless v0.8.0
22282026-07-22T15:10:34.341Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-07-22T15:10:34.392Z Compiling crossbeam-deque v0.8.6
22302026-07-22T15:10:34.444Z Compiling structmeta v0.3.0
22312026-07-22T15:10:34.476Z Compiling inout v0.1.4
22322026-07-22T15:10:34.515Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22332026-07-22T15:10:34.570Z Compiling hash32 v0.3.1
22342026-07-22T15:10:34.631Z Compiling multer v3.1.0
22352026-07-22T15:10:34.648Z Compiling thread_local v1.1.9
22362026-07-22T15:10:34.665Z Compiling match_cfg v0.1.0
22372026-07-22T15:10:34.679Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22382026-07-22T15:10:34.697Z Compiling unicode-width v0.2.0
22392026-07-22T15:10:34.751Z Compiling compression-core v0.4.31
22402026-07-22T15:10:34.754Z Compiling smoltcp v0.11.0
22412026-07-22T15:10:34.862Z Compiling slog-async v2.8.0
22422026-07-22T15:10:34.947Z Compiling compression-codecs v0.4.37
22432026-07-22T15:10:35.003Z Compiling proc-macro-crate v3.4.0
22442026-07-22T15:10:35.027Z Compiling hostname v0.3.1
22452026-07-22T15:10:35.082Z Compiling derive-ex v0.1.8
22462026-07-22T15:10:35.141Z Compiling cipher v0.4.4
22472026-07-22T15:10:35.228Z Compiling atomicwrites v0.4.4
22482026-07-22T15:10:35.245Z Compiling slog-json v2.6.1
22492026-07-22T15:10:35.328Z Compiling crossbeam-channel v0.5.15
22502026-07-22T15:10:35.409Z Compiling half v2.7.1
22512026-07-22T15:10:35.452Z Compiling tokio-rustls v0.26.4
22522026-07-22T15:10:35.523Z Compiling rustls-platform-verifier v0.6.2
22532026-07-22T15:10:35.537Z Compiling tough v0.22.0
22542026-07-22T15:10:35.559Z Compiling newtype-uuid-macros v0.1.0
22552026-07-22T15:10:35.605Z Compiling darling_macro v0.21.3
22562026-07-22T15:10:35.736Z Compiling hyper-rustls v0.27.7
22572026-07-22T15:10:35.754Z Compiling cobs v0.3.0
22582026-07-22T15:10:35.780Z Compiling thiserror-impl-no-std v2.0.2
22592026-07-22T15:10:36.026Z Compiling reqwest v0.13.2
22602026-07-22T15:10:36.048Z Compiling universal-hash v0.5.1
22612026-07-22T15:10:36.064Z Compiling async-stream-impl v0.3.6
22622026-07-22T15:10:36.129Z Compiling darling v0.21.3
22632026-07-22T15:10:36.214Z Compiling serde_spanned v1.1.1
22642026-07-22T15:10:36.231Z Compiling ingot-macros v0.1.1
22652026-07-22T15:10:36.337Z Compiling toml_datetime v1.1.1+spec-1.1.0
22662026-07-22T15:10:36.387Z Compiling is-terminal v0.4.17
22672026-07-22T15:10:36.542Z Compiling proc-macro-error-attr v1.0.4
22682026-07-22T15:10:36.632Z Compiling dropshot v0.17.1
22692026-07-22T15:10:36.690Z Compiling take_mut v0.2.2
22702026-07-22T15:10:36.752Z Compiling opaque-debug v0.3.1
22712026-07-22T15:10:36.771Z Compiling ciborium-io v0.2.2
22722026-07-22T15:10:36.788Z Compiling term v1.2.1
22732026-07-22T15:10:36.830Z Compiling convert_case v0.4.0
22742026-07-22T15:10:36.846Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22752026-07-22T15:10:36.861Z Compiling toml_writer v1.1.1+spec-1.1.0
22762026-07-22T15:10:36.894Z Compiling thiserror-no-std v2.0.2
22772026-07-22T15:10:36.940Z Compiling ciborium-ll v0.2.2
22782026-07-22T15:10:37.012Z Compiling poly1305 v0.8.0
22792026-07-22T15:10:37.077Z Compiling toml v1.1.2+spec-1.1.0
22802026-07-22T15:10:37.116Z Compiling slog-term v2.9.2
22812026-07-22T15:10:37.160Z Compiling derive_more v0.99.20
22822026-07-22T15:10:37.286Z Compiling async-stream v0.3.6
22832026-07-22T15:10:37.408Z Compiling test-strategy v0.4.5
22842026-07-22T15:10:37.500Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22852026-07-22T15:10:37.670Z Compiling postcard v1.1.3
22862026-07-22T15:10:38.084Z Compiling num_enum_derive v0.7.6
22872026-07-22T15:10:38.383Z Compiling slog-bunyan v2.5.0
22882026-07-22T15:10:38.397Z Compiling chacha20 v0.9.1
22892026-07-22T15:10:38.626Z Compiling async-compression v0.4.41
22902026-07-22T15:10:38.692Z Compiling parse-display-derive v0.10.0
22912026-07-22T15:10:38.736Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22922026-07-22T15:10:38.956Z Compiling ingot-types v0.1.2
22932026-07-22T15:10:39.041Z Compiling sha1 v0.11.0
22942026-07-22T15:10:39.064Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-07-22T15:10:39.129Z Compiling proc-macro-crate v1.3.1
22962026-07-22T15:10:39.320Z Compiling waitgroup v0.1.2
22972026-07-22T15:10:39.323Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22982026-07-22T15:10:39.349Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22992026-07-22T15:10:39.366Z Compiling ingot v0.1.1
23002026-07-22T15:10:39.419Z Compiling backon v1.6.0
23012026-07-22T15:10:39.483Z Compiling password-hash v0.5.0
23022026-07-22T15:10:39.500Z Compiling rustls-pemfile v2.2.0
23032026-07-22T15:10:39.503Z Compiling dropshot_endpoint v0.17.1
23042026-07-22T15:10:39.535Z Compiling blake2 v0.10.6
23052026-07-22T15:10:39.687Z Compiling aead v0.5.2
23062026-07-22T15:10:39.692Z Compiling foreign-types-macros v0.2.3
23072026-07-22T15:10:39.796Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23082026-07-22T15:10:39.812Z Compiling serde_path_to_error v0.1.20
23092026-07-22T15:10:39.900Z Compiling hostname v0.4.2
23102026-07-22T15:10:40.054Z Compiling proc-macro-error v1.0.4
23112026-07-22T15:10:40.082Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23122026-07-22T15:10:40.171Z Compiling instant v0.1.13
23132026-07-22T15:10:40.247Z Compiling foreign-types-shared v0.3.1
23142026-07-22T15:10:40.282Z Compiling debug-ignore v1.0.5
23152026-07-22T15:10:40.328Z Compiling backoff v0.4.0
23162026-07-22T15:10:40.334Z Compiling foreign-types v0.5.0
23172026-07-22T15:10:40.374Z Compiling parse-display v0.10.0
23182026-07-22T15:10:40.410Z Compiling chacha20poly1305 v0.10.1
23192026-07-22T15:10:40.426Z Compiling argon2 v0.5.3
23202026-07-22T15:10:40.439Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23212026-07-22T15:10:40.442Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23222026-07-22T15:10:40.457Z Compiling num_enum_derive v0.5.11
23232026-07-22T15:10:40.487Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23242026-07-22T15:10:40.586Z Compiling num_enum v0.7.6
23252026-07-22T15:10:40.709Z Compiling ciborium v0.2.2
23262026-07-22T15:10:40.889Z Compiling vsss-rs v3.3.4
23272026-07-22T15:10:41.000Z Compiling tabwriter v1.4.1
23282026-07-22T15:10:41.111Z Compiling regress v0.10.5
23292026-07-22T15:10:41.207Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23302026-07-22T15:10:41.244Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-07-22T15:10:41.287Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23322026-07-22T15:10:41.303Z Compiling cstr-argument v0.1.2
23332026-07-22T15:10:41.430Z Compiling humantime v2.3.0
23342026-07-22T15:10:41.447Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23352026-07-22T15:10:41.466Z Compiling num_enum v0.5.11
23362026-07-22T15:10:41.487Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-07-22T15:10:41.609Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-07-22T15:10:41.626Z Compiling rayon v1.11.0
23392026-07-22T15:10:41.650Z Compiling rand v0.10.1
23402026-07-22T15:10:41.705Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23412026-07-22T15:10:41.750Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23422026-07-22T15:10:41.772Z Compiling colored v3.1.1
23432026-07-22T15:10:41.818Z Compiling indent_write v2.2.0
23442026-07-22T15:10:41.862Z Compiling libefi-sys v0.1.0
23452026-07-22T15:10:41.891Z Compiling zone_cfg_derive v0.3.1
23462026-07-22T15:10:41.906Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-07-22T15:10:41.921Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-22T15:10:41.981Z Compiling camino-tempfile v1.4.1
23492026-07-22T15:10:42.078Z Compiling itertools v0.12.1
23502026-07-22T15:10:42.094Z Compiling usdt-attr-macro v0.5.0
23512026-07-22T15:10:42.132Z Compiling usdt-macro v0.5.0
23522026-07-22T15:10:42.148Z Compiling bitfield-struct v0.6.2
23532026-07-22T15:10:42.436Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23542026-07-22T15:10:42.488Z Compiling num-derive v0.4.2
23552026-07-22T15:10:42.508Z Compiling blake3 v1.8.5
23562026-07-22T15:10:42.577Z Compiling memmap v0.7.0
23572026-07-22T15:10:42.585Z Compiling sigpipe v0.1.3
23582026-07-22T15:10:42.684Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23592026-07-22T15:10:42.711Z Compiling glob v0.3.3
23602026-07-22T15:10:42.802Z Compiling swrite v0.1.0
23612026-07-22T15:10:42.817Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-07-22T15:10:42.874Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23632026-07-22T15:10:42.891Z Compiling usdt v0.5.0
23642026-07-22T15:10:42.958Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23652026-07-22T15:10:43.148Z Compiling smf v0.2.3
23662026-07-22T15:10:43.148Z Compiling filetime v0.2.27
23672026-07-22T15:10:43.273Z Compiling whoami v1.6.1
23682026-07-22T15:10:43.306Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-07-22T15:10:43.384Z Compiling zone v0.3.1
23702026-07-22T15:10:43.403Z Compiling arrayvec v0.7.6
23712026-07-22T15:10:43.419Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23722026-07-22T15:10:43.422Z Compiling xattr v1.6.1
23732026-07-22T15:10:43.516Z Compiling arrayref v0.3.9
23742026-07-22T15:10:43.532Z Compiling constant_time_eq v0.4.2
23752026-07-22T15:10:43.553Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-07-22T15:10:43.609Z Compiling tar v0.4.46
23772026-07-22T15:10:43.674Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23782026-07-22T15:10:43.677Z Compiling tokio-dtrace v0.1.1
23792026-07-22T15:10:43.737Z Compiling console v0.16.2
23802026-07-22T15:10:43.737Z Compiling gethostname v0.5.0
23812026-07-22T15:10:43.905Z Compiling topological-sort v0.2.2
23822026-07-22T15:10:43.927Z Compiling unit-prefix v0.5.2
23832026-07-22T15:10:44.029Z Compiling oxide-tokio-rt v0.1.4
23842026-07-22T15:10:44.109Z Compiling toml v0.8.23
23852026-07-22T15:10:44.127Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23862026-07-22T15:10:44.239Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23872026-07-22T15:10:44.289Z Compiling indicatif v0.18.4
23882026-07-22T15:10:44.412Z Compiling shell-words v1.1.1
23892026-07-22T15:10:53.708Z Compiling progenitor-client v0.14.0
23902026-07-22T15:10:53.709Z Compiling omicron-zone-package v0.12.3
23912026-07-22T15:10:53.955Z Compiling progenitor-extras v0.2.0
23922026-07-22T15:10:54.301Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-07-22T15:10:54.316Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-07-22T15:10:54.335Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23952026-07-22T15:10:54.408Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-07-22T15:10:54.472Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23972026-07-22T15:10:54.491Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23982026-07-22T15:10:54.609Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-07-22T15:10:54.649Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-07-22T15:10:55.065Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012026-07-22T15:10:59.003Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-07-22T15:11:07.028Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-07-22T15:11:10.203Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-07-22T15:11:11.254Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-07-22T15:11:20.651Z Finished `release` profile [optimized] target(s) in 1m 39s
24062026-07-22T15:11:20.796Z Running `target/release/omicron-package -t test target create -p dev`
24072026-07-22T15:11:20.858ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-07-22T15:11:20.862ZCreated new build target 'test' and set it as active
24092026-07-22T15:11:20.864Z
24102026-07-22T15:11:20.864Zreal 1:40.056797181
24112026-07-22T15:11:20.864Zuser 16:26.143428607
24122026-07-22T15:11:20.864Zsys 2:35.931792917
24132026-07-22T15:11:20.864Ztrap 0.459544163
24142026-07-22T15:11:20.865Ztflt 2.346328274
24152026-07-22T15:11:20.865Zdflt 4.274820310
24162026-07-22T15:11:20.865Zkflt 0.000518360
24172026-07-22T15:11:20.865Zlock 51:41.577224624
24182026-07-22T15:11:20.865Zslp 42:04.609941914
24192026-07-22T15:11:20.865Zlat 42.974720350
24202026-07-22T15:11:20.865Zstop 5:23.951162868
24212026-07-22T15:11:20.865Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-07-22T15:11:21.764Z Finished `release` profile [optimized] target(s) in 0.83s
24232026-07-22T15:11:21.779Z Running `target/release/omicron-package -t test package`
24242026-07-22T15:11:21.835ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-07-22T15:11:23.228Z Compiling heck v0.5.0
24262026-07-22T15:11:23.228Z Compiling regress v0.11.1
24272026-07-22T15:11:23.231Z Compiling unsafe-libyaml v0.2.11
24282026-07-22T15:11:23.482Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-07-22T15:11:23.510Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-07-22T15:11:23.531Z Compiling derive-where v1.6.0
24312026-07-22T15:11:23.550Z Compiling bytecount v0.6.9
24322026-07-22T15:11:23.553Z Compiling atomicwrites v0.4.4
24332026-07-22T15:11:23.553Z Compiling is-terminal v0.4.17
24342026-07-22T15:11:23.571Z Compiling prettyplease v0.2.37
24352026-07-22T15:11:23.630Z Compiling console v0.15.11
24362026-07-22T15:11:23.633Z Compiling newline-converter v0.3.0
24372026-07-22T15:11:23.633Z Compiling slog-dtrace v0.3.0
24382026-07-22T15:11:23.691Z Compiling resolv-conf v0.7.6
24392026-07-22T15:11:23.695Z Compiling num-rational v0.4.2
24402026-07-22T15:11:23.695Z Compiling num-complex v0.4.6
24412026-07-22T15:11:23.756Z Compiling thread_local v1.1.9
24422026-07-22T15:11:23.759Z Compiling match_cfg v0.1.0
24432026-07-22T15:11:23.801Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-07-22T15:11:23.822Z Compiling cancel-safe-futures v0.1.5
24452026-07-22T15:11:23.867Z Compiling compression-core v0.4.31
24462026-07-22T15:11:23.892Z Compiling unicode-width v0.1.14
24472026-07-22T15:11:23.976Z Compiling serde_yaml v0.9.34+deprecated
24482026-07-22T15:11:24.018Z Compiling compression-codecs v0.4.37
24492026-07-22T15:11:24.037Z Compiling expectorate v1.2.0
24502026-07-22T15:11:24.100Z Compiling hostname v0.3.1
24512026-07-22T15:11:24.120Z Compiling slog-async v2.8.0
24522026-07-22T15:11:24.185Z Compiling num v0.4.3
24532026-07-22T15:11:24.214Z Compiling multer v3.1.0
24542026-07-22T15:11:24.235Z Compiling crossbeam-channel v0.5.15
24552026-07-22T15:11:24.257Z Compiling slog-json v2.6.1
24562026-07-22T15:11:24.277Z Compiling toml_datetime v1.1.1+spec-1.1.0
24572026-07-22T15:11:24.277Z Compiling serde_spanned v1.1.1
24582026-07-22T15:11:24.300Z Compiling term v1.2.1
24592026-07-22T15:11:24.338Z Compiling toml_writer v1.1.1+spec-1.1.0
24602026-07-22T15:11:24.341Z Compiling float-ord v0.3.2
24612026-07-22T15:11:24.454Z Compiling take_mut v0.2.2
24622026-07-22T15:11:24.480Z Compiling linked-hash-map v0.5.6
24632026-07-22T15:11:24.502Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-07-22T15:11:24.578Z Compiling toml v1.1.2+spec-1.1.0
24652026-07-22T15:11:24.601Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24662026-07-22T15:11:24.622Z Compiling slog-term v2.9.2
24672026-07-22T15:11:24.747Z Compiling lru-cache v0.1.2
24682026-07-22T15:11:24.756Z Compiling slog-bunyan v2.5.0
24692026-07-22T15:11:24.786Z Compiling oxide-update-engine-types v0.1.2
24702026-07-22T15:11:24.807Z Compiling async-compression v0.4.41
24712026-07-22T15:11:24.915Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24722026-07-22T15:11:24.935Z Compiling dropshot v0.17.1
24732026-07-22T15:11:25.002Z Compiling typify-impl v0.6.2
24742026-07-22T15:11:25.135Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24752026-07-22T15:11:25.156Z Compiling async-stream v0.3.6
24762026-07-22T15:11:25.178Z Compiling sha1 v0.11.0
24772026-07-22T15:11:25.225Z Compiling progenitor-client v0.14.0
24782026-07-22T15:11:25.265Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-22T15:11:25.293Z Compiling waitgroup v0.1.2
24802026-07-22T15:11:25.352Z Compiling rustls-pemfile v2.2.0
24812026-07-22T15:11:25.455Z Compiling backon v1.6.0
24822026-07-22T15:11:25.473Z Compiling hostname v0.4.2
24832026-07-22T15:11:25.476Z Compiling serde_path_to_error v0.1.20
24842026-07-22T15:11:25.516Z Compiling instant v0.1.13
24852026-07-22T15:11:25.553Z Compiling linear-map v1.2.0
24862026-07-22T15:11:25.574Z Compiling debug-ignore v1.0.5
24872026-07-22T15:11:25.638Z Compiling minimal-lexical v0.2.1
24882026-07-22T15:11:25.658Z Compiling progenitor-extras v0.2.0
24892026-07-22T15:11:25.682Z Compiling backoff v0.4.0
24902026-07-22T15:11:25.718Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24912026-07-22T15:11:25.737Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24922026-07-22T15:11:25.864Z Compiling nom v7.1.3
24932026-07-22T15:11:25.906Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-07-22T15:11:25.930Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-07-22T15:11:25.933Z Compiling parse-display v0.10.0
24962026-07-22T15:11:25.970Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24972026-07-22T15:11:26.012Z Compiling oxide-update-engine v0.1.2
24982026-07-22T15:11:26.243Z Compiling hickory-proto v0.24.4
24992026-07-22T15:11:26.616Z Compiling regress v0.10.5
25002026-07-22T15:11:26.844Z Compiling macaddr v1.0.1
25012026-07-22T15:11:27.064Z Compiling unicode-xid v0.2.6
25022026-07-22T15:11:27.091Z Compiling humantime v2.3.0
25032026-07-22T15:11:27.340Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-07-22T15:11:27.366Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-07-22T15:11:27.391Z Compiling convert_case v0.10.0
25062026-07-22T15:11:27.549Z Compiling owo-colors v4.3.0
25072026-07-22T15:11:27.651Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-07-22T15:11:27.684Z Compiling derive_more-impl v2.1.1
25092026-07-22T15:11:27.865Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-07-22T15:11:27.916Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-07-22T15:11:27.989Z Compiling toml v0.8.23
25122026-07-22T15:11:28.468Z Compiling typify-macro v0.6.2
25132026-07-22T15:11:28.498Z Compiling derive_more v2.1.1
25142026-07-22T15:11:28.593Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-07-22T15:11:28.615Z Compiling papergrid v0.11.0
25162026-07-22T15:11:28.619Z Compiling tabled_derive v0.7.0
25172026-07-22T15:11:28.660Z Compiling termtree v0.5.1
25182026-07-22T15:11:28.752Z Compiling crossterm v0.29.0
25192026-07-22T15:11:28.868Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-07-22T15:11:29.153Z Compiling hickory-resolver v0.24.4
25212026-07-22T15:11:29.563Z Compiling tabled v0.15.0
25222026-07-22T15:11:29.869Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-07-22T15:11:30.022Z Compiling typify v0.6.2
25242026-07-22T15:11:30.301Z Compiling progenitor-impl v0.14.0
25252026-07-22T15:11:30.740Z Compiling qorb v0.4.1
25262026-07-22T15:11:30.926Z Compiling phf_shared v0.12.1
25272026-07-22T15:11:31.183Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-07-22T15:11:31.710Z Compiling csv-core v0.1.13
25292026-07-22T15:11:31.789Z Compiling vte v0.14.1
25302026-07-22T15:11:32.040Z Compiling highway v1.3.0
25312026-07-22T15:11:32.155Z Compiling chrono-tz v0.10.4
25322026-07-22T15:11:32.426Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-07-22T15:11:32.525Z Compiling progenitor-macro v0.14.0
25342026-07-22T15:11:33.615Z Compiling strip-ansi-escapes v0.2.1
25352026-07-22T15:11:33.750Z Compiling csv v1.4.0
25362026-07-22T15:11:33.869Z Compiling phf v0.12.1
25372026-07-22T15:11:34.066Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-07-22T15:11:34.088Z Compiling const_format_proc_macros v0.2.34
25392026-07-22T15:11:34.179Z Compiling fd-lock v4.0.4
25402026-07-22T15:11:34.352Z Compiling peg-macros v0.8.5
25412026-07-22T15:11:34.561Z Compiling nu-ansi-term v0.50.3
25422026-07-22T15:11:34.724Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-07-22T15:11:34.889Z Compiling const_format v0.2.35
25442026-07-22T15:11:35.106Z Compiling reedline v0.40.0
25452026-07-22T15:11:35.407Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-07-22T15:11:35.671Z Compiling peg v0.8.5
25472026-07-22T15:11:35.794Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25482026-07-22T15:11:36.288Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25492026-07-22T15:11:36.518Z Compiling progenitor v0.14.0
25502026-07-22T15:11:36.699Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-07-22T15:11:36.734Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522026-07-22T15:11:36.897Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-07-22T15:11:37.358Z Compiling bcs v0.1.6
25542026-07-22T15:11:37.529Z Compiling nom v8.0.0
25552026-07-22T15:11:37.790Z Compiling semver v0.1.20
25562026-07-22T15:11:38.086Z Compiling rustc_version v0.1.7
25572026-07-22T15:11:38.341Z Compiling newtype_derive v0.1.6
25582026-07-22T15:11:38.421Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-07-22T15:11:38.582Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25602026-07-22T15:11:38.671Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25612026-07-22T15:11:38.830Z Compiling unicode-linebreak v0.1.5
25622026-07-22T15:11:39.076Z Compiling smawk v0.3.2
25632026-07-22T15:11:39.162Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25642026-07-22T15:11:39.263Z Compiling textwrap v0.16.2
25652026-07-22T15:11:39.361Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25662026-07-22T15:11:39.366Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-07-22T15:11:39.515Z Compiling steno v0.4.1
25682026-07-22T15:11:39.659Z Compiling base64 v0.21.7
25692026-07-22T15:11:40.213Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25702026-07-22T15:11:40.236Z Compiling dropshot-api-manager-types v0.7.2
25712026-07-22T15:11:40.411Z Compiling sha1 v0.10.6
25722026-07-22T15:11:40.847Z Compiling tagptr v0.2.0
25732026-07-22T15:11:40.896Z Compiling utf-8 v0.7.6
25742026-07-22T15:11:40.901Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25752026-07-22T15:11:41.044Z Compiling moka v0.12.13
25762026-07-22T15:11:41.136Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-07-22T15:11:41.162Z Compiling tungstenite v0.21.0
25782026-07-22T15:11:41.185Z Compiling display-error-chain v0.2.2
25792026-07-22T15:11:41.393Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-07-22T15:11:41.517Z Compiling radium v0.7.0
25812026-07-22T15:11:41.617Z Compiling tap v1.0.1
25822026-07-22T15:11:41.775Z Compiling maybe-uninit v2.0.0
25832026-07-22T15:11:41.835Z Compiling tokio-tungstenite v0.21.0
25842026-07-22T15:11:42.231Z Compiling hickory-resolver v0.25.2
25852026-07-22T15:11:42.328Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25862026-07-22T15:11:42.460Z Compiling wyz v0.5.1
25872026-07-22T15:11:42.484Z Compiling vergen-lib v0.1.6
25882026-07-22T15:11:42.699Z Compiling zerocopy-derive v0.6.6
25892026-07-22T15:11:42.786Z Compiling crc-catalog v2.4.0
25902026-07-22T15:11:42.915Z Compiling packed_struct v0.10.1
25912026-07-22T15:11:43.217Z Compiling funty v2.0.0
25922026-07-22T15:11:43.319Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25932026-07-22T15:11:43.566Z Compiling diesel_derives v2.3.7
25942026-07-22T15:11:43.858Z Compiling bitvec v1.0.1
25952026-07-22T15:11:44.169Z Compiling zerocopy v0.6.6
25962026-07-22T15:11:44.223Z Compiling crc v3.4.0
25972026-07-22T15:11:44.583Z Compiling dsl_auto_type v0.2.0
25982026-07-22T15:11:44.716Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25992026-07-22T15:11:44.924Z Compiling scheduled-thread-pool v0.2.7
26002026-07-22T15:11:45.117Z Compiling packed_struct_codegen v0.10.1
26012026-07-22T15:11:45.451Z Compiling vergen-gitcl v1.0.8
26022026-07-22T15:11:45.531Z Compiling diesel_table_macro_syntax v0.3.0
26032026-07-22T15:11:45.709Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26042026-07-22T15:11:45.739Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26052026-07-22T15:11:45.742Z Compiling bitfield-macros v0.19.4
26062026-07-22T15:11:45.760Z Compiling proc-macro-error-attr2 v2.0.0
26072026-07-22T15:11:45.851Z Compiling dirs-sys-next v0.1.2
26082026-07-22T15:11:46.124Z Compiling indexmap v1.9.3
26092026-07-22T15:11:46.147Z Compiling maplit v1.0.2
26102026-07-22T15:11:46.207Z Compiling glob v0.3.3
26112026-07-22T15:11:46.267Z Compiling crunchy v0.2.4
26122026-07-22T15:11:46.398Z Compiling nodrop v0.1.14
26132026-07-22T15:11:46.504Z Compiling bitfield v0.19.4
26142026-07-22T15:11:46.529Z Compiling array-init v0.0.4
26152026-07-22T15:11:46.590Z Compiling clang-sys v1.8.1
26162026-07-22T15:11:46.669Z Compiling proc-macro-error2 v2.0.1
26172026-07-22T15:11:46.920Z Compiling dirs-next v2.0.0
26182026-07-22T15:11:47.052Z Compiling r2d2 v0.8.10
26192026-07-22T15:11:47.074Z Compiling smallvec v0.6.14
26202026-07-22T15:11:47.389Z Compiling num-derive v0.3.3
26212026-07-22T15:11:47.395Z Compiling downcast-rs v2.0.2
26222026-07-22T15:11:47.503Z Compiling hashbrown v0.12.3
26232026-07-22T15:11:47.576Z Compiling tiny-keccak v2.0.2
26242026-07-22T15:11:47.850Z Compiling serde-hex v0.1.0
26252026-07-22T15:11:48.139Z Compiling term v0.7.0
26262026-07-22T15:11:48.202Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26272026-07-22T15:11:48.239Z Compiling libscf-sys v1.1.0
26282026-07-22T15:11:48.382Z Compiling tabled_derive v0.11.0
26292026-07-22T15:11:48.460Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-07-22T15:11:48.538Z Compiling ron v0.8.1
26312026-07-22T15:11:48.562Z Compiling papergrid v0.17.0
26322026-07-22T15:11:48.583Z Compiling testing_table v0.3.0
26332026-07-22T15:11:48.629Z Compiling hashbrown v0.13.2
26342026-07-22T15:11:48.698Z Compiling bit-vec v0.6.3
26352026-07-22T15:11:48.935Z Compiling crc-any v2.5.0
26362026-07-22T15:11:49.019Z Compiling bit-set v0.5.3
26372026-07-22T15:11:49.203Z Compiling object v0.30.4
26382026-07-22T15:11:49.362Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-07-22T15:11:49.451Z Compiling ascii-canvas v3.0.0
26402026-07-22T15:11:49.492Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26412026-07-22T15:11:49.712Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26422026-07-22T15:11:50.000Z Compiling tabled v0.20.0
26432026-07-22T15:11:50.022Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26442026-07-22T15:11:50.185Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26452026-07-22T15:11:50.582Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-07-22T15:11:50.877Z Compiling progenitor-impl v0.13.0
26472026-07-22T15:11:51.102Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26482026-07-22T15:11:51.127Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-22T15:11:51.175Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26502026-07-22T15:11:51.341Z Compiling itertools v0.10.5
26512026-07-22T15:11:51.405Z Compiling ena v0.14.4
26522026-07-22T15:11:51.515Z Compiling libloading v0.8.9
26532026-07-22T15:11:51.655Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26542026-07-22T15:11:51.676Z Compiling diesel v2.3.7
26552026-07-22T15:11:51.753Z Compiling regex-syntax v0.6.29
26562026-07-22T15:11:51.919Z Compiling bindgen v0.71.1
26572026-07-22T15:11:52.224Z Compiling diff v0.1.13
26582026-07-22T15:11:52.478Z Compiling xshell-macros v0.2.7
26592026-07-22T15:11:52.517Z Compiling unicase v2.9.0
26602026-07-22T15:11:52.619Z Compiling path-slash v0.1.5
26612026-07-22T15:11:52.830Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26622026-07-22T15:11:52.880Z Compiling xshell v0.2.7
26632026-07-22T15:11:52.927Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26642026-07-22T15:11:53.095Z Compiling progenitor-macro v0.13.0
26652026-07-22T15:11:53.674Z Compiling lalrpop v0.19.12
26662026-07-22T15:11:54.263Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-07-22T15:11:55.235Z Compiling cexpr v0.6.0
26682026-07-22T15:11:55.825Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-07-22T15:11:56.061Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-07-22T15:11:56.540Z Compiling progenitor-client v0.13.0
26712026-07-22T15:11:57.008Z Compiling rustc-hash v2.1.1
26722026-07-22T15:11:57.111Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26732026-07-22T15:11:57.116Z Compiling progenitor v0.13.0
26742026-07-22T15:11:57.452Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26752026-07-22T15:11:57.879Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-07-22T15:11:58.314Z Compiling headers-core v0.3.0
26772026-07-22T15:11:58.340Z Compiling libxml v0.3.3
26782026-07-22T15:11:58.448Z Compiling crc8 v0.1.1
26792026-07-22T15:11:58.476Z Compiling headers v0.4.1
26802026-07-22T15:11:58.584Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-07-22T15:11:58.652Z Compiling strum_macros v0.24.3
26822026-07-22T15:11:58.674Z Compiling indoc v1.0.9
26832026-07-22T15:11:58.860Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26842026-07-22T15:11:58.954Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-07-22T15:11:59.132Z Compiling derive_builder v0.20.2
26862026-07-22T15:11:59.188Z Compiling oso-derive v0.27.3
26872026-07-22T15:11:59.301Z Compiling quick-xml v0.37.5
26882026-07-22T15:11:59.723Z Compiling impl-trait-for-tuples v0.2.3
26892026-07-22T15:11:59.746Z Compiling openssl-probe v0.1.6
26902026-07-22T15:11:59.943Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-07-22T15:12:00.039Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26922026-07-22T15:12:00.108Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-07-22T15:12:00.335Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-07-22T15:12:00.606Z Compiling bb8 v0.8.6
26952026-07-22T15:12:00.670Z Compiling trait-variant v0.1.2
26962026-07-22T15:12:00.990Z Compiling half v1.8.3
26972026-07-22T15:12:01.045Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-07-22T15:12:01.135Z Compiling polar-core v0.27.3
26992026-07-22T15:12:01.267Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27002026-07-22T15:12:01.473Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27012026-07-22T15:12:01.731Z Compiling samael v0.0.19
27022026-07-22T15:12:01.940Z Compiling serde_cbor v0.11.2
27032026-07-22T15:12:02.047Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-07-22T15:12:02.252Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052026-07-22T15:12:02.310Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27062026-07-22T15:12:02.382Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-07-22T15:12:02.629Z Compiling nonempty v0.12.0
27082026-07-22T15:12:02.683Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27092026-07-22T15:12:02.865Z Compiling fxhash v0.2.1
27102026-07-22T15:12:02.960Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27112026-07-22T15:12:02.986Z Compiling libz-sys v1.1.24
27122026-07-22T15:12:03.033Z Compiling salty v0.3.0
27132026-07-22T15:12:03.475Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-07-22T15:12:03.649Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27152026-07-22T15:12:04.063Z Compiling kstat-rs v0.2.4
27162026-07-22T15:12:04.467Z Compiling arc-swap v1.8.2
27172026-07-22T15:12:04.550Z Compiling fs-err v2.11.0
27182026-07-22T15:12:04.990Z Compiling slog-scope v4.4.1
27192026-07-22T15:12:05.011Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202026-07-22T15:12:05.056Z Compiling mime_guess v2.0.5
27212026-07-22T15:12:05.217Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27222026-07-22T15:12:05.590Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-07-22T15:12:05.728Z Compiling rfc6979 v0.4.0
27242026-07-22T15:12:05.916Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27252026-07-22T15:12:06.150Z Compiling nanorand v0.7.0
27262026-07-22T15:12:06.525Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-07-22T15:12:06.555Z Compiling parking_lot_core v0.8.6
27282026-07-22T15:12:06.733Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27292026-07-22T15:12:06.890Z Compiling flume v0.11.1
27302026-07-22T15:12:07.300Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-07-22T15:12:07.322Z Compiling ecdsa v0.16.9
27322026-07-22T15:12:07.990Z Compiling slog-stdlog v4.1.1
27332026-07-22T15:12:08.593Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-07-22T15:12:08.643Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-07-22T15:12:08.824Z Compiling primeorder v0.13.6
27362026-07-22T15:12:08.923Z Compiling git-stub v1.0.0
27372026-07-22T15:12:09.192Z Compiling diesel-dtrace v0.5.0
27382026-07-22T15:12:09.504Z Compiling async-bb8-diesel v0.2.1
27392026-07-22T15:12:09.626Z Compiling atty v0.2.14
27402026-07-22T15:12:09.772Z Compiling instability v0.3.11
27412026-07-22T15:12:09.910Z Compiling http-range v0.1.5
27422026-07-22T15:12:09.949Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27432026-07-22T15:12:10.015Z Compiling oso v0.27.3
27442026-07-22T15:12:10.227Z Compiling strsim v0.10.0
27452026-07-22T15:12:10.272Z Compiling parse-size v1.1.0
27462026-07-22T15:12:10.495Z Compiling darling_core v0.13.4
27472026-07-22T15:12:10.563Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27482026-07-22T15:12:12.226Z Compiling p384 v0.13.1
27492026-07-22T15:12:12.483Z Compiling git-stub-vcs v0.1.0
27502026-07-22T15:12:12.857Z Compiling slog-envlogger v2.2.0
27512026-07-22T15:12:14.368Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27522026-07-22T15:12:14.736Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27532026-07-22T15:12:14.846Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27542026-07-22T15:12:14.930Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27552026-07-22T15:12:15.563Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-07-22T15:12:16.530Z Compiling ignore v0.4.25
27572026-07-22T15:12:16.672Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-07-22T15:12:17.202Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27592026-07-22T15:12:17.414Z Compiling vergen-git2 v9.1.0
27602026-07-22T15:12:17.677Z Compiling castaway v0.2.4
27612026-07-22T15:12:17.840Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-22T15:12:18.090Z Compiling indoc v2.0.7
27632026-07-22T15:12:18.183Z Compiling compact_str v0.8.1
27642026-07-22T15:12:19.066Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-07-22T15:12:19.273Z Compiling globwalk v0.9.1
27662026-07-22T15:12:19.295Z Compiling parking_lot v0.11.2
27672026-07-22T15:12:19.325Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682026-07-22T15:12:19.670Z Compiling hyper-staticfile v0.10.1
27692026-07-22T15:12:19.927Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-07-22T15:12:20.219Z Compiling darling_macro v0.13.4
27712026-07-22T15:12:20.277Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27722026-07-22T15:12:20.399Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27732026-07-22T15:12:20.741Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-07-22T15:12:20.899Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-07-22T15:12:20.927Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27762026-07-22T15:12:21.433Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27772026-07-22T15:12:21.495Z Compiling predicates-tree v1.0.13
27782026-07-22T15:12:21.557Z Compiling unicode-truncate v1.1.0
27792026-07-22T15:12:21.771Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27802026-07-22T15:12:21.960Z Compiling lru v0.12.5
27812026-07-22T15:12:22.009Z Compiling rand_seeder v0.4.0
27822026-07-22T15:12:22.195Z Compiling prefix-trie v0.7.0
27832026-07-22T15:12:22.270Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-07-22T15:12:22.665Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27852026-07-22T15:12:22.692Z Compiling illumos-nvpair-sys v0.2.0
27862026-07-22T15:12:22.736Z Compiling corncobs v0.1.4
27872026-07-22T15:12:22.860Z Compiling cassowary v0.3.0
27882026-07-22T15:12:22.981Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-07-22T15:12:22.984Z Compiling hickory-server v0.25.2
27902026-07-22T15:12:23.004Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27912026-07-22T15:12:23.285Z Compiling ratatui v0.29.0
27922026-07-22T15:12:23.308Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27932026-07-22T15:12:23.515Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27942026-07-22T15:12:23.625Z Compiling camino-tempfile-ext v0.3.3
27952026-07-22T15:12:23.699Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-07-22T15:12:24.026Z Compiling darling v0.13.4
27972026-07-22T15:12:24.236Z Compiling sled v0.34.7
27982026-07-22T15:12:24.434Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27992026-07-22T15:12:24.767Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-07-22T15:12:25.616Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28012026-07-22T15:12:26.674Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-07-22T15:12:26.745Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-07-22T15:12:26.983Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28042026-07-22T15:12:27.217Z Compiling secrecy v0.8.0
28052026-07-22T15:12:27.410Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-07-22T15:12:28.022Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-07-22T15:12:28.224Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-07-22T15:12:28.249Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28092026-07-22T15:12:28.863Z Compiling serde_with_macros v1.5.2
28102026-07-22T15:12:29.691Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-07-22T15:12:29.981Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-07-22T15:12:30.753Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-07-22T15:12:30.785Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28142026-07-22T15:12:31.029Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28152026-07-22T15:12:31.295Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28162026-07-22T15:12:31.509Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-07-22T15:12:31.572Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28182026-07-22T15:12:31.756Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28192026-07-22T15:12:31.818Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28202026-07-22T15:12:32.037Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28212026-07-22T15:12:32.074Z Compiling void v1.0.2
28222026-07-22T15:12:32.223Z Compiling lzss v0.8.2
28232026-07-22T15:12:32.419Z Compiling git2 v0.20.4
28242026-07-22T15:12:32.629Z Compiling illumos-nvpair v0.3.0
28252026-07-22T15:12:32.880Z Compiling serde_with v1.14.0
28262026-07-22T15:12:33.124Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28272026-07-22T15:12:33.649Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28282026-07-22T15:12:34.052Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28292026-07-22T15:12:34.307Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28302026-07-22T15:12:35.466Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28312026-07-22T15:12:35.757Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28322026-07-22T15:12:35.813Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28332026-07-22T15:12:35.970Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-07-22T15:12:36.715Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-07-22T15:12:36.971Z Compiling tungstenite v0.23.0
28362026-07-22T15:12:37.463Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28372026-07-22T15:12:37.921Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28382026-07-22T15:12:38.858Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-07-22T15:12:39.092Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28402026-07-22T15:12:39.311Z Compiling nix v0.27.1
28412026-07-22T15:12:39.340Z Compiling twox-hash v2.1.2
28422026-07-22T15:12:39.499Z Compiling libsw-core v0.3.2
28432026-07-22T15:12:39.716Z Compiling serde_bytes v0.11.19
28442026-07-22T15:12:39.853Z Compiling libsw v3.5.0
28452026-07-22T15:12:40.014Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28462026-07-22T15:12:40.092Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28472026-07-22T15:12:40.120Z Compiling tokio-tungstenite v0.23.1
28482026-07-22T15:12:40.156Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28492026-07-22T15:12:40.479Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-07-22T15:12:40.501Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28512026-07-22T15:12:40.600Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-07-22T15:12:41.976Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-07-22T15:12:42.629Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-07-22T15:12:44.162Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-07-22T15:12:44.606Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28562026-07-22T15:12:44.805Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28572026-07-22T15:12:44.972Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28582026-07-22T15:12:45.244Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-07-22T15:12:45.617Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28602026-07-22T15:12:45.671Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28612026-07-22T15:12:45.694Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-07-22T15:12:46.136Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-07-22T15:12:46.615Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28642026-07-22T15:12:47.358Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28652026-07-22T15:12:48.862Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28662026-07-22T15:12:48.999Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-07-22T15:12:49.894Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28682026-07-22T15:12:50.870Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28692026-07-22T15:12:51.584Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-07-22T15:12:51.812Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-07-22T15:12:51.971Z Compiling signal-hook-tokio v0.3.1
28722026-07-22T15:12:52.188Z Compiling fatfs v0.3.6
28732026-07-22T15:12:52.577Z Compiling yasna v0.5.2
28742026-07-22T15:12:52.770Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-07-22T15:12:52.825Z Compiling seq-macro v0.3.6
28762026-07-22T15:12:53.363Z Compiling is_ci v1.2.0
28772026-07-22T15:12:53.490Z Compiling assert_matches v1.5.0
28782026-07-22T15:12:53.577Z Compiling supports-color v3.0.2
28792026-07-22T15:12:53.607Z Compiling rcgen v0.12.1
28802026-07-22T15:12:53.879Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-07-22T15:12:54.121Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-07-22T15:12:54.308Z Compiling oxide-update-engine-display v0.1.2
28832026-07-22T15:12:55.345Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-07-22T15:12:55.452Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28852026-07-22T15:12:55.711Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28862026-07-22T15:12:55.969Z Compiling port-file v0.1.0
28872026-07-22T15:12:56.309Z Compiling rtoolbox v0.0.3
28882026-07-22T15:12:56.527Z Compiling subprocess v0.2.15
28892026-07-22T15:12:56.598Z Compiling rpassword v7.5.4
28902026-07-22T15:12:57.248Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28912026-07-22T15:12:58.225Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-07-22T15:12:58.801Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-07-22T15:12:59.127Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28942026-07-22T15:12:59.264Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28952026-07-22T15:13:00.666Z Compiling tui-tree-widget v0.23.1
28962026-07-22T15:13:00.963Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-07-22T15:13:01.275Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-07-22T15:13:02.607Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28992026-07-22T15:13:02.851Z Compiling uzers v0.12.2
29002026-07-22T15:13:02.993Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-07-22T15:13:03.269Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-07-22T15:13:04.307Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-07-22T15:13:06.246Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-07-22T15:13:06.403Z Compiling support-bundle-viewer v0.1.2
29052026-07-22T15:13:08.279Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29062026-07-22T15:13:08.549Z Compiling multimap v0.10.1
29072026-07-22T15:13:23.140Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-07-22T15:13:25.923Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29092026-07-22T15:13:30.196Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29102026-07-22T15:13:31.369Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29112026-07-22T15:13:33.771Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29122026-07-22T15:19:58.871Z Finished `release` profile [optimized] target(s) in 8m 36s
29132026-07-22T15:20:49.986Z
29142026-07-22T15:20:49.986Zreal 9:29.088258136
29152026-07-22T15:20:49.986Zuser 1:19:06.662351353
29162026-07-22T15:20:49.986Zsys 3:30.242658936
29172026-07-22T15:20:49.986Ztrap 1.760858903
29182026-07-22T15:20:49.986Ztflt 2.316503551
29192026-07-22T15:20:49.987Zdflt 19.039634273
29202026-07-22T15:20:49.991Zkflt 0.028291648
29212026-07-22T15:20:49.991Zlock 6:48:09.934174857
29222026-07-22T15:20:49.991Zslp 2:11:56.409368868
29232026-07-22T15:20:49.991Zlat 2:23.673820610
29242026-07-22T15:20:49.991Zstop 5:09.028390576
29252026-07-22T15:20:49.991Z+ mapfile -t packages
29262026-07-22T15:20:49.991Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29272026-07-22T15:20:50.951Z Finished `release` profile [optimized] target(s) in 0.95s
29282026-07-22T15:20:51.023Z Running `target/release/omicron-package -t test list-outputs`
29292026-07-22T15:20:51.084ZLogging to: /work/oxidecomputer/omicron/out/LOG
29302026-07-22T15:20:51.088Z+ ptime -m cargo build --locked --release -p xtask
29312026-07-22T15:20:51.582Z Compiling libc v0.2.185
29322026-07-22T15:20:51.582Z Compiling serde_core v1.0.228
29332026-07-22T15:20:51.582Z Compiling serde v1.0.228
29342026-07-22T15:20:51.586Z Compiling rustix v1.1.3
29352026-07-22T15:20:51.586Z Compiling bitflags v2.11.0
29362026-07-22T15:20:51.586Z Compiling serde_json v1.0.150
29372026-07-22T15:20:51.763Z Compiling syn v2.0.117
29382026-07-22T15:20:51.763Z Compiling usdt-impl v0.5.0
29392026-07-22T15:20:51.783Z Compiling syn v1.0.109
29402026-07-22T15:20:51.795Z Compiling getrandom v0.4.1
29412026-07-22T15:20:51.798Z Compiling log v0.4.29
29422026-07-22T15:20:51.819Z Compiling indexmap v2.14.0
29432026-07-22T15:20:51.835Z Compiling fs-err v3.3.0
29442026-07-22T15:20:52.075Z Compiling anyhow v1.0.102
29452026-07-22T15:20:52.125Z Compiling heck v0.4.1
29462026-07-22T15:20:52.140Z Compiling once_cell v1.21.3
29472026-07-22T15:20:52.519Z Compiling thread-id v4.2.2
29482026-07-22T15:20:52.551Z Compiling errno v0.3.14
29492026-07-22T15:20:52.554Z Compiling memmap v0.7.0
29502026-07-22T15:20:53.401Z Compiling proc-macro-error v1.0.4
29512026-07-22T15:20:53.612Z Compiling terminal_size v0.4.3
29522026-07-22T15:20:53.612Z Compiling tempfile v3.25.0
29532026-07-22T15:20:53.669Z Compiling tabled_derive v0.7.0
29542026-07-22T15:20:53.719Z Compiling clap_builder v4.6.0
29552026-07-22T15:20:53.719Z Compiling textwrap v0.16.2
29562026-07-22T15:20:54.061Z Compiling camino v1.2.2
29572026-07-22T15:20:54.077Z Compiling semver v1.0.28
29582026-07-22T15:20:54.090Z Compiling cargo-platform v0.3.2
29592026-07-22T15:20:54.155Z Compiling pest_generator v2.8.6
29602026-07-22T15:20:54.403Z Compiling camino-tempfile v1.4.1
29612026-07-22T15:20:54.521Z Compiling tabled v0.15.0
29622026-07-22T15:20:54.712Z Compiling serde_derive v1.0.228
29632026-07-22T15:20:54.712Z Compiling thiserror-impl v1.0.69
29642026-07-22T15:20:54.716Z Compiling zerocopy-derive v0.7.35
29652026-07-22T15:20:54.716Z Compiling scroll_derive v0.12.1
29662026-07-22T15:20:54.716Z Compiling thiserror-impl v2.0.18
29672026-07-22T15:20:54.716Z Compiling clap_derive v4.6.1
29682026-07-22T15:20:54.783Z Compiling pest_derive v2.8.6
29692026-07-22T15:20:55.489Z Compiling scroll v0.12.0
29702026-07-22T15:20:55.662Z Compiling zerocopy v0.7.35
29712026-07-22T15:20:55.784Z Compiling goblin v0.8.2
29722026-07-22T15:20:56.059Z Compiling thiserror v1.0.69
29732026-07-22T15:20:56.185Z Compiling dtrace-parser v0.2.0
29742026-07-22T15:20:56.307Z Compiling thiserror v2.0.18
29752026-07-22T15:20:56.481Z Compiling clap v4.6.1
29762026-07-22T15:20:58.313Z Compiling toml_datetime v0.6.11
29772026-07-22T15:20:58.363Z Compiling serde_spanned v0.6.9
29782026-07-22T15:20:58.378Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29792026-07-22T15:20:58.425Z Compiling dof v0.3.0
29802026-07-22T15:20:58.474Z Compiling serde_tokenstream v0.2.3
29812026-07-22T15:20:58.557Z Compiling toml_edit v0.22.27
29822026-07-22T15:20:58.571Z Compiling macaddr v1.0.1
29832026-07-22T15:20:58.582Z Compiling cargo_metadata v0.23.1
29842026-07-22T15:20:59.179Z Compiling usdt-attr-macro v0.5.0
29852026-07-22T15:20:59.182Z Compiling usdt-macro v0.5.0
29862026-07-22T15:20:59.930Z Compiling usdt v0.5.0
29872026-07-22T15:21:00.318Z Compiling toml v0.8.23
29882026-07-22T15:21:00.811Z Compiling cargo_toml v0.21.0
29892026-07-22T15:21:05.592Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29902026-07-22T15:21:09.101Z Finished `release` profile [optimized] target(s) in 18.00s
29912026-07-22T15:21:09.233Z
29922026-07-22T15:21:09.233Zreal 18.106685007
29932026-07-22T15:21:09.233Zuser 2:20.794302074
29942026-07-22T15:21:09.233Zsys 15.138260999
29952026-07-22T15:21:09.233Ztrap 0.076157800
29962026-07-22T15:21:09.236Ztflt 0.493428154
29972026-07-22T15:21:09.237Zdflt 1.888501496
29982026-07-22T15:21:09.237Zkflt 0.000017670
29992026-07-22T15:21:09.237Zlock 4:51.933306394
30002026-07-22T15:21:09.237Zslp 3:03.618727887
30012026-07-22T15:21:09.237Zlat 4.575676624
30022026-07-22T15:21:09.237Zstop 16.629911324
30032026-07-22T15:21:09.237Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30042026-07-22T15:21:09.237Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30052026-07-22T15:21:09.237Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30062026-07-22T15:21:09.237Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30072026-07-22T15:21:09.237Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30082026-07-22T15:21:10.190Z Compiling progenitor-client v0.14.0
30092026-07-22T15:21:10.190Z Compiling newtype-uuid-macros v0.1.0
30102026-07-22T15:21:10.190Z Compiling match_cfg v0.1.0
30112026-07-22T15:21:10.190Z Compiling slog-json v2.6.1
30122026-07-22T15:21:10.190Z Compiling structmeta-derive v0.3.0
30132026-07-22T15:21:10.194Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30142026-07-22T15:21:10.194Z Compiling sha1 v0.11.0
30152026-07-22T15:21:10.194Z Compiling multer v3.1.0
30162026-07-22T15:21:10.194Z Compiling debug-ignore v1.0.5
30172026-07-22T15:21:10.194Z Compiling compression-core v0.4.31
30182026-07-22T15:21:10.194Z Compiling itertools v0.14.0
30192026-07-22T15:21:10.349Z Compiling async-stream-impl v0.3.6
30202026-07-22T15:21:10.357Z Compiling serde_spanned v1.1.1
30212026-07-22T15:21:10.357Z Compiling toml_datetime v1.1.1+spec-1.1.0
30222026-07-22T15:21:10.369Z Compiling dropshot v0.17.1
30232026-07-22T15:21:10.373Z Compiling toml_writer v1.1.1+spec-1.1.0
30242026-07-22T15:21:10.543Z Compiling compression-codecs v0.4.37
30252026-07-22T15:21:10.664Z Compiling waitgroup v0.1.2
30262026-07-22T15:21:10.683Z Compiling hostname v0.3.1
30272026-07-22T15:21:10.687Z Compiling rustls-pemfile v2.2.0
30282026-07-22T15:21:10.740Z Compiling toml v1.1.2+spec-1.1.0
30292026-07-22T15:21:10.803Z Compiling async-compression v0.4.41
30302026-07-22T15:21:10.824Z Compiling slog-bunyan v2.5.0
30312026-07-22T15:21:10.828Z Compiling dropshot_endpoint v0.17.1
30322026-07-22T15:21:10.845Z Compiling hostname v0.4.2
30332026-07-22T15:21:10.884Z Compiling serde_path_to_error v0.1.20
30342026-07-22T15:21:10.889Z Compiling atomicwrites v0.4.4
30352026-07-22T15:21:10.899Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30362026-07-22T15:21:10.973Z Compiling macaddr v1.0.1
30372026-07-22T15:21:10.994Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30382026-07-22T15:21:10.995Z Compiling instant v0.1.13
30392026-07-22T15:21:11.029Z Compiling regress v0.10.5
30402026-07-22T15:21:11.050Z Compiling backon v1.6.0
30412026-07-22T15:21:11.122Z Compiling backoff v0.4.0
30422026-07-22T15:21:11.145Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30432026-07-22T15:21:11.164Z Compiling humantime v2.3.0
30442026-07-22T15:21:11.167Z Compiling half v2.7.1
30452026-07-22T15:21:11.202Z Compiling async-stream v0.3.6
30462026-07-22T15:21:11.241Z Compiling progenitor-extras v0.2.0
30472026-07-22T15:21:11.293Z Compiling ciborium-io v0.2.2
30482026-07-22T15:21:11.320Z Compiling crucible-workspace-hack v0.1.0
30492026-07-22T15:21:11.380Z Compiling regress v0.11.1
30502026-07-22T15:21:11.399Z Compiling convert_case v0.4.0
30512026-07-22T15:21:11.416Z Compiling secrecy v0.10.3
30522026-07-22T15:21:11.436Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30532026-07-22T15:21:11.481Z Compiling ciborium-ll v0.2.2
30542026-07-22T15:21:11.500Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-07-22T15:21:11.537Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30562026-07-22T15:21:11.553Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30572026-07-22T15:21:11.573Z Compiling inout v0.1.4
30582026-07-22T15:21:11.577Z Compiling structmeta v0.3.0
30592026-07-22T15:21:11.632Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30602026-07-22T15:21:11.651Z Compiling unsafe-libyaml v0.2.11
30612026-07-22T15:21:11.669Z Compiling thiserror-impl-no-std v2.0.2
30622026-07-22T15:21:11.744Z Compiling ciborium v0.2.2
30632026-07-22T15:21:11.779Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30642026-07-22T15:21:11.796Z Compiling cipher v0.4.4
30652026-07-22T15:21:11.841Z Compiling derive_more v0.99.20
30662026-07-22T15:21:11.863Z Compiling universal-hash v0.5.1
30672026-07-22T15:21:11.881Z Compiling derive-ex v0.1.8
30682026-07-22T15:21:11.908Z Compiling parse-display-derive v0.10.0
30692026-07-22T15:21:11.926Z Compiling opaque-debug v0.3.1
30702026-07-22T15:21:11.946Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-07-22T15:21:12.022Z Compiling poly1305 v0.8.0
30722026-07-22T15:21:12.040Z Compiling blake2 v0.10.6
30732026-07-22T15:21:12.114Z Compiling chacha20 v0.9.1
30742026-07-22T15:21:12.205Z Compiling aead v0.5.2
30752026-07-22T15:21:12.318Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30762026-07-22T15:21:12.413Z Compiling serde_yaml v0.9.34+deprecated
30772026-07-22T15:21:12.432Z Compiling password-hash v0.5.0
30782026-07-22T15:21:12.453Z Compiling indent_write v2.2.0
30792026-07-22T15:21:12.525Z Compiling toml_datetime v0.7.5+spec-1.1.0
30802026-07-22T15:21:12.551Z Compiling chacha20poly1305 v0.10.1
30812026-07-22T15:21:12.630Z Compiling darling_core v0.21.3
30822026-07-22T15:21:12.677Z Compiling heapless v0.8.0
30832026-07-22T15:21:12.741Z Compiling toml_edit v0.23.10+spec-1.0.0
30842026-07-22T15:21:12.819Z Compiling argon2 v0.5.3
30852026-07-22T15:21:12.877Z Compiling tabwriter v1.4.1
30862026-07-22T15:21:12.896Z Compiling hash32 v0.3.1
30872026-07-22T15:21:13.045Z Compiling thiserror-no-std v2.0.2
30882026-07-22T15:21:13.095Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30892026-07-22T15:21:13.158Z Compiling typify-impl v0.6.2
30902026-07-22T15:21:13.175Z Compiling vsss-rs v3.3.4
30912026-07-22T15:21:13.266Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30922026-07-22T15:21:13.378Z Compiling proc-macro-crate v3.4.0
30932026-07-22T15:21:13.584Z Compiling smoltcp v0.11.0
30942026-07-22T15:21:13.834Z Compiling test-strategy v0.4.5
30952026-07-22T15:21:13.866Z Compiling parse-display v0.10.0
30962026-07-22T15:21:14.026Z Compiling num_enum_derive v0.7.6
30972026-07-22T15:21:14.063Z Compiling cobs v0.3.0
30982026-07-22T15:21:14.085Z Compiling colored v3.1.1
30992026-07-22T15:21:14.148Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31002026-07-22T15:21:14.224Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31012026-07-22T15:21:14.299Z Compiling postcard v1.1.3
31022026-07-22T15:21:14.353Z Compiling proc-macro-error v1.0.4
31032026-07-22T15:21:14.476Z Compiling proc-macro-crate v1.3.1
31042026-07-22T15:21:14.518Z Compiling rand v0.10.1
31052026-07-22T15:21:14.611Z Compiling foreign-types-macros v0.2.3
31062026-07-22T15:21:14.674Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31072026-07-22T15:21:14.703Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31082026-07-22T15:21:14.720Z Compiling foreign-types-shared v0.3.1
31092026-07-22T15:21:14.819Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31102026-07-22T15:21:14.846Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31112026-07-22T15:21:14.933Z Compiling rayon-core v1.13.0
31122026-07-22T15:21:14.958Z Compiling num_enum_derive v0.5.11
31132026-07-22T15:21:15.054Z Compiling crossbeam-deque v0.8.6
31142026-07-22T15:21:15.103Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-07-22T15:21:15.165Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31162026-07-22T15:21:15.189Z Compiling cstr-argument v0.1.2
31172026-07-22T15:21:15.234Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31182026-07-22T15:21:15.252Z Compiling num_enum v0.7.6
31192026-07-22T15:21:15.365Z Compiling foreign-types v0.5.0
31202026-07-22T15:21:15.408Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-07-22T15:21:15.450Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31222026-07-22T15:21:15.469Z Compiling darling_macro v0.21.3
31232026-07-22T15:21:15.488Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31242026-07-22T15:21:15.551Z Compiling zone_cfg_derive v0.3.1
31252026-07-22T15:21:15.568Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31262026-07-22T15:21:15.631Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31272026-07-22T15:21:15.660Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31282026-07-22T15:21:15.701Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31292026-07-22T15:21:15.750Z Compiling itertools v0.12.1
31302026-07-22T15:21:15.769Z Compiling num-derive v0.4.2
31312026-07-22T15:21:15.793Z Compiling rayon v1.11.0
31322026-07-22T15:21:15.909Z Compiling sigpipe v0.1.3
31332026-07-22T15:21:15.913Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31342026-07-22T15:21:16.027Z Compiling cpubits v0.1.1
31352026-07-22T15:21:16.049Z Compiling glob v0.3.3
31362026-07-22T15:21:16.100Z Compiling darling v0.21.3
31372026-07-22T15:21:16.124Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31382026-07-22T15:21:16.141Z Compiling smf v0.2.3
31392026-07-22T15:21:16.182Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31402026-07-22T15:21:16.211Z Compiling ingot-macros v0.1.1
31412026-07-22T15:21:16.253Z Compiling num_enum v0.5.11
31422026-07-22T15:21:16.275Z Compiling whoami v1.6.1
31432026-07-22T15:21:16.338Z Compiling usdt-macro v0.5.0
31442026-07-22T15:21:16.408Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31452026-07-22T15:21:16.427Z Compiling usdt-attr-macro v0.5.0
31462026-07-22T15:21:16.488Z Compiling gethostname v0.5.0
31472026-07-22T15:21:16.512Z Compiling num-rational v0.4.2
31482026-07-22T15:21:16.647Z Compiling pem-rfc7468 v1.0.0
31492026-07-22T15:21:16.746Z Compiling num-complex v0.4.6
31502026-07-22T15:21:16.784Z Compiling derive-where v1.6.0
31512026-07-22T15:21:16.879Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31522026-07-22T15:21:16.928Z Compiling memmap v0.7.0
31532026-07-22T15:21:17.009Z Compiling float-ord v0.3.2
31542026-07-22T15:21:17.160Z Compiling zone v0.3.1
31552026-07-22T15:21:17.179Z Compiling num v0.4.3
31562026-07-22T15:21:17.183Z Compiling toml v0.8.23
31572026-07-22T15:21:17.218Z Compiling hmac v0.13.0
31582026-07-22T15:21:17.221Z Compiling universal-hash v0.6.1
31592026-07-22T15:21:17.257Z Compiling resolv-conf v0.7.6
31602026-07-22T15:21:17.286Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31612026-07-22T15:21:17.333Z Compiling cancel-safe-futures v0.1.5
31622026-07-22T15:21:17.376Z Compiling usdt v0.5.0
31632026-07-22T15:21:17.405Z Compiling polyval v0.7.1
31642026-07-22T15:21:17.455Z Compiling der v0.8.0
31652026-07-22T15:21:17.474Z Compiling prettyplease v0.2.37
31662026-07-22T15:21:17.622Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-07-22T15:21:17.659Z Compiling ghash v0.6.0
31682026-07-22T15:21:17.702Z Compiling pbkdf2 v0.13.0
31692026-07-22T15:21:17.806Z Compiling aes v0.9.1
31702026-07-22T15:21:17.810Z Compiling console v0.15.11
31712026-07-22T15:21:17.831Z Compiling hickory-proto v0.24.4
31722026-07-22T15:21:17.834Z Compiling newline-converter v0.3.0
31732026-07-22T15:21:17.868Z Compiling ctr v0.10.1
31742026-07-22T15:21:17.922Z Compiling aead v0.6.1
31752026-07-22T15:21:17.969Z Compiling sha2 v0.11.0
31762026-07-22T15:21:18.010Z Compiling libefi-sys v0.1.0
31772026-07-22T15:21:18.050Z Compiling linear-map v1.2.0
31782026-07-22T15:21:18.122Z Compiling linked-hash-map v0.5.6
31792026-07-22T15:21:18.284Z Compiling aes-gcm v0.11.0
31802026-07-22T15:21:18.303Z Compiling typify-macro v0.6.2
31812026-07-22T15:21:18.323Z Compiling lru-cache v0.1.2
31822026-07-22T15:21:18.327Z Compiling expectorate v1.2.0
31832026-07-22T15:21:18.362Z Compiling oxide-update-engine-types v0.1.2
31842026-07-22T15:21:18.365Z Compiling crypto-bigint v0.7.5
31852026-07-22T15:21:18.467Z Compiling spki v0.8.0
31862026-07-22T15:21:18.492Z Compiling cbc v0.2.1
31872026-07-22T15:21:18.524Z Compiling salsa20 v0.11.0
31882026-07-22T15:21:18.547Z Compiling bitfield-struct v0.6.2
31892026-07-22T15:21:18.690Z Compiling nom v8.0.0
31902026-07-22T15:21:18.709Z Compiling semver v0.1.20
31912026-07-22T15:21:18.867Z Compiling scrypt v0.12.0
31922026-07-22T15:21:18.975Z Compiling rustc_version v0.1.7
31932026-07-22T15:21:18.994Z Compiling tokio-dtrace v0.1.1
31942026-07-22T15:21:19.073Z Compiling dropshot-api-manager-types v0.7.2
31952026-07-22T15:21:19.144Z Compiling slog-dtrace v0.3.0
31962026-07-22T15:21:19.214Z Compiling minimal-lexical v0.2.1
31972026-07-22T15:21:19.258Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-07-22T15:21:19.317Z Compiling newtype_derive v0.1.6
31992026-07-22T15:21:19.335Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-07-22T15:21:19.364Z Compiling oxide-tokio-rt v0.1.4
32012026-07-22T15:21:19.446Z Compiling nom v7.1.3
32022026-07-22T15:21:19.476Z Compiling oxide-update-engine v0.1.2
32032026-07-22T15:21:19.479Z Compiling ingot-types v0.1.2
32042026-07-22T15:21:19.512Z Compiling pkcs5 v0.8.1
32052026-07-22T15:21:19.529Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32062026-07-22T15:21:19.575Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32072026-07-22T15:21:19.679Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-07-22T15:21:19.701Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-07-22T15:21:19.725Z Compiling phf_shared v0.12.1
32102026-07-22T15:21:19.778Z Compiling csv-core v0.1.13
32112026-07-22T15:21:19.942Z Compiling ingot v0.1.1
32122026-07-22T15:21:19.961Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32132026-07-22T15:21:20.027Z Compiling unicode-xid v0.2.6
32142026-07-22T15:21:20.059Z Compiling xshell-macros v0.2.7
32152026-07-22T15:21:20.076Z Compiling highway v1.3.0
32162026-07-22T15:21:20.095Z Compiling chrono-tz v0.10.4
32172026-07-22T15:21:20.121Z Compiling csv v1.4.0
32182026-07-22T15:21:20.140Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32192026-07-22T15:21:20.191Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32202026-07-22T15:21:20.288Z Compiling typify v0.6.2
32212026-07-22T15:21:20.433Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32222026-07-22T15:21:20.441Z Compiling hickory-resolver v0.24.4
32232026-07-22T15:21:20.499Z Compiling progenitor-impl v0.14.0
32242026-07-22T15:21:20.574Z Compiling xshell v0.2.7
32252026-07-22T15:21:20.598Z Compiling const_format_proc_macros v0.2.34
32262026-07-22T15:21:20.805Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32272026-07-22T15:21:21.036Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32282026-07-22T15:21:21.193Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32292026-07-22T15:21:21.328Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32302026-07-22T15:21:21.440Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32312026-07-22T15:21:21.460Z Compiling phf v0.12.1
32322026-07-22T15:21:21.618Z Compiling qorb v0.4.1
32332026-07-22T15:21:21.636Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32342026-07-22T15:21:21.662Z Compiling pkcs8 v0.11.0
32352026-07-22T15:21:21.888Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32362026-07-22T15:21:22.066Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32372026-07-22T15:21:22.111Z Compiling owo-colors v4.3.0
32382026-07-22T15:21:22.207Z Compiling const_format v0.2.35
32392026-07-22T15:21:22.240Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32402026-07-22T15:21:22.470Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32412026-07-22T15:21:22.523Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32422026-07-22T15:21:22.584Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32432026-07-22T15:21:22.672Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32442026-07-22T15:21:22.755Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32452026-07-22T15:21:23.024Z Compiling tabled_derive v0.7.0
32462026-07-22T15:21:23.167Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32472026-07-22T15:21:23.401Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32482026-07-22T15:21:23.457Z Compiling bcs v0.1.6
32492026-07-22T15:21:23.480Z Compiling ff v0.14.0
32502026-07-22T15:21:23.504Z Compiling progenitor-macro v0.14.0
32512026-07-22T15:21:23.632Z Compiling termtree v0.5.1
32522026-07-22T15:21:23.663Z Compiling tagptr v0.2.0
32532026-07-22T15:21:23.844Z Compiling salty v0.3.0
32542026-07-22T15:21:23.844Z Compiling textwrap v0.16.2
32552026-07-22T15:21:23.878Z Compiling moka v0.12.13
32562026-07-22T15:21:23.899Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-07-22T15:21:24.135Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32582026-07-22T15:21:24.154Z Compiling tabled v0.15.0
32592026-07-22T15:21:24.190Z Compiling steno v0.4.1
32602026-07-22T15:21:24.212Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-07-22T15:21:24.227Z Compiling sha1 v0.10.6
32622026-07-22T15:21:24.386Z Compiling signature v3.0.0
32632026-07-22T15:21:24.405Z Compiling base16ct v1.0.0
32642026-07-22T15:21:24.434Z Compiling radium v0.7.0
32652026-07-22T15:21:24.495Z Compiling base64 v0.21.7
32662026-07-22T15:21:24.626Z Compiling sec1 v0.8.1
32672026-07-22T15:21:24.651Z Compiling hickory-resolver v0.25.2
32682026-07-22T15:21:24.758Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32692026-07-22T15:21:24.816Z Compiling group v0.14.0
32702026-07-22T15:21:24.881Z Compiling hkdf v0.13.0
32712026-07-22T15:21:24.916Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32722026-07-22T15:21:24.975Z Compiling rfc6979 v0.4.0
32732026-07-22T15:21:25.043Z Compiling tap v1.0.1
32742026-07-22T15:21:25.091Z Compiling maybe-uninit v2.0.0
32752026-07-22T15:21:25.140Z Compiling ecdsa v0.16.9
32762026-07-22T15:21:25.190Z Compiling wyz v0.5.1
32772026-07-22T15:21:25.252Z Compiling elliptic-curve v0.14.0-rc.33
32782026-07-22T15:21:25.545Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-07-22T15:21:25.623Z Compiling primeorder v0.13.6
32802026-07-22T15:21:25.712Z Compiling proc-macro-error-attr2 v2.0.0
32812026-07-22T15:21:25.873Z Compiling utf-8 v0.7.6
32822026-07-22T15:21:25.934Z Compiling funty v2.0.0
32832026-07-22T15:21:25.952Z Compiling parking_lot_core v0.8.6
32842026-07-22T15:21:26.057Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32852026-07-22T15:21:26.105Z Compiling packed_struct v0.10.1
32862026-07-22T15:21:26.216Z Compiling proc-macro-error2 v2.0.1
32872026-07-22T15:21:26.313Z Compiling bitvec v1.0.1
32882026-07-22T15:21:26.358Z Compiling tungstenite v0.21.0
32892026-07-22T15:21:26.441Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32902026-07-22T15:21:26.630Z Compiling p384 v0.13.1
32912026-07-22T15:21:26.695Z Compiling rfc6979 v0.5.0
32922026-07-22T15:21:26.752Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32932026-07-22T15:21:26.770Z Compiling git-stub v1.0.0
32942026-07-22T15:21:26.793Z Compiling packed_struct_codegen v0.10.1
32952026-07-22T15:21:26.888Z Compiling num-derive v0.3.3
32962026-07-22T15:21:27.029Z Compiling bitfield-macros v0.19.4
32972026-07-22T15:21:27.033Z Compiling zerocopy-derive v0.6.6
32982026-07-22T15:21:27.072Z Compiling indexmap v1.9.3
32992026-07-22T15:21:27.271Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33002026-07-22T15:21:27.335Z Compiling nodrop v0.1.14
33012026-07-22T15:21:27.338Z Compiling crc-catalog v2.4.0
33022026-07-22T15:21:27.371Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33032026-07-22T15:21:27.467Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33042026-07-22T15:21:27.484Z Compiling crc v3.4.0
33052026-07-22T15:21:27.558Z Compiling array-init v0.0.4
33062026-07-22T15:21:27.669Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33072026-07-22T15:21:27.689Z Compiling git-stub-vcs v0.1.0
33082026-07-22T15:21:27.731Z Compiling tokio-tungstenite v0.21.0
33092026-07-22T15:21:27.779Z Compiling ecdsa v0.17.0-rc.18
33102026-07-22T15:21:27.886Z Compiling bitfield v0.19.4
33112026-07-22T15:21:27.938Z Compiling libscf-sys v1.1.0
33122026-07-22T15:21:27.971Z Compiling smallvec v0.6.14
33132026-07-22T15:21:27.989Z Compiling tabled_derive v0.11.0
33142026-07-22T15:21:28.036Z Compiling zerocopy v0.6.6
33152026-07-22T15:21:28.115Z Compiling primeorder v0.14.0-rc.10
33162026-07-22T15:21:28.170Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-07-22T15:21:28.227Z Compiling primefield v0.14.0
33182026-07-22T15:21:28.246Z Compiling progenitor-impl v0.13.0
33192026-07-22T15:21:28.276Z Compiling papergrid v0.17.0
33202026-07-22T15:21:28.381Z Compiling testing_table v0.3.0
33212026-07-22T15:21:28.414Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33222026-07-22T15:21:28.461Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-22T15:21:28.494Z Compiling curve25519-dalek v5.0.0-rc.0
33242026-07-22T15:21:28.521Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33252026-07-22T15:21:28.625Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-07-22T15:21:28.629Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-07-22T15:21:28.682Z Compiling unicase v2.9.0
33282026-07-22T15:21:28.759Z Compiling corncobs v0.1.4
33292026-07-22T15:21:28.796Z Compiling illumos-nvpair-sys v0.2.0
33302026-07-22T15:21:28.897Z Compiling hashbrown v0.12.3
33312026-07-22T15:21:28.932Z Compiling mime_guess v2.0.5
33322026-07-22T15:21:28.987Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-07-22T15:21:29.074Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-07-22T15:21:29.078Z Compiling progenitor v0.14.0
33352026-07-22T15:21:29.094Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33362026-07-22T15:21:29.127Z Compiling parking_lot v0.11.2
33372026-07-22T15:21:29.282Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33382026-07-22T15:21:29.302Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33392026-07-22T15:21:29.326Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33402026-07-22T15:21:29.344Z Compiling tabled v0.20.0
33412026-07-22T15:21:29.463Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33422026-07-22T15:21:29.512Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33432026-07-22T15:21:29.547Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33442026-07-22T15:21:29.569Z Compiling serde-hex v0.1.0
33452026-07-22T15:21:29.587Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33462026-07-22T15:21:29.603Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33472026-07-22T15:21:29.859Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33482026-07-22T15:21:30.017Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33492026-07-22T15:21:30.108Z Compiling ron v0.8.1
33502026-07-22T15:21:30.128Z Compiling ssh-encoding v0.3.0-rc.9
33512026-07-22T15:21:30.160Z Compiling hashbrown v0.13.2
33522026-07-22T15:21:30.178Z Compiling progenitor-client v0.13.0
33532026-07-22T15:21:30.312Z Compiling prefix-trie v0.7.0
33542026-07-22T15:21:30.591Z Compiling fxhash v0.2.1
33552026-07-22T15:21:30.618Z Compiling secrecy v0.8.0
33562026-07-22T15:21:30.772Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33572026-07-22T15:21:30.811Z Compiling crc-any v2.5.0
33582026-07-22T15:21:30.830Z Compiling hickory-server v0.25.2
33592026-07-22T15:21:31.105Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33602026-07-22T15:21:31.123Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33612026-07-22T15:21:31.175Z Compiling progenitor-macro v0.13.0
33622026-07-22T15:21:31.527Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-07-22T15:21:31.892Z Compiling object v0.30.4
33642026-07-22T15:21:32.002Z Compiling sled v0.34.7
33652026-07-22T15:21:32.021Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33662026-07-22T15:21:32.076Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33672026-07-22T15:21:32.272Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33682026-07-22T15:21:32.369Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33692026-07-22T15:21:32.591Z Compiling ed25519 v3.0.0
33702026-07-22T15:21:32.649Z Compiling crypto-primes v0.7.2
33712026-07-22T15:21:32.945Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-07-22T15:21:32.965Z Compiling pkcs1 v0.8.0-rc.4
33732026-07-22T15:21:33.435Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33742026-07-22T15:21:33.457Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33752026-07-22T15:21:33.777Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33762026-07-22T15:21:33.797Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33772026-07-22T15:21:33.845Z Compiling poly1305 v0.9.0
33782026-07-22T15:21:33.878Z Compiling blowfish v0.10.0
33792026-07-22T15:21:34.161Z Compiling blake2 v0.11.0-rc.6
33802026-07-22T15:21:34.179Z Compiling keccak v0.2.0
33812026-07-22T15:21:34.290Z Compiling crc8 v0.1.1
33822026-07-22T15:21:34.358Z Compiling http-range v0.1.5
33832026-07-22T15:21:34.391Z Compiling fiat-crypto v0.3.0
33842026-07-22T15:21:34.452Z Compiling path-slash v0.1.5
33852026-07-22T15:21:34.586Z Compiling half v1.8.3
33862026-07-22T15:21:34.644Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33872026-07-22T15:21:34.667Z Compiling argon2 v0.6.0-rc.8
33882026-07-22T15:21:34.702Z Compiling sha3 v0.11.0
33892026-07-22T15:21:34.826Z Compiling serde_cbor v0.11.2
33902026-07-22T15:21:34.863Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33912026-07-22T15:21:34.916Z Compiling ssh-cipher v0.3.0-rc.9
33922026-07-22T15:21:35.095Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33932026-07-22T15:21:35.154Z Compiling bcrypt-pbkdf v0.11.0
33942026-07-22T15:21:35.514Z Compiling rsa v0.10.0-rc.18
33952026-07-22T15:21:35.534Z Compiling ed25519-dalek v3.0.0-rc.0
33962026-07-22T15:21:35.537Z Compiling illumos-nvpair v0.3.0
33972026-07-22T15:21:35.850Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33982026-07-22T15:21:35.919Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33992026-07-22T15:21:36.046Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34002026-07-22T15:21:36.105Z Compiling p521 v0.14.0-rc.10
34012026-07-22T15:21:36.127Z Compiling p256 v0.14.0-rc.10
34022026-07-22T15:21:36.284Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34032026-07-22T15:21:36.301Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34042026-07-22T15:21:36.322Z Compiling yasna v0.5.2
34052026-07-22T15:21:36.345Z Compiling kstat-rs v0.2.4
34062026-07-22T15:21:36.484Z Compiling headers-core v0.3.0
34072026-07-22T15:21:36.646Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34082026-07-22T15:21:36.692Z Compiling kem v0.3.0
34092026-07-22T15:21:36.714Z Compiling progenitor v0.13.0
34102026-07-22T15:21:36.837Z Compiling module-lattice v0.2.3
34112026-07-22T15:21:36.853Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34122026-07-22T15:21:36.887Z Compiling nanorand v0.7.0
34132026-07-22T15:21:36.905Z Compiling atty v0.2.14
34142026-07-22T15:21:37.008Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34152026-07-22T15:21:37.052Z Compiling rcgen v0.12.1
34162026-07-22T15:21:37.094Z Compiling ml-kem v0.3.2
34172026-07-22T15:21:37.124Z Compiling flume v0.11.1
34182026-07-22T15:21:37.148Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34192026-07-22T15:21:37.229Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34202026-07-22T15:21:37.483Z Compiling headers v0.4.1
34212026-07-22T15:21:37.502Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34222026-07-22T15:21:37.659Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34232026-07-22T15:21:38.051Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34242026-07-22T15:21:38.144Z Compiling hyper-staticfile v0.10.1
34252026-07-22T15:21:38.166Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-07-22T15:21:38.266Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34272026-07-22T15:21:38.334Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34282026-07-22T15:21:38.424Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34292026-07-22T15:21:38.597Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34302026-07-22T15:21:38.715Z Compiling russh-cryptovec v0.61.0
34312026-07-22T15:21:38.916Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34322026-07-22T15:21:38.991Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34332026-07-22T15:21:39.105Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34342026-07-22T15:21:39.130Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-07-22T15:21:39.225Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34362026-07-22T15:21:39.491Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34372026-07-22T15:21:39.531Z Compiling internal-russh-num-bigint v0.5.0
34382026-07-22T15:21:39.645Z Compiling port-file v0.1.0
34392026-07-22T15:21:39.764Z Compiling num-bigint v0.4.6
34402026-07-22T15:21:39.926Z Compiling generic-array v1.4.3
34412026-07-22T15:21:39.982Z Compiling p384 v0.14.0-rc.10
34422026-07-22T15:21:40.065Z Compiling russh-util v0.52.0
34432026-07-22T15:21:40.088Z Compiling enum_dispatch v0.3.13
34442026-07-22T15:21:40.258Z Compiling delegate v0.13.5
34452026-07-22T15:21:40.294Z Compiling subprocess v0.2.15
34462026-07-22T15:21:40.481Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-07-22T15:21:40.485Z Compiling hex-literal v1.1.0
34482026-07-22T15:21:40.630Z Compiling md5 v0.8.0
34492026-07-22T15:21:40.809Z Compiling display-error-chain v0.2.2
34502026-07-22T15:21:40.904Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-07-22T15:21:40.966Z Compiling colored v2.2.0
34522026-07-22T15:21:40.984Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-07-22T15:21:40.987Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-07-22T15:21:41.001Z Compiling socket2 v0.5.10
34552026-07-22T15:21:41.174Z Compiling internet-checksum v0.2.1
34562026-07-22T15:21:42.072Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34572026-07-22T15:21:42.381Z Compiling ssh-key v0.7.0-rc.10
34582026-07-22T15:21:42.822Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34592026-07-22T15:21:43.313Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34602026-07-22T15:21:43.706Z Compiling russh v0.61.2
34612026-07-22T15:21:44.409Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34622026-07-22T15:21:45.631Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34632026-07-22T15:21:54.498Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34642026-07-22T15:21:54.498Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34652026-07-22T15:21:54.498Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34662026-07-22T15:21:54.502Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-07-22T15:21:56.365Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34682026-07-22T15:21:56.468Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34692026-07-22T15:22:00.632Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-07-22T15:22:41.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
34712026-07-22T15:22:41.827Z
34722026-07-22T15:22:41.827Zreal 1:32.527532845
34732026-07-22T15:22:41.827Zuser 9:28.217375068
34742026-07-22T15:22:41.827Zsys 1:50.943122999
34752026-07-22T15:22:41.827Ztrap 0.297943795
34762026-07-22T15:22:41.827Ztflt 0.367106965
34772026-07-22T15:22:41.827Zdflt 1.676049700
34782026-07-22T15:22:41.827Zkflt 0.000318990
34792026-07-22T15:22:41.827Zlock 33:46.555438688
34802026-07-22T15:22:41.827Zslp 21:36.014046460
34812026-07-22T15:22:41.831Zlat 46.491105436
34822026-07-22T15:22:41.831Zstop 3:23.006942418
34832026-07-22T15:22:41.831Z+ mkdir tests
34842026-07-22T15:22:41.831Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-07-22T15:22:41.834Z+ xargs -I '{}' -t cp '{}' tests/
34862026-07-22T15:22:41.855Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/
34872026-07-22T15:22:41.889Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/
34882026-07-22T15:22:41.919Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/
34892026-07-22T15:22:41.951Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/
34902026-07-22T15:22:42.338Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34912026-07-22T15:22:42.345Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34922026-07-22T15:24:05.535ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-07-22T15:24:05.535Za .github/buildomat/ci-env.sh 1K
34942026-07-22T15:24:05.535Za out/target/test 1K
34952026-07-22T15:24:05.535Za out/npuzone/npuzone 27402K
34962026-07-22T15:24:05.536Za package-manifest.toml 35K
34972026-07-22T15:24:05.536Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-07-22T15:24:05.536Za target/release/omicron-package 40717K
34992026-07-22T15:24:05.536Za target/release/xtask 10468K
35002026-07-22T15:24:05.537Za target/debug/bootstrap 349641K
35012026-07-22T15:24:05.537Za tests/bootstrap-ea78505dc2dc167f 31974K
35022026-07-22T15:24:05.537Za tests/commtest-33515beb2d6ed64a 32169K
35032026-07-22T15:24:05.537Za tests/dhcp_server-e4c9c7ae0bb0dfef 31974K
35042026-07-22T15:24:05.537Za tests/end_to_end_tests-fe05326eebb245d2 399517K
35052026-07-22T15:24:05.537Za tools/opte_version 1K
35062026-07-22T15:24:05.537Za tools/opte_version_override 2K
35072026-07-22T15:24:05.537Za out/clickhouse.tar.gz 310727K
35082026-07-22T15:24:05.537Za out/clickhouse_keeper.tar.gz 297195K
35092026-07-22T15:24:05.537Za out/clickhouse_server.tar.gz 310724K
35102026-07-22T15:24:05.537Za out/cockroachdb.tar.gz 161731K
35112026-07-22T15:24:05.537Za out/crucible-pantry-zone.tar.gz 39108K
35122026-07-22T15:24:05.537Za out/crucible-utils.tar 18900K
35132026-07-22T15:24:05.538Za out/crucible-zone.tar.gz 53803K
35142026-07-22T15:24:05.538Za out/external-dns.tar.gz 46159K
35152026-07-22T15:24:05.538Za out/internal-dns.tar.gz 46159K
35162026-07-22T15:24:05.538Za out/mg-ddm-gz.tar 102717K
35172026-07-22T15:24:05.538Za out/nexus.tar.gz 273587K
35182026-07-22T15:24:05.538Za out/ntp.tar.gz 29908K
35192026-07-22T15:24:05.538Za out/omicron-gateway-softnpu.tar.gz 27709K
35202026-07-22T15:24:05.538Za out/omicron-sled-agent.tar 191434K
35212026-07-22T15:24:05.538Za out/overlay.tar.gz 4K
35222026-07-22T15:24:05.538Za out/oximeter.tar.gz 59915K
35232026-07-22T15:24:05.538Za out/oxlog.tar 3808K
35242026-07-22T15:24:05.538Za out/probe.tar.gz 3037K
35252026-07-22T15:24:05.538Za out/propolis-server.tar.gz 34372K
35262026-07-22T15:24:05.538Za out/pumpkind-gz.tar 26647K
35272026-07-22T15:24:05.538Za out/switch-softnpu.tar.gz 450207K
35282026-07-22T15:24:05.543Z
35292026-07-22T15:24:05.543Zreal 1:23.192941508
35302026-07-22T15:24:05.543Zuser 1:20.492118744
35312026-07-22T15:24:05.544Zsys 4.557122329
35322026-07-22T15:24:05.544Ztrap 0.007262472
35332026-07-22T15:24:05.544Ztflt 0.000000000
35342026-07-22T15:24:05.544Zdflt 0.000000000
35352026-07-22T15:24:05.544Zkflt 0.000000000
35362026-07-22T15:24:05.544Zlock 0.000000000
35372026-07-22T15:24:05.544Zslp 1:20.308038947
35382026-07-22T15:24:05.544Zlat 1.016666842
35392026-07-22T15:24:05.544Zstop 0.000202940
35402026-07-22T15:24:05.544Zprocess exited: duration 973443 ms, exit code 0
 
35412026-07-22T15:24:05.558Zfound 1 output files
35422026-07-22T15:24:05.566Zuploading: /work/package.tar.gz (2483686909 bytes)
35432026-07-22T15:24:39.669Zuploaded: /work/package.tar.gz