01KY2TXAAYY3MWF43VXRRWXWYA: 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: 01KY2TY08GN99NVKH1XJAKEY3T

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-21T17:18:40.938Zjob assigned to worker 01KY2TYBYXW8JEDVQQCMA27R1M [factory aws, i-0ec8a683444e7fcf5] (queued for 54 s)
 
22026-07-21T17:18:48.650Zstarting task 0: "setup"
32026-07-21T17:18:48.654Z++ uname -s
42026-07-21T17:18:48.657Z+ kern=SunOS
52026-07-21T17:18:48.657Z+ build_user=build
62026-07-21T17:18:48.658Z+ build_uid=12345
72026-07-21T17:18:48.658Z+ work_dir=/work
82026-07-21T17:18:48.658Z+ input_dir=/input
92026-07-21T17:18:48.658Z+ [[ 0 == 12345 ]]
102026-07-21T17:18:48.658Z+ case "$kern" in
112026-07-21T17:18:48.658Z+ groupadd -g 12345 build
122026-07-21T17:18:48.661Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-21T17:18:50.669Z+ zfs create -o mountpoint=/work rpool/work
142026-07-21T17:18:50.784Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-21T17:18:50.787Z+ home_fs=zfs
162026-07-21T17:18:50.787Z+ [[ zfs == autofs ]]
172026-07-21T17:18:50.787Z+ mkdir -p /home/build
182026-07-21T17:18:50.787Z+ chown build:build /home/build /work
192026-07-21T17:18:51.785Z+ chmod 0700 /home/build /work
202026-07-21T17:18:51.789Zprocess exited: duration 3142 ms, exit code 0
 
212026-07-21T17:18:51.795Zstarting task 1: "rust-toolchain"
222026-07-21T17:18:51.800Z * rust toolchain channel = "1.96.1"
232026-07-21T17:18:51.800Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
242026-07-21T17:18:51.800Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-21T17:18:51.800Z * rust toolchain profile = "default"
262026-07-21T17:18:51.800Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-21T17:18:51.800Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-21T17:18:51.803Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-21T17:18:51.803Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-21T17:18:51.915Zinfo: downloading installer
312026-07-21T17:18:53.383Zwarn: It looks like you have an existing rustup settings file at:
322026-07-21T17:18:53.383Zwarn: /home/build/.rustup/settings.toml
332026-07-21T17:18:53.383Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-21T17:18:53.383Zwarn: instead of the one inferred from the default host triple.
352026-07-21T17:18:53.395Zinfo: profile set to default
362026-07-21T17:18:53.395Zinfo: default host triple is x86_64-unknown-illumos
372026-07-21T17:18:53.398Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-21T17:18:53.531Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-21T17:18:53.534Zinfo: downloading 6 components
402026-07-21T17:19:09.019Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-21T17:19:09.019Z
422026-07-21T17:19:09.049Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-21T17:19:09.049Z
442026-07-21T17:19:09.049Z
452026-07-21T17:19:09.049ZRust is installed now. Great!
462026-07-21T17:19:09.049Z
472026-07-21T17:19:09.053ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-21T17:19:09.053Zenvironment variable. This has not been done automatically.
492026-07-21T17:19:09.053Z
502026-07-21T17:19:09.053ZTo configure your current shell, you need to source
512026-07-21T17:19:09.053Zthe corresponding env file under $HOME/.cargo.
522026-07-21T17:19:09.053Z
532026-07-21T17:19:09.053ZThis is usually done by running one of the following (note the leading DOT):
542026-07-21T17:19:09.053Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-21T17:19:09.053Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-21T17:19:09.053Zsource "~/.cargo/env.nu" # For nushell
572026-07-21T17:19:09.053Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-21T17:19:09.053Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-21T17:19:09.053Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-21T17:19:09.053Zwarn: no default linker (`cc`) was found in your PATH
612026-07-21T17:19:09.053Zwarn: many Rust crates require a system C toolchain to build
622026-07-21T17:19:09.152Z+ rustup --version
632026-07-21T17:19:09.157Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-21T17:19:09.160Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-21T17:19:09.178Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-21T17:19:09.181Z+ cargo --version
672026-07-21T17:19:09.188Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-21T17:19:09.191Z+ rustc --version
692026-07-21T17:19:09.212Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-21T17:19:09.215Zprocess exited: duration 17419 ms, exit code 0
 
712026-07-21T17:19:09.221Zstarting task 2: "authentication"
722026-07-21T17:19:09.239Zprocess exited: duration 18 ms, exit code 0
 
732026-07-21T17:19:09.245Zstarting task 3: "clone repository"
742026-07-21T17:19:09.250Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-21T17:19:09.253Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-21T17:19:09.289ZCloning into '/work/oxidecomputer/omicron'...
772026-07-21T17:19:18.084Z+ cd /work/oxidecomputer/omicron
782026-07-21T17:19:18.084Z+ git fetch origin e3b8b55075e1aa0dd0fb6227db61385237d473ea
792026-07-21T17:19:18.373ZFrom https://github.com/oxidecomputer/omicron
802026-07-21T17:19:18.374Z * branch e3b8b55075e1aa0dd0fb6227db61385237d473ea -> FETCH_HEAD
812026-07-21T17:19:18.390Z+ [[ -n eliza/what-even-is-a-prefix-anyway ]]
822026-07-21T17:19:18.393Z++ git branch --show-current
832026-07-21T17:19:18.396Z+ current=main
842026-07-21T17:19:18.396Z+ [[ main != eliza/what-even-is-a-prefix-anyway ]]
852026-07-21T17:19:18.396Z+ git branch -f eliza/what-even-is-a-prefix-anyway e3b8b55075e1aa0dd0fb6227db61385237d473ea
862026-07-21T17:19:18.401Z+ git checkout -f eliza/what-even-is-a-prefix-anyway
872026-07-21T17:19:18.647ZSwitched to branch 'eliza/what-even-is-a-prefix-anyway'
882026-07-21T17:19:18.653Z+ git reset --hard e3b8b55075e1aa0dd0fb6227db61385237d473ea
892026-07-21T17:19:18.898ZHEAD is now at e3b8b5507 also deduplciate the prefix octet-pairs for service VPC v6 subnets
902026-07-21T17:19:18.903Zprocess exited: duration 9654 ms, exit code 0
 
912026-07-21T17:19:18.914Zstarting task 4: "build"
922026-07-21T17:19:18.919Z+ source .github/buildomat/ci-env.sh
932026-07-21T17:19:18.920Z++ export CARGO_TERM_COLOR=always
942026-07-21T17:19:18.920Z++ CARGO_TERM_COLOR=always
952026-07-21T17:19:18.923Z+++ uname -s
962026-07-21T17:19:18.923Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-21T17:19:18.923Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-21T17:19:18.927Z+ cargo --version
992026-07-21T17:19:18.937Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-21T17:19:18.940Z+ rustc --version
1012026-07-21T17:19:18.961Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-21T17:19:18.964Z+ WORK=/work
1032026-07-21T17:19:18.964Z+ pfexec mkdir -p /work
1042026-07-21T17:19:18.968Z+ pfexec chown build /work
1052026-07-21T17:19:18.971Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-21T17:19:20.722Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-21T17:19:20.908Z Startup: Caching catalogs ... Done
1082026-07-21T17:19:21.839ZPlanning: Solver setup ... Done (0.855s)
1092026-07-21T17:19:21.876ZPlanning: Running solver ... Done (0.037s)
1102026-07-21T17:19:21.901ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-21T17:19:21.912ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-21T17:19:21.928ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-21T17:19:21.943ZPlanning: Package planning ... Done (0.016s)
1142026-07-21T17:19:21.947ZPlanning: Merging actions ... Done (0.002s)
1152026-07-21T17:19:22.153ZPlanning: Checking for conflicting actions ... Done (0.208s)
1162026-07-21T17:19:22.156ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-21T17:19:23.038ZPlanning: Evaluating mediators ... Done (0.884s)
1182026-07-21T17:19:23.041ZPlanning: Planning completed in 2.10 seconds
1192026-07-21T17:19:23.053Z Packages to install: 2
1202026-07-21T17:19:23.053Z Estimated space available: 156.06 GB
1212026-07-21T17:19:23.053ZEstimated space to be consumed: 46.64 MB
1222026-07-21T17:19:23.053Z Create boot environment: No
1232026-07-21T17:19:23.053ZCreate backup boot environment: No
1242026-07-21T17:19:23.057Z Rebuild boot archive: No
1252026-07-21T17:19:23.057Z
1262026-07-21T17:19:23.057ZChanged packages:
1272026-07-21T17:19:23.057Zhelios
1282026-07-21T17:19:23.057Z developer/build-essential
1292026-07-21T17:19:23.057Z None -> 11-3.0
1302026-07-21T17:19:23.057Z library/libxmlsec1
1312026-07-21T17:19:23.057Z None -> 1.2.35-3.0
1322026-07-21T17:19:23.078Z
1332026-07-21T17:19:23.078ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-21T17:19:23.147ZDownload: Completed 1.28 MB in 0.07 seconds (18.4M/s)
1352026-07-21T17:19:23.211Z Actions: 1/268 actions (Installing new actions)
1362026-07-21T17:19:23.251Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-21T17:19:23.271ZFinalize: Updating package state database ... Done (0.019s)
1382026-07-21T17:19:23.271ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-21T17:19:23.318ZFinalize: Updating image state ... Done (0.048s)
1402026-07-21T17:19:25.957ZFinalize: Creating fast lookup database ... Done (2.599s)
1412026-07-21T17:19:26.024ZFinalize: Reading search index ... Done (0.012s)
1422026-07-21T17:19:26.030ZFinalize: Updating search index ... Done (0.000s)
1432026-07-21T17:19:26.142ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-21T17:19:26.481ZPlanning: Evaluating mediator changes ... Done
1452026-07-21T17:19:26.585ZPlanning: Checking for conflicting actions ... Done
1462026-07-21T17:19:26.594ZPlanning: Consolidating action changes ... Done
1472026-07-21T17:19:26.746ZPlanning: Evaluating mediators ... Done
1482026-07-21T17:19:26.756ZPlanning: Planning completed in 0.26 seconds
1492026-07-21T17:19:26.824Z Mediators to change: 2
1502026-07-21T17:19:26.824Z Create boot environment: No
1512026-07-21T17:19:26.824ZCreate backup boot environment: No
1522026-07-21T17:19:26.839ZFinalize: Updating package state database ... Done
1532026-07-21T17:19:26.839ZFinalize: Updating package cache ... Done
1542026-07-21T17:19:26.866ZFinalize: Updating image state ... Done
1552026-07-21T17:19:28.775ZFinalize: Creating fast lookup database ... Done
1562026-07-21T17:19:28.836ZFinalize: Reading search index ... Done
1572026-07-21T17:19:28.843ZFinalize: Updating search index ... Done
1582026-07-21T17:19:28.907ZFinalize: Updating package cache ... Done
1592026-07-21T17:19:29.189ZPlanning: Evaluating mediator changes ... Done
1602026-07-21T17:19:29.295ZPlanning: Checking for conflicting actions ... Done
1612026-07-21T17:19:29.298ZPlanning: Consolidating action changes ... Done
1622026-07-21T17:19:29.450ZPlanning: Evaluating mediators ... Done
1632026-07-21T17:19:29.455ZPlanning: Planning completed in 0.26 seconds
1642026-07-21T17:19:29.476Z Mediators to change: 1
1652026-07-21T17:19:29.476Z Create boot environment: No
1662026-07-21T17:19:29.476ZCreate backup boot environment: No
1672026-07-21T17:19:29.524ZFinalize: Updating package state database ... Done
1682026-07-21T17:19:29.524ZFinalize: Updating package cache ... Done
1692026-07-21T17:19:29.559ZFinalize: Updating image state ... Done
1702026-07-21T17:19:31.496ZFinalize: Creating fast lookup database ... Done
1712026-07-21T17:19:31.559ZFinalize: Reading search index ... Done
1722026-07-21T17:19:31.563ZFinalize: Updating search index ... Done
1732026-07-21T17:19:31.635ZFinalize: Updating package cache ... Done
1742026-07-21T17:19:31.948ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-21T17:19:31.949Zapache system 2.4 system
1762026-07-21T17:19:31.949Zclang system 15 system
1772026-07-21T17:19:31.949Zcsh system system illumos
1782026-07-21T17:19:31.949Zctags system system illumos
1792026-07-21T17:19:31.949Zfile vendor vendor darwinsys
1802026-07-21T17:19:31.949Zfile system system illumos
1812026-07-21T17:19:31.949Zgcc vendor 14 vendor
1822026-07-21T17:19:31.949Zgcc system 13 system
1832026-07-21T17:19:31.949Zgcc system 10 system
1842026-07-21T17:19:31.949Zgo system 1.25 system
1852026-07-21T17:19:31.949Zllvm system 15 system
1862026-07-21T17:19:31.949Zmariadb system 11.4 system
1872026-07-21T17:19:31.949Zmta vendor vendor dma
1882026-07-21T17:19:31.949Zopenjdk system 17 system
1892026-07-21T17:19:31.949Zopenjdk system 11 system
1902026-07-21T17:19:31.949Zopenssl vendor 3 vendor
1912026-07-21T17:19:31.949Zperl system 5.40 system
1922026-07-21T17:19:31.949Zpostgresql system 18 system
1932026-07-21T17:19:31.949Zpostgresql system 17 system
1942026-07-21T17:19:31.949Zpython vendor 3 vendor
1952026-07-21T17:19:31.949Zpython system 2 system
1962026-07-21T17:19:31.949Zpython3 vendor 3.13 vendor
1972026-07-21T17:19:31.949Zruby system 3.4 system
1982026-07-21T17:19:31.949Zruby system 3.0 system
1992026-07-21T17:19:31.949Zwords vendor vendor american-english
2002026-07-21T17:19:31.949Zwords system system australian-english
2012026-07-21T17:19:31.949Zwords system system british-english
2022026-07-21T17:19:31.949Zwords system system canadian-english
2032026-07-21T17:19:31.949Zwords system system french
2042026-07-21T17:19:31.949Zwords system system italian
2052026-07-21T17:19:31.949Zwords system system ngerman
2062026-07-21T17:19:31.950Zwords system system ogerman
2072026-07-21T17:19:31.950Zwords system system spanish
2082026-07-21T17:19:32.206ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-21T17:19:32.206Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-21T17:19:32.570ZFMRI IFO
2112026-07-21T17:19:32.570Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-21T17:19:32.570Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-21T17:19:32.570Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-21T17:19:32.570Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-21T17:19:32.570Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-21T17:19:32.570Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-21T17:19:32.570Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-21T17:19:32.570Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-21T17:19:32.570Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-21T17:19:32.849Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-21T17:19:33.121Z Updating crates.io index
2222026-07-21T17:19:33.126Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-21T17:19:33.353Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-21T17:19:33.677Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-21T17:19:34.583Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-21T17:19:35.107Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-21T17:19:36.692Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-21T17:19:37.508Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-21T17:19:37.736Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-21T17:19:38.037Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-21T17:19:39.280Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-21T17:19:39.515Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-21T17:19:39.833Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-21T17:19:40.112Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-21T17:19:40.554Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-21T17:19:41.065Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-21T17:19:41.254Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-21T17:19:41.463Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-21T17:19:41.702Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-21T17:19:42.005Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-21T17:19:42.268Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-21T17:19:42.486Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-21T17:19:43.017Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-21T17:19:43.407Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-21T17:19:43.709Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-21T17:19:43.964Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-21T17:19:44.362Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-21T17:19:44.590Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-21T17:19:44.988Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-21T17:19:45.313Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-21T17:19:45.564Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-21T17:19:45.867Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-21T17:19:46.131Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-21T17:19:46.533Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-21T17:19:46.754Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-21T17:19:47.000Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-21T17:19:47.271Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-21T17:19:47.756Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-21T17:19:47.984Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-21T17:19:48.482Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-21T17:19:48.555Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-21T17:19:48.753Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-21T17:19:51.508Z Downloading crates ...
2642026-07-21T17:19:51.560Z Downloaded anstyle v1.0.14
2652026-07-21T17:19:51.576Z Downloaded fastrand v2.3.0
2662026-07-21T17:19:51.576Z Downloaded equivalent v1.0.2
2672026-07-21T17:19:51.576Z Downloaded anyhow v1.0.102
2682026-07-21T17:19:51.576Z Downloaded anstream v1.0.0
2692026-07-21T17:19:51.576Z Downloaded cargo_toml v0.21.0
2702026-07-21T17:19:51.585Z Downloaded zmij v1.0.21
2712026-07-21T17:19:51.586Z Downloaded hashbrown v0.17.0
2722026-07-21T17:19:51.586Z Downloaded generic-array v0.14.7
2732026-07-21T17:19:51.586Z Downloaded anstyle-query v1.1.5
2742026-07-21T17:19:51.603Z Downloaded clap_lex v1.0.0
2752026-07-21T17:19:51.603Z Downloaded anstyle-parse v1.0.0
2762026-07-21T17:19:51.603Z Downloaded bytecount v0.6.9
2772026-07-21T17:19:51.603Z Downloaded zerocopy-derive v0.7.35
2782026-07-21T17:19:51.604Z Downloaded zerocopy v0.7.35
2792026-07-21T17:19:51.613Z Downloaded serde_tokenstream v0.2.3
2802026-07-21T17:19:51.613Z Downloaded is_terminal_polyfill v1.70.2
2812026-07-21T17:19:51.613Z Downloaded errno v0.3.14
2822026-07-21T17:19:51.613Z Downloaded cargo-platform v0.3.2
2832026-07-21T17:19:51.613Z Downloaded cpufeatures v0.2.17
2842026-07-21T17:19:51.613Z Downloaded block-buffer v0.10.4
2852026-07-21T17:19:51.613Z Downloaded fnv v1.0.7
2862026-07-21T17:19:51.613Z Downloaded cfg-if v1.0.4
2872026-07-21T17:19:51.613Z Downloaded heck v0.4.1
2882026-07-21T17:19:51.613Z Downloaded strsim v0.11.1
2892026-07-21T17:19:51.613Z Downloaded cargo_metadata v0.23.1
2902026-07-21T17:19:51.629Z Downloaded itoa v1.0.17
2912026-07-21T17:19:51.629Z Downloaded heck v0.5.0
2922026-07-21T17:19:51.629Z Downloaded pest_derive v2.8.6
2932026-07-21T17:19:51.629Z Downloaded camino v1.2.2
2942026-07-21T17:19:51.636Z Downloaded usdt-macro v0.5.0
2952026-07-21T17:19:51.637Z Downloaded dof v0.3.0
2962026-07-21T17:19:51.637Z Downloaded version_check v0.9.5
2972026-07-21T17:19:51.637Z Downloaded macaddr v1.0.1
2982026-07-21T17:19:51.645Z Downloaded usdt v0.5.0
2992026-07-21T17:19:51.645Z Downloaded dtrace-parser v0.2.0
3002026-07-21T17:19:51.645Z Downloaded crypto-common v0.1.7
3012026-07-21T17:19:51.645Z Downloaded toml_write v0.1.2
3022026-07-21T17:19:51.645Z Downloaded thread-id v4.2.2
3032026-07-21T17:19:51.654Z Downloaded tabled_derive v0.7.0
3042026-07-21T17:19:51.662Z Downloaded proc-macro-error-attr v1.0.4
3052026-07-21T17:19:51.662Z Downloaded colorchoice v1.0.4
3062026-07-21T17:19:51.662Z Downloaded usdt-attr-macro v0.5.0
3072026-07-21T17:19:51.662Z Downloaded smawk v0.3.2
3082026-07-21T17:19:51.662Z Downloaded swrite v0.1.0
3092026-07-21T17:19:51.662Z Downloaded memmap v0.7.0
3102026-07-21T17:19:51.670Z Downloaded serde_spanned v0.6.9
3112026-07-21T17:19:51.670Z Downloaded pretty-hex v0.4.1
3122026-07-21T17:19:51.670Z Downloaded unicode-linebreak v0.1.5
3132026-07-21T17:19:51.677Z Downloaded digest v0.10.7
3142026-07-21T17:19:51.677Z Downloaded byteorder v1.5.0
3152026-07-21T17:19:51.690Z Downloaded bitflags v2.11.0
3162026-07-21T17:19:51.690Z Downloaded terminal_size v0.4.3
3172026-07-21T17:19:51.698Z Downloaded plain v0.2.3
3182026-07-21T17:19:51.698Z Downloaded utf8parse v0.2.2
3192026-07-21T17:19:51.698Z Downloaded scroll_derive v0.12.1
3202026-07-21T17:19:51.698Z Downloaded autocfg v1.5.0
3212026-07-21T17:19:51.698Z Downloaded fs-err v3.3.0
3222026-07-21T17:19:51.698Z Downloaded toml_datetime v0.6.11
3232026-07-21T17:19:51.707Z Downloaded thiserror-impl v2.0.18
3242026-07-21T17:19:51.718Z Downloaded thiserror-impl v1.0.69
3252026-07-21T17:19:51.718Z Downloaded scroll v0.12.0
3262026-07-21T17:19:51.719Z Downloaded usdt-impl v0.5.0
3272026-07-21T17:19:51.719Z Downloaded thiserror v1.0.69
3282026-07-21T17:19:51.730Z Downloaded sha2 v0.10.9
3292026-07-21T17:19:51.730Z Downloaded clap_derive v4.6.1
3302026-07-21T17:19:51.730Z Downloaded getrandom v0.4.1
3312026-07-21T17:19:51.737Z Downloaded camino-tempfile v1.4.1
3322026-07-21T17:19:51.738Z Downloaded once_cell v1.21.3
3332026-07-21T17:19:51.752Z Downloaded toml v0.8.23
3342026-07-21T17:19:51.752Z Downloaded proc-macro-error v1.0.4
3352026-07-21T17:19:51.774Z Downloaded ucd-trie v0.1.7
3362026-07-21T17:19:51.774Z Downloaded semver v1.0.28
3372026-07-21T17:19:51.774Z Downloaded thiserror v2.0.18
3382026-07-21T17:19:51.774Z Downloaded tempfile v3.25.0
3392026-07-21T17:19:51.774Z Downloaded unicode-ident v1.0.24
3402026-07-21T17:19:51.774Z Downloaded pest_generator v2.8.6
3412026-07-21T17:19:51.774Z Downloaded papergrid v0.11.0
3422026-07-21T17:19:51.791Z Downloaded textwrap v0.16.2
3432026-07-21T17:19:51.791Z Downloaded log v0.4.29
3442026-07-21T17:19:51.792Z Downloaded serde_derive v1.0.228
3452026-07-21T17:19:51.792Z Downloaded clap v4.6.1
3462026-07-21T17:19:51.792Z Downloaded serde_core v1.0.228
3472026-07-21T17:19:51.804Z Downloaded quote v1.0.45
3482026-07-21T17:19:51.804Z Downloaded pest_meta v2.8.6
3492026-07-21T17:19:51.804Z Downloaded proc-macro2 v1.0.106
3502026-07-21T17:19:51.816Z Downloaded toml_edit v0.22.27
3512026-07-21T17:19:51.822Z Downloaded serde v1.0.228
3522026-07-21T17:19:51.822Z Downloaded memchr v2.8.0
3532026-07-21T17:19:51.835Z Downloaded indexmap v2.14.0
3542026-07-21T17:19:51.869Z Downloaded typenum v1.20.1
3552026-07-21T17:19:51.876Z Downloaded pest v2.8.6
3562026-07-21T17:19:51.884Z Downloaded goblin v0.8.2
3572026-07-21T17:19:51.885Z Downloaded clap_builder v4.6.0
3582026-07-21T17:19:51.891Z Downloaded serde_json v1.0.150
3592026-07-21T17:19:51.900Z Downloaded winnow v0.7.14
3602026-07-21T17:19:51.920Z Downloaded tabled v0.15.0
3612026-07-21T17:19:51.934Z Downloaded syn v1.0.109
3622026-07-21T17:19:51.943Z Downloaded unicode-width v0.2.0
3632026-07-21T17:19:51.943Z Downloaded unicode-width v0.1.14
3642026-07-21T17:19:51.951Z Downloaded syn v2.0.117
3652026-07-21T17:19:51.959Z Downloaded rustix v1.1.3
3662026-07-21T17:19:51.998Z Downloaded libc v0.2.185
3672026-07-21T17:19:52.059Z Compiling proc-macro2 v1.0.106
3682026-07-21T17:19:52.068Z Compiling unicode-ident v1.0.24
3692026-07-21T17:19:52.068Z Compiling quote v1.0.45
3702026-07-21T17:19:52.068Z Compiling serde_core v1.0.228
3712026-07-21T17:19:52.068Z Compiling libc v0.2.185
3722026-07-21T17:19:52.068Z Compiling version_check v0.9.5
3732026-07-21T17:19:52.068Z Compiling memchr v2.8.0
3742026-07-21T17:19:52.068Z Compiling serde v1.0.228
3752026-07-21T17:19:52.229Z Compiling zmij v1.0.21
3762026-07-21T17:19:52.238Z Compiling ucd-trie v0.1.7
3772026-07-21T17:19:52.238Z Compiling itoa v1.0.17
3782026-07-21T17:19:52.246Z Compiling thiserror v1.0.69
3792026-07-21T17:19:52.246Z Compiling rustix v1.1.3
3802026-07-21T17:19:52.246Z Compiling byteorder v1.5.0
3812026-07-21T17:19:52.450Z Compiling serde_json v1.0.150
3822026-07-21T17:19:52.616Z Compiling bitflags v2.11.0
3832026-07-21T17:19:52.655Z Compiling proc-macro-error-attr v1.0.4
3842026-07-21T17:19:52.711Z Compiling usdt-impl v0.5.0
3852026-07-21T17:19:52.770Z Compiling camino v1.2.2
3862026-07-21T17:19:52.856Z Compiling syn v1.0.109
3872026-07-21T17:19:52.889Z Compiling pest v2.8.6
3882026-07-21T17:19:52.967Z Compiling proc-macro-error v1.0.4
3892026-07-21T17:19:53.023Z Compiling equivalent v1.0.2
3902026-07-21T17:19:53.044Z Compiling log v0.4.29
3912026-07-21T17:19:53.087Z Compiling plain v0.2.3
3922026-07-21T17:19:53.104Z Compiling hashbrown v0.17.0
3932026-07-21T17:19:53.124Z Compiling utf8parse v0.2.2
3942026-07-21T17:19:53.175Z Compiling getrandom v0.4.1
3952026-07-21T17:19:53.229Z Compiling anstyle-query v1.1.5
3962026-07-21T17:19:53.246Z Compiling winnow v0.7.14
3972026-07-21T17:19:53.307Z Compiling anstyle-parse v1.0.0
3982026-07-21T17:19:53.336Z Compiling toml_write v0.1.2
3992026-07-21T17:19:53.352Z Compiling autocfg v1.5.0
4002026-07-21T17:19:53.352Z Compiling is_terminal_polyfill v1.70.2
4012026-07-21T17:19:53.405Z Compiling cfg-if v1.0.4
4022026-07-21T17:19:53.422Z Compiling pretty-hex v0.4.1
4032026-07-21T17:19:53.436Z Compiling thiserror v2.0.18
4042026-07-21T17:19:53.457Z Compiling errno v0.3.14
4052026-07-21T17:19:53.474Z Compiling thread-id v4.2.2
4062026-07-21T17:19:53.551Z Compiling colorchoice v1.0.4
4072026-07-21T17:19:53.586Z Compiling anstyle v1.0.14
4082026-07-21T17:19:53.593Z Compiling unicode-width v0.1.14
4092026-07-21T17:19:53.626Z Compiling indexmap v2.14.0
4102026-07-21T17:19:53.664Z Compiling anyhow v1.0.102
4112026-07-21T17:19:53.664Z Compiling clap_lex v1.0.0
4122026-07-21T17:19:53.691Z Compiling anstream v1.0.0
4132026-07-21T17:19:53.742Z Compiling syn v2.0.117
4142026-07-21T17:19:53.855Z Compiling fs-err v3.3.0
4152026-07-21T17:19:53.867Z Compiling heck v0.4.1
4162026-07-21T17:19:53.896Z Compiling fnv v1.0.7
4172026-07-21T17:19:53.945Z Compiling once_cell v1.21.3
4182026-07-21T17:19:54.035Z Compiling pest_meta v2.8.6
4192026-07-21T17:19:54.124Z Compiling strsim v0.11.1
4202026-07-21T17:19:54.156Z Compiling heck v0.5.0
4212026-07-21T17:19:54.156Z Compiling bytecount v0.6.9
4222026-07-21T17:19:54.190Z Compiling fastrand v2.3.0
4232026-07-21T17:19:54.240Z Compiling papergrid v0.11.0
4242026-07-21T17:19:54.273Z Compiling memmap v0.7.0
4252026-07-21T17:19:54.287Z Compiling smawk v0.3.2
4262026-07-21T17:19:54.318Z Compiling unicode-linebreak v0.1.5
4272026-07-21T17:19:54.338Z Compiling unicode-width v0.2.0
4282026-07-21T17:19:54.442Z Compiling swrite v0.1.0
4292026-07-21T17:19:54.474Z Compiling terminal_size v0.4.3
4302026-07-21T17:19:54.485Z Compiling tempfile v3.25.0
4312026-07-21T17:19:54.610Z Compiling clap_builder v4.6.0
4322026-07-21T17:19:54.671Z Compiling textwrap v0.16.2
4332026-07-21T17:19:54.807Z Compiling cargo-platform v0.3.2
4342026-07-21T17:19:54.835Z Compiling semver v1.0.28
4352026-07-21T17:19:55.069Z Compiling camino-tempfile v1.4.1
4362026-07-21T17:19:55.295Z Compiling tabled_derive v0.7.0
4372026-07-21T17:19:55.920Z Compiling pest_generator v2.8.6
4382026-07-21T17:20:00.391Z Compiling tabled v0.15.0
4392026-07-21T17:20:00.391Z Compiling serde_derive v1.0.228
4402026-07-21T17:20:00.391Z Compiling thiserror-impl v1.0.69
4412026-07-21T17:20:00.391Z Compiling zerocopy-derive v0.7.35
4422026-07-21T17:20:00.391Z Compiling scroll_derive v0.12.1
4432026-07-21T17:20:00.391Z Compiling thiserror-impl v2.0.18
4442026-07-21T17:20:00.391Z Compiling clap_derive v4.6.1
4452026-07-21T17:20:00.391Z Compiling pest_derive v2.8.6
4462026-07-21T17:20:00.391Z Compiling scroll v0.12.0
4472026-07-21T17:20:00.391Z Compiling zerocopy v0.7.35
4482026-07-21T17:20:00.391Z Compiling goblin v0.8.2
4492026-07-21T17:20:00.391Z Compiling dtrace-parser v0.2.0
4502026-07-21T17:20:00.391Z Compiling clap v4.6.1
4512026-07-21T17:20:00.431Z Compiling toml_datetime v0.6.11
4522026-07-21T17:20:00.431Z Compiling serde_spanned v0.6.9
4532026-07-21T17:20:00.431Z Compiling cargo_metadata v0.23.1
4542026-07-21T17:20:00.431Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-07-21T17:20:00.431Z Compiling macaddr v1.0.1
4562026-07-21T17:20:00.431Z Compiling dof v0.3.0
4572026-07-21T17:20:00.431Z Compiling serde_tokenstream v0.2.3
4582026-07-21T17:20:00.431Z Compiling toml_edit v0.22.27
4592026-07-21T17:20:00.431Z Compiling usdt-macro v0.5.0
4602026-07-21T17:20:00.431Z Compiling usdt-attr-macro v0.5.0
4612026-07-21T17:20:00.431Z Compiling usdt v0.5.0
4622026-07-21T17:20:00.464Z Compiling toml v0.8.23
4632026-07-21T17:20:00.868Z Compiling cargo_toml v0.21.0
4642026-07-21T17:20:02.005Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-21T17:20:03.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.31s
4662026-07-21T17:20:04.228Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-21T17:20:04.732Z Downloading crates ...
4682026-07-21T17:20:04.819Z Downloaded bit-set v0.8.0
4692026-07-21T17:20:04.823Z Downloaded async-stream v0.3.6
4702026-07-21T17:20:04.830Z Downloaded adler2 v2.0.1
4712026-07-21T17:20:04.833Z Downloaded argon2 v0.5.3
4722026-07-21T17:20:04.837Z Downloaded castaway v0.2.4
4732026-07-21T17:20:04.843Z Downloaded base16ct v0.2.0
4742026-07-21T17:20:04.846Z Downloaded camino-tempfile-ext v0.3.3
4752026-07-21T17:20:04.846Z Downloaded arc-swap v1.8.2
4762026-07-21T17:20:04.849Z Downloaded bcrypt-pbkdf v0.11.0
4772026-07-21T17:20:04.854Z Downloaded atomicwrites v0.4.4
4782026-07-21T17:20:04.854Z Downloaded async-recursion v1.1.1
4792026-07-21T17:20:04.858Z Downloaded async-stream-impl v0.3.6
4802026-07-21T17:20:04.858Z Downloaded ascii-canvas v3.0.0
4812026-07-21T17:20:04.858Z Downloaded byte-wrapper v0.1.0
4822026-07-21T17:20:04.858Z Downloaded arrayref v0.3.9
4832026-07-21T17:20:04.861Z Downloaded atty v0.2.14
4842026-07-21T17:20:04.862Z Downloaded bitfield-struct v0.6.2
4852026-07-21T17:20:04.865Z Downloaded base16ct v1.0.0
4862026-07-21T17:20:04.870Z Downloaded bit-set v0.5.3
4872026-07-21T17:20:04.877Z Downloaded bit-vec v0.6.3
4882026-07-21T17:20:04.877Z Downloaded curve25519-dalek-derive v0.1.1
4892026-07-21T17:20:04.877Z Downloaded backon v1.6.0
4902026-07-21T17:20:04.882Z Downloaded cstr-argument v0.1.2
4912026-07-21T17:20:04.882Z Downloaded darling_macro v0.20.11
4922026-07-21T17:20:04.882Z Downloaded convert_case v0.4.0
4932026-07-21T17:20:04.882Z Downloaded data-encoding v2.10.0
4942026-07-21T17:20:04.882Z Downloaded crossbeam-utils v0.8.21
4952026-07-21T17:20:04.885Z Downloaded darling v0.13.4
4962026-07-21T17:20:04.885Z Downloaded bitfield v0.19.4
4972026-07-21T17:20:04.885Z Downloaded crc8 v0.1.1
4982026-07-21T17:20:04.885Z Downloaded aead v0.5.2
4992026-07-21T17:20:04.888Z Downloaded dsl_auto_type v0.2.0
5002026-07-21T17:20:04.888Z Downloaded assert_matches v1.5.0
5012026-07-21T17:20:04.888Z Downloaded array-init v0.0.4
5022026-07-21T17:20:04.891Z Downloaded bitfield-macros v0.19.4
5032026-07-21T17:20:04.891Z Downloaded downcast-rs v2.0.2
5042026-07-21T17:20:04.891Z Downloaded block-buffer v0.12.1
5052026-07-21T17:20:04.895Z Downloaded darling_macro v0.23.0
5062026-07-21T17:20:04.895Z Downloaded darling_macro v0.13.4
5072026-07-21T17:20:04.895Z Downloaded difflib v0.4.0
5082026-07-21T17:20:04.895Z Downloaded crc v3.4.0
5092026-07-21T17:20:04.898Z Downloaded cobs v0.3.0
5102026-07-21T17:20:04.898Z Downloaded atomic-waker v1.1.2
5112026-07-21T17:20:04.898Z Downloaded cpubits v0.1.1
5122026-07-21T17:20:04.898Z Downloaded bitflags v1.3.2
5132026-07-21T17:20:04.901Z Downloaded aead v0.6.1
5142026-07-21T17:20:04.901Z Downloaded bb8 v0.8.6
5152026-07-21T17:20:04.902Z Downloaded crunchy v0.2.4
5162026-07-21T17:20:04.904Z Downloaded cpufeatures v0.3.0
5172026-07-21T17:20:04.905Z Downloaded ctutils v0.4.2
5182026-07-21T17:20:04.911Z Downloaded critical-section v1.2.0
5192026-07-21T17:20:04.914Z Downloaded defmt v0.3.100
5202026-07-21T17:20:04.914Z Downloaded crypto-common v0.2.2
5212026-07-21T17:20:04.914Z Downloaded debug-ignore v1.0.5
5222026-07-21T17:20:04.917Z Downloaded crucible-workspace-hack v0.1.0
5232026-07-21T17:20:04.917Z Downloaded compression-core v0.4.31
5242026-07-21T17:20:04.917Z Downloaded cfg_aliases v0.1.1
5252026-07-21T17:20:04.918Z Downloaded darling_macro v0.21.3
5262026-07-21T17:20:04.931Z Downloaded document-features v0.2.12
5272026-07-21T17:20:04.935Z Downloaded ciborium-io v0.2.2
5282026-07-21T17:20:04.935Z Downloaded ciborium-ll v0.2.2
5292026-07-21T17:20:04.935Z Downloaded daft-derive v0.1.7
5302026-07-21T17:20:04.935Z Downloaded cfg_aliases v0.2.1
5312026-07-21T17:20:04.935Z Downloaded block-padding v0.4.2
5322026-07-21T17:20:04.939Z Downloaded ctr v0.10.1
5332026-07-21T17:20:04.942Z Downloaded crossbeam-deque v0.8.6
5342026-07-21T17:20:04.950Z Downloaded dyn-clone v1.0.20
5352026-07-21T17:20:04.950Z Downloaded dtrace-parser v0.3.0
5362026-07-21T17:20:04.950Z Downloaded dunce v1.0.5
5372026-07-21T17:20:04.954Z Downloaded dropshot-api-manager-types v0.7.2
5382026-07-21T17:20:04.954Z Downloaded dof v0.4.0
5392026-07-21T17:20:04.954Z Downloaded enum-as-inner v0.6.1
5402026-07-21T17:20:04.954Z Downloaded cmake v0.1.57
5412026-07-21T17:20:04.954Z Downloaded async-trait v0.1.89
5422026-07-21T17:20:04.954Z Downloaded dirs-sys-next v0.1.2
5432026-07-21T17:20:04.954Z Downloaded arrayvec v0.7.6
5442026-07-21T17:20:04.958Z Downloaded dirs-next v2.0.0
5452026-07-21T17:20:04.958Z Downloaded env_filter v1.0.0
5462026-07-21T17:20:04.958Z Downloaded bcs v0.1.6
5472026-07-21T17:20:04.964Z Downloaded daft v0.1.7
5482026-07-21T17:20:04.964Z Downloaded csv-core v0.1.13
5492026-07-21T17:20:04.964Z Downloaded anstyle-parse v0.2.7
5502026-07-21T17:20:04.968Z Downloaded defmt v1.0.1
5512026-07-21T17:20:04.968Z Downloaded defmt-macros v1.0.1
5522026-07-21T17:20:04.968Z Downloaded diesel_table_macro_syntax v0.3.0
5532026-07-21T17:20:04.968Z Downloaded base64ct v1.8.3
5542026-07-21T17:20:04.974Z Downloaded base64 v0.22.1
5552026-07-21T17:20:04.974Z Downloaded display-error-chain v0.2.2
5562026-07-21T17:20:04.974Z Downloaded defmt-parser v1.0.0
5572026-07-21T17:20:04.974Z Downloaded argon2 v0.6.0-rc.8
5582026-07-21T17:20:04.979Z Downloaded crc-catalog v2.4.0
5592026-07-21T17:20:04.979Z Downloaded corncobs v0.1.4
5602026-07-21T17:20:04.979Z Downloaded flagset v0.4.7
5612026-07-21T17:20:04.979Z Downloaded embedded-io v0.6.1
5622026-07-21T17:20:04.982Z Downloaded ar_archive_writer v0.5.1
5632026-07-21T17:20:04.983Z Downloaded anstream v0.6.21
5642026-07-21T17:20:04.983Z Downloaded digest-io v0.1.0
5652026-07-21T17:20:04.987Z Downloaded constant_time_eq v0.4.2
5662026-07-21T17:20:04.988Z Downloaded endian-type v0.1.2
5672026-07-21T17:20:04.988Z Downloaded derive_builder_macro v0.20.2
5682026-07-21T17:20:04.988Z Downloaded buf-list v1.1.2
5692026-07-21T17:20:04.991Z Downloaded float-cmp v0.10.0
5702026-07-21T17:20:04.991Z Downloaded fixedbitset v0.4.2
5712026-07-21T17:20:04.991Z Downloaded foreign-types v0.5.0
5722026-07-21T17:20:04.991Z Downloaded funty v2.0.0
5732026-07-21T17:20:04.991Z Downloaded embedded-io v0.4.0
5742026-07-21T17:20:04.998Z Downloaded futures-sink v0.3.32
5752026-07-21T17:20:04.998Z Downloaded backoff v0.4.0
5762026-07-21T17:20:05.002Z Downloaded darling v0.21.3
5772026-07-21T17:20:05.002Z Downloaded compression-codecs v0.4.37
5782026-07-21T17:20:05.002Z Downloaded crossbeam-epoch v0.9.18
5792026-07-21T17:20:05.019Z Downloaded const_format_proc_macros v0.2.34
5802026-07-21T17:20:05.019Z Downloaded convert_case v0.10.0
5812026-07-21T17:20:05.025Z Downloaded chacha20 v0.9.1
5822026-07-21T17:20:05.025Z Downloaded blowfish v0.10.0
5832026-07-21T17:20:05.025Z Downloaded cexpr v0.6.0
5842026-07-21T17:20:05.025Z Downloaded cipher v0.4.4
5852026-07-21T17:20:05.025Z Downloaded cmov v0.5.4
5862026-07-21T17:20:05.025Z Downloaded futures-macro v0.3.32
5872026-07-21T17:20:05.025Z Downloaded ena v0.14.4
5882026-07-21T17:20:05.025Z Downloaded fxhash v0.2.1
5892026-07-21T17:20:05.025Z Downloaded bzip2 v0.6.1
5902026-07-21T17:20:05.025Z Downloaded foreign-types-shared v0.3.1
5912026-07-21T17:20:05.025Z Downloaded ahash v0.8.12
5922026-07-21T17:20:05.025Z Downloaded foreign-types-shared v0.1.1
5932026-07-21T17:20:05.025Z Downloaded fallible-iterator v0.2.0
5942026-07-21T17:20:05.025Z Downloaded form_urlencoded v1.2.2
5952026-07-21T17:20:05.025Z Downloaded float-ord v0.3.2
5962026-07-21T17:20:05.025Z Downloaded ed25519 v2.2.3
5972026-07-21T17:20:05.025Z Downloaded globwalk v0.9.1
5982026-07-21T17:20:05.031Z Downloaded env_logger v0.11.9
5992026-07-21T17:20:05.031Z Downloaded ff v0.14.0
6002026-07-21T17:20:05.031Z Downloaded foreign-types-macros v0.2.3
6012026-07-21T17:20:05.031Z Downloaded colored v2.2.0
6022026-07-21T17:20:05.036Z Downloaded futures-core v0.3.32
6032026-07-21T17:20:05.036Z Downloaded async-bb8-diesel v0.2.1
6042026-07-21T17:20:05.036Z Downloaded allocator-api2 v0.2.21
6052026-07-21T17:20:05.036Z Downloaded gethostname v0.5.0
6062026-07-21T17:20:05.036Z Downloaded find-msvc-tools v0.1.9
6072026-07-21T17:20:05.040Z Downloaded filetime v0.2.27
6082026-07-21T17:20:05.040Z Downloaded git-stub v1.0.0
6092026-07-21T17:20:05.041Z Downloaded ghash v0.6.0
6102026-07-21T17:20:05.041Z Downloaded ff v0.13.1
6112026-07-21T17:20:05.041Z Downloaded chacha20 v0.10.0
6122026-07-21T17:20:05.044Z Downloaded bzip2 v0.4.4
6132026-07-21T17:20:05.044Z Downloaded futures-io v0.3.32
6142026-07-21T17:20:05.044Z Downloaded fs_extra v1.3.0
6152026-07-21T17:20:05.047Z Downloaded futures-task v0.3.32
6162026-07-21T17:20:05.047Z Downloaded cookie_store v0.22.1
6172026-07-21T17:20:05.047Z Downloaded hex-literal v1.1.0
6182026-07-21T17:20:05.050Z Downloaded hex v0.4.3
6192026-07-21T17:20:05.050Z Downloaded headers-core v0.3.0
6202026-07-21T17:20:05.050Z Downloaded ciborium v0.2.2
6212026-07-21T17:20:05.054Z Downloaded async-compression v0.4.41
6222026-07-21T17:20:05.057Z Downloaded hostname v0.4.2
6232026-07-21T17:20:05.057Z Downloaded fd-lock v4.0.4
6242026-07-21T17:20:05.061Z Downloaded enum_dispatch v0.3.13
6252026-07-21T17:20:05.061Z Downloaded console v0.16.2
6262026-07-21T17:20:05.065Z Downloaded colored v3.1.1
6272026-07-21T17:20:05.065Z Downloaded either v1.15.0
6282026-07-21T17:20:05.065Z Downloaded derive-ex v0.1.8
6292026-07-21T17:20:05.068Z Downloaded crc32fast v1.5.0
6302026-07-21T17:20:05.068Z Downloaded crc-any v2.5.0
6312026-07-21T17:20:05.068Z Downloaded cookie v0.18.1
6322026-07-21T17:20:05.071Z Downloaded foldhash v0.2.0
6332026-07-21T17:20:05.071Z Downloaded hash32 v0.2.1
6342026-07-21T17:20:05.071Z Downloaded ed25519 v3.0.0
6352026-07-21T17:20:05.075Z Downloaded der_derive v0.7.3
6362026-07-21T17:20:05.075Z Downloaded hash32 v0.3.1
6372026-07-21T17:20:05.075Z Downloaded darling_core v0.13.4
6382026-07-21T17:20:05.079Z Downloaded group v0.14.0
6392026-07-21T17:20:05.083Z Downloaded globset v0.4.18
6402026-07-21T17:20:05.083Z Downloaded erased-serde v0.3.31
6412026-07-21T17:20:05.083Z Downloaded group v0.13.0
6422026-07-21T17:20:05.083Z Downloaded hubpack_derive v0.1.1
6432026-07-21T17:20:05.083Z Downloaded hubpack v0.1.2
6442026-07-21T17:20:05.086Z Downloaded digest v0.11.3
6452026-07-21T17:20:05.086Z Downloaded console v0.15.11
6462026-07-21T17:20:05.093Z Downloaded ecdsa v0.16.9
6472026-07-21T17:20:05.093Z Downloaded cipher v0.5.2
6482026-07-21T17:20:05.100Z Downloaded deranged v0.5.8
6492026-07-21T17:20:05.100Z Downloaded const-oid v0.9.6
6502026-07-21T17:20:05.100Z Downloaded clang-sys v1.8.1
6512026-07-21T17:20:05.100Z Downloaded home v0.5.12
6522026-07-21T17:20:05.100Z Downloaded httpdate v1.0.3
6532026-07-21T17:20:05.100Z Downloaded futures-channel v0.3.32
6542026-07-21T17:20:05.105Z Downloaded http-range v0.1.5
6552026-07-21T17:20:05.105Z Downloaded http-body v1.0.1
6562026-07-21T17:20:05.105Z Downloaded hostname v0.3.1
6572026-07-21T17:20:05.105Z Downloaded bs58 v0.5.1
6582026-07-21T17:20:05.105Z Downloaded cbc v0.2.1
6592026-07-21T17:20:05.105Z Downloaded ident_case v1.0.1
6602026-07-21T17:20:05.105Z Downloaded instant v0.1.13
6612026-07-21T17:20:05.109Z Downloaded illumos-nvpair-sys v0.2.0
6622026-07-21T17:20:05.109Z Downloaded futures-executor v0.3.32
6632026-07-21T17:20:05.109Z Downloaded fs-err v2.11.0
6642026-07-21T17:20:05.109Z Downloaded illumos-nvpair v0.3.0
6652026-07-21T17:20:05.109Z Downloaded foldhash v0.1.5
6662026-07-21T17:20:05.109Z Downloaded indent_write v2.2.0
6672026-07-21T17:20:05.112Z Downloaded instability v0.3.11
6682026-07-21T17:20:05.112Z Downloaded inout v0.1.4
6692026-07-21T17:20:05.112Z Downloaded glob v0.3.3
6702026-07-21T17:20:05.116Z Downloaded git-stub-vcs v0.1.0
6712026-07-21T17:20:05.116Z Downloaded diesel-dtrace v0.5.0
6722026-07-21T17:20:05.117Z Downloaded hyper-tls v0.6.0
6732026-07-21T17:20:05.121Z Downloaded http-body-util v0.1.3
6742026-07-21T17:20:05.121Z Downloaded cancel-safe-futures v0.1.5
6752026-07-21T17:20:05.121Z Downloaded blake2 v0.11.0-rc.6
6762026-07-21T17:20:05.124Z Downloaded bit-vec v0.8.0
6772026-07-21T17:20:05.124Z Downloaded foreign-types v0.3.2
6782026-07-21T17:20:05.124Z Downloaded cassowary v0.3.0
6792026-07-21T17:20:05.127Z Downloaded blake2 v0.10.6
6802026-07-21T17:20:05.130Z Downloaded is-terminal v0.4.17
6812026-07-21T17:20:05.134Z Downloaded darling v0.20.11
6822026-07-21T17:20:05.138Z Downloaded is_ci v1.2.0
6832026-07-21T17:20:05.138Z Downloaded ecdsa v0.17.0-rc.18
6842026-07-21T17:20:05.154Z Downloaded darling v0.23.0
6852026-07-21T17:20:05.154Z Downloaded hyper-staticfile v0.10.1
6862026-07-21T17:20:05.165Z Downloaded lalrpop-util v0.19.12
6872026-07-21T17:20:05.165Z Downloaded inout v0.2.2
6882026-07-21T17:20:05.165Z Downloaded indoc v1.0.9
6892026-07-21T17:20:05.165Z Downloaded lazy_static v1.5.0
6902026-07-21T17:20:05.165Z Downloaded internet-checksum v0.2.1
6912026-07-21T17:20:05.165Z Downloaded delegate v0.13.5
6922026-07-21T17:20:05.165Z Downloaded libscf-sys v1.1.0
6932026-07-21T17:20:05.165Z Downloaded keccak v0.1.6
6942026-07-21T17:20:05.165Z Downloaded diff v0.1.13
6952026-07-21T17:20:05.165Z Downloaded derive_builder v0.20.2
6962026-07-21T17:20:05.165Z Downloaded fixedbitset v0.5.7
6972026-07-21T17:20:05.165Z Downloaded fatfs v0.3.6
6982026-07-21T17:20:05.172Z Downloaded derive_builder_core v0.20.2
6992026-07-21T17:20:05.172Z Downloaded futures v0.3.32
7002026-07-21T17:20:05.173Z Downloaded kem v0.3.0
7012026-07-21T17:20:05.173Z Downloaded idna_adapter v1.2.1
7022026-07-21T17:20:05.173Z Downloaded linked-hash-map v0.5.6
7032026-07-21T17:20:05.177Z Downloaded impl-trait-for-tuples v0.2.3
7042026-07-21T17:20:05.177Z Downloaded lru-slab v0.1.2
7052026-07-21T17:20:05.177Z Downloaded displaydoc v0.2.5
7062026-07-21T17:20:05.177Z Downloaded lzss v0.8.2
7072026-07-21T17:20:05.181Z Downloaded hmac v0.12.1
7082026-07-21T17:20:05.181Z Downloaded highway v1.3.0
7092026-07-21T17:20:05.181Z Downloaded base64 v0.21.7
7102026-07-21T17:20:05.187Z Downloaded kstat-rs v0.2.4
7112026-07-21T17:20:05.187Z Downloaded compact_str v0.8.1
7122026-07-21T17:20:05.194Z Downloaded bytes v1.11.1
7132026-07-21T17:20:05.194Z Downloaded ipnetwork v0.21.1
7142026-07-21T17:20:05.194Z Downloaded mime v0.3.17
7152026-07-21T17:20:05.194Z Downloaded memoffset v0.9.1
7162026-07-21T17:20:05.199Z Downloaded lru v0.12.5
7172026-07-21T17:20:05.199Z Downloaded const-oid v0.10.2
7182026-07-21T17:20:05.199Z Downloaded derive_more v0.99.20
7192026-07-21T17:20:05.199Z Downloaded ingot-types v0.1.2
7202026-07-21T17:20:05.202Z Downloaded ingot v0.1.1
7212026-07-21T17:20:05.202Z Downloaded half v2.7.1
7222026-07-21T17:20:05.207Z Downloaded humantime v2.3.0
7232026-07-21T17:20:05.211Z Downloaded libefi-sys v0.1.0
7242026-07-21T17:20:05.216Z Downloaded keccak v0.2.0
7252026-07-21T17:20:05.216Z Downloaded new_debug_unreachable v1.0.6
7262026-07-21T17:20:05.216Z Downloaded match_cfg v0.1.0
7272026-07-21T17:20:05.216Z Downloaded num v0.4.3
7282026-07-21T17:20:05.216Z Downloaded nibble_vec v0.1.0
7292026-07-21T17:20:05.220Z Downloaded newtype_derive v0.1.6
7302026-07-21T17:20:05.220Z Downloaded newtype-uuid-macros v0.1.0
7312026-07-21T17:20:05.220Z Downloaded maplit v1.0.2
7322026-07-21T17:20:05.220Z Downloaded md5 v0.8.0
7332026-07-21T17:20:05.220Z Downloaded elliptic-curve v0.13.8
7342026-07-21T17:20:05.224Z Downloaded num-conv v0.2.0
7352026-07-21T17:20:05.224Z Downloaded half v1.8.3
7362026-07-21T17:20:05.224Z Downloaded libloading v0.8.9
7372026-07-21T17:20:05.231Z Downloaded libsw v3.5.0
7382026-07-21T17:20:05.231Z Downloaded md-5 v0.10.6
7392026-07-21T17:20:05.231Z Downloaded darling_core v0.23.0
7402026-07-21T17:20:05.235Z Downloaded flume v0.11.1
7412026-07-21T17:20:05.235Z Downloaded maybe-uninit v2.0.0
7422026-07-21T17:20:05.235Z Downloaded managed v0.8.0
7432026-07-21T17:20:05.235Z Downloaded newline-converter v0.3.0
7442026-07-21T17:20:05.235Z Downloaded multimap v0.10.1
7452026-07-21T17:20:05.238Z Downloaded jobserver v0.1.34
7462026-07-21T17:20:05.238Z Downloaded nodrop v0.1.14
7472026-07-21T17:20:05.241Z Downloaded dropshot_endpoint v0.17.1
7482026-07-21T17:20:05.241Z Downloaded linear-map v1.2.0
7492026-07-21T17:20:05.245Z Downloaded indoc v2.0.7
7502026-07-21T17:20:05.245Z Downloaded num-iter v0.1.45
7512026-07-21T17:20:05.249Z Downloaded mime_guess v2.0.5
7522026-07-21T17:20:05.249Z Downloaded ipnet v2.11.0
7532026-07-21T17:20:05.249Z Downloaded darling_core v0.20.11
7542026-07-21T17:20:05.253Z Downloaded const_format v0.2.35
7552026-07-21T17:20:05.260Z Downloaded chacha20poly1305 v0.10.1
7562026-07-21T17:20:05.260Z Downloaded num_threads v0.1.7
7572026-07-21T17:20:05.260Z Downloaded normalize-line-endings v0.3.0
7582026-07-21T17:20:05.260Z Downloaded nonempty v0.12.0
7592026-07-21T17:20:05.264Z Downloaded openssl-macros v0.1.1
7602026-07-21T17:20:05.264Z Downloaded derive-where v1.6.0
7612026-07-21T17:20:05.264Z Downloaded crypto-bigint v0.5.5
7622026-07-21T17:20:05.268Z Downloaded oso-derive v0.27.3
7632026-07-21T17:20:05.268Z Downloaded openssl-probe v0.1.6
7642026-07-21T17:20:05.268Z Downloaded des v0.9.0
7652026-07-21T17:20:05.268Z Downloaded newtype-uuid v1.3.2
7662026-07-21T17:20:05.275Z Downloaded ingot-macros v0.1.1
7672026-07-21T17:20:05.275Z Downloaded hmac v0.13.0
7682026-07-21T17:20:05.275Z Downloaded bumpalo v3.20.2
7692026-07-21T17:20:05.279Z Downloaded num-derive v0.3.3
7702026-07-21T17:20:05.279Z Downloaded libsw-core v0.3.2
7712026-07-21T17:20:05.279Z Downloaded num_enum_derive v0.5.11
7722026-07-21T17:20:05.279Z Downloaded nu-ansi-term v0.50.3
7732026-07-21T17:20:05.279Z Downloaded num-complex v0.4.6
7742026-07-21T17:20:05.284Z Downloaded olpc-cjson v0.1.4
7752026-07-21T17:20:05.289Z Downloaded lock_api v0.4.14
7762026-07-21T17:20:05.298Z Downloaded getrandom v0.2.17
7772026-07-21T17:20:05.298Z Downloaded getrandom v0.3.4
7782026-07-21T17:20:05.307Z Downloaded openssl-probe v0.2.1
7792026-07-21T17:20:05.311Z Downloaded lru-cache v0.1.2
7802026-07-21T17:20:05.311Z Downloaded indexmap v1.9.3
7812026-07-21T17:20:05.314Z Downloaded module-lattice v0.2.3
7822026-07-21T17:20:05.314Z Downloaded ignore v0.4.25
7832026-07-21T17:20:05.318Z Downloaded parse-size v1.1.0
7842026-07-21T17:20:05.318Z Downloaded num-integer v0.1.46
7852026-07-21T17:20:05.318Z Downloaded packed_struct_codegen v0.10.1
7862026-07-21T17:20:05.318Z Downloaded nanorand v0.7.0
7872026-07-21T17:20:05.322Z Downloaded parse-display v0.10.0
7882026-07-21T17:20:05.322Z Downloaded icu_properties v2.1.2
7892026-07-21T17:20:05.322Z Downloaded memmap2 v0.9.10
7902026-07-21T17:20:05.326Z Downloaded iana-time-zone v0.1.65
7912026-07-21T17:20:05.326Z Downloaded native-tls v0.2.18
7922026-07-21T17:20:05.329Z Downloaded multer v3.1.0
7932026-07-21T17:20:05.329Z Downloaded percent-encoding v2.3.2
7942026-07-21T17:20:05.329Z Downloaded path-slash v0.1.5
7952026-07-21T17:20:05.329Z Downloaded expectorate v1.2.0
7962026-07-21T17:20:05.334Z Downloaded hyper-rustls v0.27.7
7972026-07-21T17:20:05.334Z Downloaded hybrid-array v0.4.13
7982026-07-21T17:20:05.337Z Downloaded heapless v0.7.17
7992026-07-21T17:20:05.337Z Downloaded phf_shared v0.13.1
8002026-07-21T17:20:05.337Z Downloaded password-hash v0.6.1
8012026-07-21T17:20:05.341Z Downloaded phf_shared v0.12.1
8022026-07-21T17:20:05.341Z Downloaded darling_core v0.21.3
8032026-07-21T17:20:05.344Z Downloaded peg-runtime v0.8.5
8042026-07-21T17:20:05.344Z Downloaded cc v1.2.56
8052026-07-21T17:20:05.347Z Downloaded icu_normalizer v2.1.1
8062026-07-21T17:20:05.347Z Downloaded generic-array v1.4.3
8072026-07-21T17:20:05.351Z Downloaded libbz2-rs-sys v0.2.2
8082026-07-21T17:20:05.351Z Downloaded oxnet v0.1.6
8092026-07-21T17:20:05.358Z Downloaded owo-colors v4.3.0
8102026-07-21T17:20:05.358Z Downloaded elliptic-curve v0.14.0-rc.33
8112026-07-21T17:20:05.361Z Downloaded packed_struct v0.10.1
8122026-07-21T17:20:05.361Z Downloaded parking_lot_core v0.8.6
8132026-07-21T17:20:05.361Z Downloaded num_enum v0.5.11
8142026-07-21T17:20:05.365Z Downloaded opaque-debug v0.3.1
8152026-07-21T17:20:05.365Z Downloaded num_enum_derive v0.7.6
8162026-07-21T17:20:05.365Z Downloaded precomputed-hash v0.1.1
8172026-07-21T17:20:05.366Z Downloaded num_enum v0.7.6
8182026-07-21T17:20:05.369Z Downloaded httparse v1.10.1
8192026-07-21T17:20:05.372Z Downloaded litrs v1.0.0
8202026-07-21T17:20:05.372Z Downloaded litemap v0.8.1
8212026-07-21T17:20:05.377Z Downloaded derive_more v2.1.1
8222026-07-21T17:20:05.380Z Downloaded icu_provider v2.1.1
8232026-07-21T17:20:05.384Z Downloaded heapless v0.8.0
8242026-07-21T17:20:05.387Z Downloaded predicates-tree v1.0.13
8252026-07-21T17:20:05.387Z Downloaded predicates-core v1.0.10
8262026-07-21T17:20:05.387Z Downloaded powerfmt v0.2.0
8272026-07-21T17:20:05.387Z Downloaded potential_utf v0.1.4
8282026-07-21T17:20:05.390Z Downloaded aes v0.9.1
8292026-07-21T17:20:05.390Z Downloaded flate2 v1.1.9
8302026-07-21T17:20:05.396Z Downloaded num-rational v0.4.2
8312026-07-21T17:20:05.399Z Downloaded oxide-tokio-rt v0.1.4
8322026-07-21T17:20:05.399Z Downloaded pem-rfc7468 v0.7.0
8332026-07-21T17:20:05.399Z Downloaded proc-macro-crate v1.3.1
8342026-07-21T17:20:05.399Z Downloaded paste v1.0.15
8352026-07-21T17:20:05.402Z Downloaded password-hash v0.5.0
8362026-07-21T17:20:05.402Z Downloaded parse-display-derive v0.10.0
8372026-07-21T17:20:05.406Z Downloaded proc-macro-error-attr2 v2.0.0
8382026-07-21T17:20:05.406Z Downloaded pem-rfc7468 v1.0.0
8392026-07-21T17:20:05.406Z Downloaded pin-project-internal v1.1.11
8402026-07-21T17:20:05.410Z Downloaded phf_shared v0.11.3
8412026-07-21T17:20:05.410Z Downloaded progenitor-macro v0.14.0
8422026-07-21T17:20:05.410Z Downloaded progenitor-macro v0.13.0
8432026-07-21T17:20:05.410Z Downloaded headers v0.4.1
8442026-07-21T17:20:05.415Z Downloaded peg v0.8.5
8452026-07-21T17:20:05.418Z Downloaded pkg-config v0.3.32
8462026-07-21T17:20:05.418Z Downloaded proc-macro-crate v3.4.0
8472026-07-21T17:20:05.418Z Downloaded ml-kem v0.3.2
8482026-07-21T17:20:05.421Z Downloaded peg-macros v0.8.5
8492026-07-21T17:20:05.421Z Downloaded num-derive v0.4.2
8502026-07-21T17:20:05.421Z Downloaded drift v0.2.0
8512026-07-21T17:20:05.428Z Downloaded quick-error v1.2.3
8522026-07-21T17:20:05.431Z Downloaded pkcs8 v0.10.2
8532026-07-21T17:20:05.431Z Downloaded postgres-protocol v0.6.10
8542026-07-21T17:20:05.434Z Downloaded progenitor-client v0.14.0
8552026-07-21T17:20:05.434Z Downloaded parking_lot v0.11.2
8562026-07-21T17:20:05.434Z Downloaded phc v0.6.1
8572026-07-21T17:20:05.438Z Downloaded rand_chacha v0.3.1
8582026-07-21T17:20:05.438Z Downloaded phf v0.12.1
8592026-07-21T17:20:05.438Z Downloaded icu_collections v2.1.1
8602026-07-21T17:20:05.452Z Downloaded predicates v3.1.4
8612026-07-21T17:20:05.459Z Downloaded http v1.4.2
8622026-07-21T17:20:05.464Z Downloaded radium v0.7.0
8632026-07-21T17:20:05.464Z Downloaded pin-project-lite v0.2.17
8642026-07-21T17:20:05.468Z Downloaded primeorder v0.14.0-rc.10
8652026-07-21T17:20:05.468Z Downloaded crossbeam-channel v0.5.15
8662026-07-21T17:20:05.474Z Downloaded rand_xorshift v0.4.0
8672026-07-21T17:20:05.475Z Downloaded icu_normalizer_data v2.1.1
8682026-07-21T17:20:05.475Z Downloaded pbkdf2 v0.13.0
8692026-07-21T17:20:05.480Z Downloaded miniz_oxide v0.8.9
8702026-07-21T17:20:05.480Z Downloaded port-file v0.1.0
8712026-07-21T17:20:05.480Z Downloaded progenitor-extras v0.2.0
8722026-07-21T17:20:05.480Z Downloaded phf v0.13.1
8732026-07-21T17:20:05.483Z Downloaded rfc6979 v0.4.0
8742026-07-21T17:20:05.483Z Downloaded ed25519-dalek v2.2.0
8752026-07-21T17:20:05.483Z Downloaded indicatif v0.18.4
8762026-07-21T17:20:05.487Z Downloaded recursive-proc-macro-impl v0.1.1
8772026-07-21T17:20:05.487Z Downloaded recursive v0.1.1
8782026-07-21T17:20:05.487Z Downloaded icu_locale_core v2.1.1
8792026-07-21T17:20:05.490Z Downloaded diesel_derives v2.3.7
8802026-07-21T17:20:05.493Z Downloaded ref-cast-impl v1.0.25
8812026-07-21T17:20:05.497Z Downloaded ref-cast v1.0.25
8822026-07-21T17:20:05.497Z Downloaded papergrid v0.17.0
8832026-07-21T17:20:05.500Z Downloaded poly1305 v0.8.0
8842026-07-21T17:20:05.503Z Downloaded pkcs8 v0.11.0
8852026-07-21T17:20:05.507Z Downloaded postcard v1.1.3
8862026-07-21T17:20:05.507Z Downloaded poly1305 v0.9.0
8872026-07-21T17:20:05.512Z Downloaded progenitor v0.13.0
8882026-07-21T17:20:05.512Z Downloaded psl-types v2.0.11
8892026-07-21T17:20:05.512Z Downloaded progenitor-client v0.13.0
8902026-07-21T17:20:05.512Z Downloaded progenitor v0.14.0
8912026-07-21T17:20:05.515Z Downloaded rustc-hash v2.1.1
8922026-07-21T17:20:05.515Z Downloaded russh-util v0.52.0
8932026-07-21T17:20:05.515Z Downloaded rtoolbox v0.0.3
8942026-07-21T17:20:05.515Z Downloaded pem v3.0.6
8952026-07-21T17:20:05.515Z Downloaded rfc6979 v0.5.0
8962026-07-21T17:20:05.519Z Downloaded proc-macro-error2 v2.0.1
8972026-07-21T17:20:05.519Z Downloaded parking_lot v0.12.5
8982026-07-21T17:20:05.522Z Downloaded hickory-resolver v0.24.4
8992026-07-21T17:20:05.525Z Downloaded primeorder v0.13.6
9002026-07-21T17:20:05.525Z Downloaded parking_lot_core v0.9.12
9012026-07-21T17:20:05.528Z Downloaded rand_core v0.9.5
9022026-07-21T17:20:05.528Z Downloaded ed25519-dalek v3.0.0-rc.0
9032026-07-21T17:20:05.531Z Downloaded num-traits v0.2.19
9042026-07-21T17:20:05.531Z Downloaded hickory-resolver v0.25.2
9052026-07-21T17:20:05.534Z Downloaded psm v0.1.30
9062026-07-21T17:20:05.537Z Downloaded omicron-zone-package v0.12.3
9072026-07-21T17:20:05.542Z Downloaded rustc_version v0.4.1
9082026-07-21T17:20:05.542Z Downloaded rustc_version v0.1.7
9092026-07-21T17:20:05.542Z Downloaded rand_core v0.6.4
9102026-07-21T17:20:05.545Z Downloaded r2d2 v0.8.10
9112026-07-21T17:20:05.545Z Downloaded pkcs1 v0.7.5
9122026-07-21T17:20:05.545Z Downloaded pkcs1 v0.8.0-rc.4
9132026-07-21T17:20:05.545Z Downloaded polyval v0.7.1
9142026-07-21T17:20:05.548Z Downloaded derive_more-impl v2.1.1
9152026-07-21T17:20:05.551Z Downloaded der v0.7.10
9162026-07-21T17:20:05.553Z Downloaded rand_seeder v0.4.0
9172026-07-21T17:20:05.553Z Downloaded rand_core v0.10.0
9182026-07-21T17:20:05.557Z Downloaded ppv-lite86 v0.2.21
9192026-07-21T17:20:05.560Z Downloaded scheduled-thread-pool v0.2.7
9202026-07-21T17:20:05.560Z Downloaded primefield v0.14.0
9212026-07-21T17:20:05.564Z Downloaded scopeguard v1.2.0
9222026-07-21T17:20:05.567Z Downloaded scroll_derive v0.13.1
9232026-07-21T17:20:05.582Z Downloaded oso v0.27.3
9242026-07-21T17:20:05.582Z Downloaded p256 v0.14.0-rc.10
9252026-07-21T17:20:05.582Z Downloaded jiff-static v0.2.21
9262026-07-21T17:20:05.582Z Downloaded resolv-conf v0.7.6
9272026-07-21T17:20:05.582Z Downloaded postgres-types v0.2.12
9282026-07-21T17:20:05.585Z Downloaded russh-cryptovec v0.61.0
9292026-07-21T17:20:05.585Z Downloaded rand_chacha v0.9.0
9302026-07-21T17:20:05.585Z Downloaded hashbrown v0.12.3
9312026-07-21T17:20:05.585Z Downloaded serde_bytes v0.11.19
9322026-07-21T17:20:05.591Z Downloaded secrecy v0.8.0
9332026-07-21T17:20:05.591Z Downloaded crossterm v0.28.1
9342026-07-21T17:20:05.595Z Downloaded serde-big-array v0.5.1
9352026-07-21T17:20:05.595Z Downloaded seq-macro v0.3.6
9362026-07-21T17:20:05.595Z Downloaded semver v0.1.20
9372026-07-21T17:20:05.595Z Downloaded aes-gcm v0.11.0
9382026-07-21T17:20:05.599Z Downloaded serde_spanned v1.1.1
9392026-07-21T17:20:05.599Z Downloaded serde_repr v0.1.20
9402026-07-21T17:20:05.602Z Downloaded hashbrown v0.13.2
9412026-07-21T17:20:05.602Z Downloaded rustls-pemfile v2.2.0
9422026-07-21T17:20:05.610Z Downloaded sha1 v0.10.6
9432026-07-21T17:20:05.610Z Downloaded serde_urlencoded v0.7.1
9442026-07-21T17:20:05.610Z Downloaded rpassword v7.5.4
9452026-07-21T17:20:05.616Z Downloaded serde_plain v1.0.2
9462026-07-21T17:20:05.619Z Downloaded quinn-udp v0.5.14
9472026-07-21T17:20:05.621Z Downloaded rustversion v1.0.22
9482026-07-21T17:20:05.624Z Downloaded pkcs5 v0.8.1
9492026-07-21T17:20:05.627Z Downloaded rusty-fork v0.3.1
9502026-07-21T17:20:05.627Z Downloaded signature v2.2.0
9512026-07-21T17:20:05.630Z Downloaded mio v1.2.0
9522026-07-21T17:20:05.633Z Downloaded shell-words v1.1.1
9532026-07-21T17:20:05.633Z Downloaded openssl-sys v0.9.115
9542026-07-21T17:20:05.636Z Downloaded minimal-lexical v0.2.1
9552026-07-21T17:20:05.641Z Downloaded p384 v0.14.0-rc.10
9562026-07-21T17:20:05.644Z Downloaded sapling-renderdag v0.1.0
9572026-07-21T17:20:05.644Z Downloaded signature v3.0.0
9582026-07-21T17:20:05.644Z Downloaded same-file v1.0.6
9592026-07-21T17:20:05.644Z Downloaded sigpipe v0.1.3
9602026-07-21T17:20:05.645Z Downloaded der v0.8.0
9612026-07-21T17:20:05.647Z Downloaded siphasher v1.0.2
9622026-07-21T17:20:05.650Z Downloaded itertools v0.10.5
9632026-07-21T17:20:05.654Z Downloaded signal-hook-tokio v0.3.1
9642026-07-21T17:20:05.654Z Downloaded signal-hook-mio v0.2.5
9652026-07-21T17:20:05.657Z Downloaded progenitor-impl v0.14.0
9662026-07-21T17:20:05.657Z Downloaded progenitor-impl v0.13.0
9672026-07-21T17:20:05.659Z Downloaded sec1 v0.7.3
9682026-07-21T17:20:05.660Z Downloaded schemars_derive v0.8.22
9692026-07-21T17:20:05.663Z Downloaded scroll v0.13.0
9702026-07-21T17:20:05.663Z Downloaded scrypt v0.12.0
9712026-07-21T17:20:05.666Z Downloaded num-bigint v0.4.6
9722026-07-21T17:20:05.673Z Downloaded secrecy v0.10.3
9732026-07-21T17:20:05.676Z Downloaded sha1 v0.11.0
9742026-07-21T17:20:05.679Z Downloaded slog-bunyan v2.5.0
9752026-07-21T17:20:05.679Z Downloaded serde_derive_internals v0.29.1
9762026-07-21T17:20:05.679Z Downloaded serdect v0.4.3
9772026-07-21T17:20:05.682Z Downloaded pretty_assertions v1.4.1
9782026-07-21T17:20:05.682Z Downloaded serde_path_to_error v0.1.20
9792026-07-21T17:20:05.685Z Downloaded prefix-trie v0.7.0
9802026-07-21T17:20:05.688Z Downloaded pin-project v1.1.11
9812026-07-21T17:20:05.691Z Downloaded serde-hex v0.1.0
9822026-07-21T17:20:05.695Z Downloaded rustls-pki-types v1.14.0
9832026-07-21T17:20:05.698Z Downloaded hickory-server v0.25.2
9842026-07-21T17:20:05.702Z Downloaded sqlparser_derive v0.5.0
9852026-07-21T17:20:05.711Z Downloaded hyper-util v0.1.20
9862026-07-21T17:20:05.716Z Downloaded strip-ansi-escapes v0.2.1
9872026-07-21T17:20:05.720Z Downloaded serde_with_macros v1.5.2
9882026-07-21T17:20:05.726Z Downloaded stable_deref_trait v1.2.1
9892026-07-21T17:20:05.729Z Downloaded ron v0.8.1
9902026-07-21T17:20:05.733Z Downloaded structmeta-derive v0.3.0
9912026-07-21T17:20:05.736Z Downloaded structmeta v0.3.0
9922026-07-21T17:20:05.736Z Downloaded slog-scope v4.4.1
9932026-07-21T17:20:05.736Z Downloaded signal-hook-registry v1.4.8
9942026-07-21T17:20:05.739Z Downloaded supports-color v3.0.2
9952026-07-21T17:20:05.739Z Downloaded subtle v2.6.1
9962026-07-21T17:20:05.740Z Downloaded slab v0.4.12
9972026-07-21T17:20:05.745Z Downloaded sec1 v0.8.1
9982026-07-21T17:20:05.745Z Downloaded bitvec v1.0.1
9992026-07-21T17:20:05.750Z Downloaded sync_wrapper v1.0.2
10002026-07-21T17:20:05.753Z Downloaded strum v0.27.2
10012026-07-21T17:20:05.754Z Downloaded idna v1.1.0
10022026-07-21T17:20:05.756Z Downloaded tabled_derive v0.11.0
10032026-07-21T17:20:05.757Z Downloaded tap v1.0.1
10042026-07-21T17:20:05.757Z Downloaded take_mut v0.2.2
10052026-07-21T17:20:05.759Z Downloaded sync-ptr v0.1.4
10062026-07-21T17:20:05.760Z Downloaded internal-russh-num-bigint v0.5.0
10072026-07-21T17:20:05.763Z Downloaded smf v0.2.3
10082026-07-21T17:20:05.763Z Downloaded strum v0.26.3
10092026-07-21T17:20:05.763Z Downloaded strsim v0.10.0
10102026-07-21T17:20:05.768Z Downloaded rustls-native-certs v0.8.3
10112026-07-21T17:20:05.768Z Downloaded prettyplease v0.2.37
10122026-07-21T17:20:05.772Z Downloaded libxml v0.3.3
10132026-07-21T17:20:05.772Z Downloaded rustls-platform-verifier v0.6.2
10142026-07-21T17:20:05.775Z Downloaded testing_table v0.3.0
10152026-07-21T17:20:05.775Z Downloaded tabwriter v1.4.1
10162026-07-21T17:20:05.775Z Downloaded slog-stdlog v4.1.1
10172026-07-21T17:20:05.778Z Downloaded ssh-encoding v0.3.0-rc.9
10182026-07-21T17:20:05.778Z Downloaded sqlformat v0.3.5
10192026-07-21T17:20:05.781Z Downloaded spki v0.8.0
10202026-07-21T17:20:05.781Z Downloaded dropshot-api-manager v0.7.2
10212026-07-21T17:20:05.784Z Downloaded rcgen v0.12.1
10222026-07-21T17:20:05.787Z Downloaded rayon-core v1.13.0
10232026-07-21T17:20:05.791Z Downloaded time-core v0.1.8
10242026-07-21T17:20:05.792Z Downloaded thiserror-impl-no-std v2.0.2
10252026-07-21T17:20:05.792Z Downloaded slog-term v2.9.2
10262026-07-21T17:20:05.794Z Downloaded tinyvec_macros v0.1.1
10272026-07-21T17:20:05.794Z Downloaded static_assertions v1.1.0
10282026-07-21T17:20:05.794Z Downloaded hyper v1.10.1
10292026-07-21T17:20:05.798Z Downloaded termtree v0.5.1
10302026-07-21T17:20:05.801Z Downloaded iri-string v0.7.10
10312026-07-21T17:20:05.804Z Downloaded quinn v0.11.9
10322026-07-21T17:20:05.807Z Downloaded p521 v0.14.0-rc.10
10332026-07-21T17:20:05.810Z Downloaded ssh-cipher v0.3.0-rc.9
10342026-07-21T17:20:05.810Z Downloaded support-bundle-viewer v0.1.2
10352026-07-21T17:20:05.810Z Downloaded aho-corasick v1.1.4
10362026-07-21T17:20:05.813Z Downloaded strum_macros v0.24.3
10372026-07-21T17:20:05.817Z Downloaded thread-id v5.1.0
10382026-07-21T17:20:05.817Z Downloaded spki v0.7.3
10392026-07-21T17:20:05.820Z Downloaded tagptr v0.2.0
10402026-07-21T17:20:05.820Z Downloaded sha2 v0.11.0
10412026-07-21T17:20:05.820Z Downloaded serde_with_macros v3.21.0
10422026-07-21T17:20:05.823Z Downloaded termios v0.3.3
10432026-07-21T17:20:05.823Z Downloaded string_cache v0.8.9
10442026-07-21T17:20:05.827Z Downloaded stacker v0.1.23
10452026-07-21T17:20:05.827Z Downloaded schemars v0.8.22
10462026-07-21T17:20:05.833Z Downloaded strum_macros v0.26.4
10472026-07-21T17:20:05.836Z Downloaded stringprep v0.1.5
10482026-07-21T17:20:05.836Z Downloaded tokio-test v0.4.5
10492026-07-21T17:20:05.836Z Downloaded snafu-derive v0.8.9
10502026-07-21T17:20:05.839Z Downloaded thiserror-no-std v2.0.2
10512026-07-21T17:20:05.842Z Downloaded slog-async v2.8.0
10522026-07-21T17:20:05.842Z Downloaded serde_yaml v0.9.34+deprecated
10532026-07-21T17:20:05.845Z Downloaded nom v7.1.3
10542026-07-21T17:20:05.848Z Downloaded schemars v0.9.0
10552026-07-21T17:20:05.855Z Downloaded time-macros v0.2.27
10562026-07-21T17:20:05.858Z Downloaded tokio-macros v2.7.0
10572026-07-21T17:20:05.858Z Downloaded trait-variant v0.1.2
10582026-07-21T17:20:05.858Z Downloaded topological-sort v0.2.2
10592026-07-21T17:20:05.858Z Downloaded thread_local v1.1.9
10602026-07-21T17:20:05.860Z Downloaded hashbrown v0.16.1
10612026-07-21T17:20:05.864Z Downloaded try-lock v0.2.5
10622026-07-21T17:20:05.864Z Downloaded synstructure v0.13.2
10632026-07-21T17:20:05.867Z Downloaded publicsuffix v2.3.0
10642026-07-21T17:20:05.867Z Downloaded nom v8.0.0
10652026-07-21T17:20:05.873Z Downloaded tls_codec_derive v0.4.2
10662026-07-21T17:20:05.875Z Downloaded qorb v0.4.1
10672026-07-21T17:20:05.876Z Downloaded hashbrown v0.15.5
10682026-07-21T17:20:05.879Z Downloaded smallvec v1.15.1
10692026-07-21T17:20:05.879Z Downloaded icu_properties_data v2.1.2
10702026-07-21T17:20:05.885Z Downloaded unicode-truncate v1.1.0
10712026-07-21T17:20:05.890Z Downloaded unit-prefix v0.5.2
10722026-07-21T17:20:05.890Z Downloaded tokio-native-tls v0.3.1
10732026-07-21T17:20:05.890Z Downloaded tower-layer v0.3.3
10742026-07-21T17:20:05.890Z Downloaded tower-service v0.3.3
10752026-07-21T17:20:05.895Z Downloaded smallvec v0.6.14
10762026-07-21T17:20:05.895Z Downloaded itertools v0.14.0
10772026-07-21T17:20:05.899Z Downloaded universal-hash v0.6.1
10782026-07-21T17:20:05.899Z Downloaded untrusted v0.9.0
10792026-07-21T17:20:05.899Z Downloaded untrusted v0.7.1
10802026-07-21T17:20:05.899Z Downloaded spin v0.9.8
10812026-07-21T17:20:05.899Z Downloaded usdt-attr-macro v0.6.0
10822026-07-21T17:20:05.902Z Downloaded utf-8 v0.7.6
10832026-07-21T17:20:05.902Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10842026-07-21T17:20:05.902Z Downloaded tinystr v0.8.2
10852026-07-21T17:20:05.902Z Downloaded usdt-macro v0.6.0
10862026-07-21T17:20:05.905Z Downloaded socket2 v0.5.10
10872026-07-21T17:20:05.905Z Downloaded rand v0.8.6
10882026-07-21T17:20:05.908Z Downloaded similar v2.7.0
10892026-07-21T17:20:05.912Z Downloaded typify-macro v0.6.2
10902026-07-21T17:20:05.912Z Downloaded tokio-tungstenite v0.21.0
10912026-07-21T17:20:05.912Z Downloaded tls_codec v0.4.2
10922026-07-21T17:20:05.916Z Downloaded signal-hook v0.3.18
10932026-07-21T17:20:05.916Z Downloaded crypto-primes v0.7.2
10942026-07-21T17:20:05.919Z Downloaded unicode-xid v0.2.6
10952026-07-21T17:20:05.919Z Downloaded unarray v0.1.4
10962026-07-21T17:20:05.922Z Downloaded samael v0.0.19
10972026-07-21T17:20:05.925Z Downloaded wait-timeout v0.2.1
10982026-07-21T17:20:05.925Z Downloaded void v1.0.2
10992026-07-21T17:20:05.925Z Downloaded ryu v1.0.23
11002026-07-21T17:20:05.929Z Downloaded strum_macros v0.27.2
11012026-07-21T17:20:05.935Z Downloaded libm v0.2.16
11022026-07-21T17:20:05.937Z Downloaded tui-tree-widget v0.23.1
11032026-07-21T17:20:05.938Z Downloaded tokio-dtrace v0.1.1
11042026-07-21T17:20:05.938Z Downloaded chrono v0.4.45
11052026-07-21T17:20:05.940Z Downloaded rsa v0.9.10
11062026-07-21T17:20:05.943Z Downloaded usdt v0.6.0
11072026-07-21T17:20:05.948Z Downloaded iddqd v0.4.2
11082026-07-21T17:20:05.951Z Downloaded xattr v1.6.1
11092026-07-21T17:20:05.951Z Downloaded xshell-macros v0.2.7
11102026-07-21T17:20:05.951Z Downloaded hkdf v0.12.4
11112026-07-21T17:20:05.954Z Downloaded want v0.3.1
11122026-07-21T17:20:05.954Z Downloaded waitgroup v0.1.2
11132026-07-21T17:20:05.954Z Downloaded rand v0.10.1
11142026-07-21T17:20:05.957Z Downloaded itertools v0.12.1
11152026-07-21T17:20:05.960Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11162026-07-21T17:20:05.964Z Downloaded hkdf v0.13.0
11172026-07-21T17:20:05.964Z Downloaded universal-hash v0.5.1
11182026-07-21T17:20:05.964Z Downloaded futures-util v0.3.32
11192026-07-21T17:20:05.969Z Downloaded term v1.2.1
11202026-07-21T17:20:05.972Z Downloaded zerofrom v0.1.6
11212026-07-21T17:20:05.972Z Downloaded rustls-webpki v0.103.13
11222026-07-21T17:20:05.975Z Downloaded crossterm v0.29.0
11232026-07-21T17:20:05.979Z Downloaded tokio-tungstenite v0.23.1
11242026-07-21T17:20:05.983Z Downloaded tokio-stream v0.1.18
11252026-07-21T17:20:05.986Z Downloaded rand v0.9.2
11262026-07-21T17:20:05.986Z Downloaded yoke-derive v0.8.1
11272026-07-21T17:20:05.986Z Downloaded tiny-keccak v2.0.2
11282026-07-21T17:20:05.991Z Downloaded zerofrom-derive v0.1.6
11292026-07-21T17:20:05.991Z Downloaded utf8_iter v1.0.4
11302026-07-21T17:20:05.991Z Downloaded tracing-attributes v0.1.31
11312026-07-21T17:20:05.994Z Downloaded toml_writer v1.1.1+spec-1.1.0
11322026-07-21T17:20:05.994Z Downloaded zeroize_derive v1.4.3
11332026-07-21T17:20:05.994Z Downloaded unicase v2.9.0
11342026-07-21T17:20:05.994Z Downloaded term v0.7.0
11352026-07-21T17:20:05.997Z Downloaded salsa20 v0.11.0
11362026-07-21T17:20:05.997Z Downloaded uzers v0.12.2
11372026-07-21T17:20:06.001Z Downloaded num-bigint-dig v0.8.6
11382026-07-21T17:20:06.001Z Downloaded blake3 v1.8.5
11392026-07-21T17:20:06.005Z Downloaded zone_cfg_derive v0.3.1
11402026-07-21T17:20:06.008Z Downloaded zone v0.3.1
11412026-07-21T17:20:06.008Z Downloaded vsss-rs v3.3.4
11422026-07-21T17:20:06.008Z Downloaded aws-lc-rs v1.16.3
11432026-07-21T17:20:06.014Z Downloaded slog v2.8.2
11442026-07-21T17:20:06.020Z Downloaded unicode-properties v0.1.4
11452026-07-21T17:20:06.020Z Downloaded twox-hash v2.1.2
11462026-07-21T17:20:06.024Z Downloaded subprocess v0.2.15
11472026-07-21T17:20:06.024Z Downloaded slog-envlogger v2.2.0
11482026-07-21T17:20:06.024Z Downloaded slog-json v2.6.1
11492026-07-21T17:20:06.024Z Downloaded slog-dtrace v0.3.0
11502026-07-21T17:20:06.027Z Downloaded serde_cbor v0.11.2
11512026-07-21T17:20:06.027Z Downloaded vergen-lib v9.1.0
11522026-07-21T17:20:06.027Z Downloaded whoami v2.1.0
11532026-07-21T17:20:06.027Z Downloaded xshell v0.2.7
11542026-07-21T17:20:06.030Z Downloaded wyz v0.5.1
11552026-07-21T17:20:06.030Z Downloaded whoami v1.6.1
11562026-07-21T17:20:06.030Z Downloaded walkdir v2.5.0
11572026-07-21T17:20:06.033Z Downloaded vergen-lib v0.1.6
11582026-07-21T17:20:06.033Z Downloaded vergen-git2 v9.1.0
11592026-07-21T17:20:06.036Z Downloaded simd-adler32 v0.3.8
11602026-07-21T17:20:06.036Z Downloaded shlex v1.3.0
11612026-07-21T17:20:06.036Z Downloaded yoke v0.8.1
11622026-07-21T17:20:06.040Z Downloaded bindgen v0.71.1
11632026-07-21T17:20:06.044Z Downloaded toml_parser v1.1.2+spec-1.1.0
11642026-07-21T17:20:06.044Z Downloaded schemars v1.2.1
11652026-07-21T17:20:06.051Z Downloaded toml v1.1.2+spec-1.1.0
11662026-07-21T17:20:06.054Z Downloaded usdt-impl v0.6.0
11672026-07-21T17:20:06.057Z Downloaded tracing-core v0.1.36
11682026-07-21T17:20:06.057Z Downloaded tinyvec v1.10.0
11692026-07-21T17:20:06.063Z Downloaded test-strategy v0.4.5
11702026-07-21T17:20:06.063Z Downloaded socket2 v0.6.3
11712026-07-21T17:20:06.066Z Downloaded zeroize v1.8.2
11722026-07-21T17:20:06.066Z Downloaded rustyline v14.0.0
11732026-07-21T17:20:06.066Z Downloaded snafu v0.8.9
11742026-07-21T17:20:06.069Z Downloaded zstd v0.13.3
11752026-07-21T17:20:06.073Z Downloaded zerovec-derive v0.11.2
11762026-07-21T17:20:06.073Z Downloaded zstd-safe v7.2.4
11772026-07-21T17:20:06.075Z Downloaded unicode-bidi v0.3.18
11782026-07-21T17:20:06.078Z Downloaded itertools v0.13.0
11792026-07-21T17:20:06.093Z Downloaded zerocopy v0.6.6
11802026-07-21T17:20:06.096Z Downloaded yasna v0.5.2
11812026-07-21T17:20:06.096Z Downloaded vergen v9.1.0
11822026-07-21T17:20:06.099Z Downloaded toml v0.7.8
11832026-07-21T17:20:06.099Z Downloaded writeable v0.6.2
11842026-07-21T17:20:06.102Z Downloaded vergen-gitcl v1.0.8
11852026-07-21T17:20:06.102Z Downloaded tokio-rustls v0.26.4
11862026-07-21T17:20:06.104Z Downloaded rsa v0.10.0-rc.18
11872026-07-21T17:20:06.107Z Downloaded uuid v1.23.4
11882026-07-21T17:20:06.110Z Downloaded toml_edit v0.23.10+spec-1.0.0
11892026-07-21T17:20:06.113Z Downloaded p384 v0.13.1
11902026-07-21T17:20:06.116Z Downloaded vte v0.14.1
11912026-07-21T17:20:06.119Z Downloaded serde_with v1.14.0
11922026-07-21T17:20:06.123Z Downloaded tungstenite v0.23.0
11932026-07-21T17:20:06.126Z Downloaded h2 v0.4.15
11942026-07-21T17:20:06.129Z Downloaded steno v0.4.1
11952026-07-21T17:20:06.153Z Downloaded reqwest v0.12.28
11962026-07-21T17:20:06.156Z Downloaded toml_edit v0.19.15
11972026-07-21T17:20:06.164Z Downloaded tar v0.4.46
11982026-07-21T17:20:06.167Z Downloaded lalrpop v0.19.12
11992026-07-21T17:20:06.177Z Downloaded tungstenite v0.21.0
12002026-07-21T17:20:06.180Z Downloaded unicode_categories v0.1.1
12012026-07-21T17:20:06.183Z Downloaded reedline v0.40.0
12022026-07-21T17:20:06.186Z Downloaded rayon v1.11.0
12032026-07-21T17:20:06.192Z Downloaded rawzip v0.4.4
12042026-07-21T17:20:06.205Z Downloaded zopfli v0.8.3
12052026-07-21T17:20:06.210Z Downloaded unsafe-libyaml v0.2.11
12062026-07-21T17:20:06.210Z Downloaded moka v0.12.13
12072026-07-21T17:20:06.220Z Downloaded url v2.5.8
12082026-07-21T17:20:06.227Z Downloaded zerocopy-derive v0.8.40
12092026-07-21T17:20:06.232Z Downloaded yansi v1.0.1
12102026-07-21T17:20:06.235Z Downloaded salty v0.3.0
12112026-07-21T17:20:06.238Z Downloaded typify v0.6.2
12122026-07-21T17:20:06.242Z Downloaded zerotrie v0.2.3
12132026-07-21T17:20:06.245Z Downloaded zip v0.6.6
12142026-07-21T17:20:06.248Z Downloaded regex v1.12.3
12152026-07-21T17:20:06.251Z Downloaded unicode-segmentation v1.12.0
12162026-07-21T17:20:06.255Z Downloaded tokio-postgres v0.7.16
12172026-07-21T17:20:06.274Z Downloaded git2 v0.20.4
12182026-07-21T17:20:06.288Z Downloaded crypto-bigint v0.7.5
12192026-07-21T17:20:06.296Z Downloaded zip v4.6.1
12202026-07-21T17:20:06.301Z Downloaded unicode-normalization v0.1.25
12212026-07-21T17:20:06.304Z Downloaded reqwest v0.13.2
12222026-07-21T17:20:06.311Z Downloaded quick-xml v0.37.5
12232026-07-21T17:20:06.314Z Downloaded tower v0.5.3
12242026-07-21T17:20:06.318Z Downloaded x509-cert v0.2.5
12252026-07-21T17:20:06.322Z Downloaded portable-atomic v1.13.1
12262026-07-21T17:20:06.326Z Downloaded nix v0.27.1
12272026-07-21T17:20:06.332Z Downloaded goblin v0.10.5
12282026-07-21T17:20:06.336Z Downloaded russh v0.61.2
12292026-07-21T17:20:06.341Z Downloaded object v0.30.4
12302026-07-21T17:20:06.347Z Downloaded radix_trie v0.2.1
12312026-07-21T17:20:06.356Z Downloaded quinn-proto v0.11.13
12322026-07-21T17:20:06.361Z Downloaded typed-path v0.9.3
12332026-07-21T17:20:06.364Z Downloaded ssh-key v0.7.0-rc.10
12342026-07-21T17:20:06.369Z Downloaded curve25519-dalek v4.1.3
12352026-07-21T17:20:06.373Z Downloaded winnow v0.6.26
12362026-07-21T17:20:06.379Z Downloaded winnow v0.5.40
12372026-07-21T17:20:06.384Z Downloaded polar-core v0.27.3
12382026-07-21T17:20:06.389Z Downloaded tower-http v0.6.8
12392026-07-21T17:20:06.393Z Downloaded tough v0.22.0
12402026-07-21T17:20:06.398Z Downloaded zerovec v0.11.5
12412026-07-21T17:20:06.401Z Downloaded tokio-util v0.7.18
12422026-07-21T17:20:06.405Z Downloaded bstr v1.12.1
12432026-07-21T17:20:06.410Z Downloaded proptest v1.10.0
12442026-07-21T17:20:06.415Z Downloaded petname v2.0.2
12452026-07-21T17:20:06.434Z Downloaded time v0.3.47
12462026-07-21T17:20:06.441Z Downloaded tabled v0.20.0
12472026-07-21T17:20:06.452Z Downloaded serde_with v3.21.0
12482026-07-21T17:20:06.458Z Downloaded object v0.37.3
12492026-07-21T17:20:06.477Z Downloaded hickory-proto v0.24.4
12502026-07-21T17:20:06.486Z Downloaded vcpkg v0.2.15
12512026-07-21T17:20:06.509Z Downloaded winnow v1.0.3
12522026-07-21T17:20:06.514Z Downloaded openssl v0.10.79
12532026-07-21T17:20:06.520Z Downloaded hickory-proto v0.25.2
12542026-07-21T17:20:06.529Z Downloaded regex-syntax v0.6.29
12552026-07-21T17:20:06.533Z Downloaded zerocopy v0.8.40
12562026-07-21T17:20:06.538Z Downloaded dropshot v0.17.1
12572026-07-21T17:20:06.551Z Downloaded smoltcp v0.9.1
12582026-07-21T17:20:06.556Z Downloaded openapiv3 v2.2.0
12592026-07-21T17:20:06.563Z Downloaded zlib-rs v0.6.2
12602026-07-21T17:20:06.566Z Downloaded nix v0.28.0
12612026-07-21T17:20:06.574Z Downloaded rustls v0.23.41
12622026-07-21T17:20:06.585Z Downloaded rustix v0.38.44
12632026-07-21T17:20:06.617Z Downloaded regress v0.10.5
12642026-07-21T17:20:06.621Z Downloaded regex-syntax v0.8.10
12652026-07-21T17:20:06.627Z Downloaded diesel v2.3.7
12662026-07-21T17:20:06.641Z Downloaded smoltcp v0.11.0
12672026-07-21T17:20:06.657Z Downloaded regress v0.11.1
12682026-07-21T17:20:06.666Z Downloaded nix v0.31.2
12692026-07-21T17:20:06.675Z Downloaded sqlparser v0.61.0
12702026-07-21T17:20:06.680Z Downloaded curve25519-dalek v5.0.0-rc.0
12712026-07-21T17:20:06.700Z Downloaded fiat-crypto v0.3.0
12722026-07-21T17:20:06.707Z Downloaded ratatui v0.29.0
12732026-07-21T17:20:06.716Z Downloaded tracing v0.1.44
12742026-07-21T17:20:06.727Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-07-21T17:20:06.734Z Downloaded typify-impl v0.6.2
12762026-07-21T17:20:06.740Z Downloaded sha3 v0.11.0
12772026-07-21T17:20:06.743Z Downloaded sled v0.34.7
12782026-07-21T17:20:06.757Z Downloaded zerocopy-derive v0.6.6
12792026-07-21T17:20:06.771Z Downloaded regex-automata v0.4.14
12802026-07-21T17:20:06.790Z Downloaded petgraph v0.6.5
12812026-07-21T17:20:06.801Z Downloaded chrono-tz v0.10.4
12822026-07-21T17:20:06.811Z Downloaded jiff v0.2.21
12832026-07-21T17:20:06.831Z Downloaded libz-sys v1.1.24
12842026-07-21T17:20:06.845Z Downloaded csv v1.4.0
12852026-07-21T17:20:06.857Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12862026-07-21T17:20:06.867Z Downloaded sha3 v0.10.8
12872026-07-21T17:20:06.870Z Downloaded petgraph v0.8.3
12882026-07-21T17:20:06.899Z Downloaded tokio v1.52.1
12892026-07-21T17:20:06.923Z Downloaded encoding_rs v0.8.35
12902026-07-21T17:20:06.981Z Downloaded ring v0.17.14
12912026-07-21T17:20:07.013Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-07-21T17:20:07.478Z Downloaded aws-lc-sys v0.40.0
12932026-07-21T17:20:07.727Z Compiling libc v0.2.185
12942026-07-21T17:20:07.727Z Compiling serde_core v1.0.228
12952026-07-21T17:20:07.727Z Compiling serde v1.0.228
12962026-07-21T17:20:07.730Z Compiling log v0.4.29
12972026-07-21T17:20:07.730Z Compiling smallvec v1.15.1
12982026-07-21T17:20:07.730Z Compiling find-msvc-tools v0.1.9
12992026-07-21T17:20:07.730Z Compiling shlex v1.3.0
13002026-07-21T17:20:07.730Z Compiling subtle v2.6.1
13012026-07-21T17:20:07.863Z Compiling scopeguard v1.2.0
13022026-07-21T17:20:07.908Z Compiling stable_deref_trait v1.2.1
13032026-07-21T17:20:07.920Z Compiling typenum v1.20.1
13042026-07-21T17:20:07.934Z Compiling serde_json v1.0.150
13052026-07-21T17:20:07.960Z Compiling zerocopy v0.8.40
13062026-07-21T17:20:07.972Z Compiling portable-atomic v1.13.1
13072026-07-21T17:20:07.986Z Compiling syn v2.0.117
13082026-07-21T17:20:08.012Z Compiling lock_api v0.4.14
13092026-07-21T17:20:08.016Z Compiling pin-project-lite v0.2.17
13102026-07-21T17:20:08.052Z Compiling parking_lot_core v0.9.12
13112026-07-21T17:20:08.068Z Compiling getrandom v0.4.1
13122026-07-21T17:20:08.089Z Compiling libm v0.2.16
13132026-07-21T17:20:08.122Z Compiling pkg-config v0.3.32
13142026-07-21T17:20:08.136Z Compiling critical-section v1.2.0
13152026-07-21T17:20:08.150Z Compiling num-traits v0.2.19
13162026-07-21T17:20:08.239Z Compiling rand_core v0.10.0
13172026-07-21T17:20:08.270Z Compiling futures-core v0.3.32
13182026-07-21T17:20:08.287Z Compiling generic-array v0.14.7
13192026-07-21T17:20:08.317Z Compiling const-oid v0.9.6
13202026-07-21T17:20:08.344Z Compiling litemap v0.8.1
13212026-07-21T17:20:08.391Z Compiling percent-encoding v2.3.2
13222026-07-21T17:20:08.440Z Compiling writeable v0.6.2
13232026-07-21T17:20:08.485Z Compiling icu_normalizer_data v2.1.1
13242026-07-21T17:20:08.514Z Compiling icu_properties_data v2.1.2
13252026-07-21T17:20:08.540Z Compiling futures-sink v0.3.32
13262026-07-21T17:20:08.581Z Compiling futures-task v0.3.32
13272026-07-21T17:20:08.594Z Compiling slab v0.4.12
13282026-07-21T17:20:08.607Z Compiling futures-io v0.3.32
13292026-07-21T17:20:08.612Z Compiling utf8_iter v1.0.4
13302026-07-21T17:20:08.659Z Compiling futures-channel v0.3.32
13312026-07-21T17:20:08.672Z Compiling form_urlencoded v1.2.2
13322026-07-21T17:20:08.753Z Compiling getrandom v0.3.4
13332026-07-21T17:20:08.781Z Compiling rustversion v1.0.22
13342026-07-21T17:20:08.784Z Compiling fs_extra v1.3.0
13352026-07-21T17:20:08.784Z Compiling iana-time-zone v0.1.65
13362026-07-21T17:20:08.810Z Compiling ident_case v1.0.1
13372026-07-21T17:20:08.848Z Compiling jobserver v0.1.34
13382026-07-21T17:20:08.851Z Compiling errno v0.3.14
13392026-07-21T17:20:08.876Z Compiling getrandom v0.2.17
13402026-07-21T17:20:08.971Z Compiling mio v1.2.0
13412026-07-21T17:20:08.987Z Compiling socket2 v0.6.3
13422026-07-21T17:20:09.016Z Compiling rand_core v0.6.4
13432026-07-21T17:20:09.033Z Compiling signal-hook-registry v1.4.8
13442026-07-21T17:20:09.109Z Compiling cc v1.2.56
13452026-07-21T17:20:09.139Z Compiling once_cell v1.21.3
13462026-07-21T17:20:09.153Z Compiling parking_lot v0.12.5
13472026-07-21T17:20:09.186Z Compiling dunce v1.0.5
13482026-07-21T17:20:09.215Z Compiling rustix v1.1.3
13492026-07-21T17:20:09.229Z Compiling regex-syntax v0.8.10
13502026-07-21T17:20:09.265Z Compiling vcpkg v0.2.15
13512026-07-21T17:20:09.294Z Compiling base64ct v1.8.3
13522026-07-21T17:20:09.351Z Compiling base64 v0.22.1
13532026-07-21T17:20:09.379Z Compiling tracing-core v0.1.36
13542026-07-21T17:20:09.451Z Compiling aws-lc-rs v1.16.3
13552026-07-21T17:20:09.480Z Compiling flagset v0.4.7
13562026-07-21T17:20:09.553Z Compiling pem-rfc7468 v0.7.0
13572026-07-21T17:20:09.608Z Compiling schemars v0.8.22
13582026-07-21T17:20:09.635Z Compiling tinyvec_macros v0.1.1
13592026-07-21T17:20:09.686Z Compiling rand_core v0.9.5
13602026-07-21T17:20:09.710Z Compiling openssl-probe v0.2.1
13612026-07-21T17:20:09.724Z Compiling dyn-clone v1.0.20
13622026-07-21T17:20:09.757Z Compiling cmov v0.5.4
13632026-07-21T17:20:09.785Z Compiling httparse v1.10.1
13642026-07-21T17:20:09.855Z Compiling tinyvec v1.10.0
13652026-07-21T17:20:09.877Z Compiling cmake v0.1.57
13662026-07-21T17:20:09.895Z Compiling aho-corasick v1.1.4
13672026-07-21T17:20:09.926Z Compiling untrusted v0.7.1
13682026-07-21T17:20:09.940Z Compiling try-lock v0.2.5
13692026-07-21T17:20:09.953Z Compiling tower-layer v0.3.3
13702026-07-21T17:20:09.972Z Compiling ctutils v0.4.2
13712026-07-21T17:20:09.989Z Compiling tower-service v0.3.3
13722026-07-21T17:20:10.003Z Compiling atomic-waker v1.1.2
13732026-07-21T17:20:10.018Z Compiling openssl v0.10.79
13742026-07-21T17:20:10.035Z Compiling untrusted v0.9.0
13752026-07-21T17:20:10.063Z Compiling want v0.3.1
13762026-07-21T17:20:10.076Z Compiling cpufeatures v0.2.17
13772026-07-21T17:20:10.098Z Compiling foreign-types-shared v0.1.1
13782026-07-21T17:20:10.151Z Compiling bitflags v2.11.0
13792026-07-21T17:20:10.165Z Compiling semver v1.0.28
13802026-07-21T17:20:10.181Z Compiling indexmap v2.14.0
13812026-07-21T17:20:10.184Z Compiling uuid v1.23.4
13822026-07-21T17:20:10.228Z Compiling rustls v0.23.41
13832026-07-21T17:20:10.242Z Compiling httpdate v1.0.3
13842026-07-21T17:20:10.255Z Compiling unicode-normalization v0.1.25
13852026-07-21T17:20:10.284Z Compiling foreign-types v0.3.2
13862026-07-21T17:20:10.300Z Compiling spin v0.9.8
13872026-07-21T17:20:10.363Z Compiling powerfmt v0.2.0
13882026-07-21T17:20:10.395Z Compiling rustc_version v0.4.1
13892026-07-21T17:20:10.434Z Compiling time-core v0.1.8
13902026-07-21T17:20:10.491Z Compiling crc32fast v1.5.0
13912026-07-21T17:20:10.507Z Compiling native-tls v0.2.18
13922026-07-21T17:20:10.520Z Compiling num-conv v0.2.0
13932026-07-21T17:20:10.580Z Compiling deranged v0.5.8
13942026-07-21T17:20:10.594Z Compiling wait-timeout v0.2.1
13952026-07-21T17:20:10.597Z Compiling sync_wrapper v1.0.2
13962026-07-21T17:20:10.662Z Compiling time-macros v0.2.27
13972026-07-21T17:20:10.728Z Compiling bit-vec v0.8.0
13982026-07-21T17:20:10.765Z Compiling regex-automata v0.4.14
13992026-07-21T17:20:10.771Z Compiling aws-lc-sys v0.40.0
14002026-07-21T17:20:10.777Z Compiling openssl-sys v0.9.115
14012026-07-21T17:20:10.777Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14022026-07-21T17:20:10.850Z Compiling quick-error v1.2.3
14032026-07-21T17:20:10.864Z Compiling syn v1.0.109
14042026-07-21T17:20:10.875Z Compiling crossbeam-utils v0.8.21
14052026-07-21T17:20:10.949Z Compiling synstructure v0.13.2
14062026-07-21T17:20:10.968Z Compiling serde_derive_internals v0.29.1
14072026-07-21T17:20:10.982Z Compiling pest_generator v2.8.6
14082026-07-21T17:20:11.267Z Compiling tempfile v3.25.0
14092026-07-21T17:20:11.270Z Compiling darling_core v0.20.11
14102026-07-21T17:20:11.319Z Compiling siphasher v1.0.2
14112026-07-21T17:20:11.571Z Compiling simd-adler32 v0.3.8
14122026-07-21T17:20:11.604Z Compiling usdt-impl v0.6.0
14132026-07-21T17:20:11.663Z Compiling num_threads v0.1.7
14142026-07-21T17:20:11.714Z Compiling rusty-fork v0.3.1
14152026-07-21T17:20:11.762Z Compiling bit-set v0.8.0
14162026-07-21T17:20:11.776Z Compiling darling_core v0.23.0
14172026-07-21T17:20:11.803Z Compiling bzip2-sys v0.1.13+1.0.8
14182026-07-21T17:20:11.806Z Compiling heapless v0.7.17
14192026-07-21T17:20:11.843Z Compiling slog v2.8.2
14202026-07-21T17:20:11.894Z Compiling time v0.3.47
14212026-07-21T17:20:11.928Z Compiling rand_xorshift v0.4.0
14222026-07-21T17:20:11.944Z Compiling thread-id v5.1.0
14232026-07-21T17:20:12.002Z Compiling cookie v0.18.1
14242026-07-21T17:20:12.017Z Compiling signal-hook v0.3.18
14252026-07-21T17:20:12.031Z Compiling allocator-api2 v0.2.21
14262026-07-21T17:20:12.046Z Compiling adler2 v2.0.1
14272026-07-21T17:20:12.061Z Compiling unicode-bidi v0.3.18
14282026-07-21T17:20:12.082Z Compiling zstd-safe v7.2.4
14292026-07-21T17:20:12.115Z Compiling anyhow v1.0.102
14302026-07-21T17:20:12.118Z Compiling unicode-properties v0.1.4
14312026-07-21T17:20:12.142Z Compiling ryu v1.0.23
14322026-07-21T17:20:12.200Z Compiling unarray v0.1.4
14332026-07-21T17:20:12.232Z Compiling iri-string v0.7.10
14342026-07-21T17:20:12.246Z Compiling paste v1.0.15
14352026-07-21T17:20:12.353Z Compiling miniz_oxide v0.8.9
14362026-07-21T17:20:12.407Z Compiling stringprep v0.1.5
14372026-07-21T17:20:12.613Z Compiling camino v1.2.2
14382026-07-21T17:20:12.629Z Compiling curve25519-dalek v4.1.3
14392026-07-21T17:20:12.697Z Compiling serde_derive v1.0.228
14402026-07-21T17:20:12.719Z Compiling zeroize_derive v1.4.3
14412026-07-21T17:20:12.876Z Compiling zerofrom-derive v0.1.6
14422026-07-21T17:20:12.959Z Compiling yoke-derive v0.8.1
14432026-07-21T17:20:12.984Z Compiling zerovec-derive v0.11.2
14442026-07-21T17:20:12.999Z Compiling displaydoc v0.2.5
14452026-07-21T17:20:13.014Z Compiling zerocopy-derive v0.8.40
14462026-07-21T17:20:13.132Z Compiling tokio-macros v2.7.0
14472026-07-21T17:20:13.421Z Compiling zeroize v1.8.2
14482026-07-21T17:20:13.537Z Compiling futures-macro v0.3.32
14492026-07-21T17:20:13.683Z Compiling tracing-attributes v0.1.31
14502026-07-21T17:20:13.805Z Compiling der_derive v0.7.3
14512026-07-21T17:20:13.818Z Compiling thiserror-impl v2.0.18
14522026-07-21T17:20:13.914Z Compiling rustls-pki-types v1.14.0
14532026-07-21T17:20:14.156Z Compiling schemars_derive v0.8.22
14542026-07-21T17:20:14.181Z Compiling block-buffer v0.10.4
14552026-07-21T17:20:14.245Z Compiling crypto-common v0.1.7
14562026-07-21T17:20:14.308Z Compiling zerofrom v0.1.6
14572026-07-21T17:20:14.375Z Compiling digest v0.10.7
14582026-07-21T17:20:14.390Z Compiling hybrid-array v0.4.13
14592026-07-21T17:20:14.415Z Compiling pest_derive v2.8.6
14602026-07-21T17:20:14.418Z Compiling yoke v0.8.1
14612026-07-21T17:20:14.443Z Compiling futures-util v0.3.32
14622026-07-21T17:20:14.457Z Compiling scroll_derive v0.13.1
14632026-07-21T17:20:14.629Z Compiling zerovec v0.11.5
14642026-07-21T17:20:14.647Z Compiling zerotrie v0.2.3
14652026-07-21T17:20:14.837Z Compiling der v0.7.10
14662026-07-21T17:20:14.910Z Compiling darling_macro v0.20.11
14672026-07-21T17:20:14.973Z Compiling openssl-macros v0.1.1
14682026-07-21T17:20:15.054Z Compiling sha2 v0.10.9
14692026-07-21T17:20:15.090Z Compiling tinystr v0.8.2
14702026-07-21T17:20:15.153Z Compiling potential_utf v0.1.4
14712026-07-21T17:20:15.215Z Compiling tracing v0.1.44
14722026-07-21T17:20:15.243Z Compiling thiserror v2.0.18
14732026-07-21T17:20:15.313Z Compiling icu_locale_core v2.1.1
14742026-07-21T17:20:15.330Z Compiling icu_collections v2.1.1
14752026-07-21T17:20:15.344Z Compiling scroll v0.13.0
14762026-07-21T17:20:15.362Z Compiling hmac v0.12.1
14772026-07-21T17:20:15.451Z Compiling darling v0.20.11
14782026-07-21T17:20:15.492Z Compiling dtrace-parser v0.3.0
14792026-07-21T17:20:15.507Z Compiling scroll_derive v0.12.1
14802026-07-21T17:20:15.537Z Compiling derive_builder_core v0.20.2
14812026-07-21T17:20:15.551Z Compiling thiserror-impl v1.0.69
14822026-07-21T17:20:15.639Z Compiling goblin v0.10.5
14832026-07-21T17:20:15.831Z Compiling spki v0.7.3
14842026-07-21T17:20:16.062Z Compiling icu_provider v2.1.1
14852026-07-21T17:20:16.084Z Compiling pkcs8 v0.10.2
14862026-07-21T17:20:16.203Z Compiling bytes v1.11.1
14872026-07-21T17:20:16.222Z Compiling chrono v0.4.45
14882026-07-21T17:20:16.259Z Compiling ipnet v2.11.0
14892026-07-21T17:20:16.273Z Compiling scroll v0.12.0
14902026-07-21T17:20:16.355Z Compiling icu_normalizer v2.1.1
14912026-07-21T17:20:16.369Z Compiling icu_properties v2.1.2
14922026-07-21T17:20:16.373Z Compiling erased-serde v0.3.31
14932026-07-21T17:20:16.411Z Compiling derive_builder_macro v0.20.2
14942026-07-21T17:20:16.465Z Compiling toml_datetime v0.6.11
14952026-07-21T17:20:16.550Z Compiling serde_urlencoded v0.7.1
14962026-07-21T17:20:16.796Z Compiling tokio v1.52.1
14972026-07-21T17:20:16.837Z Compiling http v1.4.2
14982026-07-21T17:20:16.842Z Compiling serde_tokenstream v0.2.3
14992026-07-21T17:20:16.876Z Compiling serde_spanned v0.6.9
15002026-07-21T17:20:16.890Z Compiling hex v0.4.3
15012026-07-21T17:20:16.894Z Compiling thiserror v1.0.69
15022026-07-21T17:20:16.933Z Compiling block-padding v0.4.2
15032026-07-21T17:20:16.938Z Compiling block-buffer v0.12.1
15042026-07-21T17:20:16.961Z Compiling crypto-common v0.2.2
15052026-07-21T17:20:17.022Z Compiling signature v2.2.0
15062026-07-21T17:20:17.040Z Compiling md-5 v0.10.6
15072026-07-21T17:20:17.118Z Compiling darling_macro v0.23.0
15082026-07-21T17:20:17.155Z Compiling rustls-native-certs v0.8.3
15092026-07-21T17:20:17.178Z Compiling bstr v1.12.1
15102026-07-21T17:20:17.182Z Compiling async-trait v0.1.89
15112026-07-21T17:20:17.219Z Compiling pin-project-internal v1.1.11
15122026-07-21T17:20:17.231Z Compiling zerocopy-derive v0.7.35
15132026-07-21T17:20:17.466Z Compiling idna_adapter v1.2.1
15142026-07-21T17:20:17.539Z Compiling ppv-lite86 v0.2.21
15152026-07-21T17:20:17.624Z Compiling idna v1.1.0
15162026-07-21T17:20:17.653Z Compiling http-body v1.0.1
15172026-07-21T17:20:17.686Z Compiling vergen-lib v9.1.0
15182026-07-21T17:20:17.711Z Compiling num-integer v0.1.46
15192026-07-21T17:20:17.777Z Compiling http-body-util v0.1.3
15202026-07-21T17:20:17.853Z Compiling rand_chacha v0.9.0
15212026-07-21T17:20:17.878Z Compiling rand_chacha v0.3.1
15222026-07-21T17:20:17.899Z Compiling hash32 v0.2.1
15232026-07-21T17:20:18.038Z Compiling url v2.5.8
15242026-07-21T17:20:18.051Z Compiling memoffset v0.9.1
15252026-07-21T17:20:18.108Z Compiling rand v0.9.2
15262026-07-21T17:20:18.142Z Compiling encoding_rs v0.8.35
15272026-07-21T17:20:18.169Z Compiling fallible-iterator v0.2.0
15282026-07-21T17:20:18.253Z Compiling psl-types v2.0.11
15292026-07-21T17:20:18.282Z Compiling rustix v0.38.44
15302026-07-21T17:20:18.308Z Compiling smoltcp v0.9.1
15312026-07-21T17:20:18.392Z Compiling num-bigint-dig v0.8.6
15322026-07-21T17:20:18.396Z Compiling mime v0.3.17
15332026-07-21T17:20:18.509Z Compiling dof v0.4.0
15342026-07-21T17:20:18.537Z Compiling litrs v1.0.0
15352026-07-21T17:20:18.630Z Compiling cfg_aliases v0.2.1
15362026-07-21T17:20:18.675Z Compiling zlib-rs v0.6.2
15372026-07-21T17:20:18.689Z Compiling proptest v1.10.0
15382026-07-21T17:20:18.692Z Compiling ref-cast v1.0.25
15392026-07-21T17:20:18.717Z Compiling nix v0.31.2
15402026-07-21T17:20:18.717Z Compiling postgres-protocol v0.6.10
15412026-07-21T17:20:18.875Z Compiling pin-project v1.1.11
15422026-07-21T17:20:18.880Z Compiling publicsuffix v2.3.0
15432026-07-21T17:20:18.991Z Compiling zerocopy v0.7.35
15442026-07-21T17:20:19.046Z Compiling rand v0.8.6
15452026-07-21T17:20:19.071Z Compiling document-features v0.2.12
15462026-07-21T17:20:19.086Z Compiling num-iter v0.1.45
15472026-07-21T17:20:19.169Z Compiling darling v0.23.0
15482026-07-21T17:20:19.216Z Compiling inout v0.2.2
15492026-07-21T17:20:19.301Z Compiling derive_builder v0.20.2
15502026-07-21T17:20:19.408Z Compiling ipnetwork v0.21.1
15512026-07-21T17:20:19.498Z Compiling futures-executor v0.3.32
15522026-07-21T17:20:19.551Z Compiling goblin v0.8.2
15532026-07-21T17:20:19.589Z Compiling hubpack_derive v0.1.1
15542026-07-21T17:20:19.671Z Compiling oxnet v0.1.6
15552026-07-21T17:20:19.711Z Compiling regex v1.12.3
15562026-07-21T17:20:19.864Z Compiling strum_macros v0.27.2
15572026-07-21T17:20:19.879Z Compiling snafu-derive v0.8.9
15582026-07-21T17:20:19.900Z Compiling daft-derive v0.1.7
15592026-07-21T17:20:19.903Z Compiling ref-cast-impl v1.0.25
15602026-07-21T17:20:19.916Z Compiling curve25519-dalek-derive v0.1.1
15612026-07-21T17:20:20.125Z Compiling phf_shared v0.13.1
15622026-07-21T17:20:20.156Z Compiling terminal_size v0.4.3
15632026-07-21T17:20:20.210Z Compiling lazy_static v1.5.0
15642026-07-21T17:20:20.255Z Compiling cargo-platform v0.3.2
15652026-07-21T17:20:20.308Z Compiling anstyle-parse v0.2.7
15662026-07-21T17:20:20.322Z Compiling vergen v9.1.0
15672026-07-21T17:20:20.377Z Compiling ff v0.13.1
15682026-07-21T17:20:20.417Z Compiling fs-err v3.3.0
15692026-07-21T17:20:20.499Z Compiling ahash v0.8.12
15702026-07-21T17:20:20.513Z Compiling winnow v0.5.40
15712026-07-21T17:20:20.529Z Compiling object v0.37.3
15722026-07-21T17:20:20.542Z Compiling unicode-segmentation v1.12.0
15732026-07-21T17:20:20.557Z Compiling bumpalo v3.20.2
15742026-07-21T17:20:20.559Z Compiling foldhash v0.1.5
15752026-07-21T17:20:20.630Z Compiling tokio-util v0.7.18
15762026-07-21T17:20:20.648Z Compiling tower v0.5.3
15772026-07-21T17:20:20.677Z Compiling tokio-native-tls v0.3.1
15782026-07-21T17:20:20.743Z Compiling same-file v1.0.6
15792026-07-21T17:20:20.757Z Compiling libbz2-rs-sys v0.2.2
15802026-07-21T17:20:20.832Z Compiling base16ct v0.2.0
15812026-07-21T17:20:20.837Z Compiling foldhash v0.2.0
15822026-07-21T17:20:20.863Z Compiling managed v0.8.0
15832026-07-21T17:20:20.922Z Compiling bitflags v1.3.2
15842026-07-21T17:20:20.945Z Compiling walkdir v2.5.0
15852026-07-21T17:20:21.006Z Compiling hashbrown v0.16.1
15862026-07-21T17:20:21.025Z Compiling newtype-uuid v1.3.2
15872026-07-21T17:20:21.080Z Compiling tower-http v0.6.8
15882026-07-21T17:20:21.148Z Compiling sec1 v0.7.3
15892026-07-21T17:20:21.275Z Compiling daft v0.1.7
15902026-07-21T17:20:21.375Z Compiling h2 v0.4.15
15912026-07-21T17:20:21.437Z Compiling bzip2 v0.6.1
15922026-07-21T17:20:21.498Z Compiling zopfli v0.8.3
15932026-07-21T17:20:21.565Z Compiling flate2 v1.1.9
15942026-07-21T17:20:21.581Z Compiling hashbrown v0.15.5
15952026-07-21T17:20:21.744Z Compiling dof v0.3.0
15962026-07-21T17:20:21.776Z Compiling clap_builder v4.6.0
15972026-07-21T17:20:21.847Z Compiling snafu v0.8.9
15982026-07-21T17:20:21.903Z Compiling toml_edit v0.19.15
15992026-07-21T17:20:21.917Z Compiling strum v0.27.2
16002026-07-21T17:20:22.031Z Compiling group v0.13.0
16012026-07-21T17:20:22.044Z Compiling anstream v0.6.21
16022026-07-21T17:20:22.061Z Compiling cargo_metadata v0.23.1
16032026-07-21T17:20:22.132Z Compiling phf v0.13.1
16042026-07-21T17:20:22.201Z Compiling signal-hook-mio v0.2.5
16052026-07-21T17:20:22.455Z Compiling hubpack v0.1.2
16062026-07-21T17:20:22.474Z Compiling cookie_store v0.22.1
16072026-07-21T17:20:22.475Z Compiling usdt-attr-macro v0.6.0
16082026-07-21T17:20:22.475Z Compiling usdt-macro v0.6.0
16092026-07-21T17:20:22.481Z Compiling bzip2 v0.4.4
16102026-07-21T17:20:22.495Z Compiling futures v0.3.32
16112026-07-21T17:20:22.589Z Compiling zstd v0.13.3
16122026-07-21T17:20:22.606Z Compiling cipher v0.5.2
16132026-07-21T17:20:22.627Z Compiling serde_with_macros v3.21.0
16142026-07-21T17:20:22.725Z Compiling postgres-types v0.2.12
16152026-07-21T17:20:22.973Z Compiling globset v0.4.18
16162026-07-21T17:20:22.988Z Compiling ed25519 v2.2.3
16172026-07-21T17:20:23.038Z Compiling dtrace-parser v0.2.0
16182026-07-21T17:20:23.180Z Compiling pkcs1 v0.7.5
16192026-07-21T17:20:23.203Z Compiling olpc-cjson v0.1.4
16202026-07-21T17:20:23.316Z Compiling serde-big-array v0.5.1
16212026-07-21T17:20:23.380Z Compiling serde_plain v1.0.2
16222026-07-21T17:20:23.463Z Compiling hkdf v0.12.4
16232026-07-21T17:20:23.477Z Compiling crypto-bigint v0.5.5
16242026-07-21T17:20:23.594Z Compiling enum-as-inner v0.6.1
16252026-07-21T17:20:23.612Z Compiling strum_macros v0.26.4
16262026-07-21T17:20:23.652Z Compiling serde_repr v0.1.20
16272026-07-21T17:20:23.676Z Compiling clap_derive v4.6.1
16282026-07-21T17:20:23.804Z Compiling async-recursion v1.1.1
16292026-07-21T17:20:23.819Z Compiling phf_shared v0.11.3
16302026-07-21T17:20:23.938Z Compiling float-cmp v0.10.0
16312026-07-21T17:20:24.022Z Compiling pem v3.0.6
16322026-07-21T17:20:24.085Z Compiling memmap2 v0.9.10
16332026-07-21T17:20:24.105Z Compiling thread-id v4.2.2
16342026-07-21T17:20:24.140Z Compiling env_filter v1.0.0
16352026-07-21T17:20:24.203Z Compiling cpufeatures v0.3.0
16362026-07-21T17:20:24.226Z Compiling normalize-line-endings v0.3.0
16372026-07-21T17:20:24.293Z Compiling either v1.15.0
16382026-07-21T17:20:24.324Z Compiling new_debug_unreachable v1.0.6
16392026-07-21T17:20:24.338Z Compiling winnow v1.0.3
16402026-07-21T17:20:24.374Z Compiling static_assertions v1.1.0
16412026-07-21T17:20:24.404Z Compiling const-oid v0.10.2
16422026-07-21T17:20:24.459Z Compiling jiff v0.2.21
16432026-07-21T17:20:24.474Z Compiling typed-path v0.9.3
16442026-07-21T17:20:24.508Z Compiling data-encoding v2.10.0
16452026-07-21T17:20:24.521Z Compiling fixedbitset v0.5.7
16462026-07-21T17:20:24.587Z Compiling hyper v1.10.1
16472026-07-21T17:20:24.631Z Compiling precomputed-hash v0.1.1
16482026-07-21T17:20:24.732Z Compiling whoami v2.1.0
16492026-07-21T17:20:24.738Z Compiling difflib v0.4.0
16502026-07-21T17:20:24.754Z Compiling keccak v0.1.6
16512026-07-21T17:20:24.840Z Compiling fixedbitset v0.4.2
16522026-07-21T17:20:24.855Z Compiling predicates-core v1.0.10
16532026-07-21T17:20:25.055Z Compiling petgraph v0.6.5
16542026-07-21T17:20:25.092Z Compiling predicates v3.1.4
16552026-07-21T17:20:25.109Z Compiling tokio-postgres v0.7.16
16562026-07-21T17:20:25.226Z Compiling sha3 v0.10.8
16572026-07-21T17:20:25.304Z Compiling hickory-proto v0.25.2
16582026-07-21T17:20:25.440Z Compiling strum v0.26.3
16592026-07-21T17:20:25.498Z Compiling petgraph v0.8.3
16602026-07-21T17:20:25.531Z Compiling clap v4.6.1
16612026-07-21T17:20:25.590Z Compiling string_cache v0.8.9
16622026-07-21T17:20:25.614Z Compiling toml_parser v1.1.2+spec-1.1.0
16632026-07-21T17:20:25.616Z Compiling digest v0.11.3
16642026-07-21T17:20:25.644Z Compiling itertools v0.13.0
16652026-07-21T17:20:25.706Z Compiling toml_edit v0.22.27
16662026-07-21T17:20:25.725Z Compiling hyper-util v0.1.20
16672026-07-21T17:20:25.766Z Compiling elliptic-curve v0.13.8
16682026-07-21T17:20:25.838Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16692026-07-21T17:20:25.871Z Compiling env_logger v0.11.9
16702026-07-21T17:20:26.177Z Compiling chacha20 v0.10.0
16712026-07-21T17:20:26.237Z Compiling usdt v0.6.0
16722026-07-21T17:20:26.253Z Compiling usdt-impl v0.5.0
16732026-07-21T17:20:26.273Z Compiling crossterm v0.28.1
16742026-07-21T17:20:26.527Z Compiling serde_with v3.21.0
16752026-07-21T17:20:26.568Z Compiling rsa v0.9.10
16762026-07-21T17:20:26.595Z Compiling toml v0.7.8
16772026-07-21T17:20:26.886Z Compiling ed25519-dalek v2.2.0
16782026-07-21T17:20:27.257Z Compiling hyper-tls v0.6.0
16792026-07-21T17:20:27.382Z Compiling zip v4.6.1
16802026-07-21T17:20:27.516Z Compiling reqwest v0.12.28
16812026-07-21T17:20:27.536Z Compiling zip v0.6.6
16822026-07-21T17:20:27.562Z Compiling iddqd v0.4.2
16832026-07-21T17:20:28.203Z Compiling tokio-stream v0.1.18
16842026-07-21T17:20:28.258Z Compiling similar v2.7.0
16852026-07-21T17:20:28.391Z Compiling heck v0.4.1
16862026-07-21T17:20:28.500Z Compiling buf-list v1.1.2
16872026-07-21T17:20:28.500Z Compiling byte-wrapper v0.1.0
16882026-07-21T17:20:28.581Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16892026-07-21T17:20:28.688Z Compiling openapiv3 v2.2.0
16902026-07-21T17:20:28.688Z Compiling x509-cert v0.2.5
16912026-07-21T17:20:28.832Z Compiling crossbeam-epoch v0.9.18
16922026-07-21T17:20:28.832Z Compiling peg-runtime v0.8.5
16932026-07-21T17:20:28.906Z Compiling lalrpop-util v0.19.12
16942026-07-21T17:20:28.906Z Compiling thread_local v1.1.9
16952026-07-21T17:20:28.906Z Compiling slog-async v2.8.0
16962026-07-21T17:20:28.906Z Compiling crossbeam-channel v0.5.15
16972026-07-21T17:20:29.019Z Compiling filetime v0.2.27
16982026-07-21T17:20:29.128Z Compiling is-terminal v0.4.17
16992026-07-21T17:20:29.128Z Compiling take_mut v0.2.2
17002026-07-21T17:20:29.128Z Compiling xattr v1.6.1
17012026-07-21T17:20:29.128Z Compiling term v1.2.1
17022026-07-21T17:20:29.218Z Compiling camino-tempfile v1.4.1
17032026-07-21T17:20:29.340Z Compiling tar v0.4.46
17042026-07-21T17:20:29.472Z Compiling slog-term v2.9.2
17052026-07-21T17:20:46.889Z Compiling rustls-webpki v0.103.13
17062026-07-21T17:20:49.570Z Compiling tokio-rustls v0.26.4
17072026-07-21T17:20:49.570Z Compiling rustls-platform-verifier v0.6.2
17082026-07-21T17:20:49.570Z Compiling tough v0.22.0
17092026-07-21T17:20:49.779Z Compiling hyper-rustls v0.27.7
17102026-07-21T17:20:49.971Z Compiling reqwest v0.13.2
17112026-07-21T17:20:52.144Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17122026-07-21T17:20:52.391Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17132026-07-21T17:20:55.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.88s
17142026-07-21T17:20:55.319Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17152026-07-21T17:20:55.371ZJul 21 17:20:54.621 INFO Starting download, target: Cockroach
17162026-07-21T17:20:55.371ZJul 21 17:20:54.621 INFO Starting download, target: Clickhouse
17172026-07-21T17:20:55.371ZJul 21 17:20:54.621 INFO Starting download, target: Console
17182026-07-21T17:20:55.371ZJul 21 17:20:54.621 INFO Starting download, target: DendriteStub
17192026-07-21T17:20:55.371ZJul 21 17:20:54.621 INFO Starting download, target: MaghemiteMgd
17202026-07-21T17:20:55.372ZJul 21 17:20:54.621 INFO Starting download, target: MaghemiteDdmd
17212026-07-21T17:20:55.375ZJul 21 17:20:54.621 INFO Starting download, target: TransceiverControl
17222026-07-21T17:20:55.375ZJul 21 17:20:54.622 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17232026-07-21T17:20:55.375ZJul 21 17:20:54.622 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17242026-07-21T17:20:55.375ZJul 21 17:20:54.622 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17252026-07-21T17:20:55.375ZJul 21 17:20:54.622 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17262026-07-21T17:20:55.375ZJul 21 17:20:54.622 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17272026-07-21T17:20:55.375ZJul 21 17:20:54.622 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17282026-07-21T17:20:55.375ZJul 21 17:20:54.622 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17292026-07-21T17:20:55.854ZJul 21 17:20:55.099 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17302026-07-21T17:20:56.065ZJul 21 17:20:55.314 INFO Download complete, target: TransceiverControl
17312026-07-21T17:20:57.185ZJul 21 17:20:56.435 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17322026-07-21T17:20:57.435ZJul 21 17:20:56.683 INFO Download complete, target: Console
17332026-07-21T17:20:58.458ZJul 21 17:20:57.691 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17342026-07-21T17:20:58.481ZJul 21 17:20:57.716 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17352026-07-21T17:20:58.642ZJul 21 17:20:57.889 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17362026-07-21T17:20:58.928ZJul 21 17:20:58.176 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17372026-07-21T17:20:59.928ZJul 21 17:20:59.170 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17382026-07-21T17:20:59.928ZJul 21 17:20:59.171 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17392026-07-21T17:21:00.547ZJul 21 17:20:59.797 INFO Download complete, target: MaghemiteDdmd
17402026-07-21T17:21:01.097ZJul 21 17:21:00.346 INFO Download complete, target: DendriteStub
17412026-07-21T17:21:01.425ZJul 21 17:21:00.675 INFO Download complete, target: MaghemiteMgd
17422026-07-21T17:21:04.614ZJul 21 17:21:03.862 INFO Checking that binary works, target: Cockroach
17432026-07-21T17:21:04.734ZJul 21 17:21:03.984 INFO Download complete, target: Cockroach
17442026-07-21T17:21:05.699ZJul 21 17:21:04.948 INFO Checking that binary works, target: Clickhouse
17452026-07-21T17:21:05.784ZJul 21 17:21:05.034 INFO Download complete, target: Clickhouse
17462026-07-21T17:21:05.791ZAll prerequisites installed successfully
17472026-07-21T17:21:05.794Z
17482026-07-21T17:21:05.794Zreal 1:46.816734980
17492026-07-21T17:21:05.794Zuser 6:37.691737944
17502026-07-21T17:21:05.794Zsys 1:39.729680434
17512026-07-21T17:21:05.794Ztrap 0.254683777
17522026-07-21T17:21:05.794Ztflt 0.845469240
17532026-07-21T17:21:05.794Zdflt 1.701037719
17542026-07-21T17:21:05.794Zkflt 0.027329737
17552026-07-21T17:21:05.794Zlock 23:46.326505318
17562026-07-21T17:21:05.795Zslp 18:12.899283923
17572026-07-21T17:21:05.795Zlat 23.411433290
17582026-07-21T17:21:05.795Zstop 2:39.878834113
17592026-07-21T17:21:05.795Z+ ptime -m cargo xtask download softnpu
17602026-07-21T17:21:06.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17612026-07-21T17:21:06.252Z Running `target/debug/xtask download softnpu`
17622026-07-21T17:21:06.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17632026-07-21T17:21:07.043Z Running `target/debug/xtask-downloader softnpu`
17642026-07-21T17:21:07.078ZJul 21 17:21:06.327 INFO Starting download, target: Softnpu
17652026-07-21T17:21:07.181ZJul 21 17:21:06.327 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17662026-07-21T17:21:07.710ZJul 21 17:21:06.960 INFO Download complete, target: Softnpu
17672026-07-21T17:21:07.714Z
17682026-07-21T17:21:07.719Zreal 1.916367403
17692026-07-21T17:21:07.719Zuser 1.273868894
17702026-07-21T17:21:07.719Zsys 0.589450448
17712026-07-21T17:21:07.719Ztrap 0.000463980
17722026-07-21T17:21:07.719Ztflt 0.000120770
17732026-07-21T17:21:07.719Zdflt 0.000358650
17742026-07-21T17:21:07.720Zkflt 0.000000000
17752026-07-21T17:21:07.720Zlock 11.309639117
17762026-07-21T17:21:07.720Zslp 0.496235248
17772026-07-21T17:21:07.720Zlat 0.094849257
17782026-07-21T17:21:07.720Zstop 0.000163200
17792026-07-21T17:21:07.720Z+ export CARGO_INCREMENTAL=0
17802026-07-21T17:21:07.720Z+ CARGO_INCREMENTAL=0
17812026-07-21T17:21:07.720Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17822026-07-21T17:21:08.570Z Compiling proc-macro2 v1.0.106
17832026-07-21T17:21:08.570Z Compiling quote v1.0.45
17842026-07-21T17:21:08.570Z Compiling unicode-ident v1.0.24
17852026-07-21T17:21:08.570Z Compiling libc v0.2.185
17862026-07-21T17:21:08.571Z Compiling serde_core v1.0.228
17872026-07-21T17:21:08.575Z Compiling serde v1.0.228
17882026-07-21T17:21:08.575Z Compiling cfg-if v1.0.4
17892026-07-21T17:21:08.575Z Compiling version_check v0.9.5
17902026-07-21T17:21:08.575Z Compiling shlex v1.3.0
17912026-07-21T17:21:08.575Z Compiling find-msvc-tools v0.1.9
17922026-07-21T17:21:08.575Z Compiling zmij v1.0.21
17932026-07-21T17:21:08.720Z Compiling memchr v2.8.0
17942026-07-21T17:21:08.725Z Compiling serde_json v1.0.150
17952026-07-21T17:21:08.725Z Compiling autocfg v1.5.0
17962026-07-21T17:21:08.970Z Compiling portable-atomic v1.13.1
17972026-07-21T17:21:08.986Z Compiling getrandom v0.4.1
17982026-07-21T17:21:09.053Z Compiling zerocopy v0.8.40
17992026-07-21T17:21:09.179Z Compiling libm v0.2.16
18002026-07-21T17:21:09.182Z Compiling parking_lot_core v0.9.12
18012026-07-21T17:21:09.197Z Compiling icu_properties_data v2.1.2
18022026-07-21T17:21:09.257Z Compiling num-traits v0.2.19
18032026-07-21T17:21:09.269Z Compiling icu_normalizer_data v2.1.1
18042026-07-21T17:21:09.272Z Compiling smallvec v1.15.1
18052026-07-21T17:21:09.344Z Compiling generic-array v0.14.7
18062026-07-21T17:21:09.473Z Compiling itoa v1.0.17
18072026-07-21T17:21:09.489Z Compiling log v0.4.29
18082026-07-21T17:21:09.536Z Compiling subtle v2.6.1
18092026-07-21T17:21:09.567Z Compiling pkg-config v0.3.32
18102026-07-21T17:21:09.583Z Compiling stable_deref_trait v1.2.1
18112026-07-21T17:21:09.599Z Compiling typenum v1.20.1
18122026-07-21T17:21:09.708Z Compiling scopeguard v1.2.0
18132026-07-21T17:21:09.758Z Compiling rand_core v0.10.0
18142026-07-21T17:21:09.803Z Compiling pin-project-lite v0.2.17
18152026-07-21T17:21:09.807Z Compiling lock_api v0.4.14
18162026-07-21T17:21:09.835Z Compiling jobserver v0.1.34
18172026-07-21T17:21:09.849Z Compiling errno v0.3.14
18182026-07-21T17:21:09.958Z Compiling thiserror v2.0.18
18192026-07-21T17:21:09.972Z Compiling getrandom v0.3.4
18202026-07-21T17:21:10.058Z Compiling cc v1.2.56
18212026-07-21T17:21:10.058Z Compiling equivalent v1.0.2
18222026-07-21T17:21:10.089Z Compiling litemap v0.8.1
18232026-07-21T17:21:10.106Z Compiling writeable v0.6.2
18242026-07-21T17:21:10.109Z Compiling fnv v1.0.7
18252026-07-21T17:21:10.133Z Compiling percent-encoding v2.3.2
18262026-07-21T17:21:10.225Z Compiling getrandom v0.2.17
18272026-07-21T17:21:10.241Z Compiling syn v2.0.117
18282026-07-21T17:21:10.256Z Compiling rustversion v1.0.22
18292026-07-21T17:21:10.316Z Compiling schemars v0.8.22
18302026-07-21T17:21:10.383Z Compiling rand_core v0.6.4
18312026-07-21T17:21:10.394Z Compiling rustix v1.1.3
18322026-07-21T17:21:10.441Z Compiling fs_extra v1.3.0
18332026-07-21T17:21:10.475Z Compiling dunce v1.0.5
18342026-07-21T17:21:10.490Z Compiling critical-section v1.2.0
18352026-07-21T17:21:10.665Z Compiling hashbrown v0.17.0
18362026-07-21T17:21:10.703Z Compiling signal-hook-registry v1.4.8
18372026-07-21T17:21:10.779Z Compiling utf8_iter v1.0.4
18382026-07-21T17:21:10.791Z Compiling strsim v0.11.1
18392026-07-21T17:21:10.805Z Compiling heck v0.5.0
18402026-07-21T17:21:10.826Z Compiling cmake v0.1.57
18412026-07-21T17:21:10.989Z Compiling once_cell v1.21.3
18422026-07-21T17:21:11.096Z Compiling parking_lot v0.12.5
18432026-07-21T17:21:11.131Z Compiling form_urlencoded v1.2.2
18442026-07-21T17:21:11.217Z Compiling semver v1.0.28
18452026-07-21T17:21:11.223Z Compiling indexmap v2.14.0
18462026-07-21T17:21:11.236Z Compiling mio v1.2.0
18472026-07-21T17:21:11.309Z Compiling bitflags v2.11.0
18482026-07-21T17:21:11.330Z Compiling socket2 v0.6.3
18492026-07-21T17:21:11.404Z Compiling aws-lc-sys v0.40.0
18502026-07-21T17:21:11.453Z Compiling ident_case v1.0.1
18512026-07-21T17:21:11.490Z Compiling aws-lc-rs v1.16.3
18522026-07-21T17:21:11.500Z Compiling futures-core v0.3.32
18532026-07-21T17:21:11.586Z Compiling httparse v1.10.1
18542026-07-21T17:21:11.816Z Compiling ucd-trie v0.1.7
18552026-07-21T17:21:11.901Z Compiling byteorder v1.5.0
18562026-07-21T17:21:11.927Z Compiling thiserror v1.0.69
18572026-07-21T17:21:12.024Z Compiling pest v2.8.6
18582026-07-21T17:21:12.040Z Compiling const-oid v0.9.6
18592026-07-21T17:21:12.040Z Compiling syn v1.0.109
18602026-07-21T17:21:12.155Z Compiling iana-time-zone v0.1.65
18612026-07-21T17:21:12.172Z Compiling regex-syntax v0.8.10
18622026-07-21T17:21:12.262Z Compiling vcpkg v0.2.15
18632026-07-21T17:21:12.341Z Compiling uuid v1.23.4
18642026-07-21T17:21:12.562Z Compiling rustc_version v0.4.1
18652026-07-21T17:21:12.635Z Compiling rustls v0.23.41
18662026-07-21T17:21:12.663Z Compiling futures-sink v0.3.32
18672026-07-21T17:21:12.757Z Compiling futures-channel v0.3.32
18682026-07-21T17:21:12.806Z Compiling aho-corasick v1.1.4
18692026-07-21T17:21:12.855Z Compiling futures-task v0.3.32
18702026-07-21T17:21:12.855Z Compiling futures-io v0.3.32
18712026-07-21T17:21:12.880Z Compiling openssl-sys v0.9.115
18722026-07-21T17:21:12.880Z Compiling slab v0.4.12
18732026-07-21T17:21:13.124Z Compiling time-core v0.1.8
18742026-07-21T17:21:13.136Z Compiling synstructure v0.13.2
18752026-07-21T17:21:13.137Z Compiling serde_derive_internals v0.29.1
18762026-07-21T17:21:13.225Z Compiling pest_meta v2.8.6
18772026-07-21T17:21:13.275Z Compiling dyn-clone v1.0.20
18782026-07-21T17:21:13.291Z Compiling crc32fast v1.5.0
18792026-07-21T17:21:13.329Z Compiling num-conv v0.2.0
18802026-07-21T17:21:13.386Z Compiling plain v0.2.3
18812026-07-21T17:21:13.550Z Compiling time-macros v0.2.27
18822026-07-21T17:21:13.622Z Compiling base64 v0.22.1
18832026-07-21T17:21:13.662Z Compiling crossbeam-utils v0.8.21
18842026-07-21T17:21:13.662Z Compiling openssl v0.10.79
18852026-07-21T17:21:13.683Z Compiling pretty-hex v0.4.1
18862026-07-21T17:21:13.695Z Compiling regex-automata v0.4.14
18872026-07-21T17:21:13.897Z Compiling pest_generator v2.8.6
18882026-07-21T17:21:13.977Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18892026-07-21T17:21:14.007Z Compiling anyhow v1.0.102
18902026-07-21T17:21:14.037Z Compiling native-tls v0.2.18
18912026-07-21T17:21:14.082Z Compiling rand_core v0.9.5
18922026-07-21T17:21:14.283Z Compiling slog v2.8.2
18932026-07-21T17:21:14.295Z Compiling tracing-core v0.1.36
18942026-07-21T17:21:14.360Z Compiling cookie v0.18.1
18952026-07-21T17:21:14.376Z Compiling serde_derive v1.0.228
18962026-07-21T17:21:14.394Z Compiling zeroize_derive v1.4.3
18972026-07-21T17:21:14.491Z Compiling zerofrom-derive v0.1.6
18982026-07-21T17:21:14.561Z Compiling yoke-derive v0.8.1
18992026-07-21T17:21:14.634Z Compiling zerovec-derive v0.11.2
19002026-07-21T17:21:14.634Z Compiling displaydoc v0.2.5
19012026-07-21T17:21:14.634Z Compiling zerocopy-derive v0.8.40
19022026-07-21T17:21:14.634Z Compiling tokio-macros v2.7.0
19032026-07-21T17:21:14.634Z Compiling futures-macro v0.3.32
19042026-07-21T17:21:14.727Z Compiling thiserror-impl v2.0.18
19052026-07-21T17:21:14.816Z Compiling schemars_derive v0.8.22
19062026-07-21T17:21:15.054Z Compiling zeroize v1.8.2
19072026-07-21T17:21:15.317Z Compiling tracing-attributes v0.1.31
19082026-07-21T17:21:15.370Z Compiling der_derive v0.7.3
19092026-07-21T17:21:15.417Z Compiling thiserror-impl v1.0.69
19102026-07-21T17:21:15.528Z Compiling pest_derive v2.8.6
19112026-07-21T17:21:15.661Z Compiling futures-util v0.3.32
19122026-07-21T17:21:15.733Z Compiling zerofrom v0.1.6
19132026-07-21T17:21:15.836Z Compiling yoke v0.8.1
19142026-07-21T17:21:15.895Z Compiling crypto-common v0.1.7
19152026-07-21T17:21:16.062Z Compiling zerovec v0.11.5
19162026-07-21T17:21:16.166Z Compiling zerotrie v0.2.3
19172026-07-21T17:21:16.166Z Compiling block-buffer v0.10.4
19182026-07-21T17:21:16.295Z Compiling digest v0.10.7
19192026-07-21T17:21:16.555Z Compiling scroll_derive v0.13.1
19202026-07-21T17:21:16.641Z Compiling tinystr v0.8.2
19212026-07-21T17:21:16.641Z Compiling potential_utf v0.1.4
19222026-07-21T17:21:16.641Z Compiling scroll_derive v0.12.1
19232026-07-21T17:21:16.668Z Compiling openssl-macros v0.1.1
19242026-07-21T17:21:16.669Z Compiling regex v1.12.3
19252026-07-21T17:21:16.775Z Compiling icu_locale_core v2.1.1
19262026-07-21T17:21:16.829Z Compiling icu_collections v2.1.1
19272026-07-21T17:21:17.175Z Compiling zerocopy-derive v0.7.35
19282026-07-21T17:21:17.282Z Compiling base64ct v1.8.3
19292026-07-21T17:21:17.329Z Compiling camino v1.2.2
19302026-07-21T17:21:17.456Z Compiling icu_provider v2.1.1
19312026-07-21T17:21:17.517Z Compiling bytes v1.11.1
19322026-07-21T17:21:17.629Z Compiling serde_tokenstream v0.2.3
19332026-07-21T17:21:17.695Z Compiling chrono v0.4.45
19342026-07-21T17:21:17.827Z Compiling icu_normalizer v2.1.1
19352026-07-21T17:21:17.866Z Compiling icu_properties v2.1.2
19362026-07-21T17:21:18.033Z Compiling pem-rfc7468 v0.7.0
19372026-07-21T17:21:18.059Z Compiling tracing v0.1.44
19382026-07-21T17:21:18.112Z Compiling tokio v1.52.1
19392026-07-21T17:21:18.424Z Compiling http v1.4.2
19402026-07-21T17:21:18.986Z Compiling idna_adapter v1.2.1
19412026-07-21T17:21:19.077Z Compiling ppv-lite86 v0.2.21
19422026-07-21T17:21:19.112Z Compiling idna v1.1.0
19432026-07-21T17:21:19.317Z Compiling flagset v0.4.7
19442026-07-21T17:21:19.408Z Compiling rand_chacha v0.9.0
19452026-07-21T17:21:19.482Z Compiling http-body v1.0.1
19462026-07-21T17:21:19.490Z Compiling der v0.7.10
19472026-07-21T17:21:19.490Z Compiling url v2.5.8
19482026-07-21T17:21:19.531Z Compiling rustls-pki-types v1.14.0
19492026-07-21T17:21:19.930Z Compiling usdt-impl v0.5.0
19502026-07-21T17:21:19.978Z Compiling paste v1.0.15
19512026-07-21T17:21:20.082Z Compiling cmov v0.5.4
19522026-07-21T17:21:20.283Z Compiling fastrand v2.3.0
19532026-07-21T17:21:20.319Z Compiling usdt-impl v0.6.0
19542026-07-21T17:21:20.408Z Compiling openssl-probe v0.2.1
19552026-07-21T17:21:20.456Z Compiling either v1.15.0
19562026-07-21T17:21:20.526Z Compiling ref-cast v1.0.25
19572026-07-21T17:21:20.586Z Compiling tinyvec_macros v0.1.1
19582026-07-21T17:21:20.616Z Compiling ctutils v0.4.2
19592026-07-21T17:21:20.642Z Compiling spki v0.7.3
19602026-07-21T17:21:20.654Z Compiling tinyvec v1.10.0
19612026-07-21T17:21:20.841Z Compiling rand v0.9.2
19622026-07-21T17:21:20.881Z Compiling serde_spanned v0.6.9
19632026-07-21T17:21:20.901Z Compiling toml_datetime v0.6.11
19642026-07-21T17:21:20.963Z Compiling scroll v0.13.0
19652026-07-21T17:21:21.022Z Compiling scroll v0.12.0
19662026-07-21T17:21:21.054Z Compiling async-trait v0.1.89
19672026-07-21T17:21:21.069Z Compiling heapless v0.7.17
19682026-07-21T17:21:21.144Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-07-21T17:21:21.189Z Compiling zstd-safe v7.2.4
19702026-07-21T17:21:21.204Z Compiling winnow v1.0.3
19712026-07-21T17:21:21.223Z Compiling atomic-waker v1.1.2
19722026-07-21T17:21:21.257Z Compiling untrusted v0.7.1
19732026-07-21T17:21:21.319Z Compiling tower-layer v0.3.3
19742026-07-21T17:21:21.389Z Compiling tower-service v0.3.3
19752026-07-21T17:21:21.414Z Compiling winnow v0.7.14
19762026-07-21T17:21:21.435Z Compiling try-lock v0.2.5
19772026-07-21T17:21:21.450Z Compiling litrs v1.0.0
19782026-07-21T17:21:21.483Z Compiling cpufeatures v0.2.17
19792026-07-21T17:21:21.512Z Compiling rustix v0.38.44
19802026-07-21T17:21:21.516Z Compiling signal-hook v0.3.18
19812026-07-21T17:21:21.516Z Compiling toml_parser v1.1.2+spec-1.1.0
19822026-07-21T17:21:21.569Z Compiling want v0.3.1
19832026-07-21T17:21:21.575Z Compiling goblin v0.8.2
19842026-07-21T17:21:21.761Z Compiling goblin v0.10.5
19852026-07-21T17:21:21.930Z Compiling tokio-util v0.7.18
19862026-07-21T17:21:21.966Z Compiling document-features v0.2.12
19872026-07-21T17:21:21.988Z Compiling hybrid-array v0.4.13
19882026-07-21T17:21:22.288Z Compiling zerocopy v0.7.35
19892026-07-21T17:21:22.686Z Compiling h2 v0.4.15
19902026-07-21T17:21:22.770Z Compiling ipnet v2.11.0
19912026-07-21T17:21:22.792Z Compiling ref-cast-impl v1.0.25
19922026-07-21T17:21:22.866Z Compiling darling_core v0.20.11
19932026-07-21T17:21:22.897Z Compiling curve25519-dalek v4.1.3
19942026-07-21T17:21:22.925Z Compiling memoffset v0.9.1
19952026-07-21T17:21:22.995Z Compiling winnow v0.5.40
19962026-07-21T17:21:23.227Z Compiling utf8parse v0.2.2
19972026-07-21T17:21:23.299Z Compiling untrusted v0.9.0
19982026-07-21T17:21:23.401Z Compiling foreign-types-shared v0.1.1
19992026-07-21T17:21:23.532Z Compiling powerfmt v0.2.0
20002026-07-21T17:21:23.550Z Compiling httpdate v1.0.3
20012026-07-21T17:21:23.774Z Compiling tempfile v3.25.0
20022026-07-21T17:21:23.794Z Compiling deranged v0.5.8
20032026-07-21T17:21:23.798Z Compiling foreign-types v0.3.2
20042026-07-21T17:21:23.895Z Compiling dof v0.3.0
20052026-07-21T17:21:24.152Z Compiling unicode-normalization v0.1.25
20062026-07-21T17:21:24.365Z Compiling toml_edit v0.19.15
20072026-07-21T17:21:24.452Z Compiling pkcs8 v0.10.2
20082026-07-21T17:21:24.521Z Compiling dof v0.4.0
20092026-07-21T17:21:24.627Z Compiling dtrace-parser v0.2.0
20102026-07-21T17:21:24.852Z Compiling darling_macro v0.20.11
20112026-07-21T17:21:25.047Z Compiling dtrace-parser v0.3.0
20122026-07-21T17:21:25.205Z Compiling daft-derive v0.1.7
20132026-07-21T17:21:25.257Z Compiling pin-project-internal v1.1.11
20142026-07-21T17:21:25.399Z Compiling spin v0.9.8
20152026-07-21T17:21:25.463Z Compiling thread-id v5.1.0
20162026-07-21T17:21:25.528Z Compiling thread-id v4.2.2
20172026-07-21T17:21:25.654Z Compiling num_threads v0.1.7
20182026-07-21T17:21:25.679Z Compiling anstyle v1.0.14
20192026-07-21T17:21:25.679Z Compiling smoltcp v0.9.1
20202026-07-21T17:21:25.725Z Compiling cfg_aliases v0.2.1
20212026-07-21T17:21:25.829Z Compiling num-bigint-dig v0.8.6
20222026-07-21T17:21:25.881Z Compiling hyper v1.10.1
20232026-07-21T17:21:25.900Z Compiling nix v0.31.2
20242026-07-21T17:21:25.942Z Compiling time v0.3.47
20252026-07-21T17:21:26.186Z Compiling darling v0.20.11
20262026-07-21T17:21:26.347Z Compiling sha2 v0.10.9
20272026-07-21T17:21:26.568Z Compiling ipnetwork v0.21.1
20282026-07-21T17:21:26.626Z Compiling hmac v0.12.1
20292026-07-21T17:21:26.657Z Compiling strum_macros v0.26.4
20302026-07-21T17:21:26.657Z Compiling curve25519-dalek-derive v0.1.1
20312026-07-21T17:21:26.860Z Compiling darling_core v0.23.0
20322026-07-21T17:21:26.888Z Compiling sync_wrapper v1.0.2
20332026-07-21T17:21:27.005Z Compiling hyper-util v0.1.20
20342026-07-21T17:21:27.055Z Compiling wait-timeout v0.2.1
20352026-07-21T17:21:27.326Z Compiling siphasher v1.0.2
20362026-07-21T17:21:27.375Z Compiling quick-error v1.2.3
20372026-07-21T17:21:27.401Z Compiling is_terminal_polyfill v1.70.2
20382026-07-21T17:21:27.574Z Compiling colorchoice v1.0.4
20392026-07-21T17:21:27.647Z Compiling anstyle-query v1.1.5
20402026-07-21T17:21:27.683Z Compiling bit-vec v0.8.0
20412026-07-21T17:21:27.721Z Compiling simd-adler32 v0.3.8
20422026-07-21T17:21:28.195Z Compiling bit-set v0.8.0
20432026-07-21T17:21:28.387Z Compiling rusty-fork v0.3.1
20442026-07-21T17:21:28.398Z Compiling tower v0.5.3
20452026-07-21T17:21:28.903Z Compiling derive_builder_core v0.20.2
20462026-07-21T17:21:29.017Z Compiling http-body-util v0.1.3
20472026-07-21T17:21:29.021Z Compiling darling_macro v0.23.0
20482026-07-21T17:21:29.049Z Compiling hubpack_derive v0.1.1
20492026-07-21T17:21:29.052Z Compiling snafu-derive v0.8.9
20502026-07-21T17:21:29.121Z Compiling strum_macros v0.27.2
20512026-07-21T17:21:29.173Z Compiling rand_xorshift v0.4.0
20522026-07-21T17:21:29.365Z Compiling fs-err v3.3.0
20532026-07-21T17:21:29.418Z Compiling ahash v0.8.12
20542026-07-21T17:21:29.592Z Compiling unarray v0.1.4
20552026-07-21T17:21:29.618Z Compiling adler2 v2.0.1
20562026-07-21T17:21:29.639Z Compiling unicode-segmentation v1.12.0
20572026-07-21T17:21:29.684Z Compiling object v0.37.3
20582026-07-21T17:21:29.704Z Compiling iri-string v0.7.10
20592026-07-21T17:21:29.735Z Compiling unicode-properties v0.1.4
20602026-07-21T17:21:29.863Z Compiling ryu v1.0.23
20612026-07-21T17:21:29.966Z Compiling allocator-api2 v0.2.21
20622026-07-21T17:21:30.055Z Compiling unicode-bidi v0.3.18
20632026-07-21T17:21:30.063Z Compiling serde_urlencoded v0.7.1
20642026-07-21T17:21:30.304Z Compiling miniz_oxide v0.8.9
20652026-07-21T17:21:30.323Z Compiling derive_builder_macro v0.20.2
20662026-07-21T17:21:30.340Z Compiling proptest v1.10.0
20672026-07-21T17:21:30.525Z Compiling stringprep v0.1.5
20682026-07-21T17:21:30.762Z Compiling darling v0.23.0
20692026-07-21T17:21:30.839Z Compiling tokio-native-tls v0.3.1
20702026-07-21T17:21:30.857Z Compiling tower-http v0.6.8
20712026-07-21T17:21:30.873Z Compiling usdt-macro v0.6.0
20722026-07-21T17:21:30.915Z Compiling usdt-attr-macro v0.6.0
20732026-07-21T17:21:30.930Z Compiling anstyle-parse v1.0.0
20742026-07-21T17:21:31.040Z Compiling block-buffer v0.12.1
20752026-07-21T17:21:31.057Z Compiling crypto-common v0.2.2
20762026-07-21T17:21:31.093Z Compiling block-padding v0.4.2
20772026-07-21T17:21:31.401Z Compiling rustls-native-certs v0.8.3
20782026-07-21T17:21:31.628Z Compiling rand_chacha v0.3.1
20792026-07-21T17:21:31.662Z Compiling erased-serde v0.3.31
20802026-07-21T17:21:31.665Z Compiling hex v0.4.3
20812026-07-21T17:21:31.696Z Compiling signature v2.2.0
20822026-07-21T17:21:31.702Z Compiling md-5 v0.10.6
20832026-07-21T17:21:31.708Z Compiling bstr v1.12.1
20842026-07-21T17:21:31.797Z Compiling num-integer v0.1.46
20852026-07-21T17:21:31.864Z Compiling hash32 v0.2.1
20862026-07-21T17:21:31.968Z Compiling vergen-lib v9.1.0
20872026-07-21T17:21:32.054Z Compiling encoding_rs v0.8.35
20882026-07-21T17:21:32.098Z Compiling cpufeatures v0.3.0
20892026-07-21T17:21:32.102Z Compiling zlib-rs v0.6.2
20902026-07-21T17:21:32.130Z Compiling fallible-iterator v0.2.0
20912026-07-21T17:21:32.199Z Compiling mime v0.3.17
20922026-07-21T17:21:32.277Z Compiling psl-types v2.0.11
20932026-07-21T17:21:32.329Z Compiling newtype-uuid v1.3.2
20942026-07-21T17:21:32.456Z Compiling postgres-protocol v0.6.10
20952026-07-21T17:21:32.524Z Compiling publicsuffix v2.3.0
20962026-07-21T17:21:32.651Z Compiling num-iter v0.1.45
20972026-07-21T17:21:32.719Z Compiling rand v0.8.6
20982026-07-21T17:21:33.178Z Compiling oxnet v0.1.6
20992026-07-21T17:21:33.239Z Compiling inout v0.2.2
21002026-07-21T17:21:33.374Z Compiling anstream v1.0.0
21012026-07-21T17:21:33.382Z Compiling hyper-tls v0.6.0
21022026-07-21T17:21:33.382Z Compiling serde_with_macros v3.21.0
21032026-07-21T17:21:33.401Z Compiling derive_builder v0.20.2
21042026-07-21T17:21:33.431Z Compiling heck v0.4.1
21052026-07-21T17:21:33.549Z Compiling phf_shared v0.13.1
21062026-07-21T17:21:33.579Z Compiling pin-project v1.1.11
21072026-07-21T17:21:33.628Z Compiling lazy_static v1.5.0
21082026-07-21T17:21:33.642Z Compiling anstyle-parse v0.2.7
21092026-07-21T17:21:33.765Z Compiling terminal_size v0.4.3
21102026-07-21T17:21:33.806Z Compiling futures-executor v0.3.32
21112026-07-21T17:21:33.837Z Compiling enum-as-inner v0.6.1
21122026-07-21T17:21:33.837Z Compiling clap_derive v4.6.1
21132026-07-21T17:21:33.841Z Compiling serde_repr v0.1.20
21142026-07-21T17:21:33.882Z Compiling async-recursion v1.1.1
21152026-07-21T17:21:34.098Z Compiling ff v0.13.1
21162026-07-21T17:21:34.165Z Compiling flate2 v1.1.9
21172026-07-21T17:21:34.187Z Compiling vergen v9.1.0
21182026-07-21T17:21:34.268Z Compiling cargo-platform v0.3.2
21192026-07-21T17:21:34.423Z Compiling same-file v1.0.6
21202026-07-21T17:21:34.461Z Compiling bitflags v1.3.2
21212026-07-21T17:21:34.546Z Compiling foldhash v0.2.0
21222026-07-21T17:21:34.572Z Compiling bumpalo v3.20.2
21232026-07-21T17:21:34.580Z Compiling base16ct v0.2.0
21242026-07-21T17:21:34.594Z Compiling libbz2-rs-sys v0.2.2
21252026-07-21T17:21:34.608Z Compiling foldhash v0.1.5
21262026-07-21T17:21:34.633Z Compiling managed v0.8.0
21272026-07-21T17:21:34.771Z Compiling clap_lex v1.0.0
21282026-07-21T17:21:34.880Z Compiling zopfli v0.8.3
21292026-07-21T17:21:34.892Z Compiling hashbrown v0.15.5
21302026-07-21T17:21:34.970Z Compiling clap_builder v4.6.0
21312026-07-21T17:21:35.048Z Compiling bzip2 v0.6.1
21322026-07-21T17:21:35.191Z Compiling sec1 v0.7.3
21332026-07-21T17:21:35.247Z Compiling hashbrown v0.16.1
21342026-07-21T17:21:35.461Z Compiling walkdir v2.5.0
21352026-07-21T17:21:35.541Z Compiling cargo_metadata v0.23.1
21362026-07-21T17:21:35.633Z Compiling group v0.13.0
21372026-07-21T17:21:35.765Z Compiling futures v0.3.32
21382026-07-21T17:21:35.966Z Compiling anstream v0.6.21
21392026-07-21T17:21:36.055Z Compiling phf v0.13.1
21402026-07-21T17:21:36.273Z Compiling snafu v0.8.9
21412026-07-21T17:21:36.298Z Compiling reqwest v0.12.28
21422026-07-21T17:21:36.509Z Compiling zstd v0.13.3
21432026-07-21T17:21:36.789Z Compiling daft v0.1.7
21442026-07-21T17:21:36.920Z Compiling signal-hook-mio v0.2.5
21452026-07-21T17:21:36.954Z Compiling cipher v0.5.2
21462026-07-21T17:21:36.966Z Compiling cookie_store v0.22.1
21472026-07-21T17:21:37.019Z Compiling postgres-types v0.2.12
21482026-07-21T17:21:37.109Z Compiling bzip2 v0.4.4
21492026-07-21T17:21:37.174Z Compiling globset v0.4.18
21502026-07-21T17:21:37.305Z Compiling ed25519 v2.2.3
21512026-07-21T17:21:37.313Z Compiling strum v0.27.2
21522026-07-21T17:21:37.361Z Compiling hubpack v0.1.2
21532026-07-21T17:21:37.442Z Compiling phf_shared v0.11.3
21542026-07-21T17:21:37.512Z Compiling hkdf v0.12.4
21552026-07-21T17:21:37.527Z Compiling crossbeam-epoch v0.9.18
21562026-07-21T17:21:37.612Z Compiling pkcs1 v0.7.5
21572026-07-21T17:21:37.630Z Compiling olpc-cjson v0.1.4
21582026-07-21T17:21:37.841Z Compiling serde_plain v1.0.2
21592026-07-21T17:21:37.888Z Compiling serde-big-array v0.5.1
21602026-07-21T17:21:37.932Z Compiling pem v3.0.6
21612026-07-21T17:21:38.052Z Compiling crypto-bigint v0.5.5
21622026-07-21T17:21:38.099Z Compiling float-cmp v0.10.0
21632026-07-21T17:21:38.153Z Compiling memmap2 v0.9.10
21642026-07-21T17:21:38.192Z Compiling env_filter v1.0.0
21652026-07-21T17:21:38.287Z Compiling fixedbitset v0.4.2
21662026-07-21T17:21:38.295Z Compiling static_assertions v1.1.0
21672026-07-21T17:21:38.373Z Compiling data-encoding v2.10.0
21682026-07-21T17:21:38.388Z Compiling normalize-line-endings v0.3.0
21692026-07-21T17:21:38.413Z Compiling toml_write v0.1.2
21702026-07-21T17:21:38.429Z Compiling fixedbitset v0.5.7
21712026-07-21T17:21:38.473Z Compiling new_debug_unreachable v1.0.6
21722026-07-21T17:21:38.636Z Compiling keccak v0.1.6
21732026-07-21T17:21:38.672Z Compiling typed-path v0.9.3
21742026-07-21T17:21:38.672Z Compiling jiff v0.2.21
21752026-07-21T17:21:38.734Z Compiling predicates-core v1.0.10
21762026-07-21T17:21:38.760Z Compiling difflib v0.4.0
21772026-07-21T17:21:38.780Z Compiling const-oid v0.10.2
21782026-07-21T17:21:38.835Z Compiling precomputed-hash v0.1.1
21792026-07-21T17:21:38.938Z Compiling whoami v2.1.0
21802026-07-21T17:21:38.966Z Compiling digest v0.11.3
21812026-07-21T17:21:38.976Z Compiling string_cache v0.8.9
21822026-07-21T17:21:38.995Z Compiling predicates v3.1.4
21832026-07-21T17:21:39.096Z Compiling chacha20 v0.10.0
21842026-07-21T17:21:39.187Z Compiling elliptic-curve v0.13.8
21852026-07-21T17:21:39.198Z Compiling tokio-postgres v0.7.16
21862026-07-21T17:21:39.210Z Compiling hickory-proto v0.25.2
21872026-07-21T17:21:39.236Z Compiling sha3 v0.10.8
21882026-07-21T17:21:39.253Z Compiling petgraph v0.8.3
21892026-07-21T17:21:39.270Z Compiling toml_edit v0.22.27
21902026-07-21T17:21:39.318Z Compiling petgraph v0.6.5
21912026-07-21T17:21:39.330Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21922026-07-21T17:21:39.545Z Compiling env_logger v0.11.9
21932026-07-21T17:21:39.553Z Compiling usdt v0.6.0
21942026-07-21T17:21:40.026Z Compiling rsa v0.9.10
21952026-07-21T17:21:41.146Z Compiling ed25519-dalek v2.2.0
21962026-07-21T17:21:41.223Z Compiling zip v4.6.1
21972026-07-21T17:21:41.474Z Compiling zip v0.6.6
21982026-07-21T17:21:41.522Z Compiling iddqd v0.4.2
21992026-07-21T17:21:41.578Z Compiling crossterm v0.28.1
22002026-07-21T17:21:42.089Z Compiling clap v4.6.1
22012026-07-21T17:21:42.205Z Compiling serde_with v3.21.0
22022026-07-21T17:21:42.300Z Compiling similar v2.7.0
22032026-07-21T17:21:42.335Z Compiling byte-wrapper v0.1.0
22042026-07-21T17:21:42.430Z Compiling strum v0.26.3
22052026-07-21T17:21:42.481Z Compiling toml v0.7.8
22062026-07-21T17:21:42.588Z Compiling tokio-stream v0.1.18
22072026-07-21T17:21:42.668Z Compiling buf-list v1.1.2
22082026-07-21T17:21:42.773Z Compiling x509-cert v0.2.5
22092026-07-21T17:21:42.789Z Compiling itertools v0.13.0
22102026-07-21T17:21:43.049Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22112026-07-21T17:21:43.409Z Compiling openapiv3 v2.2.0
22122026-07-21T17:21:43.939Z Compiling peg-runtime v0.8.5
22132026-07-21T17:21:43.970Z Compiling lalrpop-util v0.19.12
22142026-07-21T17:21:59.389Z Compiling rustls-webpki v0.103.13
22152026-07-21T17:22:01.415Z Compiling macaddr v1.0.1
22162026-07-21T17:22:01.515Z Compiling structmeta-derive v0.3.0
22172026-07-21T17:22:01.562Z Compiling darling_core v0.21.3
22182026-07-21T17:22:01.617Z Compiling rayon-core v1.13.0
22192026-07-21T17:22:01.641Z Compiling crucible-workspace-hack v0.1.0
22202026-07-21T17:22:01.726Z Compiling itertools v0.14.0
22212026-07-21T17:22:01.893Z Compiling secrecy v0.10.3
22222026-07-21T17:22:01.912Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-07-21T17:22:01.965Z Compiling heapless v0.8.0
22242026-07-21T17:22:01.984Z Compiling toml_datetime v0.7.5+spec-1.1.0
22252026-07-21T17:22:02.085Z Compiling crossbeam-deque v0.8.6
22262026-07-21T17:22:02.156Z Compiling inout v0.1.4
22272026-07-21T17:22:02.174Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-07-21T17:22:02.245Z Compiling hash32 v0.3.1
22292026-07-21T17:22:02.349Z Compiling multer v3.1.0
22302026-07-21T17:22:02.353Z Compiling thread_local v1.1.9
22312026-07-21T17:22:02.380Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22322026-07-21T17:22:02.440Z Compiling match_cfg v0.1.0
22332026-07-21T17:22:02.483Z Compiling unicode-width v0.2.0
22342026-07-21T17:22:02.579Z Compiling compression-core v0.4.31
22352026-07-21T17:22:02.602Z Compiling structmeta v0.3.0
22362026-07-21T17:22:02.602Z Compiling smoltcp v0.11.0
22372026-07-21T17:22:02.608Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22382026-07-21T17:22:02.742Z Compiling slog-async v2.8.0
22392026-07-21T17:22:02.754Z Compiling proc-macro-crate v3.4.0
22402026-07-21T17:22:02.793Z Compiling derive-ex v0.1.8
22412026-07-21T17:22:02.823Z Compiling compression-codecs v0.4.37
22422026-07-21T17:22:02.947Z Compiling hostname v0.3.1
22432026-07-21T17:22:02.995Z Compiling tokio-rustls v0.26.4
22442026-07-21T17:22:03.051Z Compiling rustls-platform-verifier v0.6.2
22452026-07-21T17:22:03.107Z Compiling tough v0.22.0
22462026-07-21T17:22:03.207Z Compiling cipher v0.4.4
22472026-07-21T17:22:03.234Z Compiling hyper-rustls v0.27.7
22482026-07-21T17:22:03.285Z Compiling atomicwrites v0.4.4
22492026-07-21T17:22:03.298Z Compiling slog-json v2.6.1
22502026-07-21T17:22:03.488Z Compiling reqwest v0.13.2
22512026-07-21T17:22:03.528Z Compiling crossbeam-channel v0.5.15
22522026-07-21T17:22:03.563Z Compiling half v2.7.1
22532026-07-21T17:22:03.589Z Compiling newtype-uuid-macros v0.1.0
22542026-07-21T17:22:03.593Z Compiling cobs v0.3.0
22552026-07-21T17:22:03.684Z Compiling darling_macro v0.21.3
22562026-07-21T17:22:03.952Z Compiling universal-hash v0.5.1
22572026-07-21T17:22:03.978Z Compiling thiserror-impl-no-std v2.0.2
22582026-07-21T17:22:04.099Z Compiling async-stream-impl v0.3.6
22592026-07-21T17:22:04.232Z Compiling darling v0.21.3
22602026-07-21T17:22:04.262Z Compiling toml_datetime v1.1.1+spec-1.1.0
22612026-07-21T17:22:04.335Z Compiling ingot-macros v0.1.1
22622026-07-21T17:22:04.381Z Compiling serde_spanned v1.1.1
22632026-07-21T17:22:04.397Z Compiling is-terminal v0.4.17
22642026-07-21T17:22:04.523Z Compiling proc-macro-error-attr v1.0.4
22652026-07-21T17:22:04.562Z Compiling dropshot v0.17.1
22662026-07-21T17:22:04.595Z Compiling term v1.2.1
22672026-07-21T17:22:04.711Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22682026-07-21T17:22:04.734Z Compiling take_mut v0.2.2
22692026-07-21T17:22:04.767Z Compiling ciborium-io v0.2.2
22702026-07-21T17:22:04.783Z Compiling opaque-debug v0.3.1
22712026-07-21T17:22:04.812Z Compiling convert_case v0.4.0
22722026-07-21T17:22:04.875Z Compiling toml_writer v1.1.1+spec-1.1.0
22732026-07-21T17:22:04.897Z Compiling ciborium-ll v0.2.2
22742026-07-21T17:22:04.906Z Compiling poly1305 v0.8.0
22752026-07-21T17:22:04.971Z Compiling slog-term v2.9.2
22762026-07-21T17:22:05.024Z Compiling thiserror-no-std v2.0.2
22772026-07-21T17:22:05.148Z Compiling derive_more v0.99.20
22782026-07-21T17:22:05.163Z Compiling toml v1.1.2+spec-1.1.0
22792026-07-21T17:22:05.319Z Compiling async-stream v0.3.6
22802026-07-21T17:22:05.431Z Compiling test-strategy v0.4.5
22812026-07-21T17:22:05.462Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22822026-07-21T17:22:05.538Z Compiling postcard v1.1.3
22832026-07-21T17:22:05.552Z Compiling slog-bunyan v2.5.0
22842026-07-21T17:22:05.947Z Compiling chacha20 v0.9.1
22852026-07-21T17:22:06.258Z Compiling num_enum_derive v0.7.6
22862026-07-21T17:22:06.277Z Compiling async-compression v0.4.41
22872026-07-21T17:22:06.515Z Compiling parse-display-derive v0.10.0
22882026-07-21T17:22:06.789Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22892026-07-21T17:22:06.830Z Compiling sha1 v0.11.0
22902026-07-21T17:22:06.830Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22912026-07-21T17:22:06.830Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22922026-07-21T17:22:07.103Z Compiling ingot-types v0.1.2
22932026-07-21T17:22:07.156Z Compiling proc-macro-crate v1.3.1
22942026-07-21T17:22:07.234Z Compiling waitgroup v0.1.2
22952026-07-21T17:22:07.252Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22962026-07-21T17:22:07.252Z Compiling backon v1.6.0
22972026-07-21T17:22:07.279Z Compiling password-hash v0.5.0
22982026-07-21T17:22:07.305Z Compiling rustls-pemfile v2.2.0
22992026-07-21T17:22:07.393Z Compiling dropshot_endpoint v0.17.1
23002026-07-21T17:22:07.404Z Compiling blake2 v0.10.6
23012026-07-21T17:22:07.490Z Compiling ingot v0.1.1
23022026-07-21T17:22:07.517Z Compiling aead v0.5.2
23032026-07-21T17:22:07.530Z Compiling foreign-types-macros v0.2.3
23042026-07-21T17:22:07.542Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23052026-07-21T17:22:07.607Z Compiling serde_path_to_error v0.1.20
23062026-07-21T17:22:07.665Z Compiling hostname v0.4.2
23072026-07-21T17:22:07.709Z Compiling proc-macro-error v1.0.4
23082026-07-21T17:22:07.859Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23092026-07-21T17:22:07.936Z Compiling instant v0.1.13
23102026-07-21T17:22:07.972Z Compiling foreign-types-shared v0.3.1
23112026-07-21T17:22:07.988Z Compiling debug-ignore v1.0.5
23122026-07-21T17:22:08.095Z Compiling backoff v0.4.0
23132026-07-21T17:22:08.102Z Compiling parse-display v0.10.0
23142026-07-21T17:22:08.106Z Compiling argon2 v0.5.3
23152026-07-21T17:22:08.163Z Compiling foreign-types v0.5.0
23162026-07-21T17:22:08.166Z Compiling chacha20poly1305 v0.10.1
23172026-07-21T17:22:08.205Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23182026-07-21T17:22:08.256Z Compiling num_enum_derive v0.5.11
23192026-07-21T17:22:08.270Z Compiling num_enum v0.7.6
23202026-07-21T17:22:08.285Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23212026-07-21T17:22:08.340Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23222026-07-21T17:22:08.371Z Compiling vsss-rs v3.3.4
23232026-07-21T17:22:08.429Z Compiling ciborium v0.2.2
23242026-07-21T17:22:08.896Z Compiling tabwriter v1.4.1
23252026-07-21T17:22:08.916Z Compiling regress v0.10.5
23262026-07-21T17:22:09.001Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-07-21T17:22:09.017Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23282026-07-21T17:22:09.055Z Compiling cstr-argument v0.1.2
23292026-07-21T17:22:09.068Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23302026-07-21T17:22:09.220Z Compiling humantime v2.3.0
23312026-07-21T17:22:09.263Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-07-21T17:22:09.273Z Compiling num_enum v0.5.11
23332026-07-21T17:22:09.313Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23342026-07-21T17:22:09.342Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23352026-07-21T17:22:09.403Z Compiling rayon v1.11.0
23362026-07-21T17:22:09.446Z Compiling rand v0.10.1
23372026-07-21T17:22:09.496Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23382026-07-21T17:22:09.518Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23392026-07-21T17:22:09.569Z Compiling libefi-sys v0.1.0
23402026-07-21T17:22:09.661Z Compiling colored v3.1.1
23412026-07-21T17:22:09.720Z Compiling indent_write v2.2.0
23422026-07-21T17:22:09.743Z Compiling zone_cfg_derive v0.3.1
23432026-07-21T17:22:09.743Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23442026-07-21T17:22:09.761Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23452026-07-21T17:22:09.886Z Compiling camino-tempfile v1.4.1
23462026-07-21T17:22:09.927Z Compiling itertools v0.12.1
23472026-07-21T17:22:09.960Z Compiling usdt-macro v0.5.0
23482026-07-21T17:22:09.960Z Compiling usdt-attr-macro v0.5.0
23492026-07-21T17:22:09.967Z Compiling bitfield-struct v0.6.2
23502026-07-21T17:22:09.990Z Compiling num-derive v0.4.2
23512026-07-21T17:22:10.267Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23522026-07-21T17:22:10.341Z Compiling blake3 v1.8.5
23532026-07-21T17:22:10.364Z Compiling memmap v0.7.0
23542026-07-21T17:22:10.391Z Compiling sigpipe v0.1.3
23552026-07-21T17:22:10.514Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23562026-07-21T17:22:10.529Z Compiling glob v0.3.3
23572026-07-21T17:22:10.616Z Compiling swrite v0.1.0
23582026-07-21T17:22:10.631Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-07-21T17:22:10.739Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23602026-07-21T17:22:10.756Z Compiling usdt v0.5.0
23612026-07-21T17:22:10.807Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23622026-07-21T17:22:10.939Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23632026-07-21T17:22:11.048Z Compiling smf v0.2.3
23642026-07-21T17:22:11.129Z Compiling filetime v0.2.27
23652026-07-21T17:22:11.145Z Compiling arrayref v0.3.9
23662026-07-21T17:22:11.191Z Compiling zone v0.3.1
23672026-07-21T17:22:11.229Z Compiling whoami v1.6.1
23682026-07-21T17:22:11.249Z Compiling xattr v1.6.1
23692026-07-21T17:22:11.270Z Compiling arrayvec v0.7.6
23702026-07-21T17:22:11.337Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-07-21T17:22:11.371Z Compiling constant_time_eq v0.4.2
23722026-07-21T17:22:11.400Z Compiling tar v0.4.46
23732026-07-21T17:22:11.443Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-07-21T17:22:11.473Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23752026-07-21T17:22:11.487Z Compiling tokio-dtrace v0.1.1
23762026-07-21T17:22:11.575Z Compiling console v0.16.2
23772026-07-21T17:22:11.607Z Compiling gethostname v0.5.0
23782026-07-21T17:22:11.737Z Compiling unit-prefix v0.5.2
23792026-07-21T17:22:11.742Z Compiling topological-sort v0.2.2
23802026-07-21T17:22:11.771Z Compiling oxide-tokio-rt v0.1.4
23812026-07-21T17:22:11.845Z Compiling toml v0.8.23
23822026-07-21T17:22:11.950Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-07-21T17:22:12.128Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23842026-07-21T17:22:12.202Z Compiling indicatif v0.18.4
23852026-07-21T17:22:12.216Z Compiling shell-words v1.1.1
23862026-07-21T17:22:21.401Z Compiling progenitor-client v0.14.0
23872026-07-21T17:22:21.401Z Compiling omicron-zone-package v0.12.3
23882026-07-21T17:22:22.042Z Compiling progenitor-extras v0.2.0
23892026-07-21T17:22:22.046Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23902026-07-21T17:22:22.047Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23912026-07-21T17:22:22.047Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23922026-07-21T17:22:22.082Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23932026-07-21T17:22:22.127Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23942026-07-21T17:22:22.156Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23952026-07-21T17:22:22.230Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-07-21T17:22:22.277Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-07-21T17:22:22.941Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23982026-07-21T17:22:26.861Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23992026-07-21T17:22:34.788Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24002026-07-21T17:22:37.945Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24012026-07-21T17:22:38.993Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24022026-07-21T17:22:48.366Z Finished `release` profile [optimized] target(s) in 1m 40s
24032026-07-21T17:22:48.509Z Running `target/release/omicron-package -t test target create -p dev`
24042026-07-21T17:22:48.573ZLogging to: /work/oxidecomputer/omicron/out/LOG
24052026-07-21T17:22:48.579ZCreated new build target 'test' and set it as active
24062026-07-21T17:22:48.579Z
24072026-07-21T17:22:48.579Zreal 1:40.854125122
24082026-07-21T17:22:48.579Zuser 16:23.251592902
24092026-07-21T17:22:48.579Zsys 2:45.028717693
24102026-07-21T17:22:48.579Ztrap 0.469169715
24112026-07-21T17:22:48.579Ztflt 2.496074541
24122026-07-21T17:22:48.579Zdflt 4.300572550
24132026-07-21T17:22:48.579Zkflt 0.000534600
24142026-07-21T17:22:48.579Zlock 51:59.364616906
24152026-07-21T17:22:48.579Zslp 42:45.745494814
24162026-07-21T17:22:48.579Zlat 43.475475510
24172026-07-21T17:22:48.579Zstop 5:08.255227516
24182026-07-21T17:22:48.579Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24192026-07-21T17:22:49.407Z Finished `release` profile [optimized] target(s) in 0.82s
24202026-07-21T17:22:49.472Z Running `target/release/omicron-package -t test package`
24212026-07-21T17:22:49.525ZLogging to: /work/oxidecomputer/omicron/out/LOG
24222026-07-21T17:22:50.890Z Compiling heck v0.5.0
24232026-07-21T17:22:50.890Z Compiling regress v0.11.1
24242026-07-21T17:22:51.130Z Compiling unsafe-libyaml v0.2.11
24252026-07-21T17:22:51.148Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24262026-07-21T17:22:51.171Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24272026-07-21T17:22:51.176Z Compiling unicode-width v0.1.14
24282026-07-21T17:22:51.213Z Compiling derive-where v1.6.0
24292026-07-21T17:22:51.213Z Compiling bytecount v0.6.9
24302026-07-21T17:22:51.217Z Compiling atomicwrites v0.4.4
24312026-07-21T17:22:51.270Z Compiling is-terminal v0.4.17
24322026-07-21T17:22:51.273Z Compiling prettyplease v0.2.37
24332026-07-21T17:22:51.273Z Compiling console v0.15.11
24342026-07-21T17:22:51.273Z Compiling newline-converter v0.3.0
24352026-07-21T17:22:51.273Z Compiling slog-dtrace v0.3.0
24362026-07-21T17:22:51.328Z Compiling cancel-safe-futures v0.1.5
24372026-07-21T17:22:51.389Z Compiling owo-colors v4.3.0
24382026-07-21T17:22:51.408Z Compiling resolv-conf v0.7.6
24392026-07-21T17:22:51.431Z Compiling num-rational v0.4.2
24402026-07-21T17:22:51.454Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24412026-07-21T17:22:51.504Z Compiling libsw-core v0.3.2
24422026-07-21T17:22:51.524Z Compiling num-complex v0.4.6
24432026-07-21T17:22:51.610Z Compiling thread_local v1.1.9
24442026-07-21T17:22:51.629Z Compiling serde_yaml v0.9.34+deprecated
24452026-07-21T17:22:51.735Z Compiling expectorate v1.2.0
24462026-07-21T17:22:51.752Z Compiling compression-core v0.4.31
24472026-07-21T17:22:51.781Z Compiling match_cfg v0.1.0
24482026-07-21T17:22:51.865Z Compiling compression-codecs v0.4.37
24492026-07-21T17:22:51.910Z Compiling hostname v0.3.1
24502026-07-21T17:22:51.936Z Compiling num v0.4.3
24512026-07-21T17:22:51.990Z Compiling libsw v3.5.0
24522026-07-21T17:22:52.030Z Compiling slog-async v2.8.0
24532026-07-21T17:22:52.051Z Compiling multer v3.1.0
24542026-07-21T17:22:52.070Z Compiling crossbeam-channel v0.5.15
24552026-07-21T17:22:52.093Z Compiling slog-json v2.6.1
24562026-07-21T17:22:52.117Z Compiling serde_spanned v1.1.1
24572026-07-21T17:22:52.121Z Compiling toml_datetime v1.1.1+spec-1.1.0
24582026-07-21T17:22:52.209Z Compiling take_mut v0.2.2
24592026-07-21T17:22:52.274Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-07-21T17:22:52.313Z Compiling float-ord v0.3.2
24612026-07-21T17:22:52.316Z Compiling toml_writer v1.1.1+spec-1.1.0
24622026-07-21T17:22:52.354Z Compiling term v1.2.1
24632026-07-21T17:22:52.355Z Compiling linear-map v1.2.0
24642026-07-21T17:22:52.420Z Compiling linked-hash-map v0.5.6
24652026-07-21T17:22:52.463Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24662026-07-21T17:22:52.466Z Compiling slog-bunyan v2.5.0
24672026-07-21T17:22:52.534Z Compiling async-compression v0.4.41
24682026-07-21T17:22:52.564Z Compiling toml v1.1.2+spec-1.1.0
24692026-07-21T17:22:52.618Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24702026-07-21T17:22:52.785Z Compiling typify-impl v0.6.2
24712026-07-21T17:22:52.805Z Compiling slog-term v2.9.2
24722026-07-21T17:22:52.805Z Compiling lru-cache v0.1.2
24732026-07-21T17:22:52.877Z Compiling dropshot v0.17.1
24742026-07-21T17:22:52.880Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24752026-07-21T17:22:52.921Z Compiling async-stream v0.3.6
24762026-07-21T17:22:52.947Z Compiling sha1 v0.11.0
24772026-07-21T17:22:52.951Z Compiling progenitor-client v0.14.0
24782026-07-21T17:22:52.951Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-21T17:22:53.057Z Compiling waitgroup v0.1.2
24802026-07-21T17:22:53.111Z Compiling rustls-pemfile v2.2.0
24812026-07-21T17:22:53.145Z Compiling backon v1.6.0
24822026-07-21T17:22:53.182Z Compiling serde_path_to_error v0.1.20
24832026-07-21T17:22:53.202Z Compiling hostname v0.4.2
24842026-07-21T17:22:53.229Z Compiling instant v0.1.13
24852026-07-21T17:22:53.250Z Compiling debug-ignore v1.0.5
24862026-07-21T17:22:53.323Z Compiling minimal-lexical v0.2.1
24872026-07-21T17:22:53.354Z Compiling backoff v0.4.0
24882026-07-21T17:22:53.374Z Compiling progenitor-extras v0.2.0
24892026-07-21T17:22:53.377Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24902026-07-21T17:22:53.416Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24912026-07-21T17:22:53.419Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24922026-07-21T17:22:53.557Z Compiling nom v7.1.3
24932026-07-21T17:22:53.600Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-07-21T17:22:53.743Z Compiling parse-display v0.10.0
24952026-07-21T17:22:53.760Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24962026-07-21T17:22:53.760Z Compiling hickory-proto v0.24.4
24972026-07-21T17:22:53.922Z Compiling regress v0.10.5
24982026-07-21T17:22:54.296Z Compiling macaddr v1.0.1
24992026-07-21T17:22:54.328Z Compiling unicode-xid v0.2.6
25002026-07-21T17:22:54.404Z Compiling humantime v2.3.0
25012026-07-21T17:22:54.539Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-07-21T17:22:54.673Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-07-21T17:22:54.714Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-07-21T17:22:55.359Z Compiling convert_case v0.10.0
25052026-07-21T17:22:55.362Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25062026-07-21T17:22:55.362Z Compiling derive_more-impl v2.1.1
25072026-07-21T17:22:55.495Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-07-21T17:22:55.760Z Compiling toml v0.8.23
25092026-07-21T17:22:56.300Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-07-21T17:22:56.303Z Compiling papergrid v0.11.0
25112026-07-21T17:22:56.303Z Compiling derive_more v2.1.1
25122026-07-21T17:22:56.303Z Compiling tabled_derive v0.7.0
25132026-07-21T17:22:56.303Z Compiling termtree v0.5.1
25142026-07-21T17:22:56.303Z Compiling typify-macro v0.6.2
25152026-07-21T17:22:56.303Z Compiling hickory-resolver v0.24.4
25162026-07-21T17:22:56.343Z Compiling crossterm v0.29.0
25172026-07-21T17:22:56.383Z Compiling phf_shared v0.12.1
25182026-07-21T17:22:56.627Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-07-21T17:22:56.994Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25202026-07-21T17:22:57.162Z Compiling tabled v0.15.0
25212026-07-21T17:22:57.206Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-07-21T17:22:57.719Z Compiling typify v0.6.2
25232026-07-21T17:22:58.019Z Compiling progenitor-impl v0.14.0
25242026-07-21T17:22:58.355Z Compiling qorb v0.4.1
25252026-07-21T17:22:59.292Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-07-21T17:22:59.831Z Compiling csv-core v0.1.13
25272026-07-21T17:23:00.571Z Compiling progenitor-macro v0.14.0
25282026-07-21T17:23:00.585Z Compiling vte v0.14.1
25292026-07-21T17:23:00.585Z Compiling chrono-tz v0.10.4
25302026-07-21T17:23:00.724Z Compiling highway v1.3.0
25312026-07-21T17:23:01.161Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-07-21T17:23:01.491Z Compiling strip-ansi-escapes v0.2.1
25332026-07-21T17:23:01.494Z Compiling csv v1.4.0
25342026-07-21T17:23:01.537Z Compiling phf v0.12.1
25352026-07-21T17:23:01.607Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25362026-07-21T17:23:01.738Z Compiling const_format_proc_macros v0.2.34
25372026-07-21T17:23:01.801Z Compiling fd-lock v4.0.4
25382026-07-21T17:23:02.016Z Compiling peg-macros v0.8.5
25392026-07-21T17:23:02.349Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25402026-07-21T17:23:02.485Z Compiling nu-ansi-term v0.50.3
25412026-07-21T17:23:02.523Z Compiling const_format v0.2.35
25422026-07-21T17:23:02.869Z Compiling reedline v0.40.0
25432026-07-21T17:23:03.060Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25442026-07-21T17:23:03.283Z Compiling peg v0.8.5
25452026-07-21T17:23:03.377Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25462026-07-21T17:23:03.764Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25472026-07-21T17:23:04.208Z Compiling progenitor v0.14.0
25482026-07-21T17:23:04.355Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25492026-07-21T17:23:04.371Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-07-21T17:23:04.371Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25512026-07-21T17:23:04.408Z Compiling bcs v0.1.6
25522026-07-21T17:23:04.910Z Compiling nom v8.0.0
25532026-07-21T17:23:05.187Z Compiling semver v0.1.20
25542026-07-21T17:23:05.530Z Compiling rustc_version v0.1.7
25552026-07-21T17:23:05.779Z Compiling newtype_derive v0.1.6
25562026-07-21T17:23:06.014Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25572026-07-21T17:23:06.236Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25582026-07-21T17:23:06.383Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25592026-07-21T17:23:06.746Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25602026-07-21T17:23:06.832Z Compiling unicode-linebreak v0.1.5
25612026-07-21T17:23:06.842Z Compiling smawk v0.3.2
25622026-07-21T17:23:06.907Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25632026-07-21T17:23:07.098Z Compiling textwrap v0.16.2
25642026-07-21T17:23:07.132Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25652026-07-21T17:23:07.202Z Compiling base64 v0.21.7
25662026-07-21T17:23:07.343Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25672026-07-21T17:23:07.592Z Compiling steno v0.4.1
25682026-07-21T17:23:07.775Z Compiling dropshot-api-manager-types v0.7.2
25692026-07-21T17:23:07.983Z Compiling sha1 v0.10.6
25702026-07-21T17:23:08.520Z Compiling utf-8 v0.7.6
25712026-07-21T17:23:08.560Z Compiling tagptr v0.2.0
25722026-07-21T17:23:08.654Z Compiling moka v0.12.13
25732026-07-21T17:23:08.690Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25742026-07-21T17:23:08.702Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25752026-07-21T17:23:08.709Z Compiling tungstenite v0.21.0
25762026-07-21T17:23:08.868Z Compiling display-error-chain v0.2.2
25772026-07-21T17:23:09.041Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-07-21T17:23:09.116Z Compiling radium v0.7.0
25792026-07-21T17:23:09.216Z Compiling maybe-uninit v2.0.0
25802026-07-21T17:23:09.413Z Compiling tokio-tungstenite v0.21.0
25812026-07-21T17:23:09.557Z Compiling tap v1.0.1
25822026-07-21T17:23:09.783Z Compiling wyz v0.5.1
25832026-07-21T17:23:09.833Z Compiling hickory-resolver v0.25.2
25842026-07-21T17:23:09.923Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25852026-07-21T17:23:10.133Z Compiling vergen-lib v0.1.6
25862026-07-21T17:23:10.206Z Compiling zerocopy-derive v0.6.6
25872026-07-21T17:23:10.364Z Compiling crc-catalog v2.4.0
25882026-07-21T17:23:10.498Z Compiling funty v2.0.0
25892026-07-21T17:23:10.853Z Compiling packed_struct v0.10.1
25902026-07-21T17:23:11.028Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-07-21T17:23:11.154Z Compiling diesel_derives v2.3.7
25922026-07-21T17:23:11.444Z Compiling zerocopy v0.6.6
25932026-07-21T17:23:11.475Z Compiling bitvec v1.0.1
25942026-07-21T17:23:11.775Z Compiling crc v3.4.0
25952026-07-21T17:23:12.028Z Compiling dsl_auto_type v0.2.0
25962026-07-21T17:23:12.106Z Compiling scheduled-thread-pool v0.2.7
25972026-07-21T17:23:12.462Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25982026-07-21T17:23:12.561Z Compiling packed_struct_codegen v0.10.1
25992026-07-21T17:23:12.690Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26002026-07-21T17:23:12.827Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26012026-07-21T17:23:13.108Z Compiling vergen-gitcl v1.0.8
26022026-07-21T17:23:13.277Z Compiling bitfield-macros v0.19.4
26032026-07-21T17:23:13.318Z Compiling diesel_table_macro_syntax v0.3.0
26042026-07-21T17:23:13.448Z Compiling dirs-sys-next v0.1.2
26052026-07-21T17:23:13.545Z Compiling proc-macro-error-attr2 v2.0.0
26062026-07-21T17:23:13.580Z Compiling indexmap v1.9.3
26072026-07-21T17:23:13.758Z Compiling crunchy v0.2.4
26082026-07-21T17:23:13.883Z Compiling glob v0.3.3
26092026-07-21T17:23:14.018Z Compiling maplit v1.0.2
26102026-07-21T17:23:14.054Z Compiling nodrop v0.1.14
26112026-07-21T17:23:14.083Z Compiling bitfield v0.19.4
26122026-07-21T17:23:14.164Z Compiling proc-macro-error2 v2.0.1
26132026-07-21T17:23:14.204Z Compiling array-init v0.0.4
26142026-07-21T17:23:14.205Z Compiling clang-sys v1.8.1
26152026-07-21T17:23:14.412Z Compiling dirs-next v2.0.0
26162026-07-21T17:23:14.584Z Compiling r2d2 v0.8.10
26172026-07-21T17:23:14.610Z Compiling smallvec v0.6.14
26182026-07-21T17:23:14.881Z Compiling num-derive v0.3.3
26192026-07-21T17:23:14.895Z Compiling tiny-keccak v2.0.2
26202026-07-21T17:23:15.100Z Compiling hashbrown v0.12.3
26212026-07-21T17:23:15.134Z Compiling downcast-rs v2.0.2
26222026-07-21T17:23:15.402Z Compiling serde-hex v0.1.0
26232026-07-21T17:23:15.807Z Compiling libscf-sys v1.1.0
26242026-07-21T17:23:15.815Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-07-21T17:23:15.879Z Compiling term v0.7.0
26262026-07-21T17:23:15.993Z Compiling tabled_derive v0.11.0
26272026-07-21T17:23:16.111Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-07-21T17:23:16.201Z Compiling ron v0.8.1
26292026-07-21T17:23:16.222Z Compiling papergrid v0.17.0
26302026-07-21T17:23:16.236Z Compiling testing_table v0.3.0
26312026-07-21T17:23:16.343Z Compiling hashbrown v0.13.2
26322026-07-21T17:23:16.369Z Compiling crc-any v2.5.0
26332026-07-21T17:23:16.676Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26342026-07-21T17:23:16.804Z Compiling bit-vec v0.6.3
26352026-07-21T17:23:16.946Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-07-21T17:23:17.029Z Compiling bit-set v0.5.3
26372026-07-21T17:23:17.049Z Compiling object v0.30.4
26382026-07-21T17:23:17.225Z Compiling ascii-canvas v3.0.0
26392026-07-21T17:23:17.471Z Compiling tabled v0.20.0
26402026-07-21T17:23:17.650Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26412026-07-21T17:23:17.730Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26422026-07-21T17:23:18.277Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26432026-07-21T17:23:18.363Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26442026-07-21T17:23:18.577Z Compiling progenitor-impl v0.13.0
26452026-07-21T17:23:18.709Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26462026-07-21T17:23:18.808Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-07-21T17:23:18.971Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26482026-07-21T17:23:18.992Z Compiling itertools v0.10.5
26492026-07-21T17:23:19.146Z Compiling ena v0.14.4
26502026-07-21T17:23:19.210Z Compiling diesel v2.3.7
26512026-07-21T17:23:19.381Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26522026-07-21T17:23:19.618Z Compiling libloading v0.8.9
26532026-07-21T17:23:19.648Z Compiling diff v0.1.13
26542026-07-21T17:23:19.847Z Compiling bindgen v0.71.1
26552026-07-21T17:23:19.907Z Compiling unicase v2.9.0
26562026-07-21T17:23:20.077Z Compiling path-slash v0.1.5
26572026-07-21T17:23:20.151Z Compiling regex-syntax v0.6.29
26582026-07-21T17:23:20.197Z Compiling xshell-macros v0.2.7
26592026-07-21T17:23:20.318Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26602026-07-21T17:23:20.655Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26612026-07-21T17:23:20.735Z Compiling progenitor-macro v0.13.0
26622026-07-21T17:23:21.825Z Compiling lalrpop v0.19.12
26632026-07-21T17:23:21.892Z Compiling xshell v0.2.7
26642026-07-21T17:23:22.262Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26652026-07-21T17:23:23.256Z Compiling cexpr v0.6.0
26662026-07-21T17:23:23.319Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-07-21T17:23:23.518Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26682026-07-21T17:23:23.846Z Compiling progenitor-client v0.13.0
26692026-07-21T17:23:24.124Z Compiling rustc-hash v2.1.1
26702026-07-21T17:23:24.375Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26712026-07-21T17:23:24.822Z Compiling progenitor v0.13.0
26722026-07-21T17:23:24.943Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26732026-07-21T17:23:25.468Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-07-21T17:23:25.610Z Compiling headers-core v0.3.0
26752026-07-21T17:23:25.747Z Compiling libxml v0.3.3
26762026-07-21T17:23:26.065Z Compiling crc8 v0.1.1
26772026-07-21T17:23:26.083Z Compiling headers v0.4.1
26782026-07-21T17:23:26.106Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-07-21T17:23:26.173Z Compiling strum_macros v0.24.3
26802026-07-21T17:23:26.463Z Compiling indoc v1.0.9
26812026-07-21T17:23:26.492Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26822026-07-21T17:23:26.527Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-07-21T17:23:26.809Z Compiling derive_builder v0.20.2
26842026-07-21T17:23:26.840Z Compiling oso-derive v0.27.3
26852026-07-21T17:23:26.985Z Compiling quick-xml v0.37.5
26862026-07-21T17:23:27.302Z Compiling impl-trait-for-tuples v0.2.3
26872026-07-21T17:23:27.310Z Compiling openssl-probe v0.1.6
26882026-07-21T17:23:27.459Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-07-21T17:23:27.650Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26902026-07-21T17:23:27.677Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-07-21T17:23:27.919Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-07-21T17:23:28.258Z Compiling bb8 v0.8.6
26932026-07-21T17:23:28.348Z Compiling trait-variant v0.1.2
26942026-07-21T17:23:28.633Z Compiling half v1.8.3
26952026-07-21T17:23:28.662Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-07-21T17:23:28.782Z Compiling samael v0.0.19
26972026-07-21T17:23:28.928Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26982026-07-21T17:23:28.946Z Compiling serde_cbor v0.11.2
26992026-07-21T17:23:28.992Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-07-21T17:23:29.278Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27012026-07-21T17:23:29.294Z Compiling polar-core v0.27.3
27022026-07-21T17:23:29.693Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-07-21T17:23:29.788Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27042026-07-21T17:23:29.930Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27052026-07-21T17:23:29.952Z Compiling nonempty v0.12.0
27062026-07-21T17:23:30.187Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-07-21T17:23:30.303Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27082026-07-21T17:23:30.451Z Compiling fxhash v0.2.1
27092026-07-21T17:23:30.529Z Compiling libz-sys v1.1.24
27102026-07-21T17:23:30.616Z Compiling salty v0.3.0
27112026-07-21T17:23:31.077Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-07-21T17:23:31.252Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27132026-07-21T17:23:31.627Z Compiling kstat-rs v0.2.4
27142026-07-21T17:23:31.885Z Compiling arc-swap v1.8.2
27152026-07-21T17:23:32.102Z Compiling fs-err v2.11.0
27162026-07-21T17:23:32.491Z Compiling mime_guess v2.0.5
27172026-07-21T17:23:32.518Z Compiling slog-scope v4.4.1
27182026-07-21T17:23:32.540Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27192026-07-21T17:23:32.917Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-07-21T17:23:33.039Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-07-21T17:23:33.347Z Compiling rfc6979 v0.4.0
27222026-07-21T17:23:33.528Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27232026-07-21T17:23:33.687Z Compiling nanorand v0.7.0
27242026-07-21T17:23:34.053Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-07-21T17:23:34.094Z Compiling parking_lot_core v0.8.6
27262026-07-21T17:23:34.355Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27272026-07-21T17:23:34.419Z Compiling flume v0.11.1
27282026-07-21T17:23:34.806Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-07-21T17:23:34.973Z Compiling ecdsa v0.16.9
27302026-07-21T17:23:35.600Z Compiling slog-stdlog v4.1.1
27312026-07-21T17:23:36.193Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-07-21T17:23:36.222Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-07-21T17:23:36.462Z Compiling primeorder v0.13.6
27342026-07-21T17:23:36.491Z Compiling git-stub v1.0.0
27352026-07-21T17:23:36.781Z Compiling async-bb8-diesel v0.2.1
27362026-07-21T17:23:37.226Z Compiling diesel-dtrace v0.5.0
27372026-07-21T17:23:37.448Z Compiling atty v0.2.14
27382026-07-21T17:23:37.525Z Compiling strsim v0.10.0
27392026-07-21T17:23:37.551Z Compiling parse-size v1.1.0
27402026-07-21T17:23:37.592Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27412026-07-21T17:23:37.811Z Compiling http-range v0.1.5
27422026-07-21T17:23:37.842Z Compiling instability v0.3.11
27432026-07-21T17:23:37.894Z Compiling darling_core v0.13.4
27442026-07-21T17:23:38.101Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27452026-07-21T17:23:38.137Z Compiling p384 v0.13.1
27462026-07-21T17:23:39.564Z Compiling oso v0.27.3
27472026-07-21T17:23:40.060Z Compiling git-stub-vcs v0.1.0
27482026-07-21T17:23:40.292Z Compiling slog-envlogger v2.2.0
27492026-07-21T17:23:41.243Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27502026-07-21T17:23:41.463Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-07-21T17:23:41.957Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27522026-07-21T17:23:42.366Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27532026-07-21T17:23:42.810Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-07-21T17:23:43.851Z Compiling ignore v0.4.25
27552026-07-21T17:23:44.739Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27562026-07-21T17:23:45.690Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-21T17:23:45.893Z Compiling vergen-git2 v9.1.0
27582026-07-21T17:23:45.998Z Compiling castaway v0.2.4
27592026-07-21T17:23:46.140Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-07-21T17:23:46.187Z Compiling indoc v2.0.7
27612026-07-21T17:23:46.282Z Compiling compact_str v0.8.1
27622026-07-21T17:23:46.389Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-07-21T17:23:46.488Z Compiling globwalk v0.9.1
27642026-07-21T17:23:47.135Z Compiling parking_lot v0.11.2
27652026-07-21T17:23:47.338Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-07-21T17:23:47.424Z Compiling hyper-staticfile v0.10.1
27672026-07-21T17:23:47.447Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-07-21T17:23:47.914Z Compiling darling_macro v0.13.4
27692026-07-21T17:23:47.974Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-07-21T17:23:48.368Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27712026-07-21T17:23:48.438Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-07-21T17:23:48.601Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27732026-07-21T17:23:48.641Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-07-21T17:23:48.671Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27752026-07-21T17:23:48.696Z Compiling predicates-tree v1.0.13
27762026-07-21T17:23:49.136Z Compiling unicode-truncate v1.1.0
27772026-07-21T17:23:49.227Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27782026-07-21T17:23:49.343Z Compiling lru v0.12.5
27792026-07-21T17:23:49.462Z Compiling rand_seeder v0.4.0
27802026-07-21T17:23:49.567Z Compiling prefix-trie v0.7.0
27812026-07-21T17:23:49.715Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-07-21T17:23:49.835Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27832026-07-21T17:23:50.030Z Compiling corncobs v0.1.4
27842026-07-21T17:23:50.056Z Compiling cassowary v0.3.0
27852026-07-21T17:23:50.185Z Compiling illumos-nvpair-sys v0.2.0
27862026-07-21T17:23:50.282Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-07-21T17:23:50.470Z Compiling ratatui v0.29.0
27882026-07-21T17:23:50.531Z Compiling hickory-server v0.25.2
27892026-07-21T17:23:50.552Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-07-21T17:23:50.604Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27912026-07-21T17:23:50.754Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-07-21T17:23:50.860Z Compiling camino-tempfile-ext v0.3.3
27932026-07-21T17:23:50.962Z Compiling darling v0.13.4
27942026-07-21T17:23:51.467Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27952026-07-21T17:23:51.596Z Compiling sled v0.34.7
27962026-07-21T17:23:51.617Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-07-21T17:23:51.767Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-07-21T17:23:52.306Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-07-21T17:23:53.628Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-07-21T17:23:54.317Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-07-21T17:23:54.553Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-07-21T17:23:54.664Z Compiling secrecy v0.8.0
28032026-07-21T17:23:54.779Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-07-21T17:23:55.053Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-07-21T17:23:55.505Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28062026-07-21T17:23:55.893Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-07-21T17:23:56.220Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-07-21T17:23:56.678Z Compiling serde_with_macros v1.5.2
28092026-07-21T17:23:57.488Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-07-21T17:23:57.829Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-07-21T17:23:58.271Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28122026-07-21T17:23:58.526Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-07-21T17:23:58.685Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28142026-07-21T17:23:58.755Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28152026-07-21T17:23:58.818Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28162026-07-21T17:23:58.919Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-07-21T17:23:59.000Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28182026-07-21T17:23:59.058Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-07-21T17:23:59.155Z Compiling void v1.0.2
28202026-07-21T17:23:59.324Z Compiling lzss v0.8.2
28212026-07-21T17:23:59.624Z Compiling serde_with v1.14.0
28222026-07-21T17:23:59.646Z Compiling illumos-nvpair v0.3.0
28232026-07-21T17:24:00.178Z Compiling git2 v0.20.4
28242026-07-21T17:24:00.191Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28252026-07-21T17:24:00.709Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28262026-07-21T17:24:00.788Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-07-21T17:24:01.346Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28282026-07-21T17:24:01.903Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28292026-07-21T17:24:03.663Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28302026-07-21T17:24:03.716Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28312026-07-21T17:24:03.815Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-07-21T17:24:03.917Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-07-21T17:24:04.163Z Compiling tungstenite v0.23.0
28342026-07-21T17:24:04.537Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28352026-07-21T17:24:05.347Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-07-21T17:24:06.479Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28372026-07-21T17:24:06.593Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28382026-07-21T17:24:06.710Z Compiling nix v0.27.1
28392026-07-21T17:24:06.734Z Compiling twox-hash v2.1.2
28402026-07-21T17:24:06.826Z Compiling serde_bytes v0.11.19
28412026-07-21T17:24:07.195Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28422026-07-21T17:24:07.227Z Compiling tokio-tungstenite v0.23.1
28432026-07-21T17:24:07.469Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28442026-07-21T17:24:07.606Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28452026-07-21T17:24:07.861Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-07-21T17:24:07.886Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28472026-07-21T17:24:07.983Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28482026-07-21T17:24:09.341Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28492026-07-21T17:24:09.974Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-07-21T17:24:11.262Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-07-21T17:24:11.670Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-07-21T17:24:11.892Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28532026-07-21T17:24:12.151Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28542026-07-21T17:24:12.413Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28552026-07-21T17:24:12.748Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28562026-07-21T17:24:13.010Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-07-21T17:24:13.188Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-07-21T17:24:13.482Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-07-21T17:24:14.171Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-07-21T17:24:14.688Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28612026-07-21T17:24:16.430Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-07-21T17:24:16.638Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28632026-07-21T17:24:18.304Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28642026-07-21T17:24:18.940Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28652026-07-21T17:24:19.125Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-07-21T17:24:19.254Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28672026-07-21T17:24:19.280Z Compiling signal-hook-tokio v0.3.1
28682026-07-21T17:24:19.397Z Compiling fatfs v0.3.6
28692026-07-21T17:24:19.479Z Compiling yasna v0.5.2
28702026-07-21T17:24:19.501Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28712026-07-21T17:24:20.049Z Compiling assert_matches v1.5.0
28722026-07-21T17:24:20.156Z Compiling is_ci v1.2.0
28732026-07-21T17:24:20.368Z Compiling seq-macro v0.3.6
28742026-07-21T17:24:20.616Z Compiling supports-color v3.0.2
28752026-07-21T17:24:20.891Z Compiling rcgen v0.12.1
28762026-07-21T17:24:20.913Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-07-21T17:24:22.004Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-07-21T17:24:22.108Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-07-21T17:24:22.292Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-07-21T17:24:22.535Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28812026-07-21T17:24:22.776Z Compiling port-file v0.1.0
28822026-07-21T17:24:23.102Z Compiling subprocess v0.2.15
28832026-07-21T17:24:23.249Z Compiling rtoolbox v0.0.3
28842026-07-21T17:24:23.527Z Compiling rpassword v7.5.4
28852026-07-21T17:24:24.157Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-07-21T17:24:25.388Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-07-21T17:24:25.529Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28882026-07-21T17:24:25.666Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-07-21T17:24:25.870Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-07-21T17:24:27.875Z Compiling tui-tree-widget v0.23.1
28912026-07-21T17:24:28.167Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-07-21T17:24:28.195Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28932026-07-21T17:24:29.412Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-07-21T17:24:29.562Z Compiling uzers v0.12.2
28952026-07-21T17:24:29.649Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-07-21T17:24:29.742Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28972026-07-21T17:24:30.718Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-07-21T17:24:32.631Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-07-21T17:24:33.476Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29002026-07-21T17:24:34.630Z Compiling support-bundle-viewer v0.1.2
29012026-07-21T17:24:35.635Z Compiling multimap v0.10.1
29022026-07-21T17:24:50.912Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29032026-07-21T17:24:54.470Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29042026-07-21T17:24:57.451Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29052026-07-21T17:24:57.645Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-07-21T17:24:57.881Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-07-21T17:32:38.109Z Finished `release` profile [optimized] target(s) in 9m 48s
29082026-07-21T17:33:24.938Z
29092026-07-21T17:33:24.938Zreal 10:36.325715208
29102026-07-21T17:33:24.938Zuser 1:19:40.934545542
29112026-07-21T17:33:24.943Zsys 3:28.190960029
29122026-07-21T17:33:24.943Ztrap 1.759448062
29132026-07-21T17:33:24.943Ztflt 2.272702902
29142026-07-21T17:33:24.944Zdflt 17.688393278
29152026-07-21T17:33:24.944Zkflt 0.008708075
29162026-07-21T17:33:24.944Zlock 7:29:37.604150437
29172026-07-21T17:33:24.944Zslp 2:15:05.926895759
29182026-07-21T17:33:24.945Zlat 2:22.021747080
29192026-07-21T17:33:24.945Zstop 5:10.759484595
29202026-07-21T17:33:24.945Z+ mapfile -t packages
29212026-07-21T17:33:24.945Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-07-21T17:33:25.833Z Finished `release` profile [optimized] target(s) in 0.88s
29232026-07-21T17:33:25.898Z Running `target/release/omicron-package -t test list-outputs`
29242026-07-21T17:33:25.957ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-07-21T17:33:25.960Z+ ptime -m cargo build --locked --release -p xtask
29262026-07-21T17:33:26.428Z Compiling libc v0.2.185
29272026-07-21T17:33:26.428Z Compiling serde_core v1.0.228
29282026-07-21T17:33:26.428Z Compiling serde v1.0.228
29292026-07-21T17:33:26.433Z Compiling rustix v1.1.3
29302026-07-21T17:33:26.433Z Compiling bitflags v2.11.0
29312026-07-21T17:33:26.569Z Compiling serde_json v1.0.150
29322026-07-21T17:33:26.580Z Compiling usdt-impl v0.5.0
29332026-07-21T17:33:26.600Z Compiling syn v2.0.117
29342026-07-21T17:33:26.609Z Compiling syn v1.0.109
29352026-07-21T17:33:26.624Z Compiling getrandom v0.4.1
29362026-07-21T17:33:26.629Z Compiling log v0.4.29
29372026-07-21T17:33:26.645Z Compiling indexmap v2.14.0
29382026-07-21T17:33:26.659Z Compiling fs-err v3.3.0
29392026-07-21T17:33:26.877Z Compiling once_cell v1.21.3
29402026-07-21T17:33:26.934Z Compiling anyhow v1.0.102
29412026-07-21T17:33:27.000Z Compiling heck v0.4.1
29422026-07-21T17:33:27.341Z Compiling errno v0.3.14
29432026-07-21T17:33:27.341Z Compiling thread-id v4.2.2
29442026-07-21T17:33:27.350Z Compiling memmap v0.7.0
29452026-07-21T17:33:28.101Z Compiling proc-macro-error v1.0.4
29462026-07-21T17:33:28.313Z Compiling terminal_size v0.4.3
29472026-07-21T17:33:28.313Z Compiling tempfile v3.25.0
29482026-07-21T17:33:28.350Z Compiling tabled_derive v0.7.0
29492026-07-21T17:33:28.407Z Compiling clap_builder v4.6.0
29502026-07-21T17:33:28.407Z Compiling textwrap v0.16.2
29512026-07-21T17:33:28.768Z Compiling camino v1.2.2
29522026-07-21T17:33:28.769Z Compiling semver v1.0.28
29532026-07-21T17:33:28.801Z Compiling cargo-platform v0.3.2
29542026-07-21T17:33:28.835Z Compiling pest_generator v2.8.6
29552026-07-21T17:33:29.031Z Compiling tabled v0.15.0
29562026-07-21T17:33:29.111Z Compiling camino-tempfile v1.4.1
29572026-07-21T17:33:29.366Z Compiling serde_derive v1.0.228
29582026-07-21T17:33:29.366Z Compiling thiserror-impl v1.0.69
29592026-07-21T17:33:29.400Z Compiling zerocopy-derive v0.7.35
29602026-07-21T17:33:29.400Z Compiling scroll_derive v0.12.1
29612026-07-21T17:33:29.400Z Compiling thiserror-impl v2.0.18
29622026-07-21T17:33:29.400Z Compiling clap_derive v4.6.1
29632026-07-21T17:33:29.400Z Compiling pest_derive v2.8.6
29642026-07-21T17:33:29.984Z Compiling scroll v0.12.0
29652026-07-21T17:33:30.212Z Compiling zerocopy v0.7.35
29662026-07-21T17:33:30.316Z Compiling goblin v0.8.2
29672026-07-21T17:33:30.432Z Compiling thiserror v1.0.69
29682026-07-21T17:33:30.565Z Compiling dtrace-parser v0.2.0
29692026-07-21T17:33:30.704Z Compiling thiserror v2.0.18
29702026-07-21T17:33:30.993Z Compiling clap v4.6.1
29712026-07-21T17:33:32.423Z Compiling dof v0.3.0
29722026-07-21T17:33:32.449Z Compiling toml_datetime v0.6.11
29732026-07-21T17:33:32.449Z Compiling serde_spanned v0.6.9
29742026-07-21T17:33:32.514Z Compiling serde_tokenstream v0.2.3
29752026-07-21T17:33:32.514Z Compiling macaddr v1.0.1
29762026-07-21T17:33:32.548Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29772026-07-21T17:33:32.609Z Compiling cargo_metadata v0.23.1
29782026-07-21T17:33:32.768Z Compiling toml_edit v0.22.27
29792026-07-21T17:33:33.176Z Compiling usdt-attr-macro v0.5.0
29802026-07-21T17:33:33.177Z Compiling usdt-macro v0.5.0
29812026-07-21T17:33:33.825Z Compiling usdt v0.5.0
29822026-07-21T17:33:34.290Z Compiling toml v0.8.23
29832026-07-21T17:33:34.706Z Compiling cargo_toml v0.21.0
29842026-07-21T17:33:39.152Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29852026-07-21T17:33:42.356Z Finished `release` profile [optimized] target(s) in 16.38s
29862026-07-21T17:33:42.462Z
29872026-07-21T17:33:42.462Zreal 16.467918904
29882026-07-21T17:33:42.462Zuser 2:05.277752585
29892026-07-21T17:33:42.466Zsys 13.947232928
29902026-07-21T17:33:42.466Ztrap 0.071722575
29912026-07-21T17:33:42.466Ztflt 0.429717492
29922026-07-21T17:33:42.466Zdflt 1.486905447
29932026-07-21T17:33:42.466Zkflt 0.000054590
29942026-07-21T17:33:42.466Zlock 4:29.415282304
29952026-07-21T17:33:42.466Zslp 2:43.164377219
29962026-07-21T17:33:42.466Zlat 4.759228637
29972026-07-21T17:33:42.466Zstop 14.854675945
29982026-07-21T17:33:42.468Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29992026-07-21T17:33:42.468Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30002026-07-21T17:33:42.468Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30012026-07-21T17:33:42.468Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30022026-07-21T17:33:42.468Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30032026-07-21T17:33:43.368Z Compiling progenitor-client v0.14.0
30042026-07-21T17:33:43.368Z Compiling newtype-uuid-macros v0.1.0
30052026-07-21T17:33:43.368Z Compiling match_cfg v0.1.0
30062026-07-21T17:33:43.368Z Compiling slog-json v2.6.1
30072026-07-21T17:33:43.368Z Compiling structmeta-derive v0.3.0
30082026-07-21T17:33:43.372Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30092026-07-21T17:33:43.372Z Compiling sha1 v0.11.0
30102026-07-21T17:33:43.372Z Compiling multer v3.1.0
30112026-07-21T17:33:43.372Z Compiling compression-core v0.4.31
30122026-07-21T17:33:43.517Z Compiling debug-ignore v1.0.5
30132026-07-21T17:33:43.520Z Compiling itertools v0.14.0
30142026-07-21T17:33:43.520Z Compiling async-stream-impl v0.3.6
30152026-07-21T17:33:43.520Z Compiling serde_spanned v1.1.1
30162026-07-21T17:33:43.528Z Compiling toml_datetime v1.1.1+spec-1.1.0
30172026-07-21T17:33:43.606Z Compiling dropshot v0.17.1
30182026-07-21T17:33:43.611Z Compiling toml_writer v1.1.1+spec-1.1.0
30192026-07-21T17:33:43.745Z Compiling waitgroup v0.1.2
30202026-07-21T17:33:43.763Z Compiling rustls-pemfile v2.2.0
30212026-07-21T17:33:43.766Z Compiling dropshot_endpoint v0.17.1
30222026-07-21T17:33:43.862Z Compiling hostname v0.3.1
30232026-07-21T17:33:43.862Z Compiling compression-codecs v0.4.37
30242026-07-21T17:33:43.866Z Compiling toml v1.1.2+spec-1.1.0
30252026-07-21T17:33:43.916Z Compiling hostname v0.4.2
30262026-07-21T17:33:43.936Z Compiling serde_path_to_error v0.1.20
30272026-07-21T17:33:43.936Z Compiling atomicwrites v0.4.4
30282026-07-21T17:33:44.034Z Compiling slog-bunyan v2.5.0
30292026-07-21T17:33:44.758Z Compiling async-compression v0.4.41
30302026-07-21T17:33:44.815Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30312026-07-21T17:33:44.815Z Compiling macaddr v1.0.1
30322026-07-21T17:33:44.815Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30332026-07-21T17:33:44.815Z Compiling instant v0.1.13
30342026-07-21T17:33:44.815Z Compiling regress v0.10.5
30352026-07-21T17:33:44.815Z Compiling backon v1.6.0
30362026-07-21T17:33:44.815Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30372026-07-21T17:33:44.815Z Compiling async-stream v0.3.6
30382026-07-21T17:33:44.815Z Compiling backoff v0.4.0
30392026-07-21T17:33:44.815Z Compiling humantime v2.3.0
30402026-07-21T17:33:44.816Z Compiling half v2.7.1
30412026-07-21T17:33:44.816Z Compiling ciborium-io v0.2.2
30422026-07-21T17:33:44.816Z Compiling progenitor-extras v0.2.0
30432026-07-21T17:33:44.816Z Compiling crucible-workspace-hack v0.1.0
30442026-07-21T17:33:44.816Z Compiling regress v0.11.1
30452026-07-21T17:33:44.816Z Compiling convert_case v0.4.0
30462026-07-21T17:33:44.816Z Compiling secrecy v0.10.3
30472026-07-21T17:33:44.816Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30482026-07-21T17:33:44.816Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30492026-07-21T17:33:44.816Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30502026-07-21T17:33:44.816Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30512026-07-21T17:33:44.816Z Compiling ciborium-ll v0.2.2
30522026-07-21T17:33:44.816Z Compiling inout v0.1.4
30532026-07-21T17:33:44.816Z Compiling unsafe-libyaml v0.2.11
30542026-07-21T17:33:44.816Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30552026-07-21T17:33:44.816Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30562026-07-21T17:33:44.816Z Compiling thiserror-impl-no-std v2.0.2
30572026-07-21T17:33:44.854Z Compiling universal-hash v0.5.1
30582026-07-21T17:33:44.889Z Compiling derive_more v0.99.20
30592026-07-21T17:33:44.896Z Compiling structmeta v0.3.0
30602026-07-21T17:33:44.896Z Compiling ciborium v0.2.2
30612026-07-21T17:33:44.948Z Compiling cipher v0.4.4
30622026-07-21T17:33:45.043Z Compiling opaque-debug v0.3.1
30632026-07-21T17:33:45.043Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30642026-07-21T17:33:45.043Z Compiling blake2 v0.10.6
30652026-07-21T17:33:45.082Z Compiling poly1305 v0.8.0
30662026-07-21T17:33:45.083Z Compiling aead v0.5.2
30672026-07-21T17:33:45.118Z Compiling derive-ex v0.1.8
30682026-07-21T17:33:45.225Z Compiling parse-display-derive v0.10.0
30692026-07-21T17:33:45.237Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30702026-07-21T17:33:45.250Z Compiling serde_yaml v0.9.34+deprecated
30712026-07-21T17:33:45.304Z Compiling chacha20 v0.9.1
30722026-07-21T17:33:45.587Z Compiling password-hash v0.5.0
30732026-07-21T17:33:45.642Z Compiling toml_datetime v0.7.5+spec-1.1.0
30742026-07-21T17:33:45.643Z Compiling chacha20poly1305 v0.10.1
30752026-07-21T17:33:45.643Z Compiling indent_write v2.2.0
30762026-07-21T17:33:45.643Z Compiling darling_core v0.21.3
30772026-07-21T17:33:45.686Z Compiling toml_edit v0.23.10+spec-1.0.0
30782026-07-21T17:33:45.706Z Compiling heapless v0.8.0
30792026-07-21T17:33:45.769Z Compiling argon2 v0.5.3
30802026-07-21T17:33:45.911Z Compiling tabwriter v1.4.1
30812026-07-21T17:33:45.929Z Compiling hash32 v0.3.1
30822026-07-21T17:33:45.999Z Compiling thiserror-no-std v2.0.2
30832026-07-21T17:33:46.025Z Compiling typify-impl v0.6.2
30842026-07-21T17:33:46.059Z Compiling smoltcp v0.11.0
30852026-07-21T17:33:46.134Z Compiling vsss-rs v3.3.4
30862026-07-21T17:33:46.237Z Compiling proc-macro-crate v3.4.0
30872026-07-21T17:33:46.463Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30882026-07-21T17:33:46.739Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30892026-07-21T17:33:46.793Z Compiling cobs v0.3.0
30902026-07-21T17:33:46.824Z Compiling num_enum_derive v0.7.6
30912026-07-21T17:33:46.912Z Compiling test-strategy v0.4.5
30922026-07-21T17:33:46.966Z Compiling parse-display v0.10.0
30932026-07-21T17:33:46.987Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30942026-07-21T17:33:47.047Z Compiling colored v3.1.1
30952026-07-21T17:33:47.068Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30962026-07-21T17:33:47.109Z Compiling postcard v1.1.3
30972026-07-21T17:33:47.295Z Compiling proc-macro-error v1.0.4
30982026-07-21T17:33:47.346Z Compiling proc-macro-crate v1.3.1
30992026-07-21T17:33:47.393Z Compiling rand v0.10.1
31002026-07-21T17:33:47.413Z Compiling foreign-types-macros v0.2.3
31012026-07-21T17:33:47.437Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31022026-07-21T17:33:47.482Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31032026-07-21T17:33:47.498Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31042026-07-21T17:33:47.646Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31052026-07-21T17:33:47.752Z Compiling foreign-types-shared v0.3.1
31062026-07-21T17:33:47.766Z Compiling rayon-core v1.13.0
31072026-07-21T17:33:47.824Z Compiling num_enum_derive v0.5.11
31082026-07-21T17:33:47.856Z Compiling crossbeam-deque v0.8.6
31092026-07-21T17:33:47.868Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31102026-07-21T17:33:47.947Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31112026-07-21T17:33:47.963Z Compiling cstr-argument v0.1.2
31122026-07-21T17:33:48.011Z Compiling num_enum v0.7.6
31132026-07-21T17:33:48.032Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31142026-07-21T17:33:48.079Z Compiling foreign-types v0.5.0
31152026-07-21T17:33:48.145Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31162026-07-21T17:33:48.163Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31172026-07-21T17:33:48.182Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31182026-07-21T17:33:48.211Z Compiling darling_macro v0.21.3
31192026-07-21T17:33:48.285Z Compiling zone_cfg_derive v0.3.1
31202026-07-21T17:33:48.370Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31212026-07-21T17:33:48.385Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31222026-07-21T17:33:48.403Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31232026-07-21T17:33:48.428Z Compiling itertools v0.12.1
31242026-07-21T17:33:48.508Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31252026-07-21T17:33:48.524Z Compiling rayon v1.11.0
31262026-07-21T17:33:48.544Z Compiling num-derive v0.4.2
31272026-07-21T17:33:48.574Z Compiling sigpipe v0.1.3
31282026-07-21T17:33:48.629Z Compiling cpubits v0.1.1
31292026-07-21T17:33:48.647Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31302026-07-21T17:33:48.686Z Compiling glob v0.3.3
31312026-07-21T17:33:48.729Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31322026-07-21T17:33:48.788Z Compiling darling v0.21.3
31332026-07-21T17:33:48.805Z Compiling smf v0.2.3
31342026-07-21T17:33:48.905Z Compiling ingot-macros v0.1.1
31352026-07-21T17:33:48.926Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31362026-07-21T17:33:48.961Z Compiling num_enum v0.5.11
31372026-07-21T17:33:48.987Z Compiling whoami v1.6.1
31382026-07-21T17:33:49.007Z Compiling usdt-macro v0.5.0
31392026-07-21T17:33:49.066Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31402026-07-21T17:33:49.087Z Compiling usdt-attr-macro v0.5.0
31412026-07-21T17:33:49.104Z Compiling gethostname v0.5.0
31422026-07-21T17:33:49.123Z Compiling num-rational v0.4.2
31432026-07-21T17:33:49.254Z Compiling pem-rfc7468 v1.0.0
31442026-07-21T17:33:49.342Z Compiling num-complex v0.4.6
31452026-07-21T17:33:49.398Z Compiling memmap v0.7.0
31462026-07-21T17:33:49.543Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31472026-07-21T17:33:49.582Z Compiling zone v0.3.1
31482026-07-21T17:33:49.599Z Compiling derive-where v1.6.0
31492026-07-21T17:33:49.614Z Compiling float-ord v0.3.2
31502026-07-21T17:33:49.690Z Compiling toml v0.8.23
31512026-07-21T17:33:49.738Z Compiling num v0.4.3
31522026-07-21T17:33:49.767Z Compiling hmac v0.13.0
31532026-07-21T17:33:49.771Z Compiling universal-hash v0.6.1
31542026-07-21T17:33:49.822Z Compiling resolv-conf v0.7.6
31552026-07-21T17:33:49.839Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-07-21T17:33:49.939Z Compiling owo-colors v4.3.0
31572026-07-21T17:33:49.956Z Compiling cancel-safe-futures v0.1.5
31582026-07-21T17:33:49.959Z Compiling usdt v0.5.0
31592026-07-21T17:33:49.989Z Compiling polyval v0.7.1
31602026-07-21T17:33:50.006Z Compiling der v0.8.0
31612026-07-21T17:33:50.044Z Compiling libsw-core v0.3.2
31622026-07-21T17:33:50.187Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31632026-07-21T17:33:50.246Z Compiling prettyplease v0.2.37
31642026-07-21T17:33:50.263Z Compiling libsw v3.5.0
31652026-07-21T17:33:50.263Z Compiling ghash v0.6.0
31662026-07-21T17:33:50.300Z Compiling pbkdf2 v0.13.0
31672026-07-21T17:33:50.356Z Compiling aes v0.9.1
31682026-07-21T17:33:50.359Z Compiling console v0.15.11
31692026-07-21T17:33:50.445Z Compiling hickory-proto v0.24.4
31702026-07-21T17:33:50.467Z Compiling newline-converter v0.3.0
31712026-07-21T17:33:50.485Z Compiling ctr v0.10.1
31722026-07-21T17:33:50.531Z Compiling aead v0.6.1
31732026-07-21T17:33:50.613Z Compiling sha2 v0.11.0
31742026-07-21T17:33:50.630Z Compiling typify-macro v0.6.2
31752026-07-21T17:33:50.648Z Compiling linear-map v1.2.0
31762026-07-21T17:33:50.715Z Compiling libefi-sys v0.1.0
31772026-07-21T17:33:50.719Z Compiling linked-hash-map v0.5.6
31782026-07-21T17:33:50.793Z Compiling aes-gcm v0.11.0
31792026-07-21T17:33:50.859Z Compiling expectorate v1.2.0
31802026-07-21T17:33:50.932Z Compiling spki v0.8.0
31812026-07-21T17:33:50.991Z Compiling lru-cache v0.1.2
31822026-07-21T17:33:51.010Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31832026-07-21T17:33:51.043Z Compiling crypto-bigint v0.7.5
31842026-07-21T17:33:51.064Z Compiling cbc v0.2.1
31852026-07-21T17:33:51.143Z Compiling salsa20 v0.11.0
31862026-07-21T17:33:51.148Z Compiling bitfield-struct v0.6.2
31872026-07-21T17:33:51.179Z Compiling nom v8.0.0
31882026-07-21T17:33:51.243Z Compiling semver v0.1.20
31892026-07-21T17:33:51.322Z Compiling tokio-dtrace v0.1.1
31902026-07-21T17:33:51.350Z Compiling dropshot-api-manager-types v0.7.2
31912026-07-21T17:33:51.467Z Compiling rustc_version v0.1.7
31922026-07-21T17:33:51.522Z Compiling scrypt v0.12.0
31932026-07-21T17:33:51.558Z Compiling slog-dtrace v0.3.0
31942026-07-21T17:33:51.609Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-07-21T17:33:51.690Z Compiling minimal-lexical v0.2.1
31962026-07-21T17:33:51.712Z Compiling pkcs5 v0.8.1
31972026-07-21T17:33:51.729Z Compiling newtype_derive v0.1.6
31982026-07-21T17:33:51.828Z Compiling ingot-types v0.1.2
31992026-07-21T17:33:51.845Z Compiling oxide-tokio-rt v0.1.4
32002026-07-21T17:33:51.865Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-07-21T17:33:51.935Z Compiling nom v7.1.3
32022026-07-21T17:33:51.985Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-07-21T17:33:52.013Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-07-21T17:33:52.213Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-07-21T17:33:52.232Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32062026-07-21T17:33:52.235Z Compiling phf_shared v0.12.1
32072026-07-21T17:33:52.235Z Compiling csv-core v0.1.13
32082026-07-21T17:33:52.331Z Compiling ingot v0.1.1
32092026-07-21T17:33:52.349Z Compiling xshell-macros v0.2.7
32102026-07-21T17:33:52.435Z Compiling unicode-xid v0.2.6
32112026-07-21T17:33:52.487Z Compiling typify v0.6.2
32122026-07-21T17:33:52.528Z Compiling highway v1.3.0
32132026-07-21T17:33:52.549Z Compiling chrono-tz v0.10.4
32142026-07-21T17:33:52.592Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32152026-07-21T17:33:52.621Z Compiling progenitor-impl v0.14.0
32162026-07-21T17:33:52.638Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32172026-07-21T17:33:52.763Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32182026-07-21T17:33:52.782Z Compiling hickory-resolver v0.24.4
32192026-07-21T17:33:52.799Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32202026-07-21T17:33:52.856Z Compiling xshell v0.2.7
32212026-07-21T17:33:52.933Z Compiling const_format_proc_macros v0.2.34
32222026-07-21T17:33:52.944Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32232026-07-21T17:33:53.333Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32242026-07-21T17:33:53.419Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32252026-07-21T17:33:53.437Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32262026-07-21T17:33:53.583Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32272026-07-21T17:33:53.704Z Compiling csv v1.4.0
32282026-07-21T17:33:53.783Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32292026-07-21T17:33:53.832Z Compiling qorb v0.4.1
32302026-07-21T17:33:53.893Z Compiling phf v0.12.1
32312026-07-21T17:33:54.008Z Compiling pkcs8 v0.11.0
32322026-07-21T17:33:54.092Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32332026-07-21T17:33:54.300Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-07-21T17:33:54.335Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32352026-07-21T17:33:54.475Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32362026-07-21T17:33:54.492Z Compiling const_format v0.2.35
32372026-07-21T17:33:54.664Z Compiling tabled_derive v0.7.0
32382026-07-21T17:33:54.787Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32392026-07-21T17:33:54.849Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32402026-07-21T17:33:54.954Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32412026-07-21T17:33:55.172Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32422026-07-21T17:33:55.280Z Compiling bcs v0.1.6
32432026-07-21T17:33:55.299Z Compiling progenitor-macro v0.14.0
32442026-07-21T17:33:55.553Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32452026-07-21T17:33:55.573Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32462026-07-21T17:33:55.619Z Compiling ff v0.14.0
32472026-07-21T17:33:55.713Z Compiling salty v0.3.0
32482026-07-21T17:33:55.803Z Compiling termtree v0.5.1
32492026-07-21T17:33:55.817Z Compiling tagptr v0.2.0
32502026-07-21T17:33:55.887Z Compiling textwrap v0.16.2
32512026-07-21T17:33:55.967Z Compiling tabled v0.15.0
32522026-07-21T17:33:56.012Z Compiling moka v0.12.13
32532026-07-21T17:33:56.046Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-07-21T17:33:56.100Z Compiling steno v0.4.1
32552026-07-21T17:33:56.171Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-07-21T17:33:56.206Z Compiling sha1 v0.10.6
32572026-07-21T17:33:56.230Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32582026-07-21T17:33:56.285Z Compiling signature v3.0.0
32592026-07-21T17:33:56.338Z Compiling base64 v0.21.7
32602026-07-21T17:33:56.387Z Compiling radium v0.7.0
32612026-07-21T17:33:56.518Z Compiling base16ct v1.0.0
32622026-07-21T17:33:56.546Z Compiling group v0.14.0
32632026-07-21T17:33:56.684Z Compiling sec1 v0.8.1
32642026-07-21T17:33:56.726Z Compiling hickory-resolver v0.25.2
32652026-07-21T17:33:56.750Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32662026-07-21T17:33:56.750Z Compiling hkdf v0.13.0
32672026-07-21T17:33:56.817Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32682026-07-21T17:33:56.939Z Compiling rfc6979 v0.4.0
32692026-07-21T17:33:56.975Z Compiling tap v1.0.1
32702026-07-21T17:33:56.995Z Compiling maybe-uninit v2.0.0
32712026-07-21T17:33:57.040Z Compiling elliptic-curve v0.14.0-rc.33
32722026-07-21T17:33:57.093Z Compiling wyz v0.5.1
32732026-07-21T17:33:57.112Z Compiling ecdsa v0.16.9
32742026-07-21T17:33:57.385Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32752026-07-21T17:33:57.567Z Compiling primeorder v0.13.6
32762026-07-21T17:33:57.585Z Compiling proc-macro-error-attr2 v2.0.0
32772026-07-21T17:33:57.742Z Compiling packed_struct v0.10.1
32782026-07-21T17:33:57.788Z Compiling parking_lot_core v0.8.6
32792026-07-21T17:33:57.819Z Compiling utf-8 v0.7.6
32802026-07-21T17:33:57.866Z Compiling funty v2.0.0
32812026-07-21T17:33:58.030Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32822026-07-21T17:33:58.051Z Compiling proc-macro-error2 v2.0.1
32832026-07-21T17:33:58.108Z Compiling tungstenite v0.21.0
32842026-07-21T17:33:58.120Z Compiling p384 v0.13.1
32852026-07-21T17:33:58.250Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32862026-07-21T17:33:58.422Z Compiling bitvec v1.0.1
32872026-07-21T17:33:58.453Z Compiling rfc6979 v0.5.0
32882026-07-21T17:33:58.510Z Compiling git-stub v1.0.0
32892026-07-21T17:33:58.531Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32902026-07-21T17:33:58.635Z Compiling num-derive v0.3.3
32912026-07-21T17:33:58.714Z Compiling packed_struct_codegen v0.10.1
32922026-07-21T17:33:58.733Z Compiling zerocopy-derive v0.6.6
32932026-07-21T17:33:58.772Z Compiling bitfield-macros v0.19.4
32942026-07-21T17:33:58.785Z Compiling indexmap v1.9.3
32952026-07-21T17:33:58.829Z Compiling nodrop v0.1.14
32962026-07-21T17:33:58.931Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-07-21T17:33:59.046Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32982026-07-21T17:33:59.065Z Compiling crc-catalog v2.4.0
32992026-07-21T17:33:59.157Z Compiling crc v3.4.0
33002026-07-21T17:33:59.223Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33012026-07-21T17:33:59.237Z Compiling array-init v0.0.4
33022026-07-21T17:33:59.279Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33032026-07-21T17:33:59.301Z Compiling git-stub-vcs v0.1.0
33042026-07-21T17:33:59.316Z Compiling tokio-tungstenite v0.21.0
33052026-07-21T17:33:59.377Z Compiling ecdsa v0.17.0-rc.18
33062026-07-21T17:33:59.543Z Compiling bitfield v0.19.4
33072026-07-21T17:33:59.583Z Compiling libscf-sys v1.1.0
33082026-07-21T17:33:59.613Z Compiling smallvec v0.6.14
33092026-07-21T17:33:59.655Z Compiling zerocopy v0.6.6
33102026-07-21T17:33:59.659Z Compiling tabled_derive v0.11.0
33112026-07-21T17:33:59.746Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-07-21T17:33:59.828Z Compiling primeorder v0.14.0-rc.10
33132026-07-21T17:33:59.851Z Compiling primefield v0.14.0
33142026-07-21T17:33:59.887Z Compiling progenitor-impl v0.13.0
33152026-07-21T17:33:59.904Z Compiling papergrid v0.17.0
33162026-07-21T17:33:59.935Z Compiling testing_table v0.3.0
33172026-07-21T17:34:00.012Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33182026-07-21T17:34:00.031Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33192026-07-21T17:34:00.112Z Compiling curve25519-dalek v5.0.0-rc.0
33202026-07-21T17:34:00.125Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33212026-07-21T17:34:00.182Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-07-21T17:34:00.202Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-21T17:34:00.310Z Compiling illumos-nvpair-sys v0.2.0
33242026-07-21T17:34:00.382Z Compiling unicase v2.9.0
33252026-07-21T17:34:00.401Z Compiling hashbrown v0.12.3
33262026-07-21T17:34:00.418Z Compiling progenitor v0.14.0
33272026-07-21T17:34:00.445Z Compiling corncobs v0.1.4
33282026-07-21T17:34:00.570Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33292026-07-21T17:34:00.591Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33302026-07-21T17:34:00.612Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33312026-07-21T17:34:00.616Z Compiling mime_guess v2.0.5
33322026-07-21T17:34:00.616Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-07-21T17:34:00.664Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33342026-07-21T17:34:00.882Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33352026-07-21T17:34:00.907Z Compiling tabled v0.20.0
33362026-07-21T17:34:00.971Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-07-21T17:34:01.040Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33382026-07-21T17:34:01.074Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33392026-07-21T17:34:01.146Z Compiling parking_lot v0.11.2
33402026-07-21T17:34:01.213Z Compiling serde-hex v0.1.0
33412026-07-21T17:34:01.231Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33422026-07-21T17:34:01.296Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33432026-07-21T17:34:01.341Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33442026-07-21T17:34:01.547Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33452026-07-21T17:34:01.611Z Compiling ron v0.8.1
33462026-07-21T17:34:01.629Z Compiling ssh-encoding v0.3.0-rc.9
33472026-07-21T17:34:01.633Z Compiling hashbrown v0.13.2
33482026-07-21T17:34:01.789Z Compiling progenitor-client v0.13.0
33492026-07-21T17:34:01.992Z Compiling prefix-trie v0.7.0
33502026-07-21T17:34:02.086Z Compiling fxhash v0.2.1
33512026-07-21T17:34:02.165Z Compiling secrecy v0.8.0
33522026-07-21T17:34:02.228Z Compiling crc-any v2.5.0
33532026-07-21T17:34:02.250Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33542026-07-21T17:34:02.416Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33552026-07-21T17:34:02.461Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33562026-07-21T17:34:02.528Z Compiling hickory-server v0.25.2
33572026-07-21T17:34:02.565Z Compiling progenitor-macro v0.13.0
33582026-07-21T17:34:02.685Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33592026-07-21T17:34:03.044Z Compiling sled v0.34.7
33602026-07-21T17:34:03.266Z Compiling object v0.30.4
33612026-07-21T17:34:03.400Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33622026-07-21T17:34:03.422Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33632026-07-21T17:34:03.727Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33642026-07-21T17:34:03.803Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33652026-07-21T17:34:03.960Z Compiling ed25519 v3.0.0
33662026-07-21T17:34:04.127Z Compiling crypto-primes v0.7.2
33672026-07-21T17:34:04.413Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33682026-07-21T17:34:04.451Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-07-21T17:34:04.847Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33702026-07-21T17:34:04.865Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33712026-07-21T17:34:05.017Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-07-21T17:34:05.115Z Compiling pkcs1 v0.8.0-rc.4
33732026-07-21T17:34:05.209Z Compiling poly1305 v0.9.0
33742026-07-21T17:34:05.497Z Compiling blowfish v0.10.0
33752026-07-21T17:34:05.514Z Compiling blake2 v0.11.0-rc.6
33762026-07-21T17:34:05.532Z Compiling keccak v0.2.0
33772026-07-21T17:34:05.743Z Compiling path-slash v0.1.5
33782026-07-21T17:34:05.767Z Compiling half v1.8.3
33792026-07-21T17:34:05.784Z Compiling crc8 v0.1.1
33802026-07-21T17:34:05.849Z Compiling fiat-crypto v0.3.0
33812026-07-21T17:34:05.868Z Compiling http-range v0.1.5
33822026-07-21T17:34:05.908Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-07-21T17:34:05.924Z Compiling argon2 v0.6.0-rc.8
33842026-07-21T17:34:05.978Z Compiling serde_cbor v0.11.2
33852026-07-21T17:34:06.061Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33862026-07-21T17:34:06.084Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33872026-07-21T17:34:06.126Z Compiling sha3 v0.11.0
33882026-07-21T17:34:06.184Z Compiling bcrypt-pbkdf v0.11.0
33892026-07-21T17:34:06.280Z Compiling ssh-cipher v0.3.0-rc.9
33902026-07-21T17:34:06.503Z Compiling rsa v0.10.0-rc.18
33912026-07-21T17:34:06.595Z Compiling ed25519-dalek v3.0.0-rc.0
33922026-07-21T17:34:06.613Z Compiling illumos-nvpair v0.3.0
33932026-07-21T17:34:06.803Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33942026-07-21T17:34:06.886Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33952026-07-21T17:34:06.962Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33962026-07-21T17:34:07.001Z Compiling p521 v0.14.0-rc.10
33972026-07-21T17:34:07.073Z Compiling p256 v0.14.0-rc.10
33982026-07-21T17:34:07.200Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33992026-07-21T17:34:07.249Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34002026-07-21T17:34:07.266Z Compiling yasna v0.5.2
34012026-07-21T17:34:07.309Z Compiling kstat-rs v0.2.4
34022026-07-21T17:34:07.400Z Compiling headers-core v0.3.0
34032026-07-21T17:34:07.553Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34042026-07-21T17:34:07.636Z Compiling kem v0.3.0
34052026-07-21T17:34:07.654Z Compiling progenitor v0.13.0
34062026-07-21T17:34:07.747Z Compiling module-lattice v0.2.3
34072026-07-21T17:34:07.782Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34082026-07-21T17:34:07.806Z Compiling nanorand v0.7.0
34092026-07-21T17:34:07.822Z Compiling atty v0.2.14
34102026-07-21T17:34:07.842Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34112026-07-21T17:34:07.961Z Compiling ml-kem v0.3.2
34122026-07-21T17:34:07.978Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34132026-07-21T17:34:08.011Z Compiling rcgen v0.12.1
34142026-07-21T17:34:08.028Z Compiling flume v0.11.1
34152026-07-21T17:34:08.121Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-07-21T17:34:08.247Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34172026-07-21T17:34:08.311Z Compiling headers v0.4.1
34182026-07-21T17:34:08.372Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34192026-07-21T17:34:08.703Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34202026-07-21T17:34:08.922Z Compiling hyper-staticfile v0.10.1
34212026-07-21T17:34:08.925Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34222026-07-21T17:34:08.979Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34232026-07-21T17:34:09.078Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34242026-07-21T17:34:09.141Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34252026-07-21T17:34:09.330Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34262026-07-21T17:34:09.387Z Compiling russh-cryptovec v0.61.0
34272026-07-21T17:34:09.450Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34282026-07-21T17:34:09.639Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34292026-07-21T17:34:09.743Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34302026-07-21T17:34:09.890Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34312026-07-21T17:34:09.908Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34322026-07-21T17:34:10.029Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-07-21T17:34:10.143Z Compiling internal-russh-num-bigint v0.5.0
34342026-07-21T17:34:10.430Z Compiling port-file v0.1.0
34352026-07-21T17:34:10.459Z Compiling num-bigint v0.4.6
34362026-07-21T17:34:10.608Z Compiling generic-array v1.4.3
34372026-07-21T17:34:10.625Z Compiling russh-util v0.52.0
34382026-07-21T17:34:10.691Z Compiling enum_dispatch v0.3.13
34392026-07-21T17:34:10.768Z Compiling delegate v0.13.5
34402026-07-21T17:34:10.809Z Compiling subprocess v0.2.15
34412026-07-21T17:34:10.918Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-07-21T17:34:11.103Z Compiling p384 v0.14.0-rc.10
34432026-07-21T17:34:11.297Z Compiling display-error-chain v0.2.2
34442026-07-21T17:34:11.379Z Compiling hex-literal v1.1.0
34452026-07-21T17:34:11.397Z Compiling md5 v0.8.0
34462026-07-21T17:34:11.454Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-07-21T17:34:11.494Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-07-21T17:34:11.518Z Compiling colored v2.2.0
34492026-07-21T17:34:11.528Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-07-21T17:34:11.588Z Compiling socket2 v0.5.10
34512026-07-21T17:34:11.690Z Compiling internet-checksum v0.2.1
34522026-07-21T17:34:12.572Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34532026-07-21T17:34:13.268Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34542026-07-21T17:34:13.288Z Compiling ssh-key v0.7.0-rc.10
34552026-07-21T17:34:13.735Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34562026-07-21T17:34:14.516Z Compiling russh v0.61.2
34572026-07-21T17:34:14.857Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34582026-07-21T17:34:15.702Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-07-21T17:34:24.075Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34602026-07-21T17:34:24.075Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-07-21T17:34:24.091Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34622026-07-21T17:34:24.091Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-07-21T17:34:25.821Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34642026-07-21T17:34:25.903Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34652026-07-21T17:34:29.806Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34662026-07-21T17:35:09.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34672026-07-21T17:35:09.371Z
34682026-07-21T17:35:09.371Zreal 1:26.840087829
34692026-07-21T17:35:09.371Zuser 8:43.714280415
34702026-07-21T17:35:09.371Zsys 1:43.300883126
34712026-07-21T17:35:09.371Ztrap 0.260092387
34722026-07-21T17:35:09.374Ztflt 0.353668504
34732026-07-21T17:35:09.374Zdflt 1.484264056
34742026-07-21T17:35:09.374Zkflt 0.002603061
34752026-07-21T17:35:09.374Zlock 30:53.414243561
34762026-07-21T17:35:09.374Zslp 19:49.969479288
34772026-07-21T17:35:09.374Zlat 40.944751699
34782026-07-21T17:35:09.374Zstop 3:10.989988909
34792026-07-21T17:35:09.374Z+ mkdir tests
34802026-07-21T17:35:09.377Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34812026-07-21T17:35:09.377Z+ xargs -I '{}' -t cp '{}' tests/
34822026-07-21T17:35:09.403Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2e35cbd4c86b5888 tests/
34832026-07-21T17:35:09.433Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bc564b72c0409794 tests/
34842026-07-21T17:35:09.462Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-2909b50dda026b43 tests/
34852026-07-21T17:35:09.491Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-edfb0201e5ff36e5 tests/
34862026-07-21T17:35:09.828Z+ 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)
34872026-07-21T17:35:09.831Z+ 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-bc564b72c0409794 tests/commtest-2909b50dda026b43 tests/dhcp_server-2e35cbd4c86b5888 tests/end_to_end_tests-edfb0201e5ff36e5 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
34882026-07-21T17:36:29.849ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34892026-07-21T17:36:29.849Za .github/buildomat/ci-env.sh 1K
34902026-07-21T17:36:29.849Za out/target/test 1K
34912026-07-21T17:36:29.849Za out/npuzone/npuzone 27402K
34922026-07-21T17:36:29.849Za package-manifest.toml 35K
34932026-07-21T17:36:29.850Za smf/sled-agent/non-gimlet/config.toml 6K
34942026-07-21T17:36:29.850Za target/release/omicron-package 40729K
34952026-07-21T17:36:29.850Za target/release/xtask 10468K
34962026-07-21T17:36:29.850Za target/debug/bootstrap 349628K
34972026-07-21T17:36:29.850Za tests/bootstrap-bc564b72c0409794 31974K
34982026-07-21T17:36:29.850Za tests/commtest-2909b50dda026b43 32169K
34992026-07-21T17:36:29.850Za tests/dhcp_server-2e35cbd4c86b5888 31974K
35002026-07-21T17:36:29.850Za tests/end_to_end_tests-edfb0201e5ff36e5 399501K
35012026-07-21T17:36:29.850Za tools/opte_version 1K
35022026-07-21T17:36:29.850Za tools/opte_version_override 2K
35032026-07-21T17:36:29.850Za out/clickhouse.tar.gz 310737K
35042026-07-21T17:36:29.850Za out/clickhouse_keeper.tar.gz 297204K
35052026-07-21T17:36:29.850Za out/clickhouse_server.tar.gz 310735K
35062026-07-21T17:36:29.850Za out/cockroachdb.tar.gz 161742K
35072026-07-21T17:36:29.850Za out/crucible-pantry-zone.tar.gz 39110K
35082026-07-21T17:36:29.851Za out/crucible-utils.tar 18900K
35092026-07-21T17:36:29.851Za out/crucible-zone.tar.gz 53805K
35102026-07-21T17:36:29.851Za out/external-dns.tar.gz 46165K
35112026-07-21T17:36:29.851Za out/internal-dns.tar.gz 46165K
35122026-07-21T17:36:29.851Za out/mg-ddm-gz.tar 102717K
35132026-07-21T17:36:29.851Za out/nexus.tar.gz 273811K
35142026-07-21T17:36:29.851Za out/ntp.tar.gz 29912K
35152026-07-21T17:36:29.851Za out/omicron-gateway-softnpu.tar.gz 27709K
35162026-07-21T17:36:29.851Za out/omicron-sled-agent.tar 191459K
35172026-07-21T17:36:29.851Za out/overlay.tar.gz 4K
35182026-07-21T17:36:29.851Za out/oximeter.tar.gz 60218K
35192026-07-21T17:36:29.851Za out/oxlog.tar 3808K
35202026-07-21T17:36:29.851Za out/probe.tar.gz 3037K
35212026-07-21T17:36:29.851Za out/propolis-server.tar.gz 34372K
35222026-07-21T17:36:29.851Za out/pumpkind-gz.tar 26647K
35232026-07-21T17:36:29.851Za out/switch-softnpu.tar.gz 450108K
35242026-07-21T17:36:29.855Z
35252026-07-21T17:36:29.855Zreal 1:20.016116406
35262026-07-21T17:36:29.855Zuser 1:17.355542695
35272026-07-21T17:36:29.855Zsys 4.409788414
35282026-07-21T17:36:29.856Ztrap 0.006972975
35292026-07-21T17:36:29.856Ztflt 0.000000000
35302026-07-21T17:36:29.856Zdflt 0.000000000
35312026-07-21T17:36:29.856Zkflt 0.000000000
35322026-07-21T17:36:29.856Zlock 0.000000000
35332026-07-21T17:36:29.856Zslp 1:17.251409806
35342026-07-21T17:36:29.856Zlat 1.002961036
35352026-07-21T17:36:29.856Zstop 0.000581190
35362026-07-21T17:36:29.856Zprocess exited: duration 1030924 ms, exit code 0
 
35372026-07-21T17:36:29.871Zfound 1 output files
35382026-07-21T17:36:29.871Zuploading: /work/package.tar.gz (2484276810 bytes)
35392026-07-21T17:37:03.369Zuploaded: /work/package.tar.gz