01KWWN118AVHPF7TZ3NJ2EW49W: 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: 01KWWN1HCCFSCF3ECA587ZH42Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-06T21:24:35.206Zjob assigned to worker 01KWWN1TEWBBNZBE36BJAP0SC9 [factory aws, i-01ea451761ca06e28] (queued for 52 s)
 
22026-07-06T21:24:42.331Zstarting task 0: "setup"
32026-07-06T21:24:42.335Z++ uname -s
42026-07-06T21:24:42.339Z+ kern=SunOS
52026-07-06T21:24:42.339Z+ build_user=build
62026-07-06T21:24:42.340Z+ build_uid=12345
72026-07-06T21:24:42.340Z+ work_dir=/work
82026-07-06T21:24:42.340Z+ input_dir=/input
92026-07-06T21:24:42.340Z+ [[ 0 == 12345 ]]
102026-07-06T21:24:42.340Z+ case "$kern" in
112026-07-06T21:24:42.340Z+ groupadd -g 12345 build
122026-07-06T21:24:42.343Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-06T21:24:44.348Z+ zfs create -o mountpoint=/work rpool/work
142026-07-06T21:24:44.421Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-06T21:24:44.424Z+ home_fs=zfs
162026-07-06T21:24:44.424Z+ [[ zfs == autofs ]]
172026-07-06T21:24:44.424Z+ mkdir -p /home/build
182026-07-06T21:24:44.427Z+ chown build:build /home/build /work
192026-07-06T21:24:46.427Z+ chmod 0700 /home/build /work
202026-07-06T21:24:46.430Zprocess exited: duration 4101 ms, exit code 0
 
212026-07-06T21:24:46.436Zstarting task 1: "rust-toolchain"
222026-07-06T21:24:46.441Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-06T21:24:46.441Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-06T21:24:46.441Z * rust toolchain channel = "1.96.1"
252026-07-06T21:24:46.442Z * rust toolchain profile = "default"
262026-07-06T21:24:46.442Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-06T21:24:46.442Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-06T21:24:46.444Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-06T21:24:46.444Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-06T21:24:46.553Zinfo: downloading installer
312026-07-06T21:24:48.124Zwarn: It looks like you have an existing rustup settings file at:
322026-07-06T21:24:48.124Zwarn: /home/build/.rustup/settings.toml
332026-07-06T21:24:48.124Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-06T21:24:48.124Zwarn: instead of the one inferred from the default host triple.
352026-07-06T21:24:48.136Zinfo: profile set to default
362026-07-06T21:24:48.136Zinfo: default host triple is x86_64-unknown-illumos
372026-07-06T21:24:48.139Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-06T21:24:48.286Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-06T21:24:48.289Zinfo: downloading 6 components
402026-07-06T21:25:05.482Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-06T21:25:05.482Z
422026-07-06T21:25:05.507Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-06T21:25:05.508Z
442026-07-06T21:25:05.508Z
452026-07-06T21:25:05.508ZRust is installed now. Great!
462026-07-06T21:25:05.508Z
472026-07-06T21:25:05.508ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-06T21:25:05.508Zenvironment variable. This has not been done automatically.
492026-07-06T21:25:05.508Z
502026-07-06T21:25:05.508ZTo configure your current shell, you need to source
512026-07-06T21:25:05.508Zthe corresponding env file under $HOME/.cargo.
522026-07-06T21:25:05.508Z
532026-07-06T21:25:05.508ZThis is usually done by running one of the following (note the leading DOT):
542026-07-06T21:25:05.511Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-06T21:25:05.511Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-06T21:25:05.511Zsource "~/.cargo/env.nu" # For nushell
572026-07-06T21:25:05.512Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-06T21:25:05.512Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-06T21:25:05.512Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-06T21:25:05.512Zwarn: no default linker (`cc`) was found in your PATH
612026-07-06T21:25:05.512Zwarn: many Rust crates require a system C toolchain to build
622026-07-06T21:25:05.607Z+ rustup --version
632026-07-06T21:25:05.612Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-06T21:25:05.616Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-06T21:25:05.634Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-06T21:25:05.637Z+ cargo --version
672026-07-06T21:25:05.645Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-06T21:25:05.648Z+ rustc --version
692026-07-06T21:25:05.668Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-06T21:25:05.671Zprocess exited: duration 19233 ms, exit code 0
 
712026-07-06T21:25:05.678Zstarting task 2: "authentication"
722026-07-06T21:25:05.700Zprocess exited: duration 21 ms, exit code 0
 
732026-07-06T21:25:05.707Zstarting task 3: "clone repository"
742026-07-06T21:25:05.711Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-06T21:25:05.714Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-06T21:25:05.753ZCloning into '/work/oxidecomputer/omicron'...
772026-07-06T21:25:16.285Z+ cd /work/oxidecomputer/omicron
782026-07-06T21:25:16.285Z+ git fetch origin 5e1011e8b432215b5e7c60d363db58c9dc1a115e
792026-07-06T21:25:16.570ZFrom https://github.com/oxidecomputer/omicron
802026-07-06T21:25:16.570Z * branch 5e1011e8b432215b5e7c60d363db58c9dc1a115e -> FETCH_HEAD
812026-07-06T21:25:16.585Z+ [[ -n trey/bgp-unnumbered-status ]]
822026-07-06T21:25:16.588Z++ git branch --show-current
832026-07-06T21:25:16.588Z+ current=main
842026-07-06T21:25:16.588Z+ [[ main != trey/bgp-unnumbered-status ]]
852026-07-06T21:25:16.588Z+ git branch -f trey/bgp-unnumbered-status 5e1011e8b432215b5e7c60d363db58c9dc1a115e
862026-07-06T21:25:16.591Z+ git checkout -f trey/bgp-unnumbered-status
872026-07-06T21:25:16.837ZSwitched to branch 'trey/bgp-unnumbered-status'
882026-07-06T21:25:16.840Z+ git reset --hard 5e1011e8b432215b5e7c60d363db58c9dc1a115e
892026-07-06T21:25:17.082ZHEAD is now at 5e1011e8b initial review feedback
902026-07-06T21:25:17.086Zprocess exited: duration 11377 ms, exit code 0
 
912026-07-06T21:25:17.095Zstarting task 4: "build"
922026-07-06T21:25:17.100Z+ source .github/buildomat/ci-env.sh
932026-07-06T21:25:17.100Z++ export CARGO_TERM_COLOR=always
942026-07-06T21:25:17.100Z++ CARGO_TERM_COLOR=always
952026-07-06T21:25:17.103Z+++ uname -s
962026-07-06T21:25:17.103Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-06T21:25:17.103Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-06T21:25:17.107Z+ cargo --version
992026-07-06T21:25:17.114Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-06T21:25:17.117Z+ rustc --version
1012026-07-06T21:25:17.138Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-06T21:25:17.142Z+ WORK=/work
1032026-07-06T21:25:17.142Z+ pfexec mkdir -p /work
1042026-07-06T21:25:17.145Z+ pfexec chown build /work
1052026-07-06T21:25:17.148Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-06T21:25:19.088Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-06T21:25:19.201Z Startup: Caching catalogs ... Done
1082026-07-06T21:25:19.696ZPlanning: Solver setup ... Done (0.446s)
1092026-07-06T21:25:19.721ZPlanning: Running solver ... Done (0.027s)
1102026-07-06T21:25:19.733ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-06T21:25:19.744ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-06T21:25:19.762ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-06T21:25:19.774ZPlanning: Package planning ... Done (0.014s)
1142026-07-06T21:25:19.777ZPlanning: Merging actions ... Done (0.002s)
1152026-07-06T21:25:19.950ZPlanning: Checking for conflicting actions ... Done (0.173s)
1162026-07-06T21:25:19.953ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-06T21:25:20.817ZPlanning: Evaluating mediators ... Done (0.867s)
1182026-07-06T21:25:20.820ZPlanning: Planning completed in 1.60 seconds
1192026-07-06T21:25:20.827Z Packages to install: 2
1202026-07-06T21:25:20.827Z Estimated space available: 156.06 GB
1212026-07-06T21:25:20.827ZEstimated space to be consumed: 30.99 MB
1222026-07-06T21:25:20.827Z Create boot environment: No
1232026-07-06T21:25:20.827ZCreate backup boot environment: No
1242026-07-06T21:25:20.827Z Rebuild boot archive: No
1252026-07-06T21:25:20.830Z
1262026-07-06T21:25:20.830ZChanged packages:
1272026-07-06T21:25:20.830Zhelios
1282026-07-06T21:25:20.830Z developer/build-essential
1292026-07-06T21:25:20.830Z None -> 11-3.0
1302026-07-06T21:25:20.830Z library/libxmlsec1
1312026-07-06T21:25:20.830Z None -> 1.2.35-3.0
1322026-07-06T21:25:20.854Z
1332026-07-06T21:25:20.854ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-06T21:25:21.470ZDownload: Completed 1.28 MB in 0.62 seconds (2.1M/s)
1352026-07-06T21:25:21.551Z Actions: 1/268 actions (Installing new actions)
1362026-07-06T21:25:21.593Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-06T21:25:21.601ZFinalize: Updating package state database ... Done (0.010s)
1382026-07-06T21:25:21.601ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-06T21:25:21.631ZFinalize: Updating image state ... Done (0.030s)
1402026-07-06T21:25:24.181ZFinalize: Creating fast lookup database ... Done (2.525s)
1412026-07-06T21:25:24.248ZFinalize: Reading search index ... Done (0.012s)
1422026-07-06T21:25:24.251ZFinalize: Updating search index ... Done (0.000s)
1432026-07-06T21:25:24.357ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-06T21:25:24.682ZPlanning: Evaluating mediator changes ... Done
1452026-07-06T21:25:24.782ZPlanning: Checking for conflicting actions ... Done
1462026-07-06T21:25:24.785ZPlanning: Consolidating action changes ... Done
1472026-07-06T21:25:24.939ZPlanning: Evaluating mediators ... Done
1482026-07-06T21:25:24.942ZPlanning: Planning completed in 0.26 seconds
1492026-07-06T21:25:24.963Z Mediators to change: 2
1502026-07-06T21:25:24.963Z Create boot environment: No
1512026-07-06T21:25:24.963ZCreate backup boot environment: No
1522026-07-06T21:25:25.018ZFinalize: Updating package state database ... Done
1532026-07-06T21:25:25.018ZFinalize: Updating package cache ... Done
1542026-07-06T21:25:25.038ZFinalize: Updating image state ... Done
1552026-07-06T21:25:26.987ZFinalize: Creating fast lookup database ... Done
1562026-07-06T21:25:27.047ZFinalize: Reading search index ... Done
1572026-07-06T21:25:27.051ZFinalize: Updating search index ... Done
1582026-07-06T21:25:27.111ZFinalize: Updating package cache ... Done
1592026-07-06T21:25:27.399ZPlanning: Evaluating mediator changes ... Done
1602026-07-06T21:25:27.505ZPlanning: Checking for conflicting actions ... Done
1612026-07-06T21:25:27.508ZPlanning: Consolidating action changes ... Done
1622026-07-06T21:25:27.662ZPlanning: Evaluating mediators ... Done
1632026-07-06T21:25:27.665ZPlanning: Planning completed in 0.26 seconds
1642026-07-06T21:25:27.685Z Mediators to change: 1
1652026-07-06T21:25:27.685Z Create boot environment: No
1662026-07-06T21:25:27.685ZCreate backup boot environment: No
1672026-07-06T21:25:27.730ZFinalize: Updating package state database ... Done
1682026-07-06T21:25:27.730ZFinalize: Updating package cache ... Done
1692026-07-06T21:25:27.749ZFinalize: Updating image state ... Done
1702026-07-06T21:25:29.712ZFinalize: Creating fast lookup database ... Done
1712026-07-06T21:25:29.772ZFinalize: Reading search index ... Done
1722026-07-06T21:25:29.779ZFinalize: Updating search index ... Done
1732026-07-06T21:25:29.840ZFinalize: Updating package cache ... Done
1742026-07-06T21:25:30.155ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-06T21:25:30.155Zapache system 2.4 system
1762026-07-06T21:25:30.155Zclang system 15 system
1772026-07-06T21:25:30.155Zcsh system system illumos
1782026-07-06T21:25:30.155Zctags system system illumos
1792026-07-06T21:25:30.155Zfile vendor vendor darwinsys
1802026-07-06T21:25:30.155Zfile system system illumos
1812026-07-06T21:25:30.155Zgcc vendor 14 vendor
1822026-07-06T21:25:30.156Zgcc system 13 system
1832026-07-06T21:25:30.156Zgcc system 10 system
1842026-07-06T21:25:30.156Zgo system 1.25 system
1852026-07-06T21:25:30.156Zllvm system 15 system
1862026-07-06T21:25:30.156Zmariadb system 11.4 system
1872026-07-06T21:25:30.156Zmta vendor vendor dma
1882026-07-06T21:25:30.156Zopenjdk system 17 system
1892026-07-06T21:25:30.156Zopenjdk system 11 system
1902026-07-06T21:25:30.156Zopenssl vendor 3 vendor
1912026-07-06T21:25:30.156Zperl system 5.40 system
1922026-07-06T21:25:30.156Zpostgresql system 18 system
1932026-07-06T21:25:30.156Zpostgresql system 17 system
1942026-07-06T21:25:30.156Zpython vendor 3 vendor
1952026-07-06T21:25:30.156Zpython system 2 system
1962026-07-06T21:25:30.156Zpython3 vendor 3.13 vendor
1972026-07-06T21:25:30.156Zruby system 3.4 system
1982026-07-06T21:25:30.156Zruby system 3.0 system
1992026-07-06T21:25:30.156Zwords vendor vendor american-english
2002026-07-06T21:25:30.156Zwords system system australian-english
2012026-07-06T21:25:30.156Zwords system system british-english
2022026-07-06T21:25:30.156Zwords system system canadian-english
2032026-07-06T21:25:30.156Zwords system system french
2042026-07-06T21:25:30.156Zwords system system italian
2052026-07-06T21:25:30.156Zwords system system ngerman
2062026-07-06T21:25:30.156Zwords system system ogerman
2072026-07-06T21:25:30.156Zwords system system spanish
2082026-07-06T21:25:30.406ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-06T21:25:30.406Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-06T21:25:30.706ZFMRI IFO
2112026-07-06T21:25:30.706Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-06T21:25:30.706Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-06T21:25:30.706Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-06T21:25:30.706Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-06T21:25:30.706Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-06T21:25:30.706Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-06T21:25:30.706Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-06T21:25:30.706Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-06T21:25:30.706Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-06T21:25:30.962Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-06T21:25:31.266Z Updating crates.io index
2222026-07-06T21:25:31.270Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-06T21:25:31.516Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-06T21:25:31.826Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-06T21:25:32.716Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-06T21:25:33.349Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-06T21:25:34.929Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-06T21:25:35.683Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-06T21:25:35.937Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-06T21:25:36.258Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-06T21:25:37.371Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-06T21:25:37.635Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-06T21:25:37.988Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-06T21:25:38.313Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-06T21:25:38.788Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-06T21:25:39.271Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-06T21:25:39.682Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-06T21:25:39.920Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-06T21:25:40.196Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-06T21:25:40.483Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-06T21:25:40.850Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-06T21:25:41.081Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-06T21:25:41.367Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-06T21:25:41.702Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-06T21:25:42.299Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-06T21:25:42.561Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-06T21:25:42.951Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-06T21:25:43.186Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2492026-07-06T21:25:43.491Z Updating git repository `https://github.com/oxidecomputer/ispf`
2502026-07-06T21:25:43.746Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2512026-07-06T21:25:43.989Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522026-07-06T21:25:44.321Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-07-06T21:25:44.795Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2542026-07-06T21:25:45.027Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2552026-07-06T21:25:45.307Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-06T21:25:45.537Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-07-06T21:25:45.782Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-07-06T21:25:46.050Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2592026-07-06T21:25:46.284Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2602026-07-06T21:25:46.573Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2612026-07-06T21:25:46.830Z Updating git repository `https://github.com/illumos/smf-rs`
2622026-07-06T21:25:49.839Z Downloading crates ...
2632026-07-06T21:25:49.893Z Downloaded anstyle-query v1.1.5
2642026-07-06T21:25:49.898Z Downloaded anyhow v1.0.102
2652026-07-06T21:25:49.901Z Downloaded anstream v1.0.0
2662026-07-06T21:25:49.906Z Downloaded heck v0.5.0
2672026-07-06T21:25:49.909Z Downloaded camino v1.2.2
2682026-07-06T21:25:49.909Z Downloaded itoa v1.0.17
2692026-07-06T21:25:49.914Z Downloaded autocfg v1.5.0
2702026-07-06T21:25:49.917Z Downloaded anstyle-parse v1.0.0
2712026-07-06T21:25:49.917Z Downloaded camino-tempfile v1.4.1
2722026-07-06T21:25:49.921Z Downloaded fnv v1.0.7
2732026-07-06T21:25:49.923Z Downloaded errno v0.3.14
2742026-07-06T21:25:49.923Z Downloaded macaddr v1.0.1
2752026-07-06T21:25:49.926Z Downloaded colorchoice v1.0.4
2762026-07-06T21:25:49.926Z Downloaded zmij v1.0.21
2772026-07-06T21:25:49.926Z Downloaded is_terminal_polyfill v1.70.2
2782026-07-06T21:25:49.929Z Downloaded dtrace-parser v0.2.0
2792026-07-06T21:25:49.932Z Downloaded block-buffer v0.10.4
2802026-07-06T21:25:49.935Z Downloaded zerocopy v0.7.35
2812026-07-06T21:25:49.943Z Downloaded crypto-common v0.1.7
2822026-07-06T21:25:49.946Z Downloaded cpufeatures v0.2.17
2832026-07-06T21:25:49.946Z Downloaded dof v0.3.0
2842026-07-06T21:25:49.949Z Downloaded fastrand v2.3.0
2852026-07-06T21:25:49.949Z Downloaded generic-array v0.14.7
2862026-07-06T21:25:49.952Z Downloaded equivalent v1.0.2
2872026-07-06T21:25:49.954Z Downloaded memmap v0.7.0
2882026-07-06T21:25:49.962Z Downloaded thread-id v4.2.2
2892026-07-06T21:25:49.965Z Downloaded clap_lex v1.0.0
2902026-07-06T21:25:49.965Z Downloaded digest v0.10.7
2912026-07-06T21:25:49.968Z Downloaded cargo-platform v0.3.2
2922026-07-06T21:25:49.971Z Downloaded fs-err v3.3.0
2932026-07-06T21:25:49.971Z Downloaded anstyle v1.0.14
2942026-07-06T21:25:49.971Z Downloaded bytecount v0.6.9
2952026-07-06T21:25:49.976Z Downloaded heck v0.4.1
2962026-07-06T21:25:49.984Z Downloaded usdt v0.5.0
2972026-07-06T21:25:49.987Z Downloaded unicode-linebreak v0.1.5
2982026-07-06T21:25:49.989Z Downloaded smawk v0.3.2
2992026-07-06T21:25:49.989Z Downloaded strsim v0.11.1
3002026-07-06T21:25:49.993Z Downloaded usdt-attr-macro v0.5.0
3012026-07-06T21:25:49.996Z Downloaded cfg-if v1.0.4
3022026-07-06T21:25:49.999Z Downloaded toml_datetime v0.6.11
3032026-07-06T21:25:49.999Z Downloaded tabled_derive v0.7.0
3042026-07-06T21:25:49.999Z Downloaded scroll_derive v0.12.1
3052026-07-06T21:25:50.004Z Downloaded plain v0.2.3
3062026-07-06T21:25:50.008Z Downloaded version_check v0.9.5
3072026-07-06T21:25:50.008Z Downloaded swrite v0.1.0
3082026-07-06T21:25:50.008Z Downloaded cargo_metadata v0.23.1
3092026-07-06T21:25:50.011Z Downloaded usdt-impl v0.5.0
3102026-07-06T21:25:50.014Z Downloaded cargo_toml v0.21.0
3112026-07-06T21:25:50.020Z Downloaded usdt-macro v0.5.0
3122026-07-06T21:25:50.023Z Downloaded serde_spanned v0.6.9
3132026-07-06T21:25:50.026Z Downloaded utf8parse v0.2.2
3142026-07-06T21:25:50.026Z Downloaded terminal_size v0.4.3
3152026-07-06T21:25:50.026Z Downloaded pretty-hex v0.4.1
3162026-07-06T21:25:50.029Z Downloaded toml_write v0.1.2
3172026-07-06T21:25:50.034Z Downloaded clap_derive v4.6.1
3182026-07-06T21:25:50.036Z Downloaded bitflags v2.11.0
3192026-07-06T21:25:50.037Z Downloaded thiserror-impl v2.0.18
3202026-07-06T21:25:50.037Z Downloaded sha2 v0.10.9
3212026-07-06T21:25:50.048Z Downloaded proc-macro-error-attr v1.0.4
3222026-07-06T21:25:50.051Z Downloaded byteorder v1.5.0
3232026-07-06T21:25:50.055Z Downloaded thiserror v1.0.69
3242026-07-06T21:25:50.058Z Downloaded thiserror-impl v1.0.69
3252026-07-06T21:25:50.070Z Downloaded scroll v0.12.0
3262026-07-06T21:25:50.075Z Downloaded serde_tokenstream v0.2.3
3272026-07-06T21:25:50.078Z Downloaded clap v4.6.1
3282026-07-06T21:25:50.084Z Downloaded getrandom v0.4.1
3292026-07-06T21:25:50.088Z Downloaded proc-macro-error v1.0.4
3302026-07-06T21:25:50.092Z Downloaded typenum v1.20.1
3312026-07-06T21:25:50.102Z Downloaded papergrid v0.11.0
3322026-07-06T21:25:50.105Z Downloaded ucd-trie v0.1.7
3332026-07-06T21:25:50.109Z Downloaded semver v1.0.28
3342026-07-06T21:25:50.109Z Downloaded quote v1.0.45
3352026-07-06T21:25:50.113Z Downloaded tempfile v3.25.0
3362026-07-06T21:25:50.113Z Downloaded pest_generator v2.8.6
3372026-07-06T21:25:50.113Z Downloaded once_cell v1.21.3
3382026-07-06T21:25:50.113Z Downloaded log v0.4.29
3392026-07-06T21:25:50.118Z Downloaded zerocopy-derive v0.7.35
3402026-07-06T21:25:50.122Z Downloaded thiserror v2.0.18
3412026-07-06T21:25:50.129Z Downloaded unicode-ident v1.0.24
3422026-07-06T21:25:50.132Z Downloaded proc-macro2 v1.0.106
3432026-07-06T21:25:50.135Z Downloaded pest_meta v2.8.6
3442026-07-06T21:25:50.138Z Downloaded serde_core v1.0.228
3452026-07-06T21:25:50.138Z Downloaded pest_derive v2.8.6
3462026-07-06T21:25:50.141Z Downloaded toml v0.8.23
3472026-07-06T21:25:50.141Z Downloaded serde_derive v1.0.228
3482026-07-06T21:25:50.144Z Downloaded textwrap v0.16.2
3492026-07-06T21:25:50.153Z Downloaded toml_edit v0.22.27
3502026-07-06T21:25:50.162Z Downloaded memchr v2.8.0
3512026-07-06T21:25:50.167Z Downloaded serde v1.0.228
3522026-07-06T21:25:50.190Z Downloaded indexmap v2.14.0
3532026-07-06T21:25:50.213Z Downloaded clap_builder v4.6.0
3542026-07-06T21:25:50.224Z Downloaded pest v2.8.6
3552026-07-06T21:25:50.233Z Downloaded hashbrown v0.17.0
3562026-07-06T21:25:50.237Z Downloaded goblin v0.8.2
3572026-07-06T21:25:50.246Z Downloaded serde_json v1.0.150
3582026-07-06T21:25:50.254Z Downloaded winnow v0.7.14
3592026-07-06T21:25:50.278Z Downloaded syn v1.0.109
3602026-07-06T21:25:50.282Z Downloaded tabled v0.15.0
3612026-07-06T21:25:50.297Z Downloaded unicode-width v0.2.0
3622026-07-06T21:25:50.300Z Downloaded unicode-width v0.1.14
3632026-07-06T21:25:50.308Z Downloaded syn v2.0.117
3642026-07-06T21:25:50.326Z Downloaded rustix v1.1.3
3652026-07-06T21:25:50.359Z Downloaded libc v0.2.185
3662026-07-06T21:25:50.420Z Compiling proc-macro2 v1.0.106
3672026-07-06T21:25:50.420Z Compiling quote v1.0.45
3682026-07-06T21:25:50.420Z Compiling unicode-ident v1.0.24
3692026-07-06T21:25:50.424Z Compiling serde_core v1.0.228
3702026-07-06T21:25:50.424Z Compiling libc v0.2.185
3712026-07-06T21:25:50.424Z Compiling version_check v0.9.5
3722026-07-06T21:25:50.424Z Compiling memchr v2.8.0
3732026-07-06T21:25:50.424Z Compiling serde v1.0.228
3742026-07-06T21:25:50.424Z Compiling zmij v1.0.21
3752026-07-06T21:25:50.424Z Compiling thiserror v1.0.69
3762026-07-06T21:25:50.603Z Compiling ucd-trie v0.1.7
3772026-07-06T21:25:50.606Z Compiling itoa v1.0.17
3782026-07-06T21:25:50.606Z Compiling rustix v1.1.3
3792026-07-06T21:25:50.606Z Compiling byteorder v1.5.0
3802026-07-06T21:25:50.793Z Compiling bitflags v2.11.0
3812026-07-06T21:25:50.915Z Compiling serde_json v1.0.150
3822026-07-06T21:25:51.070Z Compiling proc-macro-error-attr v1.0.4
3832026-07-06T21:25:51.090Z Compiling usdt-impl v0.5.0
3842026-07-06T21:25:51.093Z Compiling syn v1.0.109
3852026-07-06T21:25:51.127Z Compiling camino v1.2.2
3862026-07-06T21:25:51.130Z Compiling proc-macro-error v1.0.4
3872026-07-06T21:25:51.161Z Compiling pest v2.8.6
3882026-07-06T21:25:51.300Z Compiling getrandom v0.4.1
3892026-07-06T21:25:51.406Z Compiling equivalent v1.0.2
3902026-07-06T21:25:51.409Z Compiling hashbrown v0.17.0
3912026-07-06T21:25:51.427Z Compiling utf8parse v0.2.2
3922026-07-06T21:25:51.498Z Compiling log v0.4.29
3932026-07-06T21:25:51.531Z Compiling plain v0.2.3
3942026-07-06T21:25:51.584Z Compiling anstyle-parse v1.0.0
3952026-07-06T21:25:51.621Z Compiling thiserror v2.0.18
3962026-07-06T21:25:51.657Z Compiling colorchoice v1.0.4
3972026-07-06T21:25:51.660Z Compiling pretty-hex v0.4.1
3982026-07-06T21:25:51.693Z Compiling anstyle v1.0.14
3992026-07-06T21:25:51.696Z Compiling anstyle-query v1.1.5
4002026-07-06T21:25:51.696Z Compiling cfg-if v1.0.4
4012026-07-06T21:25:51.749Z Compiling autocfg v1.5.0
4022026-07-06T21:25:51.769Z Compiling errno v0.3.14
4032026-07-06T21:25:51.797Z Compiling thread-id v4.2.2
4042026-07-06T21:25:51.817Z Compiling toml_write v0.1.2
4052026-07-06T21:25:51.841Z Compiling winnow v0.7.14
4062026-07-06T21:25:51.929Z Compiling is_terminal_polyfill v1.70.2
4072026-07-06T21:25:51.967Z Compiling fnv v1.0.7
4082026-07-06T21:25:52.022Z Compiling indexmap v2.14.0
4092026-07-06T21:25:52.044Z Compiling syn v2.0.117
4102026-07-06T21:25:52.084Z Compiling anstream v1.0.0
4112026-07-06T21:25:52.121Z Compiling heck v0.5.0
4122026-07-06T21:25:52.124Z Compiling fastrand v2.3.0
4132026-07-06T21:25:52.125Z Compiling unicode-width v0.1.14
4142026-07-06T21:25:52.199Z Compiling fs-err v3.3.0
4152026-07-06T21:25:52.220Z Compiling heck v0.4.1
4162026-07-06T21:25:52.288Z Compiling pest_meta v2.8.6
4172026-07-06T21:25:52.429Z Compiling bytecount v0.6.9
4182026-07-06T21:25:52.448Z Compiling anyhow v1.0.102
4192026-07-06T21:25:52.451Z Compiling once_cell v1.21.3
4202026-07-06T21:25:52.483Z Compiling clap_lex v1.0.0
4212026-07-06T21:25:52.487Z Compiling strsim v0.11.1
4222026-07-06T21:25:52.537Z Compiling papergrid v0.11.0
4232026-07-06T21:25:52.595Z Compiling memmap v0.7.0
4242026-07-06T21:25:52.633Z Compiling unicode-width v0.2.0
4252026-07-06T21:25:52.649Z Compiling unicode-linebreak v0.1.5
4262026-07-06T21:25:52.708Z Compiling smawk v0.3.2
4272026-07-06T21:25:52.769Z Compiling swrite v0.1.0
4282026-07-06T21:25:52.826Z Compiling terminal_size v0.4.3
4292026-07-06T21:25:52.866Z Compiling tempfile v3.25.0
4302026-07-06T21:25:52.941Z Compiling clap_builder v4.6.0
4312026-07-06T21:25:52.941Z Compiling textwrap v0.16.2
4322026-07-06T21:25:53.178Z Compiling semver v1.0.28
4332026-07-06T21:25:53.295Z Compiling cargo-platform v0.3.2
4342026-07-06T21:25:53.454Z Compiling camino-tempfile v1.4.1
4352026-07-06T21:25:53.646Z Compiling tabled_derive v0.7.0
4362026-07-06T21:25:54.212Z Compiling pest_generator v2.8.6
4372026-07-06T21:25:54.304Z Compiling tabled v0.15.0
4382026-07-06T21:25:54.707Z Compiling serde_derive v1.0.228
4392026-07-06T21:25:54.711Z Compiling thiserror-impl v1.0.69
4402026-07-06T21:25:54.711Z Compiling zerocopy-derive v0.7.35
4412026-07-06T21:25:54.711Z Compiling scroll_derive v0.12.1
4422026-07-06T21:25:54.711Z Compiling thiserror-impl v2.0.18
4432026-07-06T21:25:54.711Z Compiling clap_derive v4.6.1
4442026-07-06T21:25:54.852Z Compiling pest_derive v2.8.6
4452026-07-06T21:25:55.393Z Compiling scroll v0.12.0
4462026-07-06T21:25:55.487Z Compiling zerocopy v0.7.35
4472026-07-06T21:25:55.608Z Compiling goblin v0.8.2
4482026-07-06T21:25:55.798Z Compiling dtrace-parser v0.2.0
4492026-07-06T21:25:56.066Z Compiling clap v4.6.1
4502026-07-06T21:25:57.124Z Compiling dof v0.3.0
4512026-07-06T21:25:57.124Z Compiling serde_tokenstream v0.2.3
4522026-07-06T21:25:57.141Z Compiling toml_datetime v0.6.11
4532026-07-06T21:25:57.144Z Compiling serde_spanned v0.6.9
4542026-07-06T21:25:57.144Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-07-06T21:25:57.144Z Compiling cargo_metadata v0.23.1
4562026-07-06T21:25:57.144Z Compiling macaddr v1.0.1
4572026-07-06T21:25:57.342Z Compiling toml_edit v0.22.27
4582026-07-06T21:25:57.812Z Compiling usdt-macro v0.5.0
4592026-07-06T21:25:57.815Z Compiling usdt-attr-macro v0.5.0
4602026-07-06T21:25:58.429Z Compiling usdt v0.5.0
4612026-07-06T21:25:58.626Z Compiling toml v0.8.23
4622026-07-06T21:25:58.947Z Compiling cargo_toml v0.21.0
4632026-07-06T21:26:00.234Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642026-07-06T21:26:02.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.44s
4652026-07-06T21:26:02.475Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4662026-07-06T21:26:02.969Z Downloading crates ...
4672026-07-06T21:26:03.066Z Downloaded async-trait v0.1.89
4682026-07-06T21:26:03.070Z Downloaded adler2 v2.0.1
4692026-07-06T21:26:03.077Z Downloaded aead v0.6.1
4702026-07-06T21:26:03.081Z Downloaded bb8 v0.8.6
4712026-07-06T21:26:03.081Z Downloaded bitfield-macros v0.19.4
4722026-07-06T21:26:03.084Z Downloaded async-stream v0.3.6
4732026-07-06T21:26:03.087Z Downloaded argon2 v0.6.0-rc.8
4742026-07-06T21:26:03.087Z Downloaded crc v3.4.0
4752026-07-06T21:26:03.090Z Downloaded bcrypt-pbkdf v0.11.0
4762026-07-06T21:26:03.096Z Downloaded derive-ex v0.1.8
4772026-07-06T21:26:03.101Z Downloaded blake2 v0.10.6
4782026-07-06T21:26:03.106Z Downloaded ciborium-ll v0.2.2
4792026-07-06T21:26:03.109Z Downloaded chacha20 v0.9.1
4802026-07-06T21:26:03.112Z Downloaded atty v0.2.14
4812026-07-06T21:26:03.112Z Downloaded atomicwrites v0.4.4
4822026-07-06T21:26:03.112Z Downloaded allocator-api2 v0.2.21
4832026-07-06T21:26:03.115Z Downloaded dropshot-api-manager v0.7.2
4842026-07-06T21:26:03.119Z Downloaded block-buffer v0.12.1
4852026-07-06T21:26:03.122Z Downloaded bit-set v0.5.3
4862026-07-06T21:26:03.122Z Downloaded arrayvec v0.7.6
4872026-07-06T21:26:03.125Z Downloaded crunchy v0.2.4
4882026-07-06T21:26:03.125Z Downloaded crc8 v0.1.1
4892026-07-06T21:26:03.125Z Downloaded aead v0.5.2
4902026-07-06T21:26:03.127Z Downloaded castaway v0.2.4
4912026-07-06T21:26:03.127Z Downloaded bcs v0.1.6
4922026-07-06T21:26:03.130Z Downloaded darling_macro v0.13.4
4932026-07-06T21:26:03.130Z Downloaded crc-catalog v2.4.0
4942026-07-06T21:26:03.130Z Downloaded ascii-canvas v3.0.0
4952026-07-06T21:26:03.130Z Downloaded crypto-common v0.2.2
4962026-07-06T21:26:03.132Z Downloaded cpufeatures v0.3.0
4972026-07-06T21:26:03.132Z Downloaded base64ct v1.8.3
4982026-07-06T21:26:03.135Z Downloaded crucible-workspace-hack v0.1.0
4992026-07-06T21:26:03.135Z Downloaded array-init v0.0.4
5002026-07-06T21:26:03.138Z Downloaded erased-serde v0.3.31
5012026-07-06T21:26:03.138Z Downloaded base16ct v1.0.0
5022026-07-06T21:26:03.138Z Downloaded crypto-bigint v0.5.5
5032026-07-06T21:26:03.142Z Downloaded darling_macro v0.23.0
5042026-07-06T21:26:03.145Z Downloaded darling_macro v0.21.3
5052026-07-06T21:26:03.145Z Downloaded darling_macro v0.20.11
5062026-07-06T21:26:03.145Z Downloaded async-recursion v1.1.1
5072026-07-06T21:26:03.148Z Downloaded block-padding v0.4.2
5082026-07-06T21:26:03.148Z Downloaded cpubits v0.1.1
5092026-07-06T21:26:03.148Z Downloaded embedded-io v0.6.1
5102026-07-06T21:26:03.150Z Downloaded const_format_proc_macros v0.2.34
5112026-07-06T21:26:03.153Z Downloaded dof v0.4.0
5122026-07-06T21:26:03.154Z Downloaded defmt v0.3.100
5132026-07-06T21:26:03.154Z Downloaded cstr-argument v0.1.2
5142026-07-06T21:26:03.157Z Downloaded debug-ignore v1.0.5
5152026-07-06T21:26:03.157Z Downloaded diesel_table_macro_syntax v0.3.0
5162026-07-06T21:26:03.157Z Downloaded critical-section v1.2.0
5172026-07-06T21:26:03.157Z Downloaded convert_case v0.4.0
5182026-07-06T21:26:03.160Z Downloaded curve25519-dalek-derive v0.1.1
5192026-07-06T21:26:03.160Z Downloaded darling v0.13.4
5202026-07-06T21:26:03.162Z Downloaded ctutils v0.4.2
5212026-07-06T21:26:03.162Z Downloaded atomic-waker v1.1.2
5222026-07-06T21:26:03.165Z Downloaded csv-core v0.1.13
5232026-07-06T21:26:03.166Z Downloaded cobs v0.3.0
5242026-07-06T21:26:03.166Z Downloaded anstream v0.6.21
5252026-07-06T21:26:03.168Z Downloaded arrayref v0.3.9
5262026-07-06T21:26:03.168Z Downloaded compression-core v0.4.31
5272026-07-06T21:26:03.168Z Downloaded cfg_aliases v0.2.1
5282026-07-06T21:26:03.171Z Downloaded bit-set v0.8.0
5292026-07-06T21:26:03.171Z Downloaded ciborium-io v0.2.2
5302026-07-06T21:26:03.171Z Downloaded base16ct v0.2.0
5312026-07-06T21:26:03.173Z Downloaded dirs-sys-next v0.1.2
5322026-07-06T21:26:03.174Z Downloaded dunce v1.0.5
5332026-07-06T21:26:03.176Z Downloaded cfg_aliases v0.1.1
5342026-07-06T21:26:03.176Z Downloaded derive_builder_macro v0.20.2
5352026-07-06T21:26:03.180Z Downloaded document-features v0.2.12
5362026-07-06T21:26:03.182Z Downloaded crossbeam-deque v0.8.6
5372026-07-06T21:26:03.184Z Downloaded async-stream-impl v0.3.6
5382026-07-06T21:26:03.187Z Downloaded daft-derive v0.1.7
5392026-07-06T21:26:03.189Z Downloaded derive_builder_core v0.20.2
5402026-07-06T21:26:03.192Z Downloaded diesel-dtrace v0.5.0
5412026-07-06T21:26:03.192Z Downloaded convert_case v0.10.0
5422026-07-06T21:26:03.195Z Downloaded cassowary v0.3.0
5432026-07-06T21:26:03.195Z Downloaded blowfish v0.10.0
5442026-07-06T21:26:03.195Z Downloaded bitflags v1.3.2
5452026-07-06T21:26:03.198Z Downloaded argon2 v0.5.3
5462026-07-06T21:26:03.198Z Downloaded dsl_auto_type v0.2.0
5472026-07-06T21:26:03.202Z Downloaded bitfield-struct v0.6.2
5482026-07-06T21:26:03.202Z Downloaded assert_matches v1.5.0
5492026-07-06T21:26:03.202Z Downloaded difflib v0.4.0
5502026-07-06T21:26:03.205Z Downloaded display-error-chain v0.2.2
5512026-07-06T21:26:03.205Z Downloaded dirs-next v2.0.0
5522026-07-06T21:26:03.207Z Downloaded endian-type v0.1.2
5532026-07-06T21:26:03.208Z Downloaded dtrace-parser v0.3.0
5542026-07-06T21:26:03.208Z Downloaded downcast-rs v2.0.2
5552026-07-06T21:26:03.210Z Downloaded embedded-io v0.4.0
5562026-07-06T21:26:03.213Z Downloaded enum-as-inner v0.6.1
5572026-07-06T21:26:03.216Z Downloaded defmt-parser v1.0.0
5582026-07-06T21:26:03.221Z Downloaded dyn-clone v1.0.20
5592026-07-06T21:26:03.224Z Downloaded darling v0.20.11
5602026-07-06T21:26:03.226Z Downloaded foreign-types v0.3.2
5612026-07-06T21:26:03.229Z Downloaded crc32fast v1.5.0
5622026-07-06T21:26:03.229Z Downloaded crossbeam-utils v0.8.21
5632026-07-06T21:26:03.232Z Downloaded cmov v0.5.4
5642026-07-06T21:26:03.235Z Downloaded camino-tempfile-ext v0.3.3
5652026-07-06T21:26:03.235Z Downloaded foreign-types-shared v0.1.1
5662026-07-06T21:26:03.237Z Downloaded bitfield v0.19.4
5672026-07-06T21:26:03.237Z Downloaded foreign-types-macros v0.2.3
5682026-07-06T21:26:03.237Z Downloaded float-ord v0.3.2
5692026-07-06T21:26:03.239Z Downloaded cbc v0.2.1
5702026-07-06T21:26:03.242Z Downloaded byte-wrapper v0.1.0
5712026-07-06T21:26:03.242Z Downloaded ed25519 v3.0.0
5722026-07-06T21:26:03.245Z Downloaded defmt v1.0.1
5732026-07-06T21:26:03.245Z Downloaded dropshot-api-manager-types v0.7.2
5742026-07-06T21:26:03.247Z Downloaded foreign-types-shared v0.3.1
5752026-07-06T21:26:03.247Z Downloaded cipher v0.4.4
5762026-07-06T21:26:03.250Z Downloaded funty v2.0.0
5772026-07-06T21:26:03.250Z Downloaded bit-vec v0.6.3
5782026-07-06T21:26:03.252Z Downloaded futures-task v0.3.32
5792026-07-06T21:26:03.256Z Downloaded futures-sink v0.3.32
5802026-07-06T21:26:03.256Z Downloaded futures-macro v0.3.32
5812026-07-06T21:26:03.256Z Downloaded form_urlencoded v1.2.2
5822026-07-06T21:26:03.259Z Downloaded float-cmp v0.10.0
5832026-07-06T21:26:03.259Z Downloaded cexpr v0.6.0
5842026-07-06T21:26:03.259Z Downloaded async-bb8-diesel v0.2.1
5852026-07-06T21:26:03.263Z Downloaded ghash v0.6.0
5862026-07-06T21:26:03.263Z Downloaded darling v0.23.0
5872026-07-06T21:26:03.266Z Downloaded env_filter v1.0.0
5882026-07-06T21:26:03.266Z Downloaded env_logger v0.11.9
5892026-07-06T21:26:03.269Z Downloaded buf-list v1.1.2
5902026-07-06T21:26:03.269Z Downloaded data-encoding v2.10.0
5912026-07-06T21:26:03.272Z Downloaded cmake v0.1.57
5922026-07-06T21:26:03.272Z Downloaded ed25519 v2.2.3
5932026-07-06T21:26:03.272Z Downloaded const-oid v0.10.2
5942026-07-06T21:26:03.275Z Downloaded displaydoc v0.2.5
5952026-07-06T21:26:03.278Z Downloaded corncobs v0.1.4
5962026-07-06T21:26:03.278Z Downloaded anstyle-parse v0.2.7
5972026-07-06T21:26:03.278Z Downloaded fixedbitset v0.4.2
5982026-07-06T21:26:03.281Z Downloaded fxhash v0.2.1
5992026-07-06T21:26:03.282Z Downloaded futures-io v0.3.32
6002026-07-06T21:26:03.282Z Downloaded foreign-types v0.5.0
6012026-07-06T21:26:03.285Z Downloaded der_derive v0.7.3
6022026-07-06T21:26:03.285Z Downloaded ena v0.14.4
6032026-07-06T21:26:03.285Z Downloaded defmt-macros v1.0.1
6042026-07-06T21:26:03.290Z Downloaded fallible-iterator v0.2.0
6052026-07-06T21:26:03.290Z Downloaded globwalk v0.9.1
6062026-07-06T21:26:03.290Z Downloaded cipher v0.5.2
6072026-07-06T21:26:03.294Z Downloaded ctr v0.10.1
6082026-07-06T21:26:03.295Z Downloaded crc-any v2.5.0
6092026-07-06T21:26:03.295Z Downloaded git-stub v1.0.0
6102026-07-06T21:26:03.298Z Downloaded delegate v0.13.5
6112026-07-06T21:26:03.298Z Downloaded hash32 v0.2.1
6122026-07-06T21:26:03.298Z Downloaded futures-core v0.3.32
6132026-07-06T21:26:03.298Z Downloaded ecdsa v0.16.9
6142026-07-06T21:26:03.299Z Downloaded daft v0.1.7
6152026-07-06T21:26:03.302Z Downloaded hex v0.4.3
6162026-07-06T21:26:03.302Z Downloaded headers-core v0.3.0
6172026-07-06T21:26:03.306Z Downloaded hash32 v0.3.1
6182026-07-06T21:26:03.309Z Downloaded enum_dispatch v0.3.13
6192026-07-06T21:26:03.312Z Downloaded foldhash v0.1.5
6202026-07-06T21:26:03.312Z Downloaded chacha20 v0.10.0
6212026-07-06T21:26:03.315Z Downloaded crossbeam-epoch v0.9.18
6222026-07-06T21:26:03.315Z Downloaded ecdsa v0.17.0-rc.18
6232026-07-06T21:26:03.315Z Downloaded fs-err v2.11.0
6242026-07-06T21:26:03.318Z Downloaded const-oid v0.9.6
6252026-07-06T21:26:03.318Z Downloaded fs_extra v1.3.0
6262026-07-06T21:26:03.321Z Downloaded flagset v0.4.7
6272026-07-06T21:26:03.321Z Downloaded fixedbitset v0.5.7
6282026-07-06T21:26:03.325Z Downloaded hostname v0.4.2
6292026-07-06T21:26:03.325Z Downloaded hex-literal v1.1.0
6302026-07-06T21:26:03.326Z Downloaded foldhash v0.2.0
6312026-07-06T21:26:03.330Z Downloaded hostname v0.3.1
6322026-07-06T21:26:03.330Z Downloaded ff v0.14.0
6332026-07-06T21:26:03.331Z Downloaded http-range v0.1.5
6342026-07-06T21:26:03.331Z Downloaded backoff v0.4.0
6352026-07-06T21:26:03.333Z Downloaded hubpack v0.1.2
6362026-07-06T21:26:03.333Z Downloaded globset v0.4.18
6372026-07-06T21:26:03.333Z Downloaded glob v0.3.3
6382026-07-06T21:26:03.333Z Downloaded cookie v0.18.1
6392026-07-06T21:26:03.337Z Downloaded git-stub-vcs v0.1.0
6402026-07-06T21:26:03.337Z Downloaded filetime v0.2.27
6412026-07-06T21:26:03.340Z Downloaded ff v0.13.1
6422026-07-06T21:26:03.340Z Downloaded fd-lock v4.0.4
6432026-07-06T21:26:03.340Z Downloaded hubpack_derive v0.1.1
6442026-07-06T21:26:03.343Z Downloaded elliptic-curve v0.14.0-rc.33
6452026-07-06T21:26:03.343Z Downloaded hyper-tls v0.6.0
6462026-07-06T21:26:03.346Z Downloaded digest v0.11.3
6472026-07-06T21:26:03.346Z Downloaded either v1.15.0
6482026-07-06T21:26:03.349Z Downloaded deranged v0.5.8
6492026-07-06T21:26:03.349Z Downloaded cookie_store v0.22.1
6502026-07-06T21:26:03.349Z Downloaded futures-executor v0.3.32
6512026-07-06T21:26:03.352Z Downloaded group v0.13.0
6522026-07-06T21:26:03.352Z Downloaded darling v0.21.3
6532026-07-06T21:26:03.354Z Downloaded bit-vec v0.8.0
6542026-07-06T21:26:03.357Z Downloaded base64 v0.21.7
6552026-07-06T21:26:03.360Z Downloaded gethostname v0.5.0
6562026-07-06T21:26:03.360Z Downloaded compression-codecs v0.4.37
6572026-07-06T21:26:03.363Z Downloaded colored v3.1.1
6582026-07-06T21:26:03.363Z Downloaded ahash v0.8.12
6592026-07-06T21:26:03.366Z Downloaded httpdate v1.0.3
6602026-07-06T21:26:03.366Z Downloaded indent_write v2.2.0
6612026-07-06T21:26:03.369Z Downloaded indoc v1.0.9
6622026-07-06T21:26:03.369Z Downloaded illumos-nvpair-sys v0.2.0
6632026-07-06T21:26:03.369Z Downloaded illumos-nvpair v0.3.0
6642026-07-06T21:26:03.372Z Downloaded http-body v1.0.1
6652026-07-06T21:26:03.372Z Downloaded home v0.5.12
6662026-07-06T21:26:03.372Z Downloaded ciborium v0.2.2
6672026-07-06T21:26:03.375Z Downloaded ident_case v1.0.1
6682026-07-06T21:26:03.375Z Downloaded des v0.9.0
6692026-07-06T21:26:03.375Z Downloaded console v0.16.2
6702026-07-06T21:26:03.378Z Downloaded colored v2.2.0
6712026-07-06T21:26:03.378Z Downloaded cancel-safe-futures v0.1.5
6722026-07-06T21:26:03.381Z Downloaded darling_core v0.13.4
6732026-07-06T21:26:03.383Z Downloaded drift v0.2.0
6742026-07-06T21:26:03.388Z Downloaded internet-checksum v0.2.1
6752026-07-06T21:26:03.391Z Downloaded idna_adapter v1.2.1
6762026-07-06T21:26:03.391Z Downloaded console v0.15.11
6772026-07-06T21:26:03.394Z Downloaded derive_builder v0.20.2
6782026-07-06T21:26:03.397Z Downloaded constant_time_eq v0.4.2
6792026-07-06T21:26:03.397Z Downloaded is-terminal v0.4.17
6802026-07-06T21:26:03.397Z Downloaded instant v0.1.13
6812026-07-06T21:26:03.400Z Downloaded derive_more v0.99.20
6822026-07-06T21:26:03.403Z Downloaded inout v0.2.2
6832026-07-06T21:26:03.403Z Downloaded getrandom v0.2.17
6842026-07-06T21:26:03.406Z Downloaded elliptic-curve v0.13.8
6852026-07-06T21:26:03.409Z Downloaded diff v0.1.13
6862026-07-06T21:26:03.409Z Downloaded kem v0.3.0
6872026-07-06T21:26:03.409Z Downloaded keccak v0.1.6
6882026-07-06T21:26:03.412Z Downloaded is_ci v1.2.0
6892026-07-06T21:26:03.412Z Downloaded lalrpop-util v0.19.12
6902026-07-06T21:26:03.412Z Downloaded group v0.14.0
6912026-07-06T21:26:03.415Z Downloaded derive-where v1.6.0
6922026-07-06T21:26:03.418Z Downloaded darling_core v0.21.3
6932026-07-06T21:26:03.421Z Downloaded humantime v2.3.0
6942026-07-06T21:26:03.421Z Downloaded clang-sys v1.8.1
6952026-07-06T21:26:03.426Z Downloaded fatfs v0.3.6
6962026-07-06T21:26:03.426Z Downloaded futures-channel v0.3.32
6972026-07-06T21:26:03.430Z Downloaded kstat-rs v0.2.4
6982026-07-06T21:26:03.430Z Downloaded hyper-staticfile v0.10.1
6992026-07-06T21:26:03.430Z Downloaded darling_core v0.20.11
7002026-07-06T21:26:03.434Z Downloaded libscf-sys v1.1.0
7012026-07-06T21:26:03.434Z Downloaded indoc v2.0.7
7022026-07-06T21:26:03.434Z Downloaded managed v0.8.0
7032026-07-06T21:26:03.439Z Downloaded lru-cache v0.1.2
7042026-07-06T21:26:03.439Z Downloaded linked-hash-map v0.5.6
7052026-07-06T21:26:03.439Z Downloaded lazy_static v1.5.0
7062026-07-06T21:26:03.439Z Downloaded impl-trait-for-tuples v0.2.3
7072026-07-06T21:26:03.443Z Downloaded maybe-uninit v2.0.0
7082026-07-06T21:26:03.443Z Downloaded lzss v0.8.2
7092026-07-06T21:26:03.443Z Downloaded memoffset v0.9.1
7102026-07-06T21:26:03.443Z Downloaded md-5 v0.10.6
7112026-07-06T21:26:03.443Z Downloaded lru-slab v0.1.2
7122026-07-06T21:26:03.447Z Downloaded getrandom v0.3.4
7132026-07-06T21:26:03.447Z Downloaded darling_core v0.23.0
7142026-07-06T21:26:03.450Z Downloaded highway v1.3.0
7152026-07-06T21:26:03.450Z Downloaded const_format v0.2.35
7162026-07-06T21:26:03.453Z Downloaded bzip2 v0.4.4
7172026-07-06T21:26:03.455Z Downloaded instability v0.3.11
7182026-07-06T21:26:03.455Z Downloaded mime v0.3.17
7192026-07-06T21:26:03.458Z Downloaded lru v0.12.5
7202026-07-06T21:26:03.458Z Downloaded inout v0.1.4
7212026-07-06T21:26:03.458Z Downloaded ingot v0.1.1
7222026-07-06T21:26:03.460Z Downloaded hmac v0.13.0
7232026-07-06T21:26:03.460Z Downloaded match_cfg v0.1.0
7242026-07-06T21:26:03.463Z Downloaded bzip2 v0.6.1
7252026-07-06T21:26:03.463Z Downloaded newtype_derive v0.1.6
7262026-07-06T21:26:03.463Z Downloaded newtype-uuid-macros v0.1.0
7272026-07-06T21:26:03.466Z Downloaded new_debug_unreachable v1.0.6
7282026-07-06T21:26:03.466Z Downloaded normalize-line-endings v0.3.0
7292026-07-06T21:26:03.466Z Downloaded nodrop v0.1.14
7302026-07-06T21:26:03.468Z Downloaded multimap v0.10.1
7312026-07-06T21:26:03.468Z Downloaded ar_archive_writer v0.5.1
7322026-07-06T21:26:03.471Z Downloaded blake2 v0.11.0-rc.6
7332026-07-06T21:26:03.471Z Downloaded ipnet v2.11.0
7342026-07-06T21:26:03.474Z Downloaded find-msvc-tools v0.1.9
7352026-07-06T21:26:03.474Z Downloaded nibble_vec v0.1.0
7362026-07-06T21:26:03.474Z Downloaded ipnetwork v0.21.1
7372026-07-06T21:26:03.477Z Downloaded dropshot_endpoint v0.17.1
7382026-07-06T21:26:03.481Z Downloaded nonempty v0.12.0
7392026-07-06T21:26:03.481Z Downloaded num v0.4.3
7402026-07-06T21:26:03.481Z Downloaded half v1.8.3
7412026-07-06T21:26:03.484Z Downloaded iana-time-zone v0.1.65
7422026-07-06T21:26:03.484Z Downloaded md5 v0.8.0
7432026-07-06T21:26:03.484Z Downloaded hybrid-array v0.4.13
7442026-07-06T21:26:03.487Z Downloaded newline-converter v0.3.0
7452026-07-06T21:26:03.487Z Downloaded backon v1.6.0
7462026-07-06T21:26:03.490Z Downloaded keccak v0.2.0
7472026-07-06T21:26:03.492Z Downloaded crossbeam-channel v0.5.15
7482026-07-06T21:26:03.494Z Downloaded num-conv v0.2.0
7492026-07-06T21:26:03.494Z Downloaded jobserver v0.1.34
7502026-07-06T21:26:03.500Z Downloaded half v2.7.1
7512026-07-06T21:26:03.502Z Downloaded generic-array v1.4.3
7522026-07-06T21:26:03.503Z Downloaded chacha20poly1305 v0.10.1
7532026-07-06T21:26:03.503Z Downloaded aws-lc-rs v1.16.3
7542026-07-06T21:26:03.507Z Downloaded libloading v0.8.9
7552026-07-06T21:26:03.510Z Downloaded maplit v1.0.2
7562026-07-06T21:26:03.510Z Downloaded libefi-sys v0.1.0
7572026-07-06T21:26:03.513Z Downloaded num-iter v0.1.45
7582026-07-06T21:26:03.513Z Downloaded libsw-core v0.3.2
7592026-07-06T21:26:03.513Z Downloaded olpc-cjson v0.1.4
7602026-07-06T21:26:03.516Z Downloaded cc v1.2.56
7612026-07-06T21:26:03.516Z Downloaded opaque-debug v0.3.1
7622026-07-06T21:26:03.519Z Downloaded arc-swap v1.8.2
7632026-07-06T21:26:03.521Z Downloaded flume v0.11.1
7642026-07-06T21:26:03.523Z Downloaded linear-map v1.2.0
7652026-07-06T21:26:03.523Z Downloaded bumpalo v3.20.2
7662026-07-06T21:26:03.526Z Downloaded compact_str v0.8.1
7672026-07-06T21:26:03.529Z Downloaded num_threads v0.1.7
7682026-07-06T21:26:03.529Z Downloaded ingot-types v0.1.2
7692026-07-06T21:26:03.532Z Downloaded lock_api v0.4.14
7702026-07-06T21:26:03.532Z Downloaded ingot-macros v0.1.1
7712026-07-06T21:26:03.532Z Downloaded hmac v0.12.1
7722026-07-06T21:26:03.535Z Downloaded openssl-macros v0.1.1
7732026-07-06T21:26:03.535Z Downloaded httparse v1.10.1
7742026-07-06T21:26:03.535Z Downloaded newtype-uuid v1.3.2
7752026-07-06T21:26:03.539Z Downloaded native-tls v0.2.18
7762026-07-06T21:26:03.539Z Downloaded num_enum_derive v0.5.11
7772026-07-06T21:26:03.551Z Downloaded parse-display v0.10.0
7782026-07-06T21:26:03.579Z Downloaded nanorand v0.7.0
7792026-07-06T21:26:03.579Z Downloaded openssl-probe v0.2.1
7802026-07-06T21:26:03.579Z Downloaded oso-derive v0.27.3
7812026-07-06T21:26:03.579Z Downloaded aes v0.9.1
7822026-07-06T21:26:03.579Z Downloaded openssl-probe v0.1.6
7832026-07-06T21:26:03.579Z Downloaded http-body-util v0.1.3
7842026-07-06T21:26:03.579Z Downloaded icu_provider v2.1.1
7852026-07-06T21:26:03.579Z Downloaded num-derive v0.4.2
7862026-07-06T21:26:03.580Z Downloaded num-derive v0.3.3
7872026-07-06T21:26:03.580Z Downloaded num-complex v0.4.6
7882026-07-06T21:26:03.580Z Downloaded icu_properties v2.1.2
7892026-07-06T21:26:03.580Z Downloaded password-hash v0.6.1
7902026-07-06T21:26:03.580Z Downloaded aho-corasick v1.1.4
7912026-07-06T21:26:03.580Z Downloaded packed_struct_codegen v0.10.1
7922026-07-06T21:26:03.580Z Downloaded der v0.7.10
7932026-07-06T21:26:03.580Z Downloaded parse-size v1.1.0
7942026-07-06T21:26:03.584Z Downloaded libsw v3.5.0
7952026-07-06T21:26:03.584Z Downloaded ignore v0.4.25
7962026-07-06T21:26:03.584Z Downloaded hyper-rustls v0.27.7
7972026-07-06T21:26:03.584Z Downloaded heapless v0.7.17
7982026-07-06T21:26:03.584Z Downloaded percent-encoding v2.3.2
7992026-07-06T21:26:03.587Z Downloaded path-slash v0.1.5
8002026-07-06T21:26:03.587Z Downloaded num_enum v0.5.11
8012026-07-06T21:26:03.590Z Downloaded num-integer v0.1.46
8022026-07-06T21:26:03.590Z Downloaded peg-runtime v0.8.5
8032026-07-06T21:26:03.590Z Downloaded litemap v0.8.1
8042026-07-06T21:26:03.593Z Downloaded flate2 v1.1.9
8052026-07-06T21:26:03.596Z Downloaded memmap2 v0.9.10
8062026-07-06T21:26:03.596Z Downloaded phf_shared v0.12.1
8072026-07-06T21:26:03.599Z Downloaded diesel_derives v2.3.7
8082026-07-06T21:26:03.602Z Downloaded heapless v0.8.0
8092026-07-06T21:26:03.605Z Downloaded phf_shared v0.11.3
8102026-07-06T21:26:03.605Z Downloaded num_enum_derive v0.7.6
8112026-07-06T21:26:03.608Z Downloaded litrs v1.0.0
8122026-07-06T21:26:03.609Z Downloaded indexmap v1.9.3
8132026-07-06T21:26:03.612Z Downloaded ml-kem v0.3.2
8142026-07-06T21:26:03.612Z Downloaded headers v0.4.1
8152026-07-06T21:26:03.615Z Downloaded phf_shared v0.13.1
8162026-07-06T21:26:03.618Z Downloaded derive_more v2.1.1
8172026-07-06T21:26:03.622Z Downloaded oxide-tokio-rt v0.1.4
8182026-07-06T21:26:03.625Z Downloaded owo-colors v4.3.0
8192026-07-06T21:26:03.625Z Downloaded ed25519-dalek v3.0.0-rc.0
8202026-07-06T21:26:03.628Z Downloaded powerfmt v0.2.0
8212026-07-06T21:26:03.628Z Downloaded ed25519-dalek v2.2.0
8222026-07-06T21:26:03.631Z Downloaded derive_more-impl v2.1.1
8232026-07-06T21:26:03.634Z Downloaded precomputed-hash v0.1.1
8242026-07-06T21:26:03.634Z Downloaded potential_utf v0.1.4
8252026-07-06T21:26:03.637Z Downloaded parse-display-derive v0.10.0
8262026-07-06T21:26:03.637Z Downloaded oxnet v0.1.6
8272026-07-06T21:26:03.637Z Downloaded nu-ansi-term v0.50.3
8282026-07-06T21:26:03.640Z Downloaded futures v0.3.32
8292026-07-06T21:26:03.643Z Downloaded predicates-core v1.0.10
8302026-07-06T21:26:03.643Z Downloaded multer v3.1.0
8312026-07-06T21:26:03.646Z Downloaded proc-macro-crate v1.3.1
8322026-07-06T21:26:03.646Z Downloaded predicates-tree v1.0.13
8332026-07-06T21:26:03.646Z Downloaded module-lattice v0.2.3
8342026-07-06T21:26:03.649Z Downloaded packed_struct v0.10.1
8352026-07-06T21:26:03.649Z Downloaded icu_normalizer v2.1.1
8362026-07-06T21:26:03.652Z Downloaded icu_normalizer_data v2.1.1
8372026-07-06T21:26:03.655Z Downloaded peg-macros v0.8.5
8382026-07-06T21:26:03.655Z Downloaded password-hash v0.5.0
8392026-07-06T21:26:03.658Z Downloaded pbkdf2 v0.13.0
8402026-07-06T21:26:03.658Z Downloaded paste v1.0.15
8412026-07-06T21:26:03.661Z Downloaded phf v0.12.1
8422026-07-06T21:26:03.661Z Downloaded progenitor-client v0.14.0
8432026-07-06T21:26:03.664Z Downloaded proc-macro-error-attr2 v2.0.0
8442026-07-06T21:26:03.664Z Downloaded pem v3.0.6
8452026-07-06T21:26:03.664Z Downloaded progenitor-macro v0.14.0
8462026-07-06T21:26:03.667Z Downloaded num_enum v0.7.6
8472026-07-06T21:26:03.670Z Downloaded psl-types v2.0.11
8482026-07-06T21:26:03.670Z Downloaded async-compression v0.4.41
8492026-07-06T21:26:03.672Z Downloaded bytes v1.11.1
8502026-07-06T21:26:03.675Z Downloaded indicatif v0.18.4
8512026-07-06T21:26:03.678Z Downloaded hickory-resolver v0.25.2
8522026-07-06T21:26:03.681Z Downloaded phf v0.13.1
8532026-07-06T21:26:03.684Z Downloaded pin-project-lite v0.2.17
8542026-07-06T21:26:03.687Z Downloaded quick-error v1.2.3
8552026-07-06T21:26:03.687Z Downloaded pin-project-internal v1.1.11
8562026-07-06T21:26:03.687Z Downloaded libbz2-rs-sys v0.2.2
8572026-07-06T21:26:03.690Z Downloaded num-rational v0.4.2
8582026-07-06T21:26:03.690Z Downloaded peg v0.8.5
8592026-07-06T21:26:03.693Z Downloaded pkcs8 v0.10.2
8602026-07-06T21:26:03.693Z Downloaded der v0.8.0
8612026-07-06T21:26:03.697Z Downloaded expectorate v1.2.0
8622026-07-06T21:26:03.700Z Downloaded mime_guess v2.0.5
8632026-07-06T21:26:03.700Z Downloaded base64 v0.22.1
8642026-07-06T21:26:03.703Z Downloaded poly1305 v0.8.0
8652026-07-06T21:26:03.705Z Downloaded pkg-config v0.3.32
8662026-07-06T21:26:03.709Z Downloaded postgres-protocol v0.6.10
8672026-07-06T21:26:03.712Z Downloaded parking_lot v0.11.2
8682026-07-06T21:26:03.715Z Downloaded primeorder v0.13.6
8692026-07-06T21:26:03.715Z Downloaded rand_xorshift v0.4.0
8702026-07-06T21:26:03.718Z Downloaded recursive v0.1.1
8712026-07-06T21:26:03.718Z Downloaded parking_lot_core v0.8.6
8722026-07-06T21:26:03.721Z Downloaded ref-cast-impl v1.0.25
8732026-07-06T21:26:03.721Z Downloaded ppv-lite86 v0.2.21
8742026-07-06T21:26:03.721Z Downloaded icu_locale_core v2.1.1
8752026-07-06T21:26:03.725Z Downloaded icu_collections v2.1.1
8762026-07-06T21:26:03.729Z Downloaded progenitor-macro v0.13.0
8772026-07-06T21:26:03.732Z Downloaded recursive-proc-macro-impl v0.1.1
8782026-07-06T21:26:03.732Z Downloaded predicates v3.1.4
8792026-07-06T21:26:03.735Z Downloaded ref-cast v1.0.25
8802026-07-06T21:26:03.735Z Downloaded progenitor v0.13.0
8812026-07-06T21:26:03.738Z Downloaded proc-macro-error2 v2.0.1
8822026-07-06T21:26:03.738Z Downloaded primeorder v0.14.0-rc.10
8832026-07-06T21:26:03.742Z Downloaded omicron-zone-package v0.12.3
8842026-07-06T21:26:03.742Z Downloaded hickory-resolver v0.24.4
8852026-07-06T21:26:03.745Z Downloaded rfc6979 v0.4.0
8862026-07-06T21:26:03.748Z Downloaded progenitor-extras v0.2.0
8872026-07-06T21:26:03.748Z Downloaded russh-cryptovec v0.61.0
8882026-07-06T21:26:03.751Z Downloaded rfc6979 v0.5.0
8892026-07-06T21:26:03.752Z Downloaded progenitor-client v0.13.0
8902026-07-06T21:26:03.752Z Downloaded progenitor v0.14.0
8912026-07-06T21:26:03.752Z Downloaded pem-rfc7468 v0.7.0
8922026-07-06T21:26:03.754Z Downloaded num-traits v0.2.19
8932026-07-06T21:26:03.755Z Downloaded pkcs1 v0.7.5
8942026-07-06T21:26:03.758Z Downloaded radium v0.7.0
8952026-07-06T21:26:03.758Z Downloaded psm v0.1.30
8962026-07-06T21:26:03.760Z Downloaded pkcs1 v0.8.0-rc.4
8972026-07-06T21:26:03.760Z Downloaded phc v0.6.1
8982026-07-06T21:26:03.763Z Downloaded miniz_oxide v0.8.9
8992026-07-06T21:26:03.763Z Downloaded r2d2 v0.8.10
9002026-07-06T21:26:03.767Z Downloaded rtoolbox v0.0.3
9012026-07-06T21:26:03.767Z Downloaded rustc_version v0.1.7
9022026-07-06T21:26:03.767Z Downloaded hashbrown v0.13.2
9032026-07-06T21:26:03.770Z Downloaded primefield v0.14.0
9042026-07-06T21:26:03.770Z Downloaded same-file v1.0.6
9052026-07-06T21:26:03.773Z Downloaded crossterm v0.28.1
9062026-07-06T21:26:03.776Z Downloaded rustc_version v0.4.1
9072026-07-06T21:26:03.776Z Downloaded rustc-hash v2.1.1
9082026-07-06T21:26:03.780Z Downloaded rand_seeder v0.4.0
9092026-07-06T21:26:03.780Z Downloaded pkcs8 v0.11.0
9102026-07-06T21:26:03.782Z Downloaded oso v0.27.3
9112026-07-06T21:26:03.782Z Downloaded rand_core v0.10.0
9122026-07-06T21:26:03.785Z Downloaded postgres-types v0.2.12
9132026-07-06T21:26:03.785Z Downloaded polyval v0.7.1
9142026-07-06T21:26:03.788Z Downloaded rand_core v0.9.5
9152026-07-06T21:26:03.788Z Downloaded rand_core v0.6.4
9162026-07-06T21:26:03.791Z Downloaded rand_chacha v0.9.0
9172026-07-06T21:26:03.791Z Downloaded rand_chacha v0.3.1
9182026-07-06T21:26:03.791Z Downloaded crossterm v0.29.0
9192026-07-06T21:26:03.796Z Downloaded scheduled-thread-pool v0.2.7
9202026-07-06T21:26:03.799Z Downloaded postcard v1.1.3
9212026-07-06T21:26:03.799Z Downloaded papergrid v0.17.0
9222026-07-06T21:26:03.802Z Downloaded hashbrown v0.12.3
9232026-07-06T21:26:03.805Z Downloaded russh-util v0.52.0
9242026-07-06T21:26:03.808Z Downloaded poly1305 v0.9.0
9252026-07-06T21:26:03.808Z Downloaded jiff-static v0.2.21
9262026-07-06T21:26:03.811Z Downloaded pem-rfc7468 v1.0.0
9272026-07-06T21:26:03.811Z Downloaded scopeguard v1.2.0
9282026-07-06T21:26:03.814Z Downloaded http v1.4.2
9292026-07-06T21:26:03.814Z Downloaded resolv-conf v0.7.6
9302026-07-06T21:26:03.817Z Downloaded hickory-server v0.25.2
9312026-07-06T21:26:03.820Z Downloaded serde_bytes v0.11.19
9322026-07-06T21:26:03.820Z Downloaded seq-macro v0.3.6
9332026-07-06T21:26:03.823Z Downloaded scroll_derive v0.13.1
9342026-07-06T21:26:03.823Z Downloaded parking_lot_core v0.9.12
9352026-07-06T21:26:03.823Z Downloaded parking_lot v0.12.5
9362026-07-06T21:26:03.829Z Downloaded pkcs5 v0.8.1
9372026-07-06T21:26:03.832Z Downloaded pin-project v1.1.11
9382026-07-06T21:26:03.839Z Downloaded sapling-renderdag v0.1.0
9392026-07-06T21:26:03.842Z Downloaded secrecy v0.8.0
9402026-07-06T21:26:03.842Z Downloaded serde_plain v1.0.2
9412026-07-06T21:26:03.845Z Downloaded semver v0.1.20
9422026-07-06T21:26:03.845Z Downloaded rusty-fork v0.3.1
9432026-07-06T21:26:03.845Z Downloaded rustls-pemfile v2.2.0
9442026-07-06T21:26:03.847Z Downloaded serde-big-array v0.5.1
9452026-07-06T21:26:03.847Z Downloaded secrecy v0.10.3
9462026-07-06T21:26:03.850Z Downloaded rustls-native-certs v0.8.3
9472026-07-06T21:26:03.850Z Downloaded p256 v0.14.0-rc.10
9482026-07-06T21:26:03.853Z Downloaded prefix-trie v0.7.0
9492026-07-06T21:26:03.856Z Downloaded p384 v0.14.0-rc.10
9502026-07-06T21:26:03.859Z Downloaded sha1 v0.10.6
9512026-07-06T21:26:03.862Z Downloaded serde_repr v0.1.20
9522026-07-06T21:26:03.863Z Downloaded serde_spanned v1.1.1
9532026-07-06T21:26:03.865Z Downloaded sha1 v0.11.0
9542026-07-06T21:26:03.868Z Downloaded serde_urlencoded v0.7.1
9552026-07-06T21:26:03.868Z Downloaded rustversion v1.0.22
9562026-07-06T21:26:03.873Z Downloaded signal-hook-tokio v0.3.1
9572026-07-06T21:26:03.876Z Downloaded signal-hook-mio v0.2.5
9582026-07-06T21:26:03.879Z Downloaded sigpipe v0.1.3
9592026-07-06T21:26:03.879Z Downloaded signature v3.0.0
9602026-07-06T21:26:03.879Z Downloaded signature v2.2.0
9612026-07-06T21:26:03.882Z Downloaded shell-words v1.1.1
9622026-07-06T21:26:03.888Z Downloaded sec1 v0.7.3
9632026-07-06T21:26:03.891Z Downloaded schemars_derive v0.8.22
9642026-07-06T21:26:03.891Z Downloaded mio v1.2.0
9652026-07-06T21:26:03.898Z Downloaded progenitor-impl v0.13.0
9662026-07-06T21:26:03.901Z Downloaded slog-bunyan v2.5.0
9672026-07-06T21:26:03.901Z Downloaded progenitor-impl v0.14.0
9682026-07-06T21:26:03.916Z Downloaded rustls-pki-types v1.14.0
9692026-07-06T21:26:03.919Z Downloaded serde-hex v0.1.0
9702026-07-06T21:26:03.919Z Downloaded quinn-udp v0.5.14
9712026-07-06T21:26:03.923Z Downloaded slog-envlogger v2.2.0
9722026-07-06T21:26:03.923Z Downloaded serde_derive_internals v0.29.1
9732026-07-06T21:26:03.928Z Downloaded sqlparser_derive v0.5.0
9742026-07-06T21:26:03.933Z Downloaded openssl-sys v0.9.115
9752026-07-06T21:26:03.937Z Downloaded pretty_assertions v1.4.1
9762026-07-06T21:26:03.940Z Downloaded aes-gcm v0.11.0
9772026-07-06T21:26:03.940Z Downloaded internal-russh-num-bigint v0.5.0
9782026-07-06T21:26:03.943Z Downloaded serde_path_to_error v0.1.20
9792026-07-06T21:26:03.947Z Downloaded salsa20 v0.11.0
9802026-07-06T21:26:03.947Z Downloaded serdect v0.4.3
9812026-07-06T21:26:03.950Z Downloaded serde_with_macros v1.5.2
9822026-07-06T21:26:03.953Z Downloaded strip-ansi-escapes v0.2.1
9832026-07-06T21:26:03.953Z Downloaded strsim v0.10.0
9842026-07-06T21:26:03.956Z Downloaded hashbrown v0.15.5
9852026-07-06T21:26:03.959Z Downloaded simd-adler32 v0.3.8
9862026-07-06T21:26:03.962Z Downloaded hyper-util v0.1.20
9872026-07-06T21:26:03.966Z Downloaded strum v0.27.2
9882026-07-06T21:26:03.968Z Downloaded strum v0.26.3
9892026-07-06T21:26:03.968Z Downloaded structmeta v0.3.0
9902026-07-06T21:26:03.968Z Downloaded rcgen v0.12.1
9912026-07-06T21:26:03.971Z Downloaded slab v0.4.12
9922026-07-06T21:26:03.971Z Downloaded siphasher v1.0.2
9932026-07-06T21:26:03.974Z Downloaded prettyplease v0.2.37
9942026-07-06T21:26:03.977Z Downloaded slog-async v2.8.0
9952026-07-06T21:26:03.977Z Downloaded structmeta-derive v0.3.0
9962026-07-06T21:26:03.977Z Downloaded stable_deref_trait v1.2.1
9972026-07-06T21:26:03.980Z Downloaded scrypt v0.12.0
9982026-07-06T21:26:03.980Z Downloaded scroll v0.13.0
9992026-07-06T21:26:03.980Z Downloaded tagptr v0.2.0
10002026-07-06T21:26:03.983Z Downloaded minimal-lexical v0.2.1
10012026-07-06T21:26:03.986Z Downloaded tap v1.0.1
10022026-07-06T21:26:03.986Z Downloaded tabwriter v1.4.1
10032026-07-06T21:26:03.986Z Downloaded tabled_derive v0.11.0
10042026-07-06T21:26:03.989Z Downloaded hashbrown v0.16.1
10052026-07-06T21:26:03.991Z Downloaded slog-dtrace v0.3.0
10062026-07-06T21:26:03.994Z Downloaded sync-ptr v0.1.4
10072026-07-06T21:26:03.995Z Downloaded subtle v2.6.1
10082026-07-06T21:26:03.998Z Downloaded sec1 v0.8.1
10092026-07-06T21:26:03.998Z Downloaded smallvec v0.6.14
10102026-07-06T21:26:04.001Z Downloaded slog-json v2.6.1
10112026-07-06T21:26:04.001Z Downloaded rustls-platform-verifier v0.6.2
10122026-07-06T21:26:04.004Z Downloaded slog-scope v4.4.1
10132026-07-06T21:26:04.008Z Downloaded thread-id v5.1.0
10142026-07-06T21:26:04.011Z Downloaded smf v0.2.3
10152026-07-06T21:26:04.011Z Downloaded ssh-cipher v0.3.0-rc.9
10162026-07-06T21:26:04.014Z Downloaded take_mut v0.2.2
10172026-07-06T21:26:04.014Z Downloaded supports-color v3.0.2
10182026-07-06T21:26:04.014Z Downloaded snafu-derive v0.8.9
10192026-07-06T21:26:04.018Z Downloaded slog-stdlog v4.1.1
10202026-07-06T21:26:04.018Z Downloaded itertools v0.10.5
10212026-07-06T21:26:04.021Z Downloaded termtree v0.5.1
10222026-07-06T21:26:04.021Z Downloaded ssh-encoding v0.3.0-rc.9
10232026-07-06T21:26:04.023Z Downloaded sqlformat v0.3.5
10242026-07-06T21:26:04.023Z Downloaded spki v0.7.3
10252026-07-06T21:26:04.026Z Downloaded slog-term v2.9.2
10262026-07-06T21:26:04.026Z Downloaded testing_table v0.3.0
10272026-07-06T21:26:04.029Z Downloaded shlex v1.3.0
10282026-07-06T21:26:04.029Z Downloaded schemars v0.8.22
10292026-07-06T21:26:04.035Z Downloaded thiserror-impl-no-std v2.0.2
10302026-07-06T21:26:04.038Z Downloaded stringprep v0.1.5
10312026-07-06T21:26:04.038Z Downloaded string_cache v0.8.9
10322026-07-06T21:26:04.041Z Downloaded time-core v0.1.8
10332026-07-06T21:26:04.041Z Downloaded static_assertions v1.1.0
10342026-07-06T21:26:04.041Z Downloaded tinyvec_macros v0.1.1
10352026-07-06T21:26:04.044Z Downloaded num-bigint v0.4.6
10362026-07-06T21:26:04.047Z Downloaded signal-hook-registry v1.4.8
10372026-07-06T21:26:04.047Z Downloaded stacker v0.1.23
10382026-07-06T21:26:04.049Z Downloaded sha2 v0.11.0
10392026-07-06T21:26:04.049Z Downloaded sync_wrapper v1.0.2
10402026-07-06T21:26:04.052Z Downloaded synstructure v0.13.2
10412026-07-06T21:26:04.052Z Downloaded strum_macros v0.26.4
10422026-07-06T21:26:04.055Z Downloaded ryu v1.0.23
10432026-07-06T21:26:04.055Z Downloaded publicsuffix v2.3.0
10442026-07-06T21:26:04.058Z Downloaded quinn v0.11.9
10452026-07-06T21:26:04.061Z Downloaded nom v7.1.3
10462026-07-06T21:26:04.064Z Downloaded termios v0.3.3
10472026-07-06T21:26:04.064Z Downloaded strum_macros v0.27.2
10482026-07-06T21:26:04.067Z Downloaded strum_macros v0.24.3
10492026-07-06T21:26:04.067Z Downloaded idna v1.1.0
10502026-07-06T21:26:04.071Z Downloaded rand v0.8.6
10512026-07-06T21:26:04.074Z Downloaded smallvec v1.15.1
10522026-07-06T21:26:04.074Z Downloaded itertools v0.13.0
10532026-07-06T21:26:04.078Z Downloaded itertools v0.12.1
10542026-07-06T21:26:04.084Z Downloaded tokio-test v0.4.5
10552026-07-06T21:26:04.087Z Downloaded tokio-macros v2.7.0
10562026-07-06T21:26:04.087Z Downloaded tower-layer v0.3.3
10572026-07-06T21:26:04.087Z Downloaded spki v0.8.0
10582026-07-06T21:26:04.087Z Downloaded topological-sort v0.2.2
10592026-07-06T21:26:04.087Z Downloaded rayon-core v1.13.0
10602026-07-06T21:26:04.090Z Downloaded serde_cbor v0.11.2
10612026-07-06T21:26:04.093Z Downloaded serde_with_macros v3.17.0
10622026-07-06T21:26:04.093Z Downloaded iri-string v0.7.10
10632026-07-06T21:26:04.097Z Downloaded schemars v0.9.0
10642026-07-06T21:26:04.104Z Downloaded tower-service v0.3.3
10652026-07-06T21:26:04.107Z Downloaded thiserror-no-std v2.0.2
10662026-07-06T21:26:04.110Z Downloaded hyper v1.10.1
10672026-07-06T21:26:04.113Z Downloaded icu_properties_data v2.1.2
10682026-07-06T21:26:04.118Z Downloaded time-macros v0.2.27
10692026-07-06T21:26:04.121Z Downloaded slog v2.8.2
10702026-07-06T21:26:04.124Z Downloaded try-lock v0.2.5
10712026-07-06T21:26:04.124Z Downloaded tls_codec v0.4.2
10722026-07-06T21:26:04.127Z Downloaded thread_local v1.1.9
10732026-07-06T21:26:04.127Z Downloaded tiny-keccak v2.0.2
10742026-07-06T21:26:04.127Z Downloaded qorb v0.4.1
10752026-07-06T21:26:04.130Z Downloaded similar v2.7.0
10762026-07-06T21:26:04.133Z Downloaded unit-prefix v0.5.2
10772026-07-06T21:26:04.136Z Downloaded typify-macro v0.6.2
10782026-07-06T21:26:04.136Z Downloaded tls_codec_derive v0.4.2
10792026-07-06T21:26:04.136Z Downloaded tokio-native-tls v0.3.1
10802026-07-06T21:26:04.141Z Downloaded support-bundle-viewer v0.1.2
10812026-07-06T21:26:04.141Z Downloaded universal-hash v0.5.1
10822026-07-06T21:26:04.141Z Downloaded untrusted v0.7.1
10832026-07-06T21:26:04.141Z Downloaded unarray v0.1.4
10842026-07-06T21:26:04.144Z Downloaded spin v0.9.8
10852026-07-06T21:26:04.144Z Downloaded socket2 v0.6.3
10862026-07-06T21:26:04.144Z Downloaded itertools v0.14.0
10872026-07-06T21:26:04.147Z Downloaded unicode-xid v0.2.6
10882026-07-06T21:26:04.150Z Downloaded unicode-truncate v1.1.0
10892026-07-06T21:26:04.150Z Downloaded tokio-dtrace v0.1.1
10902026-07-06T21:26:04.154Z Downloaded libxml v0.3.3
10912026-07-06T21:26:04.157Z Downloaded untrusted v0.9.0
10922026-07-06T21:26:04.157Z Downloaded crypto-primes v0.7.2
10932026-07-06T21:26:04.160Z Downloaded serde_yaml v0.9.34+deprecated
10942026-07-06T21:26:04.163Z Downloaded tokio-tungstenite v0.21.0
10952026-07-06T21:26:04.163Z Downloaded usdt-attr-macro v0.6.0
10962026-07-06T21:26:04.163Z Downloaded term v0.7.0
10972026-07-06T21:26:04.166Z Downloaded utf-8 v0.7.6
10982026-07-06T21:26:04.166Z Downloaded utf8_iter v1.0.4
10992026-07-06T21:26:04.168Z Downloaded blake3 v1.8.5
11002026-07-06T21:26:04.171Z Downloaded term v1.2.1
11012026-07-06T21:26:04.174Z Downloaded hkdf v0.12.4
11022026-07-06T21:26:04.177Z Downloaded usdt v0.6.0
11032026-07-06T21:26:04.177Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11042026-07-06T21:26:04.177Z Downloaded samael v0.0.19
11052026-07-06T21:26:04.181Z Downloaded rustls-webpki v0.103.13
11062026-07-06T21:26:04.184Z Downloaded rand v0.9.2
11072026-07-06T21:26:04.187Z Downloaded signal-hook v0.3.18
11082026-07-06T21:26:04.190Z Downloaded wait-timeout v0.2.1
11092026-07-06T21:26:04.190Z Downloaded void v1.0.2
11102026-07-06T21:26:04.190Z Downloaded bitvec v1.0.1
11112026-07-06T21:26:04.198Z Downloaded waitgroup v0.1.2
11122026-07-06T21:26:04.201Z Downloaded tui-tree-widget v0.23.1
11132026-07-06T21:26:04.201Z Downloaded toml_writer v1.1.1+spec-1.1.0
11142026-07-06T21:26:04.201Z Downloaded subprocess v0.2.15
11152026-07-06T21:26:04.205Z Downloaded want v0.3.1
11162026-07-06T21:26:04.205Z Downloaded h2 v0.4.15
11172026-07-06T21:26:04.208Z Downloaded libm v0.2.16
11182026-07-06T21:26:04.212Z Downloaded usdt-macro v0.6.0
11192026-07-06T21:26:04.215Z Downloaded universal-hash v0.6.1
11202026-07-06T21:26:04.215Z Downloaded tokio-tungstenite v0.23.1
11212026-07-06T21:26:04.215Z Downloaded yoke-derive v0.8.1
11222026-07-06T21:26:04.218Z Downloaded socket2 v0.5.10
11232026-07-06T21:26:04.218Z Downloaded rsa v0.9.10
11242026-07-06T21:26:04.224Z Downloaded unicase v2.9.0
11252026-07-06T21:26:04.224Z Downloaded tinystr v0.8.2
11262026-07-06T21:26:04.227Z Downloaded tokio-rustls v0.26.4
11272026-07-06T21:26:04.227Z Downloaded hkdf v0.13.0
11282026-07-06T21:26:04.227Z Downloaded rand v0.10.1
11292026-07-06T21:26:04.230Z Downloaded ron v0.8.1
11302026-07-06T21:26:04.233Z Downloaded snafu v0.8.9
11312026-07-06T21:26:04.236Z Downloaded xshell-macros v0.2.7
11322026-07-06T21:26:04.236Z Downloaded num-bigint-dig v0.8.6
11332026-07-06T21:26:04.239Z Downloaded zeroize_derive v1.4.3
11342026-07-06T21:26:04.239Z Downloaded futures-util v0.3.32
11352026-07-06T21:26:04.246Z Downloaded zone v0.3.1
11362026-07-06T21:26:04.249Z Downloaded vergen-gitcl v1.0.8
11372026-07-06T21:26:04.249Z Downloaded uzers v0.12.2
11382026-07-06T21:26:04.251Z Downloaded zerofrom-derive v0.1.6
11392026-07-06T21:26:04.252Z Downloaded tracing-attributes v0.1.31
11402026-07-06T21:26:04.252Z Downloaded usdt-impl v0.6.0
11412026-07-06T21:26:04.254Z Downloaded zerofrom v0.1.6
11422026-07-06T21:26:04.254Z Downloaded toml_parser v1.1.2+spec-1.1.0
11432026-07-06T21:26:04.254Z Downloaded test-strategy v0.4.5
11442026-07-06T21:26:04.257Z Downloaded vergen-git2 v9.1.0
11452026-07-06T21:26:04.260Z Downloaded twox-hash v2.1.2
11462026-07-06T21:26:04.260Z Downloaded vergen-lib v9.1.0
11472026-07-06T21:26:04.260Z Downloaded vergen-lib v0.1.6
11482026-07-06T21:26:04.263Z Downloaded iddqd v0.4.2
11492026-07-06T21:26:04.266Z Downloaded zone_cfg_derive v0.3.1
11502026-07-06T21:26:04.269Z Downloaded walkdir v2.5.0
11512026-07-06T21:26:04.269Z Downloaded trait-variant v0.1.2
11522026-07-06T21:26:04.269Z Downloaded p521 v0.14.0-rc.10
11532026-07-06T21:26:04.272Z Downloaded whoami v2.1.0
11542026-07-06T21:26:04.272Z Downloaded wyz v0.5.1
11552026-07-06T21:26:04.275Z Downloaded vsss-rs v3.3.4
11562026-07-06T21:26:04.275Z Downloaded xattr v1.6.1
11572026-07-06T21:26:04.275Z Downloaded whoami v1.6.1
11582026-07-06T21:26:04.278Z Downloaded unicode-properties v0.1.4
11592026-07-06T21:26:04.281Z Downloaded tinyvec v1.10.0
11602026-07-06T21:26:04.284Z Downloaded writeable v0.6.2
11612026-07-06T21:26:04.284Z Downloaded nom v8.0.0
11622026-07-06T21:26:04.288Z Downloaded yoke v0.8.1
11632026-07-06T21:26:04.290Z Downloaded rustyline v14.0.0
11642026-07-06T21:26:04.294Z Downloaded tokio-stream v0.1.18
11652026-07-06T21:26:04.302Z Downloaded tar v0.4.45
11662026-07-06T21:26:04.307Z Downloaded vergen v9.1.0
11672026-07-06T21:26:04.310Z Downloaded toml v1.1.2+spec-1.1.0
11682026-07-06T21:26:04.313Z Downloaded tungstenite v0.23.0
11692026-07-06T21:26:04.316Z Downloaded schemars v1.2.1
11702026-07-06T21:26:04.321Z Downloaded zerovec-derive v0.11.2
11712026-07-06T21:26:04.326Z Downloaded toml v0.7.8
11722026-07-06T21:26:04.327Z Downloaded rsa v0.10.0-rc.18
11732026-07-06T21:26:04.330Z Downloaded zstd v0.13.3
11742026-07-06T21:26:04.333Z Downloaded tracing-core v0.1.36
11752026-07-06T21:26:04.336Z Downloaded typify v0.6.2
11762026-07-06T21:26:04.339Z Downloaded xshell v0.2.7
11772026-07-06T21:26:04.342Z Downloaded bindgen v0.71.1
11782026-07-06T21:26:04.347Z Downloaded unsafe-libyaml v0.2.11
11792026-07-06T21:26:04.350Z Downloaded yasna v0.5.2
11802026-07-06T21:26:04.350Z Downloaded unicode-bidi v0.3.18
11812026-07-06T21:26:04.350Z Downloaded chrono v0.4.44
11822026-07-06T21:26:04.353Z Downloaded steno v0.4.1
11832026-07-06T21:26:04.356Z Downloaded zeroize v1.8.2
11842026-07-06T21:26:04.365Z Downloaded serde_with v1.14.0
11852026-07-06T21:26:04.368Z Downloaded uuid v1.23.4
11862026-07-06T21:26:04.375Z Downloaded tungstenite v0.21.0
11872026-07-06T21:26:04.381Z Downloaded zstd-safe v7.2.4
11882026-07-06T21:26:04.387Z Downloaded git2 v0.20.4
11892026-07-06T21:26:04.395Z Downloaded tokio-postgres v0.7.16
11902026-07-06T21:26:04.398Z Downloaded rpassword v7.4.0
11912026-07-06T21:26:04.411Z Downloaded zerocopy v0.6.6
11922026-07-06T21:26:04.414Z Downloaded p384 v0.13.1
11932026-07-06T21:26:04.425Z Downloaded zopfli v0.8.3
11942026-07-06T21:26:04.427Z Downloaded regex v1.12.3
11952026-07-06T21:26:04.433Z Downloaded reedline v0.40.0
11962026-07-06T21:26:04.437Z Downloaded reqwest v0.12.28
11972026-07-06T21:26:04.443Z Downloaded vte v0.14.1
11982026-07-06T21:26:04.451Z Downloaded unicode_categories v0.1.1
11992026-07-06T21:26:04.454Z Downloaded zerotrie v0.2.3
12002026-07-06T21:26:04.457Z Downloaded tower v0.5.3
12012026-07-06T21:26:04.462Z Downloaded yansi v1.0.1
12022026-07-06T21:26:04.465Z Downloaded toml_edit v0.19.15
12032026-07-06T21:26:04.475Z Downloaded rayon v1.11.0
12042026-07-06T21:26:04.480Z Downloaded zip v0.6.6
12052026-07-06T21:26:04.484Z Downloaded reqwest v0.13.2
12062026-07-06T21:26:04.487Z Downloaded goblin v0.10.5
12072026-07-06T21:26:04.504Z Downloaded url v2.5.8
12082026-07-06T21:26:04.512Z Downloaded zerocopy-derive v0.8.40
12092026-07-06T21:26:04.517Z Downloaded salty v0.3.0
12102026-07-06T21:26:04.521Z Downloaded quick-xml v0.37.5
12112026-07-06T21:26:04.526Z Downloaded curve25519-dalek v4.1.3
12122026-07-06T21:26:04.531Z Downloaded moka v0.12.13
12132026-07-06T21:26:04.537Z Downloaded typed-path v0.9.3
12142026-07-06T21:26:04.540Z Downloaded x509-cert v0.2.5
12152026-07-06T21:26:04.543Z Downloaded ssh-key v0.7.0-rc.10
12162026-07-06T21:26:04.555Z Downloaded unicode-normalization v0.1.25
12172026-07-06T21:26:04.557Z Downloaded petname v2.0.2
12182026-07-06T21:26:04.560Z Downloaded proptest v1.10.0
12192026-07-06T21:26:04.565Z Downloaded portable-atomic v1.13.1
12202026-07-06T21:26:04.570Z Downloaded unicode-segmentation v1.12.0
12212026-07-06T21:26:04.573Z Downloaded serde_with v3.17.0
12222026-07-06T21:26:04.579Z Downloaded tower-http v0.6.8
12232026-07-06T21:26:04.585Z Downloaded crypto-bigint v0.7.5
12242026-07-06T21:26:04.593Z Downloaded zip v4.6.1
12252026-07-06T21:26:04.596Z Downloaded tokio-util v0.7.18
12262026-07-06T21:26:04.600Z Downloaded lalrpop v0.19.12
12272026-07-06T21:26:04.607Z Downloaded tough v0.22.0
12282026-07-06T21:26:04.611Z Downloaded object v0.30.4
12292026-07-06T21:26:04.623Z Downloaded nix v0.27.1
12302026-07-06T21:26:04.631Z Downloaded russh v0.61.2
12312026-07-06T21:26:04.635Z Downloaded quinn-proto v0.11.13
12322026-07-06T21:26:04.639Z Downloaded zerovec v0.11.5
12332026-07-06T21:26:04.649Z Downloaded winnow v0.5.40
12342026-07-06T21:26:04.655Z Downloaded radix_trie v0.2.1
12352026-07-06T21:26:04.673Z Downloaded dropshot v0.17.1
12362026-07-06T21:26:04.677Z Downloaded curve25519-dalek v5.0.0-rc.0
12372026-07-06T21:26:04.677Z Downloaded nix v0.28.0
12382026-07-06T21:26:04.683Z Downloaded winnow v0.6.26
12392026-07-06T21:26:04.688Z Downloaded openssl v0.10.79
12402026-07-06T21:26:04.694Z Downloaded bstr v1.12.1
12412026-07-06T21:26:04.700Z Downloaded tabled v0.20.0
12422026-07-06T21:26:04.710Z Downloaded time v0.3.47
12432026-07-06T21:26:04.718Z Downloaded winnow v1.0.3
12442026-07-06T21:26:04.722Z Downloaded nix v0.31.2
12452026-07-06T21:26:04.729Z Downloaded smoltcp v0.9.1
12462026-07-06T21:26:04.736Z Downloaded hickory-proto v0.24.4
12472026-07-06T21:26:04.744Z Downloaded zlib-rs v0.6.2
12482026-07-06T21:26:04.747Z Downloaded vcpkg v0.2.15
12492026-07-06T21:26:04.772Z Downloaded object v0.37.3
12502026-07-06T21:26:04.778Z Downloaded regress v0.10.5
12512026-07-06T21:26:04.783Z Downloaded hickory-proto v0.25.2
12522026-07-06T21:26:04.792Z Downloaded diesel v2.3.7
12532026-07-06T21:26:04.822Z Downloaded zerocopy v0.8.40
12542026-07-06T21:26:04.828Z Downloaded rustix v0.38.44
12552026-07-06T21:26:04.844Z Downloaded rustls v0.23.41
12562026-07-06T21:26:04.851Z Downloaded regress v0.11.1
12572026-07-06T21:26:04.856Z Downloaded regex-syntax v0.8.10
12582026-07-06T21:26:04.860Z Downloaded smoltcp v0.11.0
12592026-07-06T21:26:04.867Z Downloaded openapiv3 v2.2.0
12602026-07-06T21:26:04.873Z Downloaded regex-syntax v0.6.29
12612026-07-06T21:26:04.877Z Downloaded polar-core v0.27.3
12622026-07-06T21:26:04.902Z Downloaded sled v0.34.7
12632026-07-06T21:26:04.924Z Downloaded sha3 v0.11.0
12642026-07-06T21:26:04.928Z Downloaded sqlparser v0.61.0
12652026-07-06T21:26:04.933Z Downloaded ratatui v0.29.0
12662026-07-06T21:26:04.946Z Downloaded fiat-crypto v0.3.0
12672026-07-06T21:26:04.977Z Downloaded bzip2-sys v0.1.13+1.0.8
12682026-07-06T21:26:04.983Z Downloaded tracing v0.1.44
12692026-07-06T21:26:04.994Z Downloaded typify-impl v0.6.2
12702026-07-06T21:26:05.001Z Downloaded csv v1.4.0
12712026-07-06T21:26:05.023Z Downloaded libz-sys v1.1.24
12722026-07-06T21:26:05.035Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12732026-07-06T21:26:05.045Z Downloaded regex-automata v0.4.14
12742026-07-06T21:26:05.053Z Downloaded zerocopy-derive v0.6.6
12752026-07-06T21:26:05.083Z Downloaded jiff v0.2.21
12762026-07-06T21:26:05.094Z Downloaded chrono-tz v0.10.4
12772026-07-06T21:26:05.103Z Downloaded petgraph v0.6.5
12782026-07-06T21:26:05.129Z Downloaded petgraph v0.8.3
12792026-07-06T21:26:05.155Z Downloaded ring v0.17.14
12802026-07-06T21:26:05.178Z Downloaded sha3 v0.10.8
12812026-07-06T21:26:05.189Z Downloaded tokio v1.52.1
12822026-07-06T21:26:05.213Z Downloaded libgit2-sys v0.18.3+1.9.2
12832026-07-06T21:26:05.273Z Downloaded encoding_rs v0.8.35
12842026-07-06T21:26:05.803Z Downloaded aws-lc-sys v0.40.0
12852026-07-06T21:26:06.048Z Compiling libc v0.2.185
12862026-07-06T21:26:06.048Z Compiling serde_core v1.0.228
12872026-07-06T21:26:06.049Z Compiling serde v1.0.228
12882026-07-06T21:26:06.052Z Compiling log v0.4.29
12892026-07-06T21:26:06.052Z Compiling smallvec v1.15.1
12902026-07-06T21:26:06.052Z Compiling shlex v1.3.0
12912026-07-06T21:26:06.052Z Compiling find-msvc-tools v0.1.9
12922026-07-06T21:26:06.052Z Compiling subtle v2.6.1
12932026-07-06T21:26:06.052Z Compiling scopeguard v1.2.0
12942026-07-06T21:26:06.052Z Compiling stable_deref_trait v1.2.1
12952026-07-06T21:26:06.052Z Compiling typenum v1.20.1
12962026-07-06T21:26:06.187Z Compiling serde_json v1.0.150
12972026-07-06T21:26:06.233Z Compiling portable-atomic v1.13.1
12982026-07-06T21:26:06.245Z Compiling syn v2.0.117
12992026-07-06T21:26:06.254Z Compiling zerocopy v0.8.40
13002026-07-06T21:26:06.257Z Compiling pin-project-lite v0.2.17
13012026-07-06T21:26:06.352Z Compiling parking_lot_core v0.9.12
13022026-07-06T21:26:06.395Z Compiling lock_api v0.4.14
13032026-07-06T21:26:06.408Z Compiling critical-section v1.2.0
13042026-07-06T21:26:06.423Z Compiling pkg-config v0.3.32
13052026-07-06T21:26:06.437Z Compiling futures-core v0.3.32
13062026-07-06T21:26:06.440Z Compiling getrandom v0.4.1
13072026-07-06T21:26:06.440Z Compiling libm v0.2.16
13082026-07-06T21:26:06.534Z Compiling num-traits v0.2.19
13092026-07-06T21:26:06.551Z Compiling generic-array v0.14.7
13102026-07-06T21:26:06.565Z Compiling rand_core v0.10.0
13112026-07-06T21:26:06.652Z Compiling const-oid v0.9.6
13122026-07-06T21:26:06.652Z Compiling writeable v0.6.2
13132026-07-06T21:26:06.683Z Compiling litemap v0.8.1
13142026-07-06T21:26:06.712Z Compiling percent-encoding v2.3.2
13152026-07-06T21:26:06.757Z Compiling icu_properties_data v2.1.2
13162026-07-06T21:26:06.861Z Compiling icu_normalizer_data v2.1.1
13172026-07-06T21:26:06.902Z Compiling futures-sink v0.3.32
13182026-07-06T21:26:06.905Z Compiling futures-io v0.3.32
13192026-07-06T21:26:06.928Z Compiling slab v0.4.12
13202026-07-06T21:26:06.933Z Compiling futures-task v0.3.32
13212026-07-06T21:26:06.957Z Compiling utf8_iter v1.0.4
13222026-07-06T21:26:06.984Z Compiling rustversion v1.0.22
13232026-07-06T21:26:07.016Z Compiling futures-channel v0.3.32
13242026-07-06T21:26:07.045Z Compiling getrandom v0.3.4
13252026-07-06T21:26:07.089Z Compiling form_urlencoded v1.2.2
13262026-07-06T21:26:07.137Z Compiling fs_extra v1.3.0
13272026-07-06T21:26:07.140Z Compiling ident_case v1.0.1
13282026-07-06T21:26:07.163Z Compiling jobserver v0.1.34
13292026-07-06T21:26:07.177Z Compiling errno v0.3.14
13302026-07-06T21:26:07.195Z Compiling getrandom v0.2.17
13312026-07-06T21:26:07.234Z Compiling mio v1.2.0
13322026-07-06T21:26:07.282Z Compiling socket2 v0.6.3
13332026-07-06T21:26:07.294Z Compiling rustix v1.1.3
13342026-07-06T21:26:07.349Z Compiling rand_core v0.6.4
13352026-07-06T21:26:07.383Z Compiling cc v1.2.56
13362026-07-06T21:26:07.461Z Compiling once_cell v1.21.3
13372026-07-06T21:26:07.483Z Compiling signal-hook-registry v1.4.8
13382026-07-06T21:26:07.508Z Compiling parking_lot v0.12.5
13392026-07-06T21:26:07.542Z Compiling dunce v1.0.5
13402026-07-06T21:26:07.564Z Compiling regex-syntax v0.8.10
13412026-07-06T21:26:07.600Z Compiling iana-time-zone v0.1.65
13422026-07-06T21:26:07.655Z Compiling vcpkg v0.2.15
13432026-07-06T21:26:07.691Z Compiling base64ct v1.8.3
13442026-07-06T21:26:07.758Z Compiling tracing-core v0.1.36
13452026-07-06T21:26:07.774Z Compiling base64 v0.22.1
13462026-07-06T21:26:07.789Z Compiling aws-lc-rs v1.16.3
13472026-07-06T21:26:07.820Z Compiling flagset v0.4.7
13482026-07-06T21:26:07.920Z Compiling cmov v0.5.4
13492026-07-06T21:26:07.961Z Compiling pem-rfc7468 v0.7.0
13502026-07-06T21:26:07.976Z Compiling httparse v1.10.1
13512026-07-06T21:26:08.017Z Compiling rand_core v0.9.5
13522026-07-06T21:26:08.092Z Compiling tinyvec_macros v0.1.1
13532026-07-06T21:26:08.112Z Compiling openssl-probe v0.2.1
13542026-07-06T21:26:08.128Z Compiling ctutils v0.4.2
13552026-07-06T21:26:08.131Z Compiling aho-corasick v1.1.4
13562026-07-06T21:26:08.155Z Compiling try-lock v0.2.5
13572026-07-06T21:26:08.172Z Compiling tinyvec v1.10.0
13582026-07-06T21:26:08.249Z Compiling cmake v0.1.57
13592026-07-06T21:26:08.275Z Compiling atomic-waker v1.1.2
13602026-07-06T21:26:08.288Z Compiling tower-layer v0.3.3
13612026-07-06T21:26:08.313Z Compiling schemars v0.8.22
13622026-07-06T21:26:08.327Z Compiling tower-service v0.3.3
13632026-07-06T21:26:08.352Z Compiling dyn-clone v1.0.20
13642026-07-06T21:26:08.381Z Compiling untrusted v0.7.1
13652026-07-06T21:26:08.397Z Compiling want v0.3.1
13662026-07-06T21:26:08.415Z Compiling untrusted v0.9.0
13672026-07-06T21:26:08.429Z Compiling cpufeatures v0.2.17
13682026-07-06T21:26:08.470Z Compiling bitflags v2.11.0
13692026-07-06T21:26:08.500Z Compiling semver v1.0.28
13702026-07-06T21:26:08.516Z Compiling indexmap v2.14.0
13712026-07-06T21:26:08.530Z Compiling uuid v1.23.4
13722026-07-06T21:26:08.549Z Compiling openssl v0.10.79
13732026-07-06T21:26:08.565Z Compiling foreign-types-shared v0.1.1
13742026-07-06T21:26:08.592Z Compiling rustls v0.23.41
13752026-07-06T21:26:08.608Z Compiling httpdate v1.0.3
13762026-07-06T21:26:08.661Z Compiling foreign-types v0.3.2
13772026-07-06T21:26:08.674Z Compiling unicode-normalization v0.1.25
13782026-07-06T21:26:08.716Z Compiling rustc_version v0.4.1
13792026-07-06T21:26:08.743Z Compiling spin v0.9.8
13802026-07-06T21:26:08.757Z Compiling powerfmt v0.2.0
13812026-07-06T21:26:08.799Z Compiling num-conv v0.2.0
13822026-07-06T21:26:08.819Z Compiling time-core v0.1.8
13832026-07-06T21:26:08.842Z Compiling crc32fast v1.5.0
13842026-07-06T21:26:08.854Z Compiling native-tls v0.2.18
13852026-07-06T21:26:08.947Z Compiling deranged v0.5.8
13862026-07-06T21:26:08.962Z Compiling wait-timeout v0.2.1
13872026-07-06T21:26:08.979Z Compiling sync_wrapper v1.0.2
13882026-07-06T21:26:08.982Z Compiling time-macros v0.2.27
13892026-07-06T21:26:09.044Z Compiling aws-lc-sys v0.40.0
13902026-07-06T21:26:09.061Z Compiling openssl-sys v0.9.115
13912026-07-06T21:26:09.097Z Compiling regex-automata v0.4.14
13922026-07-06T21:26:09.110Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13932026-07-06T21:26:09.155Z Compiling crossbeam-utils v0.8.21
13942026-07-06T21:26:09.194Z Compiling usdt-impl v0.6.0
13952026-07-06T21:26:09.221Z Compiling syn v1.0.109
13962026-07-06T21:26:09.240Z Compiling synstructure v0.13.2
13972026-07-06T21:26:09.272Z Compiling pest_generator v2.8.6
13982026-07-06T21:26:09.434Z Compiling serde_derive_internals v0.29.1
13992026-07-06T21:26:09.487Z Compiling darling_core v0.20.11
14002026-07-06T21:26:09.582Z Compiling tempfile v3.25.0
14012026-07-06T21:26:09.659Z Compiling bit-vec v0.8.0
14022026-07-06T21:26:09.943Z Compiling simd-adler32 v0.3.8
14032026-07-06T21:26:09.960Z Compiling siphasher v1.0.2
14042026-07-06T21:26:09.975Z Compiling num_threads v0.1.7
14052026-07-06T21:26:09.991Z Compiling quick-error v1.2.3
14062026-07-06T21:26:10.007Z Compiling bit-set v0.8.0
14072026-07-06T21:26:10.072Z Compiling darling_core v0.21.3
14082026-07-06T21:26:10.086Z Compiling rusty-fork v0.3.1
14092026-07-06T21:26:10.114Z Compiling heapless v0.7.17
14102026-07-06T21:26:10.117Z Compiling bzip2-sys v0.1.13+1.0.8
14112026-07-06T21:26:10.173Z Compiling slog v2.8.2
14122026-07-06T21:26:10.187Z Compiling rand_xorshift v0.4.0
14132026-07-06T21:26:10.205Z Compiling time v0.3.47
14142026-07-06T21:26:10.219Z Compiling thread-id v5.1.0
14152026-07-06T21:26:10.301Z Compiling cookie v0.18.1
14162026-07-06T21:26:10.316Z Compiling anyhow v1.0.102
14172026-07-06T21:26:10.365Z Compiling allocator-api2 v0.2.21
14182026-07-06T21:26:10.368Z Compiling unicode-bidi v0.3.18
14192026-07-06T21:26:10.405Z Compiling zstd-safe v7.2.4
14202026-07-06T21:26:10.420Z Compiling unarray v0.1.4
14212026-07-06T21:26:10.438Z Compiling ryu v1.0.23
14222026-07-06T21:26:10.454Z Compiling paste v1.0.15
14232026-07-06T21:26:10.469Z Compiling iri-string v0.7.10
14242026-07-06T21:26:10.528Z Compiling unicode-properties v0.1.4
14252026-07-06T21:26:10.544Z Compiling adler2 v2.0.1
14262026-07-06T21:26:10.635Z Compiling signal-hook v0.3.18
14272026-07-06T21:26:10.649Z Compiling miniz_oxide v0.8.9
14282026-07-06T21:26:10.715Z Compiling stringprep v0.1.5
14292026-07-06T21:26:10.878Z Compiling camino v1.2.2
14302026-07-06T21:26:10.893Z Compiling curve25519-dalek v4.1.3
14312026-07-06T21:26:10.948Z Compiling num-integer v0.1.46
14322026-07-06T21:26:11.054Z Compiling serde_derive v1.0.228
14332026-07-06T21:26:11.196Z Compiling zeroize_derive v1.4.3
14342026-07-06T21:26:11.266Z Compiling zerofrom-derive v0.1.6
14352026-07-06T21:26:11.292Z Compiling yoke-derive v0.8.1
14362026-07-06T21:26:11.295Z Compiling zerocopy-derive v0.8.40
14372026-07-06T21:26:11.319Z Compiling zerovec-derive v0.11.2
14382026-07-06T21:26:11.385Z Compiling displaydoc v0.2.5
14392026-07-06T21:26:11.517Z Compiling tokio-macros v2.7.0
14402026-07-06T21:26:11.844Z Compiling futures-macro v0.3.32
14412026-07-06T21:26:11.891Z Compiling zeroize v1.8.2
14422026-07-06T21:26:11.991Z Compiling der_derive v0.7.3
14432026-07-06T21:26:12.118Z Compiling thiserror-impl v2.0.18
14442026-07-06T21:26:12.194Z Compiling tracing-attributes v0.1.31
14452026-07-06T21:26:12.296Z Compiling rustls-pki-types v1.14.0
14462026-07-06T21:26:12.514Z Compiling hybrid-array v0.4.13
14472026-07-06T21:26:12.528Z Compiling scroll_derive v0.13.1
14482026-07-06T21:26:12.677Z Compiling block-buffer v0.10.4
14492026-07-06T21:26:12.693Z Compiling crypto-common v0.1.7
14502026-07-06T21:26:12.734Z Compiling zerofrom v0.1.6
14512026-07-06T21:26:12.738Z Compiling futures-util v0.3.32
14522026-07-06T21:26:12.780Z Compiling pest_derive v2.8.6
14532026-07-06T21:26:12.861Z Compiling yoke v0.8.1
14542026-07-06T21:26:12.876Z Compiling digest v0.10.7
14552026-07-06T21:26:12.892Z Compiling schemars_derive v0.8.22
14562026-07-06T21:26:13.053Z Compiling zerovec v0.11.5
14572026-07-06T21:26:13.067Z Compiling zerotrie v0.2.3
14582026-07-06T21:26:13.142Z Compiling der v0.7.10
14592026-07-06T21:26:13.273Z Compiling darling_macro v0.20.11
14602026-07-06T21:26:13.339Z Compiling openssl-macros v0.1.1
14612026-07-06T21:26:13.386Z Compiling hmac v0.12.1
14622026-07-06T21:26:13.415Z Compiling scroll v0.13.0
14632026-07-06T21:26:13.465Z Compiling sha2 v0.10.9
14642026-07-06T21:26:13.551Z Compiling tinystr v0.8.2
14652026-07-06T21:26:13.567Z Compiling potential_utf v0.1.4
14662026-07-06T21:26:13.587Z Compiling thiserror v2.0.18
14672026-07-06T21:26:13.604Z Compiling tracing v0.1.44
14682026-07-06T21:26:13.705Z Compiling goblin v0.10.5
14692026-07-06T21:26:13.709Z Compiling icu_collections v2.1.1
14702026-07-06T21:26:13.755Z Compiling icu_locale_core v2.1.1
14712026-07-06T21:26:13.772Z Compiling dtrace-parser v0.3.0
14722026-07-06T21:26:13.821Z Compiling darling v0.20.11
14732026-07-06T21:26:13.908Z Compiling derive_builder_core v0.20.2
14742026-07-06T21:26:13.911Z Compiling scroll_derive v0.12.1
14752026-07-06T21:26:14.219Z Compiling spki v0.7.3
14762026-07-06T21:26:14.233Z Compiling thiserror-impl v1.0.69
14772026-07-06T21:26:14.400Z Compiling icu_provider v2.1.1
14782026-07-06T21:26:14.445Z Compiling pkcs8 v0.10.2
14792026-07-06T21:26:14.542Z Compiling crypto-common v0.2.2
14802026-07-06T21:26:14.622Z Compiling bytes v1.11.1
14812026-07-06T21:26:14.637Z Compiling icu_normalizer v2.1.1
14822026-07-06T21:26:14.665Z Compiling icu_properties v2.1.2
14832026-07-06T21:26:14.719Z Compiling chrono v0.4.44
14842026-07-06T21:26:14.734Z Compiling ipnet v2.11.0
14852026-07-06T21:26:14.781Z Compiling derive_builder_macro v0.20.2
14862026-07-06T21:26:14.799Z Compiling scroll v0.12.0
14872026-07-06T21:26:14.929Z Compiling serde_urlencoded v0.7.1
14882026-07-06T21:26:15.147Z Compiling serde_spanned v0.6.9
14892026-07-06T21:26:15.163Z Compiling tokio v1.52.1
14902026-07-06T21:26:15.194Z Compiling http v1.4.2
14912026-07-06T21:26:15.225Z Compiling erased-serde v0.3.31
14922026-07-06T21:26:15.268Z Compiling toml_datetime v0.6.11
14932026-07-06T21:26:15.304Z Compiling serde_tokenstream v0.2.3
14942026-07-06T21:26:15.318Z Compiling block-buffer v0.12.1
14952026-07-06T21:26:15.332Z Compiling block-padding v0.4.2
14962026-07-06T21:26:15.519Z Compiling md-5 v0.10.6
14972026-07-06T21:26:15.533Z Compiling signature v2.2.0
14982026-07-06T21:26:15.548Z Compiling darling_macro v0.21.3
14992026-07-06T21:26:15.635Z Compiling idna_adapter v1.2.1
15002026-07-06T21:26:15.650Z Compiling thiserror v1.0.69
15012026-07-06T21:26:15.700Z Compiling rustls-native-certs v0.8.3
15022026-07-06T21:26:15.731Z Compiling bstr v1.12.1
15032026-07-06T21:26:15.746Z Compiling idna v1.1.0
15042026-07-06T21:26:15.764Z Compiling zerocopy-derive v0.7.35
15052026-07-06T21:26:15.791Z Compiling pin-project-internal v1.1.11
15062026-07-06T21:26:15.856Z Compiling ppv-lite86 v0.2.21
15072026-07-06T21:26:16.018Z Compiling http-body v1.0.1
15082026-07-06T21:26:16.038Z Compiling url v2.5.8
15092026-07-06T21:26:16.089Z Compiling async-trait v0.1.89
15102026-07-06T21:26:16.145Z Compiling http-body-util v0.1.3
15112026-07-06T21:26:16.190Z Compiling rand_chacha v0.9.0
15122026-07-06T21:26:16.207Z Compiling rand_chacha v0.3.1
15132026-07-06T21:26:16.330Z Compiling vergen-lib v9.1.0
15142026-07-06T21:26:16.410Z Compiling rand v0.9.2
15152026-07-06T21:26:16.410Z Compiling hash32 v0.2.1
15162026-07-06T21:26:16.437Z Compiling memoffset v0.9.1
15172026-07-06T21:26:16.562Z Compiling dof v0.4.0
15182026-07-06T21:26:16.619Z Compiling encoding_rs v0.8.35
15192026-07-06T21:26:16.668Z Compiling cfg_aliases v0.2.1
15202026-07-06T21:26:16.696Z Compiling zlib-rs v0.6.2
15212026-07-06T21:26:16.752Z Compiling smoltcp v0.9.1
15222026-07-06T21:26:16.873Z Compiling psl-types v2.0.11
15232026-07-06T21:26:16.895Z Compiling rustix v0.38.44
15242026-07-06T21:26:16.919Z Compiling mime v0.3.17
15252026-07-06T21:26:16.967Z Compiling num-bigint-dig v0.8.6
15262026-07-06T21:26:17.016Z Compiling proptest v1.10.0
15272026-07-06T21:26:17.040Z Compiling litrs v1.0.0
15282026-07-06T21:26:17.133Z Compiling fallible-iterator v0.2.0
15292026-07-06T21:26:17.168Z Compiling ref-cast v1.0.25
15302026-07-06T21:26:17.222Z Compiling publicsuffix v2.3.0
15312026-07-06T21:26:17.235Z Compiling pin-project v1.1.11
15322026-07-06T21:26:17.260Z Compiling nix v0.31.2
15332026-07-06T21:26:17.348Z Compiling ipnetwork v0.21.1
15342026-07-06T21:26:17.463Z Compiling postgres-protocol v0.6.10
15352026-07-06T21:26:17.547Z Compiling zerocopy v0.7.35
15362026-07-06T21:26:17.584Z Compiling document-features v0.2.12
15372026-07-06T21:26:17.671Z Compiling oxnet v0.1.6
15382026-07-06T21:26:17.772Z Compiling rand v0.8.6
15392026-07-06T21:26:17.775Z Compiling darling v0.21.3
15402026-07-06T21:26:17.869Z Compiling inout v0.2.2
15412026-07-06T21:26:17.903Z Compiling derive_builder v0.20.2
15422026-07-06T21:26:17.917Z Compiling goblin v0.8.2
15432026-07-06T21:26:18.047Z Compiling futures-executor v0.3.32
15442026-07-06T21:26:18.061Z Compiling hubpack_derive v0.1.1
15452026-07-06T21:26:18.077Z Compiling hex v0.4.3
15462026-07-06T21:26:18.106Z Compiling regex v1.12.3
15472026-07-06T21:26:18.173Z Compiling num-iter v0.1.45
15482026-07-06T21:26:18.202Z Compiling daft-derive v0.1.7
15492026-07-06T21:26:18.230Z Compiling strum_macros v0.27.2
15502026-07-06T21:26:18.244Z Compiling snafu-derive v0.8.9
15512026-07-06T21:26:18.270Z Compiling ref-cast-impl v1.0.25
15522026-07-06T21:26:18.305Z Compiling curve25519-dalek-derive v0.1.1
15532026-07-06T21:26:18.576Z Compiling phf_shared v0.13.1
15542026-07-06T21:26:18.656Z Compiling terminal_size v0.4.3
15552026-07-06T21:26:18.679Z Compiling lazy_static v1.5.0
15562026-07-06T21:26:18.691Z Compiling cargo-platform v0.3.2
15572026-07-06T21:26:18.694Z Compiling anstyle-parse v0.2.7
15582026-07-06T21:26:18.780Z Compiling vergen v9.1.0
15592026-07-06T21:26:18.809Z Compiling ff v0.13.1
15602026-07-06T21:26:18.833Z Compiling fs-err v3.3.0
15612026-07-06T21:26:18.868Z Compiling ahash v0.8.12
15622026-07-06T21:26:18.903Z Compiling bumpalo v3.20.2
15632026-07-06T21:26:18.966Z Compiling object v0.37.3
15642026-07-06T21:26:18.990Z Compiling tokio-util v0.7.18
15652026-07-06T21:26:19.004Z Compiling tower v0.5.3
15662026-07-06T21:26:19.008Z Compiling tokio-native-tls v0.3.1
15672026-07-06T21:26:19.034Z Compiling base16ct v0.2.0
15682026-07-06T21:26:19.061Z Compiling same-file v1.0.6
15692026-07-06T21:26:19.116Z Compiling managed v0.8.0
15702026-07-06T21:26:19.131Z Compiling foldhash v0.1.5
15712026-07-06T21:26:19.166Z Compiling libbz2-rs-sys v0.2.2
15722026-07-06T21:26:19.211Z Compiling bitflags v1.3.2
15732026-07-06T21:26:19.227Z Compiling unicode-segmentation v1.12.0
15742026-07-06T21:26:19.241Z Compiling winnow v0.5.40
15752026-07-06T21:26:19.273Z Compiling foldhash v0.2.0
15762026-07-06T21:26:19.343Z Compiling hashbrown v0.15.5
15772026-07-06T21:26:19.364Z Compiling newtype-uuid v1.3.2
15782026-07-06T21:26:19.506Z Compiling tower-http v0.6.8
15792026-07-06T21:26:19.521Z Compiling hashbrown v0.16.1
15802026-07-06T21:26:19.631Z Compiling flate2 v1.1.9
15812026-07-06T21:26:19.714Z Compiling h2 v0.4.15
15822026-07-06T21:26:19.924Z Compiling bzip2 v0.6.1
15832026-07-06T21:26:19.942Z Compiling daft v0.1.7
15842026-07-06T21:26:19.961Z Compiling walkdir v2.5.0
15852026-07-06T21:26:20.047Z Compiling sec1 v0.7.3
15862026-07-06T21:26:20.110Z Compiling clap_builder v4.6.0
15872026-07-06T21:26:20.159Z Compiling zopfli v0.8.3
15882026-07-06T21:26:20.174Z Compiling dof v0.3.0
15892026-07-06T21:26:20.235Z Compiling snafu v0.8.9
15902026-07-06T21:26:20.273Z Compiling group v0.13.0
15912026-07-06T21:26:20.288Z Compiling strum v0.27.2
15922026-07-06T21:26:20.303Z Compiling cargo_metadata v0.23.1
15932026-07-06T21:26:20.348Z Compiling anstream v0.6.21
15942026-07-06T21:26:20.436Z Compiling phf v0.13.1
15952026-07-06T21:26:20.473Z Compiling hubpack v0.1.2
15962026-07-06T21:26:20.608Z Compiling toml_edit v0.19.15
15972026-07-06T21:26:20.623Z Compiling signal-hook-mio v0.2.5
15982026-07-06T21:26:20.702Z Compiling cookie_store v0.22.1
15992026-07-06T21:26:20.759Z Compiling bzip2 v0.4.4
16002026-07-06T21:26:20.777Z Compiling futures v0.3.32
16012026-07-06T21:26:20.852Z Compiling usdt-attr-macro v0.6.0
16022026-07-06T21:26:20.866Z Compiling usdt-macro v0.6.0
16032026-07-06T21:26:20.932Z Compiling cipher v0.5.2
16042026-07-06T21:26:20.986Z Compiling serde_with_macros v3.17.0
16052026-07-06T21:26:21.020Z Compiling postgres-types v0.2.12
16062026-07-06T21:26:21.057Z Compiling zstd v0.13.3
16072026-07-06T21:26:21.372Z Compiling globset v0.4.18
16082026-07-06T21:26:21.387Z Compiling dtrace-parser v0.2.0
16092026-07-06T21:26:21.486Z Compiling ed25519 v2.2.3
16102026-07-06T21:26:21.604Z Compiling pkcs1 v0.7.5
16112026-07-06T21:26:21.688Z Compiling serde_plain v1.0.2
16122026-07-06T21:26:21.726Z Compiling olpc-cjson v0.1.4
16132026-07-06T21:26:21.740Z Compiling serde-big-array v0.5.1
16142026-07-06T21:26:21.897Z Compiling hkdf v0.12.4
16152026-07-06T21:26:21.901Z Compiling crypto-bigint v0.5.5
16162026-07-06T21:26:21.924Z Compiling clap_derive v4.6.1
16172026-07-06T21:26:22.016Z Compiling strum_macros v0.26.4
16182026-07-06T21:26:22.085Z Compiling enum-as-inner v0.6.1
16192026-07-06T21:26:22.100Z Compiling serde_repr v0.1.20
16202026-07-06T21:26:22.156Z Compiling async-recursion v1.1.1
16212026-07-06T21:26:22.173Z Compiling phf_shared v0.11.3
16222026-07-06T21:26:22.376Z Compiling float-cmp v0.10.0
16232026-07-06T21:26:22.440Z Compiling pem v3.0.6
16242026-07-06T21:26:22.492Z Compiling thread-id v4.2.2
16252026-07-06T21:26:22.542Z Compiling memmap2 v0.9.10
16262026-07-06T21:26:22.590Z Compiling env_filter v1.0.0
16272026-07-06T21:26:22.650Z Compiling static_assertions v1.1.0
16282026-07-06T21:26:22.685Z Compiling fixedbitset v0.5.7
16292026-07-06T21:26:22.732Z Compiling const-oid v0.10.2
16302026-07-06T21:26:22.775Z Compiling keccak v0.1.6
16312026-07-06T21:26:22.809Z Compiling jiff v0.2.21
16322026-07-06T21:26:22.861Z Compiling normalize-line-endings v0.3.0
16332026-07-06T21:26:22.913Z Compiling winnow v1.0.3
16342026-07-06T21:26:22.964Z Compiling hyper v1.10.1
16352026-07-06T21:26:22.979Z Compiling precomputed-hash v0.1.1
16362026-07-06T21:26:23.003Z Compiling predicates-core v1.0.10
16372026-07-06T21:26:23.076Z Compiling either v1.15.0
16382026-07-06T21:26:23.178Z Compiling new_debug_unreachable v1.0.6
16392026-07-06T21:26:23.201Z Compiling data-encoding v2.10.0
16402026-07-06T21:26:23.260Z Compiling fixedbitset v0.4.2
16412026-07-06T21:26:23.278Z Compiling cpufeatures v0.3.0
16422026-07-06T21:26:23.290Z Compiling whoami v2.1.0
16432026-07-06T21:26:23.306Z Compiling difflib v0.4.0
16442026-07-06T21:26:23.343Z Compiling typed-path v0.9.3
16452026-07-06T21:26:23.363Z Compiling toml_edit v0.22.27
16462026-07-06T21:26:23.492Z Compiling petgraph v0.6.5
16472026-07-06T21:26:23.540Z Compiling predicates v3.1.4
16482026-07-06T21:26:23.715Z Compiling tokio-postgres v0.7.16
16492026-07-06T21:26:23.800Z Compiling clap v4.6.1
16502026-07-06T21:26:23.853Z Compiling strum v0.26.3
16512026-07-06T21:26:23.890Z Compiling hickory-proto v0.25.2
16522026-07-06T21:26:23.906Z Compiling chacha20 v0.10.0
16532026-07-06T21:26:23.939Z Compiling itertools v0.13.0
16542026-07-06T21:26:24.003Z Compiling string_cache v0.8.9
16552026-07-06T21:26:24.019Z Compiling toml_parser v1.1.2+spec-1.1.0
16562026-07-06T21:26:24.035Z Compiling sha3 v0.10.8
16572026-07-06T21:26:24.244Z Compiling hyper-util v0.1.20
16582026-07-06T21:26:24.258Z Compiling digest v0.11.3
16592026-07-06T21:26:24.304Z Compiling petgraph v0.8.3
16602026-07-06T21:26:24.498Z Compiling elliptic-curve v0.13.8
16612026-07-06T21:26:24.512Z Compiling env_logger v0.11.9
16622026-07-06T21:26:24.629Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16632026-07-06T21:26:24.645Z Compiling usdt v0.6.0
16642026-07-06T21:26:24.677Z Compiling usdt-impl v0.5.0
16652026-07-06T21:26:24.930Z Compiling crossterm v0.28.1
16662026-07-06T21:26:24.949Z Compiling serde_with v3.17.0
16672026-07-06T21:26:24.967Z Compiling toml v0.7.8
16682026-07-06T21:26:25.105Z Compiling rsa v0.9.10
16692026-07-06T21:26:25.236Z Compiling ed25519-dalek v2.2.0
16702026-07-06T21:26:25.595Z Compiling zip v4.6.1
16712026-07-06T21:26:25.908Z Compiling hyper-tls v0.6.0
16722026-07-06T21:26:26.077Z Compiling zip v0.6.6
16732026-07-06T21:26:26.177Z Compiling reqwest v0.12.28
16742026-07-06T21:26:26.181Z Compiling iddqd v0.4.2
16752026-07-06T21:26:26.384Z Compiling tokio-stream v0.1.18
16762026-07-06T21:26:26.467Z Compiling heck v0.4.1
16772026-07-06T21:26:26.508Z Compiling similar v2.7.0
16782026-07-06T21:26:26.631Z Compiling buf-list v1.1.2
16792026-07-06T21:26:26.713Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-07-06T21:26:26.727Z Compiling openapiv3 v2.2.0
16812026-07-06T21:26:26.743Z Compiling x509-cert v0.2.5
16822026-07-06T21:26:26.871Z Compiling crossbeam-epoch v0.9.18
16832026-07-06T21:26:26.932Z Compiling peg-runtime v0.8.5
16842026-07-06T21:26:27.031Z Compiling lalrpop-util v0.19.12
16852026-07-06T21:26:27.080Z Compiling thread_local v1.1.9
16862026-07-06T21:26:27.103Z Compiling slog-async v2.8.0
16872026-07-06T21:26:27.215Z Compiling crossbeam-channel v0.5.15
16882026-07-06T21:26:27.234Z Compiling is-terminal v0.4.17
16892026-07-06T21:26:27.248Z Compiling filetime v0.2.27
16902026-07-06T21:26:27.349Z Compiling take_mut v0.2.2
16912026-07-06T21:26:27.352Z Compiling term v1.2.1
16922026-07-06T21:26:27.412Z Compiling xattr v1.6.1
16932026-07-06T21:26:27.443Z Compiling camino-tempfile v1.4.1
16942026-07-06T21:26:27.542Z Compiling tar v0.4.45
16952026-07-06T21:26:27.689Z Compiling slog-term v2.9.2
16962026-07-06T21:26:45.448Z Compiling rustls-webpki v0.103.13
16972026-07-06T21:26:48.141Z Compiling tokio-rustls v0.26.4
16982026-07-06T21:26:48.141Z Compiling rustls-platform-verifier v0.6.2
16992026-07-06T21:26:48.145Z Compiling tough v0.22.0
17002026-07-06T21:26:48.362Z Compiling hyper-rustls v0.27.7
17012026-07-06T21:26:48.530Z Compiling reqwest v0.13.2
17022026-07-06T21:26:50.694Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17032026-07-06T21:26:50.937Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17042026-07-06T21:26:53.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.23s
17052026-07-06T21:26:53.921Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17062026-07-06T21:26:53.971ZJul 06 21:26:52.967 INFO Starting download, target: MaghemiteDdmd
17072026-07-06T21:26:53.971ZJul 06 21:26:52.968 INFO Starting download, target: Clickhouse
17082026-07-06T21:26:53.980ZJul 06 21:26:52.968 INFO Starting download, target: MaghemiteMgd
17092026-07-06T21:26:53.980ZJul 06 21:26:52.968 INFO Starting download, target: Cockroach
17102026-07-06T21:26:53.980ZJul 06 21:26:52.968 INFO Starting download, target: DendriteStub
17112026-07-06T21:26:53.980ZJul 06 21:26:52.968 INFO Starting download, target: Console
17122026-07-06T21:26:53.980ZJul 06 21:26:52.968 INFO Starting download, target: TransceiverControl
17132026-07-06T21:26:53.980ZJul 06 21:26:52.968 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17142026-07-06T21:26:53.980ZJul 06 21:26:52.968 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17152026-07-06T21:26:53.980ZJul 06 21:26:52.968 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17162026-07-06T21:26:53.981ZJul 06 21:26:52.968 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17172026-07-06T21:26:53.981ZJul 06 21:26:52.968 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17182026-07-06T21:26:53.981ZJul 06 21:26:52.968 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17192026-07-06T21:26:53.981ZJul 06 21:26:52.968 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17202026-07-06T21:26:54.866ZJul 06 21:26:53.856 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17212026-07-06T21:26:55.106ZJul 06 21:26:54.090 INFO Download complete, target: TransceiverControl
17222026-07-06T21:26:55.770ZJul 06 21:26:54.752 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17232026-07-06T21:26:56.017ZJul 06 21:26:55.018 INFO Download complete, target: Console
17242026-07-06T21:26:56.099ZJul 06 21:26:55.100 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17252026-07-06T21:26:58.556ZJul 06 21:26:57.549 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17262026-07-06T21:26:58.638ZJul 06 21:26:57.615 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272026-07-06T21:26:58.906ZJul 06 21:26:57.905 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17282026-07-06T21:26:59.385ZJul 06 21:26:58.383 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-07-06T21:26:59.385ZJul 06 21:26:58.383 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-07-06T21:27:00.384ZJul 06 21:26:59.385 INFO Download complete, target: MaghemiteDdmd
17312026-07-06T21:27:01.157ZJul 06 21:27:00.158 INFO Download complete, target: DendriteStub
17322026-07-06T21:27:01.470ZJul 06 21:27:00.471 INFO Download complete, target: MaghemiteMgd
17332026-07-06T21:27:02.813ZJul 06 21:27:01.814 INFO Checking that binary works, target: Clickhouse
17342026-07-06T21:27:02.905ZJul 06 21:27:01.905 INFO Download complete, target: Clickhouse
17352026-07-06T21:27:03.973ZJul 06 21:27:02.972 INFO Checking that binary works, target: Cockroach
17362026-07-06T21:27:04.095ZJul 06 21:27:03.096 INFO Download complete, target: Cockroach
17372026-07-06T21:27:04.100ZAll prerequisites installed successfully
17382026-07-06T21:27:04.103Z
17392026-07-06T21:27:04.103Zreal 1:46.950783886
17402026-07-06T21:27:04.103Zuser 6:38.574481578
17412026-07-06T21:27:04.104Zsys 1:40.017016139
17422026-07-06T21:27:04.104Ztrap 0.254786628
17432026-07-06T21:27:04.104Ztflt 0.863167926
17442026-07-06T21:27:04.104Zdflt 1.696744500
17452026-07-06T21:27:04.104Zkflt 0.023595850
17462026-07-06T21:27:04.104Zlock 23:37.825105121
17472026-07-06T21:27:04.104Zslp 18:19.213707927
17482026-07-06T21:27:04.104Zlat 23.691104711
17492026-07-06T21:27:04.104Zstop 2:42.353518622
17502026-07-06T21:27:04.104Z+ ptime -m cargo xtask download softnpu
17512026-07-06T21:27:04.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17522026-07-06T21:27:04.577Z Running `target/debug/xtask download softnpu`
17532026-07-06T21:27:05.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17542026-07-06T21:27:05.369Z Running `target/debug/xtask-downloader softnpu`
17552026-07-06T21:27:05.411ZJul 06 21:27:04.412 INFO Starting download, target: Softnpu
17562026-07-06T21:27:05.414ZJul 06 21:27:04.412 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17572026-07-06T21:27:05.941ZJul 06 21:27:04.942 INFO Download complete, target: Softnpu
17582026-07-06T21:27:05.944Z
17592026-07-06T21:27:05.948Zreal 1.837886925
17602026-07-06T21:27:05.948Zuser 1.278370197
17612026-07-06T21:27:05.948Zsys 0.605612438
17622026-07-06T21:27:05.948Ztrap 0.000616713
17632026-07-06T21:27:05.948Ztflt 0.000377670
17642026-07-06T21:27:05.948Zdflt 0.000101168
17652026-07-06T21:27:05.948Zkflt 0.000000000
17662026-07-06T21:27:05.948Zlock 9.431670444
17672026-07-06T21:27:05.948Zslp 0.392704555
17682026-07-06T21:27:05.948Zlat 0.086706700
17692026-07-06T21:27:05.948Zstop 0.000175810
17702026-07-06T21:27:05.948Z+ export CARGO_INCREMENTAL=0
17712026-07-06T21:27:05.948Z+ CARGO_INCREMENTAL=0
17722026-07-06T21:27:05.948Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17732026-07-06T21:27:06.818Z Compiling proc-macro2 v1.0.106
17742026-07-06T21:27:06.818Z Compiling quote v1.0.45
17752026-07-06T21:27:06.818Z Compiling unicode-ident v1.0.24
17762026-07-06T21:27:06.818Z Compiling libc v0.2.185
17772026-07-06T21:27:06.819Z Compiling serde_core v1.0.228
17782026-07-06T21:27:06.822Z Compiling serde v1.0.228
17792026-07-06T21:27:06.822Z Compiling cfg-if v1.0.4
17802026-07-06T21:27:06.822Z Compiling version_check v0.9.5
17812026-07-06T21:27:06.822Z Compiling shlex v1.3.0
17822026-07-06T21:27:06.822Z Compiling find-msvc-tools v0.1.9
17832026-07-06T21:27:06.968Z Compiling memchr v2.8.0
17842026-07-06T21:27:06.984Z Compiling zmij v1.0.21
17852026-07-06T21:27:06.984Z Compiling serde_json v1.0.150
17862026-07-06T21:27:06.984Z Compiling autocfg v1.5.0
17872026-07-06T21:27:07.142Z Compiling portable-atomic v1.13.1
17882026-07-06T21:27:07.184Z Compiling zerocopy v0.8.40
17892026-07-06T21:27:07.209Z Compiling getrandom v0.4.1
17902026-07-06T21:27:07.306Z Compiling libm v0.2.16
17912026-07-06T21:27:07.326Z Compiling parking_lot_core v0.9.12
17922026-07-06T21:27:07.380Z Compiling icu_properties_data v2.1.2
17932026-07-06T21:27:07.558Z Compiling icu_normalizer_data v2.1.1
17942026-07-06T21:27:07.568Z Compiling num-traits v0.2.19
17952026-07-06T21:27:07.568Z Compiling smallvec v1.15.1
17962026-07-06T21:27:07.622Z Compiling generic-array v0.14.7
17972026-07-06T21:27:07.660Z Compiling itoa v1.0.17
17982026-07-06T21:27:07.660Z Compiling log v0.4.29
17992026-07-06T21:27:07.690Z Compiling subtle v2.6.1
18002026-07-06T21:27:07.799Z Compiling pkg-config v0.3.32
18012026-07-06T21:27:07.830Z Compiling stable_deref_trait v1.2.1
18022026-07-06T21:27:07.842Z Compiling typenum v1.20.1
18032026-07-06T21:27:07.891Z Compiling jobserver v0.1.34
18042026-07-06T21:27:07.952Z Compiling errno v0.3.14
18052026-07-06T21:27:08.007Z Compiling scopeguard v1.2.0
18062026-07-06T21:27:08.007Z Compiling fnv v1.0.7
18072026-07-06T21:27:08.043Z Compiling rand_core v0.10.0
18082026-07-06T21:27:08.121Z Compiling cc v1.2.56
18092026-07-06T21:27:08.121Z Compiling lock_api v0.4.14
18102026-07-06T21:27:08.234Z Compiling thiserror v2.0.18
18112026-07-06T21:27:08.247Z Compiling critical-section v1.2.0
18122026-07-06T21:27:08.247Z Compiling getrandom v0.3.4
18132026-07-06T21:27:08.277Z Compiling pin-project-lite v0.2.17
18142026-07-06T21:27:08.303Z Compiling syn v2.0.117
18152026-07-06T21:27:08.387Z Compiling percent-encoding v2.3.2
18162026-07-06T21:27:08.454Z Compiling litemap v0.8.1
18172026-07-06T21:27:08.491Z Compiling writeable v0.6.2
18182026-07-06T21:27:08.531Z Compiling getrandom v0.2.17
18192026-07-06T21:27:08.547Z Compiling rustversion v1.0.22
18202026-07-06T21:27:08.605Z Compiling once_cell v1.21.3
18212026-07-06T21:27:08.794Z Compiling rand_core v0.6.4
18222026-07-06T21:27:08.930Z Compiling schemars v0.8.22
18232026-07-06T21:27:08.930Z Compiling rustix v1.1.3
18242026-07-06T21:27:08.931Z Compiling equivalent v1.0.2
18252026-07-06T21:27:08.931Z Compiling fs_extra v1.3.0
18262026-07-06T21:27:08.931Z Compiling dunce v1.0.5
18272026-07-06T21:27:08.943Z Compiling cmake v0.1.57
18282026-07-06T21:27:09.005Z Compiling signal-hook-registry v1.4.8
18292026-07-06T21:27:09.041Z Compiling utf8_iter v1.0.4
18302026-07-06T21:27:09.058Z Compiling heck v0.5.0
18312026-07-06T21:27:09.081Z Compiling hashbrown v0.17.0
18322026-07-06T21:27:09.081Z Compiling form_urlencoded v1.2.2
18332026-07-06T21:27:09.257Z Compiling mio v1.2.0
18342026-07-06T21:27:09.369Z Compiling semver v1.0.28
18352026-07-06T21:27:09.427Z Compiling bitflags v2.11.0
18362026-07-06T21:27:09.469Z Compiling parking_lot v0.12.5
18372026-07-06T21:27:09.487Z Compiling socket2 v0.6.3
18382026-07-06T21:27:09.526Z Compiling aws-lc-sys v0.40.0
18392026-07-06T21:27:09.553Z Compiling aws-lc-rs v1.16.3
18402026-07-06T21:27:09.595Z Compiling indexmap v2.14.0
18412026-07-06T21:27:09.645Z Compiling futures-core v0.3.32
18422026-07-06T21:27:09.727Z Compiling httparse v1.10.1
18432026-07-06T21:27:09.892Z Compiling strsim v0.11.1
18442026-07-06T21:27:09.988Z Compiling byteorder v1.5.0
18452026-07-06T21:27:10.070Z Compiling ucd-trie v0.1.7
18462026-07-06T21:27:10.106Z Compiling thiserror v1.0.69
18472026-07-06T21:27:10.135Z Compiling const-oid v0.9.6
18482026-07-06T21:27:10.168Z Compiling syn v1.0.109
18492026-07-06T21:27:10.231Z Compiling pest v2.8.6
18502026-07-06T21:27:10.243Z Compiling iana-time-zone v0.1.65
18512026-07-06T21:27:10.289Z Compiling regex-syntax v0.8.10
18522026-07-06T21:27:10.300Z Compiling vcpkg v0.2.15
18532026-07-06T21:27:10.305Z Compiling ident_case v1.0.1
18542026-07-06T21:27:10.537Z Compiling uuid v1.23.4
18552026-07-06T21:27:10.664Z Compiling rustc_version v0.4.1
18562026-07-06T21:27:10.780Z Compiling rustls v0.23.41
18572026-07-06T21:27:10.815Z Compiling futures-sink v0.3.32
18582026-07-06T21:27:11.027Z Compiling openssl-sys v0.9.115
18592026-07-06T21:27:11.036Z Compiling futures-channel v0.3.32
18602026-07-06T21:27:11.048Z Compiling aho-corasick v1.1.4
18612026-07-06T21:27:11.048Z Compiling futures-task v0.3.32
18622026-07-06T21:27:11.049Z Compiling futures-io v0.3.32
18632026-07-06T21:27:11.101Z Compiling slab v0.4.12
18642026-07-06T21:27:11.195Z Compiling plain v0.2.3
18652026-07-06T21:27:11.230Z Compiling synstructure v0.13.2
18662026-07-06T21:27:11.267Z Compiling serde_derive_internals v0.29.1
18672026-07-06T21:27:11.301Z Compiling pest_meta v2.8.6
18682026-07-06T21:27:11.374Z Compiling crc32fast v1.5.0
18692026-07-06T21:27:11.390Z Compiling num-conv v0.2.0
18702026-07-06T21:27:11.427Z Compiling dyn-clone v1.0.20
18712026-07-06T21:27:11.443Z Compiling time-core v0.1.8
18722026-07-06T21:27:11.555Z Compiling base64 v0.22.1
18732026-07-06T21:27:11.610Z Compiling time-macros v0.2.27
18742026-07-06T21:27:11.659Z Compiling crossbeam-utils v0.8.21
18752026-07-06T21:27:11.789Z Compiling openssl v0.10.79
18762026-07-06T21:27:11.803Z Compiling pretty-hex v0.4.1
18772026-07-06T21:27:11.862Z Compiling regex-automata v0.4.14
18782026-07-06T21:27:11.954Z Compiling pest_generator v2.8.6
18792026-07-06T21:27:11.971Z Compiling darling_core v0.21.3
18802026-07-06T21:27:11.988Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18812026-07-06T21:27:12.060Z Compiling native-tls v0.2.18
18822026-07-06T21:27:12.077Z Compiling anyhow v1.0.102
18832026-07-06T21:27:12.093Z Compiling winnow v0.5.40
18842026-07-06T21:27:12.223Z Compiling rand_core v0.9.5
18852026-07-06T21:27:12.420Z Compiling slog v2.8.2
18862026-07-06T21:27:12.438Z Compiling tracing-core v0.1.36
18872026-07-06T21:27:12.506Z Compiling serde_derive v1.0.228
18882026-07-06T21:27:12.525Z Compiling zeroize_derive v1.4.3
18892026-07-06T21:27:12.584Z Compiling zerofrom-derive v0.1.6
18902026-07-06T21:27:12.611Z Compiling yoke-derive v0.8.1
18912026-07-06T21:27:12.625Z Compiling zerovec-derive v0.11.2
18922026-07-06T21:27:12.665Z Compiling displaydoc v0.2.5
18932026-07-06T21:27:12.691Z Compiling zerocopy-derive v0.8.40
18942026-07-06T21:27:12.706Z Compiling tokio-macros v2.7.0
18952026-07-06T21:27:13.003Z Compiling futures-macro v0.3.32
18962026-07-06T21:27:13.148Z Compiling zeroize v1.8.2
18972026-07-06T21:27:13.431Z Compiling thiserror-impl v2.0.18
18982026-07-06T21:27:13.446Z Compiling schemars_derive v0.8.22
18992026-07-06T21:27:13.523Z Compiling tracing-attributes v0.1.31
19002026-07-06T21:27:13.595Z Compiling der_derive v0.7.3
19012026-07-06T21:27:13.613Z Compiling thiserror-impl v1.0.69
19022026-07-06T21:27:13.712Z Compiling zerofrom v0.1.6
19032026-07-06T21:27:13.834Z Compiling yoke v0.8.1
19042026-07-06T21:27:13.978Z Compiling pest_derive v2.8.6
19052026-07-06T21:27:14.046Z Compiling zerovec v0.11.5
19062026-07-06T21:27:14.077Z Compiling zerotrie v0.2.3
19072026-07-06T21:27:14.410Z Compiling crypto-common v0.1.7
19082026-07-06T21:27:14.535Z Compiling futures-util v0.3.32
19092026-07-06T21:27:14.581Z Compiling tinystr v0.8.2
19102026-07-06T21:27:14.651Z Compiling potential_utf v0.1.4
19112026-07-06T21:27:14.731Z Compiling block-buffer v0.10.4
19122026-07-06T21:27:14.762Z Compiling icu_locale_core v2.1.1
19132026-07-06T21:27:14.799Z Compiling icu_collections v2.1.1
19142026-07-06T21:27:14.863Z Compiling digest v0.10.7
19152026-07-06T21:27:14.894Z Compiling scroll_derive v0.13.1
19162026-07-06T21:27:14.908Z Compiling scroll_derive v0.12.1
19172026-07-06T21:27:15.099Z Compiling openssl-macros v0.1.1
19182026-07-06T21:27:15.406Z Compiling icu_provider v2.1.1
19192026-07-06T21:27:15.456Z Compiling regex v1.12.3
19202026-07-06T21:27:15.555Z Compiling darling_macro v0.21.3
19212026-07-06T21:27:15.575Z Compiling zerocopy-derive v0.7.35
19222026-07-06T21:27:15.593Z Compiling cookie v0.18.1
19232026-07-06T21:27:15.690Z Compiling icu_normalizer v2.1.1
19242026-07-06T21:27:15.705Z Compiling bytes v1.11.1
19252026-07-06T21:27:15.818Z Compiling icu_properties v2.1.2
19262026-07-06T21:27:15.872Z Compiling chrono v0.4.44
19272026-07-06T21:27:16.060Z Compiling serde_tokenstream v0.2.3
19282026-07-06T21:27:16.170Z Compiling toml_datetime v0.6.11
19292026-07-06T21:27:16.379Z Compiling tokio v1.52.1
19302026-07-06T21:27:16.412Z Compiling serde_spanned v0.6.9
19312026-07-06T21:27:16.427Z Compiling http v1.4.2
19322026-07-06T21:27:16.572Z Compiling toml_edit v0.19.15
19332026-07-06T21:27:16.873Z Compiling idna_adapter v1.2.1
19342026-07-06T21:27:17.027Z Compiling idna v1.1.0
19352026-07-06T21:27:17.059Z Compiling ppv-lite86 v0.2.21
19362026-07-06T21:27:17.209Z Compiling camino v1.2.2
19372026-07-06T21:27:17.318Z Compiling base64ct v1.8.3
19382026-07-06T21:27:17.335Z Compiling darling v0.21.3
19392026-07-06T21:27:17.394Z Compiling url v2.5.8
19402026-07-06T21:27:17.416Z Compiling tracing v0.1.44
19412026-07-06T21:27:17.609Z Compiling pem-rfc7468 v0.7.0
19422026-07-06T21:27:18.235Z Compiling flagset v0.4.7
19432026-07-06T21:27:18.421Z Compiling der v0.7.10
19442026-07-06T21:27:18.443Z Compiling rand_chacha v0.9.0
19452026-07-06T21:27:18.517Z Compiling http-body v1.0.1
19462026-07-06T21:27:18.588Z Compiling rustls-pki-types v1.14.0
19472026-07-06T21:27:18.829Z Compiling usdt-impl v0.5.0
19482026-07-06T21:27:18.844Z Compiling openssl-probe v0.2.1
19492026-07-06T21:27:18.882Z Compiling ref-cast v1.0.25
19502026-07-06T21:27:19.025Z Compiling cmov v0.5.4
19512026-07-06T21:27:19.086Z Compiling fastrand v2.3.0
19522026-07-06T21:27:19.135Z Compiling either v1.15.0
19532026-07-06T21:27:19.259Z Compiling paste v1.0.15
19542026-07-06T21:27:19.291Z Compiling tinyvec_macros v0.1.1
19552026-07-06T21:27:19.306Z Compiling usdt-impl v0.6.0
19562026-07-06T21:27:19.359Z Compiling tinyvec v1.10.0
19572026-07-06T21:27:19.375Z Compiling spki v0.7.3
19582026-07-06T21:27:19.379Z Compiling ctutils v0.4.2
19592026-07-06T21:27:19.558Z Compiling rand v0.9.2
19602026-07-06T21:27:19.622Z Compiling scroll v0.13.0
19612026-07-06T21:27:19.627Z Compiling scroll v0.12.0
19622026-07-06T21:27:19.650Z Compiling async-trait v0.1.89
19632026-07-06T21:27:19.664Z Compiling heapless v0.7.17
19642026-07-06T21:27:19.756Z Compiling bzip2-sys v0.1.13+1.0.8
19652026-07-06T21:27:19.790Z Compiling cpufeatures v0.2.17
19662026-07-06T21:27:19.806Z Compiling signal-hook v0.3.18
19672026-07-06T21:27:19.875Z Compiling rustix v0.38.44
19682026-07-06T21:27:19.895Z Compiling atomic-waker v1.1.2
19692026-07-06T21:27:19.908Z Compiling untrusted v0.7.1
19702026-07-06T21:27:19.923Z Compiling zstd-safe v7.2.4
19712026-07-06T21:27:19.968Z Compiling tower-layer v0.3.3
19722026-07-06T21:27:20.034Z Compiling litrs v1.0.0
19732026-07-06T21:27:20.065Z Compiling tower-service v0.3.3
19742026-07-06T21:27:20.092Z Compiling try-lock v0.2.5
19752026-07-06T21:27:20.108Z Compiling goblin v0.10.5
19762026-07-06T21:27:20.146Z Compiling goblin v0.8.2
19772026-07-06T21:27:20.198Z Compiling want v0.3.1
19782026-07-06T21:27:20.232Z Compiling tokio-util v0.7.18
19792026-07-06T21:27:20.249Z Compiling hybrid-array v0.4.13
19802026-07-06T21:27:20.464Z Compiling zerocopy v0.7.35
19812026-07-06T21:27:20.521Z Compiling document-features v0.2.12
19822026-07-06T21:27:20.564Z Compiling ipnet v2.11.0
19832026-07-06T21:27:20.685Z Compiling ref-cast-impl v1.0.25
19842026-07-06T21:27:20.700Z Compiling darling_core v0.20.11
19852026-07-06T21:27:21.041Z Compiling h2 v0.4.15
19862026-07-06T21:27:21.055Z Compiling curve25519-dalek v4.1.3
19872026-07-06T21:27:21.098Z Compiling memoffset v0.9.1
19882026-07-06T21:27:21.230Z Compiling utf8parse v0.2.2
19892026-07-06T21:27:21.355Z Compiling untrusted v0.9.0
19902026-07-06T21:27:21.358Z Compiling foreign-types-shared v0.1.1
19912026-07-06T21:27:21.370Z Compiling powerfmt v0.2.0
19922026-07-06T21:27:21.567Z Compiling httpdate v1.0.3
19932026-07-06T21:27:21.634Z Compiling deranged v0.5.8
19942026-07-06T21:27:21.650Z Compiling tempfile v3.25.0
19952026-07-06T21:27:21.668Z Compiling foreign-types v0.3.2
19962026-07-06T21:27:21.941Z Compiling unicode-normalization v0.1.25
19972026-07-06T21:27:21.994Z Compiling dtrace-parser v0.2.0
19982026-07-06T21:27:22.378Z Compiling dof v0.3.0
19992026-07-06T21:27:22.442Z Compiling pkcs8 v0.10.2
20002026-07-06T21:27:22.644Z Compiling darling_macro v0.20.11
20012026-07-06T21:27:22.828Z Compiling dof v0.4.0
20022026-07-06T21:27:22.986Z Compiling dtrace-parser v0.3.0
20032026-07-06T21:27:23.151Z Compiling daft-derive v0.1.7
20042026-07-06T21:27:23.170Z Compiling pin-project-internal v1.1.11
20052026-07-06T21:27:23.246Z Compiling spin v0.9.8
20062026-07-06T21:27:23.265Z Compiling thread-id v5.1.0
20072026-07-06T21:27:23.300Z Compiling thread-id v4.2.2
20082026-07-06T21:27:23.457Z Compiling smoltcp v0.9.1
20092026-07-06T21:27:23.504Z Compiling anstyle v1.0.14
20102026-07-06T21:27:23.610Z Compiling num_threads v0.1.7
20112026-07-06T21:27:23.685Z Compiling cfg_aliases v0.2.1
20122026-07-06T21:27:23.751Z Compiling num-bigint-dig v0.8.6
20132026-07-06T21:27:23.774Z Compiling nix v0.31.2
20142026-07-06T21:27:23.808Z Compiling time v0.3.47
20152026-07-06T21:27:23.969Z Compiling darling v0.20.11
20162026-07-06T21:27:24.179Z Compiling sha2 v0.10.9
20172026-07-06T21:27:24.242Z Compiling hyper v1.10.1
20182026-07-06T21:27:24.260Z Compiling ipnetwork v0.21.1
20192026-07-06T21:27:24.452Z Compiling hmac v0.12.1
20202026-07-06T21:27:24.490Z Compiling strum_macros v0.26.4
20212026-07-06T21:27:24.544Z Compiling curve25519-dalek-derive v0.1.1
20222026-07-06T21:27:24.738Z Compiling sync_wrapper v1.0.2
20232026-07-06T21:27:24.835Z Compiling wait-timeout v0.2.1
20242026-07-06T21:27:24.962Z Compiling simd-adler32 v0.3.8
20252026-07-06T21:27:25.076Z Compiling anstyle-query v1.1.5
20262026-07-06T21:27:25.197Z Compiling is_terminal_polyfill v1.70.2
20272026-07-06T21:27:25.212Z Compiling quick-error v1.2.3
20282026-07-06T21:27:25.305Z Compiling bit-vec v0.8.0
20292026-07-06T21:27:25.374Z Compiling hyper-util v0.1.20
20302026-07-06T21:27:25.416Z Compiling colorchoice v1.0.4
20312026-07-06T21:27:25.566Z Compiling siphasher v1.0.2
20322026-07-06T21:27:25.768Z Compiling bit-set v0.8.0
20332026-07-06T21:27:25.946Z Compiling rusty-fork v0.3.1
20342026-07-06T21:27:26.086Z Compiling tower v0.5.3
20352026-07-06T21:27:26.443Z Compiling derive_builder_core v0.20.2
20362026-07-06T21:27:26.569Z Compiling http-body-util v0.1.3
20372026-07-06T21:27:26.588Z Compiling hubpack_derive v0.1.1
20382026-07-06T21:27:26.716Z Compiling strum_macros v0.27.2
20392026-07-06T21:27:26.836Z Compiling snafu-derive v0.8.9
20402026-07-06T21:27:26.853Z Compiling rand_xorshift v0.4.0
20412026-07-06T21:27:26.945Z Compiling fs-err v3.3.0
20422026-07-06T21:27:27.017Z Compiling ahash v0.8.12
20432026-07-06T21:27:27.106Z Compiling adler2 v2.0.1
20442026-07-06T21:27:27.164Z Compiling allocator-api2 v0.2.21
20452026-07-06T21:27:27.188Z Compiling unicode-bidi v0.3.18
20462026-07-06T21:27:27.227Z Compiling object v0.37.3
20472026-07-06T21:27:27.251Z Compiling iri-string v0.7.10
20482026-07-06T21:27:27.405Z Compiling unicode-properties v0.1.4
20492026-07-06T21:27:27.516Z Compiling unicode-segmentation v1.12.0
20502026-07-06T21:27:27.641Z Compiling unarray v0.1.4
20512026-07-06T21:27:27.697Z Compiling ryu v1.0.23
20522026-07-06T21:27:27.771Z Compiling proptest v1.10.0
20532026-07-06T21:27:27.823Z Compiling serde_urlencoded v0.7.1
20542026-07-06T21:27:27.842Z Compiling stringprep v0.1.5
20552026-07-06T21:27:27.906Z Compiling derive_builder_macro v0.20.2
20562026-07-06T21:27:27.954Z Compiling miniz_oxide v0.8.9
20572026-07-06T21:27:28.422Z Compiling tower-http v0.6.8
20582026-07-06T21:27:28.549Z Compiling tokio-native-tls v0.3.1
20592026-07-06T21:27:28.552Z Compiling usdt-attr-macro v0.6.0
20602026-07-06T21:27:28.581Z Compiling usdt-macro v0.6.0
20612026-07-06T21:27:28.723Z Compiling anstyle-parse v1.0.0
20622026-07-06T21:27:28.746Z Compiling crypto-common v0.2.2
20632026-07-06T21:27:28.798Z Compiling block-buffer v0.12.1
20642026-07-06T21:27:29.025Z Compiling block-padding v0.4.2
20652026-07-06T21:27:29.177Z Compiling rustls-native-certs v0.8.3
20662026-07-06T21:27:29.194Z Compiling rand_chacha v0.3.1
20672026-07-06T21:27:29.308Z Compiling erased-serde v0.3.31
20682026-07-06T21:27:29.325Z Compiling md-5 v0.10.6
20692026-07-06T21:27:29.367Z Compiling signature v2.2.0
20702026-07-06T21:27:29.439Z Compiling bstr v1.12.1
20712026-07-06T21:27:29.496Z Compiling num-integer v0.1.46
20722026-07-06T21:27:29.527Z Compiling hash32 v0.2.1
20732026-07-06T21:27:29.705Z Compiling vergen-lib v9.1.0
20742026-07-06T21:27:29.738Z Compiling encoding_rs v0.8.35
20752026-07-06T21:27:29.787Z Compiling psl-types v2.0.11
20762026-07-06T21:27:29.804Z Compiling mime v0.3.17
20772026-07-06T21:27:29.818Z Compiling cpufeatures v0.3.0
20782026-07-06T21:27:29.909Z Compiling zlib-rs v0.6.2
20792026-07-06T21:27:29.926Z Compiling fallible-iterator v0.2.0
20802026-07-06T21:27:30.079Z Compiling publicsuffix v2.3.0
20812026-07-06T21:27:30.082Z Compiling newtype-uuid v1.3.2
20822026-07-06T21:27:30.236Z Compiling postgres-protocol v0.6.10
20832026-07-06T21:27:30.286Z Compiling num-iter v0.1.45
20842026-07-06T21:27:30.423Z Compiling rand v0.8.6
20852026-07-06T21:27:30.739Z Compiling inout v0.2.2
20862026-07-06T21:27:30.929Z Compiling oxnet v0.1.6
20872026-07-06T21:27:30.932Z Compiling anstream v1.0.0
20882026-07-06T21:27:30.957Z Compiling hyper-tls v0.6.0
20892026-07-06T21:27:30.995Z Compiling derive_builder v0.20.2
20902026-07-06T21:27:31.072Z Compiling heck v0.4.1
20912026-07-06T21:27:31.164Z Compiling phf_shared v0.13.1
20922026-07-06T21:27:31.190Z Compiling pin-project v1.1.11
20932026-07-06T21:27:31.260Z Compiling lazy_static v1.5.0
20942026-07-06T21:27:31.312Z Compiling anstyle-parse v0.2.7
20952026-07-06T21:27:31.371Z Compiling terminal_size v0.4.3
20962026-07-06T21:27:31.407Z Compiling serde_with_macros v3.17.0
20972026-07-06T21:27:31.425Z Compiling futures-executor v0.3.32
20982026-07-06T21:27:31.425Z Compiling hex v0.4.3
20992026-07-06T21:27:31.457Z Compiling async-recursion v1.1.1
21002026-07-06T21:27:31.486Z Compiling enum-as-inner v0.6.1
21012026-07-06T21:27:31.502Z Compiling clap_derive v4.6.1
21022026-07-06T21:27:31.522Z Compiling serde_repr v0.1.20
21032026-07-06T21:27:31.745Z Compiling ff v0.13.1
21042026-07-06T21:27:31.768Z Compiling vergen v9.1.0
21052026-07-06T21:27:31.882Z Compiling cargo-platform v0.3.2
21062026-07-06T21:27:32.000Z Compiling flate2 v1.1.9
21072026-07-06T21:27:32.017Z Compiling same-file v1.0.6
21082026-07-06T21:27:32.071Z Compiling bumpalo v3.20.2
21092026-07-06T21:27:32.100Z Compiling managed v0.8.0
21102026-07-06T21:27:32.186Z Compiling bitflags v1.3.2
21112026-07-06T21:27:32.276Z Compiling foldhash v0.1.5
21122026-07-06T21:27:32.292Z Compiling clap_lex v1.0.0
21132026-07-06T21:27:32.329Z Compiling libbz2-rs-sys v0.2.2
21142026-07-06T21:27:32.455Z Compiling base16ct v0.2.0
21152026-07-06T21:27:32.518Z Compiling foldhash v0.2.0
21162026-07-06T21:27:32.619Z Compiling sec1 v0.7.3
21172026-07-06T21:27:32.653Z Compiling clap_builder v4.6.0
21182026-07-06T21:27:32.695Z Compiling hashbrown v0.16.1
21192026-07-06T21:27:32.749Z Compiling bzip2 v0.6.1
21202026-07-06T21:27:32.804Z Compiling hashbrown v0.15.5
21212026-07-06T21:27:32.902Z Compiling zopfli v0.8.3
21222026-07-06T21:27:32.965Z Compiling walkdir v2.5.0
21232026-07-06T21:27:33.149Z Compiling cargo_metadata v0.23.1
21242026-07-06T21:27:33.294Z Compiling group v0.13.0
21252026-07-06T21:27:33.473Z Compiling futures v0.3.32
21262026-07-06T21:27:33.517Z Compiling anstream v0.6.21
21272026-07-06T21:27:33.839Z Compiling zstd v0.13.3
21282026-07-06T21:27:33.853Z Compiling phf v0.13.1
21292026-07-06T21:27:34.036Z Compiling snafu v0.8.9
21302026-07-06T21:27:34.073Z Compiling daft v0.1.7
21312026-07-06T21:27:34.109Z Compiling reqwest v0.12.28
21322026-07-06T21:27:34.395Z Compiling signal-hook-mio v0.2.5
21332026-07-06T21:27:34.530Z Compiling cipher v0.5.2
21342026-07-06T21:27:34.574Z Compiling cookie_store v0.22.1
21352026-07-06T21:27:34.590Z Compiling postgres-types v0.2.12
21362026-07-06T21:27:34.769Z Compiling bzip2 v0.4.4
21372026-07-06T21:27:34.789Z Compiling globset v0.4.18
21382026-07-06T21:27:34.820Z Compiling ed25519 v2.2.3
21392026-07-06T21:27:34.930Z Compiling strum v0.27.2
21402026-07-06T21:27:35.054Z Compiling hubpack v0.1.2
21412026-07-06T21:27:35.087Z Compiling phf_shared v0.11.3
21422026-07-06T21:27:35.087Z Compiling hkdf v0.12.4
21432026-07-06T21:27:35.151Z Compiling crossbeam-epoch v0.9.18
21442026-07-06T21:27:35.184Z Compiling pkcs1 v0.7.5
21452026-07-06T21:27:35.205Z Compiling olpc-cjson v0.1.4
21462026-07-06T21:27:35.386Z Compiling pem v3.0.6
21472026-07-06T21:27:35.561Z Compiling serde-big-array v0.5.1
21482026-07-06T21:27:35.561Z Compiling serde_plain v1.0.2
21492026-07-06T21:27:35.668Z Compiling crypto-bigint v0.5.5
21502026-07-06T21:27:35.710Z Compiling float-cmp v0.10.0
21512026-07-06T21:27:35.726Z Compiling memmap2 v0.9.10
21522026-07-06T21:27:35.781Z Compiling env_filter v1.0.0
21532026-07-06T21:27:35.798Z Compiling new_debug_unreachable v1.0.6
21542026-07-06T21:27:35.877Z Compiling difflib v0.4.0
21552026-07-06T21:27:35.893Z Compiling precomputed-hash v0.1.1
21562026-07-06T21:27:35.912Z Compiling toml_write v0.1.2
21572026-07-06T21:27:35.994Z Compiling predicates-core v1.0.10
21582026-07-06T21:27:36.049Z Compiling whoami v2.1.0
21592026-07-06T21:27:36.052Z Compiling winnow v1.0.3
21602026-07-06T21:27:36.052Z Compiling jiff v0.2.21
21612026-07-06T21:27:36.097Z Compiling keccak v0.1.6
21622026-07-06T21:27:36.125Z Compiling data-encoding v2.10.0
21632026-07-06T21:27:36.174Z Compiling fixedbitset v0.5.7
21642026-07-06T21:27:36.312Z Compiling const-oid v0.10.2
21652026-07-06T21:27:36.385Z Compiling normalize-line-endings v0.3.0
21662026-07-06T21:27:36.401Z Compiling typed-path v0.9.3
21672026-07-06T21:27:36.423Z Compiling winnow v0.7.14
21682026-07-06T21:27:36.486Z Compiling fixedbitset v0.4.2
21692026-07-06T21:27:36.517Z Compiling static_assertions v1.1.0
21702026-07-06T21:27:36.558Z Compiling chacha20 v0.10.0
21712026-07-06T21:27:36.601Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21722026-07-06T21:27:36.693Z Compiling petgraph v0.6.5
21732026-07-06T21:27:36.708Z Compiling elliptic-curve v0.13.8
21742026-07-06T21:27:36.741Z Compiling predicates v3.1.4
21752026-07-06T21:27:36.791Z Compiling digest v0.11.3
21762026-07-06T21:27:36.807Z Compiling hickory-proto v0.25.2
21772026-07-06T21:27:36.863Z Compiling petgraph v0.8.3
21782026-07-06T21:27:37.011Z Compiling toml_parser v1.1.2+spec-1.1.0
21792026-07-06T21:27:37.034Z Compiling tokio-postgres v0.7.16
21802026-07-06T21:27:37.067Z Compiling sha3 v0.10.8
21812026-07-06T21:27:37.350Z Compiling string_cache v0.8.9
21822026-07-06T21:27:37.549Z Compiling env_logger v0.11.9
21832026-07-06T21:27:37.577Z Compiling usdt v0.6.0
21842026-07-06T21:27:37.838Z Compiling toml_edit v0.22.27
21852026-07-06T21:27:38.170Z Compiling rsa v0.9.10
21862026-07-06T21:27:38.811Z Compiling zip v4.6.1
21872026-07-06T21:27:39.272Z Compiling ed25519-dalek v2.2.0
21882026-07-06T21:27:39.401Z Compiling zip v0.6.6
21892026-07-06T21:27:39.608Z Compiling crossterm v0.28.1
21902026-07-06T21:27:39.750Z Compiling iddqd v0.4.2
21912026-07-06T21:27:39.807Z Compiling clap v4.6.1
21922026-07-06T21:27:39.903Z Compiling serde_with v3.17.0
21932026-07-06T21:27:39.947Z Compiling similar v2.7.0
21942026-07-06T21:27:40.168Z Compiling strum v0.26.3
21952026-07-06T21:27:40.240Z Compiling tokio-stream v0.1.18
21962026-07-06T21:27:40.316Z Compiling buf-list v1.1.2
21972026-07-06T21:27:40.332Z Compiling x509-cert v0.2.5
21982026-07-06T21:27:40.589Z Compiling itertools v0.13.0
21992026-07-06T21:27:40.706Z Compiling toml v0.7.8
22002026-07-06T21:27:40.789Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22012026-07-06T21:27:41.104Z Compiling openapiv3 v2.2.0
22022026-07-06T21:27:41.693Z Compiling peg-runtime v0.8.5
22032026-07-06T21:27:41.781Z Compiling lalrpop-util v0.19.12
22042026-07-06T21:27:57.585Z Compiling rustls-webpki v0.103.13
22052026-07-06T21:27:58.740Z Compiling proc-macro-crate v1.3.1
22062026-07-06T21:27:58.755Z Compiling macaddr v1.0.1
22072026-07-06T21:27:58.963Z Compiling structmeta-derive v0.3.0
22082026-07-06T21:27:59.049Z Compiling rayon-core v1.13.0
22092026-07-06T21:27:59.065Z Compiling crucible-workspace-hack v0.1.0
22102026-07-06T21:27:59.103Z Compiling itertools v0.14.0
22112026-07-06T21:27:59.261Z Compiling secrecy v0.10.3
22122026-07-06T21:27:59.309Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22132026-07-06T21:27:59.325Z Compiling heapless v0.8.0
22142026-07-06T21:27:59.429Z Compiling crossbeam-deque v0.8.6
22152026-07-06T21:27:59.446Z Compiling inout v0.1.4
22162026-07-06T21:27:59.524Z Compiling hash32 v0.3.1
22172026-07-06T21:27:59.622Z Compiling multer v3.1.0
22182026-07-06T21:27:59.663Z Compiling thread_local v1.1.9
22192026-07-06T21:27:59.678Z Compiling slog-async v2.8.0
22202026-07-06T21:27:59.709Z Compiling smoltcp v0.11.0
22212026-07-06T21:27:59.755Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-07-06T21:27:59.825Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-07-06T21:27:59.856Z Compiling compression-core v0.4.31
22242026-07-06T21:27:59.922Z Compiling unicode-width v0.2.0
22252026-07-06T21:27:59.975Z Compiling match_cfg v0.1.0
22262026-07-06T21:27:59.990Z Compiling structmeta v0.3.0
22272026-07-06T21:28:00.023Z Compiling compression-codecs v0.4.37
22282026-07-06T21:28:00.052Z Compiling hostname v0.3.1
22292026-07-06T21:28:00.209Z Compiling cipher v0.4.4
22302026-07-06T21:28:00.214Z Compiling derive-ex v0.1.8
22312026-07-06T21:28:00.231Z Compiling atomicwrites v0.4.4
22322026-07-06T21:28:00.246Z Compiling slog-json v2.6.1
22332026-07-06T21:28:00.362Z Compiling ingot-macros v0.1.1
22342026-07-06T21:28:00.405Z Compiling crossbeam-channel v0.5.15
22352026-07-06T21:28:00.449Z Compiling half v2.7.1
22362026-07-06T21:28:00.524Z Compiling newtype-uuid-macros v0.1.0
22372026-07-06T21:28:00.527Z Compiling cobs v0.3.0
22382026-07-06T21:28:00.644Z Compiling universal-hash v0.5.1
22392026-07-06T21:28:00.804Z Compiling thiserror-impl-no-std v2.0.2
22402026-07-06T21:28:00.821Z Compiling async-stream-impl v0.3.6
22412026-07-06T21:28:00.837Z Compiling toml_datetime v1.1.1+spec-1.1.0
22422026-07-06T21:28:01.051Z Compiling serde_spanned v1.1.1
22432026-07-06T21:28:01.107Z Compiling tokio-rustls v0.26.4
22442026-07-06T21:28:01.230Z Compiling rustls-platform-verifier v0.6.2
22452026-07-06T21:28:01.271Z Compiling tough v0.22.0
22462026-07-06T21:28:01.290Z Compiling is-terminal v0.4.17
22472026-07-06T21:28:01.395Z Compiling hyper-rustls v0.27.7
22482026-07-06T21:28:01.411Z Compiling dropshot v0.17.1
22492026-07-06T21:28:01.425Z Compiling proc-macro-error-attr v1.0.4
22502026-07-06T21:28:01.450Z Compiling opaque-debug v0.3.1
22512026-07-06T21:28:01.539Z Compiling toml_writer v1.1.1+spec-1.1.0
22522026-07-06T21:28:01.648Z Compiling reqwest v0.13.2
22532026-07-06T21:28:01.664Z Compiling convert_case v0.4.0
22542026-07-06T21:28:01.695Z Compiling ciborium-io v0.2.2
22552026-07-06T21:28:01.716Z Compiling take_mut v0.2.2
22562026-07-06T21:28:01.808Z Compiling term v1.2.1
22572026-07-06T21:28:01.824Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22582026-07-06T21:28:01.854Z Compiling test-strategy v0.4.5
22592026-07-06T21:28:01.871Z Compiling thiserror-no-std v2.0.2
22602026-07-06T21:28:01.976Z Compiling ciborium-ll v0.2.2
22612026-07-06T21:28:01.991Z Compiling derive_more v0.99.20
22622026-07-06T21:28:02.069Z Compiling toml v1.1.2+spec-1.1.0
22632026-07-06T21:28:02.264Z Compiling slog-term v2.9.2
22642026-07-06T21:28:02.758Z Compiling poly1305 v0.8.0
22652026-07-06T21:28:02.775Z Compiling async-stream v0.3.6
22662026-07-06T21:28:02.895Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672026-07-06T21:28:02.993Z Compiling postcard v1.1.3
22682026-07-06T21:28:03.010Z Compiling ingot-types v0.1.2
22692026-07-06T21:28:03.182Z Compiling slog-bunyan v2.5.0
22702026-07-06T21:28:03.384Z Compiling chacha20 v0.9.1
22712026-07-06T21:28:03.424Z Compiling parse-display-derive v0.10.0
22722026-07-06T21:28:03.441Z Compiling async-compression v0.4.41
22732026-07-06T21:28:03.531Z Compiling ingot v0.1.1
22742026-07-06T21:28:03.608Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22752026-07-06T21:28:03.661Z Compiling num_enum_derive v0.7.6
22762026-07-06T21:28:03.939Z Compiling sha1 v0.11.0
22772026-07-06T21:28:04.176Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-07-06T21:28:04.390Z Compiling waitgroup v0.1.2
22792026-07-06T21:28:04.426Z Compiling backon v1.6.0
22802026-07-06T21:28:04.590Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22812026-07-06T21:28:04.696Z Compiling password-hash v0.5.0
22822026-07-06T21:28:04.711Z Compiling rustls-pemfile v2.2.0
22832026-07-06T21:28:04.751Z Compiling dropshot_endpoint v0.17.1
22842026-07-06T21:28:04.785Z Compiling blake2 v0.10.6
22852026-07-06T21:28:04.913Z Compiling aead v0.5.2
22862026-07-06T21:28:04.949Z Compiling foreign-types-macros v0.2.3
22872026-07-06T21:28:04.967Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22882026-07-06T21:28:04.986Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22892026-07-06T21:28:05.005Z Compiling serde_path_to_error v0.1.20
22902026-07-06T21:28:05.288Z Compiling hostname v0.4.2
22912026-07-06T21:28:05.303Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22922026-07-06T21:28:05.337Z Compiling proc-macro-error v1.0.4
22932026-07-06T21:28:05.423Z Compiling instant v0.1.13
22942026-07-06T21:28:05.475Z Compiling debug-ignore v1.0.5
22952026-07-06T21:28:05.489Z Compiling foreign-types-shared v0.3.1
22962026-07-06T21:28:05.579Z Compiling backoff v0.4.0
22972026-07-06T21:28:05.594Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22982026-07-06T21:28:05.597Z Compiling foreign-types v0.5.0
22992026-07-06T21:28:05.626Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23002026-07-06T21:28:05.629Z Compiling chacha20poly1305 v0.10.1
23012026-07-06T21:28:05.629Z Compiling argon2 v0.5.3
23022026-07-06T21:28:05.686Z Compiling parse-display v0.10.0
23032026-07-06T21:28:05.703Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23042026-07-06T21:28:05.706Z Compiling num_enum v0.7.6
23052026-07-06T21:28:05.747Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23062026-07-06T21:28:05.815Z Compiling ciborium v0.2.2
23072026-07-06T21:28:05.831Z Compiling vsss-rs v3.3.4
23082026-07-06T21:28:05.861Z Compiling tabwriter v1.4.1
23092026-07-06T21:28:06.089Z Compiling num_enum_derive v0.5.11
23102026-07-06T21:28:06.105Z Compiling regress v0.10.5
23112026-07-06T21:28:06.206Z Compiling byte-wrapper v0.1.0
23122026-07-06T21:28:06.246Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132026-07-06T21:28:06.377Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23142026-07-06T21:28:06.403Z Compiling cstr-argument v0.1.2
23152026-07-06T21:28:06.543Z Compiling humantime v2.3.0
23162026-07-06T21:28:06.588Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23172026-07-06T21:28:06.699Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-07-06T21:28:06.733Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192026-07-06T21:28:06.854Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-07-06T21:28:06.884Z Compiling rayon v1.11.0
23212026-07-06T21:28:07.000Z Compiling rand v0.10.1
23222026-07-06T21:28:07.016Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-07-06T21:28:07.056Z Compiling num_enum v0.5.11
23242026-07-06T21:28:07.093Z Compiling indent_write v2.2.0
23252026-07-06T21:28:07.117Z Compiling libefi-sys v0.1.0
23262026-07-06T21:28:07.133Z Compiling colored v3.1.1
23272026-07-06T21:28:07.136Z Compiling zone_cfg_derive v0.3.1
23282026-07-06T21:28:07.197Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-07-06T21:28:07.267Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23302026-07-06T21:28:07.307Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23312026-07-06T21:28:07.311Z Compiling camino-tempfile v1.4.1
23322026-07-06T21:28:07.373Z Compiling itertools v0.12.1
23332026-07-06T21:28:07.391Z Compiling usdt-macro v0.5.0
23342026-07-06T21:28:07.431Z Compiling usdt-attr-macro v0.5.0
23352026-07-06T21:28:07.543Z Compiling num-derive v0.4.2
23362026-07-06T21:28:07.699Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23372026-07-06T21:28:07.743Z Compiling bitfield-struct v0.6.2
23382026-07-06T21:28:07.759Z Compiling blake3 v1.8.5
23392026-07-06T21:28:07.812Z Compiling memmap v0.7.0
23402026-07-06T21:28:07.828Z Compiling sigpipe v0.1.3
23412026-07-06T21:28:07.831Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-07-06T21:28:07.858Z Compiling glob v0.3.3
23432026-07-06T21:28:07.954Z Compiling swrite v0.1.0
23442026-07-06T21:28:08.059Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23452026-07-06T21:28:08.131Z Compiling smf v0.2.3
23462026-07-06T21:28:08.232Z Compiling usdt v0.5.0
23472026-07-06T21:28:08.336Z Compiling filetime v0.2.27
23482026-07-06T21:28:08.398Z Compiling xattr v1.6.1
23492026-07-06T21:28:08.413Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-07-06T21:28:08.505Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23512026-07-06T21:28:08.591Z Compiling arrayvec v0.7.6
23522026-07-06T21:28:08.615Z Compiling whoami v1.6.1
23532026-07-06T21:28:08.663Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-07-06T21:28:08.690Z Compiling constant_time_eq v0.4.2
23552026-07-06T21:28:08.749Z Compiling zone v0.3.1
23562026-07-06T21:28:08.777Z Compiling arrayref v0.3.9
23572026-07-06T21:28:08.821Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-07-06T21:28:08.843Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23592026-07-06T21:28:08.880Z Compiling tar v0.4.45
23602026-07-06T21:28:08.897Z Compiling tokio-dtrace v0.1.1
23612026-07-06T21:28:08.911Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23622026-07-06T21:28:09.076Z Compiling console v0.16.2
23632026-07-06T21:28:09.092Z Compiling gethostname v0.5.0
23642026-07-06T21:28:09.212Z Compiling topological-sort v0.2.2
23652026-07-06T21:28:09.235Z Compiling unit-prefix v0.5.2
23662026-07-06T21:28:09.250Z Compiling oxide-tokio-rt v0.1.4
23672026-07-06T21:28:09.332Z Compiling toml v0.8.23
23682026-07-06T21:28:09.415Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23692026-07-06T21:28:09.494Z Compiling indicatif v0.18.4
23702026-07-06T21:28:09.513Z Compiling shell-words v1.1.1
23712026-07-06T21:28:18.909Z Compiling progenitor-client v0.14.0
23722026-07-06T21:28:18.909Z Compiling omicron-zone-package v0.12.3
23732026-07-06T21:28:19.146Z Compiling progenitor-extras v0.2.0
23742026-07-06T21:28:19.485Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23752026-07-06T21:28:19.509Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23762026-07-06T21:28:19.619Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23772026-07-06T21:28:19.641Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-07-06T21:28:19.665Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23792026-07-06T21:28:19.688Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23802026-07-06T21:28:19.816Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23812026-07-06T21:28:19.973Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23822026-07-06T21:28:20.335Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23832026-07-06T21:28:24.368Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23842026-07-06T21:28:32.410Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23852026-07-06T21:28:35.585Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23862026-07-06T21:28:36.595Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23872026-07-06T21:28:45.987Z Finished `release` profile [optimized] target(s) in 1m 40s
23882026-07-06T21:28:46.132Z Running `target/release/omicron-package -t test target create -p dev`
23892026-07-06T21:28:46.193ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902026-07-06T21:28:46.196ZCreated new build target 'test' and set it as active
23912026-07-06T21:28:46.199Z
23922026-07-06T21:28:46.199Zreal 1:40.246071614
23932026-07-06T21:28:46.199Zuser 16:24.527393507
23942026-07-06T21:28:46.199Zsys 2:35.950290940
23952026-07-06T21:28:46.199Ztrap 0.477452061
23962026-07-06T21:28:46.199Ztflt 2.351756383
23972026-07-06T21:28:46.199Zdflt 4.112353353
23982026-07-06T21:28:46.199Zkflt 0.000724407
23992026-07-06T21:28:46.199Zlock 51:47.477941462
24002026-07-06T21:28:46.199Zslp 42:16.885895130
24012026-07-06T21:28:46.199Zlat 43.858528257
24022026-07-06T21:28:46.199Zstop 5:16.992765571
24032026-07-06T21:28:46.199Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24042026-07-06T21:28:47.044Z Finished `release` profile [optimized] target(s) in 0.83s
24052026-07-06T21:28:47.114Z Running `target/release/omicron-package -t test package`
24062026-07-06T21:28:47.171ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072026-07-06T21:28:48.552Z Compiling heck v0.5.0
24082026-07-06T21:28:48.552Z Compiling regress v0.11.1
24092026-07-06T21:28:48.772Z Compiling unsafe-libyaml v0.2.11
24102026-07-06T21:28:48.811Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24112026-07-06T21:28:48.835Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24122026-07-06T21:28:48.856Z Compiling unicode-width v0.1.14
24132026-07-06T21:28:48.860Z Compiling atomicwrites v0.4.4
24142026-07-06T21:28:48.894Z Compiling derive-where v1.6.0
24152026-07-06T21:28:48.894Z Compiling bytecount v0.6.9
24162026-07-06T21:28:48.914Z Compiling is-terminal v0.4.17
24172026-07-06T21:28:48.917Z Compiling prettyplease v0.2.37
24182026-07-06T21:28:48.976Z Compiling console v0.15.11
24192026-07-06T21:28:48.980Z Compiling newline-converter v0.3.0
24202026-07-06T21:28:48.980Z Compiling slog-dtrace v0.3.0
24212026-07-06T21:28:49.017Z Compiling resolv-conf v0.7.6
24222026-07-06T21:28:49.061Z Compiling owo-colors v4.3.0
24232026-07-06T21:28:49.064Z Compiling cancel-safe-futures v0.1.5
24242026-07-06T21:28:49.064Z Compiling num-rational v0.4.2
24252026-07-06T21:28:49.121Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24262026-07-06T21:28:49.176Z Compiling libsw-core v0.3.2
24272026-07-06T21:28:49.197Z Compiling num-complex v0.4.6
24282026-07-06T21:28:49.266Z Compiling thread_local v1.1.9
24292026-07-06T21:28:49.304Z Compiling serde_yaml v0.9.34+deprecated
24302026-07-06T21:28:49.377Z Compiling expectorate v1.2.0
24312026-07-06T21:28:49.397Z Compiling match_cfg v0.1.0
24322026-07-06T21:28:49.452Z Compiling compression-core v0.4.31
24332026-07-06T21:28:49.510Z Compiling hostname v0.3.1
24342026-07-06T21:28:49.613Z Compiling num v0.4.3
24352026-07-06T21:28:49.636Z Compiling compression-codecs v0.4.37
24362026-07-06T21:28:49.666Z Compiling libsw v3.5.0
24372026-07-06T21:28:49.669Z Compiling slog-async v2.8.0
24382026-07-06T21:28:49.705Z Compiling multer v3.1.0
24392026-07-06T21:28:49.725Z Compiling crossbeam-channel v0.5.15
24402026-07-06T21:28:49.743Z Compiling slog-json v2.6.1
24412026-07-06T21:28:49.767Z Compiling serde_spanned v1.1.1
24422026-07-06T21:28:49.892Z Compiling toml_datetime v1.1.1+spec-1.1.0
24432026-07-06T21:28:49.914Z Compiling linear-map v1.2.0
24442026-07-06T21:28:49.917Z Compiling float-ord v0.3.2
24452026-07-06T21:28:49.959Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24462026-07-06T21:28:49.978Z Compiling linked-hash-map v0.5.6
24472026-07-06T21:28:50.036Z Compiling term v1.2.1
24482026-07-06T21:28:50.074Z Compiling toml_writer v1.1.1+spec-1.1.0
24492026-07-06T21:28:50.100Z Compiling take_mut v0.2.2
24502026-07-06T21:28:50.122Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24512026-07-06T21:28:50.145Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24522026-07-06T21:28:50.164Z Compiling slog-bunyan v2.5.0
24532026-07-06T21:28:50.188Z Compiling lru-cache v0.1.2
24542026-07-06T21:28:50.210Z Compiling async-compression v0.4.41
24552026-07-06T21:28:50.256Z Compiling toml v1.1.2+spec-1.1.0
24562026-07-06T21:28:50.293Z Compiling typify-impl v0.6.2
24572026-07-06T21:28:50.337Z Compiling slog-term v2.9.2
24582026-07-06T21:28:50.410Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24592026-07-06T21:28:50.563Z Compiling async-stream v0.3.6
24602026-07-06T21:28:50.584Z Compiling dropshot v0.17.1
24612026-07-06T21:28:50.603Z Compiling sha1 v0.11.0
24622026-07-06T21:28:50.647Z Compiling progenitor-client v0.14.0
24632026-07-06T21:28:50.669Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24642026-07-06T21:28:50.735Z Compiling waitgroup v0.1.2
24652026-07-06T21:28:50.757Z Compiling rustls-pemfile v2.2.0
24662026-07-06T21:28:50.817Z Compiling backon v1.6.0
24672026-07-06T21:28:50.843Z Compiling hostname v0.4.2
24682026-07-06T21:28:50.876Z Compiling serde_path_to_error v0.1.20
24692026-07-06T21:28:50.880Z Compiling instant v0.1.13
24702026-07-06T21:28:50.916Z Compiling minimal-lexical v0.2.1
24712026-07-06T21:28:50.963Z Compiling debug-ignore v1.0.5
24722026-07-06T21:28:50.967Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24732026-07-06T21:28:51.019Z Compiling backoff v0.4.0
24742026-07-06T21:28:51.040Z Compiling progenitor-extras v0.2.0
24752026-07-06T21:28:51.063Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24762026-07-06T21:28:51.098Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24772026-07-06T21:28:51.240Z Compiling nom v7.1.3
24782026-07-06T21:28:51.260Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24792026-07-06T21:28:51.321Z Compiling parse-display v0.10.0
24802026-07-06T21:28:51.345Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24812026-07-06T21:28:51.369Z Compiling hickory-proto v0.24.4
24822026-07-06T21:28:51.543Z Compiling regress v0.10.5
24832026-07-06T21:28:51.924Z Compiling macaddr v1.0.1
24842026-07-06T21:28:51.970Z Compiling unicode-xid v0.2.6
24852026-07-06T21:28:52.066Z Compiling humantime v2.3.0
24862026-07-06T21:28:52.174Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24872026-07-06T21:28:52.322Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24882026-07-06T21:28:52.368Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24892026-07-06T21:28:52.614Z Compiling convert_case v0.10.0
24902026-07-06T21:28:52.660Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24912026-07-06T21:28:52.926Z Compiling derive_more-impl v2.1.1
24922026-07-06T21:28:53.159Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24932026-07-06T21:28:53.255Z Compiling toml v0.8.23
24942026-07-06T21:28:53.605Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24952026-07-06T21:28:53.625Z Compiling papergrid v0.11.0
24962026-07-06T21:28:53.745Z Compiling derive_more v2.1.1
24972026-07-06T21:28:53.766Z Compiling typify-macro v0.6.2
24982026-07-06T21:28:53.789Z Compiling tabled_derive v0.7.0
24992026-07-06T21:28:53.853Z Compiling termtree v0.5.1
25002026-07-06T21:28:53.873Z Compiling hickory-resolver v0.24.4
25012026-07-06T21:28:53.907Z Compiling crossterm v0.29.0
25022026-07-06T21:28:54.047Z Compiling phf_shared v0.12.1
25032026-07-06T21:28:54.295Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25042026-07-06T21:28:54.726Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25052026-07-06T21:28:54.857Z Compiling tabled v0.15.0
25062026-07-06T21:28:54.940Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25072026-07-06T21:28:55.341Z Compiling typify v0.6.2
25082026-07-06T21:28:55.673Z Compiling progenitor-impl v0.14.0
25092026-07-06T21:28:55.995Z Compiling qorb v0.4.1
25102026-07-06T21:28:56.836Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25112026-07-06T21:28:57.366Z Compiling vte v0.14.1
25122026-07-06T21:28:57.615Z Compiling csv-core v0.1.13
25132026-07-06T21:28:57.806Z Compiling chrono-tz v0.10.4
25142026-07-06T21:28:57.830Z Compiling progenitor-macro v0.14.0
25152026-07-06T21:28:58.059Z Compiling highway v1.3.0
25162026-07-06T21:28:58.821Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25172026-07-06T21:28:58.876Z Compiling csv v1.4.0
25182026-07-06T21:28:59.183Z Compiling strip-ansi-escapes v0.2.1
25192026-07-06T21:28:59.246Z Compiling phf v0.12.1
25202026-07-06T21:28:59.340Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25212026-07-06T21:28:59.448Z Compiling const_format_proc_macros v0.2.34
25222026-07-06T21:28:59.502Z Compiling fd-lock v4.0.4
25232026-07-06T21:28:59.673Z Compiling peg-macros v0.8.5
25242026-07-06T21:28:59.737Z Compiling nu-ansi-term v0.50.3
25252026-07-06T21:28:59.889Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25262026-07-06T21:29:00.265Z Compiling const_format v0.2.35
25272026-07-06T21:29:00.283Z Compiling reedline v0.40.0
25282026-07-06T21:29:00.758Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25292026-07-06T21:29:00.971Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25302026-07-06T21:29:01.739Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25312026-07-06T21:29:01.898Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25322026-07-06T21:29:01.919Z Compiling peg v0.8.5
25332026-07-06T21:29:01.965Z Compiling progenitor v0.14.0
25342026-07-06T21:29:01.997Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25352026-07-06T21:29:02.024Z Compiling bcs v0.1.6
25362026-07-06T21:29:02.118Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25372026-07-06T21:29:02.445Z Compiling nom v8.0.0
25382026-07-06T21:29:02.814Z Compiling semver v0.1.20
25392026-07-06T21:29:03.108Z Compiling rustc_version v0.1.7
25402026-07-06T21:29:03.354Z Compiling newtype_derive v0.1.6
25412026-07-06T21:29:03.599Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25422026-07-06T21:29:03.870Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25432026-07-06T21:29:04.136Z Compiling smawk v0.3.2
25442026-07-06T21:29:04.327Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25452026-07-06T21:29:04.380Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-07-06T21:29:04.627Z Compiling unicode-linebreak v0.1.5
25472026-07-06T21:29:04.654Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
25482026-07-06T21:29:04.770Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25492026-07-06T21:29:04.809Z Compiling base64 v0.21.7
25502026-07-06T21:29:04.934Z Compiling textwrap v0.16.2
25512026-07-06T21:29:04.958Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
25522026-07-06T21:29:05.339Z Compiling steno v0.4.1
25532026-07-06T21:29:05.750Z Compiling dropshot-api-manager-types v0.7.2
25542026-07-06T21:29:05.791Z Compiling sha1 v0.10.6
25552026-07-06T21:29:06.252Z Compiling utf-8 v0.7.6
25562026-07-06T21:29:06.285Z Compiling tagptr v0.2.0
25572026-07-06T21:29:06.339Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25582026-07-06T21:29:06.477Z Compiling moka v0.12.13
25592026-07-06T21:29:06.499Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25602026-07-06T21:29:06.594Z Compiling tungstenite v0.21.0
25612026-07-06T21:29:06.622Z Compiling display-error-chain v0.2.2
25622026-07-06T21:29:06.796Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25632026-07-06T21:29:06.846Z Compiling radium v0.7.0
25642026-07-06T21:29:06.928Z Compiling maybe-uninit v2.0.0
25652026-07-06T21:29:07.186Z Compiling tap v1.0.1
25662026-07-06T21:29:07.236Z Compiling tokio-tungstenite v0.21.0
25672026-07-06T21:29:07.329Z Compiling wyz v0.5.1
25682026-07-06T21:29:07.576Z Compiling hickory-resolver v0.25.2
25692026-07-06T21:29:07.616Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25702026-07-06T21:29:07.907Z Compiling vergen-lib v0.1.6
25712026-07-06T21:29:08.136Z Compiling zerocopy-derive v0.6.6
25722026-07-06T21:29:08.159Z Compiling funty v2.0.0
25732026-07-06T21:29:08.745Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25742026-07-06T21:29:09.076Z Compiling packed_struct v0.10.1
25752026-07-06T21:29:09.196Z Compiling crc-catalog v2.4.0
25762026-07-06T21:29:09.306Z Compiling diesel_derives v2.3.7
25772026-07-06T21:29:09.364Z Compiling crc v3.4.0
25782026-07-06T21:29:09.586Z Compiling zerocopy v0.6.6
25792026-07-06T21:29:09.611Z Compiling bitvec v1.0.1
25802026-07-06T21:29:09.929Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25812026-07-06T21:29:09.971Z Compiling scheduled-thread-pool v0.2.7
25822026-07-06T21:29:10.507Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
25832026-07-06T21:29:10.559Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
25842026-07-06T21:29:10.643Z Compiling dsl_auto_type v0.2.0
25852026-07-06T21:29:10.666Z Compiling packed_struct_codegen v0.10.1
25862026-07-06T21:29:10.803Z Compiling vergen-gitcl v1.0.8
25872026-07-06T21:29:11.058Z Compiling bitfield-macros v0.19.4
25882026-07-06T21:29:11.192Z Compiling diesel_table_macro_syntax v0.3.0
25892026-07-06T21:29:11.410Z Compiling proc-macro-error-attr2 v2.0.0
25902026-07-06T21:29:11.479Z Compiling dirs-sys-next v0.1.2
25912026-07-06T21:29:11.687Z Compiling indexmap v1.9.3
25922026-07-06T21:29:11.750Z Compiling maplit v1.0.2
25932026-07-06T21:29:11.818Z Compiling nodrop v0.1.14
25942026-07-06T21:29:11.842Z Compiling glob v0.3.3
25952026-07-06T21:29:11.872Z Compiling crunchy v0.2.4
25962026-07-06T21:29:11.959Z Compiling array-init v0.0.4
25972026-07-06T21:29:11.988Z Compiling proc-macro-error2 v2.0.1
25982026-07-06T21:29:12.207Z Compiling bitfield v0.19.4
25992026-07-06T21:29:12.229Z Compiling clang-sys v1.8.1
26002026-07-06T21:29:12.351Z Compiling dirs-next v2.0.0
26012026-07-06T21:29:12.572Z Compiling r2d2 v0.8.10
26022026-07-06T21:29:12.595Z Compiling smallvec v0.6.14
26032026-07-06T21:29:12.865Z Compiling num-derive v0.3.3
26042026-07-06T21:29:12.886Z Compiling downcast-rs v2.0.2
26052026-07-06T21:29:12.956Z Compiling tiny-keccak v2.0.2
26062026-07-06T21:29:13.014Z Compiling hashbrown v0.12.3
26072026-07-06T21:29:13.220Z Compiling serde-hex v0.1.0
26082026-07-06T21:29:13.656Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26092026-07-06T21:29:13.660Z Compiling term v0.7.0
26102026-07-06T21:29:13.808Z Compiling libscf-sys v1.1.0
26112026-07-06T21:29:13.835Z Compiling tabled_derive v0.11.0
26122026-07-06T21:29:13.966Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26132026-07-06T21:29:14.079Z Compiling ron v0.8.1
26142026-07-06T21:29:14.079Z Compiling papergrid v0.17.0
26152026-07-06T21:29:14.107Z Compiling testing_table v0.3.0
26162026-07-06T21:29:14.186Z Compiling hashbrown v0.13.2
26172026-07-06T21:29:14.215Z Compiling bit-vec v0.6.3
26182026-07-06T21:29:14.451Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26192026-07-06T21:29:14.538Z Compiling crc-any v2.5.0
26202026-07-06T21:29:14.802Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26212026-07-06T21:29:14.908Z Compiling object v0.30.4
26222026-07-06T21:29:14.972Z Compiling bit-set v0.5.3
26232026-07-06T21:29:15.156Z Compiling ascii-canvas v3.0.0
26242026-07-06T21:29:15.373Z Compiling tabled v0.20.0
26252026-07-06T21:29:15.413Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26262026-07-06T21:29:15.716Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26272026-07-06T21:29:16.141Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26282026-07-06T21:29:16.250Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26292026-07-06T21:29:16.346Z Compiling progenitor-impl v0.13.0
26302026-07-06T21:29:16.645Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26312026-07-06T21:29:16.678Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26322026-07-06T21:29:16.858Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26332026-07-06T21:29:16.881Z Compiling itertools v0.10.5
26342026-07-06T21:29:17.037Z Compiling ena v0.14.4
26352026-07-06T21:29:17.191Z Compiling diesel v2.3.7
26362026-07-06T21:29:17.288Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-07-06T21:29:17.517Z Compiling libloading v0.8.9
26382026-07-06T21:29:17.543Z Compiling unicase v2.9.0
26392026-07-06T21:29:17.748Z Compiling xshell-macros v0.2.7
26402026-07-06T21:29:17.845Z Compiling path-slash v0.1.5
26412026-07-06T21:29:17.981Z Compiling diff v0.1.13
26422026-07-06T21:29:18.030Z Compiling bindgen v0.71.1
26432026-07-06T21:29:18.154Z Compiling regex-syntax v0.6.29
26442026-07-06T21:29:18.176Z Compiling xshell v0.2.7
26452026-07-06T21:29:18.341Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26462026-07-06T21:29:18.588Z Compiling progenitor-macro v0.13.0
26472026-07-06T21:29:19.543Z Compiling lalrpop v0.19.12
26482026-07-06T21:29:19.696Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-06T21:29:19.929Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26502026-07-06T21:29:20.132Z Compiling cexpr v0.6.0
26512026-07-06T21:29:20.753Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26522026-07-06T21:29:21.013Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-07-06T21:29:21.228Z Compiling progenitor-client v0.13.0
26542026-07-06T21:29:21.548Z Compiling rustc-hash v2.1.1
26552026-07-06T21:29:21.772Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26562026-07-06T21:29:22.585Z Compiling progenitor v0.13.0
26572026-07-06T21:29:23.219Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26582026-07-06T21:29:23.278Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26592026-07-06T21:29:23.766Z Compiling headers-core v0.3.0
26602026-07-06T21:29:23.930Z Compiling libxml v0.3.3
26612026-07-06T21:29:23.950Z Compiling crc8 v0.1.1
26622026-07-06T21:29:24.074Z Compiling headers v0.4.1
26632026-07-06T21:29:24.096Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26642026-07-06T21:29:24.173Z Compiling strum_macros v0.24.3
26652026-07-06T21:29:24.243Z Compiling indoc v1.0.9
26662026-07-06T21:29:24.389Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26672026-07-06T21:29:24.478Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26682026-07-06T21:29:24.699Z Compiling git-stub v1.0.0
26692026-07-06T21:29:24.719Z Compiling derive_builder v0.20.2
26702026-07-06T21:29:24.891Z Compiling quick-xml v0.37.5
26712026-07-06T21:29:24.968Z Compiling oso-derive v0.27.3
26722026-07-06T21:29:25.251Z Compiling impl-trait-for-tuples v0.2.3
26732026-07-06T21:29:25.437Z Compiling openssl-probe v0.1.6
26742026-07-06T21:29:25.498Z Compiling git-stub-vcs v0.1.0
26752026-07-06T21:29:25.728Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26762026-07-06T21:29:25.746Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26772026-07-06T21:29:25.856Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26782026-07-06T21:29:26.093Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26792026-07-06T21:29:26.214Z Compiling bb8 v0.8.6
26802026-07-06T21:29:26.332Z Compiling samael v0.0.19
26812026-07-06T21:29:26.452Z Compiling trait-variant v0.1.2
26822026-07-06T21:29:26.536Z Compiling half v1.8.3
26832026-07-06T21:29:26.624Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26842026-07-06T21:29:26.873Z Compiling serde_cbor v0.11.2
26852026-07-06T21:29:27.014Z Compiling polar-core v0.27.3
26862026-07-06T21:29:27.017Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26872026-07-06T21:29:27.060Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26882026-07-06T21:29:27.601Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26892026-07-06T21:29:27.741Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26902026-07-06T21:29:27.876Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26912026-07-06T21:29:28.020Z Compiling nonempty v0.12.0
26922026-07-06T21:29:28.204Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26932026-07-06T21:29:28.246Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26942026-07-06T21:29:28.526Z Compiling fxhash v0.2.1
26952026-07-06T21:29:28.586Z Compiling libz-sys v1.1.24
26962026-07-06T21:29:28.694Z Compiling salty v0.3.0
26972026-07-06T21:29:29.094Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26982026-07-06T21:29:29.285Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26992026-07-06T21:29:29.355Z Compiling kstat-rs v0.2.4
27002026-07-06T21:29:29.679Z Compiling arc-swap v1.8.2
27012026-07-06T21:29:29.840Z Compiling fs-err v2.11.0
27022026-07-06T21:29:30.246Z Compiling slog-scope v4.4.1
27032026-07-06T21:29:30.334Z Compiling mime_guess v2.0.5
27042026-07-06T21:29:30.337Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27052026-07-06T21:29:30.544Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27062026-07-06T21:29:30.820Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27072026-07-06T21:29:31.286Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27082026-07-06T21:29:31.388Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27092026-07-06T21:29:31.847Z Compiling rfc6979 v0.4.0
27102026-07-06T21:29:31.880Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
27112026-07-06T21:29:32.027Z Compiling nanorand v0.7.0
27122026-07-06T21:29:32.398Z Compiling darling_core v0.23.0
27132026-07-06T21:29:32.420Z Compiling libgit2-sys v0.18.3+1.9.2
27142026-07-06T21:29:32.572Z Compiling parking_lot_core v0.8.6
27152026-07-06T21:29:32.941Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
27162026-07-06T21:29:33.162Z Compiling flume v0.11.1
27172026-07-06T21:29:33.564Z Compiling ecdsa v0.16.9
27182026-07-06T21:29:33.970Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27192026-07-06T21:29:35.290Z Compiling slog-stdlog v4.1.1
27202026-07-06T21:29:35.294Z Compiling darling_macro v0.23.0
27212026-07-06T21:29:35.294Z Compiling diesel-dtrace v0.5.0
27222026-07-06T21:29:35.294Z Compiling async-bb8-diesel v0.2.1
27232026-07-06T21:29:35.294Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27242026-07-06T21:29:35.294Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27252026-07-06T21:29:35.294Z Compiling primeorder v0.13.6
27262026-07-06T21:29:35.331Z Compiling atty v0.2.14
27272026-07-06T21:29:35.481Z Compiling http-range v0.1.5
27282026-07-06T21:29:35.580Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27292026-07-06T21:29:35.832Z Compiling strsim v0.10.0
27302026-07-06T21:29:35.874Z Compiling oso v0.27.3
27312026-07-06T21:29:36.165Z Compiling parse-size v1.1.0
27322026-07-06T21:29:36.388Z Compiling instability v0.3.11
27332026-07-06T21:29:36.482Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27342026-07-06T21:29:36.666Z Compiling darling_core v0.13.4
27352026-07-06T21:29:38.156Z Compiling p384 v0.13.1
27362026-07-06T21:29:38.332Z Compiling darling v0.23.0
27372026-07-06T21:29:38.450Z Compiling slog-envlogger v2.2.0
27382026-07-06T21:29:39.649Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27392026-07-06T21:29:40.338Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27402026-07-06T21:29:40.699Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27412026-07-06T21:29:42.125Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
27422026-07-06T21:29:42.799Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27432026-07-06T21:29:42.822Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-07-06T21:29:42.864Z Compiling ignore v0.4.25
27452026-07-06T21:29:42.963Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-07-06T21:29:44.052Z Compiling vergen-git2 v9.1.0
27472026-07-06T21:29:44.234Z Compiling castaway v0.2.4
27482026-07-06T21:29:44.296Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-07-06T21:29:44.390Z Compiling indoc v2.0.7
27502026-07-06T21:29:44.411Z Compiling compact_str v0.8.1
27512026-07-06T21:29:44.685Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-07-06T21:29:45.536Z Compiling globwalk v0.9.1
27532026-07-06T21:29:45.670Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27542026-07-06T21:29:45.757Z Compiling parking_lot v0.11.2
27552026-07-06T21:29:46.208Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27562026-07-06T21:29:46.297Z Compiling hyper-staticfile v0.10.1
27572026-07-06T21:29:46.320Z Compiling darling_macro v0.13.4
27582026-07-06T21:29:46.837Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27592026-07-06T21:29:46.980Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27602026-07-06T21:29:47.112Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27612026-07-06T21:29:47.473Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27622026-07-06T21:29:47.495Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-07-06T21:29:47.595Z Compiling predicates-tree v1.0.13
27642026-07-06T21:29:47.778Z Compiling unicode-truncate v1.1.0
27652026-07-06T21:29:47.800Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27662026-07-06T21:29:47.992Z Compiling lru v0.12.5
27672026-07-06T21:29:48.048Z Compiling rand_seeder v0.4.0
27682026-07-06T21:29:48.072Z Compiling prefix-trie v0.7.0
27692026-07-06T21:29:48.175Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-07-06T21:29:48.222Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27712026-07-06T21:29:48.312Z Compiling cassowary v0.3.0
27722026-07-06T21:29:48.417Z Compiling illumos-nvpair-sys v0.2.0
27732026-07-06T21:29:48.500Z Compiling corncobs v0.1.4
27742026-07-06T21:29:48.591Z Compiling ratatui v0.29.0
27752026-07-06T21:29:48.683Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-07-06T21:29:48.709Z Compiling hickory-server v0.25.2
27772026-07-06T21:29:48.773Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27782026-07-06T21:29:48.947Z Compiling camino-tempfile-ext v0.3.3
27792026-07-06T21:29:49.026Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-07-06T21:29:49.170Z Compiling darling v0.13.4
27812026-07-06T21:29:49.281Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27822026-07-06T21:29:49.398Z Compiling sled v0.34.7
27832026-07-06T21:29:49.596Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27842026-07-06T21:29:49.904Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27852026-07-06T21:29:50.722Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-07-06T21:29:51.931Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-07-06T21:29:52.617Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27882026-07-06T21:29:52.647Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27892026-07-06T21:29:52.855Z Compiling secrecy v0.8.0
27902026-07-06T21:29:52.906Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27912026-07-06T21:29:53.278Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27922026-07-06T21:29:53.726Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932026-07-06T21:29:54.011Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27942026-07-06T21:29:54.130Z Compiling serde_with_macros v1.5.2
27952026-07-06T21:29:54.957Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27962026-07-06T21:29:55.233Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27972026-07-06T21:29:55.938Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27982026-07-06T21:29:56.442Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27992026-07-06T21:29:56.684Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28002026-07-06T21:29:56.876Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28012026-07-06T21:29:56.923Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28022026-07-06T21:29:57.119Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28032026-07-06T21:29:57.165Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28042026-07-06T21:29:57.361Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28052026-07-06T21:29:57.404Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28062026-07-06T21:29:57.426Z Compiling void v1.0.2
28072026-07-06T21:29:57.631Z Compiling lzss v0.8.2
28082026-07-06T21:29:57.932Z Compiling illumos-nvpair v0.3.0
28092026-07-06T21:29:58.357Z Compiling serde_with v1.14.0
28102026-07-06T21:29:58.428Z Compiling git2 v0.20.4
28112026-07-06T21:29:58.453Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28122026-07-06T21:29:59.078Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28132026-07-06T21:29:59.495Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28142026-07-06T21:29:59.556Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28152026-07-06T21:30:00.218Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28162026-07-06T21:30:01.615Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28172026-07-06T21:30:01.972Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28182026-07-06T21:30:02.197Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28192026-07-06T21:30:02.931Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28202026-07-06T21:30:02.955Z Compiling tungstenite v0.23.0
28212026-07-06T21:30:06.364Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28222026-07-06T21:30:06.390Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-07-06T21:30:06.390Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28242026-07-06T21:30:06.390Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28252026-07-06T21:30:06.390Z Compiling nix v0.27.1
28262026-07-06T21:30:06.390Z Compiling twox-hash v2.1.2
28272026-07-06T21:30:06.390Z Compiling serde_bytes v0.11.19
28282026-07-06T21:30:06.390Z Compiling tokio-tungstenite v0.23.1
28292026-07-06T21:30:06.390Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28302026-07-06T21:30:06.390Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28312026-07-06T21:30:06.390Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28322026-07-06T21:30:06.390Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-07-06T21:30:06.390Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28342026-07-06T21:30:06.390Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28352026-07-06T21:30:09.891Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28362026-07-06T21:30:09.891Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372026-07-06T21:30:09.891Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28382026-07-06T21:30:11.098Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28392026-07-06T21:30:11.103Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28402026-07-06T21:30:11.103Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28412026-07-06T21:30:11.103Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28422026-07-06T21:30:11.157Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28432026-07-06T21:30:11.566Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28442026-07-06T21:30:11.570Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28452026-07-06T21:30:11.576Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28462026-07-06T21:30:12.659Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28472026-07-06T21:30:13.118Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28482026-07-06T21:30:15.250Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28492026-07-06T21:30:16.837Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28502026-07-06T21:30:16.854Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28512026-07-06T21:30:16.854Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28522026-07-06T21:30:16.854Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28532026-07-06T21:30:17.673Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28542026-07-06T21:30:17.673Z Compiling fatfs v0.3.6
28552026-07-06T21:30:17.710Z Compiling signal-hook-tokio v0.3.1
28562026-07-06T21:30:18.032Z Compiling yasna v0.5.2
28572026-07-06T21:30:18.037Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28582026-07-06T21:30:18.883Z Compiling assert_matches v1.5.0
28592026-07-06T21:30:19.285Z Compiling is_ci v1.2.0
28602026-07-06T21:30:19.302Z Compiling seq-macro v0.3.6
28612026-07-06T21:30:19.302Z Compiling supports-color v3.0.2
28622026-07-06T21:30:19.302Z Compiling rcgen v0.12.1
28632026-07-06T21:30:19.416Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28642026-07-06T21:30:20.786Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28652026-07-06T21:30:20.802Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28662026-07-06T21:30:21.921Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28672026-07-06T21:30:21.977Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28682026-07-06T21:30:22.542Z Compiling subprocess v0.2.15
28692026-07-06T21:30:22.552Z Compiling rtoolbox v0.0.3
28702026-07-06T21:30:22.865Z Compiling rpassword v7.4.0
28712026-07-06T21:30:22.942Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28722026-07-06T21:30:23.913Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28732026-07-06T21:30:23.920Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28742026-07-06T21:30:25.548Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28752026-07-06T21:30:25.563Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28762026-07-06T21:30:27.217Z Compiling tui-tree-widget v0.23.1
28772026-07-06T21:30:27.232Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28782026-07-06T21:30:27.302Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28792026-07-06T21:30:28.044Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28802026-07-06T21:30:28.054Z Compiling uzers v0.12.2
28812026-07-06T21:30:28.109Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28822026-07-06T21:30:28.332Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28832026-07-06T21:30:29.397Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28842026-07-06T21:30:31.926Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28852026-07-06T21:30:31.936Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28862026-07-06T21:30:33.114Z Compiling support-bundle-viewer v0.1.2
28872026-07-06T21:30:34.202Z Compiling multimap v0.10.1
28882026-07-06T21:30:48.691Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28892026-07-06T21:30:50.269Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28902026-07-06T21:30:55.811Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28912026-07-06T21:30:56.259Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28922026-07-06T21:30:56.317Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28932026-07-06T21:37:17.839Z Finished `release` profile [optimized] target(s) in 8m 30s
28942026-07-06T21:38:03.921Z
28952026-07-06T21:38:03.921Zreal 9:17.696921525
28962026-07-06T21:38:03.921Zuser 1:18:41.388983646
28972026-07-06T21:38:03.924Zsys 3:32.284414475
28982026-07-06T21:38:03.924Ztrap 1.746702482
28992026-07-06T21:38:03.924Ztflt 2.216464151
29002026-07-06T21:38:03.924Zdflt 17.347654085
29012026-07-06T21:38:03.924Zkflt 0.168820547
29022026-07-06T21:38:03.924Zlock 6:41:23.655178032
29032026-07-06T21:38:03.924Zslp 2:10:37.234915548
29042026-07-06T21:38:03.924Zlat 2:18.431081583
29052026-07-06T21:38:03.924Zstop 5:08.714889423
29062026-07-06T21:38:03.924Z+ mapfile -t packages
29072026-07-06T21:38:03.924Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29082026-07-06T21:38:04.825Z Finished `release` profile [optimized] target(s) in 0.88s
29092026-07-06T21:38:04.904Z Running `target/release/omicron-package -t test list-outputs`
29102026-07-06T21:38:04.963ZLogging to: /work/oxidecomputer/omicron/out/LOG
29112026-07-06T21:38:04.966Z+ ptime -m cargo build --locked --release -p xtask
29122026-07-06T21:38:05.437Z Compiling libc v0.2.185
29132026-07-06T21:38:05.437Z Compiling serde_core v1.0.228
29142026-07-06T21:38:05.437Z Compiling serde v1.0.228
29152026-07-06T21:38:05.440Z Compiling rustix v1.1.3
29162026-07-06T21:38:05.440Z Compiling bitflags v2.11.0
29172026-07-06T21:38:05.440Z Compiling serde_json v1.0.150
29182026-07-06T21:38:05.561Z Compiling usdt-impl v0.5.0
29192026-07-06T21:38:05.591Z Compiling syn v2.0.117
29202026-07-06T21:38:05.622Z Compiling syn v1.0.109
29212026-07-06T21:38:05.635Z Compiling log v0.4.29
29222026-07-06T21:38:05.638Z Compiling getrandom v0.4.1
29232026-07-06T21:38:05.638Z Compiling indexmap v2.14.0
29242026-07-06T21:38:05.669Z Compiling fs-err v3.3.0
29252026-07-06T21:38:05.836Z Compiling heck v0.4.1
29262026-07-06T21:38:05.886Z Compiling anyhow v1.0.102
29272026-07-06T21:38:05.944Z Compiling once_cell v1.21.3
29282026-07-06T21:38:06.295Z Compiling errno v0.3.14
29292026-07-06T21:38:06.299Z Compiling thread-id v4.2.2
29302026-07-06T21:38:06.299Z Compiling memmap v0.7.0
29312026-07-06T21:38:07.091Z Compiling proc-macro-error v1.0.4
29322026-07-06T21:38:07.276Z Compiling terminal_size v0.4.3
29332026-07-06T21:38:07.276Z Compiling tempfile v3.25.0
29342026-07-06T21:38:07.343Z Compiling tabled_derive v0.7.0
29352026-07-06T21:38:07.378Z Compiling clap_builder v4.6.0
29362026-07-06T21:38:07.378Z Compiling textwrap v0.16.2
29372026-07-06T21:38:07.782Z Compiling pest_generator v2.8.6
29382026-07-06T21:38:07.799Z Compiling camino v1.2.2
29392026-07-06T21:38:07.802Z Compiling semver v1.0.28
29402026-07-06T21:38:07.802Z Compiling cargo-platform v0.3.2
29412026-07-06T21:38:08.064Z Compiling tabled v0.15.0
29422026-07-06T21:38:08.115Z Compiling camino-tempfile v1.4.1
29432026-07-06T21:38:08.283Z Compiling serde_derive v1.0.228
29442026-07-06T21:38:08.283Z Compiling thiserror-impl v1.0.69
29452026-07-06T21:38:08.283Z Compiling zerocopy-derive v0.7.35
29462026-07-06T21:38:08.287Z Compiling scroll_derive v0.12.1
29472026-07-06T21:38:08.287Z Compiling thiserror-impl v2.0.18
29482026-07-06T21:38:08.287Z Compiling clap_derive v4.6.1
29492026-07-06T21:38:08.352Z Compiling pest_derive v2.8.6
29502026-07-06T21:38:08.982Z Compiling scroll v0.12.0
29512026-07-06T21:38:09.124Z Compiling zerocopy v0.7.35
29522026-07-06T21:38:09.263Z Compiling goblin v0.8.2
29532026-07-06T21:38:09.398Z Compiling thiserror v1.0.69
29542026-07-06T21:38:09.470Z Compiling thiserror v2.0.18
29552026-07-06T21:38:09.515Z Compiling dtrace-parser v0.2.0
29562026-07-06T21:38:09.777Z Compiling clap v4.6.1
29572026-07-06T21:38:11.442Z Compiling dof v0.3.0
29582026-07-06T21:38:11.448Z Compiling serde_tokenstream v0.2.3
29592026-07-06T21:38:11.520Z Compiling serde_spanned v0.6.9
29602026-07-06T21:38:11.576Z Compiling toml_datetime v0.6.11
29612026-07-06T21:38:11.625Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29622026-07-06T21:38:11.693Z Compiling macaddr v1.0.1
29632026-07-06T21:38:11.756Z Compiling cargo_metadata v0.23.1
29642026-07-06T21:38:11.826Z Compiling toml_edit v0.22.27
29652026-07-06T21:38:12.174Z Compiling usdt-attr-macro v0.5.0
29662026-07-06T21:38:12.174Z Compiling usdt-macro v0.5.0
29672026-07-06T21:38:12.897Z Compiling usdt v0.5.0
29682026-07-06T21:38:13.386Z Compiling toml v0.8.23
29692026-07-06T21:38:13.823Z Compiling cargo_toml v0.21.0
29702026-07-06T21:38:18.279Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29712026-07-06T21:38:21.242Z Finished `release` profile [optimized] target(s) in 16.26s
29722026-07-06T21:38:21.386Z
29732026-07-06T21:38:21.386Zreal 16.380837497
29742026-07-06T21:38:21.386Zuser 2:05.448547981
29752026-07-06T21:38:21.386Zsys 14.163487989
29762026-07-06T21:38:21.387Ztrap 0.077513461
29772026-07-06T21:38:21.398Ztflt 0.413734147
29782026-07-06T21:38:21.398Zdflt 1.564181805
29792026-07-06T21:38:21.398Zkflt 0.000021558
29802026-07-06T21:38:21.398Zlock 4:29.511631987
29812026-07-06T21:38:21.398Zslp 2:41.112494430
29822026-07-06T21:38:21.398Zlat 4.672604569
29832026-07-06T21:38:21.398Zstop 15.576213577
29842026-07-06T21:38:21.398Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29852026-07-06T21:38:21.398Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29862026-07-06T21:38:21.398Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29872026-07-06T21:38:21.398Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29882026-07-06T21:38:21.398Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29892026-07-06T21:38:22.299Z Compiling progenitor-client v0.14.0
29902026-07-06T21:38:22.302Z Compiling newtype-uuid-macros v0.1.0
29912026-07-06T21:38:22.302Z Compiling match_cfg v0.1.0
29922026-07-06T21:38:22.302Z Compiling slog-json v2.6.1
29932026-07-06T21:38:22.302Z Compiling structmeta-derive v0.3.0
29942026-07-06T21:38:22.302Z Compiling sha1 v0.11.0
29952026-07-06T21:38:22.444Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29962026-07-06T21:38:22.466Z Compiling multer v3.1.0
29972026-07-06T21:38:22.479Z Compiling compression-core v0.4.31
29982026-07-06T21:38:22.479Z Compiling debug-ignore v1.0.5
29992026-07-06T21:38:22.479Z Compiling atomicwrites v0.4.4
30002026-07-06T21:38:22.479Z Compiling itertools v0.14.0
30012026-07-06T21:38:22.479Z Compiling async-stream-impl v0.3.6
30022026-07-06T21:38:22.480Z Compiling serde_spanned v1.1.1
30032026-07-06T21:38:22.498Z Compiling toml_datetime v1.1.1+spec-1.1.0
30042026-07-06T21:38:22.498Z Compiling dropshot v0.17.1
30052026-07-06T21:38:22.621Z Compiling hostname v0.3.1
30062026-07-06T21:38:22.722Z Compiling toml_writer v1.1.1+spec-1.1.0
30072026-07-06T21:38:22.739Z Compiling compression-codecs v0.4.37
30082026-07-06T21:38:22.770Z Compiling waitgroup v0.1.2
30092026-07-06T21:38:22.790Z Compiling rustls-pemfile v2.2.0
30102026-07-06T21:38:22.808Z Compiling dropshot_endpoint v0.17.1
30112026-07-06T21:38:22.850Z Compiling slog-bunyan v2.5.0
30122026-07-06T21:38:22.850Z Compiling hostname v0.4.2
30132026-07-06T21:38:22.855Z Compiling serde_path_to_error v0.1.20
30142026-07-06T21:38:22.909Z Compiling toml v1.1.2+spec-1.1.0
30152026-07-06T21:38:22.965Z Compiling async-compression v0.4.41
30162026-07-06T21:38:22.988Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30172026-07-06T21:38:23.025Z Compiling macaddr v1.0.1
30182026-07-06T21:38:23.040Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30192026-07-06T21:38:23.040Z Compiling instant v0.1.13
30202026-07-06T21:38:23.074Z Compiling regress v0.10.5
30212026-07-06T21:38:23.094Z Compiling backon v1.6.0
30222026-07-06T21:38:23.132Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30232026-07-06T21:38:23.178Z Compiling backoff v0.4.0
30242026-07-06T21:38:23.201Z Compiling async-stream v0.3.6
30252026-07-06T21:38:23.207Z Compiling humantime v2.3.0
30262026-07-06T21:38:23.228Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30272026-07-06T21:38:23.270Z Compiling regress v0.11.1
30282026-07-06T21:38:23.306Z Compiling progenitor-extras v0.2.0
30292026-07-06T21:38:23.322Z Compiling half v2.7.1
30302026-07-06T21:38:23.342Z Compiling ciborium-io v0.2.2
30312026-07-06T21:38:23.393Z Compiling crucible-workspace-hack v0.1.0
30322026-07-06T21:38:23.408Z Compiling convert_case v0.4.0
30332026-07-06T21:38:23.460Z Compiling secrecy v0.10.3
30342026-07-06T21:38:23.504Z Compiling unsafe-libyaml v0.2.11
30352026-07-06T21:38:23.522Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30362026-07-06T21:38:23.536Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30372026-07-06T21:38:23.596Z Compiling ciborium-ll v0.2.2
30382026-07-06T21:38:23.605Z Compiling structmeta v0.3.0
30392026-07-06T21:38:23.641Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30402026-07-06T21:38:23.659Z Compiling proc-macro-crate v1.3.1
30412026-07-06T21:38:23.681Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30422026-07-06T21:38:23.707Z Compiling inout v0.1.4
30432026-07-06T21:38:23.795Z Compiling ciborium v0.2.2
30442026-07-06T21:38:23.821Z Compiling derive_more v0.99.20
30452026-07-06T21:38:23.828Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30462026-07-06T21:38:23.847Z Compiling derive-ex v0.1.8
30472026-07-06T21:38:23.883Z Compiling parse-display-derive v0.10.0
30482026-07-06T21:38:23.894Z Compiling cipher v0.4.4
30492026-07-06T21:38:23.915Z Compiling thiserror-impl-no-std v2.0.2
30502026-07-06T21:38:23.930Z Compiling universal-hash v0.5.1
30512026-07-06T21:38:23.956Z Compiling opaque-debug v0.3.1
30522026-07-06T21:38:24.021Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30532026-07-06T21:38:24.038Z Compiling serde_yaml v0.9.34+deprecated
30542026-07-06T21:38:24.083Z Compiling poly1305 v0.8.0
30552026-07-06T21:38:24.107Z Compiling byte-wrapper v0.1.0
30562026-07-06T21:38:24.171Z Compiling chacha20 v0.9.1
30572026-07-06T21:38:24.253Z Compiling blake2 v0.10.6
30582026-07-06T21:38:24.283Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30592026-07-06T21:38:24.386Z Compiling aead v0.5.2
30602026-07-06T21:38:24.458Z Compiling password-hash v0.5.0
30612026-07-06T21:38:24.477Z Compiling indent_write v2.2.0
30622026-07-06T21:38:24.528Z Compiling num_enum_derive v0.7.6
30632026-07-06T21:38:24.624Z Compiling chacha20poly1305 v0.10.1
30642026-07-06T21:38:24.646Z Compiling heapless v0.8.0
30652026-07-06T21:38:24.808Z Compiling argon2 v0.5.3
30662026-07-06T21:38:24.830Z Compiling ingot-macros v0.1.1
30672026-07-06T21:38:24.865Z Compiling tabwriter v1.4.1
30682026-07-06T21:38:24.889Z Compiling typify-impl v0.6.2
30692026-07-06T21:38:25.120Z Compiling hash32 v0.3.1
30702026-07-06T21:38:25.171Z Compiling smoltcp v0.11.0
30712026-07-06T21:38:25.187Z Compiling thiserror-no-std v2.0.2
30722026-07-06T21:38:25.303Z Compiling vsss-rs v3.3.4
30732026-07-06T21:38:25.318Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30742026-07-06T21:38:25.547Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30752026-07-06T21:38:25.623Z Compiling cobs v0.3.0
30762026-07-06T21:38:25.661Z Compiling test-strategy v0.4.5
30772026-07-06T21:38:25.665Z Compiling parse-display v0.10.0
30782026-07-06T21:38:25.702Z Compiling num_enum v0.7.6
30792026-07-06T21:38:25.829Z Compiling colored v3.1.1
30802026-07-06T21:38:25.845Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30812026-07-06T21:38:25.863Z Compiling postcard v1.1.3
30822026-07-06T21:38:26.011Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30832026-07-06T21:38:26.093Z Compiling proc-macro-error v1.0.4
30842026-07-06T21:38:26.116Z Compiling rand v0.10.1
30852026-07-06T21:38:26.134Z Compiling foreign-types-macros v0.2.3
30862026-07-06T21:38:26.224Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30872026-07-06T21:38:26.239Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30882026-07-06T21:38:26.293Z Compiling rayon-core v1.13.0
30892026-07-06T21:38:26.440Z Compiling foreign-types-shared v0.3.1
30902026-07-06T21:38:26.470Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30912026-07-06T21:38:26.560Z Compiling num_enum_derive v0.5.11
30922026-07-06T21:38:26.579Z Compiling crossbeam-deque v0.8.6
30932026-07-06T21:38:26.583Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30942026-07-06T21:38:26.617Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30952026-07-06T21:38:26.638Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30962026-07-06T21:38:26.682Z Compiling cstr-argument v0.1.2
30972026-07-06T21:38:26.787Z Compiling foreign-types v0.5.0
30982026-07-06T21:38:26.808Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30992026-07-06T21:38:26.866Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31002026-07-06T21:38:26.891Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31012026-07-06T21:38:26.912Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31022026-07-06T21:38:27.070Z Compiling zone_cfg_derive v0.3.1
31032026-07-06T21:38:27.099Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31042026-07-06T21:38:27.117Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31052026-07-06T21:38:27.120Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31062026-07-06T21:38:27.136Z Compiling itertools v0.12.1
31072026-07-06T21:38:27.171Z Compiling num-derive v0.4.2
31082026-07-06T21:38:27.258Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31092026-07-06T21:38:27.261Z Compiling rayon v1.11.0
31102026-07-06T21:38:27.324Z Compiling sigpipe v0.1.3
31112026-07-06T21:38:27.394Z Compiling glob v0.3.3
31122026-07-06T21:38:27.439Z Compiling cpubits v0.1.1
31132026-07-06T21:38:27.541Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31142026-07-06T21:38:27.591Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31152026-07-06T21:38:27.686Z Compiling smf v0.2.3
31162026-07-06T21:38:27.713Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31172026-07-06T21:38:27.783Z Compiling num_enum v0.5.11
31182026-07-06T21:38:27.853Z Compiling whoami v1.6.1
31192026-07-06T21:38:27.869Z Compiling usdt-macro v0.5.0
31202026-07-06T21:38:27.886Z Compiling usdt-attr-macro v0.5.0
31212026-07-06T21:38:27.889Z Compiling ingot-types v0.1.2
31222026-07-06T21:38:27.890Z Compiling gethostname v0.5.0
31232026-07-06T21:38:27.941Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31242026-07-06T21:38:27.944Z Compiling num-rational v0.4.2
31252026-07-06T21:38:28.049Z Compiling pem-rfc7468 v1.0.0
31262026-07-06T21:38:28.222Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31272026-07-06T21:38:28.255Z Compiling num-complex v0.4.6
31282026-07-06T21:38:28.286Z Compiling memmap v0.7.0
31292026-07-06T21:38:28.384Z Compiling ingot v0.1.1
31302026-07-06T21:38:28.400Z Compiling zone v0.3.1
31312026-07-06T21:38:28.466Z Compiling derive-where v1.6.0
31322026-07-06T21:38:28.506Z Compiling float-ord v0.3.2
31332026-07-06T21:38:28.509Z Compiling toml v0.8.23
31342026-07-06T21:38:28.579Z Compiling hmac v0.13.0
31352026-07-06T21:38:28.640Z Compiling num v0.4.3
31362026-07-06T21:38:28.663Z Compiling universal-hash v0.6.1
31372026-07-06T21:38:28.686Z Compiling resolv-conf v0.7.6
31382026-07-06T21:38:28.702Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31392026-07-06T21:38:28.738Z Compiling owo-colors v4.3.0
31402026-07-06T21:38:28.775Z Compiling usdt v0.5.0
31412026-07-06T21:38:28.798Z Compiling cancel-safe-futures v0.1.5
31422026-07-06T21:38:28.818Z Compiling polyval v0.7.1
31432026-07-06T21:38:28.857Z Compiling der v0.8.0
31442026-07-06T21:38:28.909Z Compiling libsw-core v0.3.2
31452026-07-06T21:38:29.060Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31462026-07-06T21:38:29.097Z Compiling prettyplease v0.2.37
31472026-07-06T21:38:29.100Z Compiling libsw v3.5.0
31482026-07-06T21:38:29.133Z Compiling ghash v0.6.0
31492026-07-06T21:38:29.187Z Compiling pbkdf2 v0.13.0
31502026-07-06T21:38:29.187Z Compiling aes v0.9.1
31512026-07-06T21:38:29.220Z Compiling console v0.15.11
31522026-07-06T21:38:29.314Z Compiling hickory-proto v0.24.4
31532026-07-06T21:38:29.332Z Compiling newline-converter v0.3.0
31542026-07-06T21:38:29.351Z Compiling ctr v0.10.1
31552026-07-06T21:38:29.397Z Compiling aead v0.6.1
31562026-07-06T21:38:29.482Z Compiling sha2 v0.11.0
31572026-07-06T21:38:29.515Z Compiling libefi-sys v0.1.0
31582026-07-06T21:38:29.534Z Compiling typify-macro v0.6.2
31592026-07-06T21:38:29.584Z Compiling linked-hash-map v0.5.6
31602026-07-06T21:38:29.601Z Compiling linear-map v1.2.0
31612026-07-06T21:38:29.689Z Compiling aes-gcm v0.11.0
31622026-07-06T21:38:29.764Z Compiling expectorate v1.2.0
31632026-07-06T21:38:29.813Z Compiling spki v0.8.0
31642026-07-06T21:38:29.830Z Compiling lru-cache v0.1.2
31652026-07-06T21:38:29.910Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31662026-07-06T21:38:29.913Z Compiling crypto-bigint v0.7.5
31672026-07-06T21:38:29.950Z Compiling git-stub v1.0.0
31682026-07-06T21:38:29.978Z Compiling salsa20 v0.11.0
31692026-07-06T21:38:29.994Z Compiling cbc v0.2.1
31702026-07-06T21:38:30.063Z Compiling bitfield-struct v0.6.2
31712026-07-06T21:38:30.151Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31722026-07-06T21:38:30.168Z Compiling nom v8.0.0
31732026-07-06T21:38:30.187Z Compiling semver v0.1.20
31742026-07-06T21:38:30.240Z Compiling scrypt v0.12.0
31752026-07-06T21:38:30.359Z Compiling git-stub-vcs v0.1.0
31762026-07-06T21:38:30.418Z Compiling rustc_version v0.1.7
31772026-07-06T21:38:30.512Z Compiling tokio-dtrace v0.1.1
31782026-07-06T21:38:30.556Z Compiling dropshot-api-manager-types v0.7.2
31792026-07-06T21:38:30.590Z Compiling slog-dtrace v0.3.0
31802026-07-06T21:38:30.671Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31812026-07-06T21:38:30.751Z Compiling minimal-lexical v0.2.1
31822026-07-06T21:38:30.771Z Compiling oxide-tokio-rt v0.1.4
31832026-07-06T21:38:30.789Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31842026-07-06T21:38:30.812Z Compiling newtype_derive v0.1.6
31852026-07-06T21:38:30.889Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31862026-07-06T21:38:30.905Z Compiling pkcs5 v0.8.1
31872026-07-06T21:38:31.063Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31882026-07-06T21:38:31.081Z Compiling nom v7.1.3
31892026-07-06T21:38:31.101Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31902026-07-06T21:38:31.118Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31912026-07-06T21:38:31.136Z Compiling phf_shared v0.12.1
31922026-07-06T21:38:31.327Z Compiling csv-core v0.1.13
31932026-07-06T21:38:31.348Z Compiling chrono-tz v0.10.4
31942026-07-06T21:38:31.385Z Compiling typify v0.6.2
31952026-07-06T21:38:31.388Z Compiling xshell-macros v0.2.7
31962026-07-06T21:38:31.485Z Compiling progenitor-impl v0.14.0
31972026-07-06T21:38:31.502Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31982026-07-06T21:38:31.521Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31992026-07-06T21:38:31.574Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32002026-07-06T21:38:31.592Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32012026-07-06T21:38:31.595Z Compiling hickory-resolver v0.24.4
32022026-07-06T21:38:31.626Z Compiling highway v1.3.0
32032026-07-06T21:38:31.714Z Compiling unicode-xid v0.2.6
32042026-07-06T21:38:31.852Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
32052026-07-06T21:38:31.871Z Compiling const_format_proc_macros v0.2.34
32062026-07-06T21:38:31.946Z Compiling xshell v0.2.7
32072026-07-06T21:38:32.056Z Compiling csv v1.4.0
32082026-07-06T21:38:32.537Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
32092026-07-06T21:38:32.558Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32102026-07-06T21:38:32.561Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32112026-07-06T21:38:32.597Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32122026-07-06T21:38:32.621Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32132026-07-06T21:38:32.667Z Compiling phf v0.12.1
32142026-07-06T21:38:32.807Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32152026-07-06T21:38:32.852Z Compiling qorb v0.4.1
32162026-07-06T21:38:32.982Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32172026-07-06T21:38:33.083Z Compiling pkcs8 v0.11.0
32182026-07-06T21:38:33.162Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32192026-07-06T21:38:33.444Z Compiling const_format v0.2.35
32202026-07-06T21:38:33.491Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32212026-07-06T21:38:33.508Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32222026-07-06T21:38:33.606Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32232026-07-06T21:38:33.797Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32242026-07-06T21:38:33.818Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32252026-07-06T21:38:33.821Z Compiling tabled_derive v0.7.0
32262026-07-06T21:38:33.853Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32272026-07-06T21:38:33.940Z Compiling bcs v0.1.6
32282026-07-06T21:38:34.201Z Compiling progenitor-macro v0.14.0
32292026-07-06T21:38:34.293Z Compiling ff v0.14.0
32302026-07-06T21:38:34.371Z Compiling tagptr v0.2.0
32312026-07-06T21:38:34.470Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32322026-07-06T21:38:34.558Z Compiling termtree v0.5.1
32332026-07-06T21:38:34.620Z Compiling salty v0.3.0
32342026-07-06T21:38:34.730Z Compiling moka v0.12.13
32352026-07-06T21:38:34.748Z Compiling textwrap v0.16.2
32362026-07-06T21:38:34.813Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32372026-07-06T21:38:34.852Z Compiling steno v0.4.1
32382026-07-06T21:38:34.908Z Compiling tabled v0.15.0
32392026-07-06T21:38:34.956Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32402026-07-06T21:38:34.974Z Compiling sha1 v0.10.6
32412026-07-06T21:38:35.074Z Compiling signature v3.0.0
32422026-07-06T21:38:35.126Z Compiling radium v0.7.0
32432026-07-06T21:38:35.241Z Compiling base64 v0.21.7
32442026-07-06T21:38:35.260Z Compiling base16ct v1.0.0
32452026-07-06T21:38:35.299Z Compiling group v0.14.0
32462026-07-06T21:38:35.318Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32472026-07-06T21:38:35.468Z Compiling hickory-resolver v0.25.2
32482026-07-06T21:38:35.478Z Compiling sec1 v0.8.1
32492026-07-06T21:38:35.519Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32502026-07-06T21:38:35.561Z Compiling hkdf v0.13.0
32512026-07-06T21:38:35.580Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32522026-07-06T21:38:35.606Z Compiling rfc6979 v0.4.0
32532026-07-06T21:38:35.712Z Compiling tap v1.0.1
32542026-07-06T21:38:35.757Z Compiling maybe-uninit v2.0.0
32552026-07-06T21:38:35.757Z Compiling ecdsa v0.16.9
32562026-07-06T21:38:35.819Z Compiling wyz v0.5.1
32572026-07-06T21:38:35.854Z Compiling elliptic-curve v0.14.0-rc.33
32582026-07-06T21:38:36.067Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32592026-07-06T21:38:36.162Z Compiling primeorder v0.13.6
32602026-07-06T21:38:36.206Z Compiling proc-macro-error-attr2 v2.0.0
32612026-07-06T21:38:36.297Z Compiling utf-8 v0.7.6
32622026-07-06T21:38:36.432Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32632026-07-06T21:38:36.456Z Compiling packed_struct v0.10.1
32642026-07-06T21:38:36.511Z Compiling funty v2.0.0
32652026-07-06T21:38:36.566Z Compiling parking_lot_core v0.8.6
32662026-07-06T21:38:36.678Z Compiling proc-macro-error2 v2.0.1
32672026-07-06T21:38:36.720Z Compiling tungstenite v0.21.0
32682026-07-06T21:38:36.787Z Compiling p384 v0.13.1
32692026-07-06T21:38:36.892Z Compiling bitvec v1.0.1
32702026-07-06T21:38:37.120Z Compiling rfc6979 v0.5.0
32712026-07-06T21:38:37.136Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
32722026-07-06T21:38:37.266Z Compiling num-derive v0.3.3
32732026-07-06T21:38:37.302Z Compiling packed_struct_codegen v0.10.1
32742026-07-06T21:38:37.384Z Compiling bitfield-macros v0.19.4
32752026-07-06T21:38:37.403Z Compiling zerocopy-derive v0.6.6
32762026-07-06T21:38:37.420Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
32772026-07-06T21:38:37.439Z Compiling indexmap v1.9.3
32782026-07-06T21:38:37.559Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32792026-07-06T21:38:37.639Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-07-06T21:38:37.692Z Compiling crc-catalog v2.4.0
32812026-07-06T21:38:37.803Z Compiling nodrop v0.1.14
32822026-07-06T21:38:37.851Z Compiling crc v3.4.0
32832026-07-06T21:38:37.918Z Compiling array-init v0.0.4
32842026-07-06T21:38:37.963Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
32852026-07-06T21:38:37.979Z Compiling ecdsa v0.17.0-rc.18
32862026-07-06T21:38:38.083Z Compiling tokio-tungstenite v0.21.0
32872026-07-06T21:38:38.106Z Compiling smallvec v0.6.14
32882026-07-06T21:38:38.197Z Compiling bitfield v0.19.4
32892026-07-06T21:38:38.298Z Compiling libscf-sys v1.1.0
32902026-07-06T21:38:38.322Z Compiling tabled_derive v0.11.0
32912026-07-06T21:38:38.343Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32922026-07-06T21:38:38.379Z Compiling zerocopy v0.6.6
32932026-07-06T21:38:38.444Z Compiling primeorder v0.14.0-rc.10
32942026-07-06T21:38:38.462Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32952026-07-06T21:38:38.477Z Compiling primefield v0.14.0
32962026-07-06T21:38:38.496Z Compiling progenitor-impl v0.13.0
32972026-07-06T21:38:38.546Z Compiling papergrid v0.17.0
32982026-07-06T21:38:38.646Z Compiling testing_table v0.3.0
32992026-07-06T21:38:38.700Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33002026-07-06T21:38:38.738Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33012026-07-06T21:38:38.754Z Compiling curve25519-dalek v5.0.0-rc.0
33022026-07-06T21:38:38.798Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33032026-07-06T21:38:38.842Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-07-06T21:38:38.897Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33052026-07-06T21:38:39.048Z Compiling unicase v2.9.0
33062026-07-06T21:38:39.065Z Compiling illumos-nvpair-sys v0.2.0
33072026-07-06T21:38:39.155Z Compiling corncobs v0.1.4
33082026-07-06T21:38:39.177Z Compiling hashbrown v0.12.3
33092026-07-06T21:38:39.287Z Compiling mime_guess v2.0.5
33102026-07-06T21:38:39.305Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-07-06T21:38:39.394Z Compiling progenitor v0.14.0
33122026-07-06T21:38:39.398Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-07-06T21:38:39.430Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33142026-07-06T21:38:39.450Z Compiling parking_lot v0.11.2
33152026-07-06T21:38:39.572Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
33162026-07-06T21:38:39.589Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33172026-07-06T21:38:39.694Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-07-06T21:38:39.789Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33192026-07-06T21:38:39.851Z Compiling tabled v0.20.0
33202026-07-06T21:38:39.900Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
33212026-07-06T21:38:39.919Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33222026-07-06T21:38:39.946Z Compiling serde-hex v0.1.0
33232026-07-06T21:38:40.173Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33242026-07-06T21:38:40.193Z Compiling ron v0.8.1
33252026-07-06T21:38:40.248Z Compiling ssh-encoding v0.3.0-rc.9
33262026-07-06T21:38:40.308Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33272026-07-06T21:38:40.387Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33282026-07-06T21:38:40.453Z Compiling hashbrown v0.13.2
33292026-07-06T21:38:40.616Z Compiling progenitor-client v0.13.0
33302026-07-06T21:38:40.639Z Compiling prefix-trie v0.7.0
33312026-07-06T21:38:40.811Z Compiling fxhash v0.2.1
33322026-07-06T21:38:40.960Z Compiling secrecy v0.8.0
33332026-07-06T21:38:40.979Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33342026-07-06T21:38:40.982Z Compiling crc-any v2.5.0
33352026-07-06T21:38:41.063Z Compiling hickory-server v0.25.2
33362026-07-06T21:38:41.172Z Compiling sled v0.34.7
33372026-07-06T21:38:41.201Z Compiling progenitor-macro v0.13.0
33382026-07-06T21:38:41.249Z Compiling object v0.30.4
33392026-07-06T21:38:41.298Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33402026-07-06T21:38:41.628Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33412026-07-06T21:38:41.704Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33422026-07-06T21:38:42.273Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33432026-07-06T21:38:42.291Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33442026-07-06T21:38:42.350Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33452026-07-06T21:38:42.704Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33462026-07-06T21:38:42.895Z Compiling ed25519 v3.0.0
33472026-07-06T21:38:42.953Z Compiling crypto-primes v0.7.2
33482026-07-06T21:38:43.221Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33492026-07-06T21:38:43.323Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33502026-07-06T21:38:43.912Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33512026-07-06T21:38:43.985Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33522026-07-06T21:38:44.038Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33532026-07-06T21:38:44.059Z Compiling pkcs1 v0.8.0-rc.4
33542026-07-06T21:38:44.062Z Compiling poly1305 v0.9.0
33552026-07-06T21:38:44.273Z Compiling blowfish v0.10.0
33562026-07-06T21:38:44.441Z Compiling blake2 v0.11.0-rc.6
33572026-07-06T21:38:44.482Z Compiling keccak v0.2.0
33582026-07-06T21:38:44.489Z Compiling crc8 v0.1.1
33592026-07-06T21:38:44.505Z Compiling http-range v0.1.5
33602026-07-06T21:38:44.546Z Compiling fiat-crypto v0.3.0
33612026-07-06T21:38:44.636Z Compiling path-slash v0.1.5
33622026-07-06T21:38:44.682Z Compiling half v1.8.3
33632026-07-06T21:38:44.732Z Compiling argon2 v0.6.0-rc.8
33642026-07-06T21:38:44.806Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33652026-07-06T21:38:44.823Z Compiling sha3 v0.11.0
33662026-07-06T21:38:44.898Z Compiling serde_cbor v0.11.2
33672026-07-06T21:38:44.914Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33682026-07-06T21:38:45.008Z Compiling bcrypt-pbkdf v0.11.0
33692026-07-06T21:38:45.026Z Compiling ssh-cipher v0.3.0-rc.9
33702026-07-06T21:38:45.074Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33712026-07-06T21:38:45.304Z Compiling rsa v0.10.0-rc.18
33722026-07-06T21:38:45.343Z Compiling ed25519-dalek v3.0.0-rc.0
33732026-07-06T21:38:45.511Z Compiling illumos-nvpair v0.3.0
33742026-07-06T21:38:45.802Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33752026-07-06T21:38:45.826Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33762026-07-06T21:38:45.852Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33772026-07-06T21:38:45.976Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33782026-07-06T21:38:46.043Z Compiling p256 v0.14.0-rc.10
33792026-07-06T21:38:46.060Z Compiling p521 v0.14.0-rc.10
33802026-07-06T21:38:46.098Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33812026-07-06T21:38:46.238Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33822026-07-06T21:38:46.264Z Compiling yasna v0.5.2
33832026-07-06T21:38:46.300Z Compiling progenitor v0.13.0
33842026-07-06T21:38:46.353Z Compiling kstat-rs v0.2.4
33852026-07-06T21:38:46.388Z Compiling headers-core v0.3.0
33862026-07-06T21:38:46.471Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33872026-07-06T21:38:46.494Z Compiling kem v0.3.0
33882026-07-06T21:38:46.635Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33892026-07-06T21:38:46.655Z Compiling module-lattice v0.2.3
33902026-07-06T21:38:46.672Z Compiling nanorand v0.7.0
33912026-07-06T21:38:46.722Z Compiling atty v0.2.14
33922026-07-06T21:38:46.858Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33932026-07-06T21:38:46.928Z Compiling ml-kem v0.3.2
33942026-07-06T21:38:46.971Z Compiling flume v0.11.1
33952026-07-06T21:38:46.988Z Compiling rcgen v0.12.1
33962026-07-06T21:38:46.993Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33972026-07-06T21:38:46.994Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-07-06T21:38:47.278Z Compiling headers v0.4.1
33992026-07-06T21:38:47.311Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34002026-07-06T21:38:47.757Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34012026-07-06T21:38:47.951Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34022026-07-06T21:38:47.983Z Compiling hyper-staticfile v0.10.1
34032026-07-06T21:38:48.086Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34042026-07-06T21:38:48.121Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34052026-07-06T21:38:48.126Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34062026-07-06T21:38:48.294Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34072026-07-06T21:38:48.525Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34082026-07-06T21:38:48.546Z Compiling russh-cryptovec v0.61.0
34092026-07-06T21:38:48.787Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34102026-07-06T21:38:48.803Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34112026-07-06T21:38:48.892Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34122026-07-06T21:38:48.912Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34132026-07-06T21:38:48.993Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34142026-07-06T21:38:49.029Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34152026-07-06T21:38:49.225Z Compiling internal-russh-num-bigint v0.5.0
34162026-07-06T21:38:49.252Z Compiling num-bigint v0.4.6
34172026-07-06T21:38:49.599Z Compiling generic-array v1.4.3
34182026-07-06T21:38:49.643Z Compiling russh-util v0.52.0
34192026-07-06T21:38:49.734Z Compiling enum_dispatch v0.3.13
34202026-07-06T21:38:49.767Z Compiling delegate v0.13.5
34212026-07-06T21:38:49.830Z Compiling p384 v0.14.0-rc.10
34222026-07-06T21:38:50.028Z Compiling subprocess v0.2.15
34232026-07-06T21:38:50.106Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34242026-07-06T21:38:50.124Z Compiling md5 v0.8.0
34252026-07-06T21:38:50.226Z Compiling hex-literal v1.1.0
34262026-07-06T21:38:50.293Z Compiling display-error-chain v0.2.2
34272026-07-06T21:38:50.389Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34282026-07-06T21:38:50.427Z Compiling colored v2.2.0
34292026-07-06T21:38:50.445Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34302026-07-06T21:38:50.601Z Compiling socket2 v0.5.10
34312026-07-06T21:38:50.619Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-07-06T21:38:50.717Z Compiling internet-checksum v0.2.1
34332026-07-06T21:38:51.699Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34342026-07-06T21:38:51.941Z Compiling ssh-key v0.7.0-rc.10
34352026-07-06T21:38:52.388Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34362026-07-06T21:38:52.871Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34372026-07-06T21:38:53.229Z Compiling russh v0.61.2
34382026-07-06T21:38:53.585Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34392026-07-06T21:38:54.725Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34402026-07-06T21:39:03.146Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34412026-07-06T21:39:03.146Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34422026-07-06T21:39:03.146Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34432026-07-06T21:39:03.155Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34442026-07-06T21:39:04.874Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34452026-07-06T21:39:04.890Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34462026-07-06T21:39:08.909Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34472026-07-06T21:39:48.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34482026-07-06T21:39:49.187Z
34492026-07-06T21:39:49.187Zreal 1:27.739981619
34502026-07-06T21:39:49.187Zuser 8:44.756822917
34512026-07-06T21:39:49.187Zsys 1:43.455380379
34522026-07-06T21:39:49.187Ztrap 0.255213016
34532026-07-06T21:39:49.187Ztflt 0.473646829
34542026-07-06T21:39:49.191Zdflt 1.601639745
34552026-07-06T21:39:49.191Zkflt 0.000255913
34562026-07-06T21:39:49.191Zlock 31:01.404468287
34572026-07-06T21:39:49.191Zslp 19:58.435601271
34582026-07-06T21:39:49.191Zlat 42.919860682
34592026-07-06T21:39:49.191Zstop 3:03.637652748
34602026-07-06T21:39:49.191Z+ mkdir tests
34612026-07-06T21:39:49.194Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34622026-07-06T21:39:49.194Z+ xargs -I '{}' -t cp '{}' tests/
34632026-07-06T21:39:49.216Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-870920e136a9ca02 tests/
34642026-07-06T21:39:49.247Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c8c3468d6051d3c0 tests/
34652026-07-06T21:39:49.275Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-15db5ead848e047c tests/
34662026-07-06T21:39:49.305Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-818ae6b7aca33ce4 tests/
34672026-07-06T21:39:49.642Z+ 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)
34682026-07-06T21:39:49.646Z+ 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-c8c3468d6051d3c0 tests/commtest-15db5ead848e047c tests/dhcp_server-870920e136a9ca02 tests/end_to_end_tests-818ae6b7aca33ce4 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
34692026-07-06T21:41:09.977ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34702026-07-06T21:41:09.978Za .github/buildomat/ci-env.sh 1K
34712026-07-06T21:41:09.978Za out/target/test 1K
34722026-07-06T21:41:09.978Za out/npuzone/npuzone 27402K
34732026-07-06T21:41:09.978Za package-manifest.toml 35K
34742026-07-06T21:41:09.978Za smf/sled-agent/non-gimlet/config.toml 6K
34752026-07-06T21:41:09.978Za target/release/omicron-package 40715K
34762026-07-06T21:41:09.978Za target/release/xtask 10425K
34772026-07-06T21:41:09.978Za target/debug/bootstrap 349733K
34782026-07-06T21:41:09.978Za tests/bootstrap-c8c3468d6051d3c0 31974K
34792026-07-06T21:41:09.978Za tests/commtest-15db5ead848e047c 32169K
34802026-07-06T21:41:09.978Za tests/dhcp_server-870920e136a9ca02 31974K
34812026-07-06T21:41:09.978Za tests/end_to_end_tests-818ae6b7aca33ce4 399608K
34822026-07-06T21:41:09.978Za tools/opte_version 1K
34832026-07-06T21:41:09.978Za tools/opte_version_override 2K
34842026-07-06T21:41:09.978Za out/clickhouse.tar.gz 311366K
34852026-07-06T21:41:09.978Za out/clickhouse_keeper.tar.gz 297838K
34862026-07-06T21:41:09.978Za out/clickhouse_server.tar.gz 311364K
34872026-07-06T21:41:09.978Za out/cockroachdb.tar.gz 161737K
34882026-07-06T21:41:09.978Za out/crucible-pantry-zone.tar.gz 39111K
34892026-07-06T21:41:09.978Za out/crucible-utils.tar 18900K
34902026-07-06T21:41:09.978Za out/crucible-zone.tar.gz 53807K
34912026-07-06T21:41:09.978Za out/external-dns.tar.gz 46796K
34922026-07-06T21:41:09.978Za out/internal-dns.tar.gz 46795K
34932026-07-06T21:41:09.978Za out/mg-ddm-gz.tar 97917K
34942026-07-06T21:41:09.978Za out/nexus.tar.gz 275005K
34952026-07-06T21:41:09.978Za out/ntp.tar.gz 29912K
34962026-07-06T21:41:09.978Za out/omicron-gateway-softnpu.tar.gz 27765K
34972026-07-06T21:41:09.978Za out/omicron-sled-agent.tar 194585K
34982026-07-06T21:41:09.978Za out/overlay.tar.gz 3K
34992026-07-06T21:41:09.978Za out/oximeter.tar.gz 62552K
35002026-07-06T21:41:09.978Za out/oxlog.tar 3808K
35012026-07-06T21:41:09.978Za out/probe.tar.gz 3037K
35022026-07-06T21:41:09.978Za out/propolis-server.tar.gz 34372K
35032026-07-06T21:41:09.978Za out/pumpkind-gz.tar 26647K
35042026-07-06T21:41:09.978Za out/switch-softnpu.tar.gz 448761K
35052026-07-06T21:41:09.982Z
35062026-07-06T21:41:09.982Zreal 1:20.332412411
35072026-07-06T21:41:09.982Zuser 1:17.691982263
35082026-07-06T21:41:09.982Zsys 4.439517643
35092026-07-06T21:41:09.982Ztrap 0.006005156
35102026-07-06T21:41:09.982Ztflt 0.000000000
35112026-07-06T21:41:09.982Zdflt 0.000000000
35122026-07-06T21:41:09.982Zkflt 0.000000000
35132026-07-06T21:41:09.982Zlock 0.000000000
35142026-07-06T21:41:09.982Zslp 1:17.571177600
35152026-07-06T21:41:09.982Zlat 0.950719199
35162026-07-06T21:41:09.982Zstop 0.000479418
35172026-07-06T21:41:09.982Zprocess exited: duration 952877 ms, exit code 0
 
35182026-07-06T21:41:09.997Zfound 1 output files
35192026-07-06T21:41:09.997Zuploading: /work/package.tar.gz (2489036033 bytes)
35202026-07-06T21:41:36.761Zuploaded: /work/package.tar.gz