01KT86HPWG66M8X741BXQ1W5NY: 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: 01KT86J5D3TYVS20JT578KD7RB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T02:15:20.623Zjob assigned to worker 01KT86J7AZC7G9XMM319DVDYGG [factory aws, i-05a2301459785839f] (queued for 54 s)
 
22026-06-04T02:15:28.333Zstarting task 0: "setup"
32026-06-04T02:15:28.337Z++ uname -s
42026-06-04T02:15:28.341Z+ kern=SunOS
52026-06-04T02:15:28.341Z+ build_user=build
62026-06-04T02:15:28.341Z+ build_uid=12345
72026-06-04T02:15:28.341Z+ work_dir=/work
82026-06-04T02:15:28.341Z+ input_dir=/input
92026-06-04T02:15:28.341Z+ [[ 0 == 12345 ]]
102026-06-04T02:15:28.341Z+ case "$kern" in
112026-06-04T02:15:28.341Z+ groupadd -g 12345 build
122026-06-04T02:15:28.341Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T02:15:30.347Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T02:15:30.464Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T02:15:30.468Z+ home_fs=zfs
162026-06-04T02:15:30.468Z+ [[ zfs == autofs ]]
172026-06-04T02:15:30.468Z+ mkdir -p /home/build
182026-06-04T02:15:30.468Z+ chown build:build /home/build /work
192026-06-04T02:15:32.470Z+ chmod 0700 /home/build /work
202026-06-04T02:15:32.473Zprocess exited: duration 4142 ms, exit code 0
 
212026-06-04T02:15:32.479Zstarting task 1: "rust-toolchain"
222026-06-04T02:15:32.485Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-04T02:15:32.485Z * rust toolchain channel = "1.94.0"
242026-06-04T02:15:32.485Z * rust toolchain profile = "default"
252026-06-04T02:15:32.485Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-04T02:15:32.485Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T02:15:32.485Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T02:15:32.489Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T02:15:32.489Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-04T02:15:32.550Zinfo: downloading installer
312026-06-04T02:15:33.856Zwarn: It looks like you have an existing rustup settings file at:
322026-06-04T02:15:33.856Zwarn: /home/build/.rustup/settings.toml
332026-06-04T02:15:33.856Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-04T02:15:33.856Zwarn: instead of the one inferred from the default host triple.
352026-06-04T02:15:33.867Zinfo: profile set to default
362026-06-04T02:15:33.867Zinfo: default host triple is x86_64-unknown-illumos
372026-06-04T02:15:33.870Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-04T02:15:34.008Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-04T02:15:34.011Zinfo: downloading 6 components
402026-06-04T02:15:50.293Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-04T02:15:50.293Z
422026-06-04T02:15:50.320Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-04T02:15:50.321Z
442026-06-04T02:15:50.321Z
452026-06-04T02:15:50.321ZRust is installed now. Great!
462026-06-04T02:15:50.321Z
472026-06-04T02:15:50.321ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-04T02:15:50.321Zenvironment variable. This has not been done automatically.
492026-06-04T02:15:50.325Z
502026-06-04T02:15:50.325ZTo configure your current shell, you need to source
512026-06-04T02:15:50.325Zthe corresponding env file under $HOME/.cargo.
522026-06-04T02:15:50.325Z
532026-06-04T02:15:50.325ZThis is usually done by running one of the following (note the leading DOT):
542026-06-04T02:15:50.325Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-04T02:15:50.325Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-04T02:15:50.325Zsource "~/.cargo/env.nu" # For nushell
572026-06-04T02:15:50.325Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-04T02:15:50.325Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-04T02:15:50.325Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-04T02:15:50.325Zwarn: no default linker (`cc`) was found in your PATH
612026-06-04T02:15:50.325Zwarn: many Rust crates require a system C toolchain to build
622026-06-04T02:15:50.411Z+ rustup --version
632026-06-04T02:15:50.417Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-04T02:15:50.420Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-04T02:15:50.437Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-04T02:15:50.440Z+ cargo --version
672026-06-04T02:15:50.448Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-04T02:15:50.452Z+ rustc --version
692026-06-04T02:15:50.472Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-04T02:15:50.475Zprocess exited: duration 17995 ms, exit code 0
 
712026-06-04T02:15:50.482Zstarting task 2: "authentication"
722026-06-04T02:15:50.500Zprocess exited: duration 18 ms, exit code 0
 
732026-06-04T02:15:50.507Zstarting task 3: "clone repository"
742026-06-04T02:15:50.512Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-04T02:15:50.515Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-04T02:15:50.553ZCloning into '/work/oxidecomputer/omicron'...
772026-06-04T02:16:00.963Z+ cd /work/oxidecomputer/omicron
782026-06-04T02:16:00.963Z+ git fetch origin dbf8d343d3313b9c3ee09ef091cef9b5c8812cd0
792026-06-04T02:16:01.234ZFrom https://github.com/oxidecomputer/omicron
802026-06-04T02:16:01.235Z * branch dbf8d343d3313b9c3ee09ef091cef9b5c8812cd0 -> FETCH_HEAD
812026-06-04T02:16:01.247Z+ [[ -n jmcarp/block-size-docs ]]
822026-06-04T02:16:01.250Z++ git branch --show-current
832026-06-04T02:16:01.250Z+ current=main
842026-06-04T02:16:01.250Z+ [[ main != jmcarp/block-size-docs ]]
852026-06-04T02:16:01.250Z+ git branch -f jmcarp/block-size-docs dbf8d343d3313b9c3ee09ef091cef9b5c8812cd0
862026-06-04T02:16:01.253Z+ git checkout -f jmcarp/block-size-docs
872026-06-04T02:16:01.491ZSwitched to branch 'jmcarp/block-size-docs'
882026-06-04T02:16:01.494Z+ git reset --hard dbf8d343d3313b9c3ee09ef091cef9b5c8812cd0
892026-06-04T02:16:01.728ZHEAD is now at dbf8d343d Fix generated block size docs.
902026-06-04T02:16:01.732Zprocess exited: duration 11220 ms, exit code 0
 
912026-06-04T02:16:01.738Zstarting task 4: "build"
922026-06-04T02:16:01.743Z+ source .github/buildomat/ci-env.sh
932026-06-04T02:16:01.743Z++ export CARGO_TERM_COLOR=always
942026-06-04T02:16:01.743Z++ CARGO_TERM_COLOR=always
952026-06-04T02:16:01.743Z+ cargo --version
962026-06-04T02:16:01.754Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-04T02:16:01.757Z+ rustc --version
982026-06-04T02:16:01.779Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-04T02:16:01.782Z+ WORK=/work
1002026-06-04T02:16:01.782Z+ pfexec mkdir -p /work
1012026-06-04T02:16:01.785Z+ pfexec chown build /work
1022026-06-04T02:16:01.788Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-04T02:16:03.320Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-04T02:16:03.425Z Startup: Caching catalogs ... Done
1052026-06-04T02:16:03.721ZPlanning: Solver setup ... Done (0.251s)
1062026-06-04T02:16:03.740ZPlanning: Running solver ... Done (0.019s)
1072026-06-04T02:16:03.747ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-04T02:16:03.758ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-04T02:16:03.775ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-04T02:16:03.789ZPlanning: Package planning ... Done (0.014s)
1112026-06-04T02:16:03.792ZPlanning: Merging actions ... Done (0.002s)
1122026-06-04T02:16:03.983ZPlanning: Checking for conflicting actions ... Done (0.192s)
1132026-06-04T02:16:03.986ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-04T02:16:04.892ZPlanning: Evaluating mediators ... Done (0.907s)
1152026-06-04T02:16:04.895ZPlanning: Planning completed in 1.44 seconds
1162026-06-04T02:16:04.901Z Packages to install: 2
1172026-06-04T02:16:04.901Z Estimated space available: 156.07 GB
1182026-06-04T02:16:04.901ZEstimated space to be consumed: 23.93 MB
1192026-06-04T02:16:04.904Z Create boot environment: No
1202026-06-04T02:16:04.904ZCreate backup boot environment: No
1212026-06-04T02:16:04.904Z Rebuild boot archive: No
1222026-06-04T02:16:04.904Z
1232026-06-04T02:16:04.904ZChanged packages:
1242026-06-04T02:16:04.904Zhelios
1252026-06-04T02:16:04.904Z developer/build-essential
1262026-06-04T02:16:04.904Z None -> 11-3.0
1272026-06-04T02:16:04.904Z library/libxmlsec1
1282026-06-04T02:16:04.904Z None -> 1.2.35-3.0
1292026-06-04T02:16:04.926Z
1302026-06-04T02:16:04.926ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-04T02:16:05.681ZDownload: Completed 1.28 MB in 0.76 seconds (1.7M/s)
1322026-06-04T02:16:05.747Z Actions: 1/268 actions (Installing new actions)
1332026-06-04T02:16:05.786Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-04T02:16:05.795ZFinalize: Updating package state database ... Done (0.009s)
1352026-06-04T02:16:05.795ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-04T02:16:05.815ZFinalize: Updating image state ... Done (0.020s)
1372026-06-04T02:16:08.329ZFinalize: Creating fast lookup database ... Done (2.489s)
1382026-06-04T02:16:08.417ZFinalize: Reading search index ... Done (0.029s)
1392026-06-04T02:16:08.421ZFinalize: Updating search index ... Done (0.000s)
1402026-06-04T02:16:08.500ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-04T02:16:08.799ZPlanning: Evaluating mediator changes ... Done
1422026-06-04T02:16:08.903ZPlanning: Checking for conflicting actions ... Done
1432026-06-04T02:16:08.906ZPlanning: Consolidating action changes ... Done
1442026-06-04T02:16:09.062ZPlanning: Evaluating mediators ... Done
1452026-06-04T02:16:09.065ZPlanning: Planning completed in 0.26 seconds
1462026-06-04T02:16:09.086Z Mediators to change: 2
1472026-06-04T02:16:09.086Z Create boot environment: No
1482026-06-04T02:16:09.086ZCreate backup boot environment: No
1492026-06-04T02:16:09.131ZFinalize: Updating package state database ... Done
1502026-06-04T02:16:09.131ZFinalize: Updating package cache ... Done
1512026-06-04T02:16:09.143ZFinalize: Updating image state ... Done
1522026-06-04T02:16:11.050ZFinalize: Creating fast lookup database ... Done
1532026-06-04T02:16:11.113ZFinalize: Reading search index ... Done
1542026-06-04T02:16:11.117ZFinalize: Updating search index ... Done
1552026-06-04T02:16:11.191ZFinalize: Updating package cache ... Done
1562026-06-04T02:16:11.473ZPlanning: Evaluating mediator changes ... Done
1572026-06-04T02:16:11.577ZPlanning: Checking for conflicting actions ... Done
1582026-06-04T02:16:11.580ZPlanning: Consolidating action changes ... Done
1592026-06-04T02:16:11.737ZPlanning: Evaluating mediators ... Done
1602026-06-04T02:16:11.740ZPlanning: Planning completed in 0.26 seconds
1612026-06-04T02:16:11.760Z Mediators to change: 1
1622026-06-04T02:16:11.760Z Create boot environment: No
1632026-06-04T02:16:11.760ZCreate backup boot environment: No
1642026-06-04T02:16:11.815ZFinalize: Updating package state database ... Done
1652026-06-04T02:16:11.815ZFinalize: Updating package cache ... Done
1662026-06-04T02:16:11.826ZFinalize: Updating image state ... Done
1672026-06-04T02:16:13.760ZFinalize: Creating fast lookup database ... Done
1682026-06-04T02:16:13.823ZFinalize: Reading search index ... Done
1692026-06-04T02:16:13.826ZFinalize: Updating search index ... Done
1702026-06-04T02:16:13.920ZFinalize: Updating package cache ... Done
1712026-06-04T02:16:14.235ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-04T02:16:14.235Zapache system 2.4 system
1732026-06-04T02:16:14.235Zclang system 15 system
1742026-06-04T02:16:14.235Zcsh system system illumos
1752026-06-04T02:16:14.235Zctags system system illumos
1762026-06-04T02:16:14.235Zfile vendor vendor darwinsys
1772026-06-04T02:16:14.235Zfile system system illumos
1782026-06-04T02:16:14.235Zgcc vendor 14 vendor
1792026-06-04T02:16:14.235Zgcc system 13 system
1802026-06-04T02:16:14.235Zgcc system 10 system
1812026-06-04T02:16:14.235Zgo system 1.25 system
1822026-06-04T02:16:14.235Zllvm system 15 system
1832026-06-04T02:16:14.235Zmariadb system 11.4 system
1842026-06-04T02:16:14.235Zmta vendor vendor dma
1852026-06-04T02:16:14.235Zopenjdk system 17 system
1862026-06-04T02:16:14.235Zopenjdk system 11 system
1872026-06-04T02:16:14.236Zopenssl vendor 3 vendor
1882026-06-04T02:16:14.236Zperl system 5.40 system
1892026-06-04T02:16:14.236Zpostgresql system 18 system
1902026-06-04T02:16:14.236Zpostgresql system 17 system
1912026-06-04T02:16:14.236Zpython vendor 3 vendor
1922026-06-04T02:16:14.236Zpython system 2 system
1932026-06-04T02:16:14.236Zpython3 vendor 3.13 vendor
1942026-06-04T02:16:14.236Zruby system 3.4 system
1952026-06-04T02:16:14.236Zruby system 3.0 system
1962026-06-04T02:16:14.236Zwords vendor vendor american-english
1972026-06-04T02:16:14.236Zwords system system australian-english
1982026-06-04T02:16:14.236Zwords system system british-english
1992026-06-04T02:16:14.236Zwords system system canadian-english
2002026-06-04T02:16:14.236Zwords system system french
2012026-06-04T02:16:14.236Zwords system system italian
2022026-06-04T02:16:14.236Zwords system system ngerman
2032026-06-04T02:16:14.236Zwords system system ogerman
2042026-06-04T02:16:14.236Zwords system system spanish
2052026-06-04T02:16:14.495ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-04T02:16:14.495Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-04T02:16:14.778ZFMRI IFO
2082026-06-04T02:16:14.778Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-04T02:16:14.778Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-04T02:16:14.778Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-04T02:16:14.778Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-04T02:16:14.778Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-04T02:16:14.778Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-04T02:16:14.778Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-04T02:16:14.778Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-04T02:16:14.778Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-04T02:16:15.011Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-04T02:16:15.274Z Updating crates.io index
2192026-06-04T02:16:15.311Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-04T02:16:15.999Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-04T02:16:16.483Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-04T02:16:17.181Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-04T02:16:18.137Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-04T02:16:18.677Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-04T02:16:20.174Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-04T02:16:21.113Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-04T02:16:21.423Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-04T02:16:22.315Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-04T02:16:22.806Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-04T02:16:23.112Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-04T02:16:23.513Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-04T02:16:24.436Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-04T02:16:24.917Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-04T02:16:25.135Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-04T02:16:25.509Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-04T02:16:26.008Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-04T02:16:26.390Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-04T02:16:26.745Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-04T02:16:26.939Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-04T02:16:27.188Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-04T02:16:27.609Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-04T02:16:28.072Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-04T02:16:28.316Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-04T02:16:28.700Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-04T02:16:29.165Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-04T02:16:29.454Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-04T02:16:29.732Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-04T02:16:30.971Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-04T02:16:31.377Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-06-04T02:16:31.710Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-06-04T02:16:31.984Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-06-04T02:16:32.327Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-06-04T02:16:32.635Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-06-04T02:16:33.087Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-06-04T02:16:33.332Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-06-04T02:16:33.638Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-06-04T02:16:33.934Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-06-04T02:16:34.299Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-06-04T02:16:46.692Z Downloading crates ...
2602026-06-04T02:16:46.750Z Downloaded num-traits v0.2.19
2612026-06-04T02:16:46.755Z Downloaded icu_properties v2.1.2
2622026-06-04T02:16:46.756Z Downloaded serde_spanned v0.6.9
2632026-06-04T02:16:46.756Z Downloaded toml v0.8.23
2642026-06-04T02:16:46.756Z Downloaded potential_utf v0.1.4
2652026-06-04T02:16:46.779Z Downloaded pest_meta v2.8.6
2662026-06-04T02:16:46.779Z Downloaded anstyle-parse v0.2.7
2672026-06-04T02:16:46.780Z Downloaded toml_write v0.1.2
2682026-06-04T02:16:46.781Z Downloaded thiserror-impl v1.0.69
2692026-06-04T02:16:46.800Z Downloaded winnow v0.7.14
2702026-06-04T02:16:46.800Z Downloaded version_check v0.9.5
2712026-06-04T02:16:46.800Z Downloaded utf8parse v0.2.2
2722026-06-04T02:16:46.800Z Downloaded utf8_iter v1.0.4
2732026-06-04T02:16:46.800Z Downloaded thiserror-impl v2.0.18
2742026-06-04T02:16:46.801Z Downloaded textwrap v0.16.2
2752026-06-04T02:16:46.801Z Downloaded thiserror v2.0.18
2762026-06-04T02:16:46.801Z Downloaded serde_json v1.0.149
2772026-06-04T02:16:46.801Z Downloaded usdt-macro v0.5.0
2782026-06-04T02:16:46.801Z Downloaded toml_datetime v0.6.11
2792026-06-04T02:16:46.801Z Downloaded yoke-derive v0.8.1
2802026-06-04T02:16:46.801Z Downloaded anstyle v1.0.13
2812026-06-04T02:16:46.801Z Downloaded zerofrom-derive v0.1.6
2822026-06-04T02:16:46.801Z Downloaded scroll_derive v0.12.1
2832026-06-04T02:16:46.801Z Downloaded usdt-attr-macro v0.5.0
2842026-06-04T02:16:46.802Z Downloaded thread-id v4.2.2
2852026-06-04T02:16:46.802Z Downloaded fastrand v2.3.0
2862026-06-04T02:16:46.802Z Downloaded autocfg v1.5.0
2872026-06-04T02:16:46.812Z Downloaded heck v0.5.0
2882026-06-04T02:16:46.813Z Downloaded heck v0.4.1
2892026-06-04T02:16:46.813Z Downloaded proc-macro-error v1.0.4
2902026-06-04T02:16:46.813Z Downloaded unicode-linebreak v0.1.5
2912026-06-04T02:16:46.813Z Downloaded scroll v0.12.0
2922026-06-04T02:16:46.813Z Downloaded typeid v1.0.3
2932026-06-04T02:16:46.813Z Downloaded anstream v0.6.21
2942026-06-04T02:16:46.813Z Downloaded getrandom v0.4.1
2952026-06-04T02:16:46.813Z Downloaded usdt v0.5.0
2962026-06-04T02:16:46.814Z Downloaded anstyle-query v1.1.5
2972026-06-04T02:16:46.814Z Downloaded serde v1.0.228
2982026-06-04T02:16:46.814Z Downloaded zerovec-derive v0.11.2
2992026-06-04T02:16:46.814Z Downloaded zmij v1.0.21
3002026-06-04T02:16:46.815Z Downloaded proc-macro2 v1.0.106
3012026-06-04T02:16:46.816Z Downloaded toml_edit v0.22.27
3022026-06-04T02:16:46.821Z Downloaded ucd-trie v0.1.7
3032026-06-04T02:16:46.822Z Downloaded zerocopy-derive v0.7.35
3042026-06-04T02:16:46.822Z Downloaded yoke v0.8.1
3052026-06-04T02:16:46.822Z Downloaded log v0.4.29
3062026-06-04T02:16:46.822Z Downloaded fs-err v3.3.0
3072026-06-04T02:16:46.822Z Downloaded usdt-impl v0.5.0
3082026-06-04T02:16:46.822Z Downloaded thiserror v1.0.69
3092026-06-04T02:16:46.822Z Downloaded semver v1.0.28
3102026-06-04T02:16:46.822Z Downloaded generic-array v0.14.7
3112026-06-04T02:16:46.829Z Downloaded pest_generator v2.8.6
3122026-06-04T02:16:46.829Z Downloaded tinystr v0.8.2
3132026-06-04T02:16:46.829Z Downloaded zerofrom v0.1.6
3142026-06-04T02:16:46.830Z Downloaded smawk v0.3.2
3152026-06-04T02:16:46.830Z Downloaded serde-value v0.7.0
3162026-06-04T02:16:46.830Z Downloaded plain v0.2.3
3172026-06-04T02:16:46.839Z Downloaded colorchoice v1.0.4
3182026-06-04T02:16:46.840Z Downloaded cpufeatures v0.2.17
3192026-06-04T02:16:46.840Z Downloaded proc-macro-error-attr v1.0.4
3202026-06-04T02:16:46.840Z Downloaded byteorder v1.5.0
3212026-06-04T02:16:46.840Z Downloaded cargo-platform v0.2.0
3222026-06-04T02:16:46.840Z Downloaded camino-tempfile v1.4.1
3232026-06-04T02:16:46.840Z Downloaded pretty-hex v0.4.1
3242026-06-04T02:16:46.840Z Downloaded unicode-xid v0.2.6
3252026-06-04T02:16:46.847Z Downloaded ordered-float v2.10.1
3262026-06-04T02:16:46.847Z Downloaded writeable v0.6.2
3272026-06-04T02:16:46.847Z Downloaded stable_deref_trait v1.2.1
3282026-06-04T02:16:46.851Z Downloaded smallvec v1.15.1
3292026-06-04T02:16:46.851Z Downloaded serde_tokenstream v0.2.3
3302026-06-04T02:16:46.851Z Downloaded zerocopy v0.7.35
3312026-06-04T02:16:46.857Z Downloaded terminal_size v0.4.3
3322026-06-04T02:16:46.860Z Downloaded unicode-ident v1.0.24
3332026-06-04T02:16:46.860Z Downloaded sha2 v0.10.9
3342026-06-04T02:16:46.862Z Downloaded bytecount v0.6.9
3352026-06-04T02:16:46.862Z Downloaded clap_lex v1.0.0
3362026-06-04T02:16:46.862Z Downloaded url v2.5.8
3372026-06-04T02:16:46.866Z Downloaded is_terminal_polyfill v1.70.2
3382026-06-04T02:16:46.867Z Downloaded icu_collections v2.1.1
3392026-06-04T02:16:46.869Z Downloaded percent-encoding v2.3.2
3402026-06-04T02:16:46.869Z Downloaded zerovec v0.11.5
3412026-06-04T02:16:46.872Z Downloaded macaddr v1.0.1
3422026-06-04T02:16:46.872Z Downloaded equivalent v1.0.2
3432026-06-04T02:16:46.872Z Downloaded tabled_derive v0.7.0
3442026-06-04T02:16:46.875Z Downloaded typenum v1.19.0
3452026-06-04T02:16:46.875Z Downloaded zerotrie v0.2.3
3462026-06-04T02:16:46.878Z Downloaded unicode-width v0.2.0
3472026-06-04T02:16:46.881Z Downloaded swrite v0.1.0
3482026-06-04T02:16:46.881Z Downloaded unicode-width v0.1.14
3492026-06-04T02:16:46.883Z Downloaded synstructure v0.13.2
3502026-06-04T02:16:46.886Z Downloaded serde-untagged v0.1.9
3512026-06-04T02:16:46.886Z Downloaded icu_normalizer_data v2.1.1
3522026-06-04T02:16:46.886Z Downloaded erased-serde v0.4.9
3532026-06-04T02:16:46.889Z Downloaded dtrace-parser v0.2.0
3542026-06-04T02:16:46.889Z Downloaded itoa v1.0.17
3552026-06-04T02:16:46.889Z Downloaded crypto-common v0.1.7
3562026-06-04T02:16:46.889Z Downloaded form_urlencoded v1.2.2
3572026-06-04T02:16:46.892Z Downloaded errno v0.3.14
3582026-06-04T02:16:46.892Z Downloaded dof v0.3.0
3592026-06-04T02:16:46.896Z Downloaded quote v1.0.45
3602026-06-04T02:16:46.900Z Downloaded strsim v0.11.1
3612026-06-04T02:16:46.903Z Downloaded once_cell v1.21.3
3622026-06-04T02:16:46.903Z Downloaded memmap v0.7.0
3632026-06-04T02:16:46.903Z Downloaded cargo_toml v0.21.0
3642026-06-04T02:16:46.906Z Downloaded digest v0.10.7
3652026-06-04T02:16:46.908Z Downloaded cfg-if v1.0.4
3662026-06-04T02:16:46.908Z Downloaded cargo_metadata v0.21.0
3672026-06-04T02:16:46.911Z Downloaded displaydoc v0.2.5
3682026-06-04T02:16:46.917Z Downloaded papergrid v0.11.0
3692026-06-04T02:16:46.921Z Downloaded block-buffer v0.10.4
3702026-06-04T02:16:46.924Z Downloaded idna_adapter v1.2.1
3712026-06-04T02:16:46.924Z Downloaded icu_provider v2.1.1
3722026-06-04T02:16:46.924Z Downloaded clap_derive v4.5.55
3732026-06-04T02:16:46.924Z Downloaded cargo-util-schemas v0.8.2
3742026-06-04T02:16:46.927Z Downloaded pest_derive v2.8.6
3752026-06-04T02:16:46.930Z Downloaded litemap v0.8.1
3762026-06-04T02:16:46.933Z Downloaded tempfile v3.25.0
3772026-06-04T02:16:46.934Z Downloaded camino v1.2.2
3782026-06-04T02:16:46.939Z Downloaded anyhow v1.0.102
3792026-06-04T02:16:46.939Z Downloaded serde_derive v1.0.228
3802026-06-04T02:16:46.939Z Downloaded hashbrown v0.17.0
3812026-06-04T02:16:46.947Z Downloaded clap v4.5.60
3822026-06-04T02:16:46.953Z Downloaded serde_core v1.0.228
3832026-06-04T02:16:46.953Z Downloaded icu_locale_core v2.1.1
3842026-06-04T02:16:46.964Z Downloaded bitflags v2.11.0
3852026-06-04T02:16:46.981Z Downloaded memchr v2.8.0
3862026-06-04T02:16:46.981Z Downloaded icu_normalizer v2.1.1
3872026-06-04T02:16:46.997Z Downloaded indexmap v2.14.0
3882026-06-04T02:16:47.007Z Downloaded pest v2.8.6
3892026-06-04T02:16:47.025Z Downloaded icu_properties_data v2.1.2
3902026-06-04T02:16:47.034Z Downloaded idna v1.1.0
3912026-06-04T02:16:47.034Z Downloaded clap_builder v4.5.60
3922026-06-04T02:16:47.057Z Downloaded goblin v0.8.2
3932026-06-04T02:16:47.058Z Downloaded tabled v0.15.0
3942026-06-04T02:16:47.061Z Downloaded syn v1.0.109
3952026-06-04T02:16:47.061Z Downloaded syn v2.0.117
3962026-06-04T02:16:47.071Z Downloaded fnv v1.0.7
3972026-06-04T02:16:47.074Z Downloaded rustix v1.1.3
3982026-06-04T02:16:47.099Z Downloaded libc v0.2.185
3992026-06-04T02:16:47.201Z Compiling proc-macro2 v1.0.106
4002026-06-04T02:16:47.202Z Compiling quote v1.0.45
4012026-06-04T02:16:47.244Z Compiling unicode-ident v1.0.24
4022026-06-04T02:16:47.244Z Compiling serde_core v1.0.228
4032026-06-04T02:16:47.244Z Compiling libc v0.2.185
4042026-06-04T02:16:47.244Z Compiling version_check v0.9.5
4052026-06-04T02:16:47.244Z Compiling serde v1.0.228
4062026-06-04T02:16:47.244Z Compiling stable_deref_trait v1.2.1
4072026-06-04T02:16:47.244Z Compiling memchr v2.8.0
4082026-06-04T02:16:47.244Z Compiling zmij v1.0.21
4092026-06-04T02:16:47.347Z Compiling ucd-trie v0.1.7
4102026-06-04T02:16:47.350Z Compiling thiserror v1.0.69
4112026-06-04T02:16:47.350Z Compiling itoa v1.0.17
4122026-06-04T02:16:47.350Z Compiling autocfg v1.5.0
4132026-06-04T02:16:47.350Z Compiling litemap v0.8.1
4142026-06-04T02:16:47.562Z Compiling writeable v0.6.2
4152026-06-04T02:16:47.611Z Compiling icu_properties_data v2.1.2
4162026-06-04T02:16:47.646Z Compiling byteorder v1.5.0
4172026-06-04T02:16:47.743Z Compiling rustix v1.1.3
4182026-06-04T02:16:47.800Z Compiling pest v2.8.6
4192026-06-04T02:16:47.803Z Compiling icu_normalizer_data v2.1.1
4202026-06-04T02:16:47.803Z Compiling serde_json v1.0.149
4212026-06-04T02:16:47.960Z Compiling bitflags v2.11.0
4222026-06-04T02:16:47.963Z Compiling num-traits v0.2.19
4232026-06-04T02:16:48.088Z Compiling typeid v1.0.3
4242026-06-04T02:16:48.125Z Compiling equivalent v1.0.2
4252026-06-04T02:16:48.184Z Compiling smallvec v1.15.1
4262026-06-04T02:16:48.235Z Compiling hashbrown v0.17.0
4272026-06-04T02:16:48.238Z Compiling usdt-impl v0.5.0
4282026-06-04T02:16:48.268Z Compiling proc-macro-error-attr v1.0.4
4292026-06-04T02:16:48.284Z Compiling syn v1.0.109
4302026-06-04T02:16:48.336Z Compiling toml_write v0.1.2
4312026-06-04T02:16:48.353Z Compiling winnow v0.7.14
4322026-06-04T02:16:48.425Z Compiling erased-serde v0.4.9
4332026-06-04T02:16:48.443Z Compiling proc-macro-error v1.0.4
4342026-06-04T02:16:48.467Z Compiling errno v0.3.14
4352026-06-04T02:16:48.484Z Compiling thread-id v4.2.2
4362026-06-04T02:16:48.586Z Compiling utf8parse v0.2.2
4372026-06-04T02:16:48.604Z Compiling getrandom v0.4.1
4382026-06-04T02:16:48.639Z Compiling log v0.4.29
4392026-06-04T02:16:48.659Z Compiling plain v0.2.3
4402026-06-04T02:16:48.677Z Compiling percent-encoding v2.3.2
4412026-06-04T02:16:48.732Z Compiling indexmap v2.14.0
4422026-06-04T02:16:48.735Z Compiling thiserror v2.0.18
4432026-06-04T02:16:48.789Z Compiling camino v1.2.2
4442026-06-04T02:16:48.808Z Compiling utf8_iter v1.0.4
4452026-06-04T02:16:48.826Z Compiling anstyle-parse v0.2.7
4462026-06-04T02:16:48.969Z Compiling syn v2.0.117
4472026-06-04T02:16:48.987Z Compiling pest_meta v2.8.6
4482026-06-04T02:16:49.035Z Compiling form_urlencoded v1.2.2
4492026-06-04T02:16:49.109Z Compiling anstyle-query v1.1.5
4502026-06-04T02:16:49.203Z Compiling ordered-float v2.10.1
4512026-06-04T02:16:49.235Z Compiling cfg-if v1.0.4
4522026-06-04T02:16:49.254Z Compiling is_terminal_polyfill v1.70.2
4532026-06-04T02:16:49.257Z Compiling pretty-hex v0.4.1
4542026-06-04T02:16:49.288Z Compiling colorchoice v1.0.4
4552026-06-04T02:16:49.330Z Compiling anstyle v1.0.13
4562026-06-04T02:16:49.429Z Compiling fs-err v3.3.0
4572026-06-04T02:16:49.450Z Compiling heck v0.4.1
4582026-06-04T02:16:49.453Z Compiling unicode-xid v0.2.6
4592026-06-04T02:16:49.487Z Compiling once_cell v1.21.3
4602026-06-04T02:16:49.506Z Compiling terminal_size v0.4.3
4612026-06-04T02:16:49.524Z Compiling anstream v0.6.21
4622026-06-04T02:16:49.570Z Compiling fnv v1.0.7
4632026-06-04T02:16:49.597Z Compiling anyhow v1.0.102
4642026-06-04T02:16:49.626Z Compiling bytecount v0.6.9
4652026-06-04T02:16:49.716Z Compiling semver v1.0.28
4662026-06-04T02:16:49.791Z Compiling strsim v0.11.1
4672026-06-04T02:16:49.810Z Compiling clap_lex v1.0.0
4682026-06-04T02:16:49.847Z Compiling unicode-width v0.1.14
4692026-06-04T02:16:49.871Z Compiling fastrand v2.3.0
4702026-06-04T02:16:49.890Z Compiling heck v0.5.0
4712026-06-04T02:16:50.076Z Compiling serde-untagged v0.1.9
4722026-06-04T02:16:50.094Z Compiling papergrid v0.11.0
4732026-06-04T02:16:50.112Z Compiling tempfile v3.25.0
4742026-06-04T02:16:50.150Z Compiling clap_builder v4.5.60
4752026-06-04T02:16:50.173Z Compiling memmap v0.7.0
4762026-06-04T02:16:50.176Z Compiling unicode-linebreak v0.1.5
4772026-06-04T02:16:50.176Z Compiling smawk v0.3.2
4782026-06-04T02:16:50.243Z Compiling unicode-width v0.2.0
4792026-06-04T02:16:50.346Z Compiling camino-tempfile v1.4.1
4802026-06-04T02:16:50.399Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-06-04T02:16:50.480Z Compiling swrite v0.1.0
4822026-06-04T02:16:50.515Z Compiling textwrap v0.16.2
4832026-06-04T02:16:50.818Z Compiling tabled_derive v0.7.0
4842026-06-04T02:16:51.488Z Compiling tabled v0.15.0
4852026-06-04T02:16:51.536Z Compiling synstructure v0.13.2
4862026-06-04T02:16:51.536Z Compiling pest_generator v2.8.6
4872026-06-04T02:16:52.073Z Compiling serde_derive v1.0.228
4882026-06-04T02:16:52.078Z Compiling zerofrom-derive v0.1.6
4892026-06-04T02:16:52.078Z Compiling yoke-derive v0.8.1
4902026-06-04T02:16:52.078Z Compiling zerovec-derive v0.11.2
4912026-06-04T02:16:52.078Z Compiling displaydoc v0.2.5
4922026-06-04T02:16:52.078Z Compiling thiserror-impl v1.0.69
4932026-06-04T02:16:52.078Z Compiling zerocopy-derive v0.7.35
4942026-06-04T02:16:52.078Z Compiling scroll_derive v0.12.1
4952026-06-04T02:16:52.078Z Compiling thiserror-impl v2.0.18
4962026-06-04T02:16:52.078Z Compiling clap_derive v4.5.55
4972026-06-04T02:16:52.156Z Compiling pest_derive v2.8.6
4982026-06-04T02:16:52.738Z Compiling scroll v0.12.0
4992026-06-04T02:16:52.881Z Compiling zerocopy v0.7.35
5002026-06-04T02:16:52.967Z Compiling goblin v0.8.2
5012026-06-04T02:16:53.223Z Compiling zerofrom v0.1.6
5022026-06-04T02:16:53.287Z Compiling yoke v0.8.1
5032026-06-04T02:16:53.333Z Compiling dtrace-parser v0.2.0
5042026-06-04T02:16:53.441Z Compiling zerovec v0.11.5
5052026-06-04T02:16:53.441Z Compiling zerotrie v0.2.3
5062026-06-04T02:16:53.509Z Compiling clap v4.5.60
5072026-06-04T02:16:53.857Z Compiling tinystr v0.8.2
5082026-06-04T02:16:53.857Z Compiling potential_utf v0.1.4
5092026-06-04T02:16:53.984Z Compiling icu_collections v2.1.1
5102026-06-04T02:16:54.013Z Compiling icu_locale_core v2.1.1
5112026-06-04T02:16:54.591Z Compiling serde_spanned v0.6.9
5122026-06-04T02:16:54.591Z Compiling toml_datetime v0.6.11
5132026-06-04T02:16:54.591Z Compiling serde-value v0.7.0
5142026-06-04T02:16:54.594Z Compiling cargo-platform v0.2.0
5152026-06-04T02:16:54.594Z Compiling macaddr v1.0.1
5162026-06-04T02:16:54.608Z Compiling icu_provider v2.1.1
5172026-06-04T02:16:54.612Z Compiling dof v0.3.0
5182026-06-04T02:16:54.612Z Compiling serde_tokenstream v0.2.3
5192026-06-04T02:16:54.784Z Compiling toml_edit v0.22.27
5202026-06-04T02:16:54.909Z Compiling icu_normalizer v2.1.1
5212026-06-04T02:16:54.909Z Compiling icu_properties v2.1.2
5222026-06-04T02:16:55.395Z Compiling usdt-attr-macro v0.5.0
5232026-06-04T02:16:55.395Z Compiling usdt-macro v0.5.0
5242026-06-04T02:16:55.743Z Compiling idna_adapter v1.2.1
5252026-06-04T02:16:55.851Z Compiling idna v1.1.0
5262026-06-04T02:16:55.968Z Compiling usdt v0.5.0
5272026-06-04T02:16:56.064Z Compiling toml v0.8.23
5282026-06-04T02:16:56.108Z Compiling url v2.5.8
5292026-06-04T02:16:56.392Z Compiling cargo_toml v0.21.0
5302026-06-04T02:16:56.516Z Compiling cargo-util-schemas v0.8.2
5312026-06-04T02:16:57.294Z Compiling cargo_metadata v0.21.0
5322026-06-04T02:16:58.199Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-04T02:17:00.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.44s
5342026-06-04T02:17:00.541Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-06-04T02:17:01.087Z Downloading crates ...
5362026-06-04T02:17:01.189Z Downloaded array-init v0.0.4
5372026-06-04T02:17:01.198Z Downloaded cobs v0.3.0
5382026-06-04T02:17:01.201Z Downloaded bcrypt-pbkdf v0.10.0
5392026-06-04T02:17:01.201Z Downloaded bit-vec v0.6.3
5402026-06-04T02:17:01.204Z Downloaded cipher v0.4.4
5412026-06-04T02:17:01.204Z Downloaded base64 v0.22.1
5422026-06-04T02:17:01.208Z Downloaded critical-section v1.2.0
5432026-06-04T02:17:01.211Z Downloaded cfg_aliases v0.2.1
5442026-06-04T02:17:01.211Z Downloaded castaway v0.2.4
5452026-06-04T02:17:01.214Z Downloaded fallible-iterator v0.2.0
5462026-06-04T02:17:01.218Z Downloaded dof v0.4.0
5472026-06-04T02:17:01.221Z Downloaded const_format v0.2.35
5482026-06-04T02:17:01.224Z Downloaded endian-type v0.1.2
5492026-06-04T02:17:01.224Z Downloaded darling v0.13.4
5502026-06-04T02:17:01.227Z Downloaded either v1.15.0
5512026-06-04T02:17:01.227Z Downloaded arrayvec v0.7.6
5522026-06-04T02:17:01.230Z Downloaded embedded-io v0.6.1
5532026-06-04T02:17:01.230Z Downloaded env_logger v0.11.9
5542026-06-04T02:17:01.233Z Downloaded find-msvc-tools v0.1.9
5552026-06-04T02:17:01.233Z Downloaded data-encoding v2.10.0
5562026-06-04T02:17:01.237Z Downloaded compression-codecs v0.4.37
5572026-06-04T02:17:01.237Z Downloaded des v0.8.1
5582026-06-04T02:17:01.240Z Downloaded argon2 v0.5.3
5592026-06-04T02:17:01.240Z Downloaded darling v0.23.0
5602026-06-04T02:17:01.243Z Downloaded foreign-types-macros v0.2.3
5612026-06-04T02:17:01.243Z Downloaded constant_time_eq v0.4.2
5622026-06-04T02:17:01.245Z Downloaded derive_more-impl v2.1.1
5632026-06-04T02:17:01.248Z Downloaded fatfs v0.3.6
5642026-06-04T02:17:01.251Z Downloaded crossbeam-epoch v0.9.18
5652026-06-04T02:17:01.251Z Downloaded crossbeam-deque v0.8.6
5662026-06-04T02:17:01.256Z Downloaded crc8 v0.1.1
5672026-06-04T02:17:01.256Z Downloaded compression-core v0.4.31
5682026-06-04T02:17:01.256Z Downloaded allocator-api2 v0.2.21
5692026-06-04T02:17:01.260Z Downloaded cstr-argument v0.1.2
5702026-06-04T02:17:01.260Z Downloaded ar_archive_writer v0.5.1
5712026-06-04T02:17:01.260Z Downloaded bitfield-macros v0.19.4
5722026-06-04T02:17:01.260Z Downloaded base16ct v0.2.0
5732026-06-04T02:17:01.263Z Downloaded async-recursion v1.1.1
5742026-06-04T02:17:01.264Z Downloaded curve25519-dalek v4.1.3
5752026-06-04T02:17:01.267Z Downloaded bitfield-struct v0.6.2
5762026-06-04T02:17:01.270Z Downloaded atomicwrites v0.4.4
5772026-06-04T02:17:01.270Z Downloaded crucible-workspace-hack v0.1.0
5782026-06-04T02:17:01.270Z Downloaded buf-list v1.1.2
5792026-06-04T02:17:01.273Z Downloaded ciborium-ll v0.2.2
5802026-06-04T02:17:01.273Z Downloaded cancel-safe-futures v0.1.5
5812026-06-04T02:17:01.277Z Downloaded async-stream-impl v0.3.6
5822026-06-04T02:17:01.277Z Downloaded diesel-dtrace v0.5.0
5832026-06-04T02:17:01.277Z Downloaded futures-io v0.3.32
5842026-06-04T02:17:01.280Z Downloaded curve25519-dalek-derive v0.1.1
5852026-06-04T02:17:01.280Z Downloaded cfg_aliases v0.1.1
5862026-06-04T02:17:01.280Z Downloaded env_filter v1.0.0
5872026-06-04T02:17:01.280Z Downloaded dyn-clone v1.0.20
5882026-06-04T02:17:01.283Z Downloaded dropshot-api-manager-types v0.7.2
5892026-06-04T02:17:01.283Z Downloaded dirs-sys-next v0.1.2
5902026-06-04T02:17:01.283Z Downloaded der v0.7.10
5912026-06-04T02:17:01.286Z Downloaded float-cmp v0.10.0
5922026-06-04T02:17:01.286Z Downloaded block-padding v0.3.3
5932026-06-04T02:17:01.289Z Downloaded fixedbitset v0.4.2
5942026-06-04T02:17:01.289Z Downloaded fd-lock v4.0.4
5952026-06-04T02:17:01.289Z Downloaded display-error-chain v0.2.2
5962026-06-04T02:17:01.292Z Downloaded debug-ignore v1.0.5
5972026-06-04T02:17:01.293Z Downloaded darling_macro v0.23.0
5982026-06-04T02:17:01.293Z Downloaded darling_macro v0.20.11
5992026-06-04T02:17:01.293Z Downloaded async-stream v0.3.6
6002026-06-04T02:17:01.296Z Downloaded crc-catalog v2.4.0
6012026-06-04T02:17:01.296Z Downloaded crc v3.4.0
6022026-06-04T02:17:01.296Z Downloaded bit-set v0.5.3
6032026-06-04T02:17:01.299Z Downloaded arrayref v0.3.9
6042026-06-04T02:17:01.299Z Downloaded document-features v0.2.12
6052026-06-04T02:17:01.302Z Downloaded convert_case v0.4.0
6062026-06-04T02:17:01.302Z Downloaded atty v0.2.14
6072026-06-04T02:17:01.305Z Downloaded darling_macro v0.13.4
6082026-06-04T02:17:01.305Z Downloaded embedded-io v0.4.0
6092026-06-04T02:17:01.305Z Downloaded foreign-types v0.3.2
6102026-06-04T02:17:01.305Z Downloaded dtrace-parser v0.3.0
6112026-06-04T02:17:01.308Z Downloaded defmt v0.3.100
6122026-06-04T02:17:01.308Z Downloaded adler2 v2.0.1
6132026-06-04T02:17:01.311Z Downloaded funty v2.0.0
6142026-06-04T02:17:01.311Z Downloaded derive_builder_macro v0.20.2
6152026-06-04T02:17:01.311Z Downloaded foreign-types-shared v0.3.1
6162026-06-04T02:17:01.311Z Downloaded aead v0.5.2
6172026-06-04T02:17:01.314Z Downloaded foreign-types v0.5.0
6182026-06-04T02:17:01.314Z Downloaded enum-as-inner v0.6.1
6192026-06-04T02:17:01.314Z Downloaded dirs-next v2.0.0
6202026-06-04T02:17:01.314Z Downloaded bb8 v0.8.6
6212026-06-04T02:17:01.318Z Downloaded flume v0.11.1
6222026-06-04T02:17:01.321Z Downloaded foreign-types-shared v0.1.1
6232026-06-04T02:17:01.324Z Downloaded dsl_auto_type v0.2.0
6242026-06-04T02:17:01.324Z Downloaded ciborium-io v0.2.2
6252026-06-04T02:17:01.324Z Downloaded atomic-waker v1.1.2
6262026-06-04T02:17:01.325Z Downloaded futures-core v0.3.32
6272026-06-04T02:17:01.328Z Downloaded futures-macro v0.3.32
6282026-06-04T02:17:01.328Z Downloaded dunce v1.0.5
6292026-06-04T02:17:01.328Z Downloaded crunchy v0.2.4
6302026-06-04T02:17:01.328Z Downloaded assert_matches v1.5.0
6312026-06-04T02:17:01.331Z Downloaded darling_macro v0.21.3
6322026-06-04T02:17:01.334Z Downloaded bitflags v1.3.2
6332026-06-04T02:17:01.334Z Downloaded defmt-parser v1.0.0
6342026-06-04T02:17:01.334Z Downloaded cpufeatures v0.3.0
6352026-06-04T02:17:01.338Z Downloaded float-ord v0.3.2
6362026-06-04T02:17:01.338Z Downloaded flagset v0.4.7
6372026-06-04T02:17:01.338Z Downloaded diesel_table_macro_syntax v0.3.0
6382026-06-04T02:17:01.341Z Downloaded bcs v0.1.6
6392026-06-04T02:17:01.341Z Downloaded futures-sink v0.3.32
6402026-06-04T02:17:01.341Z Downloaded csv-core v0.1.13
6412026-06-04T02:17:01.341Z Downloaded derive_builder_core v0.20.2
6422026-06-04T02:17:01.344Z Downloaded fs_extra v1.3.0
6432026-06-04T02:17:01.344Z Downloaded bzip2 v0.6.1
6442026-06-04T02:17:01.344Z Downloaded blake2 v0.10.6
6452026-06-04T02:17:01.349Z Downloaded ff v0.13.1
6462026-06-04T02:17:01.349Z Downloaded foldhash v0.1.5
6472026-06-04T02:17:01.352Z Downloaded cargo-platform v0.3.2
6482026-06-04T02:17:01.352Z Downloaded filetime v0.2.27
6492026-06-04T02:17:01.352Z Downloaded defmt-macros v1.0.1
6502026-06-04T02:17:01.352Z Downloaded der_derive v0.7.3
6512026-06-04T02:17:01.355Z Downloaded fixedbitset v0.5.7
6522026-06-04T02:17:01.355Z Downloaded futures-channel v0.3.32
6532026-06-04T02:17:01.358Z Downloaded daft-derive v0.1.7
6542026-06-04T02:17:01.361Z Downloaded hash32 v0.2.1
6552026-06-04T02:17:01.361Z Downloaded hex v0.4.3
6562026-06-04T02:17:01.361Z Downloaded ed25519 v2.2.3
6572026-06-04T02:17:01.364Z Downloaded downcast-rs v2.0.2
6582026-06-04T02:17:01.364Z Downloaded cargo_metadata v0.23.1
6592026-06-04T02:17:01.364Z Downloaded globwalk v0.9.1
6602026-06-04T02:17:01.367Z Downloaded bit-set v0.8.0
6612026-06-04T02:17:01.367Z Downloaded blowfish v0.9.1
6622026-06-04T02:17:01.367Z Downloaded ecdsa v0.16.9
6632026-06-04T02:17:01.370Z Downloaded const_format_proc_macros v0.2.34
6642026-06-04T02:17:01.370Z Downloaded cmake v0.1.57
6652026-06-04T02:17:01.373Z Downloaded bit-vec v0.8.0
6662026-06-04T02:17:01.373Z Downloaded daft v0.1.7
6672026-06-04T02:17:01.373Z Downloaded difflib v0.4.0
6682026-06-04T02:17:01.377Z Downloaded futures-task v0.3.32
6692026-06-04T02:17:01.377Z Downloaded byte-wrapper v0.1.0
6702026-06-04T02:17:01.380Z Downloaded corncobs v0.1.4
6712026-06-04T02:17:01.380Z Downloaded headers-core v0.3.0
6722026-06-04T02:17:01.380Z Downloaded bitfield v0.19.4
6732026-06-04T02:17:01.380Z Downloaded git-stub v1.0.0
6742026-06-04T02:17:01.383Z Downloaded ascii-canvas v3.0.0
6752026-06-04T02:17:01.383Z Downloaded ena v0.14.4
6762026-06-04T02:17:01.383Z Downloaded defmt v1.0.1
6772026-06-04T02:17:01.386Z Downloaded hex-literal v0.4.1
6782026-06-04T02:17:01.386Z Downloaded deranged v0.5.8
6792026-06-04T02:17:01.389Z Downloaded darling v0.20.11
6802026-06-04T02:17:01.392Z Downloaded derive_builder v0.20.2
6812026-06-04T02:17:01.395Z Downloaded cookie_store v0.22.1
6822026-06-04T02:17:01.395Z Downloaded darling v0.21.3
6832026-06-04T02:17:01.398Z Downloaded home v0.5.12
6842026-06-04T02:17:01.401Z Downloaded chacha20 v0.10.0
6852026-06-04T02:17:01.401Z Downloaded hyper-tls v0.6.0
6862026-06-04T02:17:01.401Z Downloaded diff v0.1.13
6872026-06-04T02:17:01.405Z Downloaded http-range v0.1.5
6882026-06-04T02:17:01.405Z Downloaded hostname v0.4.2
6892026-06-04T02:17:01.408Z Downloaded gethostname v0.5.0
6902026-06-04T02:17:01.408Z Downloaded git-stub-vcs v0.1.0
6912026-06-04T02:17:01.408Z Downloaded fxhash v0.2.1
6922026-06-04T02:17:01.408Z Downloaded fs-err v2.11.0
6932026-06-04T02:17:01.412Z Downloaded hubpack v0.1.2
6942026-06-04T02:17:01.412Z Downloaded inout v0.1.4
6952026-06-04T02:17:01.413Z Downloaded httpdate v1.0.3
6962026-06-04T02:17:01.413Z Downloaded is_ci v1.2.0
6972026-06-04T02:17:01.417Z Downloaded indent_write v2.2.0
6982026-06-04T02:17:01.417Z Downloaded ident_case v1.0.1
6992026-06-04T02:17:01.417Z Downloaded hubpack_derive v0.1.1
7002026-06-04T02:17:01.417Z Downloaded highway v1.3.0
7012026-06-04T02:17:01.417Z Downloaded instant v0.1.13
7022026-06-04T02:17:01.420Z Downloaded indoc v1.0.9
7032026-06-04T02:17:01.420Z Downloaded instability v0.3.11
7042026-06-04T02:17:01.420Z Downloaded internet-checksum v0.2.1
7052026-06-04T02:17:01.420Z Downloaded illumos-nvpair-sys v0.2.0
7062026-06-04T02:17:01.420Z Downloaded crc32fast v1.5.0
7072026-06-04T02:17:01.423Z Downloaded hash32 v0.3.1
7082026-06-04T02:17:01.423Z Downloaded group v0.13.0
7092026-06-04T02:17:01.426Z Downloaded foldhash v0.2.0
7102026-06-04T02:17:01.426Z Downloaded cexpr v0.6.0
7112026-06-04T02:17:01.426Z Downloaded console v0.16.2
7122026-06-04T02:17:01.431Z Downloaded ciborium v0.2.2
7132026-06-04T02:17:01.431Z Downloaded backon v1.6.0
7142026-06-04T02:17:01.434Z Downloaded const-oid v0.9.6
7152026-06-04T02:17:01.434Z Downloaded console v0.15.11
7162026-06-04T02:17:01.434Z Downloaded colored v2.2.0
7172026-06-04T02:17:01.437Z Downloaded backoff v0.4.0
7182026-06-04T02:17:01.438Z Downloaded futures v0.3.32
7192026-06-04T02:17:01.440Z Downloaded ahash v0.8.12
7202026-06-04T02:17:01.443Z Downloaded crossbeam-utils v0.8.21
7212026-06-04T02:17:01.443Z Downloaded cookie v0.18.1
7222026-06-04T02:17:01.446Z Downloaded ghash v0.5.1
7232026-06-04T02:17:01.446Z Downloaded crc-any v2.5.0
7242026-06-04T02:17:01.449Z Downloaded bzip2 v0.4.4
7252026-06-04T02:17:01.449Z Downloaded lazy_static v1.5.0
7262026-06-04T02:17:01.450Z Downloaded libscf-sys v1.1.0
7272026-06-04T02:17:01.453Z Downloaded async-bb8-diesel v0.2.1
7282026-06-04T02:17:01.453Z Downloaded kstat-rs v0.2.4
7292026-06-04T02:17:01.453Z Downloaded http-body v1.0.1
7302026-06-04T02:17:01.456Z Downloaded futures-executor v0.3.32
7312026-06-04T02:17:01.456Z Downloaded erased-serde v0.3.31
7322026-06-04T02:17:01.456Z Downloaded lru-cache v0.1.2
7332026-06-04T02:17:01.459Z Downloaded lalrpop-util v0.19.12
7342026-06-04T02:17:01.459Z Downloaded indoc v2.0.7
7352026-06-04T02:17:01.462Z Downloaded linked-hash-map v0.5.6
7362026-06-04T02:17:01.462Z Downloaded is-terminal v0.4.17
7372026-06-04T02:17:01.462Z Downloaded keccak v0.1.6
7382026-06-04T02:17:01.462Z Downloaded humantime v2.3.0
7392026-06-04T02:17:01.465Z Downloaded convert_case v0.10.0
7402026-06-04T02:17:01.465Z Downloaded hyper-staticfile v0.10.1
7412026-06-04T02:17:01.467Z Downloaded lru-slab v0.1.2
7422026-06-04T02:17:01.468Z Downloaded getrandom v0.2.17
7432026-06-04T02:17:01.470Z Downloaded managed v0.8.0
7442026-06-04T02:17:01.470Z Downloaded hostname v0.3.1
7452026-06-04T02:17:01.470Z Downloaded http-body-util v0.1.3
7462026-06-04T02:17:01.473Z Downloaded match_cfg v0.1.0
7472026-06-04T02:17:01.473Z Downloaded lzss v0.8.2
7482026-06-04T02:17:01.473Z Downloaded lru v0.12.5
7492026-06-04T02:17:01.476Z Downloaded ctr v0.9.2
7502026-06-04T02:17:01.476Z Downloaded chacha20 v0.9.1
7512026-06-04T02:17:01.477Z Downloaded mime v0.3.17
7522026-06-04T02:17:01.480Z Downloaded new_debug_unreachable v1.0.6
7532026-06-04T02:17:01.480Z Downloaded memoffset v0.9.1
7542026-06-04T02:17:01.480Z Downloaded drift v0.2.0
7552026-06-04T02:17:01.486Z Downloaded nonempty v0.12.0
7562026-06-04T02:17:01.489Z Downloaded ipnetwork v0.21.1
7572026-06-04T02:17:01.489Z Downloaded num v0.4.3
7582026-06-04T02:17:01.492Z Downloaded half v1.8.3
7592026-06-04T02:17:01.492Z Downloaded colored v3.1.1
7602026-06-04T02:17:01.495Z Downloaded derive_more v0.99.20
7612026-06-04T02:17:01.499Z Downloaded glob v0.3.3
7622026-06-04T02:17:01.499Z Downloaded darling_core v0.23.0
7632026-06-04T02:17:01.502Z Downloaded clang-sys v1.8.1
7642026-06-04T02:17:01.502Z Downloaded newtype-uuid-macros v0.1.0
7652026-06-04T02:17:01.502Z Downloaded newline-converter v0.3.0
7662026-06-04T02:17:01.505Z Downloaded nodrop v0.1.14
7672026-06-04T02:17:01.505Z Downloaded chacha20poly1305 v0.10.1
7682026-06-04T02:17:01.505Z Downloaded normalize-line-endings v0.3.0
7692026-06-04T02:17:01.505Z Downloaded derive-ex v0.1.8
7702026-06-04T02:17:01.508Z Downloaded derive-where v1.6.0
7712026-06-04T02:17:01.511Z Downloaded num-conv v0.2.0
7722026-06-04T02:17:01.511Z Downloaded darling_core v0.13.4
7732026-06-04T02:17:01.515Z Downloaded olpc-cjson v0.1.4
7742026-06-04T02:17:01.515Z Downloaded num-derive v0.4.2
7752026-06-04T02:17:01.515Z Downloaded num-derive v0.3.3
7762026-06-04T02:17:01.519Z Downloaded openssl-probe v0.2.1
7772026-06-04T02:17:01.519Z Downloaded num_threads v0.1.7
7782026-06-04T02:17:01.519Z Downloaded opaque-debug v0.3.1
7792026-06-04T02:17:01.519Z Downloaded num_enum_derive v0.5.11
7802026-06-04T02:17:01.519Z Downloaded iana-time-zone v0.1.65
7812026-06-04T02:17:01.522Z Downloaded md5 v0.7.0
7822026-06-04T02:17:01.522Z Downloaded maybe-uninit v2.0.0
7832026-06-04T02:17:01.522Z Downloaded linear-map v1.2.0
7842026-06-04T02:17:01.522Z Downloaded libloading v0.8.9
7852026-06-04T02:17:01.525Z Downloaded ingot-types v0.1.2
7862026-06-04T02:17:01.525Z Downloaded mime_guess v2.0.5
7872026-06-04T02:17:01.529Z Downloaded globset v0.4.18
7882026-06-04T02:17:01.529Z Downloaded camino-tempfile-ext v0.3.3
7892026-06-04T02:17:01.529Z Downloaded jobserver v0.1.34
7902026-06-04T02:17:01.532Z Downloaded libsw-core v0.3.2
7912026-06-04T02:17:01.532Z Downloaded async-trait v0.1.89
7922026-06-04T02:17:01.535Z Downloaded oso-derive v0.27.3
7932026-06-04T02:17:01.535Z Downloaded openssl-macros v0.1.1
7942026-06-04T02:17:01.535Z Downloaded md-5 v0.10.6
7952026-06-04T02:17:01.539Z Downloaded openssl-probe v0.1.6
7962026-06-04T02:17:01.539Z Downloaded maplit v1.0.2
7972026-06-04T02:17:01.539Z Downloaded illumos-nvpair v0.3.0
7982026-06-04T02:17:01.539Z Downloaded cbc v0.1.2
7992026-06-04T02:17:01.544Z Downloaded cassowary v0.3.0
8002026-06-04T02:17:01.544Z Downloaded base64ct v1.8.3
8012026-06-04T02:17:01.544Z Downloaded ipnet v2.11.0
8022026-06-04T02:17:01.544Z Downloaded hyper-rustls v0.27.7
8032026-06-04T02:17:01.547Z Downloaded elliptic-curve v0.13.8
8042026-06-04T02:17:01.547Z Downloaded native-tls v0.2.18
8052026-06-04T02:17:01.550Z Downloaded multimap v0.10.1
8062026-06-04T02:17:01.550Z Downloaded multer v3.1.0
8072026-06-04T02:17:01.554Z Downloaded packed_struct_codegen v0.10.1
8082026-06-04T02:17:01.554Z Downloaded nibble_vec v0.1.0
8092026-06-04T02:17:01.554Z Downloaded ingot-macros v0.1.1
8102026-06-04T02:17:01.557Z Downloaded parse-display v0.10.0
8112026-06-04T02:17:01.557Z Downloaded impl-trait-for-tuples v0.2.3
8122026-06-04T02:17:01.557Z Downloaded num-iter v0.1.45
8132026-06-04T02:17:01.558Z Downloaded flate2 v1.1.9
8142026-06-04T02:17:01.562Z Downloaded nanorand v0.7.0
8152026-06-04T02:17:01.565Z Downloaded httparse v1.10.1
8162026-06-04T02:17:01.565Z Downloaded darling_core v0.21.3
8172026-06-04T02:17:01.568Z Downloaded peg-runtime v0.8.5
8182026-06-04T02:17:01.568Z Downloaded dropshot_endpoint v0.17.0
8192026-06-04T02:17:01.571Z Downloaded num-complex v0.4.6
8202026-06-04T02:17:01.571Z Downloaded num_enum v0.7.5
8212026-06-04T02:17:01.574Z Downloaded parse-size v1.1.0
8222026-06-04T02:17:01.577Z Downloaded num_enum v0.5.11
8232026-06-04T02:17:01.577Z Downloaded pbkdf2 v0.12.2
8242026-06-04T02:17:01.580Z Downloaded pbkdf2 v0.11.0
8252026-06-04T02:17:01.580Z Downloaded path-slash v0.1.5
8262026-06-04T02:17:01.586Z Downloaded ignore v0.4.25
8272026-06-04T02:17:01.586Z Downloaded num-integer v0.1.46
8282026-06-04T02:17:01.586Z Downloaded nu-ansi-term v0.50.3
8292026-06-04T02:17:01.625Z Downloaded newtype_derive v0.1.6
8302026-06-04T02:17:01.625Z Downloaded newtype-uuid v1.3.2
8312026-06-04T02:17:01.625Z Downloaded libefi-sys v0.1.0
8322026-06-04T02:17:01.625Z Downloaded litrs v1.0.0
8332026-06-04T02:17:01.625Z Downloaded pin-utils v0.1.0
8342026-06-04T02:17:01.625Z Downloaded ingot v0.1.1
8352026-06-04T02:17:01.630Z Downloaded darling_core v0.20.11
8362026-06-04T02:17:01.630Z Downloaded hmac v0.12.1
8372026-06-04T02:17:01.630Z Downloaded cc v1.2.56
8382026-06-04T02:17:01.630Z Downloaded phf_shared v0.11.3
8392026-06-04T02:17:01.630Z Downloaded getrandom v0.3.4
8402026-06-04T02:17:01.630Z Downloaded arc-swap v1.8.2
8412026-06-04T02:17:01.630Z Downloaded lock_api v0.4.14
8422026-06-04T02:17:01.630Z Downloaded parking_lot_core v0.8.6
8432026-06-04T02:17:01.630Z Downloaded num_enum_derive v0.7.5
8442026-06-04T02:17:01.630Z Downloaded libsw v3.5.0
8452026-06-04T02:17:01.630Z Downloaded precomputed-hash v0.1.1
8462026-06-04T02:17:01.630Z Downloaded crypto-bigint v0.5.5
8472026-06-04T02:17:01.630Z Downloaded packed_struct v0.10.1
8482026-06-04T02:17:01.631Z Downloaded oxide-tokio-rt v0.1.4
8492026-06-04T02:17:01.631Z Downloaded progenitor-client v0.10.0
8502026-06-04T02:17:01.634Z Downloaded proc-macro-error-attr2 v2.0.0
8512026-06-04T02:17:01.634Z Downloaded predicates-tree v1.0.13
8522026-06-04T02:17:01.634Z Downloaded phf_shared v0.13.1
8532026-06-04T02:17:01.634Z Downloaded owo-colors v4.3.0
8542026-06-04T02:17:01.634Z Downloaded memmap2 v0.9.10
8552026-06-04T02:17:01.637Z Downloaded indexmap v1.9.3
8562026-06-04T02:17:01.637Z Downloaded pem v3.0.6
8572026-06-04T02:17:01.637Z Downloaded peg v0.8.5
8582026-06-04T02:17:01.640Z Downloaded base64 v0.21.7
8592026-06-04T02:17:01.643Z Downloaded progenitor-client v0.11.2
8602026-06-04T02:17:01.643Z Downloaded psl-types v2.0.11
8612026-06-04T02:17:01.646Z Downloaded progenitor-macro v0.13.0
8622026-06-04T02:17:01.646Z Downloaded proc-macro-crate v3.4.0
8632026-06-04T02:17:01.646Z Downloaded heapless v0.7.17
8642026-06-04T02:17:01.649Z Downloaded parse-display-derive v0.10.0
8652026-06-04T02:17:01.649Z Downloaded predicates-core v1.0.10
8662026-06-04T02:17:01.652Z Downloaded proc-macro-crate v1.3.1
8672026-06-04T02:17:01.652Z Downloaded peg-macros v0.8.5
8682026-06-04T02:17:01.652Z Downloaded omicron-zone-package v0.12.2
8692026-06-04T02:17:01.655Z Downloaded async-compression v0.4.41
8702026-06-04T02:17:01.658Z Downloaded progenitor-macro v0.14.0
8712026-06-04T02:17:01.658Z Downloaded progenitor-client v0.14.0
8722026-06-04T02:17:01.661Z Downloaded ppv-lite86 v0.2.21
8732026-06-04T02:17:01.661Z Downloaded phf v0.13.1
8742026-06-04T02:17:01.661Z Downloaded quick-error v1.2.3
8752026-06-04T02:17:01.664Z Downloaded radium v0.7.0
8762026-06-04T02:17:01.664Z Downloaded num-rational v0.4.2
8772026-06-04T02:17:01.664Z Downloaded pkcs8 v0.10.2
8782026-06-04T02:17:01.667Z Downloaded phf_shared v0.12.1
8792026-06-04T02:17:01.667Z Downloaded heapless v0.8.0
8802026-06-04T02:17:01.670Z Downloaded headers v0.4.1
8812026-06-04T02:17:01.673Z Downloaded derive_more v2.1.1
8822026-06-04T02:17:01.679Z Downloaded rand_xorshift v0.4.0
8832026-06-04T02:17:01.682Z Downloaded polyval v0.6.2
8842026-06-04T02:17:01.682Z Downloaded poly1305 v0.8.0
8852026-06-04T02:17:01.686Z Downloaded ref-cast v1.0.25
8862026-06-04T02:17:01.686Z Downloaded pkg-config v0.3.32
8872026-06-04T02:17:01.689Z Downloaded libbz2-rs-sys v0.2.2
8882026-06-04T02:17:01.689Z Downloaded indicatif v0.18.4
8892026-06-04T02:17:01.689Z Downloaded rand_chacha v0.3.1
8902026-06-04T02:17:01.692Z Downloaded primeorder v0.13.6
8912026-06-04T02:17:01.692Z Downloaded recursive-proc-macro-impl v0.1.1
8922026-06-04T02:17:01.693Z Downloaded progenitor v0.14.0
8932026-06-04T02:17:01.697Z Downloaded powerfmt v0.2.0
8942026-06-04T02:17:01.697Z Downloaded postgres-protocol v0.6.10
8952026-06-04T02:17:01.697Z Downloaded oxnet v0.1.4
8962026-06-04T02:17:01.700Z Downloaded expectorate v1.2.0
8972026-06-04T02:17:01.700Z Downloaded pin-project-internal v1.1.11
8982026-06-04T02:17:01.700Z Downloaded hickory-resolver v0.25.2
8992026-06-04T02:17:01.703Z Downloaded progenitor-extras v0.2.0
9002026-06-04T02:17:01.703Z Downloaded ref-cast-impl v1.0.25
9012026-06-04T02:17:01.706Z Downloaded password-hash v0.4.2
9022026-06-04T02:17:01.706Z Downloaded phf v0.12.1
9032026-06-04T02:17:01.706Z Downloaded progenitor v0.11.2
9042026-06-04T02:17:01.711Z Downloaded parking_lot_core v0.9.12
9052026-06-04T02:17:01.711Z Downloaded rfc6979 v0.4.0
9062026-06-04T02:17:01.711Z Downloaded recursive v0.1.1
9072026-06-04T02:17:01.715Z Downloaded paste v1.0.15
9082026-06-04T02:17:01.715Z Downloaded password-hash v0.5.0
9092026-06-04T02:17:01.715Z Downloaded bytes v1.11.1
9102026-06-04T02:17:01.718Z Downloaded bumpalo v3.20.2
9112026-06-04T02:17:01.718Z Downloaded half v2.7.1
9122026-06-04T02:17:01.721Z Downloaded progenitor v0.13.0
9132026-06-04T02:17:01.721Z Downloaded proc-macro-error2 v2.0.1
9142026-06-04T02:17:01.724Z Downloaded progenitor-macro v0.11.2
9152026-06-04T02:17:01.724Z Downloaded compact_str v0.8.1
9162026-06-04T02:17:01.729Z Downloaded rtoolbox v0.0.3
9172026-06-04T02:17:01.729Z Downloaded crossbeam-channel v0.5.15
9182026-06-04T02:17:01.732Z Downloaded psm v0.1.30
9192026-06-04T02:17:01.732Z Downloaded pkcs1 v0.7.5
9202026-06-04T02:17:01.735Z Downloaded pin-project-lite v0.2.17
9212026-06-04T02:17:01.738Z Downloaded diesel_derives v2.3.7
9222026-06-04T02:17:01.741Z Downloaded rustc_version v0.1.7
9232026-06-04T02:17:01.744Z Downloaded rustc_version v0.4.1
9242026-06-04T02:17:01.744Z Downloaded rustc-hash v2.1.1
9252026-06-04T02:17:01.744Z Downloaded russh-cryptovec v0.7.3
9262026-06-04T02:17:01.744Z Downloaded pem-rfc7468 v0.7.0
9272026-06-04T02:17:01.748Z Downloaded rand_chacha v0.9.0
9282026-06-04T02:17:01.748Z Downloaded rand_core v0.10.0
9292026-06-04T02:17:01.751Z Downloaded rand_seeder v0.4.0
9302026-06-04T02:17:01.751Z Downloaded rand_core v0.9.5
9312026-06-04T02:17:01.751Z Downloaded parking_lot v0.11.2
9322026-06-04T02:17:01.754Z Downloaded pkcs5 v0.7.1
9332026-06-04T02:17:01.757Z Downloaded postgres-types v0.2.12
9342026-06-04T02:17:01.757Z Downloaded oso v0.27.3
9352026-06-04T02:17:01.760Z Downloaded same-file v1.0.6
9362026-06-04T02:17:01.760Z Downloaded rand_core v0.6.4
9372026-06-04T02:17:01.763Z Downloaded r2d2 v0.8.10
9382026-06-04T02:17:01.767Z Downloaded salsa20 v0.10.2
9392026-06-04T02:17:01.767Z Downloaded p256 v0.13.2
9402026-06-04T02:17:01.773Z Downloaded scopeguard v1.2.0
9412026-06-04T02:17:01.773Z Downloaded progenitor-client v0.13.0
9422026-06-04T02:17:01.776Z Downloaded predicates v3.1.4
9432026-06-04T02:17:01.776Z Downloaded pin-project v1.1.11
9442026-06-04T02:17:01.780Z Downloaded secrecy v0.10.3
9452026-06-04T02:17:01.783Z Downloaded scroll_derive v0.13.1
9462026-06-04T02:17:01.783Z Downloaded scheduled-thread-pool v0.2.7
9472026-06-04T02:17:01.783Z Downloaded sapling-renderdag v0.1.0
9482026-06-04T02:17:01.786Z Downloaded hashbrown v0.12.3
9492026-06-04T02:17:01.793Z Downloaded serde_bytes v0.11.19
9502026-06-04T02:17:01.796Z Downloaded resolv-conf v0.7.6
9512026-06-04T02:17:01.799Z Downloaded secrecy v0.8.0
9522026-06-04T02:17:01.802Z Downloaded ed25519-dalek v2.2.0
9532026-06-04T02:17:01.804Z Downloaded serde_urlencoded v0.7.1
9542026-06-04T02:17:01.804Z Downloaded serde-big-array v0.5.1
9552026-06-04T02:17:01.804Z Downloaded seq-macro v0.3.6
9562026-06-04T02:17:01.808Z Downloaded scrypt v0.11.0
9572026-06-04T02:17:01.808Z Downloaded hashbrown v0.13.2
9582026-06-04T02:17:01.811Z Downloaded rustls-pemfile v2.2.0
9592026-06-04T02:17:01.814Z Downloaded serde_spanned v1.0.4
9602026-06-04T02:17:01.814Z Downloaded shell-words v1.1.1
9612026-06-04T02:17:01.817Z Downloaded sha1 v0.10.6
9622026-06-04T02:17:01.817Z Downloaded serde_repr v0.1.20
9632026-06-04T02:17:01.820Z Downloaded rustls-pemfile v1.0.4
9642026-06-04T02:17:01.823Z Downloaded rusty-fork v0.3.1
9652026-06-04T02:17:01.823Z Downloaded http v1.4.0
9662026-06-04T02:17:01.826Z Downloaded rustls-native-certs v0.8.3
9672026-06-04T02:17:01.829Z Downloaded crossterm v0.29.0
9682026-06-04T02:17:01.832Z Downloaded quinn-udp v0.5.14
9692026-06-04T02:17:01.832Z Downloaded jiff-static v0.2.21
9702026-06-04T02:17:01.835Z Downloaded postcard v1.1.3
9712026-06-04T02:17:01.835Z Downloaded siphasher v1.0.2
9722026-06-04T02:17:01.840Z Downloaded hickory-resolver v0.24.4
9732026-06-04T02:17:01.844Z Downloaded sigpipe v0.1.3
9742026-06-04T02:17:01.844Z Downloaded signature v2.2.0
9752026-06-04T02:17:01.844Z Downloaded hyper-util v0.1.20
9762026-06-04T02:17:01.847Z Downloaded signal-hook-mio v0.2.5
9772026-06-04T02:17:01.847Z Downloaded signal-hook-tokio v0.3.1
9782026-06-04T02:17:01.847Z Downloaded openssl-sys v0.9.115
9792026-06-04T02:17:01.851Z Downloaded slog-envlogger v2.2.0
9802026-06-04T02:17:01.851Z Downloaded scroll v0.13.0
9812026-06-04T02:17:01.854Z Downloaded schemars_derive v0.8.22
9822026-06-04T02:17:01.854Z Downloaded papergrid v0.17.0
9832026-06-04T02:17:01.857Z Downloaded hickory-server v0.25.2
9842026-06-04T02:17:01.860Z Downloaded slog-bunyan v2.5.0
9852026-06-04T02:17:01.860Z Downloaded miniz_oxide v0.8.9
9862026-06-04T02:17:01.860Z Downloaded dropshot-api-manager v0.7.2
9872026-06-04T02:17:01.865Z Downloaded parking_lot v0.12.5
9882026-06-04T02:17:01.868Z Downloaded sec1 v0.7.3
9892026-06-04T02:17:01.871Z Downloaded ssh-encoding v0.2.0
9902026-06-04T02:17:01.871Z Downloaded serde-hex v0.1.0
9912026-06-04T02:17:01.875Z Downloaded prefix-trie v0.7.0
9922026-06-04T02:17:01.875Z Downloaded ssh-cipher v0.2.0
9932026-06-04T02:17:01.878Z Downloaded aes v0.8.4
9942026-06-04T02:17:01.878Z Downloaded serde_with_macros v1.5.2
9952026-06-04T02:17:01.878Z Downloaded serde_path_to_error v0.1.20
9962026-06-04T02:17:01.881Z Downloaded semver v0.1.20
9972026-06-04T02:17:01.881Z Downloaded crossterm v0.28.1
9982026-06-04T02:17:01.884Z Downloaded sct v0.7.1
9992026-06-04T02:17:01.888Z Downloaded serde_derive_internals v0.29.1
10002026-06-04T02:17:01.891Z Downloaded progenitor-impl v0.13.0
10012026-06-04T02:17:01.891Z Downloaded signal-hook-registry v1.4.8
10022026-06-04T02:17:01.891Z Downloaded strip-ansi-escapes v0.2.1
10032026-06-04T02:17:01.894Z Downloaded rustls-pki-types v1.14.0
10042026-06-04T02:17:01.897Z Downloaded minimal-lexical v0.2.1
10052026-06-04T02:17:01.900Z Downloaded serde_plain v1.0.2
10062026-06-04T02:17:01.903Z Downloaded sqlparser_derive v0.5.0
10072026-06-04T02:17:01.906Z Downloaded strsim v0.10.0
10082026-06-04T02:17:01.909Z Downloaded shlex v1.3.0
10092026-06-04T02:17:01.909Z Downloaded aes-gcm v0.10.3
10102026-06-04T02:17:01.912Z Downloaded rcgen v0.12.1
10112026-06-04T02:17:01.912Z Downloaded structmeta v0.3.0
10122026-06-04T02:17:01.915Z Downloaded prettyplease v0.2.37
10132026-06-04T02:17:01.915Z Downloaded progenitor-impl v0.11.2
10142026-06-04T02:17:01.918Z Downloaded slog-dtrace v0.3.0
10152026-06-04T02:17:01.918Z Downloaded slab v0.4.12
10162026-06-04T02:17:01.921Z Downloaded subtle v2.6.1
10172026-06-04T02:17:01.921Z Downloaded strum v0.27.2
10182026-06-04T02:17:01.924Z Downloaded ron v0.8.1
10192026-06-04T02:17:01.928Z Downloaded slog-stdlog v4.1.1
10202026-06-04T02:17:01.931Z Downloaded rustversion v1.0.22
10212026-06-04T02:17:01.931Z Downloaded strum v0.26.3
10222026-06-04T02:17:01.934Z Downloaded structmeta-derive v0.3.0
10232026-06-04T02:17:01.934Z Downloaded tap v1.0.1
10242026-06-04T02:17:01.937Z Downloaded smf v0.2.3
10252026-06-04T02:17:01.937Z Downloaded slog-term v2.9.2
10262026-06-04T02:17:01.940Z Downloaded take_mut v0.2.2
10272026-06-04T02:17:01.940Z Downloaded tabled_derive v0.11.0
10282026-06-04T02:17:01.940Z Downloaded sync_wrapper v1.0.2
10292026-06-04T02:17:01.940Z Downloaded tabwriter v1.4.1
10302026-06-04T02:17:01.943Z Downloaded supports-color v3.0.2
10312026-06-04T02:17:01.943Z Downloaded slog-scope v4.4.1
10322026-06-04T02:17:01.943Z Downloaded slog-json v2.6.1
10332026-06-04T02:17:01.946Z Downloaded stacker v0.1.23
10342026-06-04T02:17:01.946Z Downloaded serde_cbor v0.11.2
10352026-06-04T02:17:01.949Z Downloaded smallvec v0.6.14
10362026-06-04T02:17:01.949Z Downloaded slog-async v2.8.0
10372026-06-04T02:17:01.952Z Downloaded serde_with_macros v3.17.0
10382026-06-04T02:17:01.952Z Downloaded hashbrown v0.15.5
10392026-06-04T02:17:01.955Z Downloaded termtree v0.5.1
10402026-06-04T02:17:01.955Z Downloaded spki v0.7.3
10412026-06-04T02:17:01.959Z Downloaded thread-id v5.1.0
10422026-06-04T02:17:01.959Z Downloaded tagptr v0.2.0
10432026-06-04T02:17:01.962Z Downloaded testing_table v0.3.0
10442026-06-04T02:17:01.962Z Downloaded progenitor-impl v0.14.0
10452026-06-04T02:17:01.962Z Downloaded rustls-platform-verifier v0.6.2
10462026-06-04T02:17:01.965Z Downloaded string_cache v0.8.9
10472026-06-04T02:17:01.968Z Downloaded rayon-core v1.13.0
10482026-06-04T02:17:01.973Z Downloaded stringprep v0.1.5
10492026-06-04T02:17:01.976Z Downloaded tokio-macros v2.7.0
10502026-06-04T02:17:01.976Z Downloaded thiserror-impl-no-std v2.0.2
10512026-06-04T02:17:01.976Z Downloaded tinyvec_macros v0.1.1
10522026-06-04T02:17:01.976Z Downloaded time-core v0.1.8
10532026-06-04T02:17:01.976Z Downloaded pretty_assertions v1.4.1
10542026-06-04T02:17:01.980Z Downloaded ryu v1.0.23
10552026-06-04T02:17:01.983Z Downloaded static_assertions v1.1.0
10562026-06-04T02:17:01.983Z Downloaded sync-ptr v0.1.4
10572026-06-04T02:17:01.987Z Downloaded snafu-derive v0.8.9
10582026-06-04T02:17:01.990Z Downloaded strum_macros v0.24.3
10592026-06-04T02:17:01.990Z Downloaded strum_macros v0.26.4
10602026-06-04T02:17:01.990Z Downloaded itertools v0.10.5
10612026-06-04T02:17:01.995Z Downloaded simd-adler32 v0.3.8
10622026-06-04T02:17:01.998Z Downloaded num-bigint v0.4.6
10632026-06-04T02:17:02.001Z Downloaded russh-keys v0.45.0
10642026-06-04T02:17:02.001Z Downloaded qorb v0.4.1
10652026-06-04T02:17:02.009Z Downloaded strum_macros v0.27.2
10662026-06-04T02:17:02.009Z Downloaded mio v1.2.0
10672026-06-04T02:17:02.014Z Downloaded support-bundle-viewer v0.1.2
10682026-06-04T02:17:02.014Z Downloaded sqlformat v0.3.5
10692026-06-04T02:17:02.014Z Downloaded quinn v0.11.9
10702026-06-04T02:17:02.016Z Downloaded tiny-keccak v2.0.2
10712026-06-04T02:17:02.019Z Downloaded time-macros v0.2.27
10722026-06-04T02:17:02.022Z Downloaded signal-hook v0.3.18
10732026-06-04T02:17:02.022Z Downloaded tower-service v0.3.3
10742026-06-04T02:17:02.025Z Downloaded try-lock v0.2.5
10752026-06-04T02:17:02.025Z Downloaded tower-layer v0.3.3
10762026-06-04T02:17:02.025Z Downloaded topological-sort v0.2.2
10772026-06-04T02:17:02.028Z Downloaded nom v7.1.3
10782026-06-04T02:17:02.031Z Downloaded termios v0.3.3
10792026-06-04T02:17:02.034Z Downloaded schemars v0.8.22
10802026-06-04T02:17:02.040Z Downloaded unarray v0.1.4
10812026-06-04T02:17:02.043Z Downloaded trait-variant v0.1.2
10822026-06-04T02:17:02.043Z Downloaded spin v0.9.8
10832026-06-04T02:17:02.046Z Downloaded tokio-tungstenite v0.21.0
10842026-06-04T02:17:02.049Z Downloaded thread_local v1.1.9
10852026-06-04T02:17:02.049Z Downloaded thiserror-no-std v2.0.2
10862026-06-04T02:17:02.052Z Downloaded tokio-dtrace v0.1.1
10872026-06-04T02:17:02.052Z Downloaded rand v0.8.6
10882026-06-04T02:17:02.055Z Downloaded typify-macro v0.6.2
10892026-06-04T02:17:02.055Z Downloaded libxml v0.3.3
10902026-06-04T02:17:02.058Z Downloaded untrusted v0.9.0
10912026-06-04T02:17:02.061Z Downloaded tls_codec_derive v0.4.2
10922026-06-04T02:17:02.061Z Downloaded tls_codec v0.4.2
10932026-06-04T02:17:02.061Z Downloaded unit-prefix v0.5.2
10942026-06-04T02:17:02.064Z Downloaded socket2 v0.5.10
10952026-06-04T02:17:02.064Z Downloaded typify-macro v0.4.3
10962026-06-04T02:17:02.072Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10972026-06-04T02:17:02.075Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10982026-06-04T02:17:02.075Z Downloaded utf-8 v0.7.6
10992026-06-04T02:17:02.078Z Downloaded usdt-macro v0.6.0
11002026-06-04T02:17:02.078Z Downloaded usdt v0.6.0
11012026-06-04T02:17:02.078Z Downloaded rand v0.9.2
11022026-06-04T02:17:02.081Z Downloaded term v0.7.0
11032026-06-04T02:17:02.081Z Downloaded tokio-native-tls v0.3.1
11042026-06-04T02:17:02.085Z Downloaded similar v2.7.0
11052026-06-04T02:17:02.087Z Downloaded unicode-truncate v1.1.0
11062026-06-04T02:17:02.088Z Downloaded tokio-tungstenite v0.23.1
11072026-06-04T02:17:02.088Z Downloaded usdt-attr-macro v0.6.0
11082026-06-04T02:17:02.088Z Downloaded void v1.0.2
11092026-06-04T02:17:02.091Z Downloaded untrusted v0.7.1
11102026-06-04T02:17:02.091Z Downloaded toml_writer v1.0.6+spec-1.1.0
11112026-06-04T02:17:02.091Z Downloaded universal-hash v0.5.1
11122026-06-04T02:17:02.091Z Downloaded aws-lc-rs v1.16.3
11132026-06-04T02:17:02.096Z Downloaded samael v0.0.19
11142026-06-04T02:17:02.100Z Downloaded serde_yaml v0.9.34+deprecated
11152026-06-04T02:17:02.102Z Downloaded want v0.3.1
11162026-06-04T02:17:02.106Z Downloaded rsa v0.9.10
11172026-06-04T02:17:02.109Z Downloaded term v1.2.1
11182026-06-04T02:17:02.109Z Downloaded wait-timeout v0.2.1
11192026-06-04T02:17:02.112Z Downloaded itertools v0.12.1
11202026-06-04T02:17:02.115Z Downloaded waitgroup v0.1.2
11212026-06-04T02:17:02.115Z Downloaded unicase v2.9.0
11222026-06-04T02:17:02.118Z Downloaded subprocess v0.2.15
11232026-06-04T02:17:02.118Z Downloaded socket2 v0.6.3
11242026-06-04T02:17:02.121Z Downloaded schemars v1.2.1
11252026-06-04T02:17:02.126Z Downloaded xshell-macros v0.2.7
11262026-06-04T02:17:02.129Z Downloaded tokio-stream v0.1.18
11272026-06-04T02:17:02.132Z Downloaded tokio-rustls v0.26.4
11282026-06-04T02:17:02.132Z Downloaded xattr v1.6.1
11292026-06-04T02:17:02.132Z Downloaded snafu v0.8.9
11302026-06-04T02:17:02.136Z Downloaded publicsuffix v2.3.0
11312026-06-04T02:17:02.138Z Downloaded num-bigint-dig v0.8.6
11322026-06-04T02:17:02.141Z Downloaded schemars v0.9.0
11332026-06-04T02:17:02.147Z Downloaded test-strategy v0.4.5
11342026-06-04T02:17:02.150Z Downloaded hyper v1.8.1
11352026-06-04T02:17:02.154Z Downloaded usdt-impl v0.6.0
11362026-06-04T02:17:02.157Z Downloaded vergen-git2 v9.1.0
11372026-06-04T02:17:02.157Z Downloaded zeroize_derive v1.4.3
11382026-06-04T02:17:02.157Z Downloaded futures-util v0.3.32
11392026-06-04T02:17:02.163Z Downloaded zone v0.3.1
11402026-06-04T02:17:02.166Z Downloaded uzers v0.12.2
11412026-06-04T02:17:02.166Z Downloaded tokio-rustls v0.25.0
11422026-06-04T02:17:02.170Z Downloaded iri-string v0.7.10
11432026-06-04T02:17:02.178Z Downloaded toml_parser v1.0.9+spec-1.1.0
11442026-06-04T02:17:02.181Z Downloaded whoami v2.1.0
11452026-06-04T02:17:02.181Z Downloaded walkdir v2.5.0
11462026-06-04T02:17:02.184Z Downloaded vergen-lib v0.1.6
11472026-06-04T02:17:02.184Z Downloaded zone_cfg_derive v0.3.1
11482026-06-04T02:17:02.184Z Downloaded vergen-lib v9.1.0
11492026-06-04T02:17:02.188Z Downloaded unicode-properties v0.1.4
11502026-06-04T02:17:02.189Z Downloaded itertools v0.13.0
11512026-06-04T02:17:02.192Z Downloaded xshell v0.2.7
11522026-06-04T02:17:02.194Z Downloaded wyz v0.5.1
11532026-06-04T02:17:02.194Z Downloaded hkdf v0.12.4
11542026-06-04T02:17:02.195Z Downloaded aho-corasick v1.1.4
11552026-06-04T02:17:02.198Z Downloaded itertools v0.14.0
11562026-06-04T02:17:02.201Z Downloaded toml v1.0.6+spec-1.1.0
11572026-06-04T02:17:02.204Z Downloaded whoami v1.6.1
11582026-06-04T02:17:02.207Z Downloaded tracing-attributes v0.1.31
11592026-06-04T02:17:02.207Z Downloaded twox-hash v2.1.2
11602026-06-04T02:17:02.210Z Downloaded toml v0.7.8
11612026-06-04T02:17:02.210Z Downloaded tokio-rustls v0.24.1
11622026-06-04T02:17:02.213Z Downloaded rustls-webpki v0.103.9
11632026-06-04T02:17:02.218Z Downloaded tinyvec v1.10.0
11642026-06-04T02:17:02.218Z Downloaded h2 v0.4.13
11652026-06-04T02:17:02.222Z Downloaded vergen v9.1.0
11662026-06-04T02:17:02.225Z Downloaded vergen-gitcl v1.0.8
11672026-06-04T02:17:02.225Z Downloaded vsss-rs v3.3.4
11682026-06-04T02:17:02.225Z Downloaded zeroize v1.8.2
11692026-06-04T02:17:02.228Z Downloaded slog v2.8.2
11702026-06-04T02:17:02.228Z Downloaded rustyline v14.0.0
11712026-06-04T02:17:02.231Z Downloaded tar v0.4.45
11722026-06-04T02:17:02.234Z Downloaded hashbrown v0.16.1
11732026-06-04T02:17:02.237Z Downloaded tracing-core v0.1.36
11742026-06-04T02:17:02.240Z Downloaded p521 v0.13.3
11752026-06-04T02:17:02.240Z Downloaded unicode-bidi v0.3.18
11762026-06-04T02:17:02.244Z Downloaded yasna v0.5.2
11772026-06-04T02:17:02.276Z Downloaded zstd-safe v7.2.4
11782026-06-04T02:17:02.276Z Downloaded russh v0.45.0
11792026-06-04T02:17:02.276Z Downloaded rand v0.10.0
11802026-06-04T02:17:02.276Z Downloaded zerocopy v0.6.6
11812026-06-04T02:17:02.276Z Downloaded libm v0.2.16
11822026-06-04T02:17:02.276Z Downloaded uuid v1.23.0
11832026-06-04T02:17:02.276Z Downloaded typify v0.6.2
11842026-06-04T02:17:02.276Z Downloaded typify v0.4.3
11852026-06-04T02:17:02.276Z Downloaded iddqd v0.4.2
11862026-06-04T02:17:02.279Z Downloaded reedline v0.40.0
11872026-06-04T02:17:02.283Z Downloaded tui-tree-widget v0.23.1
11882026-06-04T02:17:02.283Z Downloaded tungstenite v0.23.0
11892026-06-04T02:17:02.286Z Downloaded tungstenite v0.21.0
11902026-06-04T02:17:02.286Z Downloaded steno v0.4.1
11912026-06-04T02:17:02.289Z Downloaded rpassword v7.4.0
11922026-06-04T02:17:02.293Z Downloaded zstd v0.13.3
11932026-06-04T02:17:02.296Z Downloaded blake3 v1.8.3
11942026-06-04T02:17:02.300Z Downloaded vte v0.14.1
11952026-06-04T02:17:02.303Z Downloaded toml_edit v0.23.10+spec-1.0.0
11962026-06-04T02:17:02.317Z Downloaded ssh-key v0.6.7
11972026-06-04T02:17:02.326Z Downloaded unsafe-libyaml v0.2.11
11982026-06-04T02:17:02.333Z Downloaded bitvec v1.0.1
11992026-06-04T02:17:02.340Z Downloaded tokio-postgres v0.7.16
12002026-06-04T02:17:02.343Z Downloaded reqwest v0.12.28
12012026-06-04T02:17:02.348Z Downloaded toml_edit v0.19.15
12022026-06-04T02:17:02.357Z Downloaded zip v0.6.6
12032026-06-04T02:17:02.360Z Downloaded yansi v1.0.1
12042026-06-04T02:17:02.363Z Downloaded serde_with v1.14.0
12052026-06-04T02:17:02.366Z Downloaded rayon v1.11.0
12062026-06-04T02:17:02.370Z Downloaded regex v1.12.3
12072026-06-04T02:17:02.373Z Downloaded unicode_categories v0.1.1
12082026-06-04T02:17:02.377Z Downloaded git2 v0.20.4
12092026-06-04T02:17:02.380Z Downloaded reqwest v0.13.2
12102026-06-04T02:17:02.383Z Downloaded zopfli v0.8.3
12112026-06-04T02:17:02.387Z Downloaded chrono v0.4.44
12122026-06-04T02:17:02.391Z Downloaded rustls-webpki v0.101.7
12132026-06-04T02:17:02.399Z Downloaded salty v0.3.0
12142026-06-04T02:17:02.403Z Downloaded x509-cert v0.2.5
12152026-06-04T02:17:02.407Z Downloaded quick-xml v0.37.5
12162026-06-04T02:17:02.410Z Downloaded bindgen v0.71.1
12172026-06-04T02:17:02.414Z Downloaded typed-path v0.9.3
12182026-06-04T02:17:02.418Z Downloaded moka v0.12.13
12192026-06-04T02:17:02.422Z Downloaded p384 v0.13.1
12202026-06-04T02:17:02.427Z Downloaded unicode-segmentation v1.12.0
12212026-06-04T02:17:02.431Z Downloaded unicode-normalization v0.1.25
12222026-06-04T02:17:02.434Z Downloaded tower v0.5.3
12232026-06-04T02:17:02.439Z Downloaded lalrpop v0.19.12
12242026-06-04T02:17:02.445Z Downloaded goblin v0.10.5
12252026-06-04T02:17:02.450Z Downloaded portable-atomic v1.13.1
12262026-06-04T02:17:02.454Z Downloaded zip v4.6.1
12272026-06-04T02:17:02.457Z Downloaded object v0.30.4
12282026-06-04T02:17:02.462Z Downloaded zerocopy-derive v0.8.40
12292026-06-04T02:17:02.469Z Downloaded tokio-util v0.7.18
12302026-06-04T02:17:02.476Z Downloaded proptest v1.10.0
12312026-06-04T02:17:02.486Z Downloaded tower-http v0.6.8
12322026-06-04T02:17:02.490Z Downloaded petname v2.0.2
12332026-06-04T02:17:02.499Z Downloaded serde_with v3.17.0
12342026-06-04T02:17:02.506Z Downloaded rustls-webpki v0.102.8
12352026-06-04T02:17:02.518Z Downloaded winnow v0.6.26
12362026-06-04T02:17:02.523Z Downloaded polar-core v0.27.3
12372026-06-04T02:17:02.529Z Downloaded tough v0.22.0
12382026-06-04T02:17:02.535Z Downloaded nix v0.27.1
12392026-06-04T02:17:02.541Z Downloaded winnow v0.5.40
12402026-06-04T02:17:02.545Z Downloaded radix_trie v0.2.1
12412026-06-04T02:17:02.548Z Downloaded quinn-proto v0.11.13
12422026-06-04T02:17:02.568Z Downloaded dropshot v0.17.0
12432026-06-04T02:17:02.582Z Downloaded rustls v0.21.12
12442026-06-04T02:17:02.588Z Downloaded bstr v1.12.1
12452026-06-04T02:17:02.593Z Downloaded openssl v0.10.79
12462026-06-04T02:17:02.599Z Downloaded tabled v0.20.0
12472026-06-04T02:17:02.608Z Downloaded time v0.3.47
12482026-06-04T02:17:02.615Z Downloaded regex-syntax v0.6.29
12492026-06-04T02:17:02.621Z Downloaded object v0.37.3
12502026-06-04T02:17:02.627Z Downloaded zlib-rs v0.6.2
12512026-06-04T02:17:02.630Z Downloaded smoltcp v0.9.1
12522026-06-04T02:17:02.635Z Downloaded nix v0.28.0
12532026-06-04T02:17:02.642Z Downloaded vcpkg v0.2.15
12542026-06-04T02:17:02.665Z Downloaded webpki-roots v1.0.6
12552026-06-04T02:17:02.669Z Downloaded nix v0.31.2
12562026-06-04T02:17:02.674Z Downloaded hickory-proto v0.24.4
12572026-06-04T02:17:02.682Z Downloaded zerocopy v0.8.40
12582026-06-04T02:17:02.688Z Downloaded regress v0.10.5
12592026-06-04T02:17:02.693Z Downloaded diesel v2.3.7
12602026-06-04T02:17:02.706Z Downloaded rustls v0.22.4
12612026-06-04T02:17:02.713Z Downloaded hickory-proto v0.25.2
12622026-06-04T02:17:02.722Z Downloaded smoltcp v0.11.0
12632026-06-04T02:17:02.728Z Downloaded rustls v0.23.37
12642026-06-04T02:17:02.735Z Downloaded rustix v0.38.44
12652026-06-04T02:17:02.748Z Downloaded regress v0.11.1
12662026-06-04T02:17:02.754Z Downloaded regex-syntax v0.8.10
12672026-06-04T02:17:02.760Z Downloaded openapiv3 v2.2.0
12682026-06-04T02:17:02.785Z Downloaded sqlparser v0.61.0
12692026-06-04T02:17:02.791Z Downloaded sled v0.34.7
12702026-06-04T02:17:02.804Z Downloaded tracing v0.1.44
12712026-06-04T02:17:02.817Z Downloaded typify-impl v0.6.2
12722026-06-04T02:17:02.825Z Downloaded chrono-tz v0.10.4
12732026-06-04T02:17:02.836Z Downloaded typify-impl v0.4.3
12742026-06-04T02:17:02.845Z Downloaded ratatui v0.29.0
12752026-06-04T02:17:02.856Z Downloaded bzip2-sys v0.1.13+1.0.8
12762026-06-04T02:17:02.872Z Downloaded regex-automata v0.4.14
12772026-06-04T02:17:02.880Z Downloaded zerocopy-derive v0.6.6
12782026-06-04T02:17:02.891Z Downloaded petgraph v0.6.5
12792026-06-04T02:17:02.907Z Downloaded petgraph v0.8.3
12802026-06-04T02:17:02.921Z Downloaded jiff v0.2.21
12812026-06-04T02:17:02.940Z Downloaded tokio v1.52.1
12822026-06-04T02:17:02.963Z Downloaded libz-sys v1.1.24
12832026-06-04T02:17:02.976Z Downloaded csv v1.4.0
12842026-06-04T02:17:02.988Z Downloaded sha3 v0.10.8
12852026-06-04T02:17:02.991Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12862026-06-04T02:17:03.053Z Downloaded encoding_rs v0.8.35
12872026-06-04T02:17:03.080Z Downloaded ring v0.17.14
12882026-06-04T02:17:03.112Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-06-04T02:17:03.578Z Downloaded aws-lc-sys v0.40.0
12902026-06-04T02:17:03.827Z Compiling libc v0.2.185
12912026-06-04T02:17:03.830Z Compiling serde v1.0.228
12922026-06-04T02:17:03.830Z Compiling log v0.4.29
12932026-06-04T02:17:03.830Z Compiling shlex v1.3.0
12942026-06-04T02:17:03.831Z Compiling find-msvc-tools v0.1.9
12952026-06-04T02:17:03.831Z Compiling smallvec v1.15.1
12962026-06-04T02:17:03.831Z Compiling typenum v1.19.0
12972026-06-04T02:17:03.831Z Compiling subtle v2.6.1
12982026-06-04T02:17:03.831Z Compiling generic-array v0.14.7
12992026-06-04T02:17:03.831Z Compiling scopeguard v1.2.0
13002026-06-04T02:17:03.967Z Compiling const-oid v0.9.6
13012026-06-04T02:17:04.021Z Compiling serde_json v1.0.149
13022026-06-04T02:17:04.059Z Compiling syn v2.0.117
13032026-06-04T02:17:04.071Z Compiling zerocopy v0.8.40
13042026-06-04T02:17:04.077Z Compiling parking_lot_core v0.9.12
13052026-06-04T02:17:04.097Z Compiling lock_api v0.4.14
13062026-06-04T02:17:04.184Z Compiling portable-atomic v1.13.1
13072026-06-04T02:17:04.232Z Compiling pin-project-lite v0.2.17
13082026-06-04T02:17:04.248Z Compiling pkg-config v0.3.32
13092026-06-04T02:17:04.264Z Compiling bitflags v2.11.0
13102026-06-04T02:17:04.278Z Compiling critical-section v1.2.0
13112026-06-04T02:17:04.291Z Compiling futures-core v0.3.32
13122026-06-04T02:17:04.360Z Compiling libm v0.2.16
13132026-06-04T02:17:04.377Z Compiling num-traits v0.2.19
13142026-06-04T02:17:04.392Z Compiling percent-encoding v2.3.2
13152026-06-04T02:17:04.422Z Compiling futures-sink v0.3.32
13162026-06-04T02:17:04.426Z Compiling slab v0.4.12
13172026-06-04T02:17:04.498Z Compiling futures-task v0.3.32
13182026-06-04T02:17:04.512Z Compiling getrandom v0.4.1
13192026-06-04T02:17:04.556Z Compiling futures-channel v0.3.32
13202026-06-04T02:17:04.559Z Compiling futures-io v0.3.32
13212026-06-04T02:17:04.614Z Compiling cpufeatures v0.2.17
13222026-06-04T02:17:04.636Z Compiling rand_core v0.10.0
13232026-06-04T02:17:04.652Z Compiling indexmap v2.14.0
13242026-06-04T02:17:04.705Z Compiling rustversion v1.0.22
13252026-06-04T02:17:04.738Z Compiling getrandom v0.3.4
13262026-06-04T02:17:04.772Z Compiling form_urlencoded v1.2.2
13272026-06-04T02:17:04.818Z Compiling fs_extra v1.3.0
13282026-06-04T02:17:04.833Z Compiling dunce v1.0.5
13292026-06-04T02:17:04.848Z Compiling base64ct v1.8.3
13302026-06-04T02:17:04.866Z Compiling ident_case v1.0.1
13312026-06-04T02:17:04.903Z Compiling flagset v0.4.7
13322026-06-04T02:17:04.919Z Compiling iana-time-zone v0.1.65
13332026-06-04T02:17:04.944Z Compiling regex-syntax v0.8.10
13342026-06-04T02:17:04.975Z Compiling rustix v1.1.3
13352026-06-04T02:17:05.011Z Compiling getrandom v0.2.17
13362026-06-04T02:17:05.050Z Compiling jobserver v0.1.34
13372026-06-04T02:17:05.077Z Compiling errno v0.3.14
13382026-06-04T02:17:05.126Z Compiling mio v1.2.0
13392026-06-04T02:17:05.145Z Compiling socket2 v0.6.3
13402026-06-04T02:17:05.176Z Compiling rand_core v0.6.4
13412026-06-04T02:17:05.251Z Compiling signal-hook-registry v1.4.8
13422026-06-04T02:17:05.275Z Compiling cc v1.2.56
13432026-06-04T02:17:05.337Z Compiling parking_lot v0.12.5
13442026-06-04T02:17:05.363Z Compiling once_cell v1.21.3
13452026-06-04T02:17:05.407Z Compiling pem-rfc7468 v0.7.0
13462026-06-04T02:17:05.461Z Compiling vcpkg v0.2.15
13472026-06-04T02:17:05.487Z Compiling aws-lc-rs v1.16.3
13482026-06-04T02:17:05.579Z Compiling tracing-core v0.1.36
13492026-06-04T02:17:05.600Z Compiling uuid v1.23.0
13502026-06-04T02:17:05.614Z Compiling rustc_version v0.4.1
13512026-06-04T02:17:05.636Z Compiling base64 v0.22.1
13522026-06-04T02:17:05.680Z Compiling rand_core v0.9.5
13532026-06-04T02:17:05.763Z Compiling openssl-probe v0.2.1
13542026-06-04T02:17:05.778Z Compiling untrusted v0.9.0
13552026-06-04T02:17:05.807Z Compiling untrusted v0.7.1
13562026-06-04T02:17:05.918Z Compiling httparse v1.10.1
13572026-06-04T02:17:05.933Z Compiling tinyvec_macros v0.1.1
13582026-06-04T02:17:05.951Z Compiling aho-corasick v1.1.4
13592026-06-04T02:17:05.968Z Compiling atomic-waker v1.1.2
13602026-06-04T02:17:05.984Z Compiling tower-service v0.3.3
13612026-06-04T02:17:05.998Z Compiling rustls v0.23.37
13622026-06-04T02:17:06.001Z Compiling tinyvec v1.10.0
13632026-06-04T02:17:06.027Z Compiling try-lock v0.2.5
13642026-06-04T02:17:06.074Z Compiling cmake v0.1.57
13652026-06-04T02:17:06.098Z Compiling tower-layer v0.3.3
13662026-06-04T02:17:06.116Z Compiling schemars v0.8.22
13672026-06-04T02:17:06.154Z Compiling dyn-clone v1.0.20
13682026-06-04T02:17:06.168Z Compiling want v0.3.1
13692026-06-04T02:17:06.223Z Compiling foreign-types-shared v0.1.1
13702026-06-04T02:17:06.236Z Compiling httpdate v1.0.3
13712026-06-04T02:17:06.251Z Compiling pin-utils v0.1.0
13722026-06-04T02:17:06.279Z Compiling openssl v0.10.79
13732026-06-04T02:17:06.318Z Compiling foreign-types v0.3.2
13742026-06-04T02:17:06.333Z Compiling spin v0.9.8
13752026-06-04T02:17:06.336Z Compiling unicode-normalization v0.1.25
13762026-06-04T02:17:06.363Z Compiling num-conv v0.2.0
13772026-06-04T02:17:06.366Z Compiling powerfmt v0.2.0
13782026-06-04T02:17:06.418Z Compiling time-core v0.1.8
13792026-06-04T02:17:06.422Z Compiling crc32fast v1.5.0
13802026-06-04T02:17:06.442Z Compiling native-tls v0.2.18
13812026-06-04T02:17:06.485Z Compiling wait-timeout v0.2.1
13822026-06-04T02:17:06.507Z Compiling sync_wrapper v1.0.2
13832026-06-04T02:17:06.521Z Compiling bit-vec v0.8.0
13842026-06-04T02:17:06.537Z Compiling num_threads v0.1.7
13852026-06-04T02:17:06.566Z Compiling deranged v0.5.8
13862026-06-04T02:17:06.595Z Compiling time-macros v0.2.27
13872026-06-04T02:17:06.635Z Compiling simd-adler32 v0.3.8
13882026-06-04T02:17:06.635Z Compiling siphasher v1.0.2
13892026-06-04T02:17:06.664Z Compiling syn v1.0.109
13902026-06-04T02:17:06.679Z Compiling tempfile v3.25.0
13912026-06-04T02:17:06.701Z Compiling crossbeam-utils v0.8.21
13922026-06-04T02:17:06.769Z Compiling quick-error v1.2.3
13932026-06-04T02:17:06.784Z Compiling usdt-impl v0.6.0
13942026-06-04T02:17:06.848Z Compiling regex-automata v0.4.14
13952026-06-04T02:17:06.865Z Compiling bit-set v0.8.0
13962026-06-04T02:17:06.894Z Compiling slog v2.8.2
13972026-06-04T02:17:06.910Z Compiling heapless v0.7.17
13982026-06-04T02:17:06.927Z Compiling aws-lc-sys v0.40.0
13992026-06-04T02:17:06.973Z Compiling ring v0.17.14
14002026-06-04T02:17:07.013Z Compiling openssl-sys v0.9.115
14012026-06-04T02:17:07.029Z Compiling synstructure v0.13.2
14022026-06-04T02:17:07.033Z Compiling pest_generator v2.8.6
14032026-06-04T02:17:07.059Z Compiling serde_derive_internals v0.29.1
14042026-06-04T02:17:07.062Z Compiling darling_core v0.20.11
14052026-06-04T02:17:07.094Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14062026-06-04T02:17:07.206Z Compiling darling_core v0.21.3
14072026-06-04T02:17:07.220Z Compiling bzip2-sys v0.1.13+1.0.8
14082026-06-04T02:17:07.404Z Compiling rusty-fork v0.3.1
14092026-06-04T02:17:07.548Z Compiling rand_xorshift v0.4.0
14102026-06-04T02:17:07.605Z Compiling thread-id v5.1.0
14112026-06-04T02:17:07.693Z Compiling cookie v0.18.1
14122026-06-04T02:17:07.709Z Compiling ryu v1.0.23
14132026-06-04T02:17:07.730Z Compiling time v0.3.47
14142026-06-04T02:17:07.746Z Compiling allocator-api2 v0.2.21
14152026-06-04T02:17:07.746Z Compiling unicode-properties v0.1.4
14162026-06-04T02:17:07.776Z Compiling unarray v0.1.4
14172026-06-04T02:17:07.846Z Compiling paste v1.0.15
14182026-06-04T02:17:07.905Z Compiling anyhow v1.0.102
14192026-06-04T02:17:07.919Z Compiling unicode-bidi v0.3.18
14202026-06-04T02:17:07.924Z Compiling iri-string v0.7.10
14212026-06-04T02:17:07.999Z Compiling adler2 v2.0.1
14222026-06-04T02:17:08.020Z Compiling zstd-safe v7.2.4
14232026-06-04T02:17:08.108Z Compiling signal-hook v0.3.18
14242026-06-04T02:17:08.158Z Compiling miniz_oxide v0.8.9
14252026-06-04T02:17:08.277Z Compiling stringprep v0.1.5
14262026-06-04T02:17:08.500Z Compiling num-integer v0.1.46
14272026-06-04T02:17:08.513Z Compiling vergen-lib v9.1.0
14282026-06-04T02:17:08.712Z Compiling curve25519-dalek v4.1.3
14292026-06-04T02:17:08.756Z Compiling ff v0.13.1
14302026-06-04T02:17:08.793Z Compiling hash32 v0.2.1
14312026-06-04T02:17:08.812Z Compiling serde_derive v1.0.228
14322026-06-04T02:17:08.839Z Compiling zeroize_derive v1.4.3
14332026-06-04T02:17:08.842Z Compiling zerofrom-derive v0.1.6
14342026-06-04T02:17:08.963Z Compiling yoke-derive v0.8.1
14352026-06-04T02:17:09.011Z Compiling zerovec-derive v0.11.2
14362026-06-04T02:17:09.051Z Compiling zerocopy-derive v0.8.40
14372026-06-04T02:17:09.116Z Compiling displaydoc v0.2.5
14382026-06-04T02:17:09.360Z Compiling tokio-macros v2.7.0
14392026-06-04T02:17:09.482Z Compiling futures-macro v0.3.32
14402026-06-04T02:17:09.531Z Compiling der_derive v0.7.3
14412026-06-04T02:17:09.576Z Compiling zeroize v1.8.2
14422026-06-04T02:17:09.814Z Compiling rustls-pki-types v1.14.0
14432026-06-04T02:17:09.901Z Compiling thiserror-impl v2.0.18
14442026-06-04T02:17:10.123Z Compiling tracing-attributes v0.1.31
14452026-06-04T02:17:10.189Z Compiling schemars_derive v0.8.22
14462026-06-04T02:17:10.203Z Compiling pest_derive v2.8.6
14472026-06-04T02:17:10.299Z Compiling scroll_derive v0.13.1
14482026-06-04T02:17:10.314Z Compiling crypto-common v0.1.7
14492026-06-04T02:17:10.349Z Compiling zerofrom v0.1.6
14502026-06-04T02:17:10.367Z Compiling block-buffer v0.10.4
14512026-06-04T02:17:10.480Z Compiling yoke v0.8.1
14522026-06-04T02:17:10.496Z Compiling futures-util v0.3.32
14532026-06-04T02:17:10.539Z Compiling digest v0.10.7
14542026-06-04T02:17:10.557Z Compiling block-padding v0.3.3
14552026-06-04T02:17:10.676Z Compiling zerovec v0.11.5
14562026-06-04T02:17:10.690Z Compiling zerotrie v0.2.3
14572026-06-04T02:17:10.742Z Compiling inout v0.1.4
14582026-06-04T02:17:10.808Z Compiling hmac v0.12.1
14592026-06-04T02:17:10.932Z Compiling cipher v0.4.4
14602026-06-04T02:17:10.981Z Compiling sha2 v0.10.9
14612026-06-04T02:17:11.008Z Compiling der v0.7.10
14622026-06-04T02:17:11.159Z Compiling tinystr v0.8.2
14632026-06-04T02:17:11.174Z Compiling potential_utf v0.1.4
14642026-06-04T02:17:11.207Z Compiling salsa20 v0.10.2
14652026-06-04T02:17:11.221Z Compiling pbkdf2 v0.12.2
14662026-06-04T02:17:11.314Z Compiling icu_collections v2.1.1
14672026-06-04T02:17:11.354Z Compiling icu_locale_core v2.1.1
14682026-06-04T02:17:11.370Z Compiling scrypt v0.11.0
14692026-06-04T02:17:11.373Z Compiling thiserror v2.0.18
14702026-06-04T02:17:11.397Z Compiling aes v0.8.4
14712026-06-04T02:17:11.508Z Compiling cbc v0.1.2
14722026-06-04T02:17:11.522Z Compiling tracing v0.1.44
14732026-06-04T02:17:11.536Z Compiling scroll v0.13.0
14742026-06-04T02:17:11.643Z Compiling darling_macro v0.20.11
14752026-06-04T02:17:11.680Z Compiling openssl-macros v0.1.1
14762026-06-04T02:17:11.836Z Compiling goblin v0.10.5
14772026-06-04T02:17:11.854Z Compiling rustls-native-certs v0.8.3
14782026-06-04T02:17:11.871Z Compiling spki v0.7.3
14792026-06-04T02:17:12.099Z Compiling icu_provider v2.1.1
14802026-06-04T02:17:12.147Z Compiling pkcs5 v0.7.1
14812026-06-04T02:17:12.211Z Compiling darling v0.20.11
14822026-06-04T02:17:12.275Z Compiling dtrace-parser v0.3.0
14832026-06-04T02:17:12.290Z Compiling derive_builder_core v0.20.2
14842026-06-04T02:17:12.304Z Compiling signature v2.2.0
14852026-06-04T02:17:12.319Z Compiling webpki-roots v1.0.6
14862026-06-04T02:17:12.381Z Compiling bytes v1.11.1
14872026-06-04T02:17:12.425Z Compiling icu_normalizer v2.1.1
14882026-06-04T02:17:12.440Z Compiling icu_properties v2.1.2
14892026-06-04T02:17:12.455Z Compiling chrono v0.4.44
14902026-06-04T02:17:12.499Z Compiling pkcs8 v0.10.2
14912026-06-04T02:17:12.502Z Compiling ipnet v2.11.0
14922026-06-04T02:17:12.647Z Compiling thiserror-impl v1.0.69
14932026-06-04T02:17:12.833Z Compiling scroll_derive v0.12.1
14942026-06-04T02:17:12.849Z Compiling tokio v1.52.1
14952026-06-04T02:17:12.984Z Compiling http v1.4.0
14962026-06-04T02:17:13.009Z Compiling serde_urlencoded v0.7.1
14972026-06-04T02:17:13.032Z Compiling erased-serde v0.3.31
14982026-06-04T02:17:13.032Z Compiling toml_datetime v0.6.11
14992026-06-04T02:17:13.172Z Compiling derive_builder_macro v0.20.2
15002026-06-04T02:17:13.269Z Compiling serde_tokenstream v0.2.3
15012026-06-04T02:17:13.313Z Compiling idna_adapter v1.2.1
15022026-06-04T02:17:13.478Z Compiling idna v1.1.0
15032026-06-04T02:17:13.502Z Compiling ppv-lite86 v0.2.21
15042026-06-04T02:17:13.538Z Compiling scroll v0.12.0
15052026-06-04T02:17:13.554Z Compiling serde_spanned v0.6.9
15062026-06-04T02:17:13.568Z Compiling md-5 v0.10.6
15072026-06-04T02:17:13.605Z Compiling http-body v1.0.1
15082026-06-04T02:17:13.654Z Compiling darling_macro v0.21.3
15092026-06-04T02:17:13.669Z Compiling bstr v1.12.1
15102026-06-04T02:17:13.720Z Compiling zerocopy-derive v0.7.35
15112026-06-04T02:17:13.758Z Compiling http-body-util v0.1.3
15122026-06-04T02:17:13.780Z Compiling url v2.5.8
15132026-06-04T02:17:13.825Z Compiling rand_chacha v0.9.0
15142026-06-04T02:17:13.849Z Compiling rand_chacha v0.3.1
15152026-06-04T02:17:13.927Z Compiling pin-project-internal v1.1.11
15162026-06-04T02:17:13.931Z Compiling async-trait v0.1.89
15172026-06-04T02:17:13.971Z Compiling thiserror v1.0.69
15182026-06-04T02:17:14.064Z Compiling rand v0.9.2
15192026-06-04T02:17:14.092Z Compiling memoffset v0.9.1
15202026-06-04T02:17:14.208Z Compiling encoding_rs v0.8.35
15212026-06-04T02:17:14.241Z Compiling base16ct v0.2.0
15222026-06-04T02:17:14.306Z Compiling cfg_aliases v0.2.1
15232026-06-04T02:17:14.411Z Compiling smoltcp v0.9.1
15242026-06-04T02:17:14.585Z Compiling dof v0.4.0
15252026-06-04T02:17:14.684Z Compiling proptest v1.10.0
15262026-06-04T02:17:14.705Z Compiling num-bigint-dig v0.8.6
15272026-06-04T02:17:14.764Z Compiling fallible-iterator v0.2.0
15282026-06-04T02:17:14.779Z Compiling litrs v1.0.0
15292026-06-04T02:17:14.783Z Compiling zlib-rs v0.6.2
15302026-06-04T02:17:14.894Z Compiling rustix v0.38.44
15312026-06-04T02:17:14.918Z Compiling ref-cast v1.0.25
15322026-06-04T02:17:15.032Z Compiling mime v0.3.17
15332026-06-04T02:17:15.092Z Compiling psl-types v2.0.11
15342026-06-04T02:17:15.121Z Compiling pin-project v1.1.11
15352026-06-04T02:17:15.238Z Compiling ipnetwork v0.21.1
15362026-06-04T02:17:15.241Z Compiling publicsuffix v2.3.0
15372026-06-04T02:17:15.268Z Compiling postgres-protocol v0.6.10
15382026-06-04T02:17:15.334Z Compiling document-features v0.2.12
15392026-06-04T02:17:15.379Z Compiling zerocopy v0.7.35
15402026-06-04T02:17:15.393Z Compiling nix v0.31.2
15412026-06-04T02:17:15.409Z Compiling sec1 v0.7.3
15422026-06-04T02:17:15.554Z Compiling oxnet v0.1.4
15432026-06-04T02:17:15.658Z Compiling darling v0.21.3
15442026-06-04T02:17:15.717Z Compiling rand v0.8.6
15452026-06-04T02:17:15.736Z Compiling goblin v0.8.2
15462026-06-04T02:17:15.758Z Compiling derive_builder v0.20.2
15472026-06-04T02:17:15.790Z Compiling futures-executor v0.3.32
15482026-06-04T02:17:15.804Z Compiling hex v0.4.3
15492026-06-04T02:17:15.877Z Compiling hubpack_derive v0.1.1
15502026-06-04T02:17:15.905Z Compiling hkdf v0.12.4
15512026-06-04T02:17:15.933Z Compiling crypto-bigint v0.5.5
15522026-06-04T02:17:15.967Z Compiling regex v1.12.3
15532026-06-04T02:17:16.089Z Compiling group v0.13.0
15542026-06-04T02:17:16.093Z Compiling daft-derive v0.1.7
15552026-06-04T02:17:16.133Z Compiling snafu-derive v0.8.9
15562026-06-04T02:17:16.154Z Compiling strum_macros v0.27.2
15572026-06-04T02:17:16.180Z Compiling curve25519-dalek-derive v0.1.1
15582026-06-04T02:17:16.301Z Compiling ref-cast-impl v1.0.25
15592026-06-04T02:17:16.373Z Compiling num-iter v0.1.45
15602026-06-04T02:17:16.582Z Compiling phf_shared v0.13.1
15612026-06-04T02:17:16.650Z Compiling tokio-util v0.7.18
15622026-06-04T02:17:16.823Z Compiling tower v0.5.3
15632026-06-04T02:17:16.839Z Compiling tokio-native-tls v0.3.1
15642026-06-04T02:17:16.856Z Compiling terminal_size v0.4.3
15652026-06-04T02:17:16.873Z Compiling lazy_static v1.5.0
15662026-06-04T02:17:16.891Z Compiling vergen v9.1.0
15672026-06-04T02:17:16.906Z Compiling cargo-platform v0.3.2
15682026-06-04T02:17:16.986Z Compiling fs-err v3.3.0
15692026-06-04T02:17:17.010Z Compiling newtype-uuid v1.3.2
15702026-06-04T02:17:17.033Z Compiling ahash v0.8.12
15712026-06-04T02:17:17.089Z Compiling foldhash v0.2.0
15722026-06-04T02:17:17.104Z Compiling managed v0.8.0
15732026-06-04T02:17:17.194Z Compiling bumpalo v3.20.2
15742026-06-04T02:17:17.206Z Compiling same-file v1.0.6
15752026-06-04T02:17:17.258Z Compiling tower-http v0.6.8
15762026-06-04T02:17:17.321Z Compiling unicode-segmentation v1.12.0
15772026-06-04T02:17:17.324Z Compiling h2 v0.4.13
15782026-06-04T02:17:17.338Z Compiling foldhash v0.1.5
15792026-06-04T02:17:17.369Z Compiling bitflags v1.3.2
15802026-06-04T02:17:17.387Z Compiling object v0.37.3
15812026-06-04T02:17:17.457Z Compiling winnow v0.5.40
15822026-06-04T02:17:17.471Z Compiling libbz2-rs-sys v0.2.2
15832026-06-04T02:17:17.541Z Compiling hashbrown v0.15.5
15842026-06-04T02:17:17.682Z Compiling flate2 v1.1.9
15852026-06-04T02:17:17.699Z Compiling clap_builder v4.5.60
15862026-06-04T02:17:17.755Z Compiling zopfli v0.8.3
15872026-06-04T02:17:18.015Z Compiling dof v0.3.0
15882026-06-04T02:17:18.082Z Compiling bzip2 v0.6.1
15892026-06-04T02:17:18.105Z Compiling snafu v0.8.9
15902026-06-04T02:17:18.133Z Compiling walkdir v2.5.0
15912026-06-04T02:17:18.188Z Compiling strum v0.27.2
15922026-06-04T02:17:18.208Z Compiling hashbrown v0.16.1
15932026-06-04T02:17:18.211Z Compiling daft v0.1.7
15942026-06-04T02:17:18.357Z Compiling cargo_metadata v0.23.1
15952026-06-04T02:17:18.484Z Compiling elliptic-curve v0.13.8
15962026-06-04T02:17:18.520Z Compiling phf v0.13.1
15972026-06-04T02:17:18.566Z Compiling signal-hook-mio v0.2.5
15982026-06-04T02:17:18.650Z Compiling hubpack v0.1.2
15992026-06-04T02:17:18.700Z Compiling cookie_store v0.22.1
16002026-06-04T02:17:18.703Z Compiling usdt-macro v0.6.0
16012026-06-04T02:17:18.752Z Compiling toml_edit v0.19.15
16022026-06-04T02:17:18.815Z Compiling usdt-attr-macro v0.6.0
16032026-06-04T02:17:18.939Z Compiling bzip2 v0.4.4
16042026-06-04T02:17:18.952Z Compiling futures v0.3.32
16052026-06-04T02:17:18.988Z Compiling serde_with_macros v3.17.0
16062026-06-04T02:17:19.013Z Compiling postgres-types v0.2.12
16072026-06-04T02:17:19.167Z Compiling zstd v0.13.3
16082026-06-04T02:17:19.260Z Compiling globset v0.4.18
16092026-06-04T02:17:19.424Z Compiling dtrace-parser v0.2.0
16102026-06-04T02:17:19.453Z Compiling pkcs1 v0.7.5
16112026-06-04T02:17:19.561Z Compiling ed25519 v2.2.3
16122026-06-04T02:17:19.593Z Compiling olpc-cjson v0.1.4
16132026-06-04T02:17:19.663Z Compiling serde_plain v1.0.2
16142026-06-04T02:17:19.771Z Compiling serde-big-array v0.5.1
16152026-06-04T02:17:19.786Z Compiling rfc6979 v0.4.0
16162026-06-04T02:17:19.887Z Compiling enum-as-inner v0.6.1
16172026-06-04T02:17:19.887Z Compiling async-recursion v1.1.1
16182026-06-04T02:17:19.929Z Compiling clap_derive v4.5.55
16192026-06-04T02:17:19.943Z Compiling serde_repr v0.1.20
16202026-06-04T02:17:19.969Z Compiling strum_macros v0.26.4
16212026-06-04T02:17:20.167Z Compiling phf_shared v0.11.3
16222026-06-04T02:17:20.210Z Compiling float-cmp v0.10.0
16232026-06-04T02:17:20.305Z Compiling pem v3.0.6
16242026-06-04T02:17:20.369Z Compiling memmap2 v0.9.10
16252026-06-04T02:17:20.384Z Compiling hyper v1.8.1
16262026-06-04T02:17:20.461Z Compiling thread-id v4.2.2
16272026-06-04T02:17:20.501Z Compiling env_filter v1.0.0
16282026-06-04T02:17:20.515Z Compiling data-encoding v2.10.0
16292026-06-04T02:17:20.561Z Compiling jiff v0.2.21
16302026-06-04T02:17:20.615Z Compiling typed-path v0.9.3
16312026-06-04T02:17:20.629Z Compiling keccak v0.1.6
16322026-06-04T02:17:20.666Z Compiling difflib v0.4.0
16332026-06-04T02:17:20.822Z Compiling normalize-line-endings v0.3.0
16342026-06-04T02:17:20.837Z Compiling new_debug_unreachable v1.0.6
16352026-06-04T02:17:20.920Z Compiling predicates-core v1.0.10
16362026-06-04T02:17:20.934Z Compiling fixedbitset v0.5.7
16372026-06-04T02:17:21.118Z Compiling precomputed-hash v0.1.1
16382026-06-04T02:17:21.220Z Compiling fixedbitset v0.4.2
16392026-06-04T02:17:21.249Z Compiling either v1.15.0
16402026-06-04T02:17:21.263Z Compiling whoami v2.1.0
16412026-06-04T02:17:21.279Z Compiling static_assertions v1.1.0
16422026-06-04T02:17:21.368Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16432026-06-04T02:17:21.432Z Compiling petgraph v0.6.5
16442026-06-04T02:17:21.456Z Compiling itertools v0.13.0
16452026-06-04T02:17:21.472Z Compiling string_cache v0.8.9
16462026-06-04T02:17:21.488Z Compiling hyper-util v0.1.20
16472026-06-04T02:17:21.505Z Compiling tokio-postgres v0.7.16
16482026-06-04T02:17:21.593Z Compiling petgraph v0.8.3
16492026-06-04T02:17:21.656Z Compiling predicates v3.1.4
16502026-06-04T02:17:21.727Z Compiling toml_edit v0.22.27
16512026-06-04T02:17:21.773Z Compiling clap v4.5.60
16522026-06-04T02:17:21.802Z Compiling strum v0.26.3
16532026-06-04T02:17:21.867Z Compiling hickory-proto v0.25.2
16542026-06-04T02:17:21.883Z Compiling sha3 v0.10.8
16552026-06-04T02:17:21.954Z Compiling env_logger v0.11.9
16562026-06-04T02:17:22.022Z Compiling usdt v0.6.0
16572026-06-04T02:17:22.307Z Compiling usdt-impl v0.5.0
16582026-06-04T02:17:22.323Z Compiling serde_with v3.17.0
16592026-06-04T02:17:22.339Z Compiling toml v0.7.8
16602026-06-04T02:17:22.355Z Compiling crossterm v0.28.1
16612026-06-04T02:17:22.708Z Compiling ecdsa v0.16.9
16622026-06-04T02:17:22.921Z Compiling hyper-tls v0.6.0
16632026-06-04T02:17:22.939Z Compiling ed25519-dalek v2.2.0
16642026-06-04T02:17:22.965Z Compiling rsa v0.9.10
16652026-06-04T02:17:23.166Z Compiling zip v4.6.1
16662026-06-04T02:17:23.538Z Compiling zip v0.6.6
16672026-06-04T02:17:23.556Z Compiling iddqd v0.4.2
16682026-06-04T02:17:23.957Z Compiling heck v0.4.1
16692026-06-04T02:17:24.044Z Compiling similar v2.7.0
16702026-06-04T02:17:24.060Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-06-04T02:17:24.075Z Compiling tokio-stream v0.1.18
16722026-06-04T02:17:24.158Z Compiling buf-list v1.1.2
16732026-06-04T02:17:24.173Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-06-04T02:17:24.221Z Compiling openapiv3 v2.2.0
16752026-06-04T02:17:24.244Z Compiling x509-cert v0.2.5
16762026-06-04T02:17:24.453Z Compiling sha1 v0.10.6
16772026-06-04T02:17:24.489Z Compiling crossbeam-epoch v0.9.18
16782026-06-04T02:17:24.503Z Compiling lalrpop-util v0.19.12
16792026-06-04T02:17:24.561Z Compiling peg-runtime v0.8.5
16802026-06-04T02:17:24.706Z Compiling thread_local v1.1.9
16812026-06-04T02:17:24.720Z Compiling slog-async v2.8.0
16822026-06-04T02:17:24.736Z Compiling crossbeam-channel v0.5.15
16832026-06-04T02:17:24.853Z Compiling filetime v0.2.27
16842026-06-04T02:17:24.857Z Compiling is-terminal v0.4.17
16852026-06-04T02:17:24.883Z Compiling xattr v1.6.1
16862026-06-04T02:17:24.887Z Compiling take_mut v0.2.2
16872026-06-04T02:17:24.921Z Compiling term v1.2.1
16882026-06-04T02:17:25.038Z Compiling tar v0.4.45
16892026-06-04T02:17:25.226Z Compiling slog-term v2.9.2
16902026-06-04T02:17:42.807Z Compiling rustls-webpki v0.103.9
16912026-06-04T02:17:45.613Z Compiling tokio-rustls v0.26.4
16922026-06-04T02:17:45.613Z Compiling rustls-platform-verifier v0.6.2
16932026-06-04T02:17:45.792Z Compiling hyper-rustls v0.27.7
16942026-06-04T02:17:46.004Z Compiling reqwest v0.12.28
16952026-06-04T02:17:46.004Z Compiling reqwest v0.13.2
16962026-06-04T02:17:47.193Z Compiling tough v0.22.0
16972026-06-04T02:17:49.709Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-06-04T02:17:49.941Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-06-04T02:17:52.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.16s
17002026-06-04T02:17:52.919Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-06-04T02:17:52.973ZJun 04 02:17:52.399 INFO Starting download, target: Clickhouse
17022026-06-04T02:17:52.973ZJun 04 02:17:52.400 INFO Starting download, target: Cockroach
17032026-06-04T02:17:52.973ZJun 04 02:17:52.400 INFO Starting download, target: Console
17042026-06-04T02:17:52.973ZJun 04 02:17:52.400 INFO Starting download, target: DendriteStub
17052026-06-04T02:17:52.973ZJun 04 02:17:52.400 INFO Starting download, target: MaghemiteMgd
17062026-06-04T02:17:52.973ZJun 04 02:17:52.400 INFO Starting download, target: TransceiverControl
17072026-06-04T02:17:52.977ZJun 04 02:17:52.400 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-06-04T02:17:52.977ZJun 04 02:17:52.400 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-06-04T02:17:52.977ZJun 04 02:17:52.400 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17102026-06-04T02:17:52.977ZJun 04 02:17:52.400 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-06-04T02:17:52.977ZJun 04 02:17:52.400 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17122026-06-04T02:17:52.977ZJun 04 02:17:52.400 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-04T02:17:53.353ZJun 04 02:17:52.763 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-06-04T02:17:53.576ZJun 04 02:17:52.980 INFO Download complete, target: TransceiverControl
17152026-06-04T02:17:54.023ZJun 04 02:17:53.437 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-06-04T02:17:54.277ZJun 04 02:17:53.681 INFO Download complete, target: Console
17172026-06-04T02:17:54.465ZJun 04 02:17:53.890 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-06-04T02:17:54.690ZJun 04 02:17:54.114 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-06-04T02:17:54.794ZJun 04 02:17:54.208 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17202026-06-04T02:17:55.159ZJun 04 02:17:54.586 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-06-04T02:17:55.160ZJun 04 02:17:54.586 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-06-04T02:17:56.950ZJun 04 02:17:56.368 INFO Download complete, target: DendriteStub
17232026-06-04T02:17:57.154ZJun 04 02:17:56.580 INFO Download complete, target: MaghemiteMgd
17242026-06-04T02:18:00.172ZJun 04 02:17:59.519 INFO Checking that binary works, target: Cockroach
17252026-06-04T02:18:00.251ZJun 04 02:17:59.649 INFO Download complete, target: Cockroach
17262026-06-04T02:18:01.831ZJun 04 02:18:01.256 INFO Checking that binary works, target: Clickhouse
17272026-06-04T02:18:01.941ZJun 04 02:18:01.351 INFO Download complete, target: Clickhouse
17282026-06-04T02:18:01.967ZAll prerequisites installed successfully
17292026-06-04T02:18:01.967Z
17302026-06-04T02:18:01.967Zreal 2:00.142230330
17312026-06-04T02:18:01.967Zuser 6:54.465933179
17322026-06-04T02:18:01.967Zsys 1:42.570200255
17332026-06-04T02:18:01.967Ztrap 0.269928403
17342026-06-04T02:18:01.967Ztflt 1.340358000
17352026-06-04T02:18:01.967Zdflt 2.235823186
17362026-06-04T02:18:01.967Zkflt 0.026907360
17372026-06-04T02:18:01.967Zlock 22:41.098002959
17382026-06-04T02:18:01.967Zslp 18:54.190688282
17392026-06-04T02:18:01.967Zlat 25.690937649
17402026-06-04T02:18:01.967Zstop 2:49.093325895
17412026-06-04T02:18:01.967Z+ ptime -m cargo xtask download softnpu
17422026-06-04T02:18:02.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17432026-06-04T02:18:02.489Z Running `target/debug/xtask download softnpu`
17442026-06-04T02:18:03.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17452026-06-04T02:18:03.316Z Running `target/debug/xtask-downloader softnpu`
17462026-06-04T02:18:03.347ZJun 04 02:18:02.773 INFO Starting download, target: Softnpu
17472026-06-04T02:18:03.352ZJun 04 02:18:02.773 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-06-04T02:18:04.148ZJun 04 02:18:03.573 INFO Download complete, target: Softnpu
17492026-06-04T02:18:04.152Z
17502026-06-04T02:18:04.152Zreal 2.212716005
17512026-06-04T02:18:04.152Zuser 1.337211878
17522026-06-04T02:18:04.152Zsys 0.660183359
17532026-06-04T02:18:04.152Ztrap 0.000693653
17542026-06-04T02:18:04.152Ztflt 0.000123930
17552026-06-04T02:18:04.152Zdflt 0.000115302
17562026-06-04T02:18:04.152Zkflt 0.000000000
17572026-06-04T02:18:04.152Zlock 14.962482797
17582026-06-04T02:18:04.152Zslp 0.659688902
17592026-06-04T02:18:04.152Zlat 0.092794029
17602026-06-04T02:18:04.152Zstop 0.000176319
17612026-06-04T02:18:04.155Z+ export CARGO_INCREMENTAL=0
17622026-06-04T02:18:04.155Z+ CARGO_INCREMENTAL=0
17632026-06-04T02:18:04.155Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-06-04T02:18:05.046Z Compiling proc-macro2 v1.0.106
17652026-06-04T02:18:05.046Z Compiling quote v1.0.45
17662026-06-04T02:18:05.046Z Compiling unicode-ident v1.0.24
17672026-06-04T02:18:05.046Z Compiling libc v0.2.185
17682026-06-04T02:18:05.046Z Compiling serde_core v1.0.228
17692026-06-04T02:18:05.049Z Compiling serde v1.0.228
17702026-06-04T02:18:05.049Z Compiling cfg-if v1.0.4
17712026-06-04T02:18:05.049Z Compiling version_check v0.9.5
17722026-06-04T02:18:05.049Z Compiling shlex v1.3.0
17732026-06-04T02:18:05.050Z Compiling find-msvc-tools v0.1.9
17742026-06-04T02:18:05.200Z Compiling typenum v1.19.0
17752026-06-04T02:18:05.208Z Compiling zmij v1.0.21
17762026-06-04T02:18:05.208Z Compiling autocfg v1.5.0
17772026-06-04T02:18:05.208Z Compiling memchr v2.8.0
17782026-06-04T02:18:05.208Z Compiling serde_json v1.0.149
17792026-06-04T02:18:05.388Z Compiling portable-atomic v1.13.1
17802026-06-04T02:18:05.528Z Compiling libm v0.2.16
17812026-06-04T02:18:05.582Z Compiling generic-array v0.14.7
17822026-06-04T02:18:05.599Z Compiling zerocopy v0.8.40
17832026-06-04T02:18:05.618Z Compiling parking_lot_core v0.9.12
17842026-06-04T02:18:05.649Z Compiling smallvec v1.15.1
17852026-06-04T02:18:05.699Z Compiling icu_normalizer_data v2.1.1
17862026-06-04T02:18:05.711Z Compiling num-traits v0.2.19
17872026-06-04T02:18:05.714Z Compiling icu_properties_data v2.1.2
17882026-06-04T02:18:05.876Z Compiling itoa v1.0.17
17892026-06-04T02:18:05.892Z Compiling getrandom v0.4.1
17902026-06-04T02:18:05.910Z Compiling log v0.4.29
17912026-06-04T02:18:05.945Z Compiling stable_deref_trait v1.2.1
17922026-06-04T02:18:05.976Z Compiling pkg-config v0.3.32
17932026-06-04T02:18:05.993Z Compiling subtle v2.6.1
17942026-06-04T02:18:06.107Z Compiling jobserver v0.1.34
17952026-06-04T02:18:06.107Z Compiling getrandom v0.2.17
17962026-06-04T02:18:06.161Z Compiling errno v0.3.14
17972026-06-04T02:18:06.233Z Compiling scopeguard v1.2.0
17982026-06-04T02:18:06.280Z Compiling rand_core v0.6.4
17992026-06-04T02:18:06.339Z Compiling cc v1.2.56
18002026-06-04T02:18:06.355Z Compiling lock_api v0.4.14
18012026-06-04T02:18:06.448Z Compiling writeable v0.6.2
18022026-06-04T02:18:06.465Z Compiling litemap v0.8.1
18032026-06-04T02:18:06.478Z Compiling percent-encoding v2.3.2
18042026-06-04T02:18:06.604Z Compiling syn v2.0.117
18052026-06-04T02:18:06.610Z Compiling fnv v1.0.7
18062026-06-04T02:18:06.613Z Compiling pin-project-lite v0.2.17
18072026-06-04T02:18:06.703Z Compiling thiserror v2.0.18
18082026-06-04T02:18:06.720Z Compiling getrandom v0.3.4
18092026-06-04T02:18:06.769Z Compiling equivalent v1.0.2
18102026-06-04T02:18:06.789Z Compiling dunce v1.0.5
18112026-06-04T02:18:06.793Z Compiling fs_extra v1.3.0
18122026-06-04T02:18:06.883Z Compiling schemars v0.8.22
18132026-06-04T02:18:06.902Z Compiling utf8_iter v1.0.4
18142026-06-04T02:18:06.936Z Compiling rand_core v0.10.0
18152026-06-04T02:18:06.940Z Compiling rustversion v1.0.22
18162026-06-04T02:18:07.058Z Compiling cmake v0.1.57
18172026-06-04T02:18:07.078Z Compiling form_urlencoded v1.2.2
18182026-06-04T02:18:07.113Z Compiling critical-section v1.2.0
18192026-06-04T02:18:07.158Z Compiling signal-hook-registry v1.4.8
18202026-06-04T02:18:07.270Z Compiling rustix v1.1.3
18212026-06-04T02:18:07.288Z Compiling hashbrown v0.17.0
18222026-06-04T02:18:07.394Z Compiling mio v1.2.0
18232026-06-04T02:18:07.412Z Compiling parking_lot v0.12.5
18242026-06-04T02:18:07.444Z Compiling once_cell v1.21.3
18252026-06-04T02:18:07.635Z Compiling socket2 v0.6.3
18262026-06-04T02:18:07.652Z Compiling const-oid v0.9.6
18272026-06-04T02:18:07.657Z Compiling ring v0.17.14
18282026-06-04T02:18:07.718Z Compiling bitflags v2.11.0
18292026-06-04T02:18:07.814Z Compiling aws-lc-sys v0.40.0
18302026-06-04T02:18:07.857Z Compiling semver v1.0.28
18312026-06-04T02:18:07.902Z Compiling indexmap v2.14.0
18322026-06-04T02:18:08.014Z Compiling heck v0.5.0
18332026-06-04T02:18:08.113Z Compiling aws-lc-rs v1.16.3
18342026-06-04T02:18:08.149Z Compiling futures-core v0.3.32
18352026-06-04T02:18:08.185Z Compiling httparse v1.10.1
18362026-06-04T02:18:08.223Z Compiling vcpkg v0.2.15
18372026-06-04T02:18:08.241Z Compiling thiserror v1.0.69
18382026-06-04T02:18:08.306Z Compiling strsim v0.11.1
18392026-06-04T02:18:08.403Z Compiling ucd-trie v0.1.7
18402026-06-04T02:18:08.534Z Compiling byteorder v1.5.0
18412026-06-04T02:18:08.550Z Compiling iana-time-zone v0.1.65
18422026-06-04T02:18:08.583Z Compiling pest v2.8.6
18432026-06-04T02:18:08.619Z Compiling regex-syntax v0.8.10
18442026-06-04T02:18:08.638Z Compiling ident_case v1.0.1
18452026-06-04T02:18:08.641Z Compiling syn v1.0.109
18462026-06-04T02:18:08.673Z Compiling uuid v1.23.0
18472026-06-04T02:18:08.677Z Compiling cpufeatures v0.2.17
18482026-06-04T02:18:08.708Z Compiling rustls v0.23.37
18492026-06-04T02:18:08.812Z Compiling openssl-sys v0.9.115
18502026-06-04T02:18:08.966Z Compiling futures-sink v0.3.32
18512026-06-04T02:18:09.058Z Compiling rustc_version v0.4.1
18522026-06-04T02:18:09.062Z Compiling futures-channel v0.3.32
18532026-06-04T02:18:09.135Z Compiling futures-io v0.3.32
18542026-06-04T02:18:09.154Z Compiling futures-task v0.3.32
18552026-06-04T02:18:09.306Z Compiling slab v0.4.12
18562026-06-04T02:18:09.360Z Compiling synstructure v0.13.2
18572026-06-04T02:18:09.360Z Compiling serde_derive_internals v0.29.1
18582026-06-04T02:18:09.390Z Compiling aho-corasick v1.1.4
18592026-06-04T02:18:09.436Z Compiling dyn-clone v1.0.20
18602026-06-04T02:18:09.685Z Compiling pest_meta v2.8.6
18612026-06-04T02:18:09.774Z Compiling plain v0.2.3
18622026-06-04T02:18:09.789Z Compiling openssl v0.10.79
18632026-06-04T02:18:09.803Z Compiling base64 v0.22.1
18642026-06-04T02:18:09.836Z Compiling crc32fast v1.5.0
18652026-06-04T02:18:09.901Z Compiling num-conv v0.2.0
18662026-06-04T02:18:10.064Z Compiling crossbeam-utils v0.8.21
18672026-06-04T02:18:10.080Z Compiling time-core v0.1.8
18682026-06-04T02:18:10.150Z Compiling native-tls v0.2.18
18692026-06-04T02:18:10.166Z Compiling pretty-hex v0.4.1
18702026-06-04T02:18:10.259Z Compiling base64ct v1.8.3
18712026-06-04T02:18:10.262Z Compiling time-macros v0.2.27
18722026-06-04T02:18:10.293Z Compiling regex-automata v0.4.14
18732026-06-04T02:18:10.318Z Compiling pest_generator v2.8.6
18742026-06-04T02:18:10.334Z Compiling anyhow v1.0.102
18752026-06-04T02:18:10.357Z Compiling darling_core v0.21.3
18762026-06-04T02:18:10.448Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18772026-06-04T02:18:10.463Z Compiling tracing-core v0.1.36
18782026-06-04T02:18:10.571Z Compiling pem-rfc7468 v0.7.0
18792026-06-04T02:18:10.605Z Compiling serde_derive v1.0.228
18802026-06-04T02:18:10.652Z Compiling zeroize_derive v1.4.3
18812026-06-04T02:18:10.763Z Compiling zerofrom-derive v0.1.6
18822026-06-04T02:18:10.828Z Compiling yoke-derive v0.8.1
18832026-06-04T02:18:10.851Z Compiling zerovec-derive v0.11.2
18842026-06-04T02:18:10.868Z Compiling displaydoc v0.2.5
18852026-06-04T02:18:10.947Z Compiling zerocopy-derive v0.8.40
18862026-06-04T02:18:10.964Z Compiling tokio-macros v2.7.0
18872026-06-04T02:18:11.263Z Compiling zeroize v1.8.2
18882026-06-04T02:18:11.485Z Compiling futures-macro v0.3.32
18892026-06-04T02:18:11.556Z Compiling thiserror-impl v2.0.18
18902026-06-04T02:18:11.664Z Compiling schemars_derive v0.8.22
18912026-06-04T02:18:11.777Z Compiling tracing-attributes v0.1.31
18922026-06-04T02:18:11.889Z Compiling der_derive v0.7.3
18932026-06-04T02:18:11.892Z Compiling zerofrom v0.1.6
18942026-06-04T02:18:12.036Z Compiling yoke v0.8.1
18952026-06-04T02:18:12.052Z Compiling crypto-common v0.1.7
18962026-06-04T02:18:12.220Z Compiling zerovec v0.11.5
18972026-06-04T02:18:12.235Z Compiling zerotrie v0.2.3
18982026-06-04T02:18:12.279Z Compiling block-buffer v0.10.4
18992026-06-04T02:18:12.509Z Compiling digest v0.10.7
19002026-06-04T02:18:12.729Z Compiling thiserror-impl v1.0.69
19012026-06-04T02:18:12.746Z Compiling tinystr v0.8.2
19022026-06-04T02:18:12.782Z Compiling potential_utf v0.1.4
19032026-06-04T02:18:12.832Z Compiling pest_derive v2.8.6
19042026-06-04T02:18:12.849Z Compiling futures-util v0.3.32
19052026-06-04T02:18:12.897Z Compiling hmac v0.12.1
19062026-06-04T02:18:12.974Z Compiling icu_locale_core v2.1.1
19072026-06-04T02:18:12.992Z Compiling icu_collections v2.1.1
19082026-06-04T02:18:13.322Z Compiling block-padding v0.3.3
19092026-06-04T02:18:13.484Z Compiling inout v0.1.4
19102026-06-04T02:18:13.657Z Compiling rustls-pki-types v1.14.0
19112026-06-04T02:18:13.735Z Compiling bytes v1.11.1
19122026-06-04T02:18:13.753Z Compiling icu_provider v2.1.1
19132026-06-04T02:18:13.812Z Compiling chrono v0.4.44
19142026-06-04T02:18:13.851Z Compiling openssl-macros v0.1.1
19152026-06-04T02:18:13.867Z Compiling serde_tokenstream v0.2.3
19162026-06-04T02:18:14.125Z Compiling icu_normalizer v2.1.1
19172026-06-04T02:18:14.178Z Compiling icu_properties v2.1.2
19182026-06-04T02:18:14.259Z Compiling cipher v0.4.4
19192026-06-04T02:18:14.388Z Compiling tokio v1.52.1
19202026-06-04T02:18:14.653Z Compiling sha2 v0.10.9
19212026-06-04T02:18:15.034Z Compiling scroll_derive v0.12.1
19222026-06-04T02:18:15.186Z Compiling idna_adapter v1.2.1
19232026-06-04T02:18:15.241Z Compiling ppv-lite86 v0.2.21
19242026-06-04T02:18:15.330Z Compiling idna v1.1.0
19252026-06-04T02:18:15.494Z Compiling scroll_derive v0.13.1
19262026-06-04T02:18:15.578Z Compiling http v1.4.0
19272026-06-04T02:18:15.679Z Compiling url v2.5.8
19282026-06-04T02:18:15.700Z Compiling untrusted v0.9.0
19292026-06-04T02:18:15.717Z Compiling flagset v0.4.7
19302026-06-04T02:18:15.865Z Compiling der v0.7.10
19312026-06-04T02:18:15.869Z Compiling tracing v0.1.44
19322026-06-04T02:18:16.010Z Compiling regex v1.12.3
19332026-06-04T02:18:16.142Z Compiling darling_macro v0.21.3
19342026-06-04T02:18:16.301Z Compiling zerocopy-derive v0.7.35
19352026-06-04T02:18:16.434Z Compiling rand_core v0.9.5
19362026-06-04T02:18:16.618Z Compiling slog v2.8.2
19372026-06-04T02:18:16.983Z Compiling spki v0.7.3
19382026-06-04T02:18:17.044Z Compiling darling v0.21.3
19392026-06-04T02:18:17.096Z Compiling salsa20 v0.10.2
19402026-06-04T02:18:17.112Z Compiling pbkdf2 v0.12.2
19412026-06-04T02:18:17.499Z Compiling cookie v0.18.1
19422026-06-04T02:18:17.676Z Compiling camino v1.2.2
19432026-06-04T02:18:17.919Z Compiling scrypt v0.11.0
19442026-06-04T02:18:17.991Z Compiling rand_chacha v0.9.0
19452026-06-04T02:18:18.009Z Compiling http-body v1.0.1
19462026-06-04T02:18:18.046Z Compiling aes v0.8.4
19472026-06-04T02:18:18.132Z Compiling cbc v0.1.2
19482026-06-04T02:18:18.199Z Compiling tokio-util v0.7.18
19492026-06-04T02:18:18.232Z Compiling usdt-impl v0.5.0
19502026-06-04T02:18:18.272Z Compiling atomic-waker v1.1.2
19512026-06-04T02:18:18.288Z Compiling ref-cast v1.0.25
19522026-06-04T02:18:18.388Z Compiling untrusted v0.7.1
19532026-06-04T02:18:18.404Z Compiling usdt-impl v0.6.0
19542026-06-04T02:18:18.434Z Compiling either v1.15.0
19552026-06-04T02:18:18.539Z Compiling paste v1.0.15
19562026-06-04T02:18:18.587Z Compiling winnow v0.7.14
19572026-06-04T02:18:18.617Z Compiling openssl-probe v0.2.1
19582026-06-04T02:18:18.651Z Compiling tinyvec_macros v0.1.1
19592026-06-04T02:18:18.666Z Compiling pkcs5 v0.7.1
19602026-06-04T02:18:18.734Z Compiling tinyvec v1.10.0
19612026-06-04T02:18:18.926Z Compiling rand v0.9.2
19622026-06-04T02:18:19.180Z Compiling scroll v0.13.0
19632026-06-04T02:18:19.405Z Compiling scroll v0.12.0
19642026-06-04T02:18:19.418Z Compiling serde_spanned v0.6.9
19652026-06-04T02:18:19.465Z Compiling toml_datetime v0.6.11
19662026-06-04T02:18:19.516Z Compiling async-trait v0.1.89
19672026-06-04T02:18:19.574Z Compiling heapless v0.7.17
19682026-06-04T02:18:19.611Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-06-04T02:18:19.647Z Compiling tower-layer v0.3.3
19702026-06-04T02:18:19.824Z Compiling zstd-safe v7.2.4
19712026-06-04T02:18:19.856Z Compiling tower-service v0.3.3
19722026-06-04T02:18:19.890Z Compiling try-lock v0.2.5
19732026-06-04T02:18:19.908Z Compiling signal-hook v0.3.18
19742026-06-04T02:18:20.059Z Compiling fastrand v2.3.0
19752026-06-04T02:18:20.075Z Compiling want v0.3.1
19762026-06-04T02:18:20.181Z Compiling h2 v0.4.13
19772026-06-04T02:18:20.190Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-06-04T02:18:20.265Z Compiling goblin v0.8.2
19792026-06-04T02:18:20.301Z Compiling goblin v0.10.5
19802026-06-04T02:18:20.429Z Compiling pkcs8 v0.10.2
19812026-06-04T02:18:20.546Z Compiling zerocopy v0.7.35
19822026-06-04T02:18:20.652Z Compiling ipnet v2.11.0
19832026-06-04T02:18:20.742Z Compiling ref-cast-impl v1.0.25
19842026-06-04T02:18:20.911Z Compiling curve25519-dalek v4.1.3
19852026-06-04T02:18:21.110Z Compiling darling_core v0.20.11
19862026-06-04T02:18:21.196Z Compiling memoffset v0.9.1
19872026-06-04T02:18:21.295Z Compiling rustix v0.38.44
19882026-06-04T02:18:21.421Z Compiling httpdate v1.0.3
19892026-06-04T02:18:21.487Z Compiling litrs v1.0.0
19902026-06-04T02:18:21.651Z Compiling pin-utils v0.1.0
19912026-06-04T02:18:21.751Z Compiling foreign-types-shared v0.1.1
19922026-06-04T02:18:21.786Z Compiling winnow v0.5.40
19932026-06-04T02:18:21.937Z Compiling foreign-types v0.3.2
19942026-06-04T02:18:21.955Z Compiling document-features v0.2.12
19952026-06-04T02:18:22.019Z Compiling tempfile v3.25.0
19962026-06-04T02:18:22.506Z Compiling dof v0.3.0
19972026-06-04T02:18:22.610Z Compiling unicode-normalization v0.1.25
19982026-06-04T02:18:22.943Z Compiling dtrace-parser v0.2.0
19992026-06-04T02:18:23.004Z Compiling dof v0.4.0
20002026-06-04T02:18:23.086Z Compiling hyper v1.8.1
20012026-06-04T02:18:23.090Z Compiling darling_macro v0.20.11
20022026-06-04T02:18:23.127Z Compiling toml_edit v0.19.15
20032026-06-04T02:18:23.320Z Compiling dtrace-parser v0.3.0
20042026-06-04T02:18:23.488Z Compiling daft-derive v0.1.7
20052026-06-04T02:18:23.582Z Compiling pin-project-internal v1.1.11
20062026-06-04T02:18:23.617Z Compiling spin v0.9.8
20072026-06-04T02:18:23.653Z Compiling thread-id v5.1.0
20082026-06-04T02:18:23.740Z Compiling thread-id v4.2.2
20092026-06-04T02:18:23.760Z Compiling cfg_aliases v0.2.1
20102026-06-04T02:18:23.785Z Compiling num-bigint-dig v0.8.6
20112026-06-04T02:18:23.864Z Compiling powerfmt v0.2.0
20122026-06-04T02:18:23.867Z Compiling smoltcp v0.9.1
20132026-06-04T02:18:23.985Z Compiling nix v0.31.2
20142026-06-04T02:18:24.068Z Compiling deranged v0.5.8
20152026-06-04T02:18:24.195Z Compiling hyper-util v0.1.20
20162026-06-04T02:18:24.210Z Compiling darling v0.20.11
20172026-06-04T02:18:24.595Z Compiling rustls-native-certs v0.8.3
20182026-06-04T02:18:24.675Z Compiling ipnetwork v0.21.1
20192026-06-04T02:18:25.030Z Compiling strum_macros v0.26.4
20202026-06-04T02:18:25.187Z Compiling curve25519-dalek-derive v0.1.1
20212026-06-04T02:18:25.313Z Compiling sync_wrapper v1.0.2
20222026-06-04T02:18:25.358Z Compiling wait-timeout v0.2.1
20232026-06-04T02:18:25.467Z Compiling simd-adler32 v0.3.8
20242026-06-04T02:18:25.600Z Compiling bit-vec v0.8.0
20252026-06-04T02:18:25.844Z Compiling anstyle v1.0.13
20262026-06-04T02:18:25.863Z Compiling utf8parse v0.2.2
20272026-06-04T02:18:25.949Z Compiling num_threads v0.1.7
20282026-06-04T02:18:25.952Z Compiling quick-error v1.2.3
20292026-06-04T02:18:25.982Z Compiling siphasher v1.0.2
20302026-06-04T02:18:26.062Z Compiling rusty-fork v0.3.1
20312026-06-04T02:18:26.097Z Compiling anstyle-parse v0.2.7
20322026-06-04T02:18:26.173Z Compiling time v0.3.47
20332026-06-04T02:18:26.297Z Compiling bit-set v0.8.0
20342026-06-04T02:18:26.480Z Compiling tower v0.5.3
20352026-06-04T02:18:26.672Z Compiling derive_builder_core v0.20.2
20362026-06-04T02:18:26.693Z Compiling http-body-util v0.1.3
20372026-06-04T02:18:26.975Z Compiling webpki-roots v1.0.6
20382026-06-04T02:18:26.992Z Compiling rand_xorshift v0.4.0
20392026-06-04T02:18:27.114Z Compiling signature v2.2.0
20402026-06-04T02:18:27.155Z Compiling hubpack_derive v0.1.1
20412026-06-04T02:18:27.250Z Compiling snafu-derive v0.8.9
20422026-06-04T02:18:27.274Z Compiling strum_macros v0.27.2
20432026-06-04T02:18:27.493Z Compiling fs-err v3.3.0
20442026-06-04T02:18:27.566Z Compiling ahash v0.8.12
20452026-06-04T02:18:27.567Z Compiling encoding_rs v0.8.35
20462026-06-04T02:18:27.756Z Compiling adler2 v2.0.1
20472026-06-04T02:18:27.773Z Compiling object v0.37.3
20482026-06-04T02:18:27.801Z Compiling ryu v1.0.23
20492026-06-04T02:18:27.905Z Compiling unicode-segmentation v1.12.0
20502026-06-04T02:18:27.999Z Compiling anstyle-query v1.1.5
20512026-06-04T02:18:28.026Z Compiling iri-string v0.7.10
20522026-06-04T02:18:28.060Z Compiling colorchoice v1.0.4
20532026-06-04T02:18:28.077Z Compiling unarray v0.1.4
20542026-06-04T02:18:28.196Z Compiling unicode-properties v0.1.4
20552026-06-04T02:18:28.242Z Compiling allocator-api2 v0.2.21
20562026-06-04T02:18:28.279Z Compiling mime v0.3.17
20572026-06-04T02:18:28.309Z Compiling unicode-bidi v0.3.18
20582026-06-04T02:18:28.322Z Compiling is_terminal_polyfill v1.70.2
20592026-06-04T02:18:28.412Z Compiling anstream v0.6.21
20602026-06-04T02:18:28.448Z Compiling serde_urlencoded v0.7.1
20612026-06-04T02:18:28.465Z Compiling proptest v1.10.0
20622026-06-04T02:18:28.717Z Compiling stringprep v0.1.5
20632026-06-04T02:18:28.744Z Compiling miniz_oxide v0.8.9
20642026-06-04T02:18:28.854Z Compiling derive_builder_macro v0.20.2
20652026-06-04T02:18:29.140Z Compiling tokio-native-tls v0.3.1
20662026-06-04T02:18:29.236Z Compiling tower-http v0.6.8
20672026-06-04T02:18:29.289Z Compiling usdt-macro v0.6.0
20682026-06-04T02:18:29.339Z Compiling usdt-attr-macro v0.6.0
20692026-06-04T02:18:29.698Z Compiling rand_chacha v0.3.1
20702026-06-04T02:18:29.729Z Compiling erased-serde v0.3.31
20712026-06-04T02:18:29.763Z Compiling md-5 v0.10.6
20722026-06-04T02:18:29.857Z Compiling bstr v1.12.1
20732026-06-04T02:18:29.954Z Compiling num-integer v0.1.46
20742026-06-04T02:18:30.018Z Compiling hash32 v0.2.1
20752026-06-04T02:18:30.089Z Compiling vergen-lib v9.1.0
20762026-06-04T02:18:30.118Z Compiling ff v0.13.1
20772026-06-04T02:18:30.203Z Compiling zlib-rs v0.6.2
20782026-06-04T02:18:30.274Z Compiling fallible-iterator v0.2.0
20792026-06-04T02:18:30.277Z Compiling psl-types v2.0.11
20802026-06-04T02:18:30.336Z Compiling base16ct v0.2.0
20812026-06-04T02:18:30.398Z Compiling group v0.13.0
20822026-06-04T02:18:30.436Z Compiling publicsuffix v2.3.0
20832026-06-04T02:18:30.463Z Compiling sec1 v0.7.3
20842026-06-04T02:18:30.478Z Compiling newtype-uuid v1.3.2
20852026-06-04T02:18:30.591Z Compiling postgres-protocol v0.6.10
20862026-06-04T02:18:30.607Z Compiling num-iter v0.1.45
20872026-06-04T02:18:30.805Z Compiling rand v0.8.6
20882026-06-04T02:18:31.375Z Compiling oxnet v0.1.4
20892026-06-04T02:18:31.490Z Compiling derive_builder v0.20.2
20902026-06-04T02:18:31.507Z Compiling hyper-tls v0.6.0
20912026-06-04T02:18:31.693Z Compiling heck v0.4.1
20922026-06-04T02:18:31.717Z Compiling phf_shared v0.13.1
20932026-06-04T02:18:31.749Z Compiling pin-project v1.1.11
20942026-06-04T02:18:31.809Z Compiling lazy_static v1.5.0
20952026-06-04T02:18:31.922Z Compiling terminal_size v0.4.3
20962026-06-04T02:18:31.923Z Compiling serde_with_macros v3.17.0
20972026-06-04T02:18:31.967Z Compiling futures-executor v0.3.32
20982026-06-04T02:18:31.986Z Compiling hex v0.4.3
20992026-06-04T02:18:32.093Z Compiling hkdf v0.12.4
21002026-06-04T02:18:32.219Z Compiling flate2 v1.1.9
21012026-06-04T02:18:32.236Z Compiling crypto-bigint v0.5.5
21022026-06-04T02:18:32.260Z Compiling enum-as-inner v0.6.1
21032026-06-04T02:18:32.316Z Compiling clap_derive v4.5.55
21042026-06-04T02:18:32.331Z Compiling async-recursion v1.1.1
21052026-06-04T02:18:32.386Z Compiling serde_repr v0.1.20
21062026-06-04T02:18:32.521Z Compiling vergen v9.1.0
21072026-06-04T02:18:32.647Z Compiling cargo-platform v0.3.2
21082026-06-04T02:18:32.693Z Compiling clap_lex v1.0.0
21092026-06-04T02:18:32.743Z Compiling bitflags v1.3.2
21102026-06-04T02:18:32.819Z Compiling managed v0.8.0
21112026-06-04T02:18:32.942Z Compiling libbz2-rs-sys v0.2.2
21122026-06-04T02:18:32.973Z Compiling foldhash v0.1.5
21132026-06-04T02:18:33.027Z Compiling bumpalo v3.20.2
21142026-06-04T02:18:33.069Z Compiling foldhash v0.2.0
21152026-06-04T02:18:33.163Z Compiling same-file v1.0.6
21162026-06-04T02:18:33.220Z Compiling elliptic-curve v0.13.8
21172026-06-04T02:18:33.244Z Compiling hashbrown v0.16.1
21182026-06-04T02:18:33.286Z Compiling walkdir v2.5.0
21192026-06-04T02:18:33.302Z Compiling zopfli v0.8.3
21202026-06-04T02:18:33.368Z Compiling bzip2 v0.6.1
21212026-06-04T02:18:33.554Z Compiling hashbrown v0.15.5
21222026-06-04T02:18:33.584Z Compiling clap_builder v4.5.60
21232026-06-04T02:18:33.615Z Compiling cargo_metadata v0.23.1
21242026-06-04T02:18:33.898Z Compiling futures v0.3.32
21252026-06-04T02:18:34.127Z Compiling phf v0.13.1
21262026-06-04T02:18:34.160Z Compiling snafu v0.8.9
21272026-06-04T02:18:34.314Z Compiling zstd v0.13.3
21282026-06-04T02:18:34.353Z Compiling signal-hook-mio v0.2.5
21292026-06-04T02:18:34.449Z Compiling daft v0.1.7
21302026-06-04T02:18:34.507Z Compiling cookie_store v0.22.1
21312026-06-04T02:18:34.583Z Compiling postgres-types v0.2.12
21322026-06-04T02:18:34.730Z Compiling bzip2 v0.4.4
21332026-06-04T02:18:34.802Z Compiling globset v0.4.18
21342026-06-04T02:18:34.957Z Compiling strum v0.27.2
21352026-06-04T02:18:35.107Z Compiling hubpack v0.1.2
21362026-06-04T02:18:35.124Z Compiling ed25519 v2.2.3
21372026-06-04T02:18:35.127Z Compiling phf_shared v0.11.3
21382026-06-04T02:18:35.187Z Compiling crossbeam-epoch v0.9.18
21392026-06-04T02:18:35.365Z Compiling olpc-cjson v0.1.4
21402026-06-04T02:18:35.381Z Compiling pkcs1 v0.7.5
21412026-06-04T02:18:35.411Z Compiling pem v3.0.6
21422026-06-04T02:18:35.483Z Compiling serde_plain v1.0.2
21432026-06-04T02:18:35.540Z Compiling serde-big-array v0.5.1
21442026-06-04T02:18:35.705Z Compiling rfc6979 v0.4.0
21452026-06-04T02:18:35.729Z Compiling float-cmp v0.10.0
21462026-06-04T02:18:35.732Z Compiling env_filter v1.0.0
21472026-06-04T02:18:35.732Z Compiling memmap2 v0.9.10
21482026-06-04T02:18:35.781Z Compiling toml_write v0.1.2
21492026-06-04T02:18:35.813Z Compiling new_debug_unreachable v1.0.6
21502026-06-04T02:18:35.861Z Compiling jiff v0.2.21
21512026-06-04T02:18:35.894Z Compiling typed-path v0.9.3
21522026-06-04T02:18:35.912Z Compiling normalize-line-endings v0.3.0
21532026-06-04T02:18:35.915Z Compiling precomputed-hash v0.1.1
21542026-06-04T02:18:35.991Z Compiling data-encoding v2.10.0
21552026-06-04T02:18:36.021Z Compiling difflib v0.4.0
21562026-06-04T02:18:36.038Z Compiling static_assertions v1.1.0
21572026-06-04T02:18:36.038Z Compiling keccak v0.1.6
21582026-06-04T02:18:36.041Z Compiling whoami v2.1.0
21592026-06-04T02:18:36.100Z Compiling fixedbitset v0.5.7
21602026-06-04T02:18:36.145Z Compiling predicates-core v1.0.10
21612026-06-04T02:18:36.177Z Compiling fixedbitset v0.4.2
21622026-06-04T02:18:36.288Z Compiling hickory-proto v0.25.2
21632026-06-04T02:18:36.327Z Compiling petgraph v0.8.3
21642026-06-04T02:18:36.399Z Compiling petgraph v0.6.5
21652026-06-04T02:18:36.415Z Compiling tokio-postgres v0.7.16
21662026-06-04T02:18:36.431Z Compiling predicates v3.1.4
21672026-06-04T02:18:36.477Z Compiling sha3 v0.10.8
21682026-06-04T02:18:36.679Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21692026-06-04T02:18:36.764Z Compiling string_cache v0.8.9
21702026-06-04T02:18:37.016Z Compiling toml_edit v0.22.27
21712026-06-04T02:18:37.042Z Compiling usdt v0.6.0
21722026-06-04T02:18:37.305Z Compiling env_logger v0.11.9
21732026-06-04T02:18:37.321Z Compiling ecdsa v0.16.9
21742026-06-04T02:18:37.464Z Compiling rsa v0.9.10
21752026-06-04T02:18:37.734Z Compiling ed25519-dalek v2.2.0
21762026-06-04T02:18:38.127Z Compiling clap v4.5.60
21772026-06-04T02:18:38.263Z Compiling crossterm v0.28.1
21782026-06-04T02:18:38.281Z Compiling zip v0.6.6
21792026-06-04T02:18:38.298Z Compiling iddqd v0.4.2
21802026-06-04T02:18:38.499Z Compiling zip v4.6.1
21812026-06-04T02:18:39.367Z Compiling serde_with v3.17.0
21822026-06-04T02:18:39.393Z Compiling similar v2.7.0
21832026-06-04T02:18:39.408Z Compiling strum v0.26.3
21842026-06-04T02:18:39.442Z Compiling toml v0.7.8
21852026-06-04T02:18:39.466Z Compiling tokio-stream v0.1.18
21862026-06-04T02:18:39.485Z Compiling itertools v0.13.0
21872026-06-04T02:18:39.560Z Compiling buf-list v1.1.2
21882026-06-04T02:18:39.636Z Compiling x509-cert v0.2.5
21892026-06-04T02:18:39.997Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21902026-06-04T02:18:40.138Z Compiling openapiv3 v2.2.0
21912026-06-04T02:18:40.160Z Compiling sha1 v0.10.6
21922026-06-04T02:18:40.309Z Compiling peg-runtime v0.8.5
21932026-06-04T02:18:40.398Z Compiling lalrpop-util v0.19.12
21942026-06-04T02:18:55.709Z Compiling rustls-webpki v0.103.9
21952026-06-04T02:18:57.008Z Compiling macaddr v1.0.1
21962026-06-04T02:18:57.008Z Compiling structmeta-derive v0.3.0
21972026-06-04T02:18:57.121Z Compiling crucible-workspace-hack v0.1.0
21982026-06-04T02:18:57.187Z Compiling rayon-core v1.13.0
21992026-06-04T02:18:57.204Z Compiling itertools v0.14.0
22002026-06-04T02:18:57.311Z Compiling secrecy v0.10.3
22012026-06-04T02:18:57.349Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-06-04T02:18:57.365Z Compiling rustls v0.22.4
22032026-06-04T02:18:57.440Z Compiling toml_datetime v0.7.5+spec-1.1.0
22042026-06-04T02:18:57.506Z Compiling heapless v0.8.0
22052026-06-04T02:18:57.706Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-06-04T02:18:57.723Z Compiling crossbeam-deque v0.8.6
22072026-06-04T02:18:57.771Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-06-04T02:18:57.871Z Compiling rustls-webpki v0.102.8
22092026-06-04T02:18:57.958Z Compiling hash32 v0.3.1
22102026-06-04T02:18:57.974Z Compiling multer v3.1.0
22112026-06-04T02:18:58.025Z Compiling thread_local v1.1.9
22122026-06-04T02:18:58.048Z Compiling compression-core v0.4.31
22132026-06-04T02:18:58.065Z Compiling structmeta v0.3.0
22142026-06-04T02:18:58.065Z Compiling unicode-width v0.2.0
22152026-06-04T02:18:58.146Z Compiling smoltcp v0.11.0
22162026-06-04T02:18:58.199Z Compiling slog-async v2.8.0
22172026-06-04T02:18:58.251Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22182026-06-04T02:18:58.313Z Compiling match_cfg v0.1.0
22192026-06-04T02:18:58.385Z Compiling hostname v0.3.1
22202026-06-04T02:18:58.401Z Compiling derive-ex v0.1.8
22212026-06-04T02:18:58.436Z Compiling proc-macro-crate v3.4.0
22222026-06-04T02:18:58.522Z Compiling ingot-macros v0.1.1
22232026-06-04T02:18:58.554Z Compiling compression-codecs v0.4.37
22242026-06-04T02:18:58.619Z Compiling slog-json v2.6.1
22252026-06-04T02:18:58.658Z Compiling crossbeam-channel v0.5.15
22262026-06-04T02:18:58.885Z Compiling half v2.7.1
22272026-06-04T02:18:58.903Z Compiling newtype-uuid-macros v0.1.0
22282026-06-04T02:18:58.957Z Compiling cobs v0.3.0
22292026-06-04T02:18:59.104Z Compiling thiserror-impl-no-std v2.0.2
22302026-06-04T02:18:59.257Z Compiling universal-hash v0.5.1
22312026-06-04T02:18:59.273Z Compiling async-stream-impl v0.3.6
22322026-06-04T02:18:59.365Z Compiling toml_datetime v1.0.0+spec-1.1.0
22332026-06-04T02:18:59.428Z Compiling serde_spanned v1.0.4
22342026-06-04T02:18:59.615Z Compiling tokio-rustls v0.26.4
22352026-06-04T02:18:59.632Z Compiling rustls-platform-verifier v0.6.2
22362026-06-04T02:18:59.713Z Compiling is-terminal v0.4.17
22372026-06-04T02:18:59.813Z Compiling proc-macro-error-attr v1.0.4
22382026-06-04T02:18:59.835Z Compiling dropshot v0.17.0
22392026-06-04T02:18:59.861Z Compiling opaque-debug v0.3.1
22402026-06-04T02:18:59.878Z Compiling hyper-rustls v0.27.7
22412026-06-04T02:18:59.908Z Compiling ciborium-io v0.2.2
22422026-06-04T02:18:59.942Z Compiling convert_case v0.4.0
22432026-06-04T02:18:59.960Z Compiling toml_writer v1.0.6+spec-1.1.0
22442026-06-04T02:19:00.032Z Compiling term v1.2.1
22452026-06-04T02:19:00.032Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22462026-06-04T02:19:00.063Z Compiling take_mut v0.2.2
22472026-06-04T02:19:00.151Z Compiling reqwest v0.12.28
22482026-06-04T02:19:00.168Z Compiling reqwest v0.13.2
22492026-06-04T02:19:00.226Z Compiling toml v1.0.6+spec-1.1.0
22502026-06-04T02:19:00.264Z Compiling thiserror-no-std v2.0.2
22512026-06-04T02:19:00.281Z Compiling derive_more v0.99.20
22522026-06-04T02:19:00.356Z Compiling ciborium-ll v0.2.2
22532026-06-04T02:19:00.382Z Compiling slog-term v2.9.2
22542026-06-04T02:19:00.641Z Compiling tokio-rustls v0.25.0
22552026-06-04T02:19:00.751Z Compiling test-strategy v0.4.5
22562026-06-04T02:19:00.912Z Compiling poly1305 v0.8.0
22572026-06-04T02:19:01.142Z Compiling ingot-types v0.1.2
22582026-06-04T02:19:01.224Z Compiling async-stream v0.3.6
22592026-06-04T02:19:01.439Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-06-04T02:19:01.459Z Compiling postcard v1.1.3
22612026-06-04T02:19:01.562Z Compiling ingot v0.1.1
22622026-06-04T02:19:01.626Z Compiling num_enum_derive v0.7.5
22632026-06-04T02:19:01.856Z Compiling tough v0.22.0
22642026-06-04T02:19:01.873Z Compiling slog-bunyan v2.5.0
22652026-06-04T02:19:01.923Z Compiling async-compression v0.4.41
22662026-06-04T02:19:02.080Z Compiling parse-display-derive v0.10.0
22672026-06-04T02:19:02.439Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22682026-06-04T02:19:02.467Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-06-04T02:19:02.606Z Compiling proc-macro-crate v1.3.1
22702026-06-04T02:19:02.727Z Compiling backon v1.6.0
22712026-06-04T02:19:02.983Z Compiling waitgroup v0.1.2
22722026-06-04T02:19:03.005Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22732026-06-04T02:19:03.165Z Compiling password-hash v0.5.0
22742026-06-04T02:19:03.229Z Compiling chacha20 v0.9.1
22752026-06-04T02:19:03.280Z Compiling dropshot_endpoint v0.17.0
22762026-06-04T02:19:03.471Z Compiling rustls-pemfile v2.2.0
22772026-06-04T02:19:03.556Z Compiling blake2 v0.10.6
22782026-06-04T02:19:03.583Z Compiling aead v0.5.2
22792026-06-04T02:19:03.600Z Compiling foreign-types-macros v0.2.3
22802026-06-04T02:19:03.810Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-06-04T02:19:03.828Z Compiling serde_path_to_error v0.1.20
22822026-06-04T02:19:03.847Z Compiling hostname v0.4.2
22832026-06-04T02:19:04.035Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-06-04T02:19:04.139Z Compiling proc-macro-error v1.0.4
22852026-06-04T02:19:04.142Z Compiling instant v0.1.13
22862026-06-04T02:19:04.172Z Compiling cpufeatures v0.3.0
22872026-06-04T02:19:04.206Z Compiling foreign-types-shared v0.3.1
22882026-06-04T02:19:04.222Z Compiling debug-ignore v1.0.5
22892026-06-04T02:19:04.238Z Compiling typeid v1.0.3
22902026-06-04T02:19:04.277Z Compiling chacha20 v0.10.0
22912026-06-04T02:19:04.295Z Compiling foreign-types v0.5.0
22922026-06-04T02:19:04.308Z Compiling backoff v0.4.0
22932026-06-04T02:19:04.326Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22942026-06-04T02:19:04.343Z Compiling argon2 v0.5.3
22952026-06-04T02:19:04.360Z Compiling chacha20poly1305 v0.10.1
22962026-06-04T02:19:04.379Z Compiling parse-display v0.10.0
22972026-06-04T02:19:04.411Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22982026-06-04T02:19:04.509Z Compiling num_enum_derive v0.5.11
22992026-06-04T02:19:04.526Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-06-04T02:19:04.562Z Compiling num_enum v0.7.5
23012026-06-04T02:19:04.588Z Compiling ciborium v0.2.2
23022026-06-04T02:19:04.627Z Compiling vsss-rs v3.3.4
23032026-06-04T02:19:04.941Z Compiling tabwriter v1.4.1
23042026-06-04T02:19:04.998Z Compiling regress v0.10.5
23052026-06-04T02:19:05.280Z Compiling byte-wrapper v0.1.0
23062026-06-04T02:19:05.336Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23072026-06-04T02:19:05.353Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-06-04T02:19:05.433Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23092026-06-04T02:19:05.476Z Compiling cstr-argument v0.1.2
23102026-06-04T02:19:05.493Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112026-06-04T02:19:05.674Z Compiling erased-serde v0.4.9
23122026-06-04T02:19:05.810Z Compiling humantime v2.3.0
23132026-06-04T02:19:05.853Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23142026-06-04T02:19:05.900Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23152026-06-04T02:19:06.029Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-04T02:19:06.045Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-06-04T02:19:06.110Z Compiling num_enum v0.5.11
23182026-06-04T02:19:06.173Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-06-04T02:19:06.191Z Compiling rand v0.10.0
23202026-06-04T02:19:06.256Z Compiling rayon v1.11.0
23212026-06-04T02:19:06.278Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-06-04T02:19:06.294Z Compiling indent_write v2.2.0
23232026-06-04T02:19:06.341Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23242026-06-04T02:19:06.427Z Compiling colored v3.1.1
23252026-06-04T02:19:06.458Z Compiling libefi-sys v0.1.0
23262026-06-04T02:19:06.474Z Compiling zone_cfg_derive v0.3.1
23272026-06-04T02:19:06.491Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23282026-06-04T02:19:06.528Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-06-04T02:19:06.671Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23302026-06-04T02:19:06.708Z Compiling camino-tempfile v1.4.1
23312026-06-04T02:19:06.915Z Compiling itertools v0.12.1
23322026-06-04T02:19:07.052Z Compiling usdt-macro v0.5.0
23332026-06-04T02:19:07.076Z Compiling usdt-attr-macro v0.5.0
23342026-06-04T02:19:07.111Z Compiling num-derive v0.4.2
23352026-06-04T02:19:07.127Z Compiling bitfield-struct v0.6.2
23362026-06-04T02:19:07.131Z Compiling ordered-float v2.10.1
23372026-06-04T02:19:07.159Z Compiling blake3 v1.8.3
23382026-06-04T02:19:07.439Z Compiling sigpipe v0.1.3
23392026-06-04T02:19:07.540Z Compiling memmap v0.7.0
23402026-06-04T02:19:07.570Z Compiling glob v0.3.3
23412026-06-04T02:19:07.764Z Compiling swrite v0.1.0
23422026-06-04T02:19:07.814Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23432026-06-04T02:19:07.829Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-06-04T02:19:07.847Z Compiling usdt v0.5.0
23452026-06-04T02:19:07.895Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23462026-06-04T02:19:08.046Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-06-04T02:19:08.207Z Compiling serde-value v0.7.0
23482026-06-04T02:19:08.415Z Compiling zone v0.3.1
23492026-06-04T02:19:08.431Z Compiling serde-untagged v0.1.9
23502026-06-04T02:19:08.469Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23512026-06-04T02:19:08.577Z Compiling toml v0.8.23
23522026-06-04T02:19:08.698Z Compiling smf v0.2.3
23532026-06-04T02:19:08.766Z Compiling filetime v0.2.27
23542026-06-04T02:19:08.769Z Compiling xattr v1.6.1
23552026-06-04T02:19:08.796Z Compiling whoami v1.6.1
23562026-06-04T02:19:08.819Z Compiling unicode-xid v0.2.6
23572026-06-04T02:19:08.922Z Compiling arrayvec v0.7.6
23582026-06-04T02:19:08.993Z Compiling constant_time_eq v0.4.2
23592026-06-04T02:19:09.010Z Compiling arrayref v0.3.9
23602026-06-04T02:19:09.013Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-06-04T02:19:09.081Z Compiling cargo-util-schemas v0.8.2
23622026-06-04T02:19:09.110Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-06-04T02:19:09.178Z Compiling tar v0.4.45
23642026-06-04T02:19:09.210Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652026-06-04T02:19:09.278Z Compiling tokio-dtrace v0.1.1
23662026-06-04T02:19:09.462Z Compiling console v0.16.2
23672026-06-04T02:19:09.625Z Compiling gethostname v0.5.0
23682026-06-04T02:19:09.758Z Compiling cargo-platform v0.2.0
23692026-06-04T02:19:09.781Z Compiling topological-sort v0.2.2
23702026-06-04T02:19:09.804Z Compiling unit-prefix v0.5.2
23712026-06-04T02:19:09.845Z Compiling oxide-tokio-rt v0.1.4
23722026-06-04T02:19:09.980Z Compiling indicatif v0.18.4
23732026-06-04T02:19:09.983Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23742026-06-04T02:19:10.014Z Compiling shell-words v1.1.1
23752026-06-04T02:19:10.211Z Compiling cargo_metadata v0.21.0
23762026-06-04T02:19:19.534Z Compiling progenitor-client v0.10.0
23772026-06-04T02:19:19.534Z Compiling omicron-zone-package v0.12.2
23782026-06-04T02:19:19.582Z Compiling progenitor-client v0.14.0
23792026-06-04T02:19:20.020Z Compiling progenitor-extras v0.2.0
23802026-06-04T02:19:22.391Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-06-04T02:19:22.415Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-06-04T02:19:22.467Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-06-04T02:19:22.504Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-06-04T02:19:22.518Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-06-04T02:19:22.522Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-06-04T02:19:22.651Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-06-04T02:19:22.726Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23882026-06-04T02:19:22.822Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-06-04T02:19:26.680Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-06-04T02:19:34.306Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-06-04T02:19:37.376Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-06-04T02:19:38.343Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-06-04T02:19:47.978Z Finished `release` profile [optimized] target(s) in 1m 43s
23942026-06-04T02:19:48.129Z Running `target/release/omicron-package -t test target create -p dev`
23952026-06-04T02:19:48.191ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-06-04T02:19:48.194ZCreated new build target 'test' and set it as active
23972026-06-04T02:19:48.194Z
23982026-06-04T02:19:48.194Zreal 1:44.037967612
23992026-06-04T02:19:48.195Zuser 16:54.930125341
24002026-06-04T02:19:48.198Zsys 2:40.917687584
24012026-06-04T02:19:48.198Ztrap 0.461515974
24022026-06-04T02:19:48.198Ztflt 2.889950404
24032026-06-04T02:19:48.198Zdflt 4.664056689
24042026-06-04T02:19:48.198Zkflt 0.000483961
24052026-06-04T02:19:48.198Zlock 52:43.950700165
24062026-06-04T02:19:48.198Zslp 43:13.717712988
24072026-06-04T02:19:48.198Zlat 42.922600847
24082026-06-04T02:19:48.198Zstop 5:34.610509391
24092026-06-04T02:19:48.198Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-06-04T02:19:49.066Z Finished `release` profile [optimized] target(s) in 0.86s
24112026-06-04T02:19:49.135Z Running `target/release/omicron-package -t test package`
24122026-06-04T02:19:49.192ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-06-04T02:19:50.621Z Compiling heck v0.5.0
24142026-06-04T02:19:50.625Z Compiling regress v0.11.1
24152026-06-04T02:19:50.844Z Compiling unsafe-libyaml v0.2.11
24162026-06-04T02:19:50.882Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-06-04T02:19:50.911Z Compiling regress v0.10.5
24182026-06-04T02:19:50.936Z Compiling is-terminal v0.4.17
24192026-06-04T02:19:50.936Z Compiling unicode-width v0.1.14
24202026-06-04T02:19:50.991Z Compiling prettyplease v0.2.37
24212026-06-04T02:19:50.996Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24222026-06-04T02:19:50.996Z Compiling bytecount v0.6.9
24232026-06-04T02:19:50.996Z Compiling rustls v0.22.4
24242026-06-04T02:19:50.996Z Compiling rustls-webpki v0.102.8
24252026-06-04T02:19:50.996Z Compiling derive-where v1.6.0
24262026-06-04T02:19:51.019Z Compiling thread_local v1.1.9
24272026-06-04T02:19:51.040Z Compiling compression-core v0.4.31
24282026-06-04T02:19:51.083Z Compiling match_cfg v0.1.0
24292026-06-04T02:19:51.102Z Compiling multer v3.1.0
24302026-06-04T02:19:51.210Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-06-04T02:19:51.234Z Compiling hostname v0.3.1
24322026-06-04T02:19:51.257Z Compiling compression-codecs v0.4.37
24332026-06-04T02:19:51.257Z Compiling slog-async v2.8.0
24342026-06-04T02:19:51.304Z Compiling crossbeam-channel v0.5.15
24352026-06-04T02:19:51.307Z Compiling slog-json v2.6.1
24362026-06-04T02:19:51.352Z Compiling serde_yaml v0.9.34+deprecated
24372026-06-04T02:19:51.353Z Compiling serde_spanned v1.0.4
24382026-06-04T02:19:51.397Z Compiling toml_datetime v1.0.0+spec-1.1.0
24392026-06-04T02:19:51.400Z Compiling toml_writer v1.0.6+spec-1.1.0
24402026-06-04T02:19:51.442Z Compiling term v1.2.1
24412026-06-04T02:19:51.541Z Compiling take_mut v0.2.2
24422026-06-04T02:19:51.565Z Compiling slog-bunyan v2.5.0
24432026-06-04T02:19:51.568Z Compiling async-compression v0.4.41
24442026-06-04T02:19:51.690Z Compiling toml v1.0.6+spec-1.1.0
24452026-06-04T02:19:51.768Z Compiling slog-term v2.9.2
24462026-06-04T02:19:51.788Z Compiling dropshot v0.17.0
24472026-06-04T02:19:51.791Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-06-04T02:19:51.860Z Compiling async-stream v0.3.6
24492026-06-04T02:19:51.927Z Compiling num-rational v0.4.2
24502026-06-04T02:19:51.975Z Compiling progenitor-client v0.14.0
24512026-06-04T02:19:51.997Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-06-04T02:19:52.059Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-06-04T02:19:52.089Z Compiling waitgroup v0.1.2
24542026-06-04T02:19:52.154Z Compiling rustls-pemfile v2.2.0
24552026-06-04T02:19:52.208Z Compiling backon v1.6.0
24562026-06-04T02:19:52.234Z Compiling num-complex v0.4.6
24572026-06-04T02:19:52.257Z Compiling serde_path_to_error v0.1.20
24582026-06-04T02:19:52.260Z Compiling hostname v0.4.2
24592026-06-04T02:19:52.307Z Compiling instant v0.1.13
24602026-06-04T02:19:52.307Z Compiling debug-ignore v1.0.5
24612026-06-04T02:19:52.372Z Compiling typify-impl v0.6.2
24622026-06-04T02:19:52.444Z Compiling backoff v0.4.0
24632026-06-04T02:19:52.466Z Compiling progenitor-extras v0.2.0
24642026-06-04T02:19:52.486Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24652026-06-04T02:19:52.489Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-06-04T02:19:52.676Z Compiling num v0.4.3
24672026-06-04T02:19:52.699Z Compiling parse-display v0.10.0
24682026-06-04T02:19:52.725Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-06-04T02:19:52.759Z Compiling progenitor-client v0.10.0
24702026-06-04T02:19:52.782Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-06-04T02:19:52.804Z Compiling macaddr v1.0.1
24722026-06-04T02:19:52.863Z Compiling float-ord v0.3.2
24732026-06-04T02:19:52.909Z Compiling humantime v2.3.0
24742026-06-04T02:19:53.026Z Compiling console v0.15.11
24752026-06-04T02:19:53.080Z Compiling atomicwrites v0.4.4
24762026-06-04T02:19:53.113Z Compiling newline-converter v0.3.0
24772026-06-04T02:19:53.206Z Compiling progenitor-client v0.13.0
24782026-06-04T02:19:53.227Z Compiling slog-dtrace v0.3.0
24792026-06-04T02:19:53.278Z Compiling resolv-conf v0.7.6
24802026-06-04T02:19:53.370Z Compiling tokio-rustls v0.25.0
24812026-06-04T02:19:53.432Z Compiling expectorate v1.2.0
24822026-06-04T02:19:53.498Z Compiling owo-colors v4.3.0
24832026-06-04T02:19:53.518Z Compiling cancel-safe-futures v0.1.5
24842026-06-04T02:19:53.633Z Compiling toml v0.8.23
24852026-06-04T02:19:53.682Z Compiling libsw-core v0.3.2
24862026-06-04T02:19:53.763Z Compiling linear-map v1.2.0
24872026-06-04T02:19:53.897Z Compiling libsw v3.5.0
24882026-06-04T02:19:53.920Z Compiling linked-hash-map v0.5.6
24892026-06-04T02:19:54.018Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-06-04T02:19:54.126Z Compiling lru-cache v0.1.2
24912026-06-04T02:19:54.169Z Compiling minimal-lexical v0.2.1
24922026-06-04T02:19:54.245Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-06-04T02:19:54.249Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-06-04T02:19:54.290Z Compiling hickory-proto v0.24.4
24952026-06-04T02:19:54.311Z Compiling unicode-xid v0.2.6
24962026-06-04T02:19:54.335Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-06-04T02:19:54.453Z Compiling nom v7.1.3
24982026-06-04T02:19:54.453Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-06-04T02:19:54.496Z Compiling convert_case v0.10.0
25002026-06-04T02:19:54.797Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-06-04T02:19:54.887Z Compiling derive_more-impl v2.1.1
25022026-06-04T02:19:55.224Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-06-04T02:19:55.719Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-06-04T02:19:55.745Z Compiling derive_more v2.1.1
25052026-06-04T02:19:55.857Z Compiling papergrid v0.11.0
25062026-06-04T02:19:55.882Z Compiling tabled_derive v0.7.0
25072026-06-04T02:19:55.904Z Compiling termtree v0.5.1
25082026-06-04T02:19:55.935Z Compiling typify-macro v0.6.2
25092026-06-04T02:19:56.108Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-06-04T02:19:56.434Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-06-04T02:19:56.766Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25122026-06-04T02:19:57.007Z Compiling hickory-resolver v0.24.4
25132026-06-04T02:19:57.031Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-06-04T02:19:57.120Z Compiling tabled v0.15.0
25152026-06-04T02:19:57.267Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-06-04T02:19:57.483Z Compiling typify v0.6.2
25172026-06-04T02:19:57.782Z Compiling progenitor-impl v0.14.0
25182026-06-04T02:19:58.258Z Compiling progenitor-impl v0.13.0
25192026-06-04T02:19:59.952Z Compiling progenitor-macro v0.14.0
25202026-06-04T02:20:00.188Z Compiling qorb v0.4.1
25212026-06-04T02:20:00.477Z Compiling progenitor-macro v0.13.0
25222026-06-04T02:20:01.919Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-06-04T02:20:02.446Z Compiling crossterm v0.29.0
25242026-06-04T02:20:02.470Z Compiling phf_shared v0.12.1
25252026-06-04T02:20:02.731Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-06-04T02:20:02.752Z Compiling csv-core v0.1.13
25272026-06-04T02:20:02.808Z Compiling vte v0.14.1
25282026-06-04T02:20:03.072Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25292026-06-04T02:20:03.240Z Compiling chrono-tz v0.10.4
25302026-06-04T02:20:03.281Z Compiling highway v1.3.0
25312026-06-04T02:20:03.562Z Compiling strip-ansi-escapes v0.2.1
25322026-06-04T02:20:03.789Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-06-04T02:20:04.009Z Compiling csv v1.4.0
25342026-06-04T02:20:04.039Z Compiling progenitor v0.14.0
25352026-06-04T02:20:04.135Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25362026-06-04T02:20:04.233Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25372026-06-04T02:20:04.555Z Compiling progenitor v0.13.0
25382026-06-04T02:20:04.712Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25392026-06-04T02:20:04.738Z Compiling phf v0.12.1
25402026-06-04T02:20:04.948Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-06-04T02:20:04.973Z Compiling const_format_proc_macros v0.2.34
25422026-06-04T02:20:04.996Z Compiling fd-lock v4.0.4
25432026-06-04T02:20:05.176Z Compiling peg-macros v0.8.5
25442026-06-04T02:20:05.269Z Compiling nu-ansi-term v0.50.3
25452026-06-04T02:20:05.790Z Compiling const_format v0.2.35
25462026-06-04T02:20:05.814Z Compiling reedline v0.40.0
25472026-06-04T02:20:06.292Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-06-04T02:20:06.436Z Compiling peg v0.8.5
25492026-06-04T02:20:06.563Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-04T02:20:07.538Z Compiling bcs v0.1.6
25512026-06-04T02:20:07.573Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-06-04T02:20:07.880Z Compiling semver v0.1.20
25532026-06-04T02:20:07.980Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-06-04T02:20:08.008Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25552026-06-04T02:20:08.191Z Compiling rustc_version v0.1.7
25562026-06-04T02:20:08.247Z Compiling smawk v0.3.2
25572026-06-04T02:20:08.432Z Compiling newtype_derive v0.1.6
25582026-06-04T02:20:08.456Z Compiling unicode-linebreak v0.1.5
25592026-06-04T02:20:08.725Z Compiling textwrap v0.16.2
25602026-06-04T02:20:08.775Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-06-04T02:20:09.077Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-06-04T02:20:09.211Z Compiling base64 v0.21.7
25632026-06-04T02:20:09.639Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-06-04T02:20:09.875Z Compiling steno v0.4.1
25652026-06-04T02:20:10.117Z Compiling dropshot-api-manager-types v0.7.2
25662026-06-04T02:20:10.334Z Compiling tagptr v0.2.0
25672026-06-04T02:20:10.387Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25682026-06-04T02:20:10.536Z Compiling moka v0.12.13
25692026-06-04T02:20:10.631Z Compiling utf-8 v0.7.6
25702026-06-04T02:20:10.705Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-06-04T02:20:10.765Z Compiling radium v0.7.0
25722026-06-04T02:20:10.872Z Compiling tungstenite v0.21.0
25732026-06-04T02:20:10.894Z Compiling display-error-chain v0.2.2
25742026-06-04T02:20:11.013Z Compiling maybe-uninit v2.0.0
25752026-06-04T02:20:11.083Z Compiling tap v1.0.1
25762026-06-04T02:20:11.234Z Compiling wyz v0.5.1
25772026-06-04T02:20:11.400Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-06-04T02:20:11.473Z Compiling tokio-tungstenite v0.21.0
25792026-06-04T02:20:11.561Z Compiling num-derive v0.3.3
25802026-06-04T02:20:11.755Z Compiling hickory-resolver v0.25.2
25812026-06-04T02:20:11.855Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25822026-06-04T02:20:12.347Z Compiling zerocopy-derive v0.6.6
25832026-06-04T02:20:12.442Z Compiling proc-macro-error-attr2 v2.0.0
25842026-06-04T02:20:12.862Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-06-04T02:20:13.021Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25862026-06-04T02:20:13.057Z Compiling packed_struct v0.10.1
25872026-06-04T02:20:13.136Z Compiling crc-catalog v2.4.0
25882026-06-04T02:20:13.330Z Compiling funty v2.0.0
25892026-06-04T02:20:13.386Z Compiling crc v3.4.0
25902026-06-04T02:20:13.476Z Compiling zerocopy v0.6.6
25912026-06-04T02:20:13.617Z Compiling proc-macro-error2 v2.0.1
25922026-06-04T02:20:13.866Z Compiling bitvec v1.0.1
25932026-06-04T02:20:13.954Z Compiling libscf-sys v1.1.0
25942026-06-04T02:20:14.135Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-06-04T02:20:14.265Z Compiling packed_struct_codegen v0.10.1
25962026-06-04T02:20:14.291Z Compiling vergen-lib v0.1.6
25972026-06-04T02:20:14.519Z Compiling bitfield-macros v0.19.4
25982026-06-04T02:20:15.244Z Compiling indexmap v1.9.3
25992026-06-04T02:20:15.306Z Compiling nodrop v0.1.14
26002026-06-04T02:20:15.439Z Compiling array-init v0.0.4
26012026-06-04T02:20:15.505Z Compiling bitfield v0.19.4
26022026-06-04T02:20:15.661Z Compiling smallvec v0.6.14
26032026-06-04T02:20:15.834Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-06-04T02:20:15.856Z Compiling tabled_derive v0.11.0
26052026-06-04T02:20:16.098Z Compiling papergrid v0.17.0
26062026-06-04T02:20:16.261Z Compiling testing_table v0.3.0
26072026-06-04T02:20:16.526Z Compiling vergen-gitcl v1.0.8
26082026-06-04T02:20:16.695Z Compiling dirs-sys-next v0.1.2
26092026-06-04T02:20:16.755Z Compiling hashbrown v0.12.3
26102026-06-04T02:20:16.798Z Compiling glob v0.3.3
26112026-06-04T02:20:16.913Z Compiling crunchy v0.2.4
26122026-06-04T02:20:17.014Z Compiling maplit v1.0.2
26132026-06-04T02:20:17.087Z Compiling diesel_derives v2.3.7
26142026-06-04T02:20:17.142Z Compiling dirs-next v2.0.0
26152026-06-04T02:20:17.163Z Compiling clang-sys v1.8.1
26162026-06-04T02:20:17.240Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-06-04T02:20:17.324Z Compiling tabled v0.20.0
26182026-06-04T02:20:17.388Z Compiling serde-hex v0.1.0
26192026-06-04T02:20:17.551Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-06-04T02:20:17.780Z Compiling ron v0.8.1
26212026-06-04T02:20:17.803Z Compiling hashbrown v0.13.2
26222026-06-04T02:20:17.836Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-06-04T02:20:18.234Z Compiling dsl_auto_type v0.2.0
26242026-06-04T02:20:18.362Z Compiling scheduled-thread-pool v0.2.7
26252026-06-04T02:20:18.426Z Compiling diesel_table_macro_syntax v0.3.0
26262026-06-04T02:20:18.658Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-06-04T02:20:18.781Z Compiling crc-any v2.5.0
26282026-06-04T02:20:18.898Z Compiling tiny-keccak v2.0.2
26292026-06-04T02:20:19.015Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-06-04T02:20:19.166Z Compiling r2d2 v0.8.10
26312026-06-04T02:20:19.212Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26322026-06-04T02:20:19.273Z Compiling object v0.30.4
26332026-06-04T02:20:19.530Z Compiling term v0.7.0
26342026-06-04T02:20:19.662Z Compiling path-slash v0.1.5
26352026-06-04T02:20:19.857Z Compiling xshell-macros v0.2.7
26362026-06-04T02:20:19.895Z Compiling bit-vec v0.6.3
26372026-06-04T02:20:20.011Z Compiling downcast-rs v2.0.2
26382026-06-04T02:20:20.032Z Compiling ascii-canvas v3.0.0
26392026-06-04T02:20:20.136Z Compiling bit-set v0.5.3
26402026-06-04T02:20:20.259Z Compiling xshell v0.2.7
26412026-06-04T02:20:20.293Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-06-04T02:20:20.333Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26432026-06-04T02:20:20.434Z Compiling itertools v0.10.5
26442026-06-04T02:20:20.689Z Compiling ena v0.14.4
26452026-06-04T02:20:20.806Z Compiling libloading v0.8.9
26462026-06-04T02:20:20.939Z Compiling crc8 v0.1.1
26472026-06-04T02:20:21.045Z Compiling bindgen v0.71.1
26482026-06-04T02:20:21.086Z Compiling regex-syntax v0.6.29
26492026-06-04T02:20:21.339Z Compiling unicase v2.9.0
26502026-06-04T02:20:21.523Z Compiling diff v0.1.13
26512026-06-04T02:20:21.601Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26522026-06-04T02:20:21.757Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-06-04T02:20:21.804Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26542026-06-04T02:20:22.711Z Compiling lalrpop v0.19.12
26552026-06-04T02:20:22.801Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-06-04T02:20:23.036Z Compiling cexpr v0.6.0
26572026-06-04T02:20:23.107Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26582026-06-04T02:20:23.336Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26592026-06-04T02:20:23.358Z Compiling rustc-hash v2.1.1
26602026-06-04T02:20:23.454Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-06-04T02:20:23.547Z Compiling headers-core v0.3.0
26622026-06-04T02:20:23.688Z Compiling diesel v2.3.7
26632026-06-04T02:20:23.714Z Compiling libxml v0.3.3
26642026-06-04T02:20:23.735Z Compiling headers v0.4.1
26652026-06-04T02:20:24.035Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-06-04T02:20:24.104Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26672026-06-04T02:20:24.125Z Compiling typify-impl v0.4.3
26682026-06-04T02:20:24.388Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-06-04T02:20:24.639Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-06-04T02:20:24.752Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26712026-06-04T02:20:25.175Z Compiling strum_macros v0.24.3
26722026-06-04T02:20:25.299Z Compiling git-stub v1.0.0
26732026-06-04T02:20:25.418Z Compiling indoc v1.0.9
26742026-06-04T02:20:25.534Z Compiling git-stub-vcs v0.1.0
26752026-06-04T02:20:25.860Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-06-04T02:20:25.895Z Compiling derive_builder v0.20.2
26772026-06-04T02:20:26.076Z Compiling oso-derive v0.27.3
26782026-06-04T02:20:26.098Z Compiling quick-xml v0.37.5
26792026-06-04T02:20:26.411Z Compiling impl-trait-for-tuples v0.2.3
26802026-06-04T02:20:26.588Z Compiling openssl-probe v0.1.6
26812026-06-04T02:20:26.947Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-06-04T02:20:27.454Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-06-04T02:20:27.630Z Compiling typify-macro v0.4.3
26842026-06-04T02:20:27.677Z Compiling half v1.8.3
26852026-06-04T02:20:27.699Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26862026-06-04T02:20:27.783Z Compiling bb8 v0.8.6
26872026-06-04T02:20:27.845Z Compiling trait-variant v0.1.2
26882026-06-04T02:20:27.961Z Compiling serde_cbor v0.11.2
26892026-06-04T02:20:28.188Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26902026-06-04T02:20:28.191Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26912026-06-04T02:20:28.231Z Compiling samael v0.0.19
26922026-06-04T02:20:28.436Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-06-04T02:20:28.543Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26942026-06-04T02:20:28.819Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26952026-06-04T02:20:29.027Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-06-04T02:20:29.102Z Compiling fxhash v0.2.1
26972026-06-04T02:20:29.181Z Compiling typify v0.4.3
26982026-06-04T02:20:29.287Z Compiling libz-sys v1.1.24
26992026-06-04T02:20:29.331Z Compiling progenitor-impl v0.11.2
27002026-06-04T02:20:29.451Z Compiling nonempty v0.12.0
27012026-06-04T02:20:29.689Z Compiling salty v0.3.0
27022026-06-04T02:20:29.922Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27032026-06-04T02:20:30.002Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27042026-06-04T02:20:30.122Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-06-04T02:20:30.170Z Compiling polar-core v0.27.3
27062026-06-04T02:20:30.289Z Compiling progenitor-client v0.11.2
27072026-06-04T02:20:30.431Z Compiling kstat-rs v0.2.4
27082026-06-04T02:20:30.455Z Compiling arc-swap v1.8.2
27092026-06-04T02:20:30.818Z Compiling fs-err v2.11.0
27102026-06-04T02:20:31.196Z Compiling slog-scope v4.4.1
27112026-06-04T02:20:31.217Z Compiling mime_guess v2.0.5
27122026-06-04T02:20:31.499Z Compiling progenitor-macro v0.11.2
27132026-06-04T02:20:31.681Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27142026-06-04T02:20:31.779Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-06-04T02:20:32.218Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-06-04T02:20:34.319Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27172026-06-04T02:20:34.346Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-06-04T02:20:34.693Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-06-04T02:20:34.785Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27202026-06-04T02:20:35.270Z Compiling nanorand v0.7.0
27212026-06-04T02:20:35.483Z Compiling progenitor v0.11.2
27222026-06-04T02:20:35.654Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27232026-06-04T02:20:35.683Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27242026-06-04T02:20:35.707Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27252026-06-04T02:20:35.868Z Compiling darling_core v0.23.0
27262026-06-04T02:20:36.215Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-06-04T02:20:36.633Z Compiling parking_lot_core v0.8.6
27282026-06-04T02:20:38.056Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292026-06-04T02:20:40.158Z Compiling oso v0.27.3
27302026-06-04T02:20:43.493Z Compiling diesel-dtrace v0.5.0
27312026-06-04T02:20:43.835Z Compiling async-bb8-diesel v0.2.1
27322026-06-04T02:20:44.096Z Compiling darling_macro v0.23.0
27332026-06-04T02:20:44.120Z Compiling flume v0.11.1
27342026-06-04T02:20:44.157Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-06-04T02:20:44.333Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-06-04T02:20:44.564Z Compiling slog-stdlog v4.1.1
27372026-06-04T02:20:45.053Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27382026-06-04T02:20:45.110Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392026-06-04T02:20:45.817Z Compiling primeorder v0.13.6
27402026-06-04T02:20:46.135Z Compiling atty v0.2.14
27412026-06-04T02:20:46.251Z Compiling http-range v0.1.5
27422026-06-04T02:20:46.275Z Compiling instability v0.3.11
27432026-06-04T02:20:46.299Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27442026-06-04T02:20:46.504Z Compiling strsim v0.10.0
27452026-06-04T02:20:46.539Z Compiling parse-size v1.1.0
27462026-06-04T02:20:46.608Z Compiling p384 v0.13.1
27472026-06-04T02:20:46.633Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27482026-06-04T02:20:46.732Z Compiling darling_core v0.13.4
27492026-06-04T02:20:46.768Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27502026-06-04T02:20:46.818Z Compiling slog-envlogger v2.2.0
27512026-06-04T02:20:47.910Z Compiling darling v0.23.0
27522026-06-04T02:20:48.776Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27532026-06-04T02:20:48.796Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-06-04T02:20:48.887Z Compiling ignore v0.4.25
27552026-06-04T02:20:49.379Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-04T02:20:49.575Z Compiling vergen-git2 v9.1.0
27572026-06-04T02:20:49.831Z Compiling castaway v0.2.4
27582026-06-04T02:20:49.913Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-04T02:20:49.994Z Compiling indoc v2.0.7
27602026-06-04T02:20:50.216Z Compiling compact_str v0.8.1
27612026-06-04T02:20:50.786Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-06-04T02:20:51.117Z Compiling globwalk v0.9.1
27632026-06-04T02:20:51.144Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-06-04T02:20:51.169Z Compiling parking_lot v0.11.2
27652026-06-04T02:20:51.699Z Compiling darling_macro v0.13.4
27662026-06-04T02:20:51.798Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27672026-06-04T02:20:52.086Z Compiling hyper-staticfile v0.10.1
27682026-06-04T02:20:52.192Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-06-04T02:20:52.626Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-06-04T02:20:53.313Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-06-04T02:20:53.316Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-06-04T02:20:53.794Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27732026-06-04T02:20:53.893Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-06-04T02:20:54.086Z Compiling predicates-tree v1.0.13
27752026-06-04T02:20:54.551Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-06-04T02:20:54.551Z Compiling unicode-truncate v1.1.0
27772026-06-04T02:20:54.621Z Compiling lru v0.12.5
27782026-06-04T02:20:54.787Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-06-04T02:20:54.809Z Compiling rand_seeder v0.4.0
27802026-06-04T02:20:54.845Z Compiling prefix-trie v0.7.0
27812026-06-04T02:20:54.951Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-06-04T02:20:55.059Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-06-04T02:20:55.081Z Compiling corncobs v0.1.4
27842026-06-04T02:20:55.243Z Compiling rustls v0.21.12
27852026-06-04T02:20:55.317Z Compiling illumos-nvpair-sys v0.2.0
27862026-06-04T02:20:55.338Z Compiling cassowary v0.3.0
27872026-06-04T02:20:55.342Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-06-04T02:20:55.412Z Compiling hickory-server v0.25.2
27892026-06-04T02:20:55.443Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-06-04T02:20:55.495Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-06-04T02:20:55.615Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27922026-06-04T02:20:55.667Z Compiling ratatui v0.29.0
27932026-06-04T02:20:55.690Z Compiling camino-tempfile-ext v0.3.3
27942026-06-04T02:20:55.755Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-06-04T02:20:56.167Z Compiling darling v0.13.4
27962026-06-04T02:20:56.403Z Compiling sled v0.34.7
27972026-06-04T02:20:56.874Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-06-04T02:20:56.912Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-06-04T02:20:57.086Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28002026-06-04T02:20:58.788Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28012026-06-04T02:20:59.723Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-06-04T02:20:59.947Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28032026-06-04T02:21:00.016Z Compiling sct v0.7.1
28042026-06-04T02:21:00.177Z Compiling rustls-webpki v0.101.7
28052026-06-04T02:21:00.290Z Compiling secrecy v0.8.0
28062026-06-04T02:21:00.428Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-06-04T02:21:00.814Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-06-04T02:21:01.655Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-06-04T02:21:01.845Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28102026-06-04T02:21:01.905Z Compiling serde_with_macros v1.5.2
28112026-06-04T02:21:02.025Z Compiling git2 v0.20.4
28122026-06-04T02:21:02.849Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28132026-06-04T02:21:03.083Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28142026-06-04T02:21:03.312Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28152026-06-04T02:21:03.461Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28162026-06-04T02:21:03.905Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28172026-06-04T02:21:04.143Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28182026-06-04T02:21:04.623Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-06-04T02:21:04.847Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28202026-06-04T02:21:04.908Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28212026-06-04T02:21:05.088Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-06-04T02:21:05.145Z Compiling void v1.0.2
28232026-06-04T02:21:05.148Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28242026-06-04T02:21:05.359Z Compiling lzss v0.8.2
28252026-06-04T02:21:05.508Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-06-04T02:21:05.869Z Compiling illumos-nvpair v0.3.0
28272026-06-04T02:21:06.368Z Compiling serde_with v1.14.0
28282026-06-04T02:21:06.548Z Compiling tokio-rustls v0.24.1
28292026-06-04T02:21:06.837Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28302026-06-04T02:21:07.335Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28312026-06-04T02:21:07.541Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28322026-06-04T02:21:08.891Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-06-04T02:21:09.338Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-06-04T02:21:10.068Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28352026-06-04T02:21:10.094Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-06-04T02:21:10.159Z Compiling tungstenite v0.23.0
28372026-06-04T02:21:10.345Z Compiling rustls-pemfile v1.0.4
28382026-06-04T02:21:10.757Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28392026-06-04T02:21:11.034Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-06-04T02:21:11.281Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28412026-06-04T02:21:11.510Z Compiling nix v0.27.1
28422026-06-04T02:21:11.920Z Compiling twox-hash v2.1.2
28432026-06-04T02:21:12.439Z Compiling serde_bytes v0.11.19
28442026-06-04T02:21:12.520Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28452026-06-04T02:21:12.720Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28462026-06-04T02:21:12.825Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28472026-06-04T02:21:12.906Z Compiling tokio-tungstenite v0.23.1
28482026-06-04T02:21:13.301Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28492026-06-04T02:21:13.660Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-06-04T02:21:16.674Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-06-04T02:21:17.037Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-06-04T02:21:17.409Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-06-04T02:21:17.921Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-06-04T02:21:18.096Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-06-04T02:21:18.467Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28562026-06-04T02:21:18.548Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28572026-06-04T02:21:18.903Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-06-04T02:21:18.952Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28592026-06-04T02:21:19.327Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28602026-06-04T02:21:20.659Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28612026-06-04T02:21:21.702Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-06-04T02:21:22.654Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-06-04T02:21:22.722Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-06-04T02:21:22.747Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28652026-06-04T02:21:23.068Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28662026-06-04T02:21:23.519Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-06-04T02:21:23.846Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28682026-06-04T02:21:24.081Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28692026-06-04T02:21:25.393Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28702026-06-04T02:21:26.175Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28712026-06-04T02:21:26.310Z Compiling fatfs v0.3.6
28722026-06-04T02:21:26.411Z Compiling signal-hook-tokio v0.3.1
28732026-06-04T02:21:26.610Z Compiling yasna v0.5.2
28742026-06-04T02:21:26.703Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-06-04T02:21:26.906Z Compiling seq-macro v0.3.6
28762026-06-04T02:21:26.965Z Compiling is_ci v1.2.0
28772026-06-04T02:21:27.106Z Compiling assert_matches v1.5.0
28782026-06-04T02:21:27.179Z Compiling rcgen v0.12.1
28792026-06-04T02:21:27.226Z Compiling supports-color v3.0.2
28802026-06-04T02:21:27.364Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-06-04T02:21:27.505Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-06-04T02:21:27.665Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-06-04T02:21:27.967Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28842026-06-04T02:21:28.116Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28852026-06-04T02:21:28.204Z Compiling rtoolbox v0.0.3
28862026-06-04T02:21:28.353Z Compiling subprocess v0.2.15
28872026-06-04T02:21:28.490Z Compiling rpassword v7.4.0
28882026-06-04T02:21:28.781Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-06-04T02:21:30.431Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-06-04T02:21:30.548Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28912026-06-04T02:21:30.684Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-06-04T02:21:31.406Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-06-04T02:21:31.598Z Compiling tui-tree-widget v0.23.1
28942026-06-04T02:21:31.890Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-06-04T02:21:32.654Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-06-04T02:21:33.165Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-06-04T02:21:33.196Z Compiling uzers v0.12.2
28982026-06-04T02:21:33.881Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-06-04T02:21:35.811Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-06-04T02:21:36.273Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-06-04T02:21:36.425Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-06-04T02:21:40.345Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-06-04T02:21:41.164Z Compiling support-bundle-viewer v0.1.2
29042026-06-04T02:21:42.555Z Compiling multimap v0.10.1
29052026-06-04T02:21:50.909Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29062026-06-04T02:21:56.752Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29072026-06-04T02:21:59.700Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29082026-06-04T02:22:02.917Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29092026-06-04T02:22:04.536Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102026-06-04T02:28:08.984Z Finished `release` profile [optimized] target(s) in 8m 19s
29112026-06-04T02:28:56.888Z
29122026-06-04T02:28:56.888Zreal 9:08.666390693
29132026-06-04T02:28:56.892Zuser 1:18:18.931230587
29142026-06-04T02:28:56.892Zsys 3:39.018856085
29152026-06-04T02:28:56.892Ztrap 1.720798213
29162026-06-04T02:28:56.892Ztflt 2.551883336
29172026-06-04T02:28:56.892Zdflt 19.119419563
29182026-06-04T02:28:56.892Zkflt 0.011037373
29192026-06-04T02:28:56.892Zlock 6:49:00.992484955
29202026-06-04T02:28:56.892Zslp 2:12:43.891585837
29212026-06-04T02:28:56.892Zlat 2:26.649021341
29222026-06-04T02:28:56.892Zstop 5:19.585462675
29232026-06-04T02:28:56.892Z+ mapfile -t packages
29242026-06-04T02:28:56.892Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-06-04T02:28:57.830Z Finished `release` profile [optimized] target(s) in 0.93s
29262026-06-04T02:28:57.903Z Running `target/release/omicron-package -t test list-outputs`
29272026-06-04T02:28:57.965ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-06-04T02:28:57.968Z+ ptime -m cargo build --locked --release -p xtask
29292026-06-04T02:28:58.495Z Compiling libc v0.2.185
29302026-06-04T02:28:58.495Z Compiling serde v1.0.228
29312026-06-04T02:28:58.498Z Compiling serde_core v1.0.228
29322026-06-04T02:28:58.498Z Compiling rustix v1.1.3
29332026-06-04T02:28:58.498Z Compiling serde_json v1.0.149
29342026-06-04T02:28:58.498Z Compiling bitflags v2.11.0
29352026-06-04T02:28:58.636Z Compiling num-traits v0.2.19
29362026-06-04T02:28:58.643Z Compiling syn v2.0.117
29372026-06-04T02:28:58.666Z Compiling smallvec v1.15.1
29382026-06-04T02:28:58.676Z Compiling indexmap v2.14.0
29392026-06-04T02:28:58.679Z Compiling usdt-impl v0.5.0
29402026-06-04T02:28:58.699Z Compiling syn v1.0.109
29412026-06-04T02:28:58.715Z Compiling percent-encoding v2.3.2
29422026-06-04T02:28:58.727Z Compiling getrandom v0.4.1
29432026-06-04T02:28:58.854Z Compiling log v0.4.29
29442026-06-04T02:28:58.955Z Compiling form_urlencoded v1.2.2
29452026-06-04T02:28:59.128Z Compiling fs-err v3.3.0
29462026-06-04T02:28:59.140Z Compiling once_cell v1.21.3
29472026-06-04T02:28:59.143Z Compiling heck v0.4.1
29482026-06-04T02:28:59.143Z Compiling anyhow v1.0.102
29492026-06-04T02:28:59.369Z Compiling errno v0.3.14
29502026-06-04T02:28:59.369Z Compiling thread-id v4.2.2
29512026-06-04T02:28:59.428Z Compiling memmap v0.7.0
29522026-06-04T02:28:59.670Z Compiling ordered-float v2.10.1
29532026-06-04T02:29:00.169Z Compiling proc-macro-error v1.0.4
29542026-06-04T02:29:00.375Z Compiling terminal_size v0.4.3
29552026-06-04T02:29:00.375Z Compiling tempfile v3.25.0
29562026-06-04T02:29:00.421Z Compiling tabled_derive v0.7.0
29572026-06-04T02:29:00.480Z Compiling clap_builder v4.5.60
29582026-06-04T02:29:00.480Z Compiling textwrap v0.16.2
29592026-06-04T02:29:00.602Z Compiling camino-tempfile v1.4.1
29602026-06-04T02:29:01.088Z Compiling tabled v0.15.0
29612026-06-04T02:29:01.166Z Compiling synstructure v0.13.2
29622026-06-04T02:29:01.166Z Compiling pest_generator v2.8.6
29632026-06-04T02:29:01.568Z Compiling serde_derive v1.0.228
29642026-06-04T02:29:01.568Z Compiling zerovec-derive v0.11.2
29652026-06-04T02:29:01.571Z Compiling displaydoc v0.2.5
29662026-06-04T02:29:01.571Z Compiling thiserror-impl v1.0.69
29672026-06-04T02:29:01.571Z Compiling zerocopy-derive v0.7.35
29682026-06-04T02:29:01.571Z Compiling scroll_derive v0.12.1
29692026-06-04T02:29:01.580Z Compiling thiserror-impl v2.0.18
29702026-06-04T02:29:01.583Z Compiling clap_derive v4.5.55
29712026-06-04T02:29:01.615Z Compiling zerofrom-derive v0.1.6
29722026-06-04T02:29:01.618Z Compiling yoke-derive v0.8.1
29732026-06-04T02:29:01.688Z Compiling pest_derive v2.8.6
29742026-06-04T02:29:02.355Z Compiling scroll v0.12.0
29752026-06-04T02:29:02.492Z Compiling zerocopy v0.7.35
29762026-06-04T02:29:02.657Z Compiling goblin v0.8.2
29772026-06-04T02:29:02.744Z Compiling thiserror v1.0.69
29782026-06-04T02:29:02.826Z Compiling zerofrom v0.1.6
29792026-06-04T02:29:02.847Z Compiling dtrace-parser v0.2.0
29802026-06-04T02:29:02.864Z Compiling thiserror v2.0.18
29812026-06-04T02:29:02.981Z Compiling yoke v0.8.1
29822026-06-04T02:29:03.202Z Compiling zerovec v0.11.5
29832026-06-04T02:29:03.254Z Compiling zerotrie v0.2.3
29842026-06-04T02:29:03.294Z Compiling clap v4.5.60
29852026-06-04T02:29:03.801Z Compiling tinystr v0.8.2
29862026-06-04T02:29:04.059Z Compiling icu_locale_core v2.1.1
29872026-06-04T02:29:04.406Z Compiling potential_utf v0.1.4
29882026-06-04T02:29:04.611Z Compiling icu_collections v2.1.1
29892026-06-04T02:29:04.755Z Compiling toml_datetime v0.6.11
29902026-06-04T02:29:04.830Z Compiling icu_provider v2.1.1
29912026-06-04T02:29:04.891Z Compiling serde_spanned v0.6.9
29922026-06-04T02:29:04.949Z Compiling dof v0.3.0
29932026-06-04T02:29:05.005Z Compiling serde_tokenstream v0.2.3
29942026-06-04T02:29:05.088Z Compiling toml_edit v0.22.27
29952026-06-04T02:29:05.130Z Compiling icu_normalizer v2.1.1
29962026-06-04T02:29:05.159Z Compiling icu_properties v2.1.2
29972026-06-04T02:29:05.340Z Compiling serde-value v0.7.0
29982026-06-04T02:29:05.384Z Compiling cargo-platform v0.2.0
29992026-06-04T02:29:05.563Z Compiling macaddr v1.0.1
30002026-06-04T02:29:05.807Z Compiling usdt-attr-macro v0.5.0
30012026-06-04T02:29:05.871Z Compiling usdt-macro v0.5.0
30022026-06-04T02:29:06.094Z Compiling idna_adapter v1.2.1
30032026-06-04T02:29:06.229Z Compiling idna v1.1.0
30042026-06-04T02:29:06.484Z Compiling usdt v0.5.0
30052026-06-04T02:29:06.696Z Compiling toml v0.8.23
30062026-06-04T02:29:06.710Z Compiling url v2.5.8
30072026-06-04T02:29:07.152Z Compiling cargo_toml v0.21.0
30082026-06-04T02:29:07.267Z Compiling cargo-util-schemas v0.8.2
30092026-06-04T02:29:08.299Z Compiling cargo_metadata v0.21.0
30102026-06-04T02:29:11.278Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-06-04T02:29:14.299Z Finished `release` profile [optimized] target(s) in 16.32s
30122026-06-04T02:29:14.425Z
30132026-06-04T02:29:14.425Zreal 16.419948096
30142026-06-04T02:29:14.425Zuser 2:20.864034547
30152026-06-04T02:29:14.425Zsys 17.422201675
30162026-06-04T02:29:14.429Ztrap 0.081535265
30172026-06-04T02:29:14.429Ztflt 0.608699692
30182026-06-04T02:29:14.429Zdflt 1.549246891
30192026-06-04T02:29:14.429Zkflt 0.000052454
30202026-06-04T02:29:14.429Zlock 5:19.484367228
30212026-06-04T02:29:14.429Zslp 3:29.493837344
30222026-06-04T02:29:14.429Zlat 5.620427825
30232026-06-04T02:29:14.429Zstop 19.906306493
30242026-06-04T02:29:14.429Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-06-04T02:29:14.429Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-06-04T02:29:14.429Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-06-04T02:29:14.429Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-06-04T02:29:14.429Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-06-04T02:29:15.364Z Compiling newtype-uuid-macros v0.1.0
30302026-06-04T02:29:15.367Z Compiling progenitor-client v0.14.0
30312026-06-04T02:29:15.367Z Compiling structmeta-derive v0.3.0
30322026-06-04T02:29:15.367Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30332026-06-04T02:29:15.367Z Compiling rustls v0.22.4
30342026-06-04T02:29:15.512Z Compiling rustls-webpki v0.102.8
30352026-06-04T02:29:15.515Z Compiling multer v3.1.0
30362026-06-04T02:29:15.515Z Compiling compression-core v0.4.31
30372026-06-04T02:29:15.515Z Compiling debug-ignore v1.0.5
30382026-06-04T02:29:15.527Z Compiling match_cfg v0.1.0
30392026-06-04T02:29:15.530Z Compiling slog-json v2.6.1
30402026-06-04T02:29:15.530Z Compiling async-stream-impl v0.3.6
30412026-06-04T02:29:15.530Z Compiling serde_spanned v1.0.4
30422026-06-04T02:29:15.530Z Compiling toml_datetime v1.0.0+spec-1.1.0
30432026-06-04T02:29:15.613Z Compiling dropshot v0.17.0
30442026-06-04T02:29:15.617Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-06-04T02:29:15.744Z Compiling compression-codecs v0.4.37
30462026-06-04T02:29:15.764Z Compiling itertools v0.14.0
30472026-06-04T02:29:15.818Z Compiling hostname v0.3.1
30482026-06-04T02:29:15.822Z Compiling waitgroup v0.1.2
30492026-06-04T02:29:15.822Z Compiling rustls-pemfile v2.2.0
30502026-06-04T02:29:15.879Z Compiling toml v1.0.6+spec-1.1.0
30512026-06-04T02:29:15.916Z Compiling dropshot_endpoint v0.17.0
30522026-06-04T02:29:15.970Z Compiling async-compression v0.4.41
30532026-06-04T02:29:15.991Z Compiling slog-bunyan v2.5.0
30542026-06-04T02:29:15.995Z Compiling serde_path_to_error v0.1.20
30552026-06-04T02:29:16.021Z Compiling hostname v0.4.2
30562026-06-04T02:29:16.025Z Compiling regress v0.10.5
30572026-06-04T02:29:16.090Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30582026-06-04T02:29:16.247Z Compiling macaddr v1.0.1
30592026-06-04T02:29:16.270Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-06-04T02:29:16.291Z Compiling instant v0.1.13
30612026-06-04T02:29:16.291Z Compiling backon v1.6.0
30622026-06-04T02:29:16.309Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30632026-06-04T02:29:16.348Z Compiling async-stream v0.3.6
30642026-06-04T02:29:16.348Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30652026-06-04T02:29:16.348Z Compiling progenitor-client v0.10.0
30662026-06-04T02:29:16.400Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30672026-06-04T02:29:16.420Z Compiling backoff v0.4.0
30682026-06-04T02:29:16.442Z Compiling humantime v2.3.0
30692026-06-04T02:29:16.500Z Compiling progenitor-extras v0.2.0
30702026-06-04T02:29:16.521Z Compiling universal-hash v0.5.1
30712026-06-04T02:29:16.584Z Compiling opaque-debug v0.3.1
30722026-06-04T02:29:16.664Z Compiling half v2.7.1
30732026-06-04T02:29:16.681Z Compiling crucible-workspace-hack v0.1.0
30742026-06-04T02:29:16.698Z Compiling ciborium-io v0.2.2
30752026-06-04T02:29:16.715Z Compiling regress v0.11.1
30762026-06-04T02:29:16.731Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-06-04T02:29:16.748Z Compiling convert_case v0.4.0
30782026-06-04T02:29:16.782Z Compiling aead v0.5.2
30792026-06-04T02:29:16.803Z Compiling secrecy v0.10.3
30802026-06-04T02:29:16.822Z Compiling unsafe-libyaml v0.2.11
30812026-06-04T02:29:16.864Z Compiling structmeta v0.3.0
30822026-06-04T02:29:16.893Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30832026-06-04T02:29:16.934Z Compiling ciborium-ll v0.2.2
30842026-06-04T02:29:17.007Z Compiling poly1305 v0.8.0
30852026-06-04T02:29:17.011Z Compiling chacha20 v0.9.1
30862026-06-04T02:29:17.044Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30872026-06-04T02:29:17.075Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30882026-06-04T02:29:17.094Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30892026-06-04T02:29:17.117Z Compiling derive-ex v0.1.8
30902026-06-04T02:29:17.150Z Compiling parse-display-derive v0.10.0
30912026-06-04T02:29:17.184Z Compiling derive_more v0.99.20
30922026-06-04T02:29:17.204Z Compiling ciborium v0.2.2
30932026-06-04T02:29:17.224Z Compiling thiserror-impl-no-std v2.0.2
30942026-06-04T02:29:17.310Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-06-04T02:29:17.336Z Compiling byte-wrapper v0.1.0
30962026-06-04T02:29:17.438Z Compiling serde_yaml v0.9.34+deprecated
30972026-06-04T02:29:17.456Z Compiling password-hash v0.5.0
30982026-06-04T02:29:17.601Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30992026-06-04T02:29:17.719Z Compiling tokio-rustls v0.25.0
31002026-06-04T02:29:17.778Z Compiling blake2 v0.10.6
31012026-06-04T02:29:17.796Z Compiling chacha20poly1305 v0.10.1
31022026-06-04T02:29:17.810Z Compiling indent_write v2.2.0
31032026-06-04T02:29:17.827Z Compiling toml_datetime v0.7.5+spec-1.1.0
31042026-06-04T02:29:17.905Z Compiling heapless v0.8.0
31052026-06-04T02:29:17.990Z Compiling ingot-macros v0.1.1
31062026-06-04T02:29:17.994Z Compiling tabwriter v1.4.1
31072026-06-04T02:29:18.114Z Compiling argon2 v0.5.3
31082026-06-04T02:29:18.258Z Compiling toml_edit v0.23.10+spec-1.0.0
31092026-06-04T02:29:18.370Z Compiling typify-impl v0.6.2
31102026-06-04T02:29:18.428Z Compiling hash32 v0.3.1
31112026-06-04T02:29:18.474Z Compiling thiserror-no-std v2.0.2
31122026-06-04T02:29:18.595Z Compiling vsss-rs v3.3.4
31132026-06-04T02:29:18.619Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31142026-06-04T02:29:18.918Z Compiling test-strategy v0.4.5
31152026-06-04T02:29:18.993Z Compiling smoltcp v0.11.0
31162026-06-04T02:29:19.011Z Compiling parse-display v0.10.0
31172026-06-04T02:29:19.015Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31182026-06-04T02:29:19.302Z Compiling proc-macro-crate v3.4.0
31192026-06-04T02:29:19.367Z Compiling num-rational v0.4.2
31202026-06-04T02:29:19.385Z Compiling cobs v0.3.0
31212026-06-04T02:29:19.389Z Compiling num-complex v0.4.6
31222026-06-04T02:29:19.423Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31232026-06-04T02:29:19.470Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-06-04T02:29:19.553Z Compiling colored v3.1.1
31252026-06-04T02:29:19.621Z Compiling postcard v1.1.3
31262026-06-04T02:29:19.715Z Compiling proc-macro-error v1.0.4
31272026-06-04T02:29:19.799Z Compiling num v0.4.3
31282026-06-04T02:29:19.835Z Compiling proc-macro-crate v1.3.1
31292026-06-04T02:29:19.889Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31302026-06-04T02:29:19.907Z Compiling atomicwrites v0.4.4
31312026-06-04T02:29:19.922Z Compiling num_enum_derive v0.7.5
31322026-06-04T02:29:19.960Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31332026-06-04T02:29:20.007Z Compiling foreign-types-macros v0.2.3
31342026-06-04T02:29:20.025Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31352026-06-04T02:29:20.071Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31362026-06-04T02:29:20.103Z Compiling cpufeatures v0.3.0
31372026-06-04T02:29:20.130Z Compiling rayon-core v1.13.0
31382026-06-04T02:29:20.205Z Compiling foreign-types-shared v0.3.1
31392026-06-04T02:29:20.247Z Compiling float-ord v0.3.2
31402026-06-04T02:29:20.297Z Compiling chacha20 v0.10.0
31412026-06-04T02:29:20.319Z Compiling num_enum_derive v0.5.11
31422026-06-04T02:29:20.390Z Compiling crossbeam-deque v0.8.6
31432026-06-04T02:29:20.411Z Compiling camino-tempfile v1.4.1
31442026-06-04T02:29:20.429Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-06-04T02:29:20.489Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31462026-06-04T02:29:20.508Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31472026-06-04T02:29:20.517Z Compiling cstr-argument v0.1.2
31482026-06-04T02:29:20.622Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31492026-06-04T02:29:20.665Z Compiling foreign-types v0.5.0
31502026-06-04T02:29:20.701Z Compiling rand v0.10.0
31512026-06-04T02:29:20.719Z Compiling toml v0.8.23
31522026-06-04T02:29:20.794Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31532026-06-04T02:29:20.888Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-06-04T02:29:20.919Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31552026-06-04T02:29:21.008Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31562026-06-04T02:29:21.029Z Compiling ingot-types v0.1.2
31572026-06-04T02:29:21.051Z Compiling zone_cfg_derive v0.3.1
31582026-06-04T02:29:21.076Z Compiling num_enum v0.7.5
31592026-06-04T02:29:21.095Z Compiling rayon v1.11.0
31602026-06-04T02:29:21.099Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31612026-06-04T02:29:21.134Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31622026-06-04T02:29:21.233Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31632026-06-04T02:29:21.277Z Compiling itertools v0.12.1
31642026-06-04T02:29:21.294Z Compiling num-derive v0.4.2
31652026-06-04T02:29:21.371Z Compiling sigpipe v0.1.3
31662026-06-04T02:29:21.390Z Compiling glob v0.3.3
31672026-06-04T02:29:21.394Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31682026-06-04T02:29:21.439Z Compiling ingot v0.1.1
31692026-06-04T02:29:21.474Z Compiling num_enum v0.5.11
31702026-06-04T02:29:21.495Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31712026-06-04T02:29:21.555Z Compiling smf v0.2.3
31722026-06-04T02:29:21.622Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31732026-06-04T02:29:21.658Z Compiling whoami v1.6.1
31742026-06-04T02:29:21.682Z Compiling prettyplease v0.2.37
31752026-06-04T02:29:21.766Z Compiling usdt-macro v0.5.0
31762026-06-04T02:29:21.783Z Compiling usdt-attr-macro v0.5.0
31772026-06-04T02:29:21.975Z Compiling gethostname v0.5.0
31782026-06-04T02:29:21.991Z Compiling memmap v0.7.0
31792026-06-04T02:29:22.111Z Compiling derive-where v1.6.0
31802026-06-04T02:29:22.132Z Compiling resolv-conf v0.7.6
31812026-06-04T02:29:22.136Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-06-04T02:29:22.216Z Compiling owo-colors v4.3.0
31832026-06-04T02:29:22.298Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31842026-06-04T02:29:22.319Z Compiling cancel-safe-futures v0.1.5
31852026-06-04T02:29:22.520Z Compiling zone v0.3.1
31862026-06-04T02:29:22.573Z Compiling libsw-core v0.3.2
31872026-06-04T02:29:22.642Z Compiling console v0.15.11
31882026-06-04T02:29:22.666Z Compiling usdt v0.5.0
31892026-06-04T02:29:22.728Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-06-04T02:29:22.744Z Compiling libsw v3.5.0
31912026-06-04T02:29:22.902Z Compiling newline-converter v0.3.0
31922026-06-04T02:29:22.959Z Compiling hickory-proto v0.24.4
31932026-06-04T02:29:22.986Z Compiling progenitor-client v0.13.0
31942026-06-04T02:29:22.997Z Compiling linear-map v1.2.0
31952026-06-04T02:29:23.053Z Compiling linked-hash-map v0.5.6
31962026-06-04T02:29:23.072Z Compiling libefi-sys v0.1.0
31972026-06-04T02:29:23.089Z Compiling typify-macro v0.6.2
31982026-06-04T02:29:23.155Z Compiling expectorate v1.2.0
31992026-06-04T02:29:23.234Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32002026-06-04T02:29:23.235Z Compiling git-stub v1.0.0
32012026-06-04T02:29:23.257Z Compiling lru-cache v0.1.2
32022026-06-04T02:29:23.281Z Compiling bitfield-struct v0.6.2
32032026-06-04T02:29:23.328Z Compiling semver v0.1.20
32042026-06-04T02:29:23.348Z Compiling tokio-dtrace v0.1.1
32052026-06-04T02:29:23.386Z Compiling dropshot-api-manager-types v0.7.2
32062026-06-04T02:29:23.408Z Compiling git-stub-vcs v0.1.0
32072026-06-04T02:29:23.424Z Compiling slog-dtrace v0.3.0
32082026-06-04T02:29:23.462Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-06-04T02:29:23.517Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32102026-06-04T02:29:23.533Z Compiling rustc_version v0.1.7
32112026-06-04T02:29:23.562Z Compiling minimal-lexical v0.2.1
32122026-06-04T02:29:23.580Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-06-04T02:29:23.609Z Compiling oxide-tokio-rt v0.1.4
32142026-06-04T02:29:23.654Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32152026-06-04T02:29:23.687Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-06-04T02:29:23.723Z Compiling phf_shared v0.12.1
32172026-06-04T02:29:23.749Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32182026-06-04T02:29:23.796Z Compiling newtype_derive v0.1.6
32192026-06-04T02:29:23.814Z Compiling nom v7.1.3
32202026-06-04T02:29:23.829Z Compiling csv-core v0.1.13
32212026-06-04T02:29:23.883Z Compiling chrono-tz v0.10.4
32222026-06-04T02:29:23.928Z Compiling highway v1.3.0
32232026-06-04T02:29:24.012Z Compiling xshell-macros v0.2.7
32242026-06-04T02:29:24.054Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32252026-06-04T02:29:24.138Z Compiling csv v1.4.0
32262026-06-04T02:29:24.156Z Compiling const_format_proc_macros v0.2.34
32272026-06-04T02:29:24.239Z Compiling phf v0.12.1
32282026-06-04T02:29:24.334Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-06-04T02:29:24.376Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-06-04T02:29:24.429Z Compiling primeorder v0.13.6
32312026-06-04T02:29:24.451Z Compiling xshell v0.2.7
32322026-06-04T02:29:24.753Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32332026-06-04T02:29:24.764Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-06-04T02:29:24.799Z Compiling tabled_derive v0.7.0
32352026-06-04T02:29:24.824Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32362026-06-04T02:29:24.891Z Compiling bcs v0.1.6
32372026-06-04T02:29:25.046Z Compiling termtree v0.5.1
32382026-06-04T02:29:25.069Z Compiling const_format v0.2.35
32392026-06-04T02:29:25.081Z Compiling typify v0.6.2
32402026-06-04T02:29:25.081Z Compiling tagptr v0.2.0
32412026-06-04T02:29:25.240Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32422026-06-04T02:29:25.253Z Compiling progenitor-impl v0.14.0
32432026-06-04T02:29:25.274Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32442026-06-04T02:29:25.295Z Compiling progenitor-impl v0.13.0
32452026-06-04T02:29:25.312Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-06-04T02:29:25.312Z Compiling hickory-resolver v0.24.4
32472026-06-04T02:29:25.417Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32482026-06-04T02:29:25.640Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-06-04T02:29:25.853Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32502026-06-04T02:29:25.874Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32512026-06-04T02:29:25.987Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32522026-06-04T02:29:26.008Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32532026-06-04T02:29:26.095Z Compiling salty v0.3.0
32542026-06-04T02:29:26.198Z Compiling textwrap v0.16.2
32552026-06-04T02:29:26.317Z Compiling tabled v0.15.0
32562026-06-04T02:29:26.335Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-06-04T02:29:26.386Z Compiling qorb v0.4.1
32582026-06-04T02:29:26.434Z Compiling moka v0.12.13
32592026-06-04T02:29:26.618Z Compiling steno v0.4.1
32602026-06-04T02:29:26.757Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-06-04T02:29:26.934Z Compiling radium v0.7.0
32622026-06-04T02:29:27.017Z Compiling base64 v0.21.7
32632026-06-04T02:29:27.126Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-06-04T02:29:27.241Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32652026-06-04T02:29:27.311Z Compiling hickory-resolver v0.25.2
32662026-06-04T02:29:27.381Z Compiling p384 v0.13.1
32672026-06-04T02:29:27.479Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32682026-06-04T02:29:27.579Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32692026-06-04T02:29:27.650Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32702026-06-04T02:29:27.741Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32712026-06-04T02:29:27.980Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32722026-06-04T02:29:27.997Z Compiling typify-impl v0.4.3
32732026-06-04T02:29:28.020Z Compiling progenitor-macro v0.14.0
32742026-06-04T02:29:28.039Z Compiling tap v1.0.1
32752026-06-04T02:29:28.060Z Compiling progenitor-macro v0.13.0
32762026-06-04T02:29:28.191Z Compiling maybe-uninit v2.0.0
32772026-06-04T02:29:28.260Z Compiling wyz v0.5.1
32782026-06-04T02:29:28.499Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32792026-06-04T02:29:28.535Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-06-04T02:29:28.599Z Compiling proc-macro-error-attr2 v2.0.0
32812026-06-04T02:29:28.743Z Compiling funty v2.0.0
32822026-06-04T02:29:28.759Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32832026-06-04T02:29:28.981Z Compiling packed_struct v0.10.1
32842026-06-04T02:29:29.018Z Compiling parking_lot_core v0.8.6
32852026-06-04T02:29:29.087Z Compiling utf-8 v0.7.6
32862026-06-04T02:29:29.110Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32872026-06-04T02:29:29.197Z Compiling bitvec v1.0.1
32882026-06-04T02:29:29.253Z Compiling tungstenite v0.21.0
32892026-06-04T02:29:29.308Z Compiling proc-macro-error2 v2.0.1
32902026-06-04T02:29:29.389Z Compiling polyval v0.6.2
32912026-06-04T02:29:29.390Z Compiling num-derive v0.3.3
32922026-06-04T02:29:29.428Z Compiling packed_struct_codegen v0.10.1
32932026-06-04T02:29:29.444Z Compiling bitfield-macros v0.19.4
32942026-06-04T02:29:29.474Z Compiling zerocopy-derive v0.6.6
32952026-06-04T02:29:29.665Z Compiling indexmap v1.9.3
32962026-06-04T02:29:29.682Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32972026-06-04T02:29:29.897Z Compiling nodrop v0.1.14
32982026-06-04T02:29:29.914Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-06-04T02:29:29.934Z Compiling crc-catalog v2.4.0
33002026-06-04T02:29:30.027Z Compiling array-init v0.0.4
33012026-06-04T02:29:30.069Z Compiling crc v3.4.0
33022026-06-04T02:29:30.163Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33032026-06-04T02:29:30.238Z Compiling bitfield v0.19.4
33042026-06-04T02:29:30.256Z Compiling tokio-tungstenite v0.21.0
33052026-06-04T02:29:30.314Z Compiling tabled_derive v0.11.0
33062026-06-04T02:29:30.376Z Compiling libscf-sys v1.1.0
33072026-06-04T02:29:30.394Z Compiling zerocopy v0.6.6
33082026-06-04T02:29:30.426Z Compiling ghash v0.5.1
33092026-06-04T02:29:30.559Z Compiling smallvec v0.6.14
33102026-06-04T02:29:30.624Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-06-04T02:29:30.694Z Compiling papergrid v0.17.0
33122026-06-04T02:29:30.773Z Compiling testing_table v0.3.0
33132026-06-04T02:29:30.806Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-06-04T02:29:30.823Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33152026-06-04T02:29:30.958Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-06-04T02:29:30.977Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33172026-06-04T02:29:31.025Z Compiling ctr v0.9.2
33182026-06-04T02:29:31.213Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-06-04T02:29:31.235Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-06-04T02:29:31.253Z Compiling hashbrown v0.12.3
33212026-06-04T02:29:31.287Z Compiling corncobs v0.1.4
33222026-06-04T02:29:31.396Z Compiling unicase v2.9.0
33232026-06-04T02:29:31.481Z Compiling illumos-nvpair-sys v0.2.0
33242026-06-04T02:29:31.566Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-06-04T02:29:31.583Z Compiling aes-gcm v0.10.3
33262026-06-04T02:29:31.627Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-06-04T02:29:31.669Z Compiling mime_guess v2.0.5
33282026-06-04T02:29:31.735Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33292026-06-04T02:29:31.763Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33302026-06-04T02:29:31.867Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33312026-06-04T02:29:31.983Z Compiling tabled v0.20.0
33322026-06-04T02:29:32.026Z Compiling parking_lot v0.11.2
33332026-06-04T02:29:32.044Z Compiling serde-hex v0.1.0
33342026-06-04T02:29:32.226Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33352026-06-04T02:29:32.304Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33362026-06-04T02:29:32.445Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33372026-06-04T02:29:32.464Z Compiling ron v0.8.1
33382026-06-04T02:29:32.609Z Compiling typify-macro v0.4.3
33392026-06-04T02:29:32.675Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33402026-06-04T02:29:32.692Z Compiling hashbrown v0.13.2
33412026-06-04T02:29:32.711Z Compiling progenitor-client v0.11.2
33422026-06-04T02:29:32.808Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33432026-06-04T02:29:33.179Z Compiling prefix-trie v0.7.0
33442026-06-04T02:29:33.221Z Compiling ssh-encoding v0.2.0
33452026-06-04T02:29:33.267Z Compiling progenitor v0.14.0
33462026-06-04T02:29:33.285Z Compiling blowfish v0.9.1
33472026-06-04T02:29:33.304Z Compiling progenitor v0.13.0
33482026-06-04T02:29:33.445Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33492026-06-04T02:29:33.463Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33502026-06-04T02:29:33.523Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33512026-06-04T02:29:33.527Z Compiling fxhash v0.2.1
33522026-06-04T02:29:33.569Z Compiling secrecy v0.8.0
33532026-06-04T02:29:33.588Z Compiling crc-any v2.5.0
33542026-06-04T02:29:33.612Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-06-04T02:29:33.723Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33562026-06-04T02:29:33.850Z Compiling sled v0.34.7
33572026-06-04T02:29:33.929Z Compiling hickory-server v0.25.2
33582026-06-04T02:29:34.095Z Compiling bcrypt-pbkdf v0.10.0
33592026-06-04T02:29:34.236Z Compiling ssh-cipher v0.2.0
33602026-06-04T02:29:34.438Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33612026-06-04T02:29:34.475Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33622026-06-04T02:29:34.503Z Compiling typify v0.4.3
33632026-06-04T02:29:34.557Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33642026-06-04T02:29:34.653Z Compiling progenitor-impl v0.11.2
33652026-06-04T02:29:34.883Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33662026-06-04T02:29:34.923Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33672026-06-04T02:29:35.106Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33682026-06-04T02:29:35.133Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-06-04T02:29:35.253Z Compiling object v0.30.4
33702026-06-04T02:29:35.426Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33712026-06-04T02:29:35.915Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33722026-06-04T02:29:36.110Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33732026-06-04T02:29:36.154Z Compiling password-hash v0.4.2
33742026-06-04T02:29:36.257Z Compiling crc8 v0.1.1
33752026-06-04T02:29:36.423Z Compiling half v1.8.3
33762026-06-04T02:29:36.487Z Compiling path-slash v0.1.5
33772026-06-04T02:29:36.564Z Compiling http-range v0.1.5
33782026-06-04T02:29:36.658Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33792026-06-04T02:29:36.727Z Compiling serde_cbor v0.11.2
33802026-06-04T02:29:36.797Z Compiling pbkdf2 v0.11.0
33812026-06-04T02:29:36.914Z Compiling illumos-nvpair v0.3.0
33822026-06-04T02:29:37.073Z Compiling ssh-key v0.6.7
33832026-06-04T02:29:37.308Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33842026-06-04T02:29:37.356Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33852026-06-04T02:29:37.360Z Compiling progenitor-macro v0.11.2
33862026-06-04T02:29:37.410Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33872026-06-04T02:29:37.450Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33882026-06-04T02:29:37.540Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33892026-06-04T02:29:37.695Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33902026-06-04T02:29:37.925Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-06-04T02:29:38.140Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-06-04T02:29:38.157Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-06-04T02:29:38.251Z Compiling p256 v0.13.2
33942026-06-04T02:29:38.394Z Compiling p521 v0.13.3
33952026-06-04T02:29:38.414Z Compiling yasna v0.5.2
33962026-06-04T02:29:38.523Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33972026-06-04T02:29:38.668Z Compiling kstat-rs v0.2.4
33982026-06-04T02:29:38.696Z Compiling headers-core v0.3.0
33992026-06-04T02:29:38.719Z Compiling nanorand v0.7.0
34002026-06-04T02:29:38.766Z Compiling russh-cryptovec v0.7.3
34012026-06-04T02:29:38.859Z Compiling atty v0.2.14
34022026-06-04T02:29:38.958Z Compiling home v0.5.12
34032026-06-04T02:29:39.021Z Compiling md5 v0.7.0
34042026-06-04T02:29:39.038Z Compiling flume v0.11.1
34052026-06-04T02:29:39.057Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34062026-06-04T02:29:39.078Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-06-04T02:29:39.117Z Compiling rcgen v0.12.1
34082026-06-04T02:29:39.137Z Compiling headers v0.4.1
34092026-06-04T02:29:39.212Z Compiling russh-keys v0.45.0
34102026-06-04T02:29:39.230Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-06-04T02:29:39.276Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-06-04T02:29:39.332Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-06-04T02:29:39.392Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34142026-06-04T02:29:39.454Z Compiling hyper-staticfile v0.10.1
34152026-06-04T02:29:39.555Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-06-04T02:29:39.629Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34172026-06-04T02:29:39.764Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34182026-06-04T02:29:39.936Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-06-04T02:29:39.966Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-06-04T02:29:40.009Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34212026-06-04T02:29:40.037Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34222026-06-04T02:29:40.274Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34232026-06-04T02:29:40.291Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34242026-06-04T02:29:40.471Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34252026-06-04T02:29:40.490Z Compiling num-bigint v0.4.6
34262026-06-04T02:29:40.525Z Compiling des v0.8.1
34272026-06-04T02:29:40.570Z Compiling subprocess v0.2.15
34282026-06-04T02:29:40.593Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-06-04T02:29:40.676Z Compiling hex-literal v0.4.1
34302026-06-04T02:29:40.755Z Compiling display-error-chain v0.2.2
34312026-06-04T02:29:40.798Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-06-04T02:29:40.826Z Compiling colored v2.2.0
34332026-06-04T02:29:40.844Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34342026-06-04T02:29:40.884Z Compiling socket2 v0.5.10
34352026-06-04T02:29:40.929Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34362026-06-04T02:29:41.045Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-06-04T02:29:41.114Z Compiling internet-checksum v0.2.1
34382026-06-04T02:29:41.707Z Compiling russh v0.45.0
34392026-06-04T02:29:41.926Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402026-06-04T02:29:41.941Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-06-04T02:29:42.393Z Compiling progenitor v0.11.2
34422026-06-04T02:29:42.530Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34432026-06-04T02:29:44.449Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-06-04T02:29:45.132Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-06-04T02:29:45.593Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-06-04T02:29:47.549Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-06-04T02:29:48.139Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-06-04T02:29:55.494Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-06-04T02:29:55.494Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34502026-06-04T02:29:55.494Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34512026-06-04T02:29:55.497Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-06-04T02:29:57.241Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34532026-06-04T02:29:57.258Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34542026-06-04T02:30:01.375Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34552026-06-04T02:30:40.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34562026-06-04T02:30:40.275Z
34572026-06-04T02:30:40.275Zreal 1:25.783091339
34582026-06-04T02:30:40.275Zuser 8:06.768009526
34592026-06-04T02:30:40.275Zsys 1:45.994335460
34602026-06-04T02:30:40.278Ztrap 0.249931654
34612026-06-04T02:30:40.278Ztflt 0.595511600
34622026-06-04T02:30:40.278Zdflt 1.777268872
34632026-06-04T02:30:40.278Zkflt 0.000196004
34642026-06-04T02:30:40.278Zlock 28:58.358350761
34652026-06-04T02:30:40.278Zslp 18:48.304562617
34662026-06-04T02:30:40.278Zlat 37.386423307
34672026-06-04T02:30:40.278Zstop 3:00.049164154
34682026-06-04T02:30:40.278Z+ mkdir tests
34692026-06-04T02:30:40.282Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-06-04T02:30:40.282Z+ xargs -I '{}' -t cp '{}' tests/
34712026-06-04T02:30:40.308Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c6dcadff58450139 tests/
34722026-06-04T02:30:40.329Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d2b8e740b31c9eb1 tests/
34732026-06-04T02:30:40.349Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9cce2a2ffee17194 tests/
34742026-06-04T02:30:40.378Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ce899ba42cd8bdd4 tests/
34752026-06-04T02:30:40.740Z+ 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)
34762026-06-04T02:30:40.743Z+ 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-d2b8e740b31c9eb1 tests/commtest-9cce2a2ffee17194 tests/dhcp_server-c6dcadff58450139 tests/end_to_end_tests-ce899ba42cd8bdd4 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
34772026-06-04T02:32:02.541ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-06-04T02:32:02.541Za .github/buildomat/ci-env.sh 1K
34792026-06-04T02:32:02.541Za out/target/test 1K
34802026-06-04T02:32:02.541Za out/npuzone/npuzone 27402K
34812026-06-04T02:32:02.541Za package-manifest.toml 35K
34822026-06-04T02:32:02.541Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-06-04T02:32:02.541Za target/release/omicron-package 45145K
34842026-06-04T02:32:02.541Za target/release/xtask 11449K
34852026-06-04T02:32:02.541Za target/debug/bootstrap 353199K
34862026-06-04T02:32:02.541Za tests/bootstrap-d2b8e740b31c9eb1 31215K
34872026-06-04T02:32:02.541Za tests/commtest-9cce2a2ffee17194 32300K
34882026-06-04T02:32:02.541Za tests/dhcp_server-c6dcadff58450139 31215K
34892026-06-04T02:32:02.541Za tests/end_to_end_tests-ce899ba42cd8bdd4 394993K
34902026-06-04T02:32:02.541Za tools/opte_version 1K
34912026-06-04T02:32:02.541Za tools/opte_version_override 2K
34922026-06-04T02:32:02.541Za out/clickhouse.tar.gz 321349K
34932026-06-04T02:32:02.541Za out/clickhouse_keeper.tar.gz 306411K
34942026-06-04T02:32:02.541Za out/clickhouse_server.tar.gz 321345K
34952026-06-04T02:32:02.541Za out/cockroachdb.tar.gz 165625K
34962026-06-04T02:32:02.541Za out/crucible-pantry-zone.tar.gz 40616K
34972026-06-04T02:32:02.541Za out/crucible-utils.tar 16478K
34982026-06-04T02:32:02.541Za out/crucible-zone.tar.gz 56186K
34992026-06-04T02:32:02.541Za out/external-dns.tar.gz 50214K
35002026-06-04T02:32:02.541Za out/internal-dns.tar.gz 50214K
35012026-06-04T02:32:02.541Za out/mg-ddm-gz.tar 95141K
35022026-06-04T02:32:02.541Za out/nexus.tar.gz 276831K
35032026-06-04T02:32:02.541Za out/ntp.tar.gz 32287K
35042026-06-04T02:32:02.541Za out/omicron-gateway-softnpu.tar.gz 29026K
35052026-06-04T02:32:02.541Za out/omicron-sled-agent.tar 203637K
35062026-06-04T02:32:02.541Za out/overlay.tar.gz 3K
35072026-06-04T02:32:02.541Za out/oximeter.tar.gz 67113K
35082026-06-04T02:32:02.542Za out/oxlog.tar 3782K
35092026-06-04T02:32:02.542Za out/probe.tar.gz 3037K
35102026-06-04T02:32:02.542Za out/propolis-server.tar.gz 34918K
35112026-06-04T02:32:02.542Za out/pumpkind-gz.tar 26647K
35122026-06-04T02:32:02.542Za out/switch-softnpu.tar.gz 451170K
35132026-06-04T02:32:02.545Z
35142026-06-04T02:32:02.545Zreal 1:21.797665286
35152026-06-04T02:32:02.545Zuser 1:19.058524511
35162026-06-04T02:32:02.545Zsys 4.545235193
35172026-06-04T02:32:02.545Ztrap 0.005929208
35182026-06-04T02:32:02.545Ztflt 0.000000000
35192026-06-04T02:32:02.545Zdflt 0.000000000
35202026-06-04T02:32:02.545Zkflt 0.000000000
35212026-06-04T02:32:02.545Zlock 0.000000000
35222026-06-04T02:32:02.545Zslp 1:19.022360232
35232026-06-04T02:32:02.545Zlat 0.957417928
35242026-06-04T02:32:02.545Zstop 0.000178428
35252026-06-04T02:32:02.545Zprocess exited: duration 960800 ms, exit code 0
 
35262026-06-04T02:32:02.558Zfound 1 output files
35272026-06-04T02:32:02.594Zuploading: /work/package.tar.gz (2551308775 bytes)
35282026-06-04T02:32:31.248Zuploaded: /work/package.tar.gz