01KX7168PZCRAJ2CX6H3YXZVRW: 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: 01KX716VYK00JR9ZV31KDSKNYE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-10T22:09:28.256Zjob assigned to worker 01KX716X6255MN3SW1F5JHK2HG [factory aws, i-03db2740f98324f49] (queued for 43 s)
 
22026-07-10T22:09:35.610Zstarting task 0: "setup"
32026-07-10T22:09:35.619Z++ uname -s
42026-07-10T22:09:35.622Z+ kern=SunOS
52026-07-10T22:09:35.622Z+ build_user=build
62026-07-10T22:09:35.624Z+ build_uid=12345
72026-07-10T22:09:35.624Z+ work_dir=/work
82026-07-10T22:09:35.624Z+ input_dir=/input
92026-07-10T22:09:35.624Z+ [[ 0 == 12345 ]]
102026-07-10T22:09:35.624Z+ case "$kern" in
112026-07-10T22:09:35.624Z+ groupadd -g 12345 build
122026-07-10T22:09:35.627Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-10T22:09:37.634Z+ zfs create -o mountpoint=/work rpool/work
142026-07-10T22:09:37.711Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-10T22:09:37.715Z+ home_fs=zfs
162026-07-10T22:09:37.715Z+ [[ zfs == autofs ]]
172026-07-10T22:09:37.718Z+ mkdir -p /home/build
182026-07-10T22:09:37.718Z+ chown build:build /home/build /work
192026-07-10T22:09:39.721Z+ chmod 0700 /home/build /work
202026-07-10T22:09:39.734Zprocess exited: duration 4110 ms, exit code 0
 
212026-07-10T22:09:39.752Zstarting task 1: "rust-toolchain"
222026-07-10T22:09:39.760Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-10T22:09:39.760Z * rust toolchain channel = "1.96.1"
242026-07-10T22:09:39.760Z * rust toolchain profile = "default"
252026-07-10T22:09:39.760Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-10T22:09:39.760Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-10T22:09:39.760Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-10T22:09:39.760Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-10T22:09:39.760Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-10T22:09:39.866Zinfo: downloading installer
312026-07-10T22:09:41.291Zwarn: It looks like you have an existing rustup settings file at:
322026-07-10T22:09:41.291Zwarn: /home/build/.rustup/settings.toml
332026-07-10T22:09:41.291Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-10T22:09:41.291Zwarn: instead of the one inferred from the default host triple.
352026-07-10T22:09:41.303Zinfo: profile set to default
362026-07-10T22:09:41.303Zinfo: default host triple is x86_64-unknown-illumos
372026-07-10T22:09:41.306Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-10T22:09:41.455Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-10T22:09:41.459Zinfo: downloading 6 components
402026-07-10T22:09:56.616Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-10T22:09:56.616Z
422026-07-10T22:09:56.643Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-10T22:09:56.643Z
442026-07-10T22:09:56.643Z
452026-07-10T22:09:56.643ZRust is installed now. Great!
462026-07-10T22:09:56.644Z
472026-07-10T22:09:56.644ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-10T22:09:56.644Zenvironment variable. This has not been done automatically.
492026-07-10T22:09:56.644Z
502026-07-10T22:09:56.644ZTo configure your current shell, you need to source
512026-07-10T22:09:56.644Zthe corresponding env file under $HOME/.cargo.
522026-07-10T22:09:56.644Z
532026-07-10T22:09:56.644ZThis is usually done by running one of the following (note the leading DOT):
542026-07-10T22:09:56.644Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-10T22:09:56.646Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-10T22:09:56.646Zsource "~/.cargo/env.nu" # For nushell
572026-07-10T22:09:56.646Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-10T22:09:56.646Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-10T22:09:56.646Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-10T22:09:56.649Zwarn: no default linker (`cc`) was found in your PATH
612026-07-10T22:09:56.649Zwarn: many Rust crates require a system C toolchain to build
622026-07-10T22:09:56.745Z+ rustup --version
632026-07-10T22:09:56.751Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-10T22:09:56.754Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-10T22:09:56.771Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-10T22:09:56.774Z+ cargo --version
672026-07-10T22:09:56.782Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-10T22:09:56.785Z+ rustc --version
692026-07-10T22:09:56.805Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-10T22:09:56.809Zprocess exited: duration 17063 ms, exit code 0
 
712026-07-10T22:09:56.814Zstarting task 2: "authentication"
722026-07-10T22:09:56.832Zprocess exited: duration 17 ms, exit code 0
 
732026-07-10T22:09:56.838Zstarting task 3: "clone repository"
742026-07-10T22:09:56.843Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-10T22:09:56.846Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-10T22:09:56.881ZCloning into '/work/oxidecomputer/omicron'...
772026-07-10T22:10:07.430Z+ cd /work/oxidecomputer/omicron
782026-07-10T22:10:07.430Z+ git fetch origin 8db321e62df2cf671e1172a8cf77bf0ff33fefc0
792026-07-10T22:10:07.717ZFrom https://github.com/oxidecomputer/omicron
802026-07-10T22:10:07.718Z * branch 8db321e62df2cf671e1172a8cf77bf0ff33fefc0 -> FETCH_HEAD
812026-07-10T22:10:07.731Z+ [[ -n check-column-order ]]
822026-07-10T22:10:07.734Z++ git branch --show-current
832026-07-10T22:10:07.737Z+ current=main
842026-07-10T22:10:07.737Z+ [[ main != check-column-order ]]
852026-07-10T22:10:07.737Z+ git branch -f check-column-order 8db321e62df2cf671e1172a8cf77bf0ff33fefc0
862026-07-10T22:10:07.740Z+ git checkout -f check-column-order
872026-07-10T22:10:07.983ZSwitched to branch 'check-column-order'
882026-07-10T22:10:07.986Z+ git reset --hard 8db321e62df2cf671e1172a8cf77bf0ff33fefc0
892026-07-10T22:10:07.999ZHEAD is now at 8db321e62 test positional DB model decoding
902026-07-10T22:10:08.003Zprocess exited: duration 11162 ms, exit code 0
 
912026-07-10T22:10:08.009Zstarting task 4: "build"
922026-07-10T22:10:08.015Z+ source .github/buildomat/ci-env.sh
932026-07-10T22:10:08.015Z++ export CARGO_TERM_COLOR=always
942026-07-10T22:10:08.015Z++ CARGO_TERM_COLOR=always
952026-07-10T22:10:08.018Z+++ uname -s
962026-07-10T22:10:08.018Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-10T22:10:08.021Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-10T22:10:08.021Z+ cargo --version
992026-07-10T22:10:08.030Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-10T22:10:08.033Z+ rustc --version
1012026-07-10T22:10:08.054Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-10T22:10:08.057Z+ WORK=/work
1032026-07-10T22:10:08.058Z+ pfexec mkdir -p /work
1042026-07-10T22:10:08.061Z+ pfexec chown build /work
1052026-07-10T22:10:08.061Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-10T22:10:09.640Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-10T22:10:09.776Z Startup: Caching catalogs ... Done
1082026-07-10T22:10:10.275ZPlanning: Solver setup ... Done (0.449s)
1092026-07-10T22:10:10.304ZPlanning: Running solver ... Done (0.027s)
1102026-07-10T22:10:10.316ZPlanning: Finding local manifests ... Done (0.005s)
1112026-07-10T22:10:10.328ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-10T22:10:10.354ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-10T22:10:10.367ZPlanning: Package planning ... Done (0.014s)
1142026-07-10T22:10:10.391ZPlanning: Merging actions ... Done (0.001s)
1152026-07-10T22:10:10.541ZPlanning: Checking for conflicting actions ... Done (0.172s)
1162026-07-10T22:10:10.544ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-10T22:10:11.408ZPlanning: Evaluating mediators ... Done (0.864s)
1182026-07-10T22:10:11.411ZPlanning: Planning completed in 1.61 seconds
1192026-07-10T22:10:11.415Z Packages to install: 2
1202026-07-10T22:10:11.415Z Estimated space available: 156.06 GB
1212026-07-10T22:10:11.415ZEstimated space to be consumed: 31.27 MB
1222026-07-10T22:10:11.415Z Create boot environment: No
1232026-07-10T22:10:11.419ZCreate backup boot environment: No
1242026-07-10T22:10:11.419Z Rebuild boot archive: No
1252026-07-10T22:10:11.419Z
1262026-07-10T22:10:11.419ZChanged packages:
1272026-07-10T22:10:11.419Zhelios
1282026-07-10T22:10:11.419Z developer/build-essential
1292026-07-10T22:10:11.419Z None -> 11-3.0
1302026-07-10T22:10:11.419Z library/libxmlsec1
1312026-07-10T22:10:11.419Z None -> 1.2.35-3.0
1322026-07-10T22:10:11.443Z
1332026-07-10T22:10:11.443ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-10T22:10:12.008ZDownload: Completed 1.28 MB in 0.56 seconds (2.3M/s)
1352026-07-10T22:10:12.084Z Actions: 1/268 actions (Installing new actions)
1362026-07-10T22:10:12.123Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-10T22:10:12.136ZFinalize: Updating package state database ... Done (0.013s)
1382026-07-10T22:10:12.136ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-10T22:10:12.166ZFinalize: Updating image state ... Done (0.029s)
1402026-07-10T22:10:14.790ZFinalize: Creating fast lookup database ... Done (2.598s)
1412026-07-10T22:10:14.865ZFinalize: Reading search index ... Done (0.013s)
1422026-07-10T22:10:14.868ZFinalize: Updating search index ... Done (0.000s)
1432026-07-10T22:10:14.959ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-10T22:10:15.276ZPlanning: Evaluating mediator changes ... Done
1452026-07-10T22:10:15.379ZPlanning: Checking for conflicting actions ... Done
1462026-07-10T22:10:15.382ZPlanning: Consolidating action changes ... Done
1472026-07-10T22:10:15.535ZPlanning: Evaluating mediators ... Done
1482026-07-10T22:10:15.539ZPlanning: Planning completed in 0.26 seconds
1492026-07-10T22:10:15.558Z Mediators to change: 2
1502026-07-10T22:10:15.558Z Create boot environment: No
1512026-07-10T22:10:15.559ZCreate backup boot environment: No
1522026-07-10T22:10:15.613ZFinalize: Updating package state database ... Done
1532026-07-10T22:10:15.613ZFinalize: Updating package cache ... Done
1542026-07-10T22:10:15.628ZFinalize: Updating image state ... Done
1552026-07-10T22:10:17.552ZFinalize: Creating fast lookup database ... Done
1562026-07-10T22:10:17.616ZFinalize: Reading search index ... Done
1572026-07-10T22:10:17.619ZFinalize: Updating search index ... Done
1582026-07-10T22:10:17.683ZFinalize: Updating package cache ... Done
1592026-07-10T22:10:17.965ZPlanning: Evaluating mediator changes ... Done
1602026-07-10T22:10:18.069ZPlanning: Checking for conflicting actions ... Done
1612026-07-10T22:10:18.073ZPlanning: Consolidating action changes ... Done
1622026-07-10T22:10:18.231ZPlanning: Evaluating mediators ... Done
1632026-07-10T22:10:18.236ZPlanning: Planning completed in 0.26 seconds
1642026-07-10T22:10:18.250Z Mediators to change: 1
1652026-07-10T22:10:18.250Z Create boot environment: No
1662026-07-10T22:10:18.250ZCreate backup boot environment: No
1672026-07-10T22:10:18.293ZFinalize: Updating package state database ... Done
1682026-07-10T22:10:18.293ZFinalize: Updating package cache ... Done
1692026-07-10T22:10:18.309ZFinalize: Updating image state ... Done
1702026-07-10T22:10:20.243ZFinalize: Creating fast lookup database ... Done
1712026-07-10T22:10:20.305ZFinalize: Reading search index ... Done
1722026-07-10T22:10:20.308ZFinalize: Updating search index ... Done
1732026-07-10T22:10:20.373ZFinalize: Updating package cache ... Done
1742026-07-10T22:10:20.684ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-10T22:10:20.684Zapache system 2.4 system
1762026-07-10T22:10:20.684Zclang system 15 system
1772026-07-10T22:10:20.684Zcsh system system illumos
1782026-07-10T22:10:20.684Zctags system system illumos
1792026-07-10T22:10:20.684Zfile vendor vendor darwinsys
1802026-07-10T22:10:20.684Zfile system system illumos
1812026-07-10T22:10:20.684Zgcc vendor 14 vendor
1822026-07-10T22:10:20.684Zgcc system 13 system
1832026-07-10T22:10:20.684Zgcc system 10 system
1842026-07-10T22:10:20.684Zgo system 1.25 system
1852026-07-10T22:10:20.684Zllvm system 15 system
1862026-07-10T22:10:20.684Zmariadb system 11.4 system
1872026-07-10T22:10:20.684Zmta vendor vendor dma
1882026-07-10T22:10:20.688Zopenjdk system 17 system
1892026-07-10T22:10:20.688Zopenjdk system 11 system
1902026-07-10T22:10:20.688Zopenssl vendor 3 vendor
1912026-07-10T22:10:20.688Zperl system 5.40 system
1922026-07-10T22:10:20.688Zpostgresql system 18 system
1932026-07-10T22:10:20.688Zpostgresql system 17 system
1942026-07-10T22:10:20.688Zpython vendor 3 vendor
1952026-07-10T22:10:20.688Zpython system 2 system
1962026-07-10T22:10:20.688Zpython3 vendor 3.13 vendor
1972026-07-10T22:10:20.688Zruby system 3.4 system
1982026-07-10T22:10:20.688Zruby system 3.0 system
1992026-07-10T22:10:20.688Zwords vendor vendor american-english
2002026-07-10T22:10:20.688Zwords system system australian-english
2012026-07-10T22:10:20.688Zwords system system british-english
2022026-07-10T22:10:20.688Zwords system system canadian-english
2032026-07-10T22:10:20.688Zwords system system french
2042026-07-10T22:10:20.688Zwords system system italian
2052026-07-10T22:10:20.688Zwords system system ngerman
2062026-07-10T22:10:20.688Zwords system system ogerman
2072026-07-10T22:10:20.688Zwords system system spanish
2082026-07-10T22:10:20.940ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-10T22:10:20.940Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-10T22:10:21.251ZFMRI IFO
2112026-07-10T22:10:21.251Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-10T22:10:21.251Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-10T22:10:21.251Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-10T22:10:21.252Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-10T22:10:21.252Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-10T22:10:21.252Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-10T22:10:21.252Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-10T22:10:21.252Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-10T22:10:21.252Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-10T22:10:21.507Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-10T22:10:21.774Z Updating crates.io index
2222026-07-10T22:10:21.777Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-10T22:10:22.000Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-10T22:10:22.279Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-10T22:10:23.189Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-10T22:10:23.663Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-10T22:10:25.548Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-10T22:10:26.398Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-10T22:10:26.651Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-10T22:10:26.947Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-10T22:10:27.975Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-10T22:10:28.196Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-10T22:10:28.504Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-10T22:10:28.742Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-10T22:10:29.183Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-10T22:10:29.659Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-10T22:10:29.896Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-10T22:10:30.408Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-10T22:10:30.408Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-10T22:10:30.642Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-10T22:10:30.857Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-10T22:10:31.077Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-10T22:10:31.309Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-10T22:10:31.785Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-10T22:10:32.080Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-10T22:10:32.460Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-10T22:10:32.820Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-10T22:10:33.073Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2492026-07-10T22:10:33.363Z Updating git repository `https://github.com/oxidecomputer/ispf`
2502026-07-10T22:10:33.633Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2512026-07-10T22:10:33.858Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522026-07-10T22:10:34.188Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-07-10T22:10:34.672Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2542026-07-10T22:10:34.911Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2552026-07-10T22:10:35.172Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-10T22:10:35.419Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-07-10T22:10:35.694Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-07-10T22:10:35.964Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2592026-07-10T22:10:36.203Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2602026-07-10T22:10:36.483Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2612026-07-10T22:10:36.733Z Updating git repository `https://github.com/illumos/smf-rs`
2622026-07-10T22:10:39.443Z Downloading crates ...
2632026-07-10T22:10:39.490Z Downloaded anstyle-query v1.1.5
2642026-07-10T22:10:39.493Z Downloaded block-buffer v0.10.4
2652026-07-10T22:10:39.500Z Downloaded cargo-platform v0.3.2
2662026-07-10T22:10:39.507Z Downloaded plain v0.2.3
2672026-07-10T22:10:39.511Z Downloaded scroll_derive v0.12.1
2682026-07-10T22:10:39.511Z Downloaded anstream v1.0.0
2692026-07-10T22:10:39.517Z Downloaded heck v0.5.0
2702026-07-10T22:10:39.520Z Downloaded heck v0.4.1
2712026-07-10T22:10:39.523Z Downloaded camino-tempfile v1.4.1
2722026-07-10T22:10:39.526Z Downloaded bytecount v0.6.9
2732026-07-10T22:10:39.526Z Downloaded anstyle v1.0.14
2742026-07-10T22:10:39.529Z Downloaded memmap v0.7.0
2752026-07-10T22:10:39.530Z Downloaded dtrace-parser v0.2.0
2762026-07-10T22:10:39.530Z Downloaded thiserror-impl v2.0.18
2772026-07-10T22:10:39.532Z Downloaded zerocopy v0.7.35
2782026-07-10T22:10:39.539Z Downloaded macaddr v1.0.1
2792026-07-10T22:10:39.542Z Downloaded bitflags v2.11.0
2802026-07-10T22:10:39.542Z Downloaded generic-array v0.14.7
2812026-07-10T22:10:39.545Z Downloaded equivalent v1.0.2
2822026-07-10T22:10:39.545Z Downloaded clap_derive v4.6.1
2832026-07-10T22:10:39.545Z Downloaded camino v1.2.2
2842026-07-10T22:10:39.548Z Downloaded colorchoice v1.0.4
2852026-07-10T22:10:39.548Z Downloaded cargo_metadata v0.23.1
2862026-07-10T22:10:39.548Z Downloaded byteorder v1.5.0
2872026-07-10T22:10:39.553Z Downloaded tabled_derive v0.7.0
2882026-07-10T22:10:39.556Z Downloaded clap_lex v1.0.0
2892026-07-10T22:10:39.556Z Downloaded is_terminal_polyfill v1.70.2
2902026-07-10T22:10:39.559Z Downloaded errno v0.3.14
2912026-07-10T22:10:39.565Z Downloaded crypto-common v0.1.7
2922026-07-10T22:10:39.568Z Downloaded fastrand v2.3.0
2932026-07-10T22:10:39.571Z Downloaded usdt-attr-macro v0.5.0
2942026-07-10T22:10:39.571Z Downloaded cpufeatures v0.2.17
2952026-07-10T22:10:39.571Z Downloaded thread-id v4.2.2
2962026-07-10T22:10:39.571Z Downloaded dof v0.3.0
2972026-07-10T22:10:39.575Z Downloaded itoa v1.0.17
2982026-07-10T22:10:39.578Z Downloaded pretty-hex v0.4.1
2992026-07-10T22:10:39.581Z Downloaded cfg-if v1.0.4
3002026-07-10T22:10:39.584Z Downloaded fnv v1.0.7
3012026-07-10T22:10:39.586Z Downloaded anstyle-parse v1.0.0
3022026-07-10T22:10:39.589Z Downloaded cargo_toml v0.21.0
3032026-07-10T22:10:39.601Z Downloaded usdt v0.5.0
3042026-07-10T22:10:39.604Z Downloaded utf8parse v0.2.2
3052026-07-10T22:10:39.606Z Downloaded smawk v0.3.2
3062026-07-10T22:10:39.609Z Downloaded usdt-macro v0.5.0
3072026-07-10T22:10:39.609Z Downloaded proc-macro-error-attr v1.0.4
3082026-07-10T22:10:39.612Z Downloaded terminal_size v0.4.3
3092026-07-10T22:10:39.615Z Downloaded serde_spanned v0.6.9
3102026-07-10T22:10:39.615Z Downloaded version_check v0.9.5
3112026-07-10T22:10:39.618Z Downloaded toml_write v0.1.2
3122026-07-10T22:10:39.621Z Downloaded toml_datetime v0.6.11
3132026-07-10T22:10:39.628Z Downloaded papergrid v0.11.0
3142026-07-10T22:10:39.631Z Downloaded digest v0.10.7
3152026-07-10T22:10:39.635Z Downloaded strsim v0.11.1
3162026-07-10T22:10:39.639Z Downloaded quote v1.0.45
3172026-07-10T22:10:39.642Z Downloaded autocfg v1.5.0
3182026-07-10T22:10:39.647Z Downloaded tempfile v3.25.0
3192026-07-10T22:10:39.650Z Downloaded thiserror v1.0.69
3202026-07-10T22:10:39.658Z Downloaded swrite v0.1.0
3212026-07-10T22:10:39.665Z Downloaded usdt-impl v0.5.0
3222026-07-10T22:10:39.668Z Downloaded unicode-linebreak v0.1.5
3232026-07-10T22:10:39.668Z Downloaded thiserror-impl v1.0.69
3242026-07-10T22:10:39.668Z Downloaded thiserror v2.0.18
3252026-07-10T22:10:39.671Z Downloaded serde_tokenstream v0.2.3
3262026-07-10T22:10:39.671Z Downloaded scroll v0.12.0
3272026-07-10T22:10:39.674Z Downloaded zmij v1.0.21
3282026-07-10T22:10:39.677Z Downloaded pest_meta v2.8.6
3292026-07-10T22:10:39.680Z Downloaded fs-err v3.3.0
3302026-07-10T22:10:39.680Z Downloaded anyhow v1.0.102
3312026-07-10T22:10:39.682Z Downloaded toml v0.8.23
3322026-07-10T22:10:39.682Z Downloaded semver v1.0.28
3332026-07-10T22:10:39.685Z Downloaded once_cell v1.21.3
3342026-07-10T22:10:39.688Z Downloaded log v0.4.29
3352026-07-10T22:10:39.691Z Downloaded clap v4.6.1
3362026-07-10T22:10:39.695Z Downloaded pest_derive v2.8.6
3372026-07-10T22:10:39.695Z Downloaded pest_generator v2.8.6
3382026-07-10T22:10:39.698Z Downloaded getrandom v0.4.1
3392026-07-10T22:10:39.701Z Downloaded indexmap v2.14.0
3402026-07-10T22:10:39.708Z Downloaded sha2 v0.10.9
3412026-07-10T22:10:39.710Z Downloaded proc-macro-error v1.0.4
3422026-07-10T22:10:39.713Z Downloaded zerocopy-derive v0.7.35
3432026-07-10T22:10:39.713Z Downloaded ucd-trie v0.1.7
3442026-07-10T22:10:39.716Z Downloaded textwrap v0.16.2
3452026-07-10T22:10:39.716Z Downloaded serde_derive v1.0.228
3462026-07-10T22:10:39.722Z Downloaded proc-macro2 v1.0.106
3472026-07-10T22:10:39.731Z Downloaded unicode-ident v1.0.24
3482026-07-10T22:10:39.734Z Downloaded toml_edit v0.22.27
3492026-07-10T22:10:39.738Z Downloaded hashbrown v0.17.0
3502026-07-10T22:10:39.742Z Downloaded serde_core v1.0.228
3512026-07-10T22:10:39.758Z Downloaded memchr v2.8.0
3522026-07-10T22:10:39.778Z Downloaded typenum v1.20.1
3532026-07-10T22:10:39.795Z Downloaded serde v1.0.228
3542026-07-10T22:10:39.799Z Downloaded pest v2.8.6
3552026-07-10T22:10:39.838Z Downloaded serde_json v1.0.150
3562026-07-10T22:10:39.846Z Downloaded goblin v0.8.2
3572026-07-10T22:10:39.850Z Downloaded clap_builder v4.6.0
3582026-07-10T22:10:39.853Z Downloaded winnow v0.7.14
3592026-07-10T22:10:39.857Z Downloaded tabled v0.15.0
3602026-07-10T22:10:39.870Z Downloaded syn v1.0.109
3612026-07-10T22:10:39.874Z Downloaded unicode-width v0.2.0
3622026-07-10T22:10:39.878Z Downloaded unicode-width v0.1.14
3632026-07-10T22:10:39.880Z Downloaded syn v2.0.117
3642026-07-10T22:10:39.890Z Downloaded rustix v1.1.3
3652026-07-10T22:10:39.926Z Downloaded libc v0.2.185
3662026-07-10T22:10:39.990Z Compiling proc-macro2 v1.0.106
3672026-07-10T22:10:39.993Z Compiling quote v1.0.45
3682026-07-10T22:10:39.993Z Compiling unicode-ident v1.0.24
3692026-07-10T22:10:39.993Z Compiling serde_core v1.0.228
3702026-07-10T22:10:39.993Z Compiling libc v0.2.185
3712026-07-10T22:10:39.993Z Compiling version_check v0.9.5
3722026-07-10T22:10:39.993Z Compiling memchr v2.8.0
3732026-07-10T22:10:39.994Z Compiling serde v1.0.228
3742026-07-10T22:10:40.175Z Compiling zmij v1.0.21
3752026-07-10T22:10:40.189Z Compiling itoa v1.0.17
3762026-07-10T22:10:40.192Z Compiling thiserror v1.0.69
3772026-07-10T22:10:40.192Z Compiling ucd-trie v0.1.7
3782026-07-10T22:10:40.218Z Compiling rustix v1.1.3
3792026-07-10T22:10:40.221Z Compiling byteorder v1.5.0
3802026-07-10T22:10:40.446Z Compiling bitflags v2.11.0
3812026-07-10T22:10:40.556Z Compiling serde_json v1.0.150
3822026-07-10T22:10:40.652Z Compiling pest v2.8.6
3832026-07-10T22:10:40.671Z Compiling usdt-impl v0.5.0
3842026-07-10T22:10:40.728Z Compiling proc-macro-error-attr v1.0.4
3852026-07-10T22:10:40.765Z Compiling camino v1.2.2
3862026-07-10T22:10:40.801Z Compiling syn v1.0.109
3872026-07-10T22:10:40.916Z Compiling proc-macro-error v1.0.4
3882026-07-10T22:10:40.986Z Compiling equivalent v1.0.2
3892026-07-10T22:10:41.001Z Compiling utf8parse v0.2.2
3902026-07-10T22:10:41.004Z Compiling hashbrown v0.17.0
3912026-07-10T22:10:41.020Z Compiling plain v0.2.3
3922026-07-10T22:10:41.080Z Compiling log v0.4.29
3932026-07-10T22:10:41.139Z Compiling getrandom v0.4.1
3942026-07-10T22:10:41.139Z Compiling anstyle-parse v1.0.0
3952026-07-10T22:10:41.192Z Compiling errno v0.3.14
3962026-07-10T22:10:41.195Z Compiling thread-id v4.2.2
3972026-07-10T22:10:41.282Z Compiling toml_write v0.1.2
3982026-07-10T22:10:41.286Z Compiling pretty-hex v0.4.1
3992026-07-10T22:10:41.286Z Compiling cfg-if v1.0.4
4002026-07-10T22:10:41.336Z Compiling anstyle v1.0.14
4012026-07-10T22:10:41.339Z Compiling thiserror v2.0.18
4022026-07-10T22:10:41.371Z Compiling colorchoice v1.0.4
4032026-07-10T22:10:41.395Z Compiling winnow v0.7.14
4042026-07-10T22:10:41.399Z Compiling is_terminal_polyfill v1.70.2
4052026-07-10T22:10:41.475Z Compiling autocfg v1.5.0
4062026-07-10T22:10:41.493Z Compiling anstyle-query v1.1.5
4072026-07-10T22:10:41.544Z Compiling fastrand v2.3.0
4082026-07-10T22:10:41.579Z Compiling clap_lex v1.0.0
4092026-07-10T22:10:41.602Z Compiling indexmap v2.14.0
4102026-07-10T22:10:41.644Z Compiling syn v2.0.117
4112026-07-10T22:10:41.680Z Compiling anstream v1.0.0
4122026-07-10T22:10:41.720Z Compiling pest_meta v2.8.6
4132026-07-10T22:10:41.829Z Compiling strsim v0.11.1
4142026-07-10T22:10:41.849Z Compiling heck v0.4.1
4152026-07-10T22:10:41.852Z Compiling once_cell v1.21.3
4162026-07-10T22:10:41.926Z Compiling fs-err v3.3.0
4172026-07-10T22:10:41.953Z Compiling heck v0.5.0
4182026-07-10T22:10:41.995Z Compiling unicode-width v0.1.14
4192026-07-10T22:10:42.012Z Compiling fnv v1.0.7
4202026-07-10T22:10:42.109Z Compiling anyhow v1.0.102
4212026-07-10T22:10:42.134Z Compiling bytecount v0.6.9
4222026-07-10T22:10:42.153Z Compiling memmap v0.7.0
4232026-07-10T22:10:42.222Z Compiling smawk v0.3.2
4242026-07-10T22:10:42.239Z Compiling unicode-width v0.2.0
4252026-07-10T22:10:42.242Z Compiling unicode-linebreak v0.1.5
4262026-07-10T22:10:42.276Z Compiling terminal_size v0.4.3
4272026-07-10T22:10:42.295Z Compiling papergrid v0.11.0
4282026-07-10T22:10:42.311Z Compiling tempfile v3.25.0
4292026-07-10T22:10:42.363Z Compiling swrite v0.1.0
4302026-07-10T22:10:42.386Z Compiling clap_builder v4.6.0
4312026-07-10T22:10:42.525Z Compiling semver v1.0.28
4322026-07-10T22:10:42.550Z Compiling cargo-platform v0.3.2
4332026-07-10T22:10:42.590Z Compiling textwrap v0.16.2
4342026-07-10T22:10:42.872Z Compiling camino-tempfile v1.4.1
4352026-07-10T22:10:43.166Z Compiling tabled_derive v0.7.0
4362026-07-10T22:10:43.812Z Compiling tabled v0.15.0
4372026-07-10T22:10:43.828Z Compiling pest_generator v2.8.6
4382026-07-10T22:10:44.309Z Compiling serde_derive v1.0.228
4392026-07-10T22:10:44.313Z Compiling thiserror-impl v1.0.69
4402026-07-10T22:10:44.313Z Compiling zerocopy-derive v0.7.35
4412026-07-10T22:10:44.313Z Compiling scroll_derive v0.12.1
4422026-07-10T22:10:44.313Z Compiling thiserror-impl v2.0.18
4432026-07-10T22:10:44.313Z Compiling clap_derive v4.6.1
4442026-07-10T22:10:44.409Z Compiling pest_derive v2.8.6
4452026-07-10T22:10:44.975Z Compiling scroll v0.12.0
4462026-07-10T22:10:45.090Z Compiling zerocopy v0.7.35
4472026-07-10T22:10:45.187Z Compiling goblin v0.8.2
4482026-07-10T22:10:45.456Z Compiling dtrace-parser v0.2.0
4492026-07-10T22:10:45.719Z Compiling clap v4.6.1
4502026-07-10T22:10:46.842Z Compiling toml_datetime v0.6.11
4512026-07-10T22:10:46.842Z Compiling serde_spanned v0.6.9
4522026-07-10T22:10:46.842Z Compiling cargo_metadata v0.23.1
4532026-07-10T22:10:46.852Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4542026-07-10T22:10:46.852Z Compiling macaddr v1.0.1
4552026-07-10T22:10:46.852Z Compiling dof v0.3.0
4562026-07-10T22:10:46.852Z Compiling serde_tokenstream v0.2.3
4572026-07-10T22:10:47.038Z Compiling toml_edit v0.22.27
4582026-07-10T22:10:47.600Z Compiling usdt-macro v0.5.0
4592026-07-10T22:10:47.600Z Compiling usdt-attr-macro v0.5.0
4602026-07-10T22:10:48.199Z Compiling usdt v0.5.0
4612026-07-10T22:10:48.306Z Compiling toml v0.8.23
4622026-07-10T22:10:48.629Z Compiling cargo_toml v0.21.0
4632026-07-10T22:10:49.892Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642026-07-10T22:10:51.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.55s
4652026-07-10T22:10:52.116Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4662026-07-10T22:10:52.616Z Downloading crates ...
4672026-07-10T22:10:52.705Z Downloaded aead v0.5.2
4682026-07-10T22:10:52.710Z Downloaded adler2 v2.0.1
4692026-07-10T22:10:52.713Z Downloaded anstyle-parse v0.2.7
4702026-07-10T22:10:52.733Z Downloaded cmake v0.1.57
4712026-07-10T22:10:52.736Z Downloaded bit-vec v0.6.3
4722026-07-10T22:10:52.739Z Downloaded ctr v0.10.1
4732026-07-10T22:10:52.739Z Downloaded convert_case v0.10.0
4742026-07-10T22:10:52.744Z Downloaded cookie_store v0.22.1
4752026-07-10T22:10:52.744Z Downloaded bb8 v0.8.6
4762026-07-10T22:10:52.747Z Downloaded atomicwrites v0.4.4
4772026-07-10T22:10:52.747Z Downloaded assert_matches v1.5.0
4782026-07-10T22:10:52.747Z Downloaded anstream v0.6.21
4792026-07-10T22:10:52.747Z Downloaded dsl_auto_type v0.2.0
4802026-07-10T22:10:52.750Z Downloaded backoff v0.4.0
4812026-07-10T22:10:52.750Z Downloaded aho-corasick v1.1.4
4822026-07-10T22:10:52.752Z Downloaded bit-set v0.5.3
4832026-07-10T22:10:52.752Z Downloaded ahash v0.8.12
4842026-07-10T22:10:52.787Z Downloaded atty v0.2.14
4852026-07-10T22:10:52.787Z Downloaded document-features v0.2.12
4862026-07-10T22:10:52.787Z Downloaded bitfield v0.19.4
4872026-07-10T22:10:52.787Z Downloaded atomic-waker v1.1.2
4882026-07-10T22:10:52.787Z Downloaded aead v0.6.1
4892026-07-10T22:10:52.787Z Downloaded display-error-chain v0.2.2
4902026-07-10T22:10:52.787Z Downloaded delegate v0.13.5
4912026-07-10T22:10:52.787Z Downloaded darling_macro v0.21.3
4922026-07-10T22:10:52.787Z Downloaded digest v0.11.3
4932026-07-10T22:10:52.788Z Downloaded array-init v0.0.4
4942026-07-10T22:10:52.788Z Downloaded derive-where v1.6.0
4952026-07-10T22:10:52.788Z Downloaded bitfield-macros v0.19.4
4962026-07-10T22:10:52.788Z Downloaded crunchy v0.2.4
4972026-07-10T22:10:52.788Z Downloaded defmt v0.3.100
4982026-07-10T22:10:52.788Z Downloaded bcs v0.1.6
4992026-07-10T22:10:52.788Z Downloaded async-stream-impl v0.3.6
5002026-07-10T22:10:52.788Z Downloaded base16ct v1.0.0
5012026-07-10T22:10:52.788Z Downloaded cfg_aliases v0.2.1
5022026-07-10T22:10:52.788Z Downloaded base16ct v0.2.0
5032026-07-10T22:10:52.788Z Downloaded debug-ignore v1.0.5
5042026-07-10T22:10:52.788Z Downloaded crc v3.4.0
5052026-07-10T22:10:52.788Z Downloaded async-stream v0.3.6
5062026-07-10T22:10:52.788Z Downloaded async-recursion v1.1.1
5072026-07-10T22:10:52.788Z Downloaded base64ct v1.8.3
5082026-07-10T22:10:52.788Z Downloaded arrayvec v0.7.6
5092026-07-10T22:10:52.791Z Downloaded argon2 v0.5.3
5102026-07-10T22:10:52.791Z Downloaded crc8 v0.1.1
5112026-07-10T22:10:52.791Z Downloaded arrayref v0.3.9
5122026-07-10T22:10:52.791Z Downloaded bcrypt-pbkdf v0.11.0
5132026-07-10T22:10:52.791Z Downloaded derive_builder_macro v0.20.2
5142026-07-10T22:10:52.794Z Downloaded ciborium-ll v0.2.2
5152026-07-10T22:10:52.797Z Downloaded ciborium-io v0.2.2
5162026-07-10T22:10:52.797Z Downloaded block-buffer v0.12.1
5172026-07-10T22:10:52.797Z Downloaded crossbeam-epoch v0.9.18
5182026-07-10T22:10:52.801Z Downloaded bitfield-struct v0.6.2
5192026-07-10T22:10:52.801Z Downloaded critical-section v1.2.0
5202026-07-10T22:10:52.801Z Downloaded darling_macro v0.20.11
5212026-07-10T22:10:52.803Z Downloaded convert_case v0.4.0
5222026-07-10T22:10:52.803Z Downloaded compression-core v0.4.31
5232026-07-10T22:10:52.803Z Downloaded darling_macro v0.13.4
5242026-07-10T22:10:52.803Z Downloaded crc-catalog v2.4.0
5252026-07-10T22:10:52.807Z Downloaded ascii-canvas v3.0.0
5262026-07-10T22:10:52.810Z Downloaded darling_macro v0.23.0
5272026-07-10T22:10:52.810Z Downloaded bit-set v0.8.0
5282026-07-10T22:10:52.813Z Downloaded crc32fast v1.5.0
5292026-07-10T22:10:52.816Z Downloaded dirs-sys-next v0.1.2
5302026-07-10T22:10:52.816Z Downloaded crypto-common v0.2.2
5312026-07-10T22:10:52.819Z Downloaded cpubits v0.1.1
5322026-07-10T22:10:52.822Z Downloaded difflib v0.4.0
5332026-07-10T22:10:52.825Z Downloaded diesel_table_macro_syntax v0.3.0
5342026-07-10T22:10:52.825Z Downloaded cfg_aliases v0.1.1
5352026-07-10T22:10:52.828Z Downloaded crucible-workspace-hack v0.1.0
5362026-07-10T22:10:52.828Z Downloaded castaway v0.2.4
5372026-07-10T22:10:52.828Z Downloaded dunce v1.0.5
5382026-07-10T22:10:52.830Z Downloaded cstr-argument v0.1.2
5392026-07-10T22:10:52.831Z Downloaded endian-type v0.1.2
5402026-07-10T22:10:52.834Z Downloaded dropshot-api-manager-types v0.7.2
5412026-07-10T22:10:52.837Z Downloaded curve25519-dalek-derive v0.1.1
5422026-07-10T22:10:52.840Z Downloaded dirs-next v2.0.0
5432026-07-10T22:10:52.840Z Downloaded cobs v0.3.0
5442026-07-10T22:10:52.840Z Downloaded backon v1.6.0
5452026-07-10T22:10:52.843Z Downloaded embedded-io v0.4.0
5462026-07-10T22:10:52.843Z Downloaded allocator-api2 v0.2.21
5472026-07-10T22:10:52.845Z Downloaded defmt-parser v1.0.0
5482026-07-10T22:10:52.845Z Downloaded dtrace-parser v0.3.0
5492026-07-10T22:10:52.848Z Downloaded blake2 v0.10.6
5502026-07-10T22:10:52.848Z Downloaded dof v0.4.0
5512026-07-10T22:10:52.852Z Downloaded crossbeam-utils v0.8.21
5522026-07-10T22:10:52.852Z Downloaded enum-as-inner v0.6.1
5532026-07-10T22:10:52.852Z Downloaded cpufeatures v0.3.0
5542026-07-10T22:10:52.857Z Downloaded flagset v0.4.7
5552026-07-10T22:10:52.860Z Downloaded fd-lock v4.0.4
5562026-07-10T22:10:52.863Z Downloaded float-cmp v0.10.0
5572026-07-10T22:10:52.863Z Downloaded fixedbitset v0.4.2
5582026-07-10T22:10:52.863Z Downloaded form_urlencoded v1.2.2
5592026-07-10T22:10:52.866Z Downloaded float-ord v0.3.2
5602026-07-10T22:10:52.866Z Downloaded downcast-rs v2.0.2
5612026-07-10T22:10:52.869Z Downloaded foreign-types-shared v0.3.1
5622026-07-10T22:10:52.869Z Downloaded foreign-types v0.5.0
5632026-07-10T22:10:52.869Z Downloaded futures-core v0.3.32
5642026-07-10T22:10:52.870Z Downloaded dyn-clone v1.0.20
5652026-07-10T22:10:52.873Z Downloaded futures-task v0.3.32
5662026-07-10T22:10:52.873Z Downloaded futures-sink v0.3.32
5672026-07-10T22:10:52.873Z Downloaded foreign-types-shared v0.1.1
5682026-07-10T22:10:52.873Z Downloaded async-bb8-diesel v0.2.1
5692026-07-10T22:10:52.876Z Downloaded foreign-types-macros v0.2.3
5702026-07-10T22:10:52.876Z Downloaded env_filter v1.0.0
5712026-07-10T22:10:52.876Z Downloaded cmov v0.5.4
5722026-07-10T22:10:52.879Z Downloaded bit-vec v0.8.0
5732026-07-10T22:10:52.879Z Downloaded cbc v0.2.1
5742026-07-10T22:10:52.882Z Downloaded cipher v0.4.4
5752026-07-10T22:10:52.882Z Downloaded chacha20 v0.9.1
5762026-07-10T22:10:52.882Z Downloaded cexpr v0.6.0
5772026-07-10T22:10:52.885Z Downloaded daft v0.1.7
5782026-07-10T22:10:52.885Z Downloaded compression-codecs v0.4.37
5792026-07-10T22:10:52.888Z Downloaded darling v0.21.3
5802026-07-10T22:10:52.890Z Downloaded darling v0.13.4
5812026-07-10T22:10:52.893Z Downloaded foreign-types v0.3.2
5822026-07-10T22:10:52.893Z Downloaded byte-wrapper v0.1.0
5832026-07-10T22:10:52.898Z Downloaded futures-macro v0.3.32
5842026-07-10T22:10:52.898Z Downloaded block-padding v0.4.2
5852026-07-10T22:10:52.898Z Downloaded blowfish v0.10.0
5862026-07-10T22:10:52.901Z Downloaded buf-list v1.1.2
5872026-07-10T22:10:52.901Z Downloaded fxhash v0.2.1
5882026-07-10T22:10:52.901Z Downloaded cassowary v0.3.0
5892026-07-10T22:10:52.901Z Downloaded gethostname v0.5.0
5902026-07-10T22:10:52.904Z Downloaded constant_time_eq v0.4.2
5912026-07-10T22:10:52.904Z Downloaded defmt-macros v1.0.1
5922026-07-10T22:10:52.909Z Downloaded ecdsa v0.16.9
5932026-07-10T22:10:52.909Z Downloaded cipher v0.5.2
5942026-07-10T22:10:52.913Z Downloaded futures-io v0.3.32
5952026-07-10T22:10:52.913Z Downloaded funty v2.0.0
5962026-07-10T22:10:52.913Z Downloaded async-trait v0.1.89
5972026-07-10T22:10:52.913Z Downloaded daft-derive v0.1.7
5982026-07-10T22:10:52.918Z Downloaded ena v0.14.4
5992026-07-10T22:10:52.918Z Downloaded embedded-io v0.6.1
6002026-07-10T22:10:52.921Z Downloaded ed25519 v2.2.3
6012026-07-10T22:10:52.921Z Downloaded git-stub v1.0.0
6022026-07-10T22:10:52.922Z Downloaded displaydoc v0.2.5
6032026-07-10T22:10:52.922Z Downloaded ghash v0.6.0
6042026-07-10T22:10:52.925Z Downloaded deranged v0.5.8
6052026-07-10T22:10:52.925Z Downloaded either v1.15.0
6062026-07-10T22:10:52.925Z Downloaded hash32 v0.3.1
6072026-07-10T22:10:52.925Z Downloaded corncobs v0.1.4
6082026-07-10T22:10:52.928Z Downloaded const_format_proc_macros v0.2.34
6092026-07-10T22:10:52.928Z Downloaded globwalk v0.9.1
6102026-07-10T22:10:52.931Z Downloaded fixedbitset v0.5.7
6112026-07-10T22:10:52.931Z Downloaded find-msvc-tools v0.1.9
6122026-07-10T22:10:52.934Z Downloaded data-encoding v2.10.0
6132026-07-10T22:10:52.934Z Downloaded ff v0.14.0
6142026-07-10T22:10:52.934Z Downloaded ff v0.13.1
6152026-07-10T22:10:52.937Z Downloaded futures-executor v0.3.32
6162026-07-10T22:10:52.937Z Downloaded hex v0.4.3
6172026-07-10T22:10:52.940Z Downloaded hostname v0.3.1
6182026-07-10T22:10:52.940Z Downloaded derive_builder_core v0.20.2
6192026-07-10T22:10:52.940Z Downloaded ed25519 v3.0.0
6202026-07-10T22:10:52.943Z Downloaded diesel-dtrace v0.5.0
6212026-07-10T22:10:52.943Z Downloaded ctutils v0.4.2
6222026-07-10T22:10:52.945Z Downloaded http-body v1.0.1
6232026-07-10T22:10:52.946Z Downloaded der_derive v0.7.3
6242026-07-10T22:10:52.946Z Downloaded colored v3.1.1
6252026-07-10T22:10:52.949Z Downloaded bzip2 v0.6.1
6262026-07-10T22:10:52.949Z Downloaded bitflags v1.3.2
6272026-07-10T22:10:52.952Z Downloaded headers-core v0.3.0
6282026-07-10T22:10:52.952Z Downloaded ciborium v0.2.2
6292026-07-10T22:10:52.952Z Downloaded filetime v0.2.27
6302026-07-10T22:10:52.955Z Downloaded erased-serde v0.3.31
6312026-07-10T22:10:52.955Z Downloaded fs-err v2.11.0
6322026-07-10T22:10:52.958Z Downloaded const-oid v0.9.6
6332026-07-10T22:10:52.958Z Downloaded env_logger v0.11.9
6342026-07-10T22:10:52.961Z Downloaded darling v0.23.0
6352026-07-10T22:10:52.964Z Downloaded darling v0.20.11
6362026-07-10T22:10:52.967Z Downloaded httpdate v1.0.3
6372026-07-10T22:10:52.970Z Downloaded hex-literal v1.1.0
6382026-07-10T22:10:52.970Z Downloaded fs_extra v1.3.0
6392026-07-10T22:10:52.973Z Downloaded blake2 v0.11.0-rc.6
6402026-07-10T22:10:52.973Z Downloaded hubpack_derive v0.1.1
6412026-07-10T22:10:52.973Z Downloaded http-range v0.1.5
6422026-07-10T22:10:52.976Z Downloaded hostname v0.4.2
6432026-07-10T22:10:52.977Z Downloaded home v0.5.12
6442026-07-10T22:10:52.977Z Downloaded hubpack v0.1.2
6452026-07-10T22:10:52.980Z Downloaded colored v2.2.0
6462026-07-10T22:10:52.980Z Downloaded glob v0.3.3
6472026-07-10T22:10:52.980Z Downloaded group v0.14.0
6482026-07-10T22:10:52.983Z Downloaded foldhash v0.2.0
6492026-07-10T22:10:52.983Z Downloaded crossbeam-channel v0.5.15
6502026-07-10T22:10:52.986Z Downloaded hyper-tls v0.6.0
6512026-07-10T22:10:52.986Z Downloaded console v0.16.2
6522026-07-10T22:10:52.991Z Downloaded csv-core v0.1.13
6532026-07-10T22:10:52.991Z Downloaded clang-sys v1.8.1
6542026-07-10T22:10:52.997Z Downloaded bzip2 v0.4.4
6552026-07-10T22:10:52.997Z Downloaded des v0.9.0
6562026-07-10T22:10:52.997Z Downloaded crossbeam-deque v0.8.6
6572026-07-10T22:10:52.997Z Downloaded derive-ex v0.1.8
6582026-07-10T22:10:53.002Z Downloaded cookie v0.18.1
6592026-07-10T22:10:53.002Z Downloaded enum_dispatch v0.3.13
6602026-07-10T22:10:53.002Z Downloaded illumos-nvpair v0.3.0
6612026-07-10T22:10:53.002Z Downloaded indent_write v2.2.0
6622026-07-10T22:10:53.002Z Downloaded futures-channel v0.3.32
6632026-07-10T22:10:53.005Z Downloaded ident_case v1.0.1
6642026-07-10T22:10:53.005Z Downloaded globset v0.4.18
6652026-07-10T22:10:53.005Z Downloaded fallible-iterator v0.2.0
6662026-07-10T22:10:53.005Z Downloaded camino-tempfile-ext v0.3.3
6672026-07-10T22:10:53.005Z Downloaded base64 v0.22.1
6682026-07-10T22:10:53.008Z Downloaded illumos-nvpair-sys v0.2.0
6692026-07-10T22:10:53.008Z Downloaded dropshot-api-manager v0.7.2
6702026-07-10T22:10:53.011Z Downloaded inout v0.2.2
6712026-07-10T22:10:53.014Z Downloaded inout v0.1.4
6722026-07-10T22:10:53.014Z Downloaded hash32 v0.2.1
6732026-07-10T22:10:53.014Z Downloaded diff v0.1.13
6742026-07-10T22:10:53.017Z Downloaded highway v1.3.0
6752026-07-10T22:10:53.017Z Downloaded console v0.15.11
6762026-07-10T22:10:53.020Z Downloaded chacha20 v0.10.0
6772026-07-10T22:10:53.023Z Downloaded instant v0.1.13
6782026-07-10T22:10:53.023Z Downloaded ed25519-dalek v3.0.0-rc.0
6792026-07-10T22:10:53.026Z Downloaded cancel-safe-futures v0.1.5
6802026-07-10T22:10:53.029Z Downloaded derive_builder v0.20.2
6812026-07-10T22:10:53.032Z Downloaded indoc v1.0.9
6822026-07-10T22:10:53.032Z Downloaded instability v0.3.11
6832026-07-10T22:10:53.034Z Downloaded defmt v1.0.1
6842026-07-10T22:10:53.034Z Downloaded argon2 v0.6.0-rc.8
6852026-07-10T22:10:53.037Z Downloaded ecdsa v0.17.0-rc.18
6862026-07-10T22:10:53.037Z Downloaded http-body-util v0.1.3
6872026-07-10T22:10:53.040Z Downloaded lazy_static v1.5.0
6882026-07-10T22:10:53.043Z Downloaded keccak v0.1.6
6892026-07-10T22:10:53.046Z Downloaded kstat-rs v0.2.4
6902026-07-10T22:10:53.046Z Downloaded lalrpop-util v0.19.12
6912026-07-10T22:10:53.046Z Downloaded humantime v2.3.0
6922026-07-10T22:10:53.049Z Downloaded getrandom v0.2.17
6932026-07-10T22:10:53.052Z Downloaded kem v0.3.0
6942026-07-10T22:10:53.052Z Downloaded is_ci v1.2.0
6952026-07-10T22:10:53.052Z Downloaded hyper-staticfile v0.10.1
6962026-07-10T22:10:53.054Z Downloaded derive_more v0.99.20
6972026-07-10T22:10:53.057Z Downloaded half v1.8.3
6982026-07-10T22:10:53.057Z Downloaded git-stub-vcs v0.1.0
6992026-07-10T22:10:53.061Z Downloaded elliptic-curve v0.14.0-rc.33
7002026-07-10T22:10:53.061Z Downloaded drift v0.2.0
7012026-07-10T22:10:53.066Z Downloaded lru-slab v0.1.2
7022026-07-10T22:10:53.069Z Downloaded lru-cache v0.1.2
7032026-07-10T22:10:53.069Z Downloaded md5 v0.8.0
7042026-07-10T22:10:53.069Z Downloaded darling_core v0.13.4
7052026-07-10T22:10:53.072Z Downloaded lru v0.12.5
7062026-07-10T22:10:53.075Z Downloaded impl-trait-for-tuples v0.2.3
7072026-07-10T22:10:53.075Z Downloaded linked-hash-map v0.5.6
7082026-07-10T22:10:53.077Z Downloaded libscf-sys v1.1.0
7092026-07-10T22:10:53.077Z Downloaded hmac v0.13.0
7102026-07-10T22:10:53.081Z Downloaded dropshot_endpoint v0.17.1
7112026-07-10T22:10:53.081Z Downloaded darling_core v0.21.3
7122026-07-10T22:10:53.084Z Downloaded match_cfg v0.1.0
7132026-07-10T22:10:53.084Z Downloaded memoffset v0.9.1
7142026-07-10T22:10:53.087Z Downloaded mime v0.3.17
7152026-07-10T22:10:53.087Z Downloaded md-5 v0.10.6
7162026-07-10T22:10:53.087Z Downloaded managed v0.8.0
7172026-07-10T22:10:53.090Z Downloaded lzss v0.8.2
7182026-07-10T22:10:53.090Z Downloaded idna_adapter v1.2.1
7192026-07-10T22:10:53.090Z Downloaded crc-any v2.5.0
7202026-07-10T22:10:53.092Z Downloaded is-terminal v0.4.17
7212026-07-10T22:10:53.093Z Downloaded internet-checksum v0.2.1
7222026-07-10T22:10:53.093Z Downloaded crypto-bigint v0.5.5
7232026-07-10T22:10:53.096Z Downloaded ingot-types v0.1.2
7242026-07-10T22:10:53.099Z Downloaded arc-swap v1.8.2
7252026-07-10T22:10:53.102Z Downloaded newtype-uuid-macros v0.1.0
7262026-07-10T22:10:53.102Z Downloaded newline-converter v0.3.0
7272026-07-10T22:10:53.102Z Downloaded ingot v0.1.1
7282026-07-10T22:10:53.105Z Downloaded indoc v2.0.7
7292026-07-10T22:10:53.105Z Downloaded futures v0.3.32
7302026-07-10T22:10:53.108Z Downloaded ipnetwork v0.21.1
7312026-07-10T22:10:53.110Z Downloaded ipnet v2.11.0
7322026-07-10T22:10:53.110Z Downloaded foldhash v0.1.5
7332026-07-10T22:10:53.113Z Downloaded async-compression v0.4.41
7342026-07-10T22:10:53.116Z Downloaded httparse v1.10.1
7352026-07-10T22:10:53.118Z Downloaded hmac v0.12.1
7362026-07-10T22:10:53.119Z Downloaded keccak v0.2.0
7372026-07-10T22:10:53.122Z Downloaded nodrop v0.1.14
7382026-07-10T22:10:53.122Z Downloaded nonempty v0.12.0
7392026-07-10T22:10:53.122Z Downloaded nibble_vec v0.1.0
7402026-07-10T22:10:53.122Z Downloaded normalize-line-endings v0.3.0
7412026-07-10T22:10:53.124Z Downloaded num v0.4.3
7422026-07-10T22:10:53.125Z Downloaded hybrid-array v0.4.13
7432026-07-10T22:10:53.128Z Downloaded new_debug_unreachable v1.0.6
7442026-07-10T22:10:53.128Z Downloaded iana-time-zone v0.1.65
7452026-07-10T22:10:53.128Z Downloaded hyper-rustls v0.27.7
7462026-07-10T22:10:53.131Z Downloaded group v0.13.0
7472026-07-10T22:10:53.131Z Downloaded getrandom v0.3.4
7482026-07-10T22:10:53.134Z Downloaded multimap v0.10.1
7492026-07-10T22:10:53.134Z Downloaded darling_core v0.20.11
7502026-07-10T22:10:53.137Z Downloaded libloading v0.8.9
7512026-07-10T22:10:53.140Z Downloaded lock_api v0.4.14
7522026-07-10T22:10:53.140Z Downloaded linear-map v1.2.0
7532026-07-10T22:10:53.140Z Downloaded libefi-sys v0.1.0
7542026-07-10T22:10:53.142Z Downloaded num-derive v0.3.3
7552026-07-10T22:10:53.142Z Downloaded num-conv v0.2.0
7562026-07-10T22:10:53.145Z Downloaded libsw-core v0.3.2
7572026-07-10T22:10:53.145Z Downloaded num-derive v0.4.2
7582026-07-10T22:10:53.145Z Downloaded fatfs v0.3.6
7592026-07-10T22:10:53.148Z Downloaded libsw v3.5.0
7602026-07-10T22:10:53.148Z Downloaded half v2.7.1
7612026-07-10T22:10:53.151Z Downloaded num-iter v0.1.45
7622026-07-10T22:10:53.151Z Downloaded aes v0.9.1
7632026-07-10T22:10:53.154Z Downloaded generic-array v1.4.3
7642026-07-10T22:10:53.157Z Downloaded maplit v1.0.2
7652026-07-10T22:10:53.157Z Downloaded num_threads v0.1.7
7662026-07-10T22:10:53.161Z Downloaded ingot-macros v0.1.1
7672026-07-10T22:10:53.161Z Downloaded oso-derive v0.27.3
7682026-07-10T22:10:53.161Z Downloaded maybe-uninit v2.0.0
7692026-07-10T22:10:53.161Z Downloaded elliptic-curve v0.13.8
7702026-07-10T22:10:53.164Z Downloaded openssl-probe v0.1.6
7712026-07-10T22:10:53.167Z Downloaded base64 v0.21.7
7722026-07-10T22:10:53.167Z Downloaded opaque-debug v0.3.1
7732026-07-10T22:10:53.170Z Downloaded num_enum_derive v0.5.11
7742026-07-10T22:10:53.170Z Downloaded openssl-macros v0.1.1
7752026-07-10T22:10:53.170Z Downloaded compact_str v0.8.1
7762026-07-10T22:10:53.173Z Downloaded chacha20poly1305 v0.10.1
7772026-07-10T22:10:53.173Z Downloaded cc v1.2.56
7782026-07-10T22:10:53.176Z Downloaded ar_archive_writer v0.5.1
7792026-07-10T22:10:53.179Z Downloaded openssl-probe v0.2.1
7802026-07-10T22:10:53.179Z Downloaded newtype_derive v0.1.6
7812026-07-10T22:10:53.179Z Downloaded const_format v0.2.35
7822026-07-10T22:10:53.182Z Downloaded native-tls v0.2.18
7832026-07-10T22:10:53.185Z Downloaded module-lattice v0.2.3
7842026-07-10T22:10:53.185Z Downloaded mime_guess v2.0.5
7852026-07-10T22:10:53.196Z Downloaded password-hash v0.6.1
7862026-07-10T22:10:53.199Z Downloaded parse-size v1.1.0
7872026-07-10T22:10:53.199Z Downloaded packed_struct_codegen v0.10.1
7882026-07-10T22:10:53.199Z Downloaded parse-display v0.10.0
7892026-07-10T22:10:53.203Z Downloaded nu-ansi-term v0.50.3
7902026-07-10T22:10:53.204Z Downloaded newtype-uuid v1.3.2
7912026-07-10T22:10:53.207Z Downloaded nanorand v0.7.0
7922026-07-10T22:10:53.207Z Downloaded num-complex v0.4.6
7932026-07-10T22:10:53.208Z Downloaded path-slash v0.1.5
7942026-07-10T22:10:53.208Z Downloaded litemap v0.8.1
7952026-07-10T22:10:53.211Z Downloaded flume v0.11.1
7962026-07-10T22:10:53.211Z Downloaded icu_provider v2.1.1
7972026-07-10T22:10:53.213Z Downloaded percent-encoding v2.3.2
7982026-07-10T22:10:53.213Z Downloaded der v0.7.10
7992026-07-10T22:10:53.216Z Downloaded darling_core v0.23.0
8002026-07-10T22:10:53.219Z Downloaded jobserver v0.1.34
8012026-07-10T22:10:53.222Z Downloaded const-oid v0.10.2
8022026-07-10T22:10:53.222Z Downloaded bytes v1.11.1
8032026-07-10T22:10:53.225Z Downloaded num_enum v0.7.6
8042026-07-10T22:10:53.231Z Downloaded num_enum_derive v0.7.6
8052026-07-10T22:10:53.234Z Downloaded num_enum v0.5.11
8062026-07-10T22:10:53.234Z Downloaded num-rational v0.4.2
8072026-07-10T22:10:53.234Z Downloaded phf_shared v0.13.1
8082026-07-10T22:10:53.237Z Downloaded phf_shared v0.12.1
8092026-07-10T22:10:53.237Z Downloaded phf_shared v0.11.3
8102026-07-10T22:10:53.237Z Downloaded num-integer v0.1.46
8112026-07-10T22:10:53.240Z Downloaded flate2 v1.1.9
8122026-07-10T22:10:53.244Z Downloaded ml-kem v0.3.2
8132026-07-10T22:10:53.247Z Downloaded indexmap v1.9.3
8142026-07-10T22:10:53.247Z Downloaded bumpalo v3.20.2
8152026-07-10T22:10:53.252Z Downloaded olpc-cjson v0.1.4
8162026-07-10T22:10:53.252Z Downloaded ignore v0.4.25
8172026-07-10T22:10:53.256Z Downloaded heapless v0.7.17
8182026-07-10T22:10:53.261Z Downloaded packed_struct v0.10.1
8192026-07-10T22:10:53.261Z Downloaded multer v3.1.0
8202026-07-10T22:10:53.264Z Downloaded memmap2 v0.9.10
8212026-07-10T22:10:53.264Z Downloaded headers v0.4.1
8222026-07-10T22:10:53.267Z Downloaded predicates-tree v1.0.13
8232026-07-10T22:10:53.267Z Downloaded predicates-core v1.0.10
8242026-07-10T22:10:53.267Z Downloaded oxnet v0.1.6
8252026-07-10T22:10:53.270Z Downloaded precomputed-hash v0.1.1
8262026-07-10T22:10:53.270Z Downloaded powerfmt v0.2.0
8272026-07-10T22:10:53.270Z Downloaded potential_utf v0.1.4
8282026-07-10T22:10:53.270Z Downloaded oxide-tokio-rt v0.1.4
8292026-07-10T22:10:53.273Z Downloaded parse-display-derive v0.10.0
8302026-07-10T22:10:53.274Z Downloaded icu_properties v2.1.2
8312026-07-10T22:10:53.277Z Downloaded icu_normalizer_data v2.1.1
8322026-07-10T22:10:53.277Z Downloaded icu_normalizer v2.1.1
8332026-07-10T22:10:53.280Z Downloaded password-hash v0.5.0
8342026-07-10T22:10:53.280Z Downloaded proc-macro-crate v3.4.0
8352026-07-10T22:10:53.280Z Downloaded proc-macro-crate v1.3.1
8362026-07-10T22:10:53.284Z Downloaded ed25519-dalek v2.2.0
8372026-07-10T22:10:53.287Z Downloaded quick-error v1.2.3
8382026-07-10T22:10:53.287Z Downloaded pem v3.0.6
8392026-07-10T22:10:53.290Z Downloaded parking_lot_core v0.8.6
8402026-07-10T22:10:53.293Z Downloaded progenitor-client v0.14.0
8412026-07-10T22:10:53.293Z Downloaded proc-macro-error-attr2 v2.0.0
8422026-07-10T22:10:53.296Z Downloaded progenitor-macro v0.13.0
8432026-07-10T22:10:53.296Z Downloaded hickory-resolver v0.25.2
8442026-07-10T22:10:53.299Z Downloaded paste v1.0.15
8452026-07-10T22:10:53.302Z Downloaded peg-macros v0.8.5
8462026-07-10T22:10:53.305Z Downloaded pkcs8 v0.10.2
8472026-07-10T22:10:53.305Z Downloaded pin-project-lite v0.2.17
8482026-07-10T22:10:53.307Z Downloaded phf v0.13.1
8492026-07-10T22:10:53.310Z Downloaded libbz2-rs-sys v0.2.2
8502026-07-10T22:10:53.310Z Downloaded peg v0.8.5
8512026-07-10T22:10:53.313Z Downloaded phf v0.12.1
8522026-07-10T22:10:53.316Z Downloaded pem-rfc7468 v1.0.0
8532026-07-10T22:10:53.316Z Downloaded pem-rfc7468 v0.7.0
8542026-07-10T22:10:53.319Z Downloaded psl-types v2.0.11
8552026-07-10T22:10:53.319Z Downloaded progenitor-macro v0.14.0
8562026-07-10T22:10:53.319Z Downloaded peg-runtime v0.8.5
8572026-07-10T22:10:53.319Z Downloaded pbkdf2 v0.13.0
8582026-07-10T22:10:53.322Z Downloaded litrs v1.0.0
8592026-07-10T22:10:53.322Z Downloaded phc v0.6.1
8602026-07-10T22:10:53.325Z Downloaded pkg-config v0.3.32
8612026-07-10T22:10:53.328Z Downloaded polyval v0.7.1
8622026-07-10T22:10:53.331Z Downloaded pin-project-internal v1.1.11
8632026-07-10T22:10:53.334Z Downloaded radium v0.7.0
8642026-07-10T22:10:53.334Z Downloaded indicatif v0.18.4
8652026-07-10T22:10:53.337Z Downloaded parking_lot v0.11.2
8662026-07-10T22:10:53.339Z Downloaded predicates v3.1.4
8672026-07-10T22:10:53.342Z Downloaded rand_chacha v0.3.1
8682026-07-10T22:10:53.342Z Downloaded parking_lot v0.12.5
8692026-07-10T22:10:53.345Z Downloaded ppv-lite86 v0.2.21
8702026-07-10T22:10:53.345Z Downloaded postgres-protocol v0.6.10
8712026-07-10T22:10:53.348Z Downloaded primefield v0.14.0
8722026-07-10T22:10:53.351Z Downloaded rand_xorshift v0.4.0
8732026-07-10T22:10:53.351Z Downloaded owo-colors v4.3.0
8742026-07-10T22:10:53.354Z Downloaded icu_locale_core v2.1.1
8752026-07-10T22:10:53.358Z Downloaded hickory-resolver v0.24.4
8762026-07-10T22:10:53.362Z Downloaded progenitor-client v0.13.0
8772026-07-10T22:10:53.362Z Downloaded progenitor v0.14.0
8782026-07-10T22:10:53.364Z Downloaded progenitor v0.13.0
8792026-07-10T22:10:53.364Z Downloaded ref-cast-impl v1.0.25
8802026-07-10T22:10:53.365Z Downloaded recursive-proc-macro-impl v0.1.1
8812026-07-10T22:10:53.368Z Downloaded expectorate v1.2.0
8822026-07-10T22:10:53.368Z Downloaded recursive v0.1.1
8832026-07-10T22:10:53.368Z Downloaded primeorder v0.13.6
8842026-07-10T22:10:53.370Z Downloaded num-traits v0.2.19
8852026-07-10T22:10:53.373Z Downloaded progenitor-extras v0.2.0
8862026-07-10T22:10:53.378Z Downloaded proc-macro-error2 v2.0.1
8872026-07-10T22:10:53.381Z Downloaded miniz_oxide v0.8.9
8882026-07-10T22:10:53.381Z Downloaded parking_lot_core v0.9.12
8892026-07-10T22:10:53.381Z Downloaded pkcs1 v0.7.5
8902026-07-10T22:10:53.384Z Downloaded derive_more v2.1.1
8912026-07-10T22:10:53.395Z Downloaded russh-cryptovec v0.61.0
8922026-07-10T22:10:53.397Z Downloaded rfc6979 v0.5.0
8932026-07-10T22:10:53.397Z Downloaded rfc6979 v0.4.0
8942026-07-10T22:10:53.397Z Downloaded psm v0.1.30
8952026-07-10T22:10:53.397Z Downloaded icu_collections v2.1.1
8962026-07-10T22:10:53.400Z Downloaded poly1305 v0.9.0
8972026-07-10T22:10:53.403Z Downloaded diesel_derives v2.3.7
8982026-07-10T22:10:53.407Z Downloaded poly1305 v0.8.0
8992026-07-10T22:10:53.409Z Downloaded russh-util v0.52.0
9002026-07-10T22:10:53.412Z Downloaded rtoolbox v0.0.3
9012026-07-10T22:10:53.412Z Downloaded rand_chacha v0.9.0
9022026-07-10T22:10:53.412Z Downloaded omicron-zone-package v0.12.3
9032026-07-10T22:10:53.415Z Downloaded rustc_version v0.4.1
9042026-07-10T22:10:53.417Z Downloaded postcard v1.1.3
9052026-07-10T22:10:53.418Z Downloaded rand_core v0.9.5
9062026-07-10T22:10:53.421Z Downloaded pkcs8 v0.11.0
9072026-07-10T22:10:53.421Z Downloaded pkcs1 v0.8.0-rc.4
9082026-07-10T22:10:53.425Z Downloaded postgres-types v0.2.12
9092026-07-10T22:10:53.428Z Downloaded jiff-static v0.2.21
9102026-07-10T22:10:53.428Z Downloaded rustc_version v0.1.7
9112026-07-10T22:10:53.428Z Downloaded rustc-hash v2.1.1
9122026-07-10T22:10:53.431Z Downloaded r2d2 v0.8.10
9132026-07-10T22:10:53.431Z Downloaded heapless v0.8.0
9142026-07-10T22:10:53.433Z Downloaded scheduled-thread-pool v0.2.7
9152026-07-10T22:10:53.433Z Downloaded same-file v1.0.6
9162026-07-10T22:10:53.436Z Downloaded primeorder v0.14.0-rc.10
9172026-07-10T22:10:53.436Z Downloaded derive_more-impl v2.1.1
9182026-07-10T22:10:53.439Z Downloaded ref-cast v1.0.25
9192026-07-10T22:10:53.442Z Downloaded scroll_derive v0.13.1
9202026-07-10T22:10:53.442Z Downloaded rand_seeder v0.4.0
9212026-07-10T22:10:53.445Z Downloaded rand_core v0.10.0
9222026-07-10T22:10:53.445Z Downloaded rand_core v0.6.4
9232026-07-10T22:10:53.450Z Downloaded oso v0.27.3
9242026-07-10T22:10:53.450Z Downloaded hickory-server v0.25.2
9252026-07-10T22:10:53.453Z Downloaded papergrid v0.17.0
9262026-07-10T22:10:53.457Z Downloaded pkcs5 v0.8.1
9272026-07-10T22:10:53.462Z Downloaded secrecy v0.8.0
9282026-07-10T22:10:53.464Z Downloaded serde_bytes v0.11.19
9292026-07-10T22:10:53.465Z Downloaded seq-macro v0.3.6
9302026-07-10T22:10:53.467Z Downloaded serde_plain v1.0.2
9312026-07-10T22:10:53.467Z Downloaded serde_spanned v1.1.1
9322026-07-10T22:10:53.470Z Downloaded quinn-udp v0.5.14
9332026-07-10T22:10:53.473Z Downloaded resolv-conf v0.7.6
9342026-07-10T22:10:53.476Z Downloaded crossterm v0.28.1
9352026-07-10T22:10:53.479Z Downloaded http v1.4.2
9362026-07-10T22:10:53.483Z Downloaded serde_repr v0.1.20
9372026-07-10T22:10:53.486Z Downloaded hashbrown v0.13.2
9382026-07-10T22:10:53.489Z Downloaded serde-big-array v0.5.1
9392026-07-10T22:10:53.489Z Downloaded der v0.8.0
9402026-07-10T22:10:53.493Z Downloaded sha1 v0.11.0
9412026-07-10T22:10:53.497Z Downloaded sha1 v0.10.6
9422026-07-10T22:10:53.497Z Downloaded pin-project v1.1.11
9432026-07-10T22:10:53.502Z Downloaded rustls-pemfile v2.2.0
9442026-07-10T22:10:53.505Z Downloaded rustls-native-certs v0.8.3
9452026-07-10T22:10:53.508Z Downloaded openssl-sys v0.9.115
9462026-07-10T22:10:53.511Z Downloaded scopeguard v1.2.0
9472026-07-10T22:10:53.511Z Downloaded schemars_derive v0.8.22
9482026-07-10T22:10:53.511Z Downloaded rusty-fork v0.3.1
9492026-07-10T22:10:53.514Z Downloaded signature v2.2.0
9502026-07-10T22:10:53.514Z Downloaded rustversion v1.0.22
9512026-07-10T22:10:53.517Z Downloaded signal-hook-tokio v0.3.1
9522026-07-10T22:10:53.517Z Downloaded sigpipe v0.1.3
9532026-07-10T22:10:53.517Z Downloaded hashbrown v0.12.3
9542026-07-10T22:10:53.520Z Downloaded hyper-util v0.1.20
9552026-07-10T22:10:53.526Z Downloaded signal-hook-mio v0.2.5
9562026-07-10T22:10:53.529Z Downloaded signature v3.0.0
9572026-07-10T22:10:53.532Z Downloaded siphasher v1.0.2
9582026-07-10T22:10:53.535Z Downloaded slog-bunyan v2.5.0
9592026-07-10T22:10:53.538Z Downloaded sec1 v0.8.1
9602026-07-10T22:10:53.541Z Downloaded sec1 v0.7.3
9612026-07-10T22:10:53.547Z Downloaded crossterm v0.29.0
9622026-07-10T22:10:53.550Z Downloaded serde_path_to_error v0.1.20
9632026-07-10T22:10:53.553Z Downloaded serde-hex v0.1.0
9642026-07-10T22:10:53.553Z Downloaded secrecy v0.10.3
9652026-07-10T22:10:53.560Z Downloaded slog-envlogger v2.2.0
9662026-07-10T22:10:53.564Z Downloaded mio v1.2.0
9672026-07-10T22:10:53.567Z Downloaded internal-russh-num-bigint v0.5.0
9682026-07-10T22:10:53.570Z Downloaded minimal-lexical v0.2.1
9692026-07-10T22:10:53.573Z Downloaded serde_derive_internals v0.29.1
9702026-07-10T22:10:53.576Z Downloaded aes-gcm v0.11.0
9712026-07-10T22:10:53.579Z Downloaded serde_urlencoded v0.7.1
9722026-07-10T22:10:53.582Z Downloaded sapling-renderdag v0.1.0
9732026-07-10T22:10:53.582Z Downloaded rustls-pki-types v1.14.0
9742026-07-10T22:10:53.585Z Downloaded serde_with_macros v1.5.2
9752026-07-10T22:10:53.585Z Downloaded serdect v0.4.3
9762026-07-10T22:10:53.588Z Downloaded simd-adler32 v0.3.8
9772026-07-10T22:10:53.588Z Downloaded shell-words v1.1.1
9782026-07-10T22:10:53.591Z Downloaded p256 v0.14.0-rc.10
9792026-07-10T22:10:53.594Z Downloaded strip-ansi-escapes v0.2.1
9802026-07-10T22:10:53.598Z Downloaded slog-stdlog v4.1.1
9812026-07-10T22:10:53.598Z Downloaded itertools v0.10.5
9822026-07-10T22:10:53.601Z Downloaded sqlparser_derive v0.5.0
9832026-07-10T22:10:53.602Z Downloaded shlex v1.3.0
9842026-07-10T22:10:53.604Z Downloaded p384 v0.14.0-rc.10
9852026-07-10T22:10:53.604Z Downloaded stable_deref_trait v1.2.1
9862026-07-10T22:10:53.607Z Downloaded prefix-trie v0.7.0
9872026-07-10T22:10:53.610Z Downloaded prettyplease v0.2.37
9882026-07-10T22:10:53.610Z Downloaded rcgen v0.12.1
9892026-07-10T22:10:53.613Z Downloaded structmeta v0.3.0
9902026-07-10T22:10:53.613Z Downloaded strsim v0.10.0
9912026-07-10T22:10:53.616Z Downloaded signal-hook-registry v1.4.8
9922026-07-10T22:10:53.617Z Downloaded smallvec v0.6.14
9932026-07-10T22:10:53.617Z Downloaded slog-json v2.6.1
9942026-07-10T22:10:53.619Z Downloaded strum v0.27.2
9952026-07-10T22:10:53.619Z Downloaded slog-term v2.9.2
9962026-07-10T22:10:53.622Z Downloaded strum v0.26.3
9972026-07-10T22:10:53.622Z Downloaded slog-dtrace v0.3.0
9982026-07-10T22:10:53.622Z Downloaded scrypt v0.12.0
9992026-07-10T22:10:53.625Z Downloaded num-bigint v0.4.6
10002026-07-10T22:10:53.628Z Downloaded structmeta-derive v0.3.0
10012026-07-10T22:10:53.628Z Downloaded semver v0.1.20
10022026-07-10T22:10:53.631Z Downloaded progenitor-impl v0.14.0
10032026-07-10T22:10:53.631Z Downloaded progenitor-impl v0.13.0
10042026-07-10T22:10:53.634Z Downloaded subtle v2.6.1
10052026-07-10T22:10:53.634Z Downloaded sync_wrapper v1.0.2
10062026-07-10T22:10:53.636Z Downloaded supports-color v3.0.2
10072026-07-10T22:10:53.639Z Downloaded sync-ptr v0.1.4
10082026-07-10T22:10:53.642Z Downloaded smf v0.2.3
10092026-07-10T22:10:53.642Z Downloaded slog-scope v4.4.1
10102026-07-10T22:10:53.645Z Downloaded tap v1.0.1
10112026-07-10T22:10:53.645Z Downloaded spki v0.7.3
10122026-07-10T22:10:53.645Z Downloaded take_mut v0.2.2
10132026-07-10T22:10:53.646Z Downloaded tagptr v0.2.0
10142026-07-10T22:10:53.648Z Downloaded tabwriter v1.4.1
10152026-07-10T22:10:53.649Z Downloaded slog-async v2.8.0
10162026-07-10T22:10:53.649Z Downloaded tabled_derive v0.11.0
10172026-07-10T22:10:53.652Z Downloaded sha2 v0.11.0
10182026-07-10T22:10:53.652Z Downloaded hashbrown v0.16.1
10192026-07-10T22:10:53.655Z Downloaded slab v0.4.12
10202026-07-10T22:10:53.658Z Downloaded schemars v0.8.22
10212026-07-10T22:10:53.663Z Downloaded string_cache v0.8.9
10222026-07-10T22:10:53.666Z Downloaded serde_with_macros v3.17.0
10232026-07-10T22:10:53.666Z Downloaded termtree v0.5.1
10242026-07-10T22:10:53.669Z Downloaded ssh-cipher v0.3.0-rc.9
10252026-07-10T22:10:53.669Z Downloaded scroll v0.13.0
10262026-07-10T22:10:53.672Z Downloaded spki v0.8.0
10272026-07-10T22:10:53.672Z Downloaded rayon-core v1.13.0
10282026-07-10T22:10:53.677Z Downloaded salsa20 v0.11.0
10292026-07-10T22:10:53.677Z Downloaded snafu-derive v0.8.9
10302026-07-10T22:10:53.681Z Downloaded rustls-platform-verifier v0.6.2
10312026-07-10T22:10:53.681Z Downloaded testing_table v0.3.0
10322026-07-10T22:10:53.681Z Downloaded nom v7.1.3
10332026-07-10T22:10:53.685Z Downloaded stacker v0.1.23
10342026-07-10T22:10:53.688Z Downloaded thiserror-impl-no-std v2.0.2
10352026-07-10T22:10:53.691Z Downloaded stringprep v0.1.5
10362026-07-10T22:10:53.691Z Downloaded static_assertions v1.1.0
10372026-07-10T22:10:53.693Z Downloaded thread-id v5.1.0
10382026-07-10T22:10:53.693Z Downloaded strum_macros v0.24.3
10392026-07-10T22:10:53.693Z Downloaded strum_macros v0.27.2
10402026-07-10T22:10:53.698Z Downloaded quinn v0.11.9
10412026-07-10T22:10:53.701Z Downloaded ron v0.8.1
10422026-07-10T22:10:53.704Z Downloaded smallvec v1.15.1
10432026-07-10T22:10:53.707Z Downloaded hashbrown v0.15.5
10442026-07-10T22:10:53.710Z Downloaded idna v1.1.0
10452026-07-10T22:10:53.713Z Downloaded tinyvec_macros v0.1.1
10462026-07-10T22:10:53.713Z Downloaded crypto-primes v0.7.2
10472026-07-10T22:10:53.716Z Downloaded spin v0.9.8
10482026-07-10T22:10:53.719Z Downloaded synstructure v0.13.2
10492026-07-10T22:10:53.719Z Downloaded support-bundle-viewer v0.1.2
10502026-07-10T22:10:53.722Z Downloaded tokio-macros v2.7.0
10512026-07-10T22:10:53.722Z Downloaded serde_cbor v0.11.2
10522026-07-10T22:10:53.751Z Downloaded rand v0.8.6
10532026-07-10T22:10:53.755Z Downloaded schemars v0.9.0
10542026-07-10T22:10:53.755Z Downloaded tower-layer v0.3.3
10552026-07-10T22:10:53.755Z Downloaded topological-sort v0.2.2
10562026-07-10T22:10:53.755Z Downloaded sqlformat v0.3.5
10572026-07-10T22:10:53.755Z Downloaded serde_yaml v0.9.34+deprecated
10582026-07-10T22:10:53.755Z Downloaded trait-variant v0.1.2
10592026-07-10T22:10:53.755Z Downloaded tower-service v0.3.3
10602026-07-10T22:10:53.758Z Downloaded termios v0.3.3
10612026-07-10T22:10:53.761Z Downloaded itertools v0.12.1
10622026-07-10T22:10:53.764Z Downloaded ssh-encoding v0.3.0-rc.9
10632026-07-10T22:10:53.769Z Downloaded signal-hook v0.3.18
10642026-07-10T22:10:53.769Z Downloaded p521 v0.14.0-rc.10
10652026-07-10T22:10:53.772Z Downloaded typify-macro v0.6.2
10662026-07-10T22:10:53.772Z Downloaded itertools v0.13.0
10672026-07-10T22:10:53.775Z Downloaded unit-prefix v0.5.2
10682026-07-10T22:10:53.775Z Downloaded unarray v0.1.4
10692026-07-10T22:10:53.778Z Downloaded try-lock v0.2.5
10702026-07-10T22:10:53.778Z Downloaded tiny-keccak v2.0.2
10712026-07-10T22:10:53.778Z Downloaded time-macros v0.2.27
10722026-07-10T22:10:53.781Z Downloaded libxml v0.3.3
10732026-07-10T22:10:53.784Z Downloaded tls_codec_derive v0.4.2
10742026-07-10T22:10:53.787Z Downloaded tinystr v0.8.2
10752026-07-10T22:10:53.787Z Downloaded rsa v0.9.10
10762026-07-10T22:10:53.790Z Downloaded slog v2.8.2
10772026-07-10T22:10:53.793Z Downloaded tls_codec v0.4.2
10782026-07-10T22:10:53.796Z Downloaded num-bigint-dig v0.8.6
10792026-07-10T22:10:53.799Z Downloaded tokio-test v0.4.5
10802026-07-10T22:10:53.799Z Downloaded untrusted v0.7.1
10812026-07-10T22:10:53.799Z Downloaded unicode-xid v0.2.6
10822026-07-10T22:10:53.802Z Downloaded tokio-native-tls v0.3.1
10832026-07-10T22:10:53.802Z Downloaded untrusted v0.9.0
10842026-07-10T22:10:53.802Z Downloaded qorb v0.4.1
10852026-07-10T22:10:53.805Z Downloaded socket2 v0.6.3
10862026-07-10T22:10:53.808Z Downloaded unicode-truncate v1.1.0
10872026-07-10T22:10:53.808Z Downloaded tokio-tungstenite v0.21.0
10882026-07-10T22:10:53.810Z Downloaded tokio-dtrace v0.1.1
10892026-07-10T22:10:53.810Z Downloaded time-core v0.1.8
10902026-07-10T22:10:53.810Z Downloaded universal-hash v0.5.1
10912026-07-10T22:10:53.813Z Downloaded futures-util v0.3.32
10922026-07-10T22:10:53.818Z Downloaded utf-8 v0.7.6
10932026-07-10T22:10:53.821Z Downloaded utf8_iter v1.0.4
10942026-07-10T22:10:53.821Z Downloaded usdt-attr-macro v0.6.0
10952026-07-10T22:10:53.821Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10962026-07-10T22:10:53.824Z Downloaded rand v0.9.2
10972026-07-10T22:10:53.827Z Downloaded blake3 v1.8.5
10982026-07-10T22:10:53.830Z Downloaded toml_writer v1.1.1+spec-1.1.0
10992026-07-10T22:10:53.833Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11002026-07-10T22:10:53.833Z Downloaded tokio-tungstenite v0.23.1
11012026-07-10T22:10:53.833Z Downloaded term v0.7.0
11022026-07-10T22:10:53.837Z Downloaded pretty_assertions v1.4.1
11032026-07-10T22:10:53.841Z Downloaded thread_local v1.1.9
11042026-07-10T22:10:53.841Z Downloaded wait-timeout v0.2.1
11052026-07-10T22:10:53.842Z Downloaded similar v2.7.0
11062026-07-10T22:10:53.844Z Downloaded icu_properties_data v2.1.2
11072026-07-10T22:10:53.848Z Downloaded want v0.3.1
11082026-07-10T22:10:53.850Z Downloaded void v1.0.2
11092026-07-10T22:10:53.851Z Downloaded tui-tree-widget v0.23.1
11102026-07-10T22:10:53.851Z Downloaded iri-string v0.7.10
11112026-07-10T22:10:53.854Z Downloaded thiserror-no-std v2.0.2
11122026-07-10T22:10:53.857Z Downloaded term v1.2.1
11132026-07-10T22:10:53.860Z Downloaded libm v0.2.16
11142026-07-10T22:10:53.864Z Downloaded unicase v2.9.0
11152026-07-10T22:10:53.867Z Downloaded h2 v0.4.15
11162026-07-10T22:10:53.870Z Downloaded subprocess v0.2.15
11172026-07-10T22:10:53.873Z Downloaded strum_macros v0.26.4
11182026-07-10T22:10:53.873Z Downloaded universal-hash v0.6.1
11192026-07-10T22:10:53.876Z Downloaded tokio-rustls v0.26.4
11202026-07-10T22:10:53.876Z Downloaded usdt v0.6.0
11212026-07-10T22:10:53.876Z Downloaded hkdf v0.12.4
11222026-07-10T22:10:53.879Z Downloaded xshell-macros v0.2.7
11232026-07-10T22:10:53.879Z Downloaded nom v8.0.0
11242026-07-10T22:10:53.882Z Downloaded snafu v0.8.9
11252026-07-10T22:10:53.885Z Downloaded xattr v1.6.1
11262026-07-10T22:10:53.888Z Downloaded aws-lc-rs v1.16.3
11272026-07-10T22:10:53.891Z Downloaded usdt-macro v0.6.0
11282026-07-10T22:10:53.894Z Downloaded toml_parser v1.1.2+spec-1.1.0
11292026-07-10T22:10:53.894Z Downloaded yoke-derive v0.8.1
11302026-07-10T22:10:53.894Z Downloaded rsa v0.10.0-rc.18
11312026-07-10T22:10:53.899Z Downloaded zone_cfg_derive v0.3.1
11322026-07-10T22:10:53.902Z Downloaded zeroize_derive v1.4.3
11332026-07-10T22:10:53.902Z Downloaded socket2 v0.5.10
11342026-07-10T22:10:53.905Z Downloaded zerofrom v0.1.6
11352026-07-10T22:10:53.905Z Downloaded schemars v1.2.1
11362026-07-10T22:10:53.911Z Downloaded usdt-impl v0.6.0
11372026-07-10T22:10:53.914Z Downloaded zerofrom-derive v0.1.6
11382026-07-10T22:10:53.914Z Downloaded waitgroup v0.1.2
11392026-07-10T22:10:53.914Z Downloaded uzers v0.12.2
11402026-07-10T22:10:53.917Z Downloaded vergen-lib v0.1.6
11412026-07-10T22:10:53.917Z Downloaded vergen-git2 v9.1.0
11422026-07-10T22:10:53.920Z Downloaded zone v0.3.1
11432026-07-10T22:10:53.920Z Downloaded itertools v0.14.0
11442026-07-10T22:10:53.924Z Downloaded twox-hash v2.1.2
11452026-07-10T22:10:53.927Z Downloaded vergen-lib v9.1.0
11462026-07-10T22:10:53.927Z Downloaded walkdir v2.5.0
11472026-07-10T22:10:53.927Z Downloaded hkdf v0.13.0
11482026-07-10T22:10:53.927Z Downloaded vergen-gitcl v1.0.8
11492026-07-10T22:10:53.930Z Downloaded vsss-rs v3.3.4
11502026-07-10T22:10:53.930Z Downloaded tracing-attributes v0.1.31
11512026-07-10T22:10:53.933Z Downloaded test-strategy v0.4.5
11522026-07-10T22:10:53.936Z Downloaded whoami v2.1.0
11532026-07-10T22:10:53.936Z Downloaded rustls-webpki v0.103.13
11542026-07-10T22:10:53.940Z Downloaded samael v0.0.19
11552026-07-10T22:10:53.946Z Downloaded tinyvec v1.10.0
11562026-07-10T22:10:53.946Z Downloaded curve25519-dalek v5.0.0-rc.0
11572026-07-10T22:10:53.949Z Downloaded wyz v0.5.1
11582026-07-10T22:10:53.949Z Downloaded unicode-properties v0.1.4
11592026-07-10T22:10:53.952Z Downloaded toml v0.7.8
11602026-07-10T22:10:53.952Z Downloaded writeable v0.6.2
11612026-07-10T22:10:53.955Z Downloaded ryu v1.0.23
11622026-07-10T22:10:53.957Z Downloaded tokio-stream v0.1.18
11632026-07-10T22:10:53.960Z Downloaded toml v1.1.2+spec-1.1.0
11642026-07-10T22:10:53.963Z Downloaded yoke v0.8.1
11652026-07-10T22:10:53.963Z Downloaded bindgen v0.71.1
11662026-07-10T22:10:53.966Z Downloaded zerovec-derive v0.11.2
11672026-07-10T22:10:53.970Z Downloaded tar v0.4.45
11682026-07-10T22:10:53.970Z Downloaded zeroize v1.8.2
11692026-07-10T22:10:53.970Z Downloaded zstd-safe v7.2.4
11702026-07-10T22:10:53.973Z Downloaded vergen v9.1.0
11712026-07-10T22:10:53.973Z Downloaded publicsuffix v2.3.0
11722026-07-10T22:10:53.976Z Downloaded steno v0.4.1
11732026-07-10T22:10:53.978Z Downloaded rustyline v14.0.0
11742026-07-10T22:10:53.982Z Downloaded typify v0.6.2
11752026-07-10T22:10:53.985Z Downloaded zstd v0.13.3
11762026-07-10T22:10:53.985Z Downloaded tungstenite v0.21.0
11772026-07-10T22:10:53.988Z Downloaded hyper v1.10.1
11782026-07-10T22:10:53.991Z Downloaded tracing-core v0.1.36
11792026-07-10T22:10:53.991Z Downloaded iddqd v0.4.2
11802026-07-10T22:10:53.996Z Downloaded unicode-bidi v0.3.18
11812026-07-10T22:10:53.999Z Downloaded bitvec v1.0.1
11822026-07-10T22:10:54.012Z Downloaded serde_with v1.14.0
11832026-07-10T22:10:54.015Z Downloaded zerocopy v0.6.6
11842026-07-10T22:10:54.019Z Downloaded xshell v0.2.7
11852026-07-10T22:10:54.019Z Downloaded toml_edit v0.23.10+spec-1.0.0
11862026-07-10T22:10:54.023Z Downloaded rand v0.10.1
11872026-07-10T22:10:54.026Z Downloaded unsafe-libyaml v0.2.11
11882026-07-10T22:10:54.035Z Downloaded regex v1.12.3
11892026-07-10T22:10:54.043Z Downloaded whoami v1.6.1
11902026-07-10T22:10:54.046Z Downloaded vte v0.14.1
11912026-07-10T22:10:54.046Z Downloaded tokio-postgres v0.7.16
11922026-07-10T22:10:54.049Z Downloaded reqwest v0.13.2
11932026-07-10T22:10:54.053Z Downloaded reedline v0.40.0
11942026-07-10T22:10:54.057Z Downloaded yasna v0.5.2
11952026-07-10T22:10:54.066Z Downloaded p384 v0.13.1
11962026-07-10T22:10:54.073Z Downloaded uuid v1.23.4
11972026-07-10T22:10:54.076Z Downloaded tungstenite v0.23.0
11982026-07-10T22:10:54.083Z Downloaded zopfli v0.8.3
11992026-07-10T22:10:54.088Z Downloaded url v2.5.8
12002026-07-10T22:10:54.091Z Downloaded reqwest v0.12.28
12012026-07-10T22:10:54.095Z Downloaded chrono v0.4.44
12022026-07-10T22:10:54.098Z Downloaded portable-atomic v1.13.1
12032026-07-10T22:10:54.103Z Downloaded yansi v1.0.1
12042026-07-10T22:10:54.105Z Downloaded rpassword v7.4.0
12052026-07-10T22:10:54.105Z Downloaded git2 v0.20.4
12062026-07-10T22:10:54.121Z Downloaded zip v0.6.6
12072026-07-10T22:10:54.124Z Downloaded toml_edit v0.19.15
12082026-07-10T22:10:54.133Z Downloaded zerotrie v0.2.3
12092026-07-10T22:10:54.142Z Downloaded goblin v0.10.5
12102026-07-10T22:10:54.147Z Downloaded salty v0.3.0
12112026-07-10T22:10:54.151Z Downloaded lalrpop v0.19.12
12122026-07-10T22:10:54.158Z Downloaded unicode_categories v0.1.1
12132026-07-10T22:10:54.162Z Downloaded ssh-key v0.7.0-rc.10
12142026-07-10T22:10:54.165Z Downloaded rayon v1.11.0
12152026-07-10T22:10:54.169Z Downloaded moka v0.12.13
12162026-07-10T22:10:54.177Z Downloaded tower v0.5.3
12172026-07-10T22:10:54.181Z Downloaded quick-xml v0.37.5
12182026-07-10T22:10:54.185Z Downloaded typed-path v0.9.3
12192026-07-10T22:10:54.193Z Downloaded object v0.30.4
12202026-07-10T22:10:54.198Z Downloaded x509-cert v0.2.5
12212026-07-10T22:10:54.202Z Downloaded unicode-segmentation v1.12.0
12222026-07-10T22:10:54.205Z Downloaded zerocopy-derive v0.8.40
12232026-07-10T22:10:54.213Z Downloaded tokio-util v0.7.18
12242026-07-10T22:10:54.216Z Downloaded zip v4.6.1
12252026-07-10T22:10:54.221Z Downloaded crypto-bigint v0.7.5
12262026-07-10T22:10:54.230Z Downloaded unicode-normalization v0.1.25
12272026-07-10T22:10:54.235Z Downloaded serde_with v3.17.0
12282026-07-10T22:10:54.243Z Downloaded tower-http v0.6.8
12292026-07-10T22:10:54.247Z Downloaded proptest v1.10.0
12302026-07-10T22:10:54.252Z Downloaded petname v2.0.2
12312026-07-10T22:10:54.255Z Downloaded tough v0.22.0
12322026-07-10T22:10:54.260Z Downloaded zerovec v0.11.5
12332026-07-10T22:10:54.267Z Downloaded radix_trie v0.2.1
12342026-07-10T22:10:54.274Z Downloaded russh v0.61.2
12352026-07-10T22:10:54.279Z Downloaded curve25519-dalek v4.1.3
12362026-07-10T22:10:54.286Z Downloaded quinn-proto v0.11.13
12372026-07-10T22:10:54.296Z Downloaded bstr v1.12.1
12382026-07-10T22:10:54.309Z Downloaded openssl v0.10.79
12392026-07-10T22:10:54.313Z Downloaded polar-core v0.27.3
12402026-07-10T22:10:54.318Z Downloaded winnow v0.5.40
12412026-07-10T22:10:54.323Z Downloaded nix v0.27.1
12422026-07-10T22:10:54.329Z Downloaded winnow v0.6.26
12432026-07-10T22:10:54.337Z Downloaded diesel v2.3.7
12442026-07-10T22:10:54.357Z Downloaded time v0.3.47
12452026-07-10T22:10:54.365Z Downloaded tabled v0.20.0
12462026-07-10T22:10:54.375Z Downloaded object v0.37.3
12472026-07-10T22:10:54.382Z Downloaded smoltcp v0.9.1
12482026-07-10T22:10:54.388Z Downloaded winnow v1.0.3
12492026-07-10T22:10:54.393Z Downloaded dropshot v0.17.1
12502026-07-10T22:10:54.406Z Downloaded vcpkg v0.2.15
12512026-07-10T22:10:54.430Z Downloaded zlib-rs v0.6.2
12522026-07-10T22:10:54.433Z Downloaded openapiv3 v2.2.0
12532026-07-10T22:10:54.441Z Downloaded hickory-proto v0.24.4
12542026-07-10T22:10:54.448Z Downloaded regex-syntax v0.6.29
12552026-07-10T22:10:54.452Z Downloaded nix v0.31.2
12562026-07-10T22:10:54.460Z Downloaded nix v0.28.0
12572026-07-10T22:10:54.466Z Downloaded zerocopy v0.8.40
12582026-07-10T22:10:54.471Z Downloaded rustix v0.38.44
12592026-07-10T22:10:54.484Z Downloaded regress v0.11.1
12602026-07-10T22:10:54.489Z Downloaded regex-syntax v0.8.10
12612026-07-10T22:10:54.494Z Downloaded regress v0.10.5
12622026-07-10T22:10:54.500Z Downloaded hickory-proto v0.25.2
12632026-07-10T22:10:54.509Z Downloaded smoltcp v0.11.0
12642026-07-10T22:10:54.515Z Downloaded rustls v0.23.41
12652026-07-10T22:10:54.553Z Downloaded sqlparser v0.61.0
12662026-07-10T22:10:54.569Z Downloaded sled v0.34.7
12672026-07-10T22:10:54.575Z Downloaded fiat-crypto v0.3.0
12682026-07-10T22:10:54.583Z Downloaded tracing v0.1.44
12692026-07-10T22:10:54.596Z Downloaded sha3 v0.11.0
12702026-07-10T22:10:54.600Z Downloaded ratatui v0.29.0
12712026-07-10T22:10:54.610Z Downloaded typify-impl v0.6.2
12722026-07-10T22:10:54.618Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-07-10T22:10:54.625Z Downloaded zerocopy-derive v0.6.6
12742026-07-10T22:10:54.630Z Downloaded regex-automata v0.4.14
12752026-07-10T22:10:54.666Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12762026-07-10T22:10:54.676Z Downloaded libz-sys v1.1.24
12772026-07-10T22:10:54.691Z Downloaded csv v1.4.0
12782026-07-10T22:10:54.705Z Downloaded chrono-tz v0.10.4
12792026-07-10T22:10:54.712Z Downloaded petgraph v0.6.5
12802026-07-10T22:10:54.722Z Downloaded jiff v0.2.21
12812026-07-10T22:10:54.767Z Downloaded petgraph v0.8.3
12822026-07-10T22:10:54.802Z Downloaded sha3 v0.10.8
12832026-07-10T22:10:54.815Z Downloaded tokio v1.52.1
12842026-07-10T22:10:54.905Z Downloaded encoding_rs v0.8.35
12852026-07-10T22:10:54.950Z Downloaded ring v0.17.14
12862026-07-10T22:10:55.006Z Downloaded libgit2-sys v0.18.3+1.9.2
12872026-07-10T22:10:55.537Z Downloaded aws-lc-sys v0.40.0
12882026-07-10T22:10:55.778Z Compiling libc v0.2.185
12892026-07-10T22:10:55.778Z Compiling serde_core v1.0.228
12902026-07-10T22:10:55.781Z Compiling serde v1.0.228
12912026-07-10T22:10:55.782Z Compiling log v0.4.29
12922026-07-10T22:10:55.782Z Compiling smallvec v1.15.1
12932026-07-10T22:10:55.782Z Compiling shlex v1.3.0
12942026-07-10T22:10:55.782Z Compiling find-msvc-tools v0.1.9
12952026-07-10T22:10:55.783Z Compiling subtle v2.6.1
12962026-07-10T22:10:55.783Z Compiling scopeguard v1.2.0
12972026-07-10T22:10:55.985Z Compiling stable_deref_trait v1.2.1
12982026-07-10T22:10:55.998Z Compiling typenum v1.20.1
12992026-07-10T22:10:56.025Z Compiling serde_json v1.0.150
13002026-07-10T22:10:56.028Z Compiling zerocopy v0.8.40
13012026-07-10T22:10:56.028Z Compiling portable-atomic v1.13.1
13022026-07-10T22:10:56.028Z Compiling syn v2.0.117
13032026-07-10T22:10:56.038Z Compiling parking_lot_core v0.9.12
13042026-07-10T22:10:56.091Z Compiling lock_api v0.4.14
13052026-07-10T22:10:56.095Z Compiling pin-project-lite v0.2.17
13062026-07-10T22:10:56.117Z Compiling pkg-config v0.3.32
13072026-07-10T22:10:56.144Z Compiling critical-section v1.2.0
13082026-07-10T22:10:56.158Z Compiling libm v0.2.16
13092026-07-10T22:10:56.204Z Compiling futures-core v0.3.32
13102026-07-10T22:10:56.218Z Compiling getrandom v0.4.1
13112026-07-10T22:10:56.293Z Compiling num-traits v0.2.19
13122026-07-10T22:10:56.296Z Compiling generic-array v0.14.7
13132026-07-10T22:10:56.333Z Compiling rand_core v0.10.0
13142026-07-10T22:10:56.338Z Compiling const-oid v0.9.6
13152026-07-10T22:10:56.364Z Compiling litemap v0.8.1
13162026-07-10T22:10:56.420Z Compiling writeable v0.6.2
13172026-07-10T22:10:56.432Z Compiling percent-encoding v2.3.2
13182026-07-10T22:10:56.511Z Compiling icu_normalizer_data v2.1.1
13192026-07-10T22:10:56.538Z Compiling icu_properties_data v2.1.2
13202026-07-10T22:10:56.596Z Compiling futures-sink v0.3.32
13212026-07-10T22:10:56.651Z Compiling futures-task v0.3.32
13222026-07-10T22:10:56.654Z Compiling slab v0.4.12
13232026-07-10T22:10:56.683Z Compiling futures-io v0.3.32
13242026-07-10T22:10:56.717Z Compiling futures-channel v0.3.32
13252026-07-10T22:10:56.732Z Compiling utf8_iter v1.0.4
13262026-07-10T22:10:56.760Z Compiling rustversion v1.0.22
13272026-07-10T22:10:56.776Z Compiling getrandom v0.3.4
13282026-07-10T22:10:56.872Z Compiling form_urlencoded v1.2.2
13292026-07-10T22:10:56.887Z Compiling rustix v1.1.3
13302026-07-10T22:10:56.890Z Compiling dunce v1.0.5
13312026-07-10T22:10:56.916Z Compiling ident_case v1.0.1
13322026-07-10T22:10:56.920Z Compiling fs_extra v1.3.0
13332026-07-10T22:10:56.941Z Compiling iana-time-zone v0.1.65
13342026-07-10T22:10:56.983Z Compiling jobserver v0.1.34
13352026-07-10T22:10:56.998Z Compiling errno v0.3.14
13362026-07-10T22:10:57.013Z Compiling getrandom v0.2.17
13372026-07-10T22:10:57.055Z Compiling mio v1.2.0
13382026-07-10T22:10:57.163Z Compiling rand_core v0.6.4
13392026-07-10T22:10:57.177Z Compiling once_cell v1.21.3
13402026-07-10T22:10:57.190Z Compiling signal-hook-registry v1.4.8
13412026-07-10T22:10:57.190Z Compiling socket2 v0.6.3
13422026-07-10T22:10:57.217Z Compiling cc v1.2.56
13432026-07-10T22:10:57.255Z Compiling parking_lot v0.12.5
13442026-07-10T22:10:57.316Z Compiling regex-syntax v0.8.10
13452026-07-10T22:10:57.349Z Compiling base64ct v1.8.3
13462026-07-10T22:10:57.418Z Compiling vcpkg v0.2.15
13472026-07-10T22:10:57.472Z Compiling tracing-core v0.1.36
13482026-07-10T22:10:57.496Z Compiling base64 v0.22.1
13492026-07-10T22:10:57.530Z Compiling flagset v0.4.7
13502026-07-10T22:10:57.561Z Compiling aws-lc-rs v1.16.3
13512026-07-10T22:10:57.647Z Compiling pem-rfc7468 v0.7.0
13522026-07-10T22:10:57.664Z Compiling cmov v0.5.4
13532026-07-10T22:10:57.664Z Compiling httparse v1.10.1
13542026-07-10T22:10:57.688Z Compiling tinyvec_macros v0.1.1
13552026-07-10T22:10:57.758Z Compiling rand_core v0.9.5
13562026-07-10T22:10:57.772Z Compiling openssl-probe v0.2.1
13572026-07-10T22:10:57.818Z Compiling tinyvec v1.10.0
13582026-07-10T22:10:57.841Z Compiling aho-corasick v1.1.4
13592026-07-10T22:10:57.893Z Compiling ctutils v0.4.2
13602026-07-10T22:10:57.908Z Compiling tower-layer v0.3.3
13612026-07-10T22:10:57.970Z Compiling dyn-clone v1.0.20
13622026-07-10T22:10:57.985Z Compiling cmake v0.1.57
13632026-07-10T22:10:58.004Z Compiling try-lock v0.2.5
13642026-07-10T22:10:58.046Z Compiling untrusted v0.7.1
13652026-07-10T22:10:58.060Z Compiling atomic-waker v1.1.2
13662026-07-10T22:10:58.076Z Compiling tower-service v0.3.3
13672026-07-10T22:10:58.090Z Compiling schemars v0.8.22
13682026-07-10T22:10:58.123Z Compiling want v0.3.1
13692026-07-10T22:10:58.137Z Compiling cpufeatures v0.2.17
13702026-07-10T22:10:58.166Z Compiling httpdate v1.0.3
13712026-07-10T22:10:58.186Z Compiling untrusted v0.9.0
13722026-07-10T22:10:58.202Z Compiling bitflags v2.11.0
13732026-07-10T22:10:58.202Z Compiling semver v1.0.28
13742026-07-10T22:10:58.205Z Compiling indexmap v2.14.0
13752026-07-10T22:10:58.255Z Compiling uuid v1.23.4
13762026-07-10T22:10:58.325Z Compiling foreign-types-shared v0.1.1
13772026-07-10T22:10:58.328Z Compiling openssl v0.10.79
13782026-07-10T22:10:58.377Z Compiling rustls v0.23.41
13792026-07-10T22:10:58.423Z Compiling foreign-types v0.3.2
13802026-07-10T22:10:58.438Z Compiling unicode-normalization v0.1.25
13812026-07-10T22:10:58.441Z Compiling spin v0.9.8
13822026-07-10T22:10:58.477Z Compiling rustc_version v0.4.1
13832026-07-10T22:10:58.492Z Compiling num-conv v0.2.0
13842026-07-10T22:10:58.510Z Compiling time-core v0.1.8
13852026-07-10T22:10:58.583Z Compiling crc32fast v1.5.0
13862026-07-10T22:10:58.598Z Compiling native-tls v0.2.18
13872026-07-10T22:10:58.614Z Compiling powerfmt v0.2.0
13882026-07-10T22:10:58.640Z Compiling wait-timeout v0.2.1
13892026-07-10T22:10:58.664Z Compiling time-macros v0.2.27
13902026-07-10T22:10:58.678Z Compiling sync_wrapper v1.0.2
13912026-07-10T22:10:58.799Z Compiling deranged v0.5.8
13922026-07-10T22:10:58.835Z Compiling regex-automata v0.4.14
13932026-07-10T22:10:58.850Z Compiling quick-error v1.2.3
13942026-07-10T22:10:58.853Z Compiling usdt-impl v0.6.0
13952026-07-10T22:10:58.878Z Compiling aws-lc-sys v0.40.0
13962026-07-10T22:10:58.895Z Compiling openssl-sys v0.9.115
13972026-07-10T22:10:58.935Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-07-10T22:10:58.964Z Compiling num_threads v0.1.7
13992026-07-10T22:10:58.979Z Compiling bit-vec v0.8.0
14002026-07-10T22:10:59.008Z Compiling crossbeam-utils v0.8.21
14012026-07-10T22:10:59.042Z Compiling synstructure v0.13.2
14022026-07-10T22:10:59.086Z Compiling pest_generator v2.8.6
14032026-07-10T22:10:59.115Z Compiling serde_derive_internals v0.29.1
14042026-07-10T22:10:59.240Z Compiling darling_core v0.20.11
14052026-07-10T22:10:59.371Z Compiling tempfile v3.25.0
14062026-07-10T22:10:59.400Z Compiling simd-adler32 v0.3.8
14072026-07-10T22:10:59.631Z Compiling siphasher v1.0.2
14082026-07-10T22:10:59.684Z Compiling syn v1.0.109
14092026-07-10T22:10:59.712Z Compiling rusty-fork v0.3.1
14102026-07-10T22:10:59.752Z Compiling bit-set v0.8.0
14112026-07-10T22:10:59.781Z Compiling darling_core v0.21.3
14122026-07-10T22:10:59.848Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-07-10T22:10:59.861Z Compiling heapless v0.7.17
14142026-07-10T22:10:59.864Z Compiling time v0.3.47
14152026-07-10T22:10:59.864Z Compiling slog v2.8.2
14162026-07-10T22:10:59.928Z Compiling rand_xorshift v0.4.0
14172026-07-10T22:11:00.002Z Compiling thread-id v5.1.0
14182026-07-10T22:11:00.058Z Compiling cookie v0.18.1
14192026-07-10T22:11:00.074Z Compiling iri-string v0.7.10
14202026-07-10T22:11:00.090Z Compiling allocator-api2 v0.2.21
14212026-07-10T22:11:00.106Z Compiling unicode-properties v0.1.4
14222026-07-10T22:11:00.118Z Compiling paste v1.0.15
14232026-07-10T22:11:00.121Z Compiling zstd-safe v7.2.4
14242026-07-10T22:11:00.146Z Compiling ryu v1.0.23
14252026-07-10T22:11:00.161Z Compiling unicode-bidi v0.3.18
14262026-07-10T22:11:00.177Z Compiling signal-hook v0.3.18
14272026-07-10T22:11:00.281Z Compiling adler2 v2.0.1
14282026-07-10T22:11:00.344Z Compiling anyhow v1.0.102
14292026-07-10T22:11:00.401Z Compiling unarray v0.1.4
14302026-07-10T22:11:00.421Z Compiling miniz_oxide v0.8.9
14312026-07-10T22:11:00.512Z Compiling stringprep v0.1.5
14322026-07-10T22:11:00.573Z Compiling camino v1.2.2
14332026-07-10T22:11:00.758Z Compiling curve25519-dalek v4.1.3
14342026-07-10T22:11:00.773Z Compiling serde_derive v1.0.228
14352026-07-10T22:11:00.969Z Compiling zeroize_derive v1.4.3
14362026-07-10T22:11:00.984Z Compiling zerofrom-derive v0.1.6
14372026-07-10T22:11:00.987Z Compiling yoke-derive v0.8.1
14382026-07-10T22:11:01.053Z Compiling zerocopy-derive v0.8.40
14392026-07-10T22:11:01.080Z Compiling zerovec-derive v0.11.2
14402026-07-10T22:11:01.136Z Compiling displaydoc v0.2.5
14412026-07-10T22:11:01.239Z Compiling tokio-macros v2.7.0
14422026-07-10T22:11:01.551Z Compiling futures-macro v0.3.32
14432026-07-10T22:11:01.641Z Compiling der_derive v0.7.3
14442026-07-10T22:11:01.674Z Compiling zeroize v1.8.2
14452026-07-10T22:11:01.725Z Compiling thiserror-impl v2.0.18
14462026-07-10T22:11:01.931Z Compiling tracing-attributes v0.1.31
14472026-07-10T22:11:02.015Z Compiling rustls-pki-types v1.14.0
14482026-07-10T22:11:02.220Z Compiling hybrid-array v0.4.13
14492026-07-10T22:11:02.265Z Compiling pest_derive v2.8.6
14502026-07-10T22:11:02.398Z Compiling scroll_derive v0.13.1
14512026-07-10T22:11:02.414Z Compiling futures-util v0.3.32
14522026-07-10T22:11:02.451Z Compiling zerofrom v0.1.6
14532026-07-10T22:11:02.497Z Compiling crypto-common v0.1.7
14542026-07-10T22:11:02.511Z Compiling block-buffer v0.10.4
14552026-07-10T22:11:02.593Z Compiling yoke v0.8.1
14562026-07-10T22:11:02.669Z Compiling digest v0.10.7
14572026-07-10T22:11:02.688Z Compiling der v0.7.10
14582026-07-10T22:11:02.708Z Compiling schemars_derive v0.8.22
14592026-07-10T22:11:02.750Z Compiling darling_macro v0.20.11
14602026-07-10T22:11:02.791Z Compiling zerovec v0.11.5
14612026-07-10T22:11:02.944Z Compiling zerotrie v0.2.3
14622026-07-10T22:11:03.032Z Compiling openssl-macros v0.1.1
14632026-07-10T22:11:03.046Z Compiling hmac v0.12.1
14642026-07-10T22:11:03.147Z Compiling thiserror v2.0.18
14652026-07-10T22:11:03.227Z Compiling sha2 v0.10.9
14662026-07-10T22:11:03.270Z Compiling tinystr v0.8.2
14672026-07-10T22:11:03.285Z Compiling potential_utf v0.1.4
14682026-07-10T22:11:03.298Z Compiling scroll v0.13.0
14692026-07-10T22:11:03.313Z Compiling darling v0.20.11
14702026-07-10T22:11:03.331Z Compiling dtrace-parser v0.3.0
14712026-07-10T22:11:03.353Z Compiling tracing v0.1.44
14722026-07-10T22:11:03.408Z Compiling icu_collections v2.1.1
14732026-07-10T22:11:03.466Z Compiling icu_locale_core v2.1.1
14742026-07-10T22:11:03.496Z Compiling derive_builder_core v0.20.2
14752026-07-10T22:11:03.587Z Compiling spki v0.7.3
14762026-07-10T22:11:03.632Z Compiling goblin v0.10.5
14772026-07-10T22:11:03.803Z Compiling pkcs8 v0.10.2
14782026-07-10T22:11:03.907Z Compiling thiserror-impl v1.0.69
14792026-07-10T22:11:03.925Z Compiling scroll_derive v0.12.1
14802026-07-10T22:11:04.044Z Compiling crypto-common v0.2.2
14812026-07-10T22:11:04.092Z Compiling block-padding v0.4.2
14822026-07-10T22:11:04.098Z Compiling block-buffer v0.12.1
14832026-07-10T22:11:04.266Z Compiling bytes v1.11.1
14842026-07-10T22:11:04.312Z Compiling icu_provider v2.1.1
14852026-07-10T22:11:04.326Z Compiling chrono v0.4.44
14862026-07-10T22:11:04.372Z Compiling ipnet v2.11.0
14872026-07-10T22:11:04.389Z Compiling derive_builder_macro v0.20.2
14882026-07-10T22:11:04.475Z Compiling erased-serde v0.3.31
14892026-07-10T22:11:04.622Z Compiling icu_normalizer v2.1.1
14902026-07-10T22:11:04.640Z Compiling icu_properties v2.1.2
14912026-07-10T22:11:04.653Z Compiling scroll v0.12.0
14922026-07-10T22:11:04.749Z Compiling tokio v1.52.1
14932026-07-10T22:11:04.884Z Compiling http v1.4.2
14942026-07-10T22:11:04.900Z Compiling serde_spanned v0.6.9
14952026-07-10T22:11:04.903Z Compiling serde_urlencoded v0.7.1
14962026-07-10T22:11:04.937Z Compiling toml_datetime v0.6.11
14972026-07-10T22:11:04.975Z Compiling serde_tokenstream v0.2.3
14982026-07-10T22:11:05.062Z Compiling md-5 v0.10.6
14992026-07-10T22:11:05.178Z Compiling signature v2.2.0
15002026-07-10T22:11:05.194Z Compiling darling_macro v0.21.3
15012026-07-10T22:11:05.209Z Compiling rustls-native-certs v0.8.3
15022026-07-10T22:11:05.227Z Compiling thiserror v1.0.69
15032026-07-10T22:11:05.241Z Compiling bstr v1.12.1
15042026-07-10T22:11:05.310Z Compiling zerocopy-derive v0.7.35
15052026-07-10T22:11:05.396Z Compiling pin-project-internal v1.1.11
15062026-07-10T22:11:05.424Z Compiling async-trait v0.1.89
15072026-07-10T22:11:05.596Z Compiling idna_adapter v1.2.1
15082026-07-10T22:11:05.647Z Compiling ppv-lite86 v0.2.21
15092026-07-10T22:11:05.754Z Compiling idna v1.1.0
15102026-07-10T22:11:05.786Z Compiling http-body v1.0.1
15112026-07-10T22:11:05.849Z Compiling vergen-lib v9.1.0
15122026-07-10T22:11:05.875Z Compiling num-integer v0.1.46
15132026-07-10T22:11:05.886Z Compiling hash32 v0.2.1
15142026-07-10T22:11:05.953Z Compiling rand_chacha v0.9.0
15152026-07-10T22:11:05.973Z Compiling http-body-util v0.1.3
15162026-07-10T22:11:05.994Z Compiling rand_chacha v0.3.1
15172026-07-10T22:11:06.067Z Compiling url v2.5.8
15182026-07-10T22:11:06.095Z Compiling memoffset v0.9.1
15192026-07-10T22:11:06.141Z Compiling encoding_rs v0.8.35
15202026-07-10T22:11:06.216Z Compiling rand v0.9.2
15212026-07-10T22:11:06.240Z Compiling num-bigint-dig v0.8.6
15222026-07-10T22:11:06.319Z Compiling ref-cast v1.0.25
15232026-07-10T22:11:06.349Z Compiling psl-types v2.0.11
15242026-07-10T22:11:06.442Z Compiling dof v0.4.0
15252026-07-10T22:11:06.466Z Compiling rustix v0.38.44
15262026-07-10T22:11:06.481Z Compiling fallible-iterator v0.2.0
15272026-07-10T22:11:06.530Z Compiling smoltcp v0.9.1
15282026-07-10T22:11:06.569Z Compiling zlib-rs v0.6.2
15292026-07-10T22:11:06.666Z Compiling mime v0.3.17
15302026-07-10T22:11:06.680Z Compiling litrs v1.0.0
15312026-07-10T22:11:06.805Z Compiling proptest v1.10.0
15322026-07-10T22:11:06.847Z Compiling cfg_aliases v0.2.1
15332026-07-10T22:11:06.920Z Compiling postgres-protocol v0.6.10
15342026-07-10T22:11:06.936Z Compiling nix v0.31.2
15352026-07-10T22:11:06.951Z Compiling pin-project v1.1.11
15362026-07-10T22:11:06.996Z Compiling publicsuffix v2.3.0
15372026-07-10T22:11:07.064Z Compiling zerocopy v0.7.35
15382026-07-10T22:11:07.090Z Compiling rand v0.8.6
15392026-07-10T22:11:07.131Z Compiling num-iter v0.1.45
15402026-07-10T22:11:07.214Z Compiling document-features v0.2.12
15412026-07-10T22:11:07.349Z Compiling darling v0.21.3
15422026-07-10T22:11:07.428Z Compiling ipnetwork v0.21.1
15432026-07-10T22:11:07.442Z Compiling derive_builder v0.20.2
15442026-07-10T22:11:07.578Z Compiling goblin v0.8.2
15452026-07-10T22:11:07.650Z Compiling futures-executor v0.3.32
15462026-07-10T22:11:07.665Z Compiling oxnet v0.1.6
15472026-07-10T22:11:07.707Z Compiling hubpack_derive v0.1.1
15482026-07-10T22:11:07.771Z Compiling hex v0.4.3
15492026-07-10T22:11:07.791Z Compiling inout v0.2.2
15502026-07-10T22:11:07.937Z Compiling regex v1.12.3
15512026-07-10T22:11:07.967Z Compiling curve25519-dalek-derive v0.1.1
15522026-07-10T22:11:07.983Z Compiling strum_macros v0.27.2
15532026-07-10T22:11:07.998Z Compiling daft-derive v0.1.7
15542026-07-10T22:11:08.014Z Compiling snafu-derive v0.8.9
15552026-07-10T22:11:08.028Z Compiling ref-cast-impl v1.0.25
15562026-07-10T22:11:08.198Z Compiling phf_shared v0.13.1
15572026-07-10T22:11:08.314Z Compiling terminal_size v0.4.3
15582026-07-10T22:11:08.376Z Compiling lazy_static v1.5.0
15592026-07-10T22:11:08.408Z Compiling cargo-platform v0.3.2
15602026-07-10T22:11:08.430Z Compiling anstyle-parse v0.2.7
15612026-07-10T22:11:08.452Z Compiling vergen v9.1.0
15622026-07-10T22:11:08.470Z Compiling ff v0.13.1
15632026-07-10T22:11:08.485Z Compiling fs-err v3.3.0
15642026-07-10T22:11:08.611Z Compiling ahash v0.8.12
15652026-07-10T22:11:08.625Z Compiling winnow v0.5.40
15662026-07-10T22:11:08.628Z Compiling bumpalo v3.20.2
15672026-07-10T22:11:08.655Z Compiling tokio-util v0.7.18
15682026-07-10T22:11:08.674Z Compiling tower v0.5.3
15692026-07-10T22:11:08.687Z Compiling tokio-native-tls v0.3.1
15702026-07-10T22:11:08.704Z Compiling base16ct v0.2.0
15712026-07-10T22:11:08.721Z Compiling libbz2-rs-sys v0.2.2
15722026-07-10T22:11:08.776Z Compiling managed v0.8.0
15732026-07-10T22:11:08.862Z Compiling foldhash v0.1.5
15742026-07-10T22:11:08.876Z Compiling unicode-segmentation v1.12.0
15752026-07-10T22:11:08.890Z Compiling foldhash v0.2.0
15762026-07-10T22:11:08.911Z Compiling object v0.37.3
15772026-07-10T22:11:09.005Z Compiling same-file v1.0.6
15782026-07-10T22:11:09.044Z Compiling bitflags v1.3.2
15792026-07-10T22:11:09.125Z Compiling tower-http v0.6.8
15802026-07-10T22:11:09.139Z Compiling newtype-uuid v1.3.2
15812026-07-10T22:11:09.170Z Compiling bzip2 v0.6.1
15822026-07-10T22:11:09.185Z Compiling walkdir v2.5.0
15832026-07-10T22:11:09.280Z Compiling hashbrown v0.16.1
15842026-07-10T22:11:09.392Z Compiling h2 v0.4.15
15852026-07-10T22:11:09.415Z Compiling daft v0.1.7
15862026-07-10T22:11:09.491Z Compiling flate2 v1.1.9
15872026-07-10T22:11:09.505Z Compiling hashbrown v0.15.5
15882026-07-10T22:11:09.597Z Compiling zopfli v0.8.3
15892026-07-10T22:11:09.708Z Compiling sec1 v0.7.3
15902026-07-10T22:11:09.835Z Compiling dof v0.3.0
15912026-07-10T22:11:09.883Z Compiling clap_builder v4.6.0
15922026-07-10T22:11:09.898Z Compiling toml_edit v0.19.15
15932026-07-10T22:11:09.967Z Compiling snafu v0.8.9
15942026-07-10T22:11:10.014Z Compiling strum v0.27.2
15952026-07-10T22:11:10.067Z Compiling cargo_metadata v0.23.1
15962026-07-10T22:11:10.080Z Compiling group v0.13.0
15972026-07-10T22:11:10.096Z Compiling anstream v0.6.21
15982026-07-10T22:11:10.157Z Compiling phf v0.13.1
15992026-07-10T22:11:10.275Z Compiling signal-hook-mio v0.2.5
16002026-07-10T22:11:10.289Z Compiling hubpack v0.1.2
16012026-07-10T22:11:10.396Z Compiling cookie_store v0.22.1
16022026-07-10T22:11:10.460Z Compiling usdt-attr-macro v0.6.0
16032026-07-10T22:11:10.474Z Compiling usdt-macro v0.6.0
16042026-07-10T22:11:10.542Z Compiling cipher v0.5.2
16052026-07-10T22:11:10.616Z Compiling bzip2 v0.4.4
16062026-07-10T22:11:10.630Z Compiling futures v0.3.32
16072026-07-10T22:11:10.721Z Compiling serde_with_macros v3.17.0
16082026-07-10T22:11:10.762Z Compiling zstd v0.13.3
16092026-07-10T22:11:10.861Z Compiling postgres-types v0.2.12
16102026-07-10T22:11:11.039Z Compiling globset v0.4.18
16112026-07-10T22:11:11.085Z Compiling dtrace-parser v0.2.0
16122026-07-10T22:11:11.113Z Compiling ed25519 v2.2.3
16132026-07-10T22:11:11.287Z Compiling serde_plain v1.0.2
16142026-07-10T22:11:11.340Z Compiling olpc-cjson v0.1.4
16152026-07-10T22:11:11.447Z Compiling serde-big-array v0.5.1
16162026-07-10T22:11:11.508Z Compiling pkcs1 v0.7.5
16172026-07-10T22:11:11.521Z Compiling hkdf v0.12.4
16182026-07-10T22:11:11.524Z Compiling crypto-bigint v0.5.5
16192026-07-10T22:11:11.607Z Compiling async-recursion v1.1.1
16202026-07-10T22:11:11.713Z Compiling enum-as-inner v0.6.1
16212026-07-10T22:11:11.747Z Compiling strum_macros v0.26.4
16222026-07-10T22:11:11.866Z Compiling clap_derive v4.6.1
16232026-07-10T22:11:11.919Z Compiling serde_repr v0.1.20
16242026-07-10T22:11:11.934Z Compiling phf_shared v0.11.3
16252026-07-10T22:11:12.047Z Compiling float-cmp v0.10.0
16262026-07-10T22:11:12.116Z Compiling pem v3.0.6
16272026-07-10T22:11:12.136Z Compiling thread-id v4.2.2
16282026-07-10T22:11:12.220Z Compiling memmap2 v0.9.10
16292026-07-10T22:11:12.235Z Compiling env_filter v1.0.0
16302026-07-10T22:11:12.260Z Compiling normalize-line-endings v0.3.0
16312026-07-10T22:11:12.306Z Compiling predicates-core v1.0.10
16322026-07-10T22:11:12.370Z Compiling cpufeatures v0.3.0
16332026-07-10T22:11:12.457Z Compiling static_assertions v1.1.0
16342026-07-10T22:11:12.472Z Compiling precomputed-hash v0.1.1
16352026-07-10T22:11:12.475Z Compiling winnow v1.0.3
16362026-07-10T22:11:12.510Z Compiling fixedbitset v0.4.2
16372026-07-10T22:11:12.525Z Compiling fixedbitset v0.5.7
16382026-07-10T22:11:12.544Z Compiling whoami v2.1.0
16392026-07-10T22:11:12.568Z Compiling keccak v0.1.6
16402026-07-10T22:11:12.586Z Compiling hyper v1.10.1
16412026-07-10T22:11:12.614Z Compiling typed-path v0.9.3
16422026-07-10T22:11:12.753Z Compiling either v1.15.0
16432026-07-10T22:11:12.858Z Compiling difflib v0.4.0
16442026-07-10T22:11:12.873Z Compiling jiff v0.2.21
16452026-07-10T22:11:12.994Z Compiling new_debug_unreachable v1.0.6
16462026-07-10T22:11:13.026Z Compiling const-oid v0.10.2
16472026-07-10T22:11:13.026Z Compiling data-encoding v2.10.0
16482026-07-10T22:11:13.033Z Compiling string_cache v0.8.9
16492026-07-10T22:11:13.043Z Compiling itertools v0.13.0
16502026-07-10T22:11:13.201Z Compiling digest v0.11.3
16512026-07-10T22:11:13.269Z Compiling predicates v3.1.4
16522026-07-10T22:11:13.312Z Compiling hickory-proto v0.25.2
16532026-07-10T22:11:13.441Z Compiling toml_parser v1.1.2+spec-1.1.0
16542026-07-10T22:11:13.455Z Compiling tokio-postgres v0.7.16
16552026-07-10T22:11:13.573Z Compiling strum v0.26.3
16562026-07-10T22:11:13.646Z Compiling petgraph v0.8.3
16572026-07-10T22:11:13.697Z Compiling sha3 v0.10.8
16582026-07-10T22:11:13.713Z Compiling hyper-util v0.1.20
16592026-07-10T22:11:13.728Z Compiling petgraph v0.6.5
16602026-07-10T22:11:13.751Z Compiling clap v4.6.1
16612026-07-10T22:11:13.841Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16622026-07-10T22:11:13.856Z Compiling elliptic-curve v0.13.8
16632026-07-10T22:11:13.935Z Compiling toml_edit v0.22.27
16642026-07-10T22:11:14.099Z Compiling chacha20 v0.10.0
16652026-07-10T22:11:14.169Z Compiling env_logger v0.11.9
16662026-07-10T22:11:14.240Z Compiling usdt v0.6.0
16672026-07-10T22:11:14.290Z Compiling usdt-impl v0.5.0
16682026-07-10T22:11:14.310Z Compiling serde_with v3.17.0
16692026-07-10T22:11:14.486Z Compiling crossterm v0.28.1
16702026-07-10T22:11:14.531Z Compiling rsa v0.9.10
16712026-07-10T22:11:14.545Z Compiling ed25519-dalek v2.2.0
16722026-07-10T22:11:14.922Z Compiling toml v0.7.8
16732026-07-10T22:11:15.244Z Compiling hyper-tls v0.6.0
16742026-07-10T22:11:15.496Z Compiling reqwest v0.12.28
16752026-07-10T22:11:15.533Z Compiling zip v4.6.1
16762026-07-10T22:11:15.676Z Compiling zip v0.6.6
16772026-07-10T22:11:15.710Z Compiling iddqd v0.4.2
16782026-07-10T22:11:15.873Z Compiling tokio-stream v0.1.18
16792026-07-10T22:11:16.120Z Compiling similar v2.7.0
16802026-07-10T22:11:16.214Z Compiling heck v0.4.1
16812026-07-10T22:11:16.293Z Compiling buf-list v1.1.2
16822026-07-10T22:11:16.359Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16832026-07-10T22:11:16.461Z Compiling openapiv3 v2.2.0
16842026-07-10T22:11:16.529Z Compiling x509-cert v0.2.5
16852026-07-10T22:11:16.589Z Compiling crossbeam-epoch v0.9.18
16862026-07-10T22:11:16.679Z Compiling lalrpop-util v0.19.12
16872026-07-10T22:11:16.740Z Compiling peg-runtime v0.8.5
16882026-07-10T22:11:16.797Z Compiling thread_local v1.1.9
16892026-07-10T22:11:16.891Z Compiling slog-async v2.8.0
16902026-07-10T22:11:16.941Z Compiling crossbeam-channel v0.5.15
16912026-07-10T22:11:17.031Z Compiling filetime v0.2.27
16922026-07-10T22:11:17.045Z Compiling is-terminal v0.4.17
16932026-07-10T22:11:17.048Z Compiling xattr v1.6.1
16942026-07-10T22:11:17.077Z Compiling term v1.2.1
16952026-07-10T22:11:17.161Z Compiling take_mut v0.2.2
16962026-07-10T22:11:17.175Z Compiling camino-tempfile v1.4.1
16972026-07-10T22:11:17.231Z Compiling tar v0.4.45
16982026-07-10T22:11:17.418Z Compiling slog-term v2.9.2
16992026-07-10T22:11:34.941Z Compiling rustls-webpki v0.103.13
17002026-07-10T22:11:37.622Z Compiling tokio-rustls v0.26.4
17012026-07-10T22:11:37.623Z Compiling rustls-platform-verifier v0.6.2
17022026-07-10T22:11:37.627Z Compiling tough v0.22.0
17032026-07-10T22:11:37.841Z Compiling hyper-rustls v0.27.7
17042026-07-10T22:11:38.054Z Compiling reqwest v0.13.2
17052026-07-10T22:11:40.127Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-07-10T22:11:40.376Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-07-10T22:11:43.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.02s
17082026-07-10T22:11:43.347Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17092026-07-10T22:11:43.400ZJul 10 22:11:42.483 INFO Starting download, target: Cockroach
17102026-07-10T22:11:43.400ZJul 10 22:11:42.484 INFO Starting download, target: Console
17112026-07-10T22:11:43.400ZJul 10 22:11:42.484 INFO Starting download, target: Clickhouse
17122026-07-10T22:11:43.400ZJul 10 22:11:42.484 INFO Starting download, target: DendriteStub
17132026-07-10T22:11:43.400ZJul 10 22:11:42.484 INFO Starting download, target: MaghemiteMgd
17142026-07-10T22:11:43.404ZJul 10 22:11:42.484 INFO Starting download, target: MaghemiteDdmd
17152026-07-10T22:11:43.404ZJul 10 22:11:42.484 INFO Starting download, target: TransceiverControl
17162026-07-10T22:11:43.404ZJul 10 22:11:42.484 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17172026-07-10T22:11:43.404ZJul 10 22:11:42.484 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182026-07-10T22:11:43.404ZJul 10 22:11:42.484 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17192026-07-10T22:11:43.404ZJul 10 22:11:42.484 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17202026-07-10T22:11:43.404ZJul 10 22:11:42.484 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17212026-07-10T22:11:43.404ZJul 10 22:11:42.484 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17222026-07-10T22:11:43.404ZJul 10 22:11:42.484 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17232026-07-10T22:11:43.752ZJul 10 22:11:42.829 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242026-07-10T22:11:43.969ZJul 10 22:11:43.036 INFO Download complete, target: TransceiverControl
17252026-07-10T22:11:45.154ZJul 10 22:11:44.233 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17262026-07-10T22:11:45.213ZJul 10 22:11:44.285 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17272026-07-10T22:11:45.222ZJul 10 22:11:44.291 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17282026-07-10T22:11:45.466ZJul 10 22:11:44.547 INFO Download complete, target: Console
17292026-07-10T22:11:45.473ZJul 10 22:11:44.548 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17302026-07-10T22:11:45.969ZJul 10 22:11:45.053 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17312026-07-10T22:11:45.969ZJul 10 22:11:45.053 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17322026-07-10T22:11:46.738ZJul 10 22:11:45.820 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17332026-07-10T22:11:47.024ZJul 10 22:11:46.107 INFO Download complete, target: MaghemiteDdmd
17342026-07-10T22:11:47.790ZJul 10 22:11:46.873 INFO Download complete, target: DendriteStub
17352026-07-10T22:11:47.970ZJul 10 22:11:47.053 INFO Download complete, target: MaghemiteMgd
17362026-07-10T22:11:50.585ZJul 10 22:11:49.668 INFO Checking that binary works, target: Cockroach
17372026-07-10T22:11:50.705ZJul 10 22:11:49.787 INFO Download complete, target: Cockroach
17382026-07-10T22:11:53.359ZJul 10 22:11:52.442 INFO Checking that binary works, target: Clickhouse
17392026-07-10T22:11:53.441ZJul 10 22:11:52.524 INFO Download complete, target: Clickhouse
17402026-07-10T22:11:53.452ZAll prerequisites installed successfully
17412026-07-10T22:11:53.457Z
17422026-07-10T22:11:53.457Zreal 1:45.383896439
17432026-07-10T22:11:53.457Zuser 6:36.516173180
17442026-07-10T22:11:53.457Zsys 1:39.772933255
17452026-07-10T22:11:53.457Ztrap 0.259887308
17462026-07-10T22:11:53.457Ztflt 0.757747572
17472026-07-10T22:11:53.457Zdflt 1.628479888
17482026-07-10T22:11:53.457Zkflt 0.023414442
17492026-07-10T22:11:53.458Zlock 23:47.220203997
17502026-07-10T22:11:53.458Zslp 18:12.880329447
17512026-07-10T22:11:53.458Zlat 24.279748728
17522026-07-10T22:11:53.458Zstop 2:41.930599336
17532026-07-10T22:11:53.465Z+ ptime -m cargo xtask download softnpu
17542026-07-10T22:11:53.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17552026-07-10T22:11:53.914Z Running `target/debug/xtask download softnpu`
17562026-07-10T22:11:54.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17572026-07-10T22:11:54.696Z Running `target/debug/xtask-downloader softnpu`
17582026-07-10T22:11:54.733ZJul 10 22:11:53.813 INFO Starting download, target: Softnpu
17592026-07-10T22:11:54.755ZJul 10 22:11:53.814 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17602026-07-10T22:11:55.399ZJul 10 22:11:54.482 INFO Download complete, target: Softnpu
17612026-07-10T22:11:55.405Z
17622026-07-10T22:11:55.413Zreal 1.947299566
17632026-07-10T22:11:55.413Zuser 1.267715618
17642026-07-10T22:11:55.413Zsys 0.588324019
17652026-07-10T22:11:55.413Ztrap 0.000649162
17662026-07-10T22:11:55.413Ztflt 0.000246549
17672026-07-10T22:11:55.413Zdflt 0.000419547
17682026-07-10T22:11:55.413Zkflt 0.000020479
17692026-07-10T22:11:55.413Zlock 12.229606891
17702026-07-10T22:11:55.413Zslp 0.518577973
17712026-07-10T22:11:55.413Zlat 0.083322689
17722026-07-10T22:11:55.414Zstop 0.000182879
17732026-07-10T22:11:55.415Z+ export CARGO_INCREMENTAL=0
17742026-07-10T22:11:55.415Z+ CARGO_INCREMENTAL=0
17752026-07-10T22:11:55.415Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17762026-07-10T22:11:56.252Z Compiling proc-macro2 v1.0.106
17772026-07-10T22:11:56.252Z Compiling quote v1.0.45
17782026-07-10T22:11:56.252Z Compiling unicode-ident v1.0.24
17792026-07-10T22:11:56.256Z Compiling libc v0.2.185
17802026-07-10T22:11:56.256Z Compiling serde_core v1.0.228
17812026-07-10T22:11:56.256Z Compiling serde v1.0.228
17822026-07-10T22:11:56.257Z Compiling cfg-if v1.0.4
17832026-07-10T22:11:56.257Z Compiling version_check v0.9.5
17842026-07-10T22:11:56.257Z Compiling find-msvc-tools v0.1.9
17852026-07-10T22:11:56.395Z Compiling shlex v1.3.0
17862026-07-10T22:11:56.399Z Compiling zmij v1.0.21
17872026-07-10T22:11:56.399Z Compiling memchr v2.8.0
17882026-07-10T22:11:56.399Z Compiling serde_json v1.0.150
17892026-07-10T22:11:56.399Z Compiling autocfg v1.5.0
17902026-07-10T22:11:56.569Z Compiling portable-atomic v1.13.1
17912026-07-10T22:11:56.639Z Compiling zerocopy v0.8.40
17922026-07-10T22:11:56.680Z Compiling getrandom v0.4.1
17932026-07-10T22:11:56.772Z Compiling libm v0.2.16
17942026-07-10T22:11:56.793Z Compiling parking_lot_core v0.9.12
17952026-07-10T22:11:56.808Z Compiling icu_normalizer_data v2.1.1
17962026-07-10T22:11:56.811Z Compiling smallvec v1.15.1
17972026-07-10T22:11:56.863Z Compiling icu_properties_data v2.1.2
17982026-07-10T22:11:56.909Z Compiling num-traits v0.2.19
17992026-07-10T22:11:56.924Z Compiling generic-array v0.14.7
18002026-07-10T22:11:56.968Z Compiling itoa v1.0.17
18012026-07-10T22:11:57.073Z Compiling log v0.4.29
18022026-07-10T22:11:57.115Z Compiling subtle v2.6.1
18032026-07-10T22:11:57.118Z Compiling pkg-config v0.3.32
18042026-07-10T22:11:57.130Z Compiling stable_deref_trait v1.2.1
18052026-07-10T22:11:57.237Z Compiling typenum v1.20.1
18062026-07-10T22:11:57.263Z Compiling scopeguard v1.2.0
18072026-07-10T22:11:57.307Z Compiling rand_core v0.10.0
18082026-07-10T22:11:57.338Z Compiling fnv v1.0.7
18092026-07-10T22:11:57.389Z Compiling lock_api v0.4.14
18102026-07-10T22:11:57.420Z Compiling getrandom v0.3.4
18112026-07-10T22:11:57.450Z Compiling pin-project-lite v0.2.17
18122026-07-10T22:11:57.487Z Compiling jobserver v0.1.34
18132026-07-10T22:11:57.491Z Compiling errno v0.3.14
18142026-07-10T22:11:57.518Z Compiling thiserror v2.0.18
18152026-07-10T22:11:57.614Z Compiling equivalent v1.0.2
18162026-07-10T22:11:57.614Z Compiling percent-encoding v2.3.2
18172026-07-10T22:11:57.652Z Compiling litemap v0.8.1
18182026-07-10T22:11:57.684Z Compiling writeable v0.6.2
18192026-07-10T22:11:57.687Z Compiling getrandom v0.2.17
18202026-07-10T22:11:57.728Z Compiling cc v1.2.56
18212026-07-10T22:11:57.794Z Compiling syn v2.0.117
18222026-07-10T22:11:57.847Z Compiling rustversion v1.0.22
18232026-07-10T22:11:57.881Z Compiling rand_core v0.6.4
18242026-07-10T22:11:57.943Z Compiling dunce v1.0.5
18252026-07-10T22:11:57.973Z Compiling fs_extra v1.3.0
18262026-07-10T22:11:57.987Z Compiling critical-section v1.2.0
18272026-07-10T22:11:57.990Z Compiling rustix v1.1.3
18282026-07-10T22:11:57.990Z Compiling schemars v0.8.22
18292026-07-10T22:11:58.145Z Compiling hashbrown v0.17.0
18302026-07-10T22:11:58.240Z Compiling signal-hook-registry v1.4.8
18312026-07-10T22:11:58.324Z Compiling utf8_iter v1.0.4
18322026-07-10T22:11:58.340Z Compiling heck v0.5.0
18332026-07-10T22:11:58.343Z Compiling form_urlencoded v1.2.2
18342026-07-10T22:11:58.395Z Compiling once_cell v1.21.3
18352026-07-10T22:11:58.519Z Compiling cmake v0.1.57
18362026-07-10T22:11:58.647Z Compiling parking_lot v0.12.5
18372026-07-10T22:11:58.688Z Compiling semver v1.0.28
18382026-07-10T22:11:58.702Z Compiling indexmap v2.14.0
18392026-07-10T22:11:58.722Z Compiling socket2 v0.6.3
18402026-07-10T22:11:58.736Z Compiling mio v1.2.0
18412026-07-10T22:11:58.818Z Compiling aws-lc-rs v1.16.3
18422026-07-10T22:11:58.859Z Compiling bitflags v2.11.0
18432026-07-10T22:11:58.898Z Compiling futures-core v0.3.32
18442026-07-10T22:11:59.036Z Compiling aws-lc-sys v0.40.0
18452026-07-10T22:11:59.093Z Compiling strsim v0.11.1
18462026-07-10T22:11:59.114Z Compiling httparse v1.10.1
18472026-07-10T22:11:59.366Z Compiling thiserror v1.0.69
18482026-07-10T22:11:59.381Z Compiling ucd-trie v0.1.7
18492026-07-10T22:11:59.421Z Compiling byteorder v1.5.0
18502026-07-10T22:11:59.478Z Compiling regex-syntax v0.8.10
18512026-07-10T22:11:59.493Z Compiling syn v1.0.109
18522026-07-10T22:11:59.552Z Compiling pest v2.8.6
18532026-07-10T22:11:59.568Z Compiling iana-time-zone v0.1.65
18542026-07-10T22:11:59.581Z Compiling ident_case v1.0.1
18552026-07-10T22:11:59.597Z Compiling vcpkg v0.2.15
18562026-07-10T22:11:59.597Z Compiling const-oid v0.9.6
18572026-07-10T22:11:59.892Z Compiling uuid v1.23.4
18582026-07-10T22:11:59.968Z Compiling rustc_version v0.4.1
18592026-07-10T22:12:00.042Z Compiling rustls v0.23.41
18602026-07-10T22:12:00.118Z Compiling futures-sink v0.3.32
18612026-07-10T22:12:00.178Z Compiling openssl-sys v0.9.115
18622026-07-10T22:12:00.247Z Compiling futures-channel v0.3.32
18632026-07-10T22:12:00.328Z Compiling aho-corasick v1.1.4
18642026-07-10T22:12:00.370Z Compiling futures-task v0.3.32
18652026-07-10T22:12:00.385Z Compiling futures-io v0.3.32
18662026-07-10T22:12:00.451Z Compiling slab v0.4.12
18672026-07-10T22:12:00.573Z Compiling dyn-clone v1.0.20
18682026-07-10T22:12:00.679Z Compiling synstructure v0.13.2
18692026-07-10T22:12:00.693Z Compiling serde_derive_internals v0.29.1
18702026-07-10T22:12:00.697Z Compiling pest_meta v2.8.6
18712026-07-10T22:12:00.723Z Compiling crc32fast v1.5.0
18722026-07-10T22:12:00.736Z Compiling time-core v0.1.8
18732026-07-10T22:12:00.740Z Compiling plain v0.2.3
18742026-07-10T22:12:00.767Z Compiling num-conv v0.2.0
18752026-07-10T22:12:00.906Z Compiling crossbeam-utils v0.8.21
18762026-07-10T22:12:00.924Z Compiling time-macros v0.2.27
18772026-07-10T22:12:01.009Z Compiling base64 v0.22.1
18782026-07-10T22:12:01.093Z Compiling pretty-hex v0.4.1
18792026-07-10T22:12:01.195Z Compiling regex-automata v0.4.14
18802026-07-10T22:12:01.209Z Compiling openssl v0.10.79
18812026-07-10T22:12:01.227Z Compiling darling_core v0.21.3
18822026-07-10T22:12:01.260Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18832026-07-10T22:12:01.424Z Compiling pest_generator v2.8.6
18842026-07-10T22:12:01.480Z Compiling native-tls v0.2.18
18852026-07-10T22:12:01.495Z Compiling anyhow v1.0.102
18862026-07-10T22:12:01.512Z Compiling rand_core v0.9.5
18872026-07-10T22:12:01.619Z Compiling slog v2.8.2
18882026-07-10T22:12:01.659Z Compiling tracing-core v0.1.36
18892026-07-10T22:12:01.784Z Compiling cookie v0.18.1
18902026-07-10T22:12:01.831Z Compiling base64ct v1.8.3
18912026-07-10T22:12:01.861Z Compiling camino v1.2.2
18922026-07-10T22:12:01.897Z Compiling serde_derive v1.0.228
18932026-07-10T22:12:01.924Z Compiling zeroize_derive v1.4.3
18942026-07-10T22:12:01.957Z Compiling zerofrom-derive v0.1.6
18952026-07-10T22:12:01.971Z Compiling yoke-derive v0.8.1
18962026-07-10T22:12:01.986Z Compiling zerovec-derive v0.11.2
18972026-07-10T22:12:02.013Z Compiling displaydoc v0.2.5
18982026-07-10T22:12:02.060Z Compiling zerocopy-derive v0.8.40
18992026-07-10T22:12:02.130Z Compiling tokio-macros v2.7.0
19002026-07-10T22:12:02.183Z Compiling futures-macro v0.3.32
19012026-07-10T22:12:02.291Z Compiling thiserror-impl v2.0.18
19022026-07-10T22:12:02.543Z Compiling zeroize v1.8.2
19032026-07-10T22:12:02.716Z Compiling schemars_derive v0.8.22
19042026-07-10T22:12:02.808Z Compiling tracing-attributes v0.1.31
19052026-07-10T22:12:02.910Z Compiling der_derive v0.7.3
19062026-07-10T22:12:02.950Z Compiling thiserror-impl v1.0.69
19072026-07-10T22:12:03.040Z Compiling pest_derive v2.8.6
19082026-07-10T22:12:03.077Z Compiling zerofrom v0.1.6
19092026-07-10T22:12:03.222Z Compiling yoke v0.8.1
19102026-07-10T22:12:03.399Z Compiling zerovec v0.11.5
19112026-07-10T22:12:03.415Z Compiling zerotrie v0.2.3
19122026-07-10T22:12:03.491Z Compiling crypto-common v0.1.7
19132026-07-10T22:12:03.506Z Compiling futures-util v0.3.32
19142026-07-10T22:12:03.863Z Compiling block-buffer v0.10.4
19152026-07-10T22:12:03.949Z Compiling tinystr v0.8.2
19162026-07-10T22:12:03.989Z Compiling potential_utf v0.1.4
19172026-07-10T22:12:04.013Z Compiling digest v0.10.7
19182026-07-10T22:12:04.024Z Compiling scroll_derive v0.12.1
19192026-07-10T22:12:04.141Z Compiling icu_collections v2.1.1
19202026-07-10T22:12:04.205Z Compiling icu_locale_core v2.1.1
19212026-07-10T22:12:04.255Z Compiling scroll_derive v0.13.1
19222026-07-10T22:12:04.312Z Compiling openssl-macros v0.1.1
19232026-07-10T22:12:04.662Z Compiling regex v1.12.3
19242026-07-10T22:12:04.706Z Compiling darling_macro v0.21.3
19252026-07-10T22:12:04.739Z Compiling zerocopy-derive v0.7.35
19262026-07-10T22:12:04.897Z Compiling tracing v0.1.44
19272026-07-10T22:12:04.939Z Compiling icu_provider v2.1.1
19282026-07-10T22:12:05.051Z Compiling bytes v1.11.1
19292026-07-10T22:12:05.136Z Compiling chrono v0.4.44
19302026-07-10T22:12:05.170Z Compiling serde_tokenstream v0.2.3
19312026-07-10T22:12:05.225Z Compiling icu_normalizer v2.1.1
19322026-07-10T22:12:05.328Z Compiling icu_properties v2.1.2
19332026-07-10T22:12:05.368Z Compiling darling v0.21.3
19342026-07-10T22:12:05.547Z Compiling pem-rfc7468 v0.7.0
19352026-07-10T22:12:05.670Z Compiling tokio v1.52.1
19362026-07-10T22:12:05.837Z Compiling http v1.4.2
19372026-07-10T22:12:06.434Z Compiling idna_adapter v1.2.1
19382026-07-10T22:12:06.539Z Compiling ppv-lite86 v0.2.21
19392026-07-10T22:12:06.567Z Compiling idna v1.1.0
19402026-07-10T22:12:06.927Z Compiling flagset v0.4.7
19412026-07-10T22:12:06.990Z Compiling url v2.5.8
19422026-07-10T22:12:07.059Z Compiling der v0.7.10
19432026-07-10T22:12:07.095Z Compiling rand_chacha v0.9.0
19442026-07-10T22:12:07.240Z Compiling http-body v1.0.1
19452026-07-10T22:12:07.247Z Compiling rustls-pki-types v1.14.0
19462026-07-10T22:12:07.490Z Compiling usdt-impl v0.5.0
19472026-07-10T22:12:07.664Z Compiling tinyvec_macros v0.1.1
19482026-07-10T22:12:07.700Z Compiling cmov v0.5.4
19492026-07-10T22:12:07.701Z Compiling fastrand v2.3.0
19502026-07-10T22:12:07.750Z Compiling ref-cast v1.0.25
19512026-07-10T22:12:07.905Z Compiling openssl-probe v0.2.1
19522026-07-10T22:12:07.997Z Compiling either v1.15.0
19532026-07-10T22:12:08.030Z Compiling usdt-impl v0.6.0
19542026-07-10T22:12:08.093Z Compiling paste v1.0.15
19552026-07-10T22:12:08.146Z Compiling ctutils v0.4.2
19562026-07-10T22:12:08.162Z Compiling spki v0.7.3
19572026-07-10T22:12:08.184Z Compiling tinyvec v1.10.0
19582026-07-10T22:12:08.332Z Compiling rand v0.9.2
19592026-07-10T22:12:08.395Z Compiling toml_datetime v0.6.11
19602026-07-10T22:12:08.395Z Compiling serde_spanned v0.6.9
19612026-07-10T22:12:08.444Z Compiling scroll v0.13.0
19622026-07-10T22:12:08.548Z Compiling scroll v0.12.0
19632026-07-10T22:12:08.557Z Compiling async-trait v0.1.89
19642026-07-10T22:12:08.584Z Compiling heapless v0.7.17
19652026-07-10T22:12:08.669Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-07-10T22:12:08.678Z Compiling winnow v0.7.14
19672026-07-10T22:12:08.694Z Compiling zstd-safe v7.2.4
19682026-07-10T22:12:08.703Z Compiling winnow v1.0.3
19692026-07-10T22:12:08.728Z Compiling rustix v0.38.44
19702026-07-10T22:12:08.828Z Compiling untrusted v0.7.1
19712026-07-10T22:12:08.848Z Compiling tower-service v0.3.3
19722026-07-10T22:12:08.900Z Compiling signal-hook v0.3.18
19732026-07-10T22:12:08.927Z Compiling atomic-waker v1.1.2
19742026-07-10T22:12:08.958Z Compiling litrs v1.0.0
19752026-07-10T22:12:09.064Z Compiling cpufeatures v0.2.17
19762026-07-10T22:12:09.067Z Compiling tower-layer v0.3.3
19772026-07-10T22:12:09.116Z Compiling try-lock v0.2.5
19782026-07-10T22:12:09.138Z Compiling toml_parser v1.1.2+spec-1.1.0
19792026-07-10T22:12:09.154Z Compiling goblin v0.8.2
19802026-07-10T22:12:09.243Z Compiling want v0.3.1
19812026-07-10T22:12:09.281Z Compiling goblin v0.10.5
19822026-07-10T22:12:09.434Z Compiling hybrid-array v0.4.13
19832026-07-10T22:12:09.449Z Compiling document-features v0.2.12
19842026-07-10T22:12:09.491Z Compiling zerocopy v0.7.35
19852026-07-10T22:12:09.674Z Compiling tokio-util v0.7.18
19862026-07-10T22:12:09.722Z Compiling ipnet v2.11.0
19872026-07-10T22:12:09.906Z Compiling ref-cast-impl v1.0.25
19882026-07-10T22:12:10.056Z Compiling darling_core v0.20.11
19892026-07-10T22:12:10.178Z Compiling curve25519-dalek v4.1.3
19902026-07-10T22:12:10.215Z Compiling memoffset v0.9.1
19912026-07-10T22:12:10.267Z Compiling powerfmt v0.2.0
19922026-07-10T22:12:10.414Z Compiling h2 v0.4.15
19932026-07-10T22:12:10.479Z Compiling untrusted v0.9.0
19942026-07-10T22:12:10.649Z Compiling utf8parse v0.2.2
19952026-07-10T22:12:10.666Z Compiling httpdate v1.0.3
19962026-07-10T22:12:10.711Z Compiling foreign-types-shared v0.1.1
19972026-07-10T22:12:10.774Z Compiling winnow v0.5.40
19982026-07-10T22:12:10.817Z Compiling foreign-types v0.3.2
19992026-07-10T22:12:10.933Z Compiling deranged v0.5.8
20002026-07-10T22:12:11.016Z Compiling tempfile v3.25.0
20012026-07-10T22:12:11.355Z Compiling unicode-normalization v0.1.25
20022026-07-10T22:12:11.700Z Compiling dof v0.3.0
20032026-07-10T22:12:11.765Z Compiling dtrace-parser v0.2.0
20042026-07-10T22:12:11.836Z Compiling pkcs8 v0.10.2
20052026-07-10T22:12:12.058Z Compiling darling_macro v0.20.11
20062026-07-10T22:12:12.074Z Compiling dof v0.4.0
20072026-07-10T22:12:12.089Z Compiling toml_edit v0.19.15
20082026-07-10T22:12:12.355Z Compiling dtrace-parser v0.3.0
20092026-07-10T22:12:12.379Z Compiling pin-project-internal v1.1.11
20102026-07-10T22:12:12.561Z Compiling daft-derive v0.1.7
20112026-07-10T22:12:12.708Z Compiling spin v0.9.8
20122026-07-10T22:12:12.891Z Compiling thread-id v4.2.2
20132026-07-10T22:12:12.938Z Compiling thread-id v5.1.0
20142026-07-10T22:12:12.952Z Compiling smoltcp v0.9.1
20152026-07-10T22:12:13.039Z Compiling num-bigint-dig v0.8.6
20162026-07-10T22:12:13.246Z Compiling num_threads v0.1.7
20172026-07-10T22:12:13.279Z Compiling anstyle v1.0.14
20182026-07-10T22:12:13.294Z Compiling cfg_aliases v0.2.1
20192026-07-10T22:12:13.357Z Compiling time v0.3.47
20202026-07-10T22:12:13.383Z Compiling nix v0.31.2
20212026-07-10T22:12:13.519Z Compiling darling v0.20.11
20222026-07-10T22:12:13.615Z Compiling hyper v1.10.1
20232026-07-10T22:12:13.755Z Compiling sha2 v0.10.9
20242026-07-10T22:12:13.843Z Compiling ipnetwork v0.21.1
20252026-07-10T22:12:13.880Z Compiling hmac v0.12.1
20262026-07-10T22:12:14.040Z Compiling strum_macros v0.26.4
20272026-07-10T22:12:14.142Z Compiling curve25519-dalek-derive v0.1.1
20282026-07-10T22:12:14.363Z Compiling sync_wrapper v1.0.2
20292026-07-10T22:12:14.383Z Compiling wait-timeout v0.2.1
20302026-07-10T22:12:14.699Z Compiling anstyle-query v1.1.5
20312026-07-10T22:12:14.784Z Compiling hyper-util v0.1.20
20322026-07-10T22:12:14.799Z Compiling colorchoice v1.0.4
20332026-07-10T22:12:14.825Z Compiling simd-adler32 v0.3.8
20342026-07-10T22:12:14.901Z Compiling quick-error v1.2.3
20352026-07-10T22:12:14.931Z Compiling siphasher v1.0.2
20362026-07-10T22:12:15.129Z Compiling is_terminal_polyfill v1.70.2
20372026-07-10T22:12:15.182Z Compiling bit-vec v0.8.0
20382026-07-10T22:12:15.212Z Compiling rusty-fork v0.3.1
20392026-07-10T22:12:15.403Z Compiling bit-set v0.8.0
20402026-07-10T22:12:15.577Z Compiling tower v0.5.3
20412026-07-10T22:12:15.927Z Compiling derive_builder_core v0.20.2
20422026-07-10T22:12:16.196Z Compiling http-body-util v0.1.3
20432026-07-10T22:12:16.288Z Compiling hubpack_derive v0.1.1
20442026-07-10T22:12:16.313Z Compiling snafu-derive v0.8.9
20452026-07-10T22:12:16.416Z Compiling strum_macros v0.27.2
20462026-07-10T22:12:16.450Z Compiling rand_xorshift v0.4.0
20472026-07-10T22:12:16.546Z Compiling ahash v0.8.12
20482026-07-10T22:12:16.572Z Compiling fs-err v3.3.0
20492026-07-10T22:12:16.665Z Compiling ryu v1.0.23
20502026-07-10T22:12:16.715Z Compiling iri-string v0.7.10
20512026-07-10T22:12:16.773Z Compiling unicode-bidi v0.3.18
20522026-07-10T22:12:16.794Z Compiling adler2 v2.0.1
20532026-07-10T22:12:16.818Z Compiling allocator-api2 v0.2.21
20542026-07-10T22:12:16.846Z Compiling object v0.37.3
20552026-07-10T22:12:16.933Z Compiling unicode-properties v0.1.4
20562026-07-10T22:12:17.161Z Compiling unicode-segmentation v1.12.0
20572026-07-10T22:12:17.224Z Compiling unarray v0.1.4
20582026-07-10T22:12:17.302Z Compiling stringprep v0.1.5
20592026-07-10T22:12:17.347Z Compiling proptest v1.10.0
20602026-07-10T22:12:17.547Z Compiling miniz_oxide v0.8.9
20612026-07-10T22:12:17.674Z Compiling serde_urlencoded v0.7.1
20622026-07-10T22:12:17.712Z Compiling derive_builder_macro v0.20.2
20632026-07-10T22:12:17.929Z Compiling tower-http v0.6.8
20642026-07-10T22:12:17.999Z Compiling tokio-native-tls v0.3.1
20652026-07-10T22:12:18.089Z Compiling usdt-macro v0.6.0
20662026-07-10T22:12:18.105Z Compiling usdt-attr-macro v0.6.0
20672026-07-10T22:12:18.195Z Compiling anstyle-parse v1.0.0
20682026-07-10T22:12:18.210Z Compiling crypto-common v0.2.2
20692026-07-10T22:12:18.224Z Compiling block-buffer v0.12.1
20702026-07-10T22:12:18.367Z Compiling block-padding v0.4.2
20712026-07-10T22:12:18.623Z Compiling rustls-native-certs v0.8.3
20722026-07-10T22:12:18.638Z Compiling rand_chacha v0.3.1
20732026-07-10T22:12:18.786Z Compiling erased-serde v0.3.31
20742026-07-10T22:12:18.797Z Compiling md-5 v0.10.6
20752026-07-10T22:12:18.846Z Compiling signature v2.2.0
20762026-07-10T22:12:18.866Z Compiling bstr v1.12.1
20772026-07-10T22:12:18.948Z Compiling num-integer v0.1.46
20782026-07-10T22:12:18.953Z Compiling hash32 v0.2.1
20792026-07-10T22:12:19.009Z Compiling vergen-lib v9.1.0
20802026-07-10T22:12:19.146Z Compiling encoding_rs v0.8.35
20812026-07-10T22:12:19.178Z Compiling mime v0.3.17
20822026-07-10T22:12:19.192Z Compiling psl-types v2.0.11
20832026-07-10T22:12:19.265Z Compiling fallible-iterator v0.2.0
20842026-07-10T22:12:19.280Z Compiling zlib-rs v0.6.2
20852026-07-10T22:12:19.311Z Compiling cpufeatures v0.3.0
20862026-07-10T22:12:19.399Z Compiling newtype-uuid v1.3.2
20872026-07-10T22:12:19.564Z Compiling postgres-protocol v0.6.10
20882026-07-10T22:12:19.598Z Compiling publicsuffix v2.3.0
20892026-07-10T22:12:19.740Z Compiling num-iter v0.1.45
20902026-07-10T22:12:20.070Z Compiling rand v0.8.6
20912026-07-10T22:12:20.258Z Compiling inout v0.2.2
20922026-07-10T22:12:20.276Z Compiling oxnet v0.1.6
20932026-07-10T22:12:20.289Z Compiling anstream v1.0.0
20942026-07-10T22:12:20.318Z Compiling derive_builder v0.20.2
20952026-07-10T22:12:20.392Z Compiling hyper-tls v0.6.0
20962026-07-10T22:12:20.463Z Compiling heck v0.4.1
20972026-07-10T22:12:20.533Z Compiling phf_shared v0.13.1
20982026-07-10T22:12:20.593Z Compiling pin-project v1.1.11
20992026-07-10T22:12:20.669Z Compiling lazy_static v1.5.0
21002026-07-10T22:12:20.701Z Compiling anstyle-parse v0.2.7
21012026-07-10T22:12:20.820Z Compiling terminal_size v0.4.3
21022026-07-10T22:12:20.837Z Compiling futures-executor v0.3.32
21032026-07-10T22:12:20.842Z Compiling serde_with_macros v3.17.0
21042026-07-10T22:12:20.865Z Compiling hex v0.4.3
21052026-07-10T22:12:20.921Z Compiling async-recursion v1.1.1
21062026-07-10T22:12:20.972Z Compiling serde_repr v0.1.20
21072026-07-10T22:12:20.989Z Compiling clap_derive v4.6.1
21082026-07-10T22:12:21.010Z Compiling enum-as-inner v0.6.1
21092026-07-10T22:12:21.170Z Compiling ff v0.13.1
21102026-07-10T22:12:21.193Z Compiling vergen v9.1.0
21112026-07-10T22:12:21.282Z Compiling cargo-platform v0.3.2
21122026-07-10T22:12:21.328Z Compiling flate2 v1.1.9
21132026-07-10T22:12:21.425Z Compiling managed v0.8.0
21142026-07-10T22:12:21.533Z Compiling clap_lex v1.0.0
21152026-07-10T22:12:21.593Z Compiling libbz2-rs-sys v0.2.2
21162026-07-10T22:12:21.705Z Compiling same-file v1.0.6
21172026-07-10T22:12:21.764Z Compiling bitflags v1.3.2
21182026-07-10T22:12:21.812Z Compiling bumpalo v3.20.2
21192026-07-10T22:12:21.873Z Compiling foldhash v0.1.5
21202026-07-10T22:12:21.887Z Compiling base16ct v0.2.0
21212026-07-10T22:12:21.926Z Compiling foldhash v0.2.0
21222026-07-10T22:12:22.050Z Compiling bzip2 v0.6.1
21232026-07-10T22:12:22.066Z Compiling sec1 v0.7.3
21242026-07-10T22:12:22.082Z Compiling hashbrown v0.16.1
21252026-07-10T22:12:22.098Z Compiling zopfli v0.8.3
21262026-07-10T22:12:22.196Z Compiling hashbrown v0.15.5
21272026-07-10T22:12:22.264Z Compiling walkdir v2.5.0
21282026-07-10T22:12:22.347Z Compiling clap_builder v4.6.0
21292026-07-10T22:12:22.600Z Compiling cargo_metadata v0.23.1
21302026-07-10T22:12:22.678Z Compiling group v0.13.0
21312026-07-10T22:12:22.707Z Compiling futures v0.3.32
21322026-07-10T22:12:22.751Z Compiling zstd v0.13.3
21332026-07-10T22:12:22.802Z Compiling anstream v0.6.21
21342026-07-10T22:12:23.205Z Compiling phf v0.13.1
21352026-07-10T22:12:23.307Z Compiling snafu v0.8.9
21362026-07-10T22:12:23.380Z Compiling reqwest v0.12.28
21372026-07-10T22:12:23.527Z Compiling daft v0.1.7
21382026-07-10T22:12:23.657Z Compiling signal-hook-mio v0.2.5
21392026-07-10T22:12:23.827Z Compiling cipher v0.5.2
21402026-07-10T22:12:23.911Z Compiling cookie_store v0.22.1
21412026-07-10T22:12:24.014Z Compiling postgres-types v0.2.12
21422026-07-10T22:12:24.092Z Compiling bzip2 v0.4.4
21432026-07-10T22:12:24.110Z Compiling globset v0.4.18
21442026-07-10T22:12:24.135Z Compiling ed25519 v2.2.3
21452026-07-10T22:12:24.160Z Compiling strum v0.27.2
21462026-07-10T22:12:24.389Z Compiling hubpack v0.1.2
21472026-07-10T22:12:24.441Z Compiling phf_shared v0.11.3
21482026-07-10T22:12:24.477Z Compiling hkdf v0.12.4
21492026-07-10T22:12:24.549Z Compiling crossbeam-epoch v0.9.18
21502026-07-10T22:12:24.592Z Compiling pkcs1 v0.7.5
21512026-07-10T22:12:24.617Z Compiling olpc-cjson v0.1.4
21522026-07-10T22:12:24.792Z Compiling pem v3.0.6
21532026-07-10T22:12:24.848Z Compiling serde-big-array v0.5.1
21542026-07-10T22:12:24.913Z Compiling serde_plain v1.0.2
21552026-07-10T22:12:25.013Z Compiling crypto-bigint v0.5.5
21562026-07-10T22:12:25.139Z Compiling float-cmp v0.10.0
21572026-07-10T22:12:25.155Z Compiling memmap2 v0.9.10
21582026-07-10T22:12:25.172Z Compiling env_filter v1.0.0
21592026-07-10T22:12:25.175Z Compiling difflib v0.4.0
21602026-07-10T22:12:25.256Z Compiling precomputed-hash v0.1.1
21612026-07-10T22:12:25.305Z Compiling typed-path v0.9.3
21622026-07-10T22:12:25.364Z Compiling data-encoding v2.10.0
21632026-07-10T22:12:25.386Z Compiling static_assertions v1.1.0
21642026-07-10T22:12:25.404Z Compiling whoami v2.1.0
21652026-07-10T22:12:25.448Z Compiling keccak v0.1.6
21662026-07-10T22:12:25.463Z Compiling predicates-core v1.0.10
21672026-07-10T22:12:25.477Z Compiling toml_write v0.1.2
21682026-07-10T22:12:25.639Z Compiling jiff v0.2.21
21692026-07-10T22:12:25.819Z Compiling fixedbitset v0.5.7
21702026-07-10T22:12:25.892Z Compiling new_debug_unreachable v1.0.6
21712026-07-10T22:12:25.908Z Compiling fixedbitset v0.4.2
21722026-07-10T22:12:25.935Z Compiling normalize-line-endings v0.3.0
21732026-07-10T22:12:25.974Z Compiling const-oid v0.10.2
21742026-07-10T22:12:25.989Z Compiling string_cache v0.8.9
21752026-07-10T22:12:25.992Z Compiling elliptic-curve v0.13.8
21762026-07-10T22:12:26.031Z Compiling petgraph v0.8.3
21772026-07-10T22:12:26.048Z Compiling predicates v3.1.4
21782026-07-10T22:12:26.107Z Compiling petgraph v0.6.5
21792026-07-10T22:12:26.107Z Compiling chacha20 v0.10.0
21802026-07-10T22:12:26.136Z Compiling digest v0.11.3
21812026-07-10T22:12:26.217Z Compiling hickory-proto v0.25.2
21822026-07-10T22:12:26.359Z Compiling toml_edit v0.22.27
21832026-07-10T22:12:26.376Z Compiling tokio-postgres v0.7.16
21842026-07-10T22:12:26.399Z Compiling sha3 v0.10.8
21852026-07-10T22:12:26.415Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21862026-07-10T22:12:26.433Z Compiling env_logger v0.11.9
21872026-07-10T22:12:26.454Z Compiling usdt v0.6.0
21882026-07-10T22:12:27.074Z Compiling rsa v0.9.10
21892026-07-10T22:12:28.100Z Compiling ed25519-dalek v2.2.0
21902026-07-10T22:12:28.162Z Compiling zip v0.6.6
21912026-07-10T22:12:28.406Z Compiling zip v4.6.1
21922026-07-10T22:12:28.698Z Compiling clap v4.6.1
21932026-07-10T22:12:28.713Z Compiling crossterm v0.28.1
21942026-07-10T22:12:28.796Z Compiling iddqd v0.4.2
21952026-07-10T22:12:29.145Z Compiling serde_with v3.17.0
21962026-07-10T22:12:29.178Z Compiling similar v2.7.0
21972026-07-10T22:12:29.214Z Compiling strum v0.26.3
21982026-07-10T22:12:29.312Z Compiling toml v0.7.8
21992026-07-10T22:12:29.366Z Compiling tokio-stream v0.1.18
22002026-07-10T22:12:29.382Z Compiling buf-list v1.1.2
22012026-07-10T22:12:29.658Z Compiling x509-cert v0.2.5
22022026-07-10T22:12:29.863Z Compiling itertools v0.13.0
22032026-07-10T22:12:29.939Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22042026-07-10T22:12:30.035Z Compiling openapiv3 v2.2.0
22052026-07-10T22:12:30.636Z Compiling peg-runtime v0.8.5
22062026-07-10T22:12:30.729Z Compiling lalrpop-util v0.19.12
22072026-07-10T22:12:46.892Z Compiling rustls-webpki v0.103.13
22082026-07-10T22:12:48.012Z Compiling macaddr v1.0.1
22092026-07-10T22:12:48.051Z Compiling structmeta-derive v0.3.0
22102026-07-10T22:12:48.131Z Compiling rayon-core v1.13.0
22112026-07-10T22:12:48.318Z Compiling crucible-workspace-hack v0.1.0
22122026-07-10T22:12:48.334Z Compiling itertools v0.14.0
22132026-07-10T22:12:48.386Z Compiling secrecy v0.10.3
22142026-07-10T22:12:48.446Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-07-10T22:12:48.522Z Compiling heapless v0.8.0
22162026-07-10T22:12:48.559Z Compiling toml_datetime v0.7.5+spec-1.1.0
22172026-07-10T22:12:48.670Z Compiling crossbeam-deque v0.8.6
22182026-07-10T22:12:48.711Z Compiling inout v0.1.4
22192026-07-10T22:12:48.740Z Compiling toml_edit v0.23.10+spec-1.0.0
22202026-07-10T22:12:48.804Z Compiling hash32 v0.3.1
22212026-07-10T22:12:48.876Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-07-10T22:12:48.890Z Compiling multer v3.1.0
22232026-07-10T22:12:48.916Z Compiling thread_local v1.1.9
22242026-07-10T22:12:49.022Z Compiling slog-async v2.8.0
22252026-07-10T22:12:49.027Z Compiling compression-core v0.4.31
22262026-07-10T22:12:49.046Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-07-10T22:12:49.065Z Compiling structmeta v0.3.0
22282026-07-10T22:12:49.147Z Compiling match_cfg v0.1.0
22292026-07-10T22:12:49.232Z Compiling smoltcp v0.11.0
22302026-07-10T22:12:49.248Z Compiling unicode-width v0.2.0
22312026-07-10T22:12:49.321Z Compiling proc-macro-crate v3.4.0
22322026-07-10T22:12:49.324Z Compiling derive-ex v0.1.8
22332026-07-10T22:12:49.366Z Compiling hostname v0.3.1
22342026-07-10T22:12:49.406Z Compiling compression-codecs v0.4.37
22352026-07-10T22:12:49.623Z Compiling ingot-macros v0.1.1
22362026-07-10T22:12:49.636Z Compiling cipher v0.4.4
22372026-07-10T22:12:49.676Z Compiling atomicwrites v0.4.4
22382026-07-10T22:12:49.777Z Compiling slog-json v2.6.1
22392026-07-10T22:12:49.796Z Compiling crossbeam-channel v0.5.15
22402026-07-10T22:12:49.911Z Compiling half v2.7.1
22412026-07-10T22:12:49.973Z Compiling newtype-uuid-macros v0.1.0
22422026-07-10T22:12:50.047Z Compiling cobs v0.3.0
22432026-07-10T22:12:50.123Z Compiling universal-hash v0.5.1
22442026-07-10T22:12:50.287Z Compiling thiserror-impl-no-std v2.0.2
22452026-07-10T22:12:50.303Z Compiling tokio-rustls v0.26.4
22462026-07-10T22:12:50.340Z Compiling rustls-platform-verifier v0.6.2
22472026-07-10T22:12:50.387Z Compiling tough v0.22.0
22482026-07-10T22:12:50.493Z Compiling async-stream-impl v0.3.6
22492026-07-10T22:12:50.556Z Compiling hyper-rustls v0.27.7
22502026-07-10T22:12:50.590Z Compiling serde_spanned v1.1.1
22512026-07-10T22:12:50.733Z Compiling toml_datetime v1.1.1+spec-1.1.0
22522026-07-10T22:12:50.762Z Compiling is-terminal v0.4.17
22532026-07-10T22:12:50.882Z Compiling reqwest v0.13.2
22542026-07-10T22:12:50.899Z Compiling dropshot v0.17.1
22552026-07-10T22:12:50.902Z Compiling proc-macro-error-attr v1.0.4
22562026-07-10T22:12:51.075Z Compiling take_mut v0.2.2
22572026-07-10T22:12:51.139Z Compiling convert_case v0.4.0
22582026-07-10T22:12:51.155Z Compiling ciborium-io v0.2.2
22592026-07-10T22:12:51.170Z Compiling term v1.2.1
22602026-07-10T22:12:51.173Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22612026-07-10T22:12:51.212Z Compiling toml_writer v1.1.1+spec-1.1.0
22622026-07-10T22:12:51.273Z Compiling opaque-debug v0.3.1
22632026-07-10T22:12:51.332Z Compiling thiserror-no-std v2.0.2
22642026-07-10T22:12:51.361Z Compiling poly1305 v0.8.0
22652026-07-10T22:12:51.432Z Compiling toml v1.1.2+spec-1.1.0
22662026-07-10T22:12:51.447Z Compiling ciborium-ll v0.2.2
22672026-07-10T22:12:51.464Z Compiling derive_more v0.99.20
22682026-07-10T22:12:51.491Z Compiling slog-term v2.9.2
22692026-07-10T22:12:51.854Z Compiling async-stream v0.3.6
22702026-07-10T22:12:51.895Z Compiling test-strategy v0.4.5
22712026-07-10T22:12:51.911Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-07-10T22:12:52.011Z Compiling postcard v1.1.3
22732026-07-10T22:12:52.232Z Compiling ingot-types v0.1.2
22742026-07-10T22:12:52.405Z Compiling slog-bunyan v2.5.0
22752026-07-10T22:12:52.604Z Compiling chacha20 v0.9.1
22762026-07-10T22:12:52.704Z Compiling ingot v0.1.1
22772026-07-10T22:12:52.749Z Compiling num_enum_derive v0.7.6
22782026-07-10T22:12:52.918Z Compiling async-compression v0.4.41
22792026-07-10T22:12:52.962Z Compiling parse-display-derive v0.10.0
22802026-07-10T22:12:53.205Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22812026-07-10T22:12:53.393Z Compiling sha1 v0.11.0
22822026-07-10T22:12:53.644Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-07-10T22:12:53.698Z Compiling proc-macro-crate v1.3.1
22842026-07-10T22:12:53.713Z Compiling waitgroup v0.1.2
22852026-07-10T22:12:53.890Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22862026-07-10T22:12:53.905Z Compiling password-hash v0.5.0
22872026-07-10T22:12:53.957Z Compiling backon v1.6.0
22882026-07-10T22:12:53.973Z Compiling rustls-pemfile v2.2.0
22892026-07-10T22:12:53.988Z Compiling dropshot_endpoint v0.17.1
22902026-07-10T22:12:54.060Z Compiling blake2 v0.10.6
22912026-07-10T22:12:54.096Z Compiling aead v0.5.2
22922026-07-10T22:12:54.126Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22932026-07-10T22:12:54.241Z Compiling foreign-types-macros v0.2.3
22942026-07-10T22:12:54.268Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22952026-07-10T22:12:54.292Z Compiling serde_path_to_error v0.1.20
22962026-07-10T22:12:54.310Z Compiling hostname v0.4.2
22972026-07-10T22:12:54.496Z Compiling proc-macro-error v1.0.4
22982026-07-10T22:12:54.513Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22992026-07-10T22:12:54.531Z Compiling instant v0.1.13
23002026-07-10T22:12:54.611Z Compiling debug-ignore v1.0.5
23012026-07-10T22:12:54.678Z Compiling foreign-types-shared v0.3.1
23022026-07-10T22:12:54.733Z Compiling backoff v0.4.0
23032026-07-10T22:12:54.749Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23042026-07-10T22:12:54.784Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23052026-07-10T22:12:54.815Z Compiling parse-display v0.10.0
23062026-07-10T22:12:54.841Z Compiling argon2 v0.5.3
23072026-07-10T22:12:54.857Z Compiling foreign-types v0.5.0
23082026-07-10T22:12:54.872Z Compiling chacha20poly1305 v0.10.1
23092026-07-10T22:12:54.909Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23102026-07-10T22:12:54.957Z Compiling num_enum_derive v0.5.11
23112026-07-10T22:12:54.981Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23122026-07-10T22:12:55.004Z Compiling num_enum v0.7.6
23132026-07-10T22:12:55.045Z Compiling ciborium v0.2.2
23142026-07-10T22:12:55.259Z Compiling vsss-rs v3.3.4
23152026-07-10T22:12:55.289Z Compiling tabwriter v1.4.1
23162026-07-10T22:12:55.368Z Compiling regress v0.10.5
23172026-07-10T22:12:55.467Z Compiling byte-wrapper v0.1.0
23182026-07-10T22:12:55.595Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192026-07-10T22:12:55.634Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23202026-07-10T22:12:55.693Z Compiling cstr-argument v0.1.2
23212026-07-10T22:12:55.696Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23222026-07-10T22:12:55.902Z Compiling humantime v2.3.0
23232026-07-10T22:12:55.918Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242026-07-10T22:12:55.949Z Compiling num_enum v0.5.11
23252026-07-10T22:12:55.952Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23262026-07-10T22:12:55.992Z Compiling rayon v1.11.0
23272026-07-10T22:12:56.062Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-07-10T22:12:56.122Z Compiling rand v0.10.1
23292026-07-10T22:12:56.210Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-07-10T22:12:56.225Z Compiling libefi-sys v0.1.0
23312026-07-10T22:12:56.228Z Compiling colored v3.1.1
23322026-07-10T22:12:56.357Z Compiling indent_write v2.2.0
23332026-07-10T22:12:56.360Z Compiling zone_cfg_derive v0.3.1
23342026-07-10T22:12:56.387Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-07-10T22:12:56.482Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23362026-07-10T22:12:56.512Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23372026-07-10T22:12:56.542Z Compiling camino-tempfile v1.4.1
23382026-07-10T22:12:56.560Z Compiling itertools v0.12.1
23392026-07-10T22:12:56.603Z Compiling usdt-macro v0.5.0
23402026-07-10T22:12:56.761Z Compiling usdt-attr-macro v0.5.0
23412026-07-10T22:12:56.933Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23422026-07-10T22:12:56.933Z Compiling num-derive v0.4.2
23432026-07-10T22:12:56.970Z Compiling bitfield-struct v0.6.2
23442026-07-10T22:12:56.989Z Compiling blake3 v1.8.5
23452026-07-10T22:12:56.996Z Compiling memmap v0.7.0
23462026-07-10T22:12:57.022Z Compiling sigpipe v0.1.3
23472026-07-10T22:12:57.041Z Compiling swrite v0.1.0
23482026-07-10T22:12:57.057Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-07-10T22:12:57.126Z Compiling glob v0.3.3
23502026-07-10T22:12:57.162Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23512026-07-10T22:12:57.335Z Compiling smf v0.2.3
23522026-07-10T22:12:57.467Z Compiling filetime v0.2.27
23532026-07-10T22:12:57.520Z Compiling arrayvec v0.7.6
23542026-07-10T22:12:57.546Z Compiling usdt v0.5.0
23552026-07-10T22:12:57.617Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-07-10T22:12:57.693Z Compiling arrayref v0.3.9
23572026-07-10T22:12:57.773Z Compiling xattr v1.6.1
23582026-07-10T22:12:57.792Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-07-10T22:12:57.804Z Compiling constant_time_eq v0.4.2
23602026-07-10T22:12:57.876Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23612026-07-10T22:12:57.891Z Compiling zone v0.3.1
23622026-07-10T22:12:57.894Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23632026-07-10T22:12:57.941Z Compiling whoami v1.6.1
23642026-07-10T22:12:58.022Z Compiling tar v0.4.45
23652026-07-10T22:12:58.026Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-07-10T22:12:58.055Z Compiling tokio-dtrace v0.1.1
23672026-07-10T22:12:58.183Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23682026-07-10T22:12:58.202Z Compiling console v0.16.2
23692026-07-10T22:12:58.408Z Compiling gethostname v0.5.0
23702026-07-10T22:12:58.441Z Compiling unit-prefix v0.5.2
23712026-07-10T22:12:58.494Z Compiling topological-sort v0.2.2
23722026-07-10T22:12:58.557Z Compiling oxide-tokio-rt v0.1.4
23732026-07-10T22:12:58.583Z Compiling toml v0.8.23
23742026-07-10T22:12:58.620Z Compiling indicatif v0.18.4
23752026-07-10T22:12:58.698Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23762026-07-10T22:12:58.717Z Compiling shell-words v1.1.1
23772026-07-10T22:13:08.059Z Compiling progenitor-client v0.14.0
23782026-07-10T22:13:08.060Z Compiling omicron-zone-package v0.12.3
23792026-07-10T22:13:08.300Z Compiling progenitor-extras v0.2.0
23802026-07-10T22:13:08.644Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-07-10T22:13:08.678Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-07-10T22:13:08.738Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-07-10T22:13:08.782Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-07-10T22:13:08.782Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-07-10T22:13:08.846Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-07-10T22:13:09.132Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-07-10T22:13:09.177Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23882026-07-10T22:13:09.433Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-07-10T22:13:13.382Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-07-10T22:13:21.290Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-07-10T22:13:24.429Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-07-10T22:13:25.458Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-07-10T22:13:34.814Z Finished `release` profile [optimized] target(s) in 1m 39s
23942026-07-10T22:13:34.962Z Running `target/release/omicron-package -t test target create -p dev`
23952026-07-10T22:13:35.021ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-07-10T22:13:35.027ZCreated new build target 'test' and set it as active
23972026-07-10T22:13:35.027Z
23982026-07-10T22:13:35.027Zreal 1:39.612503771
23992026-07-10T22:13:35.027Zuser 16:22.819850201
24002026-07-10T22:13:35.027Zsys 2:35.281695179
24012026-07-10T22:13:35.028Ztrap 0.468628666
24022026-07-10T22:13:35.028Ztflt 2.488689711
24032026-07-10T22:13:35.028Zdflt 4.083496070
24042026-07-10T22:13:35.029Zkflt 0.000729945
24052026-07-10T22:13:35.029Zlock 51:33.117934953
24062026-07-10T22:13:35.029Zslp 42:14.920288299
24072026-07-10T22:13:35.029Zlat 40.608227991
24082026-07-10T22:13:35.029Zstop 5:08.022373419
24092026-07-10T22:13:35.029Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-07-10T22:13:35.855Z Finished `release` profile [optimized] target(s) in 0.81s
24112026-07-10T22:13:35.921Z Running `target/release/omicron-package -t test package`
24122026-07-10T22:13:35.972ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-07-10T22:13:37.344Z Compiling heck v0.5.0
24142026-07-10T22:13:37.344Z Compiling regress v0.11.1
24152026-07-10T22:13:37.534Z Compiling unsafe-libyaml v0.2.11
24162026-07-10T22:13:37.586Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-07-10T22:13:37.618Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24182026-07-10T22:13:37.622Z Compiling unicode-width v0.1.14
24192026-07-10T22:13:37.657Z Compiling atomicwrites v0.4.4
24202026-07-10T22:13:37.677Z Compiling derive-where v1.6.0
24212026-07-10T22:13:37.681Z Compiling bytecount v0.6.9
24222026-07-10T22:13:37.699Z Compiling is-terminal v0.4.17
24232026-07-10T22:13:37.741Z Compiling prettyplease v0.2.37
24242026-07-10T22:13:37.744Z Compiling console v0.15.11
24252026-07-10T22:13:37.744Z Compiling newline-converter v0.3.0
24262026-07-10T22:13:37.744Z Compiling slog-dtrace v0.3.0
24272026-07-10T22:13:37.781Z Compiling resolv-conf v0.7.6
24282026-07-10T22:13:37.849Z Compiling owo-colors v4.3.0
24292026-07-10T22:13:37.863Z Compiling cancel-safe-futures v0.1.5
24302026-07-10T22:13:37.874Z Compiling num-rational v0.4.2
24312026-07-10T22:13:37.910Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-07-10T22:13:37.987Z Compiling libsw-core v0.3.2
24332026-07-10T22:13:37.987Z Compiling num-complex v0.4.6
24342026-07-10T22:13:38.064Z Compiling thread_local v1.1.9
24352026-07-10T22:13:38.104Z Compiling serde_yaml v0.9.34+deprecated
24362026-07-10T22:13:38.179Z Compiling expectorate v1.2.0
24372026-07-10T22:13:38.220Z Compiling compression-core v0.4.31
24382026-07-10T22:13:38.248Z Compiling match_cfg v0.1.0
24392026-07-10T22:13:38.335Z Compiling hostname v0.3.1
24402026-07-10T22:13:38.403Z Compiling num v0.4.3
24412026-07-10T22:13:38.423Z Compiling compression-codecs v0.4.37
24422026-07-10T22:13:38.445Z Compiling libsw v3.5.0
24432026-07-10T22:13:38.473Z Compiling multer v3.1.0
24442026-07-10T22:13:38.491Z Compiling slog-async v2.8.0
24452026-07-10T22:13:38.513Z Compiling crossbeam-channel v0.5.15
24462026-07-10T22:13:38.537Z Compiling slog-json v2.6.1
24472026-07-10T22:13:38.555Z Compiling toml_datetime v1.1.1+spec-1.1.0
24482026-07-10T22:13:38.666Z Compiling serde_spanned v1.1.1
24492026-07-10T22:13:38.686Z Compiling float-ord v0.3.2
24502026-07-10T22:13:38.726Z Compiling toml_writer v1.1.1+spec-1.1.0
24512026-07-10T22:13:38.764Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24522026-07-10T22:13:38.818Z Compiling linear-map v1.2.0
24532026-07-10T22:13:38.842Z Compiling term v1.2.1
24542026-07-10T22:13:38.875Z Compiling linked-hash-map v0.5.6
24552026-07-10T22:13:38.878Z Compiling take_mut v0.2.2
24562026-07-10T22:13:38.920Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24572026-07-10T22:13:38.923Z Compiling slog-bunyan v2.5.0
24582026-07-10T22:13:38.943Z Compiling toml v1.1.2+spec-1.1.0
24592026-07-10T22:13:38.988Z Compiling async-compression v0.4.41
24602026-07-10T22:13:39.036Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24612026-07-10T22:13:39.077Z Compiling typify-impl v0.6.2
24622026-07-10T22:13:39.123Z Compiling lru-cache v0.1.2
24632026-07-10T22:13:39.193Z Compiling slog-term v2.9.2
24642026-07-10T22:13:39.299Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24652026-07-10T22:13:39.399Z Compiling dropshot v0.17.1
24662026-07-10T22:13:39.420Z Compiling async-stream v0.3.6
24672026-07-10T22:13:39.454Z Compiling sha1 v0.11.0
24682026-07-10T22:13:39.455Z Compiling progenitor-client v0.14.0
24692026-07-10T22:13:39.497Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-07-10T22:13:39.497Z Compiling waitgroup v0.1.2
24712026-07-10T22:13:39.612Z Compiling rustls-pemfile v2.2.0
24722026-07-10T22:13:39.633Z Compiling backon v1.6.0
24732026-07-10T22:13:39.680Z Compiling serde_path_to_error v0.1.20
24742026-07-10T22:13:39.705Z Compiling hostname v0.4.2
24752026-07-10T22:13:39.725Z Compiling instant v0.1.13
24762026-07-10T22:13:39.761Z Compiling debug-ignore v1.0.5
24772026-07-10T22:13:39.787Z Compiling minimal-lexical v0.2.1
24782026-07-10T22:13:39.832Z Compiling progenitor-extras v0.2.0
24792026-07-10T22:13:39.865Z Compiling backoff v0.4.0
24802026-07-10T22:13:39.865Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24812026-07-10T22:13:39.904Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-07-10T22:13:39.907Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24832026-07-10T22:13:40.051Z Compiling nom v7.1.3
24842026-07-10T22:13:40.098Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24852026-07-10T22:13:40.118Z Compiling parse-display v0.10.0
24862026-07-10T22:13:40.144Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-07-10T22:13:40.165Z Compiling hickory-proto v0.24.4
24882026-07-10T22:13:40.407Z Compiling regress v0.10.5
24892026-07-10T22:13:40.733Z Compiling macaddr v1.0.1
24902026-07-10T22:13:40.769Z Compiling unicode-xid v0.2.6
24912026-07-10T22:13:40.865Z Compiling humantime v2.3.0
24922026-07-10T22:13:40.984Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24932026-07-10T22:13:41.171Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24942026-07-10T22:13:41.192Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24952026-07-10T22:13:41.468Z Compiling convert_case v0.10.0
24962026-07-10T22:13:41.506Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24972026-07-10T22:13:41.774Z Compiling derive_more-impl v2.1.1
24982026-07-10T22:13:42.017Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24992026-07-10T22:13:42.159Z Compiling toml v0.8.23
25002026-07-10T22:13:42.371Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25012026-07-10T22:13:42.466Z Compiling papergrid v0.11.0
25022026-07-10T22:13:42.536Z Compiling tabled_derive v0.7.0
25032026-07-10T22:13:42.578Z Compiling derive_more v2.1.1
25042026-07-10T22:13:42.598Z Compiling typify-macro v0.6.2
25052026-07-10T22:13:42.690Z Compiling hickory-resolver v0.24.4
25062026-07-10T22:13:42.751Z Compiling termtree v0.5.1
25072026-07-10T22:13:42.776Z Compiling crossterm v0.29.0
25082026-07-10T22:13:42.945Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25092026-07-10T22:13:43.179Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-07-10T22:13:43.462Z Compiling tabled v0.15.0
25112026-07-10T22:13:43.633Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25122026-07-10T22:13:44.117Z Compiling typify v0.6.2
25132026-07-10T22:13:44.413Z Compiling progenitor-impl v0.14.0
25142026-07-10T22:13:44.873Z Compiling qorb v0.4.1
25152026-07-10T22:13:45.742Z Compiling phf_shared v0.12.1
25162026-07-10T22:13:45.991Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25172026-07-10T22:13:46.538Z Compiling vte v0.14.1
25182026-07-10T22:13:46.561Z Compiling progenitor-macro v0.14.0
25192026-07-10T22:13:46.631Z Compiling csv-core v0.1.13
25202026-07-10T22:13:46.788Z Compiling chrono-tz v0.10.4
25212026-07-10T22:13:47.092Z Compiling highway v1.3.0
25222026-07-10T22:13:47.754Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25232026-07-10T22:13:47.826Z Compiling csv v1.4.0
25242026-07-10T22:13:48.035Z Compiling strip-ansi-escapes v0.2.1
25252026-07-10T22:13:48.107Z Compiling phf v0.12.1
25262026-07-10T22:13:48.131Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-07-10T22:13:48.244Z Compiling const_format_proc_macros v0.2.34
25282026-07-10T22:13:48.317Z Compiling fd-lock v4.0.4
25292026-07-10T22:13:48.489Z Compiling peg-macros v0.8.5
25302026-07-10T22:13:48.591Z Compiling nu-ansi-term v0.50.3
25312026-07-10T22:13:48.631Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-07-10T22:13:49.017Z Compiling const_format v0.2.35
25332026-07-10T22:13:49.146Z Compiling reedline v0.40.0
25342026-07-10T22:13:49.556Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-07-10T22:13:49.787Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25362026-07-10T22:13:50.364Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-07-10T22:13:50.563Z Compiling progenitor v0.14.0
25382026-07-10T22:13:50.751Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25392026-07-10T22:13:50.773Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25402026-07-10T22:13:50.860Z Compiling peg v0.8.5
25412026-07-10T22:13:50.968Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25422026-07-10T22:13:51.093Z Compiling bcs v0.1.6
25432026-07-10T22:13:51.406Z Compiling nom v8.0.0
25442026-07-10T22:13:51.526Z Compiling semver v0.1.20
25452026-07-10T22:13:51.817Z Compiling rustc_version v0.1.7
25462026-07-10T22:13:52.049Z Compiling newtype_derive v0.1.6
25472026-07-10T22:13:52.318Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-07-10T22:13:52.581Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25492026-07-10T22:13:52.924Z Compiling unicode-linebreak v0.1.5
25502026-07-10T22:13:53.009Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-07-10T22:13:53.258Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25522026-07-10T22:13:53.294Z Compiling smawk v0.3.2
25532026-07-10T22:13:53.353Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25542026-07-10T22:13:53.486Z Compiling textwrap v0.16.2
25552026-07-10T22:13:53.615Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25562026-07-10T22:13:53.756Z Compiling steno v0.4.1
25572026-07-10T22:13:53.788Z Compiling base64 v0.21.7
25582026-07-10T22:13:54.433Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25592026-07-10T22:13:54.618Z Compiling dropshot-api-manager-types v0.7.2
25602026-07-10T22:13:54.659Z Compiling sha1 v0.10.6
25612026-07-10T22:13:55.107Z Compiling utf-8 v0.7.6
25622026-07-10T22:13:55.128Z Compiling tagptr v0.2.0
25632026-07-10T22:13:55.207Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25642026-07-10T22:13:55.327Z Compiling moka v0.12.13
25652026-07-10T22:13:55.349Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-07-10T22:13:55.354Z Compiling tungstenite v0.21.0
25672026-07-10T22:13:55.478Z Compiling display-error-chain v0.2.2
25682026-07-10T22:13:55.631Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25692026-07-10T22:13:55.654Z Compiling radium v0.7.0
25702026-07-10T22:13:55.706Z Compiling tap v1.0.1
25712026-07-10T22:13:55.857Z Compiling maybe-uninit v2.0.0
25722026-07-10T22:13:55.993Z Compiling tokio-tungstenite v0.21.0
25732026-07-10T22:13:56.377Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25742026-07-10T22:13:56.483Z Compiling hickory-resolver v0.25.2
25752026-07-10T22:13:56.513Z Compiling wyz v0.5.1
25762026-07-10T22:13:56.640Z Compiling vergen-lib v0.1.6
25772026-07-10T22:13:56.775Z Compiling zerocopy-derive v0.6.6
25782026-07-10T22:13:56.882Z Compiling diesel_derives v2.3.7
25792026-07-10T22:13:57.121Z Compiling funty v2.0.0
25802026-07-10T22:13:57.475Z Compiling crc-catalog v2.4.0
25812026-07-10T22:13:57.611Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25822026-07-10T22:13:57.650Z Compiling packed_struct v0.10.1
25832026-07-10T22:13:57.966Z Compiling zerocopy v0.6.6
25842026-07-10T22:13:58.072Z Compiling crc v3.4.0
25852026-07-10T22:13:58.294Z Compiling bitvec v1.0.1
25862026-07-10T22:13:58.518Z Compiling scheduled-thread-pool v0.2.7
25872026-07-10T22:13:58.608Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-07-10T22:13:59.105Z Compiling dsl_auto_type v0.2.0
25892026-07-10T22:13:59.264Z Compiling packed_struct_codegen v0.10.1
25902026-07-10T22:13:59.527Z Compiling vergen-gitcl v1.0.8
25912026-07-10T22:13:59.667Z Compiling diesel_table_macro_syntax v0.3.0
25922026-07-10T22:13:59.696Z Compiling bitfield-macros v0.19.4
25932026-07-10T22:13:59.812Z Compiling proc-macro-error-attr2 v2.0.0
25942026-07-10T22:13:59.965Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25952026-07-10T22:14:00.157Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25962026-07-10T22:14:00.252Z Compiling dirs-sys-next v0.1.2
25972026-07-10T22:14:00.295Z Compiling indexmap v1.9.3
25982026-07-10T22:14:00.348Z Compiling nodrop v0.1.14
25992026-07-10T22:14:00.427Z Compiling crunchy v0.2.4
26002026-07-10T22:14:00.525Z Compiling maplit v1.0.2
26012026-07-10T22:14:00.536Z Compiling glob v0.3.3
26022026-07-10T22:14:00.587Z Compiling array-init v0.0.4
26032026-07-10T22:14:00.606Z Compiling bitfield v0.19.4
26042026-07-10T22:14:00.769Z Compiling dirs-next v2.0.0
26052026-07-10T22:14:00.882Z Compiling clang-sys v1.8.1
26062026-07-10T22:14:00.955Z Compiling proc-macro-error2 v2.0.1
26072026-07-10T22:14:01.270Z Compiling r2d2 v0.8.10
26082026-07-10T22:14:01.291Z Compiling smallvec v0.6.14
26092026-07-10T22:14:01.555Z Compiling num-derive v0.3.3
26102026-07-10T22:14:01.559Z Compiling tiny-keccak v2.0.2
26112026-07-10T22:14:01.647Z Compiling hashbrown v0.12.3
26122026-07-10T22:14:01.821Z Compiling downcast-rs v2.0.2
26132026-07-10T22:14:02.009Z Compiling serde-hex v0.1.0
26142026-07-10T22:14:02.241Z Compiling tabled_derive v0.11.0
26152026-07-10T22:14:02.294Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-07-10T22:14:02.476Z Compiling libscf-sys v1.1.0
26172026-07-10T22:14:02.517Z Compiling term v0.7.0
26182026-07-10T22:14:02.651Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-07-10T22:14:02.672Z Compiling ron v0.8.1
26202026-07-10T22:14:02.701Z Compiling papergrid v0.17.0
26212026-07-10T22:14:02.809Z Compiling testing_table v0.3.0
26222026-07-10T22:14:02.887Z Compiling hashbrown v0.13.2
26232026-07-10T22:14:03.020Z Compiling bit-vec v0.6.3
26242026-07-10T22:14:03.236Z Compiling crc-any v2.5.0
26252026-07-10T22:14:03.262Z Compiling bit-set v0.5.3
26262026-07-10T22:14:03.296Z Compiling ascii-canvas v3.0.0
26272026-07-10T22:14:03.442Z Compiling object v0.30.4
26282026-07-10T22:14:03.499Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-07-10T22:14:03.652Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-07-10T22:14:03.784Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26312026-07-10T22:14:04.156Z Compiling tabled v0.20.0
26322026-07-10T22:14:04.160Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26332026-07-10T22:14:04.392Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26342026-07-10T22:14:04.703Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-07-10T22:14:05.051Z Compiling progenitor-impl v0.13.0
26362026-07-10T22:14:05.347Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26372026-07-10T22:14:05.441Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-07-10T22:14:05.459Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26392026-07-10T22:14:05.614Z Compiling itertools v0.10.5
26402026-07-10T22:14:05.647Z Compiling ena v0.14.4
26412026-07-10T22:14:05.673Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26422026-07-10T22:14:05.733Z Compiling diesel v2.3.7
26432026-07-10T22:14:05.895Z Compiling libloading v0.8.9
26442026-07-10T22:14:06.061Z Compiling regex-syntax v0.6.29
26452026-07-10T22:14:06.133Z Compiling path-slash v0.1.5
26462026-07-10T22:14:06.330Z Compiling diff v0.1.13
26472026-07-10T22:14:06.586Z Compiling xshell-macros v0.2.7
26482026-07-10T22:14:06.772Z Compiling unicase v2.9.0
26492026-07-10T22:14:06.914Z Compiling bindgen v0.71.1
26502026-07-10T22:14:06.994Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26512026-07-10T22:14:07.069Z Compiling xshell v0.2.7
26522026-07-10T22:14:07.217Z Compiling progenitor-macro v0.13.0
26532026-07-10T22:14:07.263Z Compiling lalrpop v0.19.12
26542026-07-10T22:14:07.803Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26552026-07-10T22:14:08.416Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26562026-07-10T22:14:09.392Z Compiling cexpr v0.6.0
26572026-07-10T22:14:10.026Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-07-10T22:14:10.258Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26592026-07-10T22:14:10.713Z Compiling progenitor-client v0.13.0
26602026-07-10T22:14:11.164Z Compiling rustc-hash v2.1.1
26612026-07-10T22:14:11.238Z Compiling progenitor v0.13.0
26622026-07-10T22:14:11.341Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-07-10T22:14:12.082Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26642026-07-10T22:14:12.261Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-07-10T22:14:12.544Z Compiling headers-core v0.3.0
26662026-07-10T22:14:12.600Z Compiling libxml v0.3.3
26672026-07-10T22:14:12.700Z Compiling crc8 v0.1.1
26682026-07-10T22:14:12.721Z Compiling headers v0.4.1
26692026-07-10T22:14:12.832Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-07-10T22:14:12.853Z Compiling strum_macros v0.24.3
26712026-07-10T22:14:12.920Z Compiling indoc v1.0.9
26722026-07-10T22:14:13.107Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-07-10T22:14:13.277Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-07-10T22:14:13.370Z Compiling git-stub v1.0.0
26752026-07-10T22:14:13.520Z Compiling derive_builder v0.20.2
26762026-07-10T22:14:13.637Z Compiling oso-derive v0.27.3
26772026-07-10T22:14:13.688Z Compiling quick-xml v0.37.5
26782026-07-10T22:14:13.861Z Compiling impl-trait-for-tuples v0.2.3
26792026-07-10T22:14:14.095Z Compiling openssl-probe v0.1.6
26802026-07-10T22:14:14.169Z Compiling git-stub-vcs v0.1.0
26812026-07-10T22:14:14.393Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-07-10T22:14:14.418Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26832026-07-10T22:14:14.529Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26842026-07-10T22:14:14.635Z Compiling polar-core v0.27.3
26852026-07-10T22:14:14.769Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26862026-07-10T22:14:14.870Z Compiling bb8 v0.8.6
26872026-07-10T22:14:15.132Z Compiling trait-variant v0.1.2
26882026-07-10T22:14:15.162Z Compiling half v1.8.3
26892026-07-10T22:14:15.286Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26902026-07-10T22:14:15.525Z Compiling serde_cbor v0.11.2
26912026-07-10T22:14:15.646Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26922026-07-10T22:14:15.704Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-07-10T22:14:15.934Z Compiling samael v0.0.19
26942026-07-10T22:14:16.228Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26952026-07-10T22:14:16.416Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26962026-07-10T22:14:16.521Z Compiling nonempty v0.12.0
26972026-07-10T22:14:16.673Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26982026-07-10T22:14:16.747Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26992026-07-10T22:14:16.769Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27002026-07-10T22:14:16.955Z Compiling fxhash v0.2.1
27012026-07-10T22:14:17.141Z Compiling libz-sys v1.1.24
27022026-07-10T22:14:17.394Z Compiling salty v0.3.0
27032026-07-10T22:14:17.715Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27042026-07-10T22:14:17.847Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-07-10T22:14:17.944Z Compiling kstat-rs v0.2.4
27062026-07-10T22:14:18.126Z Compiling arc-swap v1.8.2
27072026-07-10T22:14:18.418Z Compiling fs-err v2.11.0
27082026-07-10T22:14:18.732Z Compiling mime_guess v2.0.5
27092026-07-10T22:14:18.763Z Compiling slog-scope v4.4.1
27102026-07-10T22:14:18.813Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27112026-07-10T22:14:19.236Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-07-10T22:14:19.341Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27132026-07-10T22:14:19.825Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-07-10T22:14:19.972Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-07-10T22:14:20.393Z Compiling rfc6979 v0.4.0
27162026-07-10T22:14:20.502Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27172026-07-10T22:14:20.581Z Compiling nanorand v0.7.0
27182026-07-10T22:14:20.950Z Compiling darling_core v0.23.0
27192026-07-10T22:14:20.975Z Compiling libgit2-sys v0.18.3+1.9.2
27202026-07-10T22:14:21.152Z Compiling parking_lot_core v0.8.6
27212026-07-10T22:14:21.492Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-07-10T22:14:21.790Z Compiling flume v0.11.1
27232026-07-10T22:14:22.198Z Compiling ecdsa v0.16.9
27242026-07-10T22:14:22.440Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27252026-07-10T22:14:22.894Z Compiling slog-stdlog v4.1.1
27262026-07-10T22:14:23.353Z Compiling async-bb8-diesel v0.2.1
27272026-07-10T22:14:23.406Z Compiling diesel-dtrace v0.5.0
27282026-07-10T22:14:23.460Z Compiling darling_macro v0.23.0
27292026-07-10T22:14:23.733Z Compiling oso v0.27.3
27302026-07-10T22:14:23.842Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27312026-07-10T22:14:23.937Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27322026-07-10T22:14:23.989Z Compiling primeorder v0.13.6
27332026-07-10T22:14:24.326Z Compiling atty v0.2.14
27342026-07-10T22:14:24.487Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27352026-07-10T22:14:24.733Z Compiling strsim v0.10.0
27362026-07-10T22:14:25.046Z Compiling parse-size v1.1.0
27372026-07-10T22:14:25.219Z Compiling http-range v0.1.5
27382026-07-10T22:14:25.268Z Compiling instability v0.3.11
27392026-07-10T22:14:25.554Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27402026-07-10T22:14:25.558Z Compiling darling_core v0.13.4
27412026-07-10T22:14:26.640Z Compiling p384 v0.13.1
27422026-07-10T22:14:27.198Z Compiling darling v0.23.0
27432026-07-10T22:14:27.309Z Compiling slog-envlogger v2.2.0
27442026-07-10T22:14:28.484Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-07-10T22:14:28.771Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27462026-07-10T22:14:29.274Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27472026-07-10T22:14:30.616Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27482026-07-10T22:14:31.270Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27492026-07-10T22:14:31.355Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-07-10T22:14:31.378Z Compiling ignore v0.4.25
27512026-07-10T22:14:31.491Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-07-10T22:14:32.523Z Compiling castaway v0.2.4
27532026-07-10T22:14:32.682Z Compiling vergen-git2 v9.1.0
27542026-07-10T22:14:32.926Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-07-10T22:14:32.949Z Compiling indoc v2.0.7
27562026-07-10T22:14:33.111Z Compiling compact_str v0.8.1
27572026-07-10T22:14:33.296Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-07-10T22:14:34.172Z Compiling globwalk v0.9.1
27592026-07-10T22:14:34.276Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27602026-07-10T22:14:34.446Z Compiling parking_lot v0.11.2
27612026-07-10T22:14:34.789Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27622026-07-10T22:14:34.824Z Compiling hyper-staticfile v0.10.1
27632026-07-10T22:14:34.941Z Compiling darling_macro v0.13.4
27642026-07-10T22:14:35.481Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27652026-07-10T22:14:35.673Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27662026-07-10T22:14:35.695Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-07-10T22:14:36.007Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-07-10T22:14:36.104Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27692026-07-10T22:14:36.169Z Compiling predicates-tree v1.0.13
27702026-07-10T22:14:36.324Z Compiling unicode-truncate v1.1.0
27712026-07-10T22:14:36.471Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27722026-07-10T22:14:36.534Z Compiling lru v0.12.5
27732026-07-10T22:14:36.616Z Compiling rand_seeder v0.4.0
27742026-07-10T22:14:36.655Z Compiling prefix-trie v0.7.0
27752026-07-10T22:14:36.712Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-07-10T22:14:36.781Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27772026-07-10T22:14:36.890Z Compiling corncobs v0.1.4
27782026-07-10T22:14:36.998Z Compiling cassowary v0.3.0
27792026-07-10T22:14:37.041Z Compiling illumos-nvpair-sys v0.2.0
27802026-07-10T22:14:37.140Z Compiling hickory-server v0.25.2
27812026-07-10T22:14:37.185Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-07-10T22:14:37.218Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27832026-07-10T22:14:37.315Z Compiling ratatui v0.29.0
27842026-07-10T22:14:37.466Z Compiling camino-tempfile-ext v0.3.3
27852026-07-10T22:14:37.625Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-07-10T22:14:37.900Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27872026-07-10T22:14:37.987Z Compiling darling v0.13.4
27882026-07-10T22:14:38.090Z Compiling sled v0.34.7
27892026-07-10T22:14:38.571Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27902026-07-10T22:14:38.643Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27912026-07-10T22:14:39.159Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27922026-07-10T22:14:40.586Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27932026-07-10T22:14:41.675Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27942026-07-10T22:14:41.747Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-07-10T22:14:41.771Z Compiling secrecy v0.8.0
27962026-07-10T22:14:41.914Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-07-10T22:14:42.180Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-07-10T22:14:42.206Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-07-10T22:14:42.681Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28002026-07-10T22:14:42.752Z Compiling serde_with_macros v1.5.2
28012026-07-10T22:14:43.578Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28022026-07-10T22:14:44.470Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28032026-07-10T22:14:44.563Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28042026-07-10T22:14:44.703Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28052026-07-10T22:14:44.946Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28062026-07-10T22:14:45.238Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28072026-07-10T22:14:45.424Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28082026-07-10T22:14:45.653Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28092026-07-10T22:14:45.675Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28102026-07-10T22:14:45.898Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28112026-07-10T22:14:45.923Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-07-10T22:14:46.101Z Compiling void v1.0.2
28132026-07-10T22:14:46.230Z Compiling lzss v0.8.2
28142026-07-10T22:14:46.545Z Compiling illumos-nvpair v0.3.0
28152026-07-10T22:14:46.889Z Compiling git2 v0.20.4
28162026-07-10T22:14:47.048Z Compiling serde_with v1.14.0
28172026-07-10T22:14:47.288Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28182026-07-10T22:14:47.615Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28192026-07-10T22:14:48.061Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28202026-07-10T22:14:48.273Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28212026-07-10T22:14:48.745Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28222026-07-10T22:14:49.647Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28232026-07-10T22:14:49.923Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28242026-07-10T22:14:50.377Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-07-10T22:14:50.756Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-07-10T22:14:51.002Z Compiling tungstenite v0.23.0
28272026-07-10T22:14:51.421Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28282026-07-10T22:14:51.700Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28292026-07-10T22:14:53.342Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28302026-07-10T22:14:53.382Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28312026-07-10T22:14:53.452Z Compiling nix v0.27.1
28322026-07-10T22:14:53.589Z Compiling twox-hash v2.1.2
28332026-07-10T22:14:53.630Z Compiling serde_bytes v0.11.19
28342026-07-10T22:14:53.866Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28352026-07-10T22:14:53.932Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28362026-07-10T22:14:54.094Z Compiling tokio-tungstenite v0.23.1
28372026-07-10T22:14:54.485Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28382026-07-10T22:14:54.580Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-07-10T22:14:54.602Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28402026-07-10T22:14:54.698Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28412026-07-10T22:14:56.062Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28422026-07-10T22:14:56.698Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-07-10T22:14:58.367Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-07-10T22:14:58.560Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28452026-07-10T22:14:58.769Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28462026-07-10T22:14:58.848Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28472026-07-10T22:14:59.265Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28482026-07-10T22:14:59.596Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28492026-07-10T22:14:59.717Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-07-10T22:15:00.048Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-07-10T22:15:00.526Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28522026-07-10T22:15:00.970Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-07-10T22:15:01.424Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28542026-07-10T22:15:02.720Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-07-10T22:15:03.218Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28562026-07-10T22:15:05.265Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28572026-07-10T22:15:05.356Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28582026-07-10T22:15:05.892Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28592026-07-10T22:15:06.008Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28602026-07-10T22:15:06.231Z Compiling fatfs v0.3.6
28612026-07-10T22:15:06.267Z Compiling signal-hook-tokio v0.3.1
28622026-07-10T22:15:06.459Z Compiling yasna v0.5.2
28632026-07-10T22:15:06.581Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28642026-07-10T22:15:06.857Z Compiling assert_matches v1.5.0
28652026-07-10T22:15:06.879Z Compiling seq-macro v0.3.6
28662026-07-10T22:15:06.969Z Compiling is_ci v1.2.0
28672026-07-10T22:15:07.179Z Compiling supports-color v3.0.2
28682026-07-10T22:15:07.409Z Compiling rcgen v0.12.1
28692026-07-10T22:15:07.458Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702026-07-10T22:15:07.983Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-07-10T22:15:08.648Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28722026-07-10T22:15:10.448Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28732026-07-10T22:15:10.707Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28742026-07-10T22:15:10.957Z Compiling subprocess v0.2.15
28752026-07-10T22:15:11.896Z Compiling rtoolbox v0.0.3
28762026-07-10T22:15:12.087Z Compiling rpassword v7.4.0
28772026-07-10T22:15:12.142Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782026-07-10T22:15:12.268Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-07-10T22:15:12.535Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28802026-07-10T22:15:13.197Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28812026-07-10T22:15:13.364Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28822026-07-10T22:15:14.313Z Compiling tui-tree-widget v0.23.1
28832026-07-10T22:15:14.623Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-07-10T22:15:15.854Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28852026-07-10T22:15:16.181Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28862026-07-10T22:15:16.419Z Compiling uzers v0.12.2
28872026-07-10T22:15:16.677Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-07-10T22:15:17.523Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-07-10T22:15:18.400Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-07-10T22:15:18.533Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-07-10T22:15:20.916Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28922026-07-10T22:15:21.508Z Compiling support-bundle-viewer v0.1.2
28932026-07-10T22:15:23.078Z Compiling multimap v0.10.1
28942026-07-10T22:15:37.184Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28952026-07-10T22:15:37.984Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28962026-07-10T22:15:44.692Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28972026-07-10T22:15:44.788Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28982026-07-10T22:15:44.926Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28992026-07-10T22:22:04.466Z Finished `release` profile [optimized] target(s) in 8m 28s
29002026-07-10T22:23:20.684Z
29012026-07-10T22:23:20.688Zreal 9:45.632029809
29022026-07-10T22:23:20.688Zuser 1:18:20.134057217
29032026-07-10T22:23:20.688Zsys 3:28.255351161
29042026-07-10T22:23:20.688Ztrap 1.781698566
29052026-07-10T22:23:20.688Ztflt 2.362113048
29062026-07-10T22:23:20.688Zdflt 18.878471899
29072026-07-10T22:23:20.688Zkflt 0.007255815
29082026-07-10T22:23:20.688Zlock 6:59:40.024529723
29092026-07-10T22:23:20.688Zslp 2:12:50.831213765
29102026-07-10T22:23:20.688Zlat 2:17.893123574
29112026-07-10T22:23:20.688Zstop 5:02.735144349
29122026-07-10T22:23:20.692Z+ mapfile -t packages
29132026-07-10T22:23:20.692Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29142026-07-10T22:23:21.578Z Finished `release` profile [optimized] target(s) in 0.88s
29152026-07-10T22:23:21.658Z Running `target/release/omicron-package -t test list-outputs`
29162026-07-10T22:23:21.715ZLogging to: /work/oxidecomputer/omicron/out/LOG
29172026-07-10T22:23:21.719Z+ ptime -m cargo build --locked --release -p xtask
29182026-07-10T22:23:22.180Z Compiling libc v0.2.185
29192026-07-10T22:23:22.180Z Compiling serde_core v1.0.228
29202026-07-10T22:23:22.180Z Compiling serde v1.0.228
29212026-07-10T22:23:22.184Z Compiling rustix v1.1.3
29222026-07-10T22:23:22.184Z Compiling serde_json v1.0.150
29232026-07-10T22:23:22.184Z Compiling bitflags v2.11.0
29242026-07-10T22:23:22.339Z Compiling usdt-impl v0.5.0
29252026-07-10T22:23:22.343Z Compiling syn v2.0.117
29262026-07-10T22:23:22.360Z Compiling syn v1.0.109
29272026-07-10T22:23:22.373Z Compiling getrandom v0.4.1
29282026-07-10T22:23:22.376Z Compiling log v0.4.29
29292026-07-10T22:23:22.393Z Compiling indexmap v2.14.0
29302026-07-10T22:23:22.409Z Compiling fs-err v3.3.0
29312026-07-10T22:23:22.632Z Compiling anyhow v1.0.102
29322026-07-10T22:23:22.632Z Compiling once_cell v1.21.3
29332026-07-10T22:23:22.679Z Compiling heck v0.4.1
29342026-07-10T22:23:23.072Z Compiling errno v0.3.14
29352026-07-10T22:23:23.076Z Compiling thread-id v4.2.2
29362026-07-10T22:23:23.076Z Compiling memmap v0.7.0
29372026-07-10T22:23:23.819Z Compiling proc-macro-error v1.0.4
29382026-07-10T22:23:24.054Z Compiling terminal_size v0.4.3
29392026-07-10T22:23:24.054Z Compiling tempfile v3.25.0
29402026-07-10T22:23:24.076Z Compiling tabled_derive v0.7.0
29412026-07-10T22:23:24.156Z Compiling clap_builder v4.6.0
29422026-07-10T22:23:24.156Z Compiling textwrap v0.16.2
29432026-07-10T22:23:24.498Z Compiling pest_generator v2.8.6
29442026-07-10T22:23:24.524Z Compiling camino v1.2.2
29452026-07-10T22:23:24.553Z Compiling semver v1.0.28
29462026-07-10T22:23:24.563Z Compiling cargo-platform v0.3.2
29472026-07-10T22:23:24.772Z Compiling tabled v0.15.0
29482026-07-10T22:23:24.821Z Compiling camino-tempfile v1.4.1
29492026-07-10T22:23:25.052Z Compiling serde_derive v1.0.228
29502026-07-10T22:23:25.052Z Compiling thiserror-impl v1.0.69
29512026-07-10T22:23:25.056Z Compiling zerocopy-derive v0.7.35
29522026-07-10T22:23:25.056Z Compiling pest_derive v2.8.6
29532026-07-10T22:23:25.056Z Compiling scroll_derive v0.12.1
29542026-07-10T22:23:25.064Z Compiling thiserror-impl v2.0.18
29552026-07-10T22:23:25.075Z Compiling clap_derive v4.6.1
29562026-07-10T22:23:25.800Z Compiling scroll v0.12.0
29572026-07-10T22:23:25.906Z Compiling zerocopy v0.7.35
29582026-07-10T22:23:26.057Z Compiling goblin v0.8.2
29592026-07-10T22:23:26.069Z Compiling thiserror v1.0.69
29602026-07-10T22:23:26.193Z Compiling dtrace-parser v0.2.0
29612026-07-10T22:23:26.261Z Compiling thiserror v2.0.18
29622026-07-10T22:23:26.645Z Compiling clap v4.6.1
29632026-07-10T22:23:28.172Z Compiling dof v0.3.0
29642026-07-10T22:23:28.214Z Compiling toml_datetime v0.6.11
29652026-07-10T22:23:28.231Z Compiling serde_spanned v0.6.9
29662026-07-10T22:23:28.286Z Compiling serde_tokenstream v0.2.3
29672026-07-10T22:23:28.375Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29682026-07-10T22:23:28.422Z Compiling toml_edit v0.22.27
29692026-07-10T22:23:28.477Z Compiling macaddr v1.0.1
29702026-07-10T22:23:28.530Z Compiling cargo_metadata v0.23.1
29712026-07-10T22:23:28.931Z Compiling usdt-macro v0.5.0
29722026-07-10T22:23:28.932Z Compiling usdt-attr-macro v0.5.0
29732026-07-10T22:23:29.578Z Compiling usdt v0.5.0
29742026-07-10T22:23:29.950Z Compiling toml v0.8.23
29752026-07-10T22:23:30.387Z Compiling cargo_toml v0.21.0
29762026-07-10T22:23:34.836Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29772026-07-10T22:23:38.067Z Finished `release` profile [optimized] target(s) in 16.33s
29782026-07-10T22:23:38.170Z
29792026-07-10T22:23:38.170Zreal 16.417716307
29802026-07-10T22:23:38.170Zuser 2:05.153316121
29812026-07-10T22:23:38.171Zsys 13.970302661
29822026-07-10T22:23:38.171Ztrap 0.059690844
29832026-07-10T22:23:38.171Ztflt 0.517319066
29842026-07-10T22:23:38.171Zdflt 1.578373378
29852026-07-10T22:23:38.171Zkflt 0.000054325
29862026-07-10T22:23:38.174Zlock 4:25.312760776
29872026-07-10T22:23:38.174Zslp 2:41.382990840
29882026-07-10T22:23:38.174Zlat 4.180190451
29892026-07-10T22:23:38.174Zstop 14.852231219
29902026-07-10T22:23:38.174Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29912026-07-10T22:23:38.177Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29922026-07-10T22:23:38.177Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29932026-07-10T22:23:38.177Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29942026-07-10T22:23:38.177Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29952026-07-10T22:23:39.077Z Compiling progenitor-client v0.14.0
29962026-07-10T22:23:39.077Z Compiling newtype-uuid-macros v0.1.0
29972026-07-10T22:23:39.077Z Compiling match_cfg v0.1.0
29982026-07-10T22:23:39.077Z Compiling slog-json v2.6.1
29992026-07-10T22:23:39.077Z Compiling structmeta-derive v0.3.0
30002026-07-10T22:23:39.081Z Compiling sha1 v0.11.0
30012026-07-10T22:23:39.081Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30022026-07-10T22:23:39.081Z Compiling multer v3.1.0
30032026-07-10T22:23:39.081Z Compiling debug-ignore v1.0.5
30042026-07-10T22:23:39.081Z Compiling compression-core v0.4.31
30052026-07-10T22:23:39.224Z Compiling atomicwrites v0.4.4
30062026-07-10T22:23:39.227Z Compiling itertools v0.14.0
30072026-07-10T22:23:39.227Z Compiling async-stream-impl v0.3.6
30082026-07-10T22:23:39.227Z Compiling serde_spanned v1.1.1
30092026-07-10T22:23:39.257Z Compiling toml_datetime v1.1.1+spec-1.1.0
30102026-07-10T22:23:39.260Z Compiling dropshot v0.17.1
30112026-07-10T22:23:39.466Z Compiling toml_writer v1.1.1+spec-1.1.0
30122026-07-10T22:23:39.515Z Compiling waitgroup v0.1.2
30132026-07-10T22:23:39.551Z Compiling hostname v0.3.1
30142026-07-10T22:23:39.554Z Compiling compression-codecs v0.4.37
30152026-07-10T22:23:39.589Z Compiling rustls-pemfile v2.2.0
30162026-07-10T22:23:39.593Z Compiling dropshot_endpoint v0.17.1
30172026-07-10T22:23:39.593Z Compiling serde_path_to_error v0.1.20
30182026-07-10T22:23:39.657Z Compiling slog-bunyan v2.5.0
30192026-07-10T22:23:39.660Z Compiling hostname v0.4.2
30202026-07-10T22:23:39.661Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30212026-07-10T22:23:39.709Z Compiling toml v1.1.2+spec-1.1.0
30222026-07-10T22:23:39.712Z Compiling macaddr v1.0.1
30232026-07-10T22:23:39.766Z Compiling async-compression v0.4.41
30242026-07-10T22:23:39.825Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30252026-07-10T22:23:39.825Z Compiling instant v0.1.13
30262026-07-10T22:23:39.882Z Compiling regress v0.10.5
30272026-07-10T22:23:39.885Z Compiling backon v1.6.0
30282026-07-10T22:23:39.885Z Compiling humantime v2.3.0
30292026-07-10T22:23:39.944Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30302026-07-10T22:23:39.976Z Compiling backoff v0.4.0
30312026-07-10T22:23:39.993Z Compiling regress v0.11.1
30322026-07-10T22:23:39.997Z Compiling half v2.7.1
30332026-07-10T22:23:40.028Z Compiling async-stream v0.3.6
30342026-07-10T22:23:40.124Z Compiling progenitor-extras v0.2.0
30352026-07-10T22:23:40.127Z Compiling crucible-workspace-hack v0.1.0
30362026-07-10T22:23:40.200Z Compiling ciborium-io v0.2.2
30372026-07-10T22:23:40.220Z Compiling convert_case v0.4.0
30382026-07-10T22:23:40.238Z Compiling secrecy v0.10.3
30392026-07-10T22:23:40.281Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30402026-07-10T22:23:40.291Z Compiling unsafe-libyaml v0.2.11
30412026-07-10T22:23:40.321Z Compiling ciborium-ll v0.2.2
30422026-07-10T22:23:40.344Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30432026-07-10T22:23:40.365Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-07-10T22:23:40.405Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30452026-07-10T22:23:40.424Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30462026-07-10T22:23:40.442Z Compiling inout v0.1.4
30472026-07-10T22:23:40.478Z Compiling thiserror-impl-no-std v2.0.2
30482026-07-10T22:23:40.516Z Compiling ciborium v0.2.2
30492026-07-10T22:23:40.555Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30502026-07-10T22:23:40.580Z Compiling structmeta v0.3.0
30512026-07-10T22:23:40.596Z Compiling cipher v0.4.4
30522026-07-10T22:23:40.624Z Compiling derive_more v0.99.20
30532026-07-10T22:23:40.647Z Compiling universal-hash v0.5.1
30542026-07-10T22:23:40.684Z Compiling opaque-debug v0.3.1
30552026-07-10T22:23:40.732Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30562026-07-10T22:23:40.780Z Compiling poly1305 v0.8.0
30572026-07-10T22:23:40.801Z Compiling byte-wrapper v0.1.0
30582026-07-10T22:23:40.816Z Compiling chacha20 v0.9.1
30592026-07-10T22:23:40.831Z Compiling derive-ex v0.1.8
30602026-07-10T22:23:40.871Z Compiling parse-display-derive v0.10.0
30612026-07-10T22:23:41.038Z Compiling serde_yaml v0.9.34+deprecated
30622026-07-10T22:23:41.059Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30632026-07-10T22:23:41.076Z Compiling blake2 v0.10.6
30642026-07-10T22:23:41.092Z Compiling aead v0.5.2
30652026-07-10T22:23:41.114Z Compiling password-hash v0.5.0
30662026-07-10T22:23:41.178Z Compiling toml_datetime v0.7.5+spec-1.1.0
30672026-07-10T22:23:41.256Z Compiling chacha20poly1305 v0.10.1
30682026-07-10T22:23:41.331Z Compiling indent_write v2.2.0
30692026-07-10T22:23:41.430Z Compiling argon2 v0.5.3
30702026-07-10T22:23:41.451Z Compiling toml_edit v0.23.10+spec-1.0.0
30712026-07-10T22:23:41.490Z Compiling heapless v0.8.0
30722026-07-10T22:23:41.546Z Compiling ingot-macros v0.1.1
30732026-07-10T22:23:41.562Z Compiling tabwriter v1.4.1
30742026-07-10T22:23:41.658Z Compiling typify-impl v0.6.2
30752026-07-10T22:23:41.725Z Compiling thiserror-no-std v2.0.2
30762026-07-10T22:23:41.819Z Compiling vsss-rs v3.3.4
30772026-07-10T22:23:41.833Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30782026-07-10T22:23:42.030Z Compiling proc-macro-crate v3.4.0
30792026-07-10T22:23:42.146Z Compiling hash32 v0.3.1
30802026-07-10T22:23:42.327Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30812026-07-10T22:23:42.557Z Compiling smoltcp v0.11.0
30822026-07-10T22:23:42.594Z Compiling test-strategy v0.4.5
30832026-07-10T22:23:42.631Z Compiling num_enum_derive v0.7.6
30842026-07-10T22:23:42.635Z Compiling cobs v0.3.0
30852026-07-10T22:23:42.670Z Compiling parse-display v0.10.0
30862026-07-10T22:23:42.670Z Compiling colored v3.1.1
30872026-07-10T22:23:42.871Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30882026-07-10T22:23:42.971Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30892026-07-10T22:23:43.010Z Compiling postcard v1.1.3
30902026-07-10T22:23:43.054Z Compiling proc-macro-error v1.0.4
30912026-07-10T22:23:43.085Z Compiling proc-macro-crate v1.3.1
30922026-07-10T22:23:43.119Z Compiling rand v0.10.1
30932026-07-10T22:23:43.232Z Compiling foreign-types-macros v0.2.3
30942026-07-10T22:23:43.252Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30952026-07-10T22:23:43.279Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30962026-07-10T22:23:43.297Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30972026-07-10T22:23:43.413Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30982026-07-10T22:23:43.444Z Compiling foreign-types-shared v0.3.1
30992026-07-10T22:23:43.463Z Compiling rayon-core v1.13.0
31002026-07-10T22:23:43.582Z Compiling num_enum_derive v0.5.11
31012026-07-10T22:23:43.646Z Compiling crossbeam-deque v0.8.6
31022026-07-10T22:23:43.706Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31032026-07-10T22:23:43.726Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31042026-07-10T22:23:43.743Z Compiling cstr-argument v0.1.2
31052026-07-10T22:23:43.767Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31062026-07-10T22:23:43.781Z Compiling num_enum v0.7.6
31072026-07-10T22:23:43.917Z Compiling foreign-types v0.5.0
31082026-07-10T22:23:43.938Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31092026-07-10T22:23:43.951Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31102026-07-10T22:23:44.024Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31112026-07-10T22:23:44.036Z Compiling zone_cfg_derive v0.3.1
31122026-07-10T22:23:44.126Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31132026-07-10T22:23:44.171Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31142026-07-10T22:23:44.214Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-07-10T22:23:44.237Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31162026-07-10T22:23:44.253Z Compiling itertools v0.12.1
31172026-07-10T22:23:44.272Z Compiling num-derive v0.4.2
31182026-07-10T22:23:44.303Z Compiling rayon v1.11.0
31192026-07-10T22:23:44.385Z Compiling sigpipe v0.1.3
31202026-07-10T22:23:44.400Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31212026-07-10T22:23:44.467Z Compiling glob v0.3.3
31222026-07-10T22:23:44.501Z Compiling cpubits v0.1.1
31232026-07-10T22:23:44.514Z Compiling ingot-types v0.1.2
31242026-07-10T22:23:44.584Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31252026-07-10T22:23:44.601Z Compiling smf v0.2.3
31262026-07-10T22:23:44.660Z Compiling whoami v1.6.1
31272026-07-10T22:23:44.695Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31282026-07-10T22:23:44.747Z Compiling num_enum v0.5.11
31292026-07-10T22:23:44.817Z Compiling usdt-attr-macro v0.5.0
31302026-07-10T22:23:44.843Z Compiling usdt-macro v0.5.0
31312026-07-10T22:23:44.859Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-07-10T22:23:44.889Z Compiling ingot v0.1.1
31332026-07-10T22:23:44.910Z Compiling gethostname v0.5.0
31342026-07-10T22:23:44.964Z Compiling num-rational v0.4.2
31352026-07-10T22:23:44.981Z Compiling pem-rfc7468 v1.0.0
31362026-07-10T22:23:45.162Z Compiling num-complex v0.4.6
31372026-07-10T22:23:45.198Z Compiling memmap v0.7.0
31382026-07-10T22:23:45.293Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31392026-07-10T22:23:45.328Z Compiling derive-where v1.6.0
31402026-07-10T22:23:45.345Z Compiling float-ord v0.3.2
31412026-07-10T22:23:45.414Z Compiling toml v0.8.23
31422026-07-10T22:23:45.490Z Compiling zone v0.3.1
31432026-07-10T22:23:45.544Z Compiling num v0.4.3
31442026-07-10T22:23:45.588Z Compiling hmac v0.13.0
31452026-07-10T22:23:45.606Z Compiling universal-hash v0.6.1
31462026-07-10T22:23:45.642Z Compiling resolv-conf v0.7.6
31472026-07-10T22:23:45.675Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31482026-07-10T22:23:45.695Z Compiling usdt v0.5.0
31492026-07-10T22:23:45.712Z Compiling owo-colors v4.3.0
31502026-07-10T22:23:45.761Z Compiling cancel-safe-futures v0.1.5
31512026-07-10T22:23:45.795Z Compiling polyval v0.7.1
31522026-07-10T22:23:45.837Z Compiling der v0.8.0
31532026-07-10T22:23:45.953Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31542026-07-10T22:23:45.992Z Compiling libsw-core v0.3.2
31552026-07-10T22:23:46.014Z Compiling prettyplease v0.2.37
31562026-07-10T22:23:46.057Z Compiling ghash v0.6.0
31572026-07-10T22:23:46.089Z Compiling pbkdf2 v0.13.0
31582026-07-10T22:23:46.144Z Compiling libsw v3.5.0
31592026-07-10T22:23:46.200Z Compiling aes v0.9.1
31602026-07-10T22:23:46.217Z Compiling console v0.15.11
31612026-07-10T22:23:46.235Z Compiling hickory-proto v0.24.4
31622026-07-10T22:23:46.254Z Compiling newline-converter v0.3.0
31632026-07-10T22:23:46.293Z Compiling typify-macro v0.6.2
31642026-07-10T22:23:46.315Z Compiling ctr v0.10.1
31652026-07-10T22:23:46.352Z Compiling aead v0.6.1
31662026-07-10T22:23:46.389Z Compiling sha2 v0.11.0
31672026-07-10T22:23:46.407Z Compiling linked-hash-map v0.5.6
31682026-07-10T22:23:46.543Z Compiling libefi-sys v0.1.0
31692026-07-10T22:23:46.560Z Compiling linear-map v1.2.0
31702026-07-10T22:23:46.579Z Compiling expectorate v1.2.0
31712026-07-10T22:23:46.629Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31722026-07-10T22:23:46.718Z Compiling aes-gcm v0.11.0
31732026-07-10T22:23:46.767Z Compiling spki v0.8.0
31742026-07-10T22:23:46.785Z Compiling lru-cache v0.1.2
31752026-07-10T22:23:46.824Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31762026-07-10T22:23:46.840Z Compiling crypto-bigint v0.7.5
31772026-07-10T22:23:46.935Z Compiling git-stub v1.0.0
31782026-07-10T22:23:46.951Z Compiling cbc v0.2.1
31792026-07-10T22:23:46.954Z Compiling salsa20 v0.11.0
31802026-07-10T22:23:47.015Z Compiling bitfield-struct v0.6.2
31812026-07-10T22:23:47.142Z Compiling nom v8.0.0
31822026-07-10T22:23:47.160Z Compiling semver v0.1.20
31832026-07-10T22:23:47.160Z Compiling scrypt v0.12.0
31842026-07-10T22:23:47.196Z Compiling git-stub-vcs v0.1.0
31852026-07-10T22:23:47.322Z Compiling tokio-dtrace v0.1.1
31862026-07-10T22:23:47.442Z Compiling rustc_version v0.1.7
31872026-07-10T22:23:47.479Z Compiling dropshot-api-manager-types v0.7.2
31882026-07-10T22:23:47.496Z Compiling slog-dtrace v0.3.0
31892026-07-10T22:23:47.623Z Compiling minimal-lexical v0.2.1
31902026-07-10T22:23:47.708Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-07-10T22:23:47.734Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-07-10T22:23:47.804Z Compiling newtype_derive v0.1.6
31932026-07-10T22:23:47.821Z Compiling oxide-tokio-rt v0.1.4
31942026-07-10T22:23:47.860Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31952026-07-10T22:23:47.860Z Compiling pkcs5 v0.8.1
31962026-07-10T22:23:47.908Z Compiling nom v7.1.3
31972026-07-10T22:23:48.030Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31982026-07-10T22:23:48.047Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-07-10T22:23:48.067Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32002026-07-10T22:23:48.083Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32012026-07-10T22:23:48.107Z Compiling phf_shared v0.12.1
32022026-07-10T22:23:48.143Z Compiling typify v0.6.2
32032026-07-10T22:23:48.158Z Compiling csv-core v0.1.13
32042026-07-10T22:23:48.273Z Compiling progenitor-impl v0.14.0
32052026-07-10T22:23:48.290Z Compiling unicode-xid v0.2.6
32062026-07-10T22:23:48.305Z Compiling chrono-tz v0.10.4
32072026-07-10T22:23:48.439Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32082026-07-10T22:23:48.460Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32092026-07-10T22:23:48.479Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32102026-07-10T22:23:48.509Z Compiling hickory-resolver v0.24.4
32112026-07-10T22:23:48.535Z Compiling xshell-macros v0.2.7
32122026-07-10T22:23:48.597Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32132026-07-10T22:23:48.693Z Compiling highway v1.3.0
32142026-07-10T22:23:48.762Z Compiling const_format_proc_macros v0.2.34
32152026-07-10T22:23:48.973Z Compiling xshell v0.2.7
32162026-07-10T22:23:49.088Z Compiling csv v1.4.0
32172026-07-10T22:23:49.328Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32182026-07-10T22:23:49.445Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32192026-07-10T22:23:49.471Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32202026-07-10T22:23:49.532Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-07-10T22:23:49.558Z Compiling qorb v0.4.1
32222026-07-10T22:23:49.577Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32232026-07-10T22:23:49.673Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32242026-07-10T22:23:49.690Z Compiling phf v0.12.1
32252026-07-10T22:23:49.871Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32262026-07-10T22:23:50.052Z Compiling pkcs8 v0.11.0
32272026-07-10T22:23:50.148Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32282026-07-10T22:23:50.341Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32292026-07-10T22:23:50.398Z Compiling const_format v0.2.35
32302026-07-10T22:23:50.465Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-07-10T22:23:50.482Z Compiling tabled_derive v0.7.0
32322026-07-10T22:23:50.516Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32332026-07-10T22:23:50.650Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32342026-07-10T22:23:50.757Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32352026-07-10T22:23:50.774Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32362026-07-10T22:23:50.792Z Compiling bcs v0.1.6
32372026-07-10T22:23:51.064Z Compiling progenitor-macro v0.14.0
32382026-07-10T22:23:51.147Z Compiling ff v0.14.0
32392026-07-10T22:23:51.320Z Compiling salty v0.3.0
32402026-07-10T22:23:51.338Z Compiling termtree v0.5.1
32412026-07-10T22:23:51.478Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32422026-07-10T22:23:51.511Z Compiling tagptr v0.2.0
32432026-07-10T22:23:51.527Z Compiling tabled v0.15.0
32442026-07-10T22:23:51.635Z Compiling textwrap v0.16.2
32452026-07-10T22:23:51.654Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-07-10T22:23:51.693Z Compiling moka v0.12.13
32472026-07-10T22:23:51.721Z Compiling steno v0.4.1
32482026-07-10T22:23:51.744Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32492026-07-10T22:23:51.770Z Compiling sha1 v0.10.6
32502026-07-10T22:23:51.902Z Compiling signature v3.0.0
32512026-07-10T22:23:51.921Z Compiling base16ct v1.0.0
32522026-07-10T22:23:52.026Z Compiling radium v0.7.0
32532026-07-10T22:23:52.126Z Compiling base64 v0.21.7
32542026-07-10T22:23:52.145Z Compiling sec1 v0.8.1
32552026-07-10T22:23:52.148Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32562026-07-10T22:23:52.207Z Compiling group v0.14.0
32572026-07-10T22:23:52.361Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32582026-07-10T22:23:52.417Z Compiling hickory-resolver v0.25.2
32592026-07-10T22:23:52.485Z Compiling hkdf v0.13.0
32602026-07-10T22:23:52.485Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-07-10T22:23:52.521Z Compiling rfc6979 v0.4.0
32622026-07-10T22:23:52.521Z Compiling tap v1.0.1
32632026-07-10T22:23:52.577Z Compiling maybe-uninit v2.0.0
32642026-07-10T22:23:52.655Z Compiling ecdsa v0.16.9
32652026-07-10T22:23:52.687Z Compiling elliptic-curve v0.14.0-rc.33
32662026-07-10T22:23:52.703Z Compiling wyz v0.5.1
32672026-07-10T22:23:52.931Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-07-10T22:23:52.977Z Compiling primeorder v0.13.6
32692026-07-10T22:23:53.078Z Compiling proc-macro-error-attr2 v2.0.0
32702026-07-10T22:23:53.134Z Compiling utf-8 v0.7.6
32712026-07-10T22:23:53.271Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32722026-07-10T22:23:53.291Z Compiling packed_struct v0.10.1
32732026-07-10T22:23:53.384Z Compiling funty v2.0.0
32742026-07-10T22:23:53.429Z Compiling parking_lot_core v0.8.6
32752026-07-10T22:23:53.549Z Compiling tungstenite v0.21.0
32762026-07-10T22:23:53.574Z Compiling proc-macro-error2 v2.0.1
32772026-07-10T22:23:53.664Z Compiling p384 v0.13.1
32782026-07-10T22:23:53.765Z Compiling bitvec v1.0.1
32792026-07-10T22:23:53.945Z Compiling rfc6979 v0.5.0
32802026-07-10T22:23:54.009Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32812026-07-10T22:23:54.024Z Compiling packed_struct_codegen v0.10.1
32822026-07-10T22:23:54.125Z Compiling num-derive v0.3.3
32832026-07-10T22:23:54.266Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32842026-07-10T22:23:54.310Z Compiling bitfield-macros v0.19.4
32852026-07-10T22:23:54.359Z Compiling zerocopy-derive v0.6.6
32862026-07-10T22:23:54.389Z Compiling indexmap v1.9.3
32872026-07-10T22:23:54.410Z Compiling crc-catalog v2.4.0
32882026-07-10T22:23:54.447Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32892026-07-10T22:23:54.534Z Compiling nodrop v0.1.14
32902026-07-10T22:23:54.652Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32912026-07-10T22:23:54.707Z Compiling array-init v0.0.4
32922026-07-10T22:23:54.724Z Compiling crc v3.4.0
32932026-07-10T22:23:54.812Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32942026-07-10T22:23:54.923Z Compiling tokio-tungstenite v0.21.0
32952026-07-10T22:23:54.964Z Compiling ecdsa v0.17.0-rc.18
32962026-07-10T22:23:55.094Z Compiling smallvec v0.6.14
32972026-07-10T22:23:55.120Z Compiling tabled_derive v0.11.0
32982026-07-10T22:23:55.145Z Compiling libscf-sys v1.1.0
32992026-07-10T22:23:55.162Z Compiling bitfield v0.19.4
33002026-07-10T22:23:55.181Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33012026-07-10T22:23:55.302Z Compiling zerocopy v0.6.6
33022026-07-10T22:23:55.321Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33032026-07-10T22:23:55.324Z Compiling primeorder v0.14.0-rc.10
33042026-07-10T22:23:55.353Z Compiling primefield v0.14.0
33052026-07-10T22:23:55.461Z Compiling progenitor-impl v0.13.0
33062026-07-10T22:23:55.491Z Compiling papergrid v0.17.0
33072026-07-10T22:23:55.522Z Compiling testing_table v0.3.0
33082026-07-10T22:23:55.573Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33092026-07-10T22:23:55.605Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33102026-07-10T22:23:55.666Z Compiling curve25519-dalek v5.0.0-rc.0
33112026-07-10T22:23:55.691Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33122026-07-10T22:23:55.708Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-07-10T22:23:55.767Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33142026-07-10T22:23:55.879Z Compiling illumos-nvpair-sys v0.2.0
33152026-07-10T22:23:55.945Z Compiling corncobs v0.1.4
33162026-07-10T22:23:56.017Z Compiling unicase v2.9.0
33172026-07-10T22:23:56.063Z Compiling hashbrown v0.12.3
33182026-07-10T22:23:56.137Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-07-10T22:23:56.155Z Compiling progenitor v0.14.0
33202026-07-10T22:23:56.210Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-07-10T22:23:56.227Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-07-10T22:23:56.258Z Compiling mime_guess v2.0.5
33232026-07-10T22:23:56.276Z Compiling parking_lot v0.11.2
33242026-07-10T22:23:56.344Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33252026-07-10T22:23:56.360Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33262026-07-10T22:23:56.581Z Compiling tabled v0.20.0
33272026-07-10T22:23:56.581Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33282026-07-10T22:23:56.617Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33292026-07-10T22:23:56.636Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33302026-07-10T22:23:56.677Z Compiling serde-hex v0.1.0
33312026-07-10T22:23:56.869Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33322026-07-10T22:23:56.952Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33332026-07-10T22:23:56.977Z Compiling ron v0.8.1
33342026-07-10T22:23:57.116Z Compiling ssh-encoding v0.3.0-rc.9
33352026-07-10T22:23:57.215Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33362026-07-10T22:23:57.235Z Compiling hashbrown v0.13.2
33372026-07-10T22:23:57.259Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33382026-07-10T22:23:57.366Z Compiling progenitor-client v0.13.0
33392026-07-10T22:23:57.479Z Compiling prefix-trie v0.7.0
33402026-07-10T22:23:57.702Z Compiling fxhash v0.2.1
33412026-07-10T22:23:57.719Z Compiling secrecy v0.8.0
33422026-07-10T22:23:57.758Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-07-10T22:23:57.873Z Compiling crc-any v2.5.0
33442026-07-10T22:23:57.904Z Compiling hickory-server v0.25.2
33452026-07-10T22:23:57.957Z Compiling sled v0.34.7
33462026-07-10T22:23:58.062Z Compiling object v0.30.4
33472026-07-10T22:23:58.133Z Compiling progenitor-macro v0.13.0
33482026-07-10T22:23:58.149Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-07-10T22:23:58.555Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33502026-07-10T22:23:58.714Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33512026-07-10T22:23:59.073Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33522026-07-10T22:23:59.076Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33532026-07-10T22:23:59.145Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33542026-07-10T22:23:59.395Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33552026-07-10T22:23:59.626Z Compiling ed25519 v3.0.0
33562026-07-10T22:23:59.746Z Compiling crypto-primes v0.7.2
33572026-07-10T22:23:59.895Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33582026-07-10T22:24:00.040Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-07-10T22:24:00.745Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33602026-07-10T22:24:00.771Z Compiling pkcs1 v0.8.0-rc.4
33612026-07-10T22:24:00.790Z Compiling poly1305 v0.9.0
33622026-07-10T22:24:00.813Z Compiling blowfish v0.10.0
33632026-07-10T22:24:01.087Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33642026-07-10T22:24:01.111Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33652026-07-10T22:24:01.149Z Compiling blake2 v0.11.0-rc.6
33662026-07-10T22:24:01.183Z Compiling keccak v0.2.0
33672026-07-10T22:24:01.202Z Compiling path-slash v0.1.5
33682026-07-10T22:24:01.374Z Compiling fiat-crypto v0.3.0
33692026-07-10T22:24:01.393Z Compiling crc8 v0.1.1
33702026-07-10T22:24:01.412Z Compiling http-range v0.1.5
33712026-07-10T22:24:01.467Z Compiling half v1.8.3
33722026-07-10T22:24:01.507Z Compiling argon2 v0.6.0-rc.8
33732026-07-10T22:24:01.537Z Compiling sha3 v0.11.0
33742026-07-10T22:24:01.582Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33752026-07-10T22:24:01.633Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33762026-07-10T22:24:01.676Z Compiling serde_cbor v0.11.2
33772026-07-10T22:24:01.780Z Compiling ssh-cipher v0.3.0-rc.9
33782026-07-10T22:24:01.795Z Compiling rsa v0.10.0-rc.18
33792026-07-10T22:24:02.008Z Compiling bcrypt-pbkdf v0.11.0
33802026-07-10T22:24:02.116Z Compiling ed25519-dalek v3.0.0-rc.0
33812026-07-10T22:24:02.306Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33822026-07-10T22:24:02.348Z Compiling illumos-nvpair v0.3.0
33832026-07-10T22:24:02.625Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33842026-07-10T22:24:02.639Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33852026-07-10T22:24:02.802Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33862026-07-10T22:24:02.837Z Compiling p256 v0.14.0-rc.10
33872026-07-10T22:24:02.957Z Compiling p521 v0.14.0-rc.10
33882026-07-10T22:24:02.992Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33892026-07-10T22:24:03.044Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33902026-07-10T22:24:03.061Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33912026-07-10T22:24:03.131Z Compiling yasna v0.5.2
33922026-07-10T22:24:03.168Z Compiling kstat-rs v0.2.4
33932026-07-10T22:24:03.231Z Compiling progenitor v0.13.0
33942026-07-10T22:24:03.249Z Compiling headers-core v0.3.0
33952026-07-10T22:24:03.427Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33962026-07-10T22:24:03.444Z Compiling kem v0.3.0
33972026-07-10T22:24:03.532Z Compiling module-lattice v0.2.3
33982026-07-10T22:24:03.551Z Compiling nanorand v0.7.0
33992026-07-10T22:24:03.572Z Compiling atty v0.2.14
34002026-07-10T22:24:03.596Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34012026-07-10T22:24:03.704Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34022026-07-10T22:24:03.814Z Compiling flume v0.11.1
34032026-07-10T22:24:03.848Z Compiling ml-kem v0.3.2
34042026-07-10T22:24:03.866Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34052026-07-10T22:24:03.882Z Compiling rcgen v0.12.1
34062026-07-10T22:24:04.052Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-07-10T22:24:04.101Z Compiling headers v0.4.1
34082026-07-10T22:24:04.158Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34092026-07-10T22:24:04.498Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34102026-07-10T22:24:04.658Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34112026-07-10T22:24:04.832Z Compiling hyper-staticfile v0.10.1
34122026-07-10T22:24:04.851Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34132026-07-10T22:24:04.894Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34142026-07-10T22:24:04.922Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34152026-07-10T22:24:05.158Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34162026-07-10T22:24:05.246Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34172026-07-10T22:24:05.360Z Compiling russh-cryptovec v0.61.0
34182026-07-10T22:24:05.543Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34192026-07-10T22:24:05.613Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34202026-07-10T22:24:05.649Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34212026-07-10T22:24:05.668Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34222026-07-10T22:24:05.754Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34232026-07-10T22:24:05.878Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34242026-07-10T22:24:05.898Z Compiling internal-russh-num-bigint v0.5.0
34252026-07-10T22:24:06.016Z Compiling num-bigint v0.4.6
34262026-07-10T22:24:06.406Z Compiling generic-array v1.4.3
34272026-07-10T22:24:06.425Z Compiling russh-util v0.52.0
34282026-07-10T22:24:06.541Z Compiling enum_dispatch v0.3.13
34292026-07-10T22:24:06.606Z Compiling delegate v0.13.5
34302026-07-10T22:24:06.624Z Compiling subprocess v0.2.15
34312026-07-10T22:24:06.627Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-07-10T22:24:06.893Z Compiling p384 v0.14.0-rc.10
34332026-07-10T22:24:06.917Z Compiling md5 v0.8.0
34342026-07-10T22:24:07.117Z Compiling display-error-chain v0.2.2
34352026-07-10T22:24:07.135Z Compiling hex-literal v1.1.0
34362026-07-10T22:24:07.189Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-07-10T22:24:07.235Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-07-10T22:24:07.259Z Compiling colored v2.2.0
34392026-07-10T22:24:07.277Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-07-10T22:24:07.295Z Compiling socket2 v0.5.10
34412026-07-10T22:24:07.401Z Compiling internet-checksum v0.2.1
34422026-07-10T22:24:08.559Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34432026-07-10T22:24:08.992Z Compiling ssh-key v0.7.0-rc.10
34442026-07-10T22:24:09.262Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-07-10T22:24:09.736Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-07-10T22:24:10.263Z Compiling russh v0.61.2
34472026-07-10T22:24:10.420Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-07-10T22:24:11.011Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34492026-07-10T22:24:19.389Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34502026-07-10T22:24:19.389Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34512026-07-10T22:24:19.392Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34522026-07-10T22:24:19.392Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34532026-07-10T22:24:21.126Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34542026-07-10T22:24:21.171Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34552026-07-10T22:24:25.152Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34562026-07-10T22:25:04.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34572026-07-10T22:25:04.875Z
34582026-07-10T22:25:04.875Zreal 1:26.639278166
34592026-07-10T22:25:04.875Zuser 8:41.847165689
34602026-07-10T22:25:04.875Zsys 1:43.105383228
34612026-07-10T22:25:04.875Ztrap 0.269559141
34622026-07-10T22:25:04.875Ztflt 0.420546376
34632026-07-10T22:25:04.875Zdflt 1.522521424
34642026-07-10T22:25:04.875Zkflt 0.000348785
34652026-07-10T22:25:04.878Zlock 30:53.259103946
34662026-07-10T22:25:04.878Zslp 19:54.511924316
34672026-07-10T22:25:04.878Zlat 43.181834374
34682026-07-10T22:25:04.878Zstop 3:03.236162894
34692026-07-10T22:25:04.878Z+ mkdir tests
34702026-07-10T22:25:04.881Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34712026-07-10T22:25:04.881Z+ xargs -I '{}' -t cp '{}' tests/
34722026-07-10T22:25:04.903Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/
34732026-07-10T22:25:04.933Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/
34742026-07-10T22:25:04.962Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/
34752026-07-10T22:25:04.992Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/
34762026-07-10T22:25:05.361Z+ 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)
34772026-07-10T22:25:05.364Z+ 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-ca561ce3ba29e3d2 tests/commtest-de50baf115444d57 tests/dhcp_server-7642b2d57d595135 tests/end_to_end_tests-f893b9f61afabf44 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
34782026-07-10T22:26:25.472ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34792026-07-10T22:26:25.472Za .github/buildomat/ci-env.sh 1K
34802026-07-10T22:26:25.472Za out/target/test 1K
34812026-07-10T22:26:25.472Za out/npuzone/npuzone 27402K
34822026-07-10T22:26:25.472Za package-manifest.toml 35K
34832026-07-10T22:26:25.472Za smf/sled-agent/non-gimlet/config.toml 6K
34842026-07-10T22:26:25.472Za target/release/omicron-package 40725K
34852026-07-10T22:26:25.472Za target/release/xtask 10468K
34862026-07-10T22:26:25.472Za target/debug/bootstrap 349418K
34872026-07-10T22:26:25.472Za tests/bootstrap-ca561ce3ba29e3d2 31974K
34882026-07-10T22:26:25.472Za tests/commtest-de50baf115444d57 32169K
34892026-07-10T22:26:25.472Za tests/dhcp_server-7642b2d57d595135 31974K
34902026-07-10T22:26:25.472Za tests/end_to_end_tests-f893b9f61afabf44 399297K
34912026-07-10T22:26:25.472Za tools/opte_version 1K
34922026-07-10T22:26:25.473Za tools/opte_version_override 2K
34932026-07-10T22:26:25.473Za out/clickhouse.tar.gz 310727K
34942026-07-10T22:26:25.473Za out/clickhouse_keeper.tar.gz 297197K
34952026-07-10T22:26:25.473Za out/clickhouse_server.tar.gz 310724K
34962026-07-10T22:26:25.473Za out/cockroachdb.tar.gz 161737K
34972026-07-10T22:26:25.473Za out/crucible-pantry-zone.tar.gz 39110K
34982026-07-10T22:26:25.473Za out/crucible-utils.tar 18900K
34992026-07-10T22:26:25.473Za out/crucible-zone.tar.gz 53806K
35002026-07-10T22:26:25.473Za out/external-dns.tar.gz 46794K
35012026-07-10T22:26:25.473Za out/internal-dns.tar.gz 46794K
35022026-07-10T22:26:25.473Za out/mg-ddm-gz.tar 97917K
35032026-07-10T22:26:25.473Za out/nexus.tar.gz 273941K
35042026-07-10T22:26:25.473Za out/ntp.tar.gz 29911K
35052026-07-10T22:26:25.474Za out/omicron-gateway-softnpu.tar.gz 27554K
35062026-07-10T22:26:25.474Za out/omicron-sled-agent.tar 197618K
35072026-07-10T22:26:25.474Za out/overlay.tar.gz 3K
35082026-07-10T22:26:25.474Za out/oximeter.tar.gz 62136K
35092026-07-10T22:26:25.474Za out/oxlog.tar 3808K
35102026-07-10T22:26:25.474Za out/probe.tar.gz 3037K
35112026-07-10T22:26:25.474Za out/propolis-server.tar.gz 34372K
35122026-07-10T22:26:25.474Za out/pumpkind-gz.tar 26647K
35132026-07-10T22:26:25.474Za out/switch-softnpu.tar.gz 447715K
35142026-07-10T22:26:25.477Z
35152026-07-10T22:26:25.477Zreal 1:20.107387859
35162026-07-10T22:26:25.478Zuser 1:17.415688543
35172026-07-10T22:26:25.478Zsys 4.464797783
35182026-07-10T22:26:25.478Ztrap 0.006407048
35192026-07-10T22:26:25.478Ztflt 0.000000000
35202026-07-10T22:26:25.478Zdflt 0.000000000
35212026-07-10T22:26:25.478Zkflt 0.000000000
35222026-07-10T22:26:25.478Zlock 0.000000000
35232026-07-10T22:26:25.478Zslp 1:17.324109844
35242026-07-10T22:26:25.478Zlat 0.999789018
35252026-07-10T22:26:25.478Zstop 0.000190578
35262026-07-10T22:26:25.478Zprocess exited: duration 977455 ms, exit code 0
 
35272026-07-10T22:26:25.492Zfound 1 output files
35282026-07-10T22:26:25.492Zuploading: /work/package.tar.gz (2484941692 bytes)
35292026-07-10T22:26:53.706Zuploaded: /work/package.tar.gz