01KVXW8WT3JH1YH7BWD5ABY3XT: 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: 01KVXW9CSAV2Q5QWKDPX5VQ972

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-24T22:34:40.653Zjob assigned to worker 01KVXW9KAZ7XGMF3WGJ9SAHJDD [factory aws, i-0d7d3c5b7bf394f06] (queued for 47 s)
 
22026-06-24T22:34:48.550Zstarting task 0: "setup"
32026-06-24T22:34:48.554Z++ uname -s
42026-06-24T22:34:48.557Z+ kern=SunOS
52026-06-24T22:34:48.557Z+ build_user=build
62026-06-24T22:34:48.557Z+ build_uid=12345
72026-06-24T22:34:48.557Z+ work_dir=/work
82026-06-24T22:34:48.557Z+ input_dir=/input
92026-06-24T22:34:48.557Z+ [[ 0 == 12345 ]]
102026-06-24T22:34:48.557Z+ case "$kern" in
112026-06-24T22:34:48.557Z+ groupadd -g 12345 build
122026-06-24T22:34:48.560Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-24T22:34:50.566Z+ zfs create -o mountpoint=/work rpool/work
142026-06-24T22:34:50.696Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-24T22:34:50.706Z+ home_fs=zfs
162026-06-24T22:34:50.706Z+ [[ zfs == autofs ]]
172026-06-24T22:34:50.706Z+ mkdir -p /home/build
182026-06-24T22:34:50.707Z+ chown build:build /home/build /work
192026-06-24T22:34:51.695Z+ chmod 0700 /home/build /work
202026-06-24T22:34:51.698Zprocess exited: duration 3148 ms, exit code 0
 
212026-06-24T22:34:51.706Zstarting task 1: "rust-toolchain"
222026-06-24T22:34:51.712Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-24T22:34:51.712Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-24T22:34:51.712Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-24T22:34:51.712Z * rust toolchain channel = "1.96.0"
262026-06-24T22:34:51.712Z * rust toolchain profile = "default"
272026-06-24T22:34:51.712Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-24T22:34:51.720Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-24T22:34:51.720Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-24T22:34:51.827Zinfo: downloading installer
312026-06-24T22:34:53.536Zwarn: It looks like you have an existing rustup settings file at:
322026-06-24T22:34:53.536Zwarn: /home/build/.rustup/settings.toml
332026-06-24T22:34:53.536Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-24T22:34:53.536Zwarn: instead of the one inferred from the default host triple.
352026-06-24T22:34:53.551Zinfo: profile set to default
362026-06-24T22:34:53.551Zinfo: default host triple is x86_64-unknown-illumos
372026-06-24T22:34:53.551Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-24T22:34:53.710Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-24T22:34:53.715Zinfo: downloading 6 components
402026-06-24T22:35:11.161Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-24T22:35:11.161Z
422026-06-24T22:35:11.186Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-24T22:35:11.186Z
442026-06-24T22:35:11.186Z
452026-06-24T22:35:11.186ZRust is installed now. Great!
462026-06-24T22:35:11.186Z
472026-06-24T22:35:11.190ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-24T22:35:11.190Zenvironment variable. This has not been done automatically.
492026-06-24T22:35:11.190Z
502026-06-24T22:35:11.190ZTo configure your current shell, you need to source
512026-06-24T22:35:11.190Zthe corresponding env file under $HOME/.cargo.
522026-06-24T22:35:11.190Z
532026-06-24T22:35:11.190ZThis is usually done by running one of the following (note the leading DOT):
542026-06-24T22:35:11.190Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-24T22:35:11.190Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-24T22:35:11.190Zsource "~/.cargo/env.nu" # For nushell
572026-06-24T22:35:11.190Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-24T22:35:11.190Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-24T22:35:11.190Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-24T22:35:11.190Zwarn: no default linker (`cc`) was found in your PATH
612026-06-24T22:35:11.190Zwarn: many Rust crates require a system C toolchain to build
622026-06-24T22:35:11.291Z+ rustup --version
632026-06-24T22:35:11.297Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-24T22:35:11.300Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-24T22:35:11.316Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-24T22:35:11.319Z+ cargo --version
672026-06-24T22:35:11.327Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-24T22:35:11.330Z+ rustc --version
692026-06-24T22:35:11.349Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-24T22:35:11.353Zprocess exited: duration 19646 ms, exit code 0
 
712026-06-24T22:35:11.360Zstarting task 2: "authentication"
722026-06-24T22:35:11.385Zprocess exited: duration 18 ms, exit code 0
 
732026-06-24T22:35:11.392Zstarting task 3: "clone repository"
742026-06-24T22:35:11.399Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-24T22:35:11.405Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-24T22:35:11.434ZCloning into '/work/oxidecomputer/omicron'...
772026-06-24T22:35:21.083Z+ cd /work/oxidecomputer/omicron
782026-06-24T22:35:21.083Z+ git fetch origin 81e255124710828aa0b8589fdce49c0a33dc9604
792026-06-24T22:35:21.355ZFrom https://github.com/oxidecomputer/omicron
802026-06-24T22:35:21.355Z * branch 81e255124710828aa0b8589fdce49c0a33dc9604 -> FETCH_HEAD
812026-06-24T22:35:21.370Z+ [[ -n iliana/dering ]]
822026-06-24T22:35:21.373Z++ git branch --show-current
832026-06-24T22:35:21.373Z+ current=main
842026-06-24T22:35:21.373Z+ [[ main != iliana/dering ]]
852026-06-24T22:35:21.373Z+ git branch -f iliana/dering 81e255124710828aa0b8589fdce49c0a33dc9604
862026-06-24T22:35:21.376Z+ git checkout -f iliana/dering
872026-06-24T22:35:21.621ZSwitched to branch 'iliana/dering'
882026-06-24T22:35:21.624Z+ git reset --hard 81e255124710828aa0b8589fdce49c0a33dc9604
892026-06-24T22:35:21.638ZHEAD is now at 81e255124 [DO NOT MERGE] remove ring
902026-06-24T22:35:21.641Zprocess exited: duration 10246 ms, exit code 0
 
912026-06-24T22:35:21.648Zstarting task 4: "build"
922026-06-24T22:35:21.655Z+ source .github/buildomat/ci-env.sh
932026-06-24T22:35:21.655Z++ export CARGO_TERM_COLOR=always
942026-06-24T22:35:21.655Z++ CARGO_TERM_COLOR=always
952026-06-24T22:35:21.655Z+ cargo --version
962026-06-24T22:35:21.663Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-24T22:35:21.667Z+ rustc --version
982026-06-24T22:35:21.686Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-24T22:35:21.689Z+ WORK=/work
1002026-06-24T22:35:21.689Z+ pfexec mkdir -p /work
1012026-06-24T22:35:21.693Z+ pfexec chown build /work
1022026-06-24T22:35:21.696Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-24T22:35:23.671Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-24T22:35:23.775Z Startup: Caching catalogs ... Done
1052026-06-24T22:35:24.228ZPlanning: Solver setup ... Done (0.409s)
1062026-06-24T22:35:24.253ZPlanning: Running solver ... Done (0.025s)
1072026-06-24T22:35:24.264ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-24T22:35:24.274ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-24T22:35:24.293ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-24T22:35:24.308ZPlanning: Package planning ... Done (0.014s)
1112026-06-24T22:35:24.311ZPlanning: Merging actions ... Done (0.002s)
1122026-06-24T22:35:24.483ZPlanning: Checking for conflicting actions ... Done (0.174s)
1132026-06-24T22:35:24.487ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-24T22:35:25.370ZPlanning: Evaluating mediators ... Done (0.886s)
1152026-06-24T22:35:25.374ZPlanning: Planning completed in 1.58 seconds
1162026-06-24T22:35:25.380Z Packages to install: 2
1172026-06-24T22:35:25.380Z Estimated space available: 156.06 GB
1182026-06-24T22:35:25.380ZEstimated space to be consumed: 29.57 MB
1192026-06-24T22:35:25.383Z Create boot environment: No
1202026-06-24T22:35:25.383ZCreate backup boot environment: No
1212026-06-24T22:35:25.383Z Rebuild boot archive: No
1222026-06-24T22:35:25.383Z
1232026-06-24T22:35:25.383ZChanged packages:
1242026-06-24T22:35:25.383Zhelios
1252026-06-24T22:35:25.383Z developer/build-essential
1262026-06-24T22:35:25.383Z None -> 11-3.0
1272026-06-24T22:35:25.383Z library/libxmlsec1
1282026-06-24T22:35:25.383Z None -> 1.2.35-3.0
1292026-06-24T22:35:25.404Z
1302026-06-24T22:35:25.404ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-24T22:35:25.989ZDownload: Completed 1.28 MB in 0.58 seconds (2.2M/s)
1322026-06-24T22:35:26.069Z Actions: 1/268 actions (Installing new actions)
1332026-06-24T22:35:26.108Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-24T22:35:26.118ZFinalize: Updating package state database ... Done (0.011s)
1352026-06-24T22:35:26.118ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-24T22:35:26.146ZFinalize: Updating image state ... Done (0.028s)
1372026-06-24T22:35:28.710ZFinalize: Creating fast lookup database ... Done (2.539s)
1382026-06-24T22:35:28.779ZFinalize: Reading search index ... Done (0.012s)
1392026-06-24T22:35:28.783ZFinalize: Updating search index ... Done (0.000s)
1402026-06-24T22:35:28.881ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-24T22:35:29.191ZPlanning: Evaluating mediator changes ... Done
1422026-06-24T22:35:29.297ZPlanning: Checking for conflicting actions ... Done
1432026-06-24T22:35:29.300ZPlanning: Consolidating action changes ... Done
1442026-06-24T22:35:29.453ZPlanning: Evaluating mediators ... Done
1452026-06-24T22:35:29.457ZPlanning: Planning completed in 0.26 seconds
1462026-06-24T22:35:29.476Z Mediators to change: 2
1472026-06-24T22:35:29.476Z Create boot environment: No
1482026-06-24T22:35:29.476ZCreate backup boot environment: No
1492026-06-24T22:35:29.527ZFinalize: Updating package state database ... Done
1502026-06-24T22:35:29.527ZFinalize: Updating package cache ... Done
1512026-06-24T22:35:29.538ZFinalize: Updating image state ... Done
1522026-06-24T22:35:31.480ZFinalize: Creating fast lookup database ... Done
1532026-06-24T22:35:31.582ZFinalize: Reading search index ... Done
1542026-06-24T22:35:31.587ZFinalize: Updating search index ... Done
1552026-06-24T22:35:31.600ZFinalize: Updating package cache ... Done
1562026-06-24T22:35:31.886ZPlanning: Evaluating mediator changes ... Done
1572026-06-24T22:35:31.991ZPlanning: Checking for conflicting actions ... Done
1582026-06-24T22:35:31.995ZPlanning: Consolidating action changes ... Done
1592026-06-24T22:35:32.147ZPlanning: Evaluating mediators ... Done
1602026-06-24T22:35:32.150ZPlanning: Planning completed in 0.26 seconds
1612026-06-24T22:35:32.171Z Mediators to change: 1
1622026-06-24T22:35:32.171Z Create boot environment: No
1632026-06-24T22:35:32.171ZCreate backup boot environment: No
1642026-06-24T22:35:32.211ZFinalize: Updating package state database ... Done
1652026-06-24T22:35:32.211ZFinalize: Updating package cache ... Done
1662026-06-24T22:35:32.227ZFinalize: Updating image state ... Done
1672026-06-24T22:35:34.180ZFinalize: Creating fast lookup database ... Done
1682026-06-24T22:35:34.229ZFinalize: Reading search index ... Done
1692026-06-24T22:35:34.232ZFinalize: Updating search index ... Done
1702026-06-24T22:35:34.284ZFinalize: Updating package cache ... Done
1712026-06-24T22:35:34.594ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-24T22:35:34.594Zapache system 2.4 system
1732026-06-24T22:35:34.594Zclang system 15 system
1742026-06-24T22:35:34.594Zcsh system system illumos
1752026-06-24T22:35:34.594Zctags system system illumos
1762026-06-24T22:35:34.594Zfile vendor vendor darwinsys
1772026-06-24T22:35:34.594Zfile system system illumos
1782026-06-24T22:35:34.594Zgcc vendor 14 vendor
1792026-06-24T22:35:34.594Zgcc system 13 system
1802026-06-24T22:35:34.594Zgcc system 10 system
1812026-06-24T22:35:34.595Zgo system 1.25 system
1822026-06-24T22:35:34.595Zllvm system 15 system
1832026-06-24T22:35:34.595Zmariadb system 11.4 system
1842026-06-24T22:35:34.595Zmta vendor vendor dma
1852026-06-24T22:35:34.595Zopenjdk system 17 system
1862026-06-24T22:35:34.595Zopenjdk system 11 system
1872026-06-24T22:35:34.595Zopenssl vendor 3 vendor
1882026-06-24T22:35:34.595Zperl system 5.40 system
1892026-06-24T22:35:34.595Zpostgresql system 18 system
1902026-06-24T22:35:34.595Zpostgresql system 17 system
1912026-06-24T22:35:34.595Zpython vendor 3 vendor
1922026-06-24T22:35:34.595Zpython system 2 system
1932026-06-24T22:35:34.595Zpython3 vendor 3.13 vendor
1942026-06-24T22:35:34.595Zruby system 3.4 system
1952026-06-24T22:35:34.595Zruby system 3.0 system
1962026-06-24T22:35:34.595Zwords vendor vendor american-english
1972026-06-24T22:35:34.595Zwords system system australian-english
1982026-06-24T22:35:34.595Zwords system system british-english
1992026-06-24T22:35:34.595Zwords system system canadian-english
2002026-06-24T22:35:34.595Zwords system system french
2012026-06-24T22:35:34.595Zwords system system italian
2022026-06-24T22:35:34.595Zwords system system ngerman
2032026-06-24T22:35:34.595Zwords system system ogerman
2042026-06-24T22:35:34.595Zwords system system spanish
2052026-06-24T22:35:34.851ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-24T22:35:34.851Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-24T22:35:35.146ZFMRI IFO
2082026-06-24T22:35:35.146Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-24T22:35:35.147Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-24T22:35:35.147Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-24T22:35:35.147Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-24T22:35:35.147Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-24T22:35:35.147Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-24T22:35:35.147Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-24T22:35:35.147Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-24T22:35:35.147Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-24T22:35:35.394Z Updating git repository `https://github.com/oxidecomputer/omicron-package`
2182026-06-24T22:35:35.662Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2192026-06-24T22:35:35.926Z Updating crates.io index
2202026-06-24T22:35:35.929Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2212026-06-24T22:35:36.151Z Updating git repository `https://github.com/oxidecomputer/lldp`
2222026-06-24T22:35:36.442Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2232026-06-24T22:35:36.751Z Updating git repository `https://github.com/oxidecomputer/propolis`
2242026-06-24T22:35:37.606Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2252026-06-24T22:35:38.088Z Updating git repository `https://github.com/oxidecomputer/crucible`
2262026-06-24T22:35:39.607Z Updating git repository `https://github.com/oxidecomputer/opte`
2272026-06-24T22:35:40.329Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-06-24T22:35:40.580Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2292026-06-24T22:35:41.621Z Updating git repository `https://github.com/oxidecomputer/clickward`
2302026-06-24T22:35:41.844Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2312026-06-24T22:35:42.139Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2322026-06-24T22:35:42.351Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2332026-06-24T22:35:42.751Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2342026-06-24T22:35:43.193Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-06-24T22:35:43.423Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2362026-06-24T22:35:43.624Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2372026-06-24T22:35:43.844Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2382026-06-24T22:35:44.105Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-24T22:35:44.348Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2402026-06-24T22:35:44.557Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2412026-06-24T22:35:44.786Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2422026-06-24T22:35:45.145Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2432026-06-24T22:35:45.522Z Updating git repository `https://github.com/oxidecomputer/erebor`
2442026-06-24T22:35:45.746Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2452026-06-24T22:35:46.115Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2462026-06-24T22:35:46.471Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2472026-06-24T22:35:46.747Z Updating git repository `https://github.com/oxidecomputer/ispf`
2482026-06-24T22:35:46.992Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2492026-06-24T22:35:47.211Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2502026-06-24T22:35:47.510Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-06-24T22:35:47.834Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2522026-06-24T22:35:48.053Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-06-24T22:35:48.332Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2542026-06-24T22:35:48.568Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2552026-06-24T22:35:48.798Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2562026-06-24T22:35:49.092Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2572026-06-24T22:35:49.321Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2582026-06-24T22:35:49.572Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2592026-06-24T22:35:49.822Z Updating git repository `https://github.com/illumos/smf-rs`
2602026-06-24T22:35:52.719Z Downloading crates ...
2612026-06-24T22:35:52.774Z Downloaded clap_lex v1.0.0
2622026-06-24T22:35:52.776Z Downloaded fastrand v2.3.0
2632026-06-24T22:35:52.779Z Downloaded equivalent v1.0.2
2642026-06-24T22:35:52.783Z Downloaded clap v4.6.1
2652026-06-24T22:35:52.785Z Downloaded litemap v0.8.1
2662026-06-24T22:35:52.793Z Downloaded pest_derive v2.8.6
2672026-06-24T22:35:52.796Z Downloaded cargo_metadata v0.21.0
2682026-06-24T22:35:52.798Z Downloaded thread-id v4.2.2
2692026-06-24T22:35:52.801Z Downloaded writeable v0.6.2
2702026-06-24T22:35:52.804Z Downloaded anstream v1.0.0
2712026-06-24T22:35:52.807Z Downloaded anyhow v1.0.102
2722026-06-24T22:35:52.809Z Downloaded usdt-impl v0.5.0
2732026-06-24T22:35:52.820Z Downloaded form_urlencoded v1.2.2
2742026-06-24T22:35:52.823Z Downloaded digest v0.10.7
2752026-06-24T22:35:52.823Z Downloaded typeid v1.0.3
2762026-06-24T22:35:52.825Z Downloaded bytecount v0.6.9
2772026-06-24T22:35:52.825Z Downloaded autocfg v1.5.0
2782026-06-24T22:35:52.828Z Downloaded clap_derive v4.6.1
2792026-06-24T22:35:52.831Z Downloaded toml_datetime v0.6.11
2802026-06-24T22:35:52.831Z Downloaded anstyle-query v1.1.5
2812026-06-24T22:35:52.834Z Downloaded yoke v0.8.1
2822026-06-24T22:35:52.836Z Downloaded tinystr v0.8.2
2832026-06-24T22:35:52.839Z Downloaded crypto-common v0.1.7
2842026-06-24T22:35:52.839Z Downloaded yoke-derive v0.8.1
2852026-06-24T22:35:52.842Z Downloaded errno v0.3.14
2862026-06-24T22:35:52.842Z Downloaded usdt v0.5.0
2872026-06-24T22:35:52.846Z Downloaded usdt-macro v0.5.0
2882026-06-24T22:35:52.846Z Downloaded thiserror-impl v2.0.18
2892026-06-24T22:35:52.849Z Downloaded unicode-linebreak v0.1.5
2902026-06-24T22:35:52.849Z Downloaded cargo_toml v0.21.0
2912026-06-24T22:35:52.849Z Downloaded anstyle-parse v1.0.0
2922026-06-24T22:35:52.851Z Downloaded cargo-platform v0.2.0
2932026-06-24T22:35:52.851Z Downloaded heck v0.5.0
2942026-06-24T22:35:52.854Z Downloaded dof v0.3.0
2952026-06-24T22:35:52.854Z Downloaded ucd-trie v0.1.7
2962026-06-24T22:35:52.857Z Downloaded toml v0.8.23
2972026-06-24T22:35:52.857Z Downloaded itoa v1.0.17
2982026-06-24T22:35:52.859Z Downloaded macaddr v1.0.1
2992026-06-24T22:35:52.859Z Downloaded block-buffer v0.10.4
3002026-06-24T22:35:52.862Z Downloaded dtrace-parser v0.2.0
3012026-06-24T22:35:52.862Z Downloaded utf8_iter v1.0.4
3022026-06-24T22:35:52.864Z Downloaded usdt-attr-macro v0.5.0
3032026-06-24T22:35:52.864Z Downloaded version_check v0.9.5
3042026-06-24T22:35:52.864Z Downloaded toml_write v0.1.2
3052026-06-24T22:35:52.868Z Downloaded terminal_size v0.4.3
3062026-06-24T22:35:52.868Z Downloaded is_terminal_polyfill v1.70.2
3072026-06-24T22:35:52.868Z Downloaded generic-array v0.14.7
3082026-06-24T22:35:52.870Z Downloaded fnv v1.0.7
3092026-06-24T22:35:52.870Z Downloaded heck v0.4.1
3102026-06-24T22:35:52.870Z Downloaded potential_utf v0.1.4
3112026-06-24T22:35:52.873Z Downloaded utf8parse v0.2.2
3122026-06-24T22:35:52.873Z Downloaded unicode-xid v0.2.6
3132026-06-24T22:35:52.873Z Downloaded zerofrom-derive v0.1.6
3142026-06-24T22:35:52.876Z Downloaded zerofrom v0.1.6
3152026-06-24T22:35:52.876Z Downloaded fs-err v3.3.0
3162026-06-24T22:35:52.878Z Downloaded unicode-ident v1.0.24
3172026-06-24T22:35:52.881Z Downloaded idna_adapter v1.2.1
3182026-06-24T22:35:52.881Z Downloaded colorchoice v1.0.4
3192026-06-24T22:35:52.881Z Downloaded cfg-if v1.0.4
3202026-06-24T22:35:52.885Z Downloaded thiserror v2.0.18
3212026-06-24T22:35:52.888Z Downloaded smawk v0.3.2
3222026-06-24T22:35:52.891Z Downloaded proc-macro-error-attr v1.0.4
3232026-06-24T22:35:52.891Z Downloaded pretty-hex v0.4.1
3242026-06-24T22:35:52.891Z Downloaded thiserror-impl v1.0.69
3252026-06-24T22:35:52.893Z Downloaded percent-encoding v2.3.2
3262026-06-24T22:35:52.894Z Downloaded strsim v0.11.1
3272026-06-24T22:35:52.896Z Downloaded zerovec-derive v0.11.2
3282026-06-24T22:35:52.899Z Downloaded zerocopy-derive v0.7.35
3292026-06-24T22:35:52.902Z Downloaded ordered-float v2.10.1
3302026-06-24T22:35:52.902Z Downloaded plain v0.2.3
3312026-06-24T22:35:52.905Z Downloaded stable_deref_trait v1.2.1
3322026-06-24T22:35:52.905Z Downloaded zmij v1.0.21
3332026-06-24T22:35:52.911Z Downloaded serde-value v0.7.0
3342026-06-24T22:35:52.914Z Downloaded swrite v0.1.0
3352026-06-24T22:35:52.914Z Downloaded memmap v0.7.0
3362026-06-24T22:35:52.917Z Downloaded tabled_derive v0.7.0
3372026-06-24T22:35:52.924Z Downloaded toml_edit v0.22.27
3382026-06-24T22:35:52.927Z Downloaded textwrap v0.16.2
3392026-06-24T22:35:52.927Z Downloaded displaydoc v0.2.5
3402026-06-24T22:35:52.930Z Downloaded byteorder v1.5.0
3412026-06-24T22:35:52.930Z Downloaded serde_spanned v0.6.9
3422026-06-24T22:35:52.932Z Downloaded cpufeatures v0.2.17
3432026-06-24T22:35:52.932Z Downloaded scroll v0.12.0
3442026-06-24T22:35:52.933Z Downloaded zerotrie v0.2.3
3452026-06-24T22:35:52.936Z Downloaded icu_normalizer v2.1.1
3462026-06-24T22:35:52.936Z Downloaded anstyle v1.0.14
3472026-06-24T22:35:52.939Z Downloaded cargo-util-schemas v0.8.2
3482026-06-24T22:35:52.939Z Downloaded typenum v1.19.0
3492026-06-24T22:35:52.940Z Downloaded serde_tokenstream v0.2.3
3502026-06-24T22:35:52.942Z Downloaded scroll_derive v0.12.1
3512026-06-24T22:35:52.942Z Downloaded erased-serde v0.4.9
3522026-06-24T22:35:52.942Z Downloaded thiserror v1.0.69
3532026-06-24T22:35:52.945Z Downloaded url v2.5.8
3542026-06-24T22:35:52.947Z Downloaded camino-tempfile v1.4.1
3552026-06-24T22:35:52.950Z Downloaded sha2 v0.10.9
3562026-06-24T22:35:52.950Z Downloaded proc-macro-error v1.0.4
3572026-06-24T22:35:52.959Z Downloaded serde-untagged v0.1.9
3582026-06-24T22:35:52.962Z Downloaded zerovec v0.11.5
3592026-06-24T22:35:52.964Z Downloaded bitflags v2.11.0
3602026-06-24T22:35:52.967Z Downloaded synstructure v0.13.2
3612026-06-24T22:35:52.969Z Downloaded zerocopy v0.7.35
3622026-06-24T22:35:52.977Z Downloaded semver v1.0.28
3632026-06-24T22:35:52.979Z Downloaded winnow v0.7.14
3642026-06-24T22:35:52.984Z Downloaded once_cell v1.21.3
3652026-06-24T22:35:52.986Z Downloaded icu_properties v2.1.2
3662026-06-24T22:35:52.989Z Downloaded unicode-width v0.2.0
3672026-06-24T22:35:52.992Z Downloaded unicode-width v0.1.14
3682026-06-24T22:35:52.994Z Downloaded smallvec v1.15.1
3692026-06-24T22:35:52.994Z Downloaded camino v1.2.2
3702026-06-24T22:35:52.997Z Downloaded pest_generator v2.8.6
3712026-06-24T22:35:53.004Z Downloaded icu_provider v2.1.1
3722026-06-24T22:35:53.006Z Downloaded proc-macro2 v1.0.106
3732026-06-24T22:35:53.009Z Downloaded quote v1.0.45
3742026-06-24T22:35:53.012Z Downloaded tempfile v3.25.0
3752026-06-24T22:35:53.016Z Downloaded log v0.4.29
3762026-06-24T22:35:53.019Z Downloaded serde_core v1.0.228
3772026-06-24T22:35:53.019Z Downloaded serde_derive v1.0.228
3782026-06-24T22:35:53.022Z Downloaded papergrid v0.11.0
3792026-06-24T22:35:53.022Z Downloaded num-traits v0.2.19
3802026-06-24T22:35:53.033Z Downloaded getrandom v0.4.1
3812026-06-24T22:35:53.038Z Downloaded pest_meta v2.8.6
3822026-06-24T22:35:53.053Z Downloaded serde v1.0.228
3832026-06-24T22:35:53.056Z Downloaded icu_normalizer_data v2.1.1
3842026-06-24T22:35:53.059Z Downloaded icu_locale_core v2.1.1
3852026-06-24T22:35:53.065Z Downloaded icu_collections v2.1.1
3862026-06-24T22:35:53.068Z Downloaded rustix v1.1.3
3872026-06-24T22:35:53.081Z Downloaded memchr v2.8.0
3882026-06-24T22:35:53.083Z Downloaded clap_builder v4.6.0
3892026-06-24T22:35:53.086Z Downloaded indexmap v2.14.0
3902026-06-24T22:35:53.089Z Downloaded pest v2.8.6
3912026-06-24T22:35:53.101Z Downloaded idna v1.1.0
3922026-06-24T22:35:53.104Z Downloaded icu_properties_data v2.1.2
3932026-06-24T22:35:53.109Z Downloaded serde_json v1.0.150
3942026-06-24T22:35:53.112Z Downloaded hashbrown v0.17.0
3952026-06-24T22:35:53.115Z Downloaded goblin v0.8.2
3962026-06-24T22:35:53.130Z Downloaded tabled v0.15.0
3972026-06-24T22:35:53.138Z Downloaded syn v2.0.117
3982026-06-24T22:35:53.144Z Downloaded syn v1.0.109
3992026-06-24T22:35:53.178Z Downloaded libc v0.2.185
4002026-06-24T22:35:53.245Z Compiling proc-macro2 v1.0.106
4012026-06-24T22:35:53.245Z Compiling unicode-ident v1.0.24
4022026-06-24T22:35:53.245Z Compiling quote v1.0.45
4032026-06-24T22:35:53.248Z Compiling serde_core v1.0.228
4042026-06-24T22:35:53.248Z Compiling libc v0.2.185
4052026-06-24T22:35:53.248Z Compiling version_check v0.9.5
4062026-06-24T22:35:53.248Z Compiling stable_deref_trait v1.2.1
4072026-06-24T22:35:53.248Z Compiling memchr v2.8.0
4082026-06-24T22:35:53.248Z Compiling serde v1.0.228
4092026-06-24T22:35:53.248Z Compiling zmij v1.0.21
4102026-06-24T22:35:53.416Z Compiling ucd-trie v0.1.7
4112026-06-24T22:35:53.419Z Compiling itoa v1.0.17
4122026-06-24T22:35:53.419Z Compiling autocfg v1.5.0
4132026-06-24T22:35:53.419Z Compiling thiserror v1.0.69
4142026-06-24T22:35:53.419Z Compiling litemap v0.8.1
4152026-06-24T22:35:53.609Z Compiling writeable v0.6.2
4162026-06-24T22:35:53.811Z Compiling byteorder v1.5.0
4172026-06-24T22:35:53.828Z Compiling icu_normalizer_data v2.1.1
4182026-06-24T22:35:53.860Z Compiling rustix v1.1.3
4192026-06-24T22:35:53.863Z Compiling icu_properties_data v2.1.2
4202026-06-24T22:35:53.974Z Compiling pest v2.8.6
4212026-06-24T22:35:54.041Z Compiling serde_json v1.0.150
4222026-06-24T22:35:54.058Z Compiling bitflags v2.11.0
4232026-06-24T22:35:54.104Z Compiling num-traits v0.2.19
4242026-06-24T22:35:54.118Z Compiling hashbrown v0.17.0
4252026-06-24T22:35:54.184Z Compiling equivalent v1.0.2
4262026-06-24T22:35:54.215Z Compiling smallvec v1.15.1
4272026-06-24T22:35:54.309Z Compiling typeid v1.0.3
4282026-06-24T22:35:54.323Z Compiling proc-macro-error-attr v1.0.4
4292026-06-24T22:35:54.341Z Compiling usdt-impl v0.5.0
4302026-06-24T22:35:54.357Z Compiling winnow v0.7.14
4312026-06-24T22:35:54.360Z Compiling erased-serde v0.4.9
4322026-06-24T22:35:54.409Z Compiling errno v0.3.14
4332026-06-24T22:35:54.452Z Compiling thread-id v4.2.2
4342026-06-24T22:35:54.467Z Compiling toml_write v0.1.2
4352026-06-24T22:35:54.485Z Compiling syn v1.0.109
4362026-06-24T22:35:54.526Z Compiling proc-macro-error v1.0.4
4372026-06-24T22:35:54.596Z Compiling percent-encoding v2.3.2
4382026-06-24T22:35:54.624Z Compiling plain v0.2.3
4392026-06-24T22:35:54.696Z Compiling indexmap v2.14.0
4402026-06-24T22:35:54.753Z Compiling utf8_iter v1.0.4
4412026-06-24T22:35:54.770Z Compiling getrandom v0.4.1
4422026-06-24T22:35:54.773Z Compiling thiserror v2.0.18
4432026-06-24T22:35:54.773Z Compiling log v0.4.29
4442026-06-24T22:35:54.830Z Compiling utf8parse v0.2.2
4452026-06-24T22:35:54.878Z Compiling camino v1.2.2
4462026-06-24T22:35:54.894Z Compiling syn v2.0.117
4472026-06-24T22:35:54.948Z Compiling form_urlencoded v1.2.2
4482026-06-24T22:35:54.993Z Compiling anstyle-parse v1.0.0
4492026-06-24T22:35:55.143Z Compiling pest_meta v2.8.6
4502026-06-24T22:35:55.159Z Compiling ordered-float v2.10.1
4512026-06-24T22:35:55.211Z Compiling pretty-hex v0.4.1
4522026-06-24T22:35:55.267Z Compiling anstyle v1.0.14
4532026-06-24T22:35:55.298Z Compiling colorchoice v1.0.4
4542026-06-24T22:35:55.347Z Compiling cfg-if v1.0.4
4552026-06-24T22:35:55.373Z Compiling is_terminal_polyfill v1.70.2
4562026-06-24T22:35:55.391Z Compiling anstyle-query v1.1.5
4572026-06-24T22:35:55.464Z Compiling terminal_size v0.4.3
4582026-06-24T22:35:55.492Z Compiling fs-err v3.3.0
4592026-06-24T22:35:55.492Z Compiling fastrand v2.3.0
4602026-06-24T22:35:55.535Z Compiling anstream v1.0.0
4612026-06-24T22:35:55.545Z Compiling heck v0.4.1
4622026-06-24T22:35:55.545Z Compiling fnv v1.0.7
4632026-06-24T22:35:55.638Z Compiling unicode-xid v0.2.6
4642026-06-24T22:35:55.683Z Compiling anyhow v1.0.102
4652026-06-24T22:35:55.683Z Compiling once_cell v1.21.3
4662026-06-24T22:35:55.727Z Compiling strsim v0.11.1
4672026-06-24T22:35:55.741Z Compiling heck v0.5.0
4682026-06-24T22:35:55.802Z Compiling semver v1.0.28
4692026-06-24T22:35:55.911Z Compiling unicode-width v0.1.14
4702026-06-24T22:35:55.981Z Compiling bytecount v0.6.9
4712026-06-24T22:35:56.067Z Compiling clap_lex v1.0.0
4722026-06-24T22:35:56.067Z Compiling tempfile v3.25.0
4732026-06-24T22:35:56.176Z Compiling memmap v0.7.0
4742026-06-24T22:35:56.259Z Compiling clap_builder v4.6.0
4752026-06-24T22:35:56.259Z Compiling papergrid v0.11.0
4762026-06-24T22:35:56.259Z Compiling serde-untagged v0.1.9
4772026-06-24T22:35:56.345Z Compiling unicode-width v0.2.0
4782026-06-24T22:35:56.345Z Compiling unicode-linebreak v0.1.5
4792026-06-24T22:35:56.345Z Compiling smawk v0.3.2
4802026-06-24T22:35:56.346Z Compiling camino-tempfile v1.4.1
4812026-06-24T22:35:56.400Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-24T22:35:56.422Z Compiling swrite v0.1.0
4832026-06-24T22:35:56.462Z Compiling textwrap v0.16.2
4842026-06-24T22:35:56.768Z Compiling tabled_derive v0.7.0
4852026-06-24T22:35:57.410Z Compiling tabled v0.15.0
4862026-06-24T22:35:57.441Z Compiling synstructure v0.13.2
4872026-06-24T22:35:57.441Z Compiling pest_generator v2.8.6
4882026-06-24T22:35:57.946Z Compiling serde_derive v1.0.228
4892026-06-24T22:35:57.946Z Compiling zerofrom-derive v0.1.6
4902026-06-24T22:35:57.959Z Compiling yoke-derive v0.8.1
4912026-06-24T22:35:57.959Z Compiling zerovec-derive v0.11.2
4922026-06-24T22:35:57.959Z Compiling displaydoc v0.2.5
4932026-06-24T22:35:57.959Z Compiling thiserror-impl v1.0.69
4942026-06-24T22:35:57.960Z Compiling zerocopy-derive v0.7.35
4952026-06-24T22:35:57.995Z Compiling scroll_derive v0.12.1
4962026-06-24T22:35:58.003Z Compiling thiserror-impl v2.0.18
4972026-06-24T22:35:58.029Z Compiling pest_derive v2.8.6
4982026-06-24T22:35:58.058Z Compiling clap_derive v4.6.1
4992026-06-24T22:35:58.694Z Compiling scroll v0.12.0
5002026-06-24T22:35:58.817Z Compiling zerocopy v0.7.35
5012026-06-24T22:35:58.921Z Compiling goblin v0.8.2
5022026-06-24T22:35:59.125Z Compiling dtrace-parser v0.2.0
5032026-06-24T22:35:59.140Z Compiling zerofrom v0.1.6
5042026-06-24T22:35:59.235Z Compiling yoke v0.8.1
5052026-06-24T22:35:59.393Z Compiling zerovec v0.11.5
5062026-06-24T22:35:59.393Z Compiling zerotrie v0.2.3
5072026-06-24T22:35:59.490Z Compiling clap v4.6.1
5082026-06-24T22:35:59.850Z Compiling tinystr v0.8.2
5092026-06-24T22:35:59.850Z Compiling potential_utf v0.1.4
5102026-06-24T22:35:59.975Z Compiling icu_collections v2.1.1
5112026-06-24T22:36:00.004Z Compiling icu_locale_core v2.1.1
5122026-06-24T22:36:00.497Z Compiling serde_spanned v0.6.9
5132026-06-24T22:36:00.497Z Compiling toml_datetime v0.6.11
5142026-06-24T22:36:00.497Z Compiling serde-value v0.7.0
5152026-06-24T22:36:00.497Z Compiling cargo-platform v0.2.0
5162026-06-24T22:36:00.501Z Compiling macaddr v1.0.1
5172026-06-24T22:36:00.512Z Compiling dof v0.3.0
5182026-06-24T22:36:00.515Z Compiling serde_tokenstream v0.2.3
5192026-06-24T22:36:00.574Z Compiling icu_provider v2.1.1
5202026-06-24T22:36:00.686Z Compiling toml_edit v0.22.27
5212026-06-24T22:36:00.845Z Compiling icu_normalizer v2.1.1
5222026-06-24T22:36:00.845Z Compiling icu_properties v2.1.2
5232026-06-24T22:36:01.237Z Compiling usdt-macro v0.5.0
5242026-06-24T22:36:01.240Z Compiling usdt-attr-macro v0.5.0
5252026-06-24T22:36:01.672Z Compiling idna_adapter v1.2.1
5262026-06-24T22:36:01.778Z Compiling idna v1.1.0
5272026-06-24T22:36:01.859Z Compiling usdt v0.5.0
5282026-06-24T22:36:01.993Z Compiling toml v0.8.23
5292026-06-24T22:36:02.038Z Compiling url v2.5.8
5302026-06-24T22:36:02.324Z Compiling cargo_toml v0.21.0
5312026-06-24T22:36:02.436Z Compiling cargo-util-schemas v0.8.2
5322026-06-24T22:36:03.196Z Compiling cargo_metadata v0.21.0
5332026-06-24T22:36:04.114Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-24T22:36:06.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.00s
5352026-06-24T22:36:06.454Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-06-24T22:36:06.935Z Downloading crates ...
5372026-06-24T22:36:07.032Z Downloaded adler2 v2.0.1
5382026-06-24T22:36:07.035Z Downloaded anstyle-parse v0.2.7
5392026-06-24T22:36:07.039Z Downloaded bit-vec v0.8.0
5402026-06-24T22:36:07.042Z Downloaded cargo-platform v0.3.2
5412026-06-24T22:36:07.042Z Downloaded base16ct v0.2.0
5422026-06-24T22:36:07.045Z Downloaded base64ct v1.8.3
5432026-06-24T22:36:07.047Z Downloaded anstream v0.6.21
5442026-06-24T22:36:07.054Z Downloaded convert_case v0.4.0
5452026-06-24T22:36:07.057Z Downloaded blowfish v0.9.1
5462026-06-24T22:36:07.057Z Downloaded ar_archive_writer v0.5.1
5472026-06-24T22:36:07.066Z Downloaded darling_core v0.13.4
5482026-06-24T22:36:07.069Z Downloaded crypto-common v0.2.2
5492026-06-24T22:36:07.071Z Downloaded darling v0.13.4
5502026-06-24T22:36:07.072Z Downloaded cexpr v0.6.0
5512026-06-24T22:36:07.074Z Downloaded clang-sys v1.8.1
5522026-06-24T22:36:07.074Z Downloaded bitfield-struct v0.6.2
5532026-06-24T22:36:07.077Z Downloaded bitfield v0.19.4
5542026-06-24T22:36:07.077Z Downloaded async-recursion v1.1.1
5552026-06-24T22:36:07.079Z Downloaded cookie_store v0.22.1
5562026-06-24T22:36:07.082Z Downloaded bb8 v0.8.6
5572026-06-24T22:36:07.082Z Downloaded darling_core v0.20.11
5582026-06-24T22:36:07.085Z Downloaded darling v0.20.11
5592026-06-24T22:36:07.088Z Downloaded darling_macro v0.13.4
5602026-06-24T22:36:07.091Z Downloaded darling_macro v0.23.0
5612026-06-24T22:36:07.091Z Downloaded curve25519-dalek-derive v0.1.1
5622026-06-24T22:36:07.091Z Downloaded cstr-argument v0.1.2
5632026-06-24T22:36:07.091Z Downloaded cpufeatures v0.3.0
5642026-06-24T22:36:07.094Z Downloaded daft-derive v0.1.7
5652026-06-24T22:36:07.096Z Downloaded bcrypt-pbkdf v0.10.0
5662026-06-24T22:36:07.096Z Downloaded atomicwrites v0.4.4
5672026-06-24T22:36:07.099Z Downloaded debug-ignore v1.0.5
5682026-06-24T22:36:07.099Z Downloaded crc-catalog v2.4.0
5692026-06-24T22:36:07.099Z Downloaded ascii-canvas v3.0.0
5702026-06-24T22:36:07.102Z Downloaded crunchy v0.2.4
5712026-06-24T22:36:07.102Z Downloaded ctr v0.9.2
5722026-06-24T22:36:07.102Z Downloaded float-ord v0.3.2
5732026-06-24T22:36:07.105Z Downloaded aead v0.5.2
5742026-06-24T22:36:07.105Z Downloaded defmt v0.3.100
5752026-06-24T22:36:07.105Z Downloaded defmt-macros v1.0.1
5762026-06-24T22:36:07.108Z Downloaded daft v0.1.7
5772026-06-24T22:36:07.108Z Downloaded bit-set v0.5.3
5782026-06-24T22:36:07.110Z Downloaded cobs v0.3.0
5792026-06-24T22:36:07.110Z Downloaded darling_macro v0.20.11
5802026-06-24T22:36:07.110Z Downloaded async-stream v0.3.6
5812026-06-24T22:36:07.113Z Downloaded bit-set v0.8.0
5822026-06-24T22:36:07.113Z Downloaded chacha20poly1305 v0.10.1
5832026-06-24T22:36:07.116Z Downloaded bumpalo v3.20.2
5842026-06-24T22:36:07.116Z Downloaded cfg_aliases v0.2.1
5852026-06-24T22:36:07.119Z Downloaded atomic-waker v1.1.2
5862026-06-24T22:36:07.119Z Downloaded async-stream-impl v0.3.6
5872026-06-24T22:36:07.119Z Downloaded bitfield-macros v0.19.4
5882026-06-24T22:36:07.122Z Downloaded arrayref v0.3.9
5892026-06-24T22:36:07.122Z Downloaded der_derive v0.7.3
5902026-06-24T22:36:07.122Z Downloaded csv-core v0.1.13
5912026-06-24T22:36:07.124Z Downloaded atty v0.2.14
5922026-06-24T22:36:07.124Z Downloaded assert_matches v1.5.0
5932026-06-24T22:36:07.124Z Downloaded crossbeam-epoch v0.9.18
5942026-06-24T22:36:07.127Z Downloaded bcs v0.1.6
5952026-06-24T22:36:07.127Z Downloaded array-init v0.0.4
5962026-06-24T22:36:07.130Z Downloaded derive-ex v0.1.8
5972026-06-24T22:36:07.130Z Downloaded crc8 v0.1.1
5982026-06-24T22:36:07.133Z Downloaded crossbeam-deque v0.8.6
5992026-06-24T22:36:07.133Z Downloaded crossbeam-utils v0.8.21
6002026-06-24T22:36:07.137Z Downloaded dirs-sys-next v0.1.2
6012026-06-24T22:36:07.139Z Downloaded ciborium-ll v0.2.2
6022026-06-24T22:36:07.142Z Downloaded fixedbitset v0.4.2
6032026-06-24T22:36:07.142Z Downloaded darling_macro v0.21.3
6042026-06-24T22:36:07.144Z Downloaded data-encoding v2.10.0
6052026-06-24T22:36:07.147Z Downloaded compression-core v0.4.31
6062026-06-24T22:36:07.147Z Downloaded foreign-types v0.3.2
6072026-06-24T22:36:07.147Z Downloaded dropshot-api-manager-types v0.7.2
6082026-06-24T22:36:07.150Z Downloaded darling v0.23.0
6092026-06-24T22:36:07.152Z Downloaded embedded-io v0.4.0
6102026-06-24T22:36:07.152Z Downloaded display-error-chain v0.2.2
6112026-06-24T22:36:07.155Z Downloaded crucible-workspace-hack v0.1.0
6122026-06-24T22:36:07.155Z Downloaded block-padding v0.3.3
6132026-06-24T22:36:07.155Z Downloaded ciborium-io v0.2.2
6142026-06-24T22:36:07.158Z Downloaded dunce v1.0.5
6152026-06-24T22:36:07.161Z Downloaded fd-lock v4.0.4
6162026-06-24T22:36:07.163Z Downloaded block-buffer v0.12.1
6172026-06-24T22:36:07.163Z Downloaded env_filter v1.0.0
6182026-06-24T22:36:07.168Z Downloaded flagset v0.4.7
6192026-06-24T22:36:07.171Z Downloaded async-trait v0.1.89
6202026-06-24T22:36:07.171Z Downloaded backoff v0.4.0
6212026-06-24T22:36:07.174Z Downloaded downcast-rs v2.0.2
6222026-06-24T22:36:07.174Z Downloaded crc v3.4.0
6232026-06-24T22:36:07.177Z Downloaded deranged v0.5.8
6242026-06-24T22:36:07.177Z Downloaded float-cmp v0.10.0
6252026-06-24T22:36:07.180Z Downloaded foreign-types-macros v0.2.3
6262026-06-24T22:36:07.180Z Downloaded castaway v0.2.4
6272026-06-24T22:36:07.180Z Downloaded cfg_aliases v0.1.1
6282026-06-24T22:36:07.182Z Downloaded dsl_auto_type v0.2.0
6292026-06-24T22:36:07.182Z Downloaded document-features v0.2.12
6302026-06-24T22:36:07.182Z Downloaded dirs-next v2.0.0
6312026-06-24T22:36:07.185Z Downloaded dyn-clone v1.0.20
6322026-06-24T22:36:07.185Z Downloaded cmake v0.1.57
6332026-06-24T22:36:07.188Z Downloaded bit-vec v0.6.3
6342026-06-24T22:36:07.188Z Downloaded async-bb8-diesel v0.2.1
6352026-06-24T22:36:07.188Z Downloaded backon v1.6.0
6362026-06-24T22:36:07.191Z Downloaded enum-as-inner v0.6.1
6372026-06-24T22:36:07.195Z Downloaded difflib v0.4.0
6382026-06-24T22:36:07.195Z Downloaded ahash v0.8.12
6392026-06-24T22:36:07.195Z Downloaded futures-io v0.3.32
6402026-06-24T22:36:07.198Z Downloaded foreign-types-shared v0.1.1
6412026-06-24T22:36:07.198Z Downloaded endian-type v0.1.2
6422026-06-24T22:36:07.198Z Downloaded dof v0.4.0
6432026-06-24T22:36:07.198Z Downloaded diesel_table_macro_syntax v0.3.0
6442026-06-24T22:36:07.198Z Downloaded futures-core v0.3.32
6452026-06-24T22:36:07.201Z Downloaded foreign-types v0.5.0
6462026-06-24T22:36:07.201Z Downloaded foreign-types-shared v0.3.1
6472026-06-24T22:36:07.201Z Downloaded fxhash v0.2.1
6482026-06-24T22:36:07.201Z Downloaded globwalk v0.9.1
6492026-06-24T22:36:07.205Z Downloaded futures-task v0.3.32
6502026-06-24T22:36:07.205Z Downloaded derive_builder_macro v0.20.2
6512026-06-24T22:36:07.207Z Downloaded hash32 v0.3.1
6522026-06-24T22:36:07.208Z Downloaded hash32 v0.2.1
6532026-06-24T22:36:07.212Z Downloaded arrayvec v0.7.6
6542026-06-24T22:36:07.216Z Downloaded const_format_proc_macros v0.2.34
6552026-06-24T22:36:07.219Z Downloaded embedded-io v0.6.1
6562026-06-24T22:36:07.220Z Downloaded chacha20 v0.9.1
6572026-06-24T22:36:07.220Z Downloaded argon2 v0.5.3
6582026-06-24T22:36:07.223Z Downloaded ghash v0.5.1
6592026-06-24T22:36:07.223Z Downloaded constant_time_eq v0.4.2
6602026-06-24T22:36:07.223Z Downloaded foldhash v0.1.5
6612026-06-24T22:36:07.226Z Downloaded defmt-parser v1.0.0
6622026-06-24T22:36:07.226Z Downloaded camino-tempfile-ext v0.3.3
6632026-06-24T22:36:07.226Z Downloaded fixedbitset v0.5.7
6642026-06-24T22:36:07.229Z Downloaded cipher v0.4.4
6652026-06-24T22:36:07.229Z Downloaded dtrace-parser v0.3.0
6662026-06-24T22:36:07.232Z Downloaded ff v0.13.1
6672026-06-24T22:36:07.232Z Downloaded compression-codecs v0.4.37
6682026-06-24T22:36:07.241Z Downloaded buf-list v1.1.2
6692026-06-24T22:36:07.242Z Downloaded hex v0.4.3
6702026-06-24T22:36:07.242Z Downloaded gethostname v0.5.0
6712026-06-24T22:36:07.245Z Downloaded git-stub v1.0.0
6722026-06-24T22:36:07.245Z Downloaded console v0.16.2
6732026-06-24T22:36:07.245Z Downloaded cbc v0.1.2
6742026-06-24T22:36:07.245Z Downloaded convert_case v0.10.0
6752026-06-24T22:36:07.245Z Downloaded corncobs v0.1.4
6762026-06-24T22:36:07.245Z Downloaded headers-core v0.3.0
6772026-06-24T22:36:07.245Z Downloaded byte-wrapper v0.1.0
6782026-06-24T22:36:07.245Z Downloaded hex-literal v0.4.1
6792026-06-24T22:36:07.249Z Downloaded cassowary v0.3.0
6802026-06-24T22:36:07.249Z Downloaded blake2 v0.10.6
6812026-06-24T22:36:07.249Z Downloaded bitflags v1.3.2
6822026-06-24T22:36:07.253Z Downloaded hostname v0.3.1
6832026-06-24T22:36:07.253Z Downloaded ciborium v0.2.2
6842026-06-24T22:36:07.253Z Downloaded allocator-api2 v0.2.21
6852026-06-24T22:36:07.256Z Downloaded critical-section v1.2.0
6862026-06-24T22:36:07.256Z Downloaded http-body v1.0.1
6872026-06-24T22:36:07.258Z Downloaded home v0.5.12
6882026-06-24T22:36:07.258Z Downloaded hubpack v0.1.2
6892026-06-24T22:36:07.258Z Downloaded fallible-iterator v0.2.0
6902026-06-24T22:36:07.262Z Downloaded funty v2.0.0
6912026-06-24T22:36:07.262Z Downloaded foldhash v0.2.0
6922026-06-24T22:36:07.262Z Downloaded erased-serde v0.3.31
6932026-06-24T22:36:07.266Z Downloaded fs_extra v1.3.0
6942026-06-24T22:36:07.266Z Downloaded digest v0.11.3
6952026-06-24T22:36:07.266Z Downloaded futures-executor v0.3.32
6962026-06-24T22:36:07.269Z Downloaded globset v0.4.18
6972026-06-24T22:36:07.269Z Downloaded find-msvc-tools v0.1.9
6982026-06-24T22:36:07.269Z Downloaded hyper-tls v0.6.0
6992026-06-24T22:36:07.272Z Downloaded illumos-nvpair v0.3.0
7002026-06-24T22:36:07.272Z Downloaded ena v0.14.4
7012026-06-24T22:36:07.272Z Downloaded ed25519 v2.2.3
7022026-06-24T22:36:07.274Z Downloaded illumos-nvpair-sys v0.2.0
7032026-06-24T22:36:07.274Z Downloaded filetime v0.2.27
7042026-06-24T22:36:07.274Z Downloaded hostname v0.4.2
7052026-06-24T22:36:07.277Z Downloaded httpdate v1.0.3
7062026-06-24T22:36:07.277Z Downloaded env_logger v0.11.9
7072026-06-24T22:36:07.280Z Downloaded http-range v0.1.5
7082026-06-24T22:36:07.280Z Downloaded derive_builder_core v0.20.2
7092026-06-24T22:36:07.283Z Downloaded defmt v1.0.1
7102026-06-24T22:36:07.283Z Downloaded hubpack_derive v0.1.1
7112026-06-24T22:36:07.285Z Downloaded ident_case v1.0.1
7122026-06-24T22:36:07.285Z Downloaded darling_core v0.21.3
7132026-06-24T22:36:07.288Z Downloaded const-oid v0.9.6
7142026-06-24T22:36:07.288Z Downloaded diesel-dtrace v0.5.0
7152026-06-24T22:36:07.291Z Downloaded colored v3.1.1
7162026-06-24T22:36:07.294Z Downloaded futures-macro v0.3.32
7172026-06-24T22:36:07.294Z Downloaded fs-err v2.11.0
7182026-06-24T22:36:07.294Z Downloaded console v0.15.11
7192026-06-24T22:36:07.296Z Downloaded cancel-safe-futures v0.1.5
7202026-06-24T22:36:07.299Z Downloaded internet-checksum v0.2.1
7212026-06-24T22:36:07.299Z Downloaded indent_write v2.2.0
7222026-06-24T22:36:07.299Z Downloaded crc32fast v1.5.0
7232026-06-24T22:36:07.303Z Downloaded is-terminal v0.4.17
7242026-06-24T22:36:07.303Z Downloaded indoc v1.0.9
7252026-06-24T22:36:07.306Z Downloaded either v1.15.0
7262026-06-24T22:36:07.306Z Downloaded glob v0.3.3
7272026-06-24T22:36:07.306Z Downloaded git-stub-vcs v0.1.0
7282026-06-24T22:36:07.306Z Downloaded des v0.8.1
7292026-06-24T22:36:07.310Z Downloaded group v0.13.0
7302026-06-24T22:36:07.310Z Downloaded chacha20 v0.10.0
7312026-06-24T22:36:07.313Z Downloaded colored v2.2.0
7322026-06-24T22:36:07.313Z Downloaded cargo_metadata v0.23.1
7332026-06-24T22:36:07.313Z Downloaded bzip2 v0.6.1
7342026-06-24T22:36:07.316Z Downloaded instant v0.1.13
7352026-06-24T22:36:07.316Z Downloaded is_ci v1.2.0
7362026-06-24T22:36:07.318Z Downloaded instability v0.3.11
7372026-06-24T22:36:07.318Z Downloaded lazy_static v1.5.0
7382026-06-24T22:36:07.318Z Downloaded lalrpop-util v0.19.12
7392026-06-24T22:36:07.321Z Downloaded inout v0.1.4
7402026-06-24T22:36:07.321Z Downloaded bzip2 v0.4.4
7412026-06-24T22:36:07.321Z Downloaded futures-sink v0.3.32
7422026-06-24T22:36:07.324Z Downloaded keccak v0.1.6
7432026-06-24T22:36:07.324Z Downloaded kstat-rs v0.2.4
7442026-06-24T22:36:07.324Z Downloaded highway v1.3.0
7452026-06-24T22:36:07.327Z Downloaded crypto-bigint v0.5.5
7462026-06-24T22:36:07.329Z Downloaded futures-channel v0.3.32
7472026-06-24T22:36:07.332Z Downloaded ecdsa v0.16.9
7482026-06-24T22:36:07.336Z Downloaded derive_builder v0.20.2
7492026-06-24T22:36:07.339Z Downloaded darling v0.21.3
7502026-06-24T22:36:07.342Z Downloaded impl-trait-for-tuples v0.2.3
7512026-06-24T22:36:07.345Z Downloaded crc-any v2.5.0
7522026-06-24T22:36:07.347Z Downloaded lru-slab v0.1.2
7532026-06-24T22:36:07.348Z Downloaded linked-hash-map v0.5.6
7542026-06-24T22:36:07.350Z Downloaded maplit v1.0.2
7552026-06-24T22:36:07.350Z Downloaded mime v0.3.17
7562026-06-24T22:36:07.350Z Downloaded md5 v0.7.0
7572026-06-24T22:36:07.353Z Downloaded managed v0.8.0
7582026-06-24T22:36:07.353Z Downloaded http-body-util v0.1.3
7592026-06-24T22:36:07.356Z Downloaded getrandom v0.2.17
7602026-06-24T22:36:07.356Z Downloaded hyper-staticfile v0.10.1
7612026-06-24T22:36:07.358Z Downloaded indoc v2.0.7
7622026-06-24T22:36:07.358Z Downloaded cookie v0.18.1
7632026-06-24T22:36:07.394Z Downloaded libscf-sys v1.1.0
7642026-06-24T22:36:07.394Z Downloaded lzss v0.8.2
7652026-06-24T22:36:07.394Z Downloaded match_cfg v0.1.0
7662026-06-24T22:36:07.394Z Downloaded lru-cache v0.1.2
7672026-06-24T22:36:07.394Z Downloaded md-5 v0.10.6
7682026-06-24T22:36:07.395Z Downloaded dropshot_endpoint v0.17.1
7692026-06-24T22:36:07.395Z Downloaded elliptic-curve v0.13.8
7702026-06-24T22:36:07.395Z Downloaded ipnetwork v0.21.1
7712026-06-24T22:36:07.395Z Downloaded ipnet v2.11.0
7722026-06-24T22:36:07.395Z Downloaded memoffset v0.9.1
7732026-06-24T22:36:07.395Z Downloaded ingot v0.1.1
7742026-06-24T22:36:07.395Z Downloaded fatfs v0.3.6
7752026-06-24T22:36:07.395Z Downloaded derive_more v0.99.20
7762026-06-24T22:36:07.395Z Downloaded jobserver v0.1.34
7772026-06-24T22:36:07.395Z Downloaded ingot-types v0.1.2
7782026-06-24T22:36:07.395Z Downloaded diff v0.1.13
7792026-06-24T22:36:07.395Z Downloaded nibble_vec v0.1.0
7802026-06-24T22:36:07.395Z Downloaded multimap v0.10.1
7812026-06-24T22:36:07.395Z Downloaded nodrop v0.1.14
7822026-06-24T22:36:07.395Z Downloaded newtype_derive v0.1.6
7832026-06-24T22:36:07.395Z Downloaded newline-converter v0.3.0
7842026-06-24T22:36:07.395Z Downloaded new_debug_unreachable v1.0.6
7852026-06-24T22:36:07.398Z Downloaded newtype-uuid-macros v0.1.0
7862026-06-24T22:36:07.398Z Downloaded derive-where v1.6.0
7872026-06-24T22:36:07.401Z Downloaded nonempty v0.12.0
7882026-06-24T22:36:07.404Z Downloaded num-derive v0.3.3
7892026-06-24T22:36:07.404Z Downloaded normalize-line-endings v0.3.0
7902026-06-24T22:36:07.408Z Downloaded num-derive v0.4.2
7912026-06-24T22:36:07.408Z Downloaded num_threads v0.1.7
7922026-06-24T22:36:07.408Z Downloaded num v0.4.3
7932026-06-24T22:36:07.408Z Downloaded openssl-probe v0.1.6
7942026-06-24T22:36:07.411Z Downloaded libefi-sys v0.1.0
7952026-06-24T22:36:07.411Z Downloaded libsw v3.5.0
7962026-06-24T22:36:07.411Z Downloaded humantime v2.3.0
7972026-06-24T22:36:07.414Z Downloaded hybrid-array v0.4.10
7982026-06-24T22:36:07.414Z Downloaded httparse v1.10.1
7992026-06-24T22:36:07.419Z Downloaded num-conv v0.2.0
8002026-06-24T22:36:07.419Z Downloaded half v2.7.1
8012026-06-24T22:36:07.419Z Downloaded num-iter v0.1.45
8022026-06-24T22:36:07.419Z Downloaded drift v0.2.0
8032026-06-24T22:36:07.425Z Downloaded openssl-probe v0.2.1
8042026-06-24T22:36:07.427Z Downloaded num_enum_derive v0.5.11
8052026-06-24T22:36:07.427Z Downloaded openssl-macros v0.1.1
8062026-06-24T22:36:07.430Z Downloaded opaque-debug v0.3.1
8072026-06-24T22:36:07.430Z Downloaded lru v0.12.5
8082026-06-24T22:36:07.430Z Downloaded lock_api v0.4.14
8092026-06-24T22:36:07.433Z Downloaded libsw-core v0.3.2
8102026-06-24T22:36:07.433Z Downloaded maybe-uninit v2.0.0
8112026-06-24T22:36:07.433Z Downloaded linear-map v1.2.0
8122026-06-24T22:36:07.433Z Downloaded base64 v0.22.1
8132026-06-24T22:36:07.436Z Downloaded half v1.8.3
8142026-06-24T22:36:07.439Z Downloaded iana-time-zone v0.1.65
8152026-06-24T22:36:07.439Z Downloaded mime_guess v2.0.5
8162026-06-24T22:36:07.442Z Downloaded ingot-macros v0.1.1
8172026-06-24T22:36:07.442Z Downloaded const_format v0.2.35
8182026-06-24T22:36:07.445Z Downloaded oso-derive v0.27.3
8192026-06-24T22:36:07.446Z Downloaded nanorand v0.7.0
8202026-06-24T22:36:07.449Z Downloaded multer v3.1.0
8212026-06-24T22:36:07.449Z Downloaded bytes v1.11.1
8222026-06-24T22:36:07.452Z Downloaded arc-swap v1.8.2
8232026-06-24T22:36:07.455Z Downloaded const-oid v0.10.2
8242026-06-24T22:36:07.455Z Downloaded flume v0.11.1
8252026-06-24T22:36:07.458Z Downloaded native-tls v0.2.18
8262026-06-24T22:36:07.461Z Downloaded crossbeam-channel v0.5.15
8272026-06-24T22:36:07.464Z Downloaded hmac v0.12.1
8282026-06-24T22:36:07.464Z Downloaded hyper-rustls v0.27.7
8292026-06-24T22:36:07.466Z Downloaded getrandom v0.3.4
8302026-06-24T22:36:07.466Z Downloaded peg-runtime v0.8.5
8312026-06-24T22:36:07.469Z Downloaded parse-display v0.10.0
8322026-06-24T22:36:07.469Z Downloaded pbkdf2 v0.12.2
8332026-06-24T22:36:07.469Z Downloaded newtype-uuid v1.3.2
8342026-06-24T22:36:07.472Z Downloaded async-compression v0.4.41
8352026-06-24T22:36:07.475Z Downloaded der v0.7.10
8362026-06-24T22:36:07.478Z Downloaded num-complex v0.4.6
8372026-06-24T22:36:07.481Z Downloaded pbkdf2 v0.11.0
8382026-06-24T22:36:07.481Z Downloaded path-slash v0.1.5
8392026-06-24T22:36:07.483Z Downloaded parse-size v1.1.0
8402026-06-24T22:36:07.483Z Downloaded phf_shared v0.11.3
8412026-06-24T22:36:07.485Z Downloaded num_enum v0.7.6
8422026-06-24T22:36:07.488Z Downloaded phf_shared v0.12.1
8432026-06-24T22:36:07.488Z Downloaded num_enum v0.5.11
8442026-06-24T22:36:07.491Z Downloaded num_enum_derive v0.7.6
8452026-06-24T22:36:07.493Z Downloaded num-integer v0.1.46
8462026-06-24T22:36:07.493Z Downloaded libloading v0.8.9
8472026-06-24T22:36:07.496Z Downloaded futures v0.3.32
8482026-06-24T22:36:07.498Z Downloaded phf_shared v0.13.1
8492026-06-24T22:36:07.498Z Downloaded litrs v1.0.0
8502026-06-24T22:36:07.504Z Downloaded olpc-cjson v0.1.4
8512026-06-24T22:36:07.506Z Downloaded oxide-tokio-rt v0.1.4
8522026-06-24T22:36:07.509Z Downloaded indexmap v1.9.3
8532026-06-24T22:36:07.512Z Downloaded oxnet v0.1.6
8542026-06-24T22:36:07.512Z Downloaded heapless v0.7.17
8552026-06-24T22:36:07.514Z Downloaded headers v0.4.1
8562026-06-24T22:36:07.529Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-06-24T22:36:07.532Z Downloaded predicates-tree v1.0.13
8582026-06-24T22:36:07.532Z Downloaded precomputed-hash v0.1.1
8592026-06-24T22:36:07.532Z Downloaded packed_struct_codegen v0.10.1
8602026-06-24T22:36:07.535Z Downloaded packed_struct v0.10.1
8612026-06-24T22:36:07.535Z Downloaded password-hash v0.4.2
8622026-06-24T22:36:07.537Z Downloaded memmap2 v0.9.10
8632026-06-24T22:36:07.537Z Downloaded flate2 v1.1.9
8642026-06-24T22:36:07.540Z Downloaded password-hash v0.5.0
8652026-06-24T22:36:07.543Z Downloaded derive_more v2.1.1
8662026-06-24T22:36:07.547Z Downloaded quick-error v1.2.3
8672026-06-24T22:36:07.550Z Downloaded progenitor-macro v0.14.0
8682026-06-24T22:36:07.550Z Downloaded proc-macro-crate v1.3.1
8692026-06-24T22:36:07.550Z Downloaded paste v1.0.15
8702026-06-24T22:36:07.553Z Downloaded parse-display-derive v0.10.0
8712026-06-24T22:36:07.553Z Downloaded peg v0.8.5
8722026-06-24T22:36:07.556Z Downloaded proc-macro-crate v3.4.0
8732026-06-24T22:36:07.559Z Downloaded libbz2-rs-sys v0.2.2
8742026-06-24T22:36:07.559Z Downloaded psl-types v2.0.11
8752026-06-24T22:36:07.559Z Downloaded nu-ansi-term v0.50.3
8762026-06-24T22:36:07.561Z Downloaded pem-rfc7468 v0.7.0
8772026-06-24T22:36:07.564Z Downloaded progenitor-macro v0.13.0
8782026-06-24T22:36:07.564Z Downloaded polyval v0.6.2
8792026-06-24T22:36:07.564Z Downloaded num-rational v0.4.2
8802026-06-24T22:36:07.567Z Downloaded poly1305 v0.8.0
8812026-06-24T22:36:07.568Z Downloaded phf v0.12.1
8822026-06-24T22:36:07.570Z Downloaded pem v3.0.6
8832026-06-24T22:36:07.570Z Downloaded rand_chacha v0.3.1
8842026-06-24T22:36:07.571Z Downloaded progenitor-client v0.14.0
8852026-06-24T22:36:07.571Z Downloaded base64 v0.21.7
8862026-06-24T22:36:07.573Z Downloaded darling_core v0.23.0
8872026-06-24T22:36:07.576Z Downloaded pin-project-internal v1.1.11
8882026-06-24T22:36:07.579Z Downloaded phf v0.13.1
8892026-06-24T22:36:07.579Z Downloaded pin-project-lite v0.2.17
8902026-06-24T22:36:07.583Z Downloaded radium v0.7.0
8912026-06-24T22:36:07.585Z Downloaded owo-colors v4.3.0
8922026-06-24T22:36:07.586Z Downloaded parking_lot_core v0.8.6
8932026-06-24T22:36:07.586Z Downloaded compact_str v0.8.1
8942026-06-24T22:36:07.588Z Downloaded ref-cast-impl v1.0.25
8952026-06-24T22:36:07.588Z Downloaded parking_lot_core v0.9.12
8962026-06-24T22:36:07.591Z Downloaded rand_xorshift v0.4.0
8972026-06-24T22:36:07.591Z Downloaded cc v1.2.56
8982026-06-24T22:36:07.595Z Downloaded predicates-core v1.0.10
8992026-06-24T22:36:07.598Z Downloaded indicatif v0.18.4
9002026-06-24T22:36:07.601Z Downloaded heapless v0.8.0
9012026-06-24T22:36:07.605Z Downloaded hickory-resolver v0.25.2
9022026-06-24T22:36:07.607Z Downloaded primeorder v0.13.6
9032026-06-24T22:36:07.607Z Downloaded predicates v3.1.4
9042026-06-24T22:36:07.611Z Downloaded recursive v0.1.1
9052026-06-24T22:36:07.611Z Downloaded progenitor v0.14.0
9062026-06-24T22:36:07.614Z Downloaded ppv-lite86 v0.2.21
9072026-06-24T22:36:07.614Z Downloaded recursive-proc-macro-impl v0.1.1
9082026-06-24T22:36:07.614Z Downloaded powerfmt v0.2.0
9092026-06-24T22:36:07.614Z Downloaded progenitor-client v0.13.0
9102026-06-24T22:36:07.614Z Downloaded rtoolbox v0.0.3
9112026-06-24T22:36:07.618Z Downloaded psm v0.1.30
9122026-06-24T22:36:07.618Z Downloaded parking_lot v0.12.5
9132026-06-24T22:36:07.621Z Downloaded parking_lot v0.11.2
9142026-06-24T22:36:07.621Z Downloaded russh-cryptovec v0.7.3
9152026-06-24T22:36:07.621Z Downloaded rustc-hash v2.1.1
9162026-06-24T22:36:07.623Z Downloaded hickory-resolver v0.24.4
9172026-06-24T22:36:07.626Z Downloaded rfc6979 v0.4.0
9182026-06-24T22:36:07.629Z Downloaded peg-macros v0.8.5
9192026-06-24T22:36:07.634Z Downloaded progenitor-extras v0.2.0
9202026-06-24T22:36:07.638Z Downloaded rustc_version v0.4.1
9212026-06-24T22:36:07.638Z Downloaded rand_core v0.6.4
9222026-06-24T22:36:07.640Z Downloaded rand_chacha v0.9.0
9232026-06-24T22:36:07.641Z Downloaded postgres-protocol v0.6.10
9242026-06-24T22:36:07.641Z Downloaded progenitor v0.13.0
9252026-06-24T22:36:07.646Z Downloaded expectorate v1.2.0
9262026-06-24T22:36:07.649Z Downloaded ignore v0.4.25
9272026-06-24T22:36:07.651Z Downloaded r2d2 v0.8.10
9282026-06-24T22:36:07.654Z Downloaded pkcs8 v0.10.2
9292026-06-24T22:36:07.654Z Downloaded pkcs5 v0.7.1
9302026-06-24T22:36:07.657Z Downloaded pkg-config v0.3.32
9312026-06-24T22:36:07.657Z Downloaded oso v0.27.3
9322026-06-24T22:36:07.659Z Downloaded same-file v1.0.6
9332026-06-24T22:36:07.661Z Downloaded rustc_version v0.1.7
9342026-06-24T22:36:07.661Z Downloaded salsa20 v0.10.2
9352026-06-24T22:36:07.664Z Downloaded pkcs1 v0.7.5
9362026-06-24T22:36:07.668Z Downloaded rand_core v0.9.5
9372026-06-24T22:36:07.670Z Downloaded p256 v0.13.2
9382026-06-24T22:36:07.674Z Downloaded postcard v1.1.3
9392026-06-24T22:36:07.678Z Downloaded ref-cast v1.0.25
9402026-06-24T22:36:07.681Z Downloaded scopeguard v1.2.0
9412026-06-24T22:36:07.681Z Downloaded rand_seeder v0.4.0
9422026-06-24T22:36:07.681Z Downloaded postgres-types v0.2.12
9432026-06-24T22:36:07.683Z Downloaded serde-big-array v0.5.1
9442026-06-24T22:36:07.683Z Downloaded semver v0.1.20
9452026-06-24T22:36:07.683Z Downloaded diesel_derives v2.3.7
9462026-06-24T22:36:07.687Z Downloaded proc-macro-error2 v2.0.1
9472026-06-24T22:36:07.690Z Downloaded aes v0.8.4
9482026-06-24T22:36:07.694Z Downloaded ed25519-dalek v2.2.0
9492026-06-24T22:36:07.697Z Downloaded crossterm v0.29.0
9502026-06-24T22:36:07.700Z Downloaded secrecy v0.10.3
9512026-06-24T22:36:07.700Z Downloaded scrypt v0.11.0
9522026-06-24T22:36:07.700Z Downloaded seq-macro v0.3.6
9532026-06-24T22:36:07.702Z Downloaded aes-gcm v0.10.3
9542026-06-24T22:36:07.705Z Downloaded derive_more-impl v2.1.1
9552026-06-24T22:36:07.708Z Downloaded scroll_derive v0.13.1
9562026-06-24T22:36:07.708Z Downloaded papergrid v0.17.0
9572026-06-24T22:36:07.712Z Downloaded scheduled-thread-pool v0.2.7
9582026-06-24T22:36:07.712Z Downloaded sapling-renderdag v0.1.0
9592026-06-24T22:36:07.715Z Downloaded quinn-udp v0.5.14
9602026-06-24T22:36:07.715Z Downloaded rustls-pemfile v2.2.0
9612026-06-24T22:36:07.715Z Downloaded rand_core v0.10.0
9622026-06-24T22:36:07.718Z Downloaded resolv-conf v0.7.6
9632026-06-24T22:36:07.721Z Downloaded serde_bytes v0.11.19
9642026-06-24T22:36:07.724Z Downloaded serde_urlencoded v0.7.1
9652026-06-24T22:36:07.724Z Downloaded serde_repr v0.1.20
9662026-06-24T22:36:07.727Z Downloaded pin-project v1.1.11
9672026-06-24T22:36:07.734Z Downloaded sha1 v0.11.0
9682026-06-24T22:36:07.737Z Downloaded serde_plain v1.0.2
9692026-06-24T22:36:07.737Z Downloaded serde_spanned v1.1.1
9702026-06-24T22:36:07.740Z Downloaded rustls-native-certs v0.8.3
9712026-06-24T22:36:07.740Z Downloaded signature v2.2.0
9722026-06-24T22:36:07.745Z Downloaded shell-words v1.1.1
9732026-06-24T22:36:07.745Z Downloaded sha1 v0.10.6
9742026-06-24T22:36:07.745Z Downloaded hashbrown v0.13.2
9752026-06-24T22:36:07.748Z Downloaded rusty-fork v0.3.1
9762026-06-24T22:36:07.748Z Downloaded jiff-static v0.2.21
9772026-06-24T22:36:07.748Z Downloaded rustversion v1.0.22
9782026-06-24T22:36:07.751Z Downloaded minimal-lexical v0.2.1
9792026-06-24T22:36:07.753Z Downloaded openssl-sys v0.9.115
9802026-06-24T22:36:07.756Z Downloaded signal-hook-mio v0.2.5
9812026-06-24T22:36:07.759Z Downloaded secrecy v0.8.0
9822026-06-24T22:36:07.759Z Downloaded hickory-server v0.25.2
9832026-06-24T22:36:07.762Z Downloaded sigpipe v0.1.3
9842026-06-24T22:36:07.762Z Downloaded signal-hook-tokio v0.3.1
9852026-06-24T22:36:07.766Z Downloaded prefix-trie v0.7.0
9862026-06-24T22:36:07.769Z Downloaded miniz_oxide v0.8.9
9872026-06-24T22:36:07.772Z Downloaded progenitor-impl v0.14.0
9882026-06-24T22:36:07.775Z Downloaded scroll v0.13.0
9892026-06-24T22:36:07.777Z Downloaded siphasher v1.0.2
9902026-06-24T22:36:07.778Z Downloaded schemars_derive v0.8.22
9912026-06-24T22:36:07.781Z Downloaded slog-bunyan v2.5.0
9922026-06-24T22:36:07.781Z Downloaded russh-keys v0.45.0
9932026-06-24T22:36:07.783Z Downloaded slog-envlogger v2.2.0
9942026-06-24T22:36:07.786Z Downloaded serde-hex v0.1.0
9952026-06-24T22:36:07.786Z Downloaded crossterm v0.28.1
9962026-06-24T22:36:07.791Z Downloaded rustls-pki-types v1.14.0
9972026-06-24T22:36:07.795Z Downloaded sec1 v0.7.3
9982026-06-24T22:36:07.798Z Downloaded blake3 v1.8.5
9992026-06-24T22:36:07.801Z Downloaded hyper-util v0.1.20
10002026-06-24T22:36:07.804Z Downloaded serde_path_to_error v0.1.20
10012026-06-24T22:36:07.810Z Downloaded rcgen v0.12.1
10022026-06-24T22:36:07.815Z Downloaded simd-adler32 v0.3.8
10032026-06-24T22:36:07.819Z Downloaded strip-ansi-escapes v0.2.1
10042026-06-24T22:36:07.822Z Downloaded supports-color v3.0.2
10052026-06-24T22:36:07.822Z Downloaded slab v0.4.12
10062026-06-24T22:36:07.822Z Downloaded ssh-cipher v0.2.0
10072026-06-24T22:36:07.823Z Downloaded shlex v1.3.0
10082026-06-24T22:36:07.823Z Downloaded strum v0.27.2
10092026-06-24T22:36:07.827Z Downloaded serde_with_macros v1.5.2
10102026-06-24T22:36:07.827Z Downloaded sqlparser_derive v0.5.0
10112026-06-24T22:36:07.830Z Downloaded pretty_assertions v1.4.1
10122026-06-24T22:36:07.835Z Downloaded slog-term v2.9.2
10132026-06-24T22:36:07.838Z Downloaded slog-stdlog v4.1.1
10142026-06-24T22:36:07.838Z Downloaded slog-scope v4.4.1
10152026-06-24T22:36:07.841Z Downloaded slog-dtrace v0.3.0
10162026-06-24T22:36:07.841Z Downloaded tabled_derive v0.11.0
10172026-06-24T22:36:07.844Z Downloaded ssh-encoding v0.2.0
10182026-06-24T22:36:07.844Z Downloaded progenitor-impl v0.13.0
10192026-06-24T22:36:07.844Z Downloaded structmeta-derive v0.3.0
10202026-06-24T22:36:07.847Z Downloaded slog-async v2.8.0
10212026-06-24T22:36:07.847Z Downloaded strum v0.26.3
10222026-06-24T22:36:07.847Z Downloaded structmeta v0.3.0
10232026-06-24T22:36:07.850Z Downloaded smallvec v0.6.14
10242026-06-24T22:36:07.854Z Downloaded testing_table v0.3.0
10252026-06-24T22:36:07.857Z Downloaded serde_derive_internals v0.29.1
10262026-06-24T22:36:07.857Z Downloaded prettyplease v0.2.37
10272026-06-24T22:36:07.860Z Downloaded slog-json v2.6.1
10282026-06-24T22:36:07.866Z Downloaded sync_wrapper v1.0.2
10292026-06-24T22:36:07.866Z Downloaded sync-ptr v0.1.4
10302026-06-24T22:36:07.869Z Downloaded subtle v2.6.1
10312026-06-24T22:36:07.869Z Downloaded tagptr v0.2.0
10322026-06-24T22:36:07.869Z Downloaded tabwriter v1.4.1
10332026-06-24T22:36:07.869Z Downloaded serde_cbor v0.11.2
10342026-06-24T22:36:07.872Z Downloaded serde_with_macros v3.17.0
10352026-06-24T22:36:07.872Z Downloaded http v1.4.2
10362026-06-24T22:36:07.876Z Downloaded sqlformat v0.3.5
10372026-06-24T22:36:07.876Z Downloaded spki v0.7.3
10382026-06-24T22:36:07.881Z Downloaded thiserror-impl-no-std v2.0.2
10392026-06-24T22:36:07.881Z Downloaded hashbrown v0.12.3
10402026-06-24T22:36:07.884Z Downloaded stacker v0.1.23
10412026-06-24T22:36:07.884Z Downloaded tap v1.0.1
10422026-06-24T22:36:07.884Z Downloaded take_mut v0.2.2
10432026-06-24T22:36:07.884Z Downloaded smf v0.2.3
10442026-06-24T22:36:07.884Z Downloaded termtree v0.5.1
10452026-06-24T22:36:07.884Z Downloaded rustls-platform-verifier v0.6.2
10462026-06-24T22:36:07.887Z Downloaded thread-id v5.1.0
10472026-06-24T22:36:07.892Z Downloaded strum_macros v0.26.4
10482026-06-24T22:36:07.892Z Downloaded static_assertions v1.1.0
10492026-06-24T22:36:07.892Z Downloaded snafu-derive v0.8.9
10502026-06-24T22:36:07.895Z Downloaded tinyvec_macros v0.1.1
10512026-06-24T22:36:07.895Z Downloaded strum_macros v0.27.2
10522026-06-24T22:36:07.898Z Downloaded rayon-core v1.13.0
10532026-06-24T22:36:07.905Z Downloaded time-core v0.1.8
10542026-06-24T22:36:07.910Z Downloaded ryu v1.0.23
10552026-06-24T22:36:07.914Z Downloaded support-bundle-viewer v0.1.2
10562026-06-24T22:36:07.917Z Downloaded hashbrown v0.15.5
10572026-06-24T22:36:07.917Z Downloaded ron v0.8.1
10582026-06-24T22:36:07.920Z Downloaded signal-hook-registry v1.4.8
10592026-06-24T22:36:07.923Z Downloaded strum_macros v0.24.3
10602026-06-24T22:36:07.923Z Downloaded stringprep v0.1.5
10612026-06-24T22:36:07.926Z Downloaded string_cache v0.8.9
10622026-06-24T22:36:07.926Z Downloaded mio v1.2.0
10632026-06-24T22:36:07.929Z Downloaded topological-sort v0.2.2
10642026-06-24T22:36:07.929Z Downloaded strsim v0.10.0
10652026-06-24T22:36:07.932Z Downloaded thread_local v1.1.9
10662026-06-24T22:36:07.935Z Downloaded publicsuffix v2.3.0
10672026-06-24T22:36:07.941Z Downloaded num-bigint v0.4.6
10682026-06-24T22:36:07.945Z Downloaded nom v7.1.3
10692026-06-24T22:36:07.948Z Downloaded termios v0.3.3
10702026-06-24T22:36:07.948Z Downloaded tower-layer v0.3.3
10712026-06-24T22:36:07.952Z Downloaded trait-variant v0.1.2
10722026-06-24T22:36:07.963Z Downloaded tokio-native-tls v0.3.1
10732026-06-24T22:36:07.967Z Downloaded tokio-macros v2.7.0
10742026-06-24T22:36:07.967Z Downloaded tokio-dtrace v0.1.1
10752026-06-24T22:36:07.970Z Downloaded try-lock v0.2.5
10762026-06-24T22:36:07.973Z Downloaded thiserror-no-std v2.0.2
10772026-06-24T22:36:07.976Z Downloaded dropshot-api-manager v0.7.2
10782026-06-24T22:36:07.982Z Downloaded rand v0.8.6
10792026-06-24T22:36:07.985Z Downloaded spin v0.9.8
10802026-06-24T22:36:07.985Z Downloaded libxml v0.3.3
10812026-06-24T22:36:07.988Z Downloaded slog v2.8.2
10822026-06-24T22:36:07.991Z Downloaded tls_codec v0.4.2
10832026-06-24T22:36:07.994Z Downloaded itertools v0.10.5
10842026-06-24T22:36:07.997Z Downloaded rsa v0.9.10
10852026-06-24T22:36:08.000Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10862026-06-24T22:36:08.000Z Downloaded untrusted v0.9.0
10872026-06-24T22:36:08.005Z Downloaded tls_codec_derive v0.4.2
10882026-06-24T22:36:08.005Z Downloaded tower-service v0.3.3
10892026-06-24T22:36:08.005Z Downloaded utf-8 v0.7.6
10902026-06-24T22:36:08.008Z Downloaded usdt-macro v0.6.0
10912026-06-24T22:36:08.008Z Downloaded typify-macro v0.6.2
10922026-06-24T22:36:08.008Z Downloaded usdt-attr-macro v0.6.0
10932026-06-24T22:36:08.008Z Downloaded qorb v0.4.1
10942026-06-24T22:36:08.008Z Downloaded unicode-truncate v1.1.0
10952026-06-24T22:36:08.011Z Downloaded unarray v0.1.4
10962026-06-24T22:36:08.011Z Downloaded aho-corasick v1.1.4
10972026-06-24T22:36:08.014Z Downloaded untrusted v0.7.1
10982026-06-24T22:36:08.019Z Downloaded usdt v0.6.0
10992026-06-24T22:36:08.019Z Downloaded term v0.7.0
11002026-06-24T22:36:08.022Z Downloaded unit-prefix v0.5.2
11012026-06-24T22:36:08.022Z Downloaded rustls-webpki v0.103.9
11022026-06-24T22:36:08.022Z Downloaded toml_writer v1.1.1+spec-1.1.0
11032026-06-24T22:36:08.022Z Downloaded wait-timeout v0.2.1
11042026-06-24T22:36:08.025Z Downloaded void v1.0.2
11052026-06-24T22:36:08.025Z Downloaded schemars v0.9.0
11062026-06-24T22:36:08.031Z Downloaded schemars v0.8.22
11072026-06-24T22:36:08.037Z Downloaded tokio-tungstenite v0.23.1
11082026-06-24T22:36:08.041Z Downloaded serde_yaml v0.9.34+deprecated
11092026-06-24T22:36:08.041Z Downloaded tui-tree-widget v0.23.1
11102026-06-24T22:36:08.044Z Downloaded hashbrown v0.16.1
11112026-06-24T22:36:08.044Z Downloaded universal-hash v0.5.1
11122026-06-24T22:36:08.044Z Downloaded bindgen v0.71.1
11132026-06-24T22:36:08.048Z Downloaded xshell-macros v0.2.7
11142026-06-24T22:36:08.052Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11152026-06-24T22:36:08.052Z Downloaded tokio-tungstenite v0.21.0
11162026-06-24T22:36:08.055Z Downloaded similar v2.7.0
11172026-06-24T22:36:08.055Z Downloaded quinn v0.11.9
11182026-06-24T22:36:08.057Z Downloaded iri-string v0.7.10
11192026-06-24T22:36:08.060Z Downloaded signal-hook v0.3.18
11202026-06-24T22:36:08.063Z Downloaded itertools v0.13.0
11212026-06-24T22:36:08.066Z Downloaded itertools v0.14.0
11222026-06-24T22:36:08.070Z Downloaded hkdf v0.12.4
11232026-06-24T22:36:08.074Z Downloaded toml_parser v1.1.2+spec-1.1.0
11242026-06-24T22:36:08.077Z Downloaded itertools v0.12.1
11252026-06-24T22:36:08.080Z Downloaded term v1.2.1
11262026-06-24T22:36:08.085Z Downloaded usdt-impl v0.6.0
11272026-06-24T22:36:08.085Z Downloaded socket2 v0.6.3
11282026-06-24T22:36:08.087Z Downloaded rand v0.9.2
11292026-06-24T22:36:08.120Z Downloaded time-macros v0.2.27
11302026-06-24T22:36:08.130Z Downloaded xattr v1.6.1
11312026-06-24T22:36:08.130Z Downloaded vergen-gitcl v1.0.8
11322026-06-24T22:36:08.130Z Downloaded want v0.3.1
11332026-06-24T22:36:08.130Z Downloaded vergen-lib v0.1.6
11342026-06-24T22:36:08.130Z Downloaded waitgroup v0.1.2
11352026-06-24T22:36:08.130Z Downloaded futures-util v0.3.32
11362026-06-24T22:36:08.130Z Downloaded h2 v0.4.15
11372026-06-24T22:36:08.130Z Downloaded tiny-keccak v2.0.2
11382026-06-24T22:36:08.130Z Downloaded whoami v2.1.0
11392026-06-24T22:36:08.130Z Downloaded whoami v1.6.1
11402026-06-24T22:36:08.130Z Downloaded unicase v2.9.0
11412026-06-24T22:36:08.130Z Downloaded twox-hash v2.1.2
11422026-06-24T22:36:08.130Z Downloaded samael v0.0.19
11432026-06-24T22:36:08.136Z Downloaded subprocess v0.2.15
11442026-06-24T22:36:08.136Z Downloaded tokio-rustls v0.26.4
11452026-06-24T22:36:08.140Z Downloaded tokio-stream v0.1.18
11462026-06-24T22:36:08.143Z Downloaded zone_cfg_derive v0.3.1
11472026-06-24T22:36:08.147Z Downloaded zeroize v1.8.2
11482026-06-24T22:36:08.147Z Downloaded nom v8.0.0
11492026-06-24T22:36:08.152Z Downloaded zone v0.3.1
11502026-06-24T22:36:08.157Z Downloaded hyper v1.10.1
11512026-06-24T22:36:08.161Z Downloaded zeroize_derive v1.4.3
11522026-06-24T22:36:08.161Z Downloaded uzers v0.12.2
11532026-06-24T22:36:08.161Z Downloaded libm v0.2.16
11542026-06-24T22:36:08.166Z Downloaded vsss-rs v3.3.4
11552026-06-24T22:36:08.169Z Downloaded vergen-git2 v9.1.0
11562026-06-24T22:36:08.169Z Downloaded steno v0.4.1
11572026-06-24T22:36:08.172Z Downloaded tungstenite v0.23.0
11582026-06-24T22:36:08.172Z Downloaded tungstenite v0.21.0
11592026-06-24T22:36:08.177Z Downloaded iddqd v0.4.2
11602026-06-24T22:36:08.182Z Downloaded rand v0.10.0
11612026-06-24T22:36:08.187Z Downloaded wyz v0.5.1
11622026-06-24T22:36:08.187Z Downloaded walkdir v2.5.0
11632026-06-24T22:36:08.187Z Downloaded test-strategy v0.4.5
11642026-06-24T22:36:08.191Z Downloaded tracing-attributes v0.1.31
11652026-06-24T22:36:08.191Z Downloaded yasna v0.5.2
11662026-06-24T22:36:08.191Z Downloaded xshell v0.2.7
11672026-06-24T22:36:08.191Z Downloaded p521 v0.13.3
11682026-06-24T22:36:08.195Z Downloaded snafu v0.8.9
11692026-06-24T22:36:08.198Z Downloaded tinyvec v1.10.0
11702026-06-24T22:36:08.202Z Downloaded zerocopy v0.6.6
11712026-06-24T22:36:08.212Z Downloaded tracing-core v0.1.36
11722026-06-24T22:36:08.216Z Downloaded vte v0.14.1
11732026-06-24T22:36:08.216Z Downloaded uuid v1.23.4
11742026-06-24T22:36:08.219Z Downloaded serde_with v1.14.0
11752026-06-24T22:36:08.220Z Downloaded toml v1.1.2+spec-1.1.0
11762026-06-24T22:36:08.223Z Downloaded vergen v9.1.0
11772026-06-24T22:36:08.226Z Downloaded num-bigint-dig v0.8.6
11782026-06-24T22:36:08.226Z Downloaded toml v0.7.8
11792026-06-24T22:36:08.229Z Downloaded unicode-bidi v0.3.18
11802026-06-24T22:36:08.232Z Downloaded tar v0.4.45
11812026-06-24T22:36:08.232Z Downloaded reedline v0.40.0
11822026-06-24T22:36:08.235Z Downloaded vergen-lib v9.1.0
11832026-06-24T22:36:08.238Z Downloaded aws-lc-rs v1.16.3
11842026-06-24T22:36:08.241Z Downloaded zstd-safe v7.2.4
11852026-06-24T22:36:08.244Z Downloaded zstd v0.13.3
11862026-06-24T22:36:08.244Z Downloaded socket2 v0.5.10
11872026-06-24T22:36:08.248Z Downloaded rpassword v7.4.0
11882026-06-24T22:36:08.251Z Downloaded rustyline v14.0.0
11892026-06-24T22:36:08.257Z Downloaded typify v0.6.2
11902026-06-24T22:36:08.260Z Downloaded unicode-properties v0.1.4
11912026-06-24T22:36:08.263Z Downloaded unsafe-libyaml v0.2.11
11922026-06-24T22:36:08.268Z Downloaded schemars v1.2.1
11932026-06-24T22:36:08.274Z Downloaded bitvec v1.0.1
11942026-06-24T22:36:08.285Z Downloaded ssh-key v0.6.7
11952026-06-24T22:36:08.289Z Downloaded yansi v1.0.1
11962026-06-24T22:36:08.292Z Downloaded toml_edit v0.23.10+spec-1.0.0
11972026-06-24T22:36:08.292Z Downloaded russh v0.45.0
11982026-06-24T22:36:08.295Z Downloaded reqwest v0.13.2
11992026-06-24T22:36:08.298Z Downloaded regex v1.12.3
12002026-06-24T22:36:08.311Z Downloaded chrono v0.4.44
12012026-06-24T22:36:08.324Z Downloaded zerocopy-derive v0.8.40
12022026-06-24T22:36:08.328Z Downloaded tokio-postgres v0.7.16
12032026-06-24T22:36:08.334Z Downloaded zip v0.6.6
12042026-06-24T22:36:08.338Z Downloaded tower v0.5.3
12052026-06-24T22:36:08.342Z Downloaded toml_edit v0.19.15
12062026-06-24T22:36:08.349Z Downloaded zopfli v0.8.3
12072026-06-24T22:36:08.352Z Downloaded rayon v1.11.0
12082026-06-24T22:36:08.355Z Downloaded typed-path v0.9.3
12092026-06-24T22:36:08.359Z Downloaded salty v0.3.0
12102026-06-24T22:36:08.363Z Downloaded git2 v0.20.4
12112026-06-24T22:36:08.368Z Downloaded goblin v0.10.5
12122026-06-24T22:36:08.372Z Downloaded moka v0.12.13
12132026-06-24T22:36:08.377Z Downloaded lalrpop v0.19.12
12142026-06-24T22:36:08.385Z Downloaded unicode-normalization v0.1.25
12152026-06-24T22:36:08.391Z Downloaded tower-http v0.6.8
12162026-06-24T22:36:08.402Z Downloaded zip v4.6.1
12172026-06-24T22:36:08.419Z Downloaded serde_with v3.17.0
12182026-06-24T22:36:08.426Z Downloaded p384 v0.13.1
12192026-06-24T22:36:08.431Z Downloaded curve25519-dalek v4.1.3
12202026-06-24T22:36:08.434Z Downloaded reqwest v0.12.28
12212026-06-24T22:36:08.451Z Downloaded x509-cert v0.2.5
12222026-06-24T22:36:08.459Z Downloaded unicode_categories v0.1.1
12232026-06-24T22:36:08.462Z Downloaded unicode-segmentation v1.12.0
12242026-06-24T22:36:08.469Z Downloaded proptest v1.10.0
12252026-06-24T22:36:08.475Z Downloaded object v0.30.4
12262026-06-24T22:36:08.482Z Downloaded winnow v0.6.26
12272026-06-24T22:36:08.487Z Downloaded bstr v1.12.1
12282026-06-24T22:36:08.492Z Downloaded portable-atomic v1.13.1
12292026-06-24T22:36:08.496Z Downloaded quick-xml v0.37.5
12302026-06-24T22:36:08.501Z Downloaded tokio-util v0.7.18
12312026-06-24T22:36:08.511Z Downloaded petname v2.0.2
12322026-06-24T22:36:08.525Z Downloaded polar-core v0.27.3
12332026-06-24T22:36:08.531Z Downloaded smoltcp v0.9.1
12342026-06-24T22:36:08.537Z Downloaded tabled v0.20.0
12352026-06-24T22:36:08.563Z Downloaded zlib-rs v0.6.2
12362026-06-24T22:36:08.577Z Downloaded tough v0.22.0
12372026-06-24T22:36:08.582Z Downloaded radix_trie v0.2.1
12382026-06-24T22:36:08.585Z Downloaded quinn-proto v0.11.13
12392026-06-24T22:36:08.595Z Downloaded object v0.37.3
12402026-06-24T22:36:08.606Z Downloaded zerocopy v0.8.40
12412026-06-24T22:36:08.613Z Downloaded hickory-proto v0.25.2
12422026-06-24T22:36:08.628Z Downloaded rustls v0.23.41
12432026-06-24T22:36:08.635Z Downloaded nix v0.27.1
12442026-06-24T22:36:08.649Z Downloaded winnow v0.5.40
12452026-06-24T22:36:08.655Z Downloaded winnow v1.0.3
12462026-06-24T22:36:08.660Z Downloaded openssl v0.10.79
12472026-06-24T22:36:08.681Z Downloaded time v0.3.47
12482026-06-24T22:36:08.702Z Downloaded hickory-proto v0.24.4
12492026-06-24T22:36:08.712Z Downloaded regex-syntax v0.6.29
12502026-06-24T22:36:08.716Z Downloaded nix v0.31.2
12512026-06-24T22:36:08.724Z Downloaded nix v0.28.0
12522026-06-24T22:36:08.730Z Downloaded vcpkg v0.2.15
12532026-06-24T22:36:08.753Z Downloaded dropshot v0.17.1
12542026-06-24T22:36:08.766Z Downloaded sled v0.34.7
12552026-06-24T22:36:08.821Z Downloaded regress v0.10.5
12562026-06-24T22:36:08.825Z Downloaded regress v0.11.1
12572026-06-24T22:36:08.825Z Downloaded smoltcp v0.11.0
12582026-06-24T22:36:08.825Z Downloaded regex-syntax v0.8.10
12592026-06-24T22:36:08.825Z Downloaded rustix v0.38.44
12602026-06-24T22:36:08.825Z Downloaded diesel v2.3.7
12612026-06-24T22:36:08.835Z Downloaded bzip2-sys v0.1.13+1.0.8
12622026-06-24T22:36:08.839Z Downloaded openapiv3 v2.2.0
12632026-06-24T22:36:08.849Z Downloaded chrono-tz v0.10.4
12642026-06-24T22:36:08.860Z Downloaded zerocopy-derive v0.6.6
12652026-06-24T22:36:08.883Z Downloaded sqlparser v0.61.0
12662026-06-24T22:36:08.887Z Downloaded petgraph v0.6.5
12672026-06-24T22:36:08.915Z Downloaded typify-impl v0.6.2
12682026-06-24T22:36:08.921Z Downloaded tracing v0.1.44
12692026-06-24T22:36:08.933Z Downloaded petgraph v0.8.3
12702026-06-24T22:36:08.945Z Downloaded ratatui v0.29.0
12712026-06-24T22:36:08.966Z Downloaded regex-automata v0.4.14
12722026-06-24T22:36:08.976Z Downloaded libz-sys v1.1.24
12732026-06-24T22:36:08.987Z Downloaded sha3 v0.10.8
12742026-06-24T22:36:08.993Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12752026-06-24T22:36:09.000Z Downloaded jiff v0.2.21
12762026-06-24T22:36:09.011Z Downloaded csv v1.4.0
12772026-06-24T22:36:09.030Z Downloaded tokio v1.52.1
12782026-06-24T22:36:09.063Z Downloaded encoding_rs v0.8.35
12792026-06-24T22:36:09.128Z Downloaded ring v0.17.14
12802026-06-24T22:36:09.186Z Downloaded libgit2-sys v0.18.3+1.9.2
12812026-06-24T22:36:09.758Z Downloaded aws-lc-sys v0.40.0
12822026-06-24T22:36:10.006Z Compiling libc v0.2.185
12832026-06-24T22:36:10.006Z Compiling serde v1.0.228
12842026-06-24T22:36:10.009Z Compiling log v0.4.29
12852026-06-24T22:36:10.009Z Compiling smallvec v1.15.1
12862026-06-24T22:36:10.009Z Compiling find-msvc-tools v0.1.9
12872026-06-24T22:36:10.009Z Compiling shlex v1.3.0
12882026-06-24T22:36:10.009Z Compiling typenum v1.19.0
12892026-06-24T22:36:10.009Z Compiling subtle v2.6.1
12902026-06-24T22:36:10.163Z Compiling generic-array v0.14.7
12912026-06-24T22:36:10.166Z Compiling scopeguard v1.2.0
12922026-06-24T22:36:10.182Z Compiling const-oid v0.9.6
12932026-06-24T22:36:10.257Z Compiling serde_json v1.0.150
12942026-06-24T22:36:10.272Z Compiling syn v2.0.117
12952026-06-24T22:36:10.276Z Compiling zerocopy v0.8.40
12962026-06-24T22:36:10.276Z Compiling portable-atomic v1.13.1
12972026-06-24T22:36:10.276Z Compiling pin-project-lite v0.2.17
12982026-06-24T22:36:10.356Z Compiling lock_api v0.4.14
12992026-06-24T22:36:10.373Z Compiling parking_lot_core v0.9.12
13002026-06-24T22:36:10.374Z Compiling pkg-config v0.3.32
13012026-06-24T22:36:10.400Z Compiling bitflags v2.11.0
13022026-06-24T22:36:10.428Z Compiling critical-section v1.2.0
13032026-06-24T22:36:10.432Z Compiling futures-core v0.3.32
13042026-06-24T22:36:10.459Z Compiling libm v0.2.16
13052026-06-24T22:36:10.470Z Compiling num-traits v0.2.19
13062026-06-24T22:36:10.613Z Compiling percent-encoding v2.3.2
13072026-06-24T22:36:10.645Z Compiling futures-sink v0.3.32
13082026-06-24T22:36:10.672Z Compiling slab v0.4.12
13092026-06-24T22:36:10.672Z Compiling futures-io v0.3.32
13102026-06-24T22:36:10.727Z Compiling cpufeatures v0.2.17
13112026-06-24T22:36:10.783Z Compiling futures-channel v0.3.32
13122026-06-24T22:36:10.791Z Compiling futures-task v0.3.32
13132026-06-24T22:36:10.821Z Compiling getrandom v0.4.1
13142026-06-24T22:36:10.838Z Compiling rand_core v0.10.0
13152026-06-24T22:36:10.854Z Compiling indexmap v2.14.0
13162026-06-24T22:36:10.895Z Compiling rustversion v1.0.22
13172026-06-24T22:36:10.900Z Compiling getrandom v0.3.4
13182026-06-24T22:36:10.953Z Compiling form_urlencoded v1.2.2
13192026-06-24T22:36:10.967Z Compiling fs_extra v1.3.0
13202026-06-24T22:36:11.010Z Compiling ident_case v1.0.1
13212026-06-24T22:36:11.024Z Compiling base64ct v1.8.3
13222026-06-24T22:36:11.045Z Compiling dunce v1.0.5
13232026-06-24T22:36:11.076Z Compiling flagset v0.4.7
13242026-06-24T22:36:11.145Z Compiling jobserver v0.1.34
13252026-06-24T22:36:11.158Z Compiling getrandom v0.2.17
13262026-06-24T22:36:11.173Z Compiling errno v0.3.14
13272026-06-24T22:36:11.202Z Compiling mio v1.2.0
13282026-06-24T22:36:11.220Z Compiling socket2 v0.6.3
13292026-06-24T22:36:11.290Z Compiling signal-hook-registry v1.4.8
13302026-06-24T22:36:11.346Z Compiling rand_core v0.6.4
13312026-06-24T22:36:11.413Z Compiling cc v1.2.56
13322026-06-24T22:36:11.427Z Compiling parking_lot v0.12.5
13332026-06-24T22:36:11.471Z Compiling once_cell v1.21.3
13342026-06-24T22:36:11.504Z Compiling pem-rfc7468 v0.7.0
13352026-06-24T22:36:11.531Z Compiling regex-syntax v0.8.10
13362026-06-24T22:36:11.555Z Compiling rustix v1.1.3
13372026-06-24T22:36:11.573Z Compiling iana-time-zone v0.1.65
13382026-06-24T22:36:11.589Z Compiling vcpkg v0.2.15
13392026-06-24T22:36:11.651Z Compiling tracing-core v0.1.36
13402026-06-24T22:36:11.654Z Compiling uuid v1.23.4
13412026-06-24T22:36:11.729Z Compiling rustc_version v0.4.1
13422026-06-24T22:36:11.775Z Compiling aws-lc-rs v1.16.3
13432026-06-24T22:36:11.792Z Compiling base64 v0.22.1
13442026-06-24T22:36:11.834Z Compiling rand_core v0.9.5
13452026-06-24T22:36:11.847Z Compiling tinyvec_macros v0.1.1
13462026-06-24T22:36:11.923Z Compiling openssl-probe v0.2.1
13472026-06-24T22:36:11.939Z Compiling httparse v1.10.1
13482026-06-24T22:36:12.092Z Compiling tinyvec v1.10.0
13492026-06-24T22:36:12.110Z Compiling aho-corasick v1.1.4
13502026-06-24T22:36:12.124Z Compiling dyn-clone v1.0.20
13512026-06-24T22:36:12.139Z Compiling untrusted v0.7.1
13522026-06-24T22:36:12.152Z Compiling try-lock v0.2.5
13532026-06-24T22:36:12.156Z Compiling schemars v0.8.22
13542026-06-24T22:36:12.156Z Compiling atomic-waker v1.1.2
13552026-06-24T22:36:12.195Z Compiling cmake v0.1.57
13562026-06-24T22:36:12.276Z Compiling tower-layer v0.3.3
13572026-06-24T22:36:12.281Z Compiling tower-service v0.3.3
13582026-06-24T22:36:12.306Z Compiling want v0.3.1
13592026-06-24T22:36:12.319Z Compiling openssl v0.10.79
13602026-06-24T22:36:12.378Z Compiling untrusted v0.9.0
13612026-06-24T22:36:12.409Z Compiling foreign-types-shared v0.1.1
13622026-06-24T22:36:12.413Z Compiling httpdate v1.0.3
13632026-06-24T22:36:12.455Z Compiling rustls v0.23.41
13642026-06-24T22:36:12.459Z Compiling unicode-normalization v0.1.25
13652026-06-24T22:36:12.460Z Compiling spin v0.9.8
13662026-06-24T22:36:12.496Z Compiling crc32fast v1.5.0
13672026-06-24T22:36:12.499Z Compiling foreign-types v0.3.2
13682026-06-24T22:36:12.525Z Compiling native-tls v0.2.18
13692026-06-24T22:36:12.528Z Compiling powerfmt v0.2.0
13702026-06-24T22:36:12.580Z Compiling num-conv v0.2.0
13712026-06-24T22:36:12.594Z Compiling time-core v0.1.8
13722026-06-24T22:36:12.636Z Compiling wait-timeout v0.2.1
13732026-06-24T22:36:12.650Z Compiling sync_wrapper v1.0.2
13742026-06-24T22:36:12.689Z Compiling quick-error v1.2.3
13752026-06-24T22:36:12.710Z Compiling deranged v0.5.8
13762026-06-24T22:36:12.725Z Compiling num_threads v0.1.7
13772026-06-24T22:36:12.739Z Compiling crossbeam-utils v0.8.21
13782026-06-24T22:36:12.763Z Compiling time-macros v0.2.27
13792026-06-24T22:36:12.778Z Compiling siphasher v1.0.2
13802026-06-24T22:36:12.781Z Compiling syn v1.0.109
13812026-06-24T22:36:12.781Z Compiling bit-vec v0.8.0
13822026-06-24T22:36:12.837Z Compiling usdt-impl v0.6.0
13832026-06-24T22:36:12.852Z Compiling simd-adler32 v0.3.8
13842026-06-24T22:36:12.929Z Compiling slog v2.8.2
13852026-06-24T22:36:12.983Z Compiling heapless v0.7.17
13862026-06-24T22:36:12.989Z Compiling rand_xorshift v0.4.0
13872026-06-24T22:36:13.054Z Compiling aws-lc-sys v0.40.0
13882026-06-24T22:36:13.069Z Compiling openssl-sys v0.9.115
13892026-06-24T22:36:13.072Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13902026-06-24T22:36:13.114Z Compiling regex-automata v0.4.14
13912026-06-24T22:36:13.145Z Compiling bzip2-sys v0.1.13+1.0.8
13922026-06-24T22:36:13.159Z Compiling bit-set v0.8.0
13932026-06-24T22:36:13.185Z Compiling tempfile v3.25.0
13942026-06-24T22:36:13.189Z Compiling thread-id v5.1.0
13952026-06-24T22:36:13.217Z Compiling cookie v0.18.1
13962026-06-24T22:36:13.283Z Compiling synstructure v0.13.2
13972026-06-24T22:36:13.301Z Compiling serde_derive_internals v0.29.1
13982026-06-24T22:36:13.404Z Compiling pest_generator v2.8.6
13992026-06-24T22:36:13.493Z Compiling darling_core v0.20.11
14002026-06-24T22:36:13.509Z Compiling rusty-fork v0.3.1
14012026-06-24T22:36:13.512Z Compiling darling_core v0.21.3
14022026-06-24T22:36:13.655Z Compiling ryu v1.0.23
14032026-06-24T22:36:13.774Z Compiling unarray v0.1.4
14042026-06-24T22:36:13.883Z Compiling allocator-api2 v0.2.21
14052026-06-24T22:36:13.897Z Compiling unicode-bidi v0.3.18
14062026-06-24T22:36:13.912Z Compiling zstd-safe v7.2.4
14072026-06-24T22:36:13.937Z Compiling signal-hook v0.3.18
14082026-06-24T22:36:13.949Z Compiling time v0.3.47
14092026-06-24T22:36:13.963Z Compiling anyhow v1.0.102
14102026-06-24T22:36:14.045Z Compiling iri-string v0.7.10
14112026-06-24T22:36:14.133Z Compiling paste v1.0.15
14122026-06-24T22:36:14.145Z Compiling unicode-properties v0.1.4
14132026-06-24T22:36:14.148Z Compiling adler2 v2.0.1
14142026-06-24T22:36:14.321Z Compiling miniz_oxide v0.8.9
14152026-06-24T22:36:14.359Z Compiling stringprep v0.1.5
14162026-06-24T22:36:14.506Z Compiling num-integer v0.1.46
14172026-06-24T22:36:14.521Z Compiling vergen-lib v9.1.0
14182026-06-24T22:36:14.571Z Compiling curve25519-dalek v4.1.3
14192026-06-24T22:36:14.717Z Compiling ff v0.13.1
14202026-06-24T22:36:14.845Z Compiling hash32 v0.2.1
14212026-06-24T22:36:14.860Z Compiling memoffset v0.9.1
14222026-06-24T22:36:14.875Z Compiling encoding_rs v0.8.35
14232026-06-24T22:36:14.935Z Compiling zlib-rs v0.6.2
14242026-06-24T22:36:14.977Z Compiling mime v0.3.17
14252026-06-24T22:36:14.980Z Compiling base16ct v0.2.0
14262026-06-24T22:36:15.010Z Compiling smoltcp v0.9.1
14272026-06-24T22:36:15.057Z Compiling ref-cast v1.0.25
14282026-06-24T22:36:15.073Z Compiling serde_derive v1.0.228
14292026-06-24T22:36:15.089Z Compiling zeroize_derive v1.4.3
14302026-06-24T22:36:15.187Z Compiling zerofrom-derive v0.1.6
14312026-06-24T22:36:15.261Z Compiling yoke-derive v0.8.1
14322026-06-24T22:36:15.371Z Compiling zerocopy-derive v0.8.40
14332026-06-24T22:36:15.394Z Compiling zerovec-derive v0.11.2
14342026-06-24T22:36:15.595Z Compiling displaydoc v0.2.5
14352026-06-24T22:36:15.653Z Compiling tokio-macros v2.7.0
14362026-06-24T22:36:15.790Z Compiling zeroize v1.8.2
14372026-06-24T22:36:15.872Z Compiling futures-macro v0.3.32
14382026-06-24T22:36:16.154Z Compiling der_derive v0.7.3
14392026-06-24T22:36:16.399Z Compiling thiserror-impl v2.0.18
14402026-06-24T22:36:16.440Z Compiling tracing-attributes v0.1.31
14412026-06-24T22:36:16.463Z Compiling rustls-pki-types v1.14.0
14422026-06-24T22:36:16.491Z Compiling pest_derive v2.8.6
14432026-06-24T22:36:16.571Z Compiling crypto-common v0.1.7
14442026-06-24T22:36:16.603Z Compiling block-buffer v0.10.4
14452026-06-24T22:36:16.660Z Compiling zerofrom v0.1.6
14462026-06-24T22:36:16.742Z Compiling block-padding v0.3.3
14472026-06-24T22:36:16.753Z Compiling digest v0.10.7
14482026-06-24T22:36:16.798Z Compiling yoke v0.8.1
14492026-06-24T22:36:16.810Z Compiling futures-util v0.3.32
14502026-06-24T22:36:16.920Z Compiling inout v0.1.4
14512026-06-24T22:36:16.945Z Compiling scroll_derive v0.13.1
14522026-06-24T22:36:16.993Z Compiling zerovec v0.11.5
14532026-06-24T22:36:17.006Z Compiling zerotrie v0.2.3
14542026-06-24T22:36:17.025Z Compiling hmac v0.12.1
14552026-06-24T22:36:17.106Z Compiling cipher v0.4.4
14562026-06-24T22:36:17.161Z Compiling sha2 v0.10.9
14572026-06-24T22:36:17.199Z Compiling der v0.7.10
14582026-06-24T22:36:17.314Z Compiling pbkdf2 v0.12.2
14592026-06-24T22:36:17.400Z Compiling salsa20 v0.10.2
14602026-06-24T22:36:17.411Z Compiling aes v0.8.4
14612026-06-24T22:36:17.473Z Compiling tinystr v0.8.2
14622026-06-24T22:36:17.515Z Compiling potential_utf v0.1.4
14632026-06-24T22:36:17.556Z Compiling scrypt v0.11.0
14642026-06-24T22:36:17.686Z Compiling icu_locale_core v2.1.1
14652026-06-24T22:36:17.711Z Compiling icu_collections v2.1.1
14662026-06-24T22:36:17.802Z Compiling thiserror v2.0.18
14672026-06-24T22:36:17.824Z Compiling cbc v0.1.2
14682026-06-24T22:36:17.845Z Compiling schemars_derive v0.8.22
14692026-06-24T22:36:17.851Z Compiling tracing v0.1.44
14702026-06-24T22:36:17.922Z Compiling scroll v0.13.0
14712026-06-24T22:36:17.993Z Compiling darling_macro v0.20.11
14722026-06-24T22:36:18.152Z Compiling spki v0.7.3
14732026-06-24T22:36:18.205Z Compiling openssl-macros v0.1.1
14742026-06-24T22:36:18.217Z Compiling goblin v0.10.5
14752026-06-24T22:36:18.299Z Compiling dtrace-parser v0.3.0
14762026-06-24T22:36:18.329Z Compiling icu_provider v2.1.1
14772026-06-24T22:36:18.381Z Compiling pkcs5 v0.7.1
14782026-06-24T22:36:18.423Z Compiling signature v2.2.0
14792026-06-24T22:36:18.499Z Compiling scroll_derive v0.12.1
14802026-06-24T22:36:18.532Z Compiling darling v0.20.11
14812026-06-24T22:36:18.586Z Compiling bytes v1.11.1
14822026-06-24T22:36:18.602Z Compiling icu_properties v2.1.2
14832026-06-24T22:36:18.634Z Compiling icu_normalizer v2.1.1
14842026-06-24T22:36:18.643Z Compiling chrono v0.4.44
14852026-06-24T22:36:18.663Z Compiling ipnet v2.11.0
14862026-06-24T22:36:18.666Z Compiling derive_builder_core v0.20.2
14872026-06-24T22:36:18.894Z Compiling pkcs8 v0.10.2
14882026-06-24T22:36:19.078Z Compiling tokio v1.52.1
14892026-06-24T22:36:19.155Z Compiling http v1.4.2
14902026-06-24T22:36:19.195Z Compiling thiserror-impl v1.0.69
14912026-06-24T22:36:19.210Z Compiling toml_datetime v0.6.11
14922026-06-24T22:36:19.228Z Compiling serde_spanned v0.6.9
14932026-06-24T22:36:19.242Z Compiling scroll v0.12.0
14942026-06-24T22:36:19.245Z Compiling erased-serde v0.3.31
14952026-06-24T22:36:19.328Z Compiling serde_tokenstream v0.2.3
14962026-06-24T22:36:19.388Z Compiling serde_urlencoded v0.7.1
14972026-06-24T22:36:19.537Z Compiling idna_adapter v1.2.1
14982026-06-24T22:36:19.582Z Compiling md-5 v0.10.6
14992026-06-24T22:36:19.640Z Compiling derive_builder_macro v0.20.2
15002026-06-24T22:36:19.655Z Compiling idna v1.1.0
15012026-06-24T22:36:19.669Z Compiling rustls-native-certs v0.8.3
15022026-06-24T22:36:19.696Z Compiling darling_macro v0.21.3
15032026-06-24T22:36:19.762Z Compiling bstr v1.12.1
15042026-06-24T22:36:19.777Z Compiling zerocopy-derive v0.7.35
15052026-06-24T22:36:19.824Z Compiling async-trait v0.1.89
15062026-06-24T22:36:19.987Z Compiling ppv-lite86 v0.2.21
15072026-06-24T22:36:20.062Z Compiling url v2.5.8
15082026-06-24T22:36:20.104Z Compiling http-body v1.0.1
15092026-06-24T22:36:20.150Z Compiling pin-project-internal v1.1.11
15102026-06-24T22:36:20.169Z Compiling rustix v0.38.44
15112026-06-24T22:36:20.245Z Compiling http-body-util v0.1.3
15122026-06-24T22:36:20.274Z Compiling num-bigint-dig v0.8.6
15132026-06-24T22:36:20.339Z Compiling rand_chacha v0.9.0
15142026-06-24T22:36:20.353Z Compiling rand_chacha v0.3.1
15152026-06-24T22:36:20.451Z Compiling cfg_aliases v0.2.1
15162026-06-24T22:36:20.483Z Compiling psl-types v2.0.11
15172026-06-24T22:36:20.513Z Compiling fallible-iterator v0.2.0
15182026-06-24T22:36:20.535Z Compiling litrs v1.0.0
15192026-06-24T22:36:20.550Z Compiling rand v0.9.2
15202026-06-24T22:36:20.619Z Compiling thiserror v1.0.69
15212026-06-24T22:36:20.703Z Compiling zerocopy v0.7.35
15222026-06-24T22:36:20.737Z Compiling publicsuffix v2.3.0
15232026-06-24T22:36:20.908Z Compiling rand v0.8.6
15242026-06-24T22:36:20.926Z Compiling nix v0.31.2
15252026-06-24T22:36:21.012Z Compiling dof v0.4.0
15262026-06-24T22:36:21.077Z Compiling document-features v0.2.12
15272026-06-24T22:36:21.081Z Compiling darling v0.21.3
15282026-06-24T22:36:21.187Z Compiling proptest v1.10.0
15292026-06-24T22:36:21.201Z Compiling postgres-protocol v0.6.10
15302026-06-24T22:36:21.288Z Compiling derive_builder v0.20.2
15312026-06-24T22:36:21.331Z Compiling goblin v0.8.2
15322026-06-24T22:36:21.345Z Compiling pin-project v1.1.11
15332026-06-24T22:36:21.394Z Compiling sec1 v0.7.3
15342026-06-24T22:36:21.437Z Compiling ipnetwork v0.21.1
15352026-06-24T22:36:21.462Z Compiling futures-executor v0.3.32
15362026-06-24T22:36:21.697Z Compiling oxnet v0.1.6
15372026-06-24T22:36:21.724Z Compiling hex v0.4.3
15382026-06-24T22:36:21.754Z Compiling hubpack_derive v0.1.1
15392026-06-24T22:36:21.757Z Compiling flate2 v1.1.9
15402026-06-24T22:36:21.784Z Compiling hkdf v0.12.4
15412026-06-24T22:36:21.787Z Compiling crypto-bigint v0.5.5
15422026-06-24T22:36:21.866Z Compiling regex v1.12.3
15432026-06-24T22:36:21.976Z Compiling ref-cast-impl v1.0.25
15442026-06-24T22:36:22.012Z Compiling daft-derive v0.1.7
15452026-06-24T22:36:22.076Z Compiling curve25519-dalek-derive v0.1.1
15462026-06-24T22:36:22.159Z Compiling strum_macros v0.27.2
15472026-06-24T22:36:22.193Z Compiling snafu-derive v0.8.9
15482026-06-24T22:36:22.338Z Compiling group v0.13.0
15492026-06-24T22:36:22.352Z Compiling num-iter v0.1.45
15502026-06-24T22:36:22.540Z Compiling terminal_size v0.4.3
15512026-06-24T22:36:22.560Z Compiling phf_shared v0.13.1
15522026-06-24T22:36:22.574Z Compiling lazy_static v1.5.0
15532026-06-24T22:36:22.684Z Compiling anstyle-parse v0.2.7
15542026-06-24T22:36:22.701Z Compiling vergen v9.1.0
15552026-06-24T22:36:22.751Z Compiling cargo-platform v0.3.2
15562026-06-24T22:36:22.778Z Compiling fs-err v3.3.0
15572026-06-24T22:36:22.793Z Compiling ahash v0.8.12
15582026-06-24T22:36:22.808Z Compiling libbz2-rs-sys v0.2.2
15592026-06-24T22:36:22.823Z Compiling same-file v1.0.6
15602026-06-24T22:36:22.843Z Compiling managed v0.8.0
15612026-06-24T22:36:22.891Z Compiling unicode-segmentation v1.12.0
15622026-06-24T22:36:22.906Z Compiling foldhash v0.2.0
15632026-06-24T22:36:22.990Z Compiling tokio-util v0.7.18
15642026-06-24T22:36:23.009Z Compiling tower v0.5.3
15652026-06-24T22:36:23.030Z Compiling tokio-native-tls v0.3.1
15662026-06-24T22:36:23.045Z Compiling winnow v0.5.40
15672026-06-24T22:36:23.065Z Compiling bitflags v1.3.2
15682026-06-24T22:36:23.074Z Compiling object v0.37.3
15692026-06-24T22:36:23.140Z Compiling foldhash v0.1.5
15702026-06-24T22:36:23.154Z Compiling bumpalo v3.20.2
15712026-06-24T22:36:23.227Z Compiling bzip2 v0.6.1
15722026-06-24T22:36:23.303Z Compiling hashbrown v0.15.5
15732026-06-24T22:36:23.408Z Compiling zopfli v0.8.3
15742026-06-24T22:36:23.422Z Compiling tower-http v0.6.8
15752026-06-24T22:36:23.449Z Compiling hashbrown v0.16.1
15762026-06-24T22:36:23.564Z Compiling dof v0.3.0
15772026-06-24T22:36:23.640Z Compiling newtype-uuid v1.3.2
15782026-06-24T22:36:23.847Z Compiling h2 v0.4.15
15792026-06-24T22:36:23.922Z Compiling daft v0.1.7
15802026-06-24T22:36:23.934Z Compiling walkdir v2.5.0
15812026-06-24T22:36:23.990Z Compiling cargo_metadata v0.23.1
15822026-06-24T22:36:24.063Z Compiling anstream v0.6.21
15832026-06-24T22:36:24.092Z Compiling clap_builder v4.6.0
15842026-06-24T22:36:24.142Z Compiling phf v0.13.1
15852026-06-24T22:36:24.160Z Compiling snafu v0.8.9
15862026-06-24T22:36:24.190Z Compiling strum v0.27.2
15872026-06-24T22:36:24.228Z Compiling elliptic-curve v0.13.8
15882026-06-24T22:36:24.270Z Compiling signal-hook-mio v0.2.5
15892026-06-24T22:36:24.374Z Compiling usdt-macro v0.6.0
15902026-06-24T22:36:24.447Z Compiling toml_edit v0.19.15
15912026-06-24T22:36:24.462Z Compiling usdt-attr-macro v0.6.0
15922026-06-24T22:36:24.599Z Compiling bzip2 v0.4.4
15932026-06-24T22:36:24.652Z Compiling hubpack v0.1.2
15942026-06-24T22:36:24.701Z Compiling cookie_store v0.22.1
15952026-06-24T22:36:24.836Z Compiling zstd v0.13.3
15962026-06-24T22:36:24.850Z Compiling futures v0.3.32
15972026-06-24T22:36:24.892Z Compiling postgres-types v0.2.12
15982026-06-24T22:36:24.932Z Compiling serde_with_macros v3.17.0
15992026-06-24T22:36:24.964Z Compiling dtrace-parser v0.2.0
16002026-06-24T22:36:25.126Z Compiling globset v0.4.18
16012026-06-24T22:36:25.198Z Compiling ed25519 v2.2.3
16022026-06-24T22:36:25.330Z Compiling pkcs1 v0.7.5
16032026-06-24T22:36:25.412Z Compiling olpc-cjson v0.1.4
16042026-06-24T22:36:25.489Z Compiling serde_plain v1.0.2
16052026-06-24T22:36:25.503Z Compiling serde-big-array v0.5.1
16062026-06-24T22:36:25.594Z Compiling rfc6979 v0.4.0
16072026-06-24T22:36:25.666Z Compiling enum-as-inner v0.6.1
16082026-06-24T22:36:25.707Z Compiling serde_repr v0.1.20
16092026-06-24T22:36:25.741Z Compiling clap_derive v4.6.1
16102026-06-24T22:36:25.741Z Compiling async-recursion v1.1.1
16112026-06-24T22:36:25.772Z Compiling strum_macros v0.26.4
16122026-06-24T22:36:25.842Z Compiling phf_shared v0.11.3
16132026-06-24T22:36:26.051Z Compiling float-cmp v0.10.0
16142026-06-24T22:36:26.115Z Compiling pem v3.0.6
16152026-06-24T22:36:26.131Z Compiling thread-id v4.2.2
16162026-06-24T22:36:26.147Z Compiling memmap2 v0.9.10
16172026-06-24T22:36:26.212Z Compiling env_filter v1.0.0
16182026-06-24T22:36:26.226Z Compiling static_assertions v1.1.0
16192026-06-24T22:36:26.242Z Compiling whoami v2.1.0
16202026-06-24T22:36:26.282Z Compiling keccak v0.1.6
16212026-06-24T22:36:26.315Z Compiling precomputed-hash v0.1.1
16222026-06-24T22:36:26.390Z Compiling predicates-core v1.0.10
16232026-06-24T22:36:26.421Z Compiling fixedbitset v0.5.7
16242026-06-24T22:36:26.456Z Compiling data-encoding v2.10.0
16252026-06-24T22:36:26.470Z Compiling jiff v0.2.21
16262026-06-24T22:36:26.557Z Compiling difflib v0.4.0
16272026-06-24T22:36:26.591Z Compiling new_debug_unreachable v1.0.6
16282026-06-24T22:36:26.649Z Compiling normalize-line-endings v0.3.0
16292026-06-24T22:36:26.671Z Compiling either v1.15.0
16302026-06-24T22:36:26.756Z Compiling typed-path v0.9.3
16312026-06-24T22:36:26.810Z Compiling winnow v1.0.3
16322026-06-24T22:36:26.910Z Compiling fixedbitset v0.4.2
16332026-06-24T22:36:27.053Z Compiling itertools v0.13.0
16342026-06-24T22:36:27.148Z Compiling hyper v1.10.1
16352026-06-24T22:36:27.168Z Compiling toml_parser v1.1.2+spec-1.1.0
16362026-06-24T22:36:27.169Z Compiling petgraph v0.6.5
16372026-06-24T22:36:27.198Z Compiling predicates v3.1.4
16382026-06-24T22:36:27.201Z Compiling hickory-proto v0.25.2
16392026-06-24T22:36:27.231Z Compiling toml_edit v0.22.27
16402026-06-24T22:36:27.248Z Compiling string_cache v0.8.9
16412026-06-24T22:36:27.495Z Compiling petgraph v0.8.3
16422026-06-24T22:36:27.570Z Compiling strum v0.26.3
16432026-06-24T22:36:27.607Z Compiling clap v4.6.1
16442026-06-24T22:36:27.698Z Compiling tokio-postgres v0.7.16
16452026-06-24T22:36:27.713Z Compiling sha3 v0.10.8
16462026-06-24T22:36:27.847Z Compiling env_logger v0.11.9
16472026-06-24T22:36:27.873Z Compiling usdt v0.6.0
16482026-06-24T22:36:28.045Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16492026-06-24T22:36:28.148Z Compiling usdt-impl v0.5.0
16502026-06-24T22:36:28.162Z Compiling serde_with v3.17.0
16512026-06-24T22:36:28.185Z Compiling crossterm v0.28.1
16522026-06-24T22:36:28.219Z Compiling toml v0.7.8
16532026-06-24T22:36:28.335Z Compiling hyper-util v0.1.20
16542026-06-24T22:36:28.695Z Compiling ecdsa v0.16.9
16552026-06-24T22:36:28.772Z Compiling rsa v0.9.10
16562026-06-24T22:36:28.800Z Compiling ed25519-dalek v2.2.0
16572026-06-24T22:36:29.114Z Compiling zip v4.6.1
16582026-06-24T22:36:29.508Z Compiling zip v0.6.6
16592026-06-24T22:36:29.566Z Compiling iddqd v0.4.2
16602026-06-24T22:36:29.581Z Compiling tokio-stream v0.1.18
16612026-06-24T22:36:29.947Z Compiling hyper-tls v0.6.0
16622026-06-24T22:36:30.134Z Compiling reqwest v0.12.28
16632026-06-24T22:36:30.147Z Compiling heck v0.4.1
16642026-06-24T22:36:30.150Z Compiling similar v2.7.0
16652026-06-24T22:36:30.195Z Compiling buf-list v1.1.2
16662026-06-24T22:36:30.214Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16672026-06-24T22:36:30.356Z Compiling openapiv3 v2.2.0
16682026-06-24T22:36:30.394Z Compiling x509-cert v0.2.5
16692026-06-24T22:36:30.459Z Compiling sha1 v0.10.6
16702026-06-24T22:36:30.492Z Compiling crossbeam-epoch v0.9.18
16712026-06-24T22:36:30.544Z Compiling lalrpop-util v0.19.12
16722026-06-24T22:36:30.731Z Compiling peg-runtime v0.8.5
16732026-06-24T22:36:30.751Z Compiling thread_local v1.1.9
16742026-06-24T22:36:30.774Z Compiling slog-async v2.8.0
16752026-06-24T22:36:30.855Z Compiling crossbeam-channel v0.5.15
16762026-06-24T22:36:30.868Z Compiling is-terminal v0.4.17
16772026-06-24T22:36:30.901Z Compiling filetime v0.2.27
16782026-06-24T22:36:30.941Z Compiling term v1.2.1
16792026-06-24T22:36:30.988Z Compiling take_mut v0.2.2
16802026-06-24T22:36:31.039Z Compiling xattr v1.6.1
16812026-06-24T22:36:31.222Z Compiling slog-term v2.9.2
16822026-06-24T22:36:31.377Z Compiling tar v0.4.45
16832026-06-24T22:36:48.990Z Compiling rustls-webpki v0.103.9
16842026-06-24T22:36:51.652Z Compiling tokio-rustls v0.26.4
16852026-06-24T22:36:51.652Z Compiling rustls-platform-verifier v0.6.2
16862026-06-24T22:36:51.652Z Compiling tough v0.22.0
16872026-06-24T22:36:51.877Z Compiling hyper-rustls v0.27.7
16882026-06-24T22:36:52.077Z Compiling reqwest v0.13.2
16892026-06-24T22:36:54.206Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16902026-06-24T22:36:54.435Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16912026-06-24T22:36:57.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.73s
16922026-06-24T22:36:57.380Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16932026-06-24T22:36:57.432ZJun 24 22:36:56.831 INFO Starting download, target: Clickhouse
16942026-06-24T22:36:57.432ZJun 24 22:36:56.831 INFO Starting download, target: Console
16952026-06-24T22:36:57.433ZJun 24 22:36:56.831 INFO Starting download, target: Cockroach
16962026-06-24T22:36:57.436ZJun 24 22:36:56.831 INFO Starting download, target: DendriteStub
16972026-06-24T22:36:57.436ZJun 24 22:36:56.831 INFO Starting download, target: MaghemiteMgd
16982026-06-24T22:36:57.436ZJun 24 22:36:56.831 INFO Starting download, target: MaghemiteDdmd
16992026-06-24T22:36:57.436ZJun 24 22:36:56.831 INFO Starting download, target: TransceiverControl
17002026-06-24T22:36:57.436ZJun 24 22:36:56.832 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17012026-06-24T22:36:57.436ZJun 24 22:36:56.832 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17022026-06-24T22:36:57.436ZJun 24 22:36:56.832 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17032026-06-24T22:36:57.436ZJun 24 22:36:56.832 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17042026-06-24T22:36:57.436ZJun 24 22:36:56.832 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17052026-06-24T22:36:57.436ZJun 24 22:36:56.832 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17062026-06-24T22:36:57.436ZJun 24 22:36:56.832 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17072026-06-24T22:36:57.808ZJun 24 22:36:57.206 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17082026-06-24T22:36:58.030ZJun 24 22:36:57.420 INFO Download complete, target: TransceiverControl
17092026-06-24T22:36:59.194ZJun 24 22:36:58.583 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17102026-06-24T22:36:59.439ZJun 24 22:36:58.837 INFO Download complete, target: Console
17112026-06-24T22:37:00.134ZJun 24 22:36:59.532 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17122026-06-24T22:37:01.720ZJun 24 22:37:01.118 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17132026-06-24T22:37:01.965ZJun 24 22:37:01.354 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17142026-06-24T22:37:02.060ZJun 24 22:37:01.433 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17152026-06-24T22:37:02.728ZJun 24 22:37:02.124 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17162026-06-24T22:37:02.728ZJun 24 22:37:02.124 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17172026-06-24T22:37:03.961ZJun 24 22:37:03.349 INFO Download complete, target: MaghemiteDdmd
17182026-06-24T22:37:04.396ZJun 24 22:37:03.790 INFO Download complete, target: DendriteStub
17192026-06-24T22:37:04.738ZJun 24 22:37:04.135 INFO Download complete, target: MaghemiteMgd
17202026-06-24T22:37:07.063ZJun 24 22:37:06.462 INFO Checking that binary works, target: Clickhouse
17212026-06-24T22:37:07.148ZJun 24 22:37:06.546 INFO Download complete, target: Clickhouse
17222026-06-24T22:37:07.511ZJun 24 22:37:06.896 INFO Checking that binary works, target: Cockroach
17232026-06-24T22:37:07.621ZJun 24 22:37:07.017 INFO Download complete, target: Cockroach
17242026-06-24T22:37:07.625ZAll prerequisites installed successfully
17252026-06-24T22:37:07.630Z
17262026-06-24T22:37:07.630Zreal 1:45.926578912
17272026-06-24T22:37:07.631Zuser 6:49.392778538
17282026-06-24T22:37:07.631Zsys 1:44.298352423
17292026-06-24T22:37:07.631Ztrap 0.268601215
17302026-06-24T22:37:07.631Ztflt 1.220193297
17312026-06-24T22:37:07.631Zdflt 1.616985062
17322026-06-24T22:37:07.631Zkflt 0.027850146
17332026-06-24T22:37:07.631Zlock 24:09.321563830
17342026-06-24T22:37:07.631Zslp 18:35.867804056
17352026-06-24T22:37:07.632Zlat 25.372759311
17362026-06-24T22:37:07.632Zstop 2:48.114187446
17372026-06-24T22:37:07.632Z+ ptime -m cargo xtask download softnpu
17382026-06-24T22:37:08.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17392026-06-24T22:37:08.093Z Running `target/debug/xtask download softnpu`
17402026-06-24T22:37:08.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17412026-06-24T22:37:08.847Z Running `target/debug/xtask-downloader softnpu`
17422026-06-24T22:37:08.887ZJun 24 22:37:08.284 INFO Starting download, target: Softnpu
17432026-06-24T22:37:08.890ZJun 24 22:37:08.285 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17442026-06-24T22:37:09.455ZJun 24 22:37:08.853 INFO Download complete, target: Softnpu
17452026-06-24T22:37:09.461Z
17462026-06-24T22:37:09.464Zreal 1.826464184
17472026-06-24T22:37:09.464Zuser 1.241854911
17482026-06-24T22:37:09.464Zsys 0.597140404
17492026-06-24T22:37:09.464Ztrap 0.000500540
17502026-06-24T22:37:09.464Ztflt 0.000067530
17512026-06-24T22:37:09.464Zdflt 0.000181730
17522026-06-24T22:37:09.464Zkflt 0.000000000
17532026-06-24T22:37:09.464Zlock 10.106788483
17542026-06-24T22:37:09.464Zslp 0.434080201
17552026-06-24T22:37:09.464Zlat 0.095331174
17562026-06-24T22:37:09.464Zstop 0.000174260
17572026-06-24T22:37:09.464Z+ export CARGO_INCREMENTAL=0
17582026-06-24T22:37:09.464Z+ CARGO_INCREMENTAL=0
17592026-06-24T22:37:09.464Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17602026-06-24T22:37:10.313Z Compiling proc-macro2 v1.0.106
17612026-06-24T22:37:10.313Z Compiling quote v1.0.45
17622026-06-24T22:37:10.313Z Compiling unicode-ident v1.0.24
17632026-06-24T22:37:10.313Z Compiling libc v0.2.185
17642026-06-24T22:37:10.317Z Compiling serde_core v1.0.228
17652026-06-24T22:37:10.317Z Compiling serde v1.0.228
17662026-06-24T22:37:10.317Z Compiling cfg-if v1.0.4
17672026-06-24T22:37:10.317Z Compiling version_check v0.9.5
17682026-06-24T22:37:10.449Z Compiling typenum v1.19.0
17692026-06-24T22:37:10.455Z Compiling find-msvc-tools v0.1.9
17702026-06-24T22:37:10.458Z Compiling shlex v1.3.0
17712026-06-24T22:37:10.458Z Compiling autocfg v1.5.0
17722026-06-24T22:37:10.458Z Compiling zmij v1.0.21
17732026-06-24T22:37:10.458Z Compiling memchr v2.8.0
17742026-06-24T22:37:10.458Z Compiling serde_json v1.0.150
17752026-06-24T22:37:10.655Z Compiling portable-atomic v1.13.1
17762026-06-24T22:37:10.697Z Compiling libm v0.2.16
17772026-06-24T22:37:10.814Z Compiling zerocopy v0.8.40
17782026-06-24T22:37:10.909Z Compiling generic-array v0.14.7
17792026-06-24T22:37:10.914Z Compiling icu_normalizer_data v2.1.1
17802026-06-24T22:37:10.963Z Compiling smallvec v1.15.1
17812026-06-24T22:37:10.963Z Compiling icu_properties_data v2.1.2
17822026-06-24T22:37:11.081Z Compiling num-traits v0.2.19
17832026-06-24T22:37:11.088Z Compiling parking_lot_core v0.9.12
17842026-06-24T22:37:11.114Z Compiling itoa v1.0.17
17852026-06-24T22:37:11.137Z Compiling getrandom v0.4.1
17862026-06-24T22:37:11.143Z Compiling log v0.4.29
17872026-06-24T22:37:11.226Z Compiling stable_deref_trait v1.2.1
17882026-06-24T22:37:11.278Z Compiling pkg-config v0.3.32
17892026-06-24T22:37:11.367Z Compiling subtle v2.6.1
17902026-06-24T22:37:11.465Z Compiling jobserver v0.1.34
17912026-06-24T22:37:11.468Z Compiling getrandom v0.2.17
17922026-06-24T22:37:11.592Z Compiling errno v0.3.14
17932026-06-24T22:37:11.690Z Compiling cc v1.2.56
17942026-06-24T22:37:11.707Z Compiling rand_core v0.6.4
17952026-06-24T22:37:11.722Z Compiling scopeguard v1.2.0
17962026-06-24T22:37:11.758Z Compiling syn v2.0.117
17972026-06-24T22:37:11.829Z Compiling writeable v0.6.2
17982026-06-24T22:37:11.846Z Compiling lock_api v0.4.14
17992026-06-24T22:37:11.861Z Compiling fnv v1.0.7
18002026-06-24T22:37:11.865Z Compiling litemap v0.8.1
18012026-06-24T22:37:11.865Z Compiling percent-encoding v2.3.2
18022026-06-24T22:37:11.959Z Compiling thiserror v2.0.18
18032026-06-24T22:37:12.079Z Compiling getrandom v0.3.4
18042026-06-24T22:37:12.096Z Compiling pin-project-lite v0.2.17
18052026-06-24T22:37:12.139Z Compiling rand_core v0.10.0
18062026-06-24T22:37:12.143Z Compiling equivalent v1.0.2
18072026-06-24T22:37:12.217Z Compiling schemars v0.8.22
18082026-06-24T22:37:12.233Z Compiling rustversion v1.0.22
18092026-06-24T22:37:12.249Z Compiling rustix v1.1.3
18102026-06-24T22:37:12.281Z Compiling critical-section v1.2.0
18112026-06-24T22:37:12.330Z Compiling fs_extra v1.3.0
18122026-06-24T22:37:12.345Z Compiling dunce v1.0.5
18132026-06-24T22:37:12.423Z Compiling cmake v0.1.57
18142026-06-24T22:37:12.458Z Compiling utf8_iter v1.0.4
18152026-06-24T22:37:12.499Z Compiling form_urlencoded v1.2.2
18162026-06-24T22:37:12.555Z Compiling hashbrown v0.17.0
18172026-06-24T22:37:12.613Z Compiling const-oid v0.9.6
18182026-06-24T22:37:12.644Z Compiling signal-hook-registry v1.4.8
18192026-06-24T22:37:12.789Z Compiling once_cell v1.21.3
18202026-06-24T22:37:13.014Z Compiling bitflags v2.11.0
18212026-06-24T22:37:13.064Z Compiling semver v1.0.28
18222026-06-24T22:37:13.081Z Compiling aws-lc-sys v0.40.0
18232026-06-24T22:37:13.114Z Compiling indexmap v2.14.0
18242026-06-24T22:37:13.118Z Compiling heck v0.5.0
18252026-06-24T22:37:13.157Z Compiling parking_lot v0.12.5
18262026-06-24T22:37:13.181Z Compiling mio v1.2.0
18272026-06-24T22:37:13.204Z Compiling socket2 v0.6.3
18282026-06-24T22:37:13.273Z Compiling aws-lc-rs v1.16.3
18292026-06-24T22:37:13.359Z Compiling futures-core v0.3.32
18302026-06-24T22:37:13.397Z Compiling strsim v0.11.1
18312026-06-24T22:37:13.412Z Compiling thiserror v1.0.69
18322026-06-24T22:37:13.450Z Compiling httparse v1.10.1
18332026-06-24T22:37:13.566Z Compiling byteorder v1.5.0
18342026-06-24T22:37:13.740Z Compiling ucd-trie v0.1.7
18352026-06-24T22:37:13.740Z Compiling iana-time-zone v0.1.65
18362026-06-24T22:37:13.824Z Compiling syn v1.0.109
18372026-06-24T22:37:13.828Z Compiling vcpkg v0.2.15
18382026-06-24T22:37:13.857Z Compiling ident_case v1.0.1
18392026-06-24T22:37:13.861Z Compiling regex-syntax v0.8.10
18402026-06-24T22:37:13.902Z Compiling uuid v1.23.4
18412026-06-24T22:37:13.919Z Compiling pest v2.8.6
18422026-06-24T22:37:14.185Z Compiling rustc_version v0.4.1
18432026-06-24T22:37:14.265Z Compiling cpufeatures v0.2.17
18442026-06-24T22:37:14.281Z Compiling futures-sink v0.3.32
18452026-06-24T22:37:14.365Z Compiling rustls v0.23.41
18462026-06-24T22:37:14.418Z Compiling futures-channel v0.3.32
18472026-06-24T22:37:14.464Z Compiling openssl-sys v0.9.115
18482026-06-24T22:37:14.510Z Compiling aho-corasick v1.1.4
18492026-06-24T22:37:14.556Z Compiling slab v0.4.12
18502026-06-24T22:37:14.580Z Compiling dyn-clone v1.0.20
18512026-06-24T22:37:14.585Z Compiling futures-task v0.3.32
18522026-06-24T22:37:14.658Z Compiling synstructure v0.13.2
18532026-06-24T22:37:14.676Z Compiling serde_derive_internals v0.29.1
18542026-06-24T22:37:14.754Z Compiling futures-io v0.3.32
18552026-06-24T22:37:14.996Z Compiling num-conv v0.2.0
18562026-06-24T22:37:15.068Z Compiling crc32fast v1.5.0
18572026-06-24T22:37:15.096Z Compiling pest_meta v2.8.6
18582026-06-24T22:37:15.140Z Compiling time-core v0.1.8
18592026-06-24T22:37:15.197Z Compiling plain v0.2.3
18602026-06-24T22:37:15.230Z Compiling crossbeam-utils v0.8.21
18612026-06-24T22:37:15.230Z Compiling base64 v0.22.1
18622026-06-24T22:37:15.266Z Compiling time-macros v0.2.27
18632026-06-24T22:37:15.365Z Compiling openssl v0.10.79
18642026-06-24T22:37:15.468Z Compiling regex-automata v0.4.14
18652026-06-24T22:37:15.518Z Compiling pretty-hex v0.4.1
18662026-06-24T22:37:15.519Z Compiling base64ct v1.8.3
18672026-06-24T22:37:15.636Z Compiling anyhow v1.0.102
18682026-06-24T22:37:15.674Z Compiling darling_core v0.21.3
18692026-06-24T22:37:15.674Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18702026-06-24T22:37:15.674Z Compiling native-tls v0.2.18
18712026-06-24T22:37:15.686Z Compiling pest_generator v2.8.6
18722026-06-24T22:37:15.740Z Compiling flagset v0.4.7
18732026-06-24T22:37:15.802Z Compiling pem-rfc7468 v0.7.0
18742026-06-24T22:37:15.814Z Compiling rand_core v0.9.5
18752026-06-24T22:37:15.841Z Compiling serde_derive v1.0.228
18762026-06-24T22:37:15.886Z Compiling zeroize_derive v1.4.3
18772026-06-24T22:37:15.886Z Compiling zerofrom-derive v0.1.6
18782026-06-24T22:37:15.933Z Compiling yoke-derive v0.8.1
18792026-06-24T22:37:15.934Z Compiling zerovec-derive v0.11.2
18802026-06-24T22:37:15.948Z Compiling displaydoc v0.2.5
18812026-06-24T22:37:15.989Z Compiling zerocopy-derive v0.8.40
18822026-06-24T22:37:16.013Z Compiling tokio-macros v2.7.0
18832026-06-24T22:37:16.052Z Compiling futures-macro v0.3.32
18842026-06-24T22:37:16.079Z Compiling thiserror-impl v2.0.18
18852026-06-24T22:37:16.264Z Compiling schemars_derive v0.8.22
18862026-06-24T22:37:16.297Z Compiling tracing-attributes v0.1.31
18872026-06-24T22:37:16.329Z Compiling der_derive v0.7.3
18882026-06-24T22:37:16.528Z Compiling zeroize v1.8.2
18892026-06-24T22:37:16.827Z Compiling thiserror-impl v1.0.69
18902026-06-24T22:37:16.900Z Compiling pest_derive v2.8.6
18912026-06-24T22:37:16.921Z Compiling futures-util v0.3.32
18922026-06-24T22:37:17.048Z Compiling zerofrom v0.1.6
18932026-06-24T22:37:17.197Z Compiling yoke v0.8.1
18942026-06-24T22:37:17.314Z Compiling crypto-common v0.1.7
18952026-06-24T22:37:17.394Z Compiling block-buffer v0.10.4
18962026-06-24T22:37:17.515Z Compiling zerovec v0.11.5
18972026-06-24T22:37:17.516Z Compiling zerotrie v0.2.3
18982026-06-24T22:37:17.548Z Compiling digest v0.10.7
18992026-06-24T22:37:17.570Z Compiling block-padding v0.3.3
19002026-06-24T22:37:17.707Z Compiling inout v0.1.4
19012026-06-24T22:37:17.739Z Compiling scroll_derive v0.12.1
19022026-06-24T22:37:17.791Z Compiling scroll_derive v0.13.1
19032026-06-24T22:37:17.863Z Compiling cipher v0.4.4
19042026-06-24T22:37:17.904Z Compiling hmac v0.12.1
19052026-06-24T22:37:17.913Z Compiling sha2 v0.10.9
19062026-06-24T22:37:17.950Z Compiling tinystr v0.8.2
19072026-06-24T22:37:18.019Z Compiling potential_utf v0.1.4
19082026-06-24T22:37:18.096Z Compiling openssl-macros v0.1.1
19092026-06-24T22:37:18.172Z Compiling icu_locale_core v2.1.1
19102026-06-24T22:37:18.204Z Compiling icu_collections v2.1.1
19112026-06-24T22:37:18.240Z Compiling darling_macro v0.21.3
19122026-06-24T22:37:18.290Z Compiling regex v1.12.3
19132026-06-24T22:37:18.458Z Compiling der v0.7.10
19142026-06-24T22:37:18.496Z Compiling zerocopy-derive v0.7.35
19152026-06-24T22:37:18.749Z Compiling slog v2.8.2
19162026-06-24T22:37:18.876Z Compiling icu_provider v2.1.1
19172026-06-24T22:37:18.937Z Compiling tracing-core v0.1.36
19182026-06-24T22:37:19.100Z Compiling bytes v1.11.1
19192026-06-24T22:37:19.203Z Compiling icu_normalizer v2.1.1
19202026-06-24T22:37:19.221Z Compiling icu_properties v2.1.2
19212026-06-24T22:37:19.250Z Compiling chrono v0.4.44
19222026-06-24T22:37:19.303Z Compiling serde_tokenstream v0.2.3
19232026-06-24T22:37:19.341Z Compiling cookie v0.18.1
19242026-06-24T22:37:19.620Z Compiling tokio v1.52.1
19252026-06-24T22:37:19.746Z Compiling http v1.4.2
19262026-06-24T22:37:20.267Z Compiling idna_adapter v1.2.1
19272026-06-24T22:37:20.346Z Compiling ppv-lite86 v0.2.21
19282026-06-24T22:37:20.402Z Compiling idna v1.1.0
19292026-06-24T22:37:20.483Z Compiling tracing v0.1.44
19302026-06-24T22:37:20.634Z Compiling spki v0.7.3
19312026-06-24T22:37:20.712Z Compiling darling v0.21.3
19322026-06-24T22:37:20.728Z Compiling salsa20 v0.10.2
19332026-06-24T22:37:20.815Z Compiling url v2.5.8
19342026-06-24T22:37:20.859Z Compiling pbkdf2 v0.12.2
19352026-06-24T22:37:21.275Z Compiling camino v1.2.2
19362026-06-24T22:37:21.644Z Compiling scrypt v0.11.0
19372026-06-24T22:37:21.666Z Compiling rand_chacha v0.9.0
19382026-06-24T22:37:21.680Z Compiling http-body v1.0.1
19392026-06-24T22:37:21.689Z Compiling aes v0.8.4
19402026-06-24T22:37:21.797Z Compiling cbc v0.1.2
19412026-06-24T22:37:21.849Z Compiling rustls-pki-types v1.14.0
19422026-06-24T22:37:21.972Z Compiling usdt-impl v0.5.0
19432026-06-24T22:37:22.036Z Compiling openssl-probe v0.2.1
19442026-06-24T22:37:22.151Z Compiling paste v1.0.15
19452026-06-24T22:37:22.196Z Compiling ref-cast v1.0.25
19462026-06-24T22:37:22.203Z Compiling tinyvec_macros v0.1.1
19472026-06-24T22:37:22.215Z Compiling either v1.15.0
19482026-06-24T22:37:22.242Z Compiling usdt-impl v0.6.0
19492026-06-24T22:37:22.289Z Compiling fastrand v2.3.0
19502026-06-24T22:37:22.446Z Compiling tinyvec v1.10.0
19512026-06-24T22:37:22.477Z Compiling pkcs5 v0.7.1
19522026-06-24T22:37:22.512Z Compiling rand v0.9.2
19532026-06-24T22:37:22.630Z Compiling toml_datetime v0.6.11
19542026-06-24T22:37:22.752Z Compiling serde_spanned v0.6.9
19552026-06-24T22:37:22.757Z Compiling scroll v0.13.0
19562026-06-24T22:37:22.787Z Compiling scroll v0.12.0
19572026-06-24T22:37:22.826Z Compiling async-trait v0.1.89
19582026-06-24T22:37:22.881Z Compiling heapless v0.7.17
19592026-06-24T22:37:22.943Z Compiling bzip2-sys v0.1.13+1.0.8
19602026-06-24T22:37:22.955Z Compiling zstd-safe v7.2.4
19612026-06-24T22:37:23.051Z Compiling winnow v0.7.14
19622026-06-24T22:37:23.099Z Compiling tower-layer v0.3.3
19632026-06-24T22:37:23.127Z Compiling tower-service v0.3.3
19642026-06-24T22:37:23.162Z Compiling rustix v0.38.44
19652026-06-24T22:37:23.189Z Compiling untrusted v0.7.1
19662026-06-24T22:37:23.236Z Compiling try-lock v0.2.5
19672026-06-24T22:37:23.248Z Compiling atomic-waker v1.1.2
19682026-06-24T22:37:23.254Z Compiling signal-hook v0.3.18
19692026-06-24T22:37:23.317Z Compiling litrs v1.0.0
19702026-06-24T22:37:23.339Z Compiling winnow v1.0.3
19712026-06-24T22:37:23.360Z Compiling want v0.3.1
19722026-06-24T22:37:23.391Z Compiling goblin v0.8.2
19732026-06-24T22:37:23.436Z Compiling tokio-util v0.7.18
19742026-06-24T22:37:23.465Z Compiling goblin v0.10.5
19752026-06-24T22:37:23.687Z Compiling toml_parser v1.1.2+spec-1.1.0
19762026-06-24T22:37:23.716Z Compiling pkcs8 v0.10.2
19772026-06-24T22:37:23.786Z Compiling document-features v0.2.12
19782026-06-24T22:37:24.023Z Compiling zerocopy v0.7.35
19792026-06-24T22:37:24.392Z Compiling h2 v0.4.15
19802026-06-24T22:37:24.432Z Compiling ipnet v2.11.0
19812026-06-24T22:37:24.450Z Compiling ref-cast-impl v1.0.25
19822026-06-24T22:37:24.542Z Compiling darling_core v0.20.11
19832026-06-24T22:37:24.670Z Compiling curve25519-dalek v4.1.3
19842026-06-24T22:37:24.728Z Compiling memoffset v0.9.1
19852026-06-24T22:37:24.867Z Compiling winnow v0.5.40
19862026-06-24T22:37:24.977Z Compiling httpdate v1.0.3
19872026-06-24T22:37:25.011Z Compiling untrusted v0.9.0
19882026-06-24T22:37:25.317Z Compiling utf8parse v0.2.2
19892026-06-24T22:37:25.333Z Compiling foreign-types-shared v0.1.1
19902026-06-24T22:37:25.420Z Compiling powerfmt v0.2.0
19912026-06-24T22:37:25.439Z Compiling foreign-types v0.3.2
19922026-06-24T22:37:25.455Z Compiling tempfile v3.25.0
19932026-06-24T22:37:25.674Z Compiling deranged v0.5.8
19942026-06-24T22:37:25.706Z Compiling dof v0.3.0
19952026-06-24T22:37:26.260Z Compiling dof v0.4.0
19962026-06-24T22:37:26.307Z Compiling toml_edit v0.19.15
19972026-06-24T22:37:26.320Z Compiling unicode-normalization v0.1.25
19982026-06-24T22:37:26.529Z Compiling dtrace-parser v0.2.0
19992026-06-24T22:37:26.542Z Compiling darling_macro v0.20.11
20002026-06-24T22:37:26.890Z Compiling dtrace-parser v0.3.0
20012026-06-24T22:37:27.098Z Compiling pin-project-internal v1.1.11
20022026-06-24T22:37:27.156Z Compiling daft-derive v0.1.7
20032026-06-24T22:37:27.199Z Compiling spin v0.9.8
20042026-06-24T22:37:27.299Z Compiling thread-id v5.1.0
20052026-06-24T22:37:27.334Z Compiling thread-id v4.2.2
20062026-06-24T22:37:27.368Z Compiling num_threads v0.1.7
20072026-06-24T22:37:27.451Z Compiling cfg_aliases v0.2.1
20082026-06-24T22:37:27.485Z Compiling smoltcp v0.9.1
20092026-06-24T22:37:27.498Z Compiling num-bigint-dig v0.8.6
20102026-06-24T22:37:27.512Z Compiling anstyle v1.0.14
20112026-06-24T22:37:27.623Z Compiling hyper v1.10.1
20122026-06-24T22:37:27.710Z Compiling time v0.3.47
20132026-06-24T22:37:27.756Z Compiling nix v0.31.2
20142026-06-24T22:37:28.138Z Compiling darling v0.20.11
20152026-06-24T22:37:28.238Z Compiling ipnetwork v0.21.1
20162026-06-24T22:37:28.538Z Compiling curve25519-dalek-derive v0.1.1
20172026-06-24T22:37:28.561Z Compiling strum_macros v0.26.4
20182026-06-24T22:37:28.639Z Compiling sync_wrapper v1.0.2
20192026-06-24T22:37:28.673Z Compiling wait-timeout v0.2.1
20202026-06-24T22:37:28.767Z Compiling hyper-util v0.1.20
20212026-06-24T22:37:28.937Z Compiling simd-adler32 v0.3.8
20222026-06-24T22:37:29.073Z Compiling anstyle-query v1.1.5
20232026-06-24T22:37:29.197Z Compiling is_terminal_polyfill v1.70.2
20242026-06-24T22:37:29.197Z Compiling bit-vec v0.8.0
20252026-06-24T22:37:29.275Z Compiling colorchoice v1.0.4
20262026-06-24T22:37:29.303Z Compiling quick-error v1.2.3
20272026-06-24T22:37:29.414Z Compiling siphasher v1.0.2
20282026-06-24T22:37:29.458Z Compiling bit-set v0.8.0
20292026-06-24T22:37:29.618Z Compiling rusty-fork v0.3.1
20302026-06-24T22:37:29.731Z Compiling tower v0.5.3
20312026-06-24T22:37:30.108Z Compiling derive_builder_core v0.20.2
20322026-06-24T22:37:30.123Z Compiling http-body-util v0.1.3
20332026-06-24T22:37:30.387Z Compiling signature v2.2.0
20342026-06-24T22:37:30.472Z Compiling hubpack_derive v0.1.1
20352026-06-24T22:37:30.527Z Compiling rand_xorshift v0.4.0
20362026-06-24T22:37:30.555Z Compiling strum_macros v0.27.2
20372026-06-24T22:37:30.575Z Compiling snafu-derive v0.8.9
20382026-06-24T22:37:30.793Z Compiling fs-err v3.3.0
20392026-06-24T22:37:30.809Z Compiling ahash v0.8.12
20402026-06-24T22:37:30.943Z Compiling unarray v0.1.4
20412026-06-24T22:37:30.957Z Compiling ryu v1.0.23
20422026-06-24T22:37:31.011Z Compiling object v0.37.3
20432026-06-24T22:37:31.045Z Compiling unicode-properties v0.1.4
20442026-06-24T22:37:31.071Z Compiling iri-string v0.7.10
20452026-06-24T22:37:31.146Z Compiling allocator-api2 v0.2.21
20462026-06-24T22:37:31.197Z Compiling adler2 v2.0.1
20472026-06-24T22:37:31.299Z Compiling unicode-segmentation v1.12.0
20482026-06-24T22:37:31.318Z Compiling unicode-bidi v0.3.18
20492026-06-24T22:37:31.570Z Compiling miniz_oxide v0.8.9
20502026-06-24T22:37:31.701Z Compiling stringprep v0.1.5
20512026-06-24T22:37:31.859Z Compiling serde_urlencoded v0.7.1
20522026-06-24T22:37:31.886Z Compiling proptest v1.10.0
20532026-06-24T22:37:32.049Z Compiling derive_builder_macro v0.20.2
20542026-06-24T22:37:32.129Z Compiling tokio-native-tls v0.3.1
20552026-06-24T22:37:32.283Z Compiling tower-http v0.6.8
20562026-06-24T22:37:32.335Z Compiling usdt-attr-macro v0.6.0
20572026-06-24T22:37:32.383Z Compiling usdt-macro v0.6.0
20582026-06-24T22:37:32.491Z Compiling anstyle-parse v1.0.0
20592026-06-24T22:37:32.750Z Compiling rustls-native-certs v0.8.3
20602026-06-24T22:37:32.831Z Compiling rand_chacha v0.3.1
20612026-06-24T22:37:32.954Z Compiling erased-serde v0.3.31
20622026-06-24T22:37:33.040Z Compiling md-5 v0.10.6
20632026-06-24T22:37:33.057Z Compiling bstr v1.12.1
20642026-06-24T22:37:33.197Z Compiling num-integer v0.1.46
20652026-06-24T22:37:33.215Z Compiling hash32 v0.2.1
20662026-06-24T22:37:33.305Z Compiling vergen-lib v9.1.0
20672026-06-24T22:37:33.321Z Compiling ff v0.13.1
20682026-06-24T22:37:33.377Z Compiling encoding_rs v0.8.35
20692026-06-24T22:37:33.425Z Compiling base16ct v0.2.0
20702026-06-24T22:37:33.445Z Compiling mime v0.3.17
20712026-06-24T22:37:33.481Z Compiling fallible-iterator v0.2.0
20722026-06-24T22:37:33.520Z Compiling zlib-rs v0.6.2
20732026-06-24T22:37:33.610Z Compiling psl-types v2.0.11
20742026-06-24T22:37:33.751Z Compiling publicsuffix v2.3.0
20752026-06-24T22:37:33.766Z Compiling postgres-protocol v0.6.10
20762026-06-24T22:37:33.802Z Compiling sec1 v0.7.3
20772026-06-24T22:37:33.842Z Compiling group v0.13.0
20782026-06-24T22:37:33.963Z Compiling newtype-uuid v1.3.2
20792026-06-24T22:37:33.971Z Compiling num-iter v0.1.45
20802026-06-24T22:37:34.277Z Compiling rand v0.8.6
20812026-06-24T22:37:34.545Z Compiling anstream v1.0.0
20822026-06-24T22:37:34.599Z Compiling oxnet v0.1.6
20832026-06-24T22:37:34.718Z Compiling derive_builder v0.20.2
20842026-06-24T22:37:34.762Z Compiling hyper-tls v0.6.0
20852026-06-24T22:37:34.844Z Compiling heck v0.4.1
20862026-06-24T22:37:34.863Z Compiling phf_shared v0.13.1
20872026-06-24T22:37:34.913Z Compiling pin-project v1.1.11
20882026-06-24T22:37:34.987Z Compiling lazy_static v1.5.0
20892026-06-24T22:37:35.004Z Compiling anstyle-parse v0.2.7
20902026-06-24T22:37:35.110Z Compiling terminal_size v0.4.3
20912026-06-24T22:37:35.127Z Compiling serde_with_macros v3.17.0
20922026-06-24T22:37:35.148Z Compiling futures-executor v0.3.32
20932026-06-24T22:37:35.200Z Compiling hex v0.4.3
20942026-06-24T22:37:35.203Z Compiling hkdf v0.12.4
20952026-06-24T22:37:35.248Z Compiling crypto-bigint v0.5.5
20962026-06-24T22:37:35.271Z Compiling enum-as-inner v0.6.1
20972026-06-24T22:37:35.347Z Compiling clap_derive v4.6.1
20982026-06-24T22:37:35.379Z Compiling async-recursion v1.1.1
20992026-06-24T22:37:35.400Z Compiling serde_repr v0.1.20
21002026-06-24T22:37:35.534Z Compiling flate2 v1.1.9
21012026-06-24T22:37:35.553Z Compiling vergen v9.1.0
21022026-06-24T22:37:35.581Z Compiling cargo-platform v0.3.2
21032026-06-24T22:37:35.795Z Compiling bitflags v1.3.2
21042026-06-24T22:37:35.798Z Compiling same-file v1.0.6
21052026-06-24T22:37:35.945Z Compiling foldhash v0.2.0
21062026-06-24T22:37:35.962Z Compiling libbz2-rs-sys v0.2.2
21072026-06-24T22:37:35.983Z Compiling managed v0.8.0
21082026-06-24T22:37:36.179Z Compiling clap_lex v1.0.0
21092026-06-24T22:37:36.256Z Compiling bumpalo v3.20.2
21102026-06-24T22:37:36.274Z Compiling foldhash v0.1.5
21112026-06-24T22:37:36.379Z Compiling clap_builder v4.6.0
21122026-06-24T22:37:36.463Z Compiling hashbrown v0.15.5
21132026-06-24T22:37:36.496Z Compiling zopfli v0.8.3
21142026-06-24T22:37:36.573Z Compiling bzip2 v0.6.1
21152026-06-24T22:37:36.637Z Compiling elliptic-curve v0.13.8
21162026-06-24T22:37:36.789Z Compiling hashbrown v0.16.1
21172026-06-24T22:37:37.007Z Compiling walkdir v2.5.0
21182026-06-24T22:37:37.054Z Compiling cargo_metadata v0.23.1
21192026-06-24T22:37:37.092Z Compiling futures v0.3.32
21202026-06-24T22:37:37.186Z Compiling zstd v0.13.3
21212026-06-24T22:37:37.567Z Compiling anstream v0.6.21
21222026-06-24T22:37:37.613Z Compiling phf v0.13.1
21232026-06-24T22:37:37.790Z Compiling snafu v0.8.9
21242026-06-24T22:37:37.806Z Compiling reqwest v0.12.28
21252026-06-24T22:37:37.911Z Compiling signal-hook-mio v0.2.5
21262026-06-24T22:37:38.051Z Compiling daft v0.1.7
21272026-06-24T22:37:38.173Z Compiling cookie_store v0.22.1
21282026-06-24T22:37:38.317Z Compiling bzip2 v0.4.4
21292026-06-24T22:37:38.352Z Compiling postgres-types v0.2.12
21302026-06-24T22:37:38.463Z Compiling globset v0.4.18
21312026-06-24T22:37:38.497Z Compiling strum v0.27.2
21322026-06-24T22:37:38.668Z Compiling hubpack v0.1.2
21332026-06-24T22:37:38.726Z Compiling ed25519 v2.2.3
21342026-06-24T22:37:38.742Z Compiling phf_shared v0.11.3
21352026-06-24T22:37:38.784Z Compiling crossbeam-epoch v0.9.18
21362026-06-24T22:37:38.892Z Compiling olpc-cjson v0.1.4
21372026-06-24T22:37:38.925Z Compiling pkcs1 v0.7.5
21382026-06-24T22:37:38.992Z Compiling pem v3.0.6
21392026-06-24T22:37:39.096Z Compiling serde-big-array v0.5.1
21402026-06-24T22:37:39.140Z Compiling serde_plain v1.0.2
21412026-06-24T22:37:39.249Z Compiling rfc6979 v0.4.0
21422026-06-24T22:37:39.258Z Compiling float-cmp v0.10.0
21432026-06-24T22:37:39.304Z Compiling memmap2 v0.9.10
21442026-06-24T22:37:39.321Z Compiling env_filter v1.0.0
21452026-06-24T22:37:39.353Z Compiling normalize-line-endings v0.3.0
21462026-06-24T22:37:39.478Z Compiling precomputed-hash v0.1.1
21472026-06-24T22:37:39.531Z Compiling keccak v0.1.6
21482026-06-24T22:37:39.566Z Compiling jiff v0.2.21
21492026-06-24T22:37:39.580Z Compiling new_debug_unreachable v1.0.6
21502026-06-24T22:37:39.598Z Compiling fixedbitset v0.5.7
21512026-06-24T22:37:39.630Z Compiling whoami v2.1.0
21522026-06-24T22:37:39.647Z Compiling toml_write v0.1.2
21532026-06-24T22:37:39.669Z Compiling static_assertions v1.1.0
21542026-06-24T22:37:39.703Z Compiling difflib v0.4.0
21552026-06-24T22:37:39.743Z Compiling data-encoding v2.10.0
21562026-06-24T22:37:39.758Z Compiling fixedbitset v0.4.2
21572026-06-24T22:37:39.869Z Compiling predicates-core v1.0.10
21582026-06-24T22:37:39.894Z Compiling typed-path v0.9.3
21592026-06-24T22:37:39.909Z Compiling tokio-postgres v0.7.16
21602026-06-24T22:37:39.984Z Compiling petgraph v0.6.5
21612026-06-24T22:37:39.987Z Compiling toml_edit v0.22.27
21622026-06-24T22:37:40.050Z Compiling hickory-proto v0.25.2
21632026-06-24T22:37:40.164Z Compiling predicates v3.1.4
21642026-06-24T22:37:40.291Z Compiling petgraph v0.8.3
21652026-06-24T22:37:40.465Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21662026-06-24T22:37:40.483Z Compiling sha3 v0.10.8
21672026-06-24T22:37:40.760Z Compiling string_cache v0.8.9
21682026-06-24T22:37:41.025Z Compiling env_logger v0.11.9
21692026-06-24T22:37:41.208Z Compiling usdt v0.6.0
21702026-06-24T22:37:41.251Z Compiling ecdsa v0.16.9
21712026-06-24T22:37:41.366Z Compiling rsa v0.9.10
21722026-06-24T22:37:41.982Z Compiling ed25519-dalek v2.2.0
21732026-06-24T22:37:42.234Z Compiling zip v4.6.1
21742026-06-24T22:37:42.451Z Compiling zip v0.6.6
21752026-06-24T22:37:42.891Z Compiling iddqd v0.4.2
21762026-06-24T22:37:42.942Z Compiling crossterm v0.28.1
21772026-06-24T22:37:42.990Z Compiling clap v4.6.1
21782026-06-24T22:37:43.120Z Compiling serde_with v3.17.0
21792026-06-24T22:37:43.137Z Compiling similar v2.7.0
21802026-06-24T22:37:43.285Z Compiling strum v0.26.3
21812026-06-24T22:37:43.343Z Compiling toml v0.7.8
21822026-06-24T22:37:43.417Z Compiling tokio-stream v0.1.18
21832026-06-24T22:37:43.438Z Compiling buf-list v1.1.2
21842026-06-24T22:37:43.768Z Compiling itertools v0.13.0
21852026-06-24T22:37:43.906Z Compiling x509-cert v0.2.5
21862026-06-24T22:37:43.927Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21872026-06-24T22:37:44.124Z Compiling openapiv3 v2.2.0
21882026-06-24T22:37:44.300Z Compiling sha1 v0.10.6
21892026-06-24T22:37:44.587Z Compiling lalrpop-util v0.19.12
21902026-06-24T22:37:44.800Z Compiling peg-runtime v0.8.5
21912026-06-24T22:38:02.071Z Compiling cpufeatures v0.3.0
21922026-06-24T22:38:02.170Z Compiling macaddr v1.0.1
21932026-06-24T22:38:02.208Z Compiling structmeta-derive v0.3.0
21942026-06-24T22:38:02.293Z Compiling hybrid-array v0.4.10
21952026-06-24T22:38:02.464Z Compiling crucible-workspace-hack v0.1.0
21962026-06-24T22:38:02.464Z Compiling rayon-core v1.13.0
21972026-06-24T22:38:02.541Z Compiling itertools v0.14.0
21982026-06-24T22:38:02.564Z Compiling secrecy v0.10.3
21992026-06-24T22:38:02.690Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22002026-06-24T22:38:02.731Z Compiling toml_datetime v0.7.5+spec-1.1.0
22012026-06-24T22:38:02.752Z Compiling heapless v0.8.0
22022026-06-24T22:38:02.796Z Compiling crypto-common v0.2.2
22032026-06-24T22:38:02.824Z Compiling block-buffer v0.12.1
22042026-06-24T22:38:02.868Z Compiling crossbeam-deque v0.8.6
22052026-06-24T22:38:02.938Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-06-24T22:38:02.983Z Compiling hash32 v0.3.1
22072026-06-24T22:38:03.038Z Compiling multer v3.1.0
22082026-06-24T22:38:03.117Z Compiling thread_local v1.1.9
22092026-06-24T22:38:03.132Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-06-24T22:38:03.171Z Compiling unicode-width v0.2.0
22112026-06-24T22:38:03.244Z Compiling structmeta v0.3.0
22122026-06-24T22:38:03.261Z Compiling const-oid v0.10.2
22132026-06-24T22:38:03.275Z Compiling compression-core v0.4.31
22142026-06-24T22:38:03.301Z Compiling smoltcp v0.11.0
22152026-06-24T22:38:03.472Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22162026-06-24T22:38:03.490Z Compiling match_cfg v0.1.0
22172026-06-24T22:38:03.490Z Compiling slog-async v2.8.0
22182026-06-24T22:38:03.523Z Compiling proc-macro-crate v3.4.0
22192026-06-24T22:38:03.586Z Compiling hostname v0.3.1
22202026-06-24T22:38:03.602Z Compiling derive-ex v0.1.8
22212026-06-24T22:38:03.654Z Compiling digest v0.11.3
22222026-06-24T22:38:03.813Z Compiling compression-codecs v0.4.37
22232026-06-24T22:38:03.842Z Compiling ingot-macros v0.1.1
22242026-06-24T22:38:03.879Z Compiling atomicwrites v0.4.4
22252026-06-24T22:38:03.906Z Compiling slog-json v2.6.1
22262026-06-24T22:38:03.981Z Compiling crossbeam-channel v0.5.15
22272026-06-24T22:38:04.074Z Compiling half v2.7.1
22282026-06-24T22:38:04.182Z Compiling newtype-uuid-macros v0.1.0
22292026-06-24T22:38:04.198Z Compiling cobs v0.3.0
22302026-06-24T22:38:04.201Z Compiling thiserror-impl-no-std v2.0.2
22312026-06-24T22:38:04.382Z Compiling universal-hash v0.5.1
22322026-06-24T22:38:04.444Z Compiling async-stream-impl v0.3.6
22332026-06-24T22:38:04.495Z Compiling toml_datetime v1.1.1+spec-1.1.0
22342026-06-24T22:38:04.548Z Compiling serde_spanned v1.1.1
22352026-06-24T22:38:04.686Z Compiling rustls-webpki v0.103.9
22362026-06-24T22:38:04.718Z Compiling is-terminal v0.4.17
22372026-06-24T22:38:04.849Z Compiling proc-macro-error-attr v1.0.4
22382026-06-24T22:38:04.934Z Compiling dropshot v0.17.1
22392026-06-24T22:38:04.949Z Compiling term v1.2.1
22402026-06-24T22:38:04.994Z Compiling toml_writer v1.1.1+spec-1.1.0
22412026-06-24T22:38:05.031Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22422026-06-24T22:38:05.074Z Compiling take_mut v0.2.2
22432026-06-24T22:38:05.159Z Compiling convert_case v0.4.0
22442026-06-24T22:38:05.211Z Compiling ciborium-io v0.2.2
22452026-06-24T22:38:05.246Z Compiling opaque-debug v0.3.1
22462026-06-24T22:38:05.261Z Compiling thiserror-no-std v2.0.2
22472026-06-24T22:38:05.278Z Compiling slog-term v2.9.2
22482026-06-24T22:38:05.329Z Compiling poly1305 v0.8.0
22492026-06-24T22:38:05.344Z Compiling ciborium-ll v0.2.2
22502026-06-24T22:38:05.399Z Compiling toml v1.1.2+spec-1.1.0
22512026-06-24T22:38:05.413Z Compiling test-strategy v0.4.5
22522026-06-24T22:38:05.481Z Compiling derive_more v0.99.20
22532026-06-24T22:38:05.740Z Compiling async-stream v0.3.6
22542026-06-24T22:38:05.783Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22552026-06-24T22:38:05.954Z Compiling postcard v1.1.3
22562026-06-24T22:38:06.367Z Compiling slog-bunyan v2.5.0
22572026-06-24T22:38:06.502Z Compiling ingot-types v0.1.2
22582026-06-24T22:38:06.570Z Compiling async-compression v0.4.41
22592026-06-24T22:38:06.609Z Compiling num_enum_derive v0.7.6
22602026-06-24T22:38:06.734Z Compiling sha1 v0.11.0
22612026-06-24T22:38:06.754Z Compiling parse-display-derive v0.10.0
22622026-06-24T22:38:06.779Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
22632026-06-24T22:38:06.984Z Compiling ingot v0.1.1
22642026-06-24T22:38:07.099Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22652026-06-24T22:38:07.203Z Compiling proc-macro-crate v1.3.1
22662026-06-24T22:38:07.448Z Compiling waitgroup v0.1.2
22672026-06-24T22:38:07.569Z Compiling backon v1.6.0
22682026-06-24T22:38:07.572Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
22692026-06-24T22:38:07.713Z Compiling rustls-pemfile v2.2.0
22702026-06-24T22:38:07.767Z Compiling password-hash v0.5.0
22712026-06-24T22:38:07.814Z Compiling dropshot_endpoint v0.17.1
22722026-06-24T22:38:07.855Z Compiling chacha20 v0.9.1
22732026-06-24T22:38:07.870Z Compiling blake2 v0.10.6
22742026-06-24T22:38:08.015Z Compiling aead v0.5.2
22752026-06-24T22:38:08.137Z Compiling foreign-types-macros v0.2.3
22762026-06-24T22:38:08.242Z Compiling tokio-rustls v0.26.4
22772026-06-24T22:38:08.257Z Compiling rustls-platform-verifier v0.6.2
22782026-06-24T22:38:08.394Z Compiling tough v0.22.0
22792026-06-24T22:38:08.479Z Compiling hyper-rustls v0.27.7
22802026-06-24T22:38:08.530Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22812026-06-24T22:38:08.588Z Compiling serde_path_to_error v0.1.20
22822026-06-24T22:38:08.678Z Compiling hostname v0.4.2
22832026-06-24T22:38:08.743Z Compiling reqwest v0.13.2
22842026-06-24T22:38:08.791Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22852026-06-24T22:38:08.820Z Compiling proc-macro-error v1.0.4
22862026-06-24T22:38:08.838Z Compiling instant v0.1.13
22872026-06-24T22:38:08.864Z Compiling foreign-types-shared v0.3.1
22882026-06-24T22:38:08.907Z Compiling typeid v1.0.3
22892026-06-24T22:38:08.980Z Compiling debug-ignore v1.0.5
22902026-06-24T22:38:08.997Z Compiling foreign-types v0.5.0
22912026-06-24T22:38:09.000Z Compiling backoff v0.4.0
22922026-06-24T22:38:09.073Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22932026-06-24T22:38:09.099Z Compiling parse-display v0.10.0
22942026-06-24T22:38:09.115Z Compiling chacha20poly1305 v0.10.1
22952026-06-24T22:38:09.131Z Compiling argon2 v0.5.3
22962026-06-24T22:38:09.182Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
22972026-06-24T22:38:09.264Z Compiling num_enum v0.7.6
22982026-06-24T22:38:09.282Z Compiling num_enum_derive v0.5.11
22992026-06-24T22:38:09.286Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-06-24T22:38:09.320Z Compiling ciborium v0.2.2
23012026-06-24T22:38:09.434Z Compiling vsss-rs v3.3.4
23022026-06-24T22:38:09.620Z Compiling tabwriter v1.4.1
23032026-06-24T22:38:09.654Z Compiling chacha20 v0.10.0
23042026-06-24T22:38:09.700Z Compiling regress v0.10.5
23052026-06-24T22:38:09.761Z Compiling byte-wrapper v0.1.0
23062026-06-24T22:38:09.979Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23072026-06-24T22:38:09.996Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-06-24T22:38:10.024Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23092026-06-24T22:38:10.178Z Compiling cstr-argument v0.1.2
23102026-06-24T22:38:10.194Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23112026-06-24T22:38:10.231Z Compiling humantime v2.3.0
23122026-06-24T22:38:10.377Z Compiling erased-serde v0.4.9
23132026-06-24T22:38:10.455Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23142026-06-24T22:38:10.471Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-06-24T22:38:10.626Z Compiling num_enum v0.5.11
23162026-06-24T22:38:10.683Z Compiling rand v0.10.0
23172026-06-24T22:38:10.724Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-06-24T22:38:10.795Z Compiling rayon v1.11.0
23192026-06-24T22:38:10.839Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-06-24T22:38:10.884Z Compiling libefi-sys v0.1.0
23212026-06-24T22:38:10.930Z Compiling indent_write v2.2.0
23222026-06-24T22:38:10.967Z Compiling colored v3.1.1
23232026-06-24T22:38:11.002Z Compiling zone_cfg_derive v0.3.1
23242026-06-24T22:38:11.109Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23252026-06-24T22:38:11.140Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23262026-06-24T22:38:11.243Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23272026-06-24T22:38:11.275Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23282026-06-24T22:38:11.329Z Compiling camino-tempfile v1.4.1
23292026-06-24T22:38:11.542Z Compiling itertools v0.12.1
23302026-06-24T22:38:11.545Z Compiling usdt-attr-macro v0.5.0
23312026-06-24T22:38:11.585Z Compiling usdt-macro v0.5.0
23322026-06-24T22:38:11.656Z Compiling bitfield-struct v0.6.2
23332026-06-24T22:38:11.684Z Compiling num-derive v0.4.2
23342026-06-24T22:38:11.794Z Compiling ordered-float v2.10.1
23352026-06-24T22:38:11.810Z Compiling blake3 v1.8.5
23362026-06-24T22:38:12.012Z Compiling sigpipe v0.1.3
23372026-06-24T22:38:12.049Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23382026-06-24T22:38:12.103Z Compiling memmap v0.7.0
23392026-06-24T22:38:12.134Z Compiling swrite v0.1.0
23402026-06-24T22:38:12.185Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-06-24T22:38:12.268Z Compiling glob v0.3.3
23422026-06-24T22:38:12.344Z Compiling usdt v0.5.0
23432026-06-24T22:38:12.362Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-06-24T22:38:12.376Z Compiling serde-value v0.7.0
23452026-06-24T22:38:12.422Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23462026-06-24T22:38:12.444Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23472026-06-24T22:38:12.599Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
23482026-06-24T22:38:12.703Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23492026-06-24T22:38:12.869Z Compiling serde-untagged v0.1.9
23502026-06-24T22:38:12.984Z Compiling zone v0.3.1
23512026-06-24T22:38:13.066Z Compiling toml v0.8.23
23522026-06-24T22:38:13.069Z Compiling smf v0.2.3
23532026-06-24T22:38:13.098Z Compiling filetime v0.2.27
23542026-06-24T22:38:13.128Z Compiling whoami v1.6.1
23552026-06-24T22:38:13.200Z Compiling arrayref v0.3.9
23562026-06-24T22:38:13.254Z Compiling unicode-xid v0.2.6
23572026-06-24T22:38:13.270Z Compiling arrayvec v0.7.6
23582026-06-24T22:38:13.292Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-06-24T22:38:13.323Z Compiling constant_time_eq v0.4.2
23602026-06-24T22:38:13.339Z Compiling xattr v1.6.1
23612026-06-24T22:38:13.342Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23622026-06-24T22:38:13.394Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-06-24T22:38:13.407Z Compiling tokio-dtrace v0.1.1
23642026-06-24T22:38:13.425Z Compiling console v0.16.2
23652026-06-24T22:38:13.545Z Compiling cargo-util-schemas v0.8.2
23662026-06-24T22:38:13.562Z Compiling tar v0.4.45
23672026-06-24T22:38:13.592Z Compiling gethostname v0.5.0
23682026-06-24T22:38:13.608Z Compiling cargo-platform v0.2.0
23692026-06-24T22:38:13.751Z Compiling unit-prefix v0.5.2
23702026-06-24T22:38:13.767Z Compiling topological-sort v0.2.2
23712026-06-24T22:38:13.934Z Compiling indicatif v0.18.4
23722026-06-24T22:38:13.963Z Compiling oxide-tokio-rt v0.1.4
23732026-06-24T22:38:14.064Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23742026-06-24T22:38:14.167Z Compiling shell-words v1.1.1
23752026-06-24T22:38:14.886Z Compiling cargo_metadata v0.21.0
23762026-06-24T22:38:23.308Z Compiling progenitor-client v0.14.0
23772026-06-24T22:38:23.308Z Compiling omicron-zone-package v0.12.3 (https://github.com/oxidecomputer/omicron-package?rev=6c6abacc64dcf2ad233e3625577a09d26eb65dbc#6c6abacc)
23782026-06-24T22:38:23.549Z Compiling progenitor-extras v0.2.0
23792026-06-24T22:38:23.921Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23802026-06-24T22:38:24.013Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-06-24T22:38:24.041Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-06-24T22:38:24.062Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-06-24T22:38:24.066Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23842026-06-24T22:38:24.105Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-06-24T22:38:24.396Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23862026-06-24T22:38:24.502Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-06-24T22:38:25.020Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23882026-06-24T22:38:29.124Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-06-24T22:38:36.905Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-06-24T22:38:40.008Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-06-24T22:38:41.012Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-06-24T22:38:50.177Z Finished `release` profile [optimized] target(s) in 1m 40s
23932026-06-24T22:38:50.312Z Running `target/release/omicron-package -t test target create -p dev`
23942026-06-24T22:38:50.373ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-06-24T22:38:50.376ZCreated new build target 'test' and set it as active
23962026-06-24T22:38:50.376Z
23972026-06-24T22:38:50.376Zreal 1:40.911789921
23982026-06-24T22:38:50.376Zuser 16:31.864100103
23992026-06-24T22:38:50.376Zsys 2:42.529408428
24002026-06-24T22:38:50.376Ztrap 0.480039646
24012026-06-24T22:38:50.376Ztflt 2.759011503
24022026-06-24T22:38:50.376Zdflt 4.039504803
24032026-06-24T22:38:50.376Zkflt 0.000455310
24042026-06-24T22:38:50.376Zlock 52:29.000431388
24052026-06-24T22:38:50.376Zslp 42:28.248534501
24062026-06-24T22:38:50.376Zlat 48.958364381
24072026-06-24T22:38:50.376Zstop 5:26.385440571
24082026-06-24T22:38:50.377Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-06-24T22:38:51.189Z Finished `release` profile [optimized] target(s) in 0.80s
24102026-06-24T22:38:51.251Z Running `target/release/omicron-package -t test package`
24112026-06-24T22:38:51.306ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-06-24T22:38:52.657Z Compiling heck v0.5.0
24132026-06-24T22:38:52.657Z Compiling regress v0.11.1
24142026-06-24T22:38:52.871Z Compiling unsafe-libyaml v0.2.11
24152026-06-24T22:38:52.907Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-06-24T22:38:52.931Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24172026-06-24T22:38:52.952Z Compiling unicode-width v0.1.14
24182026-06-24T22:38:52.955Z Compiling atomicwrites v0.4.4
24192026-06-24T22:38:52.991Z Compiling derive-where v1.6.0
24202026-06-24T22:38:53.012Z Compiling bytecount v0.6.9
24212026-06-24T22:38:53.015Z Compiling is-terminal v0.4.17
24222026-06-24T22:38:53.015Z Compiling prettyplease v0.2.37
24232026-06-24T22:38:53.031Z Compiling console v0.15.11
24242026-06-24T22:38:53.034Z Compiling newline-converter v0.3.0
24252026-06-24T22:38:53.034Z Compiling hybrid-array v0.4.10
24262026-06-24T22:38:53.095Z Compiling slog-dtrace v0.3.0
24272026-06-24T22:38:53.160Z Compiling cancel-safe-futures v0.1.5
24282026-06-24T22:38:53.160Z Compiling owo-colors v4.3.0
24292026-06-24T22:38:53.204Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24302026-06-24T22:38:53.229Z Compiling resolv-conf v0.7.6
24312026-06-24T22:38:53.254Z Compiling num-rational v0.4.2
24322026-06-24T22:38:53.299Z Compiling libsw-core v0.3.2
24332026-06-24T22:38:53.328Z Compiling num-complex v0.4.6
24342026-06-24T22:38:53.392Z Compiling serde_yaml v0.9.34+deprecated
24352026-06-24T22:38:53.475Z Compiling thread_local v1.1.9
24362026-06-24T22:38:53.500Z Compiling expectorate v1.2.0
24372026-06-24T22:38:53.521Z Compiling block-buffer v0.12.1
24382026-06-24T22:38:53.549Z Compiling crypto-common v0.2.2
24392026-06-24T22:38:53.634Z Compiling const-oid v0.10.2
24402026-06-24T22:38:53.716Z Compiling match_cfg v0.1.0
24412026-06-24T22:38:53.736Z Compiling compression-core v0.4.31
24422026-06-24T22:38:53.760Z Compiling num v0.4.3
24432026-06-24T22:38:53.801Z Compiling hostname v0.3.1
24442026-06-24T22:38:53.858Z Compiling libsw v3.5.0
24452026-06-24T22:38:53.861Z Compiling slog-async v2.8.0
24462026-06-24T22:38:53.929Z Compiling compression-codecs v0.4.37
24472026-06-24T22:38:53.964Z Compiling multer v3.1.0
24482026-06-24T22:38:53.983Z Compiling crossbeam-channel v0.5.15
24492026-06-24T22:38:54.029Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24502026-06-24T22:38:54.090Z Compiling slog-json v2.6.1
24512026-06-24T22:38:54.140Z Compiling digest v0.11.3
24522026-06-24T22:38:54.197Z Compiling serde_spanned v1.1.1
24532026-06-24T22:38:54.218Z Compiling toml_datetime v1.1.1+spec-1.1.0
24542026-06-24T22:38:54.238Z Compiling toml_writer v1.1.1+spec-1.1.0
24552026-06-24T22:38:54.262Z Compiling float-ord v0.3.2
24562026-06-24T22:38:54.284Z Compiling take_mut v0.2.2
24572026-06-24T22:38:54.325Z Compiling cpufeatures v0.3.0
24582026-06-24T22:38:54.347Z Compiling term v1.2.1
24592026-06-24T22:38:54.382Z Compiling typify-impl v0.6.2
24602026-06-24T22:38:54.382Z Compiling linear-map v1.2.0
24612026-06-24T22:38:54.427Z Compiling linked-hash-map v0.5.6
24622026-06-24T22:38:54.431Z Compiling sha1 v0.11.0
24632026-06-24T22:38:54.431Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-06-24T22:38:54.536Z Compiling toml v1.1.2+spec-1.1.0
24652026-06-24T22:38:54.539Z Compiling slog-bunyan v2.5.0
24662026-06-24T22:38:54.539Z Compiling async-compression v0.4.41
24672026-06-24T22:38:54.676Z Compiling slog-term v2.9.2
24682026-06-24T22:38:54.707Z Compiling lru-cache v0.1.2
24692026-06-24T22:38:54.710Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24702026-06-24T22:38:54.856Z Compiling dropshot v0.17.1
24712026-06-24T22:38:54.885Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722026-06-24T22:38:54.908Z Compiling async-stream v0.3.6
24732026-06-24T22:38:54.931Z Compiling progenitor-client v0.14.0
24742026-06-24T22:38:54.935Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24752026-06-24T22:38:54.935Z Compiling waitgroup v0.1.2
24762026-06-24T22:38:55.046Z Compiling rustls-pemfile v2.2.0
24772026-06-24T22:38:55.124Z Compiling backon v1.6.0
24782026-06-24T22:38:55.148Z Compiling serde_path_to_error v0.1.20
24792026-06-24T22:38:55.171Z Compiling hostname v0.4.2
24802026-06-24T22:38:55.193Z Compiling instant v0.1.13
24812026-06-24T22:38:55.216Z Compiling minimal-lexical v0.2.1
24822026-06-24T22:38:55.257Z Compiling debug-ignore v1.0.5
24832026-06-24T22:38:55.260Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24842026-06-24T22:38:55.328Z Compiling progenitor-extras v0.2.0
24852026-06-24T22:38:55.328Z Compiling backoff v0.4.0
24862026-06-24T22:38:55.369Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24872026-06-24T22:38:55.389Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-06-24T22:38:55.527Z Compiling nom v7.1.3
24892026-06-24T22:38:55.570Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24902026-06-24T22:38:55.599Z Compiling parse-display v0.10.0
24912026-06-24T22:38:55.646Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24922026-06-24T22:38:55.687Z Compiling hickory-proto v0.24.4
24932026-06-24T22:38:55.825Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24942026-06-24T22:38:55.896Z Compiling regress v0.10.5
24952026-06-24T22:38:56.337Z Compiling macaddr v1.0.1
24962026-06-24T22:38:56.620Z Compiling unicode-xid v0.2.6
24972026-06-24T22:38:56.691Z Compiling humantime v2.3.0
24982026-06-24T22:38:56.784Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-06-24T22:38:56.924Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-06-24T22:38:56.987Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25012026-06-24T22:38:56.990Z Compiling convert_case v0.10.0
25022026-06-24T22:38:57.169Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-06-24T22:38:57.274Z Compiling toml v0.8.23
25042026-06-24T22:38:57.310Z Compiling derive_more-impl v2.1.1
25052026-06-24T22:38:57.665Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-06-24T22:38:57.859Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25072026-06-24T22:38:57.880Z Compiling typify-macro v0.6.2
25082026-06-24T22:38:57.913Z Compiling papergrid v0.11.0
25092026-06-24T22:38:57.983Z Compiling tabled_derive v0.7.0
25102026-06-24T22:38:58.025Z Compiling termtree v0.5.1
25112026-06-24T22:38:58.092Z Compiling derive_more v2.1.1
25122026-06-24T22:38:58.204Z Compiling hickory-resolver v0.24.4
25132026-06-24T22:38:58.229Z Compiling crossterm v0.29.0
25142026-06-24T22:38:58.265Z Compiling phf_shared v0.12.1
25152026-06-24T22:38:58.520Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25162026-06-24T22:38:58.882Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25172026-06-24T22:38:59.076Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-06-24T22:38:59.289Z Compiling tabled v0.15.0
25192026-06-24T22:38:59.411Z Compiling typify v0.6.2
25202026-06-24T22:38:59.544Z Compiling progenitor-impl v0.14.0
25212026-06-24T22:39:00.289Z Compiling qorb v0.4.1
25222026-06-24T22:39:00.439Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-06-24T22:39:01.188Z Compiling csv-core v0.1.13
25242026-06-24T22:39:01.646Z Compiling vte v0.14.1
25252026-06-24T22:39:01.693Z Compiling progenitor-macro v0.14.0
25262026-06-24T22:39:01.903Z Compiling chrono-tz v0.10.4
25272026-06-24T22:39:02.117Z Compiling highway v1.3.0
25282026-06-24T22:39:02.491Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25292026-06-24T22:39:03.276Z Compiling strip-ansi-escapes v0.2.1
25302026-06-24T22:39:03.578Z Compiling csv v1.4.0
25312026-06-24T22:39:03.616Z Compiling phf v0.12.1
25322026-06-24T22:39:03.779Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25332026-06-24T22:39:03.827Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342026-06-24T22:39:03.846Z Compiling const_format_proc_macros v0.2.34
25352026-06-24T22:39:04.005Z Compiling fd-lock v4.0.4
25362026-06-24T22:39:04.179Z Compiling peg-macros v0.8.5
25372026-06-24T22:39:04.569Z Compiling nu-ansi-term v0.50.3
25382026-06-24T22:39:04.654Z Compiling const_format v0.2.35
25392026-06-24T22:39:04.941Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-06-24T22:39:05.177Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25412026-06-24T22:39:05.440Z Compiling reedline v0.40.0
25422026-06-24T22:39:05.470Z Compiling peg v0.8.5
25432026-06-24T22:39:05.722Z Compiling progenitor v0.14.0
25442026-06-24T22:39:05.860Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25452026-06-24T22:39:05.901Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-06-24T22:39:06.391Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25472026-06-24T22:39:06.462Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25482026-06-24T22:39:07.315Z Compiling bcs v0.1.6
25492026-06-24T22:39:07.373Z Compiling nom v8.0.0
25502026-06-24T22:39:07.750Z Compiling semver v0.1.20
25512026-06-24T22:39:08.044Z Compiling rustc_version v0.1.7
25522026-06-24T22:39:08.285Z Compiling newtype_derive v0.1.6
25532026-06-24T22:39:08.510Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-06-24T22:39:08.557Z Compiling unicode-linebreak v0.1.5
25552026-06-24T22:39:08.767Z Compiling smawk v0.3.2
25562026-06-24T22:39:08.882Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25572026-06-24T22:39:08.951Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25582026-06-24T22:39:08.971Z Compiling textwrap v0.16.2
25592026-06-24T22:39:09.046Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25602026-06-24T22:39:09.135Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-06-24T22:39:09.179Z Compiling steno v0.4.1
25622026-06-24T22:39:09.247Z Compiling dropshot-api-manager-types v0.7.2
25632026-06-24T22:39:09.338Z Compiling base64 v0.21.7
25642026-06-24T22:39:09.368Z Compiling utf-8 v0.7.6
25652026-06-24T22:39:09.628Z Compiling tagptr v0.2.0
25662026-06-24T22:39:09.839Z Compiling moka v0.12.13
25672026-06-24T22:39:09.859Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25682026-06-24T22:39:09.883Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25692026-06-24T22:39:10.134Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-06-24T22:39:10.155Z Compiling tungstenite v0.21.0
25712026-06-24T22:39:10.302Z Compiling display-error-chain v0.2.2
25722026-06-24T22:39:10.485Z Compiling radium v0.7.0
25732026-06-24T22:39:10.807Z Compiling tokio-tungstenite v0.21.0
25742026-06-24T22:39:10.877Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25752026-06-24T22:39:11.133Z Compiling hickory-resolver v0.25.2
25762026-06-24T22:39:11.207Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
25772026-06-24T22:39:11.279Z Compiling maybe-uninit v2.0.0
25782026-06-24T22:39:11.579Z Compiling tap v1.0.1
25792026-06-24T22:39:11.754Z Compiling wyz v0.5.1
25802026-06-24T22:39:12.020Z Compiling zerocopy-derive v0.6.6
25812026-06-24T22:39:12.156Z Compiling crc-catalog v2.4.0
25822026-06-24T22:39:12.244Z Compiling funty v2.0.0
25832026-06-24T22:39:12.305Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-06-24T22:39:12.850Z Compiling packed_struct v0.10.1
25852026-06-24T22:39:13.158Z Compiling zerocopy v0.6.6
25862026-06-24T22:39:13.196Z Compiling bitvec v1.0.1
25872026-06-24T22:39:13.539Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-06-24T22:39:13.792Z Compiling crc v3.4.0
25892026-06-24T22:39:14.123Z Compiling packed_struct_codegen v0.10.1
25902026-06-24T22:39:14.154Z Compiling vergen-lib v0.1.6
25912026-06-24T22:39:14.381Z Compiling bitfield-macros v0.19.4
25922026-06-24T22:39:14.716Z Compiling proc-macro-error-attr2 v2.0.0
25932026-06-24T22:39:15.085Z Compiling indexmap v1.9.3
25942026-06-24T22:39:15.109Z Compiling diesel_derives v2.3.7
25952026-06-24T22:39:15.147Z Compiling nodrop v0.1.14
25962026-06-24T22:39:15.292Z Compiling array-init v0.0.4
25972026-06-24T22:39:15.324Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25982026-06-24T22:39:15.344Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25992026-06-24T22:39:15.526Z Compiling proc-macro-error2 v2.0.1
26002026-06-24T22:39:15.685Z Compiling bitfield v0.19.4
26012026-06-24T22:39:15.830Z Compiling smallvec v0.6.14
26022026-06-24T22:39:16.014Z Compiling scheduled-thread-pool v0.2.7
26032026-06-24T22:39:16.039Z Compiling dsl_auto_type v0.2.0
26042026-06-24T22:39:16.104Z Compiling num-derive v0.3.3
26052026-06-24T22:39:16.153Z Compiling vergen-gitcl v1.0.8
26062026-06-24T22:39:16.383Z Compiling diesel_table_macro_syntax v0.3.0
26072026-06-24T22:39:16.606Z Compiling dirs-sys-next v0.1.2
26082026-06-24T22:39:16.610Z Compiling hashbrown v0.12.3
26092026-06-24T22:39:16.658Z Compiling glob v0.3.3
26102026-06-24T22:39:16.775Z Compiling maplit v1.0.2
26112026-06-24T22:39:16.897Z Compiling crunchy v0.2.4
26122026-06-24T22:39:16.917Z Compiling dirs-next v2.0.0
26132026-06-24T22:39:17.018Z Compiling clang-sys v1.8.1
26142026-06-24T22:39:17.041Z Compiling libscf-sys v1.1.0
26152026-06-24T22:39:17.228Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-06-24T22:39:17.284Z Compiling r2d2 v0.8.10
26172026-06-24T22:39:17.390Z Compiling serde-hex v0.1.0
26182026-06-24T22:39:17.407Z Compiling tabled_derive v0.11.0
26192026-06-24T22:39:17.576Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-06-24T22:39:17.605Z Compiling ron v0.8.1
26212026-06-24T22:39:17.733Z Compiling papergrid v0.17.0
26222026-06-24T22:39:17.763Z Compiling testing_table v0.3.0
26232026-06-24T22:39:17.823Z Compiling hashbrown v0.13.2
26242026-06-24T22:39:17.827Z Compiling downcast-rs v2.0.2
26252026-06-24T22:39:17.979Z Compiling crc-any v2.5.0
26262026-06-24T22:39:18.201Z Compiling tiny-keccak v2.0.2
26272026-06-24T22:39:18.409Z Compiling object v0.30.4
26282026-06-24T22:39:18.459Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-06-24T22:39:18.642Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-06-24T22:39:19.013Z Compiling tabled v0.20.0
26312026-06-24T22:39:19.135Z Compiling term v0.7.0
26322026-06-24T22:39:19.380Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26332026-06-24T22:39:19.429Z Compiling progenitor-impl v0.13.0
26342026-06-24T22:39:19.641Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26352026-06-24T22:39:20.009Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26362026-06-24T22:39:20.137Z Compiling xshell-macros v0.2.7
26372026-06-24T22:39:20.244Z Compiling path-slash v0.1.5
26382026-06-24T22:39:20.434Z Compiling bit-vec v0.6.3
26392026-06-24T22:39:20.561Z Compiling xshell v0.2.7
26402026-06-24T22:39:20.692Z Compiling bit-set v0.5.3
26412026-06-24T22:39:20.887Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26422026-06-24T22:39:21.025Z Compiling ascii-canvas v3.0.0
26432026-06-24T22:39:21.139Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26442026-06-24T22:39:21.570Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26452026-06-24T22:39:21.591Z Compiling progenitor-macro v0.13.0
26462026-06-24T22:39:21.703Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26472026-06-24T22:39:21.756Z Compiling diesel v2.3.7
26482026-06-24T22:39:21.983Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26492026-06-24T22:39:22.977Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26502026-06-24T22:39:23.396Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26512026-06-24T22:39:23.572Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-06-24T22:39:23.621Z Compiling progenitor-client v0.13.0
26532026-06-24T22:39:24.095Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26542026-06-24T22:39:24.168Z Compiling itertools v0.10.5
26552026-06-24T22:39:24.216Z Compiling ena v0.14.4
26562026-06-24T22:39:24.488Z Compiling libloading v0.8.9
26572026-06-24T22:39:24.728Z Compiling unicase v2.9.0
26582026-06-24T22:39:24.825Z Compiling bindgen v0.71.1
26592026-06-24T22:39:25.047Z Compiling diff v0.1.13
26602026-06-24T22:39:25.121Z Compiling regex-syntax v0.6.29
26612026-06-24T22:39:25.342Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-06-24T22:39:25.669Z Compiling progenitor v0.13.0
26632026-06-24T22:39:25.849Z Compiling cexpr v0.6.0
26642026-06-24T22:39:25.871Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26652026-06-24T22:39:26.099Z Compiling rustc-hash v2.1.1
26662026-06-24T22:39:26.258Z Compiling crc8 v0.1.1
26672026-06-24T22:39:26.497Z Compiling lalrpop v0.19.12
26682026-06-24T22:39:26.542Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26692026-06-24T22:39:26.689Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-06-24T22:39:27.038Z Compiling headers-core v0.3.0
26712026-06-24T22:39:27.153Z Compiling libxml v0.3.3
26722026-06-24T22:39:27.214Z Compiling headers v0.4.1
26732026-06-24T22:39:27.462Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-06-24T22:39:27.812Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-06-24T22:39:27.851Z Compiling strum_macros v0.24.3
26762026-06-24T22:39:27.872Z Compiling git-stub v1.0.0
26772026-06-24T22:39:27.893Z Compiling indoc v1.0.9
26782026-06-24T22:39:28.141Z Compiling git-stub-vcs v0.1.0
26792026-06-24T22:39:28.271Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26802026-06-24T22:39:28.333Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26812026-06-24T22:39:28.498Z Compiling derive_builder v0.20.2
26822026-06-24T22:39:28.563Z Compiling oso-derive v0.27.3
26832026-06-24T22:39:28.671Z Compiling quick-xml v0.37.5
26842026-06-24T22:39:28.869Z Compiling impl-trait-for-tuples v0.2.3
26852026-06-24T22:39:29.082Z Compiling openssl-probe v0.1.6
26862026-06-24T22:39:29.132Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26872026-06-24T22:39:29.375Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26882026-06-24T22:39:29.836Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26892026-06-24T22:39:29.968Z Compiling half v1.8.3
26902026-06-24T22:39:30.149Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-06-24T22:39:30.378Z Compiling serde_cbor v0.11.2
26922026-06-24T22:39:30.417Z Compiling bb8 v0.8.6
26932026-06-24T22:39:30.804Z Compiling trait-variant v0.1.2
26942026-06-24T22:39:31.376Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26952026-06-24T22:39:31.380Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26962026-06-24T22:39:31.415Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26972026-06-24T22:39:31.415Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-06-24T22:39:31.460Z Compiling samael v0.0.19
26992026-06-24T22:39:31.669Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27002026-06-24T22:39:31.779Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-06-24T22:39:31.809Z Compiling fxhash v0.2.1
27022026-06-24T22:39:32.000Z Compiling libz-sys v1.1.24
27032026-06-24T22:39:32.031Z Compiling salty v0.3.0
27042026-06-24T22:39:32.217Z Compiling nonempty v0.12.0
27052026-06-24T22:39:32.324Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27062026-06-24T22:39:32.518Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27072026-06-24T22:39:32.810Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27082026-06-24T22:39:33.196Z Compiling kstat-rs v0.2.4
27092026-06-24T22:39:33.636Z Compiling arc-swap v1.8.2
27102026-06-24T22:39:33.658Z Compiling fs-err v2.11.0
27112026-06-24T22:39:33.930Z Compiling mime_guess v2.0.5
27122026-06-24T22:39:33.968Z Compiling polar-core v0.27.3
27132026-06-24T22:39:34.022Z Compiling slog-scope v4.4.1
27142026-06-24T22:39:34.047Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-06-24T22:39:34.095Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-06-24T22:39:34.471Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27172026-06-24T22:39:34.490Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-06-24T22:39:34.810Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27192026-06-24T22:39:34.946Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27202026-06-24T22:39:35.467Z Compiling nanorand v0.7.0
27212026-06-24T22:39:35.809Z Compiling darling_core v0.23.0
27222026-06-24T22:39:35.841Z Compiling libgit2-sys v0.18.3+1.9.2
27232026-06-24T22:39:35.903Z Compiling parking_lot_core v0.8.6
27242026-06-24T22:39:36.215Z Compiling flume v0.11.1
27252026-06-24T22:39:36.645Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27262026-06-24T22:39:37.514Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27272026-06-24T22:39:37.735Z Compiling slog-stdlog v4.1.1
27282026-06-24T22:39:37.987Z Compiling darling_macro v0.23.0
27292026-06-24T22:39:38.234Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-06-24T22:39:38.254Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27312026-06-24T22:39:38.378Z Compiling primeorder v0.13.6
27322026-06-24T22:39:38.512Z Compiling atty v0.2.14
27332026-06-24T22:39:38.596Z Compiling http-range v0.1.5
27342026-06-24T22:39:38.662Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27352026-06-24T22:39:38.693Z Compiling instability v0.3.11
27362026-06-24T22:39:38.900Z Compiling strsim v0.10.0
27372026-06-24T22:39:38.920Z Compiling parse-size v1.1.0
27382026-06-24T22:39:39.158Z Compiling async-bb8-diesel v0.2.1
27392026-06-24T22:39:39.224Z Compiling diesel-dtrace v0.5.0
27402026-06-24T22:39:39.491Z Compiling darling_core v0.13.4
27412026-06-24T22:39:39.545Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27422026-06-24T22:39:39.637Z Compiling p384 v0.13.1
27432026-06-24T22:39:41.186Z Compiling darling v0.23.0
27442026-06-24T22:39:41.298Z Compiling slog-envlogger v2.2.0
27452026-06-24T22:39:42.666Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27462026-06-24T22:39:43.175Z Compiling oso v0.27.3
27472026-06-24T22:39:43.405Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-06-24T22:39:43.842Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-06-24T22:39:44.221Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27502026-06-24T22:39:44.435Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27512026-06-24T22:39:46.255Z Compiling ignore v0.4.25
27522026-06-24T22:39:46.933Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27532026-06-24T22:39:47.279Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-06-24T22:39:47.495Z Compiling castaway v0.2.4
27552026-06-24T22:39:47.650Z Compiling vergen-git2 v9.1.0
27562026-06-24T22:39:47.876Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-24T22:39:48.111Z Compiling indoc v2.0.7
27582026-06-24T22:39:48.248Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-24T22:39:48.413Z Compiling compact_str v0.8.1
27602026-06-24T22:39:48.747Z Compiling globwalk v0.9.1
27612026-06-24T22:39:49.273Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27622026-06-24T22:39:49.405Z Compiling parking_lot v0.11.2
27632026-06-24T22:39:49.587Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27642026-06-24T22:39:49.678Z Compiling hyper-staticfile v0.10.1
27652026-06-24T22:39:49.921Z Compiling darling_macro v0.13.4
27662026-06-24T22:39:50.429Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27672026-06-24T22:39:50.636Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27682026-06-24T22:39:50.856Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-06-24T22:39:50.880Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
27702026-06-24T22:39:51.090Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-06-24T22:39:51.258Z Compiling predicates-tree v1.0.13
27722026-06-24T22:39:51.335Z Compiling unicode-truncate v1.1.0
27732026-06-24T22:39:51.445Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27742026-06-24T22:39:51.547Z Compiling lru v0.12.5
27752026-06-24T22:39:51.678Z Compiling rand_seeder v0.4.0
27762026-06-24T22:39:51.743Z Compiling prefix-trie v0.7.0
27772026-06-24T22:39:51.783Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-06-24T22:39:51.940Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27792026-06-24T22:39:52.152Z Compiling corncobs v0.1.4
27802026-06-24T22:39:52.195Z Compiling illumos-nvpair-sys v0.2.0
27812026-06-24T22:39:52.252Z Compiling cassowary v0.3.0
27822026-06-24T22:39:52.308Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-06-24T22:39:52.404Z Compiling hickory-server v0.25.2
27842026-06-24T22:39:52.463Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27852026-06-24T22:39:52.513Z Compiling camino-tempfile-ext v0.3.3
27862026-06-24T22:39:52.672Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27872026-06-24T22:39:52.819Z Compiling ratatui v0.29.0
27882026-06-24T22:39:52.948Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-06-24T22:39:53.047Z Compiling darling v0.13.4
27902026-06-24T22:39:53.146Z Compiling sled v0.34.7
27912026-06-24T22:39:53.820Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27922026-06-24T22:39:54.304Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27932026-06-24T22:39:54.355Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-06-24T22:39:55.711Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-06-24T22:39:55.796Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27962026-06-24T22:39:56.016Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27972026-06-24T22:39:56.233Z Compiling secrecy v0.8.0
27982026-06-24T22:39:56.436Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-06-24T22:39:56.987Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-06-24T22:39:57.440Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-06-24T22:39:57.523Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28022026-06-24T22:39:58.138Z Compiling serde_with_macros v1.5.2
28032026-06-24T22:39:58.885Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-06-24T22:39:59.119Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28052026-06-24T22:39:59.192Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062026-06-24T22:40:00.600Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28072026-06-24T22:40:00.899Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28082026-06-24T22:40:01.114Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-06-24T22:40:01.145Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-06-24T22:40:01.333Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28112026-06-24T22:40:01.355Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28122026-06-24T22:40:01.385Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28132026-06-24T22:40:01.568Z Compiling void v1.0.2
28142026-06-24T22:40:01.686Z Compiling lzss v0.8.2
28152026-06-24T22:40:01.721Z Compiling git2 v0.20.4
28162026-06-24T22:40:02.064Z Compiling illumos-nvpair v0.3.0
28172026-06-24T22:40:02.085Z Compiling serde_with v1.14.0
28182026-06-24T22:40:02.572Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28192026-06-24T22:40:02.823Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28202026-06-24T22:40:03.084Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28212026-06-24T22:40:03.294Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28222026-06-24T22:40:05.284Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
28232026-06-24T22:40:05.323Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-06-24T22:40:06.855Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-06-24T22:40:06.909Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-06-24T22:40:07.171Z Compiling tungstenite v0.23.0
28272026-06-24T22:40:07.580Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28282026-06-24T22:40:08.412Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28292026-06-24T22:40:08.639Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28302026-06-24T22:40:08.908Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28312026-06-24T22:40:08.954Z Compiling nix v0.27.1
28322026-06-24T22:40:09.557Z Compiling twox-hash v2.1.2
28332026-06-24T22:40:09.628Z Compiling serde_bytes v0.11.19
28342026-06-24T22:40:09.684Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28352026-06-24T22:40:09.938Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28362026-06-24T22:40:10.113Z Compiling tokio-tungstenite v0.23.1
28372026-06-24T22:40:10.141Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-06-24T22:40:10.297Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28392026-06-24T22:40:10.503Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28402026-06-24T22:40:10.978Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28412026-06-24T22:40:12.327Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28422026-06-24T22:40:12.968Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-06-24T22:40:13.527Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-06-24T22:40:13.933Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28452026-06-24T22:40:14.411Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28462026-06-24T22:40:14.435Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28472026-06-24T22:40:14.662Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28482026-06-24T22:40:14.779Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
28492026-06-24T22:40:15.017Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-06-24T22:40:15.204Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-06-24T22:40:15.325Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28522026-06-24T22:40:16.112Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-06-24T22:40:16.736Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-06-24T22:40:19.169Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-06-24T22:40:19.883Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28562026-06-24T22:40:20.420Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28572026-06-24T22:40:20.465Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
28582026-06-24T22:40:20.723Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28592026-06-24T22:40:20.945Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-06-24T22:40:21.539Z Compiling signal-hook-tokio v0.3.1
28612026-06-24T22:40:21.734Z Compiling fatfs v0.3.6
28622026-06-24T22:40:21.955Z Compiling yasna v0.5.2
28632026-06-24T22:40:21.959Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28642026-06-24T22:40:22.036Z Compiling seq-macro v0.3.6
28652026-06-24T22:40:22.548Z Compiling assert_matches v1.5.0
28662026-06-24T22:40:22.677Z Compiling is_ci v1.2.0
28672026-06-24T22:40:22.909Z Compiling supports-color v3.0.2
28682026-06-24T22:40:23.018Z Compiling rcgen v0.12.1
28692026-06-24T22:40:23.212Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702026-06-24T22:40:23.602Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-06-24T22:40:23.921Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28722026-06-24T22:40:25.806Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28732026-06-24T22:40:26.034Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28742026-06-24T22:40:26.270Z Compiling rtoolbox v0.0.3
28752026-06-24T22:40:26.570Z Compiling subprocess v0.2.15
28762026-06-24T22:40:27.295Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28772026-06-24T22:40:27.583Z Compiling rpassword v7.4.0
28782026-06-24T22:40:27.898Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-06-24T22:40:28.688Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28802026-06-24T22:40:28.842Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28812026-06-24T22:40:30.839Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28822026-06-24T22:40:30.977Z Compiling tui-tree-widget v0.23.1
28832026-06-24T22:40:31.291Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-06-24T22:40:31.344Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28852026-06-24T22:40:31.571Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28862026-06-24T22:40:31.797Z Compiling uzers v0.12.2
28872026-06-24T22:40:32.375Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-06-24T22:40:32.600Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-06-24T22:40:33.299Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-06-24T22:40:35.692Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-06-24T22:40:35.756Z Compiling support-bundle-viewer v0.1.2
28922026-06-24T22:40:37.641Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28932026-06-24T22:40:37.683Z Compiling multimap v0.10.1
28942026-06-24T22:40:52.791Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28952026-06-24T22:40:54.721Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28962026-06-24T22:41:00.490Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28972026-06-24T22:41:00.800Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28982026-06-24T22:41:01.572Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28992026-06-24T22:47:29.493Z Finished `release` profile [optimized] target(s) in 8m 38s
29002026-06-24T22:48:17.014Z
29012026-06-24T22:48:17.018Zreal 9:26.611709674
29022026-06-24T22:48:17.018Zuser 1:18:28.996928788
29032026-06-24T22:48:17.018Zsys 3:30.498981983
29042026-06-24T22:48:17.018Ztrap 1.754068420
29052026-06-24T22:48:17.018Ztflt 2.228978100
29062026-06-24T22:48:17.018Zdflt 17.852141191
29072026-06-24T22:48:17.018Zkflt 0.005591642
29082026-06-24T22:48:17.018Zlock 6:50:34.866315666
29092026-06-24T22:48:17.018Zslp 2:13:13.663231631
29102026-06-24T22:48:17.018Zlat 2:20.798609621
29112026-06-24T22:48:17.018Zstop 5:09.697291244
29122026-06-24T22:48:17.018Z+ mapfile -t packages
29132026-06-24T22:48:17.018Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29142026-06-24T22:48:17.882Z Finished `release` profile [optimized] target(s) in 0.85s
29152026-06-24T22:48:17.950Z Running `target/release/omicron-package -t test list-outputs`
29162026-06-24T22:48:18.007ZLogging to: /work/oxidecomputer/omicron/out/LOG
29172026-06-24T22:48:18.010Z+ ptime -m cargo build --locked --release -p xtask
29182026-06-24T22:48:18.469Z Compiling libc v0.2.185
29192026-06-24T22:48:18.469Z Compiling serde v1.0.228
29202026-06-24T22:48:18.472Z Compiling serde_core v1.0.228
29212026-06-24T22:48:18.472Z Compiling rustix v1.1.3
29222026-06-24T22:48:18.561Z Compiling bitflags v2.11.0
29232026-06-24T22:48:18.561Z Compiling serde_json v1.0.150
29242026-06-24T22:48:18.614Z Compiling num-traits v0.2.19
29252026-06-24T22:48:18.626Z Compiling syn v2.0.117
29262026-06-24T22:48:18.635Z Compiling smallvec v1.15.1
29272026-06-24T22:48:18.653Z Compiling indexmap v2.14.0
29282026-06-24T22:48:18.656Z Compiling usdt-impl v0.5.0
29292026-06-24T22:48:18.674Z Compiling syn v1.0.109
29302026-06-24T22:48:18.686Z Compiling percent-encoding v2.3.2
29312026-06-24T22:48:18.686Z Compiling getrandom v0.4.1
29322026-06-24T22:48:18.805Z Compiling log v0.4.29
29332026-06-24T22:48:18.972Z Compiling form_urlencoded v1.2.2
29342026-06-24T22:48:19.090Z Compiling fs-err v3.3.0
29352026-06-24T22:48:19.093Z Compiling heck v0.4.1
29362026-06-24T22:48:19.093Z Compiling once_cell v1.21.3
29372026-06-24T22:48:19.124Z Compiling anyhow v1.0.102
29382026-06-24T22:48:19.345Z Compiling errno v0.3.14
29392026-06-24T22:48:19.348Z Compiling thread-id v4.2.2
29402026-06-24T22:48:19.348Z Compiling memmap v0.7.0
29412026-06-24T22:48:19.626Z Compiling ordered-float v2.10.1
29422026-06-24T22:48:20.157Z Compiling proc-macro-error v1.0.4
29432026-06-24T22:48:20.375Z Compiling terminal_size v0.4.3
29442026-06-24T22:48:20.376Z Compiling tempfile v3.25.0
29452026-06-24T22:48:20.400Z Compiling tabled_derive v0.7.0
29462026-06-24T22:48:20.475Z Compiling clap_builder v4.6.0
29472026-06-24T22:48:20.475Z Compiling textwrap v0.16.2
29482026-06-24T22:48:20.594Z Compiling camino-tempfile v1.4.1
29492026-06-24T22:48:21.062Z Compiling tabled v0.15.0
29502026-06-24T22:48:21.141Z Compiling synstructure v0.13.2
29512026-06-24T22:48:21.141Z Compiling pest_generator v2.8.6
29522026-06-24T22:48:21.515Z Compiling serde_derive v1.0.228
29532026-06-24T22:48:21.515Z Compiling zerovec-derive v0.11.2
29542026-06-24T22:48:21.519Z Compiling displaydoc v0.2.5
29552026-06-24T22:48:21.519Z Compiling thiserror-impl v1.0.69
29562026-06-24T22:48:21.519Z Compiling zerocopy-derive v0.7.35
29572026-06-24T22:48:21.519Z Compiling scroll_derive v0.12.1
29582026-06-24T22:48:21.519Z Compiling thiserror-impl v2.0.18
29592026-06-24T22:48:21.520Z Compiling clap_derive v4.6.1
29602026-06-24T22:48:21.567Z Compiling zerofrom-derive v0.1.6
29612026-06-24T22:48:21.577Z Compiling yoke-derive v0.8.1
29622026-06-24T22:48:21.661Z Compiling pest_derive v2.8.6
29632026-06-24T22:48:22.233Z Compiling scroll v0.12.0
29642026-06-24T22:48:22.326Z Compiling zerocopy v0.7.35
29652026-06-24T22:48:22.567Z Compiling goblin v0.8.2
29662026-06-24T22:48:22.728Z Compiling thiserror v1.0.69
29672026-06-24T22:48:22.740Z Compiling zerofrom v0.1.6
29682026-06-24T22:48:22.781Z Compiling thiserror v2.0.18
29692026-06-24T22:48:22.844Z Compiling dtrace-parser v0.2.0
29702026-06-24T22:48:22.885Z Compiling yoke v0.8.1
29712026-06-24T22:48:23.099Z Compiling zerovec v0.11.5
29722026-06-24T22:48:23.198Z Compiling zerotrie v0.2.3
29732026-06-24T22:48:23.267Z Compiling clap v4.6.1
29742026-06-24T22:48:23.645Z Compiling tinystr v0.8.2
29752026-06-24T22:48:23.710Z Compiling potential_utf v0.1.4
29762026-06-24T22:48:23.879Z Compiling icu_locale_core v2.1.1
29772026-06-24T22:48:23.910Z Compiling icu_collections v2.1.1
29782026-06-24T22:48:24.653Z Compiling icu_provider v2.1.1
29792026-06-24T22:48:24.766Z Compiling serde_spanned v0.6.9
29802026-06-24T22:48:24.945Z Compiling icu_normalizer v2.1.1
29812026-06-24T22:48:25.099Z Compiling icu_properties v2.1.2
29822026-06-24T22:48:25.157Z Compiling toml_datetime v0.6.11
29832026-06-24T22:48:25.157Z Compiling dof v0.3.0
29842026-06-24T22:48:25.213Z Compiling serde_tokenstream v0.2.3
29852026-06-24T22:48:25.451Z Compiling toml_edit v0.22.27
29862026-06-24T22:48:25.534Z Compiling serde-value v0.7.0
29872026-06-24T22:48:25.534Z Compiling cargo-platform v0.2.0
29882026-06-24T22:48:25.588Z Compiling macaddr v1.0.1
29892026-06-24T22:48:25.997Z Compiling idna_adapter v1.2.1
29902026-06-24T22:48:26.010Z Compiling usdt-macro v0.5.0
29912026-06-24T22:48:26.038Z Compiling usdt-attr-macro v0.5.0
29922026-06-24T22:48:26.149Z Compiling idna v1.1.0
29932026-06-24T22:48:26.511Z Compiling url v2.5.8
29942026-06-24T22:48:26.704Z Compiling usdt v0.5.0
29952026-06-24T22:48:27.058Z Compiling toml v0.8.23
29962026-06-24T22:48:27.485Z Compiling cargo-util-schemas v0.8.2
29972026-06-24T22:48:27.485Z Compiling cargo_toml v0.21.0
29982026-06-24T22:48:28.511Z Compiling cargo_metadata v0.21.0
29992026-06-24T22:48:31.966Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30002026-06-24T22:48:34.953Z Finished `release` profile [optimized] target(s) in 16.93s
30012026-06-24T22:48:35.093Z
30022026-06-24T22:48:35.093Zreal 17.048578452
30032026-06-24T22:48:35.093Zuser 2:20.578494072
30042026-06-24T22:48:35.093Zsys 17.067351568
30052026-06-24T22:48:35.093Ztrap 0.078153088
30062026-06-24T22:48:35.093Ztflt 0.587468827
30072026-06-24T22:48:35.097Zdflt 1.625490736
30082026-06-24T22:48:35.097Zkflt 0.000049930
30092026-06-24T22:48:35.097Zlock 5:20.649005970
30102026-06-24T22:48:35.097Zslp 3:25.627416919
30112026-06-24T22:48:35.097Zlat 4.913705321
30122026-06-24T22:48:35.097Zstop 18.077412785
30132026-06-24T22:48:35.097Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-06-24T22:48:35.097Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30152026-06-24T22:48:35.097Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-06-24T22:48:35.097Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30172026-06-24T22:48:35.097Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30182026-06-24T22:48:35.970Z Compiling progenitor-client v0.14.0
30192026-06-24T22:48:35.973Z Compiling cpufeatures v0.3.0
30202026-06-24T22:48:35.973Z Compiling newtype-uuid-macros v0.1.0
30212026-06-24T22:48:35.973Z Compiling hybrid-array v0.4.10
30222026-06-24T22:48:35.973Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30232026-06-24T22:48:36.125Z Compiling match_cfg v0.1.0
30242026-06-24T22:48:36.128Z Compiling slog-json v2.6.1
30252026-06-24T22:48:36.139Z Compiling structmeta-derive v0.3.0
30262026-06-24T22:48:36.142Z Compiling multer v3.1.0
30272026-06-24T22:48:36.142Z Compiling debug-ignore v1.0.5
30282026-06-24T22:48:36.142Z Compiling compression-core v0.4.31
30292026-06-24T22:48:36.142Z Compiling const-oid v0.10.2
30302026-06-24T22:48:36.142Z Compiling atomicwrites v0.4.4
30312026-06-24T22:48:36.155Z Compiling itertools v0.14.0
30322026-06-24T22:48:36.217Z Compiling async-stream-impl v0.3.6
30332026-06-24T22:48:36.235Z Compiling hostname v0.3.1
30342026-06-24T22:48:36.238Z Compiling serde_spanned v1.1.1
30352026-06-24T22:48:36.369Z Compiling compression-codecs v0.4.37
30362026-06-24T22:48:36.372Z Compiling toml_datetime v1.1.1+spec-1.1.0
30372026-06-24T22:48:36.420Z Compiling dropshot v0.17.1
30382026-06-24T22:48:36.440Z Compiling toml_writer v1.1.1+spec-1.1.0
30392026-06-24T22:48:36.440Z Compiling waitgroup v0.1.2
30402026-06-24T22:48:36.443Z Compiling rustls-pemfile v2.2.0
30412026-06-24T22:48:36.446Z Compiling dropshot_endpoint v0.17.1
30422026-06-24T22:48:36.454Z Compiling serde_path_to_error v0.1.20
30432026-06-24T22:48:36.479Z Compiling slog-bunyan v2.5.0
30442026-06-24T22:48:36.583Z Compiling block-buffer v0.12.1
30452026-06-24T22:48:36.586Z Compiling crypto-common v0.2.2
30462026-06-24T22:48:36.649Z Compiling async-compression v0.4.41
30472026-06-24T22:48:36.687Z Compiling toml v1.1.2+spec-1.1.0
30482026-06-24T22:48:36.721Z Compiling hostname v0.4.2
30492026-06-24T22:48:36.758Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30502026-06-24T22:48:36.758Z Compiling macaddr v1.0.1
30512026-06-24T22:48:36.790Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30522026-06-24T22:48:36.793Z Compiling instant v0.1.13
30532026-06-24T22:48:36.833Z Compiling regress v0.10.5
30542026-06-24T22:48:36.863Z Compiling async-stream v0.3.6
30552026-06-24T22:48:36.885Z Compiling backon v1.6.0
30562026-06-24T22:48:36.909Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30572026-06-24T22:48:36.926Z Compiling backoff v0.4.0
30582026-06-24T22:48:36.942Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30592026-06-24T22:48:36.961Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30602026-06-24T22:48:37.014Z Compiling humantime v2.3.0
30612026-06-24T22:48:37.017Z Compiling universal-hash v0.5.1
30622026-06-24T22:48:37.056Z Compiling progenitor-extras v0.2.0
30632026-06-24T22:48:37.113Z Compiling opaque-debug v0.3.1
30642026-06-24T22:48:37.139Z Compiling regress v0.11.1
30652026-06-24T22:48:37.156Z Compiling half v2.7.1
30662026-06-24T22:48:37.188Z Compiling crucible-workspace-hack v0.1.0
30672026-06-24T22:48:37.206Z Compiling digest v0.11.3
30682026-06-24T22:48:37.241Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-06-24T22:48:37.277Z Compiling structmeta v0.3.0
30702026-06-24T22:48:37.303Z Compiling ciborium-io v0.2.2
30712026-06-24T22:48:37.327Z Compiling convert_case v0.4.0
30722026-06-24T22:48:37.396Z Compiling sha1 v0.11.0
30732026-06-24T22:48:37.415Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30742026-06-24T22:48:37.434Z Compiling ciborium-ll v0.2.2
30752026-06-24T22:48:37.471Z Compiling aead v0.5.2
30762026-06-24T22:48:37.486Z Compiling secrecy v0.10.3
30772026-06-24T22:48:37.522Z Compiling derive-ex v0.1.8
30782026-06-24T22:48:37.575Z Compiling parse-display-derive v0.10.0
30792026-06-24T22:48:37.592Z Compiling poly1305 v0.8.0
30802026-06-24T22:48:37.606Z Compiling ciborium v0.2.2
30812026-06-24T22:48:37.660Z Compiling chacha20 v0.9.1
30822026-06-24T22:48:37.676Z Compiling unsafe-libyaml v0.2.11
30832026-06-24T22:48:37.694Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
30842026-06-24T22:48:37.698Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30852026-06-24T22:48:37.732Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
30862026-06-24T22:48:37.735Z Compiling derive_more v0.99.20
30872026-06-24T22:48:37.883Z Compiling thiserror-impl-no-std v2.0.2
30882026-06-24T22:48:37.944Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30892026-06-24T22:48:38.034Z Compiling byte-wrapper v0.1.0
30902026-06-24T22:48:38.098Z Compiling blake2 v0.10.6
30912026-06-24T22:48:38.115Z Compiling password-hash v0.5.0
30922026-06-24T22:48:38.203Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
30932026-06-24T22:48:38.350Z Compiling serde_yaml v0.9.34+deprecated
30942026-06-24T22:48:38.367Z Compiling toml_datetime v0.7.5+spec-1.1.0
30952026-06-24T22:48:38.403Z Compiling argon2 v0.5.3
30962026-06-24T22:48:38.406Z Compiling chacha20poly1305 v0.10.1
30972026-06-24T22:48:38.458Z Compiling indent_write v2.2.0
30982026-06-24T22:48:38.536Z Compiling heapless v0.8.0
30992026-06-24T22:48:38.593Z Compiling toml_edit v0.23.10+spec-1.0.0
31002026-06-24T22:48:38.621Z Compiling ingot-macros v0.1.1
31012026-06-24T22:48:38.653Z Compiling tabwriter v1.4.1
31022026-06-24T22:48:38.682Z Compiling hash32 v0.3.1
31032026-06-24T22:48:38.855Z Compiling typify-impl v0.6.2
31042026-06-24T22:48:38.871Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31052026-06-24T22:48:39.126Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-06-24T22:48:39.143Z Compiling thiserror-no-std v2.0.2
31072026-06-24T22:48:39.171Z Compiling proc-macro-crate v3.4.0
31082026-06-24T22:48:39.263Z Compiling vsss-rs v3.3.4
31092026-06-24T22:48:39.279Z Compiling test-strategy v0.4.5
31102026-06-24T22:48:39.331Z Compiling parse-display v0.10.0
31112026-06-24T22:48:39.366Z Compiling smoltcp v0.11.0
31122026-06-24T22:48:39.658Z Compiling cobs v0.3.0
31132026-06-24T22:48:39.687Z Compiling colored v3.1.1
31142026-06-24T22:48:39.770Z Compiling num_enum_derive v0.7.6
31152026-06-24T22:48:39.793Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31162026-06-24T22:48:39.864Z Compiling postcard v1.1.3
31172026-06-24T22:48:39.889Z Compiling proc-macro-error v1.0.4
31182026-06-24T22:48:39.999Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
31192026-06-24T22:48:40.084Z Compiling proc-macro-crate v1.3.1
31202026-06-24T22:48:40.115Z Compiling foreign-types-macros v0.2.3
31212026-06-24T22:48:40.135Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31222026-06-24T22:48:40.228Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31232026-06-24T22:48:40.245Z Compiling foreign-types-shared v0.3.1
31242026-06-24T22:48:40.368Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31252026-06-24T22:48:40.384Z Compiling rayon-core v1.13.0
31262026-06-24T22:48:40.492Z Compiling chacha20 v0.10.0
31272026-06-24T22:48:40.519Z Compiling crossbeam-deque v0.8.6
31282026-06-24T22:48:40.538Z Compiling num_enum_derive v0.5.11
31292026-06-24T22:48:40.554Z Compiling camino-tempfile v1.4.1
31302026-06-24T22:48:40.603Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31312026-06-24T22:48:40.647Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31322026-06-24T22:48:40.793Z Compiling foreign-types v0.5.0
31332026-06-24T22:48:40.810Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31342026-06-24T22:48:40.848Z Compiling cstr-argument v0.1.2
31352026-06-24T22:48:40.890Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31362026-06-24T22:48:40.910Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31372026-06-24T22:48:40.913Z Compiling rand v0.10.0
31382026-06-24T22:48:40.913Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31392026-06-24T22:48:40.979Z Compiling num_enum v0.7.6
31402026-06-24T22:48:41.039Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31412026-06-24T22:48:41.131Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31422026-06-24T22:48:41.164Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31432026-06-24T22:48:41.185Z Compiling zone_cfg_derive v0.3.1
31442026-06-24T22:48:41.319Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31452026-06-24T22:48:41.337Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31462026-06-24T22:48:41.340Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
31472026-06-24T22:48:41.371Z Compiling rayon v1.11.0
31482026-06-24T22:48:41.375Z Compiling itertools v0.12.1
31492026-06-24T22:48:41.491Z Compiling num-derive v0.4.2
31502026-06-24T22:48:41.509Z Compiling sigpipe v0.1.3
31512026-06-24T22:48:41.588Z Compiling ingot-types v0.1.2
31522026-06-24T22:48:41.592Z Compiling glob v0.3.3
31532026-06-24T22:48:41.641Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31542026-06-24T22:48:41.664Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
31552026-06-24T22:48:41.700Z Compiling num_enum v0.5.11
31562026-06-24T22:48:41.850Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31572026-06-24T22:48:41.899Z Compiling smf v0.2.3
31582026-06-24T22:48:41.918Z Compiling whoami v1.6.1
31592026-06-24T22:48:41.922Z Compiling usdt-attr-macro v0.5.0
31602026-06-24T22:48:41.952Z Compiling usdt-macro v0.5.0
31612026-06-24T22:48:41.955Z Compiling gethostname v0.5.0
31622026-06-24T22:48:42.049Z Compiling ingot v0.1.1
31632026-06-24T22:48:42.111Z Compiling num-rational v0.4.2
31642026-06-24T22:48:42.195Z Compiling num-complex v0.4.6
31652026-06-24T22:48:42.235Z Compiling memmap v0.7.0
31662026-06-24T22:48:42.345Z Compiling derive-where v1.6.0
31672026-06-24T22:48:42.448Z Compiling float-ord v0.3.2
31682026-06-24T22:48:42.465Z Compiling toml v0.8.23
31692026-06-24T22:48:42.511Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
31702026-06-24T22:48:42.600Z Compiling zone v0.3.1
31712026-06-24T22:48:42.621Z Compiling num v0.4.3
31722026-06-24T22:48:42.676Z Compiling resolv-conf v0.7.6
31732026-06-24T22:48:42.758Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31742026-06-24T22:48:42.776Z Compiling owo-colors v4.3.0
31752026-06-24T22:48:42.826Z Compiling cancel-safe-futures v0.1.5
31762026-06-24T22:48:42.845Z Compiling usdt v0.5.0
31772026-06-24T22:48:42.918Z Compiling libsw-core v0.3.2
31782026-06-24T22:48:42.936Z Compiling prettyplease v0.2.37
31792026-06-24T22:48:43.046Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-06-24T22:48:43.114Z Compiling libsw v3.5.0
31812026-06-24T22:48:43.136Z Compiling console v0.15.11
31822026-06-24T22:48:43.154Z Compiling hickory-proto v0.24.4
31832026-06-24T22:48:43.216Z Compiling newline-converter v0.3.0
31842026-06-24T22:48:43.234Z Compiling libefi-sys v0.1.0
31852026-06-24T22:48:43.237Z Compiling linear-map v1.2.0
31862026-06-24T22:48:43.309Z Compiling linked-hash-map v0.5.6
31872026-06-24T22:48:43.359Z Compiling git-stub v1.0.0
31882026-06-24T22:48:43.432Z Compiling bitfield-struct v0.6.2
31892026-06-24T22:48:43.457Z Compiling nom v8.0.0
31902026-06-24T22:48:43.500Z Compiling lru-cache v0.1.2
31912026-06-24T22:48:43.523Z Compiling expectorate v1.2.0
31922026-06-24T22:48:43.526Z Compiling typify-macro v0.6.2
31932026-06-24T22:48:43.647Z Compiling semver v0.1.20
31942026-06-24T22:48:43.664Z Compiling git-stub-vcs v0.1.0
31952026-06-24T22:48:43.718Z Compiling tokio-dtrace v0.1.1
31962026-06-24T22:48:43.758Z Compiling dropshot-api-manager-types v0.7.2
31972026-06-24T22:48:43.793Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31982026-06-24T22:48:43.899Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31992026-06-24T22:48:43.968Z Compiling rustc_version v0.1.7
32002026-06-24T22:48:43.989Z Compiling slog-dtrace v0.3.0
32012026-06-24T22:48:44.007Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-06-24T22:48:44.024Z Compiling minimal-lexical v0.2.1
32032026-06-24T22:48:44.042Z Compiling oxide-tokio-rt v0.1.4
32042026-06-24T22:48:44.057Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32052026-06-24T22:48:44.107Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32062026-06-24T22:48:44.123Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32072026-06-24T22:48:44.140Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-06-24T22:48:44.229Z Compiling newtype_derive v0.1.6
32092026-06-24T22:48:44.274Z Compiling nom v7.1.3
32102026-06-24T22:48:44.293Z Compiling phf_shared v0.12.1
32112026-06-24T22:48:44.312Z Compiling csv-core v0.1.13
32122026-06-24T22:48:44.365Z Compiling chrono-tz v0.10.4
32132026-06-24T22:48:44.454Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-06-24T22:48:44.472Z Compiling highway v1.3.0
32152026-06-24T22:48:44.492Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32162026-06-24T22:48:44.510Z Compiling xshell-macros v0.2.7
32172026-06-24T22:48:44.585Z Compiling csv v1.4.0
32182026-06-24T22:48:44.602Z Compiling const_format_proc_macros v0.2.34
32192026-06-24T22:48:44.707Z Compiling phf v0.12.1
32202026-06-24T22:48:44.866Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32212026-06-24T22:48:44.917Z Compiling primeorder v0.13.6
32222026-06-24T22:48:44.934Z Compiling xshell v0.2.7
32232026-06-24T22:48:44.994Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-06-24T22:48:45.199Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32252026-06-24T22:48:45.259Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32262026-06-24T22:48:45.276Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32272026-06-24T22:48:45.294Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32282026-06-24T22:48:45.441Z Compiling typify v0.6.2
32292026-06-24T22:48:45.516Z Compiling hickory-resolver v0.24.4
32302026-06-24T22:48:45.545Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32312026-06-24T22:48:45.567Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32322026-06-24T22:48:45.587Z Compiling progenitor-impl v0.14.0
32332026-06-24T22:48:45.608Z Compiling const_format v0.2.35
32342026-06-24T22:48:45.784Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32352026-06-24T22:48:45.887Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32362026-06-24T22:48:45.953Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32372026-06-24T22:48:46.004Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32382026-06-24T22:48:46.292Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32392026-06-24T22:48:46.317Z Compiling tabled_derive v0.7.0
32402026-06-24T22:48:46.467Z Compiling bcs v0.1.6
32412026-06-24T22:48:46.485Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32422026-06-24T22:48:46.504Z Compiling salty v0.3.0
32432026-06-24T22:48:46.697Z Compiling qorb v0.4.1
32442026-06-24T22:48:46.785Z Compiling tagptr v0.2.0
32452026-06-24T22:48:46.822Z Compiling termtree v0.5.1
32462026-06-24T22:48:46.960Z Compiling moka v0.12.13
32472026-06-24T22:48:46.991Z Compiling textwrap v0.16.2
32482026-06-24T22:48:47.042Z Compiling steno v0.4.1
32492026-06-24T22:48:47.074Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32502026-06-24T22:48:47.320Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32512026-06-24T22:48:47.358Z Compiling tabled v0.15.0
32522026-06-24T22:48:47.504Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32532026-06-24T22:48:47.528Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32542026-06-24T22:48:47.558Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32552026-06-24T22:48:47.645Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32562026-06-24T22:48:47.699Z Compiling radium v0.7.0
32572026-06-24T22:48:47.768Z Compiling base64 v0.21.7
32582026-06-24T22:48:47.831Z Compiling hickory-resolver v0.25.2
32592026-06-24T22:48:48.028Z Compiling p384 v0.13.1
32602026-06-24T22:48:48.134Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32612026-06-24T22:48:48.230Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32622026-06-24T22:48:48.296Z Compiling maybe-uninit v2.0.0
32632026-06-24T22:48:48.313Z Compiling tap v1.0.1
32642026-06-24T22:48:48.339Z Compiling progenitor-macro v0.14.0
32652026-06-24T22:48:48.457Z Compiling wyz v0.5.1
32662026-06-24T22:48:48.678Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32672026-06-24T22:48:48.695Z Compiling proc-macro-error-attr2 v2.0.0
32682026-06-24T22:48:48.695Z Compiling utf-8 v0.7.6
32692026-06-24T22:48:48.823Z Compiling packed_struct v0.10.1
32702026-06-24T22:48:48.902Z Compiling funty v2.0.0
32712026-06-24T22:48:48.921Z Compiling parking_lot_core v0.8.6
32722026-06-24T22:48:49.033Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32732026-06-24T22:48:49.051Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32742026-06-24T22:48:49.142Z Compiling proc-macro-error2 v2.0.1
32752026-06-24T22:48:49.158Z Compiling tungstenite v0.21.0
32762026-06-24T22:48:49.352Z Compiling bitvec v1.0.1
32772026-06-24T22:48:49.380Z Compiling polyval v0.6.2
32782026-06-24T22:48:49.435Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32792026-06-24T22:48:49.559Z Compiling packed_struct_codegen v0.10.1
32802026-06-24T22:48:49.578Z Compiling num-derive v0.3.3
32812026-06-24T22:48:49.646Z Compiling bitfield-macros v0.19.4
32822026-06-24T22:48:49.673Z Compiling zerocopy-derive v0.6.6
32832026-06-24T22:48:49.839Z Compiling indexmap v1.9.3
32842026-06-24T22:48:49.856Z Compiling crc-catalog v2.4.0
32852026-06-24T22:48:49.973Z Compiling nodrop v0.1.14
32862026-06-24T22:48:50.066Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32872026-06-24T22:48:50.083Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32882026-06-24T22:48:50.124Z Compiling array-init v0.0.4
32892026-06-24T22:48:50.140Z Compiling crc v3.4.0
32902026-06-24T22:48:50.233Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32912026-06-24T22:48:50.334Z Compiling tokio-tungstenite v0.21.0
32922026-06-24T22:48:50.352Z Compiling tabled_derive v0.11.0
32932026-06-24T22:48:50.373Z Compiling ghash v0.5.1
32942026-06-24T22:48:50.411Z Compiling bitfield v0.19.4
32952026-06-24T22:48:50.497Z Compiling smallvec v0.6.14
32962026-06-24T22:48:50.556Z Compiling libscf-sys v1.1.0
32972026-06-24T22:48:50.579Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32982026-06-24T22:48:50.707Z Compiling zerocopy v0.6.6
32992026-06-24T22:48:50.745Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33002026-06-24T22:48:50.748Z Compiling progenitor-impl v0.13.0
33012026-06-24T22:48:50.748Z Compiling papergrid v0.17.0
33022026-06-24T22:48:50.796Z Compiling testing_table v0.3.0
33032026-06-24T22:48:50.816Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33042026-06-24T22:48:50.906Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33052026-06-24T22:48:50.959Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33062026-06-24T22:48:50.990Z Compiling ctr v0.9.2
33072026-06-24T22:48:51.035Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-06-24T22:48:51.060Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33092026-06-24T22:48:51.076Z Compiling corncobs v0.1.4
33102026-06-24T22:48:51.198Z Compiling hashbrown v0.12.3
33112026-06-24T22:48:51.223Z Compiling unicase v2.9.0
33122026-06-24T22:48:51.278Z Compiling illumos-nvpair-sys v0.2.0
33132026-06-24T22:48:51.322Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-06-24T22:48:51.381Z Compiling aes-gcm v0.10.3
33152026-06-24T22:48:51.398Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-06-24T22:48:51.458Z Compiling mime_guess v2.0.5
33172026-06-24T22:48:51.526Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33182026-06-24T22:48:51.606Z Compiling parking_lot v0.11.2
33192026-06-24T22:48:51.628Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33202026-06-24T22:48:51.756Z Compiling tabled v0.20.0
33212026-06-24T22:48:51.772Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33222026-06-24T22:48:51.941Z Compiling serde-hex v0.1.0
33232026-06-24T22:48:52.005Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-06-24T22:48:52.040Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33252026-06-24T22:48:52.115Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33262026-06-24T22:48:52.138Z Compiling ron v0.8.1
33272026-06-24T22:48:52.196Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33282026-06-24T22:48:52.261Z Compiling hashbrown v0.13.2
33292026-06-24T22:48:52.450Z Compiling progenitor-client v0.13.0
33302026-06-24T22:48:52.500Z Compiling prefix-trie v0.7.0
33312026-06-24T22:48:52.688Z Compiling blowfish v0.9.1
33322026-06-24T22:48:52.790Z Compiling ssh-encoding v0.2.0
33332026-06-24T22:48:52.811Z Compiling fxhash v0.2.1
33342026-06-24T22:48:52.921Z Compiling secrecy v0.8.0
33352026-06-24T22:48:52.965Z Compiling crc-any v2.5.0
33362026-06-24T22:48:52.980Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33372026-06-24T22:48:53.110Z Compiling ssh-cipher v0.2.0
33382026-06-24T22:48:53.124Z Compiling sled v0.34.7
33392026-06-24T22:48:53.239Z Compiling bcrypt-pbkdf v0.10.0
33402026-06-24T22:48:53.256Z Compiling hickory-server v0.25.2
33412026-06-24T22:48:53.367Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33422026-06-24T22:48:53.456Z Compiling progenitor-macro v0.13.0
33432026-06-24T22:48:53.498Z Compiling progenitor v0.14.0
33442026-06-24T22:48:53.590Z Compiling object v0.30.4
33452026-06-24T22:48:53.677Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33462026-06-24T22:48:53.694Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-06-24T22:48:53.766Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33482026-06-24T22:48:53.791Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
33492026-06-24T22:48:53.963Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33502026-06-24T22:48:54.207Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33512026-06-24T22:48:54.288Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33522026-06-24T22:48:54.465Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33532026-06-24T22:48:54.513Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33542026-06-24T22:48:54.553Z Compiling password-hash v0.4.2
33552026-06-24T22:48:54.594Z Compiling path-slash v0.1.5
33562026-06-24T22:48:54.762Z Compiling crc8 v0.1.1
33572026-06-24T22:48:54.912Z Compiling http-range v0.1.5
33582026-06-24T22:48:54.966Z Compiling half v1.8.3
33592026-06-24T22:48:55.135Z Compiling pbkdf2 v0.11.0
33602026-06-24T22:48:55.263Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33612026-06-24T22:48:55.281Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33622026-06-24T22:48:55.377Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-06-24T22:48:56.302Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33642026-06-24T22:48:56.321Z Compiling serde_cbor v0.11.2
33652026-06-24T22:48:56.380Z Compiling illumos-nvpair v0.3.0
33662026-06-24T22:48:56.483Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33672026-06-24T22:48:56.576Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33682026-06-24T22:48:56.660Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33692026-06-24T22:48:56.767Z Compiling ssh-key v0.6.7
33702026-06-24T22:48:56.905Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33712026-06-24T22:48:57.021Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33722026-06-24T22:48:57.117Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33732026-06-24T22:48:57.135Z Compiling p256 v0.13.2
33742026-06-24T22:48:57.152Z Compiling p521 v0.13.3
33752026-06-24T22:48:57.504Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33762026-06-24T22:48:57.543Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33772026-06-24T22:48:57.586Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33782026-06-24T22:48:57.730Z Compiling yasna v0.5.2
33792026-06-24T22:48:57.748Z Compiling kstat-rs v0.2.4
33802026-06-24T22:48:57.908Z Compiling headers-core v0.3.0
33812026-06-24T22:48:58.086Z Compiling nanorand v0.7.0
33822026-06-24T22:48:58.089Z Compiling atty v0.2.14
33832026-06-24T22:48:58.122Z Compiling russh-cryptovec v0.7.3
33842026-06-24T22:48:58.169Z Compiling home v0.5.12
33852026-06-24T22:48:58.190Z Compiling md5 v0.7.0
33862026-06-24T22:48:58.204Z Compiling rcgen v0.12.1
33872026-06-24T22:48:58.229Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
33882026-06-24T22:48:58.332Z Compiling flume v0.11.1
33892026-06-24T22:48:58.349Z Compiling headers v0.4.1
33902026-06-24T22:48:58.426Z Compiling russh-keys v0.45.0
33912026-06-24T22:48:58.462Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33922026-06-24T22:48:58.483Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-06-24T22:48:58.526Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33942026-06-24T22:48:58.620Z Compiling hyper-staticfile v0.10.1
33952026-06-24T22:48:58.669Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33962026-06-24T22:48:58.686Z Compiling progenitor v0.13.0
33972026-06-24T22:48:58.866Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33982026-06-24T22:48:58.882Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33992026-06-24T22:48:59.033Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34002026-06-24T22:48:59.100Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34012026-06-24T22:48:59.133Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34022026-06-24T22:48:59.169Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34032026-06-24T22:48:59.275Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34042026-06-24T22:48:59.297Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
34052026-06-24T22:48:59.422Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34062026-06-24T22:48:59.515Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34072026-06-24T22:48:59.575Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34082026-06-24T22:48:59.632Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34092026-06-24T22:48:59.726Z Compiling num-bigint v0.4.6
34102026-06-24T22:48:59.766Z Compiling des v0.8.1
34112026-06-24T22:48:59.803Z Compiling subprocess v0.2.15
34122026-06-24T22:48:59.823Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34132026-06-24T22:48:59.839Z Compiling hex-literal v0.4.1
34142026-06-24T22:48:59.870Z Compiling display-error-chain v0.2.2
34152026-06-24T22:48:59.994Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34162026-06-24T22:49:00.017Z Compiling colored v2.2.0
34172026-06-24T22:49:00.035Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34182026-06-24T22:49:00.053Z Compiling socket2 v0.5.10
34192026-06-24T22:49:00.092Z Compiling internet-checksum v0.2.1
34202026-06-24T22:49:00.262Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34212026-06-24T22:49:00.293Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34222026-06-24T22:49:00.971Z Compiling russh v0.45.0
34232026-06-24T22:49:01.265Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34242026-06-24T22:49:02.185Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34252026-06-24T22:49:02.185Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34262026-06-24T22:49:04.586Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34272026-06-24T22:49:05.228Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34282026-06-24T22:49:05.556Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34292026-06-24T22:49:05.727Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34302026-06-24T22:49:07.874Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34312026-06-24T22:49:15.959Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34322026-06-24T22:49:15.959Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34332026-06-24T22:49:15.959Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34342026-06-24T22:49:15.962Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34352026-06-24T22:49:17.710Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34362026-06-24T22:49:17.877Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34372026-06-24T22:49:21.887Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34382026-06-24T22:50:00.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34392026-06-24T22:50:01.120Z
34402026-06-24T22:50:01.120Zreal 1:25.963195264
34412026-06-24T22:50:01.120Zuser 7:56.891763378
34422026-06-24T22:50:01.120Zsys 1:39.975020046
34432026-06-24T22:50:01.120Ztrap 0.235694655
34442026-06-24T22:50:01.120Ztflt 0.586270539
34452026-06-24T22:50:01.123Zdflt 1.912184106
34462026-06-24T22:50:01.123Zkflt 0.000510240
34472026-06-24T22:50:01.123Zlock 28:03.498080785
34482026-06-24T22:50:01.123Zslp 17:57.658760789
34492026-06-24T22:50:01.124Zlat 38.522558278
34502026-06-24T22:50:01.124Zstop 2:46.482105667
34512026-06-24T22:50:01.124Z+ mkdir tests
34522026-06-24T22:50:01.127Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34532026-06-24T22:50:01.127Z+ xargs -I '{}' -t cp '{}' tests/
34542026-06-24T22:50:01.148Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1dc37810e2190b23 tests/
34552026-06-24T22:50:01.169Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9e0cbf320f275915 tests/
34562026-06-24T22:50:01.190Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-67b9a5bca8d46b60 tests/
34572026-06-24T22:50:01.220Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-20a3c9d8e5b88874 tests/
34582026-06-24T22:50:01.472Z+ 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)
34592026-06-24T22:50:01.475Z+ 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-9e0cbf320f275915 tests/commtest-67b9a5bca8d46b60 tests/dhcp_server-1dc37810e2190b23 tests/end_to_end_tests-20a3c9d8e5b88874 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
34602026-06-24T22:51:21.703ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34612026-06-24T22:51:21.703Za .github/buildomat/ci-env.sh 1K
34622026-06-24T22:51:21.704Za out/target/test 1K
34632026-06-24T22:51:21.704Za out/npuzone/npuzone 27402K
34642026-06-24T22:51:21.704Za package-manifest.toml 35K
34652026-06-24T22:51:21.704Za smf/sled-agent/non-gimlet/config.toml 6K
34662026-06-24T22:51:21.704Za target/release/omicron-package 40125K
34672026-06-24T22:51:21.704Za target/release/xtask 11148K
34682026-06-24T22:51:21.704Za target/debug/bootstrap 349393K
34692026-06-24T22:51:21.704Za tests/bootstrap-9e0cbf320f275915 31977K
34702026-06-24T22:51:21.704Za tests/commtest-67b9a5bca8d46b60 43620K
34712026-06-24T22:51:21.704Za tests/dhcp_server-1dc37810e2190b23 31977K
34722026-06-24T22:51:21.704Za tests/end_to_end_tests-20a3c9d8e5b88874 390952K
34732026-06-24T22:51:21.704Za tools/opte_version 1K
34742026-06-24T22:51:21.704Za tools/opte_version_override 2K
34752026-06-24T22:51:21.704Za out/clickhouse.tar.gz 311709K
34762026-06-24T22:51:21.704Za out/clickhouse_keeper.tar.gz 298060K
34772026-06-24T22:51:21.704Za out/clickhouse_server.tar.gz 311706K
34782026-06-24T22:51:21.704Za out/cockroachdb.tar.gz 161697K
34792026-06-24T22:51:21.704Za out/crucible-pantry-zone.tar.gz 38814K
34802026-06-24T22:51:21.704Za out/crucible-utils.tar 18901K
34812026-06-24T22:51:21.704Za out/crucible-zone.tar.gz 53513K
34822026-06-24T22:51:21.704Za out/external-dns.tar.gz 46858K
34832026-06-24T22:51:21.704Za out/internal-dns.tar.gz 46858K
34842026-06-24T22:51:21.704Za out/mg-ddm-gz.tar 97917K
34852026-06-24T22:51:21.704Za out/nexus.tar.gz 274530K
34862026-06-24T22:51:21.704Za out/ntp.tar.gz 29734K
34872026-06-24T22:51:21.704Za out/omicron-gateway-softnpu.tar.gz 28246K
34882026-06-24T22:51:21.704Za out/omicron-sled-agent.tar 194555K
34892026-06-24T22:51:21.704Za out/overlay.tar.gz 3K
34902026-06-24T22:51:21.704Za out/oximeter.tar.gz 61922K
34912026-06-24T22:51:21.704Za out/oxlog.tar 3808K
34922026-06-24T22:51:21.704Za out/probe.tar.gz 3037K
34932026-06-24T22:51:21.704Za out/propolis-server.tar.gz 34519K
34942026-06-24T22:51:21.704Za out/pumpkind-gz.tar 26647K
34952026-06-24T22:51:21.704Za out/switch-softnpu.tar.gz 448423K
34962026-06-24T22:51:21.708Z
34972026-06-24T22:51:21.708Zreal 1:20.228445151
34982026-06-24T22:51:21.708Zuser 1:17.506435957
34992026-06-24T22:51:21.708Zsys 4.424758209
35002026-06-24T22:51:21.708Ztrap 0.005607896
35012026-06-24T22:51:21.708Ztflt 0.000000000
35022026-06-24T22:51:21.708Zdflt 0.000000000
35032026-06-24T22:51:21.708Zkflt 0.000000000
35042026-06-24T22:51:21.708Zlock 0.000000000
35052026-06-24T22:51:21.708Zslp 1:17.551117378
35062026-06-24T22:51:21.708Zlat 0.964412879
35072026-06-24T22:51:21.708Zstop 0.000186450
35082026-06-24T22:51:21.708Zprocess exited: duration 960048 ms, exit code 0
 
35092026-06-24T22:51:21.722Zfound 1 output files
35102026-06-24T22:51:21.722Zuploading: /work/package.tar.gz (2489039637 bytes)
35112026-06-24T22:51:52.002Zuploaded: /work/package.tar.gz