01KVGX8QJ0JFJYSC7K9TRXPWDW: 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: 01KVGX958CBNF20AYBDNJN03KF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T21:42:04.898Zjob assigned to worker 01KVGX9B99HT2D9J12AJ835R1G [factory aws, i-035134ff80a655978] (queued for 58 s)
 
22026-06-19T21:42:12.477Zstarting task 0: "setup"
32026-06-19T21:42:12.482Z++ uname -s
42026-06-19T21:42:12.492Z+ kern=SunOS
52026-06-19T21:42:12.492Z+ build_user=build
62026-06-19T21:42:12.492Z+ build_uid=12345
72026-06-19T21:42:12.492Z+ work_dir=/work
82026-06-19T21:42:12.492Z+ input_dir=/input
92026-06-19T21:42:12.492Z+ [[ 0 == 12345 ]]
102026-06-19T21:42:12.492Z+ case "$kern" in
112026-06-19T21:42:12.492Z+ groupadd -g 12345 build
122026-06-19T21:42:12.495Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T21:42:14.494Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T21:42:14.585Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T21:42:14.589Z+ home_fs=zfs
162026-06-19T21:42:14.589Z+ [[ zfs == autofs ]]
172026-06-19T21:42:14.589Z+ mkdir -p /home/build
182026-06-19T21:42:14.589Z+ chown build:build /home/build /work
192026-06-19T21:42:16.592Z+ chmod 0700 /home/build /work
202026-06-19T21:42:16.596Zprocess exited: duration 4119 ms, exit code 0
 
212026-06-19T21:42:16.602Zstarting task 1: "rust-toolchain"
222026-06-19T21:42:16.608Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-19T21:42:16.608Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-19T21:42:16.608Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-19T21:42:16.608Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-19T21:42:16.609Z * rust toolchain channel = "1.94.0"
272026-06-19T21:42:16.609Z * rust toolchain profile = "default"
282026-06-19T21:42:16.613Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T21:42:16.613Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-19T21:42:16.714Zinfo: downloading installer
312026-06-19T21:42:18.396Zwarn: It looks like you have an existing rustup settings file at:
322026-06-19T21:42:18.397Zwarn: /home/build/.rustup/settings.toml
332026-06-19T21:42:18.397Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-19T21:42:18.397Zwarn: instead of the one inferred from the default host triple.
352026-06-19T21:42:18.409Zinfo: profile set to default
362026-06-19T21:42:18.409Zinfo: default host triple is x86_64-unknown-illumos
372026-06-19T21:42:18.412Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-19T21:42:18.571Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-19T21:42:18.574Zinfo: downloading 6 components
402026-06-19T21:42:36.178Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-19T21:42:36.178Z
422026-06-19T21:42:36.206Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-19T21:42:36.206Z
442026-06-19T21:42:36.206Z
452026-06-19T21:42:36.206ZRust is installed now. Great!
462026-06-19T21:42:36.206Z
472026-06-19T21:42:36.210ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-19T21:42:36.210Zenvironment variable. This has not been done automatically.
492026-06-19T21:42:36.210Z
502026-06-19T21:42:36.210ZTo configure your current shell, you need to source
512026-06-19T21:42:36.210Zthe corresponding env file under $HOME/.cargo.
522026-06-19T21:42:36.210Z
532026-06-19T21:42:36.210ZThis is usually done by running one of the following (note the leading DOT):
542026-06-19T21:42:36.210Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-19T21:42:36.210Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-19T21:42:36.210Zsource "~/.cargo/env.nu" # For nushell
572026-06-19T21:42:36.210Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-19T21:42:36.210Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-19T21:42:36.210Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-19T21:42:36.210Zwarn: no default linker (`cc`) was found in your PATH
612026-06-19T21:42:36.210Zwarn: many Rust crates require a system C toolchain to build
622026-06-19T21:42:36.298Z+ rustup --version
632026-06-19T21:42:36.305Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-19T21:42:36.305Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-19T21:42:36.326Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-19T21:42:36.330Z+ cargo --version
672026-06-19T21:42:36.339Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-19T21:42:36.342Z+ rustc --version
692026-06-19T21:42:36.361Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-19T21:42:36.365Zprocess exited: duration 19761 ms, exit code 0
 
712026-06-19T21:42:36.372Zstarting task 2: "authentication"
722026-06-19T21:42:36.390Zprocess exited: duration 17 ms, exit code 0
 
732026-06-19T21:42:36.396Zstarting task 3: "clone repository"
742026-06-19T21:42:36.401Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-19T21:42:36.404Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-19T21:42:36.441ZCloning into '/work/oxidecomputer/omicron'...
772026-06-19T21:42:45.872Z+ cd /work/oxidecomputer/omicron
782026-06-19T21:42:45.873Z+ git fetch origin 598a545e6e31114f5140095270acab5aee82f994
792026-06-19T21:42:46.144ZFrom https://github.com/oxidecomputer/omicron
802026-06-19T21:42:46.144Z * branch 598a545e6e31114f5140095270acab5aee82f994 -> FETCH_HEAD
812026-06-19T21:42:46.159Z+ [[ -n sunshowers/spr/1n-sync-switch-build-bootstore-bgp-peers-from-already-loaded-port-settings ]]
822026-06-19T21:42:46.163Z++ git branch --show-current
832026-06-19T21:42:46.166Z+ current=main
842026-06-19T21:42:46.166Z+ [[ main != sunshowers/spr/1n-sync-switch-build-bootstore-bgp-peers-from-already-loaded-port-settings ]]
852026-06-19T21:42:46.166Z+ git branch -f sunshowers/spr/1n-sync-switch-build-bootstore-bgp-peers-from-already-loaded-port-settings 598a545e6e31114f5140095270acab5aee82f994
862026-06-19T21:42:46.169Z+ git checkout -f sunshowers/spr/1n-sync-switch-build-bootstore-bgp-peers-from-already-loaded-port-settings
872026-06-19T21:42:46.409ZSwitched to branch 'sunshowers/spr/1n-sync-switch-build-bootstore-bgp-peers-from-already-loaded-port-settings'
882026-06-19T21:42:46.412Z+ git reset --hard 598a545e6e31114f5140095270acab5aee82f994
892026-06-19T21:42:46.426ZHEAD is now at 598a545e6 move note block
902026-06-19T21:42:46.429Zprocess exited: duration 10030 ms, exit code 0
 
912026-06-19T21:42:46.436Zstarting task 4: "build"
922026-06-19T21:42:46.442Z+ source .github/buildomat/ci-env.sh
932026-06-19T21:42:46.442Z++ export CARGO_TERM_COLOR=always
942026-06-19T21:42:46.443Z++ CARGO_TERM_COLOR=always
952026-06-19T21:42:46.443Z+ cargo --version
962026-06-19T21:42:46.453Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-19T21:42:46.456Z+ rustc --version
982026-06-19T21:42:46.477Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-19T21:42:46.480Z+ WORK=/work
1002026-06-19T21:42:46.480Z+ pfexec mkdir -p /work
1012026-06-19T21:42:46.484Z+ pfexec chown build /work
1022026-06-19T21:42:46.487Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-19T21:42:48.245Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-19T21:42:48.337Z Startup: Caching catalogs ... Done
1052026-06-19T21:42:48.690ZPlanning: Solver setup ... Done (0.310s)
1062026-06-19T21:42:48.712ZPlanning: Running solver ... Done (0.022s)
1072026-06-19T21:42:48.721ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-19T21:42:48.732ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-19T21:42:48.754ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-19T21:42:48.769ZPlanning: Package planning ... Done (0.015s)
1112026-06-19T21:42:48.772ZPlanning: Merging actions ... Done (0.001s)
1122026-06-19T21:42:48.967ZPlanning: Checking for conflicting actions ... Done (0.196s)
1132026-06-19T21:42:48.970ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-19T21:42:49.877ZPlanning: Evaluating mediators ... Done (0.909s)
1152026-06-19T21:42:49.880ZPlanning: Planning completed in 1.52 seconds
1162026-06-19T21:42:49.887Z Packages to install: 2
1172026-06-19T21:42:49.887Z Estimated space available: 156.07 GB
1182026-06-19T21:42:49.887ZEstimated space to be consumed: 26.78 MB
1192026-06-19T21:42:49.887Z Create boot environment: No
1202026-06-19T21:42:49.887ZCreate backup boot environment: No
1212026-06-19T21:42:49.887Z Rebuild boot archive: No
1222026-06-19T21:42:49.890Z
1232026-06-19T21:42:49.890ZChanged packages:
1242026-06-19T21:42:49.890Zhelios
1252026-06-19T21:42:49.890Z developer/build-essential
1262026-06-19T21:42:49.890Z None -> 11-3.0
1272026-06-19T21:42:49.890Z library/libxmlsec1
1282026-06-19T21:42:49.890Z None -> 1.2.35-3.0
1292026-06-19T21:42:49.914Z
1302026-06-19T21:42:49.914ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-19T21:42:50.431ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1322026-06-19T21:42:50.506Z Actions: 1/268 actions (Installing new actions)
1332026-06-19T21:42:50.545Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-19T21:42:50.554ZFinalize: Updating package state database ... Done (0.009s)
1352026-06-19T21:42:50.554ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-19T21:42:50.579ZFinalize: Updating image state ... Done (0.024s)
1372026-06-19T21:42:53.175ZFinalize: Creating fast lookup database ... Done (2.572s)
1382026-06-19T21:42:53.245ZFinalize: Reading search index ... Done (0.013s)
1392026-06-19T21:42:53.248ZFinalize: Updating search index ... Done (0.000s)
1402026-06-19T21:42:53.338ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-19T21:42:53.649ZPlanning: Evaluating mediator changes ... Done
1422026-06-19T21:42:53.754ZPlanning: Checking for conflicting actions ... Done
1432026-06-19T21:42:53.757ZPlanning: Consolidating action changes ... Done
1442026-06-19T21:42:53.913ZPlanning: Evaluating mediators ... Done
1452026-06-19T21:42:53.915ZPlanning: Planning completed in 0.26 seconds
1462026-06-19T21:42:53.936Z Mediators to change: 2
1472026-06-19T21:42:53.936Z Create boot environment: No
1482026-06-19T21:42:53.936ZCreate backup boot environment: No
1492026-06-19T21:42:53.991ZFinalize: Updating package state database ... Done
1502026-06-19T21:42:53.991ZFinalize: Updating package cache ... Done
1512026-06-19T21:42:54.008ZFinalize: Updating image state ... Done
1522026-06-19T21:42:55.974ZFinalize: Creating fast lookup database ... Done
1532026-06-19T21:42:56.032ZFinalize: Reading search index ... Done
1542026-06-19T21:42:56.038ZFinalize: Updating search index ... Done
1552026-06-19T21:42:56.134ZFinalize: Updating package cache ... Done
1562026-06-19T21:42:56.424ZPlanning: Evaluating mediator changes ... Done
1572026-06-19T21:42:56.531ZPlanning: Checking for conflicting actions ... Done
1582026-06-19T21:42:56.535ZPlanning: Consolidating action changes ... Done
1592026-06-19T21:42:56.692ZPlanning: Evaluating mediators ... Done
1602026-06-19T21:42:56.695ZPlanning: Planning completed in 0.27 seconds
1612026-06-19T21:42:56.717Z Mediators to change: 1
1622026-06-19T21:42:56.717Z Create boot environment: No
1632026-06-19T21:42:56.717ZCreate backup boot environment: No
1642026-06-19T21:42:56.771ZFinalize: Updating package state database ... Done
1652026-06-19T21:42:56.771ZFinalize: Updating package cache ... Done
1662026-06-19T21:42:56.784ZFinalize: Updating image state ... Done
1672026-06-19T21:42:58.748ZFinalize: Creating fast lookup database ... Done
1682026-06-19T21:42:58.809ZFinalize: Reading search index ... Done
1692026-06-19T21:42:58.813ZFinalize: Updating search index ... Done
1702026-06-19T21:42:58.887ZFinalize: Updating package cache ... Done
1712026-06-19T21:42:59.199ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-19T21:42:59.199Zapache system 2.4 system
1732026-06-19T21:42:59.199Zclang system 15 system
1742026-06-19T21:42:59.199Zcsh system system illumos
1752026-06-19T21:42:59.199Zctags system system illumos
1762026-06-19T21:42:59.199Zfile vendor vendor darwinsys
1772026-06-19T21:42:59.199Zfile system system illumos
1782026-06-19T21:42:59.199Zgcc vendor 14 vendor
1792026-06-19T21:42:59.199Zgcc system 13 system
1802026-06-19T21:42:59.199Zgcc system 10 system
1812026-06-19T21:42:59.199Zgo system 1.25 system
1822026-06-19T21:42:59.199Zllvm system 15 system
1832026-06-19T21:42:59.199Zmariadb system 11.4 system
1842026-06-19T21:42:59.199Zmta vendor vendor dma
1852026-06-19T21:42:59.200Zopenjdk system 17 system
1862026-06-19T21:42:59.200Zopenjdk system 11 system
1872026-06-19T21:42:59.200Zopenssl vendor 3 vendor
1882026-06-19T21:42:59.200Zperl system 5.40 system
1892026-06-19T21:42:59.200Zpostgresql system 18 system
1902026-06-19T21:42:59.200Zpostgresql system 17 system
1912026-06-19T21:42:59.200Zpython vendor 3 vendor
1922026-06-19T21:42:59.200Zpython system 2 system
1932026-06-19T21:42:59.200Zpython3 vendor 3.13 vendor
1942026-06-19T21:42:59.200Zruby system 3.4 system
1952026-06-19T21:42:59.200Zruby system 3.0 system
1962026-06-19T21:42:59.200Zwords vendor vendor american-english
1972026-06-19T21:42:59.200Zwords system system australian-english
1982026-06-19T21:42:59.200Zwords system system british-english
1992026-06-19T21:42:59.200Zwords system system canadian-english
2002026-06-19T21:42:59.200Zwords system system french
2012026-06-19T21:42:59.200Zwords system system italian
2022026-06-19T21:42:59.200Zwords system system ngerman
2032026-06-19T21:42:59.200Zwords system system ogerman
2042026-06-19T21:42:59.200Zwords system system spanish
2052026-06-19T21:42:59.458ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-19T21:42:59.458Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-19T21:42:59.754ZFMRI IFO
2082026-06-19T21:42:59.754Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-19T21:42:59.754Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-19T21:42:59.754Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-19T21:42:59.754Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-19T21:42:59.754Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-19T21:42:59.755Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-19T21:42:59.755Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-19T21:42:59.755Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-19T21:42:59.755Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-19T21:42:59.997Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-19T21:43:00.253Z Updating crates.io index
2192026-06-19T21:43:00.256Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-19T21:43:00.515Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-19T21:43:01.364Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-19T21:43:01.983Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-19T21:43:03.094Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-19T21:43:03.623Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-19T21:43:05.184Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-19T21:43:05.950Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-19T21:43:06.344Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-19T21:43:07.422Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-19T21:43:07.956Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-19T21:43:08.293Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-19T21:43:08.546Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-19T21:43:09.111Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-19T21:43:09.582Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-19T21:43:09.800Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-19T21:43:10.174Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-19T21:43:10.423Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-19T21:43:10.764Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-19T21:43:11.063Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-19T21:43:11.312Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-19T21:43:11.542Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-19T21:43:11.908Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-19T21:43:12.387Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-19T21:43:12.799Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-19T21:43:13.176Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-19T21:43:13.646Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-19T21:43:13.976Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-19T21:43:15.075Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-19T21:43:15.307Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-19T21:43:16.111Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-19T21:43:16.501Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-19T21:43:16.805Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-19T21:43:17.138Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-19T21:43:17.448Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-19T21:43:17.739Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-19T21:43:18.081Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-19T21:43:18.556Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-19T21:43:18.799Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-19T21:43:19.022Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-19T21:43:20.919Z Downloading crates ...
2602026-06-19T21:43:20.980Z Downloaded toml_datetime v0.6.11
2612026-06-19T21:43:20.982Z Downloaded typeid v1.0.3
2622026-06-19T21:43:20.983Z Downloaded errno v0.3.14
2632026-06-19T21:43:20.994Z Downloaded yoke-derive v0.8.1
2642026-06-19T21:43:20.997Z Downloaded utf8_iter v1.0.4
2652026-06-19T21:43:20.997Z Downloaded usdt-macro v0.5.0
2662026-06-19T21:43:21.000Z Downloaded toml v0.8.23
2672026-06-19T21:43:21.000Z Downloaded fnv v1.0.7
2682026-06-19T21:43:21.019Z Downloaded thiserror v2.0.18
2692026-06-19T21:43:21.024Z Downloaded usdt-attr-macro v0.5.0
2702026-06-19T21:43:21.024Z Downloaded serde_spanned v0.6.9
2712026-06-19T21:43:21.024Z Downloaded unicode-linebreak v0.1.5
2722026-06-19T21:43:21.024Z Downloaded toml_write v0.1.2
2732026-06-19T21:43:21.024Z Downloaded thread-id v4.2.2
2742026-06-19T21:43:21.024Z Downloaded anstyle-query v1.1.5
2752026-06-19T21:43:21.024Z Downloaded cpufeatures v0.2.17
2762026-06-19T21:43:21.024Z Downloaded zerofrom v0.1.6
2772026-06-19T21:43:21.024Z Downloaded usdt v0.5.0
2782026-06-19T21:43:21.024Z Downloaded zerofrom-derive v0.1.6
2792026-06-19T21:43:21.024Z Downloaded utf8parse v0.2.2
2802026-06-19T21:43:21.024Z Downloaded thiserror v1.0.69
2812026-06-19T21:43:21.025Z Downloaded toml_edit v0.22.27
2822026-06-19T21:43:21.025Z Downloaded plain v0.2.3
2832026-06-19T21:43:21.030Z Downloaded swrite v0.1.0
2842026-06-19T21:43:21.030Z Downloaded writeable v0.6.2
2852026-06-19T21:43:21.031Z Downloaded version_check v0.9.5
2862026-06-19T21:43:21.034Z Downloaded idna_adapter v1.2.1
2872026-06-19T21:43:21.034Z Downloaded generic-array v0.14.7
2882026-06-19T21:43:21.034Z Downloaded unicode-xid v0.2.6
2892026-06-19T21:43:21.034Z Downloaded tinystr v0.8.2
2902026-06-19T21:43:21.034Z Downloaded thiserror-impl v2.0.18
2912026-06-19T21:43:21.040Z Downloaded form_urlencoded v1.2.2
2922026-06-19T21:43:21.040Z Downloaded equivalent v1.0.2
2932026-06-19T21:43:21.040Z Downloaded cfg-if v1.0.4
2942026-06-19T21:43:21.043Z Downloaded usdt-impl v0.5.0
2952026-06-19T21:43:21.043Z Downloaded crypto-common v0.1.7
2962026-06-19T21:43:21.043Z Downloaded yoke v0.8.1
2972026-06-19T21:43:21.043Z Downloaded block-buffer v0.10.4
2982026-06-19T21:43:21.047Z Downloaded zmij v1.0.21
2992026-06-19T21:43:21.047Z Downloaded pretty-hex v0.4.1
3002026-06-19T21:43:21.048Z Downloaded fs-err v3.3.0
3012026-06-19T21:43:21.050Z Downloaded zerovec-derive v0.11.2
3022026-06-19T21:43:21.050Z Downloaded zerocopy-derive v0.7.35
3032026-06-19T21:43:21.053Z Downloaded cargo_metadata v0.21.0
3042026-06-19T21:43:21.053Z Downloaded thiserror-impl v1.0.69
3052026-06-19T21:43:21.053Z Downloaded fastrand v2.3.0
3062026-06-19T21:43:21.058Z Downloaded bytecount v0.6.9
3072026-06-19T21:43:21.058Z Downloaded ucd-trie v0.1.7
3082026-06-19T21:43:21.058Z Downloaded camino-tempfile v1.4.1
3092026-06-19T21:43:21.058Z Downloaded dtrace-parser v0.2.0
3102026-06-19T21:43:21.061Z Downloaded heck v0.5.0
3112026-06-19T21:43:21.072Z Downloaded potential_utf v0.1.4
3122026-06-19T21:43:21.075Z Downloaded macaddr v1.0.1
3132026-06-19T21:43:21.075Z Downloaded itoa v1.0.17
3142026-06-19T21:43:21.075Z Downloaded textwrap v0.16.2
3152026-06-19T21:43:21.078Z Downloaded zerotrie v0.2.3
3162026-06-19T21:43:21.078Z Downloaded url v2.5.8
3172026-06-19T21:43:21.081Z Downloaded tabled_derive v0.7.0
3182026-06-19T21:43:21.081Z Downloaded terminal_size v0.4.3
3192026-06-19T21:43:21.081Z Downloaded strsim v0.11.1
3202026-06-19T21:43:21.081Z Downloaded stable_deref_trait v1.2.1
3212026-06-19T21:43:21.083Z Downloaded proc-macro-error-attr v1.0.4
3222026-06-19T21:43:21.084Z Downloaded unicode-ident v1.0.24
3232026-06-19T21:43:21.084Z Downloaded memmap v0.7.0
3242026-06-19T21:43:21.088Z Downloaded serde-value v0.7.0
3252026-06-19T21:43:21.088Z Downloaded is_terminal_polyfill v1.70.2
3262026-06-19T21:43:21.088Z Downloaded dof v0.3.0
3272026-06-19T21:43:21.088Z Downloaded ordered-float v2.10.1
3282026-06-19T21:43:21.088Z Downloaded colorchoice v1.0.4
3292026-06-19T21:43:21.091Z Downloaded cargo-platform v0.2.0
3302026-06-19T21:43:21.091Z Downloaded typenum v1.19.0
3312026-06-19T21:43:21.094Z Downloaded scroll_derive v0.12.1
3322026-06-19T21:43:21.100Z Downloaded smawk v0.3.2
3332026-06-19T21:43:21.102Z Downloaded zerovec v0.11.5
3342026-06-19T21:43:21.105Z Downloaded heck v0.4.1
3352026-06-19T21:43:21.110Z Downloaded zerocopy v0.7.35
3362026-06-19T21:43:21.118Z Downloaded winnow v0.7.14
3372026-06-19T21:43:21.122Z Downloaded clap_lex v1.0.0
3382026-06-19T21:43:21.125Z Downloaded scroll v0.12.0
3392026-06-19T21:43:21.125Z Downloaded autocfg v1.5.0
3402026-06-19T21:43:21.128Z Downloaded unicode-width v0.2.0
3412026-06-19T21:43:21.131Z Downloaded unicode-width v0.1.14
3422026-06-19T21:43:21.134Z Downloaded clap_derive v4.6.1
3432026-06-19T21:43:21.134Z Downloaded anstyle v1.0.14
3442026-06-19T21:43:21.134Z Downloaded anstream v1.0.0
3452026-06-19T21:43:21.137Z Downloaded cargo_toml v0.21.0
3462026-06-19T21:43:21.143Z Downloaded byteorder v1.5.0
3472026-06-19T21:43:21.146Z Downloaded anstyle-parse v1.0.0
3482026-06-19T21:43:21.146Z Downloaded percent-encoding v2.3.2
3492026-06-19T21:43:21.146Z Downloaded erased-serde v0.4.9
3502026-06-19T21:43:21.149Z Downloaded digest v0.10.7
3512026-06-19T21:43:21.154Z Downloaded sha2 v0.10.9
3522026-06-19T21:43:21.158Z Downloaded serde-untagged v0.1.9
3532026-06-19T21:43:21.161Z Downloaded serde_tokenstream v0.2.3
3542026-06-19T21:43:21.161Z Downloaded proc-macro-error v1.0.4
3552026-06-19T21:43:21.164Z Downloaded litemap v0.8.1
3562026-06-19T21:43:21.171Z Downloaded tempfile v3.25.0
3572026-06-19T21:43:21.174Z Downloaded pest_derive v2.8.6
3582026-06-19T21:43:21.174Z Downloaded once_cell v1.21.3
3592026-06-19T21:43:21.178Z Downloaded displaydoc v0.2.5
3602026-06-19T21:43:21.181Z Downloaded getrandom v0.4.1
3612026-06-19T21:43:21.181Z Downloaded anyhow v1.0.102
3622026-06-19T21:43:21.184Z Downloaded synstructure v0.13.2
3632026-06-19T21:43:21.190Z Downloaded camino v1.2.2
3642026-06-19T21:43:21.194Z Downloaded cargo-util-schemas v0.8.2
3652026-06-19T21:43:21.197Z Downloaded bitflags v2.11.0
3662026-06-19T21:43:21.200Z Downloaded pest_generator v2.8.6
3672026-06-19T21:43:21.210Z Downloaded semver v1.0.28
3682026-06-19T21:43:21.213Z Downloaded quote v1.0.45
3692026-06-19T21:43:21.213Z Downloaded icu_properties v2.1.2
3702026-06-19T21:43:21.218Z Downloaded serde_core v1.0.228
3712026-06-19T21:43:21.221Z Downloaded smallvec v1.15.1
3722026-06-19T21:43:21.221Z Downloaded log v0.4.29
3732026-06-19T21:43:21.223Z Downloaded icu_provider v2.1.1
3742026-06-19T21:43:21.239Z Downloaded proc-macro2 v1.0.106
3752026-06-19T21:43:21.242Z Downloaded papergrid v0.11.0
3762026-06-19T21:43:21.245Z Downloaded num-traits v0.2.19
3772026-06-19T21:43:21.245Z Downloaded icu_locale_core v2.1.1
3782026-06-19T21:43:21.248Z Downloaded clap v4.6.1
3792026-06-19T21:43:21.256Z Downloaded serde_derive v1.0.228
3802026-06-19T21:43:21.259Z Downloaded pest_meta v2.8.6
3812026-06-19T21:43:21.264Z Downloaded serde v1.0.228
3822026-06-19T21:43:21.267Z Downloaded icu_normalizer_data v2.1.1
3832026-06-19T21:43:21.271Z Downloaded icu_collections v2.1.1
3842026-06-19T21:43:21.274Z Downloaded icu_normalizer v2.1.1
3852026-06-19T21:43:21.282Z Downloaded memchr v2.8.0
3862026-06-19T21:43:21.291Z Downloaded indexmap v2.14.0
3872026-06-19T21:43:21.311Z Downloaded idna v1.1.0
3882026-06-19T21:43:21.319Z Downloaded pest v2.8.6
3892026-06-19T21:43:21.334Z Downloaded icu_properties_data v2.1.2
3902026-06-19T21:43:21.337Z Downloaded serde_json v1.0.149
3912026-06-19T21:43:21.339Z Downloaded clap_builder v4.6.0
3922026-06-19T21:43:21.349Z Downloaded hashbrown v0.17.0
3932026-06-19T21:43:21.359Z Downloaded tabled v0.15.0
3942026-06-19T21:43:21.366Z Downloaded goblin v0.8.2
3952026-06-19T21:43:21.387Z Downloaded syn v1.0.109
3962026-06-19T21:43:21.392Z Downloaded syn v2.0.117
3972026-06-19T21:43:21.418Z Downloaded rustix v1.1.3
3982026-06-19T21:43:21.441Z Downloaded libc v0.2.185
3992026-06-19T21:43:21.503Z Compiling proc-macro2 v1.0.106
4002026-06-19T21:43:21.503Z Compiling unicode-ident v1.0.24
4012026-06-19T21:43:21.504Z Compiling quote v1.0.45
4022026-06-19T21:43:21.506Z Compiling serde_core v1.0.228
4032026-06-19T21:43:21.506Z Compiling libc v0.2.185
4042026-06-19T21:43:21.506Z Compiling version_check v0.9.5
4052026-06-19T21:43:21.506Z Compiling memchr v2.8.0
4062026-06-19T21:43:21.506Z Compiling serde v1.0.228
4072026-06-19T21:43:21.506Z Compiling stable_deref_trait v1.2.1
4082026-06-19T21:43:21.506Z Compiling zmij v1.0.21
4092026-06-19T21:43:21.506Z Compiling autocfg v1.5.0
4102026-06-19T21:43:21.506Z Compiling ucd-trie v0.1.7
4112026-06-19T21:43:21.670Z Compiling thiserror v1.0.69
4122026-06-19T21:43:21.673Z Compiling itoa v1.0.17
4132026-06-19T21:43:21.673Z Compiling litemap v0.8.1
4142026-06-19T21:43:21.899Z Compiling writeable v0.6.2
4152026-06-19T21:43:21.921Z Compiling rustix v1.1.3
4162026-06-19T21:43:22.041Z Compiling byteorder v1.5.0
4172026-06-19T21:43:22.128Z Compiling icu_normalizer_data v2.1.1
4182026-06-19T21:43:22.160Z Compiling icu_properties_data v2.1.2
4192026-06-19T21:43:22.178Z Compiling pest v2.8.6
4202026-06-19T21:43:22.214Z Compiling bitflags v2.11.0
4212026-06-19T21:43:22.217Z Compiling serde_json v1.0.149
4222026-06-19T21:43:22.243Z Compiling num-traits v0.2.19
4232026-06-19T21:43:22.329Z Compiling typeid v1.0.3
4242026-06-19T21:43:22.411Z Compiling hashbrown v0.17.0
4252026-06-19T21:43:22.479Z Compiling equivalent v1.0.2
4262026-06-19T21:43:22.523Z Compiling smallvec v1.15.1
4272026-06-19T21:43:22.603Z Compiling usdt-impl v0.5.0
4282026-06-19T21:43:22.618Z Compiling proc-macro-error-attr v1.0.4
4292026-06-19T21:43:22.640Z Compiling erased-serde v0.4.9
4302026-06-19T21:43:22.674Z Compiling errno v0.3.14
4312026-06-19T21:43:22.710Z Compiling thread-id v4.2.2
4322026-06-19T21:43:22.751Z Compiling winnow v0.7.14
4332026-06-19T21:43:22.754Z Compiling syn v1.0.109
4342026-06-19T21:43:22.819Z Compiling toml_write v0.1.2
4352026-06-19T21:43:22.868Z Compiling proc-macro-error v1.0.4
4362026-06-19T21:43:22.981Z Compiling utf8_iter v1.0.4
4372026-06-19T21:43:22.996Z Compiling indexmap v2.14.0
4382026-06-19T21:43:23.046Z Compiling camino v1.2.2
4392026-06-19T21:43:23.071Z Compiling utf8parse v0.2.2
4402026-06-19T21:43:23.086Z Compiling getrandom v0.4.1
4412026-06-19T21:43:23.105Z Compiling syn v2.0.117
4422026-06-19T21:43:23.123Z Compiling thiserror v2.0.18
4432026-06-19T21:43:23.158Z Compiling plain v0.2.3
4442026-06-19T21:43:23.178Z Compiling log v0.4.29
4452026-06-19T21:43:23.195Z Compiling percent-encoding v2.3.2
4462026-06-19T21:43:23.284Z Compiling anstyle-parse v1.0.0
4472026-06-19T21:43:23.382Z Compiling pest_meta v2.8.6
4482026-06-19T21:43:23.419Z Compiling ordered-float v2.10.1
4492026-06-19T21:43:23.456Z Compiling form_urlencoded v1.2.2
4502026-06-19T21:43:23.544Z Compiling colorchoice v1.0.4
4512026-06-19T21:43:23.574Z Compiling anstyle-query v1.1.5
4522026-06-19T21:43:23.635Z Compiling anstyle v1.0.14
4532026-06-19T21:43:23.653Z Compiling pretty-hex v0.4.1
4542026-06-19T21:43:23.658Z Compiling cfg-if v1.0.4
4552026-06-19T21:43:23.689Z Compiling is_terminal_polyfill v1.70.2
4562026-06-19T21:43:23.706Z Compiling terminal_size v0.4.3
4572026-06-19T21:43:23.742Z Compiling fs-err v3.3.0
4582026-06-19T21:43:23.742Z Compiling fnv v1.0.7
4592026-06-19T21:43:23.809Z Compiling fastrand v2.3.0
4602026-06-19T21:43:23.827Z Compiling anstream v1.0.0
4612026-06-19T21:43:23.898Z Compiling clap_lex v1.0.0
4622026-06-19T21:43:23.914Z Compiling strsim v0.11.1
4632026-06-19T21:43:24.023Z Compiling semver v1.0.28
4642026-06-19T21:43:24.029Z Compiling unicode-xid v0.2.6
4652026-06-19T21:43:24.128Z Compiling once_cell v1.21.3
4662026-06-19T21:43:24.162Z Compiling unicode-width v0.1.14
4672026-06-19T21:43:24.177Z Compiling heck v0.4.1
4682026-06-19T21:43:24.180Z Compiling bytecount v0.6.9
4692026-06-19T21:43:24.235Z Compiling anyhow v1.0.102
4702026-06-19T21:43:24.317Z Compiling heck v0.5.0
4712026-06-19T21:43:24.336Z Compiling tempfile v3.25.0
4722026-06-19T21:43:24.354Z Compiling serde-untagged v0.1.9
4732026-06-19T21:43:24.371Z Compiling clap_builder v4.6.0
4742026-06-19T21:43:24.445Z Compiling papergrid v0.11.0
4752026-06-19T21:43:24.462Z Compiling memmap v0.7.0
4762026-06-19T21:43:24.477Z Compiling smawk v0.3.2
4772026-06-19T21:43:24.496Z Compiling unicode-linebreak v0.1.5
4782026-06-19T21:43:24.594Z Compiling unicode-width v0.2.0
4792026-06-19T21:43:24.627Z Compiling camino-tempfile v1.4.1
4802026-06-19T21:43:24.668Z Compiling swrite v0.1.0
4812026-06-19T21:43:24.748Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-19T21:43:24.880Z Compiling textwrap v0.16.2
4832026-06-19T21:43:25.043Z Compiling tabled_derive v0.7.0
4842026-06-19T21:43:25.696Z Compiling synstructure v0.13.2
4852026-06-19T21:43:25.696Z Compiling pest_generator v2.8.6
4862026-06-19T21:43:25.800Z Compiling tabled v0.15.0
4872026-06-19T21:43:26.250Z Compiling serde_derive v1.0.228
4882026-06-19T21:43:26.250Z Compiling zerofrom-derive v0.1.6
4892026-06-19T21:43:26.250Z Compiling yoke-derive v0.8.1
4902026-06-19T21:43:26.254Z Compiling zerovec-derive v0.11.2
4912026-06-19T21:43:26.254Z Compiling displaydoc v0.2.5
4922026-06-19T21:43:26.254Z Compiling thiserror-impl v1.0.69
4932026-06-19T21:43:26.314Z Compiling zerocopy-derive v0.7.35
4942026-06-19T21:43:26.329Z Compiling scroll_derive v0.12.1
4952026-06-19T21:43:26.347Z Compiling thiserror-impl v2.0.18
4962026-06-19T21:43:26.350Z Compiling pest_derive v2.8.6
4972026-06-19T21:43:26.362Z Compiling clap_derive v4.6.1
4982026-06-19T21:43:26.972Z Compiling scroll v0.12.0
4992026-06-19T21:43:27.153Z Compiling zerocopy v0.7.35
5002026-06-19T21:43:27.197Z Compiling goblin v0.8.2
5012026-06-19T21:43:27.314Z Compiling zerofrom v0.1.6
5022026-06-19T21:43:27.422Z Compiling yoke v0.8.1
5032026-06-19T21:43:27.424Z Compiling dtrace-parser v0.2.0
5042026-06-19T21:43:27.588Z Compiling zerovec v0.11.5
5052026-06-19T21:43:27.588Z Compiling zerotrie v0.2.3
5062026-06-19T21:43:27.738Z Compiling clap v4.6.1
5072026-06-19T21:43:27.998Z Compiling tinystr v0.8.2
5082026-06-19T21:43:27.998Z Compiling potential_utf v0.1.4
5092026-06-19T21:43:28.108Z Compiling icu_collections v2.1.1
5102026-06-19T21:43:28.162Z Compiling icu_locale_core v2.1.1
5112026-06-19T21:43:28.682Z Compiling dof v0.3.0
5122026-06-19T21:43:28.682Z Compiling serde_tokenstream v0.2.3
5132026-06-19T21:43:28.698Z Compiling icu_provider v2.1.1
5142026-06-19T21:43:28.701Z Compiling toml_datetime v0.6.11
5152026-06-19T21:43:28.701Z Compiling serde_spanned v0.6.9
5162026-06-19T21:43:28.701Z Compiling serde-value v0.7.0
5172026-06-19T21:43:28.714Z Compiling cargo-platform v0.2.0
5182026-06-19T21:43:28.717Z Compiling macaddr v1.0.1
5192026-06-19T21:43:28.980Z Compiling toml_edit v0.22.27
5202026-06-19T21:43:28.997Z Compiling icu_properties v2.1.2
5212026-06-19T21:43:29.002Z Compiling icu_normalizer v2.1.1
5222026-06-19T21:43:29.406Z Compiling usdt-macro v0.5.0
5232026-06-19T21:43:29.409Z Compiling usdt-attr-macro v0.5.0
5242026-06-19T21:43:29.805Z Compiling idna_adapter v1.2.1
5252026-06-19T21:43:29.910Z Compiling idna v1.1.0
5262026-06-19T21:43:30.008Z Compiling usdt v0.5.0
5272026-06-19T21:43:30.168Z Compiling url v2.5.8
5282026-06-19T21:43:30.269Z Compiling toml v0.8.23
5292026-06-19T21:43:30.597Z Compiling cargo-util-schemas v0.8.2
5302026-06-19T21:43:30.597Z Compiling cargo_toml v0.21.0
5312026-06-19T21:43:31.368Z Compiling cargo_metadata v0.21.0
5322026-06-19T21:43:32.288Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-19T21:43:34.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.54s
5342026-06-19T21:43:34.603Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-19T21:43:35.085Z Downloading crates ...
5362026-06-19T21:43:35.176Z Downloaded adler2 v2.0.1
5372026-06-19T21:43:35.180Z Downloaded anstyle-parse v0.2.7
5382026-06-19T21:43:35.195Z Downloaded crucible-workspace-hack v0.1.0
5392026-06-19T21:43:35.199Z Downloaded bitfield-macros v0.19.4
5402026-06-19T21:43:35.203Z Downloaded cmake v0.1.57
5412026-06-19T21:43:35.203Z Downloaded curve25519-dalek-derive v0.1.1
5422026-06-19T21:43:35.205Z Downloaded crossbeam-utils v0.8.21
5432026-06-19T21:43:35.209Z Downloaded crunchy v0.2.4
5442026-06-19T21:43:35.212Z Downloaded cstr-argument v0.1.2
5452026-06-19T21:43:35.221Z Downloaded dof v0.4.0
5462026-06-19T21:43:35.225Z Downloaded crc-catalog v2.4.0
5472026-06-19T21:43:35.230Z Downloaded dtrace-parser v0.3.0
5482026-06-19T21:43:35.233Z Downloaded dirs-sys-next v0.1.2
5492026-06-19T21:43:35.233Z Downloaded cobs v0.3.0
5502026-06-19T21:43:35.236Z Downloaded cfg_aliases v0.2.1
5512026-06-19T21:43:35.236Z Downloaded ctr v0.9.2
5522026-06-19T21:43:35.239Z Downloaded cargo-platform v0.3.2
5532026-06-19T21:43:35.239Z Downloaded base16ct v0.2.0
5542026-06-19T21:43:35.239Z Downloaded env_logger v0.11.9
5552026-06-19T21:43:35.242Z Downloaded crc32fast v1.5.0
5562026-06-19T21:43:35.243Z Downloaded crc v3.4.0
5572026-06-19T21:43:35.245Z Downloaded ecdsa v0.16.9
5582026-06-19T21:43:35.245Z Downloaded csv-core v0.1.13
5592026-06-19T21:43:35.245Z Downloaded critical-section v1.2.0
5602026-06-19T21:43:35.248Z Downloaded defmt v1.0.1
5612026-06-19T21:43:35.248Z Downloaded block-padding v0.3.3
5622026-06-19T21:43:35.251Z Downloaded bitfield-struct v0.6.2
5632026-06-19T21:43:35.251Z Downloaded enum-as-inner v0.6.1
5642026-06-19T21:43:35.251Z Downloaded diesel-dtrace v0.5.0
5652026-06-19T21:43:35.254Z Downloaded bcrypt-pbkdf v0.10.0
5662026-06-19T21:43:35.254Z Downloaded crossbeam-deque v0.8.6
5672026-06-19T21:43:35.254Z Downloaded arrayref v0.3.9
5682026-06-19T21:43:35.258Z Downloaded darling_macro v0.13.4
5692026-06-19T21:43:35.258Z Downloaded crossbeam-epoch v0.9.18
5702026-06-19T21:43:35.259Z Downloaded crc-any v2.5.0
5712026-06-19T21:43:35.261Z Downloaded ciborium-ll v0.2.2
5722026-06-19T21:43:35.261Z Downloaded ciborium-io v0.2.2
5732026-06-19T21:43:35.261Z Downloaded fixedbitset v0.5.7
5742026-06-19T21:43:35.261Z Downloaded atty v0.2.14
5752026-06-19T21:43:35.264Z Downloaded cpufeatures v0.3.0
5762026-06-19T21:43:35.264Z Downloaded atomicwrites v0.4.4
5772026-06-19T21:43:35.264Z Downloaded array-init v0.0.4
5782026-06-19T21:43:35.267Z Downloaded ed25519 v2.2.3
5792026-06-19T21:43:35.267Z Downloaded async-recursion v1.1.1
5802026-06-19T21:43:35.270Z Downloaded foreign-types v0.3.2
5812026-06-19T21:43:35.270Z Downloaded cfg_aliases v0.1.1
5822026-06-19T21:43:35.270Z Downloaded bb8 v0.8.6
5832026-06-19T21:43:35.273Z Downloaded bit-set v0.8.0
5842026-06-19T21:43:35.273Z Downloaded dsl_auto_type v0.2.0
5852026-06-19T21:43:35.273Z Downloaded diesel_table_macro_syntax v0.3.0
5862026-06-19T21:43:35.276Z Downloaded data-encoding v2.10.0
5872026-06-19T21:43:35.276Z Downloaded crc8 v0.1.1
5882026-06-19T21:43:35.276Z Downloaded compression-core v0.4.31
5892026-06-19T21:43:35.281Z Downloaded convert_case v0.4.0
5902026-06-19T21:43:35.284Z Downloaded castaway v0.2.4
5912026-06-19T21:43:35.284Z Downloaded float-ord v0.3.2
5922026-06-19T21:43:35.287Z Downloaded dunce v1.0.5
5932026-06-19T21:43:35.287Z Downloaded dirs-next v2.0.0
5942026-06-19T21:43:35.287Z Downloaded darling_macro v0.20.11
5952026-06-19T21:43:35.287Z Downloaded bit-set v0.5.3
5962026-06-19T21:43:35.290Z Downloaded derive_builder_macro v0.20.2
5972026-06-19T21:43:35.293Z Downloaded fd-lock v4.0.4
5982026-06-19T21:43:35.293Z Downloaded dropshot-api-manager-types v0.7.2
5992026-06-19T21:43:35.293Z Downloaded aead v0.5.2
6002026-06-19T21:43:35.296Z Downloaded fixedbitset v0.4.2
6012026-06-19T21:43:35.296Z Downloaded ascii-canvas v3.0.0
6022026-06-19T21:43:35.296Z Downloaded debug-ignore v1.0.5
6032026-06-19T21:43:35.299Z Downloaded embedded-io v0.4.0
6042026-06-19T21:43:35.299Z Downloaded darling_macro v0.23.0
6052026-06-19T21:43:35.299Z Downloaded flagset v0.4.7
6062026-06-19T21:43:35.302Z Downloaded dyn-clone v1.0.20
6072026-06-19T21:43:35.302Z Downloaded darling_macro v0.21.3
6082026-06-19T21:43:35.302Z Downloaded async-stream-impl v0.3.6
6092026-06-19T21:43:35.302Z Downloaded assert_matches v1.5.0
6102026-06-19T21:43:35.305Z Downloaded foreign-types v0.5.0
6112026-06-19T21:43:35.308Z Downloaded float-cmp v0.10.0
6122026-06-19T21:43:35.308Z Downloaded cexpr v0.6.0
6132026-06-19T21:43:35.312Z Downloaded foreign-types-macros v0.2.3
6142026-06-19T21:43:35.312Z Downloaded foreign-types-shared v0.3.1
6152026-06-19T21:43:35.312Z Downloaded arrayvec v0.7.6
6162026-06-19T21:43:35.312Z Downloaded difflib v0.4.0
6172026-06-19T21:43:35.315Z Downloaded cargo_metadata v0.23.1
6182026-06-19T21:43:35.315Z Downloaded embedded-io v0.6.1
6192026-06-19T21:43:35.315Z Downloaded bytes v1.11.1
6202026-06-19T21:43:35.318Z Downloaded filetime v0.2.27
6212026-06-19T21:43:35.318Z Downloaded erased-serde v0.3.31
6222026-06-19T21:43:35.321Z Downloaded futures-macro v0.3.32
6232026-06-19T21:43:35.321Z Downloaded futures-io v0.3.32
6242026-06-19T21:43:35.321Z Downloaded gethostname v0.5.0
6252026-06-19T21:43:35.324Z Downloaded endian-type v0.1.2
6262026-06-19T21:43:35.324Z Downloaded defmt v0.3.100
6272026-06-19T21:43:35.324Z Downloaded chacha20 v0.9.1
6282026-06-19T21:43:35.327Z Downloaded futures-core v0.3.32
6292026-06-19T21:43:35.327Z Downloaded cipher v0.4.4
6302026-06-19T21:43:35.327Z Downloaded defmt-macros v1.0.1
6312026-06-19T21:43:35.330Z Downloaded document-features v0.2.12
6322026-06-19T21:43:35.330Z Downloaded display-error-chain v0.2.2
6332026-06-19T21:43:35.330Z Downloaded async-trait v0.1.89
6342026-06-19T21:43:35.333Z Downloaded base64ct v1.8.3
6352026-06-19T21:43:35.336Z Downloaded foreign-types-shared v0.1.1
6362026-06-19T21:43:35.336Z Downloaded derive_builder_core v0.20.2
6372026-06-19T21:43:35.336Z Downloaded daft-derive v0.1.7
6382026-06-19T21:43:35.339Z Downloaded backoff v0.4.0
6392026-06-19T21:43:35.341Z Downloaded compression-codecs v0.4.37
6402026-06-19T21:43:35.341Z Downloaded foldhash v0.1.5
6412026-06-19T21:43:35.344Z Downloaded const_format_proc_macros v0.2.34
6422026-06-19T21:43:35.344Z Downloaded futures-sink v0.3.32
6432026-06-19T21:43:35.344Z Downloaded bit-vec v0.6.3
6442026-06-19T21:43:35.347Z Downloaded corncobs v0.1.4
6452026-06-19T21:43:35.347Z Downloaded argon2 v0.5.3
6462026-06-19T21:43:35.350Z Downloaded funty v2.0.0
6472026-06-19T21:43:35.350Z Downloaded constant_time_eq v0.4.2
6482026-06-19T21:43:35.350Z Downloaded git-stub v1.0.0
6492026-06-19T21:43:35.353Z Downloaded ghash v0.5.1
6502026-06-19T21:43:35.353Z Downloaded fxhash v0.2.1
6512026-06-19T21:43:35.353Z Downloaded futures-task v0.3.32
6522026-06-19T21:43:35.356Z Downloaded bit-vec v0.8.0
6532026-06-19T21:43:35.356Z Downloaded anstream v0.6.21
6542026-06-19T21:43:35.358Z Downloaded byte-wrapper v0.1.0
6552026-06-19T21:43:35.358Z Downloaded hash32 v0.3.1
6562026-06-19T21:43:35.358Z Downloaded async-stream v0.3.6
6572026-06-19T21:43:35.361Z Downloaded camino-tempfile-ext v0.3.3
6582026-06-19T21:43:35.361Z Downloaded bitfield v0.19.4
6592026-06-19T21:43:35.364Z Downloaded globwalk v0.9.1
6602026-06-19T21:43:35.364Z Downloaded ff v0.13.1
6612026-06-19T21:43:35.364Z Downloaded fallible-iterator v0.2.0
6622026-06-19T21:43:35.367Z Downloaded foldhash v0.2.0
6632026-06-19T21:43:35.367Z Downloaded deranged v0.5.8
6642026-06-19T21:43:35.367Z Downloaded find-msvc-tools v0.1.9
6652026-06-19T21:43:35.370Z Downloaded darling v0.13.4
6662026-06-19T21:43:35.370Z Downloaded cbc v0.1.2
6672026-06-19T21:43:35.373Z Downloaded hash32 v0.2.1
6682026-06-19T21:43:35.373Z Downloaded bzip2 v0.6.1
6692026-06-19T21:43:35.373Z Downloaded ena v0.14.4
6702026-06-19T21:43:35.376Z Downloaded downcast-rs v2.0.2
6712026-06-19T21:43:35.376Z Downloaded der_derive v0.7.3
6722026-06-19T21:43:35.376Z Downloaded darling v0.23.0
6732026-06-19T21:43:35.379Z Downloaded headers-core v0.3.0
6742026-06-19T21:43:35.382Z Downloaded daft v0.1.7
6752026-06-19T21:43:35.382Z Downloaded futures-executor v0.3.32
6762026-06-19T21:43:35.384Z Downloaded ciborium v0.2.2
6772026-06-19T21:43:35.384Z Downloaded hex-literal v0.4.1
6782026-06-19T21:43:35.384Z Downloaded atomic-waker v1.1.2
6792026-06-19T21:43:35.387Z Downloaded bitflags v1.3.2
6802026-06-19T21:43:35.387Z Downloaded hubpack_derive v0.1.1
6812026-06-19T21:43:35.390Z Downloaded either v1.15.0
6822026-06-19T21:43:35.391Z Downloaded httpdate v1.0.3
6832026-06-19T21:43:35.391Z Downloaded cancel-safe-futures v0.1.5
6842026-06-19T21:43:35.393Z Downloaded hostname v0.3.1
6852026-06-19T21:43:35.393Z Downloaded env_filter v1.0.0
6862026-06-19T21:43:35.394Z Downloaded backon v1.6.0
6872026-06-19T21:43:35.396Z Downloaded home v0.5.12
6882026-06-19T21:43:35.396Z Downloaded defmt-parser v1.0.0
6892026-06-19T21:43:35.399Z Downloaded cassowary v0.3.0
6902026-06-19T21:43:35.399Z Downloaded blowfish v0.9.1
6912026-06-19T21:43:35.399Z Downloaded bcs v0.1.6
6922026-06-19T21:43:35.402Z Downloaded colored v2.2.0
6932026-06-19T21:43:35.402Z Downloaded buf-list v1.1.2
6942026-06-19T21:43:35.404Z Downloaded http-body v1.0.1
6952026-06-19T21:43:35.404Z Downloaded hostname v0.4.2
6962026-06-19T21:43:35.407Z Downloaded http-range v0.1.5
6972026-06-19T21:43:35.407Z Downloaded console v0.16.2
6982026-06-19T21:43:35.407Z Downloaded cookie_store v0.22.1
6992026-06-19T21:43:35.410Z Downloaded hubpack v0.1.2
7002026-06-19T21:43:35.410Z Downloaded hyper-tls v0.6.0
7012026-06-19T21:43:35.413Z Downloaded fs_extra v1.3.0
7022026-06-19T21:43:35.413Z Downloaded der v0.7.10
7032026-06-19T21:43:35.416Z Downloaded glob v0.3.3
7042026-06-19T21:43:35.416Z Downloaded ident_case v1.0.1
7052026-06-19T21:43:35.418Z Downloaded globset v0.4.18
7062026-06-19T21:43:35.418Z Downloaded blake2 v0.10.6
7072026-06-19T21:43:35.421Z Downloaded instant v0.1.13
7082026-06-19T21:43:35.421Z Downloaded inout v0.1.4
7092026-06-19T21:43:35.421Z Downloaded git-stub-vcs v0.1.0
7102026-06-19T21:43:35.425Z Downloaded is-terminal v0.4.17
7112026-06-19T21:43:35.425Z Downloaded chacha20 v0.10.0
7122026-06-19T21:43:35.427Z Downloaded indoc v1.0.9
7132026-06-19T21:43:35.427Z Downloaded internet-checksum v0.2.1
7142026-06-19T21:43:35.427Z Downloaded illumos-nvpair-sys v0.2.0
7152026-06-19T21:43:35.430Z Downloaded group v0.13.0
7162026-06-19T21:43:35.430Z Downloaded illumos-nvpair v0.3.0
7172026-06-19T21:43:35.430Z Downloaded is_ci v1.2.0
7182026-06-19T21:43:35.430Z Downloaded instability v0.3.11
7192026-06-19T21:43:35.433Z Downloaded async-bb8-diesel v0.2.1
7202026-06-19T21:43:35.433Z Downloaded convert_case v0.10.0
7212026-06-19T21:43:35.436Z Downloaded const-oid v0.9.6
7222026-06-19T21:43:35.436Z Downloaded console v0.15.11
7232026-06-19T21:43:35.439Z Downloaded clang-sys v1.8.1
7242026-06-19T21:43:35.439Z Downloaded colored v3.1.1
7252026-06-19T21:43:35.442Z Downloaded kstat-rs v0.2.4
7262026-06-19T21:43:35.445Z Downloaded libscf-sys v1.1.0
7272026-06-19T21:43:35.447Z Downloaded hex v0.4.3
7282026-06-19T21:43:35.447Z Downloaded lazy_static v1.5.0
7292026-06-19T21:43:35.450Z Downloaded keccak v0.1.6
7302026-06-19T21:43:35.450Z Downloaded highway v1.3.0
7312026-06-19T21:43:35.455Z Downloaded darling v0.21.3
7322026-06-19T21:43:35.458Z Downloaded linked-hash-map v0.5.6
7332026-06-19T21:43:35.461Z Downloaded des v0.8.1
7342026-06-19T21:43:35.461Z Downloaded derive-ex v0.1.8
7352026-06-19T21:43:35.464Z Downloaded match_cfg v0.1.0
7362026-06-19T21:43:35.464Z Downloaded maplit v1.0.2
7372026-06-19T21:43:35.464Z Downloaded managed v0.8.0
7382026-06-19T21:43:35.467Z Downloaded lzss v0.8.2
7392026-06-19T21:43:35.470Z Downloaded maybe-uninit v2.0.0
7402026-06-19T21:43:35.470Z Downloaded crypto-bigint v0.5.5
7412026-06-19T21:43:35.473Z Downloaded dropshot_endpoint v0.17.0
7422026-06-19T21:43:35.476Z Downloaded darling v0.20.11
7432026-06-19T21:43:35.478Z Downloaded lru-slab v0.1.2
7442026-06-19T21:43:35.481Z Downloaded lru-cache v0.1.2
7452026-06-19T21:43:35.481Z Downloaded lru v0.12.5
7462026-06-19T21:43:35.481Z Downloaded mime v0.3.17
7472026-06-19T21:43:35.484Z Downloaded hyper-staticfile v0.10.1
7482026-06-19T21:43:35.485Z Downloaded cookie v0.18.1
7492026-06-19T21:43:35.485Z Downloaded fs-err v2.11.0
7502026-06-19T21:43:35.487Z Downloaded humantime v2.3.0
7512026-06-19T21:43:35.487Z Downloaded ahash v0.8.12
7522026-06-19T21:43:35.490Z Downloaded md-5 v0.10.6
7532026-06-19T21:43:35.490Z Downloaded futures-channel v0.3.32
7542026-06-19T21:43:35.493Z Downloaded half v1.8.3
7552026-06-19T21:43:35.493Z Downloaded ingot v0.1.1
7562026-06-19T21:43:35.493Z Downloaded indoc v2.0.7
7572026-06-19T21:43:35.496Z Downloaded multimap v0.10.1
7582026-06-19T21:43:35.496Z Downloaded indent_write v2.2.0
7592026-06-19T21:43:35.499Z Downloaded impl-trait-for-tuples v0.2.3
7602026-06-19T21:43:35.499Z Downloaded newtype_derive v0.1.6
7612026-06-19T21:43:35.501Z Downloaded newtype-uuid-macros v0.1.0
7622026-06-19T21:43:35.501Z Downloaded darling_core v0.13.4
7632026-06-19T21:43:35.504Z Downloaded new_debug_unreachable v1.0.6
7642026-06-19T21:43:35.504Z Downloaded newline-converter v0.3.0
7652026-06-19T21:43:35.504Z Downloaded chacha20poly1305 v0.10.1
7662026-06-19T21:43:35.507Z Downloaded bzip2 v0.4.4
7672026-06-19T21:43:35.507Z Downloaded ingot-types v0.1.2
7682026-06-19T21:43:35.510Z Downloaded fatfs v0.3.6
7692026-06-19T21:43:35.510Z Downloaded drift v0.2.0
7702026-06-19T21:43:35.516Z Downloaded nodrop v0.1.14
7712026-06-19T21:43:35.519Z Downloaded nonempty v0.12.0
7722026-06-19T21:43:35.519Z Downloaded nibble_vec v0.1.0
7732026-06-19T21:43:35.519Z Downloaded jobserver v0.1.34
7742026-06-19T21:43:35.521Z Downloaded ipnetwork v0.21.1
7752026-06-19T21:43:35.521Z Downloaded num-iter v0.1.45
7762026-06-19T21:43:35.521Z Downloaded num-derive v0.4.2
7772026-06-19T21:43:35.525Z Downloaded num-derive v0.3.3
7782026-06-19T21:43:35.525Z Downloaded num-conv v0.2.0
7792026-06-19T21:43:35.525Z Downloaded num v0.4.3
7802026-06-19T21:43:35.528Z Downloaded normalize-line-endings v0.3.0
7812026-06-19T21:43:35.528Z Downloaded ipnet v2.11.0
7822026-06-19T21:43:35.528Z Downloaded derive_builder v0.20.2
7832026-06-19T21:43:35.531Z Downloaded libloading v0.8.9
7842026-06-19T21:43:35.533Z Downloaded libefi-sys v0.1.0
7852026-06-19T21:43:35.533Z Downloaded hmac v0.12.1
7862026-06-19T21:43:35.533Z Downloaded diff v0.1.13
7872026-06-19T21:43:35.537Z Downloaded num_threads v0.1.7
7882026-06-19T21:43:35.537Z Downloaded md5 v0.7.0
7892026-06-19T21:43:35.540Z Downloaded num_enum_derive v0.5.11
7902026-06-19T21:43:35.540Z Downloaded libsw v3.5.0
7912026-06-19T21:43:35.540Z Downloaded lalrpop-util v0.19.12
7922026-06-19T21:43:35.540Z Downloaded openssl-probe v0.1.6
7932026-06-19T21:43:35.540Z Downloaded olpc-cjson v0.1.4
7942026-06-19T21:43:35.543Z Downloaded linear-map v1.2.0
7952026-06-19T21:43:35.543Z Downloaded openssl-probe v0.2.1
7962026-06-19T21:43:35.543Z Downloaded opaque-debug v0.3.1
7972026-06-19T21:43:35.543Z Downloaded derive-where v1.6.0
7982026-06-19T21:43:35.546Z Downloaded derive_more v0.99.20
7992026-06-19T21:43:35.549Z Downloaded httparse v1.10.1
8002026-06-19T21:43:35.551Z Downloaded mime_guess v2.0.5
8012026-06-19T21:43:35.554Z Downloaded openssl-macros v0.1.1
8022026-06-19T21:43:35.554Z Downloaded http-body-util v0.1.3
8032026-06-19T21:43:35.554Z Downloaded memoffset v0.9.1
8042026-06-19T21:43:35.557Z Downloaded iana-time-zone v0.1.65
8052026-06-19T21:43:35.557Z Downloaded getrandom v0.3.4
8062026-06-19T21:43:35.560Z Downloaded getrandom v0.2.17
8072026-06-19T21:43:35.560Z Downloaded oso-derive v0.27.3
8082026-06-19T21:43:35.563Z Downloaded futures v0.3.32
8092026-06-19T21:43:35.566Z Downloaded native-tls v0.2.18
8102026-06-19T21:43:35.566Z Downloaded nanorand v0.7.0
8112026-06-19T21:43:35.568Z Downloaded multer v3.1.0
8122026-06-19T21:43:35.568Z Downloaded packed_struct_codegen v0.10.1
8132026-06-19T21:43:35.571Z Downloaded ingot-macros v0.1.1
8142026-06-19T21:43:35.571Z Downloaded lock_api v0.4.14
8152026-06-19T21:43:35.571Z Downloaded newtype-uuid v1.3.2
8162026-06-19T21:43:35.575Z Downloaded compact_str v0.8.1
8172026-06-19T21:43:35.575Z Downloaded arc-swap v1.8.2
8182026-06-19T21:43:35.577Z Downloaded elliptic-curve v0.13.8
8192026-06-19T21:43:35.580Z Downloaded darling_core v0.20.11
8202026-06-19T21:43:35.583Z Downloaded flume v0.11.1
8212026-06-19T21:43:35.585Z Downloaded parse-size v1.1.0
8222026-06-19T21:43:35.586Z Downloaded path-slash v0.1.5
8232026-06-19T21:43:35.586Z Downloaded num-complex v0.4.6
8242026-06-19T21:43:35.588Z Downloaded nu-ansi-term v0.50.3
8252026-06-19T21:43:35.588Z Downloaded allocator-api2 v0.2.21
8262026-06-19T21:43:35.591Z Downloaded parse-display v0.10.0
8272026-06-19T21:43:35.591Z Downloaded const_format v0.2.35
8282026-06-19T21:43:35.594Z Downloaded pbkdf2 v0.11.0
8292026-06-19T21:43:35.597Z Downloaded num_enum v0.7.6
8302026-06-19T21:43:35.599Z Downloaded phf_shared v0.12.1
8312026-06-19T21:43:35.599Z Downloaded pbkdf2 v0.12.2
8322026-06-19T21:43:35.599Z Downloaded peg-runtime v0.8.5
8332026-06-19T21:43:35.602Z Downloaded num_enum v0.5.11
8342026-06-19T21:43:35.605Z Downloaded num_enum_derive v0.7.6
8352026-06-19T21:43:35.605Z Downloaded num-integer v0.1.46
8362026-06-19T21:43:35.605Z Downloaded num-rational v0.4.2
8372026-06-19T21:43:35.608Z Downloaded phf_shared v0.13.1
8382026-06-19T21:43:35.608Z Downloaded litrs v1.0.0
8392026-06-19T21:43:35.611Z Downloaded crossbeam-channel v0.5.15
8402026-06-19T21:43:35.611Z Downloaded libsw-core v0.3.2
8412026-06-19T21:43:35.614Z Downloaded hyper-rustls v0.27.7
8422026-06-19T21:43:35.614Z Downloaded darling_core v0.23.0
8432026-06-19T21:43:35.616Z Downloaded pin-utils v0.1.0
8442026-06-19T21:43:35.619Z Downloaded phf_shared v0.11.3
8452026-06-19T21:43:35.622Z Downloaded bumpalo v3.20.2
8462026-06-19T21:43:35.622Z Downloaded memmap2 v0.9.10
8472026-06-19T21:43:35.626Z Downloaded ar_archive_writer v0.5.1
8482026-06-19T21:43:35.629Z Downloaded base64 v0.22.1
8492026-06-19T21:43:35.632Z Downloaded powerfmt v0.2.0
8502026-06-19T21:43:35.632Z Downloaded indexmap v1.9.3
8512026-06-19T21:43:35.635Z Downloaded ignore v0.4.25
8522026-06-19T21:43:35.635Z Downloaded progenitor-macro v0.13.0
8532026-06-19T21:43:35.635Z Downloaded half v2.7.1
8542026-06-19T21:43:35.637Z Downloaded proc-macro-error-attr2 v2.0.0
8552026-06-19T21:43:35.637Z Downloaded precomputed-hash v0.1.1
8562026-06-19T21:43:35.640Z Downloaded oxnet v0.1.6
8572026-06-19T21:43:35.640Z Downloaded packed_struct v0.10.1
8582026-06-19T21:43:35.643Z Downloaded oxide-tokio-rt v0.1.4
8592026-06-19T21:43:35.643Z Downloaded proc-macro-crate v3.4.0
8602026-06-19T21:43:35.643Z Downloaded darling_core v0.21.3
8612026-06-19T21:43:35.646Z Downloaded predicates-tree v1.0.13
8622026-06-19T21:43:35.648Z Downloaded predicates-core v1.0.10
8632026-06-19T21:43:35.648Z Downloaded proc-macro-crate v1.3.1
8642026-06-19T21:43:35.651Z Downloaded psl-types v2.0.11
8652026-06-19T21:43:35.654Z Downloaded paste v1.0.15
8662026-06-19T21:43:35.654Z Downloaded password-hash v0.4.2
8672026-06-19T21:43:35.657Z Downloaded progenitor-macro v0.14.0
8682026-06-19T21:43:35.657Z Downloaded progenitor-client v0.14.0
8692026-06-19T21:43:35.659Z Downloaded pem v3.0.6
8702026-06-19T21:43:35.662Z Downloaded peg v0.8.5
8712026-06-19T21:43:35.662Z Downloaded flate2 v1.1.9
8722026-06-19T21:43:35.680Z Downloaded pin-project-lite v0.2.17
8732026-06-19T21:43:35.683Z Downloaded derive_more v2.1.1
8742026-06-19T21:43:35.690Z Downloaded radium v0.7.0
8752026-06-19T21:43:35.693Z Downloaded crossterm v0.28.1
8762026-06-19T21:43:35.695Z Downloaded pkg-config v0.3.32
8772026-06-19T21:43:35.698Z Downloaded rand_chacha v0.3.1
8782026-06-19T21:43:35.698Z Downloaded pkcs8 v0.10.2
8792026-06-19T21:43:35.698Z Downloaded polyval v0.6.2
8802026-06-19T21:43:35.701Z Downloaded poly1305 v0.8.0
8812026-06-19T21:43:35.701Z Downloaded pin-project-internal v1.1.11
8822026-06-19T21:43:35.705Z Downloaded async-compression v0.4.41
8832026-06-19T21:43:35.709Z Downloaded phf v0.12.1
8842026-06-19T21:43:35.709Z Downloaded phf v0.13.1
8852026-06-19T21:43:35.709Z Downloaded password-hash v0.5.0
8862026-06-19T21:43:35.711Z Downloaded parse-display-derive v0.10.0
8872026-06-19T21:43:35.711Z Downloaded ppv-lite86 v0.2.21
8882026-06-19T21:43:35.711Z Downloaded parking_lot v0.11.2
8892026-06-19T21:43:35.714Z Downloaded recursive-proc-macro-impl v0.1.1
8902026-06-19T21:43:35.714Z Downloaded recursive v0.1.1
8912026-06-19T21:43:35.714Z Downloaded owo-colors v4.3.0
8922026-06-19T21:43:35.717Z Downloaded parking_lot_core v0.8.6
8932026-06-19T21:43:35.717Z Downloaded ref-cast v1.0.25
8942026-06-19T21:43:35.720Z Downloaded predicates v3.1.4
8952026-06-19T21:43:35.723Z Downloaded parking_lot v0.12.5
8962026-06-19T21:43:35.723Z Downloaded rand_xorshift v0.4.0
8972026-06-19T21:43:35.723Z Downloaded indicatif v0.18.4
8982026-06-19T21:43:35.725Z Downloaded ref-cast-impl v1.0.25
8992026-06-19T21:43:35.728Z Downloaded progenitor v0.13.0
9002026-06-19T21:43:35.728Z Downloaded primeorder v0.13.6
9012026-06-19T21:43:35.728Z Downloaded heapless v0.7.17
9022026-06-19T21:43:35.731Z Downloaded cc v1.2.56
9032026-06-19T21:43:35.734Z Downloaded progenitor-extras v0.2.0
9042026-06-19T21:43:35.734Z Downloaded progenitor-client v0.13.0
9052026-06-19T21:43:35.737Z Downloaded parking_lot_core v0.9.12
9062026-06-19T21:43:35.737Z Downloaded omicron-zone-package v0.12.2
9072026-06-19T21:43:35.739Z Downloaded libbz2-rs-sys v0.2.2
9082026-06-19T21:43:35.739Z Downloaded rtoolbox v0.0.3
9092026-06-19T21:43:35.742Z Downloaded hickory-resolver v0.24.4
9102026-06-19T21:43:35.745Z Downloaded expectorate v1.2.0
9112026-06-19T21:43:35.745Z Downloaded ed25519-dalek v2.2.0
9122026-06-19T21:43:35.748Z Downloaded rustc_version v0.1.7
9132026-06-19T21:43:35.748Z Downloaded heapless v0.8.0
9142026-06-19T21:43:35.751Z Downloaded r2d2 v0.8.10
9152026-06-19T21:43:35.751Z Downloaded psm v0.1.30
9162026-06-19T21:43:35.754Z Downloaded russh-cryptovec v0.7.3
9172026-06-19T21:43:35.754Z Downloaded quick-error v1.2.3
9182026-06-19T21:43:35.754Z Downloaded pem-rfc7468 v0.7.0
9192026-06-19T21:43:35.757Z Downloaded headers v0.4.1
9202026-06-19T21:43:35.760Z Downloaded rand_core v0.9.5
9212026-06-19T21:43:35.760Z Downloaded pkcs5 v0.7.1
9222026-06-19T21:43:35.763Z Downloaded rand_core v0.10.0
9232026-06-19T21:43:35.763Z Downloaded rand_core v0.6.4
9242026-06-19T21:43:35.766Z Downloaded pkcs1 v0.7.5
9252026-06-19T21:43:35.768Z Downloaded salsa20 v0.10.2
9262026-06-19T21:43:35.771Z Downloaded sapling-renderdag v0.1.0
9272026-06-19T21:43:35.771Z Downloaded same-file v1.0.6
9282026-06-19T21:43:35.774Z Downloaded base64 v0.21.7
9292026-06-19T21:43:35.774Z Downloaded rand_seeder v0.4.0
9302026-06-19T21:43:35.777Z Downloaded rand_chacha v0.9.0
9312026-06-19T21:43:35.777Z Downloaded oso v0.27.3
9322026-06-19T21:43:35.779Z Downloaded miniz_oxide v0.8.9
9332026-06-19T21:43:35.782Z Downloaded postgres-types v0.2.12
9342026-06-19T21:43:35.785Z Downloaded resolv-conf v0.7.6
9352026-06-19T21:43:35.788Z Downloaded postgres-protocol v0.6.10
9362026-06-19T21:43:35.788Z Downloaded proc-macro-error2 v2.0.1
9372026-06-19T21:43:35.791Z Downloaded scrypt v0.11.0
9382026-06-19T21:43:35.791Z Downloaded scroll_derive v0.13.1
9392026-06-19T21:43:35.793Z Downloaded scopeguard v1.2.0
9402026-06-19T21:43:35.793Z Downloaded scheduled-thread-pool v0.2.7
9412026-06-19T21:43:35.793Z Downloaded rfc6979 v0.4.0
9422026-06-19T21:43:35.794Z Downloaded progenitor v0.14.0
9432026-06-19T21:43:35.796Z Downloaded postcard v1.1.3
9442026-06-19T21:43:35.796Z Downloaded hashbrown v0.12.3
9452026-06-19T21:43:35.799Z Downloaded diesel_derives v2.3.7
9462026-06-19T21:43:35.803Z Downloaded jiff-static v0.2.21
9472026-06-19T21:43:35.808Z Downloaded papergrid v0.17.0
9482026-06-19T21:43:35.812Z Downloaded rustls-pemfile v1.0.4
9492026-06-19T21:43:35.815Z Downloaded peg-macros v0.8.5
9502026-06-19T21:43:35.815Z Downloaded seq-macro v0.3.6
9512026-06-19T21:43:35.818Z Downloaded secrecy v0.8.0
9522026-06-19T21:43:35.818Z Downloaded secrecy v0.10.3
9532026-06-19T21:43:35.818Z Downloaded crossterm v0.29.0
9542026-06-19T21:43:35.821Z Downloaded hickory-resolver v0.25.2
9552026-06-19T21:43:35.825Z Downloaded rustc-hash v2.1.1
9562026-06-19T21:43:35.828Z Downloaded rustls-pemfile v2.2.0
9572026-06-19T21:43:35.832Z Downloaded serde-big-array v0.5.1
9582026-06-19T21:43:35.832Z Downloaded quinn-udp v0.5.14
9592026-06-19T21:43:35.834Z Downloaded serde_bytes v0.11.19
9602026-06-19T21:43:35.835Z Downloaded semver v0.1.20
9612026-06-19T21:43:35.835Z Downloaded rustversion v1.0.22
9622026-06-19T21:43:35.840Z Downloaded shell-words v1.1.1
9632026-06-19T21:43:35.840Z Downloaded pin-project v1.1.11
9642026-06-19T21:43:35.843Z Downloaded signal-hook-mio v0.2.5
9652026-06-19T21:43:35.846Z Downloaded rustc_version v0.4.1
9662026-06-19T21:43:35.849Z Downloaded aes v0.8.4
9672026-06-19T21:43:35.851Z Downloaded serde_urlencoded v0.7.1
9682026-06-19T21:43:35.854Z Downloaded serde_spanned v1.0.4
9692026-06-19T21:43:35.854Z Downloaded serde_repr v0.1.20
9702026-06-19T21:43:35.857Z Downloaded signal-hook-tokio v0.3.1
9712026-06-19T21:43:35.857Z Downloaded sigpipe v0.1.3
9722026-06-19T21:43:35.857Z Downloaded p256 v0.13.2
9732026-06-19T21:43:35.860Z Downloaded prefix-trie v0.7.0
9742026-06-19T21:43:35.863Z Downloaded derive_more-impl v2.1.1
9752026-06-19T21:43:35.866Z Downloaded scroll v0.13.0
9762026-06-19T21:43:35.866Z Downloaded signature v2.2.0
9772026-06-19T21:43:35.868Z Downloaded serde-hex v0.1.0
9782026-06-19T21:43:35.868Z Downloaded schemars_derive v0.8.22
9792026-06-19T21:43:35.868Z Downloaded minimal-lexical v0.2.1
9802026-06-19T21:43:35.871Z Downloaded siphasher v1.0.2
9812026-06-19T21:43:35.874Z Downloaded sct v0.7.1
9822026-06-19T21:43:35.874Z Downloaded serde_plain v1.0.2
9832026-06-19T21:43:35.878Z Downloaded slog-bunyan v2.5.0
9842026-06-19T21:43:35.880Z Downloaded slog-envlogger v2.2.0
9852026-06-19T21:43:35.883Z Downloaded russh-keys v0.45.0
9862026-06-19T21:43:35.886Z Downloaded serde_derive_internals v0.29.1
9872026-06-19T21:43:35.889Z Downloaded progenitor-impl v0.13.0
9882026-06-19T21:43:35.889Z Downloaded hashbrown v0.13.2
9892026-06-19T21:43:35.893Z Downloaded ssh-encoding v0.2.0
9902026-06-19T21:43:35.900Z Downloaded serde_with_macros v1.5.2
9912026-06-19T21:43:35.903Z Downloaded progenitor-impl v0.14.0
9922026-06-19T21:43:35.906Z Downloaded hickory-server v0.25.2
9932026-06-19T21:43:35.914Z Downloaded sqlparser_derive v0.5.0
9942026-06-19T21:43:35.917Z Downloaded serde_path_to_error v0.1.20
9952026-06-19T21:43:35.917Z Downloaded rusty-fork v0.3.1
9962026-06-19T21:43:35.920Z Downloaded openssl-sys v0.9.115
9972026-06-19T21:43:35.923Z Downloaded strip-ansi-escapes v0.2.1
9982026-06-19T21:43:35.926Z Downloaded rustls-native-certs v0.8.3
9992026-06-19T21:43:35.929Z Downloaded sha1 v0.10.6
10002026-06-19T21:43:35.932Z Downloaded aes-gcm v0.10.3
10012026-06-19T21:43:35.935Z Downloaded rcgen v0.12.1
10022026-06-19T21:43:35.937Z Downloaded strsim v0.10.0
10032026-06-19T21:43:35.940Z Downloaded shlex v1.3.0
10042026-06-19T21:43:35.940Z Downloaded hyper-util v0.1.20
10052026-06-19T21:43:35.943Z Downloaded prettyplease v0.2.37
10062026-06-19T21:43:35.946Z Downloaded simd-adler32 v0.3.8
10072026-06-19T21:43:35.949Z Downloaded subtle v2.6.1
10082026-06-19T21:43:35.949Z Downloaded tagptr v0.2.0
10092026-06-19T21:43:35.949Z Downloaded slab v0.4.12
10102026-06-19T21:43:35.952Z Downloaded strum v0.27.2
10112026-06-19T21:43:35.952Z Downloaded strum v0.26.3
10122026-06-19T21:43:35.952Z Downloaded slog-term v2.9.2
10132026-06-19T21:43:35.955Z Downloaded sync-ptr v0.1.4
10142026-06-19T21:43:35.955Z Downloaded supports-color v3.0.2
10152026-06-19T21:43:35.958Z Downloaded structmeta-derive v0.3.0
10162026-06-19T21:43:35.958Z Downloaded slog-stdlog v4.1.1
10172026-06-19T21:43:35.958Z Downloaded tabwriter v1.4.1
10182026-06-19T21:43:35.958Z Downloaded sync_wrapper v1.0.2
10192026-06-19T21:43:35.961Z Downloaded tabled_derive v0.11.0
10202026-06-19T21:43:35.961Z Downloaded structmeta v0.3.0
10212026-06-19T21:43:35.961Z Downloaded dropshot-api-manager v0.7.2
10222026-06-19T21:43:35.964Z Downloaded slog-async v2.8.0
10232026-06-19T21:43:35.968Z Downloaded smf v0.2.3
10242026-06-19T21:43:35.968Z Downloaded rustls-pki-types v1.14.0
10252026-06-19T21:43:35.971Z Downloaded pretty_assertions v1.4.1
10262026-06-19T21:43:35.973Z Downloaded tap v1.0.1
10272026-06-19T21:43:35.973Z Downloaded ron v0.8.1
10282026-06-19T21:43:35.976Z Downloaded thiserror-impl-no-std v2.0.2
10292026-06-19T21:43:35.979Z Downloaded testing_table v0.3.0
10302026-06-19T21:43:35.979Z Downloaded take_mut v0.2.2
10312026-06-19T21:43:35.979Z Downloaded termtree v0.5.1
10322026-06-19T21:43:35.979Z Downloaded slog-json v2.6.1
10332026-06-19T21:43:35.982Z Downloaded sec1 v0.7.3
10342026-06-19T21:43:35.982Z Downloaded serde_with_macros v3.17.0
10352026-06-19T21:43:35.985Z Downloaded ssh-cipher v0.2.0
10362026-06-19T21:43:35.985Z Downloaded sqlformat v0.3.5
10372026-06-19T21:43:35.985Z Downloaded spki v0.7.3
10382026-06-19T21:43:35.988Z Downloaded rustls-platform-verifier v0.6.2
10392026-06-19T21:43:35.991Z Downloaded serde_cbor v0.11.2
10402026-06-19T21:43:35.994Z Downloaded snafu-derive v0.8.9
10412026-06-19T21:43:35.997Z Downloaded time-core v0.1.8
10422026-06-19T21:43:35.997Z Downloaded tinyvec_macros v0.1.1
10432026-06-19T21:43:36.000Z Downloaded signal-hook-registry v1.4.8
10442026-06-19T21:43:36.003Z Downloaded ryu v1.0.23
10452026-06-19T21:43:36.015Z Downloaded static_assertions v1.1.0
10462026-06-19T21:43:36.015Z Downloaded http v1.4.0
10472026-06-19T21:43:36.015Z Downloaded stacker v0.1.23
10482026-06-19T21:43:36.015Z Downloaded stringprep v0.1.5
10492026-06-19T21:43:36.015Z Downloaded tokio-macros v2.7.0
10502026-06-19T21:43:36.020Z Downloaded mio v1.2.0
10512026-06-19T21:43:36.027Z Downloaded slog-dtrace v0.3.0
10522026-06-19T21:43:36.030Z Downloaded strum_macros v0.26.4
10532026-06-19T21:43:36.032Z Downloaded support-bundle-viewer v0.1.2
10542026-06-19T21:43:36.032Z Downloaded slog-scope v4.4.1
10552026-06-19T21:43:36.032Z Downloaded strum_macros v0.24.3
10562026-06-19T21:43:36.035Z Downloaded aho-corasick v1.1.4
10572026-06-19T21:43:36.039Z Downloaded itertools v0.10.5
10582026-06-19T21:43:36.041Z Downloaded smallvec v0.6.14
10592026-06-19T21:43:36.046Z Downloaded num-bigint v0.4.6
10602026-06-19T21:43:36.049Z Downloaded termios v0.3.3
10612026-06-19T21:43:36.049Z Downloaded hashbrown v0.16.1
10622026-06-19T21:43:36.052Z Downloaded topological-sort v0.2.2
10632026-06-19T21:43:36.052Z Downloaded thiserror-no-std v2.0.2
10642026-06-19T21:43:36.055Z Downloaded hashbrown v0.15.5
10652026-06-19T21:43:36.057Z Downloaded publicsuffix v2.3.0
10662026-06-19T21:43:36.057Z Downloaded serde_yaml v0.9.34+deprecated
10672026-06-19T21:43:36.062Z Downloaded rand v0.8.6
10682026-06-19T21:43:36.065Z Downloaded quinn v0.11.9
10692026-06-19T21:43:36.065Z Downloaded qorb v0.4.1
10702026-06-19T21:43:36.068Z Downloaded tiny-keccak v2.0.2
10712026-06-19T21:43:36.071Z Downloaded time-macros v0.2.27
10722026-06-19T21:43:36.071Z Downloaded thread_local v1.1.9
10732026-06-19T21:43:36.073Z Downloaded tower-service v0.3.3
10742026-06-19T21:43:36.073Z Downloaded tower-layer v0.3.3
10752026-06-19T21:43:36.073Z Downloaded thread-id v5.1.0
10762026-06-19T21:43:36.076Z Downloaded spin v0.9.8
10772026-06-19T21:43:36.076Z Downloaded rayon-core v1.13.0
10782026-06-19T21:43:36.079Z Downloaded trait-variant v0.1.2
10792026-06-19T21:43:36.079Z Downloaded signal-hook v0.3.18
10802026-06-19T21:43:36.082Z Downloaded string_cache v0.8.9
10812026-06-19T21:43:36.082Z Downloaded tokio-dtrace v0.1.1
10822026-06-19T21:43:36.085Z Downloaded unit-prefix v0.5.2
10832026-06-19T21:43:36.089Z Downloaded unarray v0.1.4
10842026-06-19T21:43:36.094Z Downloaded schemars v0.8.22
10852026-06-19T21:43:36.101Z Downloaded tokio-tungstenite v0.23.1
10862026-06-19T21:43:36.103Z Downloaded typify-macro v0.6.2
10872026-06-19T21:43:36.103Z Downloaded untrusted v0.7.1
10882026-06-19T21:43:36.103Z Downloaded universal-hash v0.5.1
10892026-06-19T21:43:36.106Z Downloaded usdt-attr-macro v0.6.0
10902026-06-19T21:43:36.106Z Downloaded tokio-rustls v0.25.0
10912026-06-19T21:43:36.106Z Downloaded tls_codec_derive v0.4.2
10922026-06-19T21:43:36.109Z Downloaded usdt v0.6.0
10932026-06-19T21:43:36.109Z Downloaded untrusted v0.9.0
10942026-06-19T21:43:36.109Z Downloaded unicode-truncate v1.1.0
10952026-06-19T21:43:36.113Z Downloaded usdt-macro v0.6.0
10962026-06-19T21:43:36.113Z Downloaded nom v7.1.3
10972026-06-19T21:43:36.116Z Downloaded itertools v0.13.0
10982026-06-19T21:43:36.118Z Downloaded utf-8 v0.7.6
10992026-06-19T21:43:36.121Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11002026-06-19T21:43:36.121Z Downloaded tokio-native-tls v0.3.1
11012026-06-19T21:43:36.121Z Downloaded iri-string v0.7.10
11022026-06-19T21:43:36.125Z Downloaded itertools v0.12.1
11032026-06-19T21:43:36.129Z Downloaded term v0.7.0
11042026-06-19T21:43:36.131Z Downloaded socket2 v0.5.10
11052026-06-19T21:43:36.134Z Downloaded socket2 v0.6.3
11062026-06-19T21:43:36.134Z Downloaded try-lock v0.2.5
11072026-06-19T21:43:36.134Z Downloaded toml_writer v1.0.6+spec-1.1.0
11082026-06-19T21:43:36.137Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11092026-06-19T21:43:36.137Z Downloaded tokio-tungstenite v0.21.0
11102026-06-19T21:43:36.137Z Downloaded tui-tree-widget v0.23.1
11112026-06-19T21:43:36.140Z Downloaded num-bigint-dig v0.8.6
11122026-06-19T21:43:36.142Z Downloaded rand v0.9.2
11132026-06-19T21:43:36.145Z Downloaded rsa v0.9.10
11142026-06-19T21:43:36.145Z Downloaded strum_macros v0.27.2
11152026-06-19T21:43:36.148Z Downloaded similar v2.7.0
11162026-06-19T21:43:36.151Z Downloaded rustls-webpki v0.103.9
11172026-06-19T21:43:36.154Z Downloaded samael v0.0.19
11182026-06-19T21:43:36.157Z Downloaded tls_codec v0.4.2
11192026-06-19T21:43:36.160Z Downloaded wait-timeout v0.2.1
11202026-06-19T21:43:36.160Z Downloaded void v1.0.2
11212026-06-19T21:43:36.160Z Downloaded want v0.3.1
11222026-06-19T21:43:36.164Z Downloaded waitgroup v0.1.2
11232026-06-19T21:43:36.164Z Downloaded subprocess v0.2.15
11242026-06-19T21:43:36.167Z Downloaded futures-util v0.3.32
11252026-06-19T21:43:36.170Z Downloaded tokio-rustls v0.24.1
11262026-06-19T21:43:36.173Z Downloaded rand v0.10.0
11272026-06-19T21:43:36.176Z Downloaded xshell-macros v0.2.7
11282026-06-19T21:43:36.179Z Downloaded schemars v1.2.1
11292026-06-19T21:43:36.186Z Downloaded schemars v0.9.0
11302026-06-19T21:43:36.192Z Downloaded zeroize_derive v1.4.3
11312026-06-19T21:43:36.194Z Downloaded xattr v1.6.1
11322026-06-19T21:43:36.194Z Downloaded vergen-git2 v9.1.0
11332026-06-19T21:43:36.197Z Downloaded unicase v2.9.0
11342026-06-19T21:43:36.197Z Downloaded test-strategy v0.4.5
11352026-06-19T21:43:36.200Z Downloaded zone_cfg_derive v0.3.1
11362026-06-19T21:43:36.200Z Downloaded vergen-gitcl v1.0.8
11372026-06-19T21:43:36.200Z Downloaded blake3 v1.8.3
11382026-06-19T21:43:36.204Z Downloaded uzers v0.12.2
11392026-06-19T21:43:36.206Z Downloaded zone v0.3.1
11402026-06-19T21:43:36.206Z Downloaded vergen-lib v9.1.0
11412026-06-19T21:43:36.209Z Downloaded vergen-lib v0.1.6
11422026-06-19T21:43:36.209Z Downloaded tracing-attributes v0.1.31
11432026-06-19T21:43:36.209Z Downloaded nom v8.0.0
11442026-06-19T21:43:36.212Z Downloaded tinyvec v1.10.0
11452026-06-19T21:43:36.215Z Downloaded twox-hash v2.1.2
11462026-06-19T21:43:36.218Z Downloaded toml_parser v1.0.9+spec-1.1.0
11472026-06-19T21:43:36.218Z Downloaded slog v2.8.2
11482026-06-19T21:43:36.221Z Downloaded term v1.2.1
11492026-06-19T21:43:36.224Z Downloaded vsss-rs v3.3.4
11502026-06-19T21:43:36.224Z Downloaded libxml v0.3.3
11512026-06-19T21:43:36.226Z Downloaded hkdf v0.12.4
11522026-06-19T21:43:36.230Z Downloaded h2 v0.4.13
11532026-06-19T21:43:36.234Z Downloaded tokio-rustls v0.26.4
11542026-06-19T21:43:36.237Z Downloaded walkdir v2.5.0
11552026-06-19T21:43:36.239Z Downloaded whoami v2.1.0
11562026-06-19T21:43:36.243Z Downloaded whoami v1.6.1
11572026-06-19T21:43:36.246Z Downloaded usdt-impl v0.6.0
11582026-06-19T21:43:36.249Z Downloaded tar v0.4.45
11592026-06-19T21:43:36.249Z Downloaded toml v1.0.6+spec-1.1.0
11602026-06-19T21:43:36.252Z Downloaded wyz v0.5.1
11612026-06-19T21:43:36.255Z Downloaded vergen v9.1.0
11622026-06-19T21:43:36.257Z Downloaded unicode-properties v0.1.4
11632026-06-19T21:43:36.262Z Downloaded xshell v0.2.7
11642026-06-19T21:43:36.265Z Downloaded zstd v0.13.3
11652026-06-19T21:43:36.265Z Downloaded snafu v0.8.9
11662026-06-19T21:43:36.267Z Downloaded zeroize v1.8.2
11672026-06-19T21:43:36.267Z Downloaded itertools v0.14.0
11682026-06-19T21:43:36.270Z Downloaded tungstenite v0.23.0
11692026-06-19T21:43:36.275Z Downloaded tungstenite v0.21.0
11702026-06-19T21:43:36.278Z Downloaded tokio-stream v0.1.18
11712026-06-19T21:43:36.280Z Downloaded typify v0.6.2
11722026-06-19T21:43:36.285Z Downloaded russh v0.45.0
11732026-06-19T21:43:36.288Z Downloaded p521 v0.13.3
11742026-06-19T21:43:36.288Z Downloaded zstd-safe v7.2.4
11752026-06-19T21:43:36.290Z Downloaded hyper v1.8.1
11762026-06-19T21:43:36.294Z Downloaded libm v0.2.16
11772026-06-19T21:43:36.306Z Downloaded toml v0.7.8
11782026-06-19T21:43:36.308Z Downloaded tracing-core v0.1.36
11792026-06-19T21:43:36.308Z Downloaded yasna v0.5.2
11802026-06-19T21:43:36.311Z Downloaded rpassword v7.4.0
11812026-06-19T21:43:36.315Z Downloaded rustyline v14.0.0
11822026-06-19T21:43:36.319Z Downloaded steno v0.4.1
11832026-06-19T21:43:36.328Z Downloaded vte v0.14.1
11842026-06-19T21:43:36.336Z Downloaded uuid v1.23.0
11852026-06-19T21:43:36.339Z Downloaded unsafe-libyaml v0.2.11
11862026-06-19T21:43:36.349Z Downloaded toml_edit v0.23.10+spec-1.0.0
11872026-06-19T21:43:36.355Z Downloaded zerocopy v0.6.6
11882026-06-19T21:43:36.359Z Downloaded zopfli v0.8.3
11892026-06-19T21:43:36.373Z Downloaded reedline v0.40.0
11902026-06-19T21:43:36.377Z Downloaded p384 v0.13.1
11912026-06-19T21:43:36.380Z Downloaded iddqd v0.4.2
11922026-06-19T21:43:36.385Z Downloaded serde_with v1.14.0
11932026-06-19T21:43:36.388Z Downloaded unicode-bidi v0.3.18
11942026-06-19T21:43:36.391Z Downloaded regex v1.12.3
11952026-06-19T21:43:36.393Z Downloaded bitvec v1.0.1
11962026-06-19T21:43:36.401Z Downloaded aws-lc-rs v1.16.3
11972026-06-19T21:43:36.408Z Downloaded ssh-key v0.6.7
11982026-06-19T21:43:36.412Z Downloaded toml_edit v0.19.15
11992026-06-19T21:43:36.421Z Downloaded portable-atomic v1.13.1
12002026-06-19T21:43:36.425Z Downloaded yansi v1.0.1
12012026-06-19T21:43:36.428Z Downloaded rayon v1.11.0
12022026-06-19T21:43:36.432Z Downloaded curve25519-dalek v4.1.3
12032026-06-19T21:43:36.438Z Downloaded chrono v0.4.44
12042026-06-19T21:43:36.441Z Downloaded tokio-postgres v0.7.16
12052026-06-19T21:43:36.444Z Downloaded typed-path v0.9.3
12062026-06-19T21:43:36.447Z Downloaded zip v0.6.6
12072026-06-19T21:43:36.449Z Downloaded x509-cert v0.2.5
12082026-06-19T21:43:36.453Z Downloaded moka v0.12.13
12092026-06-19T21:43:36.458Z Downloaded unicode-segmentation v1.12.0
12102026-06-19T21:43:36.460Z Downloaded reqwest v0.13.2
12112026-06-19T21:43:36.463Z Downloaded quick-xml v0.37.5
12122026-06-19T21:43:36.466Z Downloaded salty v0.3.0
12132026-06-19T21:43:36.470Z Downloaded git2 v0.20.4
12142026-06-19T21:43:36.475Z Downloaded bindgen v0.71.1
12152026-06-19T21:43:36.479Z Downloaded reqwest v0.12.28
12162026-06-19T21:43:36.483Z Downloaded proptest v1.10.0
12172026-06-19T21:43:36.488Z Downloaded zerocopy-derive v0.8.40
12182026-06-19T21:43:36.493Z Downloaded unicode_categories v0.1.1
12192026-06-19T21:43:36.496Z Downloaded goblin v0.10.5
12202026-06-19T21:43:36.503Z Downloaded rustls-webpki v0.101.7
12212026-06-19T21:43:36.512Z Downloaded rustls-webpki v0.102.8
12222026-06-19T21:43:36.522Z Downloaded tower v0.5.3
12232026-06-19T21:43:36.530Z Downloaded radix_trie v0.2.1
12242026-06-19T21:43:36.533Z Downloaded lalrpop v0.19.12
12252026-06-19T21:43:36.544Z Downloaded winnow v0.6.26
12262026-06-19T21:43:36.552Z Downloaded quinn-proto v0.11.13
12272026-06-19T21:43:36.560Z Downloaded polar-core v0.27.3
12282026-06-19T21:43:36.565Z Downloaded zip v4.6.1
12292026-06-19T21:43:36.568Z Downloaded unicode-normalization v0.1.25
12302026-06-19T21:43:36.575Z Downloaded tokio-util v0.7.18
12312026-06-19T21:43:36.579Z Downloaded serde_with v3.17.0
12322026-06-19T21:43:36.586Z Downloaded winnow v0.5.40
12332026-06-19T21:43:36.591Z Downloaded tower-http v0.6.8
12342026-06-19T21:43:36.597Z Downloaded time v0.3.47
12352026-06-19T21:43:36.604Z Downloaded object v0.30.4
12362026-06-19T21:43:36.610Z Downloaded tough v0.22.0
12372026-06-19T21:43:36.614Z Downloaded nix v0.31.2
12382026-06-19T21:43:36.620Z Downloaded regex-syntax v0.6.29
12392026-06-19T21:43:36.624Z Downloaded dropshot v0.17.0
12402026-06-19T21:43:36.637Z Downloaded nix v0.27.1
12412026-06-19T21:43:36.643Z Downloaded nix v0.28.0
12422026-06-19T21:43:36.649Z Downloaded zerocopy v0.8.40
12432026-06-19T21:43:36.655Z Downloaded vcpkg v0.2.15
12442026-06-19T21:43:36.678Z Downloaded diesel v2.3.7
12452026-06-19T21:43:36.689Z Downloaded rustls v0.23.37
12462026-06-19T21:43:36.696Z Downloaded rustls v0.22.4
12472026-06-19T21:43:36.704Z Downloaded regress v0.11.1
12482026-06-19T21:43:36.709Z Downloaded petname v2.0.2
12492026-06-19T21:43:36.714Z Downloaded rustls v0.21.12
12502026-06-19T21:43:36.720Z Downloaded bstr v1.12.1
12512026-06-19T21:43:36.725Z Downloaded openssl v0.10.79
12522026-06-19T21:43:36.732Z Downloaded tabled v0.20.0
12532026-06-19T21:43:36.751Z Downloaded smoltcp v0.9.1
12542026-06-19T21:43:36.763Z Downloaded typify-impl v0.6.2
12552026-06-19T21:43:36.772Z Downloaded object v0.37.3
12562026-06-19T21:43:36.780Z Downloaded hickory-proto v0.24.4
12572026-06-19T21:43:36.788Z Downloaded regex-automata v0.4.14
12582026-06-19T21:43:36.801Z Downloaded zlib-rs v0.6.2
12592026-06-19T21:43:36.809Z Downloaded petgraph v0.6.5
12602026-06-19T21:43:36.820Z Downloaded webpki-roots v1.0.6
12612026-06-19T21:43:36.823Z Downloaded csv v1.4.0
12622026-06-19T21:43:36.834Z Downloaded smoltcp v0.11.0
12632026-06-19T21:43:36.841Z Downloaded regex-syntax v0.8.10
12642026-06-19T21:43:36.846Z Downloaded petgraph v0.8.3
12652026-06-19T21:43:36.858Z Downloaded hickory-proto v0.25.2
12662026-06-19T21:43:36.867Z Downloaded regress v0.10.5
12672026-06-19T21:43:36.873Z Downloaded rustix v0.38.44
12682026-06-19T21:43:36.885Z Downloaded openapiv3 v2.2.0
12692026-06-19T21:43:36.916Z Downloaded encoding_rs v0.8.35
12702026-06-19T21:43:36.950Z Downloaded sqlparser v0.61.0
12712026-06-19T21:43:36.982Z Downloaded sled v0.34.7
12722026-06-19T21:43:36.988Z Downloaded tracing v0.1.44
12732026-06-19T21:43:37.001Z Downloaded ratatui v0.29.0
12742026-06-19T21:43:37.020Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-06-19T21:43:37.060Z Downloaded zerocopy-derive v0.6.6
12762026-06-19T21:43:37.088Z Downloaded chrono-tz v0.10.4
12772026-06-19T21:43:37.127Z Downloaded jiff v0.2.21
12782026-06-19T21:43:37.178Z Downloaded libz-sys v1.1.24
12792026-06-19T21:43:37.191Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12802026-06-19T21:43:37.210Z Downloaded sha3 v0.10.8
12812026-06-19T21:43:37.217Z Downloaded tokio v1.52.1
12822026-06-19T21:43:37.344Z Downloaded ring v0.17.14
12832026-06-19T21:43:37.384Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-06-19T21:43:37.915Z Downloaded aws-lc-sys v0.40.0
12852026-06-19T21:43:38.171Z Compiling libc v0.2.185
12862026-06-19T21:43:38.171Z Compiling serde v1.0.228
12872026-06-19T21:43:38.174Z Compiling log v0.4.29
12882026-06-19T21:43:38.174Z Compiling find-msvc-tools v0.1.9
12892026-06-19T21:43:38.174Z Compiling shlex v1.3.0
12902026-06-19T21:43:38.174Z Compiling smallvec v1.15.1
12912026-06-19T21:43:38.174Z Compiling typenum v1.19.0
12922026-06-19T21:43:38.174Z Compiling subtle v2.6.1
12932026-06-19T21:43:38.174Z Compiling generic-array v0.14.7
12942026-06-19T21:43:38.174Z Compiling scopeguard v1.2.0
12952026-06-19T21:43:38.174Z Compiling const-oid v0.9.6
12962026-06-19T21:43:38.303Z Compiling serde_json v1.0.149
12972026-06-19T21:43:38.333Z Compiling syn v2.0.117
12982026-06-19T21:43:38.343Z Compiling zerocopy v0.8.40
12992026-06-19T21:43:38.346Z Compiling portable-atomic v1.13.1
13002026-06-19T21:43:38.346Z Compiling parking_lot_core v0.9.12
13012026-06-19T21:43:38.467Z Compiling lock_api v0.4.14
13022026-06-19T21:43:38.506Z Compiling pin-project-lite v0.2.17
13032026-06-19T21:43:38.574Z Compiling pkg-config v0.3.32
13042026-06-19T21:43:38.595Z Compiling bitflags v2.11.0
13052026-06-19T21:43:38.649Z Compiling libm v0.2.16
13062026-06-19T21:43:38.652Z Compiling critical-section v1.2.0
13072026-06-19T21:43:38.689Z Compiling futures-core v0.3.32
13082026-06-19T21:43:38.716Z Compiling num-traits v0.2.19
13092026-06-19T21:43:38.769Z Compiling percent-encoding v2.3.2
13102026-06-19T21:43:38.798Z Compiling futures-sink v0.3.32
13112026-06-19T21:43:38.811Z Compiling futures-task v0.3.32
13122026-06-19T21:43:38.825Z Compiling getrandom v0.4.1
13132026-06-19T21:43:38.926Z Compiling cpufeatures v0.2.17
13142026-06-19T21:43:38.929Z Compiling futures-io v0.3.32
13152026-06-19T21:43:38.995Z Compiling futures-channel v0.3.32
13162026-06-19T21:43:39.009Z Compiling slab v0.4.12
13172026-06-19T21:43:39.035Z Compiling rand_core v0.10.0
13182026-06-19T21:43:39.036Z Compiling indexmap v2.14.0
13192026-06-19T21:43:39.101Z Compiling rustversion v1.0.22
13202026-06-19T21:43:39.115Z Compiling getrandom v0.3.4
13212026-06-19T21:43:39.140Z Compiling form_urlencoded v1.2.2
13222026-06-19T21:43:39.204Z Compiling dunce v1.0.5
13232026-06-19T21:43:39.231Z Compiling fs_extra v1.3.0
13242026-06-19T21:43:39.246Z Compiling base64ct v1.8.3
13252026-06-19T21:43:39.249Z Compiling ident_case v1.0.1
13262026-06-19T21:43:39.250Z Compiling rustix v1.1.3
13272026-06-19T21:43:39.261Z Compiling iana-time-zone v0.1.65
13282026-06-19T21:43:39.311Z Compiling getrandom v0.2.17
13292026-06-19T21:43:39.330Z Compiling jobserver v0.1.34
13302026-06-19T21:43:39.383Z Compiling errno v0.3.14
13312026-06-19T21:43:39.440Z Compiling mio v1.2.0
13322026-06-19T21:43:39.485Z Compiling rand_core v0.6.4
13332026-06-19T21:43:39.502Z Compiling signal-hook-registry v1.4.8
13342026-06-19T21:43:39.529Z Compiling once_cell v1.21.3
13352026-06-19T21:43:39.555Z Compiling cc v1.2.56
13362026-06-19T21:43:39.569Z Compiling socket2 v0.6.3
13372026-06-19T21:43:39.631Z Compiling parking_lot v0.12.5
13382026-06-19T21:43:39.714Z Compiling pem-rfc7468 v0.7.0
13392026-06-19T21:43:39.729Z Compiling regex-syntax v0.8.10
13402026-06-19T21:43:39.756Z Compiling flagset v0.4.7
13412026-06-19T21:43:39.786Z Compiling vcpkg v0.2.15
13422026-06-19T21:43:39.800Z Compiling aws-lc-rs v1.16.3
13432026-06-19T21:43:39.818Z Compiling uuid v1.23.0
13442026-06-19T21:43:39.872Z Compiling tracing-core v0.1.36
13452026-06-19T21:43:39.928Z Compiling rustc_version v0.4.1
13462026-06-19T21:43:40.008Z Compiling base64 v0.22.1
13472026-06-19T21:43:40.040Z Compiling openssl-probe v0.2.1
13482026-06-19T21:43:40.040Z Compiling untrusted v0.7.1
13492026-06-19T21:43:40.114Z Compiling rand_core v0.9.5
13502026-06-19T21:43:40.151Z Compiling httparse v1.10.1
13512026-06-19T21:43:40.181Z Compiling tinyvec_macros v0.1.1
13522026-06-19T21:43:40.250Z Compiling untrusted v0.9.0
13532026-06-19T21:43:40.263Z Compiling tinyvec v1.10.0
13542026-06-19T21:43:40.280Z Compiling aho-corasick v1.1.4
13552026-06-19T21:43:40.295Z Compiling tower-layer v0.3.3
13562026-06-19T21:43:40.349Z Compiling cmake v0.1.57
13572026-06-19T21:43:40.364Z Compiling rustls v0.23.37
13582026-06-19T21:43:40.388Z Compiling tower-service v0.3.3
13592026-06-19T21:43:40.416Z Compiling schemars v0.8.22
13602026-06-19T21:43:40.459Z Compiling atomic-waker v1.1.2
13612026-06-19T21:43:40.475Z Compiling dyn-clone v1.0.20
13622026-06-19T21:43:40.497Z Compiling try-lock v0.2.5
13632026-06-19T21:43:40.570Z Compiling foreign-types-shared v0.1.1
13642026-06-19T21:43:40.583Z Compiling openssl v0.10.79
13652026-06-19T21:43:40.598Z Compiling want v0.3.1
13662026-06-19T21:43:40.599Z Compiling httpdate v1.0.3
13672026-06-19T21:43:40.628Z Compiling pin-utils v0.1.0
13682026-06-19T21:43:40.655Z Compiling foreign-types v0.3.2
13692026-06-19T21:43:40.658Z Compiling unicode-normalization v0.1.25
13702026-06-19T21:43:40.658Z Compiling socket2 v0.5.10
13712026-06-19T21:43:40.697Z Compiling spin v0.9.8
13722026-06-19T21:43:40.724Z Compiling crc32fast v1.5.0
13732026-06-19T21:43:40.738Z Compiling time-core v0.1.8
13742026-06-19T21:43:40.738Z Compiling num-conv v0.2.0
13752026-06-19T21:43:40.790Z Compiling native-tls v0.2.18
13762026-06-19T21:43:40.805Z Compiling powerfmt v0.2.0
13772026-06-19T21:43:40.842Z Compiling wait-timeout v0.2.1
13782026-06-19T21:43:40.855Z Compiling sync_wrapper v1.0.2
13792026-06-19T21:43:40.885Z Compiling usdt-impl v0.6.0
13802026-06-19T21:43:40.908Z Compiling time-macros v0.2.27
13812026-06-19T21:43:40.946Z Compiling unicode-segmentation v1.12.0
13822026-06-19T21:43:40.969Z Compiling deranged v0.5.8
13832026-06-19T21:43:41.022Z Compiling tempfile v3.25.0
13842026-06-19T21:43:41.050Z Compiling syn v1.0.109
13852026-06-19T21:43:41.050Z Compiling siphasher v1.0.2
13862026-06-19T21:43:41.144Z Compiling bit-vec v0.8.0
13872026-06-19T21:43:41.157Z Compiling num_threads v0.1.7
13882026-06-19T21:43:41.172Z Compiling crossbeam-utils v0.8.21
13892026-06-19T21:43:41.188Z Compiling quick-error v1.2.3
13902026-06-19T21:43:41.203Z Compiling simd-adler32 v0.3.8
13912026-06-19T21:43:41.234Z Compiling aws-lc-sys v0.40.0
13922026-06-19T21:43:41.267Z Compiling ring v0.17.14
13932026-06-19T21:43:41.295Z Compiling openssl-sys v0.9.115
13942026-06-19T21:43:41.310Z Compiling regex-automata v0.4.14
13952026-06-19T21:43:41.323Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13962026-06-19T21:43:41.400Z Compiling synstructure v0.13.2
13972026-06-19T21:43:41.414Z Compiling pest_generator v2.8.6
13982026-06-19T21:43:41.428Z Compiling serde_derive_internals v0.29.1
13992026-06-19T21:43:41.465Z Compiling darling_core v0.20.11
14002026-06-19T21:43:41.520Z Compiling darling_core v0.21.3
14012026-06-19T21:43:41.534Z Compiling bit-set v0.8.0
14022026-06-19T21:43:41.718Z Compiling rusty-fork v0.3.1
14032026-06-19T21:43:42.069Z Compiling bzip2-sys v0.1.13+1.0.8
14042026-06-19T21:43:42.098Z Compiling time v0.3.47
14052026-06-19T21:43:42.141Z Compiling slog v2.8.2
14062026-06-19T21:43:42.158Z Compiling heapless v0.7.17
14072026-06-19T21:43:42.172Z Compiling rand_xorshift v0.4.0
14082026-06-19T21:43:42.257Z Compiling thread-id v5.1.0
14092026-06-19T21:43:42.305Z Compiling cookie v0.18.1
14102026-06-19T21:43:42.353Z Compiling unicode-bidi v0.3.18
14112026-06-19T21:43:42.367Z Compiling unicode-properties v0.1.4
14122026-06-19T21:43:42.369Z Compiling signal-hook v0.3.18
14132026-06-19T21:43:42.400Z Compiling paste v1.0.15
14142026-06-19T21:43:42.413Z Compiling allocator-api2 v0.2.21
14152026-06-19T21:43:42.427Z Compiling ryu v1.0.23
14162026-06-19T21:43:42.430Z Compiling adler2 v2.0.1
14172026-06-19T21:43:42.511Z Compiling unarray v0.1.4
14182026-06-19T21:43:42.576Z Compiling iri-string v0.7.10
14192026-06-19T21:43:42.589Z Compiling zstd-safe v7.2.4
14202026-06-19T21:43:42.602Z Compiling anyhow v1.0.102
14212026-06-19T21:43:42.643Z Compiling miniz_oxide v0.8.9
14222026-06-19T21:43:42.708Z Compiling stringprep v0.1.5
14232026-06-19T21:43:42.935Z Compiling heck v0.4.1
14242026-06-19T21:43:43.184Z Compiling serde_derive v1.0.228
14252026-06-19T21:43:43.199Z Compiling zeroize_derive v1.4.3
14262026-06-19T21:43:43.202Z Compiling zerofrom-derive v0.1.6
14272026-06-19T21:43:43.202Z Compiling yoke-derive v0.8.1
14282026-06-19T21:43:43.300Z Compiling zerovec-derive v0.11.2
14292026-06-19T21:43:43.355Z Compiling zerocopy-derive v0.8.40
14302026-06-19T21:43:43.530Z Compiling displaydoc v0.2.5
14312026-06-19T21:43:43.760Z Compiling tokio-macros v2.7.0
14322026-06-19T21:43:43.854Z Compiling futures-macro v0.3.32
14332026-06-19T21:43:43.920Z Compiling zeroize v1.8.2
14342026-06-19T21:43:44.174Z Compiling der_derive v0.7.3
14352026-06-19T21:43:44.206Z Compiling rustls-pki-types v1.14.0
14362026-06-19T21:43:44.356Z Compiling tracing-attributes v0.1.31
14372026-06-19T21:43:44.430Z Compiling thiserror-impl v2.0.18
14382026-06-19T21:43:44.493Z Compiling pest_derive v2.8.6
14392026-06-19T21:43:44.546Z Compiling scroll_derive v0.13.1
14402026-06-19T21:43:44.687Z Compiling crypto-common v0.1.7
14412026-06-19T21:43:44.721Z Compiling zerofrom v0.1.6
14422026-06-19T21:43:44.732Z Compiling block-buffer v0.10.4
14432026-06-19T21:43:44.734Z Compiling futures-util v0.3.32
14442026-06-19T21:43:44.858Z Compiling yoke v0.8.1
14452026-06-19T21:43:44.874Z Compiling digest v0.10.7
14462026-06-19T21:43:44.924Z Compiling block-padding v0.3.3
14472026-06-19T21:43:44.970Z Compiling schemars_derive v0.8.22
14482026-06-19T21:43:45.063Z Compiling zerovec v0.11.5
14492026-06-19T21:43:45.104Z Compiling zerotrie v0.2.3
14502026-06-19T21:43:45.141Z Compiling hmac v0.12.1
14512026-06-19T21:43:45.179Z Compiling inout v0.1.4
14522026-06-19T21:43:45.313Z Compiling sha2 v0.10.9
14532026-06-19T21:43:45.368Z Compiling cipher v0.4.4
14542026-06-19T21:43:45.402Z Compiling der v0.7.10
14552026-06-19T21:43:45.416Z Compiling pbkdf2 v0.12.2
14562026-06-19T21:43:45.549Z Compiling tinystr v0.8.2
14572026-06-19T21:43:45.599Z Compiling potential_utf v0.1.4
14582026-06-19T21:43:45.640Z Compiling salsa20 v0.10.2
14592026-06-19T21:43:45.656Z Compiling cbc v0.1.2
14602026-06-19T21:43:45.744Z Compiling icu_locale_core v2.1.1
14612026-06-19T21:43:45.772Z Compiling icu_collections v2.1.1
14622026-06-19T21:43:45.787Z Compiling scrypt v0.11.0
14632026-06-19T21:43:45.805Z Compiling tracing v0.1.44
14642026-06-19T21:43:45.827Z Compiling aes v0.8.4
14652026-06-19T21:43:45.842Z Compiling thiserror v2.0.18
14662026-06-19T21:43:45.963Z Compiling scroll v0.13.0
14672026-06-19T21:43:46.076Z Compiling darling_macro v0.20.11
14682026-06-19T21:43:46.104Z Compiling openssl-macros v0.1.1
14692026-06-19T21:43:46.274Z Compiling spki v0.7.3
14702026-06-19T21:43:46.297Z Compiling goblin v0.10.5
14712026-06-19T21:43:46.317Z Compiling rustls-native-certs v0.8.3
14722026-06-19T21:43:46.498Z Compiling icu_provider v2.1.1
14732026-06-19T21:43:46.528Z Compiling pkcs5 v0.7.1
14742026-06-19T21:43:46.585Z Compiling darling v0.20.11
14752026-06-19T21:43:46.653Z Compiling derive_builder_core v0.20.2
14762026-06-19T21:43:46.667Z Compiling dtrace-parser v0.3.0
14772026-06-19T21:43:46.683Z Compiling bytes v1.11.1
14782026-06-19T21:43:46.754Z Compiling icu_normalizer v2.1.1
14792026-06-19T21:43:46.774Z Compiling icu_properties v2.1.2
14802026-06-19T21:43:46.823Z Compiling chrono v0.4.44
14812026-06-19T21:43:46.838Z Compiling pkcs8 v0.10.2
14822026-06-19T21:43:46.924Z Compiling ipnet v2.11.0
14832026-06-19T21:43:47.022Z Compiling signature v2.2.0
14842026-06-19T21:43:47.101Z Compiling webpki-roots v1.0.6
14852026-06-19T21:43:47.159Z Compiling tokio v1.52.1
14862026-06-19T21:43:47.213Z Compiling http v1.4.0
14872026-06-19T21:43:47.240Z Compiling thiserror-impl v1.0.69
14882026-06-19T21:43:47.321Z Compiling scroll_derive v0.12.1
14892026-06-19T21:43:47.337Z Compiling erased-serde v0.3.31
14902026-06-19T21:43:47.435Z Compiling toml_datetime v0.6.11
14912026-06-19T21:43:47.448Z Compiling serde_urlencoded v0.7.1
14922026-06-19T21:43:47.541Z Compiling derive_builder_macro v0.20.2
14932026-06-19T21:43:47.695Z Compiling idna_adapter v1.2.1
14942026-06-19T21:43:47.709Z Compiling serde_spanned v0.6.9
14952026-06-19T21:43:47.712Z Compiling serde_tokenstream v0.2.3
14962026-06-19T21:43:47.840Z Compiling idna v1.1.0
14972026-06-19T21:43:47.858Z Compiling ppv-lite86 v0.2.21
14982026-06-19T21:43:47.882Z Compiling http-body v1.0.1
14992026-06-19T21:43:47.904Z Compiling md-5 v0.10.6
15002026-06-19T21:43:48.030Z Compiling http-body-util v0.1.3
15012026-06-19T21:43:48.033Z Compiling scroll v0.12.0
15022026-06-19T21:43:48.058Z Compiling darling_macro v0.21.3
15032026-06-19T21:43:48.061Z Compiling bstr v1.12.1
15042026-06-19T21:43:48.061Z Compiling pin-project-internal v1.1.11
15052026-06-19T21:43:48.100Z Compiling async-trait v0.1.89
15062026-06-19T21:43:48.134Z Compiling url v2.5.8
15072026-06-19T21:43:48.202Z Compiling rand_chacha v0.9.0
15082026-06-19T21:43:48.224Z Compiling rand_chacha v0.3.1
15092026-06-19T21:43:48.290Z Compiling zerocopy-derive v0.7.35
15102026-06-19T21:43:48.325Z Compiling num-integer v0.1.46
15112026-06-19T21:43:48.522Z Compiling rand v0.9.2
15122026-06-19T21:43:48.555Z Compiling thiserror v1.0.69
15132026-06-19T21:43:48.576Z Compiling vergen-lib v9.1.0
15142026-06-19T21:43:48.681Z Compiling curve25519-dalek v4.1.3
15152026-06-19T21:43:48.727Z Compiling ff v0.13.1
15162026-06-19T21:43:48.773Z Compiling hash32 v0.2.1
15172026-06-19T21:43:48.943Z Compiling memoffset v0.9.1
15182026-06-19T21:43:49.001Z Compiling encoding_rs v0.8.35
15192026-06-19T21:43:49.014Z Compiling zlib-rs v0.6.2
15202026-06-19T21:43:49.092Z Compiling dof v0.4.0
15212026-06-19T21:43:49.116Z Compiling psl-types v2.0.11
15222026-06-19T21:43:49.163Z Compiling proptest v1.10.0
15232026-06-19T21:43:49.214Z Compiling mime v0.3.17
15242026-06-19T21:43:49.255Z Compiling smoltcp v0.9.1
15252026-06-19T21:43:49.269Z Compiling fallible-iterator v0.2.0
15262026-06-19T21:43:49.272Z Compiling base16ct v0.2.0
15272026-06-19T21:43:49.298Z Compiling litrs v1.0.0
15282026-06-19T21:43:49.394Z Compiling num-bigint-dig v0.8.6
15292026-06-19T21:43:49.494Z Compiling ref-cast v1.0.25
15302026-06-19T21:43:49.507Z Compiling cfg_aliases v0.2.1
15312026-06-19T21:43:49.591Z Compiling ipnetwork v0.21.1
15322026-06-19T21:43:49.606Z Compiling rustix v0.38.44
15332026-06-19T21:43:49.609Z Compiling nix v0.31.2
15342026-06-19T21:43:49.677Z Compiling postgres-protocol v0.6.10
15352026-06-19T21:43:49.692Z Compiling sec1 v0.7.3
15362026-06-19T21:43:49.835Z Compiling document-features v0.2.12
15372026-06-19T21:43:49.884Z Compiling oxnet v0.1.6
15382026-06-19T21:43:50.000Z Compiling pin-project v1.1.11
15392026-06-19T21:43:50.028Z Compiling zerocopy v0.7.35
15402026-06-19T21:43:50.043Z Compiling publicsuffix v2.3.0
15412026-06-19T21:43:50.194Z Compiling group v0.13.0
15422026-06-19T21:43:50.228Z Compiling darling v0.21.3
15432026-06-19T21:43:50.231Z Compiling num-iter v0.1.45
15442026-06-19T21:43:50.260Z Compiling rand v0.8.6
15452026-06-19T21:43:50.321Z Compiling goblin v0.8.2
15462026-06-19T21:43:50.335Z Compiling derive_builder v0.20.2
15472026-06-19T21:43:50.379Z Compiling futures-executor v0.3.32
15482026-06-19T21:43:50.392Z Compiling hubpack_derive v0.1.1
15492026-06-19T21:43:50.437Z Compiling hex v0.4.3
15502026-06-19T21:43:50.451Z Compiling hkdf v0.12.4
15512026-06-19T21:43:50.477Z Compiling crypto-bigint v0.5.5
15522026-06-19T21:43:50.575Z Compiling regex v1.12.3
15532026-06-19T21:43:50.638Z Compiling snafu-derive v0.8.9
15542026-06-19T21:43:50.680Z Compiling ref-cast-impl v1.0.25
15552026-06-19T21:43:50.720Z Compiling daft-derive v0.1.7
15562026-06-19T21:43:50.734Z Compiling strum_macros v0.27.2
15572026-06-19T21:43:50.761Z Compiling curve25519-dalek-derive v0.1.1
15582026-06-19T21:43:51.025Z Compiling tokio-util v0.7.18
15592026-06-19T21:43:51.039Z Compiling tower v0.5.3
15602026-06-19T21:43:51.135Z Compiling tokio-native-tls v0.3.1
15612026-06-19T21:43:51.245Z Compiling phf_shared v0.13.1
15622026-06-19T21:43:51.321Z Compiling terminal_size v0.4.3
15632026-06-19T21:43:51.414Z Compiling lazy_static v1.5.0
15642026-06-19T21:43:51.441Z Compiling anstyle-parse v0.2.7
15652026-06-19T21:43:51.477Z Compiling tower-http v0.6.8
15662026-06-19T21:43:51.491Z Compiling vergen v9.1.0
15672026-06-19T21:43:51.506Z Compiling cargo-platform v0.3.2
15682026-06-19T21:43:51.520Z Compiling fs-err v3.3.0
15692026-06-19T21:43:51.533Z Compiling newtype-uuid v1.3.2
15702026-06-19T21:43:51.547Z Compiling ahash v0.8.12
15712026-06-19T21:43:51.647Z Compiling foldhash v0.1.5
15722026-06-19T21:43:51.694Z Compiling winnow v0.5.40
15732026-06-19T21:43:51.727Z Compiling h2 v0.4.13
15742026-06-19T21:43:51.769Z Compiling same-file v1.0.6
15752026-06-19T21:43:51.792Z Compiling managed v0.8.0
15762026-06-19T21:43:51.833Z Compiling libbz2-rs-sys v0.2.2
15772026-06-19T21:43:51.883Z Compiling flate2 v1.1.9
15782026-06-19T21:43:51.903Z Compiling object v0.37.3
15792026-06-19T21:43:51.949Z Compiling bitflags v1.3.2
15802026-06-19T21:43:52.026Z Compiling bumpalo v3.20.2
15812026-06-19T21:43:52.039Z Compiling foldhash v0.2.0
15822026-06-19T21:43:52.246Z Compiling bzip2 v0.6.1
15832026-06-19T21:43:52.261Z Compiling zopfli v0.8.3
15842026-06-19T21:43:52.279Z Compiling hashbrown v0.16.1
15852026-06-19T21:43:52.296Z Compiling clap_builder v4.6.0
15862026-06-19T21:43:52.330Z Compiling walkdir v2.5.0
15872026-06-19T21:43:52.468Z Compiling hashbrown v0.15.5
15882026-06-19T21:43:52.576Z Compiling daft v0.1.7
15892026-06-19T21:43:52.613Z Compiling snafu v0.8.9
15902026-06-19T21:43:52.643Z Compiling dof v0.3.0
15912026-06-19T21:43:52.761Z Compiling strum v0.27.2
15922026-06-19T21:43:52.793Z Compiling cargo_metadata v0.23.1
15932026-06-19T21:43:52.879Z Compiling anstream v0.6.21
15942026-06-19T21:43:52.927Z Compiling phf v0.13.1
15952026-06-19T21:43:52.950Z Compiling elliptic-curve v0.13.8
15962026-06-19T21:43:52.967Z Compiling toml_edit v0.19.15
15972026-06-19T21:43:52.983Z Compiling signal-hook-mio v0.2.5
15982026-06-19T21:43:53.102Z Compiling cookie_store v0.22.1
15992026-06-19T21:43:53.137Z Compiling hubpack v0.1.2
16002026-06-19T21:43:53.150Z Compiling bzip2 v0.4.4
16012026-06-19T21:43:53.215Z Compiling usdt-attr-macro v0.6.0
16022026-06-19T21:43:53.369Z Compiling usdt-macro v0.6.0
16032026-06-19T21:43:53.384Z Compiling futures v0.3.32
16042026-06-19T21:43:53.387Z Compiling serde_with_macros v3.17.0
16052026-06-19T21:43:53.501Z Compiling postgres-types v0.2.12
16062026-06-19T21:43:53.537Z Compiling zstd v0.13.3
16072026-06-19T21:43:53.771Z Compiling dtrace-parser v0.2.0
16082026-06-19T21:43:53.859Z Compiling globset v0.4.18
16092026-06-19T21:43:53.990Z Compiling ed25519 v2.2.3
16102026-06-19T21:43:54.121Z Compiling pkcs1 v0.7.5
16112026-06-19T21:43:54.164Z Compiling serde-big-array v0.5.1
16122026-06-19T21:43:54.194Z Compiling serde_plain v1.0.2
16132026-06-19T21:43:54.272Z Compiling olpc-cjson v0.1.4
16142026-06-19T21:43:54.324Z Compiling rfc6979 v0.4.0
16152026-06-19T21:43:54.416Z Compiling clap_derive v4.6.1
16162026-06-19T21:43:54.450Z Compiling enum-as-inner v0.6.1
16172026-06-19T21:43:54.469Z Compiling strum_macros v0.26.4
16182026-06-19T21:43:54.550Z Compiling async-recursion v1.1.1
16192026-06-19T21:43:54.597Z Compiling serde_repr v0.1.20
16202026-06-19T21:43:54.633Z Compiling phf_shared v0.11.3
16212026-06-19T21:43:54.657Z Compiling float-cmp v0.10.0
16222026-06-19T21:43:54.672Z Compiling pem v3.0.6
16232026-06-19T21:43:54.821Z Compiling hyper v1.8.1
16242026-06-19T21:43:54.835Z Compiling memmap2 v0.9.10
16252026-06-19T21:43:54.922Z Compiling thread-id v4.2.2
16262026-06-19T21:43:54.990Z Compiling env_filter v1.0.0
16272026-06-19T21:43:55.021Z Compiling fixedbitset v0.4.2
16282026-06-19T21:43:55.034Z Compiling static_assertions v1.1.0
16292026-06-19T21:43:55.079Z Compiling new_debug_unreachable v1.0.6
16302026-06-19T21:43:55.124Z Compiling typed-path v0.9.3
16312026-06-19T21:43:55.163Z Compiling either v1.15.0
16322026-06-19T21:43:55.177Z Compiling whoami v2.1.0
16332026-06-19T21:43:55.244Z Compiling keccak v0.1.6
16342026-06-19T21:43:55.262Z Compiling precomputed-hash v0.1.1
16352026-06-19T21:43:55.326Z Compiling normalize-line-endings v0.3.0
16362026-06-19T21:43:55.366Z Compiling fixedbitset v0.5.7
16372026-06-19T21:43:55.393Z Compiling difflib v0.4.0
16382026-06-19T21:43:55.412Z Compiling jiff v0.2.21
16392026-06-19T21:43:55.437Z Compiling predicates-core v1.0.10
16402026-06-19T21:43:55.586Z Compiling data-encoding v2.10.0
16412026-06-19T21:43:55.629Z Compiling predicates v3.1.4
16422026-06-19T21:43:55.706Z Compiling petgraph v0.8.3
16432026-06-19T21:43:55.721Z Compiling sha3 v0.10.8
16442026-06-19T21:43:55.804Z Compiling tokio-postgres v0.7.16
16452026-06-19T21:43:55.991Z Compiling hyper-util v0.1.20
16462026-06-19T21:43:56.007Z Compiling hickory-proto v0.25.2
16472026-06-19T21:43:56.086Z Compiling itertools v0.13.0
16482026-06-19T21:43:56.199Z Compiling string_cache v0.8.9
16492026-06-19T21:43:56.262Z Compiling clap v4.6.1
16502026-06-19T21:43:56.320Z Compiling strum v0.26.3
16512026-06-19T21:43:56.325Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16522026-06-19T21:43:56.347Z Compiling petgraph v0.6.5
16532026-06-19T21:43:56.364Z Compiling toml_edit v0.22.27
16542026-06-19T21:43:56.433Z Compiling env_logger v0.11.9
16552026-06-19T21:43:56.447Z Compiling usdt v0.6.0
16562026-06-19T21:43:56.484Z Compiling usdt-impl v0.5.0
16572026-06-19T21:43:56.511Z Compiling serde_with v3.17.0
16582026-06-19T21:43:56.732Z Compiling ecdsa v0.16.9
16592026-06-19T21:43:56.811Z Compiling crossterm v0.28.1
16602026-06-19T21:43:57.094Z Compiling rsa v0.9.10
16612026-06-19T21:43:57.144Z Compiling toml v0.7.8
16622026-06-19T21:43:57.330Z Compiling ed25519-dalek v2.2.0
16632026-06-19T21:43:57.691Z Compiling hyper-tls v0.6.0
16642026-06-19T21:43:57.851Z Compiling zip v0.6.6
16652026-06-19T21:43:57.941Z Compiling iddqd v0.4.2
16662026-06-19T21:43:58.009Z Compiling zip v4.6.1
16672026-06-19T21:43:58.253Z Compiling toml_parser v1.0.9+spec-1.1.0
16682026-06-19T21:43:58.366Z Compiling tokio-stream v0.1.18
16692026-06-19T21:43:58.447Z Compiling buf-list v1.1.2
16702026-06-19T21:43:58.462Z Compiling similar v2.7.0
16712026-06-19T21:43:58.623Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-06-19T21:43:58.737Z Compiling openapiv3 v2.2.0
16732026-06-19T21:43:58.888Z Compiling x509-cert v0.2.5
16742026-06-19T21:43:58.935Z Compiling sha1 v0.10.6
16752026-06-19T21:43:58.987Z Compiling crossbeam-epoch v0.9.18
16762026-06-19T21:43:59.020Z Compiling peg-runtime v0.8.5
16772026-06-19T21:43:59.106Z Compiling lalrpop-util v0.19.12
16782026-06-19T21:43:59.184Z Compiling thread_local v1.1.9
16792026-06-19T21:43:59.211Z Compiling slog-async v2.8.0
16802026-06-19T21:43:59.292Z Compiling crossbeam-channel v0.5.15
16812026-06-19T21:43:59.325Z Compiling is-terminal v0.4.17
16822026-06-19T21:43:59.340Z Compiling filetime v0.2.27
16832026-06-19T21:43:59.354Z Compiling term v1.2.1
16842026-06-19T21:43:59.358Z Compiling take_mut v0.2.2
16852026-06-19T21:43:59.398Z Compiling xattr v1.6.1
16862026-06-19T21:43:59.533Z Compiling tar v0.4.45
16872026-06-19T21:43:59.725Z Compiling slog-term v2.9.2
16882026-06-19T21:44:17.524Z Compiling rustls-webpki v0.103.9
16892026-06-19T21:44:20.320Z Compiling tokio-rustls v0.26.4
16902026-06-19T21:44:20.320Z Compiling rustls-platform-verifier v0.6.2
16912026-06-19T21:44:20.525Z Compiling hyper-rustls v0.27.7
16922026-06-19T21:44:20.721Z Compiling reqwest v0.12.28
16932026-06-19T21:44:20.724Z Compiling reqwest v0.13.2
16942026-06-19T21:44:21.919Z Compiling tough v0.22.0
16952026-06-19T21:44:24.445Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-06-19T21:44:24.679Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-06-19T21:44:27.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.87s
16982026-06-19T21:44:27.674Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16992026-06-19T21:44:27.748ZJun 19 21:44:27.419 INFO Starting download, target: Cockroach
17002026-06-19T21:44:27.748ZJun 19 21:44:27.420 INFO Starting download, target: Clickhouse
17012026-06-19T21:44:27.831ZJun 19 21:44:27.420 INFO Starting download, target: Console
17022026-06-19T21:44:27.831ZJun 19 21:44:27.420 INFO Starting download, target: DendriteStub
17032026-06-19T21:44:27.831ZJun 19 21:44:27.420 INFO Starting download, target: MaghemiteMgd
17042026-06-19T21:44:27.831ZJun 19 21:44:27.420 INFO Starting download, target: MaghemiteDdmd
17052026-06-19T21:44:27.831ZJun 19 21:44:27.420 INFO Starting download, target: TransceiverControl
17062026-06-19T21:44:27.831ZJun 19 21:44:27.420 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17072026-06-19T21:44:27.831ZJun 19 21:44:27.420 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17082026-06-19T21:44:27.831ZJun 19 21:44:27.420 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-06-19T21:44:27.831ZJun 19 21:44:27.420 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17102026-06-19T21:44:27.831ZJun 19 21:44:27.420 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17112026-06-19T21:44:27.831ZJun 19 21:44:27.420 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17122026-06-19T21:44:27.831ZJun 19 21:44:27.420 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-19T21:44:28.728ZJun 19 21:44:28.396 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17142026-06-19T21:44:28.946ZJun 19 21:44:28.635 INFO Download complete, target: Console
17152026-06-19T21:44:29.014ZJun 19 21:44:28.684 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17162026-06-19T21:44:29.212ZJun 19 21:44:28.887 INFO Download complete, target: TransceiverControl
17172026-06-19T21:44:29.543ZJun 19 21:44:29.233 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-06-19T21:44:30.498ZJun 19 21:44:30.196 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-06-19T21:44:30.709ZJun 19 21:44:30.402 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17202026-06-19T21:44:30.753ZJun 19 21:44:30.449 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17212026-06-19T21:44:31.171ZJun 19 21:44:30.869 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17222026-06-19T21:44:31.171ZJun 19 21:44:30.870 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17232026-06-19T21:44:32.690ZJun 19 21:44:32.388 INFO Download complete, target: MaghemiteDdmd
17242026-06-19T21:44:33.197ZJun 19 21:44:32.895 INFO Download complete, target: DendriteStub
17252026-06-19T21:44:33.396ZJun 19 21:44:33.094 INFO Download complete, target: MaghemiteMgd
17262026-06-19T21:44:35.878ZJun 19 21:44:35.575 INFO Checking that binary works, target: Cockroach
17272026-06-19T21:44:36.025ZJun 19 21:44:35.704 INFO Download complete, target: Cockroach
17282026-06-19T21:44:36.362ZJun 19 21:44:36.060 INFO Checking that binary works, target: Clickhouse
17292026-06-19T21:44:36.446ZJun 19 21:44:36.144 INFO Download complete, target: Clickhouse
17302026-06-19T21:44:36.452ZAll prerequisites installed successfully
17312026-06-19T21:44:36.455Z
17322026-06-19T21:44:36.455Zreal 1:49.961450161
17332026-06-19T21:44:36.455Zuser 6:53.511395513
17342026-06-19T21:44:36.455Zsys 1:41.906187421
17352026-06-19T21:44:36.455Ztrap 0.283562371
17362026-06-19T21:44:36.455Ztflt 1.118784811
17372026-06-19T21:44:36.455Zdflt 1.910676922
17382026-06-19T21:44:36.455Zkflt 0.031624673
17392026-06-19T21:44:36.455Zlock 22:44.818032527
17402026-06-19T21:44:36.455Zslp 18:57.029172424
17412026-06-19T21:44:36.455Zlat 23.758594721
17422026-06-19T21:44:36.455Zstop 2:40.172798276
17432026-06-19T21:44:36.455Z+ ptime -m cargo xtask download softnpu
17442026-06-19T21:44:36.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17452026-06-19T21:44:36.921Z Running `target/debug/xtask download softnpu`
17462026-06-19T21:44:37.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17472026-06-19T21:44:37.690Z Running `target/debug/xtask-downloader softnpu`
17482026-06-19T21:44:37.729ZJun 19 21:44:37.427 INFO Starting download, target: Softnpu
17492026-06-19T21:44:37.732ZJun 19 21:44:37.428 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17502026-06-19T21:44:38.239ZJun 19 21:44:37.937 INFO Download complete, target: Softnpu
17512026-06-19T21:44:38.242Z
17522026-06-19T21:44:38.245Zreal 1.783664786
17532026-06-19T21:44:38.245Zuser 1.259587418
17542026-06-19T21:44:38.245Zsys 0.581963661
17552026-06-19T21:44:38.245Ztrap 0.000507840
17562026-06-19T21:44:38.245Ztflt 0.000103000
17572026-06-19T21:44:38.245Zdflt 0.000211580
17582026-06-19T21:44:38.245Zkflt 0.000000000
17592026-06-19T21:44:38.245Zlock 9.134519340
17602026-06-19T21:44:38.246Zslp 0.384672891
17612026-06-19T21:44:38.246Zlat 0.080457988
17622026-06-19T21:44:38.246Zstop 0.000178420
17632026-06-19T21:44:38.246Z+ export CARGO_INCREMENTAL=0
17642026-06-19T21:44:38.246Z+ CARGO_INCREMENTAL=0
17652026-06-19T21:44:38.246Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17662026-06-19T21:44:39.089Z Compiling proc-macro2 v1.0.106
17672026-06-19T21:44:39.089Z Compiling quote v1.0.45
17682026-06-19T21:44:39.089Z Compiling unicode-ident v1.0.24
17692026-06-19T21:44:39.089Z Compiling libc v0.2.185
17702026-06-19T21:44:39.092Z Compiling serde_core v1.0.228
17712026-06-19T21:44:39.092Z Compiling serde v1.0.228
17722026-06-19T21:44:39.093Z Compiling cfg-if v1.0.4
17732026-06-19T21:44:39.093Z Compiling version_check v0.9.5
17742026-06-19T21:44:39.093Z Compiling find-msvc-tools v0.1.9
17752026-06-19T21:44:39.093Z Compiling shlex v1.3.0
17762026-06-19T21:44:39.093Z Compiling typenum v1.19.0
17772026-06-19T21:44:39.093Z Compiling zmij v1.0.21
17782026-06-19T21:44:39.093Z Compiling autocfg v1.5.0
17792026-06-19T21:44:39.226Z Compiling memchr v2.8.0
17802026-06-19T21:44:39.229Z Compiling serde_json v1.0.149
17812026-06-19T21:44:39.393Z Compiling portable-atomic v1.13.1
17822026-06-19T21:44:39.408Z Compiling libm v0.2.16
17832026-06-19T21:44:39.468Z Compiling zerocopy v0.8.40
17842026-06-19T21:44:39.596Z Compiling smallvec v1.15.1
17852026-06-19T21:44:39.600Z Compiling parking_lot_core v0.9.12
17862026-06-19T21:44:39.609Z Compiling icu_normalizer_data v2.1.1
17872026-06-19T21:44:39.667Z Compiling generic-array v0.14.7
17882026-06-19T21:44:39.713Z Compiling num-traits v0.2.19
17892026-06-19T21:44:39.856Z Compiling icu_properties_data v2.1.2
17902026-06-19T21:44:39.859Z Compiling itoa v1.0.17
17912026-06-19T21:44:39.873Z Compiling getrandom v0.4.1
17922026-06-19T21:44:39.876Z Compiling log v0.4.29
17932026-06-19T21:44:39.966Z Compiling stable_deref_trait v1.2.1
17942026-06-19T21:44:39.982Z Compiling pkg-config v0.3.32
17952026-06-19T21:44:40.056Z Compiling subtle v2.6.1
17962026-06-19T21:44:40.177Z Compiling scopeguard v1.2.0
17972026-06-19T21:44:40.265Z Compiling jobserver v0.1.34
17982026-06-19T21:44:40.268Z Compiling getrandom v0.2.17
17992026-06-19T21:44:40.310Z Compiling lock_api v0.4.14
18002026-06-19T21:44:40.342Z Compiling errno v0.3.14
18012026-06-19T21:44:40.478Z Compiling rand_core v0.6.4
18022026-06-19T21:44:40.520Z Compiling cc v1.2.56
18032026-06-19T21:44:40.570Z Compiling writeable v0.6.2
18042026-06-19T21:44:40.602Z Compiling fnv v1.0.7
18052026-06-19T21:44:40.637Z Compiling percent-encoding v2.3.2
18062026-06-19T21:44:40.652Z Compiling syn v2.0.117
18072026-06-19T21:44:40.666Z Compiling litemap v0.8.1
18082026-06-19T21:44:40.726Z Compiling pin-project-lite v0.2.17
18092026-06-19T21:44:40.729Z Compiling thiserror v2.0.18
18102026-06-19T21:44:40.818Z Compiling getrandom v0.3.4
18112026-06-19T21:44:40.864Z Compiling rand_core v0.10.0
18122026-06-19T21:44:40.867Z Compiling equivalent v1.0.2
18132026-06-19T21:44:40.924Z Compiling dunce v1.0.5
18142026-06-19T21:44:40.954Z Compiling rustversion v1.0.22
18152026-06-19T21:44:40.957Z Compiling schemars v0.8.22
18162026-06-19T21:44:40.987Z Compiling fs_extra v1.3.0
18172026-06-19T21:44:41.035Z Compiling utf8_iter v1.0.4
18182026-06-19T21:44:41.068Z Compiling critical-section v1.2.0
18192026-06-19T21:44:41.071Z Compiling rustix v1.1.3
18202026-06-19T21:44:41.187Z Compiling form_urlencoded v1.2.2
18212026-06-19T21:44:41.234Z Compiling hashbrown v0.17.0
18222026-06-19T21:44:41.276Z Compiling cmake v0.1.57
18232026-06-19T21:44:41.291Z Compiling signal-hook-registry v1.4.8
18242026-06-19T21:44:41.404Z Compiling const-oid v0.9.6
18252026-06-19T21:44:41.558Z Compiling once_cell v1.21.3
18262026-06-19T21:44:41.644Z Compiling parking_lot v0.12.5
18272026-06-19T21:44:41.667Z Compiling mio v1.2.0
18282026-06-19T21:44:41.819Z Compiling semver v1.0.28
18292026-06-19T21:44:41.836Z Compiling indexmap v2.14.0
18302026-06-19T21:44:41.886Z Compiling bitflags v2.11.0
18312026-06-19T21:44:41.889Z Compiling ring v0.17.14
18322026-06-19T21:44:41.937Z Compiling aws-lc-sys v0.40.0
18332026-06-19T21:44:41.952Z Compiling socket2 v0.6.3
18342026-06-19T21:44:42.079Z Compiling aws-lc-rs v1.16.3
18352026-06-19T21:44:42.110Z Compiling futures-core v0.3.32
18362026-06-19T21:44:42.161Z Compiling httparse v1.10.1
18372026-06-19T21:44:42.180Z Compiling thiserror v1.0.69
18382026-06-19T21:44:42.246Z Compiling strsim v0.11.1
18392026-06-19T21:44:42.386Z Compiling ucd-trie v0.1.7
18402026-06-19T21:44:42.434Z Compiling iana-time-zone v0.1.65
18412026-06-19T21:44:42.502Z Compiling vcpkg v0.2.15
18422026-06-19T21:44:42.523Z Compiling byteorder v1.5.0
18432026-06-19T21:44:42.566Z Compiling pest v2.8.6
18442026-06-19T21:44:42.583Z Compiling syn v1.0.109
18452026-06-19T21:44:42.583Z Compiling heck v0.5.0
18462026-06-19T21:44:42.643Z Compiling ident_case v1.0.1
18472026-06-19T21:44:42.658Z Compiling regex-syntax v0.8.10
18482026-06-19T21:44:42.675Z Compiling uuid v1.23.0
18492026-06-19T21:44:42.784Z Compiling cpufeatures v0.2.17
18502026-06-19T21:44:42.891Z Compiling rustls v0.23.37
18512026-06-19T21:44:43.015Z Compiling rustc_version v0.4.1
18522026-06-19T21:44:43.080Z Compiling futures-sink v0.3.32
18532026-06-19T21:44:43.097Z Compiling openssl-sys v0.9.115
18542026-06-19T21:44:43.206Z Compiling futures-channel v0.3.32
18552026-06-19T21:44:43.268Z Compiling aho-corasick v1.1.4
18562026-06-19T21:44:43.282Z Compiling futures-io v0.3.32
18572026-06-19T21:44:43.311Z Compiling slab v0.4.12
18582026-06-19T21:44:43.415Z Compiling futures-task v0.3.32
18592026-06-19T21:44:43.513Z Compiling synstructure v0.13.2
18602026-06-19T21:44:43.528Z Compiling serde_derive_internals v0.29.1
18612026-06-19T21:44:43.565Z Compiling dyn-clone v1.0.20
18622026-06-19T21:44:43.681Z Compiling pest_meta v2.8.6
18632026-06-19T21:44:43.732Z Compiling crc32fast v1.5.0
18642026-06-19T21:44:43.782Z Compiling plain v0.2.3
18652026-06-19T21:44:43.877Z Compiling openssl v0.10.79
18662026-06-19T21:44:43.910Z Compiling time-core v0.1.8
18672026-06-19T21:44:43.913Z Compiling crossbeam-utils v0.8.21
18682026-06-19T21:44:44.008Z Compiling num-conv v0.2.0
18692026-06-19T21:44:44.055Z Compiling base64 v0.22.1
18702026-06-19T21:44:44.119Z Compiling pretty-hex v0.4.1
18712026-06-19T21:44:44.157Z Compiling time-macros v0.2.27
18722026-06-19T21:44:44.210Z Compiling regex-automata v0.4.14
18732026-06-19T21:44:44.241Z Compiling base64ct v1.8.3
18742026-06-19T21:44:44.258Z Compiling pest_generator v2.8.6
18752026-06-19T21:44:44.277Z Compiling anyhow v1.0.102
18762026-06-19T21:44:44.295Z Compiling native-tls v0.2.18
18772026-06-19T21:44:44.319Z Compiling darling_core v0.21.3
18782026-06-19T21:44:44.530Z Compiling pem-rfc7468 v0.7.0
18792026-06-19T21:44:44.564Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18802026-06-19T21:44:44.597Z Compiling flagset v0.4.7
18812026-06-19T21:44:44.646Z Compiling rand_core v0.9.5
18822026-06-19T21:44:44.737Z Compiling serde_derive v1.0.228
18832026-06-19T21:44:44.774Z Compiling zeroize_derive v1.4.3
18842026-06-19T21:44:44.846Z Compiling zerofrom-derive v0.1.6
18852026-06-19T21:44:44.850Z Compiling yoke-derive v0.8.1
18862026-06-19T21:44:44.876Z Compiling zerovec-derive v0.11.2
18872026-06-19T21:44:44.913Z Compiling displaydoc v0.2.5
18882026-06-19T21:44:44.916Z Compiling zerocopy-derive v0.8.40
18892026-06-19T21:44:44.944Z Compiling tokio-macros v2.7.0
18902026-06-19T21:44:44.993Z Compiling futures-macro v0.3.32
18912026-06-19T21:44:45.163Z Compiling thiserror-impl v2.0.18
18922026-06-19T21:44:45.399Z Compiling zeroize v1.8.2
18932026-06-19T21:44:45.663Z Compiling schemars_derive v0.8.22
18942026-06-19T21:44:45.832Z Compiling tracing-attributes v0.1.31
18952026-06-19T21:44:45.847Z Compiling der_derive v0.7.3
18962026-06-19T21:44:45.918Z Compiling thiserror-impl v1.0.69
18972026-06-19T21:44:45.992Z Compiling zerofrom v0.1.6
18982026-06-19T21:44:46.134Z Compiling yoke v0.8.1
18992026-06-19T21:44:46.209Z Compiling crypto-common v0.1.7
19002026-06-19T21:44:46.313Z Compiling zerovec v0.11.5
19012026-06-19T21:44:46.353Z Compiling zerotrie v0.2.3
19022026-06-19T21:44:46.456Z Compiling block-buffer v0.10.4
19032026-06-19T21:44:46.623Z Compiling digest v0.10.7
19042026-06-19T21:44:46.800Z Compiling pest_derive v2.8.6
19052026-06-19T21:44:46.837Z Compiling tinystr v0.8.2
19062026-06-19T21:44:46.856Z Compiling potential_utf v0.1.4
19072026-06-19T21:44:46.905Z Compiling hmac v0.12.1
19082026-06-19T21:44:46.996Z Compiling icu_collections v2.1.1
19092026-06-19T21:44:47.019Z Compiling icu_locale_core v2.1.1
19102026-06-19T21:44:47.040Z Compiling futures-util v0.3.32
19112026-06-19T21:44:47.072Z Compiling block-padding v0.3.3
19122026-06-19T21:44:47.075Z Compiling sha2 v0.10.9
19132026-06-19T21:44:47.243Z Compiling inout v0.1.4
19142026-06-19T21:44:47.431Z Compiling cipher v0.4.4
19152026-06-19T21:44:47.434Z Compiling rustls-pki-types v1.14.0
19162026-06-19T21:44:47.688Z Compiling scroll_derive v0.13.1
19172026-06-19T21:44:47.743Z Compiling icu_provider v2.1.1
19182026-06-19T21:44:47.760Z Compiling openssl-macros v0.1.1
19192026-06-19T21:44:47.854Z Compiling scroll_derive v0.12.1
19202026-06-19T21:44:47.982Z Compiling bytes v1.11.1
19212026-06-19T21:44:48.156Z Compiling icu_properties v2.1.2
19222026-06-19T21:44:48.171Z Compiling icu_normalizer v2.1.1
19232026-06-19T21:44:48.202Z Compiling chrono v0.4.44
19242026-06-19T21:44:48.456Z Compiling serde_tokenstream v0.2.3
19252026-06-19T21:44:48.502Z Compiling tokio v1.52.1
19262026-06-19T21:44:49.065Z Compiling idna_adapter v1.2.1
19272026-06-19T21:44:49.217Z Compiling idna v1.1.0
19282026-06-19T21:44:49.236Z Compiling ppv-lite86 v0.2.21
19292026-06-19T21:44:49.479Z Compiling http v1.4.0
19302026-06-19T21:44:49.561Z Compiling url v2.5.8
19312026-06-19T21:44:49.632Z Compiling der v0.7.10
19322026-06-19T21:44:49.669Z Compiling darling_macro v0.21.3
19332026-06-19T21:44:49.723Z Compiling regex v1.12.3
19342026-06-19T21:44:49.789Z Compiling zerocopy-derive v0.7.35
19352026-06-19T21:44:49.899Z Compiling slog v2.8.2
19362026-06-19T21:44:50.152Z Compiling tracing-core v0.1.36
19372026-06-19T21:44:50.572Z Compiling untrusted v0.9.0
19382026-06-19T21:44:50.828Z Compiling tracing v0.1.44
19392026-06-19T21:44:50.870Z Compiling spki v0.7.3
19402026-06-19T21:44:51.208Z Compiling darling v0.21.3
19412026-06-19T21:44:51.223Z Compiling salsa20 v0.10.2
19422026-06-19T21:44:51.252Z Compiling pbkdf2 v0.12.2
19432026-06-19T21:44:51.715Z Compiling cookie v0.18.1
19442026-06-19T21:44:51.762Z Compiling camino v1.2.2
19452026-06-19T21:44:51.920Z Compiling scrypt v0.11.0
19462026-06-19T21:44:51.935Z Compiling http-body v1.0.1
19472026-06-19T21:44:52.073Z Compiling rand_chacha v0.9.0
19482026-06-19T21:44:52.108Z Compiling aes v0.8.4
19492026-06-19T21:44:52.112Z Compiling cbc v0.1.2
19502026-06-19T21:44:52.171Z Compiling usdt-impl v0.5.0
19512026-06-19T21:44:52.200Z Compiling winnow v0.7.14
19522026-06-19T21:44:52.279Z Compiling usdt-impl v0.6.0
19532026-06-19T21:44:52.306Z Compiling unicode-segmentation v1.12.0
19542026-06-19T21:44:52.358Z Compiling tokio-util v0.7.18
19552026-06-19T21:44:52.406Z Compiling untrusted v0.7.1
19562026-06-19T21:44:52.447Z Compiling tinyvec_macros v0.1.1
19572026-06-19T21:44:52.531Z Compiling openssl-probe v0.2.1
19582026-06-19T21:44:52.547Z Compiling paste v1.0.15
19592026-06-19T21:44:52.563Z Compiling either v1.15.0
19602026-06-19T21:44:52.589Z Compiling ref-cast v1.0.25
19612026-06-19T21:44:52.784Z Compiling fastrand v2.3.0
19622026-06-19T21:44:52.835Z Compiling tinyvec v1.10.0
19632026-06-19T21:44:52.876Z Compiling pkcs5 v0.7.1
19642026-06-19T21:44:52.970Z Compiling rand v0.9.2
19652026-06-19T21:44:53.295Z Compiling scroll v0.12.0
19662026-06-19T21:44:53.322Z Compiling scroll v0.13.0
19672026-06-19T21:44:53.338Z Compiling serde_spanned v0.6.9
19682026-06-19T21:44:53.381Z Compiling toml_datetime v0.6.11
19692026-06-19T21:44:53.499Z Compiling async-trait v0.1.89
19702026-06-19T21:44:53.554Z Compiling heapless v0.7.17
19712026-06-19T21:44:53.641Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-06-19T21:44:53.659Z Compiling atomic-waker v1.1.2
19732026-06-19T21:44:53.690Z Compiling rustix v0.38.44
19742026-06-19T21:44:53.706Z Compiling tower-service v0.3.3
19752026-06-19T21:44:53.809Z Compiling zstd-safe v7.2.4
19762026-06-19T21:44:53.809Z Compiling tower-layer v0.3.3
19772026-06-19T21:44:53.840Z Compiling try-lock v0.2.5
19782026-06-19T21:44:53.844Z Compiling signal-hook v0.3.18
19792026-06-19T21:44:53.995Z Compiling want v0.3.1
19802026-06-19T21:44:54.012Z Compiling h2 v0.4.13
19812026-06-19T21:44:54.041Z Compiling goblin v0.10.5
19822026-06-19T21:44:54.041Z Compiling goblin v0.8.2
19832026-06-19T21:44:54.174Z Compiling toml_parser v1.0.9+spec-1.1.0
19842026-06-19T21:44:54.333Z Compiling pkcs8 v0.10.2
19852026-06-19T21:44:54.408Z Compiling heck v0.4.1
19862026-06-19T21:44:54.497Z Compiling zerocopy v0.7.35
19872026-06-19T21:44:54.629Z Compiling ipnet v2.11.0
19882026-06-19T21:44:54.644Z Compiling ref-cast-impl v1.0.25
19892026-06-19T21:44:54.741Z Compiling darling_core v0.20.11
19902026-06-19T21:44:54.843Z Compiling curve25519-dalek v4.1.3
19912026-06-19T21:44:54.878Z Compiling memoffset v0.9.1
19922026-06-19T21:44:55.093Z Compiling utf8parse v0.2.2
19932026-06-19T21:44:55.107Z Compiling winnow v0.5.40
19942026-06-19T21:44:55.282Z Compiling httpdate v1.0.3
19952026-06-19T21:44:55.379Z Compiling pin-utils v0.1.0
19962026-06-19T21:44:55.450Z Compiling foreign-types-shared v0.1.1
19972026-06-19T21:44:55.471Z Compiling litrs v1.0.0
19982026-06-19T21:44:55.548Z Compiling foreign-types v0.3.2
19992026-06-19T21:44:55.749Z Compiling tempfile v3.25.0
20002026-06-19T21:44:55.948Z Compiling document-features v0.2.12
20012026-06-19T21:44:56.259Z Compiling unicode-normalization v0.1.25
20022026-06-19T21:44:56.488Z Compiling toml_edit v0.19.15
20032026-06-19T21:44:56.556Z Compiling dof v0.3.0
20042026-06-19T21:44:56.741Z Compiling dtrace-parser v0.2.0
20052026-06-19T21:44:56.772Z Compiling darling_macro v0.20.11
20062026-06-19T21:44:57.000Z Compiling dof v0.4.0
20072026-06-19T21:44:57.040Z Compiling hyper v1.8.1
20082026-06-19T21:44:57.199Z Compiling dtrace-parser v0.3.0
20092026-06-19T21:44:57.394Z Compiling daft-derive v0.1.7
20102026-06-19T21:44:57.413Z Compiling pin-project-internal v1.1.11
20112026-06-19T21:44:57.585Z Compiling spin v0.9.8
20122026-06-19T21:44:57.619Z Compiling thread-id v4.2.2
20132026-06-19T21:44:57.719Z Compiling socket2 v0.5.10
20142026-06-19T21:44:57.751Z Compiling thread-id v5.1.0
20152026-06-19T21:44:57.804Z Compiling num-bigint-dig v0.8.6
20162026-06-19T21:44:57.820Z Compiling anstyle v1.0.14
20172026-06-19T21:44:57.845Z Compiling smoltcp v0.9.1
20182026-06-19T21:44:57.860Z Compiling cfg_aliases v0.2.1
20192026-06-19T21:44:58.013Z Compiling powerfmt v0.2.0
20202026-06-19T21:44:58.097Z Compiling nix v0.31.2
20212026-06-19T21:44:58.111Z Compiling hyper-util v0.1.20
20222026-06-19T21:44:58.185Z Compiling deranged v0.5.8
20232026-06-19T21:44:58.465Z Compiling darling v0.20.11
20242026-06-19T21:44:58.560Z Compiling rustls-native-certs v0.8.3
20252026-06-19T21:44:58.613Z Compiling ipnetwork v0.21.1
20262026-06-19T21:44:58.820Z Compiling curve25519-dalek-derive v0.1.1
20272026-06-19T21:44:58.863Z Compiling strum_macros v0.26.4
20282026-06-19T21:44:58.993Z Compiling sync_wrapper v1.0.2
20292026-06-19T21:44:59.117Z Compiling wait-timeout v0.2.1
20302026-06-19T21:44:59.363Z Compiling colorchoice v1.0.4
20312026-06-19T21:44:59.451Z Compiling bit-vec v0.8.0
20322026-06-19T21:44:59.473Z Compiling simd-adler32 v0.3.8
20332026-06-19T21:44:59.702Z Compiling siphasher v1.0.2
20342026-06-19T21:44:59.716Z Compiling is_terminal_polyfill v1.70.2
20352026-06-19T21:44:59.771Z Compiling num_threads v0.1.7
20362026-06-19T21:44:59.811Z Compiling quick-error v1.2.3
20372026-06-19T21:44:59.826Z Compiling anstyle-query v1.1.5
20382026-06-19T21:44:59.920Z Compiling rusty-fork v0.3.1
20392026-06-19T21:44:59.937Z Compiling time v0.3.47
20402026-06-19T21:44:59.951Z Compiling bit-set v0.8.0
20412026-06-19T21:45:00.218Z Compiling tower v0.5.3
20422026-06-19T21:45:00.261Z Compiling derive_builder_core v0.20.2
20432026-06-19T21:45:00.431Z Compiling snafu-derive v0.8.9
20442026-06-19T21:45:00.447Z Compiling http-body-util v0.1.3
20452026-06-19T21:45:00.730Z Compiling webpki-roots v1.0.6
20462026-06-19T21:45:00.915Z Compiling signature v2.2.0
20472026-06-19T21:45:00.976Z Compiling hubpack_derive v0.1.1
20482026-06-19T21:45:01.024Z Compiling rand_xorshift v0.4.0
20492026-06-19T21:45:01.065Z Compiling strum_macros v0.27.2
20502026-06-19T21:45:01.135Z Compiling fs-err v3.3.0
20512026-06-19T21:45:01.202Z Compiling ahash v0.8.12
20522026-06-19T21:45:01.438Z Compiling adler2 v2.0.1
20532026-06-19T21:45:01.453Z Compiling iri-string v0.7.10
20542026-06-19T21:45:01.475Z Compiling unicode-bidi v0.3.18
20552026-06-19T21:45:01.508Z Compiling ryu v1.0.23
20562026-06-19T21:45:01.566Z Compiling allocator-api2 v0.2.21
20572026-06-19T21:45:01.584Z Compiling unicode-properties v0.1.4
20582026-06-19T21:45:01.692Z Compiling unarray v0.1.4
20592026-06-19T21:45:01.913Z Compiling object v0.37.3
20602026-06-19T21:45:01.971Z Compiling stringprep v0.1.5
20612026-06-19T21:45:02.024Z Compiling proptest v1.10.0
20622026-06-19T21:45:02.089Z Compiling serde_urlencoded v0.7.1
20632026-06-19T21:45:02.194Z Compiling miniz_oxide v0.8.9
20642026-06-19T21:45:02.382Z Compiling derive_builder_macro v0.20.2
20652026-06-19T21:45:02.660Z Compiling tower-http v0.6.8
20662026-06-19T21:45:02.741Z Compiling tokio-native-tls v0.3.1
20672026-06-19T21:45:02.879Z Compiling usdt-attr-macro v0.6.0
20682026-06-19T21:45:02.894Z Compiling usdt-macro v0.6.0
20692026-06-19T21:45:03.090Z Compiling anstyle-parse v1.0.0
20702026-06-19T21:45:03.356Z Compiling rand_chacha v0.3.1
20712026-06-19T21:45:03.374Z Compiling erased-serde v0.3.31
20722026-06-19T21:45:03.572Z Compiling md-5 v0.10.6
20732026-06-19T21:45:03.603Z Compiling bstr v1.12.1
20742026-06-19T21:45:03.677Z Compiling num-integer v0.1.46
20752026-06-19T21:45:03.736Z Compiling hash32 v0.2.1
20762026-06-19T21:45:03.763Z Compiling vergen-lib v9.1.0
20772026-06-19T21:45:03.877Z Compiling ff v0.13.1
20782026-06-19T21:45:03.925Z Compiling encoding_rs v0.8.35
20792026-06-19T21:45:03.962Z Compiling zlib-rs v0.6.2
20802026-06-19T21:45:03.977Z Compiling mime v0.3.17
20812026-06-19T21:45:04.009Z Compiling psl-types v2.0.11
20822026-06-19T21:45:04.055Z Compiling fallible-iterator v0.2.0
20832026-06-19T21:45:04.183Z Compiling base16ct v0.2.0
20842026-06-19T21:45:04.208Z Compiling publicsuffix v2.3.0
20852026-06-19T21:45:04.305Z Compiling group v0.13.0
20862026-06-19T21:45:04.320Z Compiling sec1 v0.7.3
20872026-06-19T21:45:04.365Z Compiling postgres-protocol v0.6.10
20882026-06-19T21:45:04.384Z Compiling newtype-uuid v1.3.2
20892026-06-19T21:45:04.515Z Compiling num-iter v0.1.45
20902026-06-19T21:45:04.895Z Compiling rand v0.8.6
20912026-06-19T21:45:05.075Z Compiling anstream v1.0.0
20922026-06-19T21:45:05.235Z Compiling oxnet v0.1.6
20932026-06-19T21:45:05.250Z Compiling derive_builder v0.20.2
20942026-06-19T21:45:05.285Z Compiling hyper-tls v0.6.0
20952026-06-19T21:45:05.328Z Compiling phf_shared v0.13.1
20962026-06-19T21:45:05.414Z Compiling pin-project v1.1.11
20972026-06-19T21:45:05.531Z Compiling lazy_static v1.5.0
20982026-06-19T21:45:05.534Z Compiling anstyle-parse v0.2.7
20992026-06-19T21:45:05.657Z Compiling terminal_size v0.4.3
21002026-06-19T21:45:05.660Z Compiling serde_with_macros v3.17.0
21012026-06-19T21:45:05.691Z Compiling futures-executor v0.3.32
21022026-06-19T21:45:05.708Z Compiling hex v0.4.3
21032026-06-19T21:45:05.847Z Compiling hkdf v0.12.4
21042026-06-19T21:45:05.876Z Compiling crypto-bigint v0.5.5
21052026-06-19T21:45:05.923Z Compiling enum-as-inner v0.6.1
21062026-06-19T21:45:05.943Z Compiling clap_derive v4.6.1
21072026-06-19T21:45:05.960Z Compiling serde_repr v0.1.20
21082026-06-19T21:45:06.010Z Compiling async-recursion v1.1.1
21092026-06-19T21:45:06.038Z Compiling flate2 v1.1.9
21102026-06-19T21:45:06.070Z Compiling vergen v9.1.0
21112026-06-19T21:45:06.131Z Compiling cargo-platform v0.3.2
21122026-06-19T21:45:06.297Z Compiling bumpalo v3.20.2
21132026-06-19T21:45:06.402Z Compiling libbz2-rs-sys v0.2.2
21142026-06-19T21:45:06.445Z Compiling managed v0.8.0
21152026-06-19T21:45:06.460Z Compiling foldhash v0.1.5
21162026-06-19T21:45:06.559Z Compiling same-file v1.0.6
21172026-06-19T21:45:06.650Z Compiling bitflags v1.3.2
21182026-06-19T21:45:06.760Z Compiling clap_lex v1.0.0
21192026-06-19T21:45:06.811Z Compiling foldhash v0.2.0
21202026-06-19T21:45:06.829Z Compiling bzip2 v0.6.1
21212026-06-19T21:45:06.920Z Compiling clap_builder v4.6.0
21222026-06-19T21:45:06.989Z Compiling hashbrown v0.16.1
21232026-06-19T21:45:07.020Z Compiling elliptic-curve v0.13.8
21242026-06-19T21:45:07.059Z Compiling walkdir v2.5.0
21252026-06-19T21:45:07.241Z Compiling hashbrown v0.15.5
21262026-06-19T21:45:07.353Z Compiling zopfli v0.8.3
21272026-06-19T21:45:07.376Z Compiling cargo_metadata v0.23.1
21282026-06-19T21:45:07.588Z Compiling futures v0.3.32
21292026-06-19T21:45:07.685Z Compiling zstd v0.13.3
21302026-06-19T21:45:07.920Z Compiling anstream v0.6.21
21312026-06-19T21:45:08.047Z Compiling phf v0.13.1
21322026-06-19T21:45:08.227Z Compiling snafu v0.8.9
21332026-06-19T21:45:08.347Z Compiling daft v0.1.7
21342026-06-19T21:45:08.594Z Compiling signal-hook-mio v0.2.5
21352026-06-19T21:45:08.635Z Compiling cookie_store v0.22.1
21362026-06-19T21:45:08.730Z Compiling postgres-types v0.2.12
21372026-06-19T21:45:08.844Z Compiling bzip2 v0.4.4
21382026-06-19T21:45:08.942Z Compiling globset v0.4.18
21392026-06-19T21:45:09.060Z Compiling strum v0.27.2
21402026-06-19T21:45:09.230Z Compiling hubpack v0.1.2
21412026-06-19T21:45:09.281Z Compiling ed25519 v2.2.3
21422026-06-19T21:45:09.284Z Compiling phf_shared v0.11.3
21432026-06-19T21:45:09.341Z Compiling crossbeam-epoch v0.9.18
21442026-06-19T21:45:09.380Z Compiling olpc-cjson v0.1.4
21452026-06-19T21:45:09.384Z Compiling pkcs1 v0.7.5
21462026-06-19T21:45:09.482Z Compiling pem v3.0.6
21472026-06-19T21:45:09.540Z Compiling serde_plain v1.0.2
21482026-06-19T21:45:09.543Z Compiling serde-big-array v0.5.1
21492026-06-19T21:45:09.641Z Compiling rfc6979 v0.4.0
21502026-06-19T21:45:09.683Z Compiling float-cmp v0.10.0
21512026-06-19T21:45:09.717Z Compiling memmap2 v0.9.10
21522026-06-19T21:45:09.755Z Compiling env_filter v1.0.0
21532026-06-19T21:45:09.776Z Compiling keccak v0.1.6
21542026-06-19T21:45:09.801Z Compiling typed-path v0.9.3
21552026-06-19T21:45:09.816Z Compiling static_assertions v1.1.0
21562026-06-19T21:45:09.866Z Compiling toml_write v0.1.2
21572026-06-19T21:45:09.882Z Compiling predicates-core v1.0.10
21582026-06-19T21:45:09.915Z Compiling fixedbitset v0.5.7
21592026-06-19T21:45:09.944Z Compiling data-encoding v2.10.0
21602026-06-19T21:45:09.992Z Compiling new_debug_unreachable v1.0.6
21612026-06-19T21:45:10.084Z Compiling precomputed-hash v0.1.1
21622026-06-19T21:45:10.099Z Compiling fixedbitset v0.4.2
21632026-06-19T21:45:10.117Z Compiling jiff v0.2.21
21642026-06-19T21:45:10.148Z Compiling whoami v2.1.0
21652026-06-19T21:45:10.188Z Compiling normalize-line-endings v0.3.0
21662026-06-19T21:45:10.203Z Compiling difflib v0.4.0
21672026-06-19T21:45:10.221Z Compiling string_cache v0.8.9
21682026-06-19T21:45:10.325Z Compiling petgraph v0.6.5
21692026-06-19T21:45:10.364Z Compiling hickory-proto v0.25.2
21702026-06-19T21:45:10.457Z Compiling predicates v3.1.4
21712026-06-19T21:45:10.496Z Compiling tokio-postgres v0.7.16
21722026-06-19T21:45:10.678Z Compiling petgraph v0.8.3
21732026-06-19T21:45:10.916Z Compiling toml_edit v0.22.27
21742026-06-19T21:45:10.972Z Compiling env_logger v0.11.9
21752026-06-19T21:45:11.065Z Compiling sha3 v0.10.8
21762026-06-19T21:45:11.080Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21772026-06-19T21:45:11.316Z Compiling usdt v0.6.0
21782026-06-19T21:45:11.370Z Compiling ecdsa v0.16.9
21792026-06-19T21:45:11.619Z Compiling rsa v0.9.10
21802026-06-19T21:45:11.821Z Compiling ed25519-dalek v2.2.0
21812026-06-19T21:45:12.507Z Compiling zip v0.6.6
21822026-06-19T21:45:12.608Z Compiling crossterm v0.28.1
21832026-06-19T21:45:12.945Z Compiling zip v4.6.1
21842026-06-19T21:45:13.050Z Compiling iddqd v0.4.2
21852026-06-19T21:45:13.258Z Compiling clap v4.6.1
21862026-06-19T21:45:13.532Z Compiling serde_with v3.17.0
21872026-06-19T21:45:13.683Z Compiling similar v2.7.0
21882026-06-19T21:45:13.802Z Compiling strum v0.26.3
21892026-06-19T21:45:13.842Z Compiling toml v0.7.8
21902026-06-19T21:45:13.892Z Compiling tokio-stream v0.1.18
21912026-06-19T21:45:13.951Z Compiling itertools v0.13.0
21922026-06-19T21:45:13.966Z Compiling buf-list v1.1.2
21932026-06-19T21:45:14.300Z Compiling x509-cert v0.2.5
21942026-06-19T21:45:14.373Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-06-19T21:45:14.425Z Compiling openapiv3 v2.2.0
21962026-06-19T21:45:14.625Z Compiling sha1 v0.10.6
21972026-06-19T21:45:15.063Z Compiling peg-runtime v0.8.5
21982026-06-19T21:45:15.078Z Compiling lalrpop-util v0.19.12
21992026-06-19T21:45:29.401Z Compiling rustls-webpki v0.103.9
22002026-06-19T21:45:31.277Z Compiling macaddr v1.0.1
22012026-06-19T21:45:31.396Z Compiling structmeta-derive v0.3.0
22022026-06-19T21:45:31.433Z Compiling crucible-workspace-hack v0.1.0
22032026-06-19T21:45:31.576Z Compiling rayon-core v1.13.0
22042026-06-19T21:45:31.659Z Compiling itertools v0.14.0
22052026-06-19T21:45:31.801Z Compiling secrecy v0.10.3
22062026-06-19T21:45:31.815Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-19T21:45:31.873Z Compiling heapless v0.8.0
22082026-06-19T21:45:32.002Z Compiling rustls v0.22.4
22092026-06-19T21:45:32.172Z Compiling toml_datetime v0.7.5+spec-1.1.0
22102026-06-19T21:45:32.253Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22112026-06-19T21:45:32.270Z Compiling crossbeam-deque v0.8.6
22122026-06-19T21:45:32.335Z Compiling rustls-webpki v0.102.8
22132026-06-19T21:45:32.351Z Compiling hash32 v0.3.1
22142026-06-19T21:45:32.357Z Compiling multer v3.1.0
22152026-06-19T21:45:32.369Z Compiling toml_edit v0.23.10+spec-1.0.0
22162026-06-19T21:45:32.407Z Compiling structmeta v0.3.0
22172026-06-19T21:45:32.429Z Compiling thread_local v1.1.9
22182026-06-19T21:45:32.445Z Compiling unicode-width v0.2.0
22192026-06-19T21:45:32.516Z Compiling slog-async v2.8.0
22202026-06-19T21:45:32.558Z Compiling match_cfg v0.1.0
22212026-06-19T21:45:32.576Z Compiling smoltcp v0.11.0
22222026-06-19T21:45:32.642Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-06-19T21:45:32.658Z Compiling compression-core v0.4.31
22242026-06-19T21:45:32.661Z Compiling derive-ex v0.1.8
22252026-06-19T21:45:32.805Z Compiling compression-codecs v0.4.37
22262026-06-19T21:45:32.870Z Compiling hostname v0.3.1
22272026-06-19T21:45:32.918Z Compiling tokio-rustls v0.26.4
22282026-06-19T21:45:32.933Z Compiling rustls-platform-verifier v0.6.2
22292026-06-19T21:45:32.947Z Compiling ingot-macros v0.1.1
22302026-06-19T21:45:32.985Z Compiling proc-macro-crate v3.4.0
22312026-06-19T21:45:33.157Z Compiling hyper-rustls v0.27.7
22322026-06-19T21:45:33.207Z Compiling atomicwrites v0.4.4
22332026-06-19T21:45:33.320Z Compiling slog-json v2.6.1
22342026-06-19T21:45:33.433Z Compiling reqwest v0.12.28
22352026-06-19T21:45:33.491Z Compiling reqwest v0.13.2
22362026-06-19T21:45:33.509Z Compiling crossbeam-channel v0.5.15
22372026-06-19T21:45:33.576Z Compiling half v2.7.1
22382026-06-19T21:45:33.603Z Compiling newtype-uuid-macros v0.1.0
22392026-06-19T21:45:33.949Z Compiling cobs v0.3.0
22402026-06-19T21:45:34.167Z Compiling thiserror-impl-no-std v2.0.2
22412026-06-19T21:45:34.209Z Compiling universal-hash v0.5.1
22422026-06-19T21:45:34.212Z Compiling async-stream-impl v0.3.6
22432026-06-19T21:45:34.252Z Compiling toml_datetime v1.0.0+spec-1.1.0
22442026-06-19T21:45:34.340Z Compiling serde_spanned v1.0.4
22452026-06-19T21:45:34.375Z Compiling is-terminal v0.4.17
22462026-06-19T21:45:34.496Z Compiling proc-macro-error-attr v1.0.4
22472026-06-19T21:45:34.530Z Compiling dropshot v0.17.0
22482026-06-19T21:45:34.606Z Compiling take_mut v0.2.2
22492026-06-19T21:45:34.698Z Compiling toml_writer v1.0.6+spec-1.1.0
22502026-06-19T21:45:34.714Z Compiling ciborium-io v0.2.2
22512026-06-19T21:45:34.744Z Compiling convert_case v0.4.0
22522026-06-19T21:45:34.767Z Compiling term v1.2.1
22532026-06-19T21:45:34.784Z Compiling opaque-debug v0.3.1
22542026-06-19T21:45:34.818Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22552026-06-19T21:45:34.833Z Compiling async-stream v0.3.6
22562026-06-19T21:45:34.877Z Compiling tokio-rustls v0.25.0
22572026-06-19T21:45:35.006Z Compiling tough v0.22.0
22582026-06-19T21:45:35.045Z Compiling toml v1.0.6+spec-1.1.0
22592026-06-19T21:45:35.064Z Compiling poly1305 v0.8.0
22602026-06-19T21:45:35.088Z Compiling derive_more v0.99.20
22612026-06-19T21:45:35.147Z Compiling slog-term v2.9.2
22622026-06-19T21:45:35.162Z Compiling ciborium-ll v0.2.2
22632026-06-19T21:45:35.260Z Compiling thiserror-no-std v2.0.2
22642026-06-19T21:45:35.495Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-06-19T21:45:35.573Z Compiling ingot-types v0.1.2
22662026-06-19T21:45:35.726Z Compiling test-strategy v0.4.5
22672026-06-19T21:45:36.065Z Compiling ingot v0.1.1
22682026-06-19T21:45:36.436Z Compiling postcard v1.1.3
22692026-06-19T21:45:36.614Z Compiling slog-bunyan v2.5.0
22702026-06-19T21:45:36.750Z Compiling num_enum_derive v0.7.6
22712026-06-19T21:45:36.803Z Compiling async-compression v0.4.41
22722026-06-19T21:45:36.844Z Compiling parse-display-derive v0.10.0
22732026-06-19T21:45:36.863Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22742026-06-19T21:45:37.054Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-06-19T21:45:37.282Z Compiling proc-macro-crate v1.3.1
22762026-06-19T21:45:37.298Z Compiling waitgroup v0.1.2
22772026-06-19T21:45:37.303Z Compiling backon v1.6.0
22782026-06-19T21:45:37.330Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22792026-06-19T21:45:37.482Z Compiling password-hash v0.5.0
22802026-06-19T21:45:37.620Z Compiling chacha20 v0.9.1
22812026-06-19T21:45:37.673Z Compiling dropshot_endpoint v0.17.0
22822026-06-19T21:45:37.696Z Compiling rustls-pemfile v2.2.0
22832026-06-19T21:45:37.932Z Compiling blake2 v0.10.6
22842026-06-19T21:45:38.005Z Compiling aead v0.5.2
22852026-06-19T21:45:38.020Z Compiling foreign-types-macros v0.2.3
22862026-06-19T21:45:38.318Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22872026-06-19T21:45:38.321Z Compiling serde_path_to_error v0.1.20
22882026-06-19T21:45:38.362Z Compiling hostname v0.4.2
22892026-06-19T21:45:38.442Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22902026-06-19T21:45:38.462Z Compiling proc-macro-error v1.0.4
22912026-06-19T21:45:38.464Z Compiling instant v0.1.13
22922026-06-19T21:45:38.549Z Compiling foreign-types-shared v0.3.1
22932026-06-19T21:45:38.612Z Compiling debug-ignore v1.0.5
22942026-06-19T21:45:38.628Z Compiling cpufeatures v0.3.0
22952026-06-19T21:45:38.645Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22962026-06-19T21:45:38.670Z Compiling typeid v1.0.3
22972026-06-19T21:45:38.718Z Compiling chacha20 v0.10.0
22982026-06-19T21:45:38.736Z Compiling foreign-types v0.5.0
22992026-06-19T21:45:38.751Z Compiling backoff v0.4.0
23002026-06-19T21:45:38.754Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23012026-06-19T21:45:38.754Z Compiling parse-display v0.10.0
23022026-06-19T21:45:38.800Z Compiling argon2 v0.5.3
23032026-06-19T21:45:38.826Z Compiling chacha20poly1305 v0.10.1
23042026-06-19T21:45:38.841Z Compiling num_enum v0.7.6
23052026-06-19T21:45:38.969Z Compiling num_enum_derive v0.5.11
23062026-06-19T21:45:38.989Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23072026-06-19T21:45:39.007Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23082026-06-19T21:45:39.038Z Compiling ciborium v0.2.2
23092026-06-19T21:45:39.041Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23102026-06-19T21:45:39.070Z Compiling vsss-rs v3.3.4
23112026-06-19T21:45:39.415Z Compiling tabwriter v1.4.1
23122026-06-19T21:45:39.479Z Compiling regress v0.10.5
23132026-06-19T21:45:39.657Z Compiling byte-wrapper v0.1.0
23142026-06-19T21:45:39.836Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23152026-06-19T21:45:39.855Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-19T21:45:39.871Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23172026-06-19T21:45:39.910Z Compiling cstr-argument v0.1.2
23182026-06-19T21:45:39.925Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23192026-06-19T21:45:40.111Z Compiling erased-serde v0.4.9
23202026-06-19T21:45:40.167Z Compiling humantime v2.3.0
23212026-06-19T21:45:40.299Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222026-06-19T21:45:40.313Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23232026-06-19T21:45:40.458Z Compiling num_enum v0.5.11
23242026-06-19T21:45:40.518Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23252026-06-19T21:45:40.607Z Compiling rand v0.10.0
23262026-06-19T21:45:40.622Z Compiling rayon v1.11.0
23272026-06-19T21:45:40.640Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23282026-06-19T21:45:40.658Z Compiling colored v3.1.1
23292026-06-19T21:45:40.681Z Compiling libefi-sys v0.1.0
23302026-06-19T21:45:40.750Z Compiling indent_write v2.2.0
23312026-06-19T21:45:40.772Z Compiling zone_cfg_derive v0.3.1
23322026-06-19T21:45:40.775Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23332026-06-19T21:45:40.941Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23342026-06-19T21:45:41.027Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23352026-06-19T21:45:41.051Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-19T21:45:41.150Z Compiling camino-tempfile v1.4.1
23372026-06-19T21:45:41.205Z Compiling itertools v0.12.1
23382026-06-19T21:45:41.375Z Compiling usdt-macro v0.5.0
23392026-06-19T21:45:41.401Z Compiling usdt-attr-macro v0.5.0
23402026-06-19T21:45:41.437Z Compiling bitfield-struct v0.6.2
23412026-06-19T21:45:41.524Z Compiling num-derive v0.4.2
23422026-06-19T21:45:41.527Z Compiling blake3 v1.8.3
23432026-06-19T21:45:41.566Z Compiling ordered-float v2.10.1
23442026-06-19T21:45:41.867Z Compiling memmap v0.7.0
23452026-06-19T21:45:41.916Z Compiling sigpipe v0.1.3
23462026-06-19T21:45:42.034Z Compiling swrite v0.1.0
23472026-06-19T21:45:42.066Z Compiling glob v0.3.3
23482026-06-19T21:45:42.068Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-06-19T21:45:42.123Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-06-19T21:45:42.153Z Compiling usdt v0.5.0
23512026-06-19T21:45:42.316Z Compiling serde-value v0.7.0
23522026-06-19T21:45:42.419Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23532026-06-19T21:45:42.457Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23542026-06-19T21:45:42.643Z Compiling zone v0.3.1
23552026-06-19T21:45:42.663Z Compiling serde-untagged v0.1.9
23562026-06-19T21:45:42.815Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23572026-06-19T21:45:42.967Z Compiling toml v0.8.23
23582026-06-19T21:45:42.993Z Compiling smf v0.2.3
23592026-06-19T21:45:43.034Z Compiling filetime v0.2.27
23602026-06-19T21:45:43.049Z Compiling whoami v1.6.1
23612026-06-19T21:45:43.123Z Compiling xattr v1.6.1
23622026-06-19T21:45:43.138Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-06-19T21:45:43.155Z Compiling unicode-xid v0.2.6
23642026-06-19T21:45:43.242Z Compiling constant_time_eq v0.4.2
23652026-06-19T21:45:43.261Z Compiling arrayref v0.3.9
23662026-06-19T21:45:43.324Z Compiling arrayvec v0.7.6
23672026-06-19T21:45:43.346Z Compiling tar v0.4.45
23682026-06-19T21:45:43.362Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-06-19T21:45:43.397Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-06-19T21:45:43.456Z Compiling cargo-util-schemas v0.8.2
23712026-06-19T21:45:43.514Z Compiling tokio-dtrace v0.1.1
23722026-06-19T21:45:43.666Z Compiling console v0.16.2
23732026-06-19T21:45:43.858Z Compiling gethostname v0.5.0
23742026-06-19T21:45:44.021Z Compiling cargo-platform v0.2.0
23752026-06-19T21:45:44.038Z Compiling unit-prefix v0.5.2
23762026-06-19T21:45:44.133Z Compiling topological-sort v0.2.2
23772026-06-19T21:45:44.221Z Compiling indicatif v0.18.4
23782026-06-19T21:45:44.239Z Compiling oxide-tokio-rt v0.1.4
23792026-06-19T21:45:44.256Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23802026-06-19T21:45:44.321Z Compiling shell-words v1.1.1
23812026-06-19T21:45:44.598Z Compiling cargo_metadata v0.21.0
23822026-06-19T21:45:54.027Z Compiling progenitor-client v0.14.0
23832026-06-19T21:45:54.043Z Compiling omicron-zone-package v0.12.2
23842026-06-19T21:45:54.513Z Compiling progenitor-extras v0.2.0
23852026-06-19T21:45:56.791Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-06-19T21:45:56.878Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-06-19T21:45:56.930Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-06-19T21:45:56.983Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-06-19T21:45:56.997Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23902026-06-19T21:45:57.020Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23912026-06-19T21:45:57.044Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23922026-06-19T21:45:57.176Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-06-19T21:45:57.310Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-06-19T21:46:00.845Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-06-19T21:46:08.601Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-06-19T21:46:11.668Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-06-19T21:46:12.681Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-06-19T21:46:22.403Z Finished `release` profile [optimized] target(s) in 1m 44s
23992026-06-19T21:46:22.535Z Running `target/release/omicron-package -t test target create -p dev`
24002026-06-19T21:46:22.593ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-06-19T21:46:22.598ZCreated new build target 'test' and set it as active
24022026-06-19T21:46:22.598Z
24032026-06-19T21:46:22.598Zreal 1:44.348404985
24042026-06-19T21:46:22.598Zuser 17:05.459534578
24052026-06-19T21:46:22.598Zsys 2:38.046347050
24062026-06-19T21:46:22.598Ztrap 0.487002871
24072026-06-19T21:46:22.598Ztflt 2.906847810
24082026-06-19T21:46:22.598Zdflt 3.933834040
24092026-06-19T21:46:22.598Zkflt 0.000526900
24102026-06-19T21:46:22.598Zlock 53:11.327327441
24112026-06-19T21:46:22.598Zslp 43:46.807334677
24122026-06-19T21:46:22.598Zlat 43.315787508
24132026-06-19T21:46:22.598Zstop 5:14.318728670
24142026-06-19T21:46:22.602Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-06-19T21:46:23.418Z Finished `release` profile [optimized] target(s) in 0.81s
24162026-06-19T21:46:23.481Z Running `target/release/omicron-package -t test package`
24172026-06-19T21:46:23.539ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-06-19T21:46:24.898Z Compiling heck v0.5.0
24192026-06-19T21:46:24.901Z Compiling regress v0.11.1
24202026-06-19T21:46:25.108Z Compiling unsafe-libyaml v0.2.11
24212026-06-19T21:46:25.145Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-06-19T21:46:25.170Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24232026-06-19T21:46:25.174Z Compiling unicode-width v0.1.14
24242026-06-19T21:46:25.174Z Compiling atomicwrites v0.4.4
24252026-06-19T21:46:25.230Z Compiling derive-where v1.6.0
24262026-06-19T21:46:25.233Z Compiling bytecount v0.6.9
24272026-06-19T21:46:25.233Z Compiling is-terminal v0.4.17
24282026-06-19T21:46:25.251Z Compiling prettyplease v0.2.37
24292026-06-19T21:46:25.308Z Compiling console v0.15.11
24302026-06-19T21:46:25.311Z Compiling newline-converter v0.3.0
24312026-06-19T21:46:25.311Z Compiling slog-dtrace v0.3.0
24322026-06-19T21:46:25.345Z Compiling resolv-conf v0.7.6
24332026-06-19T21:46:25.387Z Compiling owo-colors v4.3.0
24342026-06-19T21:46:25.408Z Compiling cancel-safe-futures v0.1.5
24352026-06-19T21:46:25.411Z Compiling rustls v0.22.4
24362026-06-19T21:46:25.458Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24372026-06-19T21:46:25.477Z Compiling num-rational v0.4.2
24382026-06-19T21:46:25.500Z Compiling libsw-core v0.3.2
24392026-06-19T21:46:25.544Z Compiling rustls-webpki v0.102.8
24402026-06-19T21:46:25.572Z Compiling num-complex v0.4.6
24412026-06-19T21:46:25.651Z Compiling serde_yaml v0.9.34+deprecated
24422026-06-19T21:46:25.695Z Compiling expectorate v1.2.0
24432026-06-19T21:46:25.769Z Compiling thread_local v1.1.9
24442026-06-19T21:46:25.790Z Compiling match_cfg v0.1.0
24452026-06-19T21:46:25.812Z Compiling compression-core v0.4.31
24462026-06-19T21:46:25.890Z Compiling hostname v0.3.1
24472026-06-19T21:46:25.995Z Compiling compression-codecs v0.4.37
24482026-06-19T21:46:26.035Z Compiling num v0.4.3
24492026-06-19T21:46:26.058Z Compiling libsw v3.5.0
24502026-06-19T21:46:26.138Z Compiling multer v3.1.0
24512026-06-19T21:46:26.203Z Compiling slog-async v2.8.0
24522026-06-19T21:46:26.240Z Compiling crossbeam-channel v0.5.15
24532026-06-19T21:46:26.268Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-06-19T21:46:26.288Z Compiling slog-json v2.6.1
24552026-06-19T21:46:26.310Z Compiling toml_datetime v1.0.0+spec-1.1.0
24562026-06-19T21:46:26.391Z Compiling serde_spanned v1.0.4
24572026-06-19T21:46:26.448Z Compiling linear-map v1.2.0
24582026-06-19T21:46:26.469Z Compiling term v1.2.1
24592026-06-19T21:46:26.491Z Compiling float-ord v0.3.2
24602026-06-19T21:46:26.515Z Compiling toml_writer v1.0.6+spec-1.1.0
24612026-06-19T21:46:26.535Z Compiling linked-hash-map v0.5.6
24622026-06-19T21:46:26.569Z Compiling take_mut v0.2.2
24632026-06-19T21:46:26.592Z Compiling slog-bunyan v2.5.0
24642026-06-19T21:46:26.626Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24652026-06-19T21:46:26.698Z Compiling typify-impl v0.6.2
24662026-06-19T21:46:26.719Z Compiling toml v1.0.6+spec-1.1.0
24672026-06-19T21:46:26.762Z Compiling slog-term v2.9.2
24682026-06-19T21:46:26.766Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24692026-06-19T21:46:26.784Z Compiling lru-cache v0.1.2
24702026-06-19T21:46:26.953Z Compiling async-compression v0.4.41
24712026-06-19T21:46:26.998Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722026-06-19T21:46:27.078Z Compiling dropshot v0.17.0
24732026-06-19T21:46:27.146Z Compiling async-stream v0.3.6
24742026-06-19T21:46:27.167Z Compiling progenitor-client v0.14.0
24752026-06-19T21:46:27.187Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24762026-06-19T21:46:27.206Z Compiling waitgroup v0.1.2
24772026-06-19T21:46:27.293Z Compiling rustls-pemfile v2.2.0
24782026-06-19T21:46:27.313Z Compiling backon v1.6.0
24792026-06-19T21:46:27.343Z Compiling serde_path_to_error v0.1.20
24802026-06-19T21:46:27.367Z Compiling hostname v0.4.2
24812026-06-19T21:46:27.397Z Compiling instant v0.1.13
24822026-06-19T21:46:27.490Z Compiling minimal-lexical v0.2.1
24832026-06-19T21:46:27.516Z Compiling debug-ignore v1.0.5
24842026-06-19T21:46:27.540Z Compiling backoff v0.4.0
24852026-06-19T21:46:27.543Z Compiling progenitor-extras v0.2.0
24862026-06-19T21:46:27.583Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24872026-06-19T21:46:27.653Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24882026-06-19T21:46:27.729Z Compiling nom v7.1.3
24892026-06-19T21:46:27.771Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24902026-06-19T21:46:27.791Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24912026-06-19T21:46:27.875Z Compiling tokio-rustls v0.25.0
24922026-06-19T21:46:27.916Z Compiling parse-display v0.10.0
24932026-06-19T21:46:27.964Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24942026-06-19T21:46:28.029Z Compiling hickory-proto v0.24.4
24952026-06-19T21:46:28.213Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24962026-06-19T21:46:28.598Z Compiling regress v0.10.5
24972026-06-19T21:46:28.919Z Compiling macaddr v1.0.1
24982026-06-19T21:46:29.042Z Compiling humantime v2.3.0
24992026-06-19T21:46:29.145Z Compiling unicode-xid v0.2.6
25002026-06-19T21:46:29.187Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-06-19T21:46:29.296Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-06-19T21:46:29.332Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-06-19T21:46:29.420Z Compiling convert_case v0.10.0
25042026-06-19T21:46:29.513Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25052026-06-19T21:46:29.657Z Compiling toml v0.8.23
25062026-06-19T21:46:29.713Z Compiling derive_more-impl v2.1.1
25072026-06-19T21:46:29.900Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-06-19T21:46:30.158Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25092026-06-19T21:46:30.193Z Compiling typify-macro v0.6.2
25102026-06-19T21:46:30.278Z Compiling papergrid v0.11.0
25112026-06-19T21:46:30.336Z Compiling tabled_derive v0.7.0
25122026-06-19T21:46:30.513Z Compiling derive_more v2.1.1
25132026-06-19T21:46:30.649Z Compiling hickory-resolver v0.24.4
25142026-06-19T21:46:30.671Z Compiling termtree v0.5.1
25152026-06-19T21:46:30.694Z Compiling crossterm v0.29.0
25162026-06-19T21:46:30.874Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25172026-06-19T21:46:31.224Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25182026-06-19T21:46:31.777Z Compiling typify v0.6.2
25192026-06-19T21:46:31.920Z Compiling progenitor-impl v0.14.0
25202026-06-19T21:46:32.545Z Compiling qorb v0.4.1
25212026-06-19T21:46:32.779Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25222026-06-19T21:46:32.994Z Compiling tabled v0.15.0
25232026-06-19T21:46:33.715Z Compiling phf_shared v0.12.1
25242026-06-19T21:46:33.967Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-06-19T21:46:34.098Z Compiling progenitor-macro v0.14.0
25262026-06-19T21:46:34.499Z Compiling vte v0.14.1
25272026-06-19T21:46:34.781Z Compiling csv-core v0.1.13
25282026-06-19T21:46:35.230Z Compiling chrono-tz v0.10.4
25292026-06-19T21:46:35.448Z Compiling highway v1.3.0
25302026-06-19T21:46:35.629Z Compiling csv v1.4.0
25312026-06-19T21:46:35.832Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-06-19T21:46:36.062Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25332026-06-19T21:46:36.185Z Compiling strip-ansi-escapes v0.2.1
25342026-06-19T21:46:36.294Z Compiling phf v0.12.1
25352026-06-19T21:46:36.387Z Compiling const_format_proc_macros v0.2.34
25362026-06-19T21:46:36.408Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372026-06-19T21:46:36.498Z Compiling fd-lock v4.0.4
25382026-06-19T21:46:36.620Z Compiling peg-macros v0.8.5
25392026-06-19T21:46:36.671Z Compiling nu-ansi-term v0.50.3
25402026-06-19T21:46:37.117Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-06-19T21:46:37.216Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25422026-06-19T21:46:37.236Z Compiling const_format v0.2.35
25432026-06-19T21:46:37.740Z Compiling reedline v0.40.0
25442026-06-19T21:46:37.863Z Compiling peg v0.8.5
25452026-06-19T21:46:38.180Z Compiling progenitor v0.14.0
25462026-06-19T21:46:38.364Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-06-19T21:46:38.432Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25482026-06-19T21:46:38.816Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-06-19T21:46:38.879Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-19T21:46:39.424Z Compiling bcs v0.1.6
25512026-06-19T21:46:39.883Z Compiling nom v8.0.0
25522026-06-19T21:46:40.938Z Compiling semver v0.1.20
25532026-06-19T21:46:41.147Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-06-19T21:46:41.231Z Compiling rustc_version v0.1.7
25552026-06-19T21:46:41.254Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25562026-06-19T21:46:41.354Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25572026-06-19T21:46:41.406Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25582026-06-19T21:46:41.458Z Compiling smawk v0.3.2
25592026-06-19T21:46:41.478Z Compiling newtype_derive v0.1.6
25602026-06-19T21:46:41.554Z Compiling unicode-linebreak v0.1.5
25612026-06-19T21:46:41.655Z Compiling base64 v0.21.7
25622026-06-19T21:46:41.792Z Compiling textwrap v0.16.2
25632026-06-19T21:46:41.861Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25642026-06-19T21:46:41.882Z Compiling dropshot-api-manager-types v0.7.2
25652026-06-19T21:46:41.965Z Compiling steno v0.4.1
25662026-06-19T21:46:42.188Z Compiling tagptr v0.2.0
25672026-06-19T21:46:42.242Z Compiling utf-8 v0.7.6
25682026-06-19T21:46:42.383Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25692026-06-19T21:46:42.508Z Compiling moka v0.12.13
25702026-06-19T21:46:42.584Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25712026-06-19T21:46:42.845Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-06-19T21:46:42.930Z Compiling tungstenite v0.21.0
25732026-06-19T21:46:43.020Z Compiling radium v0.7.0
25742026-06-19T21:46:43.249Z Compiling display-error-chain v0.2.2
25752026-06-19T21:46:43.412Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25762026-06-19T21:46:43.435Z Compiling tap v1.0.1
25772026-06-19T21:46:43.543Z Compiling tokio-tungstenite v0.21.0
25782026-06-19T21:46:43.583Z Compiling hickory-resolver v0.25.2
25792026-06-19T21:46:43.731Z Compiling maybe-uninit v2.0.0
25802026-06-19T21:46:43.941Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25812026-06-19T21:46:44.097Z Compiling wyz v0.5.1
25822026-06-19T21:46:44.342Z Compiling zerocopy-derive v0.6.6
25832026-06-19T21:46:44.503Z Compiling crc-catalog v2.4.0
25842026-06-19T21:46:44.637Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-06-19T21:46:45.094Z Compiling packed_struct v0.10.1
25862026-06-19T21:46:45.210Z Compiling funty v2.0.0
25872026-06-19T21:46:45.419Z Compiling zerocopy v0.6.6
25882026-06-19T21:46:45.810Z Compiling bitvec v1.0.1
25892026-06-19T21:46:46.170Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25902026-06-19T21:46:46.270Z Compiling crc v3.4.0
25912026-06-19T21:46:46.522Z Compiling packed_struct_codegen v0.10.1
25922026-06-19T21:46:46.603Z Compiling vergen-lib v0.1.6
25932026-06-19T21:46:46.825Z Compiling bitfield-macros v0.19.4
25942026-06-19T21:46:47.134Z Compiling proc-macro-error-attr2 v2.0.0
25952026-06-19T21:46:47.547Z Compiling indexmap v1.9.3
25962026-06-19T21:46:47.568Z Compiling nodrop v0.1.14
25972026-06-19T21:46:47.591Z Compiling diesel_derives v2.3.7
25982026-06-19T21:46:47.620Z Compiling proc-macro-error2 v2.0.1
25992026-06-19T21:46:47.701Z Compiling array-init v0.0.4
26002026-06-19T21:46:47.788Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26012026-06-19T21:46:47.810Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26022026-06-19T21:46:48.009Z Compiling bitfield v0.19.4
26032026-06-19T21:46:48.114Z Compiling smallvec v0.6.14
26042026-06-19T21:46:48.305Z Compiling dsl_auto_type v0.2.0
26052026-06-19T21:46:48.337Z Compiling scheduled-thread-pool v0.2.7
26062026-06-19T21:46:48.383Z Compiling num-derive v0.3.3
26072026-06-19T21:46:48.864Z Compiling vergen-gitcl v1.0.8
26082026-06-19T21:46:48.886Z Compiling diesel_table_macro_syntax v0.3.0
26092026-06-19T21:46:48.941Z Compiling dirs-sys-next v0.1.2
26102026-06-19T21:46:49.094Z Compiling glob v0.3.3
26112026-06-19T21:46:49.116Z Compiling maplit v1.0.2
26122026-06-19T21:46:49.215Z Compiling hashbrown v0.12.3
26132026-06-19T21:46:49.235Z Compiling crunchy v0.2.4
26142026-06-19T21:46:49.272Z Compiling libscf-sys v1.1.0
26152026-06-19T21:46:49.453Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-06-19T21:46:49.474Z Compiling clang-sys v1.8.1
26172026-06-19T21:46:49.508Z Compiling dirs-next v2.0.0
26182026-06-19T21:46:49.695Z Compiling r2d2 v0.8.10
26192026-06-19T21:46:49.716Z Compiling serde-hex v0.1.0
26202026-06-19T21:46:50.006Z Compiling tabled_derive v0.11.0
26212026-06-19T21:46:50.194Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-06-19T21:46:50.216Z Compiling ron v0.8.1
26232026-06-19T21:46:50.292Z Compiling papergrid v0.17.0
26242026-06-19T21:46:50.357Z Compiling testing_table v0.3.0
26252026-06-19T21:46:50.439Z Compiling hashbrown v0.13.2
26262026-06-19T21:46:50.667Z Compiling crc-any v2.5.0
26272026-06-19T21:46:50.804Z Compiling downcast-rs v2.0.2
26282026-06-19T21:46:50.941Z Compiling tiny-keccak v2.0.2
26292026-06-19T21:46:51.055Z Compiling object v0.30.4
26302026-06-19T21:46:51.075Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-06-19T21:46:51.226Z Compiling term v0.7.0
26322026-06-19T21:46:51.620Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26332026-06-19T21:46:51.744Z Compiling tabled v0.20.0
26342026-06-19T21:46:51.844Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26352026-06-19T21:46:51.884Z Compiling progenitor-impl v0.13.0
26362026-06-19T21:46:52.563Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-19T21:46:52.589Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-06-19T21:46:52.611Z Compiling path-slash v0.1.5
26392026-06-19T21:46:52.800Z Compiling bit-vec v0.6.3
26402026-06-19T21:46:52.834Z Compiling xshell-macros v0.2.7
26412026-06-19T21:46:53.065Z Compiling bit-set v0.5.3
26422026-06-19T21:46:53.225Z Compiling xshell v0.2.7
26432026-06-19T21:46:53.417Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26442026-06-19T21:46:53.622Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26452026-06-19T21:46:53.977Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26462026-06-19T21:46:54.009Z Compiling ascii-canvas v3.0.0
26472026-06-19T21:46:54.064Z Compiling progenitor-macro v0.13.0
26482026-06-19T21:46:54.277Z Compiling diesel v2.3.7
26492026-06-19T21:46:54.300Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26502026-06-19T21:46:54.541Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26512026-06-19T21:46:55.832Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-06-19T21:46:56.030Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26532026-06-19T21:46:56.254Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-06-19T21:46:56.446Z Compiling progenitor-client v0.13.0
26552026-06-19T21:46:56.733Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-06-19T21:46:56.924Z Compiling itertools v0.10.5
26572026-06-19T21:46:57.074Z Compiling ena v0.14.4
26582026-06-19T21:46:57.333Z Compiling libloading v0.8.9
26592026-06-19T21:46:57.428Z Compiling diff v0.1.13
26602026-06-19T21:46:57.577Z Compiling unicase v2.9.0
26612026-06-19T21:46:57.708Z Compiling bindgen v0.71.1
26622026-06-19T21:46:57.923Z Compiling regex-syntax v0.6.29
26632026-06-19T21:46:58.003Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-06-19T21:46:58.122Z Compiling progenitor v0.13.0
26652026-06-19T21:46:58.386Z Compiling cexpr v0.6.0
26662026-06-19T21:46:58.483Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-06-19T21:46:58.703Z Compiling rustc-hash v2.1.1
26682026-06-19T21:46:58.867Z Compiling crc8 v0.1.1
26692026-06-19T21:46:59.058Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-06-19T21:46:59.192Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26712026-06-19T21:46:59.274Z Compiling headers-core v0.3.0
26722026-06-19T21:46:59.433Z Compiling lalrpop v0.19.12
26732026-06-19T21:46:59.658Z Compiling libxml v0.3.3
26742026-06-19T21:46:59.818Z Compiling headers v0.4.1
26752026-06-19T21:46:59.862Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-06-19T21:46:59.966Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-06-19T21:47:00.083Z Compiling git-stub v1.0.0
26782026-06-19T21:47:00.197Z Compiling strum_macros v0.24.3
26792026-06-19T21:47:00.297Z Compiling indoc v1.0.9
26802026-06-19T21:47:00.357Z Compiling git-stub-vcs v0.1.0
26812026-06-19T21:47:00.717Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26822026-06-19T21:47:00.738Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-06-19T21:47:00.970Z Compiling derive_builder v0.20.2
26842026-06-19T21:47:00.997Z Compiling quick-xml v0.37.5
26852026-06-19T21:47:01.138Z Compiling oso-derive v0.27.3
26862026-06-19T21:47:01.482Z Compiling impl-trait-for-tuples v0.2.3
26872026-06-19T21:47:01.508Z Compiling openssl-probe v0.1.6
26882026-06-19T21:47:01.679Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-06-19T21:47:01.811Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26902026-06-19T21:47:02.387Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26912026-06-19T21:47:02.570Z Compiling half v1.8.3
26922026-06-19T21:47:02.735Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-06-19T21:47:02.975Z Compiling serde_cbor v0.11.2
26942026-06-19T21:47:03.010Z Compiling bb8 v0.8.6
26952026-06-19T21:47:03.391Z Compiling trait-variant v0.1.2
26962026-06-19T21:47:03.685Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-06-19T21:47:03.792Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-06-19T21:47:03.938Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-06-19T21:47:03.994Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-06-19T21:47:04.130Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27012026-06-19T21:47:04.228Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-06-19T21:47:04.289Z Compiling samael v0.0.19
27032026-06-19T21:47:04.526Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-06-19T21:47:04.547Z Compiling fxhash v0.2.1
27052026-06-19T21:47:04.720Z Compiling libz-sys v1.1.24
27062026-06-19T21:47:04.780Z Compiling nonempty v0.12.0
27072026-06-19T21:47:05.028Z Compiling salty v0.3.0
27082026-06-19T21:47:05.355Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27092026-06-19T21:47:05.559Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27102026-06-19T21:47:05.938Z Compiling kstat-rs v0.2.4
27112026-06-19T21:47:05.990Z Compiling arc-swap v1.8.2
27122026-06-19T21:47:06.051Z Compiling fs-err v2.11.0
27132026-06-19T21:47:06.429Z Compiling slog-scope v4.4.1
27142026-06-19T21:47:06.504Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-06-19T21:47:06.525Z Compiling mime_guess v2.0.5
27162026-06-19T21:47:06.751Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27172026-06-19T21:47:06.803Z Compiling polar-core v0.27.3
27182026-06-19T21:47:07.004Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27192026-06-19T21:47:07.071Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27202026-06-19T21:47:07.483Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-06-19T21:47:07.679Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-06-19T21:47:07.898Z Compiling nanorand v0.7.0
27232026-06-19T21:47:08.267Z Compiling darling_core v0.23.0
27242026-06-19T21:47:08.389Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-06-19T21:47:08.731Z Compiling parking_lot_core v0.8.6
27262026-06-19T21:47:09.056Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27272026-06-19T21:47:09.966Z Compiling flume v0.11.1
27282026-06-19T21:47:10.367Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-06-19T21:47:10.523Z Compiling darling_macro v0.23.0
27302026-06-19T21:47:10.527Z Compiling slog-stdlog v4.1.1
27312026-06-19T21:47:10.848Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-06-19T21:47:11.005Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-06-19T21:47:11.026Z Compiling primeorder v0.13.6
27342026-06-19T21:47:11.048Z Compiling atty v0.2.14
27352026-06-19T21:47:11.201Z Compiling http-range v0.1.5
27362026-06-19T21:47:11.370Z Compiling async-bb8-diesel v0.2.1
27372026-06-19T21:47:11.540Z Compiling diesel-dtrace v0.5.0
27382026-06-19T21:47:11.810Z Compiling instability v0.3.11
27392026-06-19T21:47:11.867Z Compiling strsim v0.10.0
27402026-06-19T21:47:12.042Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27412026-06-19T21:47:12.181Z Compiling parse-size v1.1.0
27422026-06-19T21:47:12.184Z Compiling darling_core v0.13.4
27432026-06-19T21:47:12.312Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27442026-06-19T21:47:12.438Z Compiling p384 v0.13.1
27452026-06-19T21:47:13.872Z Compiling darling v0.23.0
27462026-06-19T21:47:13.987Z Compiling slog-envlogger v2.2.0
27472026-06-19T21:47:15.201Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27482026-06-19T21:47:15.461Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-06-19T21:47:15.951Z Compiling oso v0.27.3
27502026-06-19T21:47:16.224Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512026-06-19T21:47:16.931Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-06-19T21:47:17.437Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-06-19T21:47:18.846Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27542026-06-19T21:47:18.996Z Compiling ignore v0.4.25
27552026-06-19T21:47:19.858Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-19T21:47:20.672Z Compiling castaway v0.2.4
27572026-06-19T21:47:20.836Z Compiling vergen-git2 v9.1.0
27582026-06-19T21:47:20.859Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-19T21:47:20.949Z Compiling indoc v2.0.7
27602026-06-19T21:47:21.126Z Compiling compact_str v0.8.1
27612026-06-19T21:47:21.169Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-06-19T21:47:21.263Z Compiling globwalk v0.9.1
27632026-06-19T21:47:21.944Z Compiling parking_lot v0.11.2
27642026-06-19T21:47:22.094Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27652026-06-19T21:47:22.250Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-06-19T21:47:22.405Z Compiling hyper-staticfile v0.10.1
27672026-06-19T21:47:22.756Z Compiling darling_macro v0.13.4
27682026-06-19T21:47:23.169Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27692026-06-19T21:47:23.268Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-06-19T21:47:23.353Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-06-19T21:47:23.616Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27722026-06-19T21:47:23.824Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-06-19T21:47:23.827Z Compiling predicates-tree v1.0.13
27742026-06-19T21:47:23.988Z Compiling unicode-truncate v1.1.0
27752026-06-19T21:47:24.046Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-06-19T21:47:24.067Z Compiling lru v0.12.5
27772026-06-19T21:47:24.203Z Compiling rand_seeder v0.4.0
27782026-06-19T21:47:24.279Z Compiling prefix-trie v0.7.0
27792026-06-19T21:47:24.304Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-06-19T21:47:24.307Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27812026-06-19T21:47:24.459Z Compiling cassowary v0.3.0
27822026-06-19T21:47:24.589Z Compiling rustls v0.21.12
27832026-06-19T21:47:24.611Z Compiling illumos-nvpair-sys v0.2.0
27842026-06-19T21:47:24.766Z Compiling corncobs v0.1.4
27852026-06-19T21:47:24.791Z Compiling ratatui v0.29.0
27862026-06-19T21:47:24.863Z Compiling hickory-server v0.25.2
27872026-06-19T21:47:24.915Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-06-19T21:47:25.046Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27892026-06-19T21:47:25.261Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27902026-06-19T21:47:25.506Z Compiling camino-tempfile-ext v0.3.3
27912026-06-19T21:47:25.571Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-19T21:47:25.628Z Compiling darling v0.13.4
27932026-06-19T21:47:26.068Z Compiling sled v0.34.7
27942026-06-19T21:47:26.159Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27952026-06-19T21:47:27.077Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27962026-06-19T21:47:27.246Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27972026-06-19T21:47:28.254Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-06-19T21:47:28.709Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27992026-06-19T21:47:28.934Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-06-19T21:47:29.159Z Compiling rustls-webpki v0.101.7
28012026-06-19T21:47:29.211Z Compiling sct v0.7.1
28022026-06-19T21:47:29.484Z Compiling secrecy v0.8.0
28032026-06-19T21:47:29.680Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-06-19T21:47:30.021Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-06-19T21:47:30.634Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-06-19T21:47:30.855Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28072026-06-19T21:47:31.357Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-06-19T21:47:33.031Z Compiling serde_with_macros v1.5.2
28092026-06-19T21:47:33.209Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-06-19T21:47:33.251Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-06-19T21:47:33.848Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28122026-06-19T21:47:33.869Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-06-19T21:47:34.072Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28142026-06-19T21:47:34.094Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28152026-06-19T21:47:34.309Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28162026-06-19T21:47:34.330Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28172026-06-19T21:47:34.547Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-06-19T21:47:34.795Z Compiling void v1.0.2
28192026-06-19T21:47:34.965Z Compiling lzss v0.8.2
28202026-06-19T21:47:35.078Z Compiling git2 v0.20.4
28212026-06-19T21:47:35.456Z Compiling serde_with v1.14.0
28222026-06-19T21:47:35.483Z Compiling illumos-nvpair v0.3.0
28232026-06-19T21:47:35.986Z Compiling tokio-rustls v0.24.1
28242026-06-19T21:47:36.266Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28252026-06-19T21:47:36.851Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28262026-06-19T21:47:36.950Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28272026-06-19T21:47:38.698Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28282026-06-19T21:47:39.794Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28292026-06-19T21:47:40.139Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28302026-06-19T21:47:40.306Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-06-19T21:47:41.024Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28322026-06-19T21:47:41.285Z Compiling tungstenite v0.23.0
28332026-06-19T21:47:41.586Z Compiling rustls-pemfile v1.0.4
28342026-06-19T21:47:41.994Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28352026-06-19T21:47:42.102Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28362026-06-19T21:47:42.340Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28372026-06-19T21:47:42.505Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-19T21:47:42.571Z Compiling nix v0.27.1
28392026-06-19T21:47:42.842Z Compiling twox-hash v2.1.2
28402026-06-19T21:47:43.352Z Compiling serde_bytes v0.11.19
28412026-06-19T21:47:43.665Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28422026-06-19T21:47:43.698Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28432026-06-19T21:47:43.819Z Compiling tokio-tungstenite v0.23.1
28442026-06-19T21:47:43.845Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-06-19T21:47:44.094Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28462026-06-19T21:47:44.191Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28472026-06-19T21:47:44.552Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28482026-06-19T21:47:45.909Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28492026-06-19T21:47:46.557Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-06-19T21:47:46.942Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-06-19T21:47:47.000Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-06-19T21:47:47.366Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28532026-06-19T21:47:48.036Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28542026-06-19T21:47:48.314Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28552026-06-19T21:47:48.418Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-06-19T21:47:48.441Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28572026-06-19T21:47:48.615Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-06-19T21:47:48.913Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28592026-06-19T21:47:49.549Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28602026-06-19T21:47:50.095Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28612026-06-19T21:47:51.698Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28622026-06-19T21:47:52.735Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28632026-06-19T21:47:53.251Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28642026-06-19T21:47:54.391Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-06-19T21:47:54.646Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-06-19T21:47:55.002Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28672026-06-19T21:47:55.238Z Compiling signal-hook-tokio v0.3.1
28682026-06-19T21:47:55.402Z Compiling fatfs v0.3.6
28692026-06-19T21:47:55.435Z Compiling yasna v0.5.2
28702026-06-19T21:47:55.680Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28712026-06-19T21:47:56.003Z Compiling assert_matches v1.5.0
28722026-06-19T21:47:56.118Z Compiling is_ci v1.2.0
28732026-06-19T21:47:56.339Z Compiling seq-macro v0.3.6
28742026-06-19T21:47:56.674Z Compiling supports-color v3.0.2
28752026-06-19T21:47:56.873Z Compiling rcgen v0.12.1
28762026-06-19T21:47:56.965Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-06-19T21:47:57.081Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-06-19T21:47:58.348Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-06-19T21:47:59.570Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-06-19T21:47:59.815Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-06-19T21:48:00.054Z Compiling subprocess v0.2.15
28822026-06-19T21:48:00.095Z Compiling rtoolbox v0.0.3
28832026-06-19T21:48:00.384Z Compiling rpassword v7.4.0
28842026-06-19T21:48:00.706Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-06-19T21:48:01.480Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28862026-06-19T21:48:02.337Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28872026-06-19T21:48:02.359Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28882026-06-19T21:48:02.483Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-06-19T21:48:04.143Z Compiling tui-tree-widget v0.23.1
28902026-06-19T21:48:04.446Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28912026-06-19T21:48:04.521Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28922026-06-19T21:48:04.885Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-06-19T21:48:05.116Z Compiling uzers v0.12.2
28942026-06-19T21:48:05.738Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28952026-06-19T21:48:05.933Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28962026-06-19T21:48:06.625Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28972026-06-19T21:48:08.989Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28982026-06-19T21:48:10.190Z Compiling support-bundle-viewer v0.1.2
28992026-06-19T21:48:11.523Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29002026-06-19T21:48:12.120Z Compiling multimap v0.10.1
29012026-06-19T21:48:21.785Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29022026-06-19T21:48:31.530Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29032026-06-19T21:48:33.949Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29042026-06-19T21:48:34.968Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-06-19T21:48:36.970Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-06-19T21:56:36.633Z Finished `release` profile [optimized] target(s) in 10m 12s
29072026-06-19T21:57:24.416Z
29082026-06-19T21:57:24.419Zreal 11:01.791451437
29092026-06-19T21:57:24.419Zuser 1:20:50.412695159
29102026-06-19T21:57:24.419Zsys 3:28.929560518
29112026-06-19T21:57:24.419Ztrap 1.818577783
29122026-06-19T21:57:24.419Ztflt 2.248767030
29132026-06-19T21:57:24.419Zdflt 17.517026551
29142026-06-19T21:57:24.419Zkflt 0.029143541
29152026-06-19T21:57:24.419Zlock 8:05:13.444757308
29162026-06-19T21:57:24.419Zslp 2:20:23.581332191
29172026-06-19T21:57:24.419Zlat 2:26.854467520
29182026-06-19T21:57:24.419Zstop 5:08.051270594
29192026-06-19T21:57:24.419Z+ mapfile -t packages
29202026-06-19T21:57:24.419Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-06-19T21:57:25.298Z Finished `release` profile [optimized] target(s) in 0.87s
29222026-06-19T21:57:25.366Z Running `target/release/omicron-package -t test list-outputs`
29232026-06-19T21:57:25.426ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-06-19T21:57:25.429Z+ ptime -m cargo build --locked --release -p xtask
29252026-06-19T21:57:25.906Z Compiling libc v0.2.185
29262026-06-19T21:57:25.906Z Compiling serde v1.0.228
29272026-06-19T21:57:25.906Z Compiling serde_core v1.0.228
29282026-06-19T21:57:25.909Z Compiling rustix v1.1.3
29292026-06-19T21:57:25.909Z Compiling bitflags v2.11.0
29302026-06-19T21:57:25.909Z Compiling serde_json v1.0.149
29312026-06-19T21:57:26.041Z Compiling num-traits v0.2.19
29322026-06-19T21:57:26.046Z Compiling smallvec v1.15.1
29332026-06-19T21:57:26.050Z Compiling syn v2.0.117
29342026-06-19T21:57:26.071Z Compiling indexmap v2.14.0
29352026-06-19T21:57:26.082Z Compiling usdt-impl v0.5.0
29362026-06-19T21:57:26.104Z Compiling syn v1.0.109
29372026-06-19T21:57:26.115Z Compiling getrandom v0.4.1
29382026-06-19T21:57:26.125Z Compiling log v0.4.29
29392026-06-19T21:57:26.231Z Compiling percent-encoding v2.3.2
29402026-06-19T21:57:26.372Z Compiling fs-err v3.3.0
29412026-06-19T21:57:26.397Z Compiling form_urlencoded v1.2.2
29422026-06-19T21:57:26.466Z Compiling once_cell v1.21.3
29432026-06-19T21:57:26.512Z Compiling anyhow v1.0.102
29442026-06-19T21:57:26.534Z Compiling heck v0.4.1
29452026-06-19T21:57:26.800Z Compiling errno v0.3.14
29462026-06-19T21:57:26.800Z Compiling thread-id v4.2.2
29472026-06-19T21:57:26.803Z Compiling memmap v0.7.0
29482026-06-19T21:57:27.046Z Compiling ordered-float v2.10.1
29492026-06-19T21:57:27.584Z Compiling proc-macro-error v1.0.4
29502026-06-19T21:57:27.833Z Compiling terminal_size v0.4.3
29512026-06-19T21:57:27.833Z Compiling tempfile v3.25.0
29522026-06-19T21:57:27.855Z Compiling tabled_derive v0.7.0
29532026-06-19T21:57:27.934Z Compiling clap_builder v4.6.0
29542026-06-19T21:57:27.934Z Compiling textwrap v0.16.2
29552026-06-19T21:57:28.071Z Compiling camino-tempfile v1.4.1
29562026-06-19T21:57:28.521Z Compiling tabled v0.15.0
29572026-06-19T21:57:28.579Z Compiling synstructure v0.13.2
29582026-06-19T21:57:28.579Z Compiling pest_generator v2.8.6
29592026-06-19T21:57:28.976Z Compiling serde_derive v1.0.228
29602026-06-19T21:57:28.976Z Compiling zerofrom-derive v0.1.6
29612026-06-19T21:57:28.979Z Compiling yoke-derive v0.8.1
29622026-06-19T21:57:29.054Z Compiling zerovec-derive v0.11.2
29632026-06-19T21:57:29.137Z Compiling displaydoc v0.2.5
29642026-06-19T21:57:29.303Z Compiling thiserror-impl v1.0.69
29652026-06-19T21:57:29.329Z Compiling zerocopy-derive v0.7.35
29662026-06-19T21:57:29.395Z Compiling pest_derive v2.8.6
29672026-06-19T21:57:29.428Z Compiling scroll_derive v0.12.1
29682026-06-19T21:57:29.484Z Compiling thiserror-impl v2.0.18
29692026-06-19T21:57:29.510Z Compiling clap_derive v4.6.1
29702026-06-19T21:57:30.035Z Compiling zerofrom v0.1.6
29712026-06-19T21:57:30.080Z Compiling zerocopy v0.7.35
29722026-06-19T21:57:30.098Z Compiling scroll v0.12.0
29732026-06-19T21:57:30.188Z Compiling yoke v0.8.1
29742026-06-19T21:57:30.410Z Compiling zerovec v0.11.5
29752026-06-19T21:57:30.422Z Compiling zerotrie v0.2.3
29762026-06-19T21:57:30.435Z Compiling thiserror v1.0.69
29772026-06-19T21:57:30.554Z Compiling dtrace-parser v0.2.0
29782026-06-19T21:57:30.692Z Compiling goblin v0.8.2
29792026-06-19T21:57:31.062Z Compiling tinystr v0.8.2
29802026-06-19T21:57:31.172Z Compiling potential_utf v0.1.4
29812026-06-19T21:57:31.184Z Compiling thiserror v2.0.18
29822026-06-19T21:57:31.314Z Compiling icu_locale_core v2.1.1
29832026-06-19T21:57:31.326Z Compiling icu_collections v2.1.1
29842026-06-19T21:57:31.381Z Compiling clap v4.6.1
29852026-06-19T21:57:32.254Z Compiling icu_provider v2.1.1
29862026-06-19T21:57:32.274Z Compiling serde_spanned v0.6.9
29872026-06-19T21:57:32.294Z Compiling toml_datetime v0.6.11
29882026-06-19T21:57:32.449Z Compiling dof v0.3.0
29892026-06-19T21:57:32.676Z Compiling icu_normalizer v2.1.1
29902026-06-19T21:57:32.692Z Compiling icu_properties v2.1.2
29912026-06-19T21:57:32.765Z Compiling toml_edit v0.22.27
29922026-06-19T21:57:32.798Z Compiling serde_tokenstream v0.2.3
29932026-06-19T21:57:32.820Z Compiling serde-value v0.7.0
29942026-06-19T21:57:32.846Z Compiling cargo-platform v0.2.0
29952026-06-19T21:57:32.865Z Compiling macaddr v1.0.1
29962026-06-19T21:57:33.221Z Compiling usdt-macro v0.5.0
29972026-06-19T21:57:33.221Z Compiling usdt-attr-macro v0.5.0
29982026-06-19T21:57:33.568Z Compiling idna_adapter v1.2.1
29992026-06-19T21:57:33.676Z Compiling idna v1.1.0
30002026-06-19T21:57:33.938Z Compiling usdt v0.5.0
30012026-06-19T21:57:34.093Z Compiling url v2.5.8
30022026-06-19T21:57:34.295Z Compiling toml v0.8.23
30032026-06-19T21:57:34.740Z Compiling cargo-util-schemas v0.8.2
30042026-06-19T21:57:34.750Z Compiling cargo_toml v0.21.0
30052026-06-19T21:57:35.775Z Compiling cargo_metadata v0.21.0
30062026-06-19T21:57:38.892Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-06-19T21:57:41.906Z Finished `release` profile [optimized] target(s) in 16.46s
30082026-06-19T21:57:42.050Z
30092026-06-19T21:57:42.050Zreal 16.584658752
30102026-06-19T21:57:42.050Zuser 2:22.356203177
30112026-06-19T21:57:42.050Zsys 16.891517432
30122026-06-19T21:57:42.050Ztrap 0.078836967
30132026-06-19T21:57:42.050Ztflt 0.594396178
30142026-06-19T21:57:42.050Zdflt 1.840857025
30152026-06-19T21:57:42.053Zkflt 0.000049190
30162026-06-19T21:57:42.053Zlock 5:07.025776384
30172026-06-19T21:57:42.053Zslp 3:15.776359068
30182026-06-19T21:57:42.053Zlat 5.614169913
30192026-06-19T21:57:42.053Zstop 18.109326489
30202026-06-19T21:57:42.053Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30212026-06-19T21:57:42.053Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-06-19T21:57:42.053Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30232026-06-19T21:57:42.053Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-06-19T21:57:42.053Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30252026-06-19T21:57:42.932Z Compiling progenitor-client v0.14.0
30262026-06-19T21:57:42.932Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30272026-06-19T21:57:42.936Z Compiling newtype-uuid-macros v0.1.0
30282026-06-19T21:57:42.936Z Compiling match_cfg v0.1.0
30292026-06-19T21:57:42.936Z Compiling slog-json v2.6.1
30302026-06-19T21:57:42.936Z Compiling structmeta-derive v0.3.0
30312026-06-19T21:57:42.936Z Compiling rustls v0.22.4
30322026-06-19T21:57:42.936Z Compiling rustls-webpki v0.102.8
30332026-06-19T21:57:42.936Z Compiling multer v3.1.0
30342026-06-19T21:57:42.936Z Compiling debug-ignore v1.0.5
30352026-06-19T21:57:42.936Z Compiling compression-core v0.4.31
30362026-06-19T21:57:43.073Z Compiling atomicwrites v0.4.4
30372026-06-19T21:57:43.076Z Compiling itertools v0.14.0
30382026-06-19T21:57:43.183Z Compiling async-stream-impl v0.3.6
30392026-06-19T21:57:43.200Z Compiling hostname v0.3.1
30402026-06-19T21:57:43.216Z Compiling serde_spanned v1.0.4
30412026-06-19T21:57:43.220Z Compiling toml_datetime v1.0.0+spec-1.1.0
30422026-06-19T21:57:43.301Z Compiling dropshot v0.17.0
30432026-06-19T21:57:43.325Z Compiling slog-bunyan v2.5.0
30442026-06-19T21:57:43.391Z Compiling compression-codecs v0.4.37
30452026-06-19T21:57:43.394Z Compiling toml_writer v1.0.6+spec-1.1.0
30462026-06-19T21:57:43.406Z Compiling waitgroup v0.1.2
30472026-06-19T21:57:43.423Z Compiling rustls-pemfile v2.2.0
30482026-06-19T21:57:43.441Z Compiling dropshot_endpoint v0.17.0
30492026-06-19T21:57:43.508Z Compiling serde_path_to_error v0.1.20
30502026-06-19T21:57:43.528Z Compiling hostname v0.4.2
30512026-06-19T21:57:43.565Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30522026-06-19T21:57:43.667Z Compiling async-compression v0.4.41
30532026-06-19T21:57:43.670Z Compiling toml v1.0.6+spec-1.1.0
30542026-06-19T21:57:43.707Z Compiling macaddr v1.0.1
30552026-06-19T21:57:43.724Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-06-19T21:57:43.742Z Compiling instant v0.1.13
30572026-06-19T21:57:43.759Z Compiling regress v0.10.5
30582026-06-19T21:57:43.778Z Compiling backon v1.6.0
30592026-06-19T21:57:43.864Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30602026-06-19T21:57:43.882Z Compiling backoff v0.4.0
30612026-06-19T21:57:43.882Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30622026-06-19T21:57:43.916Z Compiling async-stream v0.3.6
30632026-06-19T21:57:43.951Z Compiling progenitor-extras v0.2.0
30642026-06-19T21:57:43.951Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30652026-06-19T21:57:44.003Z Compiling humantime v2.3.0
30662026-06-19T21:57:44.022Z Compiling universal-hash v0.5.1
30672026-06-19T21:57:44.025Z Compiling opaque-debug v0.3.1
30682026-06-19T21:57:44.108Z Compiling regress v0.11.1
30692026-06-19T21:57:44.112Z Compiling half v2.7.1
30702026-06-19T21:57:44.139Z Compiling crucible-workspace-hack v0.1.0
30712026-06-19T21:57:44.162Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-06-19T21:57:44.179Z Compiling ciborium-io v0.2.2
30732026-06-19T21:57:44.223Z Compiling structmeta v0.3.0
30742026-06-19T21:57:44.248Z Compiling convert_case v0.4.0
30752026-06-19T21:57:44.290Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30762026-06-19T21:57:44.306Z Compiling aead v0.5.2
30772026-06-19T21:57:44.325Z Compiling secrecy v0.10.3
30782026-06-19T21:57:44.361Z Compiling poly1305 v0.8.0
30792026-06-19T21:57:44.383Z Compiling ciborium-ll v0.2.2
30802026-06-19T21:57:44.466Z Compiling derive-ex v0.1.8
30812026-06-19T21:57:44.498Z Compiling parse-display-derive v0.10.0
30822026-06-19T21:57:44.533Z Compiling chacha20 v0.9.1
30832026-06-19T21:57:44.549Z Compiling unsafe-libyaml v0.2.11
30842026-06-19T21:57:44.552Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30852026-06-19T21:57:44.582Z Compiling ciborium v0.2.2
30862026-06-19T21:57:44.598Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30872026-06-19T21:57:44.624Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30882026-06-19T21:57:44.653Z Compiling derive_more v0.99.20
30892026-06-19T21:57:44.819Z Compiling thiserror-impl-no-std v2.0.2
30902026-06-19T21:57:44.881Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30912026-06-19T21:57:44.970Z Compiling byte-wrapper v0.1.0
30922026-06-19T21:57:44.988Z Compiling password-hash v0.5.0
30932026-06-19T21:57:45.014Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30942026-06-19T21:57:45.151Z Compiling serde_yaml v0.9.34+deprecated
30952026-06-19T21:57:45.184Z Compiling blake2 v0.10.6
30962026-06-19T21:57:45.262Z Compiling toml_datetime v0.7.5+spec-1.1.0
30972026-06-19T21:57:45.290Z Compiling chacha20poly1305 v0.10.1
30982026-06-19T21:57:45.337Z Compiling indent_write v2.2.0
30992026-06-19T21:57:45.354Z Compiling heapless v0.8.0
31002026-06-19T21:57:45.423Z Compiling tokio-rustls v0.25.0
31012026-06-19T21:57:45.465Z Compiling argon2 v0.5.3
31022026-06-19T21:57:45.501Z Compiling toml_edit v0.23.10+spec-1.0.0
31032026-06-19T21:57:45.542Z Compiling ingot-macros v0.1.1
31042026-06-19T21:57:45.711Z Compiling typify-impl v0.6.2
31052026-06-19T21:57:45.996Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31062026-06-19T21:57:46.077Z Compiling thiserror-no-std v2.0.2
31072026-06-19T21:57:46.197Z Compiling vsss-rs v3.3.4
31082026-06-19T21:57:46.248Z Compiling test-strategy v0.4.5
31092026-06-19T21:57:46.266Z Compiling parse-display v0.10.0
31102026-06-19T21:57:46.292Z Compiling proc-macro-crate v3.4.0
31112026-06-19T21:57:46.622Z Compiling tabwriter v1.4.1
31122026-06-19T21:57:46.652Z Compiling hash32 v0.3.1
31132026-06-19T21:57:46.720Z Compiling smoltcp v0.11.0
31142026-06-19T21:57:46.743Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-06-19T21:57:46.837Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31162026-06-19T21:57:46.905Z Compiling num_enum_derive v0.7.6
31172026-06-19T21:57:46.965Z Compiling cobs v0.3.0
31182026-06-19T21:57:47.013Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31192026-06-19T21:57:47.034Z Compiling colored v3.1.1
31202026-06-19T21:57:47.070Z Compiling proc-macro-error v1.0.4
31212026-06-19T21:57:47.130Z Compiling postcard v1.1.3
31222026-06-19T21:57:47.200Z Compiling proc-macro-crate v1.3.1
31232026-06-19T21:57:47.218Z Compiling foreign-types-macros v0.2.3
31242026-06-19T21:57:47.263Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31252026-06-19T21:57:47.327Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31262026-06-19T21:57:47.411Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31272026-06-19T21:57:47.431Z Compiling foreign-types-shared v0.3.1
31282026-06-19T21:57:47.491Z Compiling cpufeatures v0.3.0
31292026-06-19T21:57:47.507Z Compiling rayon-core v1.13.0
31302026-06-19T21:57:47.550Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31312026-06-19T21:57:47.589Z Compiling chacha20 v0.10.0
31322026-06-19T21:57:47.666Z Compiling num_enum_derive v0.5.11
31332026-06-19T21:57:47.711Z Compiling crossbeam-deque v0.8.6
31342026-06-19T21:57:47.751Z Compiling camino-tempfile v1.4.1
31352026-06-19T21:57:47.768Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-06-19T21:57:47.785Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31372026-06-19T21:57:47.809Z Compiling cstr-argument v0.1.2
31382026-06-19T21:57:47.850Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31392026-06-19T21:57:47.867Z Compiling foreign-types v0.5.0
31402026-06-19T21:57:47.939Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31412026-06-19T21:57:47.955Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31422026-06-19T21:57:47.990Z Compiling rand v0.10.0
31432026-06-19T21:57:48.015Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31442026-06-19T21:57:48.032Z Compiling num_enum v0.7.6
31452026-06-19T21:57:48.186Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31462026-06-19T21:57:48.201Z Compiling zone_cfg_derive v0.3.1
31472026-06-19T21:57:48.225Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31482026-06-19T21:57:48.242Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-06-19T21:57:48.291Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31502026-06-19T21:57:48.378Z Compiling rayon v1.11.0
31512026-06-19T21:57:48.395Z Compiling itertools v0.12.1
31522026-06-19T21:57:48.399Z Compiling num-derive v0.4.2
31532026-06-19T21:57:48.429Z Compiling sigpipe v0.1.3
31542026-06-19T21:57:48.453Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31552026-06-19T21:57:48.496Z Compiling glob v0.3.3
31562026-06-19T21:57:48.519Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31572026-06-19T21:57:48.522Z Compiling ingot-types v0.1.2
31582026-06-19T21:57:48.552Z Compiling smf v0.2.3
31592026-06-19T21:57:48.664Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31602026-06-19T21:57:48.778Z Compiling num_enum v0.5.11
31612026-06-19T21:57:48.822Z Compiling whoami v1.6.1
31622026-06-19T21:57:48.886Z Compiling usdt-attr-macro v0.5.0
31632026-06-19T21:57:48.925Z Compiling ingot v0.1.1
31642026-06-19T21:57:48.944Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31652026-06-19T21:57:48.947Z Compiling usdt-macro v0.5.0
31662026-06-19T21:57:48.980Z Compiling gethostname v0.5.0
31672026-06-19T21:57:49.098Z Compiling num-rational v0.4.2
31682026-06-19T21:57:49.126Z Compiling num-complex v0.4.6
31692026-06-19T21:57:49.175Z Compiling memmap v0.7.0
31702026-06-19T21:57:49.280Z Compiling derive-where v1.6.0
31712026-06-19T21:57:49.387Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31722026-06-19T21:57:49.404Z Compiling float-ord v0.3.2
31732026-06-19T21:57:49.428Z Compiling toml v0.8.23
31742026-06-19T21:57:49.551Z Compiling zone v0.3.1
31752026-06-19T21:57:49.554Z Compiling num v0.4.3
31762026-06-19T21:57:49.672Z Compiling resolv-conf v0.7.6
31772026-06-19T21:57:49.689Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-06-19T21:57:49.731Z Compiling cancel-safe-futures v0.1.5
31792026-06-19T21:57:49.748Z Compiling owo-colors v4.3.0
31802026-06-19T21:57:49.773Z Compiling usdt v0.5.0
31812026-06-19T21:57:49.807Z Compiling libsw-core v0.3.2
31822026-06-19T21:57:49.846Z Compiling prettyplease v0.2.37
31832026-06-19T21:57:50.006Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-06-19T21:57:50.042Z Compiling libsw v3.5.0
31852026-06-19T21:57:50.062Z Compiling console v0.15.11
31862026-06-19T21:57:50.102Z Compiling hickory-proto v0.24.4
31872026-06-19T21:57:50.135Z Compiling newline-converter v0.3.0
31882026-06-19T21:57:50.198Z Compiling linked-hash-map v0.5.6
31892026-06-19T21:57:50.246Z Compiling linear-map v1.2.0
31902026-06-19T21:57:50.263Z Compiling libefi-sys v0.1.0
31912026-06-19T21:57:50.297Z Compiling git-stub v1.0.0
31922026-06-19T21:57:50.327Z Compiling bitfield-struct v0.6.2
31932026-06-19T21:57:50.386Z Compiling typify-macro v0.6.2
31942026-06-19T21:57:50.415Z Compiling expectorate v1.2.0
31952026-06-19T21:57:50.463Z Compiling lru-cache v0.1.2
31962026-06-19T21:57:50.506Z Compiling nom v8.0.0
31972026-06-19T21:57:50.612Z Compiling semver v0.1.20
31982026-06-19T21:57:50.650Z Compiling git-stub-vcs v0.1.0
31992026-06-19T21:57:50.670Z Compiling tokio-dtrace v0.1.1
32002026-06-19T21:57:50.712Z Compiling dropshot-api-manager-types v0.7.2
32012026-06-19T21:57:50.760Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32022026-06-19T21:57:50.855Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32032026-06-19T21:57:50.932Z Compiling rustc_version v0.1.7
32042026-06-19T21:57:50.977Z Compiling slog-dtrace v0.3.0
32052026-06-19T21:57:50.994Z Compiling minimal-lexical v0.2.1
32062026-06-19T21:57:51.012Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-06-19T21:57:51.045Z Compiling oxide-tokio-rt v0.1.4
32082026-06-19T21:57:51.075Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32092026-06-19T21:57:51.104Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-06-19T21:57:51.122Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-06-19T21:57:51.199Z Compiling newtype_derive v0.1.6
32122026-06-19T21:57:51.285Z Compiling nom v7.1.3
32132026-06-19T21:57:51.288Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-06-19T21:57:51.320Z Compiling phf_shared v0.12.1
32152026-06-19T21:57:51.338Z Compiling csv-core v0.1.13
32162026-06-19T21:57:51.370Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-06-19T21:57:51.426Z Compiling highway v1.3.0
32182026-06-19T21:57:51.429Z Compiling chrono-tz v0.10.4
32192026-06-19T21:57:51.527Z Compiling xshell-macros v0.2.7
32202026-06-19T21:57:51.544Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32212026-06-19T21:57:51.630Z Compiling csv v1.4.0
32222026-06-19T21:57:51.647Z Compiling phf v0.12.1
32232026-06-19T21:57:51.802Z Compiling const_format_proc_macros v0.2.34
32242026-06-19T21:57:51.889Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-06-19T21:57:51.892Z Compiling primeorder v0.13.6
32262026-06-19T21:57:51.941Z Compiling xshell v0.2.7
32272026-06-19T21:57:52.066Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32282026-06-19T21:57:52.203Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-06-19T21:57:52.222Z Compiling tabled_derive v0.7.0
32302026-06-19T21:57:52.225Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-06-19T21:57:52.277Z Compiling typify v0.6.2
32322026-06-19T21:57:52.418Z Compiling progenitor-impl v0.14.0
32332026-06-19T21:57:52.487Z Compiling hickory-resolver v0.24.4
32342026-06-19T21:57:52.511Z Compiling bcs v0.1.6
32352026-06-19T21:57:52.553Z Compiling salty v0.3.0
32362026-06-19T21:57:52.671Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32372026-06-19T21:57:52.702Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32382026-06-19T21:57:52.829Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-19T21:57:52.868Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32402026-06-19T21:57:52.884Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-06-19T21:57:53.058Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32422026-06-19T21:57:53.112Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32432026-06-19T21:57:53.279Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32442026-06-19T21:57:53.369Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32452026-06-19T21:57:53.437Z Compiling const_format v0.2.35
32462026-06-19T21:57:53.497Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32472026-06-19T21:57:53.513Z Compiling termtree v0.5.1
32482026-06-19T21:57:53.589Z Compiling qorb v0.4.1
32492026-06-19T21:57:53.723Z Compiling tagptr v0.2.0
32502026-06-19T21:57:53.793Z Compiling textwrap v0.16.2
32512026-06-19T21:57:53.814Z Compiling tabled v0.15.0
32522026-06-19T21:57:53.877Z Compiling moka v0.12.13
32532026-06-19T21:57:53.931Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-06-19T21:57:54.174Z Compiling steno v0.4.1
32552026-06-19T21:57:54.291Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-06-19T21:57:54.314Z Compiling base64 v0.21.7
32572026-06-19T21:57:54.352Z Compiling radium v0.7.0
32582026-06-19T21:57:54.550Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32592026-06-19T21:57:54.672Z Compiling hickory-resolver v0.25.2
32602026-06-19T21:57:54.696Z Compiling p384 v0.13.1
32612026-06-19T21:57:54.713Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32622026-06-19T21:57:54.814Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32632026-06-19T21:57:54.881Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32642026-06-19T21:57:54.901Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32652026-06-19T21:57:55.164Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32662026-06-19T21:57:55.182Z Compiling progenitor-macro v0.14.0
32672026-06-19T21:57:55.239Z Compiling maybe-uninit v2.0.0
32682026-06-19T21:57:55.311Z Compiling tap v1.0.1
32692026-06-19T21:57:55.457Z Compiling wyz v0.5.1
32702026-06-19T21:57:55.696Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-06-19T21:57:55.724Z Compiling proc-macro-error-attr2 v2.0.0
32722026-06-19T21:57:55.749Z Compiling funty v2.0.0
32732026-06-19T21:57:55.768Z Compiling packed_struct v0.10.1
32742026-06-19T21:57:55.918Z Compiling utf-8 v0.7.6
32752026-06-19T21:57:56.065Z Compiling parking_lot_core v0.8.6
32762026-06-19T21:57:56.083Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32772026-06-19T21:57:56.129Z Compiling bitvec v1.0.1
32782026-06-19T21:57:56.164Z Compiling proc-macro-error2 v2.0.1
32792026-06-19T21:57:56.274Z Compiling tungstenite v0.21.0
32802026-06-19T21:57:56.374Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32812026-06-19T21:57:56.391Z Compiling polyval v0.6.2
32822026-06-19T21:57:56.421Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32832026-06-19T21:57:56.438Z Compiling packed_struct_codegen v0.10.1
32842026-06-19T21:57:56.517Z Compiling num-derive v0.3.3
32852026-06-19T21:57:56.656Z Compiling zerocopy-derive v0.6.6
32862026-06-19T21:57:56.673Z Compiling bitfield-macros v0.19.4
32872026-06-19T21:57:56.696Z Compiling indexmap v1.9.3
32882026-06-19T21:57:56.808Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32892026-06-19T21:57:56.923Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32902026-06-19T21:57:57.028Z Compiling nodrop v0.1.14
32912026-06-19T21:57:57.058Z Compiling crc-catalog v2.4.0
32922026-06-19T21:57:57.125Z Compiling array-init v0.0.4
32932026-06-19T21:57:57.159Z Compiling crc v3.4.0
32942026-06-19T21:57:57.180Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32952026-06-19T21:57:57.213Z Compiling tokio-tungstenite v0.21.0
32962026-06-19T21:57:57.231Z Compiling ghash v0.5.1
32972026-06-19T21:57:57.234Z Compiling tabled_derive v0.11.0
32982026-06-19T21:57:57.412Z Compiling smallvec v0.6.14
32992026-06-19T21:57:57.463Z Compiling bitfield v0.19.4
33002026-06-19T21:57:57.486Z Compiling libscf-sys v1.1.0
33012026-06-19T21:57:57.577Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33022026-06-19T21:57:57.593Z Compiling zerocopy v0.6.6
33032026-06-19T21:57:57.631Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33042026-06-19T21:57:57.648Z Compiling progenitor-impl v0.13.0
33052026-06-19T21:57:57.667Z Compiling papergrid v0.17.0
33062026-06-19T21:57:57.670Z Compiling testing_table v0.3.0
33072026-06-19T21:57:57.731Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33082026-06-19T21:57:57.747Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33092026-06-19T21:57:57.765Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33102026-06-19T21:57:57.790Z Compiling ctr v0.9.2
33112026-06-19T21:57:57.874Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-06-19T21:57:57.928Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33132026-06-19T21:57:57.951Z Compiling unicase v2.9.0
33142026-06-19T21:57:58.015Z Compiling illumos-nvpair-sys v0.2.0
33152026-06-19T21:57:58.018Z Compiling corncobs v0.1.4
33162026-06-19T21:57:58.134Z Compiling hashbrown v0.12.3
33172026-06-19T21:57:58.185Z Compiling mime_guess v2.0.5
33182026-06-19T21:57:58.213Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-06-19T21:57:58.230Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-06-19T21:57:58.280Z Compiling aes-gcm v0.10.3
33212026-06-19T21:57:58.304Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-06-19T21:57:58.496Z Compiling serde-hex v0.1.0
33232026-06-19T21:57:58.513Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33242026-06-19T21:57:58.529Z Compiling parking_lot v0.11.2
33252026-06-19T21:57:58.646Z Compiling tabled v0.20.0
33262026-06-19T21:57:58.662Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-06-19T21:57:58.778Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-06-19T21:57:58.936Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33292026-06-19T21:57:58.970Z Compiling ron v0.8.1
33302026-06-19T21:57:59.137Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33312026-06-19T21:57:59.219Z Compiling hashbrown v0.13.2
33322026-06-19T21:57:59.279Z Compiling progenitor-client v0.13.0
33332026-06-19T21:57:59.408Z Compiling prefix-trie v0.7.0
33342026-06-19T21:57:59.569Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33352026-06-19T21:57:59.626Z Compiling blowfish v0.9.1
33362026-06-19T21:57:59.642Z Compiling ssh-encoding v0.2.0
33372026-06-19T21:57:59.745Z Compiling fxhash v0.2.1
33382026-06-19T21:57:59.868Z Compiling secrecy v0.8.0
33392026-06-19T21:57:59.904Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33402026-06-19T21:57:59.924Z Compiling crc-any v2.5.0
33412026-06-19T21:57:59.943Z Compiling sled v0.34.7
33422026-06-19T21:57:59.964Z Compiling ssh-cipher v0.2.0
33432026-06-19T21:58:00.183Z Compiling bcrypt-pbkdf v0.10.0
33442026-06-19T21:58:00.201Z Compiling hickory-server v0.25.2
33452026-06-19T21:58:00.298Z Compiling object v0.30.4
33462026-06-19T21:58:00.349Z Compiling progenitor-macro v0.13.0
33472026-06-19T21:58:00.397Z Compiling progenitor v0.14.0
33482026-06-19T21:58:00.452Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-06-19T21:58:00.545Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33502026-06-19T21:58:00.580Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33512026-06-19T21:58:00.761Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33522026-06-19T21:58:00.846Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33532026-06-19T21:58:01.076Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33542026-06-19T21:58:01.127Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33552026-06-19T21:58:01.213Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33562026-06-19T21:58:01.313Z Compiling password-hash v0.4.2
33572026-06-19T21:58:01.452Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33582026-06-19T21:58:01.483Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33592026-06-19T21:58:01.727Z Compiling http-range v0.1.5
33602026-06-19T21:58:01.744Z Compiling half v1.8.3
33612026-06-19T21:58:01.954Z Compiling crc8 v0.1.1
33622026-06-19T21:58:01.991Z Compiling path-slash v0.1.5
33632026-06-19T21:58:02.030Z Compiling serde_cbor v0.11.2
33642026-06-19T21:58:02.099Z Compiling pbkdf2 v0.11.0
33652026-06-19T21:58:02.159Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-06-19T21:58:02.185Z Compiling illumos-nvpair v0.3.0
33672026-06-19T21:58:02.658Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33682026-06-19T21:58:02.821Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33692026-06-19T21:58:03.227Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33702026-06-19T21:58:03.340Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33712026-06-19T21:58:03.359Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33722026-06-19T21:58:03.363Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33732026-06-19T21:58:03.585Z Compiling ssh-key v0.6.7
33742026-06-19T21:58:03.727Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33752026-06-19T21:58:03.916Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33762026-06-19T21:58:03.916Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33772026-06-19T21:58:03.954Z Compiling p521 v0.13.3
33782026-06-19T21:58:03.970Z Compiling p256 v0.13.2
33792026-06-19T21:58:04.295Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33802026-06-19T21:58:04.364Z Compiling yasna v0.5.2
33812026-06-19T21:58:04.480Z Compiling kstat-rs v0.2.4
33822026-06-19T21:58:04.732Z Compiling headers-core v0.3.0
33832026-06-19T21:58:04.809Z Compiling nanorand v0.7.0
33842026-06-19T21:58:04.846Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33852026-06-19T21:58:04.889Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33862026-06-19T21:58:04.947Z Compiling atty v0.2.14
33872026-06-19T21:58:04.988Z Compiling russh-cryptovec v0.7.3
33882026-06-19T21:58:05.086Z Compiling md5 v0.7.0
33892026-06-19T21:58:05.103Z Compiling home v0.5.12
33902026-06-19T21:58:05.135Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33912026-06-19T21:58:05.165Z Compiling flume v0.11.1
33922026-06-19T21:58:05.205Z Compiling headers v0.4.1
33932026-06-19T21:58:05.226Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33942026-06-19T21:58:05.273Z Compiling russh-keys v0.45.0
33952026-06-19T21:58:05.295Z Compiling rcgen v0.12.1
33962026-06-19T21:58:05.399Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33972026-06-19T21:58:05.506Z Compiling progenitor v0.13.0
33982026-06-19T21:58:05.523Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33992026-06-19T21:58:05.526Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34002026-06-19T21:58:05.725Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34012026-06-19T21:58:05.888Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34022026-06-19T21:58:05.910Z Compiling hyper-staticfile v0.10.1
34032026-06-19T21:58:05.981Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34042026-06-19T21:58:06.025Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34052026-06-19T21:58:06.056Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34062026-06-19T21:58:06.263Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34072026-06-19T21:58:06.467Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34082026-06-19T21:58:06.491Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34092026-06-19T21:58:06.574Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34102026-06-19T21:58:06.669Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34112026-06-19T21:58:06.688Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34122026-06-19T21:58:06.721Z Compiling num-bigint v0.4.6
34132026-06-19T21:58:06.780Z Compiling des v0.8.1
34142026-06-19T21:58:06.828Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34152026-06-19T21:58:06.877Z Compiling subprocess v0.2.15
34162026-06-19T21:58:06.895Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34172026-06-19T21:58:06.936Z Compiling hex-literal v0.4.1
34182026-06-19T21:58:06.962Z Compiling display-error-chain v0.2.2
34192026-06-19T21:58:07.018Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34202026-06-19T21:58:07.042Z Compiling colored v2.2.0
34212026-06-19T21:58:07.091Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34222026-06-19T21:58:07.141Z Compiling internet-checksum v0.2.1
34232026-06-19T21:58:07.350Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34242026-06-19T21:58:07.442Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34252026-06-19T21:58:07.955Z Compiling russh v0.45.0
34262026-06-19T21:58:08.288Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34272026-06-19T21:58:09.208Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34282026-06-19T21:58:09.208Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34292026-06-19T21:58:11.610Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34302026-06-19T21:58:12.262Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34312026-06-19T21:58:12.352Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34322026-06-19T21:58:12.755Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34332026-06-19T21:58:14.728Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34342026-06-19T21:58:22.777Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34352026-06-19T21:58:22.777Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34362026-06-19T21:58:22.777Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34372026-06-19T21:58:22.780Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34382026-06-19T21:58:24.537Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34392026-06-19T21:58:24.553Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34402026-06-19T21:58:28.572Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34412026-06-19T21:59:07.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34422026-06-19T21:59:08.009Z
34432026-06-19T21:59:08.009Zreal 1:25.897037191
34442026-06-19T21:59:08.009Zuser 8:01.889016548
34452026-06-19T21:59:08.009Zsys 1:36.998468679
34462026-06-19T21:59:08.009Ztrap 0.244359326
34472026-06-19T21:59:08.009Ztflt 0.424430856
34482026-06-19T21:59:08.009Zdflt 1.872910810
34492026-06-19T21:59:08.009Zkflt 0.000284550
34502026-06-19T21:59:08.009Zlock 28:14.649339072
34512026-06-19T21:59:08.013Zslp 18:05.034316496
34522026-06-19T21:59:08.013Zlat 36.996604298
34532026-06-19T21:59:08.013Zstop 2:39.017861604
34542026-06-19T21:59:08.013Z+ mkdir tests
34552026-06-19T21:59:08.018Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34562026-06-19T21:59:08.018Z+ xargs -I '{}' -t cp '{}' tests/
34572026-06-19T21:59:08.041Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/
34582026-06-19T21:59:08.070Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/
34592026-06-19T21:59:08.099Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/
34602026-06-19T21:59:08.129Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/
34612026-06-19T21:59:08.450Z+ 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)
34622026-06-19T21:59:08.454Z+ 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 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
34632026-06-19T22:00:28.753ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34642026-06-19T22:00:28.753Za .github/buildomat/ci-env.sh 1K
34652026-06-19T22:00:28.753Za out/target/test 1K
34662026-06-19T22:00:28.753Za out/npuzone/npuzone 27402K
34672026-06-19T22:00:28.753Za package-manifest.toml 35K
34682026-06-19T22:00:28.753Za smf/sled-agent/non-gimlet/config.toml 6K
34692026-06-19T22:00:28.753Za target/release/omicron-package 45177K
34702026-06-19T22:00:28.753Za target/release/xtask 11453K
34712026-06-19T22:00:28.753Za target/debug/bootstrap 355917K
34722026-06-19T22:00:28.753Za tests/bootstrap-924fc3fc47321669 31215K
34732026-06-19T22:00:28.753Za tests/commtest-408c589a9be9a15a 32300K
34742026-06-19T22:00:28.753Za tests/dhcp_server-f35f394bfb169ef7 31215K
34752026-06-19T22:00:28.753Za tests/end_to_end_tests-f00a927a2ca939a9 397746K
34762026-06-19T22:00:28.753Za tools/opte_version 1K
34772026-06-19T22:00:28.753Za tools/opte_version_override 2K
34782026-06-19T22:00:28.753Za out/clickhouse.tar.gz 313417K
34792026-06-19T22:00:28.753Za out/clickhouse_keeper.tar.gz 298475K
34802026-06-19T22:00:28.753Za out/clickhouse_server.tar.gz 313415K
34812026-06-19T22:00:28.753Za out/cockroachdb.tar.gz 157676K
34822026-06-19T22:00:28.754Za out/crucible-pantry-zone.tar.gz 36467K
34832026-06-19T22:00:28.754Za out/crucible-utils.tar 16478K
34842026-06-19T22:00:28.754Za out/crucible-zone.tar.gz 52037K
34852026-06-19T22:00:28.754Za out/external-dns.tar.gz 42900K
34862026-06-19T22:00:28.754Za out/internal-dns.tar.gz 42899K
34872026-06-19T22:00:28.754Za out/mg-ddm-gz.tar 97917K
34882026-06-19T22:00:28.754Za out/nexus.tar.gz 278719K
34892026-06-19T22:00:28.754Za out/ntp.tar.gz 24107K
34902026-06-19T22:00:28.754Za out/omicron-gateway-softnpu.tar.gz 30194K
34912026-06-19T22:00:28.754Za out/omicron-sled-agent.tar 194547K
34922026-06-19T22:00:28.754Za out/overlay.tar.gz 3K
34932026-06-19T22:00:28.754Za out/oximeter.tar.gz 62279K
34942026-06-19T22:00:28.754Za out/oxlog.tar 3782K
34952026-06-19T22:00:28.754Za out/probe.tar.gz 3037K
34962026-06-19T22:00:28.754Za out/propolis-server.tar.gz 34918K
34972026-06-19T22:00:28.754Za out/pumpkind-gz.tar 26647K
34982026-06-19T22:00:28.754Za out/switch-softnpu.tar.gz 448072K
34992026-06-19T22:00:28.779Z
35002026-06-19T22:00:28.779Zreal 1:20.300583350
35012026-06-19T22:00:28.779Zuser 1:17.630768415
35022026-06-19T22:00:28.779Zsys 4.456990083
35032026-06-19T22:00:28.779Ztrap 0.007000240
35042026-06-19T22:00:28.779Ztflt 0.000000000
35052026-06-19T22:00:28.779Zdflt 0.000000000
35062026-06-19T22:00:28.779Zkflt 0.000000000
35072026-06-19T22:00:28.779Zlock 0.000000000
35082026-06-19T22:00:28.779Zslp 1:17.494376767
35092026-06-19T22:00:28.779Zlat 1.006980048
35102026-06-19T22:00:28.779Zstop 0.000472110
35112026-06-19T22:00:28.779Zprocess exited: duration 1062310 ms, exit code 0
 
35122026-06-19T22:00:28.794Zfound 1 output files
35132026-06-19T22:00:28.794Zuploading: /work/package.tar.gz (2480176747 bytes)
35142026-06-19T22:00:58.580Zuploaded: /work/package.tar.gz