01KSHFE4SH4V2Y1X2JRDRJP9WP: 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: 01KSHFEGZ32DB5Y8YKBY1BMZ36

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-26T06:28:03.968Zjob assigned to worker 01KSHFESDRMCB96ENBMNW71WXQ [factory aws, i-01884a350c031eb16] (queued for 51 s)
 
22026-05-26T06:28:10.744Zstarting task 0: "setup"
32026-05-26T06:28:10.749Z++ uname -s
42026-05-26T06:28:10.752Z+ kern=SunOS
52026-05-26T06:28:10.752Z+ build_user=build
62026-05-26T06:28:10.752Z+ build_uid=12345
72026-05-26T06:28:10.752Z+ work_dir=/work
82026-05-26T06:28:10.752Z+ input_dir=/input
92026-05-26T06:28:10.752Z+ [[ 0 == 12345 ]]
102026-05-26T06:28:10.752Z+ case "$kern" in
112026-05-26T06:28:10.752Z+ groupadd -g 12345 build
122026-05-26T06:28:10.760Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-26T06:28:12.770Z+ zfs create -o mountpoint=/work rpool/work
142026-05-26T06:28:12.861Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-26T06:28:12.864Z+ home_fs=zfs
162026-05-26T06:28:12.864Z+ [[ zfs == autofs ]]
172026-05-26T06:28:12.864Z+ mkdir -p /home/build
182026-05-26T06:28:12.867Z+ chown build:build /home/build /work
192026-05-26T06:28:14.867Z+ chmod 0700 /home/build /work
202026-05-26T06:28:14.870Zprocess exited: duration 4129 ms, exit code 0
 
212026-05-26T06:28:14.877Zstarting task 1: "rust-toolchain"
222026-05-26T06:28:14.883Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-26T06:28:14.883Z * rust toolchain channel = "1.94.0"
242026-05-26T06:28:14.883Z * rust toolchain profile = "default"
252026-05-26T06:28:14.883Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-26T06:28:14.883Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-26T06:28:14.883Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-26T06:28:14.886Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-26T06:28:14.886Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-26T06:28:14.993Zinfo: downloading installer
312026-05-26T06:28:16.353Zwarn: It looks like you have an existing rustup settings file at:
322026-05-26T06:28:16.353Zwarn: /home/build/.rustup/settings.toml
332026-05-26T06:28:16.353Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-26T06:28:16.353Zwarn: instead of the one inferred from the default host triple.
352026-05-26T06:28:16.365Zinfo: profile set to default
362026-05-26T06:28:16.365Zinfo: default host triple is x86_64-unknown-illumos
372026-05-26T06:28:16.368Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-26T06:28:16.493Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-26T06:28:16.493Zinfo: downloading 6 components
402026-05-26T06:28:30.732Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-26T06:28:30.732Z
422026-05-26T06:28:30.761Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-26T06:28:30.761Z
442026-05-26T06:28:30.761Z
452026-05-26T06:28:30.761ZRust is installed now. Great!
462026-05-26T06:28:30.761Z
472026-05-26T06:28:30.761ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-26T06:28:30.761Zenvironment variable. This has not been done automatically.
492026-05-26T06:28:30.761Z
502026-05-26T06:28:30.761ZTo configure your current shell, you need to source
512026-05-26T06:28:30.761Zthe corresponding env file under $HOME/.cargo.
522026-05-26T06:28:30.761Z
532026-05-26T06:28:30.761ZThis is usually done by running one of the following (note the leading DOT):
542026-05-26T06:28:30.761Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-26T06:28:30.761Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-26T06:28:30.761Zsource "~/.cargo/env.nu" # For nushell
572026-05-26T06:28:30.761Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-26T06:28:30.762Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-26T06:28:30.762Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-26T06:28:30.770Zwarn: no default linker (`cc`) was found in your PATH
612026-05-26T06:28:30.770Zwarn: many Rust crates require a system C toolchain to build
622026-05-26T06:28:30.861Z+ rustup --version
632026-05-26T06:28:30.867Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-26T06:28:30.867Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-26T06:28:30.888Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-26T06:28:30.891Z+ cargo --version
672026-05-26T06:28:30.899Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-26T06:28:30.902Z+ rustc --version
692026-05-26T06:28:30.922Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-26T06:28:30.925Zprocess exited: duration 16047 ms, exit code 0
 
712026-05-26T06:28:30.932Zstarting task 2: "authentication"
722026-05-26T06:28:30.949Zprocess exited: duration 17 ms, exit code 0
 
732026-05-26T06:28:30.956Zstarting task 3: "clone repository"
742026-05-26T06:28:30.960Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-26T06:28:30.964Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-26T06:28:31.003ZCloning into '/work/oxidecomputer/omicron'...
772026-05-26T06:28:40.944Z+ cd /work/oxidecomputer/omicron
782026-05-26T06:28:40.944Z+ git fetch origin a9149556d14436178ad57da806772aa682daadd0
792026-05-26T06:28:41.327ZFrom https://github.com/oxidecomputer/omicron
802026-05-26T06:28:41.327Z * branch a9149556d14436178ad57da806772aa682daadd0 -> FETCH_HEAD
812026-05-26T06:28:41.340Z+ [[ -n '' ]]
822026-05-26T06:28:41.340Z+ git reset --hard a9149556d14436178ad57da806772aa682daadd0
832026-05-26T06:28:41.576ZHEAD is now at a9149556d clean up
842026-05-26T06:28:41.579Zprocess exited: duration 10622 ms, exit code 0
 
852026-05-26T06:28:41.586Zstarting task 4: "build"
862026-05-26T06:28:41.592Z+ source .github/buildomat/ci-env.sh
872026-05-26T06:28:41.592Z++ export CARGO_TERM_COLOR=always
882026-05-26T06:28:41.592Z++ CARGO_TERM_COLOR=always
892026-05-26T06:28:41.592Z+ cargo --version
902026-05-26T06:28:41.604Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-26T06:28:41.607Z+ rustc --version
922026-05-26T06:28:41.627Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-26T06:28:41.631Z+ WORK=/work
942026-05-26T06:28:41.631Z+ pfexec mkdir -p /work
952026-05-26T06:28:41.634Z+ pfexec chown build /work
962026-05-26T06:28:41.637Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-05-26T06:28:43.159Z Startup: Refreshing catalog 'helios' ... Done
982026-05-26T06:28:43.229Z Startup: Caching catalogs ... Done
992026-05-26T06:28:43.492ZPlanning: Solver setup ... Done (0.225s)
1002026-05-26T06:28:43.509ZPlanning: Running solver ... Done (0.018s)
1012026-05-26T06:28:43.516ZPlanning: Finding local manifests ... Done (0.003s)
1022026-05-26T06:28:43.529ZPlanning: Fetching manifests: 0/2 0% complete
1032026-05-26T06:28:43.547ZPlanning: Fetching manifests: 2/2 100% complete
1042026-05-26T06:28:43.562ZPlanning: Package planning ... Done (0.015s)
1052026-05-26T06:28:43.565ZPlanning: Merging actions ... Done (0.001s)
1062026-05-26T06:28:43.751ZPlanning: Checking for conflicting actions ... Done (0.187s)
1072026-05-26T06:28:43.754ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-05-26T06:28:44.647ZPlanning: Evaluating mediators ... Done (0.895s)
1092026-05-26T06:28:44.651ZPlanning: Planning completed in 1.40 seconds
1102026-05-26T06:28:44.750Z Packages to install: 2
1112026-05-26T06:28:44.750Z Estimated space available: 156.10 GB
1122026-05-26T06:28:44.750ZEstimated space to be consumed: 22.53 MB
1132026-05-26T06:28:44.750Z Create boot environment: No
1142026-05-26T06:28:44.750ZCreate backup boot environment: No
1152026-05-26T06:28:44.753Z Rebuild boot archive: No
1162026-05-26T06:28:44.753Z
1172026-05-26T06:28:44.753ZChanged packages:
1182026-05-26T06:28:44.754Zhelios
1192026-05-26T06:28:44.754Z developer/build-essential
1202026-05-26T06:28:44.754Z None -> 11-3.0
1212026-05-26T06:28:44.754Z library/libxmlsec1
1222026-05-26T06:28:44.754Z None -> 1.2.35-3.0
1232026-05-26T06:28:44.776Z
1242026-05-26T06:28:44.776ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-05-26T06:28:45.275ZDownload: Completed 1.28 MB in 0.50 seconds (2.6M/s)
1262026-05-26T06:28:45.337Z Actions: 1/268 actions (Installing new actions)
1272026-05-26T06:28:45.377Z Actions: Completed 268 actions in 0.04 seconds.
1282026-05-26T06:28:45.410ZFinalize: Updating package state database ... Done (0.032s)
1292026-05-26T06:28:45.410ZFinalize: Updating package cache ... Done (0.000s)
1302026-05-26T06:28:45.428ZFinalize: Updating image state ... Done (0.018s)
1312026-05-26T06:28:47.967ZFinalize: Creating fast lookup database ... Done (2.515s)
1322026-05-26T06:28:48.036ZFinalize: Reading search index ... Done (0.012s)
1332026-05-26T06:28:48.039ZFinalize: Updating search index ... Done (0.000s)
1342026-05-26T06:28:48.141ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-26T06:28:48.438ZPlanning: Evaluating mediator changes ... Done
1362026-05-26T06:28:48.541ZPlanning: Checking for conflicting actions ... Done
1372026-05-26T06:28:48.544ZPlanning: Consolidating action changes ... Done
1382026-05-26T06:28:48.697ZPlanning: Evaluating mediators ... Done
1392026-05-26T06:28:48.700ZPlanning: Planning completed in 0.26 seconds
1402026-05-26T06:28:48.722Z Mediators to change: 2
1412026-05-26T06:28:48.722Z Create boot environment: No
1422026-05-26T06:28:48.722ZCreate backup boot environment: No
1432026-05-26T06:28:48.782ZFinalize: Updating package state database ... Done
1442026-05-26T06:28:48.782ZFinalize: Updating package cache ... Done
1452026-05-26T06:28:48.793ZFinalize: Updating image state ... Done
1462026-05-26T06:28:50.703ZFinalize: Creating fast lookup database ... Done
1472026-05-26T06:28:50.762ZFinalize: Reading search index ... Done
1482026-05-26T06:28:50.765ZFinalize: Updating search index ... Done
1492026-05-26T06:28:50.857ZFinalize: Updating package cache ... Done
1502026-05-26T06:28:51.145ZPlanning: Evaluating mediator changes ... Done
1512026-05-26T06:28:51.250ZPlanning: Checking for conflicting actions ... Done
1522026-05-26T06:28:51.253ZPlanning: Consolidating action changes ... Done
1532026-05-26T06:28:51.407ZPlanning: Evaluating mediators ... Done
1542026-05-26T06:28:51.410ZPlanning: Planning completed in 0.26 seconds
1552026-05-26T06:28:51.430Z Mediators to change: 1
1562026-05-26T06:28:51.430Z Create boot environment: No
1572026-05-26T06:28:51.430ZCreate backup boot environment: No
1582026-05-26T06:28:51.489ZFinalize: Updating package state database ... Done
1592026-05-26T06:28:51.489ZFinalize: Updating package cache ... Done
1602026-05-26T06:28:51.500ZFinalize: Updating image state ... Done
1612026-05-26T06:28:53.416ZFinalize: Creating fast lookup database ... Done
1622026-05-26T06:28:53.476ZFinalize: Reading search index ... Done
1632026-05-26T06:28:53.479ZFinalize: Updating search index ... Done
1642026-05-26T06:28:53.560ZFinalize: Updating package cache ... Done
1652026-05-26T06:28:53.866ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-05-26T06:28:53.866Zapache system 2.4 system
1672026-05-26T06:28:53.866Zclang system 15 system
1682026-05-26T06:28:53.866Zcsh system system illumos
1692026-05-26T06:28:53.866Zctags system system illumos
1702026-05-26T06:28:53.866Zfile vendor vendor darwinsys
1712026-05-26T06:28:53.866Zfile system system illumos
1722026-05-26T06:28:53.866Zgcc vendor 14 vendor
1732026-05-26T06:28:53.866Zgcc system 13 system
1742026-05-26T06:28:53.866Zgcc system 10 system
1752026-05-26T06:28:53.866Zgo system 1.25 system
1762026-05-26T06:28:53.866Zllvm system 15 system
1772026-05-26T06:28:53.866Zmariadb system 11.4 system
1782026-05-26T06:28:53.866Zmta vendor vendor dma
1792026-05-26T06:28:53.866Zopenjdk system 17 system
1802026-05-26T06:28:53.866Zopenjdk system 11 system
1812026-05-26T06:28:53.866Zopenssl vendor 3 vendor
1822026-05-26T06:28:53.866Zperl system 5.40 system
1832026-05-26T06:28:53.866Zpostgresql system 18 system
1842026-05-26T06:28:53.866Zpostgresql system 17 system
1852026-05-26T06:28:53.866Zpython vendor 3 vendor
1862026-05-26T06:28:53.866Zpython system 2 system
1872026-05-26T06:28:53.866Zpython3 vendor 3.13 vendor
1882026-05-26T06:28:53.866Zruby system 3.4 system
1892026-05-26T06:28:53.866Zruby system 3.0 system
1902026-05-26T06:28:53.866Zwords vendor vendor american-english
1912026-05-26T06:28:53.866Zwords system system australian-english
1922026-05-26T06:28:53.866Zwords system system british-english
1932026-05-26T06:28:53.866Zwords system system canadian-english
1942026-05-26T06:28:53.866Zwords system system french
1952026-05-26T06:28:53.866Zwords system system italian
1962026-05-26T06:28:53.866Zwords system system ngerman
1972026-05-26T06:28:53.867Zwords system system ogerman
1982026-05-26T06:28:53.867Zwords system system spanish
1992026-05-26T06:28:54.120ZPUBLISHER TYPE STATUS P LOCATION
2002026-05-26T06:28:54.120Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-05-26T06:28:54.394ZFMRI IFO
2022026-05-26T06:28:54.394Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-05-26T06:28:54.394Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-05-26T06:28:54.394Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-05-26T06:28:54.394Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-05-26T06:28:54.394Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-05-26T06:28:54.394Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-05-26T06:28:54.394Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-05-26T06:28:54.394Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-05-26T06:28:54.394Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-05-26T06:28:54.632Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-05-26T06:28:54.942Z Updating crates.io index
2132026-05-26T06:28:54.985Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-05-26T06:28:55.830Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-05-26T06:28:56.270Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-05-26T06:28:56.966Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-05-26T06:28:57.815Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-05-26T06:28:58.355Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-05-26T06:29:00.253Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-05-26T06:29:01.129Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-26T06:29:01.432Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-05-26T06:29:02.338Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-05-26T06:29:02.779Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-05-26T06:29:03.188Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-05-26T06:29:03.657Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-05-26T06:29:04.623Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-05-26T06:29:05.132Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-05-26T06:29:05.466Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-05-26T06:29:05.866Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-05-26T06:29:06.304Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-05-26T06:29:06.782Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-05-26T06:29:07.032Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-05-26T06:29:07.290Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-05-26T06:29:07.558Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-05-26T06:29:08.014Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-05-26T06:29:08.365Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2372026-05-26T06:29:09.172Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2382026-05-26T06:29:09.430Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2392026-05-26T06:29:09.741Z Updating git repository `https://github.com/oxidecomputer/ispf`
2402026-05-26T06:29:11.009Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412026-05-26T06:29:11.620Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-05-26T06:29:12.143Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-05-26T06:29:12.598Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2442026-05-26T06:29:12.880Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2452026-05-26T06:29:13.225Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2462026-05-26T06:29:13.542Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2472026-05-26T06:29:14.144Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2482026-05-26T06:29:14.371Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2492026-05-26T06:29:14.603Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2502026-05-26T06:29:14.902Z Updating git repository `https://github.com/illumos/smf-rs`
2512026-05-26T06:29:15.287Z Updating git repository `https://github.com/oxidecomputer/omicron`
2522026-05-26T06:29:27.428Z Downloading crates ...
2532026-05-26T06:29:27.474Z Downloaded cfg-if v1.0.4
2542026-05-26T06:29:27.481Z Downloaded anstream v0.6.21
2552026-05-26T06:29:27.485Z Downloaded generic-array v0.14.7
2562026-05-26T06:29:27.485Z Downloaded cargo-util-schemas v0.8.2
2572026-05-26T06:29:27.488Z Downloaded serde_spanned v0.6.9
2582026-05-26T06:29:27.488Z Downloaded anstyle v1.0.13
2592026-05-26T06:29:27.491Z Downloaded percent-encoding v2.3.2
2602026-05-26T06:29:27.494Z Downloaded cpufeatures v0.2.17
2612026-05-26T06:29:27.494Z Downloaded textwrap v0.16.2
2622026-05-26T06:29:27.497Z Downloaded version_check v0.9.5
2632026-05-26T06:29:27.497Z Downloaded fastrand v2.3.0
2642026-05-26T06:29:27.497Z Downloaded clap_lex v1.0.0
2652026-05-26T06:29:27.497Z Downloaded strsim v0.11.1
2662026-05-26T06:29:27.500Z Downloaded ordered-float v2.10.1
2672026-05-26T06:29:27.500Z Downloaded idna_adapter v1.2.1
2682026-05-26T06:29:27.503Z Downloaded memmap v0.7.0
2692026-05-26T06:29:27.506Z Downloaded cargo-platform v0.2.0
2702026-05-26T06:29:27.506Z Downloaded zerofrom-derive v0.1.6
2712026-05-26T06:29:27.509Z Downloaded usdt v0.5.0
2722026-05-26T06:29:27.509Z Downloaded unicode-linebreak v0.1.5
2732026-05-26T06:29:27.512Z Downloaded potential_utf v0.1.4
2742026-05-26T06:29:27.515Z Downloaded toml_datetime v0.6.11
2752026-05-26T06:29:27.515Z Downloaded zerofrom v0.1.6
2762026-05-26T06:29:27.515Z Downloaded usdt-attr-macro v0.5.0
2772026-05-26T06:29:27.518Z Downloaded unicode-xid v0.2.6
2782026-05-26T06:29:27.518Z Downloaded log v0.4.29
2792026-05-26T06:29:27.518Z Downloaded thread-id v4.2.2
2802026-05-26T06:29:27.518Z Downloaded scroll_derive v0.12.1
2812026-05-26T06:29:27.521Z Downloaded thiserror-impl v2.0.18
2822026-05-26T06:29:27.522Z Downloaded crypto-common v0.1.7
2832026-05-26T06:29:27.526Z Downloaded usdt-macro v0.5.0
2842026-05-26T06:29:27.526Z Downloaded tinystr v0.8.2
2852026-05-26T06:29:27.526Z Downloaded proc-macro2 v1.0.106
2862026-05-26T06:29:27.529Z Downloaded toml_write v0.1.2
2872026-05-26T06:29:27.529Z Downloaded utf8_iter v1.0.4
2882026-05-26T06:29:27.529Z Downloaded utf8parse v0.2.2
2892026-05-26T06:29:27.532Z Downloaded typeid v1.0.3
2902026-05-26T06:29:27.532Z Downloaded serde v1.0.228
2912026-05-26T06:29:27.535Z Downloaded icu_locale_core v2.1.1
2922026-05-26T06:29:27.539Z Downloaded zerovec-derive v0.11.2
2932026-05-26T06:29:27.539Z Downloaded thiserror v1.0.69
2942026-05-26T06:29:27.542Z Downloaded zmij v1.0.21
2952026-05-26T06:29:27.542Z Downloaded equivalent v1.0.2
2962026-05-26T06:29:27.545Z Downloaded errno v0.3.14
2972026-05-26T06:29:27.545Z Downloaded writeable v0.6.2
2982026-05-26T06:29:27.545Z Downloaded thiserror-impl v1.0.69
2992026-05-26T06:29:27.545Z Downloaded terminal_size v0.4.3
3002026-05-26T06:29:27.548Z Downloaded usdt-impl v0.5.0
3012026-05-26T06:29:27.548Z Downloaded scroll v0.12.0
3022026-05-26T06:29:27.548Z Downloaded itoa v1.0.17
3032026-05-26T06:29:27.548Z Downloaded pretty-hex v0.4.1
3042026-05-26T06:29:27.552Z Downloaded form_urlencoded v1.2.2
3052026-05-26T06:29:27.552Z Downloaded fnv v1.0.7
3062026-05-26T06:29:27.552Z Downloaded zerocopy-derive v0.7.35
3072026-05-26T06:29:27.555Z Downloaded yoke v0.8.1
3082026-05-26T06:29:27.555Z Downloaded heck v0.4.1
3092026-05-26T06:29:27.555Z Downloaded yoke-derive v0.8.1
3102026-05-26T06:29:27.555Z Downloaded typenum v1.19.0
3112026-05-26T06:29:27.558Z Downloaded thiserror v2.0.18
3122026-05-26T06:29:27.561Z Downloaded toml v0.8.23
3132026-05-26T06:29:27.561Z Downloaded pest_meta v2.8.6
3142026-05-26T06:29:27.564Z Downloaded ucd-trie v0.1.7
3152026-05-26T06:29:27.564Z Downloaded toml_edit v0.22.27
3162026-05-26T06:29:27.567Z Downloaded plain v0.2.3
3172026-05-26T06:29:27.570Z Downloaded zerotrie v0.2.3
3182026-05-26T06:29:27.573Z Downloaded unicode-ident v1.0.24
3192026-05-26T06:29:27.573Z Downloaded block-buffer v0.10.4
3202026-05-26T06:29:27.573Z Downloaded heck v0.5.0
3212026-05-26T06:29:27.573Z Downloaded dtrace-parser v0.2.0
3222026-05-26T06:29:27.577Z Downloaded zerovec v0.11.5
3232026-05-26T06:29:27.580Z Downloaded url v2.5.8
3242026-05-26T06:29:27.580Z Downloaded colorchoice v1.0.4
3252026-05-26T06:29:27.586Z Downloaded stable_deref_trait v1.2.1
3262026-05-26T06:29:27.594Z Downloaded zerocopy v0.7.35
3272026-05-26T06:29:27.603Z Downloaded winnow v0.7.14
3282026-05-26T06:29:27.608Z Downloaded tabled_derive v0.7.0
3292026-05-26T06:29:27.612Z Downloaded dof v0.3.0
3302026-05-26T06:29:27.612Z Downloaded anstyle-query v1.1.5
3312026-05-26T06:29:27.612Z Downloaded unicode-width v0.2.0
3322026-05-26T06:29:27.615Z Downloaded sha2 v0.10.9
3332026-05-26T06:29:27.615Z Downloaded proc-macro-error-attr v1.0.4
3342026-05-26T06:29:27.615Z Downloaded is_terminal_polyfill v1.70.2
3352026-05-26T06:29:27.619Z Downloaded unicode-width v0.1.14
3362026-05-26T06:29:27.623Z Downloaded camino-tempfile v1.4.1
3372026-05-26T06:29:27.623Z Downloaded serde-untagged v0.1.9
3382026-05-26T06:29:27.623Z Downloaded swrite v0.1.0
3392026-05-26T06:29:27.623Z Downloaded macaddr v1.0.1
3402026-05-26T06:29:27.623Z Downloaded proc-macro-error v1.0.4
3412026-05-26T06:29:27.626Z Downloaded serde-value v0.7.0
3422026-05-26T06:29:27.626Z Downloaded smawk v0.3.2
3432026-05-26T06:29:27.629Z Downloaded digest v0.10.7
3442026-05-26T06:29:27.632Z Downloaded displaydoc v0.2.5
3452026-05-26T06:29:27.636Z Downloaded icu_provider v2.1.1
3462026-05-26T06:29:27.645Z Downloaded synstructure v0.13.2
3472026-05-26T06:29:27.648Z Downloaded cargo_toml v0.21.0
3482026-05-26T06:29:27.653Z Downloaded serde_tokenstream v0.2.3
3492026-05-26T06:29:27.656Z Downloaded autocfg v1.5.0
3502026-05-26T06:29:27.656Z Downloaded anstyle-parse v0.2.7
3512026-05-26T06:29:27.662Z Downloaded quote v1.0.45
3522026-05-26T06:29:27.665Z Downloaded cargo_metadata v0.21.0
3532026-05-26T06:29:27.665Z Downloaded smallvec v1.15.1
3542026-05-26T06:29:27.665Z Downloaded anyhow v1.0.102
3552026-05-26T06:29:27.668Z Downloaded fs-err v3.3.0
3562026-05-26T06:29:27.668Z Downloaded bytecount v0.6.9
3572026-05-26T06:29:27.671Z Downloaded icu_properties v2.1.2
3582026-05-26T06:29:27.671Z Downloaded pest_derive v2.8.6
3592026-05-26T06:29:27.674Z Downloaded once_cell v1.21.3
3602026-05-26T06:29:27.681Z Downloaded erased-serde v0.4.9
3612026-05-26T06:29:27.684Z Downloaded litemap v0.8.1
3622026-05-26T06:29:27.684Z Downloaded idna v1.1.0
3632026-05-26T06:29:27.690Z Downloaded camino v1.2.2
3642026-05-26T06:29:27.694Z Downloaded clap v4.5.60
3652026-05-26T06:29:27.700Z Downloaded clap_derive v4.5.55
3662026-05-26T06:29:27.703Z Downloaded tempfile v3.25.0
3672026-05-26T06:29:27.703Z Downloaded icu_normalizer_data v2.1.1
3682026-05-26T06:29:27.706Z Downloaded memchr v2.8.0
3692026-05-26T06:29:27.710Z Downloaded icu_normalizer v2.1.1
3702026-05-26T06:29:27.713Z Downloaded num-traits v0.2.19
3712026-05-26T06:29:27.713Z Downloaded papergrid v0.11.0
3722026-05-26T06:29:27.716Z Downloaded byteorder v1.5.0
3732026-05-26T06:29:27.719Z Downloaded serde_derive v1.0.228
3742026-05-26T06:29:27.719Z Downloaded semver v1.0.28
3752026-05-26T06:29:27.722Z Downloaded pest_generator v2.8.6
3762026-05-26T06:29:27.738Z Downloaded bitflags v2.11.0
3772026-05-26T06:29:27.742Z Downloaded serde_core v1.0.228
3782026-05-26T06:29:27.746Z Downloaded icu_collections v2.1.1
3792026-05-26T06:29:27.746Z Downloaded getrandom v0.4.1
3802026-05-26T06:29:27.750Z Downloaded clap_builder v4.5.60
3812026-05-26T06:29:27.759Z Downloaded indexmap v2.14.0
3822026-05-26T06:29:27.781Z Downloaded pest v2.8.6
3832026-05-26T06:29:27.788Z Downloaded icu_properties_data v2.1.2
3842026-05-26T06:29:27.797Z Downloaded goblin v0.8.2
3852026-05-26T06:29:27.800Z Downloaded syn v2.0.117
3862026-05-26T06:29:27.806Z Downloaded tabled v0.15.0
3872026-05-26T06:29:27.815Z Downloaded hashbrown v0.17.0
3882026-05-26T06:29:27.818Z Downloaded syn v1.0.109
3892026-05-26T06:29:27.823Z Downloaded serde_json v1.0.149
3902026-05-26T06:29:27.834Z Downloaded rustix v1.1.3
3912026-05-26T06:29:27.861Z Downloaded libc v0.2.185
3922026-05-26T06:29:27.926Z Compiling proc-macro2 v1.0.106
3932026-05-26T06:29:27.926Z Compiling unicode-ident v1.0.24
3942026-05-26T06:29:27.930Z Compiling quote v1.0.45
3952026-05-26T06:29:27.930Z Compiling serde_core v1.0.228
3962026-05-26T06:29:27.930Z Compiling libc v0.2.185
3972026-05-26T06:29:27.930Z Compiling version_check v0.9.5
3982026-05-26T06:29:27.930Z Compiling stable_deref_trait v1.2.1
3992026-05-26T06:29:27.930Z Compiling memchr v2.8.0
4002026-05-26T06:29:28.109Z Compiling serde v1.0.228
4012026-05-26T06:29:28.113Z Compiling zmij v1.0.21
4022026-05-26T06:29:28.113Z Compiling autocfg v1.5.0
4032026-05-26T06:29:28.113Z Compiling itoa v1.0.17
4042026-05-26T06:29:28.113Z Compiling ucd-trie v0.1.7
4052026-05-26T06:29:28.124Z Compiling thiserror v1.0.69
4062026-05-26T06:29:28.127Z Compiling writeable v0.6.2
4072026-05-26T06:29:28.328Z Compiling litemap v0.8.1
4082026-05-26T06:29:28.539Z Compiling icu_normalizer_data v2.1.1
4092026-05-26T06:29:28.542Z Compiling icu_properties_data v2.1.2
4102026-05-26T06:29:28.596Z Compiling pest v2.8.6
4112026-05-26T06:29:28.600Z Compiling byteorder v1.5.0
4122026-05-26T06:29:28.689Z Compiling rustix v1.1.3
4132026-05-26T06:29:28.692Z Compiling serde_json v1.0.149
4142026-05-26T06:29:28.692Z Compiling bitflags v2.11.0
4152026-05-26T06:29:28.759Z Compiling num-traits v0.2.19
4162026-05-26T06:29:28.829Z Compiling equivalent v1.0.2
4172026-05-26T06:29:28.917Z Compiling typeid v1.0.3
4182026-05-26T06:29:28.920Z Compiling smallvec v1.15.1
4192026-05-26T06:29:28.984Z Compiling hashbrown v0.17.0
4202026-05-26T06:29:29.019Z Compiling usdt-impl v0.5.0
4212026-05-26T06:29:29.073Z Compiling proc-macro-error-attr v1.0.4
4222026-05-26T06:29:29.075Z Compiling toml_write v0.1.2
4232026-05-26T06:29:29.076Z Compiling erased-serde v0.4.9
4242026-05-26T06:29:29.180Z Compiling syn v1.0.109
4252026-05-26T06:29:29.180Z Compiling winnow v0.7.14
4262026-05-26T06:29:29.220Z Compiling errno v0.3.14
4272026-05-26T06:29:29.305Z Compiling thread-id v4.2.2
4282026-05-26T06:29:29.375Z Compiling proc-macro-error v1.0.4
4292026-05-26T06:29:29.411Z Compiling utf8parse v0.2.2
4302026-05-26T06:29:29.415Z Compiling thiserror v2.0.18
4312026-05-26T06:29:29.465Z Compiling plain v0.2.3
4322026-05-26T06:29:29.504Z Compiling percent-encoding v2.3.2
4332026-05-26T06:29:29.504Z Compiling log v0.4.29
4342026-05-26T06:29:29.554Z Compiling camino v1.2.2
4352026-05-26T06:29:29.572Z Compiling indexmap v2.14.0
4362026-05-26T06:29:29.622Z Compiling utf8_iter v1.0.4
4372026-05-26T06:29:29.641Z Compiling getrandom v0.4.1
4382026-05-26T06:29:29.662Z Compiling syn v2.0.117
4392026-05-26T06:29:29.747Z Compiling pest_meta v2.8.6
4402026-05-26T06:29:29.791Z Compiling form_urlencoded v1.2.2
4412026-05-26T06:29:29.952Z Compiling ordered-float v2.10.1
4422026-05-26T06:29:29.969Z Compiling anstyle-parse v0.2.7
4432026-05-26T06:29:30.003Z Compiling colorchoice v1.0.4
4442026-05-26T06:29:30.022Z Compiling pretty-hex v0.4.1
4452026-05-26T06:29:30.065Z Compiling cfg-if v1.0.4
4462026-05-26T06:29:30.081Z Compiling anstyle-query v1.1.5
4472026-05-26T06:29:30.137Z Compiling anstyle v1.0.13
4482026-05-26T06:29:30.156Z Compiling is_terminal_polyfill v1.70.2
4492026-05-26T06:29:30.218Z Compiling fs-err v3.3.0
4502026-05-26T06:29:30.236Z Compiling unicode-xid v0.2.6
4512026-05-26T06:29:30.239Z Compiling heck v0.4.1
4522026-05-26T06:29:30.289Z Compiling fastrand v2.3.0
4532026-05-26T06:29:30.293Z Compiling once_cell v1.21.3
4542026-05-26T06:29:30.360Z Compiling anstream v0.6.21
4552026-05-26T06:29:30.379Z Compiling clap_lex v1.0.0
4562026-05-26T06:29:30.399Z Compiling terminal_size v0.4.3
4572026-05-26T06:29:30.402Z Compiling strsim v0.11.1
4582026-05-26T06:29:30.436Z Compiling heck v0.5.0
4592026-05-26T06:29:30.511Z Compiling bytecount v0.6.9
4602026-05-26T06:29:30.542Z Compiling fnv v1.0.7
4612026-05-26T06:29:30.560Z Compiling unicode-width v0.1.14
4622026-05-26T06:29:30.581Z Compiling anyhow v1.0.102
4632026-05-26T06:29:30.700Z Compiling semver v1.0.28
4642026-05-26T06:29:30.736Z Compiling clap_builder v4.5.60
4652026-05-26T06:29:30.739Z Compiling tempfile v3.25.0
4662026-05-26T06:29:30.804Z Compiling papergrid v0.11.0
4672026-05-26T06:29:30.821Z Compiling memmap v0.7.0
4682026-05-26T06:29:30.903Z Compiling unicode-linebreak v0.1.5
4692026-05-26T06:29:31.021Z Compiling smawk v0.3.2
4702026-05-26T06:29:31.048Z Compiling unicode-width v0.2.0
4712026-05-26T06:29:31.127Z Compiling serde-untagged v0.1.9
4722026-05-26T06:29:31.146Z Compiling camino-tempfile v1.4.1
4732026-05-26T06:29:31.185Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4742026-05-26T06:29:31.188Z Compiling swrite v0.1.0
4752026-05-26T06:29:31.334Z Compiling textwrap v0.16.2
4762026-05-26T06:29:31.528Z Compiling tabled_derive v0.7.0
4772026-05-26T06:29:32.183Z Compiling synstructure v0.13.2
4782026-05-26T06:29:32.183Z Compiling pest_generator v2.8.6
4792026-05-26T06:29:32.281Z Compiling tabled v0.15.0
4802026-05-26T06:29:32.747Z Compiling serde_derive v1.0.228
4812026-05-26T06:29:32.747Z Compiling zerofrom-derive v0.1.6
4822026-05-26T06:29:32.786Z Compiling yoke-derive v0.8.1
4832026-05-26T06:29:32.787Z Compiling zerovec-derive v0.11.2
4842026-05-26T06:29:32.787Z Compiling displaydoc v0.2.5
4852026-05-26T06:29:32.787Z Compiling thiserror-impl v1.0.69
4862026-05-26T06:29:32.787Z Compiling zerocopy-derive v0.7.35
4872026-05-26T06:29:32.787Z Compiling scroll_derive v0.12.1
4882026-05-26T06:29:32.787Z Compiling thiserror-impl v2.0.18
4892026-05-26T06:29:32.836Z Compiling clap_derive v4.5.55
4902026-05-26T06:29:32.836Z Compiling pest_derive v2.8.6
4912026-05-26T06:29:33.375Z Compiling scroll v0.12.0
4922026-05-26T06:29:33.495Z Compiling zerocopy v0.7.35
4932026-05-26T06:29:33.634Z Compiling goblin v0.8.2
4942026-05-26T06:29:33.899Z Compiling dtrace-parser v0.2.0
4952026-05-26T06:29:33.916Z Compiling zerofrom v0.1.6
4962026-05-26T06:29:34.022Z Compiling yoke v0.8.1
4972026-05-26T06:29:34.175Z Compiling zerovec v0.11.5
4982026-05-26T06:29:34.175Z Compiling zerotrie v0.2.3
4992026-05-26T06:29:34.226Z Compiling clap v4.5.60
5002026-05-26T06:29:34.590Z Compiling tinystr v0.8.2
5012026-05-26T06:29:34.590Z Compiling potential_utf v0.1.4
5022026-05-26T06:29:34.703Z Compiling icu_collections v2.1.1
5032026-05-26T06:29:34.751Z Compiling icu_locale_core v2.1.1
5042026-05-26T06:29:35.285Z Compiling toml_datetime v0.6.11
5052026-05-26T06:29:35.286Z Compiling serde_spanned v0.6.9
5062026-05-26T06:29:35.286Z Compiling serde-value v0.7.0
5072026-05-26T06:29:35.290Z Compiling cargo-platform v0.2.0
5082026-05-26T06:29:35.290Z Compiling macaddr v1.0.1
5092026-05-26T06:29:35.295Z Compiling dof v0.3.0
5102026-05-26T06:29:35.299Z Compiling serde_tokenstream v0.2.3
5112026-05-26T06:29:35.365Z Compiling icu_provider v2.1.1
5122026-05-26T06:29:35.495Z Compiling toml_edit v0.22.27
5132026-05-26T06:29:35.624Z Compiling icu_normalizer v2.1.1
5142026-05-26T06:29:35.625Z Compiling icu_properties v2.1.2
5152026-05-26T06:29:36.007Z Compiling usdt-attr-macro v0.5.0
5162026-05-26T06:29:36.007Z Compiling usdt-macro v0.5.0
5172026-05-26T06:29:36.430Z Compiling idna_adapter v1.2.1
5182026-05-26T06:29:36.537Z Compiling idna v1.1.0
5192026-05-26T06:29:36.575Z Compiling usdt v0.5.0
5202026-05-26T06:29:36.741Z Compiling toml v0.8.23
5212026-05-26T06:29:36.785Z Compiling url v2.5.8
5222026-05-26T06:29:37.071Z Compiling cargo_toml v0.21.0
5232026-05-26T06:29:37.175Z Compiling cargo-util-schemas v0.8.2
5242026-05-26T06:29:37.941Z Compiling cargo_metadata v0.21.0
5252026-05-26T06:29:38.862Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5262026-05-26T06:29:40.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.48s
5272026-05-26T06:29:41.219Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5282026-05-26T06:29:41.775Z Downloading crates ...
5292026-05-26T06:29:41.866Z Downloaded async-recursion v1.1.1
5302026-05-26T06:29:41.870Z Downloaded async-trait v0.1.89
5312026-05-26T06:29:41.873Z Downloaded atomic-waker v1.1.2
5322026-05-26T06:29:41.876Z Downloaded array-init v0.0.4
5332026-05-26T06:29:41.876Z Downloaded adler2 v2.0.1
5342026-05-26T06:29:41.879Z Downloaded atty v0.2.14
5352026-05-26T06:29:41.882Z Downloaded aead v0.5.2
5362026-05-26T06:29:41.886Z Downloaded base16ct v0.2.0
5372026-05-26T06:29:41.886Z Downloaded ctr v0.9.2
5382026-05-26T06:29:41.889Z Downloaded ascii-canvas v3.0.0
5392026-05-26T06:29:41.889Z Downloaded crc8 v0.1.1
5402026-05-26T06:29:41.889Z Downloaded curve25519-dalek-derive v0.1.1
5412026-05-26T06:29:41.889Z Downloaded backoff v0.4.0
5422026-05-26T06:29:41.892Z Downloaded cstr-argument v0.1.2
5432026-05-26T06:29:41.895Z Downloaded base64ct v1.8.3
5442026-05-26T06:29:41.905Z Downloaded async-stream v0.3.6
5452026-05-26T06:29:41.905Z Downloaded dirs-next v2.0.0
5462026-05-26T06:29:41.905Z Downloaded embedded-io v0.4.0
5472026-05-26T06:29:41.905Z Downloaded bb8 v0.8.6
5482026-05-26T06:29:41.905Z Downloaded downcast-rs v2.0.2
5492026-05-26T06:29:41.905Z Downloaded ciborium v0.2.2
5502026-05-26T06:29:41.905Z Downloaded arrayvec v0.7.6
5512026-05-26T06:29:41.909Z Downloaded darling_macro v0.23.0
5522026-05-26T06:29:41.909Z Downloaded arc-swap v1.8.2
5532026-05-26T06:29:41.909Z Downloaded ciborium-ll v0.2.2
5542026-05-26T06:29:41.912Z Downloaded bit-set v0.8.0
5552026-05-26T06:29:41.912Z Downloaded bit-set v0.5.3
5562026-05-26T06:29:41.912Z Downloaded atomicwrites v0.4.4
5572026-05-26T06:29:41.915Z Downloaded async-stream-impl v0.3.6
5582026-05-26T06:29:41.915Z Downloaded assert_matches v1.5.0
5592026-05-26T06:29:41.915Z Downloaded argon2 v0.5.3
5602026-05-26T06:29:41.915Z Downloaded derive_builder_macro v0.20.2
5612026-05-26T06:29:41.919Z Downloaded defmt v0.3.100
5622026-05-26T06:29:41.919Z Downloaded bit-vec v0.6.3
5632026-05-26T06:29:41.919Z Downloaded either v1.15.0
5642026-05-26T06:29:41.919Z Downloaded arrayref v0.3.9
5652026-05-26T06:29:41.922Z Downloaded document-features v0.2.12
5662026-05-26T06:29:41.922Z Downloaded bcrypt-pbkdf v0.10.0
5672026-05-26T06:29:41.925Z Downloaded fd-lock v4.0.4
5682026-05-26T06:29:41.925Z Downloaded futures-core v0.3.32
5692026-05-26T06:29:41.928Z Downloaded env_filter v1.0.0
5702026-05-26T06:29:41.931Z Downloaded bitfield-macros v0.19.4
5712026-05-26T06:29:41.931Z Downloaded allocator-api2 v0.2.21
5722026-05-26T06:29:41.931Z Downloaded debug-ignore v1.0.5
5732026-05-26T06:29:41.935Z Downloaded async-bb8-diesel v0.2.1
5742026-05-26T06:29:41.935Z Downloaded diesel_table_macro_syntax v0.3.0
5752026-05-26T06:29:41.938Z Downloaded crucible-workspace-hack v0.1.0
5762026-05-26T06:29:41.941Z Downloaded crc-catalog v2.4.0
5772026-05-26T06:29:41.944Z Downloaded embedded-io v0.6.1
5782026-05-26T06:29:41.944Z Downloaded cpufeatures v0.3.0
5792026-05-26T06:29:41.945Z Downloaded convert_case v0.4.0
5802026-05-26T06:29:41.948Z Downloaded cfg_aliases v0.2.1
5812026-05-26T06:29:41.948Z Downloaded block-padding v0.3.3
5822026-05-26T06:29:41.951Z Downloaded ciborium-io v0.2.2
5832026-05-26T06:29:41.951Z Downloaded compression-core v0.4.31
5842026-05-26T06:29:41.954Z Downloaded ed25519 v2.2.3
5852026-05-26T06:29:41.954Z Downloaded derive-ex v0.1.8
5862026-05-26T06:29:41.954Z Downloaded crossbeam-deque v0.8.6
5872026-05-26T06:29:41.958Z Downloaded difflib v0.4.0
5882026-05-26T06:29:41.959Z Downloaded diff v0.1.13
5892026-05-26T06:29:41.962Z Downloaded darling_macro v0.20.11
5902026-05-26T06:29:41.962Z Downloaded crc v3.4.0
5912026-05-26T06:29:41.962Z Downloaded dirs-sys-next v0.1.2
5922026-05-26T06:29:41.962Z Downloaded darling_macro v0.21.3
5932026-05-26T06:29:41.962Z Downloaded cobs v0.3.0
5942026-05-26T06:29:41.965Z Downloaded fixedbitset v0.5.7
5952026-05-26T06:29:41.965Z Downloaded crc32fast v1.5.0
5962026-05-26T06:29:41.965Z Downloaded convert_case v0.10.0
5972026-05-26T06:29:41.968Z Downloaded cmake v0.1.57
5982026-05-26T06:29:41.968Z Downloaded cargo-platform v0.1.9
5992026-05-26T06:29:41.968Z Downloaded bitfield-struct v0.6.2
6002026-05-26T06:29:41.968Z Downloaded des v0.8.1
6012026-05-26T06:29:41.971Z Downloaded dsl_auto_type v0.2.0
6022026-05-26T06:29:41.977Z Downloaded defmt-parser v1.0.0
6032026-05-26T06:29:41.980Z Downloaded fixedbitset v0.4.2
6042026-05-26T06:29:41.980Z Downloaded foreign-types v0.5.0
6052026-05-26T06:29:41.983Z Downloaded crunchy v0.2.4
6062026-05-26T06:29:41.983Z Downloaded castaway v0.2.4
6072026-05-26T06:29:41.986Z Downloaded enum-as-inner v0.6.1
6082026-05-26T06:29:41.989Z Downloaded dropshot-api-manager-types v0.7.2
6092026-05-26T06:29:41.989Z Downloaded float-cmp v0.10.0
6102026-05-26T06:29:41.989Z Downloaded foreign-types-shared v0.3.1
6112026-05-26T06:29:41.992Z Downloaded foreign-types-shared v0.1.1
6122026-05-26T06:29:41.992Z Downloaded foreign-types-macros v0.2.3
6132026-05-26T06:29:41.992Z Downloaded funty v2.0.0
6142026-05-26T06:29:41.992Z Downloaded float-ord v0.3.2
6152026-05-26T06:29:41.993Z Downloaded dunce v1.0.5
6162026-05-26T06:29:41.996Z Downloaded bzip2 v0.6.1
6172026-05-26T06:29:41.996Z Downloaded defmt-macros v1.0.1
6182026-05-26T06:29:41.999Z Downloaded critical-section v1.2.0
6192026-05-26T06:29:41.999Z Downloaded dtrace-parser v0.3.0
6202026-05-26T06:29:41.999Z Downloaded base64 v0.22.1
6212026-05-26T06:29:42.002Z Downloaded foreign-types v0.3.2
6222026-05-26T06:29:42.002Z Downloaded display-error-chain v0.2.2
6232026-05-26T06:29:42.002Z Downloaded deranged v0.5.8
6242026-05-26T06:29:42.005Z Downloaded derive_builder_core v0.20.2
6252026-05-26T06:29:42.008Z Downloaded git-stub v1.0.0
6262026-05-26T06:29:42.008Z Downloaded ghash v0.5.1
6272026-05-26T06:29:42.008Z Downloaded fallible-iterator v0.2.0
6282026-05-26T06:29:42.011Z Downloaded futures-sink v0.3.32
6292026-05-26T06:29:42.011Z Downloaded dof v0.4.0
6302026-05-26T06:29:42.014Z Downloaded cfg_aliases v0.1.1
6312026-05-26T06:29:42.018Z Downloaded dyn-clone v1.0.20
6322026-05-26T06:29:42.018Z Downloaded corncobs v0.1.4
6332026-05-26T06:29:42.021Z Downloaded flagset v0.4.7
6342026-05-26T06:29:42.021Z Downloaded endian-type v0.1.2
6352026-05-26T06:29:42.024Z Downloaded bitflags v1.3.2
6362026-05-26T06:29:42.027Z Downloaded globwalk v0.9.1
6372026-05-26T06:29:42.027Z Downloaded filetime v0.2.27
6382026-05-26T06:29:42.030Z Downloaded erased-serde v0.3.31
6392026-05-26T06:29:42.030Z Downloaded darling v0.23.0
6402026-05-26T06:29:42.033Z Downloaded futures-io v0.3.32
6412026-05-26T06:29:42.033Z Downloaded hash32 v0.2.1
6422026-05-26T06:29:42.036Z Downloaded hex v0.4.3
6432026-05-26T06:29:42.036Z Downloaded gethostname v0.5.0
6442026-05-26T06:29:42.036Z Downloaded fxhash v0.2.1
6452026-05-26T06:29:42.036Z Downloaded byte-wrapper v0.1.0
6462026-05-26T06:29:42.039Z Downloaded hex-literal v0.4.1
6472026-05-26T06:29:42.039Z Downloaded ahash v0.8.12
6482026-05-26T06:29:42.042Z Downloaded hash32 v0.3.1
6492026-05-26T06:29:42.042Z Downloaded cargo_metadata v0.19.2
6502026-05-26T06:29:42.045Z Downloaded headers-core v0.3.0
6512026-05-26T06:29:42.045Z Downloaded der_derive v0.7.3
6522026-05-26T06:29:42.045Z Downloaded buf-list v1.1.2
6532026-05-26T06:29:42.048Z Downloaded constant_time_eq v0.4.2
6542026-05-26T06:29:42.048Z Downloaded find-msvc-tools v0.1.9
6552026-05-26T06:29:42.051Z Downloaded defmt v1.0.1
6562026-05-26T06:29:42.052Z Downloaded ecdsa v0.16.9
6572026-05-26T06:29:42.055Z Downloaded cipher v0.4.4
6582026-05-26T06:29:42.055Z Downloaded cbc v0.1.2
6592026-05-26T06:29:42.058Z Downloaded cassowary v0.3.0
6602026-05-26T06:29:42.058Z Downloaded const_format_proc_macros v0.2.34
6612026-05-26T06:29:42.058Z Downloaded hostname v0.3.1
6622026-05-26T06:29:42.061Z Downloaded home v0.5.12
6632026-05-26T06:29:42.061Z Downloaded daft v0.1.7
6642026-05-26T06:29:42.061Z Downloaded ena v0.14.4
6652026-05-26T06:29:42.064Z Downloaded foldhash v0.1.5
6662026-05-26T06:29:42.064Z Downloaded fs-err v2.11.0
6672026-05-26T06:29:42.064Z Downloaded fs_extra v1.3.0
6682026-05-26T06:29:42.067Z Downloaded blake2 v0.10.6
6692026-05-26T06:29:42.067Z Downloaded data-encoding v2.10.0
6702026-05-26T06:29:42.070Z Downloaded http-body v1.0.1
6712026-05-26T06:29:42.070Z Downloaded hostname v0.4.2
6722026-05-26T06:29:42.070Z Downloaded daft-derive v0.1.7
6732026-05-26T06:29:42.073Z Downloaded cexpr v0.6.0
6742026-05-26T06:29:42.076Z Downloaded futures-task v0.3.32
6752026-05-26T06:29:42.076Z Downloaded futures-executor v0.3.32
6762026-05-26T06:29:42.076Z Downloaded http-range v0.1.5
6772026-05-26T06:29:42.079Z Downloaded ident_case v1.0.1
6782026-05-26T06:29:42.079Z Downloaded hyper-tls v0.6.0
6792026-05-26T06:29:42.079Z Downloaded darling v0.20.11
6802026-05-26T06:29:42.082Z Downloaded hubpack_derive v0.1.1
6812026-05-26T06:29:42.082Z Downloaded httpdate v1.0.3
6822026-05-26T06:29:42.082Z Downloaded group v0.13.0
6832026-05-26T06:29:42.085Z Downloaded colored v2.2.0
6842026-05-26T06:29:42.085Z Downloaded const-oid v0.9.6
6852026-05-26T06:29:42.089Z Downloaded console v0.16.2
6862026-05-26T06:29:42.089Z Downloaded cookie v0.18.1
6872026-05-26T06:29:42.091Z Downloaded bit-vec v0.8.0
6882026-05-26T06:29:42.091Z Downloaded globset v0.4.18
6892026-05-26T06:29:42.095Z Downloaded futures-macro v0.3.32
6902026-05-26T06:29:42.095Z Downloaded instant v0.1.13
6912026-05-26T06:29:42.095Z Downloaded illumos-nvpair-sys v0.2.0
6922026-05-26T06:29:42.095Z Downloaded ff v0.13.1
6932026-05-26T06:29:42.098Z Downloaded console v0.15.11
6942026-05-26T06:29:42.098Z Downloaded instability v0.3.11
6952026-05-26T06:29:42.101Z Downloaded is_ci v1.2.0
6962026-05-26T06:29:42.101Z Downloaded darling v0.21.3
6972026-05-26T06:29:42.104Z Downloaded indent_write v2.2.0
6982026-05-26T06:29:42.104Z Downloaded illumos-nvpair v0.3.0
6992026-05-26T06:29:42.107Z Downloaded is-terminal v0.4.17
7002026-05-26T06:29:42.107Z Downloaded inout v0.1.4
7012026-05-26T06:29:42.108Z Downloaded colored v3.1.1
7022026-05-26T06:29:42.111Z Downloaded chacha20 v0.9.1
7032026-05-26T06:29:42.111Z Downloaded git-stub-vcs v0.1.0
7042026-05-26T06:29:42.111Z Downloaded cancel-safe-futures v0.1.5
7052026-05-26T06:29:42.114Z Downloaded backon v1.6.0
7062026-05-26T06:29:42.114Z Downloaded hubpack v0.1.2
7072026-05-26T06:29:42.117Z Downloaded camino-tempfile-ext v0.3.3
7082026-05-26T06:29:42.117Z Downloaded derive_builder v0.20.2
7092026-05-26T06:29:42.121Z Downloaded indoc v1.0.9
7102026-05-26T06:29:42.124Z Downloaded bitfield v0.19.4
7112026-05-26T06:29:42.124Z Downloaded bcs v0.1.6
7122026-05-26T06:29:42.124Z Downloaded csv-core v0.1.13
7132026-05-26T06:29:42.127Z Downloaded crossbeam-utils v0.8.21
7142026-05-26T06:29:42.127Z Downloaded internet-checksum v0.2.1
7152026-05-26T06:29:42.127Z Downloaded chacha20poly1305 v0.10.1
7162026-05-26T06:29:42.130Z Downloaded compression-codecs v0.4.37
7172026-05-26T06:29:42.130Z Downloaded highway v1.3.0
7182026-05-26T06:29:42.133Z Downloaded lazy_static v1.5.0
7192026-05-26T06:29:42.133Z Downloaded env_logger v0.11.9
7202026-05-26T06:29:42.136Z Downloaded diesel-dtrace v0.5.0
7212026-05-26T06:29:42.136Z Downloaded blowfish v0.9.1
7222026-05-26T06:29:42.139Z Downloaded getrandom v0.2.17
7232026-05-26T06:29:42.142Z Downloaded humantime v2.3.0
7242026-05-26T06:29:42.142Z Downloaded kstat-rs v0.2.4
7252026-05-26T06:29:42.147Z Downloaded md5 v0.7.0
7262026-05-26T06:29:42.150Z Downloaded lru-cache v0.1.2
7272026-05-26T06:29:42.150Z Downloaded crc-any v2.5.0
7282026-05-26T06:29:42.153Z Downloaded linked-hash-map v0.5.6
7292026-05-26T06:29:42.153Z Downloaded libscf-sys v1.1.0
7302026-05-26T06:29:42.153Z Downloaded lalrpop-util v0.19.12
7312026-05-26T06:29:42.153Z Downloaded bzip2 v0.4.4
7322026-05-26T06:29:42.156Z Downloaded managed v0.8.0
7332026-05-26T06:29:42.159Z Downloaded hyper-staticfile v0.10.1
7342026-05-26T06:29:42.162Z Downloaded derive_more v0.99.20
7352026-05-26T06:29:42.162Z Downloaded multimap v0.10.1
7362026-05-26T06:29:42.165Z Downloaded http-body-util v0.1.3
7372026-05-26T06:29:42.165Z Downloaded newtype_derive v0.1.6
7382026-05-26T06:29:42.165Z Downloaded normalize-line-endings v0.3.0
7392026-05-26T06:29:42.168Z Downloaded nodrop v0.1.14
7402026-05-26T06:29:42.169Z Downloaded lru-slab v0.1.2
7412026-05-26T06:29:42.169Z Downloaded half v1.8.3
7422026-05-26T06:29:42.172Z Downloaded futures-channel v0.3.32
7432026-05-26T06:29:42.175Z Downloaded match_cfg v0.1.0
7442026-05-26T06:29:42.175Z Downloaded lzss v0.8.2
7452026-05-26T06:29:42.175Z Downloaded mime v0.3.17
7462026-05-26T06:29:42.178Z Downloaded md-5 v0.10.6
7472026-05-26T06:29:42.178Z Downloaded clang-sys v1.8.1
7482026-05-26T06:29:42.181Z Downloaded maybe-uninit v2.0.0
7492026-05-26T06:29:42.181Z Downloaded newline-converter v0.3.0
7502026-05-26T06:29:42.181Z Downloaded new_debug_unreachable v1.0.6
7512026-05-26T06:29:42.181Z Downloaded memoffset v0.9.1
7522026-05-26T06:29:42.184Z Downloaded crossbeam-epoch v0.9.18
7532026-05-26T06:29:42.184Z Downloaded newtype-uuid-macros v0.1.0
7542026-05-26T06:29:42.184Z Downloaded der v0.7.10
7552026-05-26T06:29:42.187Z Downloaded cookie_store v0.22.1
7562026-05-26T06:29:42.190Z Downloaded chacha20 v0.10.0
7572026-05-26T06:29:42.193Z Downloaded num-conv v0.2.0
7582026-05-26T06:29:42.193Z Downloaded glob v0.3.3
7592026-05-26T06:29:42.193Z Downloaded compact_str v0.8.1
7602026-05-26T06:29:42.197Z Downloaded bytes v1.11.1
7612026-05-26T06:29:42.200Z Downloaded keccak v0.1.6
7622026-05-26T06:29:42.200Z Downloaded hmac v0.12.1
7632026-05-26T06:29:42.200Z Downloaded libefi-sys v0.1.0
7642026-05-26T06:29:42.200Z Downloaded ipnet v2.11.0
7652026-05-26T06:29:42.203Z Downloaded ingot v0.1.1
7662026-05-26T06:29:42.203Z Downloaded num_threads v0.1.7
7672026-05-26T06:29:42.203Z Downloaded num_enum_derive v0.5.11
7682026-05-26T06:29:42.207Z Downloaded jobserver v0.1.34
7692026-05-26T06:29:42.207Z Downloaded ipnetwork v0.21.1
7702026-05-26T06:29:42.207Z Downloaded indoc v2.0.7
7712026-05-26T06:29:42.210Z Downloaded num v0.4.3
7722026-05-26T06:29:42.210Z Downloaded nonempty v0.12.0
7732026-05-26T06:29:42.210Z Downloaded opaque-debug v0.3.1
7742026-05-26T06:29:42.213Z Downloaded futures v0.3.32
7752026-05-26T06:29:42.216Z Downloaded lock_api v0.4.14
7762026-05-26T06:29:42.216Z Downloaded libloading v0.8.9
7772026-05-26T06:29:42.219Z Downloaded impl-trait-for-tuples v0.2.3
7782026-05-26T06:29:42.219Z Downloaded dropshot_endpoint v0.17.0
7792026-05-26T06:29:42.222Z Downloaded olpc-cjson v0.1.4
7802026-05-26T06:29:42.222Z Downloaded openssl-probe v0.1.6
7812026-05-26T06:29:42.222Z Downloaded openssl-macros v0.1.1
7822026-05-26T06:29:42.225Z Downloaded hyper-rustls v0.27.7
7832026-05-26T06:29:42.225Z Downloaded foldhash v0.2.0
7842026-05-26T06:29:42.225Z Downloaded ar_archive_writer v0.5.1
7852026-05-26T06:29:42.228Z Downloaded maplit v1.0.2
7862026-05-26T06:29:42.228Z Downloaded lru v0.12.5
7872026-05-26T06:29:42.232Z Downloaded linear-map v1.2.0
7882026-05-26T06:29:42.232Z Downloaded libsw-core v0.3.2
7892026-05-26T06:29:42.232Z Downloaded libsw v3.5.0
7902026-05-26T06:29:42.235Z Downloaded oso-derive v0.27.3
7912026-05-26T06:29:42.235Z Downloaded nibble_vec v0.1.0
7922026-05-26T06:29:42.235Z Downloaded native-tls v0.2.18
7932026-05-26T06:29:42.238Z Downloaded openssl-probe v0.2.1
7942026-05-26T06:29:42.238Z Downloaded nanorand v0.7.0
7952026-05-26T06:29:42.238Z Downloaded darling_core v0.23.0
7962026-05-26T06:29:42.241Z Downloaded fatfs v0.3.6
7972026-05-26T06:29:42.244Z Downloaded ingot-types v0.1.2
7982026-05-26T06:29:42.244Z Downloaded elliptic-curve v0.13.8
7992026-05-26T06:29:42.247Z Downloaded derive-where v1.6.0
8002026-05-26T06:29:42.251Z Downloaded darling_core v0.21.3
8012026-05-26T06:29:42.254Z Downloaded newtype-uuid v1.3.2
8022026-05-26T06:29:42.254Z Downloaded const_format v0.2.35
8032026-05-26T06:29:42.257Z Downloaded darling_core v0.20.11
8042026-05-26T06:29:42.260Z Downloaded parse-size v1.1.0
8052026-05-26T06:29:42.260Z Downloaded num-derive v0.4.2
8062026-05-26T06:29:42.263Z Downloaded drift v0.2.0
8072026-05-26T06:29:42.266Z Downloaded parse-display v0.10.0
8082026-05-26T06:29:42.269Z Downloaded base64 v0.21.7
8092026-05-26T06:29:42.272Z Downloaded num-derive v0.3.3
8102026-05-26T06:29:42.272Z Downloaded num-complex v0.4.6
8112026-05-26T06:29:42.273Z Downloaded multer v3.1.0
8122026-05-26T06:29:42.276Z Downloaded num_enum v0.7.5
8132026-05-26T06:29:42.279Z Downloaded peg-runtime v0.8.5
8142026-05-26T06:29:42.279Z Downloaded num_enum v0.5.11
8152026-05-26T06:29:42.282Z Downloaded num-rational v0.4.2
8162026-05-26T06:29:42.282Z Downloaded pbkdf2 v0.11.0
8172026-05-26T06:29:42.285Z Downloaded num_enum_derive v0.7.5
8182026-05-26T06:29:42.285Z Downloaded path-slash v0.1.5
8192026-05-26T06:29:42.285Z Downloaded litrs v1.0.0
8202026-05-26T06:29:42.288Z Downloaded num-iter v0.1.45
8212026-05-26T06:29:42.288Z Downloaded num-integer v0.1.46
8222026-05-26T06:29:42.304Z Downloaded phf_shared v0.12.1
8232026-05-26T06:29:42.307Z Downloaded phf_shared v0.11.3
8242026-05-26T06:29:42.307Z Downloaded ingot-macros v0.1.1
8252026-05-26T06:29:42.307Z Downloaded httparse v1.10.1
8262026-05-26T06:29:42.310Z Downloaded half v2.7.1
8272026-05-26T06:29:42.310Z Downloaded iana-time-zone v0.1.65
8282026-05-26T06:29:42.313Z Downloaded owo-colors v4.3.0
8292026-05-26T06:29:42.313Z Downloaded getrandom v0.3.4
8302026-05-26T06:29:42.316Z Downloaded pin-utils v0.1.0
8312026-05-26T06:29:42.316Z Downloaded phf_shared v0.13.1
8322026-05-26T06:29:42.319Z Downloaded dropshot_endpoint v0.16.7
8332026-05-26T06:29:42.319Z Downloaded proc-macro-error-attr2 v2.0.0
8342026-05-26T06:29:42.322Z Downloaded predicates-core v1.0.10
8352026-05-26T06:29:42.322Z Downloaded flate2 v1.1.9
8362026-05-26T06:29:42.325Z Downloaded heapless v0.8.0
8372026-05-26T06:29:42.328Z Downloaded crossbeam-channel v0.5.15
8382026-05-26T06:29:42.331Z Downloaded oxnet v0.1.4
8392026-05-26T06:29:42.331Z Downloaded predicates-tree v1.0.13
8402026-05-26T06:29:42.334Z Downloaded packed_struct_codegen v0.10.1
8412026-05-26T06:29:42.334Z Downloaded packed_struct v0.10.1
8422026-05-26T06:29:42.334Z Downloaded mime_guess v2.0.5
8432026-05-26T06:29:42.337Z Downloaded powerfmt v0.2.0
8442026-05-26T06:29:42.337Z Downloaded memmap2 v0.9.10
8452026-05-26T06:29:42.337Z Downloaded precomputed-hash v0.1.1
8462026-05-26T06:29:42.340Z Downloaded parse-display-derive v0.10.0
8472026-05-26T06:29:42.340Z Downloaded proc-macro-crate v3.4.0
8482026-05-26T06:29:42.341Z Downloaded aes-gcm v0.10.3
8492026-05-26T06:29:42.344Z Downloaded proc-macro-crate v1.3.1
8502026-05-26T06:29:42.344Z Downloaded parking_lot_core v0.8.6
8512026-05-26T06:29:42.347Z Downloaded progenitor-macro v0.13.0
8522026-05-26T06:29:42.347Z Downloaded progenitor-macro v0.11.2
8532026-05-26T06:29:42.350Z Downloaded psl-types v2.0.11
8542026-05-26T06:29:42.350Z Downloaded progenitor-client v0.14.0
8552026-05-26T06:29:42.350Z Downloaded progenitor-client v0.11.2
8562026-05-26T06:29:42.353Z Downloaded progenitor-macro v0.14.0
8572026-05-26T06:29:42.356Z Downloaded pem-rfc7468 v0.7.0
8582026-05-26T06:29:42.356Z Downloaded pem v3.0.6
8592026-05-26T06:29:42.359Z Downloaded heapless v0.7.17
8602026-05-26T06:29:42.359Z Downloaded headers v0.4.1
8612026-05-26T06:29:42.362Z Downloaded pkcs8 v0.10.2
8622026-05-26T06:29:42.365Z Downloaded pin-project-lite v0.2.17
8632026-05-26T06:29:42.368Z Downloaded nu-ansi-term v0.50.3
8642026-05-26T06:29:42.371Z Downloaded poly1305 v0.8.0
8652026-05-26T06:29:42.371Z Downloaded progenitor-macro v0.10.0
8662026-05-26T06:29:42.371Z Downloaded pbkdf2 v0.12.2
8672026-05-26T06:29:42.375Z Downloaded radium v0.7.0
8682026-05-26T06:29:42.375Z Downloaded quick-error v1.2.3
8692026-05-26T06:29:42.375Z Downloaded password-hash v0.4.2
8702026-05-26T06:29:42.378Z Downloaded oxide-tokio-rt v0.1.4
8712026-05-26T06:29:42.378Z Downloaded bumpalo v3.20.2
8722026-05-26T06:29:42.381Z Downloaded phf v0.12.1
8732026-05-26T06:29:42.381Z Downloaded peg-macros v0.8.5
8742026-05-26T06:29:42.381Z Downloaded rand_chacha v0.3.1
8752026-05-26T06:29:42.384Z Downloaded postgres-protocol v0.6.10
8762026-05-26T06:29:42.384Z Downloaded predicates v3.1.4
8772026-05-26T06:29:42.384Z Downloaded crypto-bigint v0.5.5
8782026-05-26T06:29:42.388Z Downloaded rand_xorshift v0.4.0
8792026-05-26T06:29:42.391Z Downloaded recursive-proc-macro-impl v0.1.1
8802026-05-26T06:29:42.391Z Downloaded pin-project-internal v1.1.11
8812026-05-26T06:29:42.391Z Downloaded omicron-zone-package v0.12.2
8822026-05-26T06:29:42.394Z Downloaded indexmap v1.9.3
8832026-05-26T06:29:42.397Z Downloaded peg v0.8.5
8842026-05-26T06:29:42.397Z Downloaded progenitor v0.14.0
8852026-05-26T06:29:42.400Z Downloaded progenitor v0.11.2
8862026-05-26T06:29:42.400Z Downloaded hickory-resolver v0.24.4
8872026-05-26T06:29:42.404Z Downloaded phf v0.13.1
8882026-05-26T06:29:42.404Z Downloaded progenitor v0.13.0
8892026-05-26T06:29:42.407Z Downloaded progenitor v0.10.0
8902026-05-26T06:29:42.407Z Downloaded paste v1.0.15
8912026-05-26T06:29:42.410Z Downloaded parking_lot_core v0.9.12
8922026-05-26T06:29:42.410Z Downloaded ref-cast-impl v1.0.25
8932026-05-26T06:29:42.410Z Downloaded flume v0.11.1
8942026-05-26T06:29:42.413Z Downloaded progenitor-extras v0.2.0
8952026-05-26T06:29:42.413Z Downloaded progenitor-client v0.13.0
8962026-05-26T06:29:42.413Z Downloaded derive_more v2.1.1
8972026-05-26T06:29:42.420Z Downloaded rfc6979 v0.4.0
8982026-05-26T06:29:42.423Z Downloaded ref-cast v1.0.25
8992026-05-26T06:29:42.423Z Downloaded recursive v0.1.1
9002026-05-26T06:29:42.426Z Downloaded ppv-lite86 v0.2.21
9012026-05-26T06:29:42.426Z Downloaded progenitor-client v0.10.0
9022026-05-26T06:29:42.426Z Downloaded primeorder v0.13.6
9032026-05-26T06:29:42.429Z Downloaded polyval v0.6.2
9042026-05-26T06:29:42.429Z Downloaded parking_lot v0.12.5
9052026-05-26T06:29:42.432Z Downloaded libbz2-rs-sys v0.2.2
9062026-05-26T06:29:42.432Z Downloaded r2d2 v0.8.10
9072026-05-26T06:29:42.432Z Downloaded miniz_oxide v0.8.9
9082026-05-26T06:29:42.436Z Downloaded ignore v0.4.25
9092026-05-26T06:29:42.436Z Downloaded cc v1.2.56
9102026-05-26T06:29:42.439Z Downloaded parking_lot v0.11.2
9112026-05-26T06:29:42.442Z Downloaded rand_core v0.10.0
9122026-05-26T06:29:42.442Z Downloaded proc-macro-error2 v2.0.1
9132026-05-26T06:29:42.442Z Downloaded postcard v1.1.3
9142026-05-26T06:29:42.445Z Downloaded p256 v0.13.2
9152026-05-26T06:29:42.446Z Downloaded rustc_version v0.4.1
9162026-05-26T06:29:42.448Z Downloaded rustc_version v0.1.7
9172026-05-26T06:29:42.448Z Downloaded async-compression v0.4.41
9182026-05-26T06:29:42.451Z Downloaded password-hash v0.5.0
9192026-05-26T06:29:42.455Z Downloaded rand_seeder v0.4.0
9202026-05-26T06:29:42.455Z Downloaded aes v0.8.4
9212026-05-26T06:29:42.458Z Downloaded rand_core v0.6.4
9222026-05-26T06:29:42.461Z Downloaded papergrid v0.17.0
9232026-05-26T06:29:42.464Z Downloaded russh-cryptovec v0.7.3
9242026-05-26T06:29:42.467Z Downloaded rtoolbox v0.0.3
9252026-05-26T06:29:42.467Z Downloaded rustc-hash v2.1.1
9262026-05-26T06:29:42.467Z Downloaded same-file v1.0.6
9272026-05-26T06:29:42.470Z Downloaded salsa20 v0.10.2
9282026-05-26T06:29:42.474Z Downloaded expectorate v1.2.0
9292026-05-26T06:29:42.481Z Downloaded scrypt v0.11.0
9302026-05-26T06:29:42.488Z Downloaded oso v0.27.3
9312026-05-26T06:29:42.491Z Downloaded resolv-conf v0.7.6
9322026-05-26T06:29:42.495Z Downloaded pkcs1 v0.7.5
9332026-05-26T06:29:42.498Z Downloaded secrecy v0.10.3
9342026-05-26T06:29:42.498Z Downloaded rand_chacha v0.9.0
9352026-05-26T06:29:42.498Z Downloaded pkcs5 v0.7.1
9362026-05-26T06:29:42.501Z Downloaded serde-big-array v0.5.1
9372026-05-26T06:29:42.501Z Downloaded semver v0.1.20
9382026-05-26T06:29:42.504Z Downloaded minimal-lexical v0.2.1
9392026-05-26T06:29:42.504Z Downloaded ed25519-dalek v2.2.0
9402026-05-26T06:29:42.507Z Downloaded postgres-types v0.2.12
9412026-05-26T06:29:42.510Z Downloaded sapling-renderdag v0.1.0
9422026-05-26T06:29:42.513Z Downloaded rand_core v0.9.5
9432026-05-26T06:29:42.513Z Downloaded rustls-native-certs v0.8.3
9442026-05-26T06:29:42.516Z Downloaded scheduled-thread-pool v0.2.7
9452026-05-26T06:29:42.519Z Downloaded serde_urlencoded v0.7.1
9462026-05-26T06:29:42.519Z Downloaded serde_repr v0.1.20
9472026-05-26T06:29:42.523Z Downloaded serde_plain v1.0.2
9482026-05-26T06:29:42.523Z Downloaded serde_bytes v0.11.19
9492026-05-26T06:29:42.526Z Downloaded scroll_derive v0.13.1
9502026-05-26T06:29:42.526Z Downloaded shell-words v1.1.1
9512026-05-26T06:29:42.526Z Downloaded secrecy v0.8.0
9522026-05-26T06:29:42.529Z Downloaded scopeguard v1.2.0
9532026-05-26T06:29:42.529Z Downloaded seq-macro v0.3.6
9542026-05-26T06:29:42.540Z Downloaded indicatif v0.18.4
9552026-05-26T06:29:42.543Z Downloaded jiff-static v0.2.21
9562026-05-26T06:29:42.548Z Downloaded quinn-udp v0.5.14
9572026-05-26T06:29:42.551Z Downloaded signal-hook-mio v0.2.5
9582026-05-26T06:29:42.558Z Downloaded sha1 v0.10.6
9592026-05-26T06:29:42.561Z Downloaded hickory-server v0.25.2
9602026-05-26T06:29:42.565Z Downloaded signature v2.2.0
9612026-05-26T06:29:42.565Z Downloaded progenitor-impl v0.13.0
9622026-05-26T06:29:42.568Z Downloaded siphasher v1.0.2
9632026-05-26T06:29:42.568Z Downloaded slog-envlogger v2.2.0
9642026-05-26T06:29:42.568Z Downloaded slog-bunyan v2.5.0
9652026-05-26T06:29:42.568Z Downloaded sigpipe v0.1.3
9662026-05-26T06:29:42.571Z Downloaded signal-hook-tokio v0.3.1
9672026-05-26T06:29:42.579Z Downloaded sct v0.7.1
9682026-05-26T06:29:42.582Z Downloaded hickory-resolver v0.25.2
9692026-05-26T06:29:42.585Z Downloaded pin-project v1.1.11
9702026-05-26T06:29:42.590Z Downloaded rustls-pemfile v2.2.0
9712026-05-26T06:29:42.593Z Downloaded crossterm v0.28.1
9722026-05-26T06:29:42.596Z Downloaded pkg-config v0.3.32
9732026-05-26T06:29:42.599Z Downloaded derive_more-impl v2.1.1
9742026-05-26T06:29:42.602Z Downloaded openssl-sys v0.9.115
9752026-05-26T06:29:42.605Z Downloaded serde_spanned v1.0.4
9762026-05-26T06:29:42.605Z Downloaded rustls-pemfile v1.0.4
9772026-05-26T06:29:42.608Z Downloaded serde_derive_internals v0.29.1
9782026-05-26T06:29:42.608Z Downloaded progenitor-impl v0.11.2
9792026-05-26T06:29:42.608Z Downloaded scroll v0.13.0
9802026-05-26T06:29:42.611Z Downloaded schemars_derive v0.8.22
9812026-05-26T06:29:42.611Z Downloaded progenitor-impl v0.10.0
9822026-05-26T06:29:42.614Z Downloaded serde_path_to_error v0.1.20
9832026-05-26T06:29:42.614Z Downloaded rcgen v0.12.1
9842026-05-26T06:29:42.614Z Downloaded sec1 v0.7.3
9852026-05-26T06:29:42.618Z Downloaded serde-hex v0.1.0
9862026-05-26T06:29:42.621Z Downloaded ssh-cipher v0.2.0
9872026-05-26T06:29:42.630Z Downloaded psm v0.1.30
9882026-05-26T06:29:42.633Z Downloaded progenitor-impl v0.14.0
9892026-05-26T06:29:42.636Z Downloaded strip-ansi-escapes v0.2.1
9902026-05-26T06:29:42.636Z Downloaded sqlparser_derive v0.5.0
9912026-05-26T06:29:42.636Z Downloaded strum v0.27.2
9922026-05-26T06:29:42.636Z Downloaded shlex v1.3.0
9932026-05-26T06:29:42.639Z Downloaded hashbrown v0.13.2
9942026-05-26T06:29:42.642Z Downloaded hashbrown v0.12.3
9952026-05-26T06:29:42.645Z Downloaded russh-keys v0.45.0
9962026-05-26T06:29:42.648Z Downloaded simd-adler32 v0.3.8
9972026-05-26T06:29:42.648Z Downloaded slab v0.4.12
9982026-05-26T06:29:42.648Z Downloaded signal-hook-registry v1.4.8
9992026-05-26T06:29:42.651Z Downloaded strum v0.26.3
10002026-05-26T06:29:42.651Z Downloaded structmeta v0.3.0
10012026-05-26T06:29:42.651Z Downloaded slog-dtrace v0.3.0
10022026-05-26T06:29:42.654Z Downloaded subtle v2.6.1
10032026-05-26T06:29:42.654Z Downloaded structmeta-derive v0.3.0
10042026-05-26T06:29:42.654Z Downloaded supports-color v3.0.2
10052026-05-26T06:29:42.659Z Downloaded rustls-pki-types v1.14.0
10062026-05-26T06:29:42.662Z Downloaded slog-scope v4.4.1
10072026-05-26T06:29:42.666Z Downloaded slog-json v2.6.1
10082026-05-26T06:29:42.666Z Downloaded smf v0.2.3
10092026-05-26T06:29:42.666Z Downloaded slog-term v2.9.2
10102026-05-26T06:29:42.669Z Downloaded slog-stdlog v4.1.1
10112026-05-26T06:29:42.669Z Downloaded tagptr v0.2.0
10122026-05-26T06:29:42.669Z Downloaded tabled_derive v0.11.0
10132026-05-26T06:29:42.669Z Downloaded snafu-derive v0.8.9
10142026-05-26T06:29:42.672Z Downloaded mio v1.2.0
10152026-05-26T06:29:42.675Z Downloaded http v1.4.0
10162026-05-26T06:29:42.675Z Downloaded rustversion v1.0.22
10172026-05-26T06:29:42.678Z Downloaded serde_cbor v0.11.2
10182026-05-26T06:29:42.681Z Downloaded sqlformat v0.3.5
10192026-05-26T06:29:42.681Z Downloaded sync_wrapper v1.0.2
10202026-05-26T06:29:42.682Z Downloaded sync-ptr v0.1.4
10212026-05-26T06:29:42.682Z Downloaded tabwriter v1.4.1
10222026-05-26T06:29:42.685Z Downloaded serde_with_macros v3.17.0
10232026-05-26T06:29:42.685Z Downloaded termtree v0.5.1
10242026-05-26T06:29:42.688Z Downloaded take_mut v0.2.2
10252026-05-26T06:29:42.688Z Downloaded pretty_assertions v1.4.1
10262026-05-26T06:29:42.688Z Downloaded prefix-trie v0.7.0
10272026-05-26T06:29:42.691Z Downloaded hyper-util v0.1.20
10282026-05-26T06:29:42.694Z Downloaded rusty-fork v0.3.1
10292026-05-26T06:29:42.697Z Downloaded rayon-core v1.13.0
10302026-05-26T06:29:42.697Z Downloaded ssh-encoding v0.2.0
10312026-05-26T06:29:42.700Z Downloaded spki v0.7.3
10322026-05-26T06:29:42.700Z Downloaded hashbrown v0.15.5
10332026-05-26T06:29:42.703Z Downloaded testing_table v0.3.0
10342026-05-26T06:29:42.703Z Downloaded tap v1.0.1
10352026-05-26T06:29:42.707Z Downloaded thread-id v5.1.0
10362026-05-26T06:29:42.707Z Downloaded ryu v1.0.23
10372026-05-26T06:29:42.707Z Downloaded nom v7.1.3
10382026-05-26T06:29:42.710Z Downloaded string_cache v0.8.9
10392026-05-26T06:29:42.713Z Downloaded tinyvec_macros v0.1.1
10402026-05-26T06:29:42.713Z Downloaded diesel_derives v2.3.7
10412026-05-26T06:29:42.719Z Downloaded itertools v0.10.5
10422026-05-26T06:29:42.724Z Downloaded strum_macros v0.24.3
10432026-05-26T06:29:42.727Z Downloaded ron v0.8.1
10442026-05-26T06:29:42.730Z Downloaded thiserror-impl-no-std v2.0.2
10452026-05-26T06:29:42.730Z Downloaded time-core v0.1.8
10462026-05-26T06:29:42.730Z Downloaded libxml v0.3.3
10472026-05-26T06:29:42.733Z Downloaded support-bundle-viewer v0.1.2
10482026-05-26T06:29:42.736Z Downloaded stringprep v0.1.5
10492026-05-26T06:29:42.736Z Downloaded tokio-macros v2.7.0
10502026-05-26T06:29:42.736Z Downloaded smallvec v0.6.14
10512026-05-26T06:29:42.739Z Downloaded rand v0.8.6
10522026-05-26T06:29:42.743Z Downloaded dropshot-api-manager v0.7.2
10532026-05-26T06:29:42.746Z Downloaded qorb v0.4.1
10542026-05-26T06:29:42.746Z Downloaded publicsuffix v2.3.0
10552026-05-26T06:29:42.750Z Downloaded spin v0.9.8
10562026-05-26T06:29:42.753Z Downloaded slog-async v2.8.0
10572026-05-26T06:29:42.758Z Downloaded topological-sort v0.2.2
10582026-05-26T06:29:42.761Z Downloaded termios v0.3.3
10592026-05-26T06:29:42.761Z Downloaded stacker v0.1.23
10602026-05-26T06:29:42.764Z Downloaded strum_macros v0.27.2
10612026-05-26T06:29:42.777Z Downloaded rustls-platform-verifier v0.6.2
10622026-05-26T06:29:42.782Z Downloaded static_assertions v1.1.0
10632026-05-26T06:29:42.785Z Downloaded signal-hook v0.3.18
10642026-05-26T06:29:42.788Z Downloaded tower-service v0.3.3
10652026-05-26T06:29:42.788Z Downloaded trait-variant v0.1.2
10662026-05-26T06:29:42.788Z Downloaded tower-layer v0.3.3
10672026-05-26T06:29:42.788Z Downloaded schemars v0.8.22
10682026-05-26T06:29:42.794Z Downloaded schemars v0.9.0
10692026-05-26T06:29:42.801Z Downloaded try-lock v0.2.5
10702026-05-26T06:29:42.804Z Downloaded time-macros v0.2.27
10712026-05-26T06:29:42.804Z Downloaded thread_local v1.1.9
10722026-05-26T06:29:42.804Z Downloaded thiserror-no-std v2.0.2
10732026-05-26T06:29:42.808Z Downloaded strum_macros v0.26.4
10742026-05-26T06:29:42.811Z Downloaded iddqd v0.4.1
10752026-05-26T06:29:42.814Z Downloaded num-bigint v0.4.6
10762026-05-26T06:29:42.817Z Downloaded universal-hash v0.5.1
10772026-05-26T06:29:42.817Z Downloaded similar v2.7.0
10782026-05-26T06:29:42.820Z Downloaded hashbrown v0.16.1
10792026-05-26T06:29:42.823Z Downloaded unarray v0.1.4
10802026-05-26T06:29:42.826Z Downloaded typify-macro v0.4.3
10812026-05-26T06:29:42.826Z Downloaded tls_codec v0.4.2
10822026-05-26T06:29:42.826Z Downloaded untrusted v0.7.1
10832026-05-26T06:29:42.829Z Downloaded quinn v0.11.9
10842026-05-26T06:29:42.829Z Downloaded usdt-attr-macro v0.6.0
10852026-05-26T06:29:42.830Z Downloaded slog v2.8.2
10862026-05-26T06:29:42.832Z Downloaded crossterm v0.29.0
10872026-05-26T06:29:42.836Z Downloaded wait-timeout v0.2.1
10882026-05-26T06:29:42.839Z Downloaded rustls-webpki v0.103.9
10892026-05-26T06:29:42.839Z Downloaded itertools v0.14.0
10902026-05-26T06:29:42.842Z Downloaded unit-prefix v0.5.2
10912026-05-26T06:29:42.845Z Downloaded tokio-native-tls v0.3.1
10922026-05-26T06:29:42.846Z Downloaded tokio-dtrace v0.1.1
10932026-05-26T06:29:42.846Z Downloaded tls_codec_derive v0.4.2
10942026-05-26T06:29:42.849Z Downloaded hkdf v0.12.4
10952026-05-26T06:29:42.849Z Downloaded void v1.0.2
10962026-05-26T06:29:42.849Z Downloaded untrusted v0.9.0
10972026-05-26T06:29:42.852Z Downloaded samael v0.0.19
10982026-05-26T06:29:42.855Z Downloaded itertools v0.13.0
10992026-05-26T06:29:42.858Z Downloaded waitgroup v0.1.2
11002026-05-26T06:29:42.858Z Downloaded tokio-rustls v0.25.0
11012026-05-26T06:29:42.861Z Downloaded tui-tree-widget v0.23.1
11022026-05-26T06:29:42.861Z Downloaded utf-8 v0.7.6
11032026-05-26T06:29:42.861Z Downloaded usdt-macro v0.6.0
11042026-05-26T06:29:42.864Z Downloaded typify-macro v0.6.2
11052026-05-26T06:29:42.864Z Downloaded usdt v0.6.0
11062026-05-26T06:29:42.864Z Downloaded aho-corasick v1.1.4
11072026-05-26T06:29:42.868Z Downloaded want v0.3.1
11082026-05-26T06:29:42.868Z Downloaded num-bigint-dig v0.8.6
11092026-05-26T06:29:42.871Z Downloaded prettyplease v0.2.37
11102026-05-26T06:29:42.873Z Downloaded aws-lc-rs v1.16.3
11112026-05-26T06:29:42.877Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11122026-05-26T06:29:42.880Z Downloaded socket2 v0.6.3
11132026-05-26T06:29:42.880Z Downloaded tokio-tungstenite v0.21.0
11142026-05-26T06:29:42.883Z Downloaded toml_writer v1.0.6+spec-1.1.0
11152026-05-26T06:29:42.883Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11162026-05-26T06:29:42.883Z Downloaded tokio-tungstenite v0.23.1
11172026-05-26T06:29:42.886Z Downloaded term v1.2.1
11182026-05-26T06:29:42.889Z Downloaded xattr v1.6.1
11192026-05-26T06:29:42.889Z Downloaded socket2 v0.5.10
11202026-05-26T06:29:42.889Z Downloaded h2 v0.4.13
11212026-05-26T06:29:42.893Z Downloaded term v0.7.0
11222026-05-26T06:29:42.896Z Downloaded p521 v0.13.3
11232026-05-26T06:29:42.900Z Downloaded rand v0.10.0
11242026-05-26T06:29:42.903Z Downloaded rand v0.9.2
11252026-05-26T06:29:42.906Z Downloaded usdt-impl v0.6.0
11262026-05-26T06:29:42.906Z Downloaded rsa v0.9.10
11272026-05-26T06:29:42.909Z Downloaded xshell-macros v0.2.7
11282026-05-26T06:29:42.912Z Downloaded serde_yaml v0.9.34+deprecated
11292026-05-26T06:29:42.912Z Downloaded subprocess v0.2.15
11302026-05-26T06:29:42.915Z Downloaded zone v0.3.1
11312026-05-26T06:29:42.918Z Downloaded toml_parser v1.0.9+spec-1.1.0
11322026-05-26T06:29:42.926Z Downloaded hyper v1.8.1
11332026-05-26T06:29:42.931Z Downloaded tracing-attributes v0.1.31
11342026-05-26T06:29:42.934Z Downloaded tiny-keccak v2.0.2
11352026-05-26T06:29:42.934Z Downloaded unicode-truncate v1.1.0
11362026-05-26T06:29:42.934Z Downloaded zeroize_derive v1.4.3
11372026-05-26T06:29:42.938Z Downloaded test-strategy v0.4.5
11382026-05-26T06:29:42.942Z Downloaded tokio-rustls v0.24.1
11392026-05-26T06:29:42.946Z Downloaded uzers v0.12.2
11402026-05-26T06:29:42.949Z Downloaded tokio-rustls v0.26.4
11412026-05-26T06:29:42.949Z Downloaded vergen-lib v0.1.6
11422026-05-26T06:29:42.952Z Downloaded vergen-gitcl v1.0.8
11432026-05-26T06:29:42.952Z Downloaded twox-hash v2.1.2
11442026-05-26T06:29:42.955Z Downloaded zone_cfg_derive v0.3.1
11452026-05-26T06:29:42.958Z Downloaded tokio-stream v0.1.18
11462026-05-26T06:29:42.961Z Downloaded wyz v0.5.1
11472026-05-26T06:29:42.961Z Downloaded whoami v2.1.0
11482026-05-26T06:29:42.961Z Downloaded whoami v1.6.1
11492026-05-26T06:29:42.964Z Downloaded vsss-rs v3.3.4
11502026-05-26T06:29:42.967Z Downloaded snafu v0.8.9
11512026-05-26T06:29:42.971Z Downloaded toml v0.7.8
11522026-05-26T06:29:42.971Z Downloaded toml v0.9.12+spec-1.1.0
11532026-05-26T06:29:42.974Z Downloaded xshell v0.2.7
11542026-05-26T06:29:42.974Z Downloaded schemars v1.2.1
11552026-05-26T06:29:42.982Z Downloaded zeroize v1.8.2
11562026-05-26T06:29:42.985Z Downloaded walkdir v2.5.0
11572026-05-26T06:29:42.994Z Downloaded itertools v0.12.1
11582026-05-26T06:29:42.994Z Downloaded iri-string v0.7.10
11592026-05-26T06:29:42.998Z Downloaded blake3 v1.8.3
11602026-05-26T06:29:43.003Z Downloaded unicode-properties v0.1.4
11612026-05-26T06:29:43.003Z Downloaded tracing-core v0.1.36
11622026-05-26T06:29:43.006Z Downloaded tungstenite v0.21.0
11632026-05-26T06:29:43.009Z Downloaded libm v0.2.16
11642026-05-26T06:29:43.012Z Downloaded tinyvec v1.10.0
11652026-05-26T06:29:43.020Z Downloaded unicode-bidi v0.3.18
11662026-05-26T06:29:43.023Z Downloaded typify v0.6.2
11672026-05-26T06:29:43.026Z Downloaded vergen-git2 v1.0.7
11682026-05-26T06:29:43.026Z Downloaded vergen v9.0.6
11692026-05-26T06:29:43.029Z Downloaded zstd-safe v7.2.4
11702026-05-26T06:29:43.033Z Downloaded uuid v1.23.0
11712026-05-26T06:29:43.036Z Downloaded tar v0.4.45
11722026-05-26T06:29:43.036Z Downloaded steno v0.4.1
11732026-05-26T06:29:43.039Z Downloaded zerocopy v0.6.6
11742026-05-26T06:29:43.043Z Downloaded yasna v0.5.2
11752026-05-26T06:29:43.046Z Downloaded futures-util v0.3.32
11762026-05-26T06:29:43.051Z Downloaded vte v0.14.1
11772026-05-26T06:29:43.054Z Downloaded tungstenite v0.23.0
11782026-05-26T06:29:43.057Z Downloaded bitvec v1.0.1
11792026-05-26T06:29:43.063Z Downloaded unicase v2.9.0
11802026-05-26T06:29:43.066Z Downloaded reedline v0.40.0
11812026-05-26T06:29:43.069Z Downloaded zstd v0.13.3
11822026-05-26T06:29:43.072Z Downloaded tokio-postgres v0.7.16
11832026-05-26T06:29:43.075Z Downloaded unsafe-libyaml v0.2.11
11842026-05-26T06:29:43.075Z Downloaded typify v0.4.3
11852026-05-26T06:29:43.078Z Downloaded chrono v0.4.44
11862026-05-26T06:29:43.081Z Downloaded ssh-key v0.6.7
11872026-05-26T06:29:43.092Z Downloaded toml v1.0.6+spec-1.1.0
11882026-05-26T06:29:43.101Z Downloaded toml_edit v0.23.10+spec-1.0.0
11892026-05-26T06:29:43.106Z Downloaded russh v0.45.0
11902026-05-26T06:29:43.109Z Downloaded regex v1.12.3
11912026-05-26T06:29:43.115Z Downloaded rpassword v7.4.0
11922026-05-26T06:29:43.120Z Downloaded zopfli v0.8.3
11932026-05-26T06:29:43.120Z Downloaded reqwest v0.13.2
11942026-05-26T06:29:43.138Z Downloaded rustyline v14.0.0
11952026-05-26T06:29:43.146Z Downloaded toml_edit v0.19.15
11962026-05-26T06:29:43.156Z Downloaded lalrpop v0.19.12
11972026-05-26T06:29:43.161Z Downloaded bindgen v0.71.1
11982026-05-26T06:29:43.165Z Downloaded git2 v0.20.4
11992026-05-26T06:29:43.170Z Downloaded quick-xml v0.37.5
12002026-05-26T06:29:43.173Z Downloaded yansi v1.0.1
12012026-05-26T06:29:43.176Z Downloaded unicode_categories v0.1.1
12022026-05-26T06:29:43.180Z Downloaded zerocopy-derive v0.8.40
12032026-05-26T06:29:43.185Z Downloaded rustls-webpki v0.101.7
12042026-05-26T06:29:43.194Z Downloaded salty v0.3.0
12052026-05-26T06:29:43.199Z Downloaded x509-cert v0.2.5
12062026-05-26T06:29:43.202Z Downloaded portable-atomic v1.13.1
12072026-05-26T06:29:43.205Z Downloaded p384 v0.13.1
12082026-05-26T06:29:43.208Z Downloaded rayon v1.11.0
12092026-05-26T06:29:43.213Z Downloaded goblin v0.10.5
12102026-05-26T06:29:43.224Z Downloaded zip v0.6.6
12112026-05-26T06:29:43.227Z Downloaded typed-path v0.9.3
12122026-05-26T06:29:43.230Z Downloaded proptest v1.10.0
12132026-05-26T06:29:43.234Z Downloaded tokio-util v0.7.18
12142026-05-26T06:29:43.238Z Downloaded serde_with v3.17.0
12152026-05-26T06:29:43.245Z Downloaded rustls-webpki v0.102.8
12162026-05-26T06:29:43.257Z Downloaded tower v0.5.3
12172026-05-26T06:29:43.262Z Downloaded unicode-normalization v0.1.25
12182026-05-26T06:29:43.265Z Downloaded reqwest v0.12.28
12192026-05-26T06:29:43.268Z Downloaded petname v2.0.2
12202026-05-26T06:29:43.271Z Downloaded unicode-segmentation v1.12.0
12212026-05-26T06:29:43.274Z Downloaded object v0.30.4
12222026-05-26T06:29:43.278Z Downloaded moka v0.12.13
12232026-05-26T06:29:43.297Z Downloaded nix v0.27.1
12242026-05-26T06:29:43.303Z Downloaded winnow v0.5.40
12252026-05-26T06:29:43.334Z Downloaded tough v0.22.0
12262026-05-26T06:29:43.341Z Downloaded openssl v0.10.79
12272026-05-26T06:29:43.355Z Downloaded curve25519-dalek v4.1.3
12282026-05-26T06:29:43.368Z Downloaded bstr v1.12.1
12292026-05-26T06:29:43.382Z Downloaded tower-http v0.6.8
12302026-05-26T06:29:43.390Z Downloaded vcpkg v0.2.15
12312026-05-26T06:29:43.414Z Downloaded zip v4.6.1
12322026-05-26T06:29:43.420Z Downloaded webpki-roots v1.0.6
12332026-05-26T06:29:43.427Z Downloaded openapiv3 v2.2.0
12342026-05-26T06:29:43.434Z Downloaded quinn-proto v0.11.13
12352026-05-26T06:29:43.448Z Downloaded zerocopy v0.8.40
12362026-05-26T06:29:43.454Z Downloaded rustls v0.22.4
12372026-05-26T06:29:43.461Z Downloaded winnow v0.6.26
12382026-05-26T06:29:43.466Z Downloaded radix_trie v0.2.1
12392026-05-26T06:29:43.469Z Downloaded regress v0.10.5
12402026-05-26T06:29:43.496Z Downloaded tabled v0.20.0
12412026-05-26T06:29:43.514Z Downloaded nix v0.29.0
12422026-05-26T06:29:43.519Z Downloaded nix v0.28.0
12432026-05-26T06:29:43.528Z Downloaded polar-core v0.27.3
12442026-05-26T06:29:43.534Z Downloaded dropshot v0.17.0
12452026-05-26T06:29:43.549Z Downloaded time v0.3.47
12462026-05-26T06:29:43.555Z Downloaded smoltcp v0.9.1
12472026-05-26T06:29:43.561Z Downloaded zlib-rs v0.6.2
12482026-05-26T06:29:43.564Z Downloaded hickory-proto v0.24.4
12492026-05-26T06:29:43.572Z Downloaded sled v0.34.7
12502026-05-26T06:29:43.578Z Downloaded nix v0.31.2
12512026-05-26T06:29:43.585Z Downloaded ratatui v0.29.0
12522026-05-26T06:29:43.596Z Downloaded rustls v0.21.12
12532026-05-26T06:29:43.602Z Downloaded typify-impl v0.6.2
12542026-05-26T06:29:43.609Z Downloaded object v0.37.3
12552026-05-26T06:29:43.616Z Downloaded bzip2-sys v0.1.13+1.0.8
12562026-05-26T06:29:43.622Z Downloaded typify-impl v0.4.3
12572026-05-26T06:29:43.630Z Downloaded tracing v0.1.44
12582026-05-26T06:29:43.640Z Downloaded zerocopy-derive v0.6.6
12592026-05-26T06:29:43.645Z Downloaded regress v0.11.1
12602026-05-26T06:29:43.650Z Downloaded hickory-proto v0.25.2
12612026-05-26T06:29:43.658Z Downloaded rustls v0.23.37
12622026-05-26T06:29:43.665Z Downloaded rustix v0.38.44
12632026-05-26T06:29:43.677Z Downloaded regex-syntax v0.8.10
12642026-05-26T06:29:43.681Z Downloaded chrono-tz v0.10.4
12652026-05-26T06:29:43.690Z Downloaded jiff v0.2.21
12662026-05-26T06:29:43.701Z Downloaded diesel v2.3.7
12672026-05-26T06:29:43.712Z Downloaded sqlparser v0.61.0
12682026-05-26T06:29:43.717Z Downloaded libz-sys v1.1.24
12692026-05-26T06:29:43.729Z Downloaded smoltcp v0.11.0
12702026-05-26T06:29:43.736Z Downloaded regex-syntax v0.6.29
12712026-05-26T06:29:43.739Z Downloaded dropshot v0.16.7
12722026-05-26T06:29:43.752Z Downloaded sha3 v0.10.8
12732026-05-26T06:29:43.788Z Downloaded regex-automata v0.4.14
12742026-05-26T06:29:43.805Z Downloaded petgraph v0.6.5
12752026-05-26T06:29:43.858Z Downloaded petgraph v0.8.3
12762026-05-26T06:29:43.871Z Downloaded libgit2-sys v0.18.3+1.9.2
12772026-05-26T06:29:43.919Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12782026-05-26T06:29:43.929Z Downloaded csv v1.4.0
12792026-05-26T06:29:43.959Z Downloaded tokio v1.52.1
12802026-05-26T06:29:44.008Z Downloaded encoding_rs v0.8.35
12812026-05-26T06:29:44.022Z Downloaded ring v0.17.14
12822026-05-26T06:29:44.420Z Downloaded aws-lc-sys v0.40.0
12832026-05-26T06:29:44.669Z Compiling libc v0.2.185
12842026-05-26T06:29:44.672Z Compiling serde v1.0.228
12852026-05-26T06:29:44.672Z Compiling log v0.4.29
12862026-05-26T06:29:44.672Z Compiling find-msvc-tools v0.1.9
12872026-05-26T06:29:44.672Z Compiling shlex v1.3.0
12882026-05-26T06:29:44.672Z Compiling smallvec v1.15.1
12892026-05-26T06:29:44.673Z Compiling typenum v1.19.0
12902026-05-26T06:29:44.673Z Compiling subtle v2.6.1
12912026-05-26T06:29:44.856Z Compiling generic-array v0.14.7
12922026-05-26T06:29:44.868Z Compiling scopeguard v1.2.0
12932026-05-26T06:29:44.914Z Compiling const-oid v0.9.6
12942026-05-26T06:29:44.917Z Compiling serde_json v1.0.149
12952026-05-26T06:29:44.929Z Compiling syn v2.0.117
12962026-05-26T06:29:44.941Z Compiling zerocopy v0.8.40
12972026-05-26T06:29:44.945Z Compiling pin-project-lite v0.2.17
12982026-05-26T06:29:44.945Z Compiling parking_lot_core v0.9.12
12992026-05-26T06:29:45.020Z Compiling lock_api v0.4.14
13002026-05-26T06:29:45.037Z Compiling portable-atomic v1.13.1
13012026-05-26T06:29:45.093Z Compiling pkg-config v0.3.32
13022026-05-26T06:29:45.097Z Compiling bitflags v2.11.0
13032026-05-26T06:29:45.097Z Compiling libm v0.2.16
13042026-05-26T06:29:45.151Z Compiling futures-core v0.3.32
13052026-05-26T06:29:45.156Z Compiling critical-section v1.2.0
13062026-05-26T06:29:45.195Z Compiling num-traits v0.2.19
13072026-05-26T06:29:45.236Z Compiling percent-encoding v2.3.2
13082026-05-26T06:29:45.309Z Compiling futures-sink v0.3.32
13092026-05-26T06:29:45.313Z Compiling slab v0.4.12
13102026-05-26T06:29:45.337Z Compiling getrandom v0.4.1
13112026-05-26T06:29:45.353Z Compiling cpufeatures v0.2.17
13122026-05-26T06:29:45.383Z Compiling futures-task v0.3.32
13132026-05-26T06:29:45.442Z Compiling futures-channel v0.3.32
13142026-05-26T06:29:45.466Z Compiling futures-io v0.3.32
13152026-05-26T06:29:45.480Z Compiling rand_core v0.10.0
13162026-05-26T06:29:45.483Z Compiling indexmap v2.14.0
13172026-05-26T06:29:45.523Z Compiling getrandom v0.3.4
13182026-05-26T06:29:45.571Z Compiling rustversion v1.0.22
13192026-05-26T06:29:45.619Z Compiling form_urlencoded v1.2.2
13202026-05-26T06:29:45.637Z Compiling dunce v1.0.5
13212026-05-26T06:29:45.661Z Compiling fs_extra v1.3.0
13222026-05-26T06:29:45.685Z Compiling ident_case v1.0.1
13232026-05-26T06:29:45.699Z Compiling base64ct v1.8.3
13242026-05-26T06:29:45.730Z Compiling rustix v1.1.3
13252026-05-26T06:29:45.747Z Compiling regex-syntax v0.8.10
13262026-05-26T06:29:45.747Z Compiling flagset v0.4.7
13272026-05-26T06:29:45.811Z Compiling getrandom v0.2.17
13282026-05-26T06:29:45.828Z Compiling jobserver v0.1.34
13292026-05-26T06:29:45.902Z Compiling errno v0.3.14
13302026-05-26T06:29:45.917Z Compiling mio v1.2.0
13312026-05-26T06:29:45.946Z Compiling socket2 v0.6.3
13322026-05-26T06:29:45.959Z Compiling rand_core v0.6.4
13332026-05-26T06:29:46.066Z Compiling cc v1.2.56
13342026-05-26T06:29:46.081Z Compiling signal-hook-registry v1.4.8
13352026-05-26T06:29:46.108Z Compiling parking_lot v0.12.5
13362026-05-26T06:29:46.123Z Compiling once_cell v1.21.3
13372026-05-26T06:29:46.222Z Compiling pem-rfc7468 v0.7.0
13382026-05-26T06:29:46.236Z Compiling iana-time-zone v0.1.65
13392026-05-26T06:29:46.266Z Compiling aws-lc-rs v1.16.3
13402026-05-26T06:29:46.364Z Compiling vcpkg v0.2.15
13412026-05-26T06:29:46.377Z Compiling tracing-core v0.1.36
13422026-05-26T06:29:46.411Z Compiling uuid v1.23.0
13432026-05-26T06:29:46.426Z Compiling rustc_version v0.4.1
13442026-05-26T06:29:46.465Z Compiling base64 v0.22.1
13452026-05-26T06:29:46.496Z Compiling httparse v1.10.1
13462026-05-26T06:29:46.548Z Compiling rand_core v0.9.5
13472026-05-26T06:29:46.583Z Compiling openssl-probe v0.2.1
13482026-05-26T06:29:46.635Z Compiling untrusted v0.7.1
13492026-05-26T06:29:46.656Z Compiling tinyvec_macros v0.1.1
13502026-05-26T06:29:46.736Z Compiling untrusted v0.9.0
13512026-05-26T06:29:46.764Z Compiling cmake v0.1.57
13522026-05-26T06:29:46.778Z Compiling tinyvec v1.10.0
13532026-05-26T06:29:46.778Z Compiling aho-corasick v1.1.4
13542026-05-26T06:29:46.807Z Compiling dyn-clone v1.0.20
13552026-05-26T06:29:46.832Z Compiling schemars v0.8.22
13562026-05-26T06:29:46.846Z Compiling try-lock v0.2.5
13572026-05-26T06:29:46.878Z Compiling rustls v0.23.37
13582026-05-26T06:29:46.916Z Compiling tower-service v0.3.3
13592026-05-26T06:29:46.930Z Compiling atomic-waker v1.1.2
13602026-05-26T06:29:46.945Z Compiling tower-layer v0.3.3
13612026-05-26T06:29:46.957Z Compiling want v0.3.1
13622026-05-26T06:29:47.025Z Compiling openssl v0.10.79
13632026-05-26T06:29:47.070Z Compiling foreign-types-shared v0.1.1
13642026-05-26T06:29:47.073Z Compiling httpdate v1.0.3
13652026-05-26T06:29:47.099Z Compiling pin-utils v0.1.0
13662026-05-26T06:29:47.114Z Compiling unicode-normalization v0.1.25
13672026-05-26T06:29:47.130Z Compiling spin v0.9.8
13682026-05-26T06:29:47.144Z Compiling num-conv v0.2.0
13692026-05-26T06:29:47.147Z Compiling crc32fast v1.5.0
13702026-05-26T06:29:47.159Z Compiling foreign-types v0.3.2
13712026-05-26T06:29:47.175Z Compiling time-core v0.1.8
13722026-05-26T06:29:47.199Z Compiling native-tls v0.2.18
13732026-05-26T06:29:47.202Z Compiling powerfmt v0.2.0
13742026-05-26T06:29:47.256Z Compiling wait-timeout v0.2.1
13752026-05-26T06:29:47.287Z Compiling sync_wrapper v1.0.2
13762026-05-26T06:29:47.287Z Compiling siphasher v1.0.2
13772026-05-26T06:29:47.314Z Compiling syn v1.0.109
13782026-05-26T06:29:47.328Z Compiling simd-adler32 v0.3.8
13792026-05-26T06:29:47.344Z Compiling num_threads v0.1.7
13802026-05-26T06:29:47.359Z Compiling time-macros v0.2.27
13812026-05-26T06:29:47.407Z Compiling tempfile v3.25.0
13822026-05-26T06:29:47.428Z Compiling deranged v0.5.8
13832026-05-26T06:29:47.442Z Compiling usdt-impl v0.6.0
13842026-05-26T06:29:47.458Z Compiling bit-vec v0.8.0
13852026-05-26T06:29:47.524Z Compiling quick-error v1.2.3
13862026-05-26T06:29:47.538Z Compiling crossbeam-utils v0.8.21
13872026-05-26T06:29:47.627Z Compiling slog v2.8.2
13882026-05-26T06:29:47.627Z Compiling heapless v0.7.17
13892026-05-26T06:29:47.657Z Compiling regex-automata v0.4.14
13902026-05-26T06:29:47.660Z Compiling aws-lc-sys v0.40.0
13912026-05-26T06:29:47.687Z Compiling ring v0.17.14
13922026-05-26T06:29:47.703Z Compiling openssl-sys v0.9.115
13932026-05-26T06:29:47.727Z Compiling synstructure v0.13.2
13942026-05-26T06:29:47.743Z Compiling serde_derive_internals v0.29.1
13952026-05-26T06:29:47.769Z Compiling pest_generator v2.8.6
13962026-05-26T06:29:47.833Z Compiling darling_core v0.20.11
13972026-05-26T06:29:47.848Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-05-26T06:29:47.879Z Compiling darling_core v0.21.3
13992026-05-26T06:29:47.979Z Compiling bit-set v0.8.0
14002026-05-26T06:29:48.114Z Compiling bzip2-sys v0.1.13+1.0.8
14012026-05-26T06:29:48.151Z Compiling rusty-fork v0.3.1
14022026-05-26T06:29:48.349Z Compiling rand_xorshift v0.4.0
14032026-05-26T06:29:48.416Z Compiling thread-id v5.1.0
14042026-05-26T06:29:48.434Z Compiling cookie v0.18.1
14052026-05-26T06:29:48.494Z Compiling time v0.3.47
14062026-05-26T06:29:48.528Z Compiling adler2 v2.0.1
14072026-05-26T06:29:48.531Z Compiling unicode-properties v0.1.4
14082026-05-26T06:29:48.557Z Compiling paste v1.0.15
14092026-05-26T06:29:48.607Z Compiling iri-string v0.7.10
14102026-05-26T06:29:48.621Z Compiling zstd-safe v7.2.4
14112026-05-26T06:29:48.678Z Compiling ryu v1.0.23
14122026-05-26T06:29:48.711Z Compiling allocator-api2 v0.2.21
14132026-05-26T06:29:48.739Z Compiling anyhow v1.0.102
14142026-05-26T06:29:48.810Z Compiling signal-hook v0.3.18
14152026-05-26T06:29:48.844Z Compiling unicode-bidi v0.3.18
14162026-05-26T06:29:48.859Z Compiling unarray v0.1.4
14172026-05-26T06:29:48.931Z Compiling miniz_oxide v0.8.9
14182026-05-26T06:29:49.110Z Compiling vergen-lib v0.1.6
14192026-05-26T06:29:49.298Z Compiling stringprep v0.1.5
14202026-05-26T06:29:49.313Z Compiling num-integer v0.1.46
14212026-05-26T06:29:49.408Z Compiling curve25519-dalek v4.1.3
14222026-05-26T06:29:49.492Z Compiling serde_derive v1.0.228
14232026-05-26T06:29:49.561Z Compiling zeroize_derive v1.4.3
14242026-05-26T06:29:49.577Z Compiling zerofrom-derive v0.1.6
14252026-05-26T06:29:49.660Z Compiling yoke-derive v0.8.1
14262026-05-26T06:29:49.742Z Compiling zerovec-derive v0.11.2
14272026-05-26T06:29:49.775Z Compiling zerocopy-derive v0.8.40
14282026-05-26T06:29:49.788Z Compiling displaydoc v0.2.5
14292026-05-26T06:29:50.207Z Compiling tokio-macros v2.7.0
14302026-05-26T06:29:50.246Z Compiling zeroize v1.8.2
14312026-05-26T06:29:50.261Z Compiling futures-macro v0.3.32
14322026-05-26T06:29:50.277Z Compiling der_derive v0.7.3
14332026-05-26T06:29:50.508Z Compiling rustls-pki-types v1.14.0
14342026-05-26T06:29:50.565Z Compiling tracing-attributes v0.1.31
14352026-05-26T06:29:50.878Z Compiling thiserror-impl v2.0.18
14362026-05-26T06:29:50.921Z Compiling pest_derive v2.8.6
14372026-05-26T06:29:50.963Z Compiling scroll_derive v0.13.1
14382026-05-26T06:29:50.993Z Compiling crypto-common v0.1.7
14392026-05-26T06:29:51.037Z Compiling zerofrom v0.1.6
14402026-05-26T06:29:51.051Z Compiling block-buffer v0.10.4
14412026-05-26T06:29:51.113Z Compiling futures-util v0.3.32
14422026-05-26T06:29:51.161Z Compiling yoke v0.8.1
14432026-05-26T06:29:51.174Z Compiling block-padding v0.3.3
14442026-05-26T06:29:51.244Z Compiling digest v0.10.7
14452026-05-26T06:29:51.279Z Compiling der v0.7.10
14462026-05-26T06:29:51.353Z Compiling zerovec v0.11.5
14472026-05-26T06:29:51.367Z Compiling zerotrie v0.2.3
14482026-05-26T06:29:51.382Z Compiling inout v0.1.4
14492026-05-26T06:29:51.505Z Compiling hmac v0.12.1
14502026-05-26T06:29:51.568Z Compiling cipher v0.4.4
14512026-05-26T06:29:51.680Z Compiling sha2 v0.10.9
14522026-05-26T06:29:51.695Z Compiling pbkdf2 v0.12.2
14532026-05-26T06:29:51.802Z Compiling salsa20 v0.10.2
14542026-05-26T06:29:51.826Z Compiling tinystr v0.8.2
14552026-05-26T06:29:51.851Z Compiling potential_utf v0.1.4
14562026-05-26T06:29:51.881Z Compiling cbc v0.1.2
14572026-05-26T06:29:51.938Z Compiling aes v0.8.4
14582026-05-26T06:29:51.952Z Compiling tracing v0.1.44
14592026-05-26T06:29:51.965Z Compiling scrypt v0.11.0
14602026-05-26T06:29:52.033Z Compiling icu_locale_core v2.1.1
14612026-05-26T06:29:52.052Z Compiling icu_collections v2.1.1
14622026-05-26T06:29:52.066Z Compiling schemars_derive v0.8.22
14632026-05-26T06:29:52.223Z Compiling spki v0.7.3
14642026-05-26T06:29:52.237Z Compiling scroll v0.13.0
14652026-05-26T06:29:52.283Z Compiling thiserror v2.0.18
14662026-05-26T06:29:52.403Z Compiling pkcs5 v0.7.1
14672026-05-26T06:29:52.443Z Compiling darling_macro v0.20.11
14682026-05-26T06:29:52.515Z Compiling openssl-macros v0.1.1
14692026-05-26T06:29:52.529Z Compiling goblin v0.10.5
14702026-05-26T06:29:52.560Z Compiling rustls-native-certs v0.8.3
14712026-05-26T06:29:52.869Z Compiling icu_provider v2.1.1
14722026-05-26T06:29:52.902Z Compiling pkcs8 v0.10.2
14732026-05-26T06:29:52.928Z Compiling dtrace-parser v0.3.0
14742026-05-26T06:29:52.965Z Compiling signature v2.2.0
14752026-05-26T06:29:52.969Z Compiling darling v0.20.11
14762026-05-26T06:29:53.028Z Compiling bytes v1.11.1
14772026-05-26T06:29:53.065Z Compiling chrono v0.4.44
14782026-05-26T06:29:53.080Z Compiling ipnet v2.11.0
14792026-05-26T06:29:53.083Z Compiling derive_builder_core v0.20.2
14802026-05-26T06:29:53.156Z Compiling icu_properties v2.1.2
14812026-05-26T06:29:53.192Z Compiling icu_normalizer v2.1.1
14822026-05-26T06:29:53.235Z Compiling webpki-roots v1.0.6
14832026-05-26T06:29:53.354Z Compiling scroll_derive v0.12.1
14842026-05-26T06:29:53.369Z Compiling thiserror-impl v1.0.69
14852026-05-26T06:29:53.416Z Compiling serde_tokenstream v0.2.3
14862026-05-26T06:29:53.686Z Compiling tokio v1.52.1
14872026-05-26T06:29:53.702Z Compiling http v1.4.0
14882026-05-26T06:29:53.742Z Compiling serde_spanned v0.6.9
14892026-05-26T06:29:53.771Z Compiling serde_urlencoded v0.7.1
14902026-05-26T06:29:53.804Z Compiling erased-serde v0.3.31
14912026-05-26T06:29:53.902Z Compiling toml_datetime v0.6.11
14922026-05-26T06:29:53.982Z Compiling derive_builder_macro v0.20.2
14932026-05-26T06:29:54.034Z Compiling idna_adapter v1.2.1
14942026-05-26T06:29:54.106Z Compiling scroll v0.12.0
14952026-05-26T06:29:54.181Z Compiling ppv-lite86 v0.2.21
14962026-05-26T06:29:54.197Z Compiling idna v1.1.0
14972026-05-26T06:29:54.213Z Compiling md-5 v0.10.6
14982026-05-26T06:29:54.279Z Compiling darling_macro v0.21.3
14992026-05-26T06:29:54.312Z Compiling bstr v1.12.1
15002026-05-26T06:29:54.379Z Compiling http-body v1.0.1
15012026-05-26T06:29:54.394Z Compiling zerocopy-derive v0.7.35
15022026-05-26T06:29:54.408Z Compiling pin-project-internal v1.1.11
15032026-05-26T06:29:54.471Z Compiling async-trait v0.1.89
15042026-05-26T06:29:54.505Z Compiling url v2.5.8
15052026-05-26T06:29:54.526Z Compiling rand_chacha v0.9.0
15062026-05-26T06:29:54.553Z Compiling http-body-util v0.1.3
15072026-05-26T06:29:54.655Z Compiling rand_chacha v0.3.1
15082026-05-26T06:29:54.730Z Compiling rand v0.9.2
15092026-05-26T06:29:54.799Z Compiling thiserror v1.0.69
15102026-05-26T06:29:54.814Z Compiling ff v0.13.1
15112026-05-26T06:29:54.873Z Compiling hash32 v0.2.1
15122026-05-26T06:29:54.914Z Compiling memoffset v0.9.1
15132026-05-26T06:29:54.965Z Compiling ref-cast v1.0.25
15142026-05-26T06:29:54.989Z Compiling fallible-iterator v0.2.0
15152026-05-26T06:29:55.124Z Compiling zlib-rs v0.6.2
15162026-05-26T06:29:55.296Z Compiling psl-types v2.0.11
15172026-05-26T06:29:55.311Z Compiling dof v0.4.0
15182026-05-26T06:29:55.323Z Compiling proptest v1.10.0
15192026-05-26T06:29:55.345Z Compiling num-bigint-dig v0.8.6
15202026-05-26T06:29:55.433Z Compiling base16ct v0.2.0
15212026-05-26T06:29:55.491Z Compiling rustix v0.38.44
15222026-05-26T06:29:55.539Z Compiling cfg_aliases v0.2.1
15232026-05-26T06:29:55.553Z Compiling litrs v1.0.0
15242026-05-26T06:29:55.569Z Compiling smoltcp v0.9.1
15252026-05-26T06:29:55.586Z Compiling pin-project v1.1.11
15262026-05-26T06:29:55.600Z Compiling sec1 v0.7.3
15272026-05-26T06:29:55.624Z Compiling nix v0.31.2
15282026-05-26T06:29:55.659Z Compiling publicsuffix v2.3.0
15292026-05-26T06:29:55.702Z Compiling zerocopy v0.7.35
15302026-05-26T06:29:55.863Z Compiling ipnetwork v0.21.1
15312026-05-26T06:29:55.896Z Compiling postgres-protocol v0.6.10
15322026-05-26T06:29:56.002Z Compiling group v0.13.0
15332026-05-26T06:29:56.080Z Compiling document-features v0.2.12
15342026-05-26T06:29:56.083Z Compiling rand v0.8.6
15352026-05-26T06:29:56.109Z Compiling oxnet v0.1.4
15362026-05-26T06:29:56.213Z Compiling darling v0.21.3
15372026-05-26T06:29:56.282Z Compiling derive_builder v0.20.2
15382026-05-26T06:29:56.297Z Compiling goblin v0.8.2
15392026-05-26T06:29:56.405Z Compiling futures-executor v0.3.32
15402026-05-26T06:29:56.420Z Compiling cargo-platform v0.1.9
15412026-05-26T06:29:56.470Z Compiling hex v0.4.3
15422026-05-26T06:29:56.484Z Compiling hubpack_derive v0.1.1
15432026-05-26T06:29:56.516Z Compiling hkdf v0.12.4
15442026-05-26T06:29:56.531Z Compiling crypto-bigint v0.5.5
15452026-05-26T06:29:56.628Z Compiling regex v1.12.3
15462026-05-26T06:29:56.704Z Compiling num-iter v0.1.45
15472026-05-26T06:29:56.704Z Compiling curve25519-dalek-derive v0.1.1
15482026-05-26T06:29:56.754Z Compiling ref-cast-impl v1.0.25
15492026-05-26T06:29:56.776Z Compiling strum_macros v0.27.2
15502026-05-26T06:29:56.836Z Compiling daft-derive v0.1.7
15512026-05-26T06:29:56.850Z Compiling snafu-derive v0.8.9
15522026-05-26T06:29:57.070Z Compiling phf_shared v0.13.1
15532026-05-26T06:29:57.226Z Compiling terminal_size v0.4.3
15542026-05-26T06:29:57.244Z Compiling lazy_static v1.5.0
15552026-05-26T06:29:57.280Z Compiling vergen v9.0.6
15562026-05-26T06:29:57.320Z Compiling fs-err v3.3.0
15572026-05-26T06:29:57.323Z Compiling encoding_rs v0.8.35
15582026-05-26T06:29:57.353Z Compiling ahash v0.8.12
15592026-05-26T06:29:57.381Z Compiling managed v0.8.0
15602026-05-26T06:29:57.398Z Compiling libbz2-rs-sys v0.2.2
15612026-05-26T06:29:57.480Z Compiling tokio-util v0.7.18
15622026-05-26T06:29:57.511Z Compiling tower v0.5.3
15632026-05-26T06:29:57.538Z Compiling tokio-native-tls v0.3.1
15642026-05-26T06:29:57.580Z Compiling winnow v0.5.40
15652026-05-26T06:29:57.602Z Compiling object v0.37.3
15662026-05-26T06:29:57.616Z Compiling newtype-uuid v1.3.2
15672026-05-26T06:29:57.728Z Compiling bitflags v1.3.2
15682026-05-26T06:29:57.811Z Compiling same-file v1.0.6
15692026-05-26T06:29:57.893Z Compiling bumpalo v3.20.2
15702026-05-26T06:29:57.960Z Compiling tower-http v0.6.8
15712026-05-26T06:29:57.989Z Compiling flate2 v1.1.9
15722026-05-26T06:29:58.006Z Compiling foldhash v0.2.0
15732026-05-26T06:29:58.085Z Compiling mime v0.3.17
15742026-05-26T06:29:58.163Z Compiling h2 v0.4.13
15752026-05-26T06:29:58.257Z Compiling foldhash v0.1.5
15762026-05-26T06:29:58.342Z Compiling unicode-segmentation v1.12.0
15772026-05-26T06:29:58.370Z Compiling hashbrown v0.16.1
15782026-05-26T06:29:58.397Z Compiling hashbrown v0.15.5
15792026-05-26T06:29:58.424Z Compiling zopfli v0.8.3
15802026-05-26T06:29:58.445Z Compiling walkdir v2.5.0
15812026-05-26T06:29:58.544Z Compiling dof v0.3.0
15822026-05-26T06:29:58.693Z Compiling clap_builder v4.5.60
15832026-05-26T06:29:58.782Z Compiling strum v0.27.2
15842026-05-26T06:29:58.801Z Compiling snafu v0.8.9
15852026-05-26T06:29:58.833Z Compiling daft v0.1.7
15862026-05-26T06:29:58.869Z Compiling bzip2 v0.6.1
15872026-05-26T06:29:58.931Z Compiling toml_edit v0.19.15
15882026-05-26T06:29:59.069Z Compiling elliptic-curve v0.13.8
15892026-05-26T06:29:59.153Z Compiling phf v0.13.1
15902026-05-26T06:29:59.168Z Compiling signal-hook-mio v0.2.5
15912026-05-26T06:29:59.257Z Compiling cargo_metadata v0.19.2
15922026-05-26T06:29:59.304Z Compiling hubpack v0.1.2
15932026-05-26T06:29:59.318Z Compiling cookie_store v0.22.1
15942026-05-26T06:29:59.333Z Compiling usdt-macro v0.6.0
15952026-05-26T06:29:59.405Z Compiling usdt-attr-macro v0.6.0
15962026-05-26T06:29:59.485Z Compiling bzip2 v0.4.4
15972026-05-26T06:29:59.544Z Compiling futures v0.3.32
15982026-05-26T06:29:59.574Z Compiling serde_with_macros v3.17.0
15992026-05-26T06:29:59.638Z Compiling postgres-types v0.2.12
16002026-05-26T06:29:59.778Z Compiling zstd v0.13.3
16012026-05-26T06:29:59.833Z Compiling dtrace-parser v0.2.0
16022026-05-26T06:29:59.989Z Compiling globset v0.4.18
16032026-05-26T06:30:00.063Z Compiling ed25519 v2.2.3
16042026-05-26T06:30:00.130Z Compiling pkcs1 v0.7.5
16052026-05-26T06:30:00.222Z Compiling serde_plain v1.0.2
16062026-05-26T06:30:00.248Z Compiling serde-big-array v0.5.1
16072026-05-26T06:30:00.411Z Compiling olpc-cjson v0.1.4
16082026-05-26T06:30:00.445Z Compiling rfc6979 v0.4.0
16092026-05-26T06:30:00.559Z Compiling strum_macros v0.26.4
16102026-05-26T06:30:00.587Z Compiling clap_derive v4.5.55
16112026-05-26T06:30:00.601Z Compiling serde_repr v0.1.20
16122026-05-26T06:30:00.615Z Compiling enum-as-inner v0.6.1
16132026-05-26T06:30:00.634Z Compiling async-recursion v1.1.1
16142026-05-26T06:30:00.712Z Compiling phf_shared v0.11.3
16152026-05-26T06:30:00.745Z Compiling float-cmp v0.10.0
16162026-05-26T06:30:00.911Z Compiling pem v3.0.6
16172026-05-26T06:30:00.911Z Compiling thread-id v4.2.2
16182026-05-26T06:30:00.949Z Compiling memmap2 v0.9.10
16192026-05-26T06:30:01.011Z Compiling env_filter v1.0.0
16202026-05-26T06:30:01.025Z Compiling whoami v2.1.0
16212026-05-26T06:30:01.163Z Compiling typed-path v0.9.3
16222026-05-26T06:30:01.178Z Compiling keccak v0.1.6
16232026-05-26T06:30:01.191Z Compiling new_debug_unreachable v1.0.6
16242026-05-26T06:30:01.263Z Compiling hyper v1.8.1
16252026-05-26T06:30:01.277Z Compiling fixedbitset v0.5.7
16262026-05-26T06:30:01.322Z Compiling difflib v0.4.0
16272026-05-26T06:30:01.339Z Compiling jiff v0.2.21
16282026-05-26T06:30:01.416Z Compiling predicates-core v1.0.10
16292026-05-26T06:30:01.596Z Compiling data-encoding v2.10.0
16302026-05-26T06:30:01.611Z Compiling static_assertions v1.1.0
16312026-05-26T06:30:01.626Z Compiling either v1.15.0
16322026-05-26T06:30:01.696Z Compiling normalize-line-endings v0.3.0
16332026-05-26T06:30:01.727Z Compiling precomputed-hash v0.1.1
16342026-05-26T06:30:01.804Z Compiling fixedbitset v0.4.2
16352026-05-26T06:30:01.828Z Compiling itertools v0.13.0
16362026-05-26T06:30:01.848Z Compiling string_cache v0.8.9
16372026-05-26T06:30:01.908Z Compiling hickory-proto v0.25.2
16382026-05-26T06:30:01.990Z Compiling petgraph v0.6.5
16392026-05-26T06:30:02.035Z Compiling predicates v3.1.4
16402026-05-26T06:30:02.084Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16412026-05-26T06:30:02.098Z Compiling toml_edit v0.22.27
16422026-05-26T06:30:02.259Z Compiling petgraph v0.8.3
16432026-05-26T06:30:02.315Z Compiling sha3 v0.10.8
16442026-05-26T06:30:02.371Z Compiling hyper-util v0.1.20
16452026-05-26T06:30:02.400Z Compiling clap v4.5.60
16462026-05-26T06:30:02.415Z Compiling strum v0.26.3
16472026-05-26T06:30:02.496Z Compiling tokio-postgres v0.7.16
16482026-05-26T06:30:02.561Z Compiling env_logger v0.11.9
16492026-05-26T06:30:02.697Z Compiling usdt v0.6.0
16502026-05-26T06:30:02.779Z Compiling usdt-impl v0.5.0
16512026-05-26T06:30:02.872Z Compiling serde_with v3.17.0
16522026-05-26T06:30:02.932Z Compiling crossterm v0.28.1
16532026-05-26T06:30:02.986Z Compiling ecdsa v0.16.9
16542026-05-26T06:30:03.078Z Compiling rsa v0.9.10
16552026-05-26T06:30:03.383Z Compiling toml v0.7.8
16562026-05-26T06:30:03.402Z Compiling ed25519-dalek v2.2.0
16572026-05-26T06:30:03.925Z Compiling hyper-tls v0.6.0
16582026-05-26T06:30:04.008Z Compiling zip v4.6.1
16592026-05-26T06:30:04.136Z Compiling zip v0.6.6
16602026-05-26T06:30:04.186Z Compiling iddqd v0.4.1
16612026-05-26T06:30:04.635Z Compiling similar v2.7.0
16622026-05-26T06:30:04.676Z Compiling heck v0.4.1
16632026-05-26T06:30:04.711Z Compiling toml_parser v1.0.9+spec-1.1.0
16642026-05-26T06:30:04.714Z Compiling tokio-stream v0.1.18
16652026-05-26T06:30:04.740Z Compiling buf-list v1.1.2
16662026-05-26T06:30:04.863Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16672026-05-26T06:30:04.925Z Compiling openapiv3 v2.2.0
16682026-05-26T06:30:04.980Z Compiling x509-cert v0.2.5
16692026-05-26T06:30:05.007Z Compiling sha1 v0.10.6
16702026-05-26T06:30:05.036Z Compiling crossbeam-epoch v0.9.18
16712026-05-26T06:30:05.189Z Compiling toml_datetime v0.7.5+spec-1.1.0
16722026-05-26T06:30:05.221Z Compiling peg-runtime v0.8.5
16732026-05-26T06:30:05.248Z Compiling lalrpop-util v0.19.12
16742026-05-26T06:30:05.372Z Compiling thread_local v1.1.9
16752026-05-26T06:30:05.389Z Compiling slog-async v2.8.0
16762026-05-26T06:30:05.452Z Compiling crossbeam-channel v0.5.15
16772026-05-26T06:30:05.467Z Compiling is-terminal v0.4.17
16782026-05-26T06:30:05.507Z Compiling filetime v0.2.27
16792026-05-26T06:30:05.539Z Compiling term v1.2.1
16802026-05-26T06:30:05.553Z Compiling xattr v1.6.1
16812026-05-26T06:30:05.567Z Compiling take_mut v0.2.2
16822026-05-26T06:30:05.698Z Compiling tar v0.4.45
16832026-05-26T06:30:05.859Z Compiling slog-term v2.9.2
16842026-05-26T06:30:23.479Z Compiling rustls-webpki v0.103.9
16852026-05-26T06:30:26.249Z Compiling tokio-rustls v0.26.4
16862026-05-26T06:30:26.249Z Compiling rustls-platform-verifier v0.6.2
16872026-05-26T06:30:26.462Z Compiling hyper-rustls v0.27.7
16882026-05-26T06:30:26.655Z Compiling reqwest v0.12.28
16892026-05-26T06:30:26.655Z Compiling reqwest v0.13.2
16902026-05-26T06:30:27.858Z Compiling tough v0.22.0
16912026-05-26T06:30:30.350Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16922026-05-26T06:30:30.587Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16932026-05-26T06:30:33.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.08s
16942026-05-26T06:30:33.520Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16952026-05-26T06:30:33.575ZMay 26 06:30:32.441 INFO Starting download, target: Console
16962026-05-26T06:30:33.575ZMay 26 06:30:32.441 INFO Starting download, target: MaghemiteMgd
16972026-05-26T06:30:33.575ZMay 26 06:30:32.441 INFO Starting download, target: Cockroach
16982026-05-26T06:30:33.575ZMay 26 06:30:32.441 INFO Starting download, target: Clickhouse
16992026-05-26T06:30:33.578ZMay 26 06:30:32.441 INFO Starting download, target: DendriteStub
17002026-05-26T06:30:33.578ZMay 26 06:30:32.441 INFO Starting download, target: TransceiverControl
17012026-05-26T06:30:33.578ZMay 26 06:30:32.442 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17022026-05-26T06:30:33.578ZMay 26 06:30:32.442 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17032026-05-26T06:30:33.578ZMay 26 06:30:32.442 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17042026-05-26T06:30:33.578ZMay 26 06:30:32.442 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17052026-05-26T06:30:33.578ZMay 26 06:30:32.442 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17062026-05-26T06:30:33.579ZMay 26 06:30:32.442 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17072026-05-26T06:30:34.272ZMay 26 06:30:33.124 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17082026-05-26T06:30:34.491ZMay 26 06:30:33.334 INFO Download complete, target: TransceiverControl
17092026-05-26T06:30:34.685ZMay 26 06:30:33.539 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17102026-05-26T06:30:34.929ZMay 26 06:30:33.774 INFO Download complete, target: Console
17112026-05-26T06:30:35.731ZMay 26 06:30:34.587 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17122026-05-26T06:30:36.271ZMay 26 06:30:35.130 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17132026-05-26T06:30:36.694ZMay 26 06:30:35.560 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17142026-05-26T06:30:36.694ZMay 26 06:30:35.560 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17152026-05-26T06:30:37.081ZMay 26 06:30:35.910 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17162026-05-26T06:30:38.081ZMay 26 06:30:36.944 INFO Download complete, target: DendriteStub
17172026-05-26T06:30:38.644ZMay 26 06:30:37.509 INFO Download complete, target: MaghemiteMgd
17182026-05-26T06:30:41.444ZMay 26 06:30:40.310 INFO Checking that binary works, target: Cockroach
17192026-05-26T06:30:41.571ZMay 26 06:30:40.436 INFO Download complete, target: Cockroach
17202026-05-26T06:30:43.790ZMay 26 06:30:42.653 INFO Checking that binary works, target: Clickhouse
17212026-05-26T06:30:43.888ZMay 26 06:30:42.754 INFO Download complete, target: Clickhouse
17222026-05-26T06:30:43.894ZAll prerequisites installed successfully
17232026-05-26T06:30:43.897Z
17242026-05-26T06:30:43.897Zreal 2:02.253478383
17252026-05-26T06:30:43.897Zuser 6:53.490589831
17262026-05-26T06:30:43.897Zsys 1:39.970245411
17272026-05-26T06:30:43.897Ztrap 0.250657622
17282026-05-26T06:30:43.898Ztflt 1.365577791
17292026-05-26T06:30:43.898Zdflt 1.854335117
17302026-05-26T06:30:43.898Zkflt 0.028017539
17312026-05-26T06:30:43.898Zlock 23:07.859511242
17322026-05-26T06:30:43.898Zslp 18:53.674431157
17332026-05-26T06:30:43.898Zlat 23.003948418
17342026-05-26T06:30:43.898Zstop 2:45.427215557
17352026-05-26T06:30:43.898Z+ ptime -m cargo xtask download softnpu
17362026-05-26T06:30:44.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17372026-05-26T06:30:44.439Z Running `target/debug/xtask download softnpu`
17382026-05-26T06:30:45.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17392026-05-26T06:30:45.271Z Running `target/debug/xtask-downloader softnpu`
17402026-05-26T06:30:45.315ZMay 26 06:30:44.178 INFO Starting download, target: Softnpu
17412026-05-26T06:30:45.321ZMay 26 06:30:44.179 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17422026-05-26T06:30:45.801ZMay 26 06:30:44.667 INFO Download complete, target: Softnpu
17432026-05-26T06:30:45.804Z
17442026-05-26T06:30:45.807Zreal 1.904103059
17452026-05-26T06:30:45.807Zuser 1.331856618
17462026-05-26T06:30:45.807Zsys 0.650842027
17472026-05-26T06:30:45.807Ztrap 0.000594620
17482026-05-26T06:30:45.807Ztflt 0.000083390
17492026-05-26T06:30:45.807Zdflt 0.000165690
17502026-05-26T06:30:45.807Zkflt 0.000000000
17512026-05-26T06:30:45.807Zlock 8.906148936
17522026-05-26T06:30:45.807Zslp 0.353620413
17532026-05-26T06:30:45.807Zlat 0.083897193
17542026-05-26T06:30:45.807Zstop 0.000151930
17552026-05-26T06:30:45.807Z+ export CARGO_INCREMENTAL=0
17562026-05-26T06:30:45.807Z+ CARGO_INCREMENTAL=0
17572026-05-26T06:30:45.807Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17582026-05-26T06:30:46.699Z Compiling proc-macro2 v1.0.106
17592026-05-26T06:30:46.699Z Compiling quote v1.0.45
17602026-05-26T06:30:46.699Z Compiling unicode-ident v1.0.24
17612026-05-26T06:30:46.699Z Compiling libc v0.2.185
17622026-05-26T06:30:46.705Z Compiling serde_core v1.0.228
17632026-05-26T06:30:46.705Z Compiling serde v1.0.228
17642026-05-26T06:30:46.705Z Compiling cfg-if v1.0.4
17652026-05-26T06:30:46.705Z Compiling version_check v0.9.5
17662026-05-26T06:30:46.860Z Compiling shlex v1.3.0
17672026-05-26T06:30:46.864Z Compiling find-msvc-tools v0.1.9
17682026-05-26T06:30:46.864Z Compiling typenum v1.19.0
17692026-05-26T06:30:46.864Z Compiling zmij v1.0.21
17702026-05-26T06:30:46.864Z Compiling autocfg v1.5.0
17712026-05-26T06:30:46.864Z Compiling memchr v2.8.0
17722026-05-26T06:30:46.867Z Compiling serde_json v1.0.149
17732026-05-26T06:30:47.119Z Compiling portable-atomic v1.13.1
17742026-05-26T06:30:47.138Z Compiling libm v0.2.16
17752026-05-26T06:30:47.259Z Compiling generic-array v0.14.7
17762026-05-26T06:30:47.265Z Compiling zerocopy v0.8.40
17772026-05-26T06:30:47.310Z Compiling smallvec v1.15.1
17782026-05-26T06:30:47.326Z Compiling parking_lot_core v0.9.12
17792026-05-26T06:30:47.340Z Compiling icu_properties_data v2.1.2
17802026-05-26T06:30:47.344Z Compiling icu_normalizer_data v2.1.1
17812026-05-26T06:30:47.444Z Compiling num-traits v0.2.19
17822026-05-26T06:30:47.461Z Compiling itoa v1.0.17
17832026-05-26T06:30:47.473Z Compiling getrandom v0.4.1
17842026-05-26T06:30:47.565Z Compiling log v0.4.29
17852026-05-26T06:30:47.601Z Compiling stable_deref_trait v1.2.1
17862026-05-26T06:30:47.635Z Compiling pkg-config v0.3.32
17872026-05-26T06:30:47.660Z Compiling subtle v2.6.1
17882026-05-26T06:30:47.758Z Compiling scopeguard v1.2.0
17892026-05-26T06:30:47.854Z Compiling litemap v0.8.1
17902026-05-26T06:30:47.858Z Compiling writeable v0.6.2
17912026-05-26T06:30:47.901Z Compiling jobserver v0.1.34
17922026-05-26T06:30:47.916Z Compiling getrandom v0.2.17
17932026-05-26T06:30:47.997Z Compiling errno v0.3.14
17942026-05-26T06:30:48.019Z Compiling lock_api v0.4.14
17952026-05-26T06:30:48.082Z Compiling rand_core v0.6.4
17962026-05-26T06:30:48.131Z Compiling cc v1.2.56
17972026-05-26T06:30:48.152Z Compiling syn v2.0.117
17982026-05-26T06:30:48.157Z Compiling percent-encoding v2.3.2
17992026-05-26T06:30:48.244Z Compiling pin-project-lite v0.2.17
18002026-05-26T06:30:48.263Z Compiling fnv v1.0.7
18012026-05-26T06:30:48.359Z Compiling thiserror v2.0.18
18022026-05-26T06:30:48.408Z Compiling getrandom v0.3.4
18032026-05-26T06:30:48.411Z Compiling equivalent v1.0.2
18042026-05-26T06:30:48.459Z Compiling dunce v1.0.5
18052026-05-26T06:30:48.500Z Compiling fs_extra v1.3.0
18062026-05-26T06:30:48.532Z Compiling rustversion v1.0.22
18072026-05-26T06:30:48.536Z Compiling rand_core v0.10.0
18082026-05-26T06:30:48.579Z Compiling utf8_iter v1.0.4
18092026-05-26T06:30:48.582Z Compiling schemars v0.8.22
18102026-05-26T06:30:48.719Z Compiling form_urlencoded v1.2.2
18112026-05-26T06:30:48.785Z Compiling critical-section v1.2.0
18122026-05-26T06:30:48.833Z Compiling signal-hook-registry v1.4.8
18132026-05-26T06:30:48.866Z Compiling cmake v0.1.57
18142026-05-26T06:30:48.907Z Compiling hashbrown v0.17.0
18152026-05-26T06:30:48.922Z Compiling rustix v1.1.3
18162026-05-26T06:30:49.014Z Compiling parking_lot v0.12.5
18172026-05-26T06:30:49.047Z Compiling mio v1.2.0
18182026-05-26T06:30:49.247Z Compiling bitflags v2.11.0
18192026-05-26T06:30:49.280Z Compiling semver v1.0.28
18202026-05-26T06:30:49.328Z Compiling once_cell v1.21.3
18212026-05-26T06:30:49.366Z Compiling socket2 v0.6.3
18222026-05-26T06:30:49.370Z Compiling const-oid v0.9.6
18232026-05-26T06:30:49.443Z Compiling ring v0.17.14
18242026-05-26T06:30:49.475Z Compiling aws-lc-sys v0.40.0
18252026-05-26T06:30:49.491Z Compiling indexmap v2.14.0
18262026-05-26T06:30:49.643Z Compiling aws-lc-rs v1.16.3
18272026-05-26T06:30:49.678Z Compiling heck v0.5.0
18282026-05-26T06:30:49.691Z Compiling futures-core v0.3.32
18292026-05-26T06:30:49.794Z Compiling httparse v1.10.1
18302026-05-26T06:30:49.845Z Compiling vcpkg v0.2.15
18312026-05-26T06:30:49.864Z Compiling strsim v0.11.1
18322026-05-26T06:30:49.885Z Compiling thiserror v1.0.69
18332026-05-26T06:30:50.003Z Compiling byteorder v1.5.0
18342026-05-26T06:30:50.119Z Compiling iana-time-zone v0.1.65
18352026-05-26T06:30:50.136Z Compiling ucd-trie v0.1.7
18362026-05-26T06:30:50.205Z Compiling regex-syntax v0.8.10
18372026-05-26T06:30:50.205Z Compiling ident_case v1.0.1
18382026-05-26T06:30:50.252Z Compiling syn v1.0.109
18392026-05-26T06:30:50.264Z Compiling uuid v1.23.0
18402026-05-26T06:30:50.303Z Compiling pest v2.8.6
18412026-05-26T06:30:50.315Z Compiling rustls v0.23.37
18422026-05-26T06:30:50.407Z Compiling cpufeatures v0.2.17
18432026-05-26T06:30:50.412Z Compiling openssl-sys v0.9.115
18442026-05-26T06:30:50.538Z Compiling futures-sink v0.3.32
18452026-05-26T06:30:50.602Z Compiling rustc_version v0.4.1
18462026-05-26T06:30:50.663Z Compiling futures-channel v0.3.32
18472026-05-26T06:30:50.714Z Compiling slab v0.4.12
18482026-05-26T06:30:50.823Z Compiling futures-task v0.3.32
18492026-05-26T06:30:50.854Z Compiling futures-io v0.3.32
18502026-05-26T06:30:50.940Z Compiling synstructure v0.13.2
18512026-05-26T06:30:50.947Z Compiling serde_derive_internals v0.29.1
18522026-05-26T06:30:50.974Z Compiling aho-corasick v1.1.4
18532026-05-26T06:30:51.064Z Compiling dyn-clone v1.0.20
18542026-05-26T06:30:51.278Z Compiling plain v0.2.3
18552026-05-26T06:30:51.292Z Compiling openssl v0.10.79
18562026-05-26T06:30:51.295Z Compiling base64 v0.22.1
18572026-05-26T06:30:51.407Z Compiling pest_meta v2.8.6
18582026-05-26T06:30:51.425Z Compiling crc32fast v1.5.0
18592026-05-26T06:30:51.574Z Compiling num-conv v0.2.0
18602026-05-26T06:30:51.595Z Compiling crossbeam-utils v0.8.21
18612026-05-26T06:30:51.611Z Compiling time-core v0.1.8
18622026-05-26T06:30:51.726Z Compiling pretty-hex v0.4.1
18632026-05-26T06:30:51.741Z Compiling native-tls v0.2.18
18642026-05-26T06:30:51.787Z Compiling regex-automata v0.4.14
18652026-05-26T06:30:51.811Z Compiling time-macros v0.2.27
18662026-05-26T06:30:51.826Z Compiling anyhow v1.0.102
18672026-05-26T06:30:51.849Z Compiling base64ct v1.8.3
18682026-05-26T06:30:51.881Z Compiling darling_core v0.21.3
18692026-05-26T06:30:51.957Z Compiling tracing-core v0.1.36
18702026-05-26T06:30:51.974Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18712026-05-26T06:30:52.052Z Compiling pest_generator v2.8.6
18722026-05-26T06:30:52.135Z Compiling pem-rfc7468 v0.7.0
18732026-05-26T06:30:52.218Z Compiling serde_derive v1.0.228
18742026-05-26T06:30:52.320Z Compiling zeroize_derive v1.4.3
18752026-05-26T06:30:52.372Z Compiling zerofrom-derive v0.1.6
18762026-05-26T06:30:52.388Z Compiling yoke-derive v0.8.1
18772026-05-26T06:30:52.405Z Compiling zerovec-derive v0.11.2
18782026-05-26T06:30:52.422Z Compiling displaydoc v0.2.5
18792026-05-26T06:30:52.673Z Compiling zerocopy-derive v0.8.40
18802026-05-26T06:30:52.691Z Compiling tokio-macros v2.7.0
18812026-05-26T06:30:52.771Z Compiling futures-macro v0.3.32
18822026-05-26T06:30:52.921Z Compiling zeroize v1.8.2
18832026-05-26T06:30:53.203Z Compiling thiserror-impl v2.0.18
18842026-05-26T06:30:53.343Z Compiling schemars_derive v0.8.22
18852026-05-26T06:30:53.403Z Compiling tracing-attributes v0.1.31
18862026-05-26T06:30:53.457Z Compiling der_derive v0.7.3
18872026-05-26T06:30:53.502Z Compiling zerofrom v0.1.6
18882026-05-26T06:30:53.652Z Compiling yoke v0.8.1
18892026-05-26T06:30:53.678Z Compiling crypto-common v0.1.7
18902026-05-26T06:30:53.842Z Compiling zerovec v0.11.5
18912026-05-26T06:30:53.845Z Compiling zerotrie v0.2.3
18922026-05-26T06:30:53.873Z Compiling block-buffer v0.10.4
18932026-05-26T06:30:54.046Z Compiling digest v0.10.7
18942026-05-26T06:30:54.282Z Compiling thiserror-impl v1.0.69
18952026-05-26T06:30:54.370Z Compiling tinystr v0.8.2
18962026-05-26T06:30:54.385Z Compiling potential_utf v0.1.4
18972026-05-26T06:30:54.425Z Compiling pest_derive v2.8.6
18982026-05-26T06:30:54.446Z Compiling futures-util v0.3.32
18992026-05-26T06:30:54.493Z Compiling hmac v0.12.1
19002026-05-26T06:30:54.562Z Compiling icu_locale_core v2.1.1
19012026-05-26T06:30:54.594Z Compiling icu_collections v2.1.1
19022026-05-26T06:30:54.834Z Compiling block-padding v0.3.3
19032026-05-26T06:30:54.992Z Compiling inout v0.1.4
19042026-05-26T06:30:55.162Z Compiling rustls-pki-types v1.14.0
19052026-05-26T06:30:55.266Z Compiling openssl-macros v0.1.1
19062026-05-26T06:30:55.303Z Compiling icu_provider v2.1.1
19072026-05-26T06:30:55.347Z Compiling bytes v1.11.1
19082026-05-26T06:30:55.393Z Compiling chrono v0.4.44
19092026-05-26T06:30:55.659Z Compiling icu_properties v2.1.2
19102026-05-26T06:30:55.730Z Compiling icu_normalizer v2.1.1
19112026-05-26T06:30:56.014Z Compiling tokio v1.52.1
19122026-05-26T06:30:56.262Z Compiling serde_tokenstream v0.2.3
19132026-05-26T06:30:56.292Z Compiling cipher v0.4.4
19142026-05-26T06:30:56.504Z Compiling idna_adapter v1.2.1
19152026-05-26T06:30:56.557Z Compiling sha2 v0.10.9
19162026-05-26T06:30:56.660Z Compiling idna v1.1.0
19172026-05-26T06:30:56.845Z Compiling ppv-lite86 v0.2.21
19182026-05-26T06:30:56.920Z Compiling scroll_derive v0.13.1
19192026-05-26T06:30:57.043Z Compiling url v2.5.8
19202026-05-26T06:30:57.073Z Compiling scroll_derive v0.12.1
19212026-05-26T06:30:57.110Z Compiling http v1.4.0
19222026-05-26T06:30:57.262Z Compiling flagset v0.4.7
19232026-05-26T06:30:57.364Z Compiling untrusted v0.9.0
19242026-05-26T06:30:57.396Z Compiling der v0.7.10
19252026-05-26T06:30:57.511Z Compiling tracing v0.1.44
19262026-05-26T06:30:57.695Z Compiling darling_macro v0.21.3
19272026-05-26T06:30:57.819Z Compiling regex v1.12.3
19282026-05-26T06:30:57.938Z Compiling zerocopy-derive v0.7.35
19292026-05-26T06:30:57.960Z Compiling rand_core v0.9.5
19302026-05-26T06:30:58.179Z Compiling slog v2.8.2
19312026-05-26T06:30:58.525Z Compiling darling v0.21.3
19322026-05-26T06:30:58.618Z Compiling spki v0.7.3
19332026-05-26T06:30:58.634Z Compiling salsa20 v0.10.2
19342026-05-26T06:30:58.727Z Compiling pbkdf2 v0.12.2
19352026-05-26T06:30:59.049Z Compiling cookie v0.18.1
19362026-05-26T06:30:59.179Z Compiling camino v1.2.2
19372026-05-26T06:30:59.483Z Compiling scrypt v0.11.0
19382026-05-26T06:30:59.500Z Compiling rand_chacha v0.9.0
19392026-05-26T06:30:59.517Z Compiling http-body v1.0.1
19402026-05-26T06:30:59.557Z Compiling aes v0.8.4
19412026-05-26T06:30:59.605Z Compiling cbc v0.1.2
19422026-05-26T06:30:59.694Z Compiling tokio-util v0.7.18
19432026-05-26T06:30:59.764Z Compiling usdt-impl v0.5.0
19442026-05-26T06:30:59.803Z Compiling tinyvec_macros v0.1.1
19452026-05-26T06:30:59.886Z Compiling usdt-impl v0.6.0
19462026-05-26T06:30:59.921Z Compiling ref-cast v1.0.25
19472026-05-26T06:30:59.938Z Compiling paste v1.0.15
19482026-05-26T06:30:59.992Z Compiling atomic-waker v1.1.2
19492026-05-26T06:31:00.009Z Compiling winnow v0.7.14
19502026-05-26T06:31:00.046Z Compiling either v1.15.0
19512026-05-26T06:31:00.152Z Compiling untrusted v0.7.1
19522026-05-26T06:31:00.213Z Compiling openssl-probe v0.2.1
19532026-05-26T06:31:00.292Z Compiling pkcs5 v0.7.1
19542026-05-26T06:31:00.308Z Compiling tinyvec v1.10.0
19552026-05-26T06:31:00.407Z Compiling rand v0.9.2
19562026-05-26T06:31:00.751Z Compiling scroll v0.13.0
19572026-05-26T06:31:00.885Z Compiling scroll v0.12.0
19582026-05-26T06:31:00.932Z Compiling toml_datetime v0.6.11
19592026-05-26T06:31:00.988Z Compiling serde_spanned v0.6.9
19602026-05-26T06:31:01.045Z Compiling async-trait v0.1.89
19612026-05-26T06:31:01.062Z Compiling heapless v0.7.17
19622026-05-26T06:31:01.138Z Compiling bzip2-sys v0.1.13+1.0.8
19632026-05-26T06:31:01.153Z Compiling try-lock v0.2.5
19642026-05-26T06:31:01.193Z Compiling signal-hook v0.3.18
19652026-05-26T06:31:01.283Z Compiling zstd-safe v7.2.4
19662026-05-26T06:31:01.335Z Compiling tower-layer v0.3.3
19672026-05-26T06:31:01.394Z Compiling tower-service v0.3.3
19682026-05-26T06:31:01.502Z Compiling fastrand v2.3.0
19692026-05-26T06:31:01.533Z Compiling h2 v0.4.13
19702026-05-26T06:31:01.601Z Compiling want v0.3.1
19712026-05-26T06:31:01.646Z Compiling toml_parser v1.0.9+spec-1.1.0
19722026-05-26T06:31:01.796Z Compiling goblin v0.8.2
19732026-05-26T06:31:01.847Z Compiling goblin v0.10.5
19742026-05-26T06:31:01.906Z Compiling pkcs8 v0.10.2
19752026-05-26T06:31:02.035Z Compiling zerocopy v0.7.35
19762026-05-26T06:31:02.205Z Compiling ipnet v2.11.0
19772026-05-26T06:31:02.258Z Compiling ref-cast-impl v1.0.25
19782026-05-26T06:31:02.389Z Compiling darling_core v0.20.11
19792026-05-26T06:31:02.578Z Compiling curve25519-dalek v4.1.3
19802026-05-26T06:31:02.663Z Compiling toml_datetime v0.7.5+spec-1.1.0
19812026-05-26T06:31:02.812Z Compiling memoffset v0.9.1
19822026-05-26T06:31:02.846Z Compiling winnow v0.5.40
19832026-05-26T06:31:02.947Z Compiling pin-utils v0.1.0
19842026-05-26T06:31:03.121Z Compiling litrs v1.0.0
19852026-05-26T06:31:03.207Z Compiling httpdate v1.0.3
19862026-05-26T06:31:03.471Z Compiling rustix v0.38.44
19872026-05-26T06:31:03.644Z Compiling foreign-types-shared v0.1.1
19882026-05-26T06:31:03.748Z Compiling foreign-types v0.3.2
19892026-05-26T06:31:03.813Z Compiling document-features v0.2.12
19902026-05-26T06:31:03.834Z Compiling tempfile v3.25.0
19912026-05-26T06:31:04.181Z Compiling toml_edit v0.19.15
19922026-05-26T06:31:04.201Z Compiling dof v0.3.0
19932026-05-26T06:31:04.343Z Compiling unicode-normalization v0.1.25
19942026-05-26T06:31:04.358Z Compiling darling_macro v0.20.11
19952026-05-26T06:31:04.473Z Compiling dtrace-parser v0.2.0
19962026-05-26T06:31:04.579Z Compiling dof v0.4.0
19972026-05-26T06:31:04.830Z Compiling hyper v1.8.1
19982026-05-26T06:31:04.896Z Compiling dtrace-parser v0.3.0
19992026-05-26T06:31:05.043Z Compiling daft-derive v0.1.7
20002026-05-26T06:31:05.078Z Compiling pin-project-internal v1.1.11
20012026-05-26T06:31:05.143Z Compiling spin v0.9.8
20022026-05-26T06:31:05.185Z Compiling thread-id v5.1.0
20032026-05-26T06:31:05.218Z Compiling thread-id v4.2.2
20042026-05-26T06:31:05.288Z Compiling powerfmt v0.2.0
20052026-05-26T06:31:05.335Z Compiling smoltcp v0.9.1
20062026-05-26T06:31:05.506Z Compiling cfg_aliases v0.2.1
20072026-05-26T06:31:05.522Z Compiling num-bigint-dig v0.8.6
20082026-05-26T06:31:05.573Z Compiling deranged v0.5.8
20092026-05-26T06:31:05.599Z Compiling nix v0.31.2
20102026-05-26T06:31:05.959Z Compiling hyper-util v0.1.20
20112026-05-26T06:31:06.087Z Compiling darling v0.20.11
20122026-05-26T06:31:06.177Z Compiling rustls-native-certs v0.8.3
20132026-05-26T06:31:06.216Z Compiling ipnetwork v0.21.1
20142026-05-26T06:31:06.474Z Compiling curve25519-dalek-derive v0.1.1
20152026-05-26T06:31:06.614Z Compiling strum_macros v0.26.4
20162026-05-26T06:31:06.739Z Compiling sync_wrapper v1.0.2
20172026-05-26T06:31:06.857Z Compiling wait-timeout v0.2.1
20182026-05-26T06:31:07.086Z Compiling anstyle v1.0.13
20192026-05-26T06:31:07.107Z Compiling bit-vec v0.8.0
20202026-05-26T06:31:07.262Z Compiling siphasher v1.0.2
20212026-05-26T06:31:07.320Z Compiling quick-error v1.2.3
20222026-05-26T06:31:07.343Z Compiling num_threads v0.1.7
20232026-05-26T06:31:07.461Z Compiling utf8parse v0.2.2
20242026-05-26T06:31:07.464Z Compiling simd-adler32 v0.3.8
20252026-05-26T06:31:07.576Z Compiling anstyle-parse v0.2.7
20262026-05-26T06:31:07.588Z Compiling time v0.3.47
20272026-05-26T06:31:07.620Z Compiling rusty-fork v0.3.1
20282026-05-26T06:31:07.812Z Compiling bit-set v0.8.0
20292026-05-26T06:31:07.827Z Compiling tower v0.5.3
20302026-05-26T06:31:08.193Z Compiling derive_builder_core v0.20.2
20312026-05-26T06:31:08.272Z Compiling http-body-util v0.1.3
20322026-05-26T06:31:08.465Z Compiling webpki-roots v1.0.6
20332026-05-26T06:31:08.599Z Compiling rand_xorshift v0.4.0
20342026-05-26T06:31:08.615Z Compiling signature v2.2.0
20352026-05-26T06:31:08.633Z Compiling hubpack_derive v0.1.1
20362026-05-26T06:31:08.633Z Compiling strum_macros v0.27.2
20372026-05-26T06:31:08.766Z Compiling snafu-derive v0.8.9
20382026-05-26T06:31:08.976Z Compiling fs-err v3.3.0
20392026-05-26T06:31:09.010Z Compiling ahash v0.8.12
20402026-05-26T06:31:09.100Z Compiling colorchoice v1.0.4
20412026-05-26T06:31:09.122Z Compiling is_terminal_polyfill v1.70.2
20422026-05-26T06:31:09.194Z Compiling object v0.37.3
20432026-05-26T06:31:09.230Z Compiling unicode-bidi v0.3.18
20442026-05-26T06:31:09.261Z Compiling adler2 v2.0.1
20452026-05-26T06:31:09.481Z Compiling ryu v1.0.23
20462026-05-26T06:31:09.498Z Compiling anstyle-query v1.1.5
20472026-05-26T06:31:09.501Z Compiling unarray v0.1.4
20482026-05-26T06:31:09.545Z Compiling unicode-properties v0.1.4
20492026-05-26T06:31:09.578Z Compiling allocator-api2 v0.2.21
20502026-05-26T06:31:09.628Z Compiling iri-string v0.7.10
20512026-05-26T06:31:09.667Z Compiling unicode-segmentation v1.12.0
20522026-05-26T06:31:09.735Z Compiling serde_urlencoded v0.7.1
20532026-05-26T06:31:09.760Z Compiling stringprep v0.1.5
20542026-05-26T06:31:09.792Z Compiling proptest v1.10.0
20552026-05-26T06:31:09.847Z Compiling anstream v0.6.21
20562026-05-26T06:31:10.063Z Compiling miniz_oxide v0.8.9
20572026-05-26T06:31:10.159Z Compiling derive_builder_macro v0.20.2
20582026-05-26T06:31:10.411Z Compiling tokio-native-tls v0.3.1
20592026-05-26T06:31:10.441Z Compiling usdt-attr-macro v0.6.0
20602026-05-26T06:31:10.478Z Compiling usdt-macro v0.6.0
20612026-05-26T06:31:10.763Z Compiling tower-http v0.6.8
20622026-05-26T06:31:10.866Z Compiling rand_chacha v0.3.1
20632026-05-26T06:31:11.006Z Compiling erased-serde v0.3.31
20642026-05-26T06:31:11.022Z Compiling md-5 v0.10.6
20652026-05-26T06:31:11.025Z Compiling bstr v1.12.1
20662026-05-26T06:31:11.200Z Compiling num-integer v0.1.46
20672026-05-26T06:31:11.203Z Compiling hash32 v0.2.1
20682026-05-26T06:31:11.216Z Compiling vergen-lib v0.1.6
20692026-05-26T06:31:11.244Z Compiling ff v0.13.1
20702026-05-26T06:31:11.429Z Compiling base16ct v0.2.0
20712026-05-26T06:31:11.458Z Compiling fallible-iterator v0.2.0
20722026-05-26T06:31:11.476Z Compiling zlib-rs v0.6.2
20732026-05-26T06:31:11.494Z Compiling psl-types v2.0.11
20742026-05-26T06:31:11.598Z Compiling sec1 v0.7.3
20752026-05-26T06:31:11.614Z Compiling publicsuffix v2.3.0
20762026-05-26T06:31:11.630Z Compiling num-iter v0.1.45
20772026-05-26T06:31:11.675Z Compiling group v0.13.0
20782026-05-26T06:31:11.743Z Compiling postgres-protocol v0.6.10
20792026-05-26T06:31:11.781Z Compiling newtype-uuid v1.3.2
20802026-05-26T06:31:11.882Z Compiling rand v0.8.6
20812026-05-26T06:31:12.144Z Compiling oxnet v0.1.4
20822026-05-26T06:31:12.261Z Compiling derive_builder v0.20.2
20832026-05-26T06:31:12.354Z Compiling hyper-tls v0.6.0
20842026-05-26T06:31:12.500Z Compiling heck v0.4.1
20852026-05-26T06:31:12.518Z Compiling phf_shared v0.13.1
20862026-05-26T06:31:12.531Z Compiling pin-project v1.1.11
20872026-05-26T06:31:12.588Z Compiling lazy_static v1.5.0
20882026-05-26T06:31:12.721Z Compiling terminal_size v0.4.3
20892026-05-26T06:31:12.736Z Compiling serde_with_macros v3.17.0
20902026-05-26T06:31:12.751Z Compiling futures-executor v0.3.32
20912026-05-26T06:31:12.868Z Compiling hex v0.4.3
20922026-05-26T06:31:12.954Z Compiling cargo-platform v0.1.9
20932026-05-26T06:31:13.026Z Compiling hkdf v0.12.4
20942026-05-26T06:31:13.184Z Compiling crypto-bigint v0.5.5
20952026-05-26T06:31:13.200Z Compiling clap_derive v4.5.55
20962026-05-26T06:31:13.203Z Compiling enum-as-inner v0.6.1
20972026-05-26T06:31:13.234Z Compiling serde_repr v0.1.20
20982026-05-26T06:31:13.244Z Compiling async-recursion v1.1.1
20992026-05-26T06:31:13.387Z Compiling vergen v9.0.6
21002026-05-26T06:31:13.599Z Compiling flate2 v1.1.9
21012026-05-26T06:31:13.762Z Compiling encoding_rs v0.8.35
21022026-05-26T06:31:13.812Z Compiling bitflags v1.3.2
21032026-05-26T06:31:13.815Z Compiling mime v0.3.17
21042026-05-26T06:31:13.876Z Compiling libbz2-rs-sys v0.2.2
21052026-05-26T06:31:13.906Z Compiling managed v0.8.0
21062026-05-26T06:31:13.927Z Compiling clap_lex v1.0.0
21072026-05-26T06:31:13.930Z Compiling foldhash v0.2.0
21082026-05-26T06:31:14.158Z Compiling bumpalo v3.20.2
21092026-05-26T06:31:14.209Z Compiling same-file v1.0.6
21102026-05-26T06:31:14.252Z Compiling foldhash v0.1.5
21112026-05-26T06:31:14.295Z Compiling bzip2 v0.6.1
21122026-05-26T06:31:14.338Z Compiling walkdir v2.5.0
21132026-05-26T06:31:14.367Z Compiling zopfli v0.8.3
21142026-05-26T06:31:14.422Z Compiling hashbrown v0.15.5
21152026-05-26T06:31:14.513Z Compiling elliptic-curve v0.13.8
21162026-05-26T06:31:14.516Z Compiling hashbrown v0.16.1
21172026-05-26T06:31:14.645Z Compiling clap_builder v4.5.60
21182026-05-26T06:31:14.933Z Compiling zstd v0.13.3
21192026-05-26T06:31:14.987Z Compiling cargo_metadata v0.19.2
21202026-05-26T06:31:15.106Z Compiling futures v0.3.32
21212026-05-26T06:31:15.229Z Compiling phf v0.13.1
21222026-05-26T06:31:15.328Z Compiling snafu v0.8.9
21232026-05-26T06:31:15.381Z Compiling signal-hook-mio v0.2.5
21242026-05-26T06:31:15.410Z Compiling daft v0.1.7
21252026-05-26T06:31:15.667Z Compiling cookie_store v0.22.1
21262026-05-26T06:31:15.708Z Compiling postgres-types v0.2.12
21272026-05-26T06:31:15.729Z Compiling bzip2 v0.4.4
21282026-05-26T06:31:15.826Z Compiling globset v0.4.18
21292026-05-26T06:31:15.947Z Compiling strum v0.27.2
21302026-05-26T06:31:16.265Z Compiling hubpack v0.1.2
21312026-05-26T06:31:16.269Z Compiling ed25519 v2.2.3
21322026-05-26T06:31:16.300Z Compiling phf_shared v0.11.3
21332026-05-26T06:31:16.376Z Compiling crossbeam-epoch v0.9.18
21342026-05-26T06:31:16.424Z Compiling olpc-cjson v0.1.4
21352026-05-26T06:31:16.499Z Compiling pkcs1 v0.7.5
21362026-05-26T06:31:16.532Z Compiling pem v3.0.6
21372026-05-26T06:31:16.706Z Compiling serde-big-array v0.5.1
21382026-05-26T06:31:16.711Z Compiling serde_plain v1.0.2
21392026-05-26T06:31:16.814Z Compiling rfc6979 v0.4.0
21402026-05-26T06:31:16.833Z Compiling float-cmp v0.10.0
21412026-05-26T06:31:16.869Z Compiling memmap2 v0.9.10
21422026-05-26T06:31:16.887Z Compiling env_filter v1.0.0
21432026-05-26T06:31:16.922Z Compiling new_debug_unreachable v1.0.6
21442026-05-26T06:31:16.942Z Compiling toml_write v0.1.2
21452026-05-26T06:31:16.960Z Compiling difflib v0.4.0
21462026-05-26T06:31:17.001Z Compiling keccak v0.1.6
21472026-05-26T06:31:17.014Z Compiling typed-path v0.9.3
21482026-05-26T06:31:17.126Z Compiling jiff v0.2.21
21492026-05-26T06:31:17.145Z Compiling static_assertions v1.1.0
21502026-05-26T06:31:17.159Z Compiling precomputed-hash v0.1.1
21512026-05-26T06:31:17.177Z Compiling normalize-line-endings v0.3.0
21522026-05-26T06:31:17.217Z Compiling fixedbitset v0.5.7
21532026-05-26T06:31:17.239Z Compiling data-encoding v2.10.0
21542026-05-26T06:31:17.266Z Compiling predicates-core v1.0.10
21552026-05-26T06:31:17.446Z Compiling fixedbitset v0.4.2
21562026-05-26T06:31:17.464Z Compiling whoami v2.1.0
21572026-05-26T06:31:17.510Z Compiling petgraph v0.8.3
21582026-05-26T06:31:17.558Z Compiling hickory-proto v0.25.2
21592026-05-26T06:31:17.664Z Compiling petgraph v0.6.5
21602026-05-26T06:31:17.779Z Compiling tokio-postgres v0.7.16
21612026-05-26T06:31:17.802Z Compiling predicates v3.1.4
21622026-05-26T06:31:17.841Z Compiling string_cache v0.8.9
21632026-05-26T06:31:18.074Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21642026-05-26T06:31:18.144Z Compiling sha3 v0.10.8
21652026-05-26T06:31:18.267Z Compiling toml_edit v0.22.27
21662026-05-26T06:31:18.377Z Compiling usdt v0.6.0
21672026-05-26T06:31:18.431Z Compiling env_logger v0.11.9
21682026-05-26T06:31:18.667Z Compiling ecdsa v0.16.9
21692026-05-26T06:31:19.044Z Compiling rsa v0.9.10
21702026-05-26T06:31:19.071Z Compiling ed25519-dalek v2.2.0
21712026-05-26T06:31:19.708Z Compiling zip v4.6.1
21722026-05-26T06:31:19.784Z Compiling clap v4.5.60
21732026-05-26T06:31:19.853Z Compiling crossterm v0.28.1
21742026-05-26T06:31:19.883Z Compiling zip v0.6.6
21752026-05-26T06:31:20.512Z Compiling iddqd v0.4.1
21762026-05-26T06:31:20.807Z Compiling serde_with v3.17.0
21772026-05-26T06:31:20.861Z Compiling similar v2.7.0
21782026-05-26T06:31:20.864Z Compiling strum v0.26.3
21792026-05-26T06:31:20.917Z Compiling toml v0.7.8
21802026-05-26T06:31:20.959Z Compiling tokio-stream v0.1.18
21812026-05-26T06:31:21.029Z Compiling itertools v0.13.0
21822026-05-26T06:31:21.119Z Compiling buf-list v1.1.2
21832026-05-26T06:31:21.338Z Compiling x509-cert v0.2.5
21842026-05-26T06:31:21.623Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21852026-05-26T06:31:21.687Z Compiling openapiv3 v2.2.0
21862026-05-26T06:31:21.757Z Compiling sha1 v0.10.6
21872026-05-26T06:31:22.134Z Compiling lalrpop-util v0.19.12
21882026-05-26T06:31:22.178Z Compiling peg-runtime v0.8.5
21892026-05-26T06:31:36.743Z Compiling rustls-webpki v0.103.9
21902026-05-26T06:31:38.360Z Compiling macaddr v1.0.1
21912026-05-26T06:31:38.450Z Compiling structmeta-derive v0.3.0
21922026-05-26T06:31:38.482Z Compiling rayon-core v1.13.0
21932026-05-26T06:31:38.582Z Compiling crucible-workspace-hack v0.1.0
21942026-05-26T06:31:38.627Z Compiling itertools v0.14.0
21952026-05-26T06:31:38.665Z Compiling secrecy v0.10.3
21962026-05-26T06:31:38.709Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21972026-05-26T06:31:38.816Z Compiling rustls v0.22.4
21982026-05-26T06:31:38.857Z Compiling heapless v0.8.0
21992026-05-26T06:31:39.048Z Compiling crossbeam-deque v0.8.6
22002026-05-26T06:31:39.058Z Compiling toml_edit v0.23.10+spec-1.0.0
22012026-05-26T06:31:39.121Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-26T06:31:39.287Z Compiling rustls-webpki v0.102.8
22032026-05-26T06:31:39.307Z Compiling hash32 v0.3.1
22042026-05-26T06:31:39.349Z Compiling multer v3.1.0
22052026-05-26T06:31:39.367Z Compiling thread_local v1.1.9
22062026-05-26T06:31:39.367Z Compiling slog-async v2.8.0
22072026-05-26T06:31:39.476Z Compiling structmeta v0.3.0
22082026-05-26T06:31:39.491Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22092026-05-26T06:31:39.506Z Compiling compression-core v0.4.31
22102026-05-26T06:31:39.566Z Compiling smoltcp v0.11.0
22112026-05-26T06:31:39.659Z Compiling match_cfg v0.1.0
22122026-05-26T06:31:39.698Z Compiling unicode-width v0.2.0
22132026-05-26T06:31:39.714Z Compiling derive-ex v0.1.8
22142026-05-26T06:31:39.749Z Compiling hostname v0.3.1
22152026-05-26T06:31:39.796Z Compiling compression-codecs v0.4.37
22162026-05-26T06:31:39.838Z Compiling proc-macro-crate v3.4.0
22172026-05-26T06:31:39.895Z Compiling ingot-macros v0.1.1
22182026-05-26T06:31:40.010Z Compiling slog-json v2.6.1
22192026-05-26T06:31:40.026Z Compiling crossbeam-channel v0.5.15
22202026-05-26T06:31:40.178Z Compiling half v2.7.1
22212026-05-26T06:31:40.278Z Compiling newtype-uuid-macros v0.1.0
22222026-05-26T06:31:40.293Z Compiling cobs v0.3.0
22232026-05-26T06:31:40.476Z Compiling thiserror-impl-no-std v2.0.2
22242026-05-26T06:31:40.549Z Compiling tokio-rustls v0.26.4
22252026-05-26T06:31:40.589Z Compiling rustls-platform-verifier v0.6.2
22262026-05-26T06:31:40.723Z Compiling universal-hash v0.5.1
22272026-05-26T06:31:40.815Z Compiling hyper-rustls v0.27.7
22282026-05-26T06:31:40.843Z Compiling async-stream-impl v0.3.6
22292026-05-26T06:31:40.888Z Compiling serde_spanned v1.0.4
22302026-05-26T06:31:41.012Z Compiling toml_datetime v1.0.0+spec-1.1.0
22312026-05-26T06:31:41.075Z Compiling reqwest v0.12.28
22322026-05-26T06:31:41.114Z Compiling reqwest v0.13.2
22332026-05-26T06:31:41.148Z Compiling is-terminal v0.4.17
22342026-05-26T06:31:41.248Z Compiling dropshot v0.17.0
22352026-05-26T06:31:41.266Z Compiling proc-macro-error-attr v1.0.4
22362026-05-26T06:31:41.417Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22372026-05-26T06:31:41.460Z Compiling take_mut v0.2.2
22382026-05-26T06:31:41.478Z Compiling toml_writer v1.0.6+spec-1.1.0
22392026-05-26T06:31:41.495Z Compiling term v1.2.1
22402026-05-26T06:31:41.509Z Compiling ciborium-io v0.2.2
22412026-05-26T06:31:41.523Z Compiling convert_case v0.4.0
22422026-05-26T06:31:41.599Z Compiling opaque-debug v0.3.1
22432026-05-26T06:31:41.642Z Compiling ciborium-ll v0.2.2
22442026-05-26T06:31:41.663Z Compiling poly1305 v0.8.0
22452026-05-26T06:31:41.688Z Compiling toml v1.0.6+spec-1.1.0
22462026-05-26T06:31:41.849Z Compiling derive_more v0.99.20
22472026-05-26T06:31:41.930Z Compiling slog-term v2.9.2
22482026-05-26T06:31:41.946Z Compiling tokio-rustls v0.25.0
22492026-05-26T06:31:42.215Z Compiling thiserror-no-std v2.0.2
22502026-05-26T06:31:42.305Z Compiling async-stream v0.3.6
22512026-05-26T06:31:42.329Z Compiling test-strategy v0.4.5
22522026-05-26T06:31:42.348Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22532026-05-26T06:31:42.455Z Compiling ingot-types v0.1.2
22542026-05-26T06:31:42.520Z Compiling postcard v1.1.3
22552026-05-26T06:31:42.921Z Compiling tough v0.22.0
22562026-05-26T06:31:42.925Z Compiling ingot v0.1.1
22572026-05-26T06:31:43.164Z Compiling num_enum_derive v0.7.5
22582026-05-26T06:31:43.275Z Compiling slog-bunyan v2.5.0
22592026-05-26T06:31:43.507Z Compiling async-compression v0.4.41
22602026-05-26T06:31:43.627Z Compiling parse-display-derive v0.10.0
22612026-05-26T06:31:43.995Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22622026-05-26T06:31:44.031Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22632026-05-26T06:31:44.129Z Compiling proc-macro-crate v1.3.1
22642026-05-26T06:31:44.153Z Compiling backon v1.6.0
22652026-05-26T06:31:44.283Z Compiling waitgroup v0.1.2
22662026-05-26T06:31:44.351Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22672026-05-26T06:31:44.434Z Compiling password-hash v0.5.0
22682026-05-26T06:31:44.448Z Compiling chacha20 v0.9.1
22692026-05-26T06:31:44.466Z Compiling dropshot_endpoint v0.17.0
22702026-05-26T06:31:44.493Z Compiling rustls-pemfile v2.2.0
22712026-05-26T06:31:44.677Z Compiling blake2 v0.10.6
22722026-05-26T06:31:44.802Z Compiling aead v0.5.2
22732026-05-26T06:31:44.837Z Compiling foreign-types-macros v0.2.3
22742026-05-26T06:31:45.088Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22752026-05-26T06:31:45.162Z Compiling serde_path_to_error v0.1.20
22762026-05-26T06:31:45.195Z Compiling hostname v0.4.2
22772026-05-26T06:31:45.211Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22782026-05-26T06:31:45.381Z Compiling proc-macro-error v1.0.4
22792026-05-26T06:31:45.401Z Compiling instant v0.1.13
22802026-05-26T06:31:45.424Z Compiling debug-ignore v1.0.5
22812026-05-26T06:31:45.453Z Compiling foreign-types-shared v0.3.1
22822026-05-26T06:31:45.487Z Compiling cpufeatures v0.3.0
22832026-05-26T06:31:45.513Z Compiling typeid v1.0.3
22842026-05-26T06:31:45.530Z Compiling backoff v0.4.0
22852026-05-26T06:31:45.547Z Compiling foreign-types v0.5.0
22862026-05-26T06:31:45.561Z Compiling chacha20 v0.10.0
22872026-05-26T06:31:45.598Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22882026-05-26T06:31:45.616Z Compiling parse-display v0.10.0
22892026-05-26T06:31:45.619Z Compiling chacha20poly1305 v0.10.1
22902026-05-26T06:31:45.650Z Compiling argon2 v0.5.3
22912026-05-26T06:31:45.680Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22922026-05-26T06:31:45.772Z Compiling num_enum_derive v0.5.11
22932026-05-26T06:31:45.789Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22942026-05-26T06:31:45.807Z Compiling num_enum v0.7.5
22952026-05-26T06:31:45.840Z Compiling vsss-rs v3.3.4
22962026-05-26T06:31:45.894Z Compiling ciborium v0.2.2
22972026-05-26T06:31:46.090Z Compiling tabwriter v1.4.1
22982026-05-26T06:31:46.343Z Compiling regress v0.10.5
22992026-05-26T06:31:46.473Z Compiling byte-wrapper v0.1.0
23002026-05-26T06:31:46.529Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23012026-05-26T06:31:46.554Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23022026-05-26T06:31:46.687Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23032026-05-26T06:31:46.703Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23042026-05-26T06:31:46.750Z Compiling cstr-argument v0.1.2
23052026-05-26T06:31:46.892Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23062026-05-26T06:31:46.940Z Compiling humantime v2.3.0
23072026-05-26T06:31:47.004Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23082026-05-26T06:31:47.135Z Compiling erased-serde v0.4.9
23092026-05-26T06:31:47.235Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-05-26T06:31:47.282Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23112026-05-26T06:31:47.303Z Compiling num_enum v0.5.11
23122026-05-26T06:31:47.339Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23132026-05-26T06:31:47.397Z Compiling rand v0.10.0
23142026-05-26T06:31:47.414Z Compiling rayon v1.11.0
23152026-05-26T06:31:47.445Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23162026-05-26T06:31:47.489Z Compiling colored v3.1.1
23172026-05-26T06:31:47.523Z Compiling libefi-sys v0.1.0
23182026-05-26T06:31:47.587Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23192026-05-26T06:31:47.619Z Compiling indent_write v2.2.0
23202026-05-26T06:31:47.710Z Compiling zone_cfg_derive v0.3.1
23212026-05-26T06:31:47.728Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23222026-05-26T06:31:47.797Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23232026-05-26T06:31:47.814Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23242026-05-26T06:31:47.916Z Compiling camino-tempfile v1.4.1
23252026-05-26T06:31:48.050Z Compiling itertools v0.12.1
23262026-05-26T06:31:48.188Z Compiling usdt-macro v0.5.0
23272026-05-26T06:31:48.209Z Compiling usdt-attr-macro v0.5.0
23282026-05-26T06:31:48.322Z Compiling bitfield-struct v0.6.2
23292026-05-26T06:31:48.359Z Compiling num-derive v0.4.2
23302026-05-26T06:31:48.375Z Compiling blake3 v1.8.3
23312026-05-26T06:31:48.378Z Compiling ordered-float v2.10.1
23322026-05-26T06:31:48.692Z Compiling sigpipe v0.1.3
23332026-05-26T06:31:48.750Z Compiling memmap v0.7.0
23342026-05-26T06:31:48.807Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23352026-05-26T06:31:48.898Z Compiling glob v0.3.3
23362026-05-26T06:31:48.959Z Compiling swrite v0.1.0
23372026-05-26T06:31:48.980Z Compiling usdt v0.5.0
23382026-05-26T06:31:49.005Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23392026-05-26T06:31:49.093Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23402026-05-26T06:31:49.256Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23412026-05-26T06:31:49.350Z Compiling serde-value v0.7.0
23422026-05-26T06:31:49.545Z Compiling zone v0.3.1
23432026-05-26T06:31:49.562Z Compiling serde-untagged v0.1.9
23442026-05-26T06:31:49.654Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23452026-05-26T06:31:49.853Z Compiling toml v0.8.23
23462026-05-26T06:31:49.897Z Compiling smf v0.2.3
23472026-05-26T06:31:49.945Z Compiling filetime v0.2.27
23482026-05-26T06:31:49.972Z Compiling arrayvec v0.7.6
23492026-05-26T06:31:49.975Z Compiling arrayref v0.3.9
23502026-05-26T06:31:49.975Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-05-26T06:31:50.062Z Compiling xattr v1.6.1
23522026-05-26T06:31:50.088Z Compiling unicode-xid v0.2.6
23532026-05-26T06:31:50.106Z Compiling whoami v1.6.1
23542026-05-26T06:31:50.154Z Compiling constant_time_eq v0.4.2
23552026-05-26T06:31:50.172Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-05-26T06:31:50.234Z Compiling tar v0.4.45
23572026-05-26T06:31:50.253Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23582026-05-26T06:31:50.275Z Compiling tokio-dtrace v0.1.1
23592026-05-26T06:31:50.371Z Compiling cargo-util-schemas v0.8.2
23602026-05-26T06:31:50.570Z Compiling console v0.16.2
23612026-05-26T06:31:50.623Z Compiling gethostname v0.5.0
23622026-05-26T06:31:50.782Z Compiling cargo-platform v0.2.0
23632026-05-26T06:31:50.875Z Compiling unit-prefix v0.5.2
23642026-05-26T06:31:51.049Z Compiling topological-sort v0.2.2
23652026-05-26T06:31:51.064Z Compiling indicatif v0.18.4
23662026-05-26T06:31:51.100Z Compiling oxide-tokio-rt v0.1.4
23672026-05-26T06:31:51.131Z Compiling shell-words v1.1.1
23682026-05-26T06:31:51.236Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23692026-05-26T06:31:51.575Z Compiling cargo_metadata v0.21.0
23702026-05-26T06:32:00.725Z Compiling progenitor-client v0.14.0
23712026-05-26T06:32:00.747Z Compiling progenitor-client v0.10.0
23722026-05-26T06:32:00.750Z Compiling omicron-zone-package v0.12.2
23732026-05-26T06:32:01.214Z Compiling progenitor-extras v0.2.0
23742026-05-26T06:32:03.364Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23752026-05-26T06:32:03.364Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23762026-05-26T06:32:03.396Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23772026-05-26T06:32:03.502Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-05-26T06:32:03.568Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23792026-05-26T06:32:03.687Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23802026-05-26T06:32:03.704Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23812026-05-26T06:32:03.850Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23822026-05-26T06:32:03.916Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23832026-05-26T06:32:07.842Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23842026-05-26T06:32:15.406Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23852026-05-26T06:32:18.445Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23862026-05-26T06:32:19.412Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23872026-05-26T06:32:29.082Z Finished `release` profile [optimized] target(s) in 1m 43s
23882026-05-26T06:32:29.237Z Running `target/release/omicron-package -t test target create -p dev`
23892026-05-26T06:32:29.299ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902026-05-26T06:32:29.302ZCreated new build target 'test' and set it as active
23912026-05-26T06:32:29.302Z
23922026-05-26T06:32:29.302Zreal 1:43.492653287
23932026-05-26T06:32:29.302Zuser 16:53.754153734
23942026-05-26T06:32:29.302Zsys 2:35.958593066
23952026-05-26T06:32:29.302Ztrap 0.452877327
23962026-05-26T06:32:29.302Ztflt 2.762342883
23972026-05-26T06:32:29.302Zdflt 4.205255210
23982026-05-26T06:32:29.302Zkflt 0.000651130
23992026-05-26T06:32:29.302Zlock 52:34.593873997
24002026-05-26T06:32:29.302Zslp 43:04.705231730
24012026-05-26T06:32:29.302Zlat 42.988588432
24022026-05-26T06:32:29.302Zstop 5:24.853316263
24032026-05-26T06:32:29.305Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24042026-05-26T06:32:30.183Z Finished `release` profile [optimized] target(s) in 0.86s
24052026-05-26T06:32:30.253Z Running `target/release/omicron-package -t test package`
24062026-05-26T06:32:30.310ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072026-05-26T06:32:31.739Z Compiling heck v0.5.0
24082026-05-26T06:32:31.739Z Compiling regress v0.11.1
24092026-05-26T06:32:31.739Z Compiling unsafe-libyaml v0.2.11
24102026-05-26T06:32:32.000Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24112026-05-26T06:32:32.020Z Compiling regress v0.10.5
24122026-05-26T06:32:32.051Z Compiling is-terminal v0.4.17
24132026-05-26T06:32:32.053Z Compiling unicode-width v0.1.14
24142026-05-26T06:32:32.054Z Compiling prettyplease v0.2.37
24152026-05-26T06:32:32.054Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24162026-05-26T06:32:32.071Z Compiling bytecount v0.6.9
24172026-05-26T06:32:32.074Z Compiling rustls v0.22.4
24182026-05-26T06:32:32.074Z Compiling rustls-webpki v0.102.8
24192026-05-26T06:32:32.074Z Compiling derive-where v1.6.0
24202026-05-26T06:32:32.074Z Compiling thread_local v1.1.9
24212026-05-26T06:32:32.093Z Compiling match_cfg v0.1.0
24222026-05-26T06:32:32.200Z Compiling compression-core v0.4.31
24232026-05-26T06:32:32.240Z Compiling hostname v0.3.1
24242026-05-26T06:32:32.261Z Compiling multer v3.1.0
24252026-05-26T06:32:32.327Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24262026-05-26T06:32:32.368Z Compiling compression-codecs v0.4.37
24272026-05-26T06:32:32.410Z Compiling slog-async v2.8.0
24282026-05-26T06:32:32.413Z Compiling crossbeam-channel v0.5.15
24292026-05-26T06:32:32.453Z Compiling serde_yaml v0.9.34+deprecated
24302026-05-26T06:32:32.456Z Compiling slog-json v2.6.1
24312026-05-26T06:32:32.456Z Compiling serde_spanned v1.0.4
24322026-05-26T06:32:32.493Z Compiling toml_datetime v1.0.0+spec-1.1.0
24332026-05-26T06:32:32.578Z Compiling term v1.2.1
24342026-05-26T06:32:32.600Z Compiling take_mut v0.2.2
24352026-05-26T06:32:32.623Z Compiling toml_writer v1.0.6+spec-1.1.0
24362026-05-26T06:32:32.665Z Compiling slog-bunyan v2.5.0
24372026-05-26T06:32:32.687Z Compiling async-compression v0.4.41
24382026-05-26T06:32:32.815Z Compiling async-stream v0.3.6
24392026-05-26T06:32:32.838Z Compiling toml v1.0.6+spec-1.1.0
24402026-05-26T06:32:32.863Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24412026-05-26T06:32:32.886Z Compiling dropshot v0.17.0
24422026-05-26T06:32:32.951Z Compiling slog-term v2.9.2
24432026-05-26T06:32:33.009Z Compiling num-rational v0.4.2
24442026-05-26T06:32:33.034Z Compiling progenitor-client v0.14.0
24452026-05-26T06:32:33.037Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24462026-05-26T06:32:33.095Z Compiling waitgroup v0.1.2
24472026-05-26T06:32:33.189Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-05-26T06:32:33.216Z Compiling backon v1.6.0
24492026-05-26T06:32:33.249Z Compiling rustls-pemfile v2.2.0
24502026-05-26T06:32:33.252Z Compiling num-complex v0.4.6
24512026-05-26T06:32:33.338Z Compiling serde_path_to_error v0.1.20
24522026-05-26T06:32:33.371Z Compiling hostname v0.4.2
24532026-05-26T06:32:33.399Z Compiling instant v0.1.13
24542026-05-26T06:32:33.455Z Compiling typify-impl v0.6.2
24552026-05-26T06:32:33.480Z Compiling debug-ignore v1.0.5
24562026-05-26T06:32:33.498Z Compiling backoff v0.4.0
24572026-05-26T06:32:33.533Z Compiling progenitor-extras v0.2.0
24582026-05-26T06:32:33.554Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24592026-05-26T06:32:33.617Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-05-26T06:32:33.744Z Compiling num v0.4.3
24612026-05-26T06:32:33.771Z Compiling parse-display v0.10.0
24622026-05-26T06:32:33.793Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-05-26T06:32:33.813Z Compiling progenitor-client v0.13.0
24642026-05-26T06:32:33.856Z Compiling progenitor-client v0.10.0
24652026-05-26T06:32:33.906Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-05-26T06:32:33.996Z Compiling macaddr v1.0.1
24672026-05-26T06:32:34.018Z Compiling float-ord v0.3.2
24682026-05-26T06:32:34.038Z Compiling humantime v2.3.0
24692026-05-26T06:32:34.167Z Compiling console v0.15.11
24702026-05-26T06:32:34.244Z Compiling atomicwrites v0.4.4
24712026-05-26T06:32:34.311Z Compiling newline-converter v0.3.0
24722026-05-26T06:32:34.334Z Compiling slog-dtrace v0.3.0
24732026-05-26T06:32:34.356Z Compiling owo-colors v4.3.0
24742026-05-26T06:32:34.403Z Compiling tokio-rustls v0.25.0
24752026-05-26T06:32:34.546Z Compiling cancel-safe-futures v0.1.5
24762026-05-26T06:32:34.566Z Compiling expectorate v1.2.0
24772026-05-26T06:32:34.633Z Compiling resolv-conf v0.7.6
24782026-05-26T06:32:34.656Z Compiling toml v0.8.23
24792026-05-26T06:32:34.727Z Compiling libsw-core v0.3.2
24802026-05-26T06:32:34.872Z Compiling linked-hash-map v0.5.6
24812026-05-26T06:32:34.940Z Compiling libsw v3.5.0
24822026-05-26T06:32:35.076Z Compiling linear-map v1.2.0
24832026-05-26T06:32:35.119Z Compiling lru-cache v0.1.2
24842026-05-26T06:32:35.237Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24852026-05-26T06:32:35.261Z Compiling minimal-lexical v0.2.1
24862026-05-26T06:32:35.282Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-05-26T06:32:35.306Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24882026-05-26T06:32:35.329Z Compiling hickory-proto v0.24.4
24892026-05-26T06:32:35.398Z Compiling unicode-xid v0.2.6
24902026-05-26T06:32:35.448Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24912026-05-26T06:32:35.474Z Compiling nom v7.1.3
24922026-05-26T06:32:35.536Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24932026-05-26T06:32:35.556Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24942026-05-26T06:32:35.726Z Compiling convert_case v0.10.0
24952026-05-26T06:32:36.016Z Compiling derive_more-impl v2.1.1
24962026-05-26T06:32:36.435Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24972026-05-26T06:32:36.817Z Compiling derive_more v2.1.1
24982026-05-26T06:32:36.838Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24992026-05-26T06:32:36.859Z Compiling papergrid v0.11.0
25002026-05-26T06:32:36.899Z Compiling typify-macro v0.6.2
25012026-05-26T06:32:36.927Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25022026-05-26T06:32:37.002Z Compiling tabled_derive v0.7.0
25032026-05-26T06:32:37.175Z Compiling termtree v0.5.1
25042026-05-26T06:32:37.381Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-05-26T06:32:37.724Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-05-26T06:32:37.884Z Compiling hickory-resolver v0.24.4
25072026-05-26T06:32:38.056Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-05-26T06:32:38.079Z Compiling tabled v0.15.0
25092026-05-26T06:32:38.271Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25102026-05-26T06:32:38.430Z Compiling typify v0.6.2
25112026-05-26T06:32:38.574Z Compiling progenitor-impl v0.14.0
25122026-05-26T06:32:39.251Z Compiling progenitor-impl v0.13.0
25132026-05-26T06:32:40.725Z Compiling progenitor-macro v0.14.0
25142026-05-26T06:32:41.383Z Compiling qorb v0.4.1
25152026-05-26T06:32:41.406Z Compiling progenitor-macro v0.13.0
25162026-05-26T06:32:42.647Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25172026-05-26T06:32:43.186Z Compiling crossterm v0.29.0
25182026-05-26T06:32:43.468Z Compiling phf_shared v0.12.1
25192026-05-26T06:32:43.730Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25202026-05-26T06:32:43.775Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25212026-05-26T06:32:44.318Z Compiling csv-core v0.1.13
25222026-05-26T06:32:44.401Z Compiling vte v0.14.1
25232026-05-26T06:32:44.668Z Compiling highway v1.3.0
25242026-05-26T06:32:44.753Z Compiling chrono-tz v0.10.4
25252026-05-26T06:32:44.841Z Compiling progenitor v0.14.0
25262026-05-26T06:32:44.844Z Compiling strip-ansi-escapes v0.2.1
25272026-05-26T06:32:44.968Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25282026-05-26T06:32:45.022Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25292026-05-26T06:32:45.404Z Compiling csv v1.4.0
25302026-05-26T06:32:45.428Z Compiling phf v0.12.1
25312026-05-26T06:32:45.448Z Compiling progenitor v0.13.0
25322026-05-26T06:32:45.546Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25332026-05-26T06:32:45.626Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25342026-05-26T06:32:45.647Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25352026-05-26T06:32:46.033Z Compiling const_format_proc_macros v0.2.34
25362026-05-26T06:32:46.117Z Compiling fd-lock v4.0.4
25372026-05-26T06:32:46.139Z Compiling peg-macros v0.8.5
25382026-05-26T06:32:46.196Z Compiling nu-ansi-term v0.50.3
25392026-05-26T06:32:46.432Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25402026-05-26T06:32:46.733Z Compiling reedline v0.40.0
25412026-05-26T06:32:46.837Z Compiling const_format v0.2.35
25422026-05-26T06:32:47.395Z Compiling peg v0.8.5
25432026-05-26T06:32:47.520Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25442026-05-26T06:32:48.352Z Compiling bcs v0.1.6
25452026-05-26T06:32:48.375Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-05-26T06:32:48.676Z Compiling semver v0.1.20
25472026-05-26T06:32:48.831Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-05-26T06:32:48.975Z Compiling rustc_version v0.1.7
25492026-05-26T06:32:49.082Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25502026-05-26T06:32:49.212Z Compiling newtype_derive v0.1.6
25512026-05-26T06:32:49.421Z Compiling unicode-linebreak v0.1.5
25522026-05-26T06:32:49.446Z Compiling smawk v0.3.2
25532026-05-26T06:32:49.713Z Compiling textwrap v0.16.2
25542026-05-26T06:32:49.753Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25552026-05-26T06:32:49.931Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25562026-05-26T06:32:50.181Z Compiling base64 v0.21.7
25572026-05-26T06:32:50.274Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25582026-05-26T06:32:50.710Z Compiling steno v0.4.1
25592026-05-26T06:32:50.761Z Compiling dropshot-api-manager-types v0.7.2
25602026-05-26T06:32:51.038Z Compiling tagptr v0.2.0
25612026-05-26T06:32:51.236Z Compiling moka v0.12.13
25622026-05-26T06:32:51.320Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25632026-05-26T06:32:51.343Z Compiling utf-8 v0.7.6
25642026-05-26T06:32:51.376Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25652026-05-26T06:32:51.592Z Compiling tungstenite v0.21.0
25662026-05-26T06:32:51.659Z Compiling radium v0.7.0
25672026-05-26T06:32:51.854Z Compiling display-error-chain v0.2.2
25682026-05-26T06:32:52.013Z Compiling tap v1.0.1
25692026-05-26T06:32:52.035Z Compiling maybe-uninit v2.0.0
25702026-05-26T06:32:52.170Z Compiling wyz v0.5.1
25712026-05-26T06:32:52.251Z Compiling tokio-tungstenite v0.21.0
25722026-05-26T06:32:52.344Z Compiling hickory-resolver v0.25.2
25732026-05-26T06:32:52.629Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25742026-05-26T06:32:52.676Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25752026-05-26T06:32:52.743Z Compiling zerocopy-derive v0.6.6
25762026-05-26T06:32:53.175Z Compiling packed_struct v0.10.1
25772026-05-26T06:32:53.463Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25782026-05-26T06:32:53.527Z Compiling crc-catalog v2.4.0
25792026-05-26T06:32:53.659Z Compiling funty v2.0.0
25802026-05-26T06:32:53.745Z Compiling crc v3.4.0
25812026-05-26T06:32:53.839Z Compiling zerocopy v0.6.6
25822026-05-26T06:32:54.109Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25832026-05-26T06:32:54.225Z Compiling bitvec v1.0.1
25842026-05-26T06:32:54.614Z Compiling packed_struct_codegen v0.10.1
25852026-05-26T06:32:54.769Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25862026-05-26T06:32:55.552Z Compiling num-derive v0.3.3
25872026-05-26T06:32:55.609Z Compiling bitfield-macros v0.19.4
25882026-05-26T06:32:56.020Z Compiling proc-macro-error-attr2 v2.0.0
25892026-05-26T06:32:56.154Z Compiling indexmap v1.9.3
25902026-05-26T06:32:56.364Z Compiling nodrop v0.1.14
25912026-05-26T06:32:56.435Z Compiling bitfield v0.19.4
25922026-05-26T06:32:56.456Z Compiling libscf-sys v1.1.0
25932026-05-26T06:32:56.459Z Compiling proc-macro-error2 v2.0.1
25942026-05-26T06:32:56.499Z Compiling array-init v0.0.4
25952026-05-26T06:32:56.658Z Compiling smallvec v0.6.14
25962026-05-26T06:32:56.773Z Compiling typify-impl v0.4.3
25972026-05-26T06:32:56.881Z Compiling vergen-gitcl v1.0.8
25982026-05-26T06:32:56.919Z Compiling dirs-sys-next v0.1.2
25992026-05-26T06:32:56.922Z Compiling glob v0.3.3
26002026-05-26T06:32:57.001Z Compiling maplit v1.0.2
26012026-05-26T06:32:57.107Z Compiling diesel_derives v2.3.7
26022026-05-26T06:32:57.129Z Compiling hashbrown v0.12.3
26032026-05-26T06:32:57.192Z Compiling crunchy v0.2.4
26042026-05-26T06:32:57.302Z Compiling clang-sys v1.8.1
26052026-05-26T06:32:57.388Z Compiling dirs-next v2.0.0
26062026-05-26T06:32:57.508Z Compiling serde-hex v0.1.0
26072026-05-26T06:32:57.532Z Compiling tabled_derive v0.11.0
26082026-05-26T06:32:57.725Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26092026-05-26T06:32:58.098Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-05-26T06:32:58.203Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26112026-05-26T06:32:58.390Z Compiling ron v0.8.1
26122026-05-26T06:32:58.424Z Compiling papergrid v0.17.0
26132026-05-26T06:32:58.454Z Compiling testing_table v0.3.0
26142026-05-26T06:32:58.594Z Compiling hashbrown v0.13.2
26152026-05-26T06:32:58.806Z Compiling dsl_auto_type v0.2.0
26162026-05-26T06:32:58.893Z Compiling scheduled-thread-pool v0.2.7
26172026-05-26T06:32:59.207Z Compiling diesel_table_macro_syntax v0.3.0
26182026-05-26T06:32:59.230Z Compiling crc-any v2.5.0
26192026-05-26T06:32:59.363Z Compiling tiny-keccak v2.0.2
26202026-05-26T06:32:59.490Z Compiling object v0.30.4
26212026-05-26T06:32:59.618Z Compiling tabled v0.20.0
26222026-05-26T06:32:59.643Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-05-26T06:32:59.665Z Compiling r2d2 v0.8.10
26242026-05-26T06:32:59.987Z Compiling term v0.7.0
26252026-05-26T06:33:00.170Z Compiling typify-macro v0.4.3
26262026-05-26T06:33:00.325Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-26T06:33:00.415Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-05-26T06:33:00.494Z Compiling xshell-macros v0.2.7
26292026-05-26T06:33:00.569Z Compiling bit-vec v0.6.3
26302026-05-26T06:33:00.646Z Compiling downcast-rs v2.0.2
26312026-05-26T06:33:00.773Z Compiling path-slash v0.1.5
26322026-05-26T06:33:00.794Z Compiling bit-set v0.5.3
26332026-05-26T06:33:00.882Z Compiling ascii-canvas v3.0.0
26342026-05-26T06:33:00.903Z Compiling xshell v0.2.7
26352026-05-26T06:33:00.983Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26362026-05-26T06:33:01.142Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-05-26T06:33:01.202Z Compiling itertools v0.10.5
26382026-05-26T06:33:01.386Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26392026-05-26T06:33:01.624Z Compiling ena v0.14.4
26402026-05-26T06:33:01.650Z Compiling libloading v0.8.9
26412026-05-26T06:33:01.739Z Compiling diff v0.1.13
26422026-05-26T06:33:01.872Z Compiling bindgen v0.71.1
26432026-05-26T06:33:01.895Z Compiling unicase v2.9.0
26442026-05-26T06:33:01.998Z Compiling regex-syntax v0.6.29
26452026-05-26T06:33:02.199Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26462026-05-26T06:33:02.245Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26472026-05-26T06:33:02.296Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26482026-05-26T06:33:02.891Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26492026-05-26T06:33:03.437Z Compiling lalrpop v0.19.12
26502026-05-26T06:33:03.984Z Compiling cexpr v0.6.0
26512026-05-26T06:33:04.090Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26522026-05-26T06:33:04.112Z Compiling diesel v2.3.7
26532026-05-26T06:33:04.293Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26542026-05-26T06:33:04.315Z Compiling crc8 v0.1.1
26552026-05-26T06:33:04.459Z Compiling rustc-hash v2.1.1
26562026-05-26T06:33:04.514Z Compiling typify v0.4.3
26572026-05-26T06:33:04.622Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-05-26T06:33:04.666Z Compiling headers-core v0.3.0
26592026-05-26T06:33:04.825Z Compiling libxml v0.3.3
26602026-05-26T06:33:05.136Z Compiling headers v0.4.1
26612026-05-26T06:33:05.176Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26622026-05-26T06:33:05.231Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26632026-05-26T06:33:05.307Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26642026-05-26T06:33:05.702Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-05-26T06:33:06.100Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26662026-05-26T06:33:06.384Z Compiling strum_macros v0.24.3
26672026-05-26T06:33:06.461Z Compiling git-stub v1.0.0
26682026-05-26T06:33:06.731Z Compiling indoc v1.0.9
26692026-05-26T06:33:06.799Z Compiling git-stub-vcs v0.1.0
26702026-05-26T06:33:07.216Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-05-26T06:33:07.406Z Compiling derive_builder v0.20.2
26722026-05-26T06:33:07.444Z Compiling oso-derive v0.27.3
26732026-05-26T06:33:07.577Z Compiling quick-xml v0.37.5
26742026-05-26T06:33:07.763Z Compiling impl-trait-for-tuples v0.2.3
26752026-05-26T06:33:07.947Z Compiling openssl-probe v0.1.6
26762026-05-26T06:33:08.300Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26772026-05-26T06:33:08.806Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26782026-05-26T06:33:08.865Z Compiling half v1.8.3
26792026-05-26T06:33:09.007Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26802026-05-26T06:33:09.047Z Compiling bb8 v0.8.6
26812026-05-26T06:33:09.047Z Compiling trait-variant v0.1.2
26822026-05-26T06:33:09.233Z Compiling serde_cbor v0.11.2
26832026-05-26T06:33:09.255Z Compiling samael v0.0.19
26842026-05-26T06:33:09.346Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26852026-05-26T06:33:09.472Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26862026-05-26T06:33:09.593Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26872026-05-26T06:33:09.749Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26882026-05-26T06:33:10.051Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26892026-05-26T06:33:10.225Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26902026-05-26T06:33:10.310Z Compiling fxhash v0.2.1
26912026-05-26T06:33:10.391Z Compiling nonempty v0.12.0
26922026-05-26T06:33:10.480Z Compiling salty v0.3.0
26932026-05-26T06:33:10.783Z Compiling progenitor-impl v0.11.2
26942026-05-26T06:33:10.817Z Compiling progenitor-impl v0.10.0
26952026-05-26T06:33:10.840Z Compiling polar-core v0.27.3
26962026-05-26T06:33:10.884Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26972026-05-26T06:33:10.935Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26982026-05-26T06:33:11.318Z Compiling kstat-rs v0.2.4
26992026-05-26T06:33:11.562Z Compiling libz-sys v1.1.24
27002026-05-26T06:33:11.629Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27012026-05-26T06:33:11.796Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27022026-05-26T06:33:12.920Z Compiling progenitor-macro v0.11.2
27032026-05-26T06:33:12.944Z Compiling progenitor-macro v0.10.0
27042026-05-26T06:33:14.082Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27052026-05-26T06:33:14.567Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27062026-05-26T06:33:15.379Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27072026-05-26T06:33:15.408Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-05-26T06:33:15.667Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27092026-05-26T06:33:15.981Z Compiling progenitor-client v0.11.2
27102026-05-26T06:33:16.536Z Compiling darling_core v0.23.0
27112026-05-26T06:33:16.728Z Compiling nanorand v0.7.0
27122026-05-26T06:33:16.931Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27132026-05-26T06:33:17.011Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27142026-05-26T06:33:17.116Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27152026-05-26T06:33:18.754Z Compiling arc-swap v1.8.2
27162026-05-26T06:33:19.137Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27172026-05-26T06:33:20.670Z Compiling oso v0.27.3
27182026-05-26T06:33:23.528Z Compiling async-bb8-diesel v0.2.1
27192026-05-26T06:33:23.973Z Compiling diesel-dtrace v0.5.0
27202026-05-26T06:33:23.999Z Compiling fs-err v2.11.0
27212026-05-26T06:33:24.300Z Compiling parking_lot_core v0.8.6
27222026-05-26T06:33:24.468Z Compiling mime_guess v2.0.5
27232026-05-26T06:33:24.598Z Compiling slog-scope v4.4.1
27242026-05-26T06:33:24.672Z Compiling darling_macro v0.23.0
27252026-05-26T06:33:24.905Z Compiling progenitor v0.10.0
27262026-05-26T06:33:24.983Z Compiling flume v0.11.1
27272026-05-26T06:33:25.041Z Compiling progenitor v0.11.2
27282026-05-26T06:33:25.092Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27292026-05-26T06:33:25.114Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-05-26T06:33:25.225Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-05-26T06:33:25.386Z Compiling primeorder v0.13.6
27322026-05-26T06:33:25.702Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-26T06:33:25.749Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-05-26T06:33:25.972Z Compiling instability v0.3.11
27352026-05-26T06:33:26.830Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-05-26T06:33:27.020Z Compiling p384 v0.13.1
27372026-05-26T06:33:27.593Z Compiling darling v0.23.0
27382026-05-26T06:33:27.749Z Compiling slog-stdlog v4.1.1
27392026-05-26T06:33:28.219Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27402026-05-26T06:33:28.371Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27412026-05-26T06:33:28.486Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27422026-05-26T06:33:28.553Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-05-26T06:33:28.849Z Compiling ignore v0.4.25
27442026-05-26T06:33:29.144Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-26T06:33:29.206Z Compiling castaway v0.2.4
27462026-05-26T06:33:29.360Z Compiling atty v0.2.14
27472026-05-26T06:33:29.513Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-26T06:33:29.736Z Compiling http-range v0.1.5
27492026-05-26T06:33:29.757Z Compiling parse-size v1.1.0
27502026-05-26T06:33:29.981Z Compiling indoc v2.0.7
27512026-05-26T06:33:30.067Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-05-26T06:33:30.544Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27532026-05-26T06:33:31.218Z Compiling globwalk v0.9.1
27542026-05-26T06:33:31.496Z Compiling compact_str v0.8.1
27552026-05-26T06:33:31.903Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27562026-05-26T06:33:32.008Z Compiling parking_lot v0.11.2
27572026-05-26T06:33:32.197Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27582026-05-26T06:33:32.613Z Compiling slog-envlogger v2.2.0
27592026-05-26T06:33:32.918Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-26T06:33:34.140Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-26T06:33:34.253Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-26T06:33:34.372Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27632026-05-26T06:33:34.557Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-26T06:33:34.833Z Compiling predicates-tree v1.0.13
27652026-05-26T06:33:34.872Z Compiling unicode-truncate v1.1.0
27662026-05-26T06:33:34.875Z Compiling lru v0.12.5
27672026-05-26T06:33:35.066Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-26T06:33:35.087Z Compiling rand_seeder v0.4.0
27692026-05-26T06:33:35.126Z Compiling prefix-trie v0.7.0
27702026-05-26T06:33:35.287Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-26T06:33:35.350Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27722026-05-26T06:33:35.597Z Compiling vergen-git2 v1.0.7
27732026-05-26T06:33:35.619Z Compiling corncobs v0.1.4
27742026-05-26T06:33:35.622Z Compiling illumos-nvpair-sys v0.2.0
27752026-05-26T06:33:35.622Z Compiling cassowary v0.3.0
27762026-05-26T06:33:35.747Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-05-26T06:33:35.883Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27782026-05-26T06:33:35.905Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27792026-05-26T06:33:35.962Z Compiling ratatui v0.29.0
27802026-05-26T06:33:36.053Z Compiling hickory-server v0.25.2
27812026-05-26T06:33:36.107Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27822026-05-26T06:33:36.314Z Compiling camino-tempfile-ext v0.3.3
27832026-05-26T06:33:36.653Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-05-26T06:33:36.980Z Compiling hyper-staticfile v0.10.1
27852026-05-26T06:33:37.224Z Compiling sled v0.34.7
27862026-05-26T06:33:37.932Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-26T06:33:38.191Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-26T06:33:38.619Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-26T06:33:40.236Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27902026-05-26T06:33:40.480Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27912026-05-26T06:33:40.682Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27922026-05-26T06:33:40.704Z Compiling secrecy v0.8.0
27932026-05-26T06:33:40.839Z Compiling rustls v0.21.12
27942026-05-26T06:33:40.897Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27952026-05-26T06:33:41.119Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-05-26T06:33:41.174Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27972026-05-26T06:33:41.751Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27982026-05-26T06:33:42.249Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27992026-05-26T06:33:42.856Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28002026-05-26T06:33:42.931Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28012026-05-26T06:33:43.296Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28022026-05-26T06:33:44.220Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28032026-05-26T06:33:44.243Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28042026-05-26T06:33:44.466Z Compiling sct v0.7.1
28052026-05-26T06:33:44.741Z Compiling rustls-webpki v0.101.7
28062026-05-26T06:33:45.721Z Compiling nix v0.29.0
28072026-05-26T06:33:45.951Z Compiling dropshot v0.16.7
28082026-05-26T06:33:46.155Z Compiling void v1.0.2
28092026-05-26T06:33:46.265Z Compiling lzss v0.8.2
28102026-05-26T06:33:46.353Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-05-26T06:33:46.430Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28122026-05-26T06:33:46.537Z Compiling illumos-nvpair v0.3.0
28132026-05-26T06:33:47.047Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28142026-05-26T06:33:48.084Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28152026-05-26T06:33:48.106Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28162026-05-26T06:33:48.360Z Compiling tungstenite v0.23.0
28172026-05-26T06:33:48.817Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28182026-05-26T06:33:49.172Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-05-26T06:33:49.343Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28202026-05-26T06:33:49.404Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28212026-05-26T06:33:49.569Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-05-26T06:33:49.626Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28232026-05-26T06:33:49.791Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28242026-05-26T06:33:49.851Z Compiling toml v0.9.12+spec-1.1.0
28252026-05-26T06:33:50.017Z Compiling nix v0.27.1
28262026-05-26T06:33:50.710Z Compiling dropshot_endpoint v0.16.7
28272026-05-26T06:33:50.944Z Compiling serde_bytes v0.11.19
28282026-05-26T06:33:50.966Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28292026-05-26T06:33:51.196Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28302026-05-26T06:33:51.369Z Compiling git2 v0.20.4
28312026-05-26T06:33:51.479Z Compiling tokio-tungstenite v0.23.1
28322026-05-26T06:33:51.855Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-05-26T06:33:54.406Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28342026-05-26T06:33:54.577Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-05-26T06:33:56.676Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28362026-05-26T06:33:56.876Z Compiling tokio-rustls v0.24.1
28372026-05-26T06:33:57.160Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28382026-05-26T06:33:57.627Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28392026-05-26T06:33:57.767Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28402026-05-26T06:33:57.837Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28412026-05-26T06:33:57.840Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28422026-05-26T06:33:57.892Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28432026-05-26T06:33:58.191Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28442026-05-26T06:33:58.763Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28452026-05-26T06:33:59.484Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28462026-05-26T06:34:00.001Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28472026-05-26T06:34:00.055Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28482026-05-26T06:34:00.301Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28492026-05-26T06:34:00.949Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28502026-05-26T06:34:01.514Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28512026-05-26T06:34:02.370Z Compiling rustls-pemfile v1.0.4
28522026-05-26T06:34:02.810Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28532026-05-26T06:34:03.107Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28542026-05-26T06:34:03.221Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28552026-05-26T06:34:03.334Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28562026-05-26T06:34:03.451Z Compiling signal-hook-tokio v0.3.1
28572026-05-26T06:34:03.641Z Compiling twox-hash v2.1.2
28582026-05-26T06:34:04.166Z Compiling yasna v0.5.2
28592026-05-26T06:34:04.350Z Compiling is_ci v1.2.0
28602026-05-26T06:34:04.390Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28612026-05-26T06:34:04.575Z Compiling supports-color v3.0.2
28622026-05-26T06:34:04.863Z Compiling rcgen v0.12.1
28632026-05-26T06:34:05.596Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28642026-05-26T06:34:05.748Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28652026-05-26T06:34:06.477Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28662026-05-26T06:34:06.570Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28672026-05-26T06:34:06.894Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28682026-05-26T06:34:09.126Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28692026-05-26T06:34:09.177Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28702026-05-26T06:34:09.275Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28712026-05-26T06:34:09.956Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28722026-05-26T06:34:10.220Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28732026-05-26T06:34:10.456Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28742026-05-26T06:34:10.681Z Compiling fatfs v0.3.6
28752026-05-26T06:34:11.016Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28762026-05-26T06:34:11.387Z Compiling rtoolbox v0.0.3
28772026-05-26T06:34:11.670Z Compiling subprocess v0.2.15
28782026-05-26T06:34:11.876Z Compiling seq-macro v0.3.6
28792026-05-26T06:34:12.374Z Compiling assert_matches v1.5.0
28802026-05-26T06:34:12.491Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812026-05-26T06:34:12.564Z Compiling rpassword v7.4.0
28822026-05-26T06:34:12.932Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28832026-05-26T06:34:12.991Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28842026-05-26T06:34:13.880Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28852026-05-26T06:34:14.020Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28862026-05-26T06:34:14.599Z Compiling tui-tree-widget v0.23.1
28872026-05-26T06:34:14.679Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28882026-05-26T06:34:14.890Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28892026-05-26T06:34:15.410Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28902026-05-26T06:34:16.488Z Compiling uzers v0.12.2
28912026-05-26T06:34:16.530Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28922026-05-26T06:34:17.613Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28932026-05-26T06:34:18.096Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28942026-05-26T06:34:19.144Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28952026-05-26T06:34:20.874Z Compiling support-bundle-viewer v0.1.2
28962026-05-26T06:34:21.857Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28972026-05-26T06:34:22.784Z Compiling multimap v0.10.1
28982026-05-26T06:34:30.940Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28992026-05-26T06:34:31.855Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29002026-05-26T06:34:43.254Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29012026-05-26T06:34:45.380Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29022026-05-26T06:39:45.705Z Finished `release` profile [optimized] target(s) in 7m 15s
29032026-05-26T06:40:29.654Z
29042026-05-26T06:40:29.654Zreal 8:00.327718931
29052026-05-26T06:40:29.654Zuser 1:18:29.352939341
29062026-05-26T06:40:29.657Zsys 3:27.473614070
29072026-05-26T06:40:29.657Ztrap 1.761074503
29082026-05-26T06:40:29.657Ztflt 2.507514247
29092026-05-26T06:40:29.657Zdflt 15.232316930
29102026-05-26T06:40:29.657Zkflt 0.102077303
29112026-05-26T06:40:29.657Zlock 6:22:17.415046883
29122026-05-26T06:40:29.657Zslp 2:13:55.224390265
29132026-05-26T06:40:29.657Zlat 2:29.117419506
29142026-05-26T06:40:29.657Zstop 5:17.878752091
29152026-05-26T06:40:29.657Z+ mapfile -t packages
29162026-05-26T06:40:29.657Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29172026-05-26T06:40:30.623Z Finished `release` profile [optimized] target(s) in 0.95s
29182026-05-26T06:40:30.698Z Running `target/release/omicron-package -t test list-outputs`
29192026-05-26T06:40:30.750ZLogging to: /work/oxidecomputer/omicron/out/LOG
29202026-05-26T06:40:30.753Z+ ptime -m cargo build --locked --release -p xtask
29212026-05-26T06:40:31.282Z Compiling libc v0.2.185
29222026-05-26T06:40:31.282Z Compiling serde v1.0.228
29232026-05-26T06:40:31.282Z Compiling serde_core v1.0.228
29242026-05-26T06:40:31.285Z Compiling rustix v1.1.3
29252026-05-26T06:40:31.285Z Compiling bitflags v2.11.0
29262026-05-26T06:40:31.285Z Compiling serde_json v1.0.149
29272026-05-26T06:40:31.420Z Compiling num-traits v0.2.19
29282026-05-26T06:40:31.429Z Compiling syn v2.0.117
29292026-05-26T06:40:31.438Z Compiling smallvec v1.15.1
29302026-05-26T06:40:31.458Z Compiling indexmap v2.14.0
29312026-05-26T06:40:31.469Z Compiling usdt-impl v0.5.0
29322026-05-26T06:40:31.480Z Compiling syn v1.0.109
29332026-05-26T06:40:31.491Z Compiling log v0.4.29
29342026-05-26T06:40:31.500Z Compiling getrandom v0.4.1
29352026-05-26T06:40:31.614Z Compiling percent-encoding v2.3.2
29362026-05-26T06:40:31.770Z Compiling form_urlencoded v1.2.2
29372026-05-26T06:40:31.835Z Compiling fs-err v3.3.0
29382026-05-26T06:40:31.856Z Compiling once_cell v1.21.3
29392026-05-26T06:40:31.866Z Compiling anyhow v1.0.102
29402026-05-26T06:40:31.877Z Compiling heck v0.4.1
29412026-05-26T06:40:32.098Z Compiling errno v0.3.14
29422026-05-26T06:40:32.098Z Compiling thread-id v4.2.2
29432026-05-26T06:40:32.129Z Compiling memmap v0.7.0
29442026-05-26T06:40:32.433Z Compiling ordered-float v2.10.1
29452026-05-26T06:40:32.933Z Compiling proc-macro-error v1.0.4
29462026-05-26T06:40:33.083Z Compiling terminal_size v0.4.3
29472026-05-26T06:40:33.083Z Compiling tempfile v3.25.0
29482026-05-26T06:40:33.177Z Compiling tabled_derive v0.7.0
29492026-05-26T06:40:33.186Z Compiling clap_builder v4.5.60
29502026-05-26T06:40:33.190Z Compiling textwrap v0.16.2
29512026-05-26T06:40:33.318Z Compiling camino-tempfile v1.4.1
29522026-05-26T06:40:33.848Z Compiling tabled v0.15.0
29532026-05-26T06:40:33.922Z Compiling synstructure v0.13.2
29542026-05-26T06:40:33.922Z Compiling pest_generator v2.8.6
29552026-05-26T06:40:34.299Z Compiling serde_derive v1.0.228
29562026-05-26T06:40:34.299Z Compiling zerofrom-derive v0.1.6
29572026-05-26T06:40:34.302Z Compiling yoke-derive v0.8.1
29582026-05-26T06:40:34.302Z Compiling zerovec-derive v0.11.2
29592026-05-26T06:40:34.302Z Compiling displaydoc v0.2.5
29602026-05-26T06:40:34.302Z Compiling thiserror-impl v1.0.69
29612026-05-26T06:40:34.302Z Compiling zerocopy-derive v0.7.35
29622026-05-26T06:40:34.302Z Compiling scroll_derive v0.12.1
29632026-05-26T06:40:34.302Z Compiling thiserror-impl v2.0.18
29642026-05-26T06:40:34.302Z Compiling clap_derive v4.5.55
29652026-05-26T06:40:34.446Z Compiling pest_derive v2.8.6
29662026-05-26T06:40:34.968Z Compiling scroll v0.12.0
29672026-05-26T06:40:35.142Z Compiling zerocopy v0.7.35
29682026-05-26T06:40:35.241Z Compiling goblin v0.8.2
29692026-05-26T06:40:35.406Z Compiling zerofrom v0.1.6
29702026-05-26T06:40:35.445Z Compiling thiserror v1.0.69
29712026-05-26T06:40:35.492Z Compiling thiserror v2.0.18
29722026-05-26T06:40:35.550Z Compiling yoke v0.8.1
29732026-05-26T06:40:35.564Z Compiling dtrace-parser v0.2.0
29742026-05-26T06:40:35.731Z Compiling zerovec v0.11.5
29752026-05-26T06:40:35.762Z Compiling zerotrie v0.2.3
29762026-05-26T06:40:35.978Z Compiling clap v4.5.60
29772026-05-26T06:40:36.339Z Compiling tinystr v0.8.2
29782026-05-26T06:40:36.570Z Compiling icu_locale_core v2.1.1
29792026-05-26T06:40:37.515Z Compiling potential_utf v0.1.4
29802026-05-26T06:40:37.540Z Compiling icu_provider v2.1.1
29812026-05-26T06:40:37.707Z Compiling icu_collections v2.1.1
29822026-05-26T06:40:37.729Z Compiling serde_spanned v0.6.9
29832026-05-26T06:40:37.854Z Compiling toml_datetime v0.6.11
29842026-05-26T06:40:37.904Z Compiling dof v0.3.0
29852026-05-26T06:40:37.978Z Compiling serde-value v0.7.0
29862026-05-26T06:40:37.996Z Compiling cargo-platform v0.2.0
29872026-05-26T06:40:38.110Z Compiling icu_normalizer v2.1.1
29882026-05-26T06:40:38.180Z Compiling icu_properties v2.1.2
29892026-05-26T06:40:38.256Z Compiling toml_edit v0.22.27
29902026-05-26T06:40:38.318Z Compiling serde_tokenstream v0.2.3
29912026-05-26T06:40:38.470Z Compiling macaddr v1.0.1
29922026-05-26T06:40:39.058Z Compiling idna_adapter v1.2.1
29932026-05-26T06:40:39.152Z Compiling usdt-attr-macro v0.5.0
29942026-05-26T06:40:39.177Z Compiling idna v1.1.0
29952026-05-26T06:40:39.210Z Compiling usdt-macro v0.5.0
29962026-05-26T06:40:39.506Z Compiling url v2.5.8
29972026-05-26T06:40:39.781Z Compiling toml v0.8.23
29982026-05-26T06:40:39.794Z Compiling usdt v0.5.0
29992026-05-26T06:40:40.209Z Compiling cargo-util-schemas v0.8.2
30002026-05-26T06:40:40.209Z Compiling cargo_toml v0.21.0
30012026-05-26T06:40:41.229Z Compiling cargo_metadata v0.21.0
30022026-05-26T06:40:44.290Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30032026-05-26T06:40:47.253Z Finished `release` profile [optimized] target(s) in 16.49s
30042026-05-26T06:40:47.376Z
30052026-05-26T06:40:47.376Zreal 16.590736330
30062026-05-26T06:40:47.376Zuser 2:21.407122025
30072026-05-26T06:40:47.379Zsys 16.100298467
30082026-05-26T06:40:47.379Ztrap 0.091175338
30092026-05-26T06:40:47.379Ztflt 0.588665147
30102026-05-26T06:40:47.379Zdflt 1.566536252
30112026-05-26T06:40:47.379Zkflt 0.000014700
30122026-05-26T06:40:47.379Zlock 5:13.295680552
30132026-05-26T06:40:47.379Zslp 3:20.523625737
30142026-05-26T06:40:47.379Zlat 7.084663341
30152026-05-26T06:40:47.379Zstop 18.803200550
30162026-05-26T06:40:47.379Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30172026-05-26T06:40:47.379Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30182026-05-26T06:40:47.379Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30192026-05-26T06:40:47.379Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30202026-05-26T06:40:47.379Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30212026-05-26T06:40:48.323Z Compiling newtype-uuid-macros v0.1.0
30222026-05-26T06:40:48.323Z Compiling regress v0.10.5
30232026-05-26T06:40:48.323Z Compiling structmeta-derive v0.3.0
30242026-05-26T06:40:48.327Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30252026-05-26T06:40:48.327Z Compiling rustls v0.22.4
30262026-05-26T06:40:48.469Z Compiling rustls-webpki v0.102.8
30272026-05-26T06:40:48.472Z Compiling multer v3.1.0
30282026-05-26T06:40:48.472Z Compiling match_cfg v0.1.0
30292026-05-26T06:40:48.488Z Compiling compression-core v0.4.31
30302026-05-26T06:40:48.491Z Compiling debug-ignore v1.0.5
30312026-05-26T06:40:48.491Z Compiling slog-json v2.6.1
30322026-05-26T06:40:48.491Z Compiling async-stream-impl v0.3.6
30332026-05-26T06:40:48.491Z Compiling toml_datetime v1.0.0+spec-1.1.0
30342026-05-26T06:40:48.494Z Compiling serde_spanned v1.0.4
30352026-05-26T06:40:48.494Z Compiling dropshot v0.17.0
30362026-05-26T06:40:48.494Z Compiling toml_writer v1.0.6+spec-1.1.0
30372026-05-26T06:40:48.741Z Compiling hostname v0.3.1
30382026-05-26T06:40:48.745Z Compiling progenitor-client v0.14.0
30392026-05-26T06:40:48.779Z Compiling itertools v0.14.0
30402026-05-26T06:40:48.782Z Compiling waitgroup v0.1.2
30412026-05-26T06:40:48.809Z Compiling compression-codecs v0.4.37
30422026-05-26T06:40:48.868Z Compiling slog-bunyan v2.5.0
30432026-05-26T06:40:48.871Z Compiling toml v1.0.6+spec-1.1.0
30442026-05-26T06:40:48.917Z Compiling rustls-pemfile v2.2.0
30452026-05-26T06:40:48.920Z Compiling dropshot_endpoint v0.17.0
30462026-05-26T06:40:48.981Z Compiling serde_path_to_error v0.1.20
30472026-05-26T06:40:49.018Z Compiling async-compression v0.4.41
30482026-05-26T06:40:49.036Z Compiling hostname v0.4.2
30492026-05-26T06:40:49.056Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30502026-05-26T06:40:49.094Z Compiling macaddr v1.0.1
30512026-05-26T06:40:49.128Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30522026-05-26T06:40:49.193Z Compiling instant v0.1.13
30532026-05-26T06:40:49.230Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30542026-05-26T06:40:49.244Z Compiling async-stream v0.3.6
30552026-05-26T06:40:49.261Z Compiling progenitor-client v0.10.0
30562026-05-26T06:40:49.328Z Compiling backon v1.6.0
30572026-05-26T06:40:49.345Z Compiling backoff v0.4.0
30582026-05-26T06:40:49.363Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30592026-05-26T06:40:49.366Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30602026-05-26T06:40:49.441Z Compiling humantime v2.3.0
30612026-05-26T06:40:49.458Z Compiling universal-hash v0.5.1
30622026-05-26T06:40:49.461Z Compiling opaque-debug v0.3.1
30632026-05-26T06:40:49.551Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30642026-05-26T06:40:49.569Z Compiling progenitor-extras v0.2.0
30652026-05-26T06:40:49.569Z Compiling half v2.7.1
30662026-05-26T06:40:49.604Z Compiling ciborium-io v0.2.2
30672026-05-26T06:40:49.604Z Compiling crucible-workspace-hack v0.1.0
30682026-05-26T06:40:49.635Z Compiling unsafe-libyaml v0.2.11
30692026-05-26T06:40:49.707Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30702026-05-26T06:40:49.724Z Compiling convert_case v0.4.0
30712026-05-26T06:40:49.739Z Compiling regress v0.11.1
30722026-05-26T06:40:49.804Z Compiling aead v0.5.2
30732026-05-26T06:40:49.839Z Compiling secrecy v0.10.3
30742026-05-26T06:40:49.855Z Compiling structmeta v0.3.0
30752026-05-26T06:40:49.870Z Compiling ciborium-ll v0.2.2
30762026-05-26T06:40:49.902Z Compiling poly1305 v0.8.0
30772026-05-26T06:40:49.974Z Compiling chacha20 v0.9.1
30782026-05-26T06:40:49.995Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30792026-05-26T06:40:50.013Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30802026-05-26T06:40:50.030Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30812026-05-26T06:40:50.047Z Compiling thiserror-impl-no-std v2.0.2
30822026-05-26T06:40:50.082Z Compiling derive-ex v0.1.8
30832026-05-26T06:40:50.110Z Compiling parse-display-derive v0.10.0
30842026-05-26T06:40:50.128Z Compiling derive_more v0.99.20
30852026-05-26T06:40:50.223Z Compiling serde_yaml v0.9.34+deprecated
30862026-05-26T06:40:50.250Z Compiling ciborium v0.2.2
30872026-05-26T06:40:50.273Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30882026-05-26T06:40:50.377Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30892026-05-26T06:40:50.397Z Compiling byte-wrapper v0.1.0
30902026-05-26T06:40:50.414Z Compiling password-hash v0.5.0
30912026-05-26T06:40:50.492Z Compiling blake2 v0.10.6
30922026-05-26T06:40:50.666Z Compiling chacha20poly1305 v0.10.1
30932026-05-26T06:40:50.732Z Compiling indent_write v2.2.0
30942026-05-26T06:40:50.766Z Compiling argon2 v0.5.3
30952026-05-26T06:40:50.843Z Compiling heapless v0.8.0
30962026-05-26T06:40:50.843Z Compiling ingot-macros v0.1.1
30972026-05-26T06:40:50.877Z Compiling tabwriter v1.4.1
30982026-05-26T06:40:50.896Z Compiling tokio-rustls v0.25.0
30992026-05-26T06:40:51.074Z Compiling toml_edit v0.23.10+spec-1.0.0
31002026-05-26T06:40:51.142Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31012026-05-26T06:40:51.277Z Compiling thiserror-no-std v2.0.2
31022026-05-26T06:40:51.358Z Compiling typify-impl v0.6.2
31032026-05-26T06:40:51.398Z Compiling vsss-rs v3.3.4
31042026-05-26T06:40:51.428Z Compiling hash32 v0.3.1
31052026-05-26T06:40:51.614Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-05-26T06:40:51.631Z Compiling smoltcp v0.11.0
31072026-05-26T06:40:51.701Z Compiling proc-macro-crate v3.4.0
31082026-05-26T06:40:51.837Z Compiling test-strategy v0.4.5
31092026-05-26T06:40:51.871Z Compiling parse-display v0.10.0
31102026-05-26T06:40:51.978Z Compiling num-rational v0.4.2
31112026-05-26T06:40:52.022Z Compiling cobs v0.3.0
31122026-05-26T06:40:52.173Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31132026-05-26T06:40:52.200Z Compiling num-complex v0.4.6
31142026-05-26T06:40:52.236Z Compiling colored v3.1.1
31152026-05-26T06:40:52.287Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31162026-05-26T06:40:52.367Z Compiling num_enum_derive v0.7.5
31172026-05-26T06:40:52.471Z Compiling postcard v1.1.3
31182026-05-26T06:40:52.516Z Compiling proc-macro-error v1.0.4
31192026-05-26T06:40:52.582Z Compiling num v0.4.3
31202026-05-26T06:40:52.607Z Compiling proc-macro-crate v1.3.1
31212026-05-26T06:40:52.624Z Compiling atomicwrites v0.4.4
31222026-05-26T06:40:52.642Z Compiling foreign-types-macros v0.2.3
31232026-05-26T06:40:52.678Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31242026-05-26T06:40:52.733Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31252026-05-26T06:40:52.837Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31262026-05-26T06:40:52.854Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31272026-05-26T06:40:52.857Z Compiling float-ord v0.3.2
31282026-05-26T06:40:52.888Z Compiling cpufeatures v0.3.0
31292026-05-26T06:40:52.974Z Compiling rayon-core v1.13.0
31302026-05-26T06:40:52.992Z Compiling foreign-types-shared v0.3.1
31312026-05-26T06:40:53.011Z Compiling chacha20 v0.10.0
31322026-05-26T06:40:53.063Z Compiling num_enum_derive v0.5.11
31332026-05-26T06:40:53.161Z Compiling crossbeam-deque v0.8.6
31342026-05-26T06:40:53.193Z Compiling camino-tempfile v1.4.1
31352026-05-26T06:40:53.210Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-05-26T06:40:53.225Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31372026-05-26T06:40:53.265Z Compiling cstr-argument v0.1.2
31382026-05-26T06:40:53.290Z Compiling foreign-types v0.5.0
31392026-05-26T06:40:53.379Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31402026-05-26T06:40:53.397Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31412026-05-26T06:40:53.431Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31422026-05-26T06:40:53.449Z Compiling rand v0.10.0
31432026-05-26T06:40:53.463Z Compiling toml v0.8.23
31442026-05-26T06:40:53.508Z Compiling num_enum v0.7.5
31452026-05-26T06:40:53.625Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31462026-05-26T06:40:53.658Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31472026-05-26T06:40:53.685Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31482026-05-26T06:40:53.701Z Compiling zone_cfg_derive v0.3.1
31492026-05-26T06:40:53.719Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31502026-05-26T06:40:53.786Z Compiling ingot-types v0.1.2
31512026-05-26T06:40:53.832Z Compiling rayon v1.11.0
31522026-05-26T06:40:53.873Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31532026-05-26T06:40:53.891Z Compiling itertools v0.12.1
31542026-05-26T06:40:53.910Z Compiling num-derive v0.4.2
31552026-05-26T06:40:54.008Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31562026-05-26T06:40:54.034Z Compiling sigpipe v0.1.3
31572026-05-26T06:40:54.108Z Compiling glob v0.3.3
31582026-05-26T06:40:54.141Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31592026-05-26T06:40:54.144Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31602026-05-26T06:40:54.175Z Compiling ingot v0.1.1
31612026-05-26T06:40:54.197Z Compiling num_enum v0.5.11
31622026-05-26T06:40:54.229Z Compiling smf v0.2.3
31632026-05-26T06:40:54.341Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31642026-05-26T06:40:54.384Z Compiling whoami v1.6.1
31652026-05-26T06:40:54.402Z Compiling prettyplease v0.2.37
31662026-05-26T06:40:54.420Z Compiling usdt-macro v0.5.0
31672026-05-26T06:40:54.437Z Compiling usdt-attr-macro v0.5.0
31682026-05-26T06:40:54.687Z Compiling gethostname v0.5.0
31692026-05-26T06:40:54.703Z Compiling memmap v0.7.0
31702026-05-26T06:40:54.789Z Compiling derive-where v1.6.0
31712026-05-26T06:40:54.835Z Compiling progenitor-client v0.13.0
31722026-05-26T06:40:54.838Z Compiling resolv-conf v0.7.6
31732026-05-26T06:40:54.908Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31742026-05-26T06:40:54.925Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31752026-05-26T06:40:55.087Z Compiling zone v0.3.1
31762026-05-26T06:40:55.167Z Compiling cancel-safe-futures v0.1.5
31772026-05-26T06:40:55.227Z Compiling owo-colors v4.3.0
31782026-05-26T06:40:55.248Z Compiling libsw-core v0.3.2
31792026-05-26T06:40:55.263Z Compiling console v0.15.11
31802026-05-26T06:40:55.311Z Compiling usdt v0.5.0
31812026-05-26T06:40:55.343Z Compiling hickory-proto v0.24.4
31822026-05-26T06:40:55.452Z Compiling libsw v3.5.0
31832026-05-26T06:40:55.590Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-05-26T06:40:55.652Z Compiling newline-converter v0.3.0
31852026-05-26T06:40:55.686Z Compiling linear-map v1.2.0
31862026-05-26T06:40:55.724Z Compiling linked-hash-map v0.5.6
31872026-05-26T06:40:55.756Z Compiling libefi-sys v0.1.0
31882026-05-26T06:40:55.793Z Compiling expectorate v1.2.0
31892026-05-26T06:40:55.815Z Compiling git-stub v1.0.0
31902026-05-26T06:40:55.873Z Compiling bitfield-struct v0.6.2
31912026-05-26T06:40:55.891Z Compiling lru-cache v0.1.2
31922026-05-26T06:40:55.909Z Compiling semver v0.1.20
31932026-05-26T06:40:55.934Z Compiling tokio-dtrace v0.1.1
31942026-05-26T06:40:55.968Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31952026-05-26T06:40:56.025Z Compiling typify-macro v0.6.2
31962026-05-26T06:40:56.045Z Compiling git-stub-vcs v0.1.0
31972026-05-26T06:40:56.101Z Compiling dropshot-api-manager-types v0.7.2
31982026-05-26T06:40:56.169Z Compiling rustc_version v0.1.7
31992026-05-26T06:40:56.213Z Compiling slog-dtrace v0.3.0
32002026-05-26T06:40:56.231Z Compiling minimal-lexical v0.2.1
32012026-05-26T06:40:56.231Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-05-26T06:40:56.234Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-05-26T06:40:56.234Z Compiling oxide-tokio-rt v0.1.4
32042026-05-26T06:40:56.366Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32052026-05-26T06:40:56.433Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32062026-05-26T06:40:56.438Z Compiling newtype_derive v0.1.6
32072026-05-26T06:40:56.438Z Compiling typify-impl v0.4.3
32082026-05-26T06:40:56.482Z Compiling nom v7.1.3
32092026-05-26T06:40:56.512Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32102026-05-26T06:40:56.530Z Compiling phf_shared v0.12.1
32112026-05-26T06:40:56.544Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32122026-05-26T06:40:56.576Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-05-26T06:40:56.593Z Compiling csv-core v0.1.13
32142026-05-26T06:40:56.670Z Compiling chrono-tz v0.10.4
32152026-05-26T06:40:56.688Z Compiling xshell-macros v0.2.7
32162026-05-26T06:40:56.723Z Compiling highway v1.3.0
32172026-05-26T06:40:56.882Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-05-26T06:40:56.930Z Compiling csv v1.4.0
32192026-05-26T06:40:56.949Z Compiling const_format_proc_macros v0.2.34
32202026-05-26T06:40:57.116Z Compiling phf v0.12.1
32212026-05-26T06:40:57.148Z Compiling xshell v0.2.7
32222026-05-26T06:40:57.165Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32232026-05-26T06:40:57.307Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32242026-05-26T06:40:57.323Z Compiling primeorder v0.13.6
32252026-05-26T06:40:57.384Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32262026-05-26T06:40:57.456Z Compiling hickory-resolver v0.24.4
32272026-05-26T06:40:57.693Z Compiling tabled_derive v0.7.0
32282026-05-26T06:40:57.709Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32292026-05-26T06:40:57.779Z Compiling bcs v0.1.6
32302026-05-26T06:40:57.810Z Compiling const_format v0.2.35
32312026-05-26T06:40:57.848Z Compiling typify v0.6.2
32322026-05-26T06:40:57.892Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-05-26T06:40:57.969Z Compiling progenitor-impl v0.14.0
32342026-05-26T06:40:57.986Z Compiling progenitor-impl v0.13.0
32352026-05-26T06:40:58.170Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32362026-05-26T06:40:58.208Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32372026-05-26T06:40:58.225Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-05-26T06:40:58.437Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32392026-05-26T06:40:58.572Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32402026-05-26T06:40:58.659Z Compiling qorb v0.4.1
32412026-05-26T06:40:58.677Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32422026-05-26T06:40:58.750Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32432026-05-26T06:40:58.800Z Compiling salty v0.3.0
32442026-05-26T06:40:58.977Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32452026-05-26T06:40:59.067Z Compiling termtree v0.5.1
32462026-05-26T06:40:59.193Z Compiling tagptr v0.2.0
32472026-05-26T06:40:59.211Z Compiling textwrap v0.16.2
32482026-05-26T06:40:59.278Z Compiling tabled v0.15.0
32492026-05-26T06:40:59.372Z Compiling moka v0.12.13
32502026-05-26T06:40:59.591Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32512026-05-26T06:40:59.735Z Compiling steno v0.4.1
32522026-05-26T06:40:59.785Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32532026-05-26T06:40:59.841Z Compiling radium v0.7.0
32542026-05-26T06:40:59.956Z Compiling base64 v0.21.7
32552026-05-26T06:41:00.074Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32562026-05-26T06:41:00.161Z Compiling hickory-resolver v0.25.2
32572026-05-26T06:41:00.189Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32582026-05-26T06:41:00.304Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32592026-05-26T06:41:00.405Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32602026-05-26T06:41:00.424Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32612026-05-26T06:41:00.569Z Compiling p384 v0.13.1
32622026-05-26T06:41:00.740Z Compiling progenitor-macro v0.14.0
32632026-05-26T06:41:00.757Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32642026-05-26T06:41:00.777Z Compiling progenitor-macro v0.13.0
32652026-05-26T06:41:00.820Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32662026-05-26T06:41:00.991Z Compiling tap v1.0.1
32672026-05-26T06:41:01.022Z Compiling typify-macro v0.4.3
32682026-05-26T06:41:01.135Z Compiling maybe-uninit v2.0.0
32692026-05-26T06:41:01.171Z Compiling wyz v0.5.1
32702026-05-26T06:41:01.201Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32712026-05-26T06:41:01.406Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32722026-05-26T06:41:01.509Z Compiling proc-macro-error-attr2 v2.0.0
32732026-05-26T06:41:01.546Z Compiling funty v2.0.0
32742026-05-26T06:41:01.686Z Compiling utf-8 v0.7.6
32752026-05-26T06:41:01.777Z Compiling parking_lot_core v0.8.6
32762026-05-26T06:41:01.900Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32772026-05-26T06:41:01.925Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32782026-05-26T06:41:01.962Z Compiling packed_struct v0.10.1
32792026-05-26T06:41:02.086Z Compiling proc-macro-error2 v2.0.1
32802026-05-26T06:41:02.107Z Compiling bitvec v1.0.1
32812026-05-26T06:41:02.154Z Compiling tungstenite v0.21.0
32822026-05-26T06:41:02.187Z Compiling polyval v0.6.2
32832026-05-26T06:41:02.276Z Compiling num-derive v0.3.3
32842026-05-26T06:41:02.300Z Compiling packed_struct_codegen v0.10.1
32852026-05-26T06:41:02.317Z Compiling zerocopy-derive v0.6.6
32862026-05-26T06:41:02.336Z Compiling bitfield-macros v0.19.4
32872026-05-26T06:41:02.425Z Compiling indexmap v1.9.3
32882026-05-26T06:41:02.456Z Compiling crc-catalog v2.4.0
32892026-05-26T06:41:02.576Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32902026-05-26T06:41:02.656Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32912026-05-26T06:41:02.672Z Compiling nodrop v0.1.14
32922026-05-26T06:41:02.797Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32932026-05-26T06:41:02.827Z Compiling typify v0.4.3
32942026-05-26T06:41:02.847Z Compiling array-init v0.0.4
32952026-05-26T06:41:02.923Z Compiling tokio-tungstenite v0.21.0
32962026-05-26T06:41:02.968Z Compiling progenitor-impl v0.11.2
32972026-05-26T06:41:03.022Z Compiling crc v3.4.0
32982026-05-26T06:41:03.133Z Compiling bitfield v0.19.4
32992026-05-26T06:41:03.221Z Compiling libscf-sys v1.1.0
33002026-05-26T06:41:03.244Z Compiling tabled_derive v0.11.0
33012026-05-26T06:41:03.262Z Compiling zerocopy v0.6.6
33022026-05-26T06:41:03.289Z Compiling ghash v0.5.1
33032026-05-26T06:41:03.309Z Compiling smallvec v0.6.14
33042026-05-26T06:41:03.461Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33052026-05-26T06:41:03.475Z Compiling papergrid v0.17.0
33062026-05-26T06:41:03.618Z Compiling testing_table v0.3.0
33072026-05-26T06:41:03.635Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-05-26T06:41:03.638Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33092026-05-26T06:41:03.772Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33102026-05-26T06:41:03.807Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33112026-05-26T06:41:03.853Z Compiling ctr v0.9.2
33122026-05-26T06:41:03.884Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-05-26T06:41:04.027Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33142026-05-26T06:41:04.054Z Compiling hashbrown v0.12.3
33152026-05-26T06:41:04.082Z Compiling illumos-nvpair-sys v0.2.0
33162026-05-26T06:41:04.214Z Compiling unicase v2.9.0
33172026-05-26T06:41:04.231Z Compiling corncobs v0.1.4
33182026-05-26T06:41:04.342Z Compiling aes-gcm v0.10.3
33192026-05-26T06:41:04.359Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-05-26T06:41:04.377Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33212026-05-26T06:41:04.429Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-05-26T06:41:04.458Z Compiling mime_guess v2.0.5
33232026-05-26T06:41:04.475Z Compiling tabled v0.20.0
33242026-05-26T06:41:04.568Z Compiling parking_lot v0.11.2
33252026-05-26T06:41:04.814Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33262026-05-26T06:41:04.832Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33272026-05-26T06:41:04.924Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33282026-05-26T06:41:05.011Z Compiling serde-hex v0.1.0
33292026-05-26T06:41:05.027Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33302026-05-26T06:41:05.064Z Compiling progenitor-impl v0.10.0
33312026-05-26T06:41:05.268Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33322026-05-26T06:41:05.349Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33332026-05-26T06:41:05.391Z Compiling ron v0.8.1
33342026-05-26T06:41:05.446Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33352026-05-26T06:41:05.490Z Compiling hashbrown v0.13.2
33362026-05-26T06:41:05.751Z Compiling progenitor-macro v0.11.2
33372026-05-26T06:41:05.909Z Compiling progenitor v0.14.0
33382026-05-26T06:41:05.933Z Compiling progenitor-client v0.11.2
33392026-05-26T06:41:05.952Z Compiling progenitor v0.13.0
33402026-05-26T06:41:06.008Z Compiling ssh-encoding v0.2.0
33412026-05-26T06:41:06.087Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33422026-05-26T06:41:06.136Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33432026-05-26T06:41:06.303Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33442026-05-26T06:41:06.322Z Compiling prefix-trie v0.7.0
33452026-05-26T06:41:06.357Z Compiling blowfish v0.9.1
33462026-05-26T06:41:06.382Z Compiling fxhash v0.2.1
33472026-05-26T06:41:06.552Z Compiling secrecy v0.8.0
33482026-05-26T06:41:06.632Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33492026-05-26T06:41:06.736Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33502026-05-26T06:41:06.753Z Compiling crc-any v2.5.0
33512026-05-26T06:41:06.797Z Compiling hickory-server v0.25.2
33522026-05-26T06:41:06.883Z Compiling sled v0.34.7
33532026-05-26T06:41:06.976Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33542026-05-26T06:41:07.010Z Compiling bcrypt-pbkdf v0.10.0
33552026-05-26T06:41:07.027Z Compiling ssh-cipher v0.2.0
33562026-05-26T06:41:07.113Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33572026-05-26T06:41:07.367Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33582026-05-26T06:41:07.645Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33592026-05-26T06:41:07.662Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33602026-05-26T06:41:07.861Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33612026-05-26T06:41:07.970Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33622026-05-26T06:41:07.985Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33632026-05-26T06:41:08.014Z Compiling progenitor-macro v0.10.0
33642026-05-26T06:41:08.673Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-05-26T06:41:08.788Z Compiling object v0.30.4
33662026-05-26T06:41:09.092Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33672026-05-26T06:41:09.167Z Compiling password-hash v0.4.2
33682026-05-26T06:41:09.188Z Compiling crc8 v0.1.1
33692026-05-26T06:41:09.329Z Compiling half v1.8.3
33702026-05-26T06:41:09.441Z Compiling http-range v0.1.5
33712026-05-26T06:41:09.608Z Compiling path-slash v0.1.5
33722026-05-26T06:41:09.625Z Compiling serde_cbor v0.11.2
33732026-05-26T06:41:09.663Z Compiling pbkdf2 v0.11.0
33742026-05-26T06:41:09.778Z Compiling illumos-nvpair v0.3.0
33752026-05-26T06:41:09.868Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33762026-05-26T06:41:10.046Z Compiling ssh-key v0.6.7
33772026-05-26T06:41:10.260Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33782026-05-26T06:41:10.297Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33792026-05-26T06:41:10.380Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33802026-05-26T06:41:10.415Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33812026-05-26T06:41:10.688Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33822026-05-26T06:41:10.802Z Compiling progenitor v0.11.2
33832026-05-26T06:41:10.850Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33842026-05-26T06:41:10.988Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33852026-05-26T06:41:11.006Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33862026-05-26T06:41:11.073Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33872026-05-26T06:41:11.170Z Compiling p521 v0.13.3
33882026-05-26T06:41:11.411Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33892026-05-26T06:41:11.438Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33902026-05-26T06:41:11.598Z Compiling p256 v0.13.2
33912026-05-26T06:41:11.619Z Compiling yasna v0.5.2
33922026-05-26T06:41:11.796Z Compiling kstat-rs v0.2.4
33932026-05-26T06:41:11.819Z Compiling headers-core v0.3.0
33942026-05-26T06:41:11.880Z Compiling nanorand v0.7.0
33952026-05-26T06:41:11.900Z Compiling russh-cryptovec v0.7.3
33962026-05-26T06:41:11.965Z Compiling atty v0.2.14
33972026-05-26T06:41:12.006Z Compiling md5 v0.7.0
33982026-05-26T06:41:12.105Z Compiling home v0.5.12
33992026-05-26T06:41:12.122Z Compiling flume v0.11.1
34002026-05-26T06:41:12.124Z Compiling rcgen v0.12.1
34012026-05-26T06:41:12.160Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34022026-05-26T06:41:12.163Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34032026-05-26T06:41:12.194Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34042026-05-26T06:41:12.272Z Compiling russh-keys v0.45.0
34052026-05-26T06:41:12.301Z Compiling headers v0.4.1
34062026-05-26T06:41:12.349Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-05-26T06:41:12.368Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34082026-05-26T06:41:12.502Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34092026-05-26T06:41:12.705Z Compiling hyper-staticfile v0.10.1
34102026-05-26T06:41:12.925Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34112026-05-26T06:41:12.942Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34122026-05-26T06:41:13.025Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34132026-05-26T06:41:13.079Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34142026-05-26T06:41:13.139Z Compiling progenitor v0.10.0
34152026-05-26T06:41:13.225Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34162026-05-26T06:41:13.262Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34172026-05-26T06:41:13.333Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34182026-05-26T06:41:13.379Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34192026-05-26T06:41:13.399Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34202026-05-26T06:41:13.557Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34212026-05-26T06:41:13.621Z Compiling num-bigint v0.4.6
34222026-05-26T06:41:13.663Z Compiling des v0.8.1
34232026-05-26T06:41:13.833Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34242026-05-26T06:41:13.833Z Compiling subprocess v0.2.15
34252026-05-26T06:41:13.869Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34262026-05-26T06:41:13.886Z Compiling hex-literal v0.4.1
34272026-05-26T06:41:13.912Z Compiling display-error-chain v0.2.2
34282026-05-26T06:41:13.973Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34292026-05-26T06:41:14.025Z Compiling colored v2.2.0
34302026-05-26T06:41:14.077Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34312026-05-26T06:41:14.143Z Compiling socket2 v0.5.10
34322026-05-26T06:41:14.292Z Compiling internet-checksum v0.2.1
34332026-05-26T06:41:14.318Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-05-26T06:41:14.910Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34352026-05-26T06:41:14.978Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34362026-05-26T06:41:15.008Z Compiling russh v0.45.0
34372026-05-26T06:41:17.312Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34382026-05-26T06:41:17.483Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34392026-05-26T06:41:18.150Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34402026-05-26T06:41:18.620Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34412026-05-26T06:41:20.257Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34422026-05-26T06:41:28.265Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34432026-05-26T06:41:28.265Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34442026-05-26T06:41:28.268Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34452026-05-26T06:41:28.268Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34462026-05-26T06:41:30.034Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34472026-05-26T06:41:30.077Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34482026-05-26T06:41:34.173Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34492026-05-26T06:42:13.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34502026-05-26T06:42:13.786Z
34512026-05-26T06:42:13.786Zreal 1:26.348339911
34522026-05-26T06:42:13.786Zuser 8:13.346357532
34532026-05-26T06:42:13.786Zsys 1:39.820853453
34542026-05-26T06:42:13.786Ztrap 0.253414102
34552026-05-26T06:42:13.786Ztflt 0.604344714
34562026-05-26T06:42:13.789Zdflt 1.485252080
34572026-05-26T06:42:13.789Zkflt 0.000298370
34582026-05-26T06:42:13.789Zlock 29:23.739506107
34592026-05-26T06:42:13.789Zslp 19:09.287948568
34602026-05-26T06:42:13.789Zlat 38.627017585
34612026-05-26T06:42:13.789Zstop 2:44.746719430
34622026-05-26T06:42:13.789Z+ mkdir tests
34632026-05-26T06:42:13.792Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34642026-05-26T06:42:13.792Z+ xargs -I '{}' -t cp '{}' tests/
34652026-05-26T06:42:13.821Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2046a8f0e65e13f9 tests/
34662026-05-26T06:42:13.841Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1a7016e787ab1b94 tests/
34672026-05-26T06:42:13.861Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-70319726260f690f tests/
34682026-05-26T06:42:13.882Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7267acb222b06bda tests/
34692026-05-26T06:42:14.111Z+ 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)
34702026-05-26T06:42:14.114Z+ 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-1a7016e787ab1b94 tests/commtest-70319726260f690f tests/dhcp_server-2046a8f0e65e13f9 tests/end_to_end_tests-7267acb222b06bda 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
34712026-05-26T06:43:33.495ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34722026-05-26T06:43:33.495Za .github/buildomat/ci-env.sh 1K
34732026-05-26T06:43:33.495Za out/target/test 1K
34742026-05-26T06:43:33.495Za out/npuzone/npuzone 27402K
34752026-05-26T06:43:33.495Za package-manifest.toml 35K
34762026-05-26T06:43:33.495Za smf/sled-agent/non-gimlet/config.toml 6K
34772026-05-26T06:43:33.495Za target/release/omicron-package 46004K
34782026-05-26T06:43:33.495Za target/release/xtask 11449K
34792026-05-26T06:43:33.495Za target/debug/bootstrap 352722K
34802026-05-26T06:43:33.495Za tests/bootstrap-1a7016e787ab1b94 31215K
34812026-05-26T06:43:33.495Za tests/commtest-70319726260f690f 32300K
34822026-05-26T06:43:33.495Za tests/dhcp_server-2046a8f0e65e13f9 31215K
34832026-05-26T06:43:33.495Za tests/end_to_end_tests-7267acb222b06bda 394506K
34842026-05-26T06:43:33.495Za tools/opte_version 1K
34852026-05-26T06:43:33.495Za tools/opte_version_override 2K
34862026-05-26T06:43:33.495Za out/clickhouse.tar.gz 319711K
34872026-05-26T06:43:33.495Za out/clickhouse_keeper.tar.gz 305052K
34882026-05-26T06:43:33.495Za out/clickhouse_server.tar.gz 319708K
34892026-05-26T06:43:33.495Za out/cockroachdb.tar.gz 165206K
34902026-05-26T06:43:33.495Za out/crucible-pantry-zone.tar.gz 44216K
34912026-05-26T06:43:33.495Za out/crucible-utils.tar 17744K
34922026-05-26T06:43:33.495Za out/crucible-zone.tar.gz 58354K
34932026-05-26T06:43:33.495Za out/external-dns.tar.gz 50384K
34942026-05-26T06:43:33.495Za out/internal-dns.tar.gz 50384K
34952026-05-26T06:43:33.495Za out/mg-ddm-gz.tar 95141K
34962026-05-26T06:43:33.496Za out/nexus.tar.gz 223329K
34972026-05-26T06:43:33.496Za out/ntp.tar.gz 32197K
34982026-05-26T06:43:33.496Za out/omicron-gateway-softnpu.tar.gz 29850K
34992026-05-26T06:43:33.496Za out/omicron-sled-agent.tar 201865K
35002026-05-26T06:43:33.496Za out/overlay.tar.gz 3K
35012026-05-26T06:43:33.496Za out/oximeter.tar.gz 67441K
35022026-05-26T06:43:33.496Za out/oxlog.tar 3782K
35032026-05-26T06:43:33.496Za out/probe.tar.gz 3037K
35042026-05-26T06:43:33.496Za out/propolis-server.tar.gz 38727K
35052026-05-26T06:43:33.496Za out/pumpkind-gz.tar 26647K
35062026-05-26T06:43:33.496Za out/switch-softnpu.tar.gz 397110K
35072026-05-26T06:43:33.499Z
35082026-05-26T06:43:33.499Zreal 1:19.380512894
35092026-05-26T06:43:33.499Zuser 1:16.684660319
35102026-05-26T06:43:33.499Zsys 4.424852364
35112026-05-26T06:43:33.499Ztrap 0.006453239
35122026-05-26T06:43:33.499Ztflt 0.000000000
35132026-05-26T06:43:33.499Zdflt 0.000000000
35142026-05-26T06:43:33.499Zkflt 0.000000000
35152026-05-26T06:43:33.499Zlock 0.000000000
35162026-05-26T06:43:33.499Zslp 1:16.648257623
35172026-05-26T06:43:33.499Zlat 0.992748947
35182026-05-26T06:43:33.499Zstop 0.000224690
35192026-05-26T06:43:33.499Zprocess exited: duration 891904 ms, exit code 0
 
35202026-05-26T06:43:33.512Zfound 1 output files
35212026-05-26T06:43:33.512Zuploading: /work/package.tar.gz (2450323008 bytes)
35222026-05-26T06:44:00.550Zuploaded: /work/package.tar.gz