01KY4AR993RN7QZ5APNN206HZ3: 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: 01KY4ARPFRX03PVZ0XSC865DY7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T07:14:45.281Zjob assigned to worker 01KY4ARXP30VWYB4BBWB8FWBJZ [factory aws, i-03b87f1892ba79dcb] (queued for 1 m 0 s)
 
22026-07-22T07:14:52.460Zstarting task 0: "setup"
32026-07-22T07:14:52.467Z++ uname -s
42026-07-22T07:14:52.471Z+ kern=SunOS
52026-07-22T07:14:52.471Z+ build_user=build
62026-07-22T07:14:52.471Z+ build_uid=12345
72026-07-22T07:14:52.471Z+ work_dir=/work
82026-07-22T07:14:52.471Z+ input_dir=/input
92026-07-22T07:14:52.471Z+ [[ 0 == 12345 ]]
102026-07-22T07:14:52.471Z+ case "$kern" in
112026-07-22T07:14:52.471Z+ groupadd -g 12345 build
122026-07-22T07:14:52.474Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T07:14:54.482Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T07:14:54.630Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T07:14:54.634Z+ home_fs=zfs
162026-07-22T07:14:54.634Z+ [[ zfs == autofs ]]
172026-07-22T07:14:54.634Z+ mkdir -p /home/build
182026-07-22T07:14:54.637Z+ chown build:build /home/build /work
192026-07-22T07:14:56.637Z+ chmod 0700 /home/build /work
202026-07-22T07:14:56.640Zprocess exited: duration 4183 ms, exit code 0
 
212026-07-22T07:14:56.646Zstarting task 1: "rust-toolchain"
222026-07-22T07:14:56.652Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T07:14:56.652Z * rust toolchain channel = "1.96.1"
242026-07-22T07:14:56.652Z * rust toolchain profile = "default"
252026-07-22T07:14:56.652Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-22T07:14:56.652Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-22T07:14:56.652Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-22T07:14:56.655Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T07:14:56.655Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T07:14:56.766Zinfo: downloading installer
312026-07-22T07:14:58.258Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T07:14:58.258Zwarn: /home/build/.rustup/settings.toml
332026-07-22T07:14:58.258Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T07:14:58.258Zwarn: instead of the one inferred from the default host triple.
352026-07-22T07:14:58.270Zinfo: profile set to default
362026-07-22T07:14:58.270Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T07:14:58.273Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T07:14:58.416Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T07:14:58.419Zinfo: downloading 6 components
402026-07-22T07:15:13.609Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-22T07:15:13.609Z
422026-07-22T07:15:13.639Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T07:15:13.639Z
442026-07-22T07:15:13.639Z
452026-07-22T07:15:13.639ZRust is installed now. Great!
462026-07-22T07:15:13.639Z
472026-07-22T07:15:13.639ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T07:15:13.640Zenvironment variable. This has not been done automatically.
492026-07-22T07:15:13.640Z
502026-07-22T07:15:13.640ZTo configure your current shell, you need to source
512026-07-22T07:15:13.640Zthe corresponding env file under $HOME/.cargo.
522026-07-22T07:15:13.640Z
532026-07-22T07:15:13.640ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T07:15:13.640Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T07:15:13.640Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T07:15:13.640Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T07:15:13.640Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T07:15:13.640Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T07:15:13.640Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T07:15:13.643Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T07:15:13.643Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T07:15:13.735Z+ rustup --version
632026-07-22T07:15:13.741Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T07:15:13.744Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T07:15:13.762Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T07:15:13.765Z+ cargo --version
672026-07-22T07:15:13.774Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T07:15:13.777Z+ rustc --version
692026-07-22T07:15:13.797Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T07:15:13.800Zprocess exited: duration 17153 ms, exit code 0
 
712026-07-22T07:15:13.806Zstarting task 2: "authentication"
722026-07-22T07:15:13.824Zprocess exited: duration 17 ms, exit code 0
 
732026-07-22T07:15:13.831Zstarting task 3: "clone repository"
742026-07-22T07:15:13.835Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-22T07:15:13.839Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-22T07:15:13.872ZCloning into '/work/oxidecomputer/omicron'...
772026-07-22T07:15:23.079Z+ cd /work/oxidecomputer/omicron
782026-07-22T07:15:23.079Z+ git fetch origin 69761b5e8a1b4e591987c621ff9d67d17695f0c0
792026-07-22T07:15:23.358ZFrom https://github.com/oxidecomputer/omicron
802026-07-22T07:15:23.359Z * branch 69761b5e8a1b4e591987c621ff9d67d17695f0c0 -> FETCH_HEAD
812026-07-22T07:15:23.373Z+ [[ -n multicast-e2e ]]
822026-07-22T07:15:23.377Z++ git branch --show-current
832026-07-22T07:15:23.377Z+ current=main
842026-07-22T07:15:23.378Z+ [[ main != multicast-e2e ]]
852026-07-22T07:15:23.378Z+ git branch -f multicast-e2e 69761b5e8a1b4e591987c621ff9d67d17695f0c0
862026-07-22T07:15:23.381Z+ git checkout -f multicast-e2e
872026-07-22T07:15:23.626ZSwitched to branch 'multicast-e2e'
882026-07-22T07:15:23.629Z+ git reset --hard 69761b5e8a1b4e591987c621ff9d67d17695f0c0
892026-07-22T07:15:23.869ZHEAD is now at 69761b5e8 [merge+deps] merge main, update propolis
902026-07-22T07:15:23.873Zprocess exited: duration 10040 ms, exit code 0
 
912026-07-22T07:15:23.880Zstarting task 4: "build"
922026-07-22T07:15:23.886Z+ source .github/buildomat/ci-env.sh
932026-07-22T07:15:23.886Z++ export CARGO_TERM_COLOR=always
942026-07-22T07:15:23.886Z++ CARGO_TERM_COLOR=always
952026-07-22T07:15:23.889Z+++ uname -s
962026-07-22T07:15:23.889Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-22T07:15:23.889Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-22T07:15:23.892Z+ cargo --version
992026-07-22T07:15:23.899Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-22T07:15:23.904Z+ rustc --version
1012026-07-22T07:15:23.923Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-22T07:15:23.926Z+ WORK=/work
1032026-07-22T07:15:23.926Z+ pfexec mkdir -p /work
1042026-07-22T07:15:23.930Z+ pfexec chown build /work
1052026-07-22T07:15:23.933Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-22T07:15:25.608Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-22T07:15:25.797Z Startup: Caching catalogs ... Done
1082026-07-22T07:15:26.719ZPlanning: Solver setup ... Done (0.854s)
1092026-07-22T07:15:26.759ZPlanning: Running solver ... Done (0.040s)
1102026-07-22T07:15:26.792ZPlanning: Finding local manifests ... Done (0.013s)
1112026-07-22T07:15:26.805ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-22T07:15:26.823ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-22T07:15:26.837ZPlanning: Package planning ... Done (0.015s)
1142026-07-22T07:15:26.840ZPlanning: Merging actions ... Done (0.001s)
1152026-07-22T07:15:27.038ZPlanning: Checking for conflicting actions ... Done (0.199s)
1162026-07-22T07:15:27.041ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-22T07:15:27.887ZPlanning: Evaluating mediators ... Done (0.848s)
1182026-07-22T07:15:27.890ZPlanning: Planning completed in 2.07 seconds
1192026-07-22T07:15:27.897Z Packages to install: 2
1202026-07-22T07:15:27.897Z Estimated space available: 156.06 GB
1212026-07-22T07:15:27.897ZEstimated space to be consumed: 46.64 MB
1222026-07-22T07:15:27.897Z Create boot environment: No
1232026-07-22T07:15:27.901ZCreate backup boot environment: No
1242026-07-22T07:15:27.901Z Rebuild boot archive: No
1252026-07-22T07:15:27.901Z
1262026-07-22T07:15:27.901ZChanged packages:
1272026-07-22T07:15:27.901Zhelios
1282026-07-22T07:15:27.901Z developer/build-essential
1292026-07-22T07:15:27.901Z None -> 11-3.0
1302026-07-22T07:15:27.901Z library/libxmlsec1
1312026-07-22T07:15:27.901Z None -> 1.2.35-3.0
1322026-07-22T07:15:27.922Z
1332026-07-22T07:15:27.922ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-22T07:15:27.993ZDownload: Completed 1.28 MB in 0.07 seconds (18.0M/s)
1352026-07-22T07:15:28.093Z Actions: 1/268 actions (Installing new actions)
1362026-07-22T07:15:28.132Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-22T07:15:28.150ZFinalize: Updating package state database ... Done (0.018s)
1382026-07-22T07:15:28.150ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-22T07:15:28.197ZFinalize: Updating image state ... Done (0.047s)
1402026-07-22T07:15:30.762ZFinalize: Creating fast lookup database ... Done (2.530s)
1412026-07-22T07:15:30.828ZFinalize: Reading search index ... Done (0.012s)
1422026-07-22T07:15:30.831ZFinalize: Updating search index ... Done (0.000s)
1432026-07-22T07:15:30.921ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-22T07:15:31.249ZPlanning: Evaluating mediator changes ... Done
1452026-07-22T07:15:31.353ZPlanning: Checking for conflicting actions ... Done
1462026-07-22T07:15:31.356ZPlanning: Consolidating action changes ... Done
1472026-07-22T07:15:31.511ZPlanning: Evaluating mediators ... Done
1482026-07-22T07:15:31.514ZPlanning: Planning completed in 0.26 seconds
1492026-07-22T07:15:31.534Z Mediators to change: 2
1502026-07-22T07:15:31.534Z Create boot environment: No
1512026-07-22T07:15:31.534ZCreate backup boot environment: No
1522026-07-22T07:15:31.588ZFinalize: Updating package state database ... Done
1532026-07-22T07:15:31.588ZFinalize: Updating package cache ... Done
1542026-07-22T07:15:31.620ZFinalize: Updating image state ... Done
1552026-07-22T07:15:33.572ZFinalize: Creating fast lookup database ... Done
1562026-07-22T07:15:33.633ZFinalize: Reading search index ... Done
1572026-07-22T07:15:33.636ZFinalize: Updating search index ... Done
1582026-07-22T07:15:33.713ZFinalize: Updating package cache ... Done
1592026-07-22T07:15:33.999ZPlanning: Evaluating mediator changes ... Done
1602026-07-22T07:15:34.102ZPlanning: Checking for conflicting actions ... Done
1612026-07-22T07:15:34.105ZPlanning: Consolidating action changes ... Done
1622026-07-22T07:15:34.256ZPlanning: Evaluating mediators ... Done
1632026-07-22T07:15:34.259ZPlanning: Planning completed in 0.26 seconds
1642026-07-22T07:15:34.279Z Mediators to change: 1
1652026-07-22T07:15:34.279Z Create boot environment: No
1662026-07-22T07:15:34.279ZCreate backup boot environment: No
1672026-07-22T07:15:34.333ZFinalize: Updating package state database ... Done
1682026-07-22T07:15:34.333ZFinalize: Updating package cache ... Done
1692026-07-22T07:15:34.359ZFinalize: Updating image state ... Done
1702026-07-22T07:15:36.274ZFinalize: Creating fast lookup database ... Done
1712026-07-22T07:15:36.333ZFinalize: Reading search index ... Done
1722026-07-22T07:15:36.336ZFinalize: Updating search index ... Done
1732026-07-22T07:15:36.410ZFinalize: Updating package cache ... Done
1742026-07-22T07:15:36.718ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-22T07:15:36.718Zapache system 2.4 system
1762026-07-22T07:15:36.718Zclang system 15 system
1772026-07-22T07:15:36.718Zcsh system system illumos
1782026-07-22T07:15:36.718Zctags system system illumos
1792026-07-22T07:15:36.718Zfile vendor vendor darwinsys
1802026-07-22T07:15:36.718Zfile system system illumos
1812026-07-22T07:15:36.718Zgcc vendor 14 vendor
1822026-07-22T07:15:36.718Zgcc system 13 system
1832026-07-22T07:15:36.718Zgcc system 10 system
1842026-07-22T07:15:36.718Zgo system 1.25 system
1852026-07-22T07:15:36.718Zllvm system 15 system
1862026-07-22T07:15:36.718Zmariadb system 11.4 system
1872026-07-22T07:15:36.718Zmta vendor vendor dma
1882026-07-22T07:15:36.718Zopenjdk system 17 system
1892026-07-22T07:15:36.718Zopenjdk system 11 system
1902026-07-22T07:15:36.718Zopenssl vendor 3 vendor
1912026-07-22T07:15:36.718Zperl system 5.40 system
1922026-07-22T07:15:36.719Zpostgresql system 18 system
1932026-07-22T07:15:36.719Zpostgresql system 17 system
1942026-07-22T07:15:36.719Zpython vendor 3 vendor
1952026-07-22T07:15:36.719Zpython system 2 system
1962026-07-22T07:15:36.719Zpython3 vendor 3.13 vendor
1972026-07-22T07:15:36.719Zruby system 3.4 system
1982026-07-22T07:15:36.719Zruby system 3.0 system
1992026-07-22T07:15:36.719Zwords vendor vendor american-english
2002026-07-22T07:15:36.719Zwords system system australian-english
2012026-07-22T07:15:36.719Zwords system system british-english
2022026-07-22T07:15:36.719Zwords system system canadian-english
2032026-07-22T07:15:36.719Zwords system system french
2042026-07-22T07:15:36.719Zwords system system italian
2052026-07-22T07:15:36.719Zwords system system ngerman
2062026-07-22T07:15:36.719Zwords system system ogerman
2072026-07-22T07:15:36.719Zwords system system spanish
2082026-07-22T07:15:36.967ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-22T07:15:36.968Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-22T07:15:37.332ZFMRI IFO
2112026-07-22T07:15:37.332Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-22T07:15:37.332Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-22T07:15:37.332Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-22T07:15:37.332Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-22T07:15:37.332Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-22T07:15:37.332Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-22T07:15:37.332Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-22T07:15:37.332Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-22T07:15:37.332Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-22T07:15:37.611Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-22T07:15:37.882Z Updating crates.io index
2222026-07-22T07:15:37.885Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-22T07:15:38.148Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-22T07:15:38.438Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-22T07:15:39.413Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-22T07:15:39.900Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-22T07:15:41.747Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-22T07:15:42.495Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-22T07:15:42.780Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-22T07:15:43.112Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-22T07:15:44.287Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-22T07:15:44.720Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-22T07:15:45.071Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-22T07:15:45.313Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-22T07:15:45.782Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-22T07:15:46.259Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-22T07:15:46.478Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-22T07:15:46.677Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-22T07:15:46.944Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-22T07:15:47.247Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-22T07:15:47.469Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-22T07:15:47.702Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-22T07:15:47.967Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-22T07:15:48.351Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-22T07:15:48.683Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-22T07:15:48.923Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-22T07:15:49.308Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-22T07:15:49.566Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-22T07:15:49.952Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-22T07:15:50.428Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-22T07:15:50.659Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-22T07:15:50.884Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-22T07:15:51.188Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-22T07:15:51.539Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-22T07:15:51.777Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-22T07:15:52.053Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-22T07:15:52.329Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-22T07:15:52.604Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-22T07:15:53.045Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-22T07:15:53.288Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-22T07:15:53.553Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-22T07:15:53.817Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-22T07:15:56.452Z Downloading crates ...
2642026-07-22T07:15:56.492Z Downloaded anstyle-parse v1.0.0
2652026-07-22T07:15:56.494Z Downloaded bytecount v0.6.9
2662026-07-22T07:15:56.498Z Downloaded block-buffer v0.10.4
2672026-07-22T07:15:56.498Z Downloaded anstream v1.0.0
2682026-07-22T07:15:56.501Z Downloaded semver v1.0.28
2692026-07-22T07:15:56.504Z Downloaded heck v0.5.0
2702026-07-22T07:15:56.504Z Downloaded camino v1.2.2
2712026-07-22T07:15:56.506Z Downloaded fastrand v2.3.0
2722026-07-22T07:15:56.506Z Downloaded anstyle-query v1.1.5
2732026-07-22T07:15:56.509Z Downloaded byteorder v1.5.0
2742026-07-22T07:15:56.509Z Downloaded crypto-common v0.1.7
2752026-07-22T07:15:56.515Z Downloaded colorchoice v1.0.4
2762026-07-22T07:15:56.519Z Downloaded generic-array v0.14.7
2772026-07-22T07:15:56.522Z Downloaded equivalent v1.0.2
2782026-07-22T07:15:56.524Z Downloaded camino-tempfile v1.4.1
2792026-07-22T07:15:56.529Z Downloaded zerocopy v0.7.35
2802026-07-22T07:15:56.539Z Downloaded version_check v0.9.5
2812026-07-22T07:15:56.543Z Downloaded memmap v0.7.0
2822026-07-22T07:15:56.543Z Downloaded macaddr v1.0.1
2832026-07-22T07:15:56.543Z Downloaded digest v0.10.7
2842026-07-22T07:15:56.543Z Downloaded clap_derive v4.6.1
2852026-07-22T07:15:56.546Z Downloaded errno v0.3.14
2862026-07-22T07:15:56.546Z Downloaded autocfg v1.5.0
2872026-07-22T07:15:56.546Z Downloaded fnv v1.0.7
2882026-07-22T07:15:56.546Z Downloaded dof v0.3.0
2892026-07-22T07:15:56.546Z Downloaded cfg-if v1.0.4
2902026-07-22T07:15:56.550Z Downloaded itoa v1.0.17
2912026-07-22T07:15:56.550Z Downloaded dtrace-parser v0.2.0
2922026-07-22T07:15:56.555Z Downloaded cpufeatures v0.2.17
2932026-07-22T07:15:56.555Z Downloaded cargo_metadata v0.23.1
2942026-07-22T07:15:56.566Z Downloaded heck v0.4.1
2952026-07-22T07:15:56.566Z Downloaded scroll_derive v0.12.1
2962026-07-22T07:15:56.566Z Downloaded clap_lex v1.0.0
2972026-07-22T07:15:56.567Z Downloaded anstyle v1.0.14
2982026-07-22T07:15:56.567Z Downloaded toml_write v0.1.2
2992026-07-22T07:15:56.567Z Downloaded utf8parse v0.2.2
3002026-07-22T07:15:56.567Z Downloaded is_terminal_polyfill v1.70.2
3012026-07-22T07:15:56.567Z Downloaded anyhow v1.0.102
3022026-07-22T07:15:56.573Z Downloaded pest_derive v2.8.6
3032026-07-22T07:15:56.573Z Downloaded serde_spanned v0.6.9
3042026-07-22T07:15:56.573Z Downloaded cargo-platform v0.3.2
3052026-07-22T07:15:56.573Z Downloaded usdt-macro v0.5.0
3062026-07-22T07:15:56.573Z Downloaded papergrid v0.11.0
3072026-07-22T07:15:56.573Z Downloaded indexmap v2.14.0
3082026-07-22T07:15:56.579Z Downloaded usdt v0.5.0
3092026-07-22T07:15:56.580Z Downloaded terminal_size v0.4.3
3102026-07-22T07:15:56.580Z Downloaded unicode-linebreak v0.1.5
3112026-07-22T07:15:56.593Z Downloaded usdt-attr-macro v0.5.0
3122026-07-22T07:15:56.593Z Downloaded tabled_derive v0.7.0
3132026-07-22T07:15:56.593Z Downloaded swrite v0.1.0
3142026-07-22T07:15:56.593Z Downloaded pretty-hex v0.4.1
3152026-07-22T07:15:56.593Z Downloaded strsim v0.11.1
3162026-07-22T07:15:56.605Z Downloaded plain v0.2.3
3172026-07-22T07:15:56.605Z Downloaded toml_datetime v0.6.11
3182026-07-22T07:15:56.605Z Downloaded thread-id v4.2.2
3192026-07-22T07:15:56.605Z Downloaded smawk v0.3.2
3202026-07-22T07:15:56.621Z Downloaded fs-err v3.3.0
3212026-07-22T07:15:56.628Z Downloaded getrandom v0.4.1
3222026-07-22T07:15:56.628Z Downloaded usdt-impl v0.5.0
3232026-07-22T07:15:56.628Z Downloaded cargo_toml v0.21.0
3242026-07-22T07:15:56.628Z Downloaded proc-macro-error-attr v1.0.4
3252026-07-22T07:15:56.628Z Downloaded sha2 v0.10.9
3262026-07-22T07:15:56.628Z Downloaded proc-macro-error v1.0.4
3272026-07-22T07:15:56.645Z Downloaded zmij v1.0.21
3282026-07-22T07:15:56.645Z Downloaded thiserror-impl v1.0.69
3292026-07-22T07:15:56.645Z Downloaded thiserror v2.0.18
3302026-07-22T07:15:56.645Z Downloaded thiserror v1.0.69
3312026-07-22T07:15:56.645Z Downloaded serde_tokenstream v0.2.3
3322026-07-22T07:15:56.645Z Downloaded quote v1.0.45
3332026-07-22T07:15:56.659Z Downloaded scroll v0.12.0
3342026-07-22T07:15:56.659Z Downloaded once_cell v1.21.3
3352026-07-22T07:15:56.659Z Downloaded pest_meta v2.8.6
3362026-07-22T07:15:56.660Z Downloaded log v0.4.29
3372026-07-22T07:15:56.660Z Downloaded pest_generator v2.8.6
3382026-07-22T07:15:56.660Z Downloaded clap v4.6.1
3392026-07-22T07:15:56.673Z Downloaded thiserror-impl v2.0.18
3402026-07-22T07:15:56.674Z Downloaded bitflags v2.11.0
3412026-07-22T07:15:56.674Z Downloaded zerocopy-derive v0.7.35
3422026-07-22T07:15:56.674Z Downloaded ucd-trie v0.1.7
3432026-07-22T07:15:56.682Z Downloaded toml v0.8.23
3442026-07-22T07:15:56.682Z Downloaded tempfile v3.25.0
3452026-07-22T07:15:56.682Z Downloaded unicode-ident v1.0.24
3462026-07-22T07:15:56.682Z Downloaded serde_core v1.0.228
3472026-07-22T07:15:56.687Z Downloaded serde_derive v1.0.228
3482026-07-22T07:15:56.701Z Downloaded toml_edit v0.22.27
3492026-07-22T07:15:56.704Z Downloaded textwrap v0.16.2
3502026-07-22T07:15:56.712Z Downloaded serde v1.0.228
3512026-07-22T07:15:56.727Z Downloaded proc-macro2 v1.0.106
3522026-07-22T07:15:56.736Z Downloaded memchr v2.8.0
3532026-07-22T07:15:56.743Z Downloaded typenum v1.20.1
3542026-07-22T07:15:56.752Z Downloaded pest v2.8.6
3552026-07-22T07:15:56.768Z Downloaded hashbrown v0.17.0
3562026-07-22T07:15:56.771Z Downloaded clap_builder v4.6.0
3572026-07-22T07:15:56.778Z Downloaded serde_json v1.0.150
3582026-07-22T07:15:56.787Z Downloaded goblin v0.8.2
3592026-07-22T07:15:56.794Z Downloaded winnow v0.7.14
3602026-07-22T07:15:56.811Z Downloaded tabled v0.15.0
3612026-07-22T07:15:56.818Z Downloaded syn v1.0.109
3622026-07-22T07:15:56.824Z Downloaded unicode-width v0.1.14
3632026-07-22T07:15:56.827Z Downloaded unicode-width v0.2.0
3642026-07-22T07:15:56.836Z Downloaded syn v2.0.117
3652026-07-22T07:15:56.847Z Downloaded rustix v1.1.3
3662026-07-22T07:15:56.873Z Downloaded libc v0.2.185
3672026-07-22T07:15:56.935Z Compiling proc-macro2 v1.0.106
3682026-07-22T07:15:56.935Z Compiling quote v1.0.45
3692026-07-22T07:15:56.935Z Compiling unicode-ident v1.0.24
3702026-07-22T07:15:56.941Z Compiling serde_core v1.0.228
3712026-07-22T07:15:56.941Z Compiling libc v0.2.185
3722026-07-22T07:15:56.941Z Compiling version_check v0.9.5
3732026-07-22T07:15:56.941Z Compiling memchr v2.8.0
3742026-07-22T07:15:56.941Z Compiling serde v1.0.228
3752026-07-22T07:15:57.121Z Compiling zmij v1.0.21
3762026-07-22T07:15:57.130Z Compiling itoa v1.0.17
3772026-07-22T07:15:57.142Z Compiling thiserror v1.0.69
3782026-07-22T07:15:57.142Z Compiling ucd-trie v0.1.7
3792026-07-22T07:15:57.142Z Compiling rustix v1.1.3
3802026-07-22T07:15:57.142Z Compiling byteorder v1.5.0
3812026-07-22T07:15:57.357Z Compiling bitflags v2.11.0
3822026-07-22T07:15:57.433Z Compiling serde_json v1.0.150
3832026-07-22T07:15:57.575Z Compiling usdt-impl v0.5.0
3842026-07-22T07:15:57.646Z Compiling proc-macro-error-attr v1.0.4
3852026-07-22T07:15:57.664Z Compiling syn v1.0.109
3862026-07-22T07:15:57.718Z Compiling pest v2.8.6
3872026-07-22T07:15:57.721Z Compiling camino v1.2.2
3882026-07-22T07:15:57.896Z Compiling proc-macro-error v1.0.4
3892026-07-22T07:15:57.914Z Compiling equivalent v1.0.2
3902026-07-22T07:15:57.932Z Compiling getrandom v0.4.1
3912026-07-22T07:15:58.035Z Compiling log v0.4.29
3922026-07-22T07:15:58.052Z Compiling utf8parse v0.2.2
3932026-07-22T07:15:58.071Z Compiling plain v0.2.3
3942026-07-22T07:15:58.074Z Compiling hashbrown v0.17.0
3952026-07-22T07:15:58.124Z Compiling pretty-hex v0.4.1
3962026-07-22T07:15:58.175Z Compiling errno v0.3.14
3972026-07-22T07:15:58.179Z Compiling thread-id v4.2.2
3982026-07-22T07:15:58.230Z Compiling anstyle-parse v1.0.0
3992026-07-22T07:15:58.267Z Compiling anstyle v1.0.14
4002026-07-22T07:15:58.270Z Compiling cfg-if v1.0.4
4012026-07-22T07:15:58.270Z Compiling toml_write v0.1.2
4022026-07-22T07:15:58.321Z Compiling is_terminal_polyfill v1.70.2
4032026-07-22T07:15:58.324Z Compiling thiserror v2.0.18
4042026-07-22T07:15:58.375Z Compiling anstyle-query v1.1.5
4052026-07-22T07:15:58.378Z Compiling colorchoice v1.0.4
4062026-07-22T07:15:58.409Z Compiling winnow v0.7.14
4072026-07-22T07:15:58.461Z Compiling autocfg v1.5.0
4082026-07-22T07:15:58.513Z Compiling anstream v1.0.0
4092026-07-22T07:15:58.516Z Compiling clap_lex v1.0.0
4102026-07-22T07:15:58.547Z Compiling heck v0.4.1
4112026-07-22T07:15:58.550Z Compiling strsim v0.11.1
4122026-07-22T07:15:58.596Z Compiling heck v0.5.0
4132026-07-22T07:15:58.697Z Compiling syn v2.0.117
4142026-07-22T07:15:58.739Z Compiling indexmap v2.14.0
4152026-07-22T07:15:58.812Z Compiling anyhow v1.0.102
4162026-07-22T07:15:58.815Z Compiling unicode-width v0.1.14
4172026-07-22T07:15:58.848Z Compiling pest_meta v2.8.6
4182026-07-22T07:15:58.880Z Compiling fastrand v2.3.0
4192026-07-22T07:15:58.921Z Compiling fs-err v3.3.0
4202026-07-22T07:15:58.946Z Compiling fnv v1.0.7
4212026-07-22T07:15:59.006Z Compiling bytecount v0.6.9
4222026-07-22T07:15:59.071Z Compiling once_cell v1.21.3
4232026-07-22T07:15:59.074Z Compiling memmap v0.7.0
4242026-07-22T07:15:59.142Z Compiling papergrid v0.11.0
4252026-07-22T07:15:59.163Z Compiling unicode-width v0.2.0
4262026-07-22T07:15:59.183Z Compiling terminal_size v0.4.3
4272026-07-22T07:15:59.247Z Compiling tempfile v3.25.0
4282026-07-22T07:15:59.285Z Compiling smawk v0.3.2
4292026-07-22T07:15:59.308Z Compiling clap_builder v4.6.0
4302026-07-22T07:15:59.325Z Compiling unicode-linebreak v0.1.5
4312026-07-22T07:15:59.393Z Compiling swrite v0.1.0
4322026-07-22T07:15:59.523Z Compiling textwrap v0.16.2
4332026-07-22T07:15:59.659Z Compiling semver v1.0.28
4342026-07-22T07:15:59.710Z Compiling cargo-platform v0.3.2
4352026-07-22T07:15:59.880Z Compiling camino-tempfile v1.4.1
4362026-07-22T07:16:00.201Z Compiling tabled_derive v0.7.0
4372026-07-22T07:16:00.847Z Compiling tabled v0.15.0
4382026-07-22T07:16:00.870Z Compiling pest_generator v2.8.6
4392026-07-22T07:16:01.356Z Compiling serde_derive v1.0.228
4402026-07-22T07:16:01.363Z Compiling thiserror-impl v1.0.69
4412026-07-22T07:16:01.363Z Compiling zerocopy-derive v0.7.35
4422026-07-22T07:16:01.364Z Compiling scroll_derive v0.12.1
4432026-07-22T07:16:01.364Z Compiling thiserror-impl v2.0.18
4442026-07-22T07:16:01.364Z Compiling clap_derive v4.6.1
4452026-07-22T07:16:01.443Z Compiling pest_derive v2.8.6
4462026-07-22T07:16:01.999Z Compiling scroll v0.12.0
4472026-07-22T07:16:02.154Z Compiling zerocopy v0.7.35
4482026-07-22T07:16:02.214Z Compiling goblin v0.8.2
4492026-07-22T07:16:02.403Z Compiling dtrace-parser v0.2.0
4502026-07-22T07:16:02.736Z Compiling clap v4.6.1
4512026-07-22T07:16:03.882Z Compiling serde_spanned v0.6.9
4522026-07-22T07:16:03.883Z Compiling toml_datetime v0.6.11
4532026-07-22T07:16:03.886Z Compiling cargo_metadata v0.23.1
4542026-07-22T07:16:03.886Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-07-22T07:16:03.886Z Compiling macaddr v1.0.1
4562026-07-22T07:16:03.900Z Compiling dof v0.3.0
4572026-07-22T07:16:03.903Z Compiling serde_tokenstream v0.2.3
4582026-07-22T07:16:04.047Z Compiling toml_edit v0.22.27
4592026-07-22T07:16:04.623Z Compiling usdt-attr-macro v0.5.0
4602026-07-22T07:16:04.626Z Compiling usdt-macro v0.5.0
4612026-07-22T07:16:05.218Z Compiling usdt v0.5.0
4622026-07-22T07:16:05.281Z Compiling toml v0.8.23
4632026-07-22T07:16:05.604Z Compiling cargo_toml v0.21.0
4642026-07-22T07:16:06.891Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-22T07:16:08.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.45s
4662026-07-22T07:16:09.111Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-22T07:16:09.607Z Downloading crates ...
4682026-07-22T07:16:09.692Z Downloaded ahash v0.8.12
4692026-07-22T07:16:09.695Z Downloaded adler2 v2.0.1
4702026-07-22T07:16:09.698Z Downloaded bitflags v1.3.2
4712026-07-22T07:16:09.698Z Downloaded aead v0.5.2
4722026-07-22T07:16:09.701Z Downloaded castaway v0.2.4
4732026-07-22T07:16:09.704Z Downloaded anstyle-parse v0.2.7
4742026-07-22T07:16:09.704Z Downloaded allocator-api2 v0.2.21
4752026-07-22T07:16:09.707Z Downloaded atomic-waker v1.1.2
4762026-07-22T07:16:09.707Z Downloaded bb8 v0.8.6
4772026-07-22T07:16:09.712Z Downloaded cpubits v0.1.1
4782026-07-22T07:16:09.716Z Downloaded bitfield-macros v0.19.4
4792026-07-22T07:16:09.719Z Downloaded aws-lc-rs v1.16.3
4802026-07-22T07:16:09.724Z Downloaded darling v0.20.11
4812026-07-22T07:16:09.727Z Downloaded delegate v0.13.5
4822026-07-22T07:16:09.730Z Downloaded cpufeatures v0.3.0
4832026-07-22T07:16:09.730Z Downloaded darling_core v0.13.4
4842026-07-22T07:16:09.733Z Downloaded derive_builder_macro v0.20.2
4852026-07-22T07:16:09.733Z Downloaded bit-vec v0.8.0
4862026-07-22T07:16:09.736Z Downloaded dirs-sys-next v0.1.2
4872026-07-22T07:16:09.736Z Downloaded crc-catalog v2.4.0
4882026-07-22T07:16:09.736Z Downloaded bit-vec v0.6.3
4892026-07-22T07:16:09.739Z Downloaded backon v1.6.0
4902026-07-22T07:16:09.739Z Downloaded base64 v0.21.7
4912026-07-22T07:16:09.741Z Downloaded atty v0.2.14
4922026-07-22T07:16:09.742Z Downloaded darling_macro v0.13.4
4932026-07-22T07:16:09.744Z Downloaded cstr-argument v0.1.2
4942026-07-22T07:16:09.744Z Downloaded bit-set v0.8.0
4952026-07-22T07:16:09.744Z Downloaded aead v0.6.1
4962026-07-22T07:16:09.748Z Downloaded async-stream-impl v0.3.6
4972026-07-22T07:16:09.748Z Downloaded atomicwrites v0.4.4
4982026-07-22T07:16:09.748Z Downloaded anstream v0.6.21
4992026-07-22T07:16:09.751Z Downloaded defmt-parser v1.0.0
5002026-07-22T07:16:09.751Z Downloaded darling_macro v0.21.3
5012026-07-22T07:16:09.751Z Downloaded convert_case v0.4.0
5022026-07-22T07:16:09.753Z Downloaded base16ct v1.0.0
5032026-07-22T07:16:09.754Z Downloaded bcrypt-pbkdf v0.11.0
5042026-07-22T07:16:09.754Z Downloaded base16ct v0.2.0
5052026-07-22T07:16:09.756Z Downloaded dtrace-parser v0.3.0
5062026-07-22T07:16:09.757Z Downloaded ascii-canvas v3.0.0
5072026-07-22T07:16:09.757Z Downloaded crc8 v0.1.1
5082026-07-22T07:16:09.760Z Downloaded dyn-clone v1.0.20
5092026-07-22T07:16:09.760Z Downloaded bitfield v0.19.4
5102026-07-22T07:16:09.760Z Downloaded bcs v0.1.6
5112026-07-22T07:16:09.763Z Downloaded array-init v0.0.4
5122026-07-22T07:16:09.763Z Downloaded digest v0.11.3
5132026-07-22T07:16:09.766Z Downloaded base64 v0.22.1
5142026-07-22T07:16:09.766Z Downloaded bit-set v0.5.3
5152026-07-22T07:16:09.769Z Downloaded argon2 v0.5.3
5162026-07-22T07:16:09.769Z Downloaded block-buffer v0.12.1
5172026-07-22T07:16:09.769Z Downloaded bitfield-struct v0.6.2
5182026-07-22T07:16:09.772Z Downloaded defmt-macros v1.0.1
5192026-07-22T07:16:09.772Z Downloaded ctutils v0.4.2
5202026-07-22T07:16:09.775Z Downloaded arrayref v0.3.9
5212026-07-22T07:16:09.775Z Downloaded ciborium-io v0.2.2
5222026-07-22T07:16:09.775Z Downloaded ciborium-ll v0.2.2
5232026-07-22T07:16:09.778Z Downloaded defmt v0.3.100
5242026-07-22T07:16:09.778Z Downloaded crucible-workspace-hack v0.1.0
5252026-07-22T07:16:09.778Z Downloaded assert_matches v1.5.0
5262026-07-22T07:16:09.781Z Downloaded block-padding v0.4.2
5272026-07-22T07:16:09.781Z Downloaded crc32fast v1.5.0
5282026-07-22T07:16:09.781Z Downloaded document-features v0.2.12
5292026-07-22T07:16:09.784Z Downloaded diesel_table_macro_syntax v0.3.0
5302026-07-22T07:16:09.784Z Downloaded darling_macro v0.20.11
5312026-07-22T07:16:09.784Z Downloaded async-recursion v1.1.1
5322026-07-22T07:16:09.787Z Downloaded dirs-next v2.0.0
5332026-07-22T07:16:09.787Z Downloaded darling_macro v0.23.0
5342026-07-22T07:16:09.787Z Downloaded crunchy v0.2.4
5352026-07-22T07:16:09.790Z Downloaded critical-section v1.2.0
5362026-07-22T07:16:09.790Z Downloaded csv-core v0.1.13
5372026-07-22T07:16:09.793Z Downloaded daft-derive v0.1.7
5382026-07-22T07:16:09.796Z Downloaded curve25519-dalek-derive v0.1.1
5392026-07-22T07:16:09.796Z Downloaded cobs v0.3.0
5402026-07-22T07:16:09.801Z Downloaded darling v0.23.0
5412026-07-22T07:16:09.804Z Downloaded digest-io v0.1.0
5422026-07-22T07:16:09.807Z Downloaded cfg_aliases v0.2.1
5432026-07-22T07:16:09.807Z Downloaded cfg_aliases v0.1.1
5442026-07-22T07:16:09.807Z Downloaded endian-type v0.1.2
5452026-07-22T07:16:09.815Z Downloaded debug-ignore v1.0.5
5462026-07-22T07:16:09.818Z Downloaded dunce v1.0.5
5472026-07-22T07:16:09.818Z Downloaded dsl_auto_type v0.2.0
5482026-07-22T07:16:09.818Z Downloaded difflib v0.4.0
5492026-07-22T07:16:09.821Z Downloaded async-stream v0.3.6
5502026-07-22T07:16:09.824Z Downloaded enum-as-inner v0.6.1
5512026-07-22T07:16:09.824Z Downloaded downcast-rs v2.0.2
5522026-07-22T07:16:09.827Z Downloaded crypto-common v0.2.2
5532026-07-22T07:16:09.827Z Downloaded env_filter v1.0.0
5542026-07-22T07:16:09.827Z Downloaded crc v3.4.0
5552026-07-22T07:16:09.830Z Downloaded async-bb8-diesel v0.2.1
5562026-07-22T07:16:09.830Z Downloaded display-error-chain v0.2.2
5572026-07-22T07:16:09.833Z Downloaded compression-core v0.4.31
5582026-07-22T07:16:09.836Z Downloaded cexpr v0.6.0
5592026-07-22T07:16:09.836Z Downloaded fixedbitset v0.4.2
5602026-07-22T07:16:09.836Z Downloaded backoff v0.4.0
5612026-07-22T07:16:09.839Z Downloaded arrayvec v0.7.6
5622026-07-22T07:16:09.842Z Downloaded fd-lock v4.0.4
5632026-07-22T07:16:09.842Z Downloaded argon2 v0.6.0-rc.8
5642026-07-22T07:16:09.845Z Downloaded embedded-io v0.6.1
5652026-07-22T07:16:09.848Z Downloaded funty v2.0.0
5662026-07-22T07:16:09.848Z Downloaded futures-sink v0.3.32
5672026-07-22T07:16:09.848Z Downloaded foreign-types-shared v0.3.1
5682026-07-22T07:16:09.850Z Downloaded foreign-types-shared v0.1.1
5692026-07-22T07:16:09.851Z Downloaded foreign-types-macros v0.2.3
5702026-07-22T07:16:09.851Z Downloaded foreign-types v0.5.0
5712026-07-22T07:16:09.851Z Downloaded float-ord v0.3.2
5722026-07-22T07:16:09.854Z Downloaded futures-macro v0.3.32
5732026-07-22T07:16:09.854Z Downloaded gethostname v0.5.0
5742026-07-22T07:16:09.857Z Downloaded dof v0.4.0
5752026-07-22T07:16:09.857Z Downloaded futures-io v0.3.32
5762026-07-22T07:16:09.862Z Downloaded chacha20 v0.9.1
5772026-07-22T07:16:09.865Z Downloaded flagset v0.4.7
5782026-07-22T07:16:09.868Z Downloaded foreign-types v0.3.2
5792026-07-22T07:16:09.868Z Downloaded float-cmp v0.10.0
5802026-07-22T07:16:09.868Z Downloaded cmov v0.5.4
5812026-07-22T07:16:09.871Z Downloaded constant_time_eq v0.4.2
5822026-07-22T07:16:09.874Z Downloaded cbc v0.2.1
5832026-07-22T07:16:09.874Z Downloaded env_logger v0.11.9
5842026-07-22T07:16:09.878Z Downloaded defmt v1.0.1
5852026-07-22T07:16:09.881Z Downloaded cmake v0.1.57
5862026-07-22T07:16:09.881Z Downloaded blowfish v0.10.0
5872026-07-22T07:16:09.881Z Downloaded cipher v0.4.4
5882026-07-22T07:16:09.884Z Downloaded darling v0.21.3
5892026-07-22T07:16:09.891Z Downloaded futures-core v0.3.32
5902026-07-22T07:16:09.891Z Downloaded form_urlencoded v1.2.2
5912026-07-22T07:16:09.891Z Downloaded filetime v0.2.27
5922026-07-22T07:16:09.902Z Downloaded fallible-iterator v0.2.0
5932026-07-22T07:16:09.902Z Downloaded base64ct v1.8.3
5942026-07-22T07:16:09.902Z Downloaded hash32 v0.2.1
5952026-07-22T07:16:09.902Z Downloaded globwalk v0.9.1
5962026-07-22T07:16:09.905Z Downloaded git-stub v1.0.0
5972026-07-22T07:16:09.905Z Downloaded ghash v0.6.0
5982026-07-22T07:16:09.905Z Downloaded cassowary v0.3.0
5992026-07-22T07:16:09.905Z Downloaded hex-literal v1.1.0
6002026-07-22T07:16:09.905Z Downloaded hash32 v0.3.1
6012026-07-22T07:16:09.905Z Downloaded headers-core v0.3.0
6022026-07-22T07:16:09.905Z Downloaded fxhash v0.2.1
6032026-07-22T07:16:09.905Z Downloaded blake2 v0.10.6
6042026-07-22T07:16:09.905Z Downloaded hex v0.4.3
6052026-07-22T07:16:09.905Z Downloaded futures-task v0.3.32
6062026-07-22T07:16:09.908Z Downloaded ff v0.14.0
6072026-07-22T07:16:09.909Z Downloaded crossbeam-utils v0.8.21
6082026-07-22T07:16:09.912Z Downloaded ed25519 v3.0.0
6092026-07-22T07:16:09.912Z Downloaded git-stub-vcs v0.1.0
6102026-07-22T07:16:09.915Z Downloaded home v0.5.12
6112026-07-22T07:16:09.915Z Downloaded dropshot-api-manager-types v0.7.2
6122026-07-22T07:16:09.915Z Downloaded derive_builder_core v0.20.2
6132026-07-22T07:16:09.918Z Downloaded http-body v1.0.1
6142026-07-22T07:16:09.918Z Downloaded glob v0.3.3
6152026-07-22T07:16:09.921Z Downloaded der_derive v0.7.3
6162026-07-22T07:16:09.921Z Downloaded async-trait v0.1.89
6172026-07-22T07:16:09.924Z Downloaded bzip2 v0.6.1
6182026-07-22T07:16:09.927Z Downloaded fixedbitset v0.5.7
6192026-07-22T07:16:09.927Z Downloaded convert_case v0.10.0
6202026-07-22T07:16:09.930Z Downloaded find-msvc-tools v0.1.9
6212026-07-22T07:16:09.930Z Downloaded compression-codecs v0.4.37
6222026-07-22T07:16:09.933Z Downloaded colored v3.1.1
6232026-07-22T07:16:09.936Z Downloaded derive-ex v0.1.8
6242026-07-22T07:16:09.936Z Downloaded cookie v0.18.1
6252026-07-22T07:16:09.939Z Downloaded console v0.16.2
6262026-07-22T07:16:09.939Z Downloaded chacha20 v0.10.0
6272026-07-22T07:16:09.942Z Downloaded httpdate v1.0.3
6282026-07-22T07:16:09.942Z Downloaded group v0.13.0
6292026-07-22T07:16:09.945Z Downloaded hyper-tls v0.6.0
6302026-07-22T07:16:09.945Z Downloaded globset v0.4.18
6312026-07-22T07:16:09.948Z Downloaded blake2 v0.11.0-rc.6
6322026-07-22T07:16:09.948Z Downloaded buf-list v1.1.2
6332026-07-22T07:16:09.950Z Downloaded foldhash v0.2.0
6342026-07-22T07:16:09.950Z Downloaded const-oid v0.10.2
6352026-07-22T07:16:09.953Z Downloaded cancel-safe-futures v0.1.5
6362026-07-22T07:16:09.957Z Downloaded bzip2 v0.4.4
6372026-07-22T07:16:09.957Z Downloaded erased-serde v0.3.31
6382026-07-22T07:16:09.960Z Downloaded ed25519 v2.2.3
6392026-07-22T07:16:09.960Z Downloaded http-range v0.1.5
6402026-07-22T07:16:09.960Z Downloaded hostname v0.4.2
6412026-07-22T07:16:09.963Z Downloaded hostname v0.3.1
6422026-07-22T07:16:09.963Z Downloaded hubpack_derive v0.1.1
6432026-07-22T07:16:09.963Z Downloaded hubpack v0.1.2
6442026-07-22T07:16:09.966Z Downloaded getrandom v0.2.17
6452026-07-22T07:16:09.969Z Downloaded highway v1.3.0
6462026-07-22T07:16:09.969Z Downloaded illumos-nvpair-sys v0.2.0
6472026-07-22T07:16:09.969Z Downloaded group v0.14.0
6482026-07-22T07:16:09.972Z Downloaded futures-executor v0.3.32
6492026-07-22T07:16:09.972Z Downloaded fs_extra v1.3.0
6502026-07-22T07:16:09.975Z Downloaded inout v0.2.2
6512026-07-22T07:16:09.975Z Downloaded inout v0.1.4
6522026-07-22T07:16:09.978Z Downloaded indent_write v2.2.0
6532026-07-22T07:16:09.978Z Downloaded illumos-nvpair v0.3.0
6542026-07-22T07:16:09.978Z Downloaded fs-err v2.11.0
6552026-07-22T07:16:09.981Z Downloaded instant v0.1.13
6562026-07-22T07:16:09.981Z Downloaded is-terminal v0.4.17
6572026-07-22T07:16:09.981Z Downloaded ident_case v1.0.1
6582026-07-22T07:16:09.984Z Downloaded http-body-util v0.1.3
6592026-07-22T07:16:09.984Z Downloaded const-oid v0.9.6
6602026-07-22T07:16:09.987Z Downloaded instability v0.3.11
6612026-07-22T07:16:09.987Z Downloaded foldhash v0.1.5
6622026-07-22T07:16:09.987Z Downloaded indoc v1.0.9
6632026-07-22T07:16:09.990Z Downloaded internet-checksum v0.2.1
6642026-07-22T07:16:09.993Z Downloaded console v0.15.11
6652026-07-22T07:16:09.993Z Downloaded ecdsa v0.17.0-rc.18
6662026-07-22T07:16:09.996Z Downloaded displaydoc v0.2.5
6672026-07-22T07:16:09.999Z Downloaded des v0.9.0
6682026-07-22T07:16:09.999Z Downloaded humantime v2.3.0
6692026-07-22T07:16:10.002Z Downloaded kem v0.3.0
6702026-07-22T07:16:10.002Z Downloaded kstat-rs v0.2.4
6712026-07-22T07:16:10.002Z Downloaded derive_builder v0.20.2
6722026-07-22T07:16:10.005Z Downloaded ecdsa v0.16.9
6732026-07-22T07:16:10.008Z Downloaded hyper-staticfile v0.10.1
6742026-07-22T07:16:10.008Z Downloaded diff v0.1.13
6752026-07-22T07:16:10.011Z Downloaded compact_str v0.8.1
6762026-07-22T07:16:10.015Z Downloaded clang-sys v1.8.1
6772026-07-22T07:16:10.015Z Downloaded futures-channel v0.3.32
6782026-07-22T07:16:10.015Z Downloaded diesel-dtrace v0.5.0
6792026-07-22T07:16:10.018Z Downloaded colored v2.2.0
6802026-07-22T07:16:10.018Z Downloaded ciborium v0.2.2
6812026-07-22T07:16:10.021Z Downloaded is_ci v1.2.0
6822026-07-22T07:16:10.021Z Downloaded linked-hash-map v0.5.6
6832026-07-22T07:16:10.024Z Downloaded ena v0.14.4
6842026-07-22T07:16:10.024Z Downloaded maybe-uninit v2.0.0
6852026-07-22T07:16:10.024Z Downloaded lru-cache v0.1.2
6862026-07-22T07:16:10.027Z Downloaded match_cfg v0.1.0
6872026-07-22T07:16:10.027Z Downloaded libscf-sys v1.1.0
6882026-07-22T07:16:10.027Z Downloaded embedded-io v0.4.0
6892026-07-22T07:16:10.030Z Downloaded memoffset v0.9.1
6902026-07-22T07:16:10.030Z Downloaded md-5 v0.10.6
6912026-07-22T07:16:10.033Z Downloaded maplit v1.0.2
6922026-07-22T07:16:10.033Z Downloaded futures v0.3.32
6932026-07-22T07:16:10.036Z Downloaded lazy_static v1.5.0
6942026-07-22T07:16:10.042Z Downloaded darling_core v0.20.11
6952026-07-22T07:16:10.045Z Downloaded hmac v0.13.0
6962026-07-22T07:16:10.045Z Downloaded impl-trait-for-tuples v0.2.3
6972026-07-22T07:16:10.045Z Downloaded lalrpop-util v0.19.12
6982026-07-22T07:16:10.045Z Downloaded ipnet v2.11.0
6992026-07-22T07:16:10.048Z Downloaded idna_adapter v1.2.1
7002026-07-22T07:16:10.048Z Downloaded lru v0.12.5
7012026-07-22T07:16:10.048Z Downloaded crossbeam-channel v0.5.15
7022026-07-22T07:16:10.051Z Downloaded keccak v0.1.6
7032026-07-22T07:16:10.051Z Downloaded lzss v0.8.2
7042026-07-22T07:16:10.054Z Downloaded md5 v0.8.0
7052026-07-22T07:16:10.057Z Downloaded httparse v1.10.1
7062026-07-22T07:16:10.057Z Downloaded ipnetwork v0.21.1
7072026-07-22T07:16:10.060Z Downloaded half v2.7.1
7082026-07-22T07:16:10.060Z Downloaded managed v0.8.0
7092026-07-22T07:16:10.063Z Downloaded half v1.8.3
7102026-07-22T07:16:10.063Z Downloaded cookie_store v0.22.1
7112026-07-22T07:16:10.066Z Downloaded const_format v0.2.35
7122026-07-22T07:16:10.069Z Downloaded normalize-line-endings v0.3.0
7132026-07-22T07:16:10.069Z Downloaded keccak v0.2.0
7142026-07-22T07:16:10.074Z Downloaded bytes v1.11.1
7152026-07-22T07:16:10.077Z Downloaded ingot v0.1.1
7162026-07-22T07:16:10.077Z Downloaded iana-time-zone v0.1.65
7172026-07-22T07:16:10.077Z Downloaded num v0.4.3
7182026-07-22T07:16:10.080Z Downloaded multimap v0.10.1
7192026-07-22T07:16:10.080Z Downloaded nodrop v0.1.14
7202026-07-22T07:16:10.080Z Downloaded num-iter v0.1.45
7212026-07-22T07:16:10.082Z Downloaded num-conv v0.2.0
7222026-07-22T07:16:10.083Z Downloaded nonempty v0.12.0
7232026-07-22T07:16:10.083Z Downloaded nibble_vec v0.1.0
7242026-07-22T07:16:10.085Z Downloaded elliptic-curve v0.13.8
7252026-07-22T07:16:10.089Z Downloaded libloading v0.8.9
7262026-07-22T07:16:10.089Z Downloaded indoc v2.0.7
7272026-07-22T07:16:10.093Z Downloaded num-derive v0.3.3
7282026-07-22T07:16:10.093Z Downloaded mime v0.3.17
7292026-07-22T07:16:10.093Z Downloaded openssl-macros v0.1.1
7302026-07-22T07:16:10.096Z Downloaded drift v0.2.0
7312026-07-22T07:16:10.100Z Downloaded elliptic-curve v0.14.0-rc.33
7322026-07-22T07:16:10.102Z Downloaded dropshot_endpoint v0.17.1
7332026-07-22T07:16:10.107Z Downloaded ingot-types v0.1.2
7342026-07-22T07:16:10.115Z Downloaded mime_guess v2.0.5
7352026-07-22T07:16:10.115Z Downloaded multer v3.1.0
7362026-07-22T07:16:10.118Z Downloaded module-lattice v0.2.3
7372026-07-22T07:16:10.118Z Downloaded openssl-probe v0.2.1
7382026-07-22T07:16:10.118Z Downloaded fatfs v0.3.6
7392026-07-22T07:16:10.118Z Downloaded darling_core v0.23.0
7402026-07-22T07:16:10.121Z Downloaded num_threads v0.1.7
7412026-07-22T07:16:10.121Z Downloaded num_enum_derive v0.5.11
7422026-07-22T07:16:10.121Z Downloaded num-derive v0.4.2
7432026-07-22T07:16:10.124Z Downloaded nanorand v0.7.0
7442026-07-22T07:16:10.124Z Downloaded oso-derive v0.27.3
7452026-07-22T07:16:10.127Z Downloaded jobserver v0.1.34
7462026-07-22T07:16:10.127Z Downloaded chacha20poly1305 v0.10.1
7472026-07-22T07:16:10.130Z Downloaded darling_core v0.21.3
7482026-07-22T07:16:10.132Z Downloaded packed_struct_codegen v0.10.1
7492026-07-22T07:16:10.132Z Downloaded libsw-core v0.3.2
7502026-07-22T07:16:10.135Z Downloaded linear-map v1.2.0
7512026-07-22T07:16:10.135Z Downloaded opaque-debug v0.3.1
7522026-07-22T07:16:10.138Z Downloaded newtype-uuid v1.3.2
7532026-07-22T07:16:10.138Z Downloaded ar_archive_writer v0.5.1
7542026-07-22T07:16:10.141Z Downloaded olpc-cjson v0.1.4
7552026-07-22T07:16:10.141Z Downloaded libsw v3.5.0
7562026-07-22T07:16:10.141Z Downloaded getrandom v0.3.4
7572026-07-22T07:16:10.144Z Downloaded libefi-sys v0.1.0
7582026-07-22T07:16:10.146Z Downloaded crypto-bigint v0.5.5
7592026-07-22T07:16:10.149Z Downloaded num-complex v0.4.6
7602026-07-22T07:16:10.152Z Downloaded headers v0.4.1
7612026-07-22T07:16:10.155Z Downloaded newtype-uuid-macros v0.1.0
7622026-07-22T07:16:10.155Z Downloaded num-rational v0.4.2
7632026-07-22T07:16:10.158Z Downloaded litemap v0.8.1
7642026-07-22T07:16:10.158Z Downloaded aho-corasick v1.1.4
7652026-07-22T07:16:10.161Z Downloaded path-slash v0.1.5
7662026-07-22T07:16:10.164Z Downloaded password-hash v0.6.1
7672026-07-22T07:16:10.164Z Downloaded parse-display v0.10.0
7682026-07-22T07:16:10.164Z Downloaded ingot-macros v0.1.1
7692026-07-22T07:16:10.167Z Downloaded flume v0.11.1
7702026-07-22T07:16:10.170Z Downloaded lock_api v0.4.14
7712026-07-22T07:16:10.183Z Downloaded percent-encoding v2.3.2
7722026-07-22T07:16:10.186Z Downloaded peg-runtime v0.8.5
7732026-07-22T07:16:10.186Z Downloaded memmap2 v0.9.10
7742026-07-22T07:16:10.189Z Downloaded ignore v0.4.25
7752026-07-22T07:16:10.189Z Downloaded icu_provider v2.1.1
7762026-07-22T07:16:10.192Z Downloaded bumpalo v3.20.2
7772026-07-22T07:16:10.194Z Downloaded derive_more v0.99.20
7782026-07-22T07:16:10.197Z Downloaded derive-where v1.6.0
7792026-07-22T07:16:10.200Z Downloaded owo-colors v4.3.0
7802026-07-22T07:16:10.203Z Downloaded phf_shared v0.12.1
7812026-07-22T07:16:10.203Z Downloaded phf_shared v0.11.3
7822026-07-22T07:16:10.203Z Downloaded num_enum_derive v0.7.6
7832026-07-22T07:16:10.206Z Downloaded oxnet v0.1.6
7842026-07-22T07:16:10.206Z Downloaded oxide-update-engine-display v0.1.2
7852026-07-22T07:16:10.209Z Downloaded cc v1.2.56
7862026-07-22T07:16:10.209Z Downloaded oxide-update-engine v0.1.2
7872026-07-22T07:16:10.212Z Downloaded nu-ansi-term v0.50.3
7882026-07-22T07:16:10.212Z Downloaded hmac v0.12.1
7892026-07-22T07:16:10.214Z Downloaded oxide-tokio-rt v0.1.4
7902026-07-22T07:16:10.217Z Downloaded hyper-rustls v0.27.7
7912026-07-22T07:16:10.217Z Downloaded powerfmt v0.2.0
7922026-07-22T07:16:10.220Z Downloaded potential_utf v0.1.4
7932026-07-22T07:16:10.220Z Downloaded num-integer v0.1.46
7942026-07-22T07:16:10.223Z Downloaded phf_shared v0.13.1
7952026-07-22T07:16:10.223Z Downloaded openssl-probe v0.1.6
7962026-07-22T07:16:10.223Z Downloaded num_enum v0.7.6
7972026-07-22T07:16:10.226Z Downloaded predicates-core v1.0.10
7982026-07-22T07:16:10.229Z Downloaded num_enum v0.5.11
7992026-07-22T07:16:10.232Z Downloaded predicates-tree v1.0.13
8002026-07-22T07:16:10.232Z Downloaded precomputed-hash v0.1.1
8012026-07-22T07:16:10.232Z Downloaded peg-macros v0.8.5
8022026-07-22T07:16:10.235Z Downloaded crc-any v2.5.0
8032026-07-22T07:16:10.235Z Downloaded newtype_derive v0.1.6
8042026-07-22T07:16:10.237Z Downloaded proc-macro-error-attr2 v2.0.0
8052026-07-22T07:16:10.237Z Downloaded progenitor-macro v0.13.0
8062026-07-22T07:16:10.237Z Downloaded proc-macro-crate v3.4.0
8072026-07-22T07:16:10.241Z Downloaded pem-rfc7468 v0.7.0
8082026-07-22T07:16:10.241Z Downloaded heapless v0.7.17
8092026-07-22T07:16:10.243Z Downloaded icu_normalizer_data v2.1.1
8102026-07-22T07:16:10.247Z Downloaded heapless v0.8.0
8112026-07-22T07:16:10.250Z Downloaded native-tls v0.2.18
8122026-07-22T07:16:10.250Z Downloaded pem v3.0.6
8132026-07-22T07:16:10.252Z Downloaded phc v0.6.1
8142026-07-22T07:16:10.252Z Downloaded parse-size v1.1.0
8152026-07-22T07:16:10.255Z Downloaded pem-rfc7468 v1.0.0
8162026-07-22T07:16:10.255Z Downloaded progenitor-macro v0.14.0
8172026-07-22T07:16:10.258Z Downloaded packed_struct v0.10.1
8182026-07-22T07:16:10.258Z Downloaded proc-macro-crate v1.3.1
8192026-07-22T07:16:10.258Z Downloaded expectorate v1.2.0
8202026-07-22T07:16:10.261Z Downloaded ml-kem v0.3.2
8212026-07-22T07:16:10.264Z Downloaded derive_more v2.1.1
8222026-07-22T07:16:10.271Z Downloaded poly1305 v0.8.0
8232026-07-22T07:16:10.275Z Downloaded pin-project-internal v1.1.11
8242026-07-22T07:16:10.275Z Downloaded parse-display-derive v0.10.0
8252026-07-22T07:16:10.279Z Downloaded flate2 v1.1.9
8262026-07-22T07:16:10.279Z Downloaded peg v0.8.5
8272026-07-22T07:16:10.281Z Downloaded progenitor-client v0.14.0
8282026-07-22T07:16:10.284Z Downloaded password-hash v0.5.0
8292026-07-22T07:16:10.284Z Downloaded der v0.7.10
8302026-07-22T07:16:10.287Z Downloaded port-file v0.1.0
8312026-07-22T07:16:10.290Z Downloaded polyval v0.7.1
8322026-07-22T07:16:10.293Z Downloaded ppv-lite86 v0.2.21
8332026-07-22T07:16:10.293Z Downloaded psl-types v2.0.11
8342026-07-22T07:16:10.296Z Downloaded parking_lot v0.12.5
8352026-07-22T07:16:10.296Z Downloaded omicron-zone-package v0.12.3
8362026-07-22T07:16:10.299Z Downloaded pin-project-lite v0.2.17
8372026-07-22T07:16:10.302Z Downloaded rand_xorshift v0.4.0
8382026-07-22T07:16:10.304Z Downloaded crossterm v0.28.1
8392026-07-22T07:16:10.308Z Downloaded recursive v0.1.1
8402026-07-22T07:16:10.308Z Downloaded phf v0.13.1
8412026-07-22T07:16:10.311Z Downloaded pkg-config v0.3.32
8422026-07-22T07:16:10.311Z Downloaded litrs v1.0.0
8432026-07-22T07:16:10.313Z Downloaded postgres-protocol v0.6.10
8442026-07-22T07:16:10.316Z Downloaded miniz_oxide v0.8.9
8452026-07-22T07:16:10.316Z Downloaded primeorder v0.14.0-rc.10
8462026-07-22T07:16:10.332Z Downloaded ref-cast v1.0.25
8472026-07-22T07:16:10.332Z Downloaded primeorder v0.13.6
8482026-07-22T07:16:10.332Z Downloaded primefield v0.14.0
8492026-07-22T07:16:10.332Z Downloaded predicates v3.1.4
8502026-07-22T07:16:10.332Z Downloaded icu_properties v2.1.2
8512026-07-22T07:16:10.332Z Downloaded icu_normalizer v2.1.1
8522026-07-22T07:16:10.332Z Downloaded crypto-primes v0.7.2
8532026-07-22T07:16:10.338Z Downloaded parking_lot_core v0.8.6
8542026-07-22T07:16:10.338Z Downloaded quick-error v1.2.3
8552026-07-22T07:16:10.338Z Downloaded pkcs8 v0.10.2
8562026-07-22T07:16:10.341Z Downloaded oxide-update-engine-types v0.1.2
8572026-07-22T07:16:10.341Z Downloaded ref-cast-impl v1.0.25
8582026-07-22T07:16:10.341Z Downloaded rfc6979 v0.5.0
8592026-07-22T07:16:10.344Z Downloaded rfc6979 v0.4.0
8602026-07-22T07:16:10.344Z Downloaded recursive-proc-macro-impl v0.1.1
8612026-07-22T07:16:10.344Z Downloaded progenitor-client v0.13.0
8622026-07-22T07:16:10.347Z Downloaded poly1305 v0.9.0
8632026-07-22T07:16:10.347Z Downloaded jiff-static v0.2.21
8642026-07-22T07:16:10.350Z Downloaded derive_more-impl v2.1.1
8652026-07-22T07:16:10.353Z Downloaded progenitor v0.14.0
8662026-07-22T07:16:10.356Z Downloaded radium v0.7.0
8672026-07-22T07:16:10.356Z Downloaded progenitor v0.13.0
8682026-07-22T07:16:10.356Z Downloaded rustc_version v0.1.7
8692026-07-22T07:16:10.359Z Downloaded rustc-hash v2.1.1
8702026-07-22T07:16:10.359Z Downloaded russh-cryptovec v0.61.0
8712026-07-22T07:16:10.359Z Downloaded progenitor-extras v0.2.0
8722026-07-22T07:16:10.362Z Downloaded proc-macro-error2 v2.0.1
8732026-07-22T07:16:10.362Z Downloaded postgres-types v0.2.12
8742026-07-22T07:16:10.365Z Downloaded psm v0.1.30
8752026-07-22T07:16:10.368Z Downloaded rand_chacha v0.3.1
8762026-07-22T07:16:10.368Z Downloaded r2d2 v0.8.10
8772026-07-22T07:16:10.371Z Downloaded parking_lot v0.11.2
8782026-07-22T07:16:10.371Z Downloaded hickory-resolver v0.24.4
8792026-07-22T07:16:10.374Z Downloaded russh-util v0.52.0
8802026-07-22T07:16:10.377Z Downloaded crossterm v0.29.0
8812026-07-22T07:16:10.380Z Downloaded rtoolbox v0.0.3
8822026-07-22T07:16:10.383Z Downloaded rustc_version v0.4.1
8832026-07-22T07:16:10.384Z Downloaded postcard v1.1.3
8842026-07-22T07:16:10.387Z Downloaded http v1.4.2
8852026-07-22T07:16:10.387Z Downloaded pkcs8 v0.11.0
8862026-07-22T07:16:10.390Z Downloaded ed25519-dalek v2.2.0
8872026-07-22T07:16:10.393Z Downloaded same-file v1.0.6
8882026-07-22T07:16:10.393Z Downloaded pkcs1 v0.8.0-rc.4
8892026-07-22T07:16:10.396Z Downloaded oso v0.27.3
8902026-07-22T07:16:10.399Z Downloaded indicatif v0.18.4
8912026-07-22T07:16:10.402Z Downloaded aes-gcm v0.11.0
8922026-07-22T07:16:10.404Z Downloaded rand_core v0.9.5
8932026-07-22T07:16:10.405Z Downloaded rand_core v0.6.4
8942026-07-22T07:16:10.408Z Downloaded rand_seeder v0.4.0
8952026-07-22T07:16:10.408Z Downloaded scroll_derive v0.13.1
8962026-07-22T07:16:10.408Z Downloaded rand_core v0.10.0
8972026-07-22T07:16:10.411Z Downloaded rand_chacha v0.9.0
8982026-07-22T07:16:10.411Z Downloaded pin-project v1.1.11
8992026-07-22T07:16:10.418Z Downloaded secrecy v0.10.3
9002026-07-22T07:16:10.420Z Downloaded secrecy v0.8.0
9012026-07-22T07:16:10.420Z Downloaded scheduled-thread-pool v0.2.7
9022026-07-22T07:16:10.423Z Downloaded p256 v0.14.0-rc.10
9032026-07-22T07:16:10.423Z Downloaded ed25519-dalek v3.0.0-rc.0
9042026-07-22T07:16:10.426Z Downloaded quinn-udp v0.5.14
9052026-07-22T07:16:10.429Z Downloaded diesel_derives v2.3.7
9062026-07-22T07:16:10.432Z Downloaded serde_plain v1.0.2
9072026-07-22T07:16:10.435Z Downloaded hyper-util v0.1.20
9082026-07-22T07:16:10.438Z Downloaded pkcs1 v0.7.5
9092026-07-22T07:16:10.441Z Downloaded serde_bytes v0.11.19
9102026-07-22T07:16:10.441Z Downloaded serde-big-array v0.5.1
9112026-07-22T07:16:10.444Z Downloaded serde_urlencoded v0.7.1
9122026-07-22T07:16:10.444Z Downloaded semver v0.1.20
9132026-07-22T07:16:10.444Z Downloaded seq-macro v0.3.6
9142026-07-22T07:16:10.447Z Downloaded rpassword v7.5.4
9152026-07-22T07:16:10.447Z Downloaded shell-words v1.1.1
9162026-07-22T07:16:10.450Z Downloaded serde_spanned v1.1.1
9172026-07-22T07:16:10.450Z Downloaded serde_repr v0.1.20
9182026-07-22T07:16:10.453Z Downloaded signal-hook-mio v0.2.5
9192026-07-22T07:16:10.453Z Downloaded papergrid v0.17.0
9202026-07-22T07:16:10.456Z Downloaded rustversion v1.0.22
9212026-07-22T07:16:10.459Z Downloaded minimal-lexical v0.2.1
9222026-07-22T07:16:10.462Z Downloaded rustls-pemfile v2.2.0
9232026-07-22T07:16:10.464Z Downloaded sha1 v0.11.0
9242026-07-22T07:16:10.464Z Downloaded progenitor-impl v0.14.0
9252026-07-22T07:16:10.467Z Downloaded sigpipe v0.1.3
9262026-07-22T07:16:10.467Z Downloaded sha1 v0.10.6
9272026-07-22T07:16:10.470Z Downloaded libbz2-rs-sys v0.2.2
9282026-07-22T07:16:10.470Z Downloaded parking_lot_core v0.9.12
9292026-07-22T07:16:10.473Z Downloaded scopeguard v1.2.0
9302026-07-22T07:16:10.473Z Downloaded siphasher v1.0.2
9312026-07-22T07:16:10.476Z Downloaded signature v3.0.0
9322026-07-22T07:16:10.476Z Downloaded hashbrown v0.13.2
9332026-07-22T07:16:10.479Z Downloaded slog-bunyan v2.5.0
9342026-07-22T07:16:10.479Z Downloaded prefix-trie v0.7.0
9352026-07-22T07:16:10.482Z Downloaded schemars_derive v0.8.22
9362026-07-22T07:16:10.484Z Downloaded sapling-renderdag v0.1.0
9372026-07-22T07:16:10.484Z Downloaded openssl-sys v0.9.115
9382026-07-22T07:16:10.488Z Downloaded sec1 v0.8.1
9392026-07-22T07:16:10.491Z Downloaded sec1 v0.7.3
9402026-07-22T07:16:10.494Z Downloaded scroll v0.13.0
9412026-07-22T07:16:10.494Z Downloaded resolv-conf v0.7.6
9422026-07-22T07:16:10.494Z Downloaded der v0.8.0
9432026-07-22T07:16:10.498Z Downloaded scrypt v0.12.0
9442026-07-22T07:16:10.501Z Downloaded hickory-resolver v0.25.2
9452026-07-22T07:16:10.504Z Downloaded slog-envlogger v2.2.0
9462026-07-22T07:16:10.506Z Downloaded p384 v0.14.0-rc.10
9472026-07-22T07:16:10.507Z Downloaded signal-hook-tokio v0.3.1
9482026-07-22T07:16:10.509Z Downloaded rusty-fork v0.3.1
9492026-07-22T07:16:10.509Z Downloaded pretty_assertions v1.4.1
9502026-07-22T07:16:10.512Z Downloaded hashbrown v0.12.3
9512026-07-22T07:16:10.518Z Downloaded serde_path_to_error v0.1.20
9522026-07-22T07:16:10.518Z Downloaded serde_derive_internals v0.29.1
9532026-07-22T07:16:10.521Z Downloaded serde-hex v0.1.0
9542026-07-22T07:16:10.521Z Downloaded pkcs5 v0.8.1
9552026-07-22T07:16:10.521Z Downloaded num-traits v0.2.19
9562026-07-22T07:16:10.524Z Downloaded sqlparser_derive v0.5.0
9572026-07-22T07:16:10.524Z Downloaded serdect v0.4.3
9582026-07-22T07:16:10.524Z Downloaded icu_locale_core v2.1.1
9592026-07-22T07:16:10.528Z Downloaded shlex v1.3.0
9602026-07-22T07:16:10.531Z Downloaded serde_with_macros v1.5.2
9612026-07-22T07:16:10.531Z Downloaded rustls-native-certs v0.8.3
9622026-07-22T07:16:10.534Z Downloaded rcgen v0.12.1
9632026-07-22T07:16:10.537Z Downloaded prettyplease v0.2.37
9642026-07-22T07:16:10.540Z Downloaded simd-adler32 v0.3.8
9652026-07-22T07:16:10.540Z Downloaded signal-hook-registry v1.4.8
9662026-07-22T07:16:10.540Z Downloaded hickory-server v0.25.2
9672026-07-22T07:16:10.544Z Downloaded rustls-pki-types v1.14.0
9682026-07-22T07:16:10.547Z Downloaded phf v0.12.1
9692026-07-22T07:16:10.547Z Downloaded icu_collections v2.1.1
9702026-07-22T07:16:10.550Z Downloaded strsim v0.10.0
9712026-07-22T07:16:10.553Z Downloaded stable_deref_trait v1.2.1
9722026-07-22T07:16:10.553Z Downloaded signature v2.2.0
9732026-07-22T07:16:10.553Z Downloaded strip-ansi-escapes v0.2.1
9742026-07-22T07:16:10.556Z Downloaded salsa20 v0.11.0
9752026-07-22T07:16:10.556Z Downloaded slog-async v2.8.0
9762026-07-22T07:16:10.559Z Downloaded structmeta-derive v0.3.0
9772026-07-22T07:16:10.559Z Downloaded structmeta v0.3.0
9782026-07-22T07:16:10.559Z Downloaded slab v0.4.12
9792026-07-22T07:16:10.562Z Downloaded indexmap v1.9.3
9802026-07-22T07:16:10.565Z Downloaded dropshot-api-manager v0.7.2
9812026-07-22T07:16:10.569Z Downloaded pbkdf2 v0.13.0
9822026-07-22T07:16:10.569Z Downloaded progenitor-impl v0.13.0
9832026-07-22T07:16:10.572Z Downloaded sync_wrapper v1.0.2
9842026-07-22T07:16:10.572Z Downloaded strum v0.27.2
9852026-07-22T07:16:10.572Z Downloaded strum v0.26.3
9862026-07-22T07:16:10.575Z Downloaded sync-ptr v0.1.4
9872026-07-22T07:16:10.575Z Downloaded smallvec v0.6.14
9882026-07-22T07:16:10.575Z Downloaded subtle v2.6.1
9892026-07-22T07:16:10.578Z Downloaded slog-stdlog v4.1.1
9902026-07-22T07:16:10.578Z Downloaded smf v0.2.3
9912026-07-22T07:16:10.578Z Downloaded slog-term v2.9.2
9922026-07-22T07:16:10.581Z Downloaded tagptr v0.2.0
9932026-07-22T07:16:10.584Z Downloaded tap v1.0.1
9942026-07-22T07:16:10.584Z Downloaded ron v0.8.1
9952026-07-22T07:16:10.587Z Downloaded spki v0.7.3
9962026-07-22T07:16:10.590Z Downloaded serde_with_macros v3.21.0
9972026-07-22T07:16:10.590Z Downloaded supports-color v3.0.2
9982026-07-22T07:16:10.592Z Downloaded tabwriter v1.4.1
9992026-07-22T07:16:10.593Z Downloaded take_mut v0.2.2
10002026-07-22T07:16:10.593Z Downloaded num-bigint v0.4.6
10012026-07-22T07:16:10.596Z Downloaded serde_cbor v0.11.2
10022026-07-22T07:16:10.599Z Downloaded slog-scope v4.4.1
10032026-07-22T07:16:10.599Z Downloaded sqlformat v0.3.5
10042026-07-22T07:16:10.602Z Downloaded testing_table v0.3.0
10052026-07-22T07:16:10.602Z Downloaded spki v0.8.0
10062026-07-22T07:16:10.604Z Downloaded time-core v0.1.8
10072026-07-22T07:16:10.604Z Downloaded ryu v1.0.23
10082026-07-22T07:16:10.608Z Downloaded rayon-core v1.13.0
10092026-07-22T07:16:10.610Z Downloaded ssh-encoding v0.3.0-rc.9
10102026-07-22T07:16:10.610Z Downloaded snafu-derive v0.8.9
10112026-07-22T07:16:10.613Z Downloaded termtree v0.5.1
10122026-07-22T07:16:10.613Z Downloaded ssh-cipher v0.3.0-rc.9
10132026-07-22T07:16:10.616Z Downloaded thread-id v5.1.0
10142026-07-22T07:16:10.616Z Downloaded thiserror-impl-no-std v2.0.2
10152026-07-22T07:16:10.616Z Downloaded slog-json v2.6.1
10162026-07-22T07:16:10.619Z Downloaded sha2 v0.11.0
10172026-07-22T07:16:10.622Z Downloaded slog-dtrace v0.3.0
10182026-07-22T07:16:10.622Z Downloaded rustls-platform-verifier v0.6.2
10192026-07-22T07:16:10.625Z Downloaded static_assertions v1.1.0
10202026-07-22T07:16:10.628Z Downloaded schemars v0.8.22
10212026-07-22T07:16:10.634Z Downloaded tinyvec_macros v0.1.1
10222026-07-22T07:16:10.637Z Downloaded stringprep v0.1.5
10232026-07-22T07:16:10.637Z Downloaded string_cache v0.8.9
10242026-07-22T07:16:10.640Z Downloaded quinn v0.11.9
10252026-07-22T07:16:10.640Z Downloaded publicsuffix v2.3.0
10262026-07-22T07:16:10.643Z Downloaded itertools v0.10.5
10272026-07-22T07:16:10.646Z Downloaded stacker v0.1.23
10282026-07-22T07:16:10.649Z Downloaded qorb v0.4.1
10292026-07-22T07:16:10.652Z Downloaded strum_macros v0.24.3
10302026-07-22T07:16:10.655Z Downloaded hashbrown v0.16.1
10312026-07-22T07:16:10.657Z Downloaded tokio-test v0.4.5
10322026-07-22T07:16:10.658Z Downloaded support-bundle-viewer v0.1.2
10332026-07-22T07:16:10.660Z Downloaded smallvec v1.15.1
10342026-07-22T07:16:10.660Z Downloaded num-bigint-dig v0.8.6
10352026-07-22T07:16:10.664Z Downloaded termios v0.3.3
10362026-07-22T07:16:10.667Z Downloaded tabled_derive v0.11.0
10372026-07-22T07:16:10.667Z Downloaded synstructure v0.13.2
10382026-07-22T07:16:10.667Z Downloaded spin v0.9.8
10392026-07-22T07:16:10.670Z Downloaded topological-sort v0.2.2
10402026-07-22T07:16:10.670Z Downloaded rand v0.8.6
10412026-07-22T07:16:10.673Z Downloaded signal-hook v0.3.18
10422026-07-22T07:16:10.676Z Downloaded internal-russh-num-bigint v0.5.0
10432026-07-22T07:16:10.679Z Downloaded thread_local v1.1.9
10442026-07-22T07:16:10.682Z Downloaded tower-layer v0.3.3
10452026-07-22T07:16:10.682Z Downloaded serde_yaml v0.9.34+deprecated
10462026-07-22T07:16:10.685Z Downloaded thiserror-no-std v2.0.2
10472026-07-22T07:16:10.688Z Downloaded time-macros v0.2.27
10482026-07-22T07:16:10.691Z Downloaded idna v1.1.0
10492026-07-22T07:16:10.694Z Downloaded icu_properties_data v2.1.2
10502026-07-22T07:16:10.700Z Downloaded unarray v0.1.4
10512026-07-22T07:16:10.703Z Downloaded tiny-keccak v2.0.2
10522026-07-22T07:16:10.703Z Downloaded universal-hash v0.5.1
10532026-07-22T07:16:10.706Z Downloaded blake3 v1.8.5
10542026-07-22T07:16:10.709Z Downloaded tokio-native-tls v0.3.1
10552026-07-22T07:16:10.712Z Downloaded schemars v0.9.0
10562026-07-22T07:16:10.718Z Downloaded untrusted v0.7.1
10572026-07-22T07:16:10.721Z Downloaded universal-hash v0.6.1
10582026-07-22T07:16:10.721Z Downloaded unicode-xid v0.2.6
10592026-07-22T07:16:10.721Z Downloaded unicode-truncate v1.1.0
10602026-07-22T07:16:10.724Z Downloaded tokio-dtrace v0.1.1
10612026-07-22T07:16:10.724Z Downloaded tower-service v0.3.3
10622026-07-22T07:16:10.724Z Downloaded nom v8.0.0
10632026-07-22T07:16:10.728Z Downloaded unit-prefix v0.5.2
10642026-07-22T07:16:10.731Z Downloaded strum_macros v0.26.4
10652026-07-22T07:16:10.731Z Downloaded utf8_iter v1.0.4
10662026-07-22T07:16:10.734Z Downloaded utf-8 v0.7.6
10672026-07-22T07:16:10.734Z Downloaded usdt-macro v0.6.0
10682026-07-22T07:16:10.734Z Downloaded untrusted v0.9.0
10692026-07-22T07:16:10.737Z Downloaded hyper v1.10.1
10702026-07-22T07:16:10.740Z Downloaded term v0.7.0
10712026-07-22T07:16:10.743Z Downloaded tokio-tungstenite v0.23.1
10722026-07-22T07:16:10.746Z Downloaded term v1.2.1
10732026-07-22T07:16:10.746Z Downloaded void v1.0.2
10742026-07-22T07:16:10.746Z Downloaded usdt v0.6.0
10752026-07-22T07:16:10.751Z Downloaded socket2 v0.5.10
10762026-07-22T07:16:10.751Z Downloaded usdt-attr-macro v0.6.0
10772026-07-22T07:16:10.751Z Downloaded rsa v0.9.10
10782026-07-22T07:16:10.753Z Downloaded hkdf v0.12.4
10792026-07-22T07:16:10.756Z Downloaded rand v0.9.2
10802026-07-22T07:16:10.759Z Downloaded socket2 v0.6.3
10812026-07-22T07:16:10.759Z Downloaded samael v0.0.19
10822026-07-22T07:16:10.764Z Downloaded waitgroup v0.1.2
10832026-07-22T07:16:10.767Z Downloaded wait-timeout v0.2.1
10842026-07-22T07:16:10.767Z Downloaded unicase v2.9.0
10852026-07-22T07:16:10.769Z Downloaded toml_writer v1.1.1+spec-1.1.0
10862026-07-22T07:16:10.769Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10872026-07-22T07:16:10.769Z Downloaded want v0.3.1
10882026-07-22T07:16:10.772Z Downloaded schemars v1.2.1
10892026-07-22T07:16:10.778Z Downloaded xshell-macros v0.2.7
10902026-07-22T07:16:10.781Z Downloaded strum_macros v0.27.2
10912026-07-22T07:16:10.781Z Downloaded rustls-webpki v0.103.13
10922026-07-22T07:16:10.784Z Downloaded itertools v0.13.0
10932026-07-22T07:16:10.787Z Downloaded tui-tree-widget v0.23.1
10942026-07-22T07:16:10.789Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10952026-07-22T07:16:10.790Z Downloaded itertools v0.12.1
10962026-07-22T07:16:10.792Z Downloaded zerofrom-derive v0.1.6
10972026-07-22T07:16:10.795Z Downloaded yoke-derive v0.8.1
10982026-07-22T07:16:10.795Z Downloaded zerofrom v0.1.6
10992026-07-22T07:16:10.798Z Downloaded rand v0.10.1
11002026-07-22T07:16:10.798Z Downloaded libm v0.2.16
11012026-07-22T07:16:10.803Z Downloaded toml_parser v1.1.2+spec-1.1.0
11022026-07-22T07:16:10.806Z Downloaded xattr v1.6.1
11032026-07-22T07:16:10.806Z Downloaded tls_codec_derive v0.4.2
11042026-07-22T07:16:10.809Z Downloaded vergen-lib v9.1.0
11052026-07-22T07:16:10.809Z Downloaded tls_codec v0.4.2
11062026-07-22T07:16:10.812Z Downloaded slog v2.8.2
11072026-07-22T07:16:10.812Z Downloaded zone v0.3.1
11082026-07-22T07:16:10.815Z Downloaded nom v7.1.3
11092026-07-22T07:16:10.818Z Downloaded vergen-git2 v9.1.0
11102026-07-22T07:16:10.818Z Downloaded typify-macro v0.6.2
11112026-07-22T07:16:10.818Z Downloaded try-lock v0.2.5
11122026-07-22T07:16:10.821Z Downloaded tokio-stream v0.1.18
11132026-07-22T07:16:10.824Z Downloaded iri-string v0.7.10
11142026-07-22T07:16:10.826Z Downloaded tokio-rustls v0.26.4
11152026-07-22T07:16:10.829Z Downloaded subprocess v0.2.15
11162026-07-22T07:16:10.829Z Downloaded whoami v1.6.1
11172026-07-22T07:16:10.832Z Downloaded walkdir v2.5.0
11182026-07-22T07:16:10.832Z Downloaded uzers v0.12.2
11192026-07-22T07:16:10.835Z Downloaded usdt-impl v0.6.0
11202026-07-22T07:16:10.835Z Downloaded tokio-tungstenite v0.21.0
11212026-07-22T07:16:10.839Z Downloaded zeroize_derive v1.4.3
11222026-07-22T07:16:10.839Z Downloaded trait-variant v0.1.2
11232026-07-22T07:16:10.839Z Downloaded tokio-macros v2.7.0
11242026-07-22T07:16:10.839Z Downloaded tinystr v0.8.2
11252026-07-22T07:16:10.842Z Downloaded p521 v0.14.0-rc.10
11262026-07-22T07:16:10.842Z Downloaded wyz v0.5.1
11272026-07-22T07:16:10.845Z Downloaded mio v1.2.0
11282026-07-22T07:16:10.848Z Downloaded bindgen v0.71.1
11292026-07-22T07:16:10.851Z Downloaded hkdf v0.13.0
11302026-07-22T07:16:10.855Z Downloaded toml v1.1.2+spec-1.1.0
11312026-07-22T07:16:10.858Z Downloaded toml v0.7.8
11322026-07-22T07:16:10.858Z Downloaded hashbrown v0.15.5
11332026-07-22T07:16:10.861Z Downloaded vsss-rs v3.3.4
11342026-07-22T07:16:10.861Z Downloaded vergen-lib v0.1.6
11352026-07-22T07:16:10.864Z Downloaded vergen-gitcl v1.0.8
11362026-07-22T07:16:10.864Z Downloaded test-strategy v0.4.5
11372026-07-22T07:16:10.867Z Downloaded futures-util v0.3.32
11382026-07-22T07:16:10.872Z Downloaded zstd-safe v7.2.4
11392026-07-22T07:16:10.875Z Downloaded tinyvec v1.10.0
11402026-07-22T07:16:10.875Z Downloaded vergen v9.1.0
11412026-07-22T07:16:10.878Z Downloaded tracing-attributes v0.1.31
11422026-07-22T07:16:10.878Z Downloaded h2 v0.4.15
11432026-07-22T07:16:10.881Z Downloaded twox-hash v2.1.2
11442026-07-22T07:16:10.884Z Downloaded unicode-properties v0.1.4
11452026-07-22T07:16:10.887Z Downloaded bitvec v1.0.1
11462026-07-22T07:16:10.893Z Downloaded whoami v2.1.0
11472026-07-22T07:16:10.897Z Downloaded xshell v0.2.7
11482026-07-22T07:16:10.897Z Downloaded yoke v0.8.1
11492026-07-22T07:16:10.899Z Downloaded git2 v0.20.4
11502026-07-22T07:16:10.902Z Downloaded steno v0.4.1
11512026-07-22T07:16:10.905Z Downloaded itertools v0.14.0
11522026-07-22T07:16:10.908Z Downloaded similar v2.7.0
11532026-07-22T07:16:10.911Z Downloaded yasna v0.5.2
11542026-07-22T07:16:10.914Z Downloaded tar v0.4.46
11552026-07-22T07:16:10.914Z Downloaded rsa v0.10.0-rc.18
11562026-07-22T07:16:10.917Z Downloaded zone_cfg_derive v0.3.1
11572026-07-22T07:16:10.920Z Downloaded zeroize v1.8.2
11582026-07-22T07:16:10.920Z Downloaded zerovec-derive v0.11.2
11592026-07-22T07:16:10.920Z Downloaded toml_edit v0.23.10+spec-1.0.0
11602026-07-22T07:16:10.923Z Downloaded zstd v0.13.3
11612026-07-22T07:16:10.926Z Downloaded uuid v1.23.4
11622026-07-22T07:16:10.927Z Downloaded snafu v0.8.9
11632026-07-22T07:16:10.930Z Downloaded serde_with v1.14.0
11642026-07-22T07:16:10.933Z Downloaded libxml v0.3.3
11652026-07-22T07:16:10.936Z Downloaded rustyline v14.0.0
11662026-07-22T07:16:10.939Z Downloaded iddqd v0.4.2
11672026-07-22T07:16:10.944Z Downloaded tungstenite v0.21.0
11682026-07-22T07:16:10.947Z Downloaded unicode-bidi v0.3.18
11692026-07-22T07:16:10.950Z Downloaded tokio-postgres v0.7.16
11702026-07-22T07:16:10.953Z Downloaded tungstenite v0.23.0
11712026-07-22T07:16:10.953Z Downloaded chrono v0.4.45
11722026-07-22T07:16:10.957Z Downloaded paste v1.0.15
11732026-07-22T07:16:10.960Z Downloaded newline-converter v0.3.0
11742026-07-22T07:16:10.960Z Downloaded new_debug_unreachable v1.0.6
11752026-07-22T07:16:10.963Z Downloaded hybrid-array v0.4.13
11762026-07-22T07:16:10.963Z Downloaded async-compression v0.4.41
11772026-07-22T07:16:10.966Z Downloaded arc-swap v1.8.2
11782026-07-22T07:16:10.970Z Downloaded zerocopy v0.6.6
11792026-07-22T07:16:10.970Z Downloaded lru-slab v0.1.2
11802026-07-22T07:16:10.970Z Downloaded generic-array v1.4.3
11812026-07-22T07:16:10.972Z Downloaded aes v0.9.1
11822026-07-22T07:16:10.975Z Downloaded either v1.15.0
11832026-07-22T07:16:10.975Z Downloaded deranged v0.5.8
11842026-07-22T07:16:10.978Z Downloaded data-encoding v2.10.0
11852026-07-22T07:16:10.978Z Downloaded crossbeam-epoch v0.9.18
11862026-07-22T07:16:10.978Z Downloaded ff v0.13.1
11872026-07-22T07:16:10.982Z Downloaded reedline v0.40.0
11882026-07-22T07:16:10.985Z Downloaded enum_dispatch v0.3.13
11892026-07-22T07:16:10.985Z Downloaded bs58 v0.5.1
11902026-07-22T07:16:10.988Z Downloaded darling v0.13.4
11912026-07-22T07:16:10.988Z Downloaded daft v0.1.7
11922026-07-22T07:16:10.991Z Downloaded ctr v0.10.1
11932026-07-22T07:16:10.991Z Downloaded crossbeam-deque v0.8.6
11942026-07-22T07:16:10.992Z Downloaded corncobs v0.1.4
11952026-07-22T07:16:10.995Z Downloaded reqwest v0.13.2
11962026-07-22T07:16:10.998Z Downloaded vte v0.14.1
11972026-07-22T07:16:10.998Z Downloaded const_format_proc_macros v0.2.34
11982026-07-22T07:16:11.001Z Downloaded reqwest v0.12.28
11992026-07-22T07:16:11.004Z Downloaded tracing-core v0.1.36
12002026-07-22T07:16:11.008Z Downloaded yansi v1.0.1
12012026-07-22T07:16:11.008Z Downloaded typify v0.6.2
12022026-07-22T07:16:11.011Z Downloaded cipher v0.5.2
12032026-07-22T07:16:11.011Z Downloaded byte-wrapper v0.1.0
12042026-07-22T07:16:11.011Z Downloaded rayon v1.11.0
12052026-07-22T07:16:11.016Z Downloaded writeable v0.6.2
12062026-07-22T07:16:11.018Z Downloaded unsafe-libyaml v0.2.11
12072026-07-22T07:16:11.021Z Downloaded rawzip v0.4.4
12082026-07-22T07:16:11.024Z Downloaded camino-tempfile-ext v0.3.3
12092026-07-22T07:16:11.030Z Downloaded moka v0.12.13
12102026-07-22T07:16:11.037Z Downloaded zopfli v0.8.3
12112026-07-22T07:16:11.040Z Downloaded toml_edit v0.19.15
12122026-07-22T07:16:11.060Z Downloaded unicode_categories v0.1.1
12132026-07-22T07:16:11.068Z Downloaded url v2.5.8
12142026-07-22T07:16:11.076Z Downloaded zip v0.6.6
12152026-07-22T07:16:11.079Z Downloaded x509-cert v0.2.5
12162026-07-22T07:16:11.082Z Downloaded goblin v0.10.5
12172026-07-22T07:16:11.088Z Downloaded tower v0.5.3
12182026-07-22T07:16:11.092Z Downloaded zerocopy-derive v0.8.40
12192026-07-22T07:16:11.098Z Downloaded regex v1.12.3
12202026-07-22T07:16:11.101Z Downloaded quick-xml v0.37.5
12212026-07-22T07:16:11.105Z Downloaded salty v0.3.0
12222026-07-22T07:16:11.109Z Downloaded zerotrie v0.2.3
12232026-07-22T07:16:11.111Z Downloaded proptest v1.10.0
12242026-07-22T07:16:11.116Z Downloaded p384 v0.13.1
12252026-07-22T07:16:11.119Z Downloaded unicode-segmentation v1.12.0
12262026-07-22T07:16:11.123Z Downloaded portable-atomic v1.13.1
12272026-07-22T07:16:11.127Z Downloaded typed-path v0.9.3
12282026-07-22T07:16:11.130Z Downloaded tower-http v0.6.8
12292026-07-22T07:16:11.134Z Downloaded crypto-bigint v0.7.5
12302026-07-22T07:16:11.145Z Downloaded nix v0.27.1
12312026-07-22T07:16:11.149Z Downloaded ssh-key v0.7.0-rc.10
12322026-07-22T07:16:11.154Z Downloaded lalrpop v0.19.12
12332026-07-22T07:16:11.162Z Downloaded petname v2.0.2
12342026-07-22T07:16:11.166Z Downloaded tokio-util v0.7.18
12352026-07-22T07:16:11.172Z Downloaded zip v4.6.1
12362026-07-22T07:16:11.178Z Downloaded unicode-normalization v0.1.25
12372026-07-22T07:16:11.181Z Downloaded russh v0.61.2
12382026-07-22T07:16:11.186Z Downloaded curve25519-dalek v4.1.3
12392026-07-22T07:16:11.191Z Downloaded serde_with v3.21.0
12402026-07-22T07:16:11.198Z Downloaded zerovec v0.11.5
12412026-07-22T07:16:11.201Z Downloaded tough v0.22.0
12422026-07-22T07:16:11.206Z Downloaded quinn-proto v0.11.13
12432026-07-22T07:16:11.210Z Downloaded radix_trie v0.2.1
12442026-07-22T07:16:11.214Z Downloaded polar-core v0.27.3
12452026-07-22T07:16:11.218Z Downloaded openssl v0.10.79
12462026-07-22T07:16:11.224Z Downloaded winnow v0.6.26
12472026-07-22T07:16:11.229Z Downloaded object v0.30.4
12482026-07-22T07:16:11.235Z Downloaded nix v0.28.0
12492026-07-22T07:16:11.241Z Downloaded curve25519-dalek v5.0.0-rc.0
12502026-07-22T07:16:11.253Z Downloaded winnow v0.5.40
12512026-07-22T07:16:11.258Z Downloaded bstr v1.12.1
12522026-07-22T07:16:11.263Z Downloaded winnow v1.0.3
12532026-07-22T07:16:11.270Z Downloaded tabled v0.20.0
12542026-07-22T07:16:11.291Z Downloaded time v0.3.47
12552026-07-22T07:16:11.298Z Downloaded zlib-rs v0.6.2
12562026-07-22T07:16:11.301Z Downloaded dropshot v0.17.1
12572026-07-22T07:16:11.314Z Downloaded hickory-proto v0.24.4
12582026-07-22T07:16:11.322Z Downloaded object v0.37.3
12592026-07-22T07:16:11.329Z Downloaded regex-syntax v0.6.29
12602026-07-22T07:16:11.333Z Downloaded smoltcp v0.9.1
12612026-07-22T07:16:11.339Z Downloaded openapiv3 v2.2.0
12622026-07-22T07:16:11.345Z Downloaded vcpkg v0.2.15
12632026-07-22T07:16:11.392Z Downloaded regress v0.11.1
12642026-07-22T07:16:11.398Z Downloaded diesel v2.3.7
12652026-07-22T07:16:11.412Z Downloaded zerocopy v0.8.40
12662026-07-22T07:16:11.417Z Downloaded smoltcp v0.11.0
12672026-07-22T07:16:11.426Z Downloaded regress v0.10.5
12682026-07-22T07:16:11.430Z Downloaded regex-syntax v0.8.10
12692026-07-22T07:16:11.435Z Downloaded hickory-proto v0.25.2
12702026-07-22T07:16:11.445Z Downloaded nix v0.31.2
12712026-07-22T07:16:11.456Z Downloaded tracing v0.1.44
12722026-07-22T07:16:11.468Z Downloaded rustls v0.23.41
12732026-07-22T07:16:11.477Z Downloaded rustix v0.38.44
12742026-07-22T07:16:11.490Z Downloaded sha3 v0.11.0
12752026-07-22T07:16:11.536Z Downloaded sqlparser v0.61.0
12762026-07-22T07:16:11.560Z Downloaded csv v1.4.0
12772026-07-22T07:16:11.578Z Downloaded typify-impl v0.6.2
12782026-07-22T07:16:11.585Z Downloaded sled v0.34.7
12792026-07-22T07:16:11.591Z Downloaded sha3 v0.10.8
12802026-07-22T07:16:11.595Z Downloaded libz-sys v1.1.24
12812026-07-22T07:16:11.606Z Downloaded ratatui v0.29.0
12822026-07-22T07:16:11.617Z Downloaded fiat-crypto v0.3.0
12832026-07-22T07:16:11.624Z Downloaded zerocopy-derive v0.6.6
12842026-07-22T07:16:11.629Z Downloaded bzip2-sys v0.1.13+1.0.8
12852026-07-22T07:16:11.639Z Downloaded regex-automata v0.4.14
12862026-07-22T07:16:11.651Z Downloaded chrono-tz v0.10.4
12872026-07-22T07:16:11.661Z Downloaded petgraph v0.6.5
12882026-07-22T07:16:11.671Z Downloaded jiff v0.2.21
12892026-07-22T07:16:11.692Z Downloaded encoding_rs v0.8.35
12902026-07-22T07:16:11.704Z Downloaded petgraph v0.8.3
12912026-07-22T07:16:11.729Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-07-22T07:16:11.760Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12932026-07-22T07:16:11.770Z Downloaded tokio v1.52.1
12942026-07-22T07:16:11.861Z Downloaded ring v0.17.14
12952026-07-22T07:16:12.335Z Downloaded aws-lc-sys v0.40.0
12962026-07-22T07:16:12.579Z Compiling libc v0.2.185
12972026-07-22T07:16:12.579Z Compiling serde_core v1.0.228
12982026-07-22T07:16:12.579Z Compiling serde v1.0.228
12992026-07-22T07:16:12.582Z Compiling log v0.4.29
13002026-07-22T07:16:12.582Z Compiling smallvec v1.15.1
13012026-07-22T07:16:12.582Z Compiling find-msvc-tools v0.1.9
13022026-07-22T07:16:12.582Z Compiling shlex v1.3.0
13032026-07-22T07:16:12.582Z Compiling subtle v2.6.1
13042026-07-22T07:16:12.582Z Compiling scopeguard v1.2.0
13052026-07-22T07:16:12.582Z Compiling stable_deref_trait v1.2.1
13062026-07-22T07:16:12.583Z Compiling typenum v1.20.1
13072026-07-22T07:16:12.583Z Compiling serde_json v1.0.150
13082026-07-22T07:16:12.762Z Compiling zerocopy v0.8.40
13092026-07-22T07:16:12.765Z Compiling portable-atomic v1.13.1
13102026-07-22T07:16:12.784Z Compiling syn v2.0.117
13112026-07-22T07:16:12.793Z Compiling pin-project-lite v0.2.17
13122026-07-22T07:16:12.859Z Compiling lock_api v0.4.14
13132026-07-22T07:16:12.872Z Compiling parking_lot_core v0.9.12
13142026-07-22T07:16:12.939Z Compiling libm v0.2.16
13152026-07-22T07:16:12.971Z Compiling pkg-config v0.3.32
13162026-07-22T07:16:13.028Z Compiling getrandom v0.4.1
13172026-07-22T07:16:13.066Z Compiling critical-section v1.2.0
13182026-07-22T07:16:13.093Z Compiling num-traits v0.2.19
13192026-07-22T07:16:13.110Z Compiling futures-core v0.3.32
13202026-07-22T07:16:13.137Z Compiling rand_core v0.10.0
13212026-07-22T07:16:13.141Z Compiling generic-array v0.14.7
13222026-07-22T07:16:13.181Z Compiling percent-encoding v2.3.2
13232026-07-22T07:16:13.196Z Compiling writeable v0.6.2
13242026-07-22T07:16:13.257Z Compiling const-oid v0.9.6
13252026-07-22T07:16:13.270Z Compiling litemap v0.8.1
13262026-07-22T07:16:13.288Z Compiling icu_normalizer_data v2.1.1
13272026-07-22T07:16:13.328Z Compiling icu_properties_data v2.1.2
13282026-07-22T07:16:13.392Z Compiling futures-sink v0.3.32
13292026-07-22T07:16:13.422Z Compiling futures-task v0.3.32
13302026-07-22T07:16:13.465Z Compiling slab v0.4.12
13312026-07-22T07:16:13.480Z Compiling futures-io v0.3.32
13322026-07-22T07:16:13.495Z Compiling futures-channel v0.3.32
13332026-07-22T07:16:13.511Z Compiling utf8_iter v1.0.4
13342026-07-22T07:16:13.526Z Compiling form_urlencoded v1.2.2
13352026-07-22T07:16:13.573Z Compiling getrandom v0.3.4
13362026-07-22T07:16:13.622Z Compiling rustversion v1.0.22
13372026-07-22T07:16:13.645Z Compiling rustix v1.1.3
13382026-07-22T07:16:13.660Z Compiling ident_case v1.0.1
13392026-07-22T07:16:13.663Z Compiling iana-time-zone v0.1.65
13402026-07-22T07:16:13.688Z Compiling jobserver v0.1.34
13412026-07-22T07:16:13.692Z Compiling errno v0.3.14
13422026-07-22T07:16:13.737Z Compiling getrandom v0.2.17
13432026-07-22T07:16:13.769Z Compiling mio v1.2.0
13442026-07-22T07:16:13.799Z Compiling socket2 v0.6.3
13452026-07-22T07:16:13.861Z Compiling signal-hook-registry v1.4.8
13462026-07-22T07:16:13.907Z Compiling rand_core v0.6.4
13472026-07-22T07:16:14.017Z Compiling cc v1.2.56
13482026-07-22T07:16:14.038Z Compiling once_cell v1.21.3
13492026-07-22T07:16:14.038Z Compiling parking_lot v0.12.5
13502026-07-22T07:16:14.080Z Compiling fs_extra v1.3.0
13512026-07-22T07:16:14.117Z Compiling dunce v1.0.5
13522026-07-22T07:16:14.173Z Compiling regex-syntax v0.8.10
13532026-07-22T07:16:14.249Z Compiling base64ct v1.8.3
13542026-07-22T07:16:14.269Z Compiling base64 v0.22.1
13552026-07-22T07:16:14.307Z Compiling vcpkg v0.2.15
13562026-07-22T07:16:14.322Z Compiling tracing-core v0.1.36
13572026-07-22T07:16:14.336Z Compiling aws-lc-rs v1.16.3
13582026-07-22T07:16:14.363Z Compiling flagset v0.4.7
13592026-07-22T07:16:14.399Z Compiling cmov v0.5.4
13602026-07-22T07:16:14.442Z Compiling httparse v1.10.1
13612026-07-22T07:16:14.507Z Compiling pem-rfc7468 v0.7.0
13622026-07-22T07:16:14.555Z Compiling rand_core v0.9.5
13632026-07-22T07:16:14.582Z Compiling openssl-probe v0.2.1
13642026-07-22T07:16:14.608Z Compiling schemars v0.8.22
13652026-07-22T07:16:14.624Z Compiling tinyvec_macros v0.1.1
13662026-07-22T07:16:14.627Z Compiling dyn-clone v1.0.20
13672026-07-22T07:16:14.654Z Compiling ctutils v0.4.2
13682026-07-22T07:16:14.710Z Compiling tinyvec v1.10.0
13692026-07-22T07:16:14.775Z Compiling cmake v0.1.57
13702026-07-22T07:16:14.796Z Compiling aho-corasick v1.1.4
13712026-07-22T07:16:14.811Z Compiling tower-service v0.3.3
13722026-07-22T07:16:14.842Z Compiling atomic-waker v1.1.2
13732026-07-22T07:16:14.857Z Compiling try-lock v0.2.5
13742026-07-22T07:16:14.887Z Compiling tower-layer v0.3.3
13752026-07-22T07:16:14.902Z Compiling untrusted v0.7.1
13762026-07-22T07:16:14.919Z Compiling foreign-types-shared v0.1.1
13772026-07-22T07:16:14.922Z Compiling cpufeatures v0.2.17
13782026-07-22T07:16:14.922Z Compiling httpdate v1.0.3
13792026-07-22T07:16:14.979Z Compiling bitflags v2.11.0
13802026-07-22T07:16:15.019Z Compiling semver v1.0.28
13812026-07-22T07:16:15.041Z Compiling indexmap v2.14.0
13822026-07-22T07:16:15.056Z Compiling uuid v1.23.4
13832026-07-22T07:16:15.059Z Compiling want v0.3.1
13842026-07-22T07:16:15.086Z Compiling untrusted v0.9.0
13852026-07-22T07:16:15.086Z Compiling rustls v0.23.41
13862026-07-22T07:16:15.141Z Compiling openssl v0.10.79
13872026-07-22T07:16:15.199Z Compiling unicode-normalization v0.1.25
13882026-07-22T07:16:15.238Z Compiling rustc_version v0.4.1
13892026-07-22T07:16:15.252Z Compiling foreign-types v0.3.2
13902026-07-22T07:16:15.255Z Compiling socket2 v0.5.10
13912026-07-22T07:16:15.255Z Compiling spin v0.9.8
13922026-07-22T07:16:15.295Z Compiling time-core v0.1.8
13932026-07-22T07:16:15.341Z Compiling crc32fast v1.5.0
13942026-07-22T07:16:15.364Z Compiling num-conv v0.2.0
13952026-07-22T07:16:15.410Z Compiling powerfmt v0.2.0
13962026-07-22T07:16:15.457Z Compiling native-tls v0.2.18
13972026-07-22T07:16:15.507Z Compiling wait-timeout v0.2.1
13982026-07-22T07:16:15.522Z Compiling time-macros v0.2.27
13992026-07-22T07:16:15.580Z Compiling deranged v0.5.8
14002026-07-22T07:16:15.600Z Compiling aws-lc-sys v0.40.0
14012026-07-22T07:16:15.630Z Compiling openssl-sys v0.9.115
14022026-07-22T07:16:15.650Z Compiling regex-automata v0.4.14
14032026-07-22T07:16:15.700Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-07-22T07:16:15.711Z Compiling sync_wrapper v1.0.2
14052026-07-22T07:16:15.740Z Compiling quick-error v1.2.3
14062026-07-22T07:16:15.768Z Compiling synstructure v0.13.2
14072026-07-22T07:16:15.794Z Compiling serde_derive_internals v0.29.1
14082026-07-22T07:16:15.825Z Compiling pest_generator v2.8.6
14092026-07-22T07:16:15.851Z Compiling darling_core v0.20.11
14102026-07-22T07:16:15.864Z Compiling siphasher v1.0.2
14112026-07-22T07:16:16.100Z Compiling syn v1.0.109
14122026-07-22T07:16:16.163Z Compiling tempfile v3.25.0
14132026-07-22T07:16:16.391Z Compiling unicode-segmentation v1.12.0
14142026-07-22T07:16:16.488Z Compiling usdt-impl v0.6.0
14152026-07-22T07:16:16.502Z Compiling bit-vec v0.8.0
14162026-07-22T07:16:16.599Z Compiling crossbeam-utils v0.8.21
14172026-07-22T07:16:16.620Z Compiling num_threads v0.1.7
14182026-07-22T07:16:16.636Z Compiling simd-adler32 v0.3.8
14192026-07-22T07:16:16.685Z Compiling rusty-fork v0.3.1
14202026-07-22T07:16:16.708Z Compiling bit-set v0.8.0
14212026-07-22T07:16:16.752Z Compiling time v0.3.47
14222026-07-22T07:16:16.780Z Compiling darling_core v0.23.0
14232026-07-22T07:16:16.784Z Compiling bzip2-sys v0.1.13+1.0.8
14242026-07-22T07:16:16.807Z Compiling heapless v0.7.17
14252026-07-22T07:16:16.823Z Compiling slog v2.8.2
14262026-07-22T07:16:16.896Z Compiling rand_xorshift v0.4.0
14272026-07-22T07:16:16.900Z Compiling thread-id v5.1.0
14282026-07-22T07:16:16.925Z Compiling cookie v0.18.1
14292026-07-22T07:16:16.953Z Compiling ryu v1.0.23
14302026-07-22T07:16:16.973Z Compiling unicode-properties v0.1.4
14312026-07-22T07:16:17.011Z Compiling adler2 v2.0.1
14322026-07-22T07:16:17.036Z Compiling zstd-safe v7.2.4
14332026-07-22T07:16:17.054Z Compiling paste v1.0.15
14342026-07-22T07:16:17.090Z Compiling iri-string v0.7.10
14352026-07-22T07:16:17.104Z Compiling signal-hook v0.3.18
14362026-07-22T07:16:17.125Z Compiling allocator-api2 v0.2.21
14372026-07-22T07:16:17.149Z Compiling anyhow v1.0.102
14382026-07-22T07:16:17.164Z Compiling unicode-bidi v0.3.18
14392026-07-22T07:16:17.167Z Compiling unarray v0.1.4
14402026-07-22T07:16:17.276Z Compiling miniz_oxide v0.8.9
14412026-07-22T07:16:17.356Z Compiling heck v0.4.1
14422026-07-22T07:16:17.476Z Compiling camino v1.2.2
14432026-07-22T07:16:17.552Z Compiling serde_derive v1.0.228
14442026-07-22T07:16:17.613Z Compiling zeroize_derive v1.4.3
14452026-07-22T07:16:17.728Z Compiling zerofrom-derive v0.1.6
14462026-07-22T07:16:17.743Z Compiling yoke-derive v0.8.1
14472026-07-22T07:16:17.880Z Compiling zerovec-derive v0.11.2
14482026-07-22T07:16:17.894Z Compiling zerocopy-derive v0.8.40
14492026-07-22T07:16:17.920Z Compiling displaydoc v0.2.5
14502026-07-22T07:16:18.030Z Compiling tokio-macros v2.7.0
14512026-07-22T07:16:18.279Z Compiling futures-macro v0.3.32
14522026-07-22T07:16:18.299Z Compiling zeroize v1.8.2
14532026-07-22T07:16:18.414Z Compiling tracing-attributes v0.1.31
14542026-07-22T07:16:18.660Z Compiling der_derive v0.7.3
14552026-07-22T07:16:18.730Z Compiling thiserror-impl v2.0.18
14562026-07-22T07:16:18.821Z Compiling rustls-pki-types v1.14.0
14572026-07-22T07:16:18.958Z Compiling schemars_derive v0.8.22
14582026-07-22T07:16:19.067Z Compiling crypto-common v0.1.7
14592026-07-22T07:16:19.135Z Compiling block-buffer v0.10.4
14602026-07-22T07:16:19.156Z Compiling futures-util v0.3.32
14612026-07-22T07:16:19.182Z Compiling zerofrom v0.1.6
14622026-07-22T07:16:19.238Z Compiling hybrid-array v0.4.13
14632026-07-22T07:16:19.319Z Compiling yoke v0.8.1
14642026-07-22T07:16:19.335Z Compiling digest v0.10.7
14652026-07-22T07:16:19.338Z Compiling pest_derive v2.8.6
14662026-07-22T07:16:19.393Z Compiling scroll_derive v0.13.1
14672026-07-22T07:16:19.533Z Compiling zerovec v0.11.5
14682026-07-22T07:16:19.608Z Compiling zerotrie v0.2.3
14692026-07-22T07:16:19.702Z Compiling der v0.7.10
14702026-07-22T07:16:19.826Z Compiling tracing v0.1.44
14712026-07-22T07:16:19.854Z Compiling darling_macro v0.20.11
14722026-07-22T07:16:19.937Z Compiling openssl-macros v0.1.1
14732026-07-22T07:16:19.966Z Compiling sha2 v0.10.9
14742026-07-22T07:16:20.051Z Compiling tinystr v0.8.2
14752026-07-22T07:16:20.066Z Compiling potential_utf v0.1.4
14762026-07-22T07:16:20.120Z Compiling hmac v0.12.1
14772026-07-22T07:16:20.163Z Compiling thiserror v2.0.18
14782026-07-22T07:16:20.256Z Compiling icu_locale_core v2.1.1
14792026-07-22T07:16:20.279Z Compiling icu_collections v2.1.1
14802026-07-22T07:16:20.295Z Compiling scroll v0.13.0
14812026-07-22T07:16:20.298Z Compiling dtrace-parser v0.3.0
14822026-07-22T07:16:20.326Z Compiling thiserror-impl v1.0.69
14832026-07-22T07:16:20.329Z Compiling scroll_derive v0.12.1
14842026-07-22T07:16:20.412Z Compiling darling v0.20.11
14852026-07-22T07:16:20.508Z Compiling derive_builder_core v0.20.2
14862026-07-22T07:16:20.589Z Compiling spki v0.7.3
14872026-07-22T07:16:20.775Z Compiling pkcs8 v0.10.2
14882026-07-22T07:16:20.816Z Compiling goblin v0.10.5
14892026-07-22T07:16:20.925Z Compiling icu_provider v2.1.1
14902026-07-22T07:16:21.043Z Compiling scroll v0.12.0
14912026-07-22T07:16:21.062Z Compiling bytes v1.11.1
14922026-07-22T07:16:21.077Z Compiling chrono v0.4.45
14932026-07-22T07:16:21.149Z Compiling ipnet v2.11.0
14942026-07-22T07:16:21.163Z Compiling icu_properties v2.1.2
14952026-07-22T07:16:21.242Z Compiling icu_normalizer v2.1.1
14962026-07-22T07:16:21.343Z Compiling erased-serde v0.3.31
14972026-07-22T07:16:21.372Z Compiling hex v0.4.3
14982026-07-22T07:16:21.424Z Compiling serde_tokenstream v0.2.3
14992026-07-22T07:16:21.437Z Compiling derive_builder_macro v0.20.2
15002026-07-22T07:16:21.577Z Compiling serde_spanned v0.6.9
15012026-07-22T07:16:21.637Z Compiling tokio v1.52.1
15022026-07-22T07:16:21.707Z Compiling http v1.4.2
15032026-07-22T07:16:21.741Z Compiling thiserror v1.0.69
15042026-07-22T07:16:21.756Z Compiling toml_datetime v0.6.11
15052026-07-22T07:16:21.771Z Compiling serde_urlencoded v0.7.1
15062026-07-22T07:16:21.775Z Compiling crypto-common v0.2.2
15072026-07-22T07:16:21.852Z Compiling block-padding v0.4.2
15082026-07-22T07:16:21.867Z Compiling block-buffer v0.12.1
15092026-07-22T07:16:21.884Z Compiling signature v2.2.0
15102026-07-22T07:16:21.965Z Compiling md-5 v0.10.6
15112026-07-22T07:16:22.035Z Compiling darling_macro v0.23.0
15122026-07-22T07:16:22.050Z Compiling rustls-native-certs v0.8.3
15132026-07-22T07:16:22.053Z Compiling bstr v1.12.1
15142026-07-22T07:16:22.080Z Compiling idna_adapter v1.2.1
15152026-07-22T07:16:22.083Z Compiling async-trait v0.1.89
15162026-07-22T07:16:22.148Z Compiling pin-project-internal v1.1.11
15172026-07-22T07:16:22.250Z Compiling idna v1.1.0
15182026-07-22T07:16:22.335Z Compiling ppv-lite86 v0.2.21
15192026-07-22T07:16:22.359Z Compiling zerocopy-derive v0.7.35
15202026-07-22T07:16:22.573Z Compiling http-body v1.0.1
15212026-07-22T07:16:22.588Z Compiling url v2.5.8
15222026-07-22T07:16:22.602Z Compiling stringprep v0.1.5
15232026-07-22T07:16:22.692Z Compiling rand_chacha v0.9.0
15242026-07-22T07:16:22.706Z Compiling rand_chacha v0.3.1
15252026-07-22T07:16:22.772Z Compiling http-body-util v0.1.3
15262026-07-22T07:16:22.969Z Compiling rand v0.9.2
15272026-07-22T07:16:23.036Z Compiling curve25519-dalek v4.1.3
15282026-07-22T07:16:23.067Z Compiling vergen-lib v9.1.0
15292026-07-22T07:16:23.081Z Compiling num-integer v0.1.46
15302026-07-22T07:16:23.294Z Compiling hash32 v0.2.1
15312026-07-22T07:16:23.309Z Compiling memoffset v0.9.1
15322026-07-22T07:16:23.350Z Compiling encoding_rs v0.8.35
15332026-07-22T07:16:23.417Z Compiling num-bigint-dig v0.8.6
15342026-07-22T07:16:23.431Z Compiling mime v0.3.17
15352026-07-22T07:16:23.441Z Compiling litrs v1.0.0
15362026-07-22T07:16:23.460Z Compiling ref-cast v1.0.25
15372026-07-22T07:16:23.506Z Compiling psl-types v2.0.11
15382026-07-22T07:16:23.522Z Compiling rustix v0.38.44
15392026-07-22T07:16:23.538Z Compiling zlib-rs v0.6.2
15402026-07-22T07:16:23.559Z Compiling proptest v1.10.0
15412026-07-22T07:16:23.580Z Compiling cfg_aliases v0.2.1
15422026-07-22T07:16:23.644Z Compiling dof v0.4.0
15432026-07-22T07:16:23.647Z Compiling smoltcp v0.9.1
15442026-07-22T07:16:23.673Z Compiling fallible-iterator v0.2.0
15452026-07-22T07:16:23.712Z Compiling nix v0.31.2
15462026-07-22T07:16:23.837Z Compiling publicsuffix v2.3.0
15472026-07-22T07:16:23.976Z Compiling document-features v0.2.12
15482026-07-22T07:16:23.991Z Compiling ipnetwork v0.21.1
15492026-07-22T07:16:24.002Z Compiling postgres-protocol v0.6.10
15502026-07-22T07:16:24.081Z Compiling pin-project v1.1.11
15512026-07-22T07:16:24.122Z Compiling num-iter v0.1.45
15522026-07-22T07:16:24.138Z Compiling zerocopy v0.7.35
15532026-07-22T07:16:24.218Z Compiling rand v0.8.6
15542026-07-22T07:16:24.236Z Compiling oxnet v0.1.6
15552026-07-22T07:16:24.253Z Compiling darling v0.23.0
15562026-07-22T07:16:24.350Z Compiling inout v0.2.2
15572026-07-22T07:16:24.521Z Compiling derive_builder v0.20.2
15582026-07-22T07:16:24.553Z Compiling hubpack_derive v0.1.1
15592026-07-22T07:16:24.589Z Compiling futures-executor v0.3.32
15602026-07-22T07:16:24.609Z Compiling goblin v0.8.2
15612026-07-22T07:16:24.704Z Compiling regex v1.12.3
15622026-07-22T07:16:24.846Z Compiling snafu-derive v0.8.9
15632026-07-22T07:16:24.869Z Compiling ref-cast-impl v1.0.25
15642026-07-22T07:16:24.884Z Compiling curve25519-dalek-derive v0.1.1
15652026-07-22T07:16:24.946Z Compiling daft-derive v0.1.7
15662026-07-22T07:16:25.003Z Compiling strum_macros v0.27.2
15672026-07-22T07:16:25.146Z Compiling terminal_size v0.4.3
15682026-07-22T07:16:25.163Z Compiling phf_shared v0.13.1
15692026-07-22T07:16:25.167Z Compiling lazy_static v1.5.0
15702026-07-22T07:16:25.244Z Compiling cargo-platform v0.3.2
15712026-07-22T07:16:25.287Z Compiling anstyle-parse v0.2.7
15722026-07-22T07:16:25.302Z Compiling vergen v9.1.0
15732026-07-22T07:16:25.393Z Compiling ff v0.13.1
15742026-07-22T07:16:25.425Z Compiling tokio-util v0.7.18
15752026-07-22T07:16:25.451Z Compiling tower v0.5.3
15762026-07-22T07:16:25.490Z Compiling tokio-native-tls v0.3.1
15772026-07-22T07:16:25.531Z Compiling fs-err v3.3.0
15782026-07-22T07:16:25.534Z Compiling ahash v0.8.12
15792026-07-22T07:16:25.563Z Compiling same-file v1.0.6
15802026-07-22T07:16:25.590Z Compiling foldhash v0.2.0
15812026-07-22T07:16:25.607Z Compiling object v0.37.3
15822026-07-22T07:16:25.686Z Compiling libbz2-rs-sys v0.2.2
15832026-07-22T07:16:25.716Z Compiling winnow v0.5.40
15842026-07-22T07:16:25.748Z Compiling foldhash v0.1.5
15852026-07-22T07:16:25.763Z Compiling managed v0.8.0
15862026-07-22T07:16:25.792Z Compiling base16ct v0.2.0
15872026-07-22T07:16:25.829Z Compiling bumpalo v3.20.2
15882026-07-22T07:16:25.916Z Compiling tower-http v0.6.8
15892026-07-22T07:16:25.941Z Compiling newtype-uuid v1.3.2
15902026-07-22T07:16:25.957Z Compiling bitflags v1.3.2
15912026-07-22T07:16:25.999Z Compiling sec1 v0.7.3
15922026-07-22T07:16:26.040Z Compiling zopfli v0.8.3
15932026-07-22T07:16:26.111Z Compiling hashbrown v0.15.5
15942026-07-22T07:16:26.288Z Compiling h2 v0.4.15
15952026-07-22T07:16:26.288Z Compiling daft v0.1.7
15962026-07-22T07:16:26.341Z Compiling bzip2 v0.6.1
15972026-07-22T07:16:26.473Z Compiling flate2 v1.1.9
15982026-07-22T07:16:26.571Z Compiling hashbrown v0.16.1
15992026-07-22T07:16:26.648Z Compiling walkdir v2.5.0
16002026-07-22T07:16:26.664Z Compiling clap_builder v4.6.0
16012026-07-22T07:16:26.757Z Compiling group v0.13.0
16022026-07-22T07:16:26.850Z Compiling snafu v0.8.9
16032026-07-22T07:16:26.862Z Compiling dof v0.3.0
16042026-07-22T07:16:26.926Z Compiling anstream v0.6.21
16052026-07-22T07:16:26.959Z Compiling cargo_metadata v0.23.1
16062026-07-22T07:16:26.982Z Compiling phf v0.13.1
16072026-07-22T07:16:27.031Z Compiling signal-hook-mio v0.2.5
16082026-07-22T07:16:27.046Z Compiling strum v0.27.2
16092026-07-22T07:16:27.164Z Compiling toml_edit v0.19.15
16102026-07-22T07:16:27.190Z Compiling usdt-attr-macro v0.6.0
16112026-07-22T07:16:27.208Z Compiling usdt-macro v0.6.0
16122026-07-22T07:16:27.229Z Compiling hubpack v0.1.2
16132026-07-22T07:16:27.252Z Compiling cookie_store v0.22.1
16142026-07-22T07:16:27.396Z Compiling bzip2 v0.4.4
16152026-07-22T07:16:27.462Z Compiling futures v0.3.32
16162026-07-22T07:16:27.554Z Compiling cipher v0.5.2
16172026-07-22T07:16:27.598Z Compiling postgres-types v0.2.12
16182026-07-22T07:16:27.615Z Compiling serde_with_macros v3.21.0
16192026-07-22T07:16:27.629Z Compiling zstd v0.13.3
16202026-07-22T07:16:27.931Z Compiling globset v0.4.18
16212026-07-22T07:16:28.024Z Compiling ed25519 v2.2.3
16222026-07-22T07:16:28.037Z Compiling dtrace-parser v0.2.0
16232026-07-22T07:16:28.066Z Compiling serde-big-array v0.5.1
16242026-07-22T07:16:28.151Z Compiling serde_plain v1.0.2
16252026-07-22T07:16:28.194Z Compiling olpc-cjson v0.1.4
16262026-07-22T07:16:28.226Z Compiling pkcs1 v0.7.5
16272026-07-22T07:16:28.374Z Compiling hkdf v0.12.4
16282026-07-22T07:16:28.387Z Compiling crypto-bigint v0.5.5
16292026-07-22T07:16:28.398Z Compiling enum-as-inner v0.6.1
16302026-07-22T07:16:28.561Z Compiling async-recursion v1.1.1
16312026-07-22T07:16:28.645Z Compiling serde_repr v0.1.20
16322026-07-22T07:16:28.660Z Compiling strum_macros v0.26.4
16332026-07-22T07:16:28.815Z Compiling clap_derive v4.6.1
16342026-07-22T07:16:28.830Z Compiling phf_shared v0.11.3
16352026-07-22T07:16:28.959Z Compiling float-cmp v0.10.0
16362026-07-22T07:16:28.973Z Compiling pem v3.0.6
16372026-07-22T07:16:29.034Z Compiling memmap2 v0.9.10
16382026-07-22T07:16:29.037Z Compiling thread-id v4.2.2
16392026-07-22T07:16:29.124Z Compiling env_filter v1.0.0
16402026-07-22T07:16:29.147Z Compiling normalize-line-endings v0.3.0
16412026-07-22T07:16:29.237Z Compiling typed-path v0.9.3
16422026-07-22T07:16:29.261Z Compiling keccak v0.1.6
16432026-07-22T07:16:29.275Z Compiling predicates-core v1.0.10
16442026-07-22T07:16:29.279Z Compiling either v1.15.0
16452026-07-22T07:16:29.326Z Compiling difflib v0.4.0
16462026-07-22T07:16:29.448Z Compiling whoami v2.1.0
16472026-07-22T07:16:29.485Z Compiling fixedbitset v0.4.2
16482026-07-22T07:16:29.505Z Compiling hyper v1.10.1
16492026-07-22T07:16:29.712Z Compiling static_assertions v1.1.0
16502026-07-22T07:16:29.728Z Compiling precomputed-hash v0.1.1
16512026-07-22T07:16:29.777Z Compiling new_debug_unreachable v1.0.6
16522026-07-22T07:16:29.799Z Compiling const-oid v0.10.2
16532026-07-22T07:16:29.829Z Compiling cpufeatures v0.3.0
16542026-07-22T07:16:29.848Z Compiling jiff v0.2.21
16552026-07-22T07:16:29.867Z Compiling data-encoding v2.10.0
16562026-07-22T07:16:29.870Z Compiling fixedbitset v0.5.7
16572026-07-22T07:16:29.919Z Compiling winnow v1.0.3
16582026-07-22T07:16:29.935Z Compiling chacha20 v0.10.0
16592026-07-22T07:16:30.014Z Compiling digest v0.11.3
16602026-07-22T07:16:30.029Z Compiling toml_edit v0.22.27
16612026-07-22T07:16:30.213Z Compiling hickory-proto v0.25.2
16622026-07-22T07:16:30.262Z Compiling toml_parser v1.1.2+spec-1.1.0
16632026-07-22T07:16:30.291Z Compiling petgraph v0.8.3
16642026-07-22T07:16:30.332Z Compiling string_cache v0.8.9
16652026-07-22T07:16:30.481Z Compiling strum v0.26.3
16662026-07-22T07:16:30.496Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16672026-07-22T07:16:30.536Z Compiling tokio-postgres v0.7.16
16682026-07-22T07:16:30.552Z Compiling petgraph v0.6.5
16692026-07-22T07:16:30.587Z Compiling predicates v3.1.4
16702026-07-22T07:16:30.605Z Compiling itertools v0.13.0
16712026-07-22T07:16:30.625Z Compiling hyper-util v0.1.20
16722026-07-22T07:16:30.674Z Compiling clap v4.6.1
16732026-07-22T07:16:30.764Z Compiling sha3 v0.10.8
16742026-07-22T07:16:30.927Z Compiling elliptic-curve v0.13.8
16752026-07-22T07:16:31.159Z Compiling env_logger v0.11.9
16762026-07-22T07:16:31.243Z Compiling usdt v0.6.0
16772026-07-22T07:16:31.266Z Compiling usdt-impl v0.5.0
16782026-07-22T07:16:31.383Z Compiling serde_with v3.21.0
16792026-07-22T07:16:31.580Z Compiling crossterm v0.28.1
16802026-07-22T07:16:31.599Z Compiling toml v0.7.8
16812026-07-22T07:16:31.895Z Compiling rsa v0.9.10
16822026-07-22T07:16:31.913Z Compiling ed25519-dalek v2.2.0
16832026-07-22T07:16:32.100Z Compiling hyper-tls v0.6.0
16842026-07-22T07:16:32.316Z Compiling reqwest v0.12.28
16852026-07-22T07:16:32.430Z Compiling zip v0.6.6
16862026-07-22T07:16:32.600Z Compiling zip v4.6.1
16872026-07-22T07:16:32.783Z Compiling iddqd v0.4.2
16882026-07-22T07:16:32.877Z Compiling tokio-stream v0.1.18
16892026-07-22T07:16:33.039Z Compiling buf-list v1.1.2
16902026-07-22T07:16:33.158Z Compiling byte-wrapper v0.1.0
16912026-07-22T07:16:33.257Z Compiling similar v2.7.0
16922026-07-22T07:16:33.325Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16932026-07-22T07:16:33.340Z Compiling openapiv3 v2.2.0
16942026-07-22T07:16:33.407Z Compiling x509-cert v0.2.5
16952026-07-22T07:16:33.407Z Compiling crossbeam-epoch v0.9.18
16962026-07-22T07:16:33.520Z Compiling peg-runtime v0.8.5
16972026-07-22T07:16:33.597Z Compiling lalrpop-util v0.19.12
16982026-07-22T07:16:33.646Z Compiling thread_local v1.1.9
16992026-07-22T07:16:33.776Z Compiling slog-async v2.8.0
17002026-07-22T07:16:33.814Z Compiling crossbeam-channel v0.5.15
17012026-07-22T07:16:33.830Z Compiling filetime v0.2.27
17022026-07-22T07:16:33.931Z Compiling is-terminal v0.4.17
17032026-07-22T07:16:33.970Z Compiling xattr v1.6.1
17042026-07-22T07:16:34.032Z Compiling term v1.2.1
17052026-07-22T07:16:34.049Z Compiling take_mut v0.2.2
17062026-07-22T07:16:34.129Z Compiling tar v0.4.46
17072026-07-22T07:16:34.147Z Compiling camino-tempfile v1.4.1
17082026-07-22T07:16:34.399Z Compiling slog-term v2.9.2
17092026-07-22T07:16:52.051Z Compiling rustls-webpki v0.103.13
17102026-07-22T07:16:54.721Z Compiling tokio-rustls v0.26.4
17112026-07-22T07:16:54.721Z Compiling rustls-platform-verifier v0.6.2
17122026-07-22T07:16:54.722Z Compiling tough v0.22.0
17132026-07-22T07:16:54.951Z Compiling hyper-rustls v0.27.7
17142026-07-22T07:16:55.126Z Compiling reqwest v0.13.2
17152026-07-22T07:16:57.250Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-07-22T07:16:57.528Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-07-22T07:17:00.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.15s
17182026-07-22T07:17:00.473Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17192026-07-22T07:17:00.525ZJul 22 07:16:59.705 INFO Starting download, target: Clickhouse
17202026-07-22T07:17:00.525ZJul 22 07:16:59.705 INFO Starting download, target: Cockroach
17212026-07-22T07:17:00.525ZJul 22 07:16:59.705 INFO Starting download, target: DendriteStub
17222026-07-22T07:17:00.536ZJul 22 07:16:59.705 INFO Starting download, target: Console
17232026-07-22T07:17:00.537ZJul 22 07:16:59.705 INFO Starting download, target: MaghemiteMgd
17242026-07-22T07:17:00.537ZJul 22 07:16:59.705 INFO Starting download, target: MaghemiteDdmd
17252026-07-22T07:17:00.537ZJul 22 07:16:59.705 INFO Starting download, target: TransceiverControl
17262026-07-22T07:17:00.537ZJul 22 07:16:59.706 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-07-22T07:17:00.537ZJul 22 07:16:59.706 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17282026-07-22T07:17:00.537ZJul 22 07:16:59.706 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17292026-07-22T07:17:00.537ZJul 22 07:16:59.706 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17302026-07-22T07:17:00.537ZJul 22 07:16:59.706 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17312026-07-22T07:17:00.538ZJul 22 07:16:59.706 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-07-22T07:17:00.538ZJul 22 07:16:59.706 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-07-22T07:17:01.225ZJul 22 07:17:00.371 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17342026-07-22T07:17:01.413ZJul 22 07:17:00.582 INFO Download complete, target: TransceiverControl
17352026-07-22T07:17:02.437ZJul 22 07:17:01.566 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362026-07-22T07:17:02.678ZJul 22 07:17:01.828 INFO Download complete, target: Console
17372026-07-22T07:17:03.585ZJul 22 07:17:02.766 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17382026-07-22T07:17:06.495ZJul 22 07:17:05.639 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17392026-07-22T07:17:06.516ZJul 22 07:17:05.671 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402026-07-22T07:17:08.418ZJul 22 07:17:07.525 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-07-22T07:17:08.627ZJul 22 07:17:07.664 INFO Download complete, target: MaghemiteDdmd
17422026-07-22T07:17:09.121ZJul 22 07:17:08.234 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432026-07-22T07:17:09.121ZJul 22 07:17:08.234 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442026-07-22T07:17:09.215ZJul 22 07:17:08.345 INFO Download complete, target: DendriteStub
17452026-07-22T07:17:10.501ZJul 22 07:17:09.670 INFO Checking that binary works, target: Clickhouse
17462026-07-22T07:17:10.627ZJul 22 07:17:09.767 INFO Download complete, target: Clickhouse
17472026-07-22T07:17:11.000ZJul 22 07:17:10.155 INFO Download complete, target: MaghemiteMgd
17482026-07-22T07:17:13.780ZJul 22 07:17:12.961 INFO Checking that binary works, target: Cockroach
17492026-07-22T07:17:13.911ZJul 22 07:17:13.083 INFO Download complete, target: Cockroach
17502026-07-22T07:17:13.916ZAll prerequisites installed successfully
17512026-07-22T07:17:13.916Z
17522026-07-22T07:17:13.916Zreal 1:49.973197841
17532026-07-22T07:17:13.916Zuser 6:38.218980457
17542026-07-22T07:17:13.916Zsys 1:39.681886192
17552026-07-22T07:17:13.916Ztrap 0.251871166
17562026-07-22T07:17:13.916Ztflt 1.040092116
17572026-07-22T07:17:13.916Zdflt 1.541350406
17582026-07-22T07:17:13.916Zkflt 0.025509326
17592026-07-22T07:17:13.916Zlock 25:09.678852775
17602026-07-22T07:17:13.916Zslp 18:10.595635078
17612026-07-22T07:17:13.916Zlat 23.902572025
17622026-07-22T07:17:13.916Zstop 2:47.835685300
17632026-07-22T07:17:13.916Z+ ptime -m cargo xtask download softnpu
17642026-07-22T07:17:14.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17652026-07-22T07:17:14.384Z Running `target/debug/xtask download softnpu`
17662026-07-22T07:17:15.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17672026-07-22T07:17:15.178Z Running `target/debug/xtask-downloader softnpu`
17682026-07-22T07:17:15.219ZJul 22 07:17:14.398 INFO Starting download, target: Softnpu
17692026-07-22T07:17:15.226ZJul 22 07:17:14.398 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17702026-07-22T07:17:15.918ZJul 22 07:17:15.100 INFO Download complete, target: Softnpu
17712026-07-22T07:17:15.923Z
17722026-07-22T07:17:15.926Zreal 2.008126792
17732026-07-22T07:17:15.926Zuser 1.332117710
17742026-07-22T07:17:15.926Zsys 0.621418321
17752026-07-22T07:17:15.926Ztrap 0.000666870
17762026-07-22T07:17:15.926Ztflt 0.000132960
17772026-07-22T07:17:15.926Zdflt 0.000075310
17782026-07-22T07:17:15.926Zkflt 0.000000000
17792026-07-22T07:17:15.926Zlock 12.977690643
17802026-07-22T07:17:15.926Zslp 0.535148580
17812026-07-22T07:17:15.926Zlat 0.098225559
17822026-07-22T07:17:15.926Zstop 0.000163250
17832026-07-22T07:17:15.926Z+ export CARGO_INCREMENTAL=0
17842026-07-22T07:17:15.926Z+ CARGO_INCREMENTAL=0
17852026-07-22T07:17:15.926Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17862026-07-22T07:17:16.794Z Compiling proc-macro2 v1.0.106
17872026-07-22T07:17:16.794Z Compiling quote v1.0.45
17882026-07-22T07:17:16.794Z Compiling unicode-ident v1.0.24
17892026-07-22T07:17:16.794Z Compiling libc v0.2.185
17902026-07-22T07:17:16.797Z Compiling serde_core v1.0.228
17912026-07-22T07:17:16.798Z Compiling serde v1.0.228
17922026-07-22T07:17:16.798Z Compiling cfg-if v1.0.4
17932026-07-22T07:17:16.798Z Compiling version_check v0.9.5
17942026-07-22T07:17:16.798Z Compiling find-msvc-tools v0.1.9
17952026-07-22T07:17:16.798Z Compiling shlex v1.3.0
17962026-07-22T07:17:16.798Z Compiling zmij v1.0.21
17972026-07-22T07:17:16.938Z Compiling memchr v2.8.0
17982026-07-22T07:17:16.944Z Compiling serde_json v1.0.150
17992026-07-22T07:17:16.950Z Compiling autocfg v1.5.0
18002026-07-22T07:17:17.069Z Compiling portable-atomic v1.13.1
18012026-07-22T07:17:17.104Z Compiling getrandom v0.4.1
18022026-07-22T07:17:17.168Z Compiling zerocopy v0.8.40
18032026-07-22T07:17:17.220Z Compiling libm v0.2.16
18042026-07-22T07:17:17.253Z Compiling parking_lot_core v0.9.12
18052026-07-22T07:17:17.293Z Compiling icu_normalizer_data v2.1.1
18062026-07-22T07:17:17.382Z Compiling icu_properties_data v2.1.2
18072026-07-22T07:17:17.383Z Compiling smallvec v1.15.1
18082026-07-22T07:17:17.438Z Compiling generic-array v0.14.7
18092026-07-22T07:17:17.590Z Compiling num-traits v0.2.19
18102026-07-22T07:17:17.606Z Compiling itoa v1.0.17
18112026-07-22T07:17:17.609Z Compiling log v0.4.29
18122026-07-22T07:17:17.654Z Compiling subtle v2.6.1
18132026-07-22T07:17:17.684Z Compiling pkg-config v0.3.32
18142026-07-22T07:17:17.687Z Compiling stable_deref_trait v1.2.1
18152026-07-22T07:17:17.729Z Compiling typenum v1.20.1
18162026-07-22T07:17:17.841Z Compiling scopeguard v1.2.0
18172026-07-22T07:17:17.870Z Compiling rand_core v0.10.0
18182026-07-22T07:17:17.938Z Compiling thiserror v2.0.18
18192026-07-22T07:17:17.942Z Compiling lock_api v0.4.14
18202026-07-22T07:17:17.979Z Compiling jobserver v0.1.34
18212026-07-22T07:17:17.994Z Compiling errno v0.3.14
18222026-07-22T07:17:18.098Z Compiling pin-project-lite v0.2.17
18232026-07-22T07:17:18.163Z Compiling getrandom v0.3.4
18242026-07-22T07:17:18.193Z Compiling cc v1.2.56
18252026-07-22T07:17:18.224Z Compiling writeable v0.6.2
18262026-07-22T07:17:18.236Z Compiling fnv v1.0.7
18272026-07-22T07:17:18.252Z Compiling percent-encoding v2.3.2
18282026-07-22T07:17:18.255Z Compiling litemap v0.8.1
18292026-07-22T07:17:18.255Z Compiling equivalent v1.0.2
18302026-07-22T07:17:18.294Z Compiling getrandom v0.2.17
18312026-07-22T07:17:18.325Z Compiling syn v2.0.117
18322026-07-22T07:17:18.370Z Compiling rustversion v1.0.22
18332026-07-22T07:17:18.399Z Compiling schemars v0.8.22
18342026-07-22T07:17:18.499Z Compiling rand_core v0.6.4
18352026-07-22T07:17:18.560Z Compiling dunce v1.0.5
18362026-07-22T07:17:18.563Z Compiling critical-section v1.2.0
18372026-07-22T07:17:18.563Z Compiling fs_extra v1.3.0
18382026-07-22T07:17:18.604Z Compiling rustix v1.1.3
18392026-07-22T07:17:18.685Z Compiling hashbrown v0.17.0
18402026-07-22T07:17:18.797Z Compiling signal-hook-registry v1.4.8
18412026-07-22T07:17:18.890Z Compiling utf8_iter v1.0.4
18422026-07-22T07:17:18.907Z Compiling strsim v0.11.1
18432026-07-22T07:17:18.937Z Compiling cmake v0.1.57
18442026-07-22T07:17:18.969Z Compiling form_urlencoded v1.2.2
18452026-07-22T07:17:19.081Z Compiling once_cell v1.21.3
18462026-07-22T07:17:19.224Z Compiling semver v1.0.28
18472026-07-22T07:17:19.264Z Compiling indexmap v2.14.0
18482026-07-22T07:17:19.299Z Compiling parking_lot v0.12.5
18492026-07-22T07:17:19.299Z Compiling socket2 v0.6.3
18502026-07-22T07:17:19.346Z Compiling mio v1.2.0
18512026-07-22T07:17:19.346Z Compiling futures-core v0.3.32
18522026-07-22T07:17:19.379Z Compiling bitflags v2.11.0
18532026-07-22T07:17:19.507Z Compiling aws-lc-sys v0.40.0
18542026-07-22T07:17:19.543Z Compiling ident_case v1.0.1
18552026-07-22T07:17:19.546Z Compiling aws-lc-rs v1.16.3
18562026-07-22T07:17:19.626Z Compiling httparse v1.10.1
18572026-07-22T07:17:19.891Z Compiling ucd-trie v0.1.7
18582026-07-22T07:17:19.935Z Compiling thiserror v1.0.69
18592026-07-22T07:17:19.971Z Compiling byteorder v1.5.0
18602026-07-22T07:17:20.067Z Compiling pest v2.8.6
18612026-07-22T07:17:20.123Z Compiling regex-syntax v0.8.10
18622026-07-22T07:17:20.156Z Compiling syn v1.0.109
18632026-07-22T07:17:20.161Z Compiling iana-time-zone v0.1.65
18642026-07-22T07:17:20.161Z Compiling vcpkg v0.2.15
18652026-07-22T07:17:20.259Z Compiling const-oid v0.9.6
18662026-07-22T07:17:20.291Z Compiling heck v0.5.0
18672026-07-22T07:17:20.510Z Compiling uuid v1.23.4
18682026-07-22T07:17:20.605Z Compiling rustc_version v0.4.1
18692026-07-22T07:17:20.608Z Compiling futures-sink v0.3.32
18702026-07-22T07:17:20.729Z Compiling rustls v0.23.41
18712026-07-22T07:17:20.768Z Compiling openssl-sys v0.9.115
18722026-07-22T07:17:20.800Z Compiling futures-channel v0.3.32
18732026-07-22T07:17:20.943Z Compiling aho-corasick v1.1.4
18742026-07-22T07:17:20.946Z Compiling futures-task v0.3.32
18752026-07-22T07:17:20.977Z Compiling slab v0.4.12
18762026-07-22T07:17:21.021Z Compiling futures-io v0.3.32
18772026-07-22T07:17:21.166Z Compiling synstructure v0.13.2
18782026-07-22T07:17:21.191Z Compiling serde_derive_internals v0.29.1
18792026-07-22T07:17:21.206Z Compiling pest_meta v2.8.6
18802026-07-22T07:17:21.364Z Compiling dyn-clone v1.0.20
18812026-07-22T07:17:21.394Z Compiling num-conv v0.2.0
18822026-07-22T07:17:21.398Z Compiling crc32fast v1.5.0
18832026-07-22T07:17:21.419Z Compiling time-core v0.1.8
18842026-07-22T07:17:21.545Z Compiling plain v0.2.3
18852026-07-22T07:17:21.589Z Compiling time-macros v0.2.27
18862026-07-22T07:17:21.637Z Compiling base64 v0.22.1
18872026-07-22T07:17:21.678Z Compiling crossbeam-utils v0.8.21
18882026-07-22T07:17:21.718Z Compiling openssl v0.10.79
18892026-07-22T07:17:21.750Z Compiling pretty-hex v0.4.1
18902026-07-22T07:17:21.838Z Compiling pest_generator v2.8.6
18912026-07-22T07:17:21.863Z Compiling regex-automata v0.4.14
18922026-07-22T07:17:21.913Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18932026-07-22T07:17:22.019Z Compiling anyhow v1.0.102
18942026-07-22T07:17:22.089Z Compiling native-tls v0.2.18
18952026-07-22T07:17:22.110Z Compiling rand_core v0.9.5
18962026-07-22T07:17:22.300Z Compiling slog v2.8.2
18972026-07-22T07:17:22.345Z Compiling tracing-core v0.1.36
18982026-07-22T07:17:22.414Z Compiling cookie v0.18.1
18992026-07-22T07:17:22.431Z Compiling serde_derive v1.0.228
19002026-07-22T07:17:22.460Z Compiling zeroize_derive v1.4.3
19012026-07-22T07:17:22.482Z Compiling zerofrom-derive v0.1.6
19022026-07-22T07:17:22.514Z Compiling yoke-derive v0.8.1
19032026-07-22T07:17:22.551Z Compiling zerovec-derive v0.11.2
19042026-07-22T07:17:22.601Z Compiling displaydoc v0.2.5
19052026-07-22T07:17:22.622Z Compiling zerocopy-derive v0.8.40
19062026-07-22T07:17:22.626Z Compiling tokio-macros v2.7.0
19072026-07-22T07:17:22.649Z Compiling futures-macro v0.3.32
19082026-07-22T07:17:22.665Z Compiling thiserror-impl v2.0.18
19092026-07-22T07:17:23.009Z Compiling schemars_derive v0.8.22
19102026-07-22T07:17:23.065Z Compiling zeroize v1.8.2
19112026-07-22T07:17:23.331Z Compiling tracing-attributes v0.1.31
19122026-07-22T07:17:23.400Z Compiling der_derive v0.7.3
19132026-07-22T07:17:23.454Z Compiling thiserror-impl v1.0.69
19142026-07-22T07:17:23.523Z Compiling pest_derive v2.8.6
19152026-07-22T07:17:23.611Z Compiling zerofrom v0.1.6
19162026-07-22T07:17:23.763Z Compiling yoke v0.8.1
19172026-07-22T07:17:23.847Z Compiling futures-util v0.3.32
19182026-07-22T07:17:23.918Z Compiling crypto-common v0.1.7
19192026-07-22T07:17:23.978Z Compiling zerovec v0.11.5
19202026-07-22T07:17:24.009Z Compiling zerotrie v0.2.3
19212026-07-22T07:17:24.312Z Compiling block-buffer v0.10.4
19222026-07-22T07:17:24.460Z Compiling digest v0.10.7
19232026-07-22T07:17:24.487Z Compiling tinystr v0.8.2
19242026-07-22T07:17:24.490Z Compiling potential_utf v0.1.4
19252026-07-22T07:17:24.571Z Compiling scroll_derive v0.13.1
19262026-07-22T07:17:24.586Z Compiling scroll_derive v0.12.1
19272026-07-22T07:17:24.678Z Compiling icu_collections v2.1.1
19282026-07-22T07:17:24.705Z Compiling icu_locale_core v2.1.1
19292026-07-22T07:17:24.751Z Compiling openssl-macros v0.1.1
19302026-07-22T07:17:24.811Z Compiling regex v1.12.3
19312026-07-22T07:17:25.233Z Compiling zerocopy-derive v0.7.35
19322026-07-22T07:17:25.309Z Compiling camino v1.2.2
19332026-07-22T07:17:25.325Z Compiling icu_provider v2.1.1
19342026-07-22T07:17:25.366Z Compiling base64ct v1.8.3
19352026-07-22T07:17:25.533Z Compiling bytes v1.11.1
19362026-07-22T07:17:25.570Z Compiling chrono v0.4.45
19372026-07-22T07:17:25.653Z Compiling icu_properties v2.1.2
19382026-07-22T07:17:25.668Z Compiling icu_normalizer v2.1.1
19392026-07-22T07:17:25.843Z Compiling serde_tokenstream v0.2.3
19402026-07-22T07:17:26.130Z Compiling tokio v1.52.1
19412026-07-22T07:17:26.193Z Compiling http v1.4.2
19422026-07-22T07:17:26.443Z Compiling pem-rfc7468 v0.7.0
19432026-07-22T07:17:26.723Z Compiling idna_adapter v1.2.1
19442026-07-22T07:17:26.757Z Compiling tracing v0.1.44
19452026-07-22T07:17:26.880Z Compiling idna v1.1.0
19462026-07-22T07:17:26.935Z Compiling ppv-lite86 v0.2.21
19472026-07-22T07:17:27.199Z Compiling url v2.5.8
19482026-07-22T07:17:27.368Z Compiling flagset v0.4.7
19492026-07-22T07:17:27.431Z Compiling rand_chacha v0.9.0
19502026-07-22T07:17:27.447Z Compiling http-body v1.0.1
19512026-07-22T07:17:27.490Z Compiling der v0.7.10
19522026-07-22T07:17:27.522Z Compiling rustls-pki-types v1.14.0
19532026-07-22T07:17:28.073Z Compiling usdt-impl v0.5.0
19542026-07-22T07:17:28.148Z Compiling unicode-segmentation v1.12.0
19552026-07-22T07:17:28.163Z Compiling ref-cast v1.0.25
19562026-07-22T07:17:28.166Z Compiling paste v1.0.15
19572026-07-22T07:17:28.192Z Compiling cmov v0.5.4
19582026-07-22T07:17:28.463Z Compiling usdt-impl v0.6.0
19592026-07-22T07:17:28.478Z Compiling fastrand v2.3.0
19602026-07-22T07:17:28.508Z Compiling tinyvec_macros v0.1.1
19612026-07-22T07:17:28.533Z Compiling openssl-probe v0.2.1
19622026-07-22T07:17:28.618Z Compiling either v1.15.0
19632026-07-22T07:17:28.709Z Compiling tinyvec v1.10.0
19642026-07-22T07:17:28.782Z Compiling ctutils v0.4.2
19652026-07-22T07:17:28.848Z Compiling spki v0.7.3
19662026-07-22T07:17:28.942Z Compiling rand v0.9.2
19672026-07-22T07:17:29.004Z Compiling serde_spanned v0.6.9
19682026-07-22T07:17:29.038Z Compiling toml_datetime v0.6.11
19692026-07-22T07:17:29.070Z Compiling scroll v0.13.0
19702026-07-22T07:17:29.088Z Compiling scroll v0.12.0
19712026-07-22T07:17:29.104Z Compiling async-trait v0.1.89
19722026-07-22T07:17:29.108Z Compiling heapless v0.7.17
19732026-07-22T07:17:29.252Z Compiling bzip2-sys v0.1.13+1.0.8
19742026-07-22T07:17:29.295Z Compiling try-lock v0.2.5
19752026-07-22T07:17:29.300Z Compiling signal-hook v0.3.18
19762026-07-22T07:17:29.316Z Compiling cpufeatures v0.2.17
19772026-07-22T07:17:29.356Z Compiling untrusted v0.7.1
19782026-07-22T07:17:29.371Z Compiling litrs v1.0.0
19792026-07-22T07:17:29.397Z Compiling winnow v0.7.14
19802026-07-22T07:17:29.410Z Compiling rustix v0.38.44
19812026-07-22T07:17:29.414Z Compiling winnow v1.0.3
19822026-07-22T07:17:29.502Z Compiling atomic-waker v1.1.2
19832026-07-22T07:17:29.534Z Compiling zstd-safe v7.2.4
19842026-07-22T07:17:29.570Z Compiling tower-service v0.3.3
19852026-07-22T07:17:29.649Z Compiling tower-layer v0.3.3
19862026-07-22T07:17:29.675Z Compiling want v0.3.1
19872026-07-22T07:17:29.733Z Compiling toml_parser v1.1.2+spec-1.1.0
19882026-07-22T07:17:29.771Z Compiling goblin v0.8.2
19892026-07-22T07:17:29.786Z Compiling goblin v0.10.5
19902026-07-22T07:17:29.847Z Compiling document-features v0.2.12
19912026-07-22T07:17:29.862Z Compiling hybrid-array v0.4.13
19922026-07-22T07:17:30.018Z Compiling tokio-util v0.7.18
19932026-07-22T07:17:30.330Z Compiling heck v0.4.1
19942026-07-22T07:17:30.554Z Compiling zerocopy v0.7.35
19952026-07-22T07:17:30.690Z Compiling ipnet v2.11.0
19962026-07-22T07:17:30.804Z Compiling h2 v0.4.15
19972026-07-22T07:17:30.840Z Compiling ref-cast-impl v1.0.25
19982026-07-22T07:17:30.859Z Compiling darling_core v0.20.11
19992026-07-22T07:17:30.904Z Compiling curve25519-dalek v4.1.3
20002026-07-22T07:17:31.008Z Compiling memoffset v0.9.1
20012026-07-22T07:17:31.201Z Compiling utf8parse v0.2.2
20022026-07-22T07:17:31.272Z Compiling foreign-types-shared v0.1.1
20032026-07-22T07:17:31.302Z Compiling httpdate v1.0.3
20042026-07-22T07:17:31.335Z Compiling winnow v0.5.40
20052026-07-22T07:17:31.466Z Compiling powerfmt v0.2.0
20062026-07-22T07:17:31.521Z Compiling untrusted v0.9.0
20072026-07-22T07:17:31.662Z Compiling deranged v0.5.8
20082026-07-22T07:17:31.723Z Compiling tempfile v3.25.0
20092026-07-22T07:17:31.747Z Compiling foreign-types v0.3.2
20102026-07-22T07:17:31.837Z Compiling unicode-normalization v0.1.25
20112026-07-22T07:17:32.059Z Compiling dof v0.3.0
20122026-07-22T07:17:32.087Z Compiling pkcs8 v0.10.2
20132026-07-22T07:17:32.327Z Compiling dtrace-parser v0.2.0
20142026-07-22T07:17:32.590Z Compiling dof v0.4.0
20152026-07-22T07:17:32.691Z Compiling toml_edit v0.19.15
20162026-07-22T07:17:32.888Z Compiling darling_macro v0.20.11
20172026-07-22T07:17:32.950Z Compiling dtrace-parser v0.3.0
20182026-07-22T07:17:32.965Z Compiling daft-derive v0.1.7
20192026-07-22T07:17:33.087Z Compiling pin-project-internal v1.1.11
20202026-07-22T07:17:33.295Z Compiling spin v0.9.8
20212026-07-22T07:17:33.315Z Compiling thread-id v4.2.2
20222026-07-22T07:17:33.402Z Compiling thread-id v5.1.0
20232026-07-22T07:17:33.418Z Compiling socket2 v0.5.10
20242026-07-22T07:17:33.528Z Compiling num_threads v0.1.7
20252026-07-22T07:17:33.544Z Compiling cfg_aliases v0.2.1
20262026-07-22T07:17:33.652Z Compiling anstyle v1.0.14
20272026-07-22T07:17:33.686Z Compiling num-bigint-dig v0.8.6
20282026-07-22T07:17:33.763Z Compiling smoltcp v0.9.1
20292026-07-22T07:17:33.892Z Compiling nix v0.31.2
20302026-07-22T07:17:33.924Z Compiling time v0.3.47
20312026-07-22T07:17:33.927Z Compiling darling v0.20.11
20322026-07-22T07:17:33.954Z Compiling hyper v1.10.1
20332026-07-22T07:17:34.279Z Compiling sha2 v0.10.9
20342026-07-22T07:17:34.427Z Compiling ipnetwork v0.21.1
20352026-07-22T07:17:34.591Z Compiling hmac v0.12.1
20362026-07-22T07:17:34.638Z Compiling curve25519-dalek-derive v0.1.1
20372026-07-22T07:17:34.680Z Compiling strum_macros v0.26.4
20382026-07-22T07:17:34.895Z Compiling darling_core v0.23.0
20392026-07-22T07:17:34.932Z Compiling sync_wrapper v1.0.2
20402026-07-22T07:17:35.058Z Compiling hyper-util v0.1.20
20412026-07-22T07:17:35.171Z Compiling wait-timeout v0.2.1
20422026-07-22T07:17:35.417Z Compiling bit-vec v0.8.0
20432026-07-22T07:17:35.670Z Compiling quick-error v1.2.3
20442026-07-22T07:17:35.745Z Compiling simd-adler32 v0.3.8
20452026-07-22T07:17:35.799Z Compiling is_terminal_polyfill v1.70.2
20462026-07-22T07:17:35.824Z Compiling siphasher v1.0.2
20472026-07-22T07:17:35.936Z Compiling anstyle-query v1.1.5
20482026-07-22T07:17:36.031Z Compiling colorchoice v1.0.4
20492026-07-22T07:17:36.169Z Compiling rusty-fork v0.3.1
20502026-07-22T07:17:36.643Z Compiling bit-set v0.8.0
20512026-07-22T07:17:36.731Z Compiling tower v0.5.3
20522026-07-22T07:17:36.829Z Compiling derive_builder_core v0.20.2
20532026-07-22T07:17:36.845Z Compiling snafu-derive v0.8.9
20542026-07-22T07:17:36.984Z Compiling http-body-util v0.1.3
20552026-07-22T07:17:37.048Z Compiling darling_macro v0.23.0
20562026-07-22T07:17:37.092Z Compiling hubpack_derive v0.1.1
20572026-07-22T07:17:37.223Z Compiling strum_macros v0.27.2
20582026-07-22T07:17:37.258Z Compiling rand_xorshift v0.4.0
20592026-07-22T07:17:37.412Z Compiling fs-err v3.3.0
20602026-07-22T07:17:37.428Z Compiling ahash v0.8.12
20612026-07-22T07:17:37.595Z Compiling unicode-bidi v0.3.18
20622026-07-22T07:17:37.624Z Compiling iri-string v0.7.10
20632026-07-22T07:17:37.639Z Compiling ryu v1.0.23
20642026-07-22T07:17:37.678Z Compiling adler2 v2.0.1
20652026-07-22T07:17:37.740Z Compiling unarray v0.1.4
20662026-07-22T07:17:37.818Z Compiling object v0.37.3
20672026-07-22T07:17:37.938Z Compiling unicode-properties v0.1.4
20682026-07-22T07:17:37.977Z Compiling allocator-api2 v0.2.21
20692026-07-22T07:17:38.105Z Compiling proptest v1.10.0
20702026-07-22T07:17:38.127Z Compiling stringprep v0.1.5
20712026-07-22T07:17:38.164Z Compiling miniz_oxide v0.8.9
20722026-07-22T07:17:38.321Z Compiling serde_urlencoded v0.7.1
20732026-07-22T07:17:38.516Z Compiling derive_builder_macro v0.20.2
20742026-07-22T07:17:38.516Z Compiling darling v0.23.0
20752026-07-22T07:17:38.629Z Compiling tokio-native-tls v0.3.1
20762026-07-22T07:17:38.713Z Compiling usdt-attr-macro v0.6.0
20772026-07-22T07:17:38.805Z Compiling tower-http v0.6.8
20782026-07-22T07:17:38.823Z Compiling usdt-macro v0.6.0
20792026-07-22T07:17:38.858Z Compiling anstyle-parse v1.0.0
20802026-07-22T07:17:39.017Z Compiling crypto-common v0.2.2
20812026-07-22T07:17:39.032Z Compiling block-buffer v0.12.1
20822026-07-22T07:17:39.049Z Compiling block-padding v0.4.2
20832026-07-22T07:17:39.351Z Compiling rustls-native-certs v0.8.3
20842026-07-22T07:17:39.486Z Compiling rand_chacha v0.3.1
20852026-07-22T07:17:39.598Z Compiling hex v0.4.3
20862026-07-22T07:17:39.616Z Compiling erased-serde v0.3.31
20872026-07-22T07:17:39.620Z Compiling md-5 v0.10.6
20882026-07-22T07:17:39.644Z Compiling signature v2.2.0
20892026-07-22T07:17:39.647Z Compiling bstr v1.12.1
20902026-07-22T07:17:39.731Z Compiling num-integer v0.1.46
20912026-07-22T07:17:39.791Z Compiling hash32 v0.2.1
20922026-07-22T07:17:39.844Z Compiling vergen-lib v9.1.0
20932026-07-22T07:17:39.934Z Compiling encoding_rs v0.8.35
20942026-07-22T07:17:39.994Z Compiling fallible-iterator v0.2.0
20952026-07-22T07:17:40.010Z Compiling zlib-rs v0.6.2
20962026-07-22T07:17:40.049Z Compiling mime v0.3.17
20972026-07-22T07:17:40.080Z Compiling cpufeatures v0.3.0
20982026-07-22T07:17:40.180Z Compiling psl-types v2.0.11
20992026-07-22T07:17:40.299Z Compiling postgres-protocol v0.6.10
21002026-07-22T07:17:40.316Z Compiling publicsuffix v2.3.0
21012026-07-22T07:17:40.332Z Compiling newtype-uuid v1.3.2
21022026-07-22T07:17:40.531Z Compiling num-iter v0.1.45
21032026-07-22T07:17:40.712Z Compiling rand v0.8.6
21042026-07-22T07:17:40.972Z Compiling oxnet v0.1.6
21052026-07-22T07:17:41.135Z Compiling inout v0.2.2
21062026-07-22T07:17:41.176Z Compiling derive_builder v0.20.2
21072026-07-22T07:17:41.212Z Compiling anstream v1.0.0
21082026-07-22T07:17:41.282Z Compiling hyper-tls v0.6.0
21092026-07-22T07:17:41.326Z Compiling serde_with_macros v3.21.0
21102026-07-22T07:17:41.377Z Compiling phf_shared v0.13.1
21112026-07-22T07:17:41.391Z Compiling pin-project v1.1.11
21122026-07-22T07:17:41.513Z Compiling lazy_static v1.5.0
21132026-07-22T07:17:41.517Z Compiling anstyle-parse v0.2.7
21142026-07-22T07:17:41.648Z Compiling terminal_size v0.4.3
21152026-07-22T07:17:41.680Z Compiling futures-executor v0.3.32
21162026-07-22T07:17:41.731Z Compiling serde_repr v0.1.20
21172026-07-22T07:17:41.744Z Compiling async-recursion v1.1.1
21182026-07-22T07:17:41.759Z Compiling clap_derive v4.6.1
21192026-07-22T07:17:41.805Z Compiling enum-as-inner v0.6.1
21202026-07-22T07:17:41.953Z Compiling ff v0.13.1
21212026-07-22T07:17:42.050Z Compiling flate2 v1.1.9
21222026-07-22T07:17:42.077Z Compiling vergen v9.1.0
21232026-07-22T07:17:42.115Z Compiling cargo-platform v0.3.2
21242026-07-22T07:17:42.300Z Compiling foldhash v0.1.5
21252026-07-22T07:17:42.318Z Compiling foldhash v0.2.0
21262026-07-22T07:17:42.321Z Compiling base16ct v0.2.0
21272026-07-22T07:17:42.397Z Compiling clap_lex v1.0.0
21282026-07-22T07:17:42.498Z Compiling same-file v1.0.6
21292026-07-22T07:17:42.520Z Compiling bitflags v1.3.2
21302026-07-22T07:17:42.537Z Compiling libbz2-rs-sys v0.2.2
21312026-07-22T07:17:42.555Z Compiling managed v0.8.0
21322026-07-22T07:17:42.570Z Compiling bumpalo v3.20.2
21332026-07-22T07:17:42.666Z Compiling walkdir v2.5.0
21342026-07-22T07:17:42.699Z Compiling clap_builder v4.6.0
21352026-07-22T07:17:42.786Z Compiling zopfli v0.8.3
21362026-07-22T07:17:42.956Z Compiling bzip2 v0.6.1
21372026-07-22T07:17:42.995Z Compiling hashbrown v0.16.1
21382026-07-22T07:17:43.122Z Compiling sec1 v0.7.3
21392026-07-22T07:17:43.173Z Compiling hashbrown v0.15.5
21402026-07-22T07:17:43.384Z Compiling cargo_metadata v0.23.1
21412026-07-22T07:17:43.429Z Compiling group v0.13.0
21422026-07-22T07:17:43.624Z Compiling futures v0.3.32
21432026-07-22T07:17:43.627Z Compiling zstd v0.13.3
21442026-07-22T07:17:43.862Z Compiling anstream v0.6.21
21452026-07-22T07:17:44.089Z Compiling phf v0.13.1
21462026-07-22T07:17:44.165Z Compiling snafu v0.8.9
21472026-07-22T07:17:44.268Z Compiling reqwest v0.12.28
21482026-07-22T07:17:44.341Z Compiling signal-hook-mio v0.2.5
21492026-07-22T07:17:44.476Z Compiling cipher v0.5.2
21502026-07-22T07:17:44.609Z Compiling daft v0.1.7
21512026-07-22T07:17:44.796Z Compiling cookie_store v0.22.1
21522026-07-22T07:17:44.834Z Compiling postgres-types v0.2.12
21532026-07-22T07:17:44.849Z Compiling bzip2 v0.4.4
21542026-07-22T07:17:44.931Z Compiling globset v0.4.18
21552026-07-22T07:17:44.945Z Compiling ed25519 v2.2.3
21562026-07-22T07:17:45.011Z Compiling strum v0.27.2
21572026-07-22T07:17:45.170Z Compiling hubpack v0.1.2
21582026-07-22T07:17:45.217Z Compiling phf_shared v0.11.3
21592026-07-22T07:17:45.255Z Compiling hkdf v0.12.4
21602026-07-22T07:17:45.332Z Compiling crossbeam-epoch v0.9.18
21612026-07-22T07:17:45.375Z Compiling pkcs1 v0.7.5
21622026-07-22T07:17:45.394Z Compiling olpc-cjson v0.1.4
21632026-07-22T07:17:45.628Z Compiling serde_plain v1.0.2
21642026-07-22T07:17:45.645Z Compiling serde-big-array v0.5.1
21652026-07-22T07:17:45.681Z Compiling pem v3.0.6
21662026-07-22T07:17:45.802Z Compiling crypto-bigint v0.5.5
21672026-07-22T07:17:45.898Z Compiling float-cmp v0.10.0
21682026-07-22T07:17:45.916Z Compiling memmap2 v0.9.10
21692026-07-22T07:17:45.956Z Compiling env_filter v1.0.0
21702026-07-22T07:17:46.042Z Compiling difflib v0.4.0
21712026-07-22T07:17:46.071Z Compiling jiff v0.2.21
21722026-07-22T07:17:46.090Z Compiling predicates-core v1.0.10
21732026-07-22T07:17:46.246Z Compiling const-oid v0.10.2
21742026-07-22T07:17:46.262Z Compiling fixedbitset v0.5.7
21752026-07-22T07:17:46.276Z Compiling static_assertions v1.1.0
21762026-07-22T07:17:46.331Z Compiling whoami v2.1.0
21772026-07-22T07:17:46.365Z Compiling fixedbitset v0.4.2
21782026-07-22T07:17:46.398Z Compiling keccak v0.1.6
21792026-07-22T07:17:46.468Z Compiling new_debug_unreachable v1.0.6
21802026-07-22T07:17:46.511Z Compiling toml_write v0.1.2
21812026-07-22T07:17:46.571Z Compiling normalize-line-endings v0.3.0
21822026-07-22T07:17:46.590Z Compiling precomputed-hash v0.1.1
21832026-07-22T07:17:46.688Z Compiling data-encoding v2.10.0
21842026-07-22T07:17:46.704Z Compiling typed-path v0.9.3
21852026-07-22T07:17:46.707Z Compiling toml_edit v0.22.27
21862026-07-22T07:17:46.707Z Compiling string_cache v0.8.9
21872026-07-22T07:17:46.752Z Compiling predicates v3.1.4
21882026-07-22T07:17:46.920Z Compiling elliptic-curve v0.13.8
21892026-07-22T07:17:46.952Z Compiling tokio-postgres v0.7.16
21902026-07-22T07:17:46.977Z Compiling sha3 v0.10.8
21912026-07-22T07:17:46.991Z Compiling hickory-proto v0.25.2
21922026-07-22T07:17:47.026Z Compiling petgraph v0.6.5
21932026-07-22T07:17:47.238Z Compiling petgraph v0.8.3
21942026-07-22T07:17:47.277Z Compiling digest v0.11.3
21952026-07-22T07:17:47.305Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21962026-07-22T07:17:47.372Z Compiling env_logger v0.11.9
21972026-07-22T07:17:47.541Z Compiling usdt v0.6.0
21982026-07-22T07:17:47.704Z Compiling chacha20 v0.10.0
21992026-07-22T07:17:48.020Z Compiling rsa v0.9.10
22002026-07-22T07:17:48.651Z Compiling zip v4.6.1
22012026-07-22T07:17:49.278Z Compiling ed25519-dalek v2.2.0
22022026-07-22T07:17:49.296Z Compiling zip v0.6.6
22032026-07-22T07:17:49.396Z Compiling iddqd v0.4.2
22042026-07-22T07:17:49.591Z Compiling crossterm v0.28.1
22052026-07-22T07:17:49.749Z Compiling clap v4.6.1
22062026-07-22T07:17:49.843Z Compiling serde_with v3.21.0
22072026-07-22T07:17:49.916Z Compiling similar v2.7.0
22082026-07-22T07:17:50.047Z Compiling byte-wrapper v0.1.0
22092026-07-22T07:17:50.165Z Compiling strum v0.26.3
22102026-07-22T07:17:50.310Z Compiling toml v0.7.8
22112026-07-22T07:17:50.326Z Compiling tokio-stream v0.1.18
22122026-07-22T07:17:50.369Z Compiling buf-list v1.1.2
22132026-07-22T07:17:50.601Z Compiling x509-cert v0.2.5
22142026-07-22T07:17:50.644Z Compiling itertools v0.13.0
22152026-07-22T07:17:50.765Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-07-22T07:17:50.859Z Compiling openapiv3 v2.2.0
22172026-07-22T07:17:51.504Z Compiling lalrpop-util v0.19.12
22182026-07-22T07:17:51.718Z Compiling peg-runtime v0.8.5
22192026-07-22T07:18:06.580Z Compiling rustls-webpki v0.103.13
22202026-07-22T07:18:08.869Z Compiling macaddr v1.0.1
22212026-07-22T07:18:08.907Z Compiling structmeta-derive v0.3.0
22222026-07-22T07:18:08.922Z Compiling darling_core v0.21.3
22232026-07-22T07:18:09.158Z Compiling crucible-workspace-hack v0.1.0
22242026-07-22T07:18:09.186Z Compiling rayon-core v1.13.0
22252026-07-22T07:18:09.199Z Compiling itertools v0.14.0
22262026-07-22T07:18:09.356Z Compiling secrecy v0.10.3
22272026-07-22T07:18:09.431Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22282026-07-22T07:18:09.446Z Compiling heapless v0.8.0
22292026-07-22T07:18:09.548Z Compiling toml_datetime v0.7.5+spec-1.1.0
22302026-07-22T07:18:09.664Z Compiling crossbeam-deque v0.8.6
22312026-07-22T07:18:09.699Z Compiling inout v0.1.4
22322026-07-22T07:18:09.791Z Compiling toml_edit v0.23.10+spec-1.0.0
22332026-07-22T07:18:09.887Z Compiling hash32 v0.3.1
22342026-07-22T07:18:09.902Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22352026-07-22T07:18:09.921Z Compiling structmeta v0.3.0
22362026-07-22T07:18:09.936Z Compiling multer v3.1.0
22372026-07-22T07:18:09.953Z Compiling thread_local v1.1.9
22382026-07-22T07:18:09.967Z Compiling unicode-width v0.2.0
22392026-07-22T07:18:10.076Z Compiling smoltcp v0.11.0
22402026-07-22T07:18:10.079Z Compiling match_cfg v0.1.0
22412026-07-22T07:18:10.152Z Compiling compression-core v0.4.31
22422026-07-22T07:18:10.173Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22432026-07-22T07:18:10.187Z Compiling slog-async v2.8.0
22442026-07-22T07:18:10.294Z Compiling tokio-rustls v0.26.4
22452026-07-22T07:18:10.321Z Compiling rustls-platform-verifier v0.6.2
22462026-07-22T07:18:10.350Z Compiling tough v0.22.0
22472026-07-22T07:18:10.468Z Compiling proc-macro-crate v3.4.0
22482026-07-22T07:18:10.471Z Compiling compression-codecs v0.4.37
22492026-07-22T07:18:10.544Z Compiling hyper-rustls v0.27.7
22502026-07-22T07:18:10.561Z Compiling hostname v0.3.1
22512026-07-22T07:18:10.576Z Compiling derive-ex v0.1.8
22522026-07-22T07:18:10.746Z Compiling cipher v0.4.4
22532026-07-22T07:18:10.865Z Compiling reqwest v0.13.2
22542026-07-22T07:18:10.868Z Compiling atomicwrites v0.4.4
22552026-07-22T07:18:10.933Z Compiling slog-json v2.6.1
22562026-07-22T07:18:11.034Z Compiling crossbeam-channel v0.5.15
22572026-07-22T07:18:11.037Z Compiling darling_macro v0.21.3
22582026-07-22T07:18:11.140Z Compiling half v2.7.1
22592026-07-22T07:18:11.189Z Compiling newtype-uuid-macros v0.1.0
22602026-07-22T07:18:11.215Z Compiling cobs v0.3.0
22612026-07-22T07:18:11.518Z Compiling thiserror-impl-no-std v2.0.2
22622026-07-22T07:18:11.533Z Compiling universal-hash v0.5.1
22632026-07-22T07:18:11.571Z Compiling darling v0.21.3
22642026-07-22T07:18:11.671Z Compiling ingot-macros v0.1.1
22652026-07-22T07:18:11.699Z Compiling async-stream-impl v0.3.6
22662026-07-22T07:18:11.744Z Compiling toml_datetime v1.1.1+spec-1.1.0
22672026-07-22T07:18:11.821Z Compiling serde_spanned v1.1.1
22682026-07-22T07:18:11.956Z Compiling is-terminal v0.4.17
22692026-07-22T07:18:12.003Z Compiling dropshot v0.17.1
22702026-07-22T07:18:12.079Z Compiling proc-macro-error-attr v1.0.4
22712026-07-22T07:18:12.132Z Compiling toml_writer v1.1.1+spec-1.1.0
22722026-07-22T07:18:12.202Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22732026-07-22T07:18:12.249Z Compiling take_mut v0.2.2
22742026-07-22T07:18:12.266Z Compiling ciborium-io v0.2.2
22752026-07-22T07:18:12.310Z Compiling convert_case v0.4.0
22762026-07-22T07:18:12.326Z Compiling term v1.2.1
22772026-07-22T07:18:12.388Z Compiling opaque-debug v0.3.1
22782026-07-22T07:18:12.405Z Compiling ciborium-ll v0.2.2
22792026-07-22T07:18:12.461Z Compiling poly1305 v0.8.0
22802026-07-22T07:18:12.539Z Compiling toml v1.1.2+spec-1.1.0
22812026-07-22T07:18:12.572Z Compiling thiserror-no-std v2.0.2
22822026-07-22T07:18:12.645Z Compiling derive_more v0.99.20
22832026-07-22T07:18:12.669Z Compiling slog-term v2.9.2
22842026-07-22T07:18:12.684Z Compiling async-stream v0.3.6
22852026-07-22T07:18:12.758Z Compiling test-strategy v0.4.5
22862026-07-22T07:18:12.898Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22872026-07-22T07:18:13.107Z Compiling postcard v1.1.3
22882026-07-22T07:18:13.168Z Compiling slog-bunyan v2.5.0
22892026-07-22T07:18:13.510Z Compiling chacha20 v0.9.1
22902026-07-22T07:18:13.649Z Compiling num_enum_derive v0.7.6
22912026-07-22T07:18:13.788Z Compiling async-compression v0.4.41
22922026-07-22T07:18:13.949Z Compiling parse-display-derive v0.10.0
22932026-07-22T07:18:14.063Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22942026-07-22T07:18:14.112Z Compiling sha1 v0.11.0
22952026-07-22T07:18:14.165Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22962026-07-22T07:18:14.268Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22972026-07-22T07:18:14.314Z Compiling ingot-types v0.1.2
22982026-07-22T07:18:14.525Z Compiling proc-macro-crate v1.3.1
22992026-07-22T07:18:14.544Z Compiling waitgroup v0.1.2
23002026-07-22T07:18:14.619Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
23012026-07-22T07:18:14.663Z Compiling password-hash v0.5.0
23022026-07-22T07:18:14.680Z Compiling backon v1.6.0
23032026-07-22T07:18:14.726Z Compiling ingot v0.1.1
23042026-07-22T07:18:14.795Z Compiling rustls-pemfile v2.2.0
23052026-07-22T07:18:14.884Z Compiling dropshot_endpoint v0.17.1
23062026-07-22T07:18:14.950Z Compiling blake2 v0.10.6
23072026-07-22T07:18:14.950Z Compiling aead v0.5.2
23082026-07-22T07:18:14.983Z Compiling foreign-types-macros v0.2.3
23092026-07-22T07:18:15.114Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
23102026-07-22T07:18:15.144Z Compiling serde_path_to_error v0.1.20
23112026-07-22T07:18:15.179Z Compiling hostname v0.4.2
23122026-07-22T07:18:15.366Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
23132026-07-22T07:18:15.450Z Compiling proc-macro-error v1.0.4
23142026-07-22T07:18:15.471Z Compiling instant v0.1.13
23152026-07-22T07:18:15.551Z Compiling foreign-types-shared v0.3.1
23162026-07-22T07:18:15.604Z Compiling debug-ignore v1.0.5
23172026-07-22T07:18:15.622Z Compiling backoff v0.4.0
23182026-07-22T07:18:15.651Z Compiling foreign-types v0.5.0
23192026-07-22T07:18:15.654Z Compiling parse-display v0.10.0
23202026-07-22T07:18:15.686Z Compiling argon2 v0.5.3
23212026-07-22T07:18:15.689Z Compiling chacha20poly1305 v0.10.1
23222026-07-22T07:18:15.737Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
23232026-07-22T07:18:15.740Z Compiling num_enum_derive v0.5.11
23242026-07-22T07:18:15.769Z Compiling num_enum v0.7.6
23252026-07-22T07:18:15.849Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23262026-07-22T07:18:15.881Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23272026-07-22T07:18:15.881Z Compiling vsss-rs v3.3.4
23282026-07-22T07:18:15.936Z Compiling ciborium v0.2.2
23292026-07-22T07:18:16.497Z Compiling tabwriter v1.4.1
23302026-07-22T07:18:16.533Z Compiling regress v0.10.5
23312026-07-22T07:18:16.618Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23322026-07-22T07:18:16.647Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
23332026-07-22T07:18:16.675Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
23342026-07-22T07:18:16.751Z Compiling cstr-argument v0.1.2
23352026-07-22T07:18:16.770Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23362026-07-22T07:18:16.836Z Compiling humantime v2.3.0
23372026-07-22T07:18:16.852Z Compiling num_enum v0.5.11
23382026-07-22T07:18:16.896Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23392026-07-22T07:18:16.997Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-07-22T07:18:17.031Z Compiling rayon v1.11.0
23412026-07-22T07:18:17.050Z Compiling rand v0.10.1
23422026-07-22T07:18:17.095Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23432026-07-22T07:18:17.174Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23442026-07-22T07:18:17.246Z Compiling colored v3.1.1
23452026-07-22T07:18:17.262Z Compiling libefi-sys v0.1.0
23462026-07-22T07:18:17.262Z Compiling indent_write v2.2.0
23472026-07-22T07:18:17.294Z Compiling zone_cfg_derive v0.3.1
23482026-07-22T07:18:17.316Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23492026-07-22T07:18:17.338Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
23502026-07-22T07:18:17.449Z Compiling camino-tempfile v1.4.1
23512026-07-22T07:18:17.466Z Compiling itertools v0.12.1
23522026-07-22T07:18:17.500Z Compiling usdt-attr-macro v0.5.0
23532026-07-22T07:18:17.535Z Compiling usdt-macro v0.5.0
23542026-07-22T07:18:17.565Z Compiling num-derive v0.4.2
23552026-07-22T07:18:17.579Z Compiling bitfield-struct v0.6.2
23562026-07-22T07:18:17.861Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
23572026-07-22T07:18:17.936Z Compiling blake3 v1.8.5
23582026-07-22T07:18:17.951Z Compiling sigpipe v0.1.3
23592026-07-22T07:18:17.985Z Compiling memmap v0.7.0
23602026-07-22T07:18:18.065Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23612026-07-22T07:18:18.160Z Compiling glob v0.3.3
23622026-07-22T07:18:18.232Z Compiling swrite v0.1.0
23632026-07-22T07:18:18.247Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-07-22T07:18:18.276Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
23652026-07-22T07:18:18.318Z Compiling usdt v0.5.0
23662026-07-22T07:18:18.370Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
23672026-07-22T07:18:18.490Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23682026-07-22T07:18:18.581Z Compiling smf v0.2.3
23692026-07-22T07:18:18.597Z Compiling filetime v0.2.27
23702026-07-22T07:18:18.703Z Compiling arrayref v0.3.9
23712026-07-22T07:18:18.730Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-07-22T07:18:18.793Z Compiling zone v0.3.1
23732026-07-22T07:18:18.826Z Compiling xattr v1.6.1
23742026-07-22T07:18:18.839Z Compiling constant_time_eq v0.4.2
23752026-07-22T07:18:18.854Z Compiling whoami v1.6.1
23762026-07-22T07:18:18.898Z Compiling arrayvec v0.7.6
23772026-07-22T07:18:18.940Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23782026-07-22T07:18:18.957Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23792026-07-22T07:18:19.046Z Compiling tar v0.4.46
23802026-07-22T07:18:19.066Z Compiling tokio-dtrace v0.1.1
23812026-07-22T07:18:19.102Z Compiling console v0.16.2
23822026-07-22T07:18:19.192Z Compiling gethostname v0.5.0
23832026-07-22T07:18:19.222Z Compiling unit-prefix v0.5.2
23842026-07-22T07:18:19.327Z Compiling topological-sort v0.2.2
23852026-07-22T07:18:19.345Z Compiling oxide-tokio-rt v0.1.4
23862026-07-22T07:18:19.401Z Compiling toml v0.8.23
23872026-07-22T07:18:19.424Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23882026-07-22T07:18:19.508Z Compiling indicatif v0.18.4
23892026-07-22T07:18:19.638Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
23902026-07-22T07:18:19.769Z Compiling shell-words v1.1.1
23912026-07-22T07:18:29.105Z Compiling progenitor-client v0.14.0
23922026-07-22T07:18:29.105Z Compiling omicron-zone-package v0.12.3
23932026-07-22T07:18:29.347Z Compiling progenitor-extras v0.2.0
23942026-07-22T07:18:29.675Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-07-22T07:18:29.701Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23962026-07-22T07:18:29.810Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23972026-07-22T07:18:29.840Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23982026-07-22T07:18:29.872Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23992026-07-22T07:18:29.891Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24002026-07-22T07:18:30.003Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-07-22T07:18:30.168Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-07-22T07:18:30.721Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24032026-07-22T07:18:34.670Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24042026-07-22T07:18:42.730Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-07-22T07:18:45.927Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24062026-07-22T07:18:46.959Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24072026-07-22T07:18:56.181Z Finished `release` profile [optimized] target(s) in 1m 40s
24082026-07-22T07:18:56.321Z Running `target/release/omicron-package -t test target create -p dev`
24092026-07-22T07:18:56.378ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-07-22T07:18:56.381ZCreated new build target 'test' and set it as active
24112026-07-22T07:18:56.381Z
24122026-07-22T07:18:56.381Zreal 1:40.453311338
24132026-07-22T07:18:56.381Zuser 16:23.300741012
24142026-07-22T07:18:56.381Zsys 2:38.727610115
24152026-07-22T07:18:56.381Ztrap 0.460234766
24162026-07-22T07:18:56.381Ztflt 2.230737943
24172026-07-22T07:18:56.381Zdflt 4.122854332
24182026-07-22T07:18:56.384Zkflt 0.000761580
24192026-07-22T07:18:56.384Zlock 51:47.170094693
24202026-07-22T07:18:56.384Zslp 42:20.473317501
24212026-07-22T07:18:56.384Zlat 42.945065273
24222026-07-22T07:18:56.384Zstop 5:17.543578546
24232026-07-22T07:18:56.385Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24242026-07-22T07:18:57.238Z Finished `release` profile [optimized] target(s) in 0.84s
24252026-07-22T07:18:57.308Z Running `target/release/omicron-package -t test package`
24262026-07-22T07:18:57.359ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-07-22T07:18:58.746Z Compiling heck v0.5.0
24282026-07-22T07:18:58.746Z Compiling regress v0.11.1
24292026-07-22T07:18:58.770Z Compiling unsafe-libyaml v0.2.11
24302026-07-22T07:18:58.995Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24312026-07-22T07:18:59.022Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24322026-07-22T07:18:59.044Z Compiling derive-where v1.6.0
24332026-07-22T07:18:59.066Z Compiling bytecount v0.6.9
24342026-07-22T07:18:59.086Z Compiling atomicwrites v0.4.4
24352026-07-22T07:18:59.086Z Compiling is-terminal v0.4.17
24362026-07-22T07:18:59.091Z Compiling prettyplease v0.2.37
24372026-07-22T07:18:59.091Z Compiling console v0.15.11
24382026-07-22T07:18:59.091Z Compiling newline-converter v0.3.0
24392026-07-22T07:18:59.091Z Compiling slog-dtrace v0.3.0
24402026-07-22T07:18:59.123Z Compiling resolv-conf v0.7.6
24412026-07-22T07:18:59.141Z Compiling num-rational v0.4.2
24422026-07-22T07:18:59.248Z Compiling num-complex v0.4.6
24432026-07-22T07:18:59.274Z Compiling thread_local v1.1.9
24442026-07-22T07:18:59.295Z Compiling compression-core v0.4.31
24452026-07-22T07:18:59.314Z Compiling match_cfg v0.1.0
24462026-07-22T07:18:59.337Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24472026-07-22T07:18:59.411Z Compiling unicode-width v0.1.14
24482026-07-22T07:18:59.473Z Compiling cancel-safe-futures v0.1.5
24492026-07-22T07:18:59.499Z Compiling serde_yaml v0.9.34+deprecated
24502026-07-22T07:18:59.524Z Compiling compression-codecs v0.4.37
24512026-07-22T07:18:59.545Z Compiling expectorate v1.2.0
24522026-07-22T07:18:59.640Z Compiling hostname v0.3.1
24532026-07-22T07:18:59.726Z Compiling num v0.4.3
24542026-07-22T07:18:59.765Z Compiling multer v3.1.0
24552026-07-22T07:18:59.786Z Compiling slog-async v2.8.0
24562026-07-22T07:18:59.789Z Compiling crossbeam-channel v0.5.15
24572026-07-22T07:18:59.789Z Compiling slog-json v2.6.1
24582026-07-22T07:18:59.847Z Compiling toml_datetime v1.1.1+spec-1.1.0
24592026-07-22T07:18:59.850Z Compiling serde_spanned v1.1.1
24602026-07-22T07:18:59.850Z Compiling float-ord v0.3.2
24612026-07-22T07:18:59.850Z Compiling term v1.2.1
24622026-07-22T07:18:59.871Z Compiling toml_writer v1.1.1+spec-1.1.0
24632026-07-22T07:19:00.044Z Compiling take_mut v0.2.2
24642026-07-22T07:19:00.066Z Compiling linked-hash-map v0.5.6
24652026-07-22T07:19:00.066Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24662026-07-22T07:19:00.139Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24672026-07-22T07:19:00.179Z Compiling toml v1.1.2+spec-1.1.0
24682026-07-22T07:19:00.204Z Compiling slog-term v2.9.2
24692026-07-22T07:19:00.225Z Compiling slog-bunyan v2.5.0
24702026-07-22T07:19:00.259Z Compiling oxide-update-engine-types v0.1.2
24712026-07-22T07:19:00.302Z Compiling lru-cache v0.1.2
24722026-07-22T07:19:00.389Z Compiling async-compression v0.4.41
24732026-07-22T07:19:00.433Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24742026-07-22T07:19:00.469Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24752026-07-22T07:19:00.579Z Compiling typify-impl v0.6.2
24762026-07-22T07:19:00.626Z Compiling dropshot v0.17.1
24772026-07-22T07:19:00.716Z Compiling async-stream v0.3.6
24782026-07-22T07:19:00.739Z Compiling sha1 v0.11.0
24792026-07-22T07:19:00.742Z Compiling progenitor-client v0.14.0
24802026-07-22T07:19:00.742Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24812026-07-22T07:19:00.801Z Compiling waitgroup v0.1.2
24822026-07-22T07:19:00.958Z Compiling rustls-pemfile v2.2.0
24832026-07-22T07:19:01.007Z Compiling backon v1.6.0
24842026-07-22T07:19:01.011Z Compiling hostname v0.4.2
24852026-07-22T07:19:01.048Z Compiling serde_path_to_error v0.1.20
24862026-07-22T07:19:01.066Z Compiling instant v0.1.13
24872026-07-22T07:19:01.141Z Compiling debug-ignore v1.0.5
24882026-07-22T07:19:01.181Z Compiling minimal-lexical v0.2.1
24892026-07-22T07:19:01.202Z Compiling linear-map v1.2.0
24902026-07-22T07:19:01.224Z Compiling progenitor-extras v0.2.0
24912026-07-22T07:19:01.243Z Compiling backoff v0.4.0
24922026-07-22T07:19:01.273Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24932026-07-22T07:19:01.366Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24942026-07-22T07:19:01.427Z Compiling nom v7.1.3
24952026-07-22T07:19:01.452Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-07-22T07:19:01.493Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-07-22T07:19:01.496Z Compiling parse-display v0.10.0
24982026-07-22T07:19:01.535Z Compiling oxide-update-engine v0.1.2
24992026-07-22T07:19:01.647Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25002026-07-22T07:19:01.787Z Compiling hickory-proto v0.24.4
25012026-07-22T07:19:02.134Z Compiling regress v0.10.5
25022026-07-22T07:19:02.369Z Compiling macaddr v1.0.1
25032026-07-22T07:19:02.639Z Compiling humantime v2.3.0
25042026-07-22T07:19:02.732Z Compiling unicode-xid v0.2.6
25052026-07-22T07:19:02.918Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25062026-07-22T07:19:02.941Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-07-22T07:19:03.028Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
25082026-07-22T07:19:03.049Z Compiling convert_case v0.10.0
25092026-07-22T07:19:03.229Z Compiling owo-colors v4.3.0
25102026-07-22T07:19:03.327Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25112026-07-22T07:19:03.347Z Compiling derive_more-impl v2.1.1
25122026-07-22T07:19:03.407Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25132026-07-22T07:19:03.536Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25142026-07-22T07:19:03.711Z Compiling toml v0.8.23
25152026-07-22T07:19:04.063Z Compiling typify-macro v0.6.2
25162026-07-22T07:19:04.134Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25172026-07-22T07:19:04.161Z Compiling derive_more v2.1.1
25182026-07-22T07:19:04.188Z Compiling papergrid v0.11.0
25192026-07-22T07:19:04.272Z Compiling tabled_derive v0.7.0
25202026-07-22T07:19:04.304Z Compiling hickory-resolver v0.24.4
25212026-07-22T07:19:04.325Z Compiling termtree v0.5.1
25222026-07-22T07:19:04.536Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25232026-07-22T07:19:04.725Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242026-07-22T07:19:05.185Z Compiling tabled v0.15.0
25252026-07-22T07:19:05.330Z Compiling crossterm v0.29.0
25262026-07-22T07:19:05.607Z Compiling typify v0.6.2
25272026-07-22T07:19:05.880Z Compiling progenitor-impl v0.14.0
25282026-07-22T07:19:06.205Z Compiling qorb v0.4.1
25292026-07-22T07:19:06.463Z Compiling phf_shared v0.12.1
25302026-07-22T07:19:06.734Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-07-22T07:19:07.330Z Compiling csv-core v0.1.13
25322026-07-22T07:19:07.763Z Compiling vte v0.14.1
25332026-07-22T07:19:08.037Z Compiling chrono-tz v0.10.4
25342026-07-22T07:19:08.061Z Compiling progenitor-macro v0.14.0
25352026-07-22T07:19:08.296Z Compiling highway v1.3.0
25362026-07-22T07:19:09.043Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-07-22T07:19:09.245Z Compiling strip-ansi-escapes v0.2.1
25382026-07-22T07:19:09.412Z Compiling csv v1.4.0
25392026-07-22T07:19:09.451Z Compiling phf v0.12.1
25402026-07-22T07:19:09.512Z Compiling const_format_proc_macros v0.2.34
25412026-07-22T07:19:09.651Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-07-22T07:19:09.815Z Compiling fd-lock v4.0.4
25432026-07-22T07:19:09.846Z Compiling peg-macros v0.8.5
25442026-07-22T07:19:09.987Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25452026-07-22T07:19:10.307Z Compiling nu-ansi-term v0.50.3
25462026-07-22T07:19:10.365Z Compiling const_format v0.2.35
25472026-07-22T07:19:10.848Z Compiling reedline v0.40.0
25482026-07-22T07:19:10.934Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-07-22T07:19:11.140Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25502026-07-22T07:19:11.651Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25512026-07-22T07:19:12.112Z Compiling progenitor v0.14.0
25522026-07-22T07:19:12.171Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25532026-07-22T07:19:12.245Z Compiling peg v0.8.5
25542026-07-22T07:19:12.291Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25552026-07-22T07:19:12.344Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-07-22T07:19:12.371Z Compiling bcs v0.1.6
25572026-07-22T07:19:12.800Z Compiling nom v8.0.0
25582026-07-22T07:19:13.127Z Compiling semver v0.1.20
25592026-07-22T07:19:13.420Z Compiling rustc_version v0.1.7
25602026-07-22T07:19:13.659Z Compiling newtype_derive v0.1.6
25612026-07-22T07:19:13.899Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-07-22T07:19:14.158Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25632026-07-22T07:19:14.272Z Compiling smawk v0.3.2
25642026-07-22T07:19:14.467Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25652026-07-22T07:19:14.749Z Compiling unicode-linebreak v0.1.5
25662026-07-22T07:19:14.786Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-07-22T07:19:14.978Z Compiling textwrap v0.16.2
25682026-07-22T07:19:15.082Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25692026-07-22T07:19:15.085Z Compiling base64 v0.21.7
25702026-07-22T07:19:15.167Z Compiling steno v0.4.1
25712026-07-22T07:19:15.574Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
25722026-07-22T07:19:15.642Z Compiling dropshot-api-manager-types v0.7.2
25732026-07-22T07:19:15.891Z Compiling sha1 v0.10.6
25742026-07-22T07:19:16.266Z Compiling tagptr v0.2.0
25752026-07-22T07:19:16.340Z Compiling utf-8 v0.7.6
25762026-07-22T07:19:16.463Z Compiling moka v0.12.13
25772026-07-22T07:19:16.589Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25782026-07-22T07:19:16.617Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-07-22T07:19:16.690Z Compiling tungstenite v0.21.0
25802026-07-22T07:19:16.792Z Compiling display-error-chain v0.2.2
25812026-07-22T07:19:16.973Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-07-22T07:19:17.051Z Compiling radium v0.7.0
25832026-07-22T07:19:17.189Z Compiling maybe-uninit v2.0.0
25842026-07-22T07:19:17.367Z Compiling tokio-tungstenite v0.21.0
25852026-07-22T07:19:17.541Z Compiling tap v1.0.1
25862026-07-22T07:19:17.692Z Compiling hickory-resolver v0.25.2
25872026-07-22T07:19:17.743Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
25882026-07-22T07:19:17.774Z Compiling wyz v0.5.1
25892026-07-22T07:19:18.105Z Compiling num-derive v0.3.3
25902026-07-22T07:19:18.285Z Compiling vergen-lib v0.1.6
25912026-07-22T07:19:18.533Z Compiling zerocopy-derive v0.6.6
25922026-07-22T07:19:18.827Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25932026-07-22T07:19:19.020Z Compiling proc-macro-error-attr2 v2.0.0
25942026-07-22T07:19:19.331Z Compiling crc-catalog v2.4.0
25952026-07-22T07:19:19.469Z Compiling packed_struct v0.10.1
25962026-07-22T07:19:19.492Z Compiling funty v2.0.0
25972026-07-22T07:19:19.768Z Compiling diesel_derives v2.3.7
25982026-07-22T07:19:19.857Z Compiling bitvec v1.0.1
25992026-07-22T07:19:20.032Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26002026-07-22T07:19:20.217Z Compiling proc-macro-error2 v2.0.1
26012026-07-22T07:19:20.435Z Compiling crc v3.4.0
26022026-07-22T07:19:20.530Z Compiling zerocopy v0.6.6
26032026-07-22T07:19:20.663Z Compiling libscf-sys v1.1.0
26042026-07-22T07:19:20.976Z Compiling dsl_auto_type v0.2.0
26052026-07-22T07:19:21.087Z Compiling scheduled-thread-pool v0.2.7
26062026-07-22T07:19:21.125Z Compiling packed_struct_codegen v0.10.1
26072026-07-22T07:19:21.175Z Compiling vergen-gitcl v1.0.8
26082026-07-22T07:19:21.439Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
26092026-07-22T07:19:21.541Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
26102026-07-22T07:19:21.678Z Compiling diesel_table_macro_syntax v0.3.0
26112026-07-22T07:19:21.700Z Compiling bitfield-macros v0.19.4
26122026-07-22T07:19:21.703Z Compiling dirs-sys-next v0.1.2
26132026-07-22T07:19:21.904Z Compiling indexmap v1.9.3
26142026-07-22T07:19:21.999Z Compiling glob v0.3.3
26152026-07-22T07:19:22.158Z Compiling maplit v1.0.2
26162026-07-22T07:19:22.180Z Compiling crunchy v0.2.4
26172026-07-22T07:19:22.290Z Compiling nodrop v0.1.14
26182026-07-22T07:19:22.365Z Compiling clang-sys v1.8.1
26192026-07-22T07:19:22.420Z Compiling array-init v0.0.4
26202026-07-22T07:19:22.439Z Compiling bitfield v0.19.4
26212026-07-22T07:19:22.783Z Compiling dirs-next v2.0.0
26222026-07-22T07:19:22.824Z Compiling r2d2 v0.8.10
26232026-07-22T07:19:22.854Z Compiling smallvec v0.6.14
26242026-07-22T07:19:23.121Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26252026-07-22T07:19:23.141Z Compiling tabled_derive v0.11.0
26262026-07-22T07:19:23.263Z Compiling papergrid v0.17.0
26272026-07-22T07:19:23.402Z Compiling testing_table v0.3.0
26282026-07-22T07:19:23.599Z Compiling downcast-rs v2.0.2
26292026-07-22T07:19:23.734Z Compiling tiny-keccak v2.0.2
26302026-07-22T07:19:23.756Z Compiling hashbrown v0.12.3
26312026-07-22T07:19:23.834Z Compiling serde-hex v0.1.0
26322026-07-22T07:19:24.004Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26332026-07-22T07:19:24.069Z Compiling term v0.7.0
26342026-07-22T07:19:24.199Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26352026-07-22T07:19:24.223Z Compiling ron v0.8.1
26362026-07-22T07:19:24.361Z Compiling hashbrown v0.13.2
26372026-07-22T07:19:24.443Z Compiling tabled v0.20.0
26382026-07-22T07:19:24.569Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-07-22T07:19:24.853Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26402026-07-22T07:19:24.987Z Compiling bit-vec v0.6.3
26412026-07-22T07:19:25.098Z Compiling crc-any v2.5.0
26422026-07-22T07:19:25.226Z Compiling bit-set v0.5.3
26432026-07-22T07:19:25.479Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26442026-07-22T07:19:25.520Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26452026-07-22T07:19:25.976Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26462026-07-22T07:19:26.015Z Compiling object v0.30.4
26472026-07-22T07:19:26.464Z Compiling ascii-canvas v3.0.0
26482026-07-22T07:19:26.621Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26492026-07-22T07:19:26.671Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26502026-07-22T07:19:26.735Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26512026-07-22T07:19:26.889Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26522026-07-22T07:19:27.162Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26532026-07-22T07:19:27.198Z Compiling itertools v0.10.5
26542026-07-22T07:19:27.319Z Compiling ena v0.14.4
26552026-07-22T07:19:27.345Z Compiling libloading v0.8.9
26562026-07-22T07:19:27.373Z Compiling diesel v2.3.7
26572026-07-22T07:19:27.581Z Compiling diff v0.1.13
26582026-07-22T07:19:27.610Z Compiling regex-syntax v0.6.29
26592026-07-22T07:19:27.875Z Compiling unicase v2.9.0
26602026-07-22T07:19:27.961Z Compiling bindgen v0.71.1
26612026-07-22T07:19:28.185Z Compiling path-slash v0.1.5
26622026-07-22T07:19:28.269Z Compiling xshell-macros v0.2.7
26632026-07-22T07:19:28.680Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26642026-07-22T07:19:28.888Z Compiling xshell v0.2.7
26652026-07-22T07:19:29.497Z Compiling lalrpop v0.19.12
26662026-07-22T07:19:29.807Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-07-22T07:19:30.184Z Compiling cexpr v0.6.0
26682026-07-22T07:19:30.810Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-07-22T07:19:30.841Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-07-22T07:19:30.917Z Compiling rustc-hash v2.1.1
26712026-07-22T07:19:31.069Z Compiling crc8 v0.1.1
26722026-07-22T07:19:31.228Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26732026-07-22T07:19:31.343Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26742026-07-22T07:19:31.531Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26752026-07-22T07:19:31.565Z Compiling headers-core v0.3.0
26762026-07-22T07:19:31.726Z Compiling libxml v0.3.3
26772026-07-22T07:19:32.011Z Compiling headers v0.4.1
26782026-07-22T07:19:32.074Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-07-22T07:19:32.249Z Compiling strum_macros v0.24.3
26802026-07-22T07:19:32.312Z Compiling indoc v1.0.9
26812026-07-22T07:19:32.599Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26822026-07-22T07:19:32.776Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-07-22T07:19:33.013Z Compiling derive_builder v0.20.2
26842026-07-22T07:19:33.187Z Compiling quick-xml v0.37.5
26852026-07-22T07:19:33.518Z Compiling oso-derive v0.27.3
26862026-07-22T07:19:33.644Z Compiling impl-trait-for-tuples v0.2.3
26872026-07-22T07:19:33.970Z Compiling openssl-probe v0.1.6
26882026-07-22T07:19:34.065Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-07-22T07:19:34.275Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26902026-07-22T07:19:34.425Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26912026-07-22T07:19:34.464Z Compiling bb8 v0.8.6
26922026-07-22T07:19:34.517Z Compiling trait-variant v0.1.2
26932026-07-22T07:19:34.683Z Compiling half v1.8.3
26942026-07-22T07:19:34.840Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26952026-07-22T07:19:34.862Z Compiling progenitor-impl v0.13.0
26962026-07-22T07:19:34.920Z Compiling serde_cbor v0.11.2
26972026-07-22T07:19:35.100Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26982026-07-22T07:19:35.123Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-07-22T07:19:35.400Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-07-22T07:19:35.755Z Compiling samael v0.0.19
27012026-07-22T07:19:35.915Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27022026-07-22T07:19:36.186Z Compiling progenitor-client v0.13.0
27032026-07-22T07:19:36.259Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27042026-07-22T07:19:36.280Z Compiling nonempty v0.12.0
27052026-07-22T07:19:36.509Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27062026-07-22T07:19:36.564Z Compiling fxhash v0.2.1
27072026-07-22T07:19:36.751Z Compiling libz-sys v1.1.24
27082026-07-22T07:19:36.755Z Compiling salty v0.3.0
27092026-07-22T07:19:36.891Z Compiling polar-core v0.27.3
27102026-07-22T07:19:37.036Z Compiling progenitor-macro v0.13.0
27112026-07-22T07:19:37.273Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-07-22T07:19:37.398Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=96483d0c52f0cfc4e22e70229466798254a99b6c#96483d0c)
27132026-07-22T07:19:37.698Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27142026-07-22T07:19:37.892Z Compiling kstat-rs v0.2.4
27152026-07-22T07:19:38.381Z Compiling arc-swap v1.8.2
27162026-07-22T07:19:38.556Z Compiling fs-err v2.11.0
27172026-07-22T07:19:38.669Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27182026-07-22T07:19:38.968Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=96483d0c52f0cfc4e22e70229466798254a99b6c#96483d0c)
27192026-07-22T07:19:39.034Z Compiling mime_guess v2.0.5
27202026-07-22T07:19:39.524Z Compiling slog-scope v4.4.1
27212026-07-22T07:19:39.576Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27222026-07-22T07:19:39.648Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27232026-07-22T07:19:40.249Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27242026-07-22T07:19:40.792Z Compiling rfc6979 v0.4.0
27252026-07-22T07:19:41.014Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
27262026-07-22T07:19:41.068Z Compiling progenitor v0.13.0
27272026-07-22T07:19:41.089Z Compiling nanorand v0.7.0
27282026-07-22T07:19:41.156Z Compiling libgit2-sys v0.18.3+1.9.2
27292026-07-22T07:19:41.259Z Compiling parking_lot_core v0.8.6
27302026-07-22T07:19:41.461Z Compiling flume v0.11.1
27312026-07-22T07:19:41.593Z Compiling ecdsa v0.16.9
27322026-07-22T07:19:41.865Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
27332026-07-22T07:19:42.267Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27342026-07-22T07:19:43.245Z Compiling slog-stdlog v4.1.1
27352026-07-22T07:19:43.861Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27362026-07-22T07:19:43.902Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27372026-07-22T07:19:44.154Z Compiling primeorder v0.13.6
27382026-07-22T07:19:44.473Z Compiling git-stub v1.0.0
27392026-07-22T07:19:44.779Z Compiling diesel-dtrace v0.5.0
27402026-07-22T07:19:45.099Z Compiling async-bb8-diesel v0.2.1
27412026-07-22T07:19:45.162Z Compiling atty v0.2.14
27422026-07-22T07:19:45.314Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27432026-07-22T07:19:45.535Z Compiling parse-size v1.1.0
27442026-07-22T07:19:45.559Z Compiling instability v0.3.11
27452026-07-22T07:19:45.764Z Compiling oso v0.27.3
27462026-07-22T07:19:45.836Z Compiling http-range v0.1.5
27472026-07-22T07:19:46.242Z Compiling strsim v0.10.0
27482026-07-22T07:19:46.564Z Compiling darling_core v0.13.4
27492026-07-22T07:19:48.192Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27502026-07-22T07:19:48.257Z Compiling git-stub-vcs v0.1.0
27512026-07-22T07:19:48.616Z Compiling p384 v0.13.1
27522026-07-22T07:19:49.935Z Compiling slog-envlogger v2.2.0
27532026-07-22T07:19:50.412Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27542026-07-22T07:19:50.759Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27552026-07-22T07:19:50.957Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27562026-07-22T07:19:51.124Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
27572026-07-22T07:19:51.887Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27582026-07-22T07:19:51.942Z Compiling ignore v0.4.25
27592026-07-22T07:19:52.157Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-07-22T07:19:52.281Z Compiling vergen-git2 v9.1.0
27612026-07-22T07:19:52.303Z Compiling castaway v0.2.4
27622026-07-22T07:19:52.467Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-07-22T07:19:52.526Z Compiling indoc v2.0.7
27642026-07-22T07:19:52.788Z Compiling globwalk v0.9.1
27652026-07-22T07:19:52.992Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27662026-07-22T07:19:53.445Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-07-22T07:19:54.314Z Compiling compact_str v0.8.1
27682026-07-22T07:19:54.945Z Compiling parking_lot v0.11.2
27692026-07-22T07:19:55.304Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27702026-07-22T07:19:55.436Z Compiling hyper-staticfile v0.10.1
27712026-07-22T07:19:55.895Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-07-22T07:19:56.301Z Compiling darling_macro v0.13.4
27732026-07-22T07:19:56.375Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27742026-07-22T07:19:56.629Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27752026-07-22T07:19:56.810Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-07-22T07:19:56.863Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27772026-07-22T07:19:57.024Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27782026-07-22T07:19:57.374Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27792026-07-22T07:19:57.395Z Compiling predicates-tree v1.0.13
27802026-07-22T07:19:57.603Z Compiling unicode-truncate v1.1.0
27812026-07-22T07:19:57.624Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27822026-07-22T07:19:57.814Z Compiling lru v0.12.5
27832026-07-22T07:19:57.861Z Compiling rand_seeder v0.4.0
27842026-07-22T07:19:57.884Z Compiling prefix-trie v0.7.0
27852026-07-22T07:19:58.046Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-07-22T07:19:58.120Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27872026-07-22T07:19:58.321Z Compiling illumos-nvpair-sys v0.2.0
27882026-07-22T07:19:58.379Z Compiling corncobs v0.1.4
27892026-07-22T07:19:58.415Z Compiling cassowary v0.3.0
27902026-07-22T07:19:58.539Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-07-22T07:19:58.602Z Compiling hickory-server v0.25.2
27922026-07-22T07:19:58.649Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27932026-07-22T07:19:58.652Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27942026-07-22T07:19:58.761Z Compiling ratatui v0.29.0
27952026-07-22T07:19:58.817Z Compiling camino-tempfile-ext v0.3.3
27962026-07-22T07:19:58.884Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-07-22T07:19:58.922Z Compiling darling v0.13.4
27982026-07-22T07:19:59.079Z Compiling sled v0.34.7
27992026-07-22T07:19:59.436Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28002026-07-22T07:19:59.978Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28012026-07-22T07:20:00.168Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28022026-07-22T07:20:01.593Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28032026-07-22T07:20:01.751Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28042026-07-22T07:20:02.512Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28052026-07-22T07:20:02.749Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28062026-07-22T07:20:02.990Z Compiling secrecy v0.8.0
28072026-07-22T07:20:03.190Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28082026-07-22T07:20:04.041Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28092026-07-22T07:20:04.189Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28102026-07-22T07:20:04.248Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28112026-07-22T07:20:04.707Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28122026-07-22T07:20:04.889Z Compiling serde_with_macros v1.5.2
28132026-07-22T07:20:06.031Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28142026-07-22T07:20:06.177Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28152026-07-22T07:20:06.309Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28162026-07-22T07:20:06.865Z Compiling git2 v0.20.4
28172026-07-22T07:20:07.027Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28182026-07-22T07:20:07.192Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-07-22T07:20:07.270Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202026-07-22T07:20:07.508Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28212026-07-22T07:20:07.549Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-07-22T07:20:07.775Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28232026-07-22T07:20:07.809Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28242026-07-22T07:20:08.026Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28252026-07-22T07:20:08.061Z Compiling void v1.0.2
28262026-07-22T07:20:08.333Z Compiling lzss v0.8.2
28272026-07-22T07:20:08.777Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28282026-07-22T07:20:08.860Z Compiling illumos-nvpair v0.3.0
28292026-07-22T07:20:09.455Z Compiling serde_with v1.14.0
28302026-07-22T07:20:09.892Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28312026-07-22T07:20:09.912Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28322026-07-22T07:20:10.954Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28332026-07-22T07:20:11.469Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28342026-07-22T07:20:11.956Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28352026-07-22T07:20:12.208Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28362026-07-22T07:20:12.567Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28372026-07-22T07:20:12.757Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-07-22T07:20:12.896Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28392026-07-22T07:20:13.150Z Compiling tungstenite v0.23.0
28402026-07-22T07:20:13.463Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28412026-07-22T07:20:15.003Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28422026-07-22T07:20:15.477Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28432026-07-22T07:20:15.498Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28442026-07-22T07:20:15.723Z Compiling nix v0.27.1
28452026-07-22T07:20:15.756Z Compiling twox-hash v2.1.2
28462026-07-22T07:20:16.189Z Compiling libsw-core v0.3.2
28472026-07-22T07:20:16.301Z Compiling serde_bytes v0.11.19
28482026-07-22T07:20:16.415Z Compiling libsw v3.5.0
28492026-07-22T07:20:16.610Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28502026-07-22T07:20:16.652Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28512026-07-22T07:20:16.976Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28522026-07-22T07:20:17.108Z Compiling tokio-tungstenite v0.23.1
28532026-07-22T07:20:17.500Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28542026-07-22T07:20:17.692Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28552026-07-22T07:20:18.704Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28562026-07-22T07:20:20.008Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28572026-07-22T07:20:21.391Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28582026-07-22T07:20:21.626Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28592026-07-22T07:20:21.704Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28602026-07-22T07:20:21.940Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28612026-07-22T07:20:22.065Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28622026-07-22T07:20:22.119Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28632026-07-22T07:20:22.158Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
28642026-07-22T07:20:22.293Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28652026-07-22T07:20:22.818Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28662026-07-22T07:20:23.739Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28672026-07-22T07:20:23.958Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28682026-07-22T07:20:26.383Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28692026-07-22T07:20:26.925Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28702026-07-22T07:20:27.180Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28712026-07-22T07:20:27.500Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28722026-07-22T07:20:28.919Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28732026-07-22T07:20:29.343Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28742026-07-22T07:20:29.529Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28752026-07-22T07:20:29.632Z Compiling signal-hook-tokio v0.3.1
28762026-07-22T07:20:29.731Z Compiling fatfs v0.3.6
28772026-07-22T07:20:29.832Z Compiling yasna v0.5.2
28782026-07-22T07:20:30.473Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28792026-07-22T07:20:30.663Z Compiling is_ci v1.2.0
28802026-07-22T07:20:30.866Z Compiling assert_matches v1.5.0
28812026-07-22T07:20:30.887Z Compiling seq-macro v0.3.6
28822026-07-22T07:20:30.982Z Compiling supports-color v3.0.2
28832026-07-22T07:20:31.067Z Compiling rcgen v0.12.1
28842026-07-22T07:20:31.294Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28852026-07-22T07:20:31.440Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28862026-07-22T07:20:32.369Z Compiling oxide-update-engine-display v0.1.2
28872026-07-22T07:20:33.098Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28882026-07-22T07:20:33.384Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28892026-07-22T07:20:33.631Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28902026-07-22T07:20:33.875Z Compiling port-file v0.1.0
28912026-07-22T07:20:34.213Z Compiling subprocess v0.2.15
28922026-07-22T07:20:34.245Z Compiling rtoolbox v0.0.3
28932026-07-22T07:20:34.534Z Compiling rpassword v7.5.4
28942026-07-22T07:20:35.168Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28952026-07-22T07:20:35.537Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28962026-07-22T07:20:36.478Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28972026-07-22T07:20:36.616Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28982026-07-22T07:20:36.831Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28992026-07-22T07:20:37.438Z Compiling tui-tree-widget v0.23.1
29002026-07-22T07:20:37.727Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29012026-07-22T07:20:39.001Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29022026-07-22T07:20:39.046Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29032026-07-22T07:20:39.285Z Compiling uzers v0.12.2
29042026-07-22T07:20:40.545Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29052026-07-22T07:20:40.719Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29062026-07-22T07:20:41.571Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29072026-07-22T07:20:41.970Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29082026-07-22T07:20:43.225Z Compiling support-bundle-viewer v0.1.2
29092026-07-22T07:20:45.107Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29102026-07-22T07:20:46.084Z Compiling multimap v0.10.1
29112026-07-22T07:20:57.437Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29122026-07-22T07:21:02.397Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29132026-07-22T07:21:08.117Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29142026-07-22T07:21:08.228Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29152026-07-22T07:21:09.954Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29162026-07-22T07:28:02.487Z Finished `release` profile [optimized] target(s) in 9m 05s
29172026-07-22T07:28:48.372Z
29182026-07-22T07:28:48.372Zreal 9:51.963607618
29192026-07-22T07:28:48.372Zuser 1:19:36.066561421
29202026-07-22T07:28:48.372Zsys 3:29.847724914
29212026-07-22T07:28:48.372Ztrap 1.769832940
29222026-07-22T07:28:48.375Ztflt 2.104285070
29232026-07-22T07:28:48.375Zdflt 17.656832439
29242026-07-22T07:28:48.375Zkflt 0.085993990
29252026-07-22T07:28:48.375Zlock 7:01:26.911267632
29262026-07-22T07:28:48.375Zslp 2:15:40.207522614
29272026-07-22T07:28:48.375Zlat 2:25.437953770
29282026-07-22T07:28:48.375Zstop 5:07.813818169
29292026-07-22T07:28:48.375Z+ mapfile -t packages
29302026-07-22T07:28:48.376Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29312026-07-22T07:28:49.287Z Finished `release` profile [optimized] target(s) in 0.90s
29322026-07-22T07:28:49.357Z Running `target/release/omicron-package -t test list-outputs`
29332026-07-22T07:28:49.417ZLogging to: /work/oxidecomputer/omicron/out/LOG
29342026-07-22T07:28:49.420Z+ ptime -m cargo build --locked --release -p xtask
29352026-07-22T07:28:49.891Z Compiling libc v0.2.185
29362026-07-22T07:28:49.892Z Compiling serde_core v1.0.228
29372026-07-22T07:28:49.892Z Compiling serde v1.0.228
29382026-07-22T07:28:49.896Z Compiling rustix v1.1.3
29392026-07-22T07:28:49.896Z Compiling serde_json v1.0.150
29402026-07-22T07:28:49.896Z Compiling bitflags v2.11.0
29412026-07-22T07:28:50.051Z Compiling usdt-impl v0.5.0
29422026-07-22T07:28:50.054Z Compiling syn v2.0.117
29432026-07-22T07:28:50.072Z Compiling syn v1.0.109
29442026-07-22T07:28:50.085Z Compiling log v0.4.29
29452026-07-22T07:28:50.096Z Compiling getrandom v0.4.1
29462026-07-22T07:28:50.106Z Compiling indexmap v2.14.0
29472026-07-22T07:28:50.119Z Compiling fs-err v3.3.0
29482026-07-22T07:28:50.301Z Compiling once_cell v1.21.3
29492026-07-22T07:28:50.401Z Compiling anyhow v1.0.102
29502026-07-22T07:28:50.404Z Compiling heck v0.4.1
29512026-07-22T07:28:50.770Z Compiling thread-id v4.2.2
29522026-07-22T07:28:50.779Z Compiling errno v0.3.14
29532026-07-22T07:28:50.782Z Compiling memmap v0.7.0
29542026-07-22T07:28:51.529Z Compiling proc-macro-error v1.0.4
29552026-07-22T07:28:51.775Z Compiling terminal_size v0.4.3
29562026-07-22T07:28:51.775Z Compiling tempfile v3.25.0
29572026-07-22T07:28:51.798Z Compiling tabled_derive v0.7.0
29582026-07-22T07:28:51.874Z Compiling clap_builder v4.6.0
29592026-07-22T07:28:51.874Z Compiling textwrap v0.16.2
29602026-07-22T07:28:52.148Z Compiling camino v1.2.2
29612026-07-22T07:28:52.153Z Compiling cargo-platform v0.3.2
29622026-07-22T07:28:52.163Z Compiling semver v1.0.28
29632026-07-22T07:28:52.220Z Compiling pest_generator v2.8.6
29642026-07-22T07:28:52.511Z Compiling camino-tempfile v1.4.1
29652026-07-22T07:28:52.531Z Compiling tabled v0.15.0
29662026-07-22T07:28:52.720Z Compiling serde_derive v1.0.228
29672026-07-22T07:28:52.720Z Compiling thiserror-impl v1.0.69
29682026-07-22T07:28:52.723Z Compiling zerocopy-derive v0.7.35
29692026-07-22T07:28:52.723Z Compiling scroll_derive v0.12.1
29702026-07-22T07:28:52.723Z Compiling thiserror-impl v2.0.18
29712026-07-22T07:28:52.723Z Compiling clap_derive v4.6.1
29722026-07-22T07:28:52.798Z Compiling pest_derive v2.8.6
29732026-07-22T07:28:53.406Z Compiling scroll v0.12.0
29742026-07-22T07:28:53.608Z Compiling zerocopy v0.7.35
29752026-07-22T07:28:53.692Z Compiling goblin v0.8.2
29762026-07-22T07:28:53.881Z Compiling thiserror v1.0.69
29772026-07-22T07:28:53.906Z Compiling thiserror v2.0.18
29782026-07-22T07:28:54.008Z Compiling dtrace-parser v0.2.0
29792026-07-22T07:28:54.376Z Compiling clap v4.6.1
29802026-07-22T07:28:55.871Z Compiling dof v0.3.0
29812026-07-22T07:28:55.874Z Compiling serde_spanned v0.6.9
29822026-07-22T07:28:55.895Z Compiling toml_datetime v0.6.11
29832026-07-22T07:28:55.920Z Compiling serde_tokenstream v0.2.3
29842026-07-22T07:28:55.932Z Compiling macaddr v1.0.1
29852026-07-22T07:28:55.979Z Compiling cargo_metadata v0.23.1
29862026-07-22T07:28:56.015Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29872026-07-22T07:28:56.241Z Compiling toml_edit v0.22.27
29882026-07-22T07:28:56.627Z Compiling usdt-attr-macro v0.5.0
29892026-07-22T07:28:56.630Z Compiling usdt-macro v0.5.0
29902026-07-22T07:28:57.307Z Compiling usdt v0.5.0
29912026-07-22T07:28:57.781Z Compiling toml v0.8.23
29922026-07-22T07:28:58.221Z Compiling cargo_toml v0.21.0
29932026-07-22T07:29:02.642Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29942026-07-22T07:29:05.861Z Finished `release` profile [optimized] target(s) in 16.43s
29952026-07-22T07:29:06.004Z
29962026-07-22T07:29:06.007Zreal 16.548336236
29972026-07-22T07:29:06.007Zuser 2:04.892091118
29982026-07-22T07:29:06.007Zsys 14.242084680
29992026-07-22T07:29:06.007Ztrap 0.077202488
30002026-07-22T07:29:06.007Ztflt 0.359637578
30012026-07-22T07:29:06.007Zdflt 1.475918050
30022026-07-22T07:29:06.007Zkflt 0.000018380
30032026-07-22T07:29:06.007Zlock 4:33.491322444
30042026-07-22T07:29:06.007Zslp 2:45.186182381
30052026-07-22T07:29:06.007Zlat 4.748734482
30062026-07-22T07:29:06.007Zstop 15.054208778
30072026-07-22T07:29:06.007Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30082026-07-22T07:29:06.007Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30092026-07-22T07:29:06.007Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30102026-07-22T07:29:06.007Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30112026-07-22T07:29:06.008Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30122026-07-22T07:29:06.920Z Compiling progenitor-client v0.14.0
30132026-07-22T07:29:06.920Z Compiling newtype-uuid-macros v0.1.0
30142026-07-22T07:29:06.920Z Compiling match_cfg v0.1.0
30152026-07-22T07:29:06.920Z Compiling slog-json v2.6.1
30162026-07-22T07:29:07.069Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30172026-07-22T07:29:07.106Z Compiling structmeta-derive v0.3.0
30182026-07-22T07:29:07.110Z Compiling sha1 v0.11.0
30192026-07-22T07:29:07.110Z Compiling multer v3.1.0
30202026-07-22T07:29:07.122Z Compiling compression-core v0.4.31
30212026-07-22T07:29:07.125Z Compiling debug-ignore v1.0.5
30222026-07-22T07:29:07.125Z Compiling itertools v0.14.0
30232026-07-22T07:29:07.125Z Compiling async-stream-impl v0.3.6
30242026-07-22T07:29:07.136Z Compiling toml_datetime v1.1.1+spec-1.1.0
30252026-07-22T07:29:07.139Z Compiling serde_spanned v1.1.1
30262026-07-22T07:29:07.152Z Compiling dropshot v0.17.1
30272026-07-22T07:29:07.155Z Compiling hostname v0.3.1
30282026-07-22T07:29:07.168Z Compiling toml_writer v1.1.1+spec-1.1.0
30292026-07-22T07:29:07.324Z Compiling slog-bunyan v2.5.0
30302026-07-22T07:29:07.327Z Compiling compression-codecs v0.4.37
30312026-07-22T07:29:07.392Z Compiling toml v1.1.2+spec-1.1.0
30322026-07-22T07:29:07.399Z Compiling waitgroup v0.1.2
30332026-07-22T07:29:07.412Z Compiling rustls-pemfile v2.2.0
30342026-07-22T07:29:07.448Z Compiling dropshot_endpoint v0.17.1
30352026-07-22T07:29:07.451Z Compiling serde_path_to_error v0.1.20
30362026-07-22T07:29:07.501Z Compiling hostname v0.4.2
30372026-07-22T07:29:07.501Z Compiling atomicwrites v0.4.4
30382026-07-22T07:29:07.584Z Compiling async-compression v0.4.41
30392026-07-22T07:29:07.602Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30402026-07-22T07:29:07.638Z Compiling macaddr v1.0.1
30412026-07-22T07:29:07.641Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30422026-07-22T07:29:07.641Z Compiling instant v0.1.13
30432026-07-22T07:29:07.687Z Compiling regress v0.10.5
30442026-07-22T07:29:07.726Z Compiling backon v1.6.0
30452026-07-22T07:29:07.743Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30462026-07-22T07:29:07.814Z Compiling backoff v0.4.0
30472026-07-22T07:29:07.834Z Compiling humantime v2.3.0
30482026-07-22T07:29:07.852Z Compiling half v2.7.1
30492026-07-22T07:29:07.868Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30502026-07-22T07:29:07.887Z Compiling crucible-workspace-hack v0.1.0
30512026-07-22T07:29:07.928Z Compiling async-stream v0.3.6
30522026-07-22T07:29:07.945Z Compiling progenitor-extras v0.2.0
30532026-07-22T07:29:07.964Z Compiling ciborium-io v0.2.2
30542026-07-22T07:29:08.053Z Compiling regress v0.11.1
30552026-07-22T07:29:08.084Z Compiling convert_case v0.4.0
30562026-07-22T07:29:08.133Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-07-22T07:29:08.136Z Compiling ciborium-ll v0.2.2
30582026-07-22T07:29:08.136Z Compiling secrecy v0.10.3
30592026-07-22T07:29:08.187Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30602026-07-22T07:29:08.219Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
30612026-07-22T07:29:08.238Z Compiling inout v0.1.4
30622026-07-22T07:29:08.238Z Compiling structmeta v0.3.0
30632026-07-22T07:29:08.238Z Compiling unsafe-libyaml v0.2.11
30642026-07-22T07:29:08.291Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30652026-07-22T07:29:08.308Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30662026-07-22T07:29:08.344Z Compiling ciborium v0.2.2
30672026-07-22T07:29:08.376Z Compiling thiserror-impl-no-std v2.0.2
30682026-07-22T07:29:08.461Z Compiling cipher v0.4.4
30692026-07-22T07:29:08.481Z Compiling derive_more v0.99.20
30702026-07-22T07:29:08.484Z Compiling derive-ex v0.1.8
30712026-07-22T07:29:08.556Z Compiling parse-display-derive v0.10.0
30722026-07-22T07:29:08.574Z Compiling universal-hash v0.5.1
30732026-07-22T07:29:08.594Z Compiling opaque-debug v0.3.1
30742026-07-22T07:29:08.598Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30752026-07-22T07:29:08.629Z Compiling blake2 v0.10.6
30762026-07-22T07:29:08.688Z Compiling chacha20 v0.9.1
30772026-07-22T07:29:08.732Z Compiling poly1305 v0.8.0
30782026-07-22T07:29:08.750Z Compiling aead v0.5.2
30792026-07-22T07:29:08.753Z Compiling password-hash v0.5.0
30802026-07-22T07:29:08.932Z Compiling serde_yaml v0.9.34+deprecated
30812026-07-22T07:29:08.972Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
30822026-07-22T07:29:08.997Z Compiling indent_write v2.2.0
30832026-07-22T07:29:09.014Z Compiling toml_datetime v0.7.5+spec-1.1.0
30842026-07-22T07:29:09.041Z Compiling argon2 v0.5.3
30852026-07-22T07:29:09.164Z Compiling chacha20poly1305 v0.10.1
30862026-07-22T07:29:09.181Z Compiling darling_core v0.21.3
30872026-07-22T07:29:09.215Z Compiling toml_edit v0.23.10+spec-1.0.0
30882026-07-22T07:29:09.307Z Compiling heapless v0.8.0
30892026-07-22T07:29:09.347Z Compiling tabwriter v1.4.1
30902026-07-22T07:29:09.514Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30912026-07-22T07:29:09.612Z Compiling thiserror-no-std v2.0.2
30922026-07-22T07:29:09.629Z Compiling typify-impl v0.6.2
30932026-07-22T07:29:09.729Z Compiling vsss-rs v3.3.4
30942026-07-22T07:29:09.811Z Compiling proc-macro-crate v3.4.0
30952026-07-22T07:29:09.845Z Compiling hash32 v0.3.1
30962026-07-22T07:29:10.036Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30972026-07-22T07:29:10.238Z Compiling smoltcp v0.11.0
30982026-07-22T07:29:10.268Z Compiling test-strategy v0.4.5
30992026-07-22T07:29:10.340Z Compiling parse-display v0.10.0
31002026-07-22T07:29:10.363Z Compiling cobs v0.3.0
31012026-07-22T07:29:10.404Z Compiling num_enum_derive v0.7.6
31022026-07-22T07:29:10.430Z Compiling colored v3.1.1
31032026-07-22T07:29:10.590Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31042026-07-22T07:29:10.660Z Compiling postcard v1.1.3
31052026-07-22T07:29:10.676Z Compiling proc-macro-error v1.0.4
31062026-07-22T07:29:10.766Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
31072026-07-22T07:29:10.867Z Compiling proc-macro-crate v1.3.1
31082026-07-22T07:29:10.896Z Compiling rand v0.10.1
31092026-07-22T07:29:10.936Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
31102026-07-22T07:29:11.021Z Compiling foreign-types-macros v0.2.3
31112026-07-22T07:29:11.042Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
31122026-07-22T07:29:11.062Z Compiling rayon-core v1.13.0
31132026-07-22T07:29:11.122Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31142026-07-22T07:29:11.263Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31152026-07-22T07:29:11.291Z Compiling foreign-types-shared v0.3.1
31162026-07-22T07:29:11.350Z Compiling num_enum_derive v0.5.11
31172026-07-22T07:29:11.404Z Compiling crossbeam-deque v0.8.6
31182026-07-22T07:29:11.420Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31192026-07-22T07:29:11.515Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
31202026-07-22T07:29:11.531Z Compiling cstr-argument v0.1.2
31212026-07-22T07:29:11.551Z Compiling num_enum v0.7.6
31222026-07-22T07:29:11.554Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31232026-07-22T07:29:11.695Z Compiling foreign-types v0.5.0
31242026-07-22T07:29:11.713Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31252026-07-22T07:29:11.730Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31262026-07-22T07:29:11.756Z Compiling darling_macro v0.21.3
31272026-07-22T07:29:11.817Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31282026-07-22T07:29:11.841Z Compiling zone_cfg_derive v0.3.1
31292026-07-22T07:29:11.859Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31302026-07-22T07:29:11.877Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31312026-07-22T07:29:11.907Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31322026-07-22T07:29:11.947Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
31332026-07-22T07:29:12.041Z Compiling rayon v1.11.0
31342026-07-22T07:29:12.061Z Compiling itertools v0.12.1
31352026-07-22T07:29:12.099Z Compiling num-derive v0.4.2
31362026-07-22T07:29:12.142Z Compiling sigpipe v0.1.3
31372026-07-22T07:29:12.178Z Compiling cpubits v0.1.1
31382026-07-22T07:29:12.252Z Compiling glob v0.3.3
31392026-07-22T07:29:12.271Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31402026-07-22T07:29:12.289Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
31412026-07-22T07:29:12.321Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31422026-07-22T07:29:12.338Z Compiling darling v0.21.3
31432026-07-22T07:29:12.449Z Compiling ingot-macros v0.1.1
31442026-07-22T07:29:12.468Z Compiling num_enum v0.5.11
31452026-07-22T07:29:12.483Z Compiling smf v0.2.3
31462026-07-22T07:29:12.538Z Compiling whoami v1.6.1
31472026-07-22T07:29:12.558Z Compiling usdt-macro v0.5.0
31482026-07-22T07:29:12.561Z Compiling usdt-attr-macro v0.5.0
31492026-07-22T07:29:12.613Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31502026-07-22T07:29:12.645Z Compiling gethostname v0.5.0
31512026-07-22T07:29:12.679Z Compiling num-rational v0.4.2
31522026-07-22T07:29:12.892Z Compiling pem-rfc7468 v1.0.0
31532026-07-22T07:29:12.999Z Compiling num-complex v0.4.6
31542026-07-22T07:29:13.079Z Compiling derive-where v1.6.0
31552026-07-22T07:29:13.148Z Compiling memmap v0.7.0
31562026-07-22T07:29:13.165Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31572026-07-22T07:29:13.236Z Compiling float-ord v0.3.2
31582026-07-22T07:29:13.346Z Compiling zone v0.3.1
31592026-07-22T07:29:13.378Z Compiling toml v0.8.23
31602026-07-22T07:29:13.396Z Compiling num v0.4.3
31612026-07-22T07:29:13.399Z Compiling hmac v0.13.0
31622026-07-22T07:29:13.433Z Compiling universal-hash v0.6.1
31632026-07-22T07:29:13.433Z Compiling resolv-conf v0.7.6
31642026-07-22T07:29:13.483Z Compiling usdt v0.5.0
31652026-07-22T07:29:13.503Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31662026-07-22T07:29:13.588Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
31672026-07-22T07:29:13.605Z Compiling cancel-safe-futures v0.1.5
31682026-07-22T07:29:13.632Z Compiling polyval v0.7.1
31692026-07-22T07:29:13.653Z Compiling der v0.8.0
31702026-07-22T07:29:13.671Z Compiling prettyplease v0.2.37
31712026-07-22T07:29:13.790Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31722026-07-22T07:29:13.836Z Compiling ghash v0.6.0
31732026-07-22T07:29:13.874Z Compiling pbkdf2 v0.13.0
31742026-07-22T07:29:13.908Z Compiling aes v0.9.1
31752026-07-22T07:29:13.928Z Compiling console v0.15.11
31762026-07-22T07:29:13.990Z Compiling hickory-proto v0.24.4
31772026-07-22T07:29:14.007Z Compiling newline-converter v0.3.0
31782026-07-22T07:29:14.046Z Compiling ctr v0.10.1
31792026-07-22T07:29:14.049Z Compiling aead v0.6.1
31802026-07-22T07:29:14.082Z Compiling sha2 v0.11.0
31812026-07-22T07:29:14.163Z Compiling linked-hash-map v0.5.6
31822026-07-22T07:29:14.185Z Compiling typify-macro v0.6.2
31832026-07-22T07:29:14.262Z Compiling linear-map v1.2.0
31842026-07-22T07:29:14.279Z Compiling libefi-sys v0.1.0
31852026-07-22T07:29:14.297Z Compiling expectorate v1.2.0
31862026-07-22T07:29:14.383Z Compiling lru-cache v0.1.2
31872026-07-22T07:29:14.422Z Compiling aes-gcm v0.11.0
31882026-07-22T07:29:14.508Z Compiling oxide-update-engine-types v0.1.2
31892026-07-22T07:29:14.511Z Compiling crypto-bigint v0.7.5
31902026-07-22T07:29:14.544Z Compiling salsa20 v0.11.0
31912026-07-22T07:29:14.580Z Compiling cbc v0.2.1
31922026-07-22T07:29:14.600Z Compiling spki v0.8.0
31932026-07-22T07:29:14.660Z Compiling bitfield-struct v0.6.2
31942026-07-22T07:29:14.727Z Compiling nom v8.0.0
31952026-07-22T07:29:14.765Z Compiling semver v0.1.20
31962026-07-22T07:29:14.852Z Compiling scrypt v0.12.0
31972026-07-22T07:29:14.981Z Compiling rustc_version v0.1.7
31982026-07-22T07:29:15.046Z Compiling tokio-dtrace v0.1.1
31992026-07-22T07:29:15.091Z Compiling dropshot-api-manager-types v0.7.2
32002026-07-22T07:29:15.180Z Compiling slog-dtrace v0.3.0
32012026-07-22T07:29:15.225Z Compiling minimal-lexical v0.2.1
32022026-07-22T07:29:15.249Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-07-22T07:29:15.350Z Compiling oxide-tokio-rt v0.1.4
32042026-07-22T07:29:15.353Z Compiling newtype_derive v0.1.6
32052026-07-22T07:29:15.382Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-07-22T07:29:15.447Z Compiling nom v7.1.3
32072026-07-22T07:29:15.495Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32082026-07-22T07:29:15.511Z Compiling ingot-types v0.1.2
32092026-07-22T07:29:15.526Z Compiling pkcs5 v0.8.1
32102026-07-22T07:29:15.616Z Compiling oxide-update-engine v0.1.2
32112026-07-22T07:29:15.673Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-07-22T07:29:15.696Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-07-22T07:29:15.715Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-07-22T07:29:15.734Z Compiling phf_shared v0.12.1
32152026-07-22T07:29:15.791Z Compiling csv-core v0.1.13
32162026-07-22T07:29:15.944Z Compiling ingot v0.1.1
32172026-07-22T07:29:15.963Z Compiling highway v1.3.0
32182026-07-22T07:29:16.000Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32192026-07-22T07:29:16.052Z Compiling typify v0.6.2
32202026-07-22T07:29:16.080Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32212026-07-22T07:29:16.098Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32222026-07-22T07:29:16.125Z Compiling chrono-tz v0.10.4
32232026-07-22T07:29:16.150Z Compiling hickory-resolver v0.24.4
32242026-07-22T07:29:16.187Z Compiling progenitor-impl v0.14.0
32252026-07-22T07:29:16.312Z Compiling unicode-xid v0.2.6
32262026-07-22T07:29:16.350Z Compiling xshell-macros v0.2.7
32272026-07-22T07:29:16.394Z Compiling csv v1.4.0
32282026-07-22T07:29:16.468Z Compiling const_format_proc_macros v0.2.34
32292026-07-22T07:29:16.799Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32302026-07-22T07:29:16.864Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32312026-07-22T07:29:16.966Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
32322026-07-22T07:29:17.016Z Compiling xshell v0.2.7
32332026-07-22T07:29:17.054Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32342026-07-22T07:29:17.259Z Compiling qorb v0.4.1
32352026-07-22T07:29:17.354Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32362026-07-22T07:29:17.407Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32372026-07-22T07:29:17.574Z Compiling phf v0.12.1
32382026-07-22T07:29:17.636Z Compiling pkcs8 v0.11.0
32392026-07-22T07:29:17.674Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
32402026-07-22T07:29:17.854Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-07-22T07:29:17.873Z Compiling owo-colors v4.3.0
32422026-07-22T07:29:17.939Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32432026-07-22T07:29:18.145Z Compiling const_format v0.2.35
32442026-07-22T07:29:18.212Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32452026-07-22T07:29:18.262Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32462026-07-22T07:29:18.341Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32472026-07-22T07:29:18.438Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32482026-07-22T07:29:18.491Z Compiling tabled_derive v0.7.0
32492026-07-22T07:29:18.509Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32502026-07-22T07:29:18.936Z Compiling progenitor-macro v0.14.0
32512026-07-22T07:29:19.032Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32522026-07-22T07:29:19.198Z Compiling bcs v0.1.6
32532026-07-22T07:29:19.286Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
32542026-07-22T07:29:19.402Z Compiling ff v0.14.0
32552026-07-22T07:29:19.423Z Compiling salty v0.3.0
32562026-07-22T07:29:19.462Z Compiling tagptr v0.2.0
32572026-07-22T07:29:19.534Z Compiling termtree v0.5.1
32582026-07-22T07:29:19.562Z Compiling tabled v0.15.0
32592026-07-22T07:29:19.584Z Compiling textwrap v0.16.2
32602026-07-22T07:29:19.653Z Compiling moka v0.12.13
32612026-07-22T07:29:19.679Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32622026-07-22T07:29:19.706Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32632026-07-22T07:29:19.759Z Compiling steno v0.4.1
32642026-07-22T07:29:19.778Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32652026-07-22T07:29:19.922Z Compiling sha1 v0.10.6
32662026-07-22T07:29:19.949Z Compiling signature v3.0.0
32672026-07-22T07:29:20.017Z Compiling radium v0.7.0
32682026-07-22T07:29:20.082Z Compiling base16ct v1.0.0
32692026-07-22T07:29:20.190Z Compiling base64 v0.21.7
32702026-07-22T07:29:20.302Z Compiling sec1 v0.8.1
32712026-07-22T07:29:20.360Z Compiling group v0.14.0
32722026-07-22T07:29:20.508Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
32732026-07-22T07:29:20.525Z Compiling hickory-resolver v0.25.2
32742026-07-22T07:29:20.548Z Compiling hkdf v0.13.0
32752026-07-22T07:29:20.576Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32762026-07-22T07:29:20.630Z Compiling rfc6979 v0.4.0
32772026-07-22T07:29:20.650Z Compiling tap v1.0.1
32782026-07-22T07:29:20.730Z Compiling maybe-uninit v2.0.0
32792026-07-22T07:29:20.749Z Compiling elliptic-curve v0.14.0-rc.33
32802026-07-22T07:29:20.787Z Compiling wyz v0.5.1
32812026-07-22T07:29:20.803Z Compiling ecdsa v0.16.9
32822026-07-22T07:29:21.148Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32832026-07-22T07:29:21.264Z Compiling primeorder v0.13.6
32842026-07-22T07:29:21.282Z Compiling proc-macro-error-attr2 v2.0.0
32852026-07-22T07:29:21.476Z Compiling packed_struct v0.10.1
32862026-07-22T07:29:21.505Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32872026-07-22T07:29:21.523Z Compiling parking_lot_core v0.8.6
32882026-07-22T07:29:21.557Z Compiling utf-8 v0.7.6
32892026-07-22T07:29:21.740Z Compiling funty v2.0.0
32902026-07-22T07:29:21.781Z Compiling proc-macro-error2 v2.0.1
32912026-07-22T07:29:21.817Z Compiling tungstenite v0.21.0
32922026-07-22T07:29:21.857Z Compiling p384 v0.13.1
32932026-07-22T07:29:21.957Z Compiling rfc6979 v0.5.0
32942026-07-22T07:29:21.999Z Compiling git-stub v1.0.0
32952026-07-22T07:29:22.132Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
32962026-07-22T07:29:22.150Z Compiling bitvec v1.0.1
32972026-07-22T07:29:22.276Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
32982026-07-22T07:29:22.295Z Compiling packed_struct_codegen v0.10.1
32992026-07-22T07:29:22.318Z Compiling num-derive v0.3.3
33002026-07-22T07:29:22.365Z Compiling zerocopy-derive v0.6.6
33012026-07-22T07:29:22.426Z Compiling bitfield-macros v0.19.4
33022026-07-22T07:29:22.444Z Compiling indexmap v1.9.3
33032026-07-22T07:29:22.472Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33042026-07-22T07:29:22.699Z Compiling nodrop v0.1.14
33052026-07-22T07:29:22.717Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33062026-07-22T07:29:22.736Z Compiling crc-catalog v2.4.0
33072026-07-22T07:29:22.753Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33082026-07-22T07:29:22.875Z Compiling crc v3.4.0
33092026-07-22T07:29:22.892Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
33102026-07-22T07:29:22.936Z Compiling array-init v0.0.4
33112026-07-22T07:29:23.125Z Compiling tokio-tungstenite v0.21.0
33122026-07-22T07:29:23.147Z Compiling git-stub-vcs v0.1.0
33132026-07-22T07:29:23.257Z Compiling bitfield v0.19.4
33142026-07-22T07:29:23.330Z Compiling tabled_derive v0.11.0
33152026-07-22T07:29:23.351Z Compiling ecdsa v0.17.0-rc.18
33162026-07-22T07:29:23.371Z Compiling zerocopy v0.6.6
33172026-07-22T07:29:23.389Z Compiling libscf-sys v1.1.0
33182026-07-22T07:29:23.472Z Compiling smallvec v0.6.14
33192026-07-22T07:29:23.543Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-07-22T07:29:23.593Z Compiling primeorder v0.14.0-rc.10
33212026-07-22T07:29:23.655Z Compiling primefield v0.14.0
33222026-07-22T07:29:23.724Z Compiling progenitor-impl v0.13.0
33232026-07-22T07:29:23.740Z Compiling papergrid v0.17.0
33242026-07-22T07:29:23.759Z Compiling testing_table v0.3.0
33252026-07-22T07:29:23.820Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33262026-07-22T07:29:23.838Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-07-22T07:29:23.927Z Compiling curve25519-dalek v5.0.0-rc.0
33282026-07-22T07:29:23.945Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33292026-07-22T07:29:23.948Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-07-22T07:29:23.984Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33312026-07-22T07:29:24.014Z Compiling progenitor v0.14.0
33322026-07-22T07:29:24.031Z Compiling corncobs v0.1.4
33332026-07-22T07:29:24.115Z Compiling hashbrown v0.12.3
33342026-07-22T07:29:24.197Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
33352026-07-22T07:29:24.215Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33362026-07-22T07:29:24.238Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33372026-07-22T07:29:24.238Z Compiling unicase v2.9.0
33382026-07-22T07:29:24.315Z Compiling illumos-nvpair-sys v0.2.0
33392026-07-22T07:29:24.477Z Compiling mime_guess v2.0.5
33402026-07-22T07:29:24.528Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33412026-07-22T07:29:24.554Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
33422026-07-22T07:29:24.611Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-07-22T07:29:24.639Z Compiling parking_lot v0.11.2
33442026-07-22T07:29:24.773Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33452026-07-22T07:29:24.860Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33462026-07-22T07:29:24.929Z Compiling tabled v0.20.0
33472026-07-22T07:29:24.980Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33482026-07-22T07:29:25.018Z Compiling serde-hex v0.1.0
33492026-07-22T07:29:25.049Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-07-22T07:29:25.083Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33512026-07-22T07:29:25.102Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33522026-07-22T07:29:25.378Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33532026-07-22T07:29:25.464Z Compiling ron v0.8.1
33542026-07-22T07:29:25.498Z Compiling ssh-encoding v0.3.0-rc.9
33552026-07-22T07:29:25.516Z Compiling hashbrown v0.13.2
33562026-07-22T07:29:25.570Z Compiling progenitor-client v0.13.0
33572026-07-22T07:29:25.655Z Compiling prefix-trie v0.7.0
33582026-07-22T07:29:25.918Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33592026-07-22T07:29:26.027Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33602026-07-22T07:29:26.082Z Compiling fxhash v0.2.1
33612026-07-22T07:29:26.251Z Compiling secrecy v0.8.0
33622026-07-22T07:29:26.393Z Compiling progenitor-macro v0.13.0
33632026-07-22T07:29:26.441Z Compiling crc-any v2.5.0
33642026-07-22T07:29:26.458Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33652026-07-22T07:29:26.755Z Compiling sled v0.34.7
33662026-07-22T07:29:26.791Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-07-22T07:29:26.899Z Compiling hickory-server v0.25.2
33682026-07-22T07:29:26.923Z Compiling object v0.30.4
33692026-07-22T07:29:27.112Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33702026-07-22T07:29:27.130Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33712026-07-22T07:29:27.356Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
33722026-07-22T07:29:27.666Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33732026-07-22T07:29:27.750Z Compiling ed25519 v3.0.0
33742026-07-22T07:29:27.820Z Compiling crypto-primes v0.7.2
33752026-07-22T07:29:28.358Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33762026-07-22T07:29:28.378Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33772026-07-22T07:29:28.409Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33782026-07-22T07:29:28.882Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33792026-07-22T07:29:28.901Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33802026-07-22T07:29:28.920Z Compiling pkcs1 v0.8.0-rc.4
33812026-07-22T07:29:28.975Z Compiling poly1305 v0.9.0
33822026-07-22T07:29:28.992Z Compiling blowfish v0.10.0
33832026-07-22T07:29:29.248Z Compiling blake2 v0.11.0-rc.6
33842026-07-22T07:29:29.290Z Compiling keccak v0.2.0
33852026-07-22T07:29:29.338Z Compiling fiat-crypto v0.3.0
33862026-07-22T07:29:29.407Z Compiling half v1.8.3
33872026-07-22T07:29:29.493Z Compiling path-slash v0.1.5
33882026-07-22T07:29:29.539Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33892026-07-22T07:29:29.665Z Compiling crc8 v0.1.1
33902026-07-22T07:29:29.683Z Compiling http-range v0.1.5
33912026-07-22T07:29:29.712Z Compiling serde_cbor v0.11.2
33922026-07-22T07:29:29.761Z Compiling argon2 v0.6.0-rc.8
33932026-07-22T07:29:29.814Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33942026-07-22T07:29:29.857Z Compiling sha3 v0.11.0
33952026-07-22T07:29:29.908Z Compiling ssh-cipher v0.3.0-rc.9
33962026-07-22T07:29:29.991Z Compiling rsa v0.10.0-rc.18
33972026-07-22T07:29:30.014Z Compiling bcrypt-pbkdf v0.11.0
33982026-07-22T07:29:30.250Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33992026-07-22T07:29:30.328Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34002026-07-22T07:29:30.347Z Compiling ed25519-dalek v3.0.0-rc.0
34012026-07-22T07:29:30.365Z Compiling illumos-nvpair v0.3.0
34022026-07-22T07:29:30.593Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34032026-07-22T07:29:30.645Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34042026-07-22T07:29:30.778Z Compiling p521 v0.14.0-rc.10
34052026-07-22T07:29:30.795Z Compiling p256 v0.14.0-rc.10
34062026-07-22T07:29:30.905Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-07-22T07:29:30.972Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34082026-07-22T07:29:31.032Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34092026-07-22T07:29:31.050Z Compiling yasna v0.5.2
34102026-07-22T07:29:31.365Z Compiling kstat-rs v0.2.4
34112026-07-22T07:29:31.476Z Compiling headers-core v0.3.0
34122026-07-22T07:29:31.480Z Compiling progenitor v0.13.0
34132026-07-22T07:29:31.513Z Compiling kem v0.3.0
34142026-07-22T07:29:31.631Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34152026-07-22T07:29:31.666Z Compiling module-lattice v0.2.3
34162026-07-22T07:29:31.683Z Compiling nanorand v0.7.0
34172026-07-22T07:29:31.700Z Compiling atty v0.2.14
34182026-07-22T07:29:31.718Z Compiling headers v0.4.1
34192026-07-22T07:29:31.746Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34202026-07-22T07:29:31.800Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
34212026-07-22T07:29:31.830Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34222026-07-22T07:29:31.939Z Compiling flume v0.11.1
34232026-07-22T07:29:31.991Z Compiling ml-kem v0.3.2
34242026-07-22T07:29:32.037Z Compiling rcgen v0.12.1
34252026-07-22T07:29:32.290Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34262026-07-22T07:29:32.404Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34272026-07-22T07:29:32.495Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34282026-07-22T07:29:32.862Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34292026-07-22T07:29:32.884Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34302026-07-22T07:29:32.955Z Compiling hyper-staticfile v0.10.1
34312026-07-22T07:29:32.958Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34322026-07-22T07:29:33.347Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34332026-07-22T07:29:33.368Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34342026-07-22T07:29:33.491Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34352026-07-22T07:29:33.605Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34362026-07-22T07:29:33.668Z Compiling russh-cryptovec v0.61.0
34372026-07-22T07:29:33.881Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34382026-07-22T07:29:33.930Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34392026-07-22T07:29:34.071Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34402026-07-22T07:29:34.140Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34412026-07-22T07:29:34.232Z Compiling internal-russh-num-bigint v0.5.0
34422026-07-22T07:29:34.316Z Compiling port-file v0.1.0
34432026-07-22T07:29:34.365Z Compiling num-bigint v0.4.6
34442026-07-22T07:29:34.382Z Compiling generic-array v1.4.3
34452026-07-22T07:29:34.413Z Compiling russh-util v0.52.0
34462026-07-22T07:29:34.587Z Compiling p384 v0.14.0-rc.10
34472026-07-22T07:29:34.604Z Compiling enum_dispatch v0.3.13
34482026-07-22T07:29:34.693Z Compiling delegate v0.13.5
34492026-07-22T07:29:34.766Z Compiling subprocess v0.2.15
34502026-07-22T07:29:34.880Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34512026-07-22T07:29:34.898Z Compiling md5 v0.8.0
34522026-07-22T07:29:34.913Z Compiling hex-literal v1.1.0
34532026-07-22T07:29:35.021Z Compiling display-error-chain v0.2.2
34542026-07-22T07:29:35.075Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34552026-07-22T07:29:35.184Z Compiling colored v2.2.0
34562026-07-22T07:29:35.204Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34572026-07-22T07:29:35.351Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34582026-07-22T07:29:35.463Z Compiling internet-checksum v0.2.1
34592026-07-22T07:29:35.851Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34602026-07-22T07:29:36.590Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34612026-07-22T07:29:36.708Z Compiling ssh-key v0.7.0-rc.10
34622026-07-22T07:29:37.100Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34632026-07-22T07:29:37.969Z Compiling russh v0.61.2
34642026-07-22T07:29:38.621Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34652026-07-22T07:29:39.602Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34662026-07-22T07:29:48.030Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34672026-07-22T07:29:48.030Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34682026-07-22T07:29:48.033Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34692026-07-22T07:29:48.033Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34702026-07-22T07:29:49.774Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34712026-07-22T07:29:49.822Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34722026-07-22T07:29:53.689Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34732026-07-22T07:30:33.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34742026-07-22T07:30:33.824Z
34752026-07-22T07:30:33.824Zreal 1:27.755818035
34762026-07-22T07:30:33.824Zuser 8:43.649528198
34772026-07-22T07:30:33.824Zsys 1:44.887026904
34782026-07-22T07:30:33.828Ztrap 0.267351732
34792026-07-22T07:30:33.828Ztflt 0.325864943
34802026-07-22T07:30:33.828Zdflt 1.338938108
34812026-07-22T07:30:33.828Zkflt 0.000264550
34822026-07-22T07:30:33.828Zlock 31:10.091955036
34832026-07-22T07:30:33.828Zslp 20:06.907830301
34842026-07-22T07:30:33.828Zlat 41.071056855
34852026-07-22T07:30:33.828Zstop 3:02.889287985
34862026-07-22T07:30:33.828Z+ mkdir tests
34872026-07-22T07:30:33.832Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34882026-07-22T07:30:33.832Z+ xargs -I '{}' -t cp '{}' tests/
34892026-07-22T07:30:33.853Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-172cb00759754df1 tests/
34902026-07-22T07:30:33.874Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-186b413ad90c61b6 tests/
34912026-07-22T07:30:33.896Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-cbb1fd949df13961 tests/
34922026-07-22T07:30:33.917Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-038b62c5948e444a tests/
34932026-07-22T07:30:34.155Z+ 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)
34942026-07-22T07:30:34.158Z+ 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-186b413ad90c61b6 tests/commtest-cbb1fd949df13961 tests/dhcp_server-172cb00759754df1 tests/end_to_end_tests-038b62c5948e444a 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
34952026-07-22T07:31:53.642ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34962026-07-22T07:31:53.642Za .github/buildomat/ci-env.sh 1K
34972026-07-22T07:31:53.642Za out/target/test 1K
34982026-07-22T07:31:53.642Za out/npuzone/npuzone 31102K
34992026-07-22T07:31:53.642Za package-manifest.toml 35K
35002026-07-22T07:31:53.642Za smf/sled-agent/non-gimlet/config.toml 6K
35012026-07-22T07:31:53.642Za target/release/omicron-package 39925K
35022026-07-22T07:31:53.642Za target/release/xtask 10468K
35032026-07-22T07:31:53.642Za target/debug/bootstrap 350565K
35042026-07-22T07:31:53.642Za tests/bootstrap-186b413ad90c61b6 31974K
35052026-07-22T07:31:53.642Za tests/commtest-cbb1fd949df13961 32098K
35062026-07-22T07:31:53.643Za tests/dhcp_server-172cb00759754df1 31974K
35072026-07-22T07:31:53.643Za tests/end_to_end_tests-038b62c5948e444a 400762K
35082026-07-22T07:31:53.643Za tools/opte_version 1K
35092026-07-22T07:31:53.643Za tools/opte_version_override 2K
35102026-07-22T07:31:53.643Za out/clickhouse.tar.gz 307248K
35112026-07-22T07:31:53.643Za out/clickhouse_keeper.tar.gz 293688K
35122026-07-22T07:31:53.643Za out/clickhouse_server.tar.gz 307245K
35132026-07-22T07:31:53.643Za out/cockroachdb.tar.gz 158194K
35142026-07-22T07:31:53.643Za out/crucible-pantry-zone.tar.gz 36938K
35152026-07-22T07:31:53.643Za out/crucible-utils.tar 18900K
35162026-07-22T07:31:53.643Za out/crucible-zone.tar.gz 51633K
35172026-07-22T07:31:53.643Za out/external-dns.tar.gz 43350K
35182026-07-22T07:31:53.643Za out/internal-dns.tar.gz 43349K
35192026-07-22T07:31:53.643Za out/mg-ddm-gz.tar 105313K
35202026-07-22T07:31:53.643Za out/nexus.tar.gz 273321K
35212026-07-22T07:31:53.643Za out/ntp.tar.gz 26124K
35222026-07-22T07:31:53.643Za out/omicron-gateway-softnpu.tar.gz 28277K
35232026-07-22T07:31:53.643Za out/omicron-sled-agent.tar 189824K
35242026-07-22T07:31:53.643Za out/overlay.tar.gz 4K
35252026-07-22T07:31:53.643Za out/oximeter.tar.gz 58562K
35262026-07-22T07:31:53.643Za out/oxlog.tar 3808K
35272026-07-22T07:31:53.643Za out/probe.tar.gz 1390K
35282026-07-22T07:31:53.643Za out/propolis-server.tar.gz 34374K
35292026-07-22T07:31:53.643Za out/pumpkind-gz.tar 26647K
35302026-07-22T07:31:53.643Za out/switch-softnpu.tar.gz 452413K
35312026-07-22T07:31:53.647Z
35322026-07-22T07:31:53.647Zreal 1:19.483744870
35332026-07-22T07:31:53.647Zuser 1:16.819018211
35342026-07-22T07:31:53.647Zsys 4.403077819
35352026-07-22T07:31:53.647Ztrap 0.005844464
35362026-07-22T07:31:53.647Ztflt 0.000000000
35372026-07-22T07:31:53.648Zdflt 0.000000000
35382026-07-22T07:31:53.648Zkflt 0.000000000
35392026-07-22T07:31:53.648Zlock 0.000000000
35402026-07-22T07:31:53.648Zslp 1:16.749875269
35412026-07-22T07:31:53.648Zlat 0.985086852
35422026-07-22T07:31:53.648Zstop 0.000224260
35432026-07-22T07:31:53.648Zprocess exited: duration 989758 ms, exit code 0
 
35442026-07-22T07:31:53.663Zfound 1 output files
35452026-07-22T07:31:53.663Zuploading: /work/package.tar.gz (2456895006 bytes)
35462026-07-22T07:32:22.026Zuploaded: /work/package.tar.gz